aws-sdk-core 2.10.94 → 2.10.95

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ded32269b962560a1088c4c4e80ca8b317f82e81
4
- data.tar.gz: 8550b39d229c11d20bd8b28f834deda5af9f3cec
3
+ metadata.gz: 872dbe5df8fde0eb0eb0acb5ac164ba7c0bbef06
4
+ data.tar.gz: 454ab11dd58dcbbe7acd028344bab18bf23de14c
5
5
  SHA512:
6
- metadata.gz: 4d73b9045588c7a582c693449488aee56a2f9184483587d4eafae2c4b4f5e3e88eb81fde7dddd3680b7a865ec2775c1e289f13b6ec52dce886103d0d73531c86
7
- data.tar.gz: e74c5e775d2482c3eacf1bcd4889342849b7d0e75641e949f2da8525dcd9c828037d53e6a27683b1130a641ead758dd98a703835ae19b70567edbcc789a614fa
6
+ metadata.gz: f6a10b40aba0e600002a150901120671187b21ee6e65ba183eb9689f5ff9e8cec2525348e0b1c97ab00a930a96fe624cd62079e4d91a02984e8d288c85f902db
7
+ data.tar.gz: c28c3a2175c8e95294af1e4726a350ec24a4e8127432aff9bbcafdfdd3efa7002e7ad562d79b5ae858bf3cf44ec6ba59b984bb19f66db58988e510f857326e3c
@@ -1,344 +1,5 @@
1
1
  {
2
2
  "version": 2,
3
- "waiters": {
4
- "NotebookInstance_Running": {
5
- "delay": 120,
6
- "interval": 120,
7
- "operation": "DescribeNotebookInstance",
8
- "maxAttempts": 120,
9
- "acceptors": [
10
- {
11
- "expected": "InService",
12
- "matcher": "path",
13
- "state": "success",
14
- "argument": "NotebookInstanceStatus"
15
- },
16
- {
17
- "expected": "ThrottlingException",
18
- "matcher": "error",
19
- "state": "retry"
20
- },
21
- {
22
- "expected": "Failed",
23
- "matcher": "path",
24
- "state": "failure",
25
- "argument": "NotebookInstanceStatus"
26
- },
27
- {
28
- "expected": "Stopped",
29
- "matcher": "path",
30
- "state": "failure",
31
- "argument": "NotebookInstanceStatus"
32
- },
33
- {
34
- "expected": "Stopping",
35
- "matcher": "path",
36
- "state": "failure",
37
- "argument": "NotebookInstanceStatus"
38
- }
39
- ]
40
- },
41
- "NotebookInstance_Stopped": {
42
- "delay": 120,
43
- "interval": 120,
44
- "operation": "DescribeNotebookInstance",
45
- "maxAttempts": 120,
46
- "acceptors": [
47
- {
48
- "expected": "Stopped",
49
- "matcher": "path",
50
- "state": "success",
51
- "argument": "NotebookInstanceStatus"
52
- },
53
- {
54
- "expected": "Stopping",
55
- "matcher": "path",
56
- "state": "retry",
57
- "argument": "NotebookInstanceStatus"
58
- },
59
- {
60
- "expected": "ThrottlingException",
61
- "matcher": "error",
62
- "state": "retry"
63
- },
64
- {
65
- "expected": "Failed",
66
- "matcher": "path",
67
- "state": "failure",
68
- "argument": "NotebookInstanceStatus"
69
- }
70
- ]
71
- },
72
- "NotebookInstance_Deleted": {
73
- "delay": 120,
74
- "interval": 120,
75
- "operation": "DescribeNotebookInstance",
76
- "maxAttempts": 120,
77
- "acceptors": [
78
- {
79
- "expected": "ValidationException",
80
- "matcher": "error",
81
- "state": "success"
82
- },
83
- {
84
- "expected": "Deleting",
85
- "matcher": "path",
86
- "state": "retry",
87
- "argument": "NotebookInstanceStatus"
88
- },
89
- {
90
- "expected": "ThrottlingException",
91
- "matcher": "error",
92
- "state": "retry"
93
- },
94
- {
95
- "expected": "Failed",
96
- "matcher": "path",
97
- "state": "failure",
98
- "argument": "NotebookInstanceStatus"
99
- }
100
- ]
101
- },
102
- "TrainingJob_Stopped": {
103
- "delay": 120,
104
- "interval": 120,
105
- "operation": "DescribeTrainingJob",
106
- "maxAttempts": 120,
107
- "acceptors": [
108
- {
109
- "expected": "Completed",
110
- "matcher": "path",
111
- "state": "success",
112
- "argument": "TrainingJobStatus"
113
- },
114
- {
115
- "expected": "Stopping",
116
- "matcher": "path",
117
- "state": "retry",
118
- "argument": "TrainingJobStatus"
119
- },
120
- {
121
- "expected": "Stopped",
122
- "matcher": "path",
123
- "state": "success",
124
- "argument": "TrainingJobStatus"
125
- },
3
+ "waiters": {}
4
+ }
126
5
 
127
- {
128
- "expected": "ThrottlingException",
129
- "matcher": "error",
130
- "state": "retry"
131
- },
132
- {
133
- "expected": "ValidationException",
134
- "matcher": "error",
135
- "state": "failure"
136
- },
137
- {
138
- "expected": "Failed",
139
- "matcher": "path",
140
- "state": "failure",
141
- "argument": "TrainingJobStatus"
142
- },
143
- {
144
- "expected": "Deleting",
145
- "matcher": "path",
146
- "state": "failure",
147
- "argument": "TrainingJobStatus"
148
- }
149
- ]
150
- },
151
- "TrainingJob_Deleted": {
152
- "delay": 120,
153
- "interval": 120,
154
- "operation": "DescribeTrainingJob",
155
- "maxAttempts": 120,
156
- "acceptors": [
157
- {
158
- "expected": "ValidationException",
159
- "matcher": "error",
160
- "state": "success"
161
- },
162
- {
163
- "expected": "Deleting",
164
- "matcher": "path",
165
- "state": "retry",
166
- "argument": "TrainingJobStatus"
167
- },
168
- {
169
- "expected": "ThrottlingException",
170
- "matcher": "error",
171
- "state": "retry"
172
- }
173
- ]
174
- },
175
- "TrainingJob_Created": {
176
- "delay": 120,
177
- "interval": 120,
178
- "operation": "DescribeTrainingJob",
179
- "maxAttempts": 120,
180
- "acceptors": [
181
- {
182
- "expected": "Created",
183
- "matcher": "path",
184
- "state": "success",
185
- "argument": "TrainingJobStatus"
186
- },
187
- {
188
- "expected": "Completed",
189
- "matcher": "path",
190
- "state": "success",
191
- "argument": "TrainingJobStatus"
192
- },
193
- {
194
- "expected": "InProgress",
195
- "matcher": "path",
196
- "state": "retry",
197
- "argument": "TrainingJobStatus"
198
- },
199
- {
200
- "expected": "Failed",
201
- "matcher": "path",
202
- "state": "failure",
203
- "argument": "TrainingJobStatus"
204
- },
205
- {
206
- "expected": "Stopping",
207
- "matcher": "path",
208
- "state": "failure",
209
- "argument": "TrainingJobStatus"
210
- },
211
- {
212
- "expected": "Stopped",
213
- "matcher": "path",
214
- "state": "failure",
215
- "argument": "TrainingJobStatus"
216
- },
217
- {
218
- "expected": "Deleting",
219
- "matcher": "path",
220
- "state": "failure",
221
- "argument": "TrainingJobStatus"
222
- },
223
- {
224
- "expected": "ValidationException",
225
- "matcher": "error",
226
- "state": "failure"
227
- },
228
- {
229
- "expected": "ThrottlingException",
230
- "matcher": "error",
231
- "state": "retry"
232
- }
233
- ]
234
- },
235
- "Endpoint_Created": {
236
- "delay": 120,
237
- "interval": 120,
238
- "operation": "DescribeEndpoint",
239
- "maxAttempts": 120,
240
- "acceptors": [
241
- {
242
- "expected": "InService",
243
- "matcher": "path",
244
- "state": "success",
245
- "argument": "EndpointStatus"
246
- },
247
- {
248
- "expected": "Creating",
249
- "matcher": "path",
250
- "state": "retry",
251
- "argument": "EndpointStatus"
252
- },
253
- {
254
- "expected": "Failed",
255
- "matcher": "path",
256
- "state": "failure",
257
- "argument": "EndpointStatus"
258
- },
259
- {
260
- "expected": "ThrottlingException",
261
- "matcher": "error",
262
- "state": "retry"
263
- },
264
- {
265
- "expected": "ValidationException",
266
- "matcher": "error",
267
- "state": "failure"
268
- }
269
- ]
270
- },
271
- "Endpoint_Deleted": {
272
- "delay": 120,
273
- "interval": 120,
274
- "operation": "DescribeEndpoint",
275
- "maxAttempts": 120,
276
- "acceptors": [
277
- {
278
- "expected": "ValidationException",
279
- "matcher": "error",
280
- "state": "success"
281
- },
282
- {
283
- "expected": "Deleting",
284
- "matcher": "path",
285
- "state": "retry",
286
- "argument": "EndpointStatus"
287
- },
288
- {
289
- "expected": "Failed",
290
- "matcher": "path",
291
- "state": "failure",
292
- "argument": "EndpointStatus"
293
- },
294
- {
295
- "expected": "ThrottlingException",
296
- "matcher": "error",
297
- "state": "retry"
298
- }
299
- ]
300
- },
301
- "Endpoint_Updated": {
302
- "delay": 120,
303
- "interval": 120,
304
- "operation": "DescribeEndpoint",
305
- "maxAttempts": 120,
306
- "acceptors": [
307
- {
308
- "expected": "200",
309
- "matcher": "path",
310
- "state": "success",
311
- "argument": "EndpointName"
312
- },
313
- {
314
- "expected": "Updating",
315
- "matcher": "path",
316
- "state": "retry",
317
- "argument": "EndpointStatus"
318
- },
319
- {
320
- "expected": "RollingBack",
321
- "matcher": "path",
322
- "state": "retry",
323
- "argument": "EndpointStatus"
324
- },
325
- {
326
- "expected": "Failed",
327
- "matcher": "path",
328
- "state": "failure",
329
- "argument": "EndpointStatus"
330
- },
331
- {
332
- "expected": "ThrottlingException",
333
- "matcher": "error",
334
- "state": "retry"
335
- },
336
- {
337
- "expected": "ValidationException",
338
- "matcher": "error",
339
- "state": "retry"
340
- }
341
- ]
342
- }
343
- }
344
- }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.94'
2
+ VERSION = '2.10.95'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.94
4
+ version: 2.10.95
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-30 00:00:00.000000000 Z
11
+ date: 2017-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath