mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 01:04:00 -04:00
Updated github.com/aws/aws-sdk-go/service/ec2
Upgrades to v1.12.57 for the field KmsKeyID on EbsBlockDevice introduced in v1.12.35 on November 2017.
This commit is contained in:
+11847
-1794
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -15,7 +15,7 @@
|
||||
//
|
||||
// Using the Client
|
||||
//
|
||||
// To Amazon Elastic Compute Cloud with the SDK use the New function to create
|
||||
// To contact Amazon Elastic Compute Cloud with the SDK use the New function to create
|
||||
// a new service client. With that client you can make API requests to the service.
|
||||
// These clients are safe to use concurrently.
|
||||
//
|
||||
|
||||
+5
@@ -1025,6 +1025,11 @@ func (c *EC2) WaitUntilSpotInstanceRequestFulfilledWithContext(ctx aws.Context,
|
||||
Matcher: request.PathAllWaiterMatch, Argument: "SpotInstanceRequests[].Status.Code",
|
||||
Expected: "fulfilled",
|
||||
},
|
||||
{
|
||||
State: request.SuccessWaiterState,
|
||||
Matcher: request.PathAllWaiterMatch, Argument: "SpotInstanceRequests[].Status.Code",
|
||||
Expected: "request-canceled-and-instance-running",
|
||||
},
|
||||
{
|
||||
State: request.FailureWaiterState,
|
||||
Matcher: request.PathAnyWaiterMatch, Argument: "SpotInstanceRequests[].Status.Code",
|
||||
|
||||
Vendored
+5
-5
@@ -497,13 +497,13 @@
|
||||
"versionExact": "v1.10.23"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "1mbCBXbu6m8bfRAq1+7Cul4VXkU=",
|
||||
"checksumSHA1": "INaeHZ2L5x6RlrcQBm4q1hFqNRM=",
|
||||
"comment": "v1.7.1",
|
||||
"path": "github.com/aws/aws-sdk-go/service/ec2",
|
||||
"revision": "dd3acff9dc16f9a6fd87f6b4501590a532e7206a",
|
||||
"revisionTime": "2017-08-10T20:40:06Z",
|
||||
"version": "v1.10.23",
|
||||
"versionExact": "v1.10.23"
|
||||
"revision": "5177d71d80f123f6d82aaf762387e39b88c5ba23",
|
||||
"revisionTime": "2018-01-09T00:04:15Z",
|
||||
"version": "v1.12.57",
|
||||
"versionExact": "v1.12.57"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "YNq7YhasHn9ceelWX2aG0Cg0Ga0=",
|
||||
|
||||
Reference in New Issue
Block a user