aws-sdk-core 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -161,6 +161,20 @@
161
161
  "ConversionTaskDeleted": {
162
162
  "extends": "__CustomerGatewayState",
163
163
  "success_value": "deleted"
164
+ },
165
+ "__SpotInstanceRequestState": {
166
+ "operation": "DescribeSpotInstanceRequests",
167
+ "acceptor.path": "SpotInstanceRequests[].Status.Code"
168
+ },
169
+ "SpotInstanceRequestFulfilled": {
170
+ "extends": "__SpotInstanceRequestState",
171
+ "success.value": "fulfilled",
172
+ "failure.value": [
173
+ "schedule-expired",
174
+ "canceled-before-fulfillment",
175
+ "bad-parameters",
176
+ "system-error"
177
+ ]
164
178
  }
165
179
  }
166
180
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.0.4'
2
+ VERSION = '2.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services