aws-sdk-core 2.11.401 → 2.11.402

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/apis/AWSMigrationHub/2017-05-31/api-2.json +41 -16
  3. data/apis/AWSMigrationHub/2017-05-31/paginators-1.json +25 -1
  4. data/apis/chime/2018-05-01/api-2.json +442 -0
  5. data/apis/chime/2018-05-01/paginators-1.json +10 -0
  6. data/apis/cloudtrail/2013-11-01/api-2.json +124 -4
  7. data/apis/codecommit/2015-04-13/api-2.json +1138 -3
  8. data/apis/codecommit/2015-04-13/paginators-1.json +15 -0
  9. data/apis/datasync/2018-11-09/api-2.json +23 -6
  10. data/apis/discovery/2015-11-01/api-2.json +60 -25
  11. data/apis/dlm/2018-01-12/api-2.json +25 -1
  12. data/apis/ec2/2016-11-15/api-2.json +414 -0
  13. data/apis/ec2/2016-11-15/paginators-1.json +12 -0
  14. data/apis/ec2/2016-11-15/resources-1.json +106 -0
  15. data/apis/ec2/2016-11-15/waiters-2.json +18 -0
  16. data/apis/ecs/2014-11-13/api-2.json +46 -38
  17. data/apis/firehose/2015-08-04/api-2.json +68 -6
  18. data/apis/fsx/2018-03-01/api-2.json +13 -0
  19. data/apis/mediastore/2017-09-01/api-2.json +3 -1
  20. data/apis/migrationhub-config/2019-06-30/api-2.json +207 -0
  21. data/apis/migrationhub-config/2019-06-30/examples-1.json +5 -0
  22. data/apis/migrationhub-config/2019-06-30/paginators-1.json +9 -0
  23. data/apis/quicksight/2018-04-01/api-2.json +4885 -626
  24. data/apis/quicksight/2018-04-01/paginators-1.json +40 -0
  25. data/apis/s3/2006-03-01/api-2.json +53 -2
  26. data/apis/storagegateway/2013-06-30/api-2.json +95 -2
  27. data/apis/transcribe/2017-10-26/api-2.json +8 -1
  28. data/lib/aws-sdk-core.rb +1 -0
  29. data/lib/aws-sdk-core/migrationhubconfig.rb +6 -0
  30. data/lib/aws-sdk-core/version.rb +1 -1
  31. data/service-models.json +4 -0
  32. metadata +6 -2
@@ -30,6 +30,16 @@
30
30
  "limit_key": "maxConflictFiles",
31
31
  "output_token": "nextToken"
32
32
  },
33
+ "ListApprovalRuleTemplates": {
34
+ "input_token": "nextToken",
35
+ "limit_key": "maxResults",
36
+ "output_token": "nextToken"
37
+ },
38
+ "ListAssociatedApprovalRuleTemplatesForRepository": {
39
+ "input_token": "nextToken",
40
+ "limit_key": "maxResults",
41
+ "output_token": "nextToken"
42
+ },
33
43
  "ListBranches": {
34
44
  "input_token": "nextToken",
35
45
  "output_token": "nextToken",
@@ -44,6 +54,11 @@
44
54
  "input_token": "nextToken",
45
55
  "output_token": "nextToken",
46
56
  "result_key": "repositories"
57
+ },
58
+ "ListRepositoriesForApprovalRuleTemplate": {
59
+ "input_token": "nextToken",
60
+ "limit_key": "maxResults",
61
+ "output_token": "nextToken"
47
62
  }
48
63
  }
49
64
  }
@@ -542,6 +542,7 @@
542
542
  "Name":{"shape":"TagValue"},
543
543
  "Options":{"shape":"Options"},
544
544
  "Excludes":{"shape":"FilterList"},
545
+ "Schedule":{"shape":"TaskSchedule"},
545
546
  "Tags":{"shape":"TagList"}
546
547
  }
547
548
  },
@@ -720,6 +721,7 @@
720
721
  "DestinationNetworkInterfaceArns":{"shape":"DestinationNetworkInterfaceArns"},
721
722
  "Options":{"shape":"Options"},
722
723
  "Excludes":{"shape":"FilterList"},
724
+ "Schedule":{"shape":"TaskSchedule"},
723
725
  "ErrorCode":{"shape":"string"},
724
726
  "ErrorDetail":{"shape":"string"},
725
727
  "CreationTime":{"shape":"Time"}
@@ -775,7 +777,8 @@
775
777
  "type":"string",
776
778
  "enum":[
777
779
  "PUBLIC",
778
- "PRIVATE_LINK"
780
+ "PRIVATE_LINK",
781
+ "FIPS"
779
782
  ]
780
783
  },
781
784
  "FilterList":{
@@ -972,7 +975,7 @@
972
975
  "NonEmptySubdirectory":{
973
976
  "type":"string",
974
977
  "max":4096,
975
- "pattern":"^[a-zA-Z0-9_\\-\\./]+$"
978
+ "pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]+$"
976
979
  },
977
980
  "OnPremConfig":{
978
981
  "type":"structure",
@@ -1028,7 +1031,6 @@
1028
1031
  "type":"string",
1029
1032
  "enum":[
1030
1033
  "NONE",
1031
- "BEST_EFFORT",
1032
1034
  "PRESERVE"
1033
1035
  ]
1034
1036
  },
@@ -1078,6 +1080,11 @@
1078
1080
  "DEEP_ARCHIVE"
1079
1081
  ]
1080
1082
  },
1083
+ "ScheduleExpressionCron":{
1084
+ "type":"string",
1085
+ "max":256,
1086
+ "pattern":"^[a-zA-Z0-9\\ \\_\\*\\?\\,\\|\\^\\-\\/\\#\\s\\(\\)\\+]*$"
1087
+ },
1081
1088
  "ServerHostname":{
1082
1089
  "type":"string",
1083
1090
  "max":255,
@@ -1097,12 +1104,13 @@
1097
1104
  "SmbPassword":{
1098
1105
  "type":"string",
1099
1106
  "max":104,
1100
- "pattern":"^.{0,104}$"
1107
+ "pattern":"^.{0,104}$",
1108
+ "sensitive":true
1101
1109
  },
1102
1110
  "SmbUser":{
1103
1111
  "type":"string",
1104
1112
  "max":104,
1105
- "pattern":"^[^\\\\x5B\\\\x5D\\\\/:;|=,+*?]{1,104}$"
1113
+ "pattern":"^[^\\x5B\\x5D\\\\/:;|=,+*?]{1,104}$"
1106
1114
  },
1107
1115
  "SmbVersion":{
1108
1116
  "type":"string",
@@ -1134,7 +1142,7 @@
1134
1142
  "Subdirectory":{
1135
1143
  "type":"string",
1136
1144
  "max":4096,
1137
- "pattern":"^[a-zA-Z0-9_\\-\\./]*$"
1145
+ "pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
1138
1146
  },
1139
1147
  "TagKey":{
1140
1148
  "type":"string",
@@ -1215,6 +1223,7 @@
1215
1223
  "members":{
1216
1224
  "PrepareDuration":{"shape":"Duration"},
1217
1225
  "PrepareStatus":{"shape":"PhaseStatus"},
1226
+ "TotalDuration":{"shape":"Duration"},
1218
1227
  "TransferDuration":{"shape":"Duration"},
1219
1228
  "TransferStatus":{"shape":"PhaseStatus"},
1220
1229
  "VerifyDuration":{"shape":"Duration"},
@@ -1254,6 +1263,13 @@
1254
1263
  "DISABLED"
1255
1264
  ]
1256
1265
  },
1266
+ "TaskSchedule":{
1267
+ "type":"structure",
1268
+ "required":["ScheduleExpression"],
1269
+ "members":{
1270
+ "ScheduleExpression":{"shape":"ScheduleExpressionCron"}
1271
+ }
1272
+ },
1257
1273
  "TaskStatus":{
1258
1274
  "type":"string",
1259
1275
  "enum":[
@@ -1310,6 +1326,7 @@
1310
1326
  "TaskArn":{"shape":"TaskArn"},
1311
1327
  "Options":{"shape":"Options"},
1312
1328
  "Excludes":{"shape":"FilterList"},
1329
+ "Schedule":{"shape":"TaskSchedule"},
1313
1330
  "Name":{"shape":"TagValue"},
1314
1331
  "CloudWatchLogGroupArn":{"shape":"LogGroupArn"}
1315
1332
  }
@@ -24,7 +24,8 @@
24
24
  {"shape":"AuthorizationErrorException"},
25
25
  {"shape":"InvalidParameterException"},
26
26
  {"shape":"InvalidParameterValueException"},
27
- {"shape":"ServerInternalErrorException"}
27
+ {"shape":"ServerInternalErrorException"},
28
+ {"shape":"HomeRegionNotSetException"}
28
29
  ]
29
30
  },
30
31
  "BatchDeleteImportData":{
@@ -37,8 +38,10 @@
37
38
  "output":{"shape":"BatchDeleteImportDataResponse"},
38
39
  "errors":[
39
40
  {"shape":"AuthorizationErrorException"},
41
+ {"shape":"InvalidParameterException"},
40
42
  {"shape":"InvalidParameterValueException"},
41
- {"shape":"ServerInternalErrorException"}
43
+ {"shape":"ServerInternalErrorException"},
44
+ {"shape":"HomeRegionNotSetException"}
42
45
  ]
43
46
  },
44
47
  "CreateApplication":{
@@ -53,7 +56,8 @@
53
56
  {"shape":"AuthorizationErrorException"},
54
57
  {"shape":"InvalidParameterException"},
55
58
  {"shape":"InvalidParameterValueException"},
56
- {"shape":"ServerInternalErrorException"}
59
+ {"shape":"ServerInternalErrorException"},
60
+ {"shape":"HomeRegionNotSetException"}
57
61
  ]
58
62
  },
59
63
  "CreateTags":{
@@ -69,7 +73,8 @@
69
73
  {"shape":"ResourceNotFoundException"},
70
74
  {"shape":"InvalidParameterException"},
71
75
  {"shape":"InvalidParameterValueException"},
72
- {"shape":"ServerInternalErrorException"}
76
+ {"shape":"ServerInternalErrorException"},
77
+ {"shape":"HomeRegionNotSetException"}
73
78
  ]
74
79
  },
75
80
  "DeleteApplications":{
@@ -84,7 +89,8 @@
84
89
  {"shape":"AuthorizationErrorException"},
85
90
  {"shape":"InvalidParameterException"},
86
91
  {"shape":"InvalidParameterValueException"},
87
- {"shape":"ServerInternalErrorException"}
92
+ {"shape":"ServerInternalErrorException"},
93
+ {"shape":"HomeRegionNotSetException"}
88
94
  ]
89
95
  },
90
96
  "DeleteTags":{
@@ -100,7 +106,8 @@
100
106
  {"shape":"ResourceNotFoundException"},
101
107
  {"shape":"InvalidParameterException"},
102
108
  {"shape":"InvalidParameterValueException"},
103
- {"shape":"ServerInternalErrorException"}
109
+ {"shape":"ServerInternalErrorException"},
110
+ {"shape":"HomeRegionNotSetException"}
104
111
  ]
105
112
  },
106
113
  "DescribeAgents":{
@@ -115,7 +122,8 @@
115
122
  {"shape":"AuthorizationErrorException"},
116
123
  {"shape":"InvalidParameterException"},
117
124
  {"shape":"InvalidParameterValueException"},
118
- {"shape":"ServerInternalErrorException"}
125
+ {"shape":"ServerInternalErrorException"},
126
+ {"shape":"HomeRegionNotSetException"}
119
127
  ]
120
128
  },
121
129
  "DescribeConfigurations":{
@@ -130,7 +138,8 @@
130
138
  {"shape":"AuthorizationErrorException"},
131
139
  {"shape":"InvalidParameterException"},
132
140
  {"shape":"InvalidParameterValueException"},
133
- {"shape":"ServerInternalErrorException"}
141
+ {"shape":"ServerInternalErrorException"},
142
+ {"shape":"HomeRegionNotSetException"}
134
143
  ]
135
144
  },
136
145
  "DescribeContinuousExports":{
@@ -147,7 +156,8 @@
147
156
  {"shape":"InvalidParameterValueException"},
148
157
  {"shape":"ServerInternalErrorException"},
149
158
  {"shape":"OperationNotPermittedException"},
150
- {"shape":"ResourceNotFoundException"}
159
+ {"shape":"ResourceNotFoundException"},
160
+ {"shape":"HomeRegionNotSetException"}
151
161
  ]
152
162
  },
153
163
  "DescribeExportConfigurations":{
@@ -163,7 +173,8 @@
163
173
  {"shape":"ResourceNotFoundException"},
164
174
  {"shape":"InvalidParameterException"},
165
175
  {"shape":"InvalidParameterValueException"},
166
- {"shape":"ServerInternalErrorException"}
176
+ {"shape":"ServerInternalErrorException"},
177
+ {"shape":"HomeRegionNotSetException"}
167
178
  ],
168
179
  "deprecated":true
169
180
  },
@@ -179,7 +190,8 @@
179
190
  {"shape":"AuthorizationErrorException"},
180
191
  {"shape":"InvalidParameterException"},
181
192
  {"shape":"InvalidParameterValueException"},
182
- {"shape":"ServerInternalErrorException"}
193
+ {"shape":"ServerInternalErrorException"},
194
+ {"shape":"HomeRegionNotSetException"}
183
195
  ]
184
196
  },
185
197
  "DescribeImportTasks":{
@@ -192,8 +204,10 @@
192
204
  "output":{"shape":"DescribeImportTasksResponse"},
193
205
  "errors":[
194
206
  {"shape":"AuthorizationErrorException"},
207
+ {"shape":"InvalidParameterException"},
195
208
  {"shape":"InvalidParameterValueException"},
196
- {"shape":"ServerInternalErrorException"}
209
+ {"shape":"ServerInternalErrorException"},
210
+ {"shape":"HomeRegionNotSetException"}
197
211
  ]
198
212
  },
199
213
  "DescribeTags":{
@@ -209,7 +223,8 @@
209
223
  {"shape":"ResourceNotFoundException"},
210
224
  {"shape":"InvalidParameterException"},
211
225
  {"shape":"InvalidParameterValueException"},
212
- {"shape":"ServerInternalErrorException"}
226
+ {"shape":"ServerInternalErrorException"},
227
+ {"shape":"HomeRegionNotSetException"}
213
228
  ]
214
229
  },
215
230
  "DisassociateConfigurationItemsFromApplication":{
@@ -224,7 +239,8 @@
224
239
  {"shape":"AuthorizationErrorException"},
225
240
  {"shape":"InvalidParameterException"},
226
241
  {"shape":"InvalidParameterValueException"},
227
- {"shape":"ServerInternalErrorException"}
242
+ {"shape":"ServerInternalErrorException"},
243
+ {"shape":"HomeRegionNotSetException"}
228
244
  ]
229
245
  },
230
246
  "ExportConfigurations":{
@@ -239,7 +255,8 @@
239
255
  {"shape":"InvalidParameterException"},
240
256
  {"shape":"InvalidParameterValueException"},
241
257
  {"shape":"ServerInternalErrorException"},
242
- {"shape":"OperationNotPermittedException"}
258
+ {"shape":"OperationNotPermittedException"},
259
+ {"shape":"HomeRegionNotSetException"}
243
260
  ],
244
261
  "deprecated":true
245
262
  },
@@ -255,7 +272,8 @@
255
272
  {"shape":"AuthorizationErrorException"},
256
273
  {"shape":"InvalidParameterException"},
257
274
  {"shape":"InvalidParameterValueException"},
258
- {"shape":"ServerInternalErrorException"}
275
+ {"shape":"ServerInternalErrorException"},
276
+ {"shape":"HomeRegionNotSetException"}
259
277
  ]
260
278
  },
261
279
  "ListConfigurations":{
@@ -271,7 +289,8 @@
271
289
  {"shape":"ResourceNotFoundException"},
272
290
  {"shape":"InvalidParameterException"},
273
291
  {"shape":"InvalidParameterValueException"},
274
- {"shape":"ServerInternalErrorException"}
292
+ {"shape":"ServerInternalErrorException"},
293
+ {"shape":"HomeRegionNotSetException"}
275
294
  ]
276
295
  },
277
296
  "ListServerNeighbors":{
@@ -286,7 +305,8 @@
286
305
  {"shape":"AuthorizationErrorException"},
287
306
  {"shape":"InvalidParameterException"},
288
307
  {"shape":"InvalidParameterValueException"},
289
- {"shape":"ServerInternalErrorException"}
308
+ {"shape":"ServerInternalErrorException"},
309
+ {"shape":"HomeRegionNotSetException"}
290
310
  ]
291
311
  },
292
312
  "StartContinuousExport":{
@@ -304,7 +324,8 @@
304
324
  {"shape":"InvalidParameterValueException"},
305
325
  {"shape":"ServerInternalErrorException"},
306
326
  {"shape":"OperationNotPermittedException"},
307
- {"shape":"ResourceInUseException"}
327
+ {"shape":"ResourceInUseException"},
328
+ {"shape":"HomeRegionNotSetException"}
308
329
  ]
309
330
  },
310
331
  "StartDataCollectionByAgentIds":{
@@ -319,7 +340,8 @@
319
340
  {"shape":"AuthorizationErrorException"},
320
341
  {"shape":"InvalidParameterException"},
321
342
  {"shape":"InvalidParameterValueException"},
322
- {"shape":"ServerInternalErrorException"}
343
+ {"shape":"ServerInternalErrorException"},
344
+ {"shape":"HomeRegionNotSetException"}
323
345
  ]
324
346
  },
325
347
  "StartExportTask":{
@@ -335,7 +357,8 @@
335
357
  {"shape":"InvalidParameterException"},
336
358
  {"shape":"InvalidParameterValueException"},
337
359
  {"shape":"ServerInternalErrorException"},
338
- {"shape":"OperationNotPermittedException"}
360
+ {"shape":"OperationNotPermittedException"},
361
+ {"shape":"HomeRegionNotSetException"}
339
362
  ]
340
363
  },
341
364
  "StartImportTask":{
@@ -349,8 +372,10 @@
349
372
  "errors":[
350
373
  {"shape":"ResourceInUseException"},
351
374
  {"shape":"AuthorizationErrorException"},
375
+ {"shape":"InvalidParameterException"},
352
376
  {"shape":"InvalidParameterValueException"},
353
- {"shape":"ServerInternalErrorException"}
377
+ {"shape":"ServerInternalErrorException"},
378
+ {"shape":"HomeRegionNotSetException"}
354
379
  ]
355
380
  },
356
381
  "StopContinuousExport":{
@@ -368,7 +393,8 @@
368
393
  {"shape":"ServerInternalErrorException"},
369
394
  {"shape":"OperationNotPermittedException"},
370
395
  {"shape":"ResourceNotFoundException"},
371
- {"shape":"ResourceInUseException"}
396
+ {"shape":"ResourceInUseException"},
397
+ {"shape":"HomeRegionNotSetException"}
372
398
  ]
373
399
  },
374
400
  "StopDataCollectionByAgentIds":{
@@ -383,7 +409,8 @@
383
409
  {"shape":"AuthorizationErrorException"},
384
410
  {"shape":"InvalidParameterException"},
385
411
  {"shape":"InvalidParameterValueException"},
386
- {"shape":"ServerInternalErrorException"}
412
+ {"shape":"ServerInternalErrorException"},
413
+ {"shape":"HomeRegionNotSetException"}
387
414
  ]
388
415
  },
389
416
  "UpdateApplication":{
@@ -398,7 +425,8 @@
398
425
  {"shape":"AuthorizationErrorException"},
399
426
  {"shape":"InvalidParameterException"},
400
427
  {"shape":"InvalidParameterValueException"},
401
- {"shape":"ServerInternalErrorException"}
428
+ {"shape":"ServerInternalErrorException"},
429
+ {"shape":"HomeRegionNotSetException"}
402
430
  ]
403
431
  }
404
432
  },
