aws-sdk-core 2.2.11 → 2.2.12
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/apis/devicefarm/2015-06-23/api-2.json +8 -2
- data/apis/opsworks/2013-02-18/api-2.json +140 -542
- data/apis/opsworks/2013-02-18/examples-1.json +5 -0
- data/apis/opsworks/2013-02-18/waiters-2.json +12 -0
- data/apis/sts/2011-06-15/api-2.json +64 -172
- data/apis/sts/2011-06-15/examples-1.json +5 -0
- data/lib/aws-sdk-core/opsworks.rb +1 -0
- data/lib/aws-sdk-core/plugins/s3_request_signer.rb +1 -1
- data/lib/aws-sdk-core/query/handler.rb +3 -1
- data/lib/aws-sdk-core/rest/request/endpoint.rb +15 -0
- data/lib/aws-sdk-core/rest/response/body.rb +1 -1
- data/lib/aws-sdk-core/sts.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 415dd30f3688cd2683908a744d5c7bb04ef0fea7
|
4
|
+
data.tar.gz: 58e7843db7a4b686a850ffd67945f61913914880
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee2fb7368a7f5681f2d7412da30b9fc623e04c43be3cee1b4c3dc210982cc8ecab31e72a71f3cdd92303094990ad5be8bbb0ca301a5517116a64eec92d2d67b9
|
7
|
+
data.tar.gz: 9793e55d1a1225983a1731420d331db115d2577f45ea993f8dd040ffd2cb119b00287951613db62094a22d0801961f6ef793d325b82f550f77aee658ebc1d3c1
|
@@ -543,6 +543,8 @@
|
|
543
543
|
"APPIUM_SERVER_OUTPUT",
|
544
544
|
"APPIUM_JAVA_OUTPUT",
|
545
545
|
"APPIUM_JAVA_XML_OUTPUT",
|
546
|
+
"APPIUM_PYTHON_OUTPUT",
|
547
|
+
"APPIUM_PYTHON_XML_OUTPUT",
|
546
548
|
"EXPLORER_EVENT_LOG",
|
547
549
|
"EXPLORER_SUMMARY_LOG",
|
548
550
|
"APPLICATION_CRASH_REPORT"
|
@@ -799,7 +801,7 @@
|
|
799
801
|
},
|
800
802
|
"Filter":{
|
801
803
|
"type":"string",
|
802
|
-
"max":
|
804
|
+
"max":8192,
|
803
805
|
"min":0
|
804
806
|
},
|
805
807
|
"GetAccountSettingsRequest":{
|
@@ -1167,7 +1169,7 @@
|
|
1167
1169
|
},
|
1168
1170
|
"Metadata":{
|
1169
1171
|
"type":"string",
|
1170
|
-
"max":
|
1172
|
+
"max":8192,
|
1171
1173
|
"min":0
|
1172
1174
|
},
|
1173
1175
|
"Name":{
|
@@ -1423,8 +1425,10 @@
|
|
1423
1425
|
"BUILTIN_EXPLORER",
|
1424
1426
|
"APPIUM_JAVA_JUNIT",
|
1425
1427
|
"APPIUM_JAVA_TESTNG",
|
1428
|
+
"APPIUM_PYTHON",
|
1426
1429
|
"APPIUM_WEB_JAVA_JUNIT",
|
1427
1430
|
"APPIUM_WEB_JAVA_TESTNG",
|
1431
|
+
"APPIUM_WEB_PYTHON",
|
1428
1432
|
"CALABASH",
|
1429
1433
|
"INSTRUMENTATION",
|
1430
1434
|
"UIAUTOMATION",
|
@@ -1519,8 +1523,10 @@
|
|
1519
1523
|
"EXTERNAL_DATA",
|
1520
1524
|
"APPIUM_JAVA_JUNIT_TEST_PACKAGE",
|
1521
1525
|
"APPIUM_JAVA_TESTNG_TEST_PACKAGE",
|
1526
|
+
"APPIUM_PYTHON_TEST_PACKAGE",
|
1522
1527
|
"APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE",
|
1523
1528
|
"APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE",
|
1529
|
+
"APPIUM_WEB_PYTHON_TEST_PACKAGE",
|
1524
1530
|
"CALABASH_TEST_PACKAGE",
|
1525
1531
|
"INSTRUMENTATION_TEST_PACKAGE",
|
1526
1532
|
"UIAUTOMATION_TEST_PACKAGE",
|
@@ -4,10 +4,10 @@
|
|
4
4
|
"apiVersion":"2013-02-18",
|
5
5
|
"endpointPrefix":"opsworks",
|
6
6
|
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
7
8
|
"serviceFullName":"AWS OpsWorks",
|
8
9
|
"signatureVersion":"v4",
|
9
|
-
"targetPrefix":"OpsWorks_20130218"
|
10
|
-
"protocol":"json"
|
10
|
+
"targetPrefix":"OpsWorks_20130218"
|
11
11
|
},
|
12
12
|
"operations":{
|
13
13
|
"AssignInstance":{
|
@@ -18,14 +18,8 @@
|
|
18
18
|
},
|
19
19
|
"input":{"shape":"AssignInstanceRequest"},
|
20
20
|
"errors":[
|
21
|
-
{
|
22
|
-
|
23
|
-
"exception":true
|
24
|
-
},
|
25
|
-
{
|
26
|
-
"shape":"ResourceNotFoundException",
|
27
|
-
"exception":true
|
28
|
-
}
|
21
|
+
{"shape":"ValidationException"},
|
22
|
+
{"shape":"ResourceNotFoundException"}
|
29
23
|
]
|
30
24
|
},
|
31
25
|
"AssignVolume":{
|
@@ -36,14 +30,8 @@
|
|
36
30
|
},
|
37
31
|
"input":{"shape":"AssignVolumeRequest"},
|
38
32
|
"errors":[
|
39
|
-
{
|
40
|
-
|
41
|
-
"exception":true
|
42
|
-
},
|
43
|
-
{
|
44
|
-
"shape":"ResourceNotFoundException",
|
45
|
-
"exception":true
|
46
|
-
}
|
33
|
+
{"shape":"ValidationException"},
|
34
|
+
{"shape":"ResourceNotFoundException"}
|
47
35
|
]
|
48
36
|
},
|
49
37
|
"AssociateElasticIp":{
|
@@ -54,14 +42,8 @@
|
|
54
42
|
},
|
55
43
|
"input":{"shape":"AssociateElasticIpRequest"},
|
56
44
|
"errors":[
|
57
|
-
{
|
58
|
-
|
59
|
-
"exception":true
|
60
|
-
},
|
61
|
-
{
|
62
|
-
"shape":"ResourceNotFoundException",
|
63
|
-
"exception":true
|
64
|
-
}
|
45
|
+
{"shape":"ValidationException"},
|
46
|
+
{"shape":"ResourceNotFoundException"}
|
65
47
|
]
|
66
48
|
},
|
67
49
|
"AttachElasticLoadBalancer":{
|
@@ -72,14 +54,8 @@
|
|
72
54
|
},
|
73
55
|
"input":{"shape":"AttachElasticLoadBalancerRequest"},
|
74
56
|
"errors":[
|
75
|
-
{
|
76
|
-
|
77
|
-
"exception":true
|
78
|
-
},
|
79
|
-
{
|
80
|
-
"shape":"ResourceNotFoundException",
|
81
|
-
"exception":true
|
82
|
-
}
|
57
|
+
{"shape":"ValidationException"},
|
58
|
+
{"shape":"ResourceNotFoundException"}
|
83
59
|
]
|
84
60
|
},
|
85
61
|
"CloneStack":{
|
@@ -91,14 +67,8 @@
|
|
91
67
|
"input":{"shape":"CloneStackRequest"},
|
92
68
|
"output":{"shape":"CloneStackResult"},
|
93
69
|
"errors":[
|
94
|
-
{
|
95
|
-
|
96
|
-
"exception":true
|
97
|
-
},
|
98
|
-
{
|
99
|
-
"shape":"ResourceNotFoundException",
|
100
|
-
"exception":true
|
101
|
-
}
|
70
|
+
{"shape":"ValidationException"},
|
71
|
+
{"shape":"ResourceNotFoundException"}
|
102
72
|
]
|
103
73
|
},
|
104
74
|
"CreateApp":{
|
@@ -110,14 +80,8 @@
|
|
110
80
|
"input":{"shape":"CreateAppRequest"},
|
111
81
|
"output":{"shape":"CreateAppResult"},
|
112
82
|
"errors":[
|
113
|
-
{
|
114
|
-
|
115
|
-
"exception":true
|
116
|
-
},
|
117
|
-
{
|
118
|
-
"shape":"ResourceNotFoundException",
|
119
|
-
"exception":true
|
120
|
-
}
|
83
|
+
{"shape":"ValidationException"},
|
84
|
+
{"shape":"ResourceNotFoundException"}
|
121
85
|
]
|
122
86
|
},
|
123
87
|
"CreateDeployment":{
|
@@ -129,14 +93,8 @@
|
|
129
93
|
"input":{"shape":"CreateDeploymentRequest"},
|
130
94
|
"output":{"shape":"CreateDeploymentResult"},
|
131
95
|
"errors":[
|
132
|
-
{
|
133
|
-
|
134
|
-
"exception":true
|
135
|
-
},
|
136
|
-
{
|
137
|
-
"shape":"ResourceNotFoundException",
|
138
|
-
"exception":true
|
139
|
-
}
|
96
|
+
{"shape":"ValidationException"},
|
97
|
+
{"shape":"ResourceNotFoundException"}
|
140
98
|
]
|
141
99
|
},
|
142
100
|
"CreateInstance":{
|
@@ -148,14 +106,8 @@
|
|
148
106
|
"input":{"shape":"CreateInstanceRequest"},
|
149
107
|
"output":{"shape":"CreateInstanceResult"},
|
150
108
|
"errors":[
|
151
|
-
{
|
152
|
-
|
153
|
-
"exception":true
|
154
|
-
},
|
155
|
-
{
|
156
|
-
"shape":"ResourceNotFoundException",
|
157
|
-
"exception":true
|
158
|
-
}
|
109
|
+
{"shape":"ValidationException"},
|
110
|
+
{"shape":"ResourceNotFoundException"}
|
159
111
|
]
|
160
112
|
},
|
161
113
|
"CreateLayer":{
|
@@ -167,14 +119,8 @@
|
|
167
119
|
"input":{"shape":"CreateLayerRequest"},
|
168
120
|
"output":{"shape":"CreateLayerResult"},
|
169
121
|
"errors":[
|
170
|
-
{
|
171
|
-
|
172
|
-
"exception":true
|
173
|
-
},
|
174
|
-
{
|
175
|
-
"shape":"ResourceNotFoundException",
|
176
|
-
"exception":true
|
177
|
-
}
|
122
|
+
{"shape":"ValidationException"},
|
123
|
+
{"shape":"ResourceNotFoundException"}
|
178
124
|
]
|
179
125
|
},
|
180
126
|
"CreateStack":{
|
@@ -186,10 +132,7 @@
|
|
186
132
|
"input":{"shape":"CreateStackRequest"},
|
187
133
|
"output":{"shape":"CreateStackResult"},
|
188
134
|
"errors":[
|
189
|
-
{
|
190
|
-
"shape":"ValidationException",
|
191
|
-
"exception":true
|
192
|
-
}
|
135
|
+
{"shape":"ValidationException"}
|
193
136
|
]
|
194
137
|
},
|
195
138
|
"CreateUserProfile":{
|
@@ -201,10 +144,7 @@
|
|
201
144
|
"input":{"shape":"CreateUserProfileRequest"},
|
202
145
|
"output":{"shape":"CreateUserProfileResult"},
|
203
146
|
"errors":[
|
204
|
-
{
|
205
|
-
"shape":"ValidationException",
|
206
|
-
"exception":true
|
207
|
-
}
|
147
|
+
{"shape":"ValidationException"}
|
208
148
|
]
|
209
149
|
},
|
210
150
|
"DeleteApp":{
|
@@ -215,14 +155,8 @@
|
|
215
155
|
},
|
216
156
|
"input":{"shape":"DeleteAppRequest"},
|
217
157
|
"errors":[
|
218
|
-
{
|
219
|
-
|
220
|
-
"exception":true
|
221
|
-
},
|
222
|
-
{
|
223
|
-
"shape":"ResourceNotFoundException",
|
224
|
-
"exception":true
|
225
|
-
}
|
158
|
+
{"shape":"ValidationException"},
|
159
|
+
{"shape":"ResourceNotFoundException"}
|
226
160
|
]
|
227
161
|
},
|
228
162
|
"DeleteInstance":{
|
@@ -233,14 +167,8 @@
|
|
233
167
|
},
|
234
168
|
"input":{"shape":"DeleteInstanceRequest"},
|
235
169
|
"errors":[
|
236
|
-
{
|
237
|
-
|
238
|
-
"exception":true
|
239
|
-
},
|
240
|
-
{
|
241
|
-
"shape":"ResourceNotFoundException",
|
242
|
-
"exception":true
|
243
|
-
}
|
170
|
+
{"shape":"ValidationException"},
|
171
|
+
{"shape":"ResourceNotFoundException"}
|
244
172
|
]
|
245
173
|
},
|
246
174
|
"DeleteLayer":{
|
@@ -251,14 +179,8 @@
|
|
251
179
|
},
|
252
180
|
"input":{"shape":"DeleteLayerRequest"},
|
253
181
|
"errors":[
|
254
|
-
{
|
255
|
-
|
256
|
-
"exception":true
|
257
|
-
},
|
258
|
-
{
|
259
|
-
"shape":"ResourceNotFoundException",
|
260
|
-
"exception":true
|
261
|
-
}
|
182
|
+
{"shape":"ValidationException"},
|
183
|
+
{"shape":"ResourceNotFoundException"}
|
262
184
|
]
|
263
185
|
},
|
264
186
|
"DeleteStack":{
|
@@ -269,14 +191,8 @@
|
|
269
191
|
},
|
270
192
|
"input":{"shape":"DeleteStackRequest"},
|
271
193
|
"errors":[
|
272
|
-
{
|
273
|
-
|
274
|
-
"exception":true
|
275
|
-
},
|
276
|
-
{
|
277
|
-
"shape":"ResourceNotFoundException",
|
278
|
-
"exception":true
|
279
|
-
}
|
194
|
+
{"shape":"ValidationException"},
|
195
|
+
{"shape":"ResourceNotFoundException"}
|
280
196
|
]
|
281
197
|
},
|
282
198
|
"DeleteUserProfile":{
|
@@ -287,14 +203,8 @@
|
|
287
203
|
},
|
288
204
|
"input":{"shape":"DeleteUserProfileRequest"},
|
289
205
|
"errors":[
|
290
|
-
{
|
291
|
-
|
292
|
-
"exception":true
|
293
|
-
},
|
294
|
-
{
|
295
|
-
"shape":"ResourceNotFoundException",
|
296
|
-
"exception":true
|
297
|
-
}
|
206
|
+
{"shape":"ValidationException"},
|
207
|
+
{"shape":"ResourceNotFoundException"}
|
298
208
|
]
|
299
209
|
},
|
300
210
|
"DeregisterEcsCluster":{
|
@@ -305,14 +215,8 @@
|
|
305
215
|
},
|
306
216
|
"input":{"shape":"DeregisterEcsClusterRequest"},
|
307
217
|
"errors":[
|
308
|
-
{
|
309
|
-
|
310
|
-
"exception":true
|
311
|
-
},
|
312
|
-
{
|
313
|
-
"shape":"ResourceNotFoundException",
|
314
|
-
"exception":true
|
315
|
-
}
|
218
|
+
{"shape":"ValidationException"},
|
219
|
+
{"shape":"ResourceNotFoundException"}
|
316
220
|
]
|
317
221
|
},
|
318
222
|
"DeregisterElasticIp":{
|
@@ -323,14 +227,8 @@
|
|
323
227
|
},
|
324
228
|
"input":{"shape":"DeregisterElasticIpRequest"},
|
325
229
|
"errors":[
|
326
|
-
{
|
327
|
-
|
328
|
-
"exception":true
|
329
|
-
},
|
330
|
-
{
|
331
|
-
"shape":"ResourceNotFoundException",
|
332
|
-
"exception":true
|
333
|
-
}
|
230
|
+
{"shape":"ValidationException"},
|
231
|
+
{"shape":"ResourceNotFoundException"}
|
334
232
|
]
|
335
233
|
},
|
336
234
|
"DeregisterInstance":{
|
@@ -341,14 +239,8 @@
|
|
341
239
|
},
|
342
240
|
"input":{"shape":"DeregisterInstanceRequest"},
|
343
241
|
"errors":[
|
344
|
-
{
|
345
|
-
|
346
|
-
"exception":true
|
347
|
-
},
|
348
|
-
{
|
349
|
-
"shape":"ResourceNotFoundException",
|
350
|
-
"exception":true
|
351
|
-
}
|
242
|
+
{"shape":"ValidationException"},
|
243
|
+
{"shape":"ResourceNotFoundException"}
|
352
244
|
]
|
353
245
|
},
|
354
246
|
"DeregisterRdsDbInstance":{
|
@@ -359,14 +251,8 @@
|
|
359
251
|
},
|
360
252
|
"input":{"shape":"DeregisterRdsDbInstanceRequest"},
|
361
253
|
"errors":[
|
362
|
-
{
|
363
|
-
|
364
|
-
"exception":true
|
365
|
-
},
|
366
|
-
{
|
367
|
-
"shape":"ResourceNotFoundException",
|
368
|
-
"exception":true
|
369
|
-
}
|
254
|
+
{"shape":"ValidationException"},
|
255
|
+
{"shape":"ResourceNotFoundException"}
|
370
256
|
]
|
371
257
|
},
|
372
258
|
"DeregisterVolume":{
|
@@ -377,14 +263,8 @@
|
|
377
263
|
},
|
378
264
|
"input":{"shape":"DeregisterVolumeRequest"},
|
379
265
|
"errors":[
|
380
|
-
{
|
381
|
-
|
382
|
-
"exception":true
|
383
|
-
},
|
384
|
-
{
|
385
|
-
"shape":"ResourceNotFoundException",
|
386
|
-
"exception":true
|
387
|
-
}
|
266
|
+
{"shape":"ValidationException"},
|
267
|
+
{"shape":"ResourceNotFoundException"}
|
388
268
|
]
|
389
269
|
},
|
390
270
|
"DescribeAgentVersions":{
|
@@ -396,14 +276,8 @@
|
|
396
276
|
"input":{"shape":"DescribeAgentVersionsRequest"},
|
397
277
|
"output":{"shape":"DescribeAgentVersionsResult"},
|
398
278
|
"errors":[
|
399
|
-
{
|
400
|
-
|
401
|
-
"exception":true
|
402
|
-
},
|
403
|
-
{
|
404
|
-
"shape":"ResourceNotFoundException",
|
405
|
-
"exception":true
|
406
|
-
}
|
279
|
+
{"shape":"ValidationException"},
|
280
|
+
{"shape":"ResourceNotFoundException"}
|
407
281
|
]
|
408
282
|
},
|
409
283
|
"DescribeApps":{
|
@@ -415,14 +289,8 @@
|
|
415
289
|
"input":{"shape":"DescribeAppsRequest"},
|
416
290
|
"output":{"shape":"DescribeAppsResult"},
|
417
291
|
"errors":[
|
418
|
-
{
|
419
|
-
|
420
|
-
"exception":true
|
421
|
-
},
|
422
|
-
{
|
423
|
-
"shape":"ResourceNotFoundException",
|
424
|
-
"exception":true
|
425
|
-
}
|
292
|
+
{"shape":"ValidationException"},
|
293
|
+
{"shape":"ResourceNotFoundException"}
|
426
294
|
]
|
427
295
|
},
|
428
296
|
"DescribeCommands":{
|
@@ -434,14 +302,8 @@
|
|
434
302
|
"input":{"shape":"DescribeCommandsRequest"},
|
435
303
|
"output":{"shape":"DescribeCommandsResult"},
|
436
304
|
"errors":[
|
437
|
-
{
|
438
|
-
|
439
|
-
"exception":true
|
440
|
-
},
|
441
|
-
{
|
442
|
-
"shape":"ResourceNotFoundException",
|
443
|
-
"exception":true
|
444
|
-
}
|
305
|
+
{"shape":"ValidationException"},
|
306
|
+
{"shape":"ResourceNotFoundException"}
|
445
307
|
]
|
446
308
|
},
|
447
309
|
"DescribeDeployments":{
|
@@ -453,14 +315,8 @@
|
|
453
315
|
"input":{"shape":"DescribeDeploymentsRequest"},
|
454
316
|
"output":{"shape":"DescribeDeploymentsResult"},
|
455
317
|
"errors":[
|
456
|
-
{
|
457
|
-
|
458
|
-
"exception":true
|
459
|
-
},
|
460
|
-
{
|
461
|
-
"shape":"ResourceNotFoundException",
|
462
|
-
"exception":true
|
463
|
-
}
|
318
|
+
{"shape":"ValidationException"},
|
319
|
+
{"shape":"ResourceNotFoundException"}
|
464
320
|
]
|
465
321
|
},
|
466
322
|
"DescribeEcsClusters":{
|
@@ -472,14 +328,8 @@
|
|
472
328
|
"input":{"shape":"DescribeEcsClustersRequest"},
|
473
329
|
"output":{"shape":"DescribeEcsClustersResult"},
|
474
330
|
"errors":[
|
475
|
-
{
|
476
|
-
|
477
|
-
"exception":true
|
478
|
-
},
|
479
|
-
{
|
480
|
-
"shape":"ResourceNotFoundException",
|
481
|
-
"exception":true
|
482
|
-
}
|
331
|
+
{"shape":"ValidationException"},
|
332
|
+
{"shape":"ResourceNotFoundException"}
|
483
333
|
]
|
484
334
|
},
|
485
335
|
"DescribeElasticIps":{
|
@@ -491,14 +341,8 @@
|
|
491
341
|
"input":{"shape":"DescribeElasticIpsRequest"},
|
492
342
|
"output":{"shape":"DescribeElasticIpsResult"},
|
493
343
|
"errors":[
|
494
|
-
{
|
495
|
-
|
496
|
-
"exception":true
|
497
|
-
},
|
498
|
-
{
|
499
|
-
"shape":"ResourceNotFoundException",
|
500
|
-
"exception":true
|
501
|
-
}
|
344
|
+
{"shape":"ValidationException"},
|
345
|
+
{"shape":"ResourceNotFoundException"}
|
502
346
|
]
|
503
347
|
},
|
504
348
|
"DescribeElasticLoadBalancers":{
|
@@ -510,14 +354,8 @@
|
|
510
354
|
"input":{"shape":"DescribeElasticLoadBalancersRequest"},
|
511
355
|
"output":{"shape":"DescribeElasticLoadBalancersResult"},
|
512
356
|
"errors":[
|
513
|
-
{
|
514
|
-
|
515
|
-
"exception":true
|
516
|
-
},
|
517
|
-
{
|
518
|
-
"shape":"ResourceNotFoundException",
|
519
|
-
"exception":true
|
520
|
-
}
|
357
|
+
{"shape":"ValidationException"},
|
358
|
+
{"shape":"ResourceNotFoundException"}
|
521
359
|
]
|
522
360
|
},
|
523
361
|
"DescribeInstances":{
|
@@ -529,14 +367,8 @@
|
|
529
367
|
"input":{"shape":"DescribeInstancesRequest"},
|
530
368
|
"output":{"shape":"DescribeInstancesResult"},
|
531
369
|
"errors":[
|
532
|
-
{
|
533
|
-
|
534
|
-
"exception":true
|
535
|
-
},
|
536
|
-
{
|
537
|
-
"shape":"ResourceNotFoundException",
|
538
|
-
"exception":true
|
539
|
-
}
|
370
|
+
{"shape":"ValidationException"},
|
371
|
+
{"shape":"ResourceNotFoundException"}
|
540
372
|
]
|
541
373
|
},
|
542
374
|
"DescribeLayers":{
|
@@ -548,14 +380,8 @@
|
|
548
380
|
"input":{"shape":"DescribeLayersRequest"},
|
549
381
|
"output":{"shape":"DescribeLayersResult"},
|
550
382
|
"errors":[
|
551
|
-
{
|
552
|
-
|
553
|
-
"exception":true
|
554
|
-
},
|
555
|
-
{
|
556
|
-
"shape":"ResourceNotFoundException",
|
557
|
-
"exception":true
|
558
|
-
}
|
383
|
+
{"shape":"ValidationException"},
|
384
|
+
{"shape":"ResourceNotFoundException"}
|
559
385
|
]
|
560
386
|
},
|
561
387
|
"DescribeLoadBasedAutoScaling":{
|
@@ -567,14 +393,8 @@
|
|
567
393
|
"input":{"shape":"DescribeLoadBasedAutoScalingRequest"},
|
568
394
|
"output":{"shape":"DescribeLoadBasedAutoScalingResult"},
|
569
395
|
"errors":[
|
570
|
-
{
|
571
|
-
|
572
|
-
"exception":true
|
573
|
-
},
|
574
|
-
{
|
575
|
-
"shape":"ResourceNotFoundException",
|
576
|
-
"exception":true
|
577
|
-
}
|
396
|
+
{"shape":"ValidationException"},
|
397
|
+
{"shape":"ResourceNotFoundException"}
|
578
398
|
]
|
579
399
|
},
|
580
400
|
"DescribeMyUserProfile":{
|
@@ -594,14 +414,8 @@
|
|
594
414
|
"input":{"shape":"DescribePermissionsRequest"},
|
595
415
|
"output":{"shape":"DescribePermissionsResult"},
|
596
416
|
"errors":[
|
597
|
-
{
|
598
|
-
|
599
|
-
"exception":true
|
600
|
-
},
|
601
|
-
{
|
602
|
-
"shape":"ResourceNotFoundException",
|
603
|
-
"exception":true
|
604
|
-
}
|
417
|
+
{"shape":"ValidationException"},
|
418
|
+
{"shape":"ResourceNotFoundException"}
|
605
419
|
]
|
606
420
|
},
|
607
421
|
"DescribeRaidArrays":{
|
@@ -613,14 +427,8 @@
|
|
613
427
|
"input":{"shape":"DescribeRaidArraysRequest"},
|
614
428
|
"output":{"shape":"DescribeRaidArraysResult"},
|
615
429
|
"errors":[
|
616
|
-
{
|
617
|
-
|
618
|
-
"exception":true
|
619
|
-
},
|
620
|
-
{
|
621
|
-
"shape":"ResourceNotFoundException",
|
622
|
-
"exception":true
|
623
|
-
}
|
430
|
+
{"shape":"ValidationException"},
|
431
|
+
{"shape":"ResourceNotFoundException"}
|
624
432
|
]
|
625
433
|
},
|
626
434
|
"DescribeRdsDbInstances":{
|
@@ -632,14 +440,8 @@
|
|
632
440
|
"input":{"shape":"DescribeRdsDbInstancesRequest"},
|
633
441
|
"output":{"shape":"DescribeRdsDbInstancesResult"},
|
634
442
|
"errors":[
|
635
|
-
{
|
636
|
-
|
637
|
-
"exception":true
|
638
|
-
},
|
639
|
-
{
|
640
|
-
"shape":"ResourceNotFoundException",
|
641
|
-
"exception":true
|
642
|
-
}
|
443
|
+
{"shape":"ValidationException"},
|
444
|
+
{"shape":"ResourceNotFoundException"}
|
643
445
|
]
|
644
446
|
},
|
645
447
|
"DescribeServiceErrors":{
|
@@ -651,14 +453,8 @@
|
|
651
453
|
"input":{"shape":"DescribeServiceErrorsRequest"},
|
652
454
|
"output":{"shape":"DescribeServiceErrorsResult"},
|
653
455
|
"errors":[
|
654
|
-
{
|
655
|
-
|
656
|
-
"exception":true
|
657
|
-
},
|
658
|
-
{
|
659
|
-
"shape":"ResourceNotFoundException",
|
660
|
-
"exception":true
|
661
|
-
}
|
456
|
+
{"shape":"ValidationException"},
|
457
|
+
{"shape":"ResourceNotFoundException"}
|
662
458
|
]
|
663
459
|
},
|
664
460
|
"DescribeStackProvisioningParameters":{
|
@@ -670,14 +466,8 @@
|
|
670
466
|
"input":{"shape":"DescribeStackProvisioningParametersRequest"},
|
671
467
|
"output":{"shape":"DescribeStackProvisioningParametersResult"},
|
672
468
|
"errors":[
|
673
|
-
{
|
674
|
-
|
675
|
-
"exception":true
|
676
|
-
},
|
677
|
-
{
|
678
|
-
"shape":"ResourceNotFoundException",
|
679
|
-
"exception":true
|
680
|
-
}
|
469
|
+
{"shape":"ValidationException"},
|
470
|
+
{"shape":"ResourceNotFoundException"}
|
681
471
|
]
|
682
472
|
},
|
683
473
|
"DescribeStackSummary":{
|
@@ -689,14 +479,8 @@
|
|
689
479
|
"input":{"shape":"DescribeStackSummaryRequest"},
|
690
480
|
"output":{"shape":"DescribeStackSummaryResult"},
|
691
481
|
"errors":[
|
692
|
-
{
|
693
|
-
|
694
|
-
"exception":true
|
695
|
-
},
|
696
|
-
{
|
697
|
-
"shape":"ResourceNotFoundException",
|
698
|
-
"exception":true
|
699
|
-
}
|
482
|
+
{"shape":"ValidationException"},
|
483
|
+
{"shape":"ResourceNotFoundException"}
|
700
484
|
]
|
701
485
|
},
|
702
486
|
"DescribeStacks":{
|
@@ -708,14 +492,8 @@
|
|
708
492
|
"input":{"shape":"DescribeStacksRequest"},
|
709
493
|
"output":{"shape":"DescribeStacksResult"},
|
710
494
|
"errors":[
|
711
|
-
{
|
712
|
-
|
713
|
-
"exception":true
|
714
|
-
},
|
715
|
-
{
|
716
|
-
"shape":"ResourceNotFoundException",
|
717
|
-
"exception":true
|
718
|
-
}
|
495
|
+
{"shape":"ValidationException"},
|
496
|
+
{"shape":"ResourceNotFoundException"}
|
719
497
|
]
|
720
498
|
},
|
721
499
|
"DescribeTimeBasedAutoScaling":{
|
@@ -727,14 +505,8 @@
|
|
727
505
|
"input":{"shape":"DescribeTimeBasedAutoScalingRequest"},
|
728
506
|
"output":{"shape":"DescribeTimeBasedAutoScalingResult"},
|
729
507
|
"errors":[
|
730
|
-
{
|
731
|
-
|
732
|
-
"exception":true
|
733
|
-
},
|
734
|
-
{
|
735
|
-
"shape":"ResourceNotFoundException",
|
736
|
-
"exception":true
|
737
|
-
}
|
508
|
+
{"shape":"ValidationException"},
|
509
|
+
{"shape":"ResourceNotFoundException"}
|
738
510
|
]
|
739
511
|
},
|
740
512
|
"DescribeUserProfiles":{
|
@@ -746,14 +518,8 @@
|
|
746
518
|
"input":{"shape":"DescribeUserProfilesRequest"},
|
747
519
|
"output":{"shape":"DescribeUserProfilesResult"},
|
748
520
|
"errors":[
|
749
|
-
{
|
750
|
-
|
751
|
-
"exception":true
|
752
|
-
},
|
753
|
-
{
|
754
|
-
"shape":"ResourceNotFoundException",
|
755
|
-
"exception":true
|
756
|
-
}
|
521
|
+
{"shape":"ValidationException"},
|
522
|
+
{"shape":"ResourceNotFoundException"}
|
757
523
|
]
|
758
524
|
},
|
759
525
|
"DescribeVolumes":{
|
@@ -765,14 +531,8 @@
|
|
765
531
|
"input":{"shape":"DescribeVolumesRequest"},
|
766
532
|
"output":{"shape":"DescribeVolumesResult"},
|
767
533
|
"errors":[
|
768
|
-
{
|
769
|
-
|
770
|
-
"exception":true
|
771
|
-
},
|
772
|
-
{
|
773
|
-
"shape":"ResourceNotFoundException",
|
774
|
-
"exception":true
|
775
|
-
}
|
534
|
+
{"shape":"ValidationException"},
|
535
|
+
{"shape":"ResourceNotFoundException"}
|
776
536
|
]
|
777
537
|
},
|
778
538
|
"DetachElasticLoadBalancer":{
|
@@ -783,10 +543,7 @@
|
|
783
543
|
},
|
784
544
|
"input":{"shape":"DetachElasticLoadBalancerRequest"},
|
785
545
|
"errors":[
|
786
|
-
{
|
787
|
-
"shape":"ResourceNotFoundException",
|
788
|
-
"exception":true
|
789
|
-
}
|
546
|
+
{"shape":"ResourceNotFoundException"}
|
790
547
|
]
|
791
548
|
},
|
792
549
|
"DisassociateElasticIp":{
|
@@ -797,14 +554,8 @@
|
|
797
554
|
},
|
798
555
|
"input":{"shape":"DisassociateElasticIpRequest"},
|
799
556
|
"errors":[
|
800
|
-
{
|
801
|
-
|
802
|
-
"exception":true
|
803
|
-
},
|
804
|
-
{
|
805
|
-
"shape":"ResourceNotFoundException",
|
806
|
-
"exception":true
|
807
|
-
}
|
557
|
+
{"shape":"ValidationException"},
|
558
|
+
{"shape":"ResourceNotFoundException"}
|
808
559
|
]
|
809
560
|
},
|
810
561
|
"GetHostnameSuggestion":{
|
@@ -816,14 +567,8 @@
|
|
816
567
|
"input":{"shape":"GetHostnameSuggestionRequest"},
|
817
568
|
"output":{"shape":"GetHostnameSuggestionResult"},
|
818
569
|
"errors":[
|
819
|
-
{
|
820
|
-
|
821
|
-
"exception":true
|
822
|
-
},
|
823
|
-
{
|
824
|
-
"shape":"ResourceNotFoundException",
|
825
|
-
"exception":true
|
826
|
-
}
|
570
|
+
{"shape":"ValidationException"},
|
571
|
+
{"shape":"ResourceNotFoundException"}
|
827
572
|
]
|
828
573
|
},
|
829
574
|
"GrantAccess":{
|
@@ -835,14 +580,8 @@
|
|
835
580
|
"input":{"shape":"GrantAccessRequest"},
|
836
581
|
"output":{"shape":"GrantAccessResult"},
|
837
582
|
"errors":[
|
838
|
-
{
|
839
|
-
|
840
|
-
"exception":true
|
841
|
-
},
|
842
|
-
{
|
843
|
-
"shape":"ResourceNotFoundException",
|
844
|
-
"exception":true
|
845
|
-
}
|
583
|
+
{"shape":"ValidationException"},
|
584
|
+
{"shape":"ResourceNotFoundException"}
|
846
585
|
]
|
847
586
|
},
|
848
587
|
"RebootInstance":{
|
@@ -853,14 +592,8 @@
|
|
853
592
|
},
|
854
593
|
"input":{"shape":"RebootInstanceRequest"},
|
855
594
|
"errors":[
|
856
|
-
{
|
857
|
-
|
858
|
-
"exception":true
|
859
|
-
},
|
860
|
-
{
|
861
|
-
"shape":"ResourceNotFoundException",
|
862
|
-
"exception":true
|
863
|
-
}
|
595
|
+
{"shape":"ValidationException"},
|
596
|
+
{"shape":"ResourceNotFoundException"}
|
864
597
|
]
|
865
598
|
},
|
866
599
|
"RegisterEcsCluster":{
|
@@ -872,14 +605,8 @@
|
|
872
605
|
"input":{"shape":"RegisterEcsClusterRequest"},
|
873
606
|
"output":{"shape":"RegisterEcsClusterResult"},
|
874
607
|
"errors":[
|
875
|
-
{
|
876
|
-
|
877
|
-
"exception":true
|
878
|
-
},
|
879
|
-
{
|
880
|
-
"shape":"ResourceNotFoundException",
|
881
|
-
"exception":true
|
882
|
-
}
|
608
|
+
{"shape":"ValidationException"},
|
609
|
+
{"shape":"ResourceNotFoundException"}
|
883
610
|
]
|
884
611
|
},
|
885
612
|
"RegisterElasticIp":{
|
@@ -891,14 +618,8 @@
|
|
891
618
|
"input":{"shape":"RegisterElasticIpRequest"},
|
892
619
|
"output":{"shape":"RegisterElasticIpResult"},
|
893
620
|
"errors":[
|
894
|
-
{
|
895
|
-
|
896
|
-
"exception":true
|
897
|
-
},
|
898
|
-
{
|
899
|
-
"shape":"ResourceNotFoundException",
|
900
|
-
"exception":true
|
901
|
-
}
|
621
|
+
{"shape":"ValidationException"},
|
622
|
+
{"shape":"ResourceNotFoundException"}
|
902
623
|
]
|
903
624
|
},
|
904
625
|
"RegisterInstance":{
|
@@ -910,14 +631,8 @@
|
|
910
631
|
"input":{"shape":"RegisterInstanceRequest"},
|
911
632
|
"output":{"shape":"RegisterInstanceResult"},
|
912
633
|
"errors":[
|
913
|
-
{
|
914
|
-
|
915
|
-
"exception":true
|
916
|
-
},
|
917
|
-
{
|
918
|
-
"shape":"ResourceNotFoundException",
|
919
|
-
"exception":true
|
920
|
-
}
|
634
|
+
{"shape":"ValidationException"},
|
635
|
+
{"shape":"ResourceNotFoundException"}
|
921
636
|
]
|
922
637
|
},
|
923
638
|
"RegisterRdsDbInstance":{
|
@@ -928,14 +643,8 @@
|
|
928
643
|
},
|
929
644
|
"input":{"shape":"RegisterRdsDbInstanceRequest"},
|
930
645
|
"errors":[
|
931
|
-
{
|
932
|
-
|
933
|
-
"exception":true
|
934
|
-
},
|
935
|
-
{
|
936
|
-
"shape":"ResourceNotFoundException",
|
937
|
-
"exception":true
|
938
|
-
}
|
646
|
+
{"shape":"ValidationException"},
|
647
|
+
{"shape":"ResourceNotFoundException"}
|
939
648
|
]
|
940
649
|
},
|
941
650
|
"RegisterVolume":{
|
@@ -947,14 +656,8 @@
|
|
947
656
|
"input":{"shape":"RegisterVolumeRequest"},
|
948
657
|
"output":{"shape":"RegisterVolumeResult"},
|
949
658
|
"errors":[
|
950
|
-
{
|
951
|
-
|
952
|
-
"exception":true
|
953
|
-
},
|
954
|
-
{
|
955
|
-
"shape":"ResourceNotFoundException",
|
956
|
-
"exception":true
|
957
|
-
}
|
659
|
+
{"shape":"ValidationException"},
|
660
|
+
{"shape":"ResourceNotFoundException"}
|
958
661
|
]
|
959
662
|
},
|
960
663
|
"SetLoadBasedAutoScaling":{
|
@@ -965,14 +668,8 @@
|
|
965
668
|
},
|
966
669
|
"input":{"shape":"SetLoadBasedAutoScalingRequest"},
|
967
670
|
"errors":[
|
968
|
-
{
|
969
|
-
|
970
|
-
"exception":true
|
971
|
-
},
|
972
|
-
{
|
973
|
-
"shape":"ResourceNotFoundException",
|
974
|
-
"exception":true
|
975
|
-
}
|
671
|
+
{"shape":"ValidationException"},
|
672
|
+
{"shape":"ResourceNotFoundException"}
|
976
673
|
]
|
977
674
|
},
|
978
675
|
"SetPermission":{
|
@@ -983,14 +680,8 @@
|
|
983
680
|
},
|
984
681
|
"input":{"shape":"SetPermissionRequest"},
|
985
682
|
"errors":[
|
986
|
-
{
|
987
|
-
|
988
|
-
"exception":true
|
989
|
-
},
|
990
|
-
{
|
991
|
-
"shape":"ResourceNotFoundException",
|
992
|
-
"exception":true
|
993
|
-
}
|
683
|
+
{"shape":"ValidationException"},
|
684
|
+
{"shape":"ResourceNotFoundException"}
|
994
685
|
]
|
995
686
|
},
|
996
687
|
"SetTimeBasedAutoScaling":{
|
@@ -1001,14 +692,8 @@
|
|
1001
692
|
},
|
1002
693
|
"input":{"shape":"SetTimeBasedAutoScalingRequest"},
|
1003
694
|
"errors":[
|
1004
|
-
{
|
1005
|
-
|
1006
|
-
"exception":true
|
1007
|
-
},
|
1008
|
-
{
|
1009
|
-
"shape":"ResourceNotFoundException",
|
1010
|
-
"exception":true
|
1011
|
-
}
|
695
|
+
{"shape":"ValidationException"},
|
696
|
+
{"shape":"ResourceNotFoundException"}
|
1012
697
|
]
|
1013
698
|
},
|
1014
699
|
"StartInstance":{
|
@@ -1019,14 +704,8 @@
|
|
1019
704
|
},
|
1020
705
|
"input":{"shape":"StartInstanceRequest"},
|
1021
706
|
"errors":[
|
1022
|
-
{
|
1023
|
-
|
1024
|
-
"exception":true
|
1025
|
-
},
|
1026
|
-
{
|
1027
|
-
"shape":"ResourceNotFoundException",
|
1028
|
-
"exception":true
|
1029
|
-
}
|
707
|
+
{"shape":"ValidationException"},
|
708
|
+
{"shape":"ResourceNotFoundException"}
|
1030
709
|
]
|
1031
710
|
},
|
1032
711
|
"StartStack":{
|
@@ -1037,14 +716,8 @@
|
|
1037
716
|
},
|
1038
717
|
"input":{"shape":"StartStackRequest"},
|
1039
718
|
"errors":[
|
1040
|
-
{
|
1041
|
-
|
1042
|
-
"exception":true
|
1043
|
-
},
|
1044
|
-
{
|
1045
|
-
"shape":"ResourceNotFoundException",
|
1046
|
-
"exception":true
|
1047
|
-
}
|
719
|
+
{"shape":"ValidationException"},
|
720
|
+
{"shape":"ResourceNotFoundException"}
|
1048
721
|
]
|
1049
722
|
},
|
1050
723
|
"StopInstance":{
|
@@ -1055,14 +728,8 @@
|
|
1055
728
|
},
|
1056
729
|
"input":{"shape":"StopInstanceRequest"},
|
1057
730
|
"errors":[
|
1058
|
-
{
|
1059
|
-
|
1060
|
-
"exception":true
|
1061
|
-
},
|
1062
|
-
{
|
1063
|
-
"shape":"ResourceNotFoundException",
|
1064
|
-
"exception":true
|
1065
|
-
}
|
731
|
+
{"shape":"ValidationException"},
|
732
|
+
{"shape":"ResourceNotFoundException"}
|
1066
733
|
]
|
1067
734
|
},
|
1068
735
|
"StopStack":{
|
@@ -1073,14 +740,8 @@
|
|
1073
740
|
},
|
1074
741
|
"input":{"shape":"StopStackRequest"},
|
1075
742
|
"errors":[
|
1076
|
-
{
|
1077
|
-
|
1078
|
-
"exception":true
|
1079
|
-
},
|
1080
|
-
{
|
1081
|
-
"shape":"ResourceNotFoundException",
|
1082
|
-
"exception":true
|
1083
|
-
}
|
743
|
+
{"shape":"ValidationException"},
|
744
|
+
{"shape":"ResourceNotFoundException"}
|
1084
745
|
]
|
1085
746
|
},
|
1086
747
|
"UnassignInstance":{
|
@@ -1091,14 +752,8 @@
|
|
1091
752
|
},
|
1092
753
|
"input":{"shape":"UnassignInstanceRequest"},
|
1093
754
|
"errors":[
|
1094
|
-
{
|
1095
|
-
|
1096
|
-
"exception":true
|
1097
|
-
},
|
1098
|
-
{
|
1099
|
-
"shape":"ResourceNotFoundException",
|
1100
|
-
"exception":true
|
1101
|
-
}
|
755
|
+
{"shape":"ValidationException"},
|
756
|
+
{"shape":"ResourceNotFoundException"}
|
1102
757
|
]
|
1103
758
|
},
|
1104
759
|
"UnassignVolume":{
|
@@ -1109,14 +764,8 @@
|
|
1109
764
|
},
|
1110
765
|
"input":{"shape":"UnassignVolumeRequest"},
|
1111
766
|
"errors":[
|
1112
|
-
{
|
1113
|
-
|
1114
|
-
"exception":true
|
1115
|
-
},
|
1116
|
-
{
|
1117
|
-
"shape":"ResourceNotFoundException",
|
1118
|
-
"exception":true
|
1119
|
-
}
|
767
|
+
{"shape":"ValidationException"},
|
768
|
+
{"shape":"ResourceNotFoundException"}
|
1120
769
|
]
|
1121
770
|
},
|
1122
771
|
"UpdateApp":{
|
@@ -1127,14 +776,8 @@
|
|
1127
776
|
},
|
1128
777
|
"input":{"shape":"UpdateAppRequest"},
|
1129
778
|
"errors":[
|
1130
|
-
{
|
1131
|
-
|
1132
|
-
"exception":true
|
1133
|
-
},
|
1134
|
-
{
|
1135
|
-
"shape":"ResourceNotFoundException",
|
1136
|
-
"exception":true
|
1137
|
-
}
|
779
|
+
{"shape":"ValidationException"},
|
780
|
+
{"shape":"ResourceNotFoundException"}
|
1138
781
|
]
|
1139
782
|
},
|
1140
783
|
"UpdateElasticIp":{
|
@@ -1145,14 +788,8 @@
|
|
1145
788
|
},
|
1146
789
|
"input":{"shape":"UpdateElasticIpRequest"},
|
1147
790
|
"errors":[
|
1148
|
-
{
|
1149
|
-
|
1150
|
-
"exception":true
|
1151
|
-
},
|
1152
|
-
{
|
1153
|
-
"shape":"ResourceNotFoundException",
|
1154
|
-
"exception":true
|
1155
|
-
}
|
791
|
+
{"shape":"ValidationException"},
|
792
|
+
{"shape":"ResourceNotFoundException"}
|
1156
793
|
]
|
1157
794
|
},
|
1158
795
|
"UpdateInstance":{
|
@@ -1163,14 +800,8 @@
|
|
1163
800
|
},
|
1164
801
|
"input":{"shape":"UpdateInstanceRequest"},
|
1165
802
|
"errors":[
|
1166
|
-
{
|
1167
|
-
|
1168
|
-
"exception":true
|
1169
|
-
},
|
1170
|
-
{
|
1171
|
-
"shape":"ResourceNotFoundException",
|
1172
|
-
"exception":true
|
1173
|
-
}
|
803
|
+
{"shape":"ValidationException"},
|
804
|
+
{"shape":"ResourceNotFoundException"}
|
1174
805
|
]
|
1175
806
|
},
|
1176
807
|
"UpdateLayer":{
|
@@ -1181,14 +812,8 @@
|
|
1181
812
|
},
|
1182
813
|
"input":{"shape":"UpdateLayerRequest"},
|
1183
814
|
"errors":[
|
1184
|
-
{
|
1185
|
-
|
1186
|
-
"exception":true
|
1187
|
-
},
|
1188
|
-
{
|
1189
|
-
"shape":"ResourceNotFoundException",
|
1190
|
-
"exception":true
|
1191
|
-
}
|
815
|
+
{"shape":"ValidationException"},
|
816
|
+
{"shape":"ResourceNotFoundException"}
|
1192
817
|
]
|
1193
818
|
},
|
1194
819
|
"UpdateMyUserProfile":{
|
@@ -1199,10 +824,7 @@
|
|
1199
824
|
},
|
1200
825
|
"input":{"shape":"UpdateMyUserProfileRequest"},
|
1201
826
|
"errors":[
|
1202
|
-
{
|
1203
|
-
"shape":"ValidationException",
|
1204
|
-
"exception":true
|
1205
|
-
}
|
827
|
+
{"shape":"ValidationException"}
|
1206
828
|
]
|
1207
829
|
},
|
1208
830
|
"UpdateRdsDbInstance":{
|
@@ -1213,14 +835,8 @@
|
|
1213
835
|
},
|
1214
836
|
"input":{"shape":"UpdateRdsDbInstanceRequest"},
|
1215
837
|
"errors":[
|
1216
|
-
{
|
1217
|
-
|
1218
|
-
"exception":true
|
1219
|
-
},
|
1220
|
-
{
|
1221
|
-
"shape":"ResourceNotFoundException",
|
1222
|
-
"exception":true
|
1223
|
-
}
|
838
|
+
{"shape":"ValidationException"},
|
839
|
+
{"shape":"ResourceNotFoundException"}
|
1224
840
|
]
|
1225
841
|
},
|
1226
842
|
"UpdateStack":{
|
@@ -1231,14 +847,8 @@
|
|
1231
847
|
},
|
1232
848
|
"input":{"shape":"UpdateStackRequest"},
|
1233
849
|
"errors":[
|
1234
|
-
{
|
1235
|
-
|
1236
|
-
"exception":true
|
1237
|
-
},
|
1238
|
-
{
|
1239
|
-
"shape":"ResourceNotFoundException",
|
1240
|
-
"exception":true
|
1241
|
-
}
|
850
|
+
{"shape":"ValidationException"},
|
851
|
+
{"shape":"ResourceNotFoundException"}
|
1242
852
|
]
|
1243
853
|
},
|
1244
854
|
"UpdateUserProfile":{
|
@@ -1249,14 +859,8 @@
|
|
1249
859
|
},
|
1250
860
|
"input":{"shape":"UpdateUserProfileRequest"},
|
1251
861
|
"errors":[
|
1252
|
-
{
|
1253
|
-
|
1254
|
-
"exception":true
|
1255
|
-
},
|
1256
|
-
{
|
1257
|
-
"shape":"ResourceNotFoundException",
|
1258
|
-
"exception":true
|
1259
|
-
}
|
862
|
+
{"shape":"ValidationException"},
|
863
|
+
{"shape":"ResourceNotFoundException"}
|
1260
864
|
]
|
1261
865
|
},
|
1262
866
|
"UpdateVolume":{
|
@@ -1267,14 +871,8 @@
|
|
1267
871
|
},
|
1268
872
|
"input":{"shape":"UpdateVolumeRequest"},
|
1269
873
|
"errors":[
|
1270
|
-
{
|
1271
|
-
|
1272
|
-
"exception":true
|
1273
|
-
},
|
1274
|
-
{
|
1275
|
-
"shape":"ResourceNotFoundException",
|
1276
|
-
"exception":true
|
1277
|
-
}
|
874
|
+
{"shape":"ValidationException"},
|
875
|
+
{"shape":"ResourceNotFoundException"}
|
1278
876
|
]
|
1279
877
|
}
|
1280
878
|
},
|
@@ -2377,9 +1975,9 @@
|
|
2377
1975
|
},
|
2378
1976
|
"Minute":{
|
2379
1977
|
"type":"integer",
|
2380
|
-
"
|
1978
|
+
"box":true,
|
2381
1979
|
"max":100,
|
2382
|
-
"
|
1980
|
+
"min":1
|
2383
1981
|
},
|
2384
1982
|
"Parameters":{
|
2385
1983
|
"type":"map",
|
@@ -2921,9 +2519,9 @@
|
|
2921
2519
|
},
|
2922
2520
|
"ValidForInMinutes":{
|
2923
2521
|
"type":"integer",
|
2924
|
-
"
|
2522
|
+
"box":true,
|
2925
2523
|
"max":1440,
|
2926
|
-
"
|
2524
|
+
"min":60
|
2927
2525
|
},
|
2928
2526
|
"ValidationException":{
|
2929
2527
|
"type":"structure",
|