aws-sdk-core 2.11.567 → 2.11.572

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/acm-pca/2017-08-22/api-2.json +129 -17
  3. data/apis/acm/2015-12-08/api-2.json +1 -0
  4. data/apis/apigatewayv2/2018-11-29/api-2.json +56 -0
  5. data/apis/cognito-idp/2016-04-18/api-2.json +1 -5
  6. data/apis/datasync/2018-11-09/api-2.json +78 -2
  7. data/apis/dms/2016-01-01/api-2.json +5 -2
  8. data/apis/ec2/2016-11-15/api-2.json +237 -0
  9. data/apis/ec2/2016-11-15/paginators-1.json +6 -0
  10. data/apis/ecr/2015-09-21/api-2.json +3 -1
  11. data/apis/identitystore/2020-06-15/api-2.json +318 -0
  12. data/apis/identitystore/2020-06-15/examples-1.json +5 -0
  13. data/apis/identitystore/2020-06-15/paginators-1.json +14 -0
  14. data/apis/iotsitewise/2019-12-02/api-2.json +22 -8
  15. data/apis/ivs/2020-07-14/api-2.json +160 -1
  16. data/apis/ivs/2020-07-14/paginators-1.json +6 -0
  17. data/apis/kafka/2018-11-14/api-2.json +142 -1
  18. data/apis/kinesis/2013-12-02/api-2.json +52 -12
  19. data/apis/lakeformation/2017-03-31/api-2.json +13 -1
  20. data/apis/quicksight/2018-04-01/api-2.json +579 -5
  21. data/apis/quicksight/2018-04-01/paginators-1.json +10 -0
  22. data/apis/robomaker/2018-06-29/api-2.json +738 -1
  23. data/apis/robomaker/2018-06-29/paginators-1.json +24 -0
  24. data/apis/securityhub/2018-10-26/api-2.json +565 -4
  25. data/apis/servicecatalog/2015-12-10/api-2.json +6 -0
  26. data/apis/sesv2/2019-09-27/api-2.json +189 -0
  27. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  28. data/apis/ssm/2014-11-06/api-2.json +18 -7
  29. data/apis/storagegateway/2013-06-30/api-2.json +165 -7
  30. data/apis/transcribe-streaming/2017-10-26/api-2.json +12 -1
  31. data/apis/xray/2016-04-12/api-2.json +150 -2
  32. data/endpoints.json +21 -0
  33. data/lib/aws-sdk-core.rb +1 -0
  34. data/lib/aws-sdk-core/identitystore.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +6 -2
@@ -2910,10 +2910,14 @@
2910
2910
  "CreatedTime":{"shape":"CreatedTime"},
2911
2911
  "IdempotencyToken":{"shape":"IdempotencyToken"},
2912
2912
  "LastRecordId":{"shape":"Id"},
2913
+ "LastProvisioningRecordId":{"shape":"Id"},
2914
+ "LastSuccessfulProvisioningRecordId":{"shape":"Id"},
2913
2915
  "Tags":{"shape":"Tags"},
2914
2916
  "PhysicalId":{"shape":"PhysicalId"},
2915
2917
  "ProductId":{"shape":"Id"},
2918
+ "ProductName":{"shape":"ProductViewName"},
2916
2919
  "ProvisioningArtifactId":{"shape":"Id"},
2920
+ "ProvisioningArtifactName":{"shape":"ProvisioningArtifactName"},
2917
2921
  "UserArn":{"shape":"UserArn"},
2918
2922
  "UserArnSession":{"shape":"UserArnSession"}
2919
2923
  }
@@ -2934,6 +2938,8 @@
2934
2938
  "CreatedTime":{"shape":"CreatedTime"},
2935
2939
  "IdempotencyToken":{"shape":"IdempotencyToken"},
2936
2940
  "LastRecordId":{"shape":"LastRequestId"},
2941
+ "LastProvisioningRecordId":{"shape":"Id"},
2942
+ "LastSuccessfulProvisioningRecordId":{"shape":"Id"},
2937
2943
  "ProductId":{"shape":"Id"},
2938
2944
  "ProvisioningArtifactId":{"shape":"Id"}
2939
2945
  }
@@ -145,6 +145,20 @@
145
145
  {"shape":"LimitExceededException"}
146
146
  ]
147
147
  },
148
+ "CreateImportJob":{
149
+ "name":"CreateImportJob",
150
+ "http":{
151
+ "method":"POST",
152
+ "requestUri":"/v2/email/import-jobs"
153
+ },
154
+ "input":{"shape":"CreateImportJobRequest"},
155
+ "output":{"shape":"CreateImportJobResponse"},
156
+ "errors":[
157
+ {"shape":"BadRequestException"},
158
+ {"shape":"LimitExceededException"},
159
+ {"shape":"TooManyRequestsException"}
160
+ ]
161
+ },
148
162
  "DeleteConfigurationSet":{
149
163
  "name":"DeleteConfigurationSet",
150
164
  "http":{
@@ -455,6 +469,20 @@
455
469
  {"shape":"BadRequestException"}
456
470
  ]
457
471
  },
472
+ "GetImportJob":{
473
+ "name":"GetImportJob",
474
+ "http":{
475
+ "method":"GET",
476
+ "requestUri":"/v2/email/import-jobs/{JobId}"
477
+ },
478
+ "input":{"shape":"GetImportJobRequest"},
479
+ "output":{"shape":"GetImportJobResponse"},
480
+ "errors":[
481
+ {"shape":"BadRequestException"},
482
+ {"shape":"NotFoundException"},
483
+ {"shape":"TooManyRequestsException"}
484
+ ]
485
+ },
458
486
  "GetSuppressedDestination":{
459
487
  "name":"GetSuppressedDestination",
460
488
  "http":{
@@ -562,6 +590,19 @@
562
590
  {"shape":"BadRequestException"}
563
591
  ]
564
592
  },
593
+ "ListImportJobs":{
594
+ "name":"ListImportJobs",
595
+ "http":{
596
+ "method":"GET",
597
+ "requestUri":"/v2/email/import-jobs"
598
+ },
599
+ "input":{"shape":"ListImportJobsRequest"},
600
+ "output":{"shape":"ListImportJobsResponse"},
601
+ "errors":[
602
+ {"shape":"TooManyRequestsException"},
603
+ {"shape":"BadRequestException"}
604
+ ]
605
+ },
565
606
  "ListSuppressedDestinations":{
566
607
  "name":"ListSuppressedDestinations",
567
608
  "http":{
@@ -1340,6 +1381,23 @@
1340
1381
  "members":{
1341
1382
  }
1342
1383
  },
1384
+ "CreateImportJobRequest":{
1385
+ "type":"structure",
1386
+ "required":[
1387
+ "ImportDestination",
1388
+ "ImportDataSource"
1389
+ ],
1390
+ "members":{
1391
+ "ImportDestination":{"shape":"ImportDestination"},
1392
+ "ImportDataSource":{"shape":"ImportDataSource"}
1393
+ }
1394
+ },
1395
+ "CreateImportJobResponse":{
1396
+ "type":"structure",
1397
+ "members":{
1398
+ "JobId":{"shape":"JobId"}
1399
+ }
1400
+ },
1343
1401
  "CustomRedirectDomain":{"type":"string"},
1344
1402
  "CustomVerificationEmailTemplateMetadata":{
1345
1403
  "type":"structure",
@@ -1367,6 +1425,13 @@
1367
1425
  "type":"list",
1368
1426
  "member":{"shape":"DailyVolume"}
1369
1427
  },
1428
+ "DataFormat":{
1429
+ "type":"string",
1430
+ "enum":[
1431
+ "CSV",
1432
+ "JSON"
1433
+ ]
1434
+ },
1370
1435
  "DedicatedIp":{
1371
1436
  "type":"structure",
1372
1437
  "required":[
@@ -1778,6 +1843,15 @@
1778
1843
  "type":"list",
1779
1844
  "member":{"shape":"EventType"}
1780
1845
  },
1846
+ "FailedRecordsCount":{"type":"integer"},
1847
+ "FailedRecordsS3Url":{"type":"string"},
1848
+ "FailureInfo":{
1849
+ "type":"structure",
1850
+ "members":{
1851
+ "FailedRecordsS3Url":{"shape":"FailedRecordsS3Url"},
1852
+ "ErrorMessage":{"shape":"ErrorMessage"}
1853
+ }
1854
+ },
1781
1855
  "FailureRedirectionURL":{"type":"string"},
1782
1856
  "FeedbackId":{"type":"string"},
1783
1857
  "GeneralEnforcementStatus":{"type":"string"},
@@ -2080,6 +2154,31 @@
2080
2154
  "TemplateContent":{"shape":"EmailTemplateContent"}
2081
2155
  }
2082
2156
  },
2157
+ "GetImportJobRequest":{
2158
+ "type":"structure",
2159
+ "required":["JobId"],
2160
+ "members":{
2161
+ "JobId":{
2162
+ "shape":"JobId",
2163
+ "location":"uri",
2164
+ "locationName":"JobId"
2165
+ }
2166
+ }
2167
+ },
2168
+ "GetImportJobResponse":{
2169
+ "type":"structure",
2170
+ "members":{
2171
+ "JobId":{"shape":"JobId"},
2172
+ "ImportDestination":{"shape":"ImportDestination"},
2173
+ "ImportDataSource":{"shape":"ImportDataSource"},
2174
+ "FailureInfo":{"shape":"FailureInfo"},
2175
+ "JobStatus":{"shape":"JobStatus"},
2176
+ "CreatedTimestamp":{"shape":"Timestamp"},
2177
+ "CompletedTimestamp":{"shape":"Timestamp"},
2178
+ "ProcessedRecordsCount":{"shape":"ProcessedRecordsCount"},
2179
+ "FailedRecordsCount":{"shape":"FailedRecordsCount"}
2180
+ }
2181
+ },
2083
2182
  "GetSuppressedDestinationRequest":{
2084
2183
  "type":"structure",
2085
2184
  "required":["EmailAddress"],
@@ -2123,6 +2222,41 @@
2123
2222
  ]
2124
2223
  },
2125
2224
  "ImageUrl":{"type":"string"},
2225
+ "ImportDataSource":{
2226
+ "type":"structure",
2227
+ "required":[
2228
+ "S3Url",
2229
+ "DataFormat"
2230
+ ],
2231
+ "members":{
2232
+ "S3Url":{"shape":"S3Url"},
2233
+ "DataFormat":{"shape":"DataFormat"}
2234
+ }
2235
+ },
2236
+ "ImportDestination":{
2237
+ "type":"structure",
2238
+ "required":["SuppressionListDestination"],
2239
+ "members":{
2240
+ "SuppressionListDestination":{"shape":"SuppressionListDestination"}
2241
+ }
2242
+ },
2243
+ "ImportDestinationType":{
2244
+ "type":"string",
2245
+ "enum":["SUPPRESSION_LIST"]
2246
+ },
2247
+ "ImportJobSummary":{
2248
+ "type":"structure",
2249
+ "members":{
2250
+ "JobId":{"shape":"JobId"},
2251
+ "ImportDestination":{"shape":"ImportDestination"},
2252
+ "JobStatus":{"shape":"JobStatus"},
2253
+ "CreatedTimestamp":{"shape":"Timestamp"}
2254
+ }
2255
+ },
2256
+ "ImportJobSummaryList":{
2257
+ "type":"list",
2258
+ "member":{"shape":"ImportJobSummary"}
2259
+ },
2126
2260
  "InboxPlacementTrackingOption":{
2127
2261
  "type":"structure",
2128
2262
  "members":{
@@ -2158,6 +2292,19 @@
2158
2292
  "type":"list",
2159
2293
  "member":{"shape":"IspPlacement"}
2160
2294
  },
2295
+ "JobId":{
2296
+ "type":"string",
2297
+ "min":1
2298
+ },
2299
+ "JobStatus":{
2300
+ "type":"string",
2301
+ "enum":[
2302
+ "CREATED",
2303
+ "PROCESSING",
2304
+ "COMPLETED",
2305
+ "FAILED"
2306
+ ]
2307
+ },
2161
2308
  "KinesisFirehoseDestination":{
2162
2309
  "type":"structure",
2163
2310
  "required":[
@@ -2353,6 +2500,29 @@
2353
2500
  "NextToken":{"shape":"NextToken"}
2354
2501
  }
2355
2502
  },
2503
+ "ListImportJobsRequest":{
2504
+ "type":"structure",
2505
+ "members":{
2506
+ "ImportDestinationType":{"shape":"ImportDestinationType"},
2507
+ "NextToken":{
2508
+ "shape":"NextToken",
2509
+ "location":"querystring",
2510
+ "locationName":"NextToken"
2511
+ },
2512
+ "PageSize":{
2513
+ "shape":"MaxItems",
2514
+ "location":"querystring",
2515
+ "locationName":"PageSize"
2516
+ }
2517
+ }
2518
+ },
2519
+ "ListImportJobsResponse":{
2520
+ "type":"structure",
2521
+ "members":{
2522
+ "ImportJobs":{"shape":"ImportJobSummaryList"},
2523
+ "NextToken":{"shape":"NextToken"}
2524
+ }
2525
+ },
2356
2526
  "ListOfDedicatedIpPools":{
2357
2527
  "type":"list",
2358
2528
  "member":{"shape":"PoolName"}
@@ -2546,6 +2716,7 @@
2546
2716
  "pattern":"^[a-zA-Z0-9+\\/]+={0,2}$",
2547
2717
  "sensitive":true
2548
2718
  },
2719
+ "ProcessedRecordsCount":{"type":"integer"},
2549
2720
  "PutAccountDedicatedIpWarmupAttributesRequest":{
2550
2721
  "type":"structure",
2551
2722
  "members":{
@@ -2877,6 +3048,10 @@
2877
3048
  "DENIED"
2878
3049
  ]
2879
3050
  },
3051
+ "S3Url":{
3052
+ "type":"string",
3053
+ "pattern":"^s3:\\/\\/([^\\/]+)\\/(.*?([^\\/]+)\\/?)$"
3054
+ },
2880
3055
  "Selector":{
2881
3056
  "type":"string",
2882
3057
  "max":63,
@@ -3023,6 +3198,20 @@
3023
3198
  "SuppressedReasons":{"shape":"SuppressionListReasons"}
3024
3199
  }
3025
3200
  },
3201
+ "SuppressionListDestination":{
3202
+ "type":"structure",
3203
+ "required":["SuppressionListImportAction"],
3204
+ "members":{
3205
+ "SuppressionListImportAction":{"shape":"SuppressionListImportAction"}
3206
+ }
3207
+ },
3208
+ "SuppressionListImportAction":{
3209
+ "type":"string",
3210
+ "enum":[
3211
+ "DELETE",
3212
+ "PUT"
3213
+ ]
3214
+ },
3026
3215
  "SuppressionListReason":{
3027
3216
  "type":"string",
3028
3217
  "enum":[
@@ -40,6 +40,11 @@
40
40
  "output_token": "NextToken",
41
41
  "limit_key": "PageSize"
42
42
  },
43
+ "ListImportJobs": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "PageSize"
47
+ },
43
48
  "ListSuppressedDestinations": {
44
49
  "input_token": "NextToken",
45
50
  "output_token": "NextToken",
@@ -3237,7 +3237,7 @@
3237
3237
  "SchemaDeleteOption":{"shape":"InventorySchemaDeleteOption"},
3238
3238
  "DryRun":{"shape":"DryRun"},
3239
3239
  "ClientToken":{
3240
- "shape":"ClientToken",
3240
+ "shape":"UUID",
3241
3241
  "idempotencyToken":true
3242
3242
  }
3243
3243
  }