@@ -975,6 +1003,13 @@
975
1003
  "connectorSummary":{"shape":"CustomerConnectorInfo"}
976
1004
  }
977
1005
  },
1006
+ "HomeRegionNotSetException":{
1007
+ "type":"structure",
1008
+ "members":{
1009
+ "message":{"shape":"Message"}
1010
+ },
1011
+ "exception":true
1012
+ },
978
1013
  "ImportStatus":{
979
1014
  "type":"string",
980
1015
  "enum":[
@@ -129,6 +129,18 @@
129
129
  }
130
130
  },
131
131
  "shapes":{
132
+ "AvailabilityZone":{
133
+ "type":"string",
134
+ "max":16,
135
+ "min":0,
136
+ "pattern":"([a-z]+-){2,3}\\d[a-z]"
137
+ },
138
+ "AvailabilityZoneList":{
139
+ "type":"list",
140
+ "member":{"shape":"AvailabilityZone"},
141
+ "max":10,
142
+ "min":1
143
+ },
132
144
  "CopyTags":{"type":"boolean"},
133
145
  "Count":{
134
146
  "type":"integer",
@@ -194,6 +206,17 @@
194
206
  "min":0,
195
207
  "pattern":"arn:aws:iam::\\d+:role/.*"
196
208
  },
209
+ "FastRestoreRule":{
210
+ "type":"structure",
211
+ "required":[
212
+ "Count",
213
+ "AvailabilityZones"
214
+ ],
215
+ "members":{
216
+ "Count":{"shape":"Count"},
217
+ "AvailabilityZones":{"shape":"AvailabilityZoneList"}
218
+ }
219
+ },
197
220
  "GetLifecyclePoliciesRequest":{
198
221
  "type":"structure",
199
222
  "members":{
@@ -422,7 +445,8 @@
422
445
  "TagsToAdd":{"shape":"TagsToAddList"},
423
446
  "VariableTags":{"shape":"VariableTagsList"},
424
447
  "CreateRule":{"shape":"CreateRule"},
425
- "RetainRule":{"shape":"RetainRule"}
448
+ "RetainRule":{"shape":"RetainRule"},
449
+ "FastRestoreRule":{"shape":"FastRestoreRule"}
426
450
  }
427
451
  },
428
452
  "ScheduleList":{
@@ -1358,6 +1358,15 @@
1358
1358
  "input":{"shape":"DescribeExportTasksRequest"},
1359
1359
  "output":{"shape":"DescribeExportTasksResult"}
1360
1360
  },
1361
+ "DescribeFastSnapshotRestores":{
1362
+ "name":"DescribeFastSnapshotRestores",
1363
+ "http":{
1364
+ "method":"POST",
1365
+ "requestUri":"/"
1366
+ },
1367
+ "input":{"shape":"DescribeFastSnapshotRestoresRequest"},
1368
+ "output":{"shape":"DescribeFastSnapshotRestoresResult"}
1369
+ },
1361
1370
  "DescribeFleetHistory":{
1362
1371
  "name":"DescribeFleetHistory",
1363
1372
  "http":{
@@ -2120,6 +2129,15 @@
2120
2129
  "input":{"shape":"DisableEbsEncryptionByDefaultRequest"},
2121
2130
  "output":{"shape":"DisableEbsEncryptionByDefaultResult"}
2122
2131
  },
2132
+ "DisableFastSnapshotRestores":{
2133
+ "name":"DisableFastSnapshotRestores",
2134
+ "http":{
2135
+ "method":"POST",
2136
+ "requestUri":"/"
2137
+ },
2138
+ "input":{"shape":"DisableFastSnapshotRestoresRequest"},
2139
+ "output":{"shape":"DisableFastSnapshotRestoresResult"}
2140
+ },
2123
2141
  "DisableTransitGatewayRouteTablePropagation":{
2124
2142
  "name":"DisableTransitGatewayRouteTablePropagation",
2125
2143
  "http":{
@@ -2225,6 +2243,15 @@
2225
2243
  "input":{"shape":"EnableEbsEncryptionByDefaultRequest"},
2226
2244
  "output":{"shape":"EnableEbsEncryptionByDefaultResult"}
2227
2245
  },
2246
+ "EnableFastSnapshotRestores":{
2247
+ "name":"EnableFastSnapshotRestores",
2248
+ "http":{
2249
+ "method":"POST",
2250
+ "requestUri":"/"
2251
+ },
2252
+ "input":{"shape":"EnableFastSnapshotRestoresRequest"},
2253
+ "output":{"shape":"EnableFastSnapshotRestoresResult"}
2254
+ },
2228
2255
  "EnableTransitGatewayRouteTablePropagation":{
2229
2256
  "name":"EnableTransitGatewayRouteTablePropagation",
2230
2257
  "http":{
@@ -4302,6 +4329,13 @@
4302
4329
  "unavailable"
4303
4330
  ]
4304
4331
  },
4332
+ "AvailabilityZoneStringList":{
4333
+ "type":"list",
4334
+ "member":{
4335
+ "shape":"String",
4336
+ "locationName":"AvailabilityZone"
4337
+ }
4338
+ },
4305
4339
  "AvailableCapacity":{
4306
4340
  "type":"structure",
4307
4341
  "members":{
@@ -8782,6 +8816,92 @@
8782
8816
  }
8783
8817
  }
8784
8818
  },
8819
+ "DescribeFastSnapshotRestoreSuccessItem":{
8820
+ "type":"structure",
8821
+ "members":{
8822
+ "SnapshotId":{
8823
+ "shape":"String",
8824
+ "locationName":"snapshotId"
8825
+ },
8826
+ "AvailabilityZone":{
8827
+ "shape":"String",
8828
+ "locationName":"availabilityZone"
8829
+ },
8830
+ "State":{
8831
+ "shape":"FastSnapshotRestoreStateCode",
8832
+ "locationName":"state"
8833
+ },
8834
+ "StateTransitionReason":{
8835
+ "shape":"String",
8836
+ "locationName":"stateTransitionReason"
8837
+ },
8838
+ "OwnerId":{
8839
+ "shape":"String",
8840
+ "locationName":"ownerId"
8841
+ },
8842
+ "OwnerAlias":{
8843
+ "shape":"String",
8844
+ "locationName":"ownerAlias"
8845
+ },
8846
+ "EnablingTime":{
8847
+ "shape":"MillisecondDateTime",
8848
+ "locationName":"enablingTime"
8849
+ },
8850
+ "OptimizingTime":{
8851
+ "shape":"MillisecondDateTime",
8852
+ "locationName":"optimizingTime"
8853
+ },
8854
+ "EnabledTime":{
8855
+ "shape":"MillisecondDateTime",
8856
+ "locationName":"enabledTime"
8857
+ },
8858
+ "DisablingTime":{
8859
+ "shape":"MillisecondDateTime",
8860
+ "locationName":"disablingTime"
8861
+ },
8862
+ "DisabledTime":{
8863
+ "shape":"MillisecondDateTime",
8864
+ "locationName":"disabledTime"
8865
+ }
8866
+ }
8867
+ },
8868
+ "DescribeFastSnapshotRestoreSuccessSet":{
8869
+ "type":"list",
8870
+ "member":{
8871
+ "shape":"DescribeFastSnapshotRestoreSuccessItem",
8872
+ "locationName":"item"
8873
+ }
8874
+ },
8875
+ "DescribeFastSnapshotRestoresMaxResults":{
8876
+ "type":"integer",
8877
+ "max":200,
8878
+ "min":0
8879
+ },
8880
+ "DescribeFastSnapshotRestoresRequest":{
8881
+ "type":"structure",
8882
+ "members":{
8883
+ "Filters":{
8884
+ "shape":"FilterList",
8885
+ "locationName":"Filter"
8886
+ },
8887
+ "MaxResults":{"shape":"DescribeFastSnapshotRestoresMaxResults"},
8888
+ "NextToken":{"shape":"NextToken"},
8889
+ "DryRun":{"shape":"Boolean"}
8890
+ }
8891
+ },
8892
+ "DescribeFastSnapshotRestoresResult":{
8893
+ "type":"structure",
8894
+ "members":{
8895
+ "FastSnapshotRestores":{
8896
+ "shape":"DescribeFastSnapshotRestoreSuccessSet",
8897
+ "locationName":"fastSnapshotRestoreSet"
8898
+ },
8899
+ "NextToken":{
8900
+ "shape":"NextToken",
8901
+ "locationName":"nextToken"
8902
+ }
8903
+ }
8904
+ },
8785
8905
  "DescribeFleetError":{
8786
8906
  "type":"structure",
8787
8907
  "members":{
@@ -11541,6 +11661,146 @@
11541
11661
  }
11542
11662
  }
11543
11663
  },
11664
+ "DisableFastSnapshotRestoreErrorItem":{
11665
+ "type":"structure",
11666
+ "members":{
11667
+ "SnapshotId":{
11668
+ "shape":"String",
11669
+ "locationName":"snapshotId"
11670
+ },
11671
+ "FastSnapshotRestoreStateErrors":{
11672
+ "shape":"DisableFastSnapshotRestoreStateErrorSet",
11673
+ "locationName":"fastSnapshotRestoreStateErrorSet"
11674
+ }
11675
+ }
11676
+ },
11677
+ "DisableFastSnapshotRestoreErrorSet":{
11678
+ "type":"list",
11679
+ "member":{
11680
+ "shape":"DisableFastSnapshotRestoreErrorItem",
11681
+ "locationName":"item"
11682
+ }
11683
+ },
11684
+ "DisableFastSnapshotRestoreStateError":{
11685
+ "type":"structure",
11686
+ "members":{
11687
+ "Code":{
11688
+ "shape":"String",
11689
+ "locationName":"code"
11690
+ },
11691
+ "Message":{
11692
+ "shape":"String",
11693
+ "locationName":"message"
11694
+ }
11695
+ }
11696
+ },
11697
+ "DisableFastSnapshotRestoreStateErrorItem":{
11698
+ "type":"structure",
11699
+ "members":{
11700
+ "AvailabilityZone":{
11701
+ "shape":"String",
11702
+ "locationName":"availabilityZone"
11703
+ },
11704
+ "Error":{
11705
+ "shape":"DisableFastSnapshotRestoreStateError",
11706
+ "locationName":"error"
11707
+ }
11708
+ }
11709
+ },
11710
+ "DisableFastSnapshotRestoreStateErrorSet":{
11711
+ "type":"list",
11712
+ "member":{
11713
+ "shape":"DisableFastSnapshotRestoreStateErrorItem",
11714
+ "locationName":"item"
11715
+ }
11716
+ },
11717
+ "DisableFastSnapshotRestoreSuccessItem":{
11718
+ "type":"structure",
11719
+ "members":{
11720
+ "SnapshotId":{
11721
+ "shape":"String",
11722
+ "locationName":"snapshotId"
11723
+ },
11724
+ "AvailabilityZone":{
11725
+ "shape":"String",
11726
+ "locationName":"availabilityZone"
11727
+ },
11728
+ "State":{
11729
+ "shape":"FastSnapshotRestoreStateCode",
11730
+ "locationName":"state"
11731
+ },
11732
+ "StateTransitionReason":{
11733
+ "shape":"String",
11734
+ "locationName":"stateTransitionReason"
11735
+ },
11736
+ "OwnerId":{
11737
+ "shape":"String",
11738
+ "locationName":"ownerId"
11739
+ },
11740
+ "OwnerAlias":{
11741
+ "shape":"String",
11742
+ "locationName":"ownerAlias"
11743
+ },
11744
+ "EnablingTime":{
11745
+ "shape":"MillisecondDateTime",
11746
+ "locationName":"enablingTime"
11747
+ },
11748
+ "OptimizingTime":{
11749
+ "shape":"MillisecondDateTime",
11750
+ "locationName":"optimizingTime"
11751
+ },
11752
+ "EnabledTime":{
11753
+ "shape":"MillisecondDateTime",
11754
+ "locationName":"enabledTime"
11755
+ },
11756
+ "DisablingTime":{
11757
+ "shape":"MillisecondDateTime",
11758
+ "locationName":"disablingTime"
11759
+ },
11760
+ "DisabledTime":{
11761
+ "shape":"MillisecondDateTime",
11762
+ "locationName":"disabledTime"
11763
+ }
11764
+ }
11765
+ },
11766
+ "DisableFastSnapshotRestoreSuccessSet":{
11767
+ "type":"list",
11768
+ "member":{
11769
+ "shape":"DisableFastSnapshotRestoreSuccessItem",
11770
+ "locationName":"item"
11771
+ }
11772
+ },
11773
+ "DisableFastSnapshotRestoresRequest":{
11774
+ "type":"structure",
11775
+ "required":[
11776
+ "AvailabilityZones",
11777
+ "SourceSnapshotIds"
11778
+ ],
11779
+ "members":{
11780
+ "AvailabilityZones":{
11781
+ "shape":"AvailabilityZoneStringList",
11782
+ "locationName":"AvailabilityZone"
11783
+ },
11784
+ "SourceSnapshotIds":{
11785
+ "shape":"SnapshotIdStringList",
11786
+ "locationName":"SourceSnapshotId"
11787
+ },
11788
+ "DryRun":{"shape":"Boolean"}
11789
+ }
11790
+ },
11791
+ "DisableFastSnapshotRestoresResult":{
11792
+ "type":"structure",
11793
+ "members":{
11794
+ "Successful":{
11795
+ "shape":"DisableFastSnapshotRestoreSuccessSet",
11796
+ "locationName":"successful"
11797
+ },
11798
+ "Unsuccessful":{
11799
+ "shape":"DisableFastSnapshotRestoreErrorSet",
11800
+ "locationName":"unsuccessful"
11801
+ }
11802
+ }
11803
+ },
11544
11804
  "DisableTransitGatewayRouteTablePropagationRequest":{
11545
11805
  "type":"structure",
11546
11806
  "required":[
@@ -12143,6 +12403,146 @@
12143
12403
  }
12144
12404
  }
12145
12405
  },
