aws-sdk 2.978.0 → 2.982.0
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.
- package/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +26 -14
- package/apis/cloudformation-2010-05-15.min.json +27 -1
- package/apis/ec2-2016-11-15.min.json +731 -727
- package/apis/elasticfilesystem-2015-02-01.min.json +2 -1
- package/apis/firehose-2015-08-04.min.json +104 -79
- package/apis/fsx-2018-03-01.min.json +639 -66
- package/apis/fsx-2018-03-01.paginators.json +15 -0
- package/apis/iot-2015-05-28.min.json +481 -232
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/kms-2014-11-01.examples.json +100 -94
- package/apis/kms-2014-11-01.min.json +54 -34
- package/apis/mediatailor-2018-04-23.min.json +144 -116
- package/apis/quicksight-2018-04-01.min.json +162 -127
- package/apis/s3control-2018-08-20.min.json +470 -24
- package/apis/s3control-2018-08-20.paginators.json +5 -0
- package/apis/schemas-2019-12-02.min.json +49 -31
- package/apis/securityhub-2018-10-26.min.json +492 -205
- package/apis/securityhub-2018-10-26.paginators.json +22 -11
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +68 -0
- package/apis/transfer-2018-11-05.min.json +403 -9
- package/apis/transfer-2018-11-05.paginators.json +10 -0
- package/clients/accessanalyzer.d.ts +46 -43
- package/clients/acmpca.d.ts +21 -7
- package/clients/cloudformation.d.ts +116 -80
- package/clients/cloudtrail.d.ts +72 -72
- package/clients/codebuild.d.ts +3 -3
- package/clients/computeoptimizer.d.ts +1 -1
- package/clients/configservice.d.ts +323 -323
- package/clients/ebs.d.ts +1 -1
- package/clients/ec2.d.ts +22 -13
- package/clients/efs.d.ts +57 -31
- package/clients/firehose.d.ts +39 -10
- package/clients/fsx.d.ts +694 -52
- package/clients/iot.d.ts +829 -506
- package/clients/kms.d.ts +293 -280
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/mediatailor.d.ts +45 -8
- package/clients/memorydb.d.ts +2 -2
- package/clients/polly.d.ts +2 -2
- package/clients/quicksight.d.ts +343 -310
- package/clients/s3control.d.ts +439 -44
- package/clients/schemas.d.ts +25 -0
- package/clients/securityhub.d.ts +524 -21
- package/clients/servicecatalogappregistry.d.ts +81 -3
- package/clients/sqs.d.ts +4 -4
- package/clients/transfer.d.ts +556 -28
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +25 -27
- package/dist/aws-sdk.js +1414 -1077
- package/dist/aws-sdk.min.js +85 -85
- package/dist/xml2js.js +2 -3
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -231,6 +231,46 @@
|
|
|
231
231
|
"hostPrefix": "{AccountId}."
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
|
+
"CreateMultiRegionAccessPoint": {
|
|
235
|
+
"http": {
|
|
236
|
+
"requestUri": "/v20180820/async-requests/mrap/create"
|
|
237
|
+
},
|
|
238
|
+
"input": {
|
|
239
|
+
"locationName": "CreateMultiRegionAccessPointRequest",
|
|
240
|
+
"xmlNamespace": {
|
|
241
|
+
"uri": "http://awss3control.amazonaws.com/doc/2018-08-20/"
|
|
242
|
+
},
|
|
243
|
+
"type": "structure",
|
|
244
|
+
"required": [
|
|
245
|
+
"AccountId",
|
|
246
|
+
"ClientToken",
|
|
247
|
+
"Details"
|
|
248
|
+
],
|
|
249
|
+
"members": {
|
|
250
|
+
"AccountId": {
|
|
251
|
+
"hostLabel": true,
|
|
252
|
+
"location": "header",
|
|
253
|
+
"locationName": "x-amz-account-id"
|
|
254
|
+
},
|
|
255
|
+
"ClientToken": {
|
|
256
|
+
"idempotencyToken": true
|
|
257
|
+
},
|
|
258
|
+
"Details": {
|
|
259
|
+
"shape": "S2x"
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"output": {
|
|
264
|
+
"type": "structure",
|
|
265
|
+
"members": {
|
|
266
|
+
"RequestTokenARN": {}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"endpoint": {
|
|
270
|
+
"hostPrefix": "{AccountId}."
|
|
271
|
+
},
|
|
272
|
+
"httpChecksumRequired": true
|
|
273
|
+
},
|
|
234
274
|
"DeleteAccessPoint": {
|
|
235
275
|
"http": {
|
|
236
276
|
"method": "DELETE",
|
|
@@ -479,6 +519,46 @@
|
|
|
479
519
|
"hostPrefix": "{AccountId}."
|
|
480
520
|
}
|
|
481
521
|
},
|
|
522
|
+
"DeleteMultiRegionAccessPoint": {
|
|
523
|
+
"http": {
|
|
524
|
+
"requestUri": "/v20180820/async-requests/mrap/delete"
|
|
525
|
+
},
|
|
526
|
+
"input": {
|
|
527
|
+
"locationName": "DeleteMultiRegionAccessPointRequest",
|
|
528
|
+
"xmlNamespace": {
|
|
529
|
+
"uri": "http://awss3control.amazonaws.com/doc/2018-08-20/"
|
|
530
|
+
},
|
|
531
|
+
"type": "structure",
|
|
532
|
+
"required": [
|
|
533
|
+
"AccountId",
|
|
534
|
+
"ClientToken",
|
|
535
|
+
"Details"
|
|
536
|
+
],
|
|
537
|
+
"members": {
|
|
538
|
+
"AccountId": {
|
|
539
|
+
"hostLabel": true,
|
|
540
|
+
"location": "header",
|
|
541
|
+
"locationName": "x-amz-account-id"
|
|
542
|
+
},
|
|
543
|
+
"ClientToken": {
|
|
544
|
+
"idempotencyToken": true
|
|
545
|
+
},
|
|
546
|
+
"Details": {
|
|
547
|
+
"shape": "S3e"
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"output": {
|
|
552
|
+
"type": "structure",
|
|
553
|
+
"members": {
|
|
554
|
+
"RequestTokenARN": {}
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"endpoint": {
|
|
558
|
+
"hostPrefix": "{AccountId}."
|
|
559
|
+
},
|
|
560
|
+
"httpChecksumRequired": true
|
|
561
|
+
},
|
|
482
562
|
"DeletePublicAccessBlock": {
|
|
483
563
|
"http": {
|
|
484
564
|
"method": "DELETE",
|
|
@@ -605,7 +685,7 @@
|
|
|
605
685
|
"type": "integer"
|
|
606
686
|
},
|
|
607
687
|
"ProgressSummary": {
|
|
608
|
-
"shape": "
|
|
688
|
+
"shape": "S3q"
|
|
609
689
|
},
|
|
610
690
|
"StatusUpdateReason": {},
|
|
611
691
|
"FailureReasons": {
|
|
@@ -640,6 +720,94 @@
|
|
|
640
720
|
"hostPrefix": "{AccountId}."
|
|
641
721
|
}
|
|
642
722
|
},
|
|
723
|
+
"DescribeMultiRegionAccessPointOperation": {
|
|
724
|
+
"http": {
|
|
725
|
+
"method": "GET",
|
|
726
|
+
"requestUri": "/v20180820/async-requests/mrap/{request_token+}"
|
|
727
|
+
},
|
|
728
|
+
"input": {
|
|
729
|
+
"type": "structure",
|
|
730
|
+
"required": [
|
|
731
|
+
"AccountId",
|
|
732
|
+
"RequestTokenARN"
|
|
733
|
+
],
|
|
734
|
+
"members": {
|
|
735
|
+
"AccountId": {
|
|
736
|
+
"hostLabel": true,
|
|
737
|
+
"location": "header",
|
|
738
|
+
"locationName": "x-amz-account-id"
|
|
739
|
+
},
|
|
740
|
+
"RequestTokenARN": {
|
|
741
|
+
"location": "uri",
|
|
742
|
+
"locationName": "request_token"
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
"output": {
|
|
747
|
+
"type": "structure",
|
|
748
|
+
"members": {
|
|
749
|
+
"AsyncOperation": {
|
|
750
|
+
"type": "structure",
|
|
751
|
+
"members": {
|
|
752
|
+
"CreationTime": {
|
|
753
|
+
"type": "timestamp"
|
|
754
|
+
},
|
|
755
|
+
"Operation": {},
|
|
756
|
+
"RequestTokenARN": {},
|
|
757
|
+
"RequestParameters": {
|
|
758
|
+
"type": "structure",
|
|
759
|
+
"members": {
|
|
760
|
+
"CreateMultiRegionAccessPointRequest": {
|
|
761
|
+
"shape": "S2x"
|
|
762
|
+
},
|
|
763
|
+
"DeleteMultiRegionAccessPointRequest": {
|
|
764
|
+
"shape": "S3e"
|
|
765
|
+
},
|
|
766
|
+
"PutMultiRegionAccessPointPolicyRequest": {
|
|
767
|
+
"shape": "S49"
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"RequestStatus": {},
|
|
772
|
+
"ResponseDetails": {
|
|
773
|
+
"type": "structure",
|
|
774
|
+
"members": {
|
|
775
|
+
"MultiRegionAccessPointDetails": {
|
|
776
|
+
"type": "structure",
|
|
777
|
+
"members": {
|
|
778
|
+
"Regions": {
|
|
779
|
+
"type": "list",
|
|
780
|
+
"member": {
|
|
781
|
+
"locationName": "Region",
|
|
782
|
+
"type": "structure",
|
|
783
|
+
"members": {
|
|
784
|
+
"Name": {},
|
|
785
|
+
"RequestStatus": {}
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"ErrorDetails": {
|
|
792
|
+
"type": "structure",
|
|
793
|
+
"members": {
|
|
794
|
+
"Code": {},
|
|
795
|
+
"Message": {},
|
|
796
|
+
"Resource": {},
|
|
797
|
+
"RequestId": {}
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"endpoint": {
|
|
807
|
+
"hostPrefix": "{AccountId}."
|
|
808
|
+
},
|
|
809
|
+
"httpChecksumRequired": true
|
|
810
|
+
},
|
|
643
811
|
"GetAccessPoint": {
|
|
644
812
|
"http": {
|
|
645
813
|
"method": "GET",
|
|
@@ -858,7 +1026,7 @@
|
|
|
858
1026
|
"type": "structure",
|
|
859
1027
|
"members": {
|
|
860
1028
|
"PolicyStatus": {
|
|
861
|
-
"shape": "
|
|
1029
|
+
"shape": "S4y"
|
|
862
1030
|
}
|
|
863
1031
|
}
|
|
864
1032
|
},
|
|
@@ -893,7 +1061,7 @@
|
|
|
893
1061
|
"type": "structure",
|
|
894
1062
|
"members": {
|
|
895
1063
|
"PolicyStatus": {
|
|
896
|
-
"shape": "
|
|
1064
|
+
"shape": "S4y"
|
|
897
1065
|
}
|
|
898
1066
|
}
|
|
899
1067
|
},
|
|
@@ -967,7 +1135,7 @@
|
|
|
967
1135
|
"type": "structure",
|
|
968
1136
|
"members": {
|
|
969
1137
|
"Rules": {
|
|
970
|
-
"shape": "
|
|
1138
|
+
"shape": "S57"
|
|
971
1139
|
}
|
|
972
1140
|
}
|
|
973
1141
|
},
|
|
@@ -1081,6 +1249,128 @@
|
|
|
1081
1249
|
"hostPrefix": "{AccountId}."
|
|
1082
1250
|
}
|
|
1083
1251
|
},
|
|
1252
|
+
"GetMultiRegionAccessPoint": {
|
|
1253
|
+
"http": {
|
|
1254
|
+
"method": "GET",
|
|
1255
|
+
"requestUri": "/v20180820/mrap/instances/{name}"
|
|
1256
|
+
},
|
|
1257
|
+
"input": {
|
|
1258
|
+
"type": "structure",
|
|
1259
|
+
"required": [
|
|
1260
|
+
"AccountId",
|
|
1261
|
+
"Name"
|
|
1262
|
+
],
|
|
1263
|
+
"members": {
|
|
1264
|
+
"AccountId": {
|
|
1265
|
+
"hostLabel": true,
|
|
1266
|
+
"location": "header",
|
|
1267
|
+
"locationName": "x-amz-account-id"
|
|
1268
|
+
},
|
|
1269
|
+
"Name": {
|
|
1270
|
+
"location": "uri",
|
|
1271
|
+
"locationName": "name"
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"output": {
|
|
1276
|
+
"type": "structure",
|
|
1277
|
+
"members": {
|
|
1278
|
+
"AccessPoint": {
|
|
1279
|
+
"shape": "S5y"
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
"endpoint": {
|
|
1284
|
+
"hostPrefix": "{AccountId}."
|
|
1285
|
+
},
|
|
1286
|
+
"httpChecksumRequired": true
|
|
1287
|
+
},
|
|
1288
|
+
"GetMultiRegionAccessPointPolicy": {
|
|
1289
|
+
"http": {
|
|
1290
|
+
"method": "GET",
|
|
1291
|
+
"requestUri": "/v20180820/mrap/instances/{name}/policy"
|
|
1292
|
+
},
|
|
1293
|
+
"input": {
|
|
1294
|
+
"type": "structure",
|
|
1295
|
+
"required": [
|
|
1296
|
+
"AccountId",
|
|
1297
|
+
"Name"
|
|
1298
|
+
],
|
|
1299
|
+
"members": {
|
|
1300
|
+
"AccountId": {
|
|
1301
|
+
"hostLabel": true,
|
|
1302
|
+
"location": "header",
|
|
1303
|
+
"locationName": "x-amz-account-id"
|
|
1304
|
+
},
|
|
1305
|
+
"Name": {
|
|
1306
|
+
"location": "uri",
|
|
1307
|
+
"locationName": "name"
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
"output": {
|
|
1312
|
+
"type": "structure",
|
|
1313
|
+
"members": {
|
|
1314
|
+
"Policy": {
|
|
1315
|
+
"type": "structure",
|
|
1316
|
+
"members": {
|
|
1317
|
+
"Established": {
|
|
1318
|
+
"type": "structure",
|
|
1319
|
+
"members": {
|
|
1320
|
+
"Policy": {}
|
|
1321
|
+
}
|
|
1322
|
+
},
|
|
1323
|
+
"Proposed": {
|
|
1324
|
+
"type": "structure",
|
|
1325
|
+
"members": {
|
|
1326
|
+
"Policy": {}
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
"endpoint": {
|
|
1334
|
+
"hostPrefix": "{AccountId}."
|
|
1335
|
+
},
|
|
1336
|
+
"httpChecksumRequired": true
|
|
1337
|
+
},
|
|
1338
|
+
"GetMultiRegionAccessPointPolicyStatus": {
|
|
1339
|
+
"http": {
|
|
1340
|
+
"method": "GET",
|
|
1341
|
+
"requestUri": "/v20180820/mrap/instances/{name}/policystatus"
|
|
1342
|
+
},
|
|
1343
|
+
"input": {
|
|
1344
|
+
"type": "structure",
|
|
1345
|
+
"required": [
|
|
1346
|
+
"AccountId",
|
|
1347
|
+
"Name"
|
|
1348
|
+
],
|
|
1349
|
+
"members": {
|
|
1350
|
+
"AccountId": {
|
|
1351
|
+
"hostLabel": true,
|
|
1352
|
+
"location": "header",
|
|
1353
|
+
"locationName": "x-amz-account-id"
|
|
1354
|
+
},
|
|
1355
|
+
"Name": {
|
|
1356
|
+
"location": "uri",
|
|
1357
|
+
"locationName": "name"
|
|
1358
|
+
}
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1361
|
+
"output": {
|
|
1362
|
+
"type": "structure",
|
|
1363
|
+
"members": {
|
|
1364
|
+
"Established": {
|
|
1365
|
+
"shape": "S4y"
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
"endpoint": {
|
|
1370
|
+
"hostPrefix": "{AccountId}."
|
|
1371
|
+
},
|
|
1372
|
+
"httpChecksumRequired": true
|
|
1373
|
+
},
|
|
1084
1374
|
"GetPublicAccessBlock": {
|
|
1085
1375
|
"http": {
|
|
1086
1376
|
"method": "GET",
|
|
@@ -1139,7 +1429,7 @@
|
|
|
1139
1429
|
"type": "structure",
|
|
1140
1430
|
"members": {
|
|
1141
1431
|
"StorageLensConfiguration": {
|
|
1142
|
-
"shape": "
|
|
1432
|
+
"shape": "S6f"
|
|
1143
1433
|
}
|
|
1144
1434
|
},
|
|
1145
1435
|
"payload": "StorageLensConfiguration"
|
|
@@ -1175,7 +1465,7 @@
|
|
|
1175
1465
|
"type": "structure",
|
|
1176
1466
|
"members": {
|
|
1177
1467
|
"Tags": {
|
|
1178
|
-
"shape": "
|
|
1468
|
+
"shape": "S78"
|
|
1179
1469
|
}
|
|
1180
1470
|
}
|
|
1181
1471
|
},
|
|
@@ -1353,7 +1643,7 @@
|
|
|
1353
1643
|
"type": "timestamp"
|
|
1354
1644
|
},
|
|
1355
1645
|
"ProgressSummary": {
|
|
1356
|
-
"shape": "
|
|
1646
|
+
"shape": "S3q"
|
|
1357
1647
|
}
|
|
1358
1648
|
}
|
|
1359
1649
|
}
|
|
@@ -1364,6 +1654,51 @@
|
|
|
1364
1654
|
"hostPrefix": "{AccountId}."
|
|
1365
1655
|
}
|
|
1366
1656
|
},
|
|
1657
|
+
"ListMultiRegionAccessPoints": {
|
|
1658
|
+
"http": {
|
|
1659
|
+
"method": "GET",
|
|
1660
|
+
"requestUri": "/v20180820/mrap/instances"
|
|
1661
|
+
},
|
|
1662
|
+
"input": {
|
|
1663
|
+
"type": "structure",
|
|
1664
|
+
"required": [
|
|
1665
|
+
"AccountId"
|
|
1666
|
+
],
|
|
1667
|
+
"members": {
|
|
1668
|
+
"AccountId": {
|
|
1669
|
+
"hostLabel": true,
|
|
1670
|
+
"location": "header",
|
|
1671
|
+
"locationName": "x-amz-account-id"
|
|
1672
|
+
},
|
|
1673
|
+
"NextToken": {
|
|
1674
|
+
"location": "querystring",
|
|
1675
|
+
"locationName": "nextToken"
|
|
1676
|
+
},
|
|
1677
|
+
"MaxResults": {
|
|
1678
|
+
"location": "querystring",
|
|
1679
|
+
"locationName": "maxResults",
|
|
1680
|
+
"type": "integer"
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"output": {
|
|
1685
|
+
"type": "structure",
|
|
1686
|
+
"members": {
|
|
1687
|
+
"AccessPoints": {
|
|
1688
|
+
"type": "list",
|
|
1689
|
+
"member": {
|
|
1690
|
+
"shape": "S5y",
|
|
1691
|
+
"locationName": "AccessPoint"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"NextToken": {}
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
"endpoint": {
|
|
1698
|
+
"hostPrefix": "{AccountId}."
|
|
1699
|
+
},
|
|
1700
|
+
"httpChecksumRequired": true
|
|
1701
|
+
},
|
|
1367
1702
|
"ListRegionalBuckets": {
|
|
1368
1703
|
"http": {
|
|
1369
1704
|
"method": "GET",
|
|
@@ -1611,7 +1946,7 @@
|
|
|
1611
1946
|
"type": "structure",
|
|
1612
1947
|
"members": {
|
|
1613
1948
|
"Rules": {
|
|
1614
|
-
"shape": "
|
|
1949
|
+
"shape": "S57"
|
|
1615
1950
|
}
|
|
1616
1951
|
}
|
|
1617
1952
|
}
|
|
@@ -1746,6 +2081,46 @@
|
|
|
1746
2081
|
"hostPrefix": "{AccountId}."
|
|
1747
2082
|
}
|
|
1748
2083
|
},
|
|
2084
|
+
"PutMultiRegionAccessPointPolicy": {
|
|
2085
|
+
"http": {
|
|
2086
|
+
"requestUri": "/v20180820/async-requests/mrap/put-policy"
|
|
2087
|
+
},
|
|
2088
|
+
"input": {
|
|
2089
|
+
"locationName": "PutMultiRegionAccessPointPolicyRequest",
|
|
2090
|
+
"xmlNamespace": {
|
|
2091
|
+
"uri": "http://awss3control.amazonaws.com/doc/2018-08-20/"
|
|
2092
|
+
},
|
|
2093
|
+
"type": "structure",
|
|
2094
|
+
"required": [
|
|
2095
|
+
"AccountId",
|
|
2096
|
+
"ClientToken",
|
|
2097
|
+
"Details"
|
|
2098
|
+
],
|
|
2099
|
+
"members": {
|
|
2100
|
+
"AccountId": {
|
|
2101
|
+
"hostLabel": true,
|
|
2102
|
+
"location": "header",
|
|
2103
|
+
"locationName": "x-amz-account-id"
|
|
2104
|
+
},
|
|
2105
|
+
"ClientToken": {
|
|
2106
|
+
"idempotencyToken": true
|
|
2107
|
+
},
|
|
2108
|
+
"Details": {
|
|
2109
|
+
"shape": "S49"
|
|
2110
|
+
}
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
"output": {
|
|
2114
|
+
"type": "structure",
|
|
2115
|
+
"members": {
|
|
2116
|
+
"RequestTokenARN": {}
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
2119
|
+
"endpoint": {
|
|
2120
|
+
"hostPrefix": "{AccountId}."
|
|
2121
|
+
},
|
|
2122
|
+
"httpChecksumRequired": true
|
|
2123
|
+
},
|
|
1749
2124
|
"PutPublicAccessBlock": {
|
|
1750
2125
|
"http": {
|
|
1751
2126
|
"method": "PUT",
|
|
@@ -1804,10 +2179,10 @@
|
|
|
1804
2179
|
"locationName": "x-amz-account-id"
|
|
1805
2180
|
},
|
|
1806
2181
|
"StorageLensConfiguration": {
|
|
1807
|
-
"shape": "
|
|
2182
|
+
"shape": "S6f"
|
|
1808
2183
|
},
|
|
1809
2184
|
"Tags": {
|
|
1810
|
-
"shape": "
|
|
2185
|
+
"shape": "S78"
|
|
1811
2186
|
}
|
|
1812
2187
|
}
|
|
1813
2188
|
},
|
|
@@ -1842,7 +2217,7 @@
|
|
|
1842
2217
|
"locationName": "x-amz-account-id"
|
|
1843
2218
|
},
|
|
1844
2219
|
"Tags": {
|
|
1845
|
-
"shape": "
|
|
2220
|
+
"shape": "S78"
|
|
1846
2221
|
}
|
|
1847
2222
|
}
|
|
1848
2223
|
},
|
|
@@ -2270,7 +2645,42 @@
|
|
|
2270
2645
|
}
|
|
2271
2646
|
}
|
|
2272
2647
|
},
|
|
2273
|
-
"
|
|
2648
|
+
"S2x": {
|
|
2649
|
+
"type": "structure",
|
|
2650
|
+
"required": [
|
|
2651
|
+
"Name",
|
|
2652
|
+
"Regions"
|
|
2653
|
+
],
|
|
2654
|
+
"members": {
|
|
2655
|
+
"Name": {},
|
|
2656
|
+
"PublicAccessBlock": {
|
|
2657
|
+
"shape": "S7"
|
|
2658
|
+
},
|
|
2659
|
+
"Regions": {
|
|
2660
|
+
"type": "list",
|
|
2661
|
+
"member": {
|
|
2662
|
+
"locationName": "Region",
|
|
2663
|
+
"type": "structure",
|
|
2664
|
+
"required": [
|
|
2665
|
+
"Bucket"
|
|
2666
|
+
],
|
|
2667
|
+
"members": {
|
|
2668
|
+
"Bucket": {}
|
|
2669
|
+
}
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
"S3e": {
|
|
2675
|
+
"type": "structure",
|
|
2676
|
+
"required": [
|
|
2677
|
+
"Name"
|
|
2678
|
+
],
|
|
2679
|
+
"members": {
|
|
2680
|
+
"Name": {}
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2683
|
+
"S3q": {
|
|
2274
2684
|
"type": "structure",
|
|
2275
2685
|
"members": {
|
|
2276
2686
|
"TotalNumberOfTasks": {
|
|
@@ -2285,6 +2695,17 @@
|
|
|
2285
2695
|
}
|
|
2286
2696
|
},
|
|
2287
2697
|
"S49": {
|
|
2698
|
+
"type": "structure",
|
|
2699
|
+
"required": [
|
|
2700
|
+
"Name",
|
|
2701
|
+
"Policy"
|
|
2702
|
+
],
|
|
2703
|
+
"members": {
|
|
2704
|
+
"Name": {},
|
|
2705
|
+
"Policy": {}
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2708
|
+
"S4y": {
|
|
2288
2709
|
"type": "structure",
|
|
2289
2710
|
"members": {
|
|
2290
2711
|
"IsPublic": {
|
|
@@ -2293,7 +2714,7 @@
|
|
|
2293
2714
|
}
|
|
2294
2715
|
}
|
|
2295
2716
|
},
|
|
2296
|
-
"
|
|
2717
|
+
"S57": {
|
|
2297
2718
|
"type": "list",
|
|
2298
2719
|
"member": {
|
|
2299
2720
|
"locationName": "Rule",
|
|
@@ -2384,7 +2805,32 @@
|
|
|
2384
2805
|
}
|
|
2385
2806
|
}
|
|
2386
2807
|
},
|
|
2387
|
-
"
|
|
2808
|
+
"S5y": {
|
|
2809
|
+
"type": "structure",
|
|
2810
|
+
"members": {
|
|
2811
|
+
"Name": {},
|
|
2812
|
+
"Alias": {},
|
|
2813
|
+
"CreatedAt": {
|
|
2814
|
+
"type": "timestamp"
|
|
2815
|
+
},
|
|
2816
|
+
"PublicAccessBlock": {
|
|
2817
|
+
"shape": "S7"
|
|
2818
|
+
},
|
|
2819
|
+
"Status": {},
|
|
2820
|
+
"Regions": {
|
|
2821
|
+
"type": "list",
|
|
2822
|
+
"member": {
|
|
2823
|
+
"locationName": "Region",
|
|
2824
|
+
"type": "structure",
|
|
2825
|
+
"members": {
|
|
2826
|
+
"Bucket": {},
|
|
2827
|
+
"Region": {}
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
"S6f": {
|
|
2388
2834
|
"type": "structure",
|
|
2389
2835
|
"required": [
|
|
2390
2836
|
"Id",
|
|
@@ -2400,13 +2846,13 @@
|
|
|
2400
2846
|
],
|
|
2401
2847
|
"members": {
|
|
2402
2848
|
"ActivityMetrics": {
|
|
2403
|
-
"shape": "
|
|
2849
|
+
"shape": "S6h"
|
|
2404
2850
|
},
|
|
2405
2851
|
"BucketLevel": {
|
|
2406
2852
|
"type": "structure",
|
|
2407
2853
|
"members": {
|
|
2408
2854
|
"ActivityMetrics": {
|
|
2409
|
-
"shape": "
|
|
2855
|
+
"shape": "S6h"
|
|
2410
2856
|
},
|
|
2411
2857
|
"PrefixLevel": {
|
|
2412
2858
|
"type": "structure",
|
|
@@ -2444,10 +2890,10 @@
|
|
|
2444
2890
|
"type": "structure",
|
|
2445
2891
|
"members": {
|
|
2446
2892
|
"Buckets": {
|
|
2447
|
-
"shape": "
|
|
2893
|
+
"shape": "S6r"
|
|
2448
2894
|
},
|
|
2449
2895
|
"Regions": {
|
|
2450
|
-
"shape": "
|
|
2896
|
+
"shape": "S6s"
|
|
2451
2897
|
}
|
|
2452
2898
|
}
|
|
2453
2899
|
},
|
|
@@ -2455,10 +2901,10 @@
|
|
|
2455
2901
|
"type": "structure",
|
|
2456
2902
|
"members": {
|
|
2457
2903
|
"Buckets": {
|
|
2458
|
-
"shape": "
|
|
2904
|
+
"shape": "S6r"
|
|
2459
2905
|
},
|
|
2460
2906
|
"Regions": {
|
|
2461
|
-
"shape": "
|
|
2907
|
+
"shape": "S6s"
|
|
2462
2908
|
}
|
|
2463
2909
|
}
|
|
2464
2910
|
},
|
|
@@ -2521,7 +2967,7 @@
|
|
|
2521
2967
|
"StorageLensArn": {}
|
|
2522
2968
|
}
|
|
2523
2969
|
},
|
|
2524
|
-
"
|
|
2970
|
+
"S6h": {
|
|
2525
2971
|
"type": "structure",
|
|
2526
2972
|
"members": {
|
|
2527
2973
|
"IsEnabled": {
|
|
@@ -2529,19 +2975,19 @@
|
|
|
2529
2975
|
}
|
|
2530
2976
|
}
|
|
2531
2977
|
},
|
|
2532
|
-
"
|
|
2978
|
+
"S6r": {
|
|
2533
2979
|
"type": "list",
|
|
2534
2980
|
"member": {
|
|
2535
2981
|
"locationName": "Arn"
|
|
2536
2982
|
}
|
|
2537
2983
|
},
|
|
2538
|
-
"
|
|
2984
|
+
"S6s": {
|
|
2539
2985
|
"type": "list",
|
|
2540
2986
|
"member": {
|
|
2541
2987
|
"locationName": "Region"
|
|
2542
2988
|
}
|
|
2543
2989
|
},
|
|
2544
|
-
"
|
|
2990
|
+
"S78": {
|
|
2545
2991
|
"type": "list",
|
|
2546
2992
|
"member": {
|
|
2547
2993
|
"locationName": "Tag",
|
|
@@ -16,6 +16,11 @@
|
|
|
16
16
|
"output_token": "NextToken",
|
|
17
17
|
"limit_key": "MaxResults"
|
|
18
18
|
},
|
|
19
|
+
"ListMultiRegionAccessPoints": {
|
|
20
|
+
"input_token": "NextToken",
|
|
21
|
+
"output_token": "NextToken",
|
|
22
|
+
"limit_key": "MaxResults"
|
|
23
|
+
},
|
|
19
24
|
"ListRegionalBuckets": {
|
|
20
25
|
"input_token": "NextToken",
|
|
21
26
|
"output_token": "NextToken",
|