@@ -3245,7 +3245,7 @@
3245
3245
  "DeleteInventoryResult":{
3246
3246
  "type":"structure",
3247
3247
  "members":{
3248
- "DeletionId":{"shape":"InventoryDeletionId"},
3248
+ "DeletionId":{"shape":"UUID"},
3249
3249
  "TypeName":{"shape":"InventoryItemTypeName"},
3250
3250
  "DeletionSummary":{"shape":"InventoryDeletionSummary"}
3251
3251
  }
@@ -3713,7 +3713,7 @@
3713
3713
  "DescribeInventoryDeletionsRequest":{
3714
3714
  "type":"structure",
3715
3715
  "members":{
3716
- "DeletionId":{"shape":"InventoryDeletionId"},
3716
+ "DeletionId":{"shape":"UUID"},
3717
3717
  "NextToken":{"shape":"NextToken"},
3718
3718
  "MaxResults":{
3719
3719
  "shape":"MaxResults",
@@ -5581,7 +5581,6 @@
5581
5581
  "number"
5582
5582
  ]
5583
5583
  },
5584
- "InventoryDeletionId":{"type":"string"},
5585
5584
  "InventoryDeletionLastStatusMessage":{"type":"string"},
5586
5585
  "InventoryDeletionLastStatusUpdateTime":{"type":"timestamp"},
5587
5586
  "InventoryDeletionStartTime":{"type":"timestamp"},
@@ -5595,7 +5594,7 @@
5595
5594
  "InventoryDeletionStatusItem":{
5596
5595
  "type":"structure",
5597
5596
  "members":{
5598
- "DeletionId":{"shape":"InventoryDeletionId"},
5597
+ "DeletionId":{"shape":"UUID"},
5599
5598
  "TypeName":{"shape":"InventoryItemTypeName"},
5600
5599
  "DeletionStartTime":{"shape":"InventoryDeletionStartTime"},
5601
5600
  "LastStatus":{"shape":"InventoryDeletionStatus"},
@@ -6693,7 +6692,11 @@
6693
6692
  "max":5,
6694
6693
  "min":0
6695
6694
  },
6696
- "OpsDataAttributeName":{"type":"string"},
6695
+ "OpsDataAttributeName":{
6696
+ "type":"string",
6697
+ "max":128,
6698
+ "min":1
6699
+ },
6697
6700
  "OpsDataTypeName":{
6698
6701
  "type":"string",
6699
6702
  "max":100,
@@ -6776,7 +6779,11 @@
6776
6779
  "Exists"
6777
6780
  ]
6778
6781
  },
6779
- "OpsFilterValue":{"type":"string"},
6782
+ "OpsFilterValue":{
6783
+ "type":"string",
6784
+ "max":256,
6785
+ "min":0
6786
+ },
6780
6787
  "OpsFilterValueList":{
6781
6788
  "type":"list",
6782
6789
  "member":{"shape":"OpsFilterValue"},
@@ -8888,6 +8895,10 @@
8888
8895
  },
8889
8896
  "exception":true
8890
8897
  },
8898
+ "UUID":{
8899
+ "type":"string",
8900
+ "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
8901
+ },
8891
8902
  "UnsupportedCalendarException":{
8892
8903
  "type":"structure",
8893
8904
  "members":{
@@ -209,6 +209,19 @@
209
209
  {"shape":"InternalServerError"}
210
210
  ]
211
211
  },
212
+ "CreateTapePool":{
213
+ "name":"CreateTapePool",
214
+ "http":{
215
+ "method":"POST",
216
+ "requestUri":"/"
217
+ },
218
+ "input":{"shape":"CreateTapePoolInput"},
219
+ "output":{"shape":"CreateTapePoolOutput"},
220
+ "errors":[
221
+ {"shape":"InvalidGatewayRequestException"},
222
+ {"shape":"InternalServerError"}
223
+ ]
224
+ },
212
225
  "CreateTapeWithBarcode":{
213
226
  "name":"CreateTapeWithBarcode",
214
227
  "http":{
@@ -339,6 +352,19 @@
339
352
  {"shape":"InternalServerError"}
340
353
  ]
341
354
  },
355
+ "DeleteTapePool":{
356
+ "name":"DeleteTapePool",
357
+ "http":{
358
+ "method":"POST",
359
+ "requestUri":"/"
360
+ },
361
+ "input":{"shape":"DeleteTapePoolInput"},
362
+ "output":{"shape":"DeleteTapePoolOutput"},
363
+ "errors":[
364
+ {"shape":"InvalidGatewayRequestException"},
365
+ {"shape":"InternalServerError"}
366
+ ]
367
+ },
342
368
  "DeleteVolume":{
343
369
  "name":"DeleteVolume",
344
370
  "http":{
@@ -690,6 +716,19 @@
690
716
  {"shape":"InternalServerError"}
691
717
  ]
692
718
  },
719
+ "ListTapePools":{
720
+ "name":"ListTapePools",
721
+ "http":{
722
+ "method":"POST",
723
+ "requestUri":"/"
724
+ },
725
+ "input":{"shape":"ListTapePoolsInput"},
726
+ "output":{"shape":"ListTapePoolsOutput"},
727
+ "errors":[
728
+ {"shape":"InvalidGatewayRequestException"},
729
+ {"shape":"InternalServerError"}
730
+ ]
731
+ },
693
732
  "ListTapes":{
694
733
  "name":"ListTapes",
695
734
  "http":{
@@ -1148,7 +1187,8 @@
1148
1187
  ],
1149
1188
  "members":{
1150
1189
  "TapeARN":{"shape":"TapeARN"},
1151
- "PoolId":{"shape":"PoolId"}
1190
+ "PoolId":{"shape":"PoolId"},
1191
+ "BypassGovernanceRetention":{"shape":"boolean"}
1152
1192
  }
1153
1193
  },
1154
1194
  "AssignTapePoolOutput":{
@@ -1211,7 +1251,8 @@
1211
1251
  "TapeBarcodePrefix":{"shape":"TapeBarcodePrefix"},
1212
1252
  "PoolId":{"shape":"PoolId"},
1213
1253
  "TapeSizeInBytes":{"shape":"TapeSize"},
1214
- "MinimumNumTapes":{"shape":"MinimumNumTapes"}
1254
+ "MinimumNumTapes":{"shape":"MinimumNumTapes"},
1255
+ "Worm":{"shape":"boolean"}
1215
1256
  }
1216
1257
  },