12406
+ "EnableFastSnapshotRestoreErrorItem":{
12407
+ "type":"structure",
12408
+ "members":{
12409
+ "SnapshotId":{
12410
+ "shape":"String",
12411
+ "locationName":"snapshotId"
12412
+ },
12413
+ "FastSnapshotRestoreStateErrors":{
12414
+ "shape":"EnableFastSnapshotRestoreStateErrorSet",
12415
+ "locationName":"fastSnapshotRestoreStateErrorSet"
12416
+ }
12417
+ }
12418
+ },
12419
+ "EnableFastSnapshotRestoreErrorSet":{
12420
+ "type":"list",
12421
+ "member":{
12422
+ "shape":"EnableFastSnapshotRestoreErrorItem",
12423
+ "locationName":"item"
12424
+ }
12425
+ },
12426
+ "EnableFastSnapshotRestoreStateError":{
12427
+ "type":"structure",
12428
+ "members":{
12429
+ "Code":{
12430
+ "shape":"String",
12431
+ "locationName":"code"
12432
+ },
12433
+ "Message":{
12434
+ "shape":"String",
12435
+ "locationName":"message"
12436
+ }
12437
+ }
12438
+ },
12439
+ "EnableFastSnapshotRestoreStateErrorItem":{
12440
+ "type":"structure",
12441
+ "members":{
12442
+ "AvailabilityZone":{
12443
+ "shape":"String",
12444
+ "locationName":"availabilityZone"
12445
+ },
12446
+ "Error":{
12447
+ "shape":"EnableFastSnapshotRestoreStateError",
12448
+ "locationName":"error"
12449
+ }
12450
+ }
12451
+ },
12452
+ "EnableFastSnapshotRestoreStateErrorSet":{
12453
+ "type":"list",
12454
+ "member":{
12455
+ "shape":"EnableFastSnapshotRestoreStateErrorItem",
12456
+ "locationName":"item"
12457
+ }
12458
+ },
12459
+ "EnableFastSnapshotRestoreSuccessItem":{
12460
+ "type":"structure",
12461
+ "members":{
12462
+ "SnapshotId":{
12463
+ "shape":"String",
12464
+ "locationName":"snapshotId"
12465
+ },
12466
+ "AvailabilityZone":{
12467
+ "shape":"String",
12468
+ "locationName":"availabilityZone"
12469
+ },
12470
+ "State":{
12471
+ "shape":"FastSnapshotRestoreStateCode",
12472
+ "locationName":"state"
12473
+ },
12474
+ "StateTransitionReason":{
12475
+ "shape":"String",
12476
+ "locationName":"stateTransitionReason"
12477
+ },
12478
+ "OwnerId":{
12479
+ "shape":"String",
12480
+ "locationName":"ownerId"
12481
+ },
12482
+ "OwnerAlias":{
12483
+ "shape":"String",
12484
+ "locationName":"ownerAlias"
12485
+ },
12486
+ "EnablingTime":{
12487
+ "shape":"MillisecondDateTime",
12488
+ "locationName":"enablingTime"
12489
+ },
12490
+ "OptimizingTime":{
12491
+ "shape":"MillisecondDateTime",
12492
+ "locationName":"optimizingTime"
12493
+ },
12494
+ "EnabledTime":{
12495
+ "shape":"MillisecondDateTime",
12496
+ "locationName":"enabledTime"
12497
+ },
12498
+ "DisablingTime":{
12499
+ "shape":"MillisecondDateTime",
12500
+ "locationName":"disablingTime"
12501
+ },
12502
+ "DisabledTime":{
12503
+ "shape":"MillisecondDateTime",
12504
+ "locationName":"disabledTime"
12505
+ }
12506
+ }
12507
+ },
12508
+ "EnableFastSnapshotRestoreSuccessSet":{
12509
+ "type":"list",
12510
+ "member":{
12511
+ "shape":"EnableFastSnapshotRestoreSuccessItem",
12512
+ "locationName":"item"
12513
+ }
12514
+ },
12515
+ "EnableFastSnapshotRestoresRequest":{
12516
+ "type":"structure",
12517
+ "required":[
12518
+ "AvailabilityZones",
12519
+ "SourceSnapshotIds"
12520
+ ],
12521
+ "members":{
12522
+ "AvailabilityZones":{
12523
+ "shape":"AvailabilityZoneStringList",
12524
+ "locationName":"AvailabilityZone"
12525
+ },
12526
+ "SourceSnapshotIds":{
12527
+ "shape":"SnapshotIdStringList",
12528
+ "locationName":"SourceSnapshotId"
12529
+ },
12530
+ "DryRun":{"shape":"Boolean"}
12531
+ }
12532
+ },
12533
+ "EnableFastSnapshotRestoresResult":{
12534
+ "type":"structure",
12535
+ "members":{
12536
+ "Successful":{
12537
+ "shape":"EnableFastSnapshotRestoreSuccessSet",
12538
+ "locationName":"successful"
12539
+ },
12540
+ "Unsuccessful":{
12541
+ "shape":"EnableFastSnapshotRestoreErrorSet",
12542
+ "locationName":"unsuccessful"
12543
+ }
12544
+ }
12545
+ },
12146
12546
  "EnableTransitGatewayRouteTablePropagationRequest":{
12147
12547
  "type":"structure",
12148
12548
  "required":[
@@ -12606,6 +13006,16 @@
12606
13006
  "locationName":"item"
12607
13007
  }
12608
13008
  },
13009
+ "FastSnapshotRestoreStateCode":{
13010
+ "type":"string",
13011
+ "enum":[
13012
+ "enabling",
13013
+ "optimizing",
13014
+ "enabled",
13015
+ "disabling",
13016
+ "disabled"
13017
+ ]
13018
+ },
12609
13019
  "Filter":{
12610
13020
  "type":"structure",
12611
13021
  "members":{
@@ -24687,6 +25097,10 @@
24687
25097
  "VolumeType":{
24688
25098
  "shape":"VolumeType",
24689
25099
  "locationName":"volumeType"
25100
+ },
25101
+ "FastRestored":{
25102
+ "shape":"Boolean",
25103
+ "locationName":"fastRestored"
24690
25104
  }
24691
25105
  }
24692
25106
  },