aws-sdk-core 2.2.17 → 2.2.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/resources-1.json +1613 -0
- data/apis/autoscaling/2011-01-01/waiters-2.json +62 -0
- data/apis/codedeploy/2014-10-06/api-2.json +328 -663
- data/apis/codedeploy/2014-10-06/examples-1.json +5 -0
- data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +1 -0
- data/apis/monitoring/2010-08-01/api-2.json +57 -184
- data/apis/monitoring/2010-08-01/examples-1.json +5 -0
- data/apis/monitoring/2010-08-01/resources-1.json +334 -0
- data/apis/rds/2014-10-31/resources-1.json +3255 -65
- data/apis/rds/2014-10-31/waiters-2.json +6 -0
- data/apis/storagegateway/2013-06-30/api-2.json +221 -610
- data/apis/storagegateway/2013-06-30/examples-1.json +5 -0
- data/lib/aws-sdk-core/autoscaling.rb +2 -0
- data/lib/aws-sdk-core/cloudwatch.rb +2 -0
- data/lib/aws-sdk-core/codedeploy.rb +1 -0
- data/lib/aws-sdk-core/storagegateway.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xml/builder.rb +6 -1
- metadata +8 -2
@@ -42,6 +42,12 @@
|
|
42
42
|
"state": "failure",
|
43
43
|
"argument": "DBInstances[].DBInstanceStatus"
|
44
44
|
},
|
45
|
+
{
|
46
|
+
"expected": "incompatible-parameters",
|
47
|
+
"matcher": "pathAny",
|
48
|
+
"state": "failure",
|
49
|
+
"argument": "DBInstances[].DBInstanceStatus"
|
50
|
+
},
|
45
51
|
{
|
46
52
|
"expected": "incompatible-restore",
|
47
53
|
"matcher": "pathAny",
|
@@ -4,10 +4,10 @@
|
|
4
4
|
"apiVersion":"2013-06-30",
|
5
5
|
"endpointPrefix":"storagegateway",
|
6
6
|
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
7
8
|
"serviceFullName":"AWS Storage Gateway",
|
8
9
|
"signatureVersion":"v4",
|
9
|
-
"targetPrefix":"StorageGateway_20130630"
|
10
|
-
"protocol":"json"
|
10
|
+
"targetPrefix":"StorageGateway_20130630"
|
11
11
|
},
|
12
12
|
"operations":{
|
13
13
|
"ActivateGateway":{
|
@@ -19,16 +19,8 @@
|
|
19
19
|
"input":{"shape":"ActivateGatewayInput"},
|
20
20
|
"output":{"shape":"ActivateGatewayOutput"},
|
21
21
|
"errors":[
|
22
|
-
{
|
23
|
-
|
24
|
-
"error":{"httpStatusCode":400},
|
25
|
-
"exception":true
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"shape":"InternalServerError",
|
29
|
-
"error":{"httpStatusCode":500},
|
30
|
-
"exception":true
|
31
|
-
}
|
22
|
+
{"shape":"InvalidGatewayRequestException"},
|
23
|
+
{"shape":"InternalServerError"}
|
32
24
|
]
|
33
25
|
},
|
34
26
|
"AddCache":{
|
@@ -40,16 +32,8 @@
|
|
40
32
|
"input":{"shape":"AddCacheInput"},
|
41
33
|
"output":{"shape":"AddCacheOutput"},
|
42
34
|
"errors":[
|
43
|
-
{
|
44
|
-
|
45
|
-
"error":{"httpStatusCode":400},
|
46
|
-
"exception":true
|
47
|
-
},
|
48
|
-
{
|
49
|
-
"shape":"InternalServerError",
|
50
|
-
"error":{"httpStatusCode":500},
|
51
|
-
"exception":true
|
52
|
-
}
|
35
|
+
{"shape":"InvalidGatewayRequestException"},
|
36
|
+
{"shape":"InternalServerError"}
|
53
37
|
]
|
54
38
|
},
|
55
39
|
"AddTagsToResource":{
|
@@ -61,16 +45,8 @@
|
|
61
45
|
"input":{"shape":"AddTagsToResourceInput"},
|
62
46
|
"output":{"shape":"AddTagsToResourceOutput"},
|
63
47
|
"errors":[
|
64
|
-
{
|
65
|
-
|
66
|
-
"error":{"httpStatusCode":400},
|
67
|
-
"exception":true
|
68
|
-
},
|
69
|
-
{
|
70
|
-
"shape":"InternalServerError",
|
71
|
-
"error":{"httpStatusCode":500},
|
72
|
-
"exception":true
|
73
|
-
}
|
48
|
+
{"shape":"InvalidGatewayRequestException"},
|
49
|
+
{"shape":"InternalServerError"}
|
74
50
|
]
|
75
51
|
},
|
76
52
|
"AddUploadBuffer":{
|
@@ -82,16 +58,8 @@
|
|
82
58
|
"input":{"shape":"AddUploadBufferInput"},
|
83
59
|
"output":{"shape":"AddUploadBufferOutput"},
|
84
60
|
"errors":[
|
85
|
-
{
|
86
|
-
|
87
|
-
"error":{"httpStatusCode":400},
|
88
|
-
"exception":true
|
89
|
-
},
|
90
|
-
{
|
91
|
-
"shape":"InternalServerError",
|
92
|
-
"error":{"httpStatusCode":500},
|
93
|
-
"exception":true
|
94
|
-
}
|
61
|
+
{"shape":"InvalidGatewayRequestException"},
|
62
|
+
{"shape":"InternalServerError"}
|
95
63
|
]
|
96
64
|
},
|
97
65
|
"AddWorkingStorage":{
|
@@ -103,16 +71,8 @@
|
|
103
71
|
"input":{"shape":"AddWorkingStorageInput"},
|
104
72
|
"output":{"shape":"AddWorkingStorageOutput"},
|
105
73
|
"errors":[
|
106
|
-
{
|
107
|
-
|
108
|
-
"error":{"httpStatusCode":400},
|
109
|
-
"exception":true
|
110
|
-
},
|
111
|
-
{
|
112
|
-
"shape":"InternalServerError",
|
113
|
-
"error":{"httpStatusCode":500},
|
114
|
-
"exception":true
|
115
|
-
}
|
74
|
+
{"shape":"InvalidGatewayRequestException"},
|
75
|
+
{"shape":"InternalServerError"}
|
116
76
|
]
|
117
77
|
},
|
118
78
|
"CancelArchival":{
|
@@ -124,16 +84,8 @@
|
|
124
84
|
"input":{"shape":"CancelArchivalInput"},
|
125
85
|
"output":{"shape":"CancelArchivalOutput"},
|
126
86
|
"errors":[
|
127
|
-
{
|
128
|
-
|
129
|
-
"error":{"httpStatusCode":400},
|
130
|
-
"exception":true
|
131
|
-
},
|
132
|
-
{
|
133
|
-
"shape":"InternalServerError",
|
134
|
-
"error":{"httpStatusCode":500},
|
135
|
-
"exception":true
|
136
|
-
}
|
87
|
+
{"shape":"InvalidGatewayRequestException"},
|
88
|
+
{"shape":"InternalServerError"}
|
137
89
|
]
|
138
90
|
},
|
139
91
|
"CancelRetrieval":{
|
@@ -145,16 +97,8 @@
|
|
145
97
|
"input":{"shape":"CancelRetrievalInput"},
|
146
98
|
"output":{"shape":"CancelRetrievalOutput"},
|
147
99
|
"errors":[
|
148
|
-
{
|
149
|
-
|
150
|
-
"error":{"httpStatusCode":400},
|
151
|
-
"exception":true
|
152
|
-
},
|
153
|
-
{
|
154
|
-
"shape":"InternalServerError",
|
155
|
-
"error":{"httpStatusCode":500},
|
156
|
-
"exception":true
|
157
|
-
}
|
100
|
+
{"shape":"InvalidGatewayRequestException"},
|
101
|
+
{"shape":"InternalServerError"}
|
158
102
|
]
|
159
103
|
},
|
160
104
|
"CreateCachediSCSIVolume":{
|
@@ -166,16 +110,8 @@
|
|
166
110
|
"input":{"shape":"CreateCachediSCSIVolumeInput"},
|
167
111
|
"output":{"shape":"CreateCachediSCSIVolumeOutput"},
|
168
112
|
"errors":[
|
169
|
-
{
|
170
|
-
|
171
|
-
"error":{"httpStatusCode":400},
|
172
|
-
"exception":true
|
173
|
-
},
|
174
|
-
{
|
175
|
-
"shape":"InternalServerError",
|
176
|
-
"error":{"httpStatusCode":500},
|
177
|
-
"exception":true
|
178
|
-
}
|
113
|
+
{"shape":"InvalidGatewayRequestException"},
|
114
|
+
{"shape":"InternalServerError"}
|
179
115
|
]
|
180
116
|
},
|
181
117
|
"CreateSnapshot":{
|
@@ -187,16 +123,8 @@
|
|
187
123
|
"input":{"shape":"CreateSnapshotInput"},
|
188
124
|
"output":{"shape":"CreateSnapshotOutput"},
|
189
125
|
"errors":[
|
190
|
-
{
|
191
|
-
|
192
|
-
"error":{"httpStatusCode":400},
|
193
|
-
"exception":true
|
194
|
-
},
|
195
|
-
{
|
196
|
-
"shape":"InternalServerError",
|
197
|
-
"error":{"httpStatusCode":500},
|
198
|
-
"exception":true
|
199
|
-
}
|
126
|
+
{"shape":"InvalidGatewayRequestException"},
|
127
|
+
{"shape":"InternalServerError"}
|
200
128
|
]
|
201
129
|
},
|
202
130
|
"CreateSnapshotFromVolumeRecoveryPoint":{
|
@@ -208,16 +136,8 @@
|
|
208
136
|
"input":{"shape":"CreateSnapshotFromVolumeRecoveryPointInput"},
|
209
137
|
"output":{"shape":"CreateSnapshotFromVolumeRecoveryPointOutput"},
|
210
138
|
"errors":[
|
211
|
-
{
|
212
|
-
|
213
|
-
"error":{"httpStatusCode":400},
|
214
|
-
"exception":true
|
215
|
-
},
|
216
|
-
{
|
217
|
-
"shape":"InternalServerError",
|
218
|
-
"error":{"httpStatusCode":500},
|
219
|
-
"exception":true
|
220
|
-
}
|
139
|
+
{"shape":"InvalidGatewayRequestException"},
|
140
|
+
{"shape":"InternalServerError"}
|
221
141
|
]
|
222
142
|
},
|
223
143
|
"CreateStorediSCSIVolume":{
|
@@ -229,16 +149,21 @@
|
|
229
149
|
"input":{"shape":"CreateStorediSCSIVolumeInput"},
|
230
150
|
"output":{"shape":"CreateStorediSCSIVolumeOutput"},
|
231
151
|
"errors":[
|
232
|
-
{
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
152
|
+
{"shape":"InvalidGatewayRequestException"},
|
153
|
+
{"shape":"InternalServerError"}
|
154
|
+
]
|
155
|
+
},
|
156
|
+
"CreateTapeWithBarcode":{
|
157
|
+
"name":"CreateTapeWithBarcode",
|
158
|
+
"http":{
|
159
|
+
"method":"POST",
|
160
|
+
"requestUri":"/"
|
161
|
+
},
|
162
|
+
"input":{"shape":"CreateTapeWithBarcodeInput"},
|
163
|
+
"output":{"shape":"CreateTapeWithBarcodeOutput"},
|
164
|
+
"errors":[
|
165
|
+
{"shape":"InvalidGatewayRequestException"},
|
166
|
+
{"shape":"InternalServerError"}
|
242
167
|
]
|
243
168
|
},
|
244
169
|
"CreateTapes":{
|
@@ -250,16 +175,8 @@
|
|
250
175
|
"input":{"shape":"CreateTapesInput"},
|
251
176
|
"output":{"shape":"CreateTapesOutput"},
|
252
177
|
"errors":[
|
253
|
-
{
|
254
|
-
|
255
|
-
"error":{"httpStatusCode":400},
|
256
|
-
"exception":true
|
257
|
-
},
|
258
|
-
{
|
259
|
-
"shape":"InternalServerError",
|
260
|
-
"error":{"httpStatusCode":500},
|
261
|
-
"exception":true
|
262
|
-
}
|
178
|
+
{"shape":"InvalidGatewayRequestException"},
|
179
|
+
{"shape":"InternalServerError"}
|
263
180
|
]
|
264
181
|
},
|
265
182
|
"DeleteBandwidthRateLimit":{
|
@@ -271,16 +188,8 @@
|
|
271
188
|
"input":{"shape":"DeleteBandwidthRateLimitInput"},
|
272
189
|
"output":{"shape":"DeleteBandwidthRateLimitOutput"},
|
273
190
|
"errors":[
|
274
|
-
{
|
275
|
-
|
276
|
-
"error":{"httpStatusCode":400},
|
277
|
-
"exception":true
|
278
|
-
},
|
279
|
-
{
|
280
|
-
"shape":"InternalServerError",
|
281
|
-
"error":{"httpStatusCode":500},
|
282
|
-
"exception":true
|
283
|
-
}
|
191
|
+
{"shape":"InvalidGatewayRequestException"},
|
192
|
+
{"shape":"InternalServerError"}
|
284
193
|
]
|
285
194
|
},
|
286
195
|
"DeleteChapCredentials":{
|
@@ -292,16 +201,8 @@
|
|
292
201
|
"input":{"shape":"DeleteChapCredentialsInput"},
|
293
202
|
"output":{"shape":"DeleteChapCredentialsOutput"},
|
294
203
|
"errors":[
|
295
|
-
{
|
296
|
-
|
297
|
-
"error":{"httpStatusCode":400},
|
298
|
-
"exception":true
|
299
|
-
},
|
300
|
-
{
|
301
|
-
"shape":"InternalServerError",
|
302
|
-
"error":{"httpStatusCode":500},
|
303
|
-
"exception":true
|
304
|
-
}
|
204
|
+
{"shape":"InvalidGatewayRequestException"},
|
205
|
+
{"shape":"InternalServerError"}
|
305
206
|
]
|
306
207
|
},
|
307
208
|
"DeleteGateway":{
|
@@ -313,16 +214,8 @@
|
|
313
214
|
"input":{"shape":"DeleteGatewayInput"},
|
314
215
|
"output":{"shape":"DeleteGatewayOutput"},
|
315
216
|
"errors":[
|
316
|
-
{
|
317
|
-
|
318
|
-
"error":{"httpStatusCode":400},
|
319
|
-
"exception":true
|
320
|
-
},
|
321
|
-
{
|
322
|
-
"shape":"InternalServerError",
|
323
|
-
"error":{"httpStatusCode":500},
|
324
|
-
"exception":true
|
325
|
-
}
|
217
|
+
{"shape":"InvalidGatewayRequestException"},
|
218
|
+
{"shape":"InternalServerError"}
|
326
219
|
]
|
327
220
|
},
|
328
221
|
"DeleteSnapshotSchedule":{
|
@@ -334,16 +227,8 @@
|
|
334
227
|
"input":{"shape":"DeleteSnapshotScheduleInput"},
|
335
228
|
"output":{"shape":"DeleteSnapshotScheduleOutput"},
|
336
229
|
"errors":[
|
337
|
-
{
|
338
|
-
|
339
|
-
"error":{"httpStatusCode":400},
|
340
|
-
"exception":true
|
341
|
-
},
|
342
|
-
{
|
343
|
-
"shape":"InternalServerError",
|
344
|
-
"error":{"httpStatusCode":500},
|
345
|
-
"exception":true
|
346
|
-
}
|
230
|
+
{"shape":"InvalidGatewayRequestException"},
|
231
|
+
{"shape":"InternalServerError"}
|
347
232
|
]
|
348
233
|
},
|
349
234
|
"DeleteTape":{
|
@@ -355,16 +240,8 @@
|
|
355
240
|
"input":{"shape":"DeleteTapeInput"},
|
356
241
|
"output":{"shape":"DeleteTapeOutput"},
|
357
242
|
"errors":[
|
358
|
-
{
|
359
|
-
|
360
|
-
"error":{"httpStatusCode":400},
|
361
|
-
"exception":true
|
362
|
-
},
|
363
|
-
{
|
364
|
-
"shape":"InternalServerError",
|
365
|
-
"error":{"httpStatusCode":500},
|
366
|
-
"exception":true
|
367
|
-
}
|
243
|
+
{"shape":"InvalidGatewayRequestException"},
|
244
|
+
{"shape":"InternalServerError"}
|
368
245
|
]
|
369
246
|
},
|
370
247
|
"DeleteTapeArchive":{
|
@@ -376,16 +253,8 @@
|
|
376
253
|
"input":{"shape":"DeleteTapeArchiveInput"},
|
377
254
|
"output":{"shape":"DeleteTapeArchiveOutput"},
|
378
255
|
"errors":[
|
379
|
-
{
|
380
|
-
|
381
|
-
"error":{"httpStatusCode":400},
|
382
|
-
"exception":true
|
383
|
-
},
|
384
|
-
{
|
385
|
-
"shape":"InternalServerError",
|
386
|
-
"error":{"httpStatusCode":500},
|
387
|
-
"exception":true
|
388
|
-
}
|
256
|
+
{"shape":"InvalidGatewayRequestException"},
|
257
|
+
{"shape":"InternalServerError"}
|
389
258
|
]
|
390
259
|
},
|
391
260
|
"DeleteVolume":{
|
@@ -397,16 +266,8 @@
|
|
397
266
|
"input":{"shape":"DeleteVolumeInput"},
|
398
267
|
"output":{"shape":"DeleteVolumeOutput"},
|
399
268
|
"errors":[
|
400
|
-
{
|
401
|
-
|
402
|
-
"error":{"httpStatusCode":400},
|
403
|
-
"exception":true
|
404
|
-
},
|
405
|
-
{
|
406
|
-
"shape":"InternalServerError",
|
407
|
-
"error":{"httpStatusCode":500},
|
408
|
-
"exception":true
|
409
|
-
}
|
269
|
+
{"shape":"InvalidGatewayRequestException"},
|
270
|
+
{"shape":"InternalServerError"}
|
410
271
|
]
|
411
272
|
},
|
412
273
|
"DescribeBandwidthRateLimit":{
|
@@ -418,16 +279,8 @@
|
|
418
279
|
"input":{"shape":"DescribeBandwidthRateLimitInput"},
|
419
280
|
"output":{"shape":"DescribeBandwidthRateLimitOutput"},
|
420
281
|
"errors":[
|
421
|
-
{
|
422
|
-
|
423
|
-
"error":{"httpStatusCode":400},
|
424
|
-
"exception":true
|
425
|
-
},
|
426
|
-
{
|
427
|
-
"shape":"InternalServerError",
|
428
|
-
"error":{"httpStatusCode":500},
|
429
|
-
"exception":true
|
430
|
-
}
|
282
|
+
{"shape":"InvalidGatewayRequestException"},
|
283
|
+
{"shape":"InternalServerError"}
|
431
284
|
]
|
432
285
|
},
|
433
286
|
"DescribeCache":{
|
@@ -439,16 +292,8 @@
|
|
439
292
|
"input":{"shape":"DescribeCacheInput"},
|
440
293
|
"output":{"shape":"DescribeCacheOutput"},
|
441
294
|
"errors":[
|
442
|
-
{
|
443
|
-
|
444
|
-
"error":{"httpStatusCode":400},
|
445
|
-
"exception":true
|
446
|
-
},
|
447
|
-
{
|
448
|
-
"shape":"InternalServerError",
|
449
|
-
"error":{"httpStatusCode":500},
|
450
|
-
"exception":true
|
451
|
-
}
|
295
|
+
{"shape":"InvalidGatewayRequestException"},
|
296
|
+
{"shape":"InternalServerError"}
|
452
297
|
]
|
453
298
|
},
|
454
299
|
"DescribeCachediSCSIVolumes":{
|
@@ -460,16 +305,8 @@
|
|
460
305
|
"input":{"shape":"DescribeCachediSCSIVolumesInput"},
|
461
306
|
"output":{"shape":"DescribeCachediSCSIVolumesOutput"},
|
462
307
|
"errors":[
|
463
|
-
{
|
464
|
-
|
465
|
-
"error":{"httpStatusCode":400},
|
466
|
-
"exception":true
|
467
|
-
},
|
468
|
-
{
|
469
|
-
"shape":"InternalServerError",
|
470
|
-
"error":{"httpStatusCode":500},
|
471
|
-
"exception":true
|
472
|
-
}
|
308
|
+
{"shape":"InvalidGatewayRequestException"},
|
309
|
+
{"shape":"InternalServerError"}
|
473
310
|
]
|
474
311
|
},
|
475
312
|
"DescribeChapCredentials":{
|
@@ -481,16 +318,8 @@
|
|
481
318
|
"input":{"shape":"DescribeChapCredentialsInput"},
|
482
319
|
"output":{"shape":"DescribeChapCredentialsOutput"},
|
483
320
|
"errors":[
|
484
|
-
{
|
485
|
-
|
486
|
-
"error":{"httpStatusCode":400},
|
487
|
-
"exception":true
|
488
|
-
},
|
489
|
-
{
|
490
|
-
"shape":"InternalServerError",
|
491
|
-
"error":{"httpStatusCode":500},
|
492
|
-
"exception":true
|
493
|
-
}
|
321
|
+
{"shape":"InvalidGatewayRequestException"},
|
322
|
+
{"shape":"InternalServerError"}
|
494
323
|
]
|
495
324
|
},
|
496
325
|
"DescribeGatewayInformation":{
|
@@ -502,16 +331,8 @@
|
|
502
331
|
"input":{"shape":"DescribeGatewayInformationInput"},
|
503
332
|
"output":{"shape":"DescribeGatewayInformationOutput"},
|
504
333
|
"errors":[
|
505
|
-
{
|
506
|
-
|
507
|
-
"error":{"httpStatusCode":400},
|
508
|
-
"exception":true
|
509
|
-
},
|
510
|
-
{
|
511
|
-
"shape":"InternalServerError",
|
512
|
-
"error":{"httpStatusCode":500},
|
513
|
-
"exception":true
|
514
|
-
}
|
334
|
+
{"shape":"InvalidGatewayRequestException"},
|
335
|
+
{"shape":"InternalServerError"}
|
515
336
|
]
|
516
337
|
},
|
517
338
|
"DescribeMaintenanceStartTime":{
|
@@ -523,16 +344,8 @@
|
|
523
344
|
"input":{"shape":"DescribeMaintenanceStartTimeInput"},
|
524
345
|
"output":{"shape":"DescribeMaintenanceStartTimeOutput"},
|
525
346
|
"errors":[
|
526
|
-
{
|
527
|
-
|
528
|
-
"error":{"httpStatusCode":400},
|
529
|
-
"exception":true
|
530
|
-
},
|
531
|
-
{
|
532
|
-
"shape":"InternalServerError",
|
533
|
-
"error":{"httpStatusCode":500},
|
534
|
-
"exception":true
|
535
|
-
}
|
347
|
+
{"shape":"InvalidGatewayRequestException"},
|
348
|
+
{"shape":"InternalServerError"}
|
536
349
|
]
|
537
350
|
},
|
538
351
|
"DescribeSnapshotSchedule":{
|
@@ -544,16 +357,8 @@
|
|
544
357
|
"input":{"shape":"DescribeSnapshotScheduleInput"},
|
545
358
|
"output":{"shape":"DescribeSnapshotScheduleOutput"},
|
546
359
|
"errors":[
|
547
|
-
{
|
548
|
-
|
549
|
-
"error":{"httpStatusCode":400},
|
550
|
-
"exception":true
|
551
|
-
},
|
552
|
-
{
|
553
|
-
"shape":"InternalServerError",
|
554
|
-
"error":{"httpStatusCode":500},
|
555
|
-
"exception":true
|
556
|
-
}
|
360
|
+
{"shape":"InvalidGatewayRequestException"},
|
361
|
+
{"shape":"InternalServerError"}
|
557
362
|
]
|
558
363
|
},
|
559
364
|
"DescribeStorediSCSIVolumes":{
|
@@ -565,16 +370,8 @@
|
|
565
370
|
"input":{"shape":"DescribeStorediSCSIVolumesInput"},
|
566
371
|
"output":{"shape":"DescribeStorediSCSIVolumesOutput"},
|
567
372
|
"errors":[
|
568
|
-
{
|
569
|
-
|
570
|
-
"error":{"httpStatusCode":400},
|
571
|
-
"exception":true
|
572
|
-
},
|
573
|
-
{
|
574
|
-
"shape":"InternalServerError",
|
575
|
-
"error":{"httpStatusCode":500},
|
576
|
-
"exception":true
|
577
|
-
}
|
373
|
+
{"shape":"InvalidGatewayRequestException"},
|
374
|
+
{"shape":"InternalServerError"}
|
578
375
|
]
|
579
376
|
},
|
580
377
|
"DescribeTapeArchives":{
|
@@ -586,16 +383,8 @@
|
|
586
383
|
"input":{"shape":"DescribeTapeArchivesInput"},
|
587
384
|
"output":{"shape":"DescribeTapeArchivesOutput"},
|
588
385
|
"errors":[
|
589
|
-
{
|
590
|
-
|
591
|
-
"error":{"httpStatusCode":400},
|
592
|
-
"exception":true
|
593
|
-
},
|
594
|
-
{
|
595
|
-
"shape":"InternalServerError",
|
596
|
-
"error":{"httpStatusCode":500},
|
597
|
-
"exception":true
|
598
|
-
}
|
386
|
+
{"shape":"InvalidGatewayRequestException"},
|
387
|
+
{"shape":"InternalServerError"}
|
599
388
|
]
|
600
389
|
},
|
601
390
|
"DescribeTapeRecoveryPoints":{
|
@@ -607,16 +396,8 @@
|
|
607
396
|
"input":{"shape":"DescribeTapeRecoveryPointsInput"},
|
608
397
|
"output":{"shape":"DescribeTapeRecoveryPointsOutput"},
|
609
398
|
"errors":[
|
610
|
-
{
|
611
|
-
|
612
|
-
"error":{"httpStatusCode":400},
|
613
|
-
"exception":true
|
614
|
-
},
|
615
|
-
{
|
616
|
-
"shape":"InternalServerError",
|
617
|
-
"error":{"httpStatusCode":500},
|
618
|
-
"exception":true
|
619
|
-
}
|
399
|
+
{"shape":"InvalidGatewayRequestException"},
|
400
|
+
{"shape":"InternalServerError"}
|
620
401
|
]
|
621
402
|
},
|
622
403
|
"DescribeTapes":{
|
@@ -628,16 +409,8 @@
|
|
628
409
|
"input":{"shape":"DescribeTapesInput"},
|
629
410
|
"output":{"shape":"DescribeTapesOutput"},
|
630
411
|
"errors":[
|
631
|
-
{
|
632
|
-
|
633
|
-
"error":{"httpStatusCode":400},
|
634
|
-
"exception":true
|
635
|
-
},
|
636
|
-
{
|
637
|
-
"shape":"InternalServerError",
|
638
|
-
"error":{"httpStatusCode":500},
|
639
|
-
"exception":true
|
640
|
-
}
|
412
|
+
{"shape":"InvalidGatewayRequestException"},
|
413
|
+
{"shape":"InternalServerError"}
|
641
414
|
]
|
642
415
|
},
|
643
416
|
"DescribeUploadBuffer":{
|
@@ -649,16 +422,8 @@
|
|
649
422
|
"input":{"shape":"DescribeUploadBufferInput"},
|
650
423
|
"output":{"shape":"DescribeUploadBufferOutput"},
|
651
424
|
"errors":[
|
652
|
-
{
|
653
|
-
|
654
|
-
"error":{"httpStatusCode":400},
|
655
|
-
"exception":true
|
656
|
-
},
|
657
|
-
{
|
658
|
-
"shape":"InternalServerError",
|
659
|
-
"error":{"httpStatusCode":500},
|
660
|
-
"exception":true
|
661
|
-
}
|
425
|
+
{"shape":"InvalidGatewayRequestException"},
|
426
|
+
{"shape":"InternalServerError"}
|
662
427
|
]
|
663
428
|
},
|
664
429
|
"DescribeVTLDevices":{
|
@@ -670,16 +435,8 @@
|
|
670
435
|
"input":{"shape":"DescribeVTLDevicesInput"},
|
671
436
|
"output":{"shape":"DescribeVTLDevicesOutput"},
|
672
437
|
"errors":[
|
673
|
-
{
|
674
|
-
|
675
|
-
"error":{"httpStatusCode":400},
|
676
|
-
"exception":true
|
677
|
-
},
|
678
|
-
{
|
679
|
-
"shape":"InternalServerError",
|
680
|
-
"error":{"httpStatusCode":500},
|
681
|
-
"exception":true
|
682
|
-
}
|
438
|
+
{"shape":"InvalidGatewayRequestException"},
|
439
|
+
{"shape":"InternalServerError"}
|
683
440
|
]
|
684
441
|
},
|
685
442
|
"DescribeWorkingStorage":{
|
@@ -691,16 +448,8 @@
|
|
691
448
|
"input":{"shape":"DescribeWorkingStorageInput"},
|
692
449
|
"output":{"shape":"DescribeWorkingStorageOutput"},
|
693
450
|
"errors":[
|
694
|
-
{
|
695
|
-
|
696
|
-
"error":{"httpStatusCode":400},
|
697
|
-
"exception":true
|
698
|
-
},
|
699
|
-
{
|
700
|
-
"shape":"InternalServerError",
|
701
|
-
"error":{"httpStatusCode":500},
|
702
|
-
"exception":true
|
703
|
-
}
|
451
|
+
{"shape":"InvalidGatewayRequestException"},
|
452
|
+
{"shape":"InternalServerError"}
|
704
453
|
]
|
705
454
|
},
|
706
455
|
"DisableGateway":{
|
@@ -712,16 +461,8 @@
|
|
712
461
|
"input":{"shape":"DisableGatewayInput"},
|
713
462
|
"output":{"shape":"DisableGatewayOutput"},
|
714
463
|
"errors":[
|
715
|
-
{
|
716
|
-
|
717
|
-
"error":{"httpStatusCode":400},
|
718
|
-
"exception":true
|
719
|
-
},
|
720
|
-
{
|
721
|
-
"shape":"InternalServerError",
|
722
|
-
"error":{"httpStatusCode":500},
|
723
|
-
"exception":true
|
724
|
-
}
|
464
|
+
{"shape":"InvalidGatewayRequestException"},
|
465
|
+
{"shape":"InternalServerError"}
|
725
466
|
]
|
726
467
|
},
|
727
468
|
"ListGateways":{
|
@@ -733,16 +474,8 @@
|
|
733
474
|
"input":{"shape":"ListGatewaysInput"},
|
734
475
|
"output":{"shape":"ListGatewaysOutput"},
|
735
476
|
"errors":[
|
736
|
-
{
|
737
|
-
|
738
|
-
"error":{"httpStatusCode":400},
|
739
|
-
"exception":true
|
740
|
-
},
|
741
|
-
{
|
742
|
-
"shape":"InternalServerError",
|
743
|
-
"error":{"httpStatusCode":500},
|
744
|
-
"exception":true
|
745
|
-
}
|
477
|
+
{"shape":"InvalidGatewayRequestException"},
|
478
|
+
{"shape":"InternalServerError"}
|
746
479
|
]
|
747
480
|
},
|
748
481
|
"ListLocalDisks":{
|
@@ -754,16 +487,8 @@
|
|
754
487
|
"input":{"shape":"ListLocalDisksInput"},
|
755
488
|
"output":{"shape":"ListLocalDisksOutput"},
|
756
489
|
"errors":[
|
757
|
-
{
|
758
|
-
|
759
|
-
"error":{"httpStatusCode":400},
|
760
|
-
"exception":true
|
761
|
-
},
|
762
|
-
{
|
763
|
-
"shape":"InternalServerError",
|
764
|
-
"error":{"httpStatusCode":500},
|
765
|
-
"exception":true
|
766
|
-
}
|
490
|
+
{"shape":"InvalidGatewayRequestException"},
|
491
|
+
{"shape":"InternalServerError"}
|
767
492
|
]
|
768
493
|
},
|
769
494
|
"ListTagsForResource":{
|
@@ -775,16 +500,8 @@
|
|
775
500
|
"input":{"shape":"ListTagsForResourceInput"},
|
776
501
|
"output":{"shape":"ListTagsForResourceOutput"},
|
777
502
|
"errors":[
|
778
|
-
{
|
779
|
-
|
780
|
-
"error":{"httpStatusCode":400},
|
781
|
-
"exception":true
|
782
|
-
},
|
783
|
-
{
|
784
|
-
"shape":"InternalServerError",
|
785
|
-
"error":{"httpStatusCode":500},
|
786
|
-
"exception":true
|
787
|
-
}
|
503
|
+
{"shape":"InvalidGatewayRequestException"},
|
504
|
+
{"shape":"InternalServerError"}
|
788
505
|
]
|
789
506
|
},
|
790
507
|
"ListVolumeInitiators":{
|
@@ -796,16 +513,8 @@
|
|
796
513
|
"input":{"shape":"ListVolumeInitiatorsInput"},
|
797
514
|
"output":{"shape":"ListVolumeInitiatorsOutput"},
|
798
515
|
"errors":[
|
799
|
-
{
|
800
|
-
|
801
|
-
"error":{"httpStatusCode":400},
|
802
|
-
"exception":true
|
803
|
-
},
|
804
|
-
{
|
805
|
-
"shape":"InternalServerError",
|
806
|
-
"error":{"httpStatusCode":500},
|
807
|
-
"exception":true
|
808
|
-
}
|
516
|
+
{"shape":"InvalidGatewayRequestException"},
|
517
|
+
{"shape":"InternalServerError"}
|
809
518
|
]
|
810
519
|
},
|
811
520
|
"ListVolumeRecoveryPoints":{
|
@@ -817,16 +526,8 @@
|
|
817
526
|
"input":{"shape":"ListVolumeRecoveryPointsInput"},
|
818
527
|
"output":{"shape":"ListVolumeRecoveryPointsOutput"},
|
819
528
|
"errors":[
|
820
|
-
{
|
821
|
-
|
822
|
-
"error":{"httpStatusCode":400},
|
823
|
-
"exception":true
|
824
|
-
},
|
825
|
-
{
|
826
|
-
"shape":"InternalServerError",
|
827
|
-
"error":{"httpStatusCode":500},
|
828
|
-
"exception":true
|
829
|
-
}
|
529
|
+
{"shape":"InvalidGatewayRequestException"},
|
530
|
+
{"shape":"InternalServerError"}
|
830
531
|
]
|
831
532
|
},
|
832
533
|
"ListVolumes":{
|
@@ -838,16 +539,8 @@
|
|
838
539
|
"input":{"shape":"ListVolumesInput"},
|
839
540
|
"output":{"shape":"ListVolumesOutput"},
|
840
541
|
"errors":[
|
841
|
-
{
|
842
|
-
|
843
|
-
"error":{"httpStatusCode":400},
|
844
|
-
"exception":true
|
845
|
-
},
|
846
|
-
{
|
847
|
-
"shape":"InternalServerError",
|
848
|
-
"error":{"httpStatusCode":500},
|
849
|
-
"exception":true
|
850
|
-
}
|
542
|
+
{"shape":"InvalidGatewayRequestException"},
|
543
|
+
{"shape":"InternalServerError"}
|
851
544
|
]
|
852
545
|
},
|
853
546
|
"RemoveTagsFromResource":{
|
@@ -859,16 +552,8 @@
|
|
859
552
|
"input":{"shape":"RemoveTagsFromResourceInput"},
|
860
553
|
"output":{"shape":"RemoveTagsFromResourceOutput"},
|
861
554
|
"errors":[
|
862
|
-
{
|
863
|
-
|
864
|
-
"error":{"httpStatusCode":400},
|
865
|
-
"exception":true
|
866
|
-
},
|
867
|
-
{
|
868
|
-
"shape":"InternalServerError",
|
869
|
-
"error":{"httpStatusCode":500},
|
870
|
-
"exception":true
|
871
|
-
}
|
555
|
+
{"shape":"InvalidGatewayRequestException"},
|
556
|
+
{"shape":"InternalServerError"}
|
872
557
|
]
|
873
558
|
},
|
874
559
|
"ResetCache":{
|
@@ -880,16 +565,8 @@
|
|
880
565
|
"input":{"shape":"ResetCacheInput"},
|
881
566
|
"output":{"shape":"ResetCacheOutput"},
|
882
567
|
"errors":[
|
883
|
-
{
|
884
|
-
|
885
|
-
"error":{"httpStatusCode":400},
|
886
|
-
"exception":true
|
887
|
-
},
|
888
|
-
{
|
889
|
-
"shape":"InternalServerError",
|
890
|
-
"error":{"httpStatusCode":500},
|
891
|
-
"exception":true
|
892
|
-
}
|
568
|
+
{"shape":"InvalidGatewayRequestException"},
|
569
|
+
{"shape":"InternalServerError"}
|
893
570
|
]
|
894
571
|
},
|
895
572
|
"RetrieveTapeArchive":{
|
@@ -901,16 +578,8 @@
|
|
901
578
|
"input":{"shape":"RetrieveTapeArchiveInput"},
|
902
579
|
"output":{"shape":"RetrieveTapeArchiveOutput"},
|
903
580
|
"errors":[
|
904
|
-
{
|
905
|
-
|
906
|
-
"error":{"httpStatusCode":400},
|
907
|
-
"exception":true
|
908
|
-
},
|
909
|
-
{
|
910
|
-
"shape":"InternalServerError",
|
911
|
-
"error":{"httpStatusCode":500},
|
912
|
-
"exception":true
|
913
|
-
}
|
581
|
+
{"shape":"InvalidGatewayRequestException"},
|
582
|
+
{"shape":"InternalServerError"}
|
914
583
|
]
|
915
584
|
},
|
916
585
|
"RetrieveTapeRecoveryPoint":{
|
@@ -922,16 +591,8 @@
|
|
922
591
|
"input":{"shape":"RetrieveTapeRecoveryPointInput"},
|
923
592
|
"output":{"shape":"RetrieveTapeRecoveryPointOutput"},
|
924
593
|
"errors":[
|
925
|
-
{
|
926
|
-
|
927
|
-
"error":{"httpStatusCode":400},
|
928
|
-
"exception":true
|
929
|
-
},
|
930
|
-
{
|
931
|
-
"shape":"InternalServerError",
|
932
|
-
"error":{"httpStatusCode":500},
|
933
|
-
"exception":true
|
934
|
-
}
|
594
|
+
{"shape":"InvalidGatewayRequestException"},
|
595
|
+
{"shape":"InternalServerError"}
|
935
596
|
]
|
936
597
|
},
|
937
598
|
"ShutdownGateway":{
|
@@ -943,16 +604,8 @@
|
|
943
604
|
"input":{"shape":"ShutdownGatewayInput"},
|
944
605
|
"output":{"shape":"ShutdownGatewayOutput"},
|
945
606
|
"errors":[
|
946
|
-
{
|
947
|
-
|
948
|
-
"error":{"httpStatusCode":400},
|
949
|
-
"exception":true
|
950
|
-
},
|
951
|
-
{
|
952
|
-
"shape":"InternalServerError",
|
953
|
-
"error":{"httpStatusCode":500},
|
954
|
-
"exception":true
|
955
|
-
}
|
607
|
+
{"shape":"InvalidGatewayRequestException"},
|
608
|
+
{"shape":"InternalServerError"}
|
956
609
|
]
|
957
610
|
},
|
958
611
|
"StartGateway":{
|
@@ -964,16 +617,8 @@
|
|
964
617
|
"input":{"shape":"StartGatewayInput"},
|
965
618
|
"output":{"shape":"StartGatewayOutput"},
|
966
619
|
"errors":[
|
967
|
-
{
|
968
|
-
|
969
|
-
"error":{"httpStatusCode":400},
|
970
|
-
"exception":true
|
971
|
-
},
|
972
|
-
{
|
973
|
-
"shape":"InternalServerError",
|
974
|
-
"error":{"httpStatusCode":500},
|
975
|
-
"exception":true
|
976
|
-
}
|
620
|
+
{"shape":"InvalidGatewayRequestException"},
|
621
|
+
{"shape":"InternalServerError"}
|
977
622
|
]
|
978
623
|
},
|
979
624
|
"UpdateBandwidthRateLimit":{
|
@@ -985,16 +630,8 @@
|
|
985
630
|
"input":{"shape":"UpdateBandwidthRateLimitInput"},
|
986
631
|
"output":{"shape":"UpdateBandwidthRateLimitOutput"},
|
987
632
|
"errors":[
|
988
|
-
{
|
989
|
-
|
990
|
-
"error":{"httpStatusCode":400},
|
991
|
-
"exception":true
|
992
|
-
},
|
993
|
-
{
|
994
|
-
"shape":"InternalServerError",
|
995
|
-
"error":{"httpStatusCode":500},
|
996
|
-
"exception":true
|
997
|
-
}
|
633
|
+
{"shape":"InvalidGatewayRequestException"},
|
634
|
+
{"shape":"InternalServerError"}
|
998
635
|
]
|
999
636
|
},
|
1000
637
|
"UpdateChapCredentials":{
|
@@ -1006,16 +643,8 @@
|
|
1006
643
|
"input":{"shape":"UpdateChapCredentialsInput"},
|
1007
644
|
"output":{"shape":"UpdateChapCredentialsOutput"},
|
1008
645
|
"errors":[
|
1009
|
-
{
|
1010
|
-
|
1011
|
-
"error":{"httpStatusCode":400},
|
1012
|
-
"exception":true
|
1013
|
-
},
|
1014
|
-
{
|
1015
|
-
"shape":"InternalServerError",
|
1016
|
-
"error":{"httpStatusCode":500},
|
1017
|
-
"exception":true
|
1018
|
-
}
|
646
|
+
{"shape":"InvalidGatewayRequestException"},
|
647
|
+
{"shape":"InternalServerError"}
|
1019
648
|
]
|
1020
649
|
},
|
1021
650
|
"UpdateGatewayInformation":{
|
@@ -1027,16 +656,8 @@
|
|
1027
656
|
"input":{"shape":"UpdateGatewayInformationInput"},
|
1028
657
|
"output":{"shape":"UpdateGatewayInformationOutput"},
|
1029
658
|
"errors":[
|
1030
|
-
{
|
1031
|
-
|
1032
|
-
"error":{"httpStatusCode":400},
|
1033
|
-
"exception":true
|
1034
|
-
},
|
1035
|
-
{
|
1036
|
-
"shape":"InternalServerError",
|
1037
|
-
"error":{"httpStatusCode":500},
|
1038
|
-
"exception":true
|
1039
|
-
}
|
659
|
+
{"shape":"InvalidGatewayRequestException"},
|
660
|
+
{"shape":"InternalServerError"}
|
1040
661
|
]
|
1041
662
|
},
|
1042
663
|
"UpdateGatewaySoftwareNow":{
|
@@ -1048,16 +669,8 @@
|
|
1048
669
|
"input":{"shape":"UpdateGatewaySoftwareNowInput"},
|
1049
670
|
"output":{"shape":"UpdateGatewaySoftwareNowOutput"},
|
1050
671
|
"errors":[
|
1051
|
-
{
|
1052
|
-
|
1053
|
-
"error":{"httpStatusCode":400},
|
1054
|
-
"exception":true
|
1055
|
-
},
|
1056
|
-
{
|
1057
|
-
"shape":"InternalServerError",
|
1058
|
-
"error":{"httpStatusCode":500},
|
1059
|
-
"exception":true
|
1060
|
-
}
|
672
|
+
{"shape":"InvalidGatewayRequestException"},
|
673
|
+
{"shape":"InternalServerError"}
|
1061
674
|
]
|
1062
675
|
},
|
1063
676
|
"UpdateMaintenanceStartTime":{
|
@@ -1069,16 +682,8 @@
|
|
1069
682
|
"input":{"shape":"UpdateMaintenanceStartTimeInput"},
|
1070
683
|
"output":{"shape":"UpdateMaintenanceStartTimeOutput"},
|
1071
684
|
"errors":[
|
1072
|
-
{
|
1073
|
-
|
1074
|
-
"error":{"httpStatusCode":400},
|
1075
|
-
"exception":true
|
1076
|
-
},
|
1077
|
-
{
|
1078
|
-
"shape":"InternalServerError",
|
1079
|
-
"error":{"httpStatusCode":500},
|
1080
|
-
"exception":true
|
1081
|
-
}
|
685
|
+
{"shape":"InvalidGatewayRequestException"},
|
686
|
+
{"shape":"InternalServerError"}
|
1082
687
|
]
|
1083
688
|
},
|
1084
689
|
"UpdateSnapshotSchedule":{
|
@@ -1090,16 +695,8 @@
|
|
1090
695
|
"input":{"shape":"UpdateSnapshotScheduleInput"},
|
1091
696
|
"output":{"shape":"UpdateSnapshotScheduleOutput"},
|
1092
697
|
"errors":[
|
1093
|
-
{
|
1094
|
-
|
1095
|
-
"error":{"httpStatusCode":400},
|
1096
|
-
"exception":true
|
1097
|
-
},
|
1098
|
-
{
|
1099
|
-
"shape":"InternalServerError",
|
1100
|
-
"error":{"httpStatusCode":500},
|
1101
|
-
"exception":true
|
1102
|
-
}
|
698
|
+
{"shape":"InvalidGatewayRequestException"},
|
699
|
+
{"shape":"InternalServerError"}
|
1103
700
|
]
|
1104
701
|
},
|
1105
702
|
"UpdateVTLDeviceType":{
|
@@ -1111,16 +708,8 @@
|
|
1111
708
|
"input":{"shape":"UpdateVTLDeviceTypeInput"},
|
1112
709
|
"output":{"shape":"UpdateVTLDeviceTypeOutput"},
|
1113
710
|
"errors":[
|
1114
|
-
{
|
1115
|
-
|
1116
|
-
"error":{"httpStatusCode":400},
|
1117
|
-
"exception":true
|
1118
|
-
},
|
1119
|
-
{
|
1120
|
-
"shape":"InternalServerError",
|
1121
|
-
"error":{"httpStatusCode":500},
|
1122
|
-
"exception":true
|
1123
|
-
}
|
711
|
+
{"shape":"InvalidGatewayRequestException"},
|
712
|
+
{"shape":"InternalServerError"}
|
1124
713
|
]
|
1125
714
|
}
|
1126
715
|
},
|
@@ -1151,8 +740,8 @@
|
|
1151
740
|
},
|
1152
741
|
"ActivationKey":{
|
1153
742
|
"type":"string",
|
1154
|
-
"
|
1155
|
-
"
|
743
|
+
"max":50,
|
744
|
+
"min":1
|
1156
745
|
},
|
1157
746
|
"AddCacheInput":{
|
1158
747
|
"type":"structure",
|
@@ -1228,8 +817,8 @@
|
|
1228
817
|
},
|
1229
818
|
"BandwidthType":{
|
1230
819
|
"type":"string",
|
1231
|
-
"
|
1232
|
-
"
|
820
|
+
"max":25,
|
821
|
+
"min":3
|
1233
822
|
},
|
1234
823
|
"BandwidthUploadRateLimit":{
|
1235
824
|
"type":"long",
|
@@ -1301,13 +890,13 @@
|
|
1301
890
|
},
|
1302
891
|
"ChapSecret":{
|
1303
892
|
"type":"string",
|
1304
|
-
"
|
1305
|
-
"
|
893
|
+
"max":100,
|
894
|
+
"min":1
|
1306
895
|
},
|
1307
896
|
"ClientToken":{
|
1308
897
|
"type":"string",
|
1309
|
-
"
|
1310
|
-
"
|
898
|
+
"max":100,
|
899
|
+
"min":5
|
1311
900
|
},
|
1312
901
|
"CreateCachediSCSIVolumeInput":{
|
1313
902
|
"type":"structure",
|
@@ -1397,6 +986,25 @@
|
|
1397
986
|
"TargetARN":{"shape":"TargetARN"}
|
1398
987
|
}
|
1399
988
|
},
|
989
|
+
"CreateTapeWithBarcodeInput":{
|
990
|
+
"type":"structure",
|
991
|
+
"required":[
|
992
|
+
"GatewayARN",
|
993
|
+
"TapeSizeInBytes",
|
994
|
+
"TapeBarcode"
|
995
|
+
],
|
996
|
+
"members":{
|
997
|
+
"GatewayARN":{"shape":"GatewayARN"},
|
998
|
+
"TapeSizeInBytes":{"shape":"TapeSize"},
|
999
|
+
"TapeBarcode":{"shape":"TapeBarcode"}
|
1000
|
+
}
|
1001
|
+
},
|
1002
|
+
"CreateTapeWithBarcodeOutput":{
|
1003
|
+
"type":"structure",
|
1004
|
+
"members":{
|
1005
|
+
"TapeARN":{"shape":"TapeARN"}
|
1006
|
+
}
|
1007
|
+
},
|
1400
1008
|
"CreateTapesInput":{
|
1401
1009
|
"type":"structure",
|
1402
1010
|
"required":[
|
@@ -1422,8 +1030,8 @@
|
|
1422
1030
|
},
|
1423
1031
|
"DayOfWeek":{
|
1424
1032
|
"type":"integer",
|
1425
|
-
"
|
1426
|
-
"
|
1033
|
+
"max":6,
|
1034
|
+
"min":0
|
1427
1035
|
},
|
1428
1036
|
"DeleteBandwidthRateLimitInput":{
|
1429
1037
|
"type":"structure",
|
@@ -1758,13 +1366,13 @@
|
|
1758
1366
|
},
|
1759
1367
|
"Description":{
|
1760
1368
|
"type":"string",
|
1761
|
-
"
|
1762
|
-
"
|
1369
|
+
"max":255,
|
1370
|
+
"min":1
|
1763
1371
|
},
|
1764
1372
|
"DeviceType":{
|
1765
1373
|
"type":"string",
|
1766
|
-
"
|
1767
|
-
"
|
1374
|
+
"max":50,
|
1375
|
+
"min":2
|
1768
1376
|
},
|
1769
1377
|
"DeviceiSCSIAttributes":{
|
1770
1378
|
"type":"structure",
|
@@ -1802,13 +1410,13 @@
|
|
1802
1410
|
},
|
1803
1411
|
"DiskAllocationType":{
|
1804
1412
|
"type":"string",
|
1805
|
-
"
|
1806
|
-
"
|
1413
|
+
"max":100,
|
1414
|
+
"min":3
|
1807
1415
|
},
|
1808
1416
|
"DiskId":{
|
1809
1417
|
"type":"string",
|
1810
|
-
"
|
1811
|
-
"
|
1418
|
+
"max":300,
|
1419
|
+
"min":1
|
1812
1420
|
},
|
1813
1421
|
"DiskIds":{
|
1814
1422
|
"type":"list",
|
@@ -1887,13 +1495,13 @@
|
|
1887
1495
|
},
|
1888
1496
|
"GatewayARN":{
|
1889
1497
|
"type":"string",
|
1890
|
-
"
|
1891
|
-
"
|
1498
|
+
"max":500,
|
1499
|
+
"min":50
|
1892
1500
|
},
|
1893
1501
|
"GatewayId":{
|
1894
1502
|
"type":"string",
|
1895
|
-
"
|
1896
|
-
"
|
1503
|
+
"max":30,
|
1504
|
+
"min":12
|
1897
1505
|
},
|
1898
1506
|
"GatewayInfo":{
|
1899
1507
|
"type":"structure",
|
@@ -1906,8 +1514,8 @@
|
|
1906
1514
|
},
|
1907
1515
|
"GatewayName":{
|
1908
1516
|
"type":"string",
|
1909
|
-
"min":2,
|
1910
1517
|
"max":255,
|
1518
|
+
"min":2,
|
1911
1519
|
"pattern":"^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$"
|
1912
1520
|
},
|
1913
1521
|
"GatewayNetworkInterfaces":{
|
@@ -1916,23 +1524,23 @@
|
|
1916
1524
|
},
|
1917
1525
|
"GatewayOperationalState":{
|
1918
1526
|
"type":"string",
|
1919
|
-
"
|
1920
|
-
"
|
1527
|
+
"max":25,
|
1528
|
+
"min":2
|
1921
1529
|
},
|
1922
1530
|
"GatewayState":{
|
1923
1531
|
"type":"string",
|
1924
|
-
"
|
1925
|
-
"
|
1532
|
+
"max":25,
|
1533
|
+
"min":2
|
1926
1534
|
},
|
1927
1535
|
"GatewayTimezone":{
|
1928
1536
|
"type":"string",
|
1929
|
-
"
|
1930
|
-
"
|
1537
|
+
"max":10,
|
1538
|
+
"min":3
|
1931
1539
|
},
|
1932
1540
|
"GatewayType":{
|
1933
1541
|
"type":"string",
|
1934
|
-
"
|
1935
|
-
"
|
1542
|
+
"max":20,
|
1543
|
+
"min":2
|
1936
1544
|
},
|
1937
1545
|
"Gateways":{
|
1938
1546
|
"type":"list",
|
@@ -1940,13 +1548,13 @@
|
|
1940
1548
|
},
|
1941
1549
|
"HourOfDay":{
|
1942
1550
|
"type":"integer",
|
1943
|
-
"
|
1944
|
-
"
|
1551
|
+
"max":23,
|
1552
|
+
"min":0
|
1945
1553
|
},
|
1946
1554
|
"Initiator":{
|
1947
1555
|
"type":"string",
|
1948
|
-
"
|
1949
|
-
"
|
1556
|
+
"max":50,
|
1557
|
+
"min":1
|
1950
1558
|
},
|
1951
1559
|
"Initiators":{
|
1952
1560
|
"type":"list",
|
@@ -1958,7 +1566,6 @@
|
|
1958
1566
|
"message":{"shape":"string"},
|
1959
1567
|
"error":{"shape":"StorageGatewayError"}
|
1960
1568
|
},
|
1961
|
-
"error":{"httpStatusCode":500},
|
1962
1569
|
"exception":true
|
1963
1570
|
},
|
1964
1571
|
"InvalidGatewayRequestException":{
|
@@ -1967,19 +1574,18 @@
|
|
1967
1574
|
"message":{"shape":"string"},
|
1968
1575
|
"error":{"shape":"StorageGatewayError"}
|
1969
1576
|
},
|
1970
|
-
"error":{"httpStatusCode":400},
|
1971
1577
|
"exception":true
|
1972
1578
|
},
|
1973
1579
|
"IqnName":{
|
1974
1580
|
"type":"string",
|
1975
|
-
"min":1,
|
1976
1581
|
"max":255,
|
1582
|
+
"min":1,
|
1977
1583
|
"pattern":"[0-9a-z:.-]+"
|
1978
1584
|
},
|
1979
1585
|
"LastSoftwareUpdate":{
|
1980
1586
|
"type":"string",
|
1981
|
-
"
|
1982
|
-
"
|
1587
|
+
"max":25,
|
1588
|
+
"min":1
|
1983
1589
|
},
|
1984
1590
|
"ListGatewaysInput":{
|
1985
1591
|
"type":"structure",
|
@@ -2011,6 +1617,7 @@
|
|
2011
1617
|
},
|
2012
1618
|
"ListTagsForResourceInput":{
|
2013
1619
|
"type":"structure",
|
1620
|
+
"required":["ResourceARN"],
|
2014
1621
|
"members":{
|
2015
1622
|
"ResourceARN":{"shape":"ResourceARN"},
|
2016
1623
|
"Marker":{"shape":"Marker"},
|
@@ -2071,18 +1678,18 @@
|
|
2071
1678
|
},
|
2072
1679
|
"Marker":{
|
2073
1680
|
"type":"string",
|
2074
|
-
"
|
2075
|
-
"
|
1681
|
+
"max":1000,
|
1682
|
+
"min":1
|
2076
1683
|
},
|
2077
1684
|
"MediumChangerType":{
|
2078
1685
|
"type":"string",
|
2079
|
-
"
|
2080
|
-
"
|
1686
|
+
"max":50,
|
1687
|
+
"min":2
|
2081
1688
|
},
|
2082
1689
|
"MinuteOfHour":{
|
2083
1690
|
"type":"integer",
|
2084
|
-
"
|
2085
|
-
"
|
1691
|
+
"max":59,
|
1692
|
+
"min":0
|
2086
1693
|
},
|
2087
1694
|
"NetworkInterface":{
|
2088
1695
|
"type":"structure",
|
@@ -2098,13 +1705,13 @@
|
|
2098
1705
|
},
|
2099
1706
|
"NextUpdateAvailabilityDate":{
|
2100
1707
|
"type":"string",
|
2101
|
-
"
|
2102
|
-
"
|
1708
|
+
"max":25,
|
1709
|
+
"min":1
|
2103
1710
|
},
|
2104
1711
|
"NumTapesToCreate":{
|
2105
1712
|
"type":"integer",
|
2106
|
-
"
|
2107
|
-
"
|
1713
|
+
"max":10,
|
1714
|
+
"min":1
|
2108
1715
|
},
|
2109
1716
|
"PositiveIntObject":{
|
2110
1717
|
"type":"integer",
|
@@ -2112,16 +1719,20 @@
|
|
2112
1719
|
},
|
2113
1720
|
"RecurrenceInHours":{
|
2114
1721
|
"type":"integer",
|
2115
|
-
"
|
2116
|
-
"
|
1722
|
+
"max":24,
|
1723
|
+
"min":1
|
2117
1724
|
},
|
2118
1725
|
"RegionId":{
|
2119
1726
|
"type":"string",
|
2120
|
-
"
|
2121
|
-
"
|
1727
|
+
"max":25,
|
1728
|
+
"min":1
|
2122
1729
|
},
|
2123
1730
|
"RemoveTagsFromResourceInput":{
|
2124
1731
|
"type":"structure",
|
1732
|
+
"required":[
|
1733
|
+
"ResourceARN",
|
1734
|
+
"TagKeys"
|
1735
|
+
],
|
2125
1736
|
"members":{
|
2126
1737
|
"ResourceARN":{"shape":"ResourceARN"},
|
2127
1738
|
"TagKeys":{"shape":"TagKeys"}
|
@@ -2148,8 +1759,8 @@
|
|
2148
1759
|
},
|
2149
1760
|
"ResourceARN":{
|
2150
1761
|
"type":"string",
|
2151
|
-
"
|
2152
|
-
"
|
1762
|
+
"max":500,
|
1763
|
+
"min":50
|
2153
1764
|
},
|
2154
1765
|
"RetrieveTapeArchiveInput":{
|
2155
1766
|
"type":"structure",
|
@@ -2200,8 +1811,8 @@
|
|
2200
1811
|
},
|
2201
1812
|
"SnapshotDescription":{
|
2202
1813
|
"type":"string",
|
2203
|
-
"
|
2204
|
-
"
|
1814
|
+
"max":255,
|
1815
|
+
"min":1
|
2205
1816
|
},
|
2206
1817
|
"SnapshotId":{
|
2207
1818
|
"type":"string",
|
@@ -2259,8 +1870,8 @@
|
|
2259
1870
|
},
|
2260
1871
|
"TagKey":{
|
2261
1872
|
"type":"string",
|
2262
|
-
"min":1,
|
2263
1873
|
"max":128,
|
1874
|
+
"min":1,
|
2264
1875
|
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
|
2265
1876
|
},
|
2266
1877
|
"TagKeys":{
|
@@ -2288,8 +1899,8 @@
|
|
2288
1899
|
},
|
2289
1900
|
"TapeARN":{
|
2290
1901
|
"type":"string",
|
2291
|
-
"
|
2292
|
-
"
|
1902
|
+
"max":500,
|
1903
|
+
"min":50
|
2293
1904
|
},
|
2294
1905
|
"TapeARNs":{
|
2295
1906
|
"type":"list",
|
@@ -2313,20 +1924,20 @@
|
|
2313
1924
|
},
|
2314
1925
|
"TapeBarcode":{
|
2315
1926
|
"type":"string",
|
2316
|
-
"min":7,
|
2317
1927
|
"max":16,
|
1928
|
+
"min":7,
|
2318
1929
|
"pattern":"^[A-Z0-9]*$"
|
2319
1930
|
},
|
2320
1931
|
"TapeBarcodePrefix":{
|
2321
1932
|
"type":"string",
|
2322
|
-
"min":1,
|
2323
1933
|
"max":4,
|
1934
|
+
"min":1,
|
2324
1935
|
"pattern":"^[A-Z]*$"
|
2325
1936
|
},
|
2326
1937
|
"TapeDriveType":{
|
2327
1938
|
"type":"string",
|
2328
|
-
"
|
2329
|
-
"
|
1939
|
+
"max":50,
|
1940
|
+
"min":2
|
2330
1941
|
},
|
2331
1942
|
"TapeRecoveryPointInfo":{
|
2332
1943
|
"type":"structure",
|
@@ -2350,13 +1961,13 @@
|
|
2350
1961
|
},
|
2351
1962
|
"TargetARN":{
|
2352
1963
|
"type":"string",
|
2353
|
-
"
|
2354
|
-
"
|
1964
|
+
"max":800,
|
1965
|
+
"min":50
|
2355
1966
|
},
|
2356
1967
|
"TargetName":{
|
2357
1968
|
"type":"string",
|
2358
|
-
"min":1,
|
2359
1969
|
"max":200,
|
1970
|
+
"min":1,
|
2360
1971
|
"pattern":"^[-\\.;a-z0-9]+$"
|
2361
1972
|
},
|
2362
1973
|
"Time":{"type":"timestamp"},
|
@@ -2495,8 +2106,8 @@
|
|
2495
2106
|
},
|
2496
2107
|
"VTLDeviceARN":{
|
2497
2108
|
"type":"string",
|
2498
|
-
"
|
2499
|
-
"
|
2109
|
+
"max":500,
|
2110
|
+
"min":50
|
2500
2111
|
},
|
2501
2112
|
"VTLDeviceARNs":{
|
2502
2113
|
"type":"list",
|
@@ -2511,8 +2122,8 @@
|
|
2511
2122
|
},
|
2512
2123
|
"VolumeARN":{
|
2513
2124
|
"type":"string",
|
2514
|
-
"
|
2515
|
-
"
|
2125
|
+
"max":500,
|
2126
|
+
"min":50
|
2516
2127
|
},
|
2517
2128
|
"VolumeARNs":{
|
2518
2129
|
"type":"list",
|
@@ -2520,8 +2131,8 @@
|
|
2520
2131
|
},
|
2521
2132
|
"VolumeId":{
|
2522
2133
|
"type":"string",
|
2523
|
-
"
|
2524
|
-
"
|
2134
|
+
"max":30,
|
2135
|
+
"min":12
|
2525
2136
|
},
|
2526
2137
|
"VolumeInfo":{
|
2527
2138
|
"type":"structure",
|
@@ -2549,13 +2160,13 @@
|
|
2549
2160
|
},
|
2550
2161
|
"VolumeStatus":{
|
2551
2162
|
"type":"string",
|
2552
|
-
"
|
2553
|
-
"
|
2163
|
+
"max":50,
|
2164
|
+
"min":3
|
2554
2165
|
},
|
2555
2166
|
"VolumeType":{
|
2556
2167
|
"type":"string",
|
2557
|
-
"
|
2558
|
-
"
|
2168
|
+
"max":100,
|
2169
|
+
"min":3
|
2559
2170
|
},
|
2560
2171
|
"VolumeiSCSIAttributes":{
|
2561
2172
|
"type":"structure",
|