aws-sdk-ec2 1.0.0.rc15 → 1.0.0.rc16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +1 -1
- data/lib/aws-sdk-ec2/waiters.rb +5 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c438005cd504ff1d7b80d7f2a23335b4ce7aa64c
|
|
4
|
+
data.tar.gz: ec1b7286bd2ecc38f69b3ab3d57e0c2b6c6031ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21487f9df43a6ea8843c7c42a01e8b1f587dea7a8ffc5919f382b68852df316554f6ed5c74f50dcfe39da49cb45c50f32e1ba0eeb91568a7a9bf3b0509cda040
|
|
7
|
+
data.tar.gz: 4221507ef720121f62556268a9932ea6df760f9b3bffa803e5c3c0dfebb24ea8609952e1232f9ce1a0e527fbee98be9405f929c787213869001cfc5391709746
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -20827,7 +20827,7 @@ module Aws::EC2
|
|
|
20827
20827
|
params: params,
|
|
20828
20828
|
config: config)
|
|
20829
20829
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
20830
|
-
context[:gem_version] = '1.0.0.
|
|
20830
|
+
context[:gem_version] = '1.0.0.rc16'
|
|
20831
20831
|
Seahorse::Client::Request.new(handlers, context)
|
|
20832
20832
|
end
|
|
20833
20833
|
|
data/lib/aws-sdk-ec2/waiters.rb
CHANGED
|
@@ -896,6 +896,11 @@ module Aws::EC2
|
|
|
896
896
|
"matcher" => "pathAny",
|
|
897
897
|
"argument" => "spot_instance_requests[].status.code",
|
|
898
898
|
"expected" => "system-error"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"state" => "retry",
|
|
902
|
+
"matcher" => "error",
|
|
903
|
+
"expected" => "InvalidSpotInstanceRequestID.NotFound"
|
|
899
904
|
}
|
|
900
905
|
]
|
|
901
906
|
)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ec2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.rc16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-08-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.0.0.
|
|
33
|
+
version: 3.0.0.rc19
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 3.0.0.
|
|
40
|
+
version: 3.0.0.rc19
|
|
41
41
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
|
42
42
|
This gem is part of the AWS SDK for Ruby.
|
|
43
43
|
email:
|