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:
Jason Wieringa 2018-01-08 20:35:05 -08:00
parent 6f2669c044
commit 78ff4d1eed
4 changed files with 11858 additions and 1800 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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.
//

View File

@ -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",

10
vendor/vendor.json vendored
View File

@ -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=",