aws-sdk-core 2.11.544 → 2.11.545

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.
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListGatewayRoutes": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "limit",
6
+ "output_token": "nextToken",
7
+ "result_key": "gatewayRoutes"
8
+ },
3
9
  "ListMeshes": {
4
10
  "input_token": "nextToken",
5
11
  "limit_key": "limit",
@@ -18,6 +24,12 @@
18
24
  "output_token": "nextToken",
19
25
  "result_key": "tags"
20
26
  },
27
+ "ListVirtualGateways": {
28
+ "input_token": "nextToken",
29
+ "limit_key": "limit",
30
+ "output_token": "nextToken",
31
+ "result_key": "virtualGateways"
32
+ },
21
33
  "ListVirtualNodes": {
22
34
  "input_token": "nextToken",
23
35
  "limit_key": "limit",
@@ -373,6 +373,7 @@
373
373
  "output":{"shape":"DetectEntitiesResponse"},
374
374
  "errors":[
375
375
  {"shape":"InvalidRequestException"},
376
+ {"shape":"ResourceUnavailableException"},
376
377
  {"shape":"TextSizeLimitExceededException"},
377
378
  {"shape":"UnsupportedLanguageException"},
378
379
  {"shape":"InternalServerException"}
@@ -815,7 +816,7 @@
815
816
  "type":"structure",
816
817
  "required":["TextList"],
817
818
  "members":{
818
- "TextList":{"shape":"StringList"}
819
+ "TextList":{"shape":"CustomerInputStringList"}
819
820
  }
820
821
  },
821
822
  "BatchDetectDominantLanguageResponse":{
@@ -827,7 +828,8 @@
827
828
  "members":{
828
829
  "ResultList":{"shape":"ListOfDetectDominantLanguageResult"},
829
830
  "ErrorList":{"shape":"BatchItemErrorList"}
830
- }
831
+ },
832
+ "sensitive":true
831
833
  },
832
834
  "BatchDetectEntitiesItemResult":{
833
835
  "type":"structure",
@@ -843,7 +845,7 @@
843
845
  "LanguageCode"
844
846
  ],
845
847
  "members":{
846
- "TextList":{"shape":"StringList"},
848
+ "TextList":{"shape":"CustomerInputStringList"},
847
849
  "LanguageCode":{"shape":"LanguageCode"}
848
850
  }
849
851
  },
@@ -856,7 +858,8 @@
856
858
  "members":{
857
859
  "ResultList":{"shape":"ListOfDetectEntitiesResult"},
858
860
  "ErrorList":{"shape":"BatchItemErrorList"}
859
- }
861
+ },
862
+ "sensitive":true
860
863
  },
861
864
  "BatchDetectKeyPhrasesItemResult":{
862
865
  "type":"structure",
@@ -872,7 +875,7 @@
872
875
  "LanguageCode"
873
876
  ],
874
877
  "members":{
875
- "TextList":{"shape":"StringList"},
878
+ "TextList":{"shape":"CustomerInputStringList"},
876
879
  "LanguageCode":{"shape":"LanguageCode"}
877
880
  }
878
881
  },
@@ -885,7 +888,8 @@
885
888
  "members":{
886
889
  "ResultList":{"shape":"ListOfDetectKeyPhrasesResult"},
887
890
  "ErrorList":{"shape":"BatchItemErrorList"}
888
- }
891
+ },
892
+ "sensitive":true
889
893
  },
890
894
  "BatchDetectSentimentItemResult":{
891
895
  "type":"structure",
@@ -902,7 +906,7 @@
902
906
  "LanguageCode"
903
907
  ],
904
908
  "members":{
905
- "TextList":{"shape":"StringList"},
909
+ "TextList":{"shape":"CustomerInputStringList"},
906
910
  "LanguageCode":{"shape":"LanguageCode"}
907
911
  }
908
912
  },
@@ -915,7 +919,8 @@
915
919
  "members":{
916
920
  "ResultList":{"shape":"ListOfDetectSentimentResult"},
917
921
  "ErrorList":{"shape":"BatchItemErrorList"}
918
- }
922
+ },
923
+ "sensitive":true
919
924
  },
920
925
  "BatchDetectSyntaxItemResult":{
921
926
  "type":"structure",
@@ -931,7 +936,7 @@
931
936
  "LanguageCode"
932
937
  ],
933
938
  "members":{
934
- "TextList":{"shape":"StringList"},
939
+ "TextList":{"shape":"CustomerInputStringList"},
935
940
  "LanguageCode":{"shape":"SyntaxLanguageCode"}
936
941
  }
937
942
  },
@@ -944,7 +949,8 @@
944
949
  "members":{
945
950
  "ResultList":{"shape":"ListOfDetectSyntaxResult"},
946
951
  "ErrorList":{"shape":"BatchItemErrorList"}
947
- }
952
+ },
953
+ "sensitive":true
948
954
  },
949
955
  "BatchItemError":{
950
956
  "type":"structure",
@@ -985,7 +991,8 @@
985
991
  "NumberOfTrainedDocuments":{"shape":"Integer"},
986
992
  "NumberOfTestDocuments":{"shape":"Integer"},
987
993
  "EvaluationMetrics":{"shape":"ClassifierEvaluationMetrics"}
988
- }
994
+ },
995
+ "sensitive":true
989
996
  },
990
997
  "ClassifyDocumentRequest":{
991
998
  "type":"structure",
@@ -994,7 +1001,7 @@
994
1001
  "EndpointArn"
995
1002
  ],
996
1003
  "members":{
997
- "Text":{"shape":"String"},
1004
+ "Text":{"shape":"CustomerInputString"},
998
1005
  "EndpointArn":{"shape":"DocumentClassifierEndpointArn"}
999
1006
  }
1000
1007
  },
@@ -1003,7 +1010,8 @@
1003
1010
  "members":{
1004
1011
  "Classes":{"shape":"ListOfClasses"},
1005
1012
  "Labels":{"shape":"ListOfLabels"}
1006
- }
1013
+ },
1014
+ "sensitive":true
1007
1015
  },
1008
1016
  "ClientRequestTokenString":{
1009
1017
  "type":"string",
@@ -1024,7 +1032,7 @@
1024
1032
  "ComprehendEndpointArn":{
1025
1033
  "type":"string",
1026
1034
  "max":256,
1027
- "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1035
+ "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier-endpoint|entity-recognizer-endpoint)/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1028
1036
  },
1029
1037
  "ComprehendEndpointName":{
1030
1038
  "type":"string",
@@ -1034,7 +1042,7 @@
1034
1042
  "ComprehendModelArn":{
1035
1043
  "type":"string",
1036
1044
  "max":256,
1037
- "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1045
+ "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier|entity-recognizer)/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1038
1046
  },
1039
1047
  "ConcurrentModificationException":{
1040
1048
  "type":"structure",
@@ -1125,6 +1133,16 @@
1125
1133
  "EntityRecognizerArn":{"shape":"EntityRecognizerArn"}
1126
1134
  }
1127
1135
  },
1136
+ "CustomerInputString":{
1137
+ "type":"string",
1138
+ "min":1,
1139
+ "sensitive":true
1140
+ },
1141
+ "CustomerInputStringList":{
1142
+ "type":"list",
1143
+ "member":{"shape":"CustomerInputString"},
1144
+ "sensitive":true
1145
+ },
1128
1146
  "DeleteDocumentClassifierRequest":{
1129
1147
  "type":"structure",
1130
1148
  "required":["DocumentClassifierArn"],
@@ -1282,31 +1300,31 @@
1282
1300
  "type":"structure",
1283
1301
  "required":["Text"],
1284
1302
  "members":{
1285
- "Text":{"shape":"String"}
1303
+ "Text":{"shape":"CustomerInputString"}
1286
1304
  }
1287
1305
  },
1288
1306
  "DetectDominantLanguageResponse":{
1289
1307
  "type":"structure",
1290
1308
  "members":{
1291
1309
  "Languages":{"shape":"ListOfDominantLanguages"}
1292
- }
1310
+ },
1311
+ "sensitive":true
1293
1312
  },
1294
1313
  "DetectEntitiesRequest":{
1295
1314
  "type":"structure",
1296
- "required":[
1297
- "Text",
1298
- "LanguageCode"
1299
- ],
1315
+ "required":["Text"],
1300
1316
  "members":{
1301
- "Text":{"shape":"String"},
1302
- "LanguageCode":{"shape":"LanguageCode"}
1317
+ "Text":{"shape":"CustomerInputString"},
1318
+ "LanguageCode":{"shape":"LanguageCode"},
1319
+ "EndpointArn":{"shape":"EntityRecognizerEndpointArn"}
1303
1320
  }
1304
1321
  },
1305
1322
  "DetectEntitiesResponse":{
1306
1323
  "type":"structure",
1307
1324
  "members":{
1308
1325
  "Entities":{"shape":"ListOfEntities"}
1309
- }
1326
+ },
1327
+ "sensitive":true
1310
1328
  },
1311
1329
  "DetectKeyPhrasesRequest":{
1312
1330
  "type":"structure",
@@ -1315,7 +1333,7 @@
1315
1333
  "LanguageCode"
1316
1334
  ],
1317
1335
  "members":{
1318
- "Text":{"shape":"String"},
1336
+ "Text":{"shape":"CustomerInputString"},
1319
1337
  "LanguageCode":{"shape":"LanguageCode"}
1320
1338
  }
1321
1339
  },
@@ -1323,7 +1341,8 @@
1323
1341
  "type":"structure",
1324
1342
  "members":{
1325
1343
  "KeyPhrases":{"shape":"ListOfKeyPhrases"}
1326
- }
1344
+ },
1345
+ "sensitive":true
1327
1346
  },
1328
1347
  "DetectSentimentRequest":{
1329
1348
  "type":"structure",
@@ -1332,7 +1351,7 @@
1332
1351
  "LanguageCode"
1333
1352
  ],
1334
1353
  "members":{
1335
- "Text":{"shape":"String"},
1354
+ "Text":{"shape":"CustomerInputString"},
1336
1355
  "LanguageCode":{"shape":"LanguageCode"}
1337
1356
  }
1338
1357
  },
@@ -1341,7 +1360,8 @@
1341
1360
  "members":{
1342
1361
  "Sentiment":{"shape":"SentimentType"},
1343
1362
  "SentimentScore":{"shape":"SentimentScore"}
1344
- }
1363
+ },
1364
+ "sensitive":true
1345
1365
  },
1346
1366
  "DetectSyntaxRequest":{
1347
1367
  "type":"structure",
@@ -1350,7 +1370,7 @@
1350
1370
  "LanguageCode"
1351
1371
  ],
1352
1372
  "members":{
1353
- "Text":{"shape":"String"},
1373
+ "Text":{"shape":"CustomerInputString"},
1354
1374
  "LanguageCode":{"shape":"SyntaxLanguageCode"}
1355
1375
  }
1356
1376
  },
@@ -1358,7 +1378,8 @@
1358
1378
  "type":"structure",
1359
1379
  "members":{
1360
1380
  "SyntaxTokens":{"shape":"ListOfSyntaxTokens"}
1361
- }
1381
+ },
1382
+ "sensitive":true
1362
1383
  },
1363
1384
  "DocumentClass":{
1364
1385
  "type":"structure",
@@ -1601,6 +1622,11 @@
1601
1622
  "S3Uri":{"shape":"S3Uri"}
1602
1623
  }
1603
1624
  },
1625
+ "EntityRecognizerEndpointArn":{
1626
+ "type":"string",
1627
+ "max":256,
1628
+ "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1629
+ },
1604
1630
  "EntityRecognizerEntityList":{
1605
1631
  "type":"structure",
1606
1632
  "required":["S3Uri"],
@@ -1644,7 +1670,8 @@
1644
1670
  "NumberOfTestDocuments":{"shape":"Integer"},
1645
1671
  "EvaluationMetrics":{"shape":"EntityRecognizerEvaluationMetrics"},
1646
1672
  "EntityTypes":{"shape":"EntityRecognizerMetadataEntityTypesList"}
1647
- }
1673
+ },
1674
+ "sensitive":true
1648
1675
  },
1649
1676
  "EntityRecognizerMetadataEntityTypesList":{
1650
1677
  "type":"list",
@@ -2472,10 +2499,6 @@
2472
2499
  "type":"string",
2473
2500
  "min":1
2474
2501
  },
2475
- "StringList":{
2476
- "type":"list",
2477
- "member":{"shape":"String"}
2478
- },
2479
2502
  "SubnetId":{
2480
2503
  "type":"string",
2481
2504
  "max":32,
@@ -12,6 +12,24 @@
12
12
  "uid":"ebs-2019-11-02"
13
13
  },
14
14
  "operations":{
15
+ "CompleteSnapshot":{
16
+ "name":"CompleteSnapshot",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/snapshots/completion/{snapshotId}",
20
+ "responseCode":202
21
+ },
22
+ "input":{"shape":"CompleteSnapshotRequest"},
23
+ "output":{"shape":"CompleteSnapshotResponse"},
24
+ "errors":[
25
+ {"shape":"AccessDeniedException"},
26
+ {"shape":"ValidationException"},
27
+ {"shape":"ResourceNotFoundException"},
28
+ {"shape":"RequestThrottledException"},
29
+ {"shape":"ServiceQuotaExceededException"},
30
+ {"shape":"InternalServerException"}
31
+ ]
32
+ },
15
33
  "GetSnapshotBlock":{
16
34
  "name":"GetSnapshotBlock",
17
35
  "http":{
@@ -21,8 +39,12 @@
21
39
  "input":{"shape":"GetSnapshotBlockRequest"},
22
40
  "output":{"shape":"GetSnapshotBlockResponse"},
23
41
  "errors":[
42
+ {"shape":"AccessDeniedException"},
24
43
  {"shape":"ValidationException"},
25
- {"shape":"ResourceNotFoundException"}
44
+ {"shape":"ResourceNotFoundException"},
45
+ {"shape":"RequestThrottledException"},
46
+ {"shape":"ServiceQuotaExceededException"},
47
+ {"shape":"InternalServerException"}
26
48
  ]
27
49
  },
28
50
  "ListChangedBlocks":{
@@ -34,8 +56,12 @@
34
56
  "input":{"shape":"ListChangedBlocksRequest"},
35
57
  "output":{"shape":"ListChangedBlocksResponse"},
36
58
  "errors":[
59
+ {"shape":"AccessDeniedException"},
37
60
  {"shape":"ValidationException"},
38
- {"shape":"ResourceNotFoundException"}
61
+ {"shape":"ResourceNotFoundException"},
62
+ {"shape":"RequestThrottledException"},
63
+ {"shape":"ServiceQuotaExceededException"},
64
+ {"shape":"InternalServerException"}
39
65
  ]
40
66
  },
41
67
  "ListSnapshotBlocks":{
@@ -47,12 +73,72 @@
47
73
  "input":{"shape":"ListSnapshotBlocksRequest"},
48
74
  "output":{"shape":"ListSnapshotBlocksResponse"},
49
75
  "errors":[
76
+ {"shape":"AccessDeniedException"},
77
+ {"shape":"ValidationException"},
78
+ {"shape":"ResourceNotFoundException"},
79
+ {"shape":"RequestThrottledException"},
80
+ {"shape":"ServiceQuotaExceededException"},
81
+ {"shape":"InternalServerException"}
82
+ ]
83
+ },
84
+ "PutSnapshotBlock":{
85
+ "name":"PutSnapshotBlock",
86
+ "http":{
87
+ "method":"PUT",
88
+ "requestUri":"/snapshots/{snapshotId}/blocks/{blockIndex}",
89
+ "responseCode":201
90
+ },
91
+ "input":{"shape":"PutSnapshotBlockRequest"},
92
+ "output":{"shape":"PutSnapshotBlockResponse"},
93
+ "errors":[
94
+ {"shape":"AccessDeniedException"},
95
+ {"shape":"ValidationException"},
96
+ {"shape":"ResourceNotFoundException"},
97
+ {"shape":"RequestThrottledException"},
98
+ {"shape":"ServiceQuotaExceededException"},
99
+ {"shape":"InternalServerException"}
100
+ ],
101
+ "authtype":"v4-unsigned-body"
102
+ },
103
+ "StartSnapshot":{
104
+ "name":"StartSnapshot",
105
+ "http":{
106
+ "method":"POST",
107
+ "requestUri":"/snapshots",
108
+ "responseCode":201
109
+ },
110
+ "input":{"shape":"StartSnapshotRequest"},
111
+ "output":{"shape":"StartSnapshotResponse"},
112
+ "errors":[
113
+ {"shape":"AccessDeniedException"},
50
114
  {"shape":"ValidationException"},
51
- {"shape":"ResourceNotFoundException"}
115
+ {"shape":"RequestThrottledException"},
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"ServiceQuotaExceededException"},
118
+ {"shape":"InternalServerException"},
119
+ {"shape":"ConcurrentLimitExceededException"},
120
+ {"shape":"ConflictException"}
52
121
  ]
53
122
  }
54
123
  },
55
124
  "shapes":{
125
+ "AccessDeniedException":{
126
+ "type":"structure",
127
+ "required":["Reason"],
128
+ "members":{
129
+ "Message":{"shape":"ErrorMessage"},
130
+ "Reason":{"shape":"AccessDeniedExceptionReason"}
131
+ },
132
+ "error":{"httpStatusCode":403},
133
+ "exception":true
134
+ },
135
+ "AccessDeniedExceptionReason":{
136
+ "type":"string",
137
+ "enum":[
138
+ "UNAUTHORIZED_ACCOUNT",
139
+ "DEPENDENCY_ACCESS_DENIED"
140
+ ]
141
+ },
56
142
  "Block":{
57
143
  "type":"structure",
58
144
  "members":{
@@ -65,7 +151,10 @@
65
151
  "sensitive":true,
66
152
  "streaming":true
67
153
  },
68
- "BlockIndex":{"type":"integer"},
154
+ "BlockIndex":{
155
+ "type":"integer",
156
+ "min":0
157
+ },
69
158
  "BlockSize":{"type":"integer"},
70
159
  "BlockToken":{
71
160
  "type":"string",
@@ -77,6 +166,7 @@
77
166
  "member":{"shape":"Block"},
78
167
  "sensitive":true
79
168
  },
169
+ "Boolean":{"type":"boolean"},
80
170
  "ChangedBlock":{
81
171
  "type":"structure",
82
172
  "members":{
@@ -90,16 +180,89 @@
90
180
  "type":"list",
91
181
  "member":{"shape":"ChangedBlock"}
92
182
  },
183
+ "ChangedBlocksCount":{
184
+ "type":"integer",
185
+ "min":0
186
+ },
93
187
  "Checksum":{
94
188
  "type":"string",
95
- "max":64
189
+ "max":64,
190
+ "pattern":"^[A-Za-z0-9+/=]+$"
191
+ },
192
+ "ChecksumAggregationMethod":{
193
+ "type":"string",
194
+ "enum":["LINEAR"],
195
+ "max":32,
196
+ "pattern":"^[A-Za-z0-9]+$"
96
197
  },
97
198
  "ChecksumAlgorithm":{
98
199
  "type":"string",
99
200
  "enum":["SHA256"],
100
- "max":32
201
+ "max":32,
202
+ "pattern":"^[A-Za-z0-9]+$"
203
+ },
204
+ "CompleteSnapshotRequest":{
205
+ "type":"structure",
206
+ "required":[
207
+ "SnapshotId",
208
+ "ChangedBlocksCount"
209
+ ],
210
+ "members":{
211
+ "SnapshotId":{
212
+ "shape":"SnapshotId",
213
+ "location":"uri",
214
+ "locationName":"snapshotId"
215
+ },
216
+ "ChangedBlocksCount":{
217
+ "shape":"ChangedBlocksCount",
218
+ "location":"header",
219
+ "locationName":"x-amz-ChangedBlocksCount"
220
+ },
221
+ "Checksum":{
222
+ "shape":"Checksum",
223
+ "location":"header",
224
+ "locationName":"x-amz-Checksum"
225
+ },
226
+ "ChecksumAlgorithm":{
227
+ "shape":"ChecksumAlgorithm",
228
+ "location":"header",
229
+ "locationName":"x-amz-Checksum-Algorithm"
230
+ },
231
+ "ChecksumAggregationMethod":{
232
+ "shape":"ChecksumAggregationMethod",
233
+ "location":"header",
234
+ "locationName":"x-amz-Checksum-Aggregation-Method"
235
+ }
236
+ }
237
+ },
238
+ "CompleteSnapshotResponse":{
239
+ "type":"structure",
240
+ "members":{
241
+ "Status":{"shape":"Status"}
242
+ }
243
+ },
244
+ "ConcurrentLimitExceededException":{
245
+ "type":"structure",
246
+ "members":{
247
+ "Message":{"shape":"ErrorMessage"}
248
+ },
249
+ "error":{"httpStatusCode":400},
250
+ "exception":true
251
+ },
252
+ "ConflictException":{
253
+ "type":"structure",
254
+ "members":{
255
+ "Message":{"shape":"ErrorMessage"}
256
+ },
257
+ "error":{"httpStatusCode":503},
258
+ "exception":true
101
259
  },
102
260
  "DataLength":{"type":"integer"},
261
+ "Description":{
262
+ "type":"string",
263
+ "max":255,
264
+ "pattern":"^[\\S\\s]+$"
265
+ },
103
266
  "ErrorMessage":{
104
267
  "type":"string",
105
268
  "max":256
@@ -151,6 +314,27 @@
151
314
  },
152
315
  "payload":"BlockData"
153
316
  },
317
+ "IdempotencyToken":{
318
+ "type":"string",
319
+ "max":255,
320
+ "pattern":"^[\\S]+$"
321
+ },
322
+ "InternalServerException":{
323
+ "type":"structure",
324
+ "members":{
325
+ "Message":{"shape":"ErrorMessage"}
326
+ },
327
+ "error":{"httpStatusCode":500},
328
+ "exception":true,
329
+ "fault":true
330
+ },
331
+ "KmsKeyArn":{
332
+ "type":"string",
333
+ "max":2048,
334
+ "min":1,
335
+ "pattern":"arn:aws[a-z\\-]*:kms:.*:[0-9]{12}:key/.*",
336
+ "sensitive":true
337
+ },
154
338
  "ListChangedBlocksRequest":{
155
339
  "type":"structure",
156
340
  "required":["SecondSnapshotId"],
@@ -233,26 +417,201 @@
233
417
  "max":10000,
234
418
  "min":100
235
419
  },
420
+ "OwnerId":{
421
+ "type":"string",
422
+ "max":24,
423
+ "min":1,
424
+ "pattern":"\\S+"
425
+ },
236
426
  "PageToken":{
237
427
  "type":"string",
238
428
  "max":256,
239
429
  "pattern":"^[A-Za-z0-9+/=]+$"
240
430
  },
431
+ "Progress":{
432
+ "type":"integer",
433
+ "max":100,
434
+ "min":0
435
+ },
436
+ "PutSnapshotBlockRequest":{
437
+ "type":"structure",
438
+ "required":[
439
+ "SnapshotId",
440
+ "BlockIndex",
441
+ "BlockData",
442
+ "DataLength",
443
+ "Checksum",
444
+ "ChecksumAlgorithm"
445
+ ],
446
+ "members":{
447
+ "SnapshotId":{
448
+ "shape":"SnapshotId",
449
+ "location":"uri",
450
+ "locationName":"snapshotId"
451
+ },
452
+ "BlockIndex":{
453
+ "shape":"BlockIndex",
454
+ "location":"uri",
455
+ "locationName":"blockIndex"
456
+ },
457
+ "BlockData":{"shape":"BlockData"},
458
+ "DataLength":{
459
+ "shape":"DataLength",
460
+ "location":"header",
461
+ "locationName":"x-amz-Data-Length"
462
+ },
463
+ "Progress":{
464
+ "shape":"Progress",
465
+ "location":"header",
466
+ "locationName":"x-amz-Progress"
467
+ },
468
+ "Checksum":{
469
+ "shape":"Checksum",
470
+ "location":"header",
471
+ "locationName":"x-amz-Checksum"
472
+ },
473
+ "ChecksumAlgorithm":{
474
+ "shape":"ChecksumAlgorithm",
475
+ "location":"header",
476
+ "locationName":"x-amz-Checksum-Algorithm"
477
+ }
478
+ },
479
+ "payload":"BlockData"
480
+ },
481
+ "PutSnapshotBlockResponse":{
482
+ "type":"structure",
483
+ "members":{
484
+ "Checksum":{
485
+ "shape":"Checksum",
486
+ "location":"header",
487
+ "locationName":"x-amz-Checksum"
488
+ },
489
+ "ChecksumAlgorithm":{
490
+ "shape":"ChecksumAlgorithm",
491
+ "location":"header",
492
+ "locationName":"x-amz-Checksum-Algorithm"
493
+ }
494
+ }
495
+ },
496
+ "RequestThrottledException":{
497
+ "type":"structure",
498
+ "members":{
499
+ "Message":{"shape":"ErrorMessage"},
500
+ "Reason":{"shape":"RequestThrottledExceptionReason"}
501
+ },
502
+ "error":{"httpStatusCode":400},
503
+ "exception":true
504
+ },
505
+ "RequestThrottledExceptionReason":{
506
+ "type":"string",
507
+ "enum":[
508
+ "ACCOUNT_THROTTLED",
509
+ "DEPENDENCY_REQUEST_THROTTLED"
510
+ ]
511
+ },
241
512
  "ResourceNotFoundException":{
242
513
  "type":"structure",
243
514
  "members":{
244
- "Message":{"shape":"ErrorMessage"}
515
+ "Message":{"shape":"ErrorMessage"},
516
+ "Reason":{"shape":"ResourceNotFoundExceptionReason"}
245
517
  },
246
518
  "error":{"httpStatusCode":404},
247
519
  "exception":true
248
520
  },
521
+ "ResourceNotFoundExceptionReason":{
522
+ "type":"string",
523
+ "enum":[
524
+ "SNAPSHOT_NOT_FOUND",
525
+ "DEPENDENCY_RESOURCE_NOT_FOUND"
526
+ ]
527
+ },
528
+ "ServiceQuotaExceededException":{
529
+ "type":"structure",
530
+ "members":{
531
+ "Message":{"shape":"ErrorMessage"},
532
+ "Reason":{"shape":"ServiceQuotaExceededExceptionReason"}
533
+ },
534
+ "error":{"httpStatusCode":402},
535
+ "exception":true
536
+ },
537
+ "ServiceQuotaExceededExceptionReason":{
538
+ "type":"string",
539
+ "enum":["DEPENDENCY_SERVICE_QUOTA_EXCEEDED"]
540
+ },
249
541
  "SnapshotId":{
250
542
  "type":"string",
251
543
  "max":64,
252
544
  "min":1,
253
545
  "pattern":"^snap-[0-9a-f]+$"
254
546
  },
547
+ "StartSnapshotRequest":{
548
+ "type":"structure",
549
+ "required":["VolumeSize"],
550
+ "members":{
551
+ "VolumeSize":{"shape":"VolumeSize"},
552
+ "ParentSnapshotId":{"shape":"SnapshotId"},
553
+ "Tags":{"shape":"Tags"},
554
+ "Description":{"shape":"Description"},
555
+ "ClientToken":{
556
+ "shape":"IdempotencyToken",
557
+ "idempotencyToken":true
558
+ },
559
+ "Encrypted":{"shape":"Boolean"},
560
+ "KmsKeyArn":{"shape":"KmsKeyArn"},
561
+ "Timeout":{"shape":"Timeout"}
562
+ }
563
+ },
564
+ "StartSnapshotResponse":{
565
+ "type":"structure",
566
+ "members":{
567
+ "Description":{"shape":"Description"},
568
+ "SnapshotId":{"shape":"SnapshotId"},
569
+ "OwnerId":{"shape":"OwnerId"},
570
+ "Status":{"shape":"Status"},
571
+ "StartTime":{"shape":"TimeStamp"},
572
+ "VolumeSize":{"shape":"VolumeSize"},
573
+ "BlockSize":{"shape":"BlockSize"},
574
+ "Tags":{"shape":"Tags"},
575
+ "ParentSnapshotId":{"shape":"SnapshotId"},
576
+ "KmsKeyArn":{"shape":"KmsKeyArn"}
577
+ }
578
+ },
579
+ "Status":{
580
+ "type":"string",
581
+ "enum":[
582
+ "completed",
583
+ "pending",
584
+ "error"
585
+ ],
586
+ "max":32
587
+ },
588
+ "Tag":{
589
+ "type":"structure",
590
+ "members":{
591
+ "Key":{"shape":"TagKey"},
592
+ "Value":{"shape":"TagValue"}
593
+ }
594
+ },
595
+ "TagKey":{
596
+ "type":"string",
597
+ "max":127,
598
+ "pattern":"^[\\S\\s]+$"
599
+ },
600
+ "TagValue":{
601
+ "type":"string",
602
+ "max":255,
603
+ "pattern":"^[\\S\\s]+$"
604
+ },
605
+ "Tags":{
606
+ "type":"list",
607
+ "member":{"shape":"Tag"}
608
+ },
255
609
  "TimeStamp":{"type":"timestamp"},
610
+ "Timeout":{
611
+ "type":"integer",
612
+ "max":60,
613
+ "min":10
614
+ },
256
615
  "ValidationException":{
257
616
  "type":"structure",
258
617
  "members":{
@@ -269,9 +628,18 @@
269
628
  "INVALID_PAGE_TOKEN",
270
629
  "INVALID_BLOCK_TOKEN",
271
630
  "INVALID_SNAPSHOT_ID",
272
- "UNRELATED_SNAPSHOTS"
631
+ "UNRELATED_SNAPSHOTS",
632
+ "INVALID_BLOCK",
633
+ "INVALID_CONTENT_ENCODING",
634
+ "INVALID_TAG",
635
+ "INVALID_DEPENDENCY_REQUEST",
636
+ "INVALID_PARAMETER_VALUE",
637
+ "INVALID_VOLUME_SIZE"
273
638
  ]
274
639
  },
275
- "VolumeSize":{"type":"long"}
640
+ "VolumeSize":{
641
+ "type":"long",
642
+ "min":1
643
+ }
276
644
  }
277
645
  }