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:
parent
6f2669c044
commit
78ff4d1eed
File diff suppressed because it is too large
Load Diff
|
@ -15,7 +15,7 @@
|
||||||
//
|
//
|
||||||
// Using the Client
|
// 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.
|
// a new service client. With that client you can make API requests to the service.
|
||||||
// These clients are safe to use concurrently.
|
// These clients are safe to use concurrently.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1025,6 +1025,11 @@ func (c *EC2) WaitUntilSpotInstanceRequestFulfilledWithContext(ctx aws.Context,
|
||||||
Matcher: request.PathAllWaiterMatch, Argument: "SpotInstanceRequests[].Status.Code",
|
Matcher: request.PathAllWaiterMatch, Argument: "SpotInstanceRequests[].Status.Code",
|
||||||
Expected: "fulfilled",
|
Expected: "fulfilled",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
State: request.SuccessWaiterState,
|
||||||
|
Matcher: request.PathAllWaiterMatch, Argument: "SpotInstanceRequests[].Status.Code",
|
||||||
|
Expected: "request-canceled-and-instance-running",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
State: request.FailureWaiterState,
|
State: request.FailureWaiterState,
|
||||||
Matcher: request.PathAnyWaiterMatch, Argument: "SpotInstanceRequests[].Status.Code",
|
Matcher: request.PathAnyWaiterMatch, Argument: "SpotInstanceRequests[].Status.Code",
|
||||||
|
|
|
@ -497,13 +497,13 @@
|
||||||
"versionExact": "v1.10.23"
|
"versionExact": "v1.10.23"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "1mbCBXbu6m8bfRAq1+7Cul4VXkU=",
|
"checksumSHA1": "INaeHZ2L5x6RlrcQBm4q1hFqNRM=",
|
||||||
"comment": "v1.7.1",
|
"comment": "v1.7.1",
|
||||||
"path": "github.com/aws/aws-sdk-go/service/ec2",
|
"path": "github.com/aws/aws-sdk-go/service/ec2",
|
||||||
"revision": "dd3acff9dc16f9a6fd87f6b4501590a532e7206a",
|
"revision": "5177d71d80f123f6d82aaf762387e39b88c5ba23",
|
||||||
"revisionTime": "2017-08-10T20:40:06Z",
|
"revisionTime": "2018-01-09T00:04:15Z",
|
||||||
"version": "v1.10.23",
|
"version": "v1.12.57",
|
||||||
"versionExact": "v1.10.23"
|
"versionExact": "v1.12.57"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "YNq7YhasHn9ceelWX2aG0Cg0Ga0=",
|
"checksumSHA1": "YNq7YhasHn9ceelWX2aG0Cg0Ga0=",
|
||||||
|
|
Loading…
Reference in New Issue