aws-sdk-core 2.6.27 → 2.6.28
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/cloudformation/2010-05-15/api-2.json +38 -2
- data/apis/glacier/2012-06-01/api-2.json +369 -780
- data/apis/glacier/2012-06-01/examples-1.json +5 -0
- data/apis/route53/2013-04-01/api-2.json +4 -3
- data/apis/s3/2006-03-01/api-2.json +17 -1
- data/lib/aws-sdk-core/glacier.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9527ca32e607b838964ad96a39338a4f6edc2937
|
4
|
+
data.tar.gz: ce8504969e61382dc95cc9d9fe567c75dc784f78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8795a97e0f3f13d2df7202f1a4902c05f67aefdf87756d3df10754e965ab340958fa2746f15ffbc9bdabe1a46748e6c3fa30b47b239876c6489f0af7faee1d81
|
7
|
+
data.tar.gz: 485635a7f7f1fcdbf3bddf13d861962b99b090ca725337d85f1719b8e1b25adf0e491c7a0e8e0c9ca195c2eddc13f65e502b1930f32b8d88095aad0d3d72de71
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"protocol":"query",
|
7
7
|
"serviceFullName":"AWS CloudFormation",
|
8
8
|
"signatureVersion":"v4",
|
9
|
+
"uid":"cloudformation-2010-05-15",
|
9
10
|
"xmlNamespace":"http://cloudformation.amazonaws.com/doc/2010-05-15/"
|
10
11
|
},
|
11
12
|
"operations":{
|
@@ -186,7 +187,8 @@
|
|
186
187
|
},
|
187
188
|
"errors":[
|
188
189
|
{"shape":"InvalidChangeSetStatusException"},
|
189
|
-
{"shape":"ChangeSetNotFoundException"}
|
190
|
+
{"shape":"ChangeSetNotFoundException"},
|
191
|
+
{"shape":"InsufficientCapabilitiesException"}
|
190
192
|
]
|
191
193
|
},
|
192
194
|
"GetStackPolicy":{
|
@@ -211,7 +213,10 @@
|
|
211
213
|
"output":{
|
212
214
|
"shape":"GetTemplateOutput",
|
213
215
|
"resultWrapper":"GetTemplateResult"
|
214
|
-
}
|
216
|
+
},
|
217
|
+
"errors":[
|
218
|
+
{"shape":"ChangeSetNotFoundException"}
|
219
|
+
]
|
215
220
|
},
|
216
221
|
"GetTemplateSummary":{
|
217
222
|
"name":"GetTemplateSummary",
|
@@ -249,6 +254,18 @@
|
|
249
254
|
"resultWrapper":"ListExportsResult"
|
250
255
|
}
|
251
256
|
},
|
257
|
+
"ListImports":{
|
258
|
+
"name":"ListImports",
|
259
|
+
"http":{
|
260
|
+
"method":"POST",
|
261
|
+
"requestUri":"/"
|
262
|
+
},
|
263
|
+
"input":{"shape":"ListImportsInput"},
|
264
|
+
"output":{
|
265
|
+
"shape":"ListImportsOutput",
|
266
|
+
"resultWrapper":"ListImportsResult"
|
267
|
+
}
|
268
|
+
},
|
252
269
|
"ListStackResources":{
|
253
270
|
"name":"ListStackResources",
|
254
271
|
"http":{
|
@@ -777,6 +794,10 @@
|
|
777
794
|
"DeclaredTransforms":{"shape":"TransformsList"}
|
778
795
|
}
|
779
796
|
},
|
797
|
+
"Imports":{
|
798
|
+
"type":"list",
|
799
|
+
"member":{"shape":"StackName"}
|
800
|
+
},
|
780
801
|
"InsufficientCapabilitiesException":{
|
781
802
|
"type":"structure",
|
782
803
|
"members":{
|
@@ -841,6 +862,21 @@
|
|
841
862
|
"NextToken":{"shape":"NextToken"}
|
842
863
|
}
|
843
864
|
},
|
865
|
+
"ListImportsInput":{
|
866
|
+
"type":"structure",
|
867
|
+
"required":["ExportName"],
|
868
|
+
"members":{
|
869
|
+
"ExportName":{"shape":"ExportName"},
|
870
|
+
"NextToken":{"shape":"NextToken"}
|
871
|
+
}
|
872
|
+
},
|
873
|
+
"ListImportsOutput":{
|
874
|
+
"type":"structure",
|
875
|
+
"members":{
|
876
|
+
"Imports":{"shape":"Imports"},
|
877
|
+
"NextToken":{"shape":"NextToken"}
|
878
|
+
}
|
879
|
+
},
|
844
880
|
"ListStackResourcesInput":{
|
845
881
|
"type":"structure",
|
846
882
|
"required":["StackName"],
|
@@ -4,9 +4,9 @@
|
|
4
4
|
"apiVersion":"2012-06-01",
|
5
5
|
"checksumFormat":"sha256",
|
6
6
|
"endpointPrefix":"glacier",
|
7
|
+
"protocol":"rest-json",
|
7
8
|
"serviceFullName":"Amazon Glacier",
|
8
|
-
"signatureVersion":"v4"
|
9
|
-
"protocol":"rest-json"
|
9
|
+
"signatureVersion":"v4"
|
10
10
|
},
|
11
11
|
"operations":{
|
12
12
|
"AbortMultipartUpload":{
|
@@ -18,26 +18,10 @@
|
|
18
18
|
},
|
19
19
|
"input":{"shape":"AbortMultipartUploadInput"},
|
20
20
|
"errors":[
|
21
|
-
{
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
},
|
26
|
-
{
|
27
|
-
"shape":"InvalidParameterValueException",
|
28
|
-
"error":{"httpStatusCode":400},
|
29
|
-
"exception":true
|
30
|
-
},
|
31
|
-
{
|
32
|
-
"shape":"MissingParameterValueException",
|
33
|
-
"error":{"httpStatusCode":400},
|
34
|
-
"exception":true
|
35
|
-
},
|
36
|
-
{
|
37
|
-
"shape":"ServiceUnavailableException",
|
38
|
-
"error":{"httpStatusCode":500},
|
39
|
-
"exception":true
|
40
|
-
}
|
21
|
+
{"shape":"ResourceNotFoundException"},
|
22
|
+
{"shape":"InvalidParameterValueException"},
|
23
|
+
{"shape":"MissingParameterValueException"},
|
24
|
+
{"shape":"ServiceUnavailableException"}
|
41
25
|
]
|
42
26
|
},
|
43
27
|
"AbortVaultLock":{
|
@@ -49,26 +33,10 @@
|
|
49
33
|
},
|
50
34
|
"input":{"shape":"AbortVaultLockInput"},
|
51
35
|
"errors":[
|
52
|
-
{
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
},
|
57
|
-
{
|
58
|
-
"shape":"InvalidParameterValueException",
|
59
|
-
"error":{"httpStatusCode":400},
|
60
|
-
"exception":true
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"shape":"MissingParameterValueException",
|
64
|
-
"error":{"httpStatusCode":400},
|
65
|
-
"exception":true
|
66
|
-
},
|
67
|
-
{
|
68
|
-
"shape":"ServiceUnavailableException",
|
69
|
-
"error":{"httpStatusCode":500},
|
70
|
-
"exception":true
|
71
|
-
}
|
36
|
+
{"shape":"ResourceNotFoundException"},
|
37
|
+
{"shape":"InvalidParameterValueException"},
|
38
|
+
{"shape":"MissingParameterValueException"},
|
39
|
+
{"shape":"ServiceUnavailableException"}
|
72
40
|
]
|
73
41
|
},
|
74
42
|
"AddTagsToVault":{
|
@@ -80,31 +48,11 @@
|
|
80
48
|
},
|
81
49
|
"input":{"shape":"AddTagsToVaultInput"},
|
82
50
|
"errors":[
|
83
|
-
{
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
}
|
88
|
-
{
|
89
|
-
"shape":"MissingParameterValueException",
|
90
|
-
"error":{"httpStatusCode":400},
|
91
|
-
"exception":true
|
92
|
-
},
|
93
|
-
{
|
94
|
-
"shape":"ResourceNotFoundException",
|
95
|
-
"error":{"httpStatusCode":404},
|
96
|
-
"exception":true
|
97
|
-
},
|
98
|
-
{
|
99
|
-
"shape":"LimitExceededException",
|
100
|
-
"error":{"httpStatusCode":400},
|
101
|
-
"exception":true
|
102
|
-
},
|
103
|
-
{
|
104
|
-
"shape":"ServiceUnavailableException",
|
105
|
-
"error":{"httpStatusCode":500},
|
106
|
-
"exception":true
|
107
|
-
}
|
51
|
+
{"shape":"InvalidParameterValueException"},
|
52
|
+
{"shape":"MissingParameterValueException"},
|
53
|
+
{"shape":"ResourceNotFoundException"},
|
54
|
+
{"shape":"LimitExceededException"},
|
55
|
+
{"shape":"ServiceUnavailableException"}
|
108
56
|
]
|
109
57
|
},
|
110
58
|
"CompleteMultipartUpload":{
|
@@ -117,26 +65,10 @@
|
|
117
65
|
"input":{"shape":"CompleteMultipartUploadInput"},
|
118
66
|
"output":{"shape":"ArchiveCreationOutput"},
|
119
67
|
"errors":[
|
120
|
-
{
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
},
|
125
|
-
{
|
126
|
-
"shape":"InvalidParameterValueException",
|
127
|
-
"error":{"httpStatusCode":400},
|
128
|
-
"exception":true
|
129
|
-
},
|
130
|
-
{
|
131
|
-
"shape":"MissingParameterValueException",
|
132
|
-
"error":{"httpStatusCode":400},
|
133
|
-
"exception":true
|
134
|
-
},
|
135
|
-
{
|
136
|
-
"shape":"ServiceUnavailableException",
|
137
|
-
"error":{"httpStatusCode":500},
|
138
|
-
"exception":true
|
139
|
-
}
|
68
|
+
{"shape":"ResourceNotFoundException"},
|
69
|
+
{"shape":"InvalidParameterValueException"},
|
70
|
+
{"shape":"MissingParameterValueException"},
|
71
|
+
{"shape":"ServiceUnavailableException"}
|
140
72
|
]
|
141
73
|
},
|
142
74
|
"CompleteVaultLock":{
|
@@ -148,26 +80,10 @@
|
|
148
80
|
},
|
149
81
|
"input":{"shape":"CompleteVaultLockInput"},
|
150
82
|
"errors":[
|
151
|
-
{
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
},
|
156
|
-
{
|
157
|
-
"shape":"InvalidParameterValueException",
|
158
|
-
"error":{"httpStatusCode":400},
|
159
|
-
"exception":true
|
160
|
-
},
|
161
|
-
{
|
162
|
-
"shape":"MissingParameterValueException",
|
163
|
-
"error":{"httpStatusCode":400},
|
164
|
-
"exception":true
|
165
|
-
},
|
166
|
-
{
|
167
|
-
"shape":"ServiceUnavailableException",
|
168
|
-
"error":{"httpStatusCode":500},
|
169
|
-
"exception":true
|
170
|
-
}
|
83
|
+
{"shape":"ResourceNotFoundException"},
|
84
|
+
{"shape":"InvalidParameterValueException"},
|
85
|
+
{"shape":"MissingParameterValueException"},
|
86
|
+
{"shape":"ServiceUnavailableException"}
|
171
87
|
]
|
172
88
|
},
|
173
89
|
"CreateVault":{
|
@@ -180,26 +96,10 @@
|
|
180
96
|
"input":{"shape":"CreateVaultInput"},
|
181
97
|
"output":{"shape":"CreateVaultOutput"},
|
182
98
|
"errors":[
|
183
|
-
{
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"shape":"MissingParameterValueException",
|
190
|
-
"error":{"httpStatusCode":400},
|
191
|
-
"exception":true
|
192
|
-
},
|
193
|
-
{
|
194
|
-
"shape":"ServiceUnavailableException",
|
195
|
-
"error":{"httpStatusCode":500},
|
196
|
-
"exception":true
|
197
|
-
},
|
198
|
-
{
|
199
|
-
"shape":"LimitExceededException",
|
200
|
-
"error":{"httpStatusCode":400},
|
201
|
-
"exception":true
|
202
|
-
}
|
99
|
+
{"shape":"InvalidParameterValueException"},
|
100
|
+
{"shape":"MissingParameterValueException"},
|
101
|
+
{"shape":"ServiceUnavailableException"},
|
102
|
+
{"shape":"LimitExceededException"}
|
203
103
|
]
|
204
104
|
},
|
205
105
|
"DeleteArchive":{
|
@@ -211,26 +111,10 @@
|
|
211
111
|
},
|
212
112
|
"input":{"shape":"DeleteArchiveInput"},
|
213
113
|
"errors":[
|
214
|
-
{
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
},
|
219
|
-
{
|
220
|
-
"shape":"InvalidParameterValueException",
|
221
|
-
"error":{"httpStatusCode":400},
|
222
|
-
"exception":true
|
223
|
-
},
|
224
|
-
{
|
225
|
-
"shape":"MissingParameterValueException",
|
226
|
-
"error":{"httpStatusCode":400},
|
227
|
-
"exception":true
|
228
|
-
},
|
229
|
-
{
|
230
|
-
"shape":"ServiceUnavailableException",
|
231
|
-
"error":{"httpStatusCode":500},
|
232
|
-
"exception":true
|
233
|
-
}
|
114
|
+
{"shape":"ResourceNotFoundException"},
|
115
|
+
{"shape":"InvalidParameterValueException"},
|
116
|
+
{"shape":"MissingParameterValueException"},
|
117
|
+
{"shape":"ServiceUnavailableException"}
|
234
118
|
]
|
235
119
|
},
|
236
120
|
"DeleteVault":{
|
@@ -242,26 +126,10 @@
|
|
242
126
|
},
|
243
127
|
"input":{"shape":"DeleteVaultInput"},
|
244
128
|
"errors":[
|
245
|
-
{
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
},
|
250
|
-
{
|
251
|
-
"shape":"InvalidParameterValueException",
|
252
|
-
"error":{"httpStatusCode":400},
|
253
|
-
"exception":true
|
254
|
-
},
|
255
|
-
{
|
256
|
-
"shape":"MissingParameterValueException",
|
257
|
-
"error":{"httpStatusCode":400},
|
258
|
-
"exception":true
|
259
|
-
},
|
260
|
-
{
|
261
|
-
"shape":"ServiceUnavailableException",
|
262
|
-
"error":{"httpStatusCode":500},
|
263
|
-
"exception":true
|
264
|
-
}
|
129
|
+
{"shape":"ResourceNotFoundException"},
|
130
|
+
{"shape":"InvalidParameterValueException"},
|
131
|
+
{"shape":"MissingParameterValueException"},
|
132
|
+
{"shape":"ServiceUnavailableException"}
|
265
133
|
]
|
266
134
|
},
|
267
135
|
"DeleteVaultAccessPolicy":{
|
@@ -273,26 +141,10 @@
|
|
273
141
|
},
|
274
142
|
"input":{"shape":"DeleteVaultAccessPolicyInput"},
|
275
143
|
"errors":[
|
276
|
-
{
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
},
|
281
|
-
{
|
282
|
-
"shape":"InvalidParameterValueException",
|
283
|
-
"error":{"httpStatusCode":400},
|
284
|
-
"exception":true
|
285
|
-
},
|
286
|
-
{
|
287
|
-
"shape":"MissingParameterValueException",
|
288
|
-
"error":{"httpStatusCode":400},
|
289
|
-
"exception":true
|
290
|
-
},
|
291
|
-
{
|
292
|
-
"shape":"ServiceUnavailableException",
|
293
|
-
"error":{"httpStatusCode":500},
|
294
|
-
"exception":true
|
295
|
-
}
|
144
|
+
{"shape":"ResourceNotFoundException"},
|
145
|
+
{"shape":"InvalidParameterValueException"},
|
146
|
+
{"shape":"MissingParameterValueException"},
|
147
|
+
{"shape":"ServiceUnavailableException"}
|
296
148
|
]
|
297
149
|
},
|
298
150
|
"DeleteVaultNotifications":{
|
@@ -304,26 +156,10 @@
|
|
304
156
|
},
|
305
157
|
"input":{"shape":"DeleteVaultNotificationsInput"},
|
306
158
|
"errors":[
|
307
|
-
{
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
},
|
312
|
-
{
|
313
|
-
"shape":"InvalidParameterValueException",
|
314
|
-
"error":{"httpStatusCode":400},
|
315
|
-
"exception":true
|
316
|
-
},
|
317
|
-
{
|
318
|
-
"shape":"MissingParameterValueException",
|
319
|
-
"error":{"httpStatusCode":400},
|
320
|
-
"exception":true
|
321
|
-
},
|
322
|
-
{
|
323
|
-
"shape":"ServiceUnavailableException",
|
324
|
-
"error":{"httpStatusCode":500},
|
325
|
-
"exception":true
|
326
|
-
}
|
159
|
+
{"shape":"ResourceNotFoundException"},
|
160
|
+
{"shape":"InvalidParameterValueException"},
|
161
|
+
{"shape":"MissingParameterValueException"},
|
162
|
+
{"shape":"ServiceUnavailableException"}
|
327
163
|
]
|
328
164
|
},
|
329
165
|
"DescribeJob":{
|
@@ -335,26 +171,10 @@
|
|
335
171
|
"input":{"shape":"DescribeJobInput"},
|
336
172
|
"output":{"shape":"GlacierJobDescription"},
|
337
173
|
"errors":[
|
338
|
-
{
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
},
|
343
|
-
{
|
344
|
-
"shape":"InvalidParameterValueException",
|
345
|
-
"error":{"httpStatusCode":400},
|
346
|
-
"exception":true
|
347
|
-
},
|
348
|
-
{
|
349
|
-
"shape":"MissingParameterValueException",
|
350
|
-
"error":{"httpStatusCode":400},
|
351
|
-
"exception":true
|
352
|
-
},
|
353
|
-
{
|
354
|
-
"shape":"ServiceUnavailableException",
|
355
|
-
"error":{"httpStatusCode":500},
|
356
|
-
"exception":true
|
357
|
-
}
|
174
|
+
{"shape":"ResourceNotFoundException"},
|
175
|
+
{"shape":"InvalidParameterValueException"},
|
176
|
+
{"shape":"MissingParameterValueException"},
|
177
|
+
{"shape":"ServiceUnavailableException"}
|
358
178
|
]
|
359
179
|
},
|
360
180
|
"DescribeVault":{
|
@@ -366,26 +186,10 @@
|
|
366
186
|
"input":{"shape":"DescribeVaultInput"},
|
367
187
|
"output":{"shape":"DescribeVaultOutput"},
|
368
188
|
"errors":[
|
369
|
-
{
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
},
|
374
|
-
{
|
375
|
-
"shape":"InvalidParameterValueException",
|
376
|
-
"error":{"httpStatusCode":400},
|
377
|
-
"exception":true
|
378
|
-
},
|
379
|
-
{
|
380
|
-
"shape":"MissingParameterValueException",
|
381
|
-
"error":{"httpStatusCode":400},
|
382
|
-
"exception":true
|
383
|
-
},
|
384
|
-
{
|
385
|
-
"shape":"ServiceUnavailableException",
|
386
|
-
"error":{"httpStatusCode":500},
|
387
|
-
"exception":true
|
388
|
-
}
|
189
|
+
{"shape":"ResourceNotFoundException"},
|
190
|
+
{"shape":"InvalidParameterValueException"},
|
191
|
+
{"shape":"MissingParameterValueException"},
|
192
|
+
{"shape":"ServiceUnavailableException"}
|
389
193
|
]
|
390
194
|
},
|
391
195
|
"GetDataRetrievalPolicy":{
|
@@ -397,21 +201,9 @@
|
|
397
201
|
"input":{"shape":"GetDataRetrievalPolicyInput"},
|
398
202
|
"output":{"shape":"GetDataRetrievalPolicyOutput"},
|
399
203
|
"errors":[
|
400
|
-
{
|
401
|
-
|
402
|
-
|
403
|
-
"exception":true
|
404
|
-
},
|
405
|
-
{
|
406
|
-
"shape":"MissingParameterValueException",
|
407
|
-
"error":{"httpStatusCode":400},
|
408
|
-
"exception":true
|
409
|
-
},
|
410
|
-
{
|
411
|
-
"shape":"ServiceUnavailableException",
|
412
|
-
"error":{"httpStatusCode":500},
|
413
|
-
"exception":true
|
414
|
-
}
|
204
|
+
{"shape":"InvalidParameterValueException"},
|
205
|
+
{"shape":"MissingParameterValueException"},
|
206
|
+
{"shape":"ServiceUnavailableException"}
|
415
207
|
]
|
416
208
|
},
|
417
209
|
"GetJobOutput":{
|
@@ -423,26 +215,10 @@
|
|
423
215
|
"input":{"shape":"GetJobOutputInput"},
|
424
216
|
"output":{"shape":"GetJobOutputOutput"},
|
425
217
|
"errors":[
|
426
|
-
{
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
},
|
431
|
-
{
|
432
|
-
"shape":"InvalidParameterValueException",
|
433
|
-
"error":{"httpStatusCode":400},
|
434
|
-
"exception":true
|
435
|
-
},
|
436
|
-
{
|
437
|
-
"shape":"MissingParameterValueException",
|
438
|
-
"error":{"httpStatusCode":400},
|
439
|
-
"exception":true
|
440
|
-
},
|
441
|
-
{
|
442
|
-
"shape":"ServiceUnavailableException",
|
443
|
-
"error":{"httpStatusCode":500},
|
444
|
-
"exception":true
|
445
|
-
}
|
218
|
+
{"shape":"ResourceNotFoundException"},
|
219
|
+
{"shape":"InvalidParameterValueException"},
|
220
|
+
{"shape":"MissingParameterValueException"},
|
221
|
+
{"shape":"ServiceUnavailableException"}
|
446
222
|
]
|
447
223
|
},
|
448
224
|
"GetVaultAccessPolicy":{
|
@@ -454,26 +230,10 @@
|
|
454
230
|
"input":{"shape":"GetVaultAccessPolicyInput"},
|
455
231
|
"output":{"shape":"GetVaultAccessPolicyOutput"},
|
456
232
|
"errors":[
|
457
|
-
{
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
},
|
462
|
-
{
|
463
|
-
"shape":"InvalidParameterValueException",
|
464
|
-
"error":{"httpStatusCode":400},
|
465
|
-
"exception":true
|
466
|
-
},
|
467
|
-
{
|
468
|
-
"shape":"MissingParameterValueException",
|
469
|
-
"error":{"httpStatusCode":400},
|
470
|
-
"exception":true
|
471
|
-
},
|
472
|
-
{
|
473
|
-
"shape":"ServiceUnavailableException",
|
474
|
-
"error":{"httpStatusCode":500},
|
475
|
-
"exception":true
|
476
|
-
}
|
233
|
+
{"shape":"ResourceNotFoundException"},
|
234
|
+
{"shape":"InvalidParameterValueException"},
|
235
|
+
{"shape":"MissingParameterValueException"},
|
236
|
+
{"shape":"ServiceUnavailableException"}
|
477
237
|
]
|
478
238
|
},
|
479
239
|
"GetVaultLock":{
|
@@ -485,26 +245,10 @@
|
|
485
245
|
"input":{"shape":"GetVaultLockInput"},
|
486
246
|
"output":{"shape":"GetVaultLockOutput"},
|
487
247
|
"errors":[
|
488
|
-
{
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
},
|
493
|
-
{
|
494
|
-
"shape":"InvalidParameterValueException",
|
495
|
-
"error":{"httpStatusCode":400},
|
496
|
-
"exception":true
|
497
|
-
},
|
498
|
-
{
|
499
|
-
"shape":"MissingParameterValueException",
|
500
|
-
"error":{"httpStatusCode":400},
|
501
|
-
"exception":true
|
502
|
-
},
|
503
|
-
{
|
504
|
-
"shape":"ServiceUnavailableException",
|
505
|
-
"error":{"httpStatusCode":500},
|
506
|
-
"exception":true
|
507
|
-
}
|
248
|
+
{"shape":"ResourceNotFoundException"},
|
249
|
+
{"shape":"InvalidParameterValueException"},
|
250
|
+
{"shape":"MissingParameterValueException"},
|
251
|
+
{"shape":"ServiceUnavailableException"}
|
508
252
|
]
|
509
253
|
},
|
510
254
|
"GetVaultNotifications":{
|
@@ -516,26 +260,10 @@
|
|
516
260
|
"input":{"shape":"GetVaultNotificationsInput"},
|
517
261
|
"output":{"shape":"GetVaultNotificationsOutput"},
|
518
262
|
"errors":[
|
519
|
-
{
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
},
|
524
|
-
{
|
525
|
-
"shape":"InvalidParameterValueException",
|
526
|
-
"error":{"httpStatusCode":400},
|
527
|
-
"exception":true
|
528
|
-
},
|
529
|
-
{
|
530
|
-
"shape":"MissingParameterValueException",
|
531
|
-
"error":{"httpStatusCode":400},
|
532
|
-
"exception":true
|
533
|
-
},
|
534
|
-
{
|
535
|
-
"shape":"ServiceUnavailableException",
|
536
|
-
"error":{"httpStatusCode":500},
|
537
|
-
"exception":true
|
538
|
-
}
|
263
|
+
{"shape":"ResourceNotFoundException"},
|
264
|
+
{"shape":"InvalidParameterValueException"},
|
265
|
+
{"shape":"MissingParameterValueException"},
|
266
|
+
{"shape":"ServiceUnavailableException"}
|
539
267
|
]
|
540
268
|
},
|
541
269
|
"InitiateJob":{
|
@@ -548,31 +276,12 @@
|
|
548
276
|
"input":{"shape":"InitiateJobInput"},
|
549
277
|
"output":{"shape":"InitiateJobOutput"},
|
550
278
|
"errors":[
|
551
|
-
{
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
},
|
556
|
-
{
|
557
|
-
"shape":"PolicyEnforcedException",
|
558
|
-
"error":{"httpStatusCode":400},
|
559
|
-
"exception":true
|
560
|
-
},
|
561
|
-
{
|
562
|
-
"shape":"InvalidParameterValueException",
|
563
|
-
"error":{"httpStatusCode":400},
|
564
|
-
"exception":true
|
565
|
-
},
|
566
|
-
{
|
567
|
-
"shape":"MissingParameterValueException",
|
568
|
-
"error":{"httpStatusCode":400},
|
569
|
-
"exception":true
|
570
|
-
},
|
571
|
-
{
|
572
|
-
"shape":"ServiceUnavailableException",
|
573
|
-
"error":{"httpStatusCode":500},
|
574
|
-
"exception":true
|
575
|
-
}
|
279
|
+
{"shape":"ResourceNotFoundException"},
|
280
|
+
{"shape":"PolicyEnforcedException"},
|
281
|
+
{"shape":"InvalidParameterValueException"},
|
282
|
+
{"shape":"MissingParameterValueException"},
|
283
|
+
{"shape":"InsufficientCapacityException"},
|
284
|
+
{"shape":"ServiceUnavailableException"}
|
576
285
|
]
|
577
286
|
},
|
578
287
|
"InitiateMultipartUpload":{
|
@@ -585,26 +294,10 @@
|
|
585
294
|
"input":{"shape":"InitiateMultipartUploadInput"},
|
586
295
|
"output":{"shape":"InitiateMultipartUploadOutput"},
|
587
296
|
"errors":[
|
588
|
-
{
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
},
|
593
|
-
{
|
594
|
-
"shape":"InvalidParameterValueException",
|
595
|
-
"error":{"httpStatusCode":400},
|
596
|
-
"exception":true
|
597
|
-
},
|
598
|
-
{
|
599
|
-
"shape":"MissingParameterValueException",
|
600
|
-
"error":{"httpStatusCode":400},
|
601
|
-
"exception":true
|
602
|
-
},
|
603
|
-
{
|
604
|
-
"shape":"ServiceUnavailableException",
|
605
|
-
"error":{"httpStatusCode":500},
|
606
|
-
"exception":true
|
607
|
-
}
|
297
|
+
{"shape":"ResourceNotFoundException"},
|
298
|
+
{"shape":"InvalidParameterValueException"},
|
299
|
+
{"shape":"MissingParameterValueException"},
|
300
|
+
{"shape":"ServiceUnavailableException"}
|
608
301
|
]
|
609
302
|
},
|
610
303
|
"InitiateVaultLock":{
|
@@ -617,26 +310,10 @@
|
|
617
310
|
"input":{"shape":"InitiateVaultLockInput"},
|
618
311
|
"output":{"shape":"InitiateVaultLockOutput"},
|
619
312
|
"errors":[
|
620
|
-
{
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
},
|
625
|
-
{
|
626
|
-
"shape":"InvalidParameterValueException",
|
627
|
-
"error":{"httpStatusCode":400},
|
628
|
-
"exception":true
|
629
|
-
},
|
630
|
-
{
|
631
|
-
"shape":"MissingParameterValueException",
|
632
|
-
"error":{"httpStatusCode":400},
|
633
|
-
"exception":true
|
634
|
-
},
|
635
|
-
{
|
636
|
-
"shape":"ServiceUnavailableException",
|
637
|
-
"error":{"httpStatusCode":500},
|
638
|
-
"exception":true
|
639
|
-
}
|
313
|
+
{"shape":"ResourceNotFoundException"},
|
314
|
+
{"shape":"InvalidParameterValueException"},
|
315
|
+
{"shape":"MissingParameterValueException"},
|
316
|
+
{"shape":"ServiceUnavailableException"}
|
640
317
|
]
|
641
318
|
},
|
642
319
|
"ListJobs":{
|
@@ -648,26 +325,10 @@
|
|
648
325
|
"input":{"shape":"ListJobsInput"},
|
649
326
|
"output":{"shape":"ListJobsOutput"},
|
650
327
|
"errors":[
|
651
|
-
{
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
},
|
656
|
-
{
|
657
|
-
"shape":"InvalidParameterValueException",
|
658
|
-
"error":{"httpStatusCode":400},
|
659
|
-
"exception":true
|
660
|
-
},
|
661
|
-
{
|
662
|
-
"shape":"MissingParameterValueException",
|
663
|
-
"error":{"httpStatusCode":400},
|
664
|
-
"exception":true
|
665
|
-
},
|
666
|
-
{
|
667
|
-
"shape":"ServiceUnavailableException",
|
668
|
-
"error":{"httpStatusCode":500},
|
669
|
-
"exception":true
|
670
|
-
}
|
328
|
+
{"shape":"ResourceNotFoundException"},
|
329
|
+
{"shape":"InvalidParameterValueException"},
|
330
|
+
{"shape":"MissingParameterValueException"},
|
331
|
+
{"shape":"ServiceUnavailableException"}
|
671
332
|
]
|
672
333
|
},
|
673
334
|
"ListMultipartUploads":{
|
@@ -679,26 +340,10 @@
|
|
679
340
|
"input":{"shape":"ListMultipartUploadsInput"},
|
680
341
|
"output":{"shape":"ListMultipartUploadsOutput"},
|
681
342
|
"errors":[
|
682
|
-
{
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
},
|
687
|
-
{
|
688
|
-
"shape":"InvalidParameterValueException",
|
689
|
-
"error":{"httpStatusCode":400},
|
690
|
-
"exception":true
|
691
|
-
},
|
692
|
-
{
|
693
|
-
"shape":"MissingParameterValueException",
|
694
|
-
"error":{"httpStatusCode":400},
|
695
|
-
"exception":true
|
696
|
-
},
|
697
|
-
{
|
698
|
-
"shape":"ServiceUnavailableException",
|
699
|
-
"error":{"httpStatusCode":500},
|
700
|
-
"exception":true
|
701
|
-
}
|
343
|
+
{"shape":"ResourceNotFoundException"},
|
344
|
+
{"shape":"InvalidParameterValueException"},
|
345
|
+
{"shape":"MissingParameterValueException"},
|
346
|
+
{"shape":"ServiceUnavailableException"}
|
702
347
|
]
|
703
348
|
},
|
704
349
|
"ListParts":{
|
@@ -710,26 +355,24 @@
|
|
710
355
|
"input":{"shape":"ListPartsInput"},
|
711
356
|
"output":{"shape":"ListPartsOutput"},
|
712
357
|
"errors":[
|
713
|
-
{
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
{
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
{
|
729
|
-
|
730
|
-
|
731
|
-
"exception":true
|
732
|
-
}
|
358
|
+
{"shape":"ResourceNotFoundException"},
|
359
|
+
{"shape":"InvalidParameterValueException"},
|
360
|
+
{"shape":"MissingParameterValueException"},
|
361
|
+
{"shape":"ServiceUnavailableException"}
|
362
|
+
]
|
363
|
+
},
|
364
|
+
"ListProvisionedCapacity":{
|
365
|
+
"name":"ListProvisionedCapacity",
|
366
|
+
"http":{
|
367
|
+
"method":"GET",
|
368
|
+
"requestUri":"/{accountId}/provisioned-capacity"
|
369
|
+
},
|
370
|
+
"input":{"shape":"ListProvisionedCapacityInput"},
|
371
|
+
"output":{"shape":"ListProvisionedCapacityOutput"},
|
372
|
+
"errors":[
|
373
|
+
{"shape":"InvalidParameterValueException"},
|
374
|
+
{"shape":"MissingParameterValueException"},
|
375
|
+
{"shape":"ServiceUnavailableException"}
|
733
376
|
]
|
734
377
|
},
|
735
378
|
"ListTagsForVault":{
|
@@ -741,26 +384,10 @@
|
|
741
384
|
"input":{"shape":"ListTagsForVaultInput"},
|
742
385
|
"output":{"shape":"ListTagsForVaultOutput"},
|
743
386
|
"errors":[
|
744
|
-
{
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
},
|
749
|
-
{
|
750
|
-
"shape":"MissingParameterValueException",
|
751
|
-
"error":{"httpStatusCode":400},
|
752
|
-
"exception":true
|
753
|
-
},
|
754
|
-
{
|
755
|
-
"shape":"ResourceNotFoundException",
|
756
|
-
"error":{"httpStatusCode":404},
|
757
|
-
"exception":true
|
758
|
-
},
|
759
|
-
{
|
760
|
-
"shape":"ServiceUnavailableException",
|
761
|
-
"error":{"httpStatusCode":500},
|
762
|
-
"exception":true
|
763
|
-
}
|
387
|
+
{"shape":"InvalidParameterValueException"},
|
388
|
+
{"shape":"MissingParameterValueException"},
|
389
|
+
{"shape":"ResourceNotFoundException"},
|
390
|
+
{"shape":"ServiceUnavailableException"}
|
764
391
|
]
|
765
392
|
},
|
766
393
|
"ListVaults":{
|
@@ -772,26 +399,26 @@
|
|
772
399
|
"input":{"shape":"ListVaultsInput"},
|
773
400
|
"output":{"shape":"ListVaultsOutput"},
|
774
401
|
"errors":[
|
775
|
-
{
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
{
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
}
|
402
|
+
{"shape":"ResourceNotFoundException"},
|
403
|
+
{"shape":"InvalidParameterValueException"},
|
404
|
+
{"shape":"MissingParameterValueException"},
|
405
|
+
{"shape":"ServiceUnavailableException"}
|
406
|
+
]
|
407
|
+
},
|
408
|
+
"PurchaseProvisionedCapacity":{
|
409
|
+
"name":"PurchaseProvisionedCapacity",
|
410
|
+
"http":{
|
411
|
+
"method":"POST",
|
412
|
+
"requestUri":"/{accountId}/provisioned-capacity",
|
413
|
+
"responseCode":201
|
414
|
+
},
|
415
|
+
"input":{"shape":"PurchaseProvisionedCapacityInput"},
|
416
|
+
"output":{"shape":"PurchaseProvisionedCapacityOutput"},
|
417
|
+
"errors":[
|
418
|
+
{"shape":"InvalidParameterValueException"},
|
419
|
+
{"shape":"MissingParameterValueException"},
|
420
|
+
{"shape":"LimitExceededException"},
|
421
|
+
{"shape":"ServiceUnavailableException"}
|
795
422
|
]
|
796
423
|
},
|
797
424
|
"RemoveTagsFromVault":{
|
@@ -803,26 +430,10 @@
|
|
803
430
|
},
|
804
431
|
"input":{"shape":"RemoveTagsFromVaultInput"},
|
805
432
|
"errors":[
|
806
|
-
{
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
},
|
811
|
-
{
|
812
|
-
"shape":"MissingParameterValueException",
|
813
|
-
"error":{"httpStatusCode":400},
|
814
|
-
"exception":true
|
815
|
-
},
|
816
|
-
{
|
817
|
-
"shape":"ResourceNotFoundException",
|
818
|
-
"error":{"httpStatusCode":404},
|
819
|
-
"exception":true
|
820
|
-
},
|
821
|
-
{
|
822
|
-
"shape":"ServiceUnavailableException",
|
823
|
-
"error":{"httpStatusCode":500},
|
824
|
-
"exception":true
|
825
|
-
}
|
433
|
+
{"shape":"InvalidParameterValueException"},
|
434
|
+
{"shape":"MissingParameterValueException"},
|
435
|
+
{"shape":"ResourceNotFoundException"},
|
436
|
+
{"shape":"ServiceUnavailableException"}
|
826
437
|
]
|
827
438
|
},
|
828
439
|
"SetDataRetrievalPolicy":{
|
@@ -834,21 +445,9 @@
|
|
834
445
|
},
|
835
446
|
"input":{"shape":"SetDataRetrievalPolicyInput"},
|
836
447
|
"errors":[
|
837
|
-
{
|
838
|
-
|
839
|
-
|
840
|
-
"exception":true
|
841
|
-
},
|
842
|
-
{
|
843
|
-
"shape":"MissingParameterValueException",
|
844
|
-
"error":{"httpStatusCode":400},
|
845
|
-
"exception":true
|
846
|
-
},
|
847
|
-
{
|
848
|
-
"shape":"ServiceUnavailableException",
|
849
|
-
"error":{"httpStatusCode":500},
|
850
|
-
"exception":true
|
851
|
-
}
|
448
|
+
{"shape":"InvalidParameterValueException"},
|
449
|
+
{"shape":"MissingParameterValueException"},
|
450
|
+
{"shape":"ServiceUnavailableException"}
|
852
451
|
]
|
853
452
|
},
|
854
453
|
"SetVaultAccessPolicy":{
|
@@ -860,26 +459,10 @@
|
|
860
459
|
},
|
861
460
|
"input":{"shape":"SetVaultAccessPolicyInput"},
|
862
461
|
"errors":[
|
863
|
-
{
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
},
|
868
|
-
{
|
869
|
-
"shape":"InvalidParameterValueException",
|
870
|
-
"error":{"httpStatusCode":400},
|
871
|
-
"exception":true
|
872
|
-
},
|
873
|
-
{
|
874
|
-
"shape":"MissingParameterValueException",
|
875
|
-
"error":{"httpStatusCode":400},
|
876
|
-
"exception":true
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"shape":"ServiceUnavailableException",
|
880
|
-
"error":{"httpStatusCode":500},
|
881
|
-
"exception":true
|
882
|
-
}
|
462
|
+
{"shape":"ResourceNotFoundException"},
|
463
|
+
{"shape":"InvalidParameterValueException"},
|
464
|
+
{"shape":"MissingParameterValueException"},
|
465
|
+
{"shape":"ServiceUnavailableException"}
|
883
466
|
]
|
884
467
|
},
|
885
468
|
"SetVaultNotifications":{
|
@@ -891,26 +474,10 @@
|
|
891
474
|
},
|
892
475
|
"input":{"shape":"SetVaultNotificationsInput"},
|
893
476
|
"errors":[
|
894
|
-
{
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
},
|
899
|
-
{
|
900
|
-
"shape":"InvalidParameterValueException",
|
901
|
-
"error":{"httpStatusCode":400},
|
902
|
-
"exception":true
|
903
|
-
},
|
904
|
-
{
|
905
|
-
"shape":"MissingParameterValueException",
|
906
|
-
"error":{"httpStatusCode":400},
|
907
|
-
"exception":true
|
908
|
-
},
|
909
|
-
{
|
910
|
-
"shape":"ServiceUnavailableException",
|
911
|
-
"error":{"httpStatusCode":500},
|
912
|
-
"exception":true
|
913
|
-
}
|
477
|
+
{"shape":"ResourceNotFoundException"},
|
478
|
+
{"shape":"InvalidParameterValueException"},
|
479
|
+
{"shape":"MissingParameterValueException"},
|
480
|
+
{"shape":"ServiceUnavailableException"}
|
914
481
|
]
|
915
482
|
},
|
916
483
|
"UploadArchive":{
|
@@ -923,31 +490,11 @@
|
|
923
490
|
"input":{"shape":"UploadArchiveInput"},
|
924
491
|
"output":{"shape":"ArchiveCreationOutput"},
|
925
492
|
"errors":[
|
926
|
-
{
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
}
|
931
|
-
{
|
932
|
-
"shape":"InvalidParameterValueException",
|
933
|
-
"error":{"httpStatusCode":400},
|
934
|
-
"exception":true
|
935
|
-
},
|
936
|
-
{
|
937
|
-
"shape":"MissingParameterValueException",
|
938
|
-
"error":{"httpStatusCode":400},
|
939
|
-
"exception":true
|
940
|
-
},
|
941
|
-
{
|
942
|
-
"shape":"RequestTimeoutException",
|
943
|
-
"error":{"httpStatusCode":408},
|
944
|
-
"exception":true
|
945
|
-
},
|
946
|
-
{
|
947
|
-
"shape":"ServiceUnavailableException",
|
948
|
-
"error":{"httpStatusCode":500},
|
949
|
-
"exception":true
|
950
|
-
}
|
493
|
+
{"shape":"ResourceNotFoundException"},
|
494
|
+
{"shape":"InvalidParameterValueException"},
|
495
|
+
{"shape":"MissingParameterValueException"},
|
496
|
+
{"shape":"RequestTimeoutException"},
|
497
|
+
{"shape":"ServiceUnavailableException"}
|
951
498
|
]
|
952
499
|
},
|
953
500
|
"UploadMultipartPart":{
|
@@ -960,37 +507,22 @@
|
|
960
507
|
"input":{"shape":"UploadMultipartPartInput"},
|
961
508
|
"output":{"shape":"UploadMultipartPartOutput"},
|
962
509
|
"errors":[
|
963
|
-
{
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
}
|
968
|
-
{
|
969
|
-
"shape":"InvalidParameterValueException",
|
970
|
-
"error":{"httpStatusCode":400},
|
971
|
-
"exception":true
|
972
|
-
},
|
973
|
-
{
|
974
|
-
"shape":"MissingParameterValueException",
|
975
|
-
"error":{"httpStatusCode":400},
|
976
|
-
"exception":true
|
977
|
-
},
|
978
|
-
{
|
979
|
-
"shape":"RequestTimeoutException",
|
980
|
-
"error":{"httpStatusCode":408},
|
981
|
-
"exception":true
|
982
|
-
},
|
983
|
-
{
|
984
|
-
"shape":"ServiceUnavailableException",
|
985
|
-
"error":{"httpStatusCode":500},
|
986
|
-
"exception":true
|
987
|
-
}
|
510
|
+
{"shape":"ResourceNotFoundException"},
|
511
|
+
{"shape":"InvalidParameterValueException"},
|
512
|
+
{"shape":"MissingParameterValueException"},
|
513
|
+
{"shape":"RequestTimeoutException"},
|
514
|
+
{"shape":"ServiceUnavailableException"}
|
988
515
|
]
|
989
516
|
}
|
990
517
|
},
|
991
518
|
"shapes":{
|
992
519
|
"AbortMultipartUploadInput":{
|
993
520
|
"type":"structure",
|
521
|
+
"required":[
|
522
|
+
"accountId",
|
523
|
+
"vaultName",
|
524
|
+
"uploadId"
|
525
|
+
],
|
994
526
|
"members":{
|
995
527
|
"accountId":{
|
996
528
|
"shape":"string",
|
@@ -1007,15 +539,14 @@
|
|
1007
539
|
"location":"uri",
|
1008
540
|
"locationName":"uploadId"
|
1009
541
|
}
|
1010
|
-
}
|
1011
|
-
"required":[
|
1012
|
-
"accountId",
|
1013
|
-
"vaultName",
|
1014
|
-
"uploadId"
|
1015
|
-
]
|
542
|
+
}
|
1016
543
|
},
|
1017
544
|
"AbortVaultLockInput":{
|
1018
545
|
"type":"structure",
|
546
|
+
"required":[
|
547
|
+
"accountId",
|
548
|
+
"vaultName"
|
549
|
+
],
|
1019
550
|
"members":{
|
1020
551
|
"accountId":{
|
1021
552
|
"shape":"string",
|
@@ -1027,11 +558,7 @@
|
|
1027
558
|
"location":"uri",
|
1028
559
|
"locationName":"vaultName"
|
1029
560
|
}
|
1030
|
-
}
|
1031
|
-
"required":[
|
1032
|
-
"accountId",
|
1033
|
-
"vaultName"
|
1034
|
-
]
|
561
|
+
}
|
1035
562
|
},
|
1036
563
|
"ActionCode":{
|
1037
564
|
"type":"string",
|
@@ -1042,6 +569,10 @@
|
|
1042
569
|
},
|
1043
570
|
"AddTagsToVaultInput":{
|
1044
571
|
"type":"structure",
|
572
|
+
"required":[
|
573
|
+
"accountId",
|
574
|
+
"vaultName"
|
575
|
+
],
|
1045
576
|
"members":{
|
1046
577
|
"accountId":{
|
1047
578
|
"shape":"string",
|
@@ -1054,11 +585,7 @@
|
|
1054
585
|
"locationName":"vaultName"
|
1055
586
|
},
|
1056
587
|
"Tags":{"shape":"TagMap"}
|
1057
|
-
}
|
1058
|
-
"required":[
|
1059
|
-
"accountId",
|
1060
|
-
"vaultName"
|
1061
|
-
]
|
588
|
+
}
|
1062
589
|
},
|
1063
590
|
"ArchiveCreationOutput":{
|
1064
591
|
"type":"structure",
|
@@ -1082,6 +609,11 @@
|
|
1082
609
|
},
|
1083
610
|
"CompleteMultipartUploadInput":{
|
1084
611
|
"type":"structure",
|
612
|
+
"required":[
|
613
|
+
"accountId",
|
614
|
+
"vaultName",
|
615
|
+
"uploadId"
|
616
|
+
],
|
1085
617
|
"members":{
|
1086
618
|
"accountId":{
|
1087
619
|
"shape":"string",
|
@@ -1108,15 +640,15 @@
|
|
1108
640
|
"location":"header",
|
1109
641
|
"locationName":"x-amz-sha256-tree-hash"
|
1110
642
|
}
|
1111
|
-
}
|
1112
|
-
"required":[
|
1113
|
-
"accountId",
|
1114
|
-
"vaultName",
|
1115
|
-
"uploadId"
|
1116
|
-
]
|
643
|
+
}
|
1117
644
|
},
|
1118
645
|
"CompleteVaultLockInput":{
|
1119
646
|
"type":"structure",
|
647
|
+
"required":[
|
648
|
+
"accountId",
|
649
|
+
"vaultName",
|
650
|
+
"lockId"
|
651
|
+
],
|
1120
652
|
"members":{
|
1121
653
|
"accountId":{
|
1122
654
|
"shape":"string",
|
@@ -1133,15 +665,14 @@
|
|
1133
665
|
"location":"uri",
|
1134
666
|
"locationName":"lockId"
|
1135
667
|
}
|
1136
|
-
}
|
1137
|
-
"required":[
|
1138
|
-
"accountId",
|
1139
|
-
"vaultName",
|
1140
|
-
"lockId"
|
1141
|
-
]
|
668
|
+
}
|
1142
669
|
},
|
1143
670
|
"CreateVaultInput":{
|
1144
671
|
"type":"structure",
|
672
|
+
"required":[
|
673
|
+
"accountId",
|
674
|
+
"vaultName"
|
675
|
+
],
|
1145
676
|
"members":{
|
1146
677
|
"accountId":{
|
1147
678
|
"shape":"string",
|
@@ -1153,11 +684,7 @@
|
|
1153
684
|
"location":"uri",
|
1154
685
|
"locationName":"vaultName"
|
1155
686
|
}
|
1156
|
-
}
|
1157
|
-
"required":[
|
1158
|
-
"accountId",
|
1159
|
-
"vaultName"
|
1160
|
-
]
|
687
|
+
}
|
1161
688
|
},
|
1162
689
|
"CreateVaultOutput":{
|
1163
690
|
"type":"structure",
|
@@ -1189,6 +716,11 @@
|
|
1189
716
|
"DateTime":{"type":"string"},
|
1190
717
|
"DeleteArchiveInput":{
|
1191
718
|
"type":"structure",
|
719
|
+
"required":[
|
720
|
+
"accountId",
|
721
|
+
"vaultName",
|
722
|
+
"archiveId"
|
723
|
+
],
|
1192
724
|
"members":{
|
1193
725
|
"accountId":{
|
1194
726
|
"shape":"string",
|
@@ -1205,15 +737,14 @@
|
|
1205
737
|
"location":"uri",
|
1206
738
|
"locationName":"archiveId"
|
1207
739
|
}
|
1208
|
-
}
|
1209
|
-
"required":[
|
1210
|
-
"accountId",
|
1211
|
-
"vaultName",
|
1212
|
-
"archiveId"
|
1213
|
-
]
|
740
|
+
}
|
1214
741
|
},
|
1215
742
|
"DeleteVaultAccessPolicyInput":{
|
1216
743
|
"type":"structure",
|
744
|
+
"required":[
|
745
|
+
"accountId",
|
746
|
+
"vaultName"
|
747
|
+
],
|
1217
748
|
"members":{
|
1218
749
|
"accountId":{
|
1219
750
|
"shape":"string",
|
@@ -1225,14 +756,14 @@
|
|
1225
756
|
"location":"uri",
|
1226
757
|
"locationName":"vaultName"
|
1227
758
|
}
|
1228
|
-
}
|
1229
|
-
"required":[
|
1230
|
-
"accountId",
|
1231
|
-
"vaultName"
|
1232
|
-
]
|
759
|
+
}
|
1233
760
|
},
|
1234
761
|
"DeleteVaultInput":{
|
1235
762
|
"type":"structure",
|
763
|
+
"required":[
|
764
|
+
"accountId",
|
765
|
+
"vaultName"
|
766
|
+
],
|
1236
767
|
"members":{
|
1237
768
|
"accountId":{
|
1238
769
|
"shape":"string",
|
@@ -1244,14 +775,14 @@
|
|
1244
775
|
"location":"uri",
|
1245
776
|
"locationName":"vaultName"
|
1246
777
|
}
|
1247
|
-
}
|
1248
|
-
"required":[
|
1249
|
-
"accountId",
|
1250
|
-
"vaultName"
|
1251
|
-
]
|
778
|
+
}
|
1252
779
|
},
|
1253
780
|
"DeleteVaultNotificationsInput":{
|
1254
781
|
"type":"structure",
|
782
|
+
"required":[
|
783
|
+
"accountId",
|
784
|
+
"vaultName"
|
785
|
+
],
|
1255
786
|
"members":{
|
1256
787
|
"accountId":{
|
1257
788
|
"shape":"string",
|
@@ -1263,14 +794,15 @@
|
|
1263
794
|
"location":"uri",
|
1264
795
|
"locationName":"vaultName"
|
1265
796
|
}
|
1266
|
-
}
|
1267
|
-
"required":[
|
1268
|
-
"accountId",
|
1269
|
-
"vaultName"
|
1270
|
-
]
|
797
|
+
}
|
1271
798
|
},
|
1272
799
|
"DescribeJobInput":{
|
1273
800
|
"type":"structure",
|
801
|
+
"required":[
|
802
|
+
"accountId",
|
803
|
+
"vaultName",
|
804
|
+
"jobId"
|
805
|
+
],
|
1274
806
|
"members":{
|
1275
807
|
"accountId":{
|
1276
808
|
"shape":"string",
|
@@ -1287,15 +819,14 @@
|
|
1287
819
|
"location":"uri",
|
1288
820
|
"locationName":"jobId"
|
1289
821
|
}
|
1290
|
-
}
|
1291
|
-
"required":[
|
1292
|
-
"accountId",
|
1293
|
-
"vaultName",
|
1294
|
-
"jobId"
|
1295
|
-
]
|
822
|
+
}
|
1296
823
|
},
|
1297
824
|
"DescribeVaultInput":{
|
1298
825
|
"type":"structure",
|
826
|
+
"required":[
|
827
|
+
"accountId",
|
828
|
+
"vaultName"
|
829
|
+
],
|
1299
830
|
"members":{
|
1300
831
|
"accountId":{
|
1301
832
|
"shape":"string",
|
@@ -1307,11 +838,7 @@
|
|
1307
838
|
"location":"uri",
|
1308
839
|
"locationName":"vaultName"
|
1309
840
|
}
|
1310
|
-
}
|
1311
|
-
"required":[
|
1312
|
-
"accountId",
|
1313
|
-
"vaultName"
|
1314
|
-
]
|
841
|
+
}
|
1315
842
|
},
|
1316
843
|
"DescribeVaultOutput":{
|
1317
844
|
"type":"structure",
|
@@ -1326,14 +853,14 @@
|
|
1326
853
|
},
|
1327
854
|
"GetDataRetrievalPolicyInput":{
|
1328
855
|
"type":"structure",
|
856
|
+
"required":["accountId"],
|
1329
857
|
"members":{
|
1330
858
|
"accountId":{
|
1331
859
|
"shape":"string",
|
1332
860
|
"location":"uri",
|
1333
861
|
"locationName":"accountId"
|
1334
862
|
}
|
1335
|
-
}
|
1336
|
-
"required":["accountId"]
|
863
|
+
}
|
1337
864
|
},
|
1338
865
|
"GetDataRetrievalPolicyOutput":{
|
1339
866
|
"type":"structure",
|
@@ -1343,6 +870,11 @@
|
|
1343
870
|
},
|
1344
871
|
"GetJobOutputInput":{
|
1345
872
|
"type":"structure",
|
873
|
+
"required":[
|
874
|
+
"accountId",
|
875
|
+
"vaultName",
|
876
|
+
"jobId"
|
877
|
+
],
|
1346
878
|
"members":{
|
1347
879
|
"accountId":{
|
1348
880
|
"shape":"string",
|
@@ -1364,12 +896,7 @@
|
|
1364
896
|
"location":"header",
|
1365
897
|
"locationName":"Range"
|
1366
898
|
}
|
1367
|
-
}
|
1368
|
-
"required":[
|
1369
|
-
"accountId",
|
1370
|
-
"vaultName",
|
1371
|
-
"jobId"
|
1372
|
-
]
|
899
|
+
}
|
1373
900
|
},
|
1374
901
|
"GetJobOutputOutput":{
|
1375
902
|
"type":"structure",
|
@@ -1409,6 +936,10 @@
|
|
1409
936
|
},
|
1410
937
|
"GetVaultAccessPolicyInput":{
|
1411
938
|
"type":"structure",
|
939
|
+
"required":[
|
940
|
+
"accountId",
|
941
|
+
"vaultName"
|
942
|
+
],
|
1412
943
|
"members":{
|
1413
944
|
"accountId":{
|
1414
945
|
"shape":"string",
|
@@ -1420,11 +951,7 @@
|
|
1420
951
|
"location":"uri",
|
1421
952
|
"locationName":"vaultName"
|
1422
953
|
}
|
1423
|
-
}
|
1424
|
-
"required":[
|
1425
|
-
"accountId",
|
1426
|
-
"vaultName"
|
1427
|
-
]
|
954
|
+
}
|
1428
955
|
},
|
1429
956
|
"GetVaultAccessPolicyOutput":{
|
1430
957
|
"type":"structure",
|
@@ -1435,6 +962,10 @@
|
|
1435
962
|
},
|
1436
963
|
"GetVaultLockInput":{
|
1437
964
|
"type":"structure",
|
965
|
+
"required":[
|
966
|
+
"accountId",
|
967
|
+
"vaultName"
|
968
|
+
],
|
1438
969
|
"members":{
|
1439
970
|
"accountId":{
|
1440
971
|
"shape":"string",
|
@@ -1446,11 +977,7 @@
|
|
1446
977
|
"location":"uri",
|
1447
978
|
"locationName":"vaultName"
|
1448
979
|
}
|
1449
|
-
}
|
1450
|
-
"required":[
|
1451
|
-
"accountId",
|
1452
|
-
"vaultName"
|
1453
|
-
]
|
980
|
+
}
|
1454
981
|
},
|
1455
982
|
"GetVaultLockOutput":{
|
1456
983
|
"type":"structure",
|
@@ -1463,6 +990,10 @@
|
|
1463
990
|
},
|
1464
991
|
"GetVaultNotificationsInput":{
|
1465
992
|
"type":"structure",
|
993
|
+
"required":[
|
994
|
+
"accountId",
|
995
|
+
"vaultName"
|
996
|
+
],
|
1466
997
|
"members":{
|
1467
998
|
"accountId":{
|
1468
999
|
"shape":"string",
|
@@ -1474,11 +1005,7 @@
|
|
1474
1005
|
"location":"uri",
|
1475
1006
|
"locationName":"vaultName"
|
1476
1007
|
}
|
1477
|
-
}
|
1478
|
-
"required":[
|
1479
|
-
"accountId",
|
1480
|
-
"vaultName"
|
1481
|
-
]
|
1008
|
+
}
|
1482
1009
|
},
|
1483
1010
|
"GetVaultNotificationsOutput":{
|
1484
1011
|
"type":"structure",
|
@@ -1506,11 +1033,16 @@
|
|
1506
1033
|
"SHA256TreeHash":{"shape":"string"},
|
1507
1034
|
"ArchiveSHA256TreeHash":{"shape":"string"},
|
1508
1035
|
"RetrievalByteRange":{"shape":"string"},
|
1036
|
+
"Tier":{"shape":"string"},
|
1509
1037
|
"InventoryRetrievalParameters":{"shape":"InventoryRetrievalJobDescription"}
|
1510
1038
|
}
|
1511
1039
|
},
|
1512
1040
|
"InitiateJobInput":{
|
1513
1041
|
"type":"structure",
|
1042
|
+
"required":[
|
1043
|
+
"accountId",
|
1044
|
+
"vaultName"
|
1045
|
+
],
|
1514
1046
|
"members":{
|
1515
1047
|
"accountId":{
|
1516
1048
|
"shape":"string",
|
@@ -1524,10 +1056,6 @@
|
|
1524
1056
|
},
|
1525
1057
|
"jobParameters":{"shape":"JobParameters"}
|
1526
1058
|
},
|
1527
|
-
"required":[
|
1528
|
-
"accountId",
|
1529
|
-
"vaultName"
|
1530
|
-
],
|
1531
1059
|
"payload":"jobParameters"
|
1532
1060
|
},
|
1533
1061
|
"InitiateJobOutput":{
|
@@ -1547,6 +1075,10 @@
|
|
1547
1075
|
},
|
1548
1076
|
"InitiateMultipartUploadInput":{
|
1549
1077
|
"type":"structure",
|
1078
|
+
"required":[
|
1079
|
+
"accountId",
|
1080
|
+
"vaultName"
|
1081
|
+
],
|
1550
1082
|
"members":{
|
1551
1083
|
"accountId":{
|
1552
1084
|
"shape":"string",
|
@@ -1568,11 +1100,7 @@
|
|
1568
1100
|
"location":"header",
|
1569
1101
|
"locationName":"x-amz-part-size"
|
1570
1102
|
}
|
1571
|
-
}
|
1572
|
-
"required":[
|
1573
|
-
"accountId",
|
1574
|
-
"vaultName"
|
1575
|
-
]
|
1103
|
+
}
|
1576
1104
|
},
|
1577
1105
|
"InitiateMultipartUploadOutput":{
|
1578
1106
|
"type":"structure",
|
@@ -1591,6 +1119,10 @@
|
|
1591
1119
|
},
|
1592
1120
|
"InitiateVaultLockInput":{
|
1593
1121
|
"type":"structure",
|
1122
|
+
"required":[
|
1123
|
+
"accountId",
|
1124
|
+
"vaultName"
|
1125
|
+
],
|
1594
1126
|
"members":{
|
1595
1127
|
"accountId":{
|
1596
1128
|
"shape":"string",
|
@@ -1604,10 +1136,6 @@
|
|
1604
1136
|
},
|
1605
1137
|
"policy":{"shape":"VaultLockPolicy"}
|
1606
1138
|
},
|
1607
|
-
"required":[
|
1608
|
-
"accountId",
|
1609
|
-
"vaultName"
|
1610
|
-
],
|
1611
1139
|
"payload":"policy"
|
1612
1140
|
},
|
1613
1141
|
"InitiateVaultLockOutput":{
|
@@ -1620,6 +1148,16 @@
|
|
1620
1148
|
}
|
1621
1149
|
}
|
1622
1150
|
},
|
1151
|
+
"InsufficientCapacityException":{
|
1152
|
+
"type":"structure",
|
1153
|
+
"members":{
|
1154
|
+
"type":{"shape":"string"},
|
1155
|
+
"code":{"shape":"string"},
|
1156
|
+
"message":{"shape":"string"}
|
1157
|
+
},
|
1158
|
+
"error":{"httpStatusCode":400},
|
1159
|
+
"exception":true
|
1160
|
+
},
|
1623
1161
|
"InvalidParameterValueException":{
|
1624
1162
|
"type":"structure",
|
1625
1163
|
"members":{
|
@@ -1662,6 +1200,7 @@
|
|
1662
1200
|
"Description":{"shape":"string"},
|
1663
1201
|
"SNSTopic":{"shape":"string"},
|
1664
1202
|
"RetrievalByteRange":{"shape":"string"},
|
1203
|
+
"Tier":{"shape":"string"},
|
1665
1204
|
"InventoryRetrievalParameters":{"shape":"InventoryRetrievalJobInput"}
|
1666
1205
|
}
|
1667
1206
|
},
|
@@ -1677,6 +1216,10 @@
|
|
1677
1216
|
},
|
1678
1217
|
"ListJobsInput":{
|
1679
1218
|
"type":"structure",
|
1219
|
+
"required":[
|
1220
|
+
"accountId",
|
1221
|
+
"vaultName"
|
1222
|
+
],
|
1680
1223
|
"members":{
|
1681
1224
|
"accountId":{
|
1682
1225
|
"shape":"string",
|
@@ -1708,11 +1251,7 @@
|
|
1708
1251
|
"location":"querystring",
|
1709
1252
|
"locationName":"completed"
|
1710
1253
|
}
|
1711
|
-
}
|
1712
|
-
"required":[
|
1713
|
-
"accountId",
|
1714
|
-
"vaultName"
|
1715
|
-
]
|
1254
|
+
}
|
1716
1255
|
},
|
1717
1256
|
"ListJobsOutput":{
|
1718
1257
|
"type":"structure",
|
@@ -1723,6 +1262,10 @@
|
|
1723
1262
|
},
|
1724
1263
|
"ListMultipartUploadsInput":{
|
1725
1264
|
"type":"structure",
|
1265
|
+
"required":[
|
1266
|
+
"accountId",
|
1267
|
+
"vaultName"
|
1268
|
+
],
|
1726
1269
|
"members":{
|
1727
1270
|
"accountId":{
|
1728
1271
|
"shape":"string",
|
@@ -1744,11 +1287,7 @@
|
|
1744
1287
|
"location":"querystring",
|
1745
1288
|
"locationName":"limit"
|
1746
1289
|
}
|
1747
|
-
}
|
1748
|
-
"required":[
|
1749
|
-
"accountId",
|
1750
|
-
"vaultName"
|
1751
|
-
]
|
1290
|
+
}
|
1752
1291
|
},
|
1753
1292
|
"ListMultipartUploadsOutput":{
|
1754
1293
|
"type":"structure",
|
@@ -1759,6 +1298,11 @@
|
|
1759
1298
|
},
|
1760
1299
|
"ListPartsInput":{
|
1761
1300
|
"type":"structure",
|
1301
|
+
"required":[
|
1302
|
+
"accountId",
|
1303
|
+
"vaultName",
|
1304
|
+
"uploadId"
|
1305
|
+
],
|
1762
1306
|
"members":{
|
1763
1307
|
"accountId":{
|
1764
1308
|
"shape":"string",
|
@@ -1785,12 +1329,7 @@
|
|
1785
1329
|
"location":"querystring",
|
1786
1330
|
"locationName":"limit"
|
1787
1331
|
}
|
1788
|
-
}
|
1789
|
-
"required":[
|
1790
|
-
"accountId",
|
1791
|
-
"vaultName",
|
1792
|
-
"uploadId"
|
1793
|
-
]
|
1332
|
+
}
|
1794
1333
|
},
|
1795
1334
|
"ListPartsOutput":{
|
1796
1335
|
"type":"structure",
|
@@ -1804,8 +1343,29 @@
|
|
1804
1343
|
"Marker":{"shape":"string"}
|
1805
1344
|
}
|
1806
1345
|
},
|
1346
|
+
"ListProvisionedCapacityInput":{
|
1347
|
+
"type":"structure",
|
1348
|
+
"required":["accountId"],
|
1349
|
+
"members":{
|
1350
|
+
"accountId":{
|
1351
|
+
"shape":"string",
|
1352
|
+
"location":"uri",
|
1353
|
+
"locationName":"accountId"
|
1354
|
+
}
|
1355
|
+
}
|
1356
|
+
},
|
1357
|
+
"ListProvisionedCapacityOutput":{
|
1358
|
+
"type":"structure",
|
1359
|
+
"members":{
|
1360
|
+
"ProvisionedCapacityList":{"shape":"ProvisionedCapacityList"}
|
1361
|
+
}
|
1362
|
+
},
|
1807
1363
|
"ListTagsForVaultInput":{
|
1808
1364
|
"type":"structure",
|
1365
|
+
"required":[
|
1366
|
+
"accountId",
|
1367
|
+
"vaultName"
|
1368
|
+
],
|
1809
1369
|
"members":{
|
1810
1370
|
"accountId":{
|
1811
1371
|
"shape":"string",
|
@@ -1817,11 +1377,7 @@
|
|
1817
1377
|
"location":"uri",
|
1818
1378
|
"locationName":"vaultName"
|
1819
1379
|
}
|
1820
|
-
}
|
1821
|
-
"required":[
|
1822
|
-
"accountId",
|
1823
|
-
"vaultName"
|
1824
|
-
]
|
1380
|
+
}
|
1825
1381
|
},
|
1826
1382
|
"ListTagsForVaultOutput":{
|
1827
1383
|
"type":"structure",
|
@@ -1831,6 +1387,7 @@
|
|
1831
1387
|
},
|
1832
1388
|
"ListVaultsInput":{
|
1833
1389
|
"type":"structure",
|
1390
|
+
"required":["accountId"],
|
1834
1391
|
"members":{
|
1835
1392
|
"accountId":{
|
1836
1393
|
"shape":"string",
|
@@ -1847,8 +1404,7 @@
|
|
1847
1404
|
"location":"querystring",
|
1848
1405
|
"locationName":"limit"
|
1849
1406
|
}
|
1850
|
-
}
|
1851
|
-
"required":["accountId"]
|
1407
|
+
}
|
1852
1408
|
},
|
1853
1409
|
"ListVaultsOutput":{
|
1854
1410
|
"type":"structure",
|
@@ -1893,8 +1449,45 @@
|
|
1893
1449
|
"error":{"httpStatusCode":400},
|
1894
1450
|
"exception":true
|
1895
1451
|
},
|
1452
|
+
"ProvisionedCapacityDescription":{
|
1453
|
+
"type":"structure",
|
1454
|
+
"members":{
|
1455
|
+
"CapacityId":{"shape":"string"},
|
1456
|
+
"StartDate":{"shape":"string"},
|
1457
|
+
"ExpirationDate":{"shape":"string"}
|
1458
|
+
}
|
1459
|
+
},
|
1460
|
+
"ProvisionedCapacityList":{
|
1461
|
+
"type":"list",
|
1462
|
+
"member":{"shape":"ProvisionedCapacityDescription"}
|
1463
|
+
},
|
1464
|
+
"PurchaseProvisionedCapacityInput":{
|
1465
|
+
"type":"structure",
|
1466
|
+
"required":["accountId"],
|
1467
|
+
"members":{
|
1468
|
+
"accountId":{
|
1469
|
+
"shape":"string",
|
1470
|
+
"location":"uri",
|
1471
|
+
"locationName":"accountId"
|
1472
|
+
}
|
1473
|
+
}
|
1474
|
+
},
|
1475
|
+
"PurchaseProvisionedCapacityOutput":{
|
1476
|
+
"type":"structure",
|
1477
|
+
"members":{
|
1478
|
+
"capacityId":{
|
1479
|
+
"shape":"string",
|
1480
|
+
"location":"header",
|
1481
|
+
"locationName":"x-amz-capacity-id"
|
1482
|
+
}
|
1483
|
+
}
|
1484
|
+
},
|
1896
1485
|
"RemoveTagsFromVaultInput":{
|
1897
1486
|
"type":"structure",
|
1487
|
+
"required":[
|
1488
|
+
"accountId",
|
1489
|
+
"vaultName"
|
1490
|
+
],
|
1898
1491
|
"members":{
|
1899
1492
|
"accountId":{
|
1900
1493
|
"shape":"string",
|
@@ -1907,11 +1500,7 @@
|
|
1907
1500
|
"locationName":"vaultName"
|
1908
1501
|
},
|
1909
1502
|
"TagKeys":{"shape":"TagKeyList"}
|
1910
|
-
}
|
1911
|
-
"required":[
|
1912
|
-
"accountId",
|
1913
|
-
"vaultName"
|
1914
|
-
]
|
1503
|
+
}
|
1915
1504
|
},
|
1916
1505
|
"RequestTimeoutException":{
|
1917
1506
|
"type":"structure",
|
@@ -1945,6 +1534,7 @@
|
|
1945
1534
|
},
|
1946
1535
|
"SetDataRetrievalPolicyInput":{
|
1947
1536
|
"type":"structure",
|
1537
|
+
"required":["accountId"],
|
1948
1538
|
"members":{
|
1949
1539
|
"accountId":{
|
1950
1540
|
"shape":"string",
|
@@ -1952,11 +1542,14 @@
|
|
1952
1542
|
"locationName":"accountId"
|
1953
1543
|
},
|
1954
1544
|
"Policy":{"shape":"DataRetrievalPolicy"}
|
1955
|
-
}
|
1956
|
-
"required":["accountId"]
|
1545
|
+
}
|
1957
1546
|
},
|
1958
1547
|
"SetVaultAccessPolicyInput":{
|
1959
1548
|
"type":"structure",
|
1549
|
+
"required":[
|
1550
|
+
"accountId",
|
1551
|
+
"vaultName"
|
1552
|
+
],
|
1960
1553
|
"members":{
|
1961
1554
|
"accountId":{
|
1962
1555
|
"shape":"string",
|
@@ -1970,14 +1563,14 @@
|
|
1970
1563
|
},
|
1971
1564
|
"policy":{"shape":"VaultAccessPolicy"}
|
1972
1565
|
},
|
1973
|
-
"required":[
|
1974
|
-
"accountId",
|
1975
|
-
"vaultName"
|
1976
|
-
],
|
1977
1566
|
"payload":"policy"
|
1978
1567
|
},
|
1979
1568
|
"SetVaultNotificationsInput":{
|
1980
1569
|
"type":"structure",
|
1570
|
+
"required":[
|
1571
|
+
"accountId",
|
1572
|
+
"vaultName"
|
1573
|
+
],
|
1981
1574
|
"members":{
|
1982
1575
|
"accountId":{
|
1983
1576
|
"shape":"string",
|
@@ -1991,10 +1584,6 @@
|
|
1991
1584
|
},
|
1992
1585
|
"vaultNotificationConfig":{"shape":"VaultNotificationConfig"}
|
1993
1586
|
},
|
1994
|
-
"required":[
|
1995
|
-
"accountId",
|
1996
|
-
"vaultName"
|
1997
|
-
],
|
1998
1587
|
"payload":"vaultNotificationConfig"
|
1999
1588
|
},
|
2000
1589
|
"Size":{"type":"long"},
|
@@ -2023,6 +1612,10 @@
|
|
2023
1612
|
"TagValue":{"type":"string"},
|
2024
1613
|
"UploadArchiveInput":{
|
2025
1614
|
"type":"structure",
|
1615
|
+
"required":[
|
1616
|
+
"vaultName",
|
1617
|
+
"accountId"
|
1618
|
+
],
|
2026
1619
|
"members":{
|
2027
1620
|
"vaultName":{
|
2028
1621
|
"shape":"string",
|
@@ -2046,10 +1639,6 @@
|
|
2046
1639
|
},
|
2047
1640
|
"body":{"shape":"Stream"}
|
2048
1641
|
},
|
2049
|
-
"required":[
|
2050
|
-
"vaultName",
|
2051
|
-
"accountId"
|
2052
|
-
],
|
2053
1642
|
"payload":"body"
|
2054
1643
|
},
|
2055
1644
|
"UploadListElement":{
|
@@ -2064,6 +1653,11 @@
|
|
2064
1653
|
},
|
2065
1654
|
"UploadMultipartPartInput":{
|
2066
1655
|
"type":"structure",
|
1656
|
+
"required":[
|
1657
|
+
"accountId",
|
1658
|
+
"vaultName",
|
1659
|
+
"uploadId"
|
1660
|
+
],
|
2067
1661
|
"members":{
|
2068
1662
|
"accountId":{
|
2069
1663
|
"shape":"string",
|
@@ -2092,11 +1686,6 @@
|
|
2092
1686
|
},
|
2093
1687
|
"body":{"shape":"Stream"}
|
2094
1688
|
},
|
2095
|
-
"required":[
|
2096
|
-
"accountId",
|
2097
|
-
"vaultName",
|
2098
|
-
"uploadId"
|
2099
|
-
],
|
2100
1689
|
"payload":"body"
|
2101
1690
|
},
|
2102
1691
|
"UploadMultipartPartOutput":{
|