1217
1258
  "AutomaticTapeCreationRules":{
@@ -1509,6 +1550,26 @@
1509
1550
  "TargetARN":{"shape":"TargetARN"}
1510
1551
  }
1511
1552
  },
1553
+ "CreateTapePoolInput":{
1554
+ "type":"structure",
1555
+ "required":[
1556
+ "PoolName",
1557
+ "StorageClass"
1558
+ ],
1559
+ "members":{
1560
+ "PoolName":{"shape":"PoolName"},
1561
+ "StorageClass":{"shape":"TapeStorageClass"},
1562
+ "RetentionLockType":{"shape":"RetentionLockType"},
1563
+ "RetentionLockTimeInDays":{"shape":"RetentionLockTimeInDays"},
1564
+ "Tags":{"shape":"Tags"}
1565
+ }
1566
+ },
1567
+ "CreateTapePoolOutput":{
1568
+ "type":"structure",
1569
+ "members":{
1570
+ "PoolARN":{"shape":"PoolARN"}
1571
+ }
1572
+ },
1512
1573
  "CreateTapeWithBarcodeInput":{
1513
1574
  "type":"structure",
1514
1575
  "required":[
@@ -1523,6 +1584,7 @@
1523
1584
  "KMSEncrypted":{"shape":"Boolean"},
1524
1585
  "KMSKey":{"shape":"KMSKey"},
1525
1586
  "PoolId":{"shape":"PoolId"},
1587
+ "Worm":{"shape":"boolean"},
1526
1588
  "Tags":{"shape":"Tags"}
1527
1589
  }
1528
1590
  },
@@ -1550,6 +1612,7 @@
1550
1612
  "KMSEncrypted":{"shape":"Boolean"},
1551
1613
  "KMSKey":{"shape":"KMSKey"},
1552
1614
  "PoolId":{"shape":"PoolId"},
1615
+ "Worm":{"shape":"boolean"},
1553
1616
  "Tags":{"shape":"Tags"}
1554
1617
  }
1555
1618
  },
@@ -1662,7 +1725,8 @@
1662
1725
  "type":"structure",
1663
1726
  "required":["TapeARN"],
1664
1727
  "members":{
1665
- "TapeARN":{"shape":"TapeARN"}
1728
+ "TapeARN":{"shape":"TapeARN"},
1729
+ "BypassGovernanceRetention":{"shape":"boolean"}
1666
1730
  }
1667
1731
  },
1668
1732
  "DeleteTapeArchiveOutput":{
@@ -1679,7 +1743,8 @@
1679
1743
  ],
1680
1744
  "members":{
1681
1745
  "GatewayARN":{"shape":"GatewayARN"},
1682
- "TapeARN":{"shape":"TapeARN"}
1746
+ "TapeARN":{"shape":"TapeARN"},
1747
+ "BypassGovernanceRetention":{"shape":"boolean"}
1683
1748
  }
1684
1749
  },
1685
1750
  "DeleteTapeOutput":{
@@ -1688,6 +1753,19 @@
1688
1753
  "TapeARN":{"shape":"TapeARN"}
1689
1754
  }
1690
1755
  },
1756
+ "DeleteTapePoolInput":{
1757
+ "type":"structure",
1758
+ "required":["PoolARN"],
1759
+ "members":{
1760
+ "PoolARN":{"shape":"PoolARN"}
1761
+ }
1762
+ },
1763
+ "DeleteTapePoolOutput":{
1764
+ "type":"structure",
1765
+ "members":{
1766
+ "PoolARN":{"shape":"PoolARN"}
1767
+ }
1768
+ },
1691
1769
  "DeleteVolumeInput":{
1692
1770
  "type":"structure",
1693
1771
  "required":["VolumeARN"],
@@ -2484,6 +2562,21 @@
2484
2562
  "Tags":{"shape":"Tags"}
2485
2563
  }
2486
2564
  },
2565
+ "ListTapePoolsInput":{
2566
+ "type":"structure",
2567
+ "members":{
2568
+ "PoolARNs":{"shape":"PoolARNs"},
2569
+ "Marker":{"shape":"Marker"},
2570
+ "Limit":{"shape":"PositiveIntObject"}
2571
+ }
2572
+ },
2573
+ "ListTapePoolsOutput":{
2574
+ "type":"structure",
2575
+ "members":{
2576
+ "PoolInfos":{"shape":"PoolInfos"},
2577
+ "Marker":{"shape":"Marker"}
2578
+ }
2579
+ },
2487
2580
  "ListTapesInput":{
2488
2581
  "type":"structure",
2489
2582
  "members":{
@@ -2682,11 +2775,48 @@
2682
2775
  "min":1,
2683
2776
  "pattern":"^[0-7]{4}$"
2684
2777
  },
2778
+ "PoolARN":{
2779
+ "type":"string",
2780
+ "max":500,
2781
+ "min":50
2782
+ },
2783
+ "PoolARNs":{
2784
+ "type":"list",
2785
+ "member":{"shape":"PoolARN"}
2786
+ },
2685
2787
  "PoolId":{
2686
2788
  "type":"string",
2687
2789
  "max":100,
2688
2790
  "min":1
2689
2791
  },
2792
+ "PoolInfo":{
2793
+ "type":"structure",
2794
+ "members":{
2795
+ "PoolARN":{"shape":"PoolARN"},
2796
+ "PoolName":{"shape":"PoolName"},
2797
+ "StorageClass":{"shape":"TapeStorageClass"},
2798
+ "RetentionLockType":{"shape":"RetentionLockType"},
2799
+ "RetentionLockTimeInDays":{"shape":"RetentionLockTimeInDays"},
2800
+ "PoolStatus":{"shape":"PoolStatus"}
2801
+ }
2802
+ },
2803
+ "PoolInfos":{
2804
+ "type":"list",
2805
+ "member":{"shape":"PoolInfo"}
2806
+ },
2807
+ "PoolName":{
2808
+ "type":"string",
2809
+ "max":100,
2810
+ "min":1,
2811
+ "pattern":"^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$"
2812
+ },
2813
+ "PoolStatus":{
2814
+ "type":"string",
2815
+ "enum":[
2816
+ "ACTIVE",
2817
+ "DELETED"
2818
+ ]
2819
+ },
2690
2820
  "PositiveIntObject":{
2691
2821
  "type":"integer",
2692
2822
  "min":1
@@ -2752,6 +2882,19 @@
2752
2882
  "max":500,
2753
2883
  "min":50
2754
2884
  },
2885
+ "RetentionLockTimeInDays":{
2886
+ "type":"integer",
2887
+ "max":36500,
2888
+ "min":0
2889
+ },
2890
+ "RetentionLockType":{
2891
+ "type":"string",
2892
+ "enum":[
2893
+ "COMPLIANCE",
2894
+ "GOVERNANCE",
2895
+ "NONE"
2896
+ ]
2897
+ },
2755
2898
  "RetrieveTapeArchiveInput":{
2756
2899
  "type":"structure",
2757
2900
  "required":[
@@ -3017,7 +3160,10 @@
3017
3160
  "Progress":{"shape":"DoubleObject"},
3018
3161
  "TapeUsedInBytes":{"shape":"TapeUsage"},
3019
3162
  "KMSKey":{"shape":"KMSKey"},
3020
- "PoolId":{"shape":"PoolId"}
3163
+ "PoolId":{"shape":"PoolId"},
3164
+ "Worm":{"shape":"boolean"},
3165
+ "RetentionStartDate":{"shape":"Time"},
3166
+ "PoolEntryDate":{"shape":"Time"}
3021
3167
  }
3022
3168
  },
3023
3169
  "TapeARN":{
@@ -3042,7 +3188,10 @@
3042
3188
  "TapeStatus":{"shape":"TapeArchiveStatus"},
3043
3189
  "TapeUsedInBytes":{"shape":"TapeUsage"},
3044
3190
  "KMSKey":{"shape":"KMSKey"},
3045
- "PoolId":{"shape":"PoolId"}
3191
+ "PoolId":{"shape":"PoolId"},
3192
+ "Worm":{"shape":"boolean"},
3193
+ "RetentionStartDate":{"shape":"Time"},
3194
+ "PoolEntryDate":{"shape":"Time"}
3046
3195
  }
3047
3196
  },
3048
3197
  "TapeArchiveStatus":{"type":"string"},
@@ -3075,7 +3224,9 @@
3075
3224
  "TapeSizeInBytes":{"shape":"TapeSize"},
3076
3225
  "TapeStatus":{"shape":"TapeStatus"},
3077
3226
  "GatewayARN":{"shape":"GatewayARN"},
3078
- "PoolId":{"shape":"PoolId"}
3227
+ "PoolId":{"shape":"PoolId"},
3228
+ "RetentionStartDate":{"shape":"Time"},
3229
+ "PoolEntryDate":{"shape":"Time"}
3079
3230
  }
3080
3231
  },
3081
3232
  "TapeInfos":{
@@ -3098,6 +3249,13 @@
3098
3249
  "TapeRecoveryPointStatus":{"type":"string"},
3099
3250
  "TapeSize":{"type":"long"},
3100
3251
  "TapeStatus":{"type":"string"},
3252
+ "TapeStorageClass":{
3253
+ "type":"string",
3254
+ "enum":[
3255
+ "DEEP_ARCHIVE",
3256
+ "GLACIER"
3257
+ ]
3258
+ },
3101
3259
  "TapeUsage":{"type":"long"},
3102
3260
  "Tapes":{
3103
3261
  "type":"list",