cdk-lambda-subminute 2.0.311 → 2.0.313

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.
Files changed (76) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +101 -95
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +91 -71
  6. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.examples.json +5 -0
  7. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +2322 -0
  8. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.paginators.json +52 -0
  9. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +697 -0
  11. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.paginators.json +9 -0
  12. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +18 -18
  13. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.waiters2.json +5 -0
  14. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
  15. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
  16. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
  18. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
  19. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1180 -417
  20. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
  21. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +129 -84
  22. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +481 -132
  23. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.paginators.json +12 -0
  24. package/node_modules/aws-sdk/apis/metadata.json +17 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
  26. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
  27. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.examples.json +5 -0
  28. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +3025 -0
  29. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.paginators.json +76 -0
  30. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.examples.json +5 -0
  31. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +2499 -0
  32. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.paginators.json +64 -0
  33. package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
  34. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +128 -128
  35. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +649 -186
  36. package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +6 -0
  37. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +121 -115
  38. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1688 -980
  39. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
  40. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +13 -2
  41. package/node_modules/aws-sdk/clients/all.d.ts +5 -0
  42. package/node_modules/aws-sdk/clients/all.js +6 -1
  43. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
  44. package/node_modules/aws-sdk/clients/bedrock.d.ts +53 -17
  45. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +1258 -0
  46. package/node_modules/aws-sdk/clients/bedrockagent.js +18 -0
  47. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +439 -0
  48. package/node_modules/aws-sdk/clients/bedrockagentruntime.js +18 -0
  49. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/bedrockruntime.js +1 -0
  51. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
  52. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
  53. package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
  54. package/node_modules/aws-sdk/clients/connect.d.ts +886 -20
  55. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +40 -0
  56. package/node_modules/aws-sdk/clients/elasticache.d.ts +484 -12
  57. package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
  58. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
  59. package/node_modules/aws-sdk/clients/qbusiness.d.ts +3231 -0
  60. package/node_modules/aws-sdk/clients/qbusiness.js +18 -0
  61. package/node_modules/aws-sdk/clients/qconnect.d.ts +2552 -0
  62. package/node_modules/aws-sdk/clients/qconnect.js +18 -0
  63. package/node_modules/aws-sdk/clients/s3.d.ts +795 -666
  64. package/node_modules/aws-sdk/clients/s3control.d.ts +135 -125
  65. package/node_modules/aws-sdk/clients/sagemaker.d.ts +950 -44
  66. package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
  67. package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
  68. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  69. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +286 -94
  70. package/node_modules/aws-sdk/dist/aws-sdk.js +2343 -722
  71. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -82
  72. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
  73. package/node_modules/aws-sdk/lib/core.js +1 -1
  74. package/node_modules/aws-sdk/package.json +1 -1
  75. package/package.json +3 -3
  76. package/node_modules/aws-sdk/CHANGELOG.md +0 -9325
@@ -456,7 +456,12 @@
456
456
  },
457
457
  "payload": "CopyObjectResult"
458
458
  },
459
- "alias": "PutObjectCopy"
459
+ "alias": "PutObjectCopy",
460
+ "staticContextParams": {
461
+ "DisableS3ExpressSessionAuth": {
462
+ "value": true
463
+ }
464
+ }
460
465
  },
461
466
  "CreateBucket": {
462
467
  "http": {
@@ -487,7 +492,21 @@
487
492
  },
488
493
  "type": "structure",
489
494
  "members": {
490
- "LocationConstraint": {}
495
+ "LocationConstraint": {},
496
+ "Location": {
497
+ "type": "structure",
498
+ "members": {
499
+ "Type": {},
500
+ "Name": {}
501
+ }
502
+ },
503
+ "Bucket": {
504
+ "type": "structure",
505
+ "members": {
506
+ "DataRedundancy": {},
507
+ "Type": {}
508
+ }
509
+ }
491
510
  }
492
511
  },
493
512
  "GrantFullControl": {
@@ -535,6 +554,9 @@
535
554
  "staticContextParams": {
536
555
  "DisableAccessPoints": {
537
556
  "value": true
557
+ },
558
+ "UseS3ExpressControlEndpoint": {
559
+ "value": true
538
560
  }
539
561
  }
540
562
  },
@@ -740,6 +762,71 @@
740
762
  },
741
763
  "alias": "InitiateMultipartUpload"
742
764
  },
765
+ "CreateSession": {
766
+ "http": {
767
+ "method": "GET",
768
+ "requestUri": "/{Bucket}?session"
769
+ },
770
+ "input": {
771
+ "type": "structure",
772
+ "required": [
773
+ "Bucket"
774
+ ],
775
+ "members": {
776
+ "SessionMode": {
777
+ "location": "header",
778
+ "locationName": "x-amz-create-session-mode"
779
+ },
780
+ "Bucket": {
781
+ "contextParam": {
782
+ "name": "Bucket"
783
+ },
784
+ "location": "uri",
785
+ "locationName": "Bucket"
786
+ }
787
+ }
788
+ },
789
+ "output": {
790
+ "type": "structure",
791
+ "required": [
792
+ "Credentials"
793
+ ],
794
+ "members": {
795
+ "Credentials": {
796
+ "locationName": "Credentials",
797
+ "type": "structure",
798
+ "required": [
799
+ "AccessKeyId",
800
+ "SecretAccessKey",
801
+ "SessionToken",
802
+ "Expiration"
803
+ ],
804
+ "members": {
805
+ "AccessKeyId": {
806
+ "locationName": "AccessKeyId"
807
+ },
808
+ "SecretAccessKey": {
809
+ "shape": "S2h",
810
+ "locationName": "SecretAccessKey"
811
+ },
812
+ "SessionToken": {
813
+ "shape": "S2h",
814
+ "locationName": "SessionToken"
815
+ },
816
+ "Expiration": {
817
+ "locationName": "Expiration",
818
+ "type": "timestamp"
819
+ }
820
+ }
821
+ }
822
+ }
823
+ },
824
+ "staticContextParams": {
825
+ "DisableS3ExpressSessionAuth": {
826
+ "value": true
827
+ }
828
+ }
829
+ },
743
830
  "DeleteBucket": {
744
831
  "http": {
745
832
  "method": "DELETE",
@@ -764,6 +851,11 @@
764
851
  "locationName": "x-amz-expected-bucket-owner"
765
852
  }
766
853
  }
854
+ },
855
+ "staticContextParams": {
856
+ "UseS3ExpressControlEndpoint": {
857
+ "value": true
858
+ }
767
859
  }
768
860
  },
769
861
  "DeleteBucketAnalyticsConfiguration": {
@@ -795,6 +887,11 @@
795
887
  "locationName": "x-amz-expected-bucket-owner"
796
888
  }
797
889
  }
890
+ },
891
+ "staticContextParams": {
892
+ "UseS3ExpressControlEndpoint": {
893
+ "value": true
894
+ }
798
895
  }
799
896
  },
800
897
  "DeleteBucketCors": {
@@ -821,6 +918,11 @@
821
918
  "locationName": "x-amz-expected-bucket-owner"
822
919
  }
823
920
  }
921
+ },
922
+ "staticContextParams": {
923
+ "UseS3ExpressControlEndpoint": {
924
+ "value": true
925
+ }
824
926
  }
825
927
  },
826
928
  "DeleteBucketEncryption": {
@@ -847,6 +949,11 @@
847
949
  "locationName": "x-amz-expected-bucket-owner"
848
950
  }
849
951
  }
952
+ },
953
+ "staticContextParams": {
954
+ "UseS3ExpressControlEndpoint": {
955
+ "value": true
956
+ }
850
957
  }
851
958
  },
852
959
  "DeleteBucketIntelligentTieringConfiguration": {
@@ -874,6 +981,11 @@
874
981
  "locationName": "id"
875
982
  }
876
983
  }
984
+ },
985
+ "staticContextParams": {
986
+ "UseS3ExpressControlEndpoint": {
987
+ "value": true
988
+ }
877
989
  }
878
990
  },
879
991
  "DeleteBucketInventoryConfiguration": {
@@ -905,6 +1017,11 @@
905
1017
  "locationName": "x-amz-expected-bucket-owner"
906
1018
  }
907
1019
  }
1020
+ },
1021
+ "staticContextParams": {
1022
+ "UseS3ExpressControlEndpoint": {
1023
+ "value": true
1024
+ }
908
1025
  }
909
1026
  },
910
1027
  "DeleteBucketLifecycle": {
@@ -931,6 +1048,11 @@
931
1048
  "locationName": "x-amz-expected-bucket-owner"
932
1049
  }
933
1050
  }
1051
+ },
1052
+ "staticContextParams": {
1053
+ "UseS3ExpressControlEndpoint": {
1054
+ "value": true
1055
+ }
934
1056
  }
935
1057
  },
936
1058
  "DeleteBucketMetricsConfiguration": {
@@ -962,6 +1084,11 @@
962
1084
  "locationName": "x-amz-expected-bucket-owner"
963
1085
  }
964
1086
  }
1087
+ },
1088
+ "staticContextParams": {
1089
+ "UseS3ExpressControlEndpoint": {
1090
+ "value": true
1091
+ }
965
1092
  }
966
1093
  },
967
1094
  "DeleteBucketOwnershipControls": {
@@ -988,6 +1115,11 @@
988
1115
  "locationName": "x-amz-expected-bucket-owner"
989
1116
  }
990
1117
  }
1118
+ },
1119
+ "staticContextParams": {
1120
+ "UseS3ExpressControlEndpoint": {
1121
+ "value": true
1122
+ }
991
1123
  }
992
1124
  },
993
1125
  "DeleteBucketPolicy": {
@@ -1014,6 +1146,11 @@
1014
1146
  "locationName": "x-amz-expected-bucket-owner"
1015
1147
  }
1016
1148
  }
1149
+ },
1150
+ "staticContextParams": {
1151
+ "UseS3ExpressControlEndpoint": {
1152
+ "value": true
1153
+ }
1017
1154
  }
1018
1155
  },
1019
1156
  "DeleteBucketReplication": {
@@ -1040,6 +1177,11 @@
1040
1177
  "locationName": "x-amz-expected-bucket-owner"
1041
1178
  }
1042
1179
  }
1180
+ },
1181
+ "staticContextParams": {
1182
+ "UseS3ExpressControlEndpoint": {
1183
+ "value": true
1184
+ }
1043
1185
  }
1044
1186
  },
1045
1187
  "DeleteBucketTagging": {
@@ -1066,6 +1208,11 @@
1066
1208
  "locationName": "x-amz-expected-bucket-owner"
1067
1209
  }
1068
1210
  }
1211
+ },
1212
+ "staticContextParams": {
1213
+ "UseS3ExpressControlEndpoint": {
1214
+ "value": true
1215
+ }
1069
1216
  }
1070
1217
  },
1071
1218
  "DeleteBucketWebsite": {
@@ -1092,6 +1239,11 @@
1092
1239
  "locationName": "x-amz-expected-bucket-owner"
1093
1240
  }
1094
1241
  }
1242
+ },
1243
+ "staticContextParams": {
1244
+ "UseS3ExpressControlEndpoint": {
1245
+ "value": true
1246
+ }
1095
1247
  }
1096
1248
  },
1097
1249
  "DeleteObject": {
@@ -1347,6 +1499,11 @@
1347
1499
  "locationName": "x-amz-expected-bucket-owner"
1348
1500
  }
1349
1501
  }
1502
+ },
1503
+ "staticContextParams": {
1504
+ "UseS3ExpressControlEndpoint": {
1505
+ "value": true
1506
+ }
1350
1507
  }
1351
1508
  },
1352
1509
  "GetBucketAccelerateConfiguration": {
@@ -1386,6 +1543,11 @@
1386
1543
  "locationName": "x-amz-request-charged"
1387
1544
  }
1388
1545
  }
1546
+ },
1547
+ "staticContextParams": {
1548
+ "UseS3ExpressControlEndpoint": {
1549
+ "value": true
1550
+ }
1389
1551
  }
1390
1552
  },
1391
1553
  "GetBucketAcl": {
@@ -1416,13 +1578,18 @@
1416
1578
  "type": "structure",
1417
1579
  "members": {
1418
1580
  "Owner": {
1419
- "shape": "S3d"
1581
+ "shape": "S3q"
1420
1582
  },
1421
1583
  "Grants": {
1422
- "shape": "S3g",
1584
+ "shape": "S3t",
1423
1585
  "locationName": "AccessControlList"
1424
1586
  }
1425
1587
  }
1588
+ },
1589
+ "staticContextParams": {
1590
+ "UseS3ExpressControlEndpoint": {
1591
+ "value": true
1592
+ }
1426
1593
  }
1427
1594
  },
1428
1595
  "GetBucketAnalyticsConfiguration": {
@@ -1458,10 +1625,15 @@
1458
1625
  "type": "structure",
1459
1626
  "members": {
1460
1627
  "AnalyticsConfiguration": {
1461
- "shape": "S3p"
1628
+ "shape": "S42"
1462
1629
  }
1463
1630
  },
1464
1631
  "payload": "AnalyticsConfiguration"
1632
+ },
1633
+ "staticContextParams": {
1634
+ "UseS3ExpressControlEndpoint": {
1635
+ "value": true
1636
+ }
1465
1637
  }
1466
1638
  },
1467
1639
  "GetBucketCors": {
@@ -1492,10 +1664,15 @@
1492
1664
  "type": "structure",
1493
1665
  "members": {
1494
1666
  "CORSRules": {
1495
- "shape": "S44",
1667
+ "shape": "S4h",
1496
1668
  "locationName": "CORSRule"
1497
1669
  }
1498
1670
  }
1671
+ },
1672
+ "staticContextParams": {
1673
+ "UseS3ExpressControlEndpoint": {
1674
+ "value": true
1675
+ }
1499
1676
  }
1500
1677
  },
1501
1678
  "GetBucketEncryption": {
@@ -1526,10 +1703,15 @@
1526
1703
  "type": "structure",
1527
1704
  "members": {
1528
1705
  "ServerSideEncryptionConfiguration": {
1529
- "shape": "S4h"
1706
+ "shape": "S4u"
1530
1707
  }
1531
1708
  },
1532
1709
  "payload": "ServerSideEncryptionConfiguration"
1710
+ },
1711
+ "staticContextParams": {
1712
+ "UseS3ExpressControlEndpoint": {
1713
+ "value": true
1714
+ }
1533
1715
  }
1534
1716
  },
1535
1717
  "GetBucketIntelligentTieringConfiguration": {
@@ -1561,10 +1743,15 @@
1561
1743
  "type": "structure",
1562
1744
  "members": {
1563
1745
  "IntelligentTieringConfiguration": {
1564
- "shape": "S4n"
1746
+ "shape": "S50"
1565
1747
  }
1566
1748
  },
1567
1749
  "payload": "IntelligentTieringConfiguration"
1750
+ },
1751
+ "staticContextParams": {
1752
+ "UseS3ExpressControlEndpoint": {
1753
+ "value": true
1754
+ }
1568
1755
  }
1569
1756
  },
1570
1757
  "GetBucketInventoryConfiguration": {
@@ -1600,10 +1787,15 @@
1600
1787
  "type": "structure",
1601
1788
  "members": {
1602
1789
  "InventoryConfiguration": {
1603
- "shape": "S4x"
1790
+ "shape": "S5a"
1604
1791
  }
1605
1792
  },
1606
1793
  "payload": "InventoryConfiguration"
1794
+ },
1795
+ "staticContextParams": {
1796
+ "UseS3ExpressControlEndpoint": {
1797
+ "value": true
1798
+ }
1607
1799
  }
1608
1800
  },
1609
1801
  "GetBucketLifecycle": {
@@ -1634,12 +1826,17 @@
1634
1826
  "type": "structure",
1635
1827
  "members": {
1636
1828
  "Rules": {
1637
- "shape": "S5d",
1829
+ "shape": "S5q",
1638
1830
  "locationName": "Rule"
1639
1831
  }
1640
1832
  }
1641
1833
  },
1642
- "deprecated": true
1834
+ "deprecated": true,
1835
+ "staticContextParams": {
1836
+ "UseS3ExpressControlEndpoint": {
1837
+ "value": true
1838
+ }
1839
+ }
1643
1840
  },
1644
1841
  "GetBucketLifecycleConfiguration": {
1645
1842
  "http": {
@@ -1669,10 +1866,15 @@
1669
1866
  "type": "structure",
1670
1867
  "members": {
1671
1868
  "Rules": {
1672
- "shape": "S5t",
1869
+ "shape": "S66",
1673
1870
  "locationName": "Rule"
1674
1871
  }
1675
1872
  }
1873
+ },
1874
+ "staticContextParams": {
1875
+ "UseS3ExpressControlEndpoint": {
1876
+ "value": true
1877
+ }
1676
1878
  }
1677
1879
  },
1678
1880
  "GetBucketLocation": {
@@ -1704,6 +1906,11 @@
1704
1906
  "members": {
1705
1907
  "LocationConstraint": {}
1706
1908
  }
1909
+ },
1910
+ "staticContextParams": {
1911
+ "UseS3ExpressControlEndpoint": {
1912
+ "value": true
1913
+ }
1707
1914
  }
1708
1915
  },
1709
1916
  "GetBucketLogging": {
@@ -1734,9 +1941,14 @@
1734
1941
  "type": "structure",
1735
1942
  "members": {
1736
1943
  "LoggingEnabled": {
1737
- "shape": "S65"
1944
+ "shape": "S6i"
1738
1945
  }
1739
1946
  }
1947
+ },
1948
+ "staticContextParams": {
1949
+ "UseS3ExpressControlEndpoint": {
1950
+ "value": true
1951
+ }
1740
1952
  }
1741
1953
  },
1742
1954
  "GetBucketMetricsConfiguration": {
@@ -1772,10 +1984,15 @@
1772
1984
  "type": "structure",
1773
1985
  "members": {
1774
1986
  "MetricsConfiguration": {
1775
- "shape": "S6h"
1987
+ "shape": "S6u"
1776
1988
  }
1777
1989
  },
1778
1990
  "payload": "MetricsConfiguration"
1991
+ },
1992
+ "staticContextParams": {
1993
+ "UseS3ExpressControlEndpoint": {
1994
+ "value": true
1995
+ }
1779
1996
  }
1780
1997
  },
1781
1998
  "GetBucketNotification": {
@@ -1784,12 +2001,17 @@
1784
2001
  "requestUri": "/{Bucket}?notification"
1785
2002
  },
1786
2003
  "input": {
1787
- "shape": "S6l"
2004
+ "shape": "S6y"
1788
2005
  },
1789
2006
  "output": {
1790
- "shape": "S6m"
2007
+ "shape": "S6z"
1791
2008
  },
1792
- "deprecated": true
2009
+ "deprecated": true,
2010
+ "staticContextParams": {
2011
+ "UseS3ExpressControlEndpoint": {
2012
+ "value": true
2013
+ }
2014
+ }
1793
2015
  },
1794
2016
  "GetBucketNotificationConfiguration": {
1795
2017
  "http": {
@@ -1797,10 +2019,15 @@
1797
2019
  "requestUri": "/{Bucket}?notification"
1798
2020
  },
1799
2021
  "input": {
1800
- "shape": "S6l"
2022
+ "shape": "S6y"
1801
2023
  },
1802
2024
  "output": {
1803
- "shape": "S6x"
2025
+ "shape": "S7a"
2026
+ },
2027
+ "staticContextParams": {
2028
+ "UseS3ExpressControlEndpoint": {
2029
+ "value": true
2030
+ }
1804
2031
  }
1805
2032
  },
1806
2033
  "GetBucketOwnershipControls": {
@@ -1831,10 +2058,15 @@
1831
2058
  "type": "structure",
1832
2059
  "members": {
1833
2060
  "OwnershipControls": {
1834
- "shape": "S7e"
2061
+ "shape": "S7r"
1835
2062
  }
1836
2063
  },
1837
2064
  "payload": "OwnershipControls"
2065
+ },
2066
+ "staticContextParams": {
2067
+ "UseS3ExpressControlEndpoint": {
2068
+ "value": true
2069
+ }
1838
2070
  }
1839
2071
  },
1840
2072
  "GetBucketPolicy": {
@@ -1867,6 +2099,11 @@
1867
2099
  "Policy": {}
1868
2100
  },
1869
2101
  "payload": "Policy"
2102
+ },
2103
+ "staticContextParams": {
2104
+ "UseS3ExpressControlEndpoint": {
2105
+ "value": true
2106
+ }
1870
2107
  }
1871
2108
  },
1872
2109
  "GetBucketPolicyStatus": {
@@ -1907,6 +2144,11 @@
1907
2144
  }
1908
2145
  },
1909
2146
  "payload": "PolicyStatus"
2147
+ },
2148
+ "staticContextParams": {
2149
+ "UseS3ExpressControlEndpoint": {
2150
+ "value": true
2151
+ }
1910
2152
  }
1911
2153
  },
1912
2154
  "GetBucketReplication": {
@@ -1937,10 +2179,15 @@
1937
2179
  "type": "structure",
1938
2180
  "members": {
1939
2181
  "ReplicationConfiguration": {
1940
- "shape": "S7q"
2182
+ "shape": "S83"
1941
2183
  }
1942
2184
  },
1943
2185
  "payload": "ReplicationConfiguration"
2186
+ },
2187
+ "staticContextParams": {
2188
+ "UseS3ExpressControlEndpoint": {
2189
+ "value": true
2190
+ }
1944
2191
  }
1945
2192
  },
1946
2193
  "GetBucketRequestPayment": {
@@ -1972,6 +2219,11 @@
1972
2219
  "members": {
1973
2220
  "Payer": {}
1974
2221
  }
2222
+ },
2223
+ "staticContextParams": {
2224
+ "UseS3ExpressControlEndpoint": {
2225
+ "value": true
2226
+ }
1975
2227
  }
1976
2228
  },
1977
2229
  "GetBucketTagging": {
@@ -2005,9 +2257,14 @@
2005
2257
  ],
2006
2258
  "members": {
2007
2259
  "TagSet": {
2008
- "shape": "S3v"
2260
+ "shape": "S48"
2009
2261
  }
2010
2262
  }
2263
+ },
2264
+ "staticContextParams": {
2265
+ "UseS3ExpressControlEndpoint": {
2266
+ "value": true
2267
+ }
2011
2268
  }
2012
2269
  },
2013
2270
  "GetBucketVersioning": {
@@ -2042,6 +2299,11 @@
2042
2299
  "locationName": "MfaDelete"
2043
2300
  }
2044
2301
  }
2302
+ },
2303
+ "staticContextParams": {
2304
+ "UseS3ExpressControlEndpoint": {
2305
+ "value": true
2306
+ }
2045
2307
  }
2046
2308
  },
2047
2309
  "GetBucketWebsite": {
@@ -2072,18 +2334,23 @@
2072
2334
  "type": "structure",
2073
2335
  "members": {
2074
2336
  "RedirectAllRequestsTo": {
2075
- "shape": "S8t"
2337
+ "shape": "S96"
2076
2338
  },
2077
2339
  "IndexDocument": {
2078
- "shape": "S8w"
2340
+ "shape": "S99"
2079
2341
  },
2080
2342
  "ErrorDocument": {
2081
- "shape": "S8y"
2343
+ "shape": "S9b"
2082
2344
  },
2083
2345
  "RoutingRules": {
2084
- "shape": "S8z"
2346
+ "shape": "S9c"
2085
2347
  }
2086
2348
  }
2349
+ },
2350
+ "staticContextParams": {
2351
+ "UseS3ExpressControlEndpoint": {
2352
+ "value": true
2353
+ }
2087
2354
  }
2088
2355
  },
2089
2356
  "GetObject": {
@@ -2411,10 +2678,10 @@
2411
2678
  "type": "structure",
2412
2679
  "members": {
2413
2680
  "Owner": {
2414
- "shape": "S3d"
2681
+ "shape": "S3q"
2415
2682
  },
2416
2683
  "Grants": {
2417
- "shape": "S3g",
2684
+ "shape": "S3t",
2418
2685
  "locationName": "AccessControlList"
2419
2686
  },
2420
2687
  "RequestCharged": {
@@ -2611,7 +2878,7 @@
2611
2878
  "type": "structure",
2612
2879
  "members": {
2613
2880
  "LegalHold": {
2614
- "shape": "Sad"
2881
+ "shape": "Saq"
2615
2882
  }
2616
2883
  },
2617
2884
  "payload": "LegalHold"
@@ -2645,7 +2912,7 @@
2645
2912
  "type": "structure",
2646
2913
  "members": {
2647
2914
  "ObjectLockConfiguration": {
2648
- "shape": "Sag"
2915
+ "shape": "Sat"
2649
2916
  }
2650
2917
  },
2651
2918
  "payload": "ObjectLockConfiguration"
@@ -2692,7 +2959,7 @@
2692
2959
  "type": "structure",
2693
2960
  "members": {
2694
2961
  "Retention": {
2695
- "shape": "Sao"
2962
+ "shape": "Sb1"
2696
2963
  }
2697
2964
  },
2698
2965
  "payload": "Retention"
@@ -2746,7 +3013,7 @@
2746
3013
  "locationName": "x-amz-version-id"
2747
3014
  },
2748
3015
  "TagSet": {
2749
- "shape": "S3v"
3016
+ "shape": "S48"
2750
3017
  }
2751
3018
  }
2752
3019
  }
@@ -2827,10 +3094,15 @@
2827
3094
  "type": "structure",
2828
3095
  "members": {
2829
3096
  "PublicAccessBlockConfiguration": {
2830
- "shape": "Sav"
3097
+ "shape": "Sb8"
2831
3098
  }
2832
3099
  },
2833
3100
  "payload": "PublicAccessBlockConfiguration"
3101
+ },
3102
+ "staticContextParams": {
3103
+ "UseS3ExpressControlEndpoint": {
3104
+ "value": true
3105
+ }
2834
3106
  }
2835
3107
  },
2836
3108
  "HeadBucket": {
@@ -2856,6 +3128,28 @@
2856
3128
  "locationName": "x-amz-expected-bucket-owner"
2857
3129
  }
2858
3130
  }
3131
+ },
3132
+ "output": {
3133
+ "type": "structure",
3134
+ "members": {
3135
+ "BucketLocationType": {
3136
+ "location": "header",
3137
+ "locationName": "x-amz-bucket-location-type"
3138
+ },
3139
+ "BucketLocationName": {
3140
+ "location": "header",
3141
+ "locationName": "x-amz-bucket-location-name"
3142
+ },
3143
+ "BucketRegion": {
3144
+ "location": "header",
3145
+ "locationName": "x-amz-bucket-region"
3146
+ },
3147
+ "AccessPointAlias": {
3148
+ "location": "header",
3149
+ "locationName": "x-amz-access-point-alias",
3150
+ "type": "boolean"
3151
+ }
3152
+ }
2859
3153
  }
2860
3154
  },
2861
3155
  "HeadObject": {
@@ -3134,11 +3428,16 @@
3134
3428
  "locationName": "AnalyticsConfiguration",
3135
3429
  "type": "list",
3136
3430
  "member": {
3137
- "shape": "S3p"
3431
+ "shape": "S42"
3138
3432
  },
3139
3433
  "flattened": true
3140
3434
  }
3141
3435
  }
3436
+ },
3437
+ "staticContextParams": {
3438
+ "UseS3ExpressControlEndpoint": {
3439
+ "value": true
3440
+ }
3142
3441
  }
3143
3442
  },
3144
3443
  "ListBucketIntelligentTieringConfigurations": {
@@ -3177,11 +3476,16 @@
3177
3476
  "locationName": "IntelligentTieringConfiguration",
3178
3477
  "type": "list",
3179
3478
  "member": {
3180
- "shape": "S4n"
3479
+ "shape": "S50"
3181
3480
  },
3182
3481
  "flattened": true
3183
3482
  }
3184
3483
  }
3484
+ },
3485
+ "staticContextParams": {
3486
+ "UseS3ExpressControlEndpoint": {
3487
+ "value": true
3488
+ }
3185
3489
  }
3186
3490
  },
3187
3491
  "ListBucketInventoryConfigurations": {
@@ -3220,7 +3524,7 @@
3220
3524
  "locationName": "InventoryConfiguration",
3221
3525
  "type": "list",
3222
3526
  "member": {
3223
- "shape": "S4x"
3527
+ "shape": "S5a"
3224
3528
  },
3225
3529
  "flattened": true
3226
3530
  },
@@ -3229,6 +3533,11 @@
3229
3533
  },
3230
3534
  "NextContinuationToken": {}
3231
3535
  }
3536
+ },
3537
+ "staticContextParams": {
3538
+ "UseS3ExpressControlEndpoint": {
3539
+ "value": true
3540
+ }
3232
3541
  }
3233
3542
  },
3234
3543
  "ListBucketMetricsConfigurations": {
@@ -3271,7 +3580,7 @@
3271
3580
  "locationName": "MetricsConfiguration",
3272
3581
  "type": "list",
3273
3582
  "member": {
3274
- "shape": "S6h"
3583
+ "shape": "S6u"
3275
3584
  },
3276
3585
  "flattened": true
3277
3586
  }
@@ -3286,25 +3595,48 @@
3286
3595
  "type": "structure",
3287
3596
  "members": {
3288
3597
  "Buckets": {
3289
- "type": "list",
3290
- "member": {
3291
- "locationName": "Bucket",
3292
- "type": "structure",
3293
- "members": {
3294
- "Name": {},
3295
- "CreationDate": {
3296
- "type": "timestamp"
3297
- }
3298
- }
3299
- }
3598
+ "shape": "Sbx"
3300
3599
  },
3301
3600
  "Owner": {
3302
- "shape": "S3d"
3601
+ "shape": "S3q"
3303
3602
  }
3304
3603
  }
3305
3604
  },
3306
3605
  "alias": "GetService"
3307
3606
  },
3607
+ "ListDirectoryBuckets": {
3608
+ "http": {
3609
+ "method": "GET"
3610
+ },
3611
+ "input": {
3612
+ "type": "structure",
3613
+ "members": {
3614
+ "ContinuationToken": {
3615
+ "location": "querystring",
3616
+ "locationName": "continuation-token"
3617
+ },
3618
+ "MaxDirectoryBuckets": {
3619
+ "location": "querystring",
3620
+ "locationName": "max-directory-buckets",
3621
+ "type": "integer"
3622
+ }
3623
+ }
3624
+ },
3625
+ "output": {
3626
+ "type": "structure",
3627
+ "members": {
3628
+ "Buckets": {
3629
+ "shape": "Sbx"
3630
+ },
3631
+ "ContinuationToken": {}
3632
+ }
3633
+ },
3634
+ "staticContextParams": {
3635
+ "UseS3ExpressControlEndpoint": {
3636
+ "value": true
3637
+ }
3638
+ }
3639
+ },
3308
3640
  "ListMultipartUploads": {
3309
3641
  "http": {
3310
3642
  "method": "GET",
@@ -3390,10 +3722,10 @@
3390
3722
  },
3391
3723
  "StorageClass": {},
3392
3724
  "Owner": {
3393
- "shape": "S3d"
3725
+ "shape": "S3q"
3394
3726
  },
3395
3727
  "Initiator": {
3396
- "shape": "Sbv"
3728
+ "shape": "Scg"
3397
3729
  },
3398
3730
  "ChecksumAlgorithm": {}
3399
3731
  }
@@ -3401,7 +3733,7 @@
3401
3733
  "flattened": true
3402
3734
  },
3403
3735
  "CommonPrefixes": {
3404
- "shape": "Sbw"
3736
+ "shape": "Sch"
3405
3737
  },
3406
3738
  "EncodingType": {},
3407
3739
  "RequestCharged": {
@@ -3466,7 +3798,7 @@
3466
3798
  "locationName": "x-amz-request-payer"
3467
3799
  },
3468
3800
  "OptionalObjectAttributes": {
3469
- "shape": "Sc1",
3801
+ "shape": "Scm",
3470
3802
  "location": "header",
3471
3803
  "locationName": "x-amz-optional-object-attributes"
3472
3804
  }
@@ -3490,7 +3822,7 @@
3490
3822
  "members": {
3491
3823
  "ETag": {},
3492
3824
  "ChecksumAlgorithm": {
3493
- "shape": "Sc7"
3825
+ "shape": "Scs"
3494
3826
  },
3495
3827
  "Size": {
3496
3828
  "type": "long"
@@ -3505,10 +3837,10 @@
3505
3837
  "type": "timestamp"
3506
3838
  },
3507
3839
  "Owner": {
3508
- "shape": "S3d"
3840
+ "shape": "S3q"
3509
3841
  },
3510
3842
  "RestoreStatus": {
3511
- "shape": "Sca"
3843
+ "shape": "Scv"
3512
3844
  }
3513
3845
  }
3514
3846
  },
@@ -3521,7 +3853,7 @@
3521
3853
  "type": "structure",
3522
3854
  "members": {
3523
3855
  "Owner": {
3524
- "shape": "S3d"
3856
+ "shape": "S3q"
3525
3857
  },
3526
3858
  "Key": {},
3527
3859
  "VersionId": {},
@@ -3542,7 +3874,7 @@
3542
3874
  "type": "integer"
3543
3875
  },
3544
3876
  "CommonPrefixes": {
3545
- "shape": "Sbw"
3877
+ "shape": "Sch"
3546
3878
  },
3547
3879
  "EncodingType": {},
3548
3880
  "RequestCharged": {
@@ -3604,7 +3936,7 @@
3604
3936
  "locationName": "x-amz-expected-bucket-owner"
3605
3937
  },
3606
3938
  "OptionalObjectAttributes": {
3607
- "shape": "Sc1",
3939
+ "shape": "Scm",
3608
3940
  "location": "header",
3609
3941
  "locationName": "x-amz-optional-object-attributes"
3610
3942
  }
@@ -3619,7 +3951,7 @@
3619
3951
  "Marker": {},
3620
3952
  "NextMarker": {},
3621
3953
  "Contents": {
3622
- "shape": "Scj"
3954
+ "shape": "Sd4"
3623
3955
  },
3624
3956
  "Name": {},
3625
3957
  "Prefix": {},
@@ -3628,7 +3960,7 @@
3628
3960
  "type": "integer"
3629
3961
  },
3630
3962
  "CommonPrefixes": {
3631
- "shape": "Sbw"
3963
+ "shape": "Sch"
3632
3964
  },
3633
3965
  "EncodingType": {},
3634
3966
  "RequestCharged": {
@@ -3699,7 +4031,7 @@
3699
4031
  "locationName": "x-amz-expected-bucket-owner"
3700
4032
  },
3701
4033
  "OptionalObjectAttributes": {
3702
- "shape": "Sc1",
4034
+ "shape": "Scm",
3703
4035
  "location": "header",
3704
4036
  "locationName": "x-amz-optional-object-attributes"
3705
4037
  }
@@ -3712,7 +4044,7 @@
3712
4044
  "type": "boolean"
3713
4045
  },
3714
4046
  "Contents": {
3715
- "shape": "Scj"
4047
+ "shape": "Sd4"
3716
4048
  },
3717
4049
  "Name": {},
3718
4050
  "Prefix": {},
@@ -3721,7 +4053,7 @@
3721
4053
  "type": "integer"
3722
4054
  },
3723
4055
  "CommonPrefixes": {
3724
- "shape": "Sbw"
4056
+ "shape": "Sch"
3725
4057
  },
3726
4058
  "EncodingType": {},
3727
4059
  "KeyCount": {
@@ -3853,10 +4185,10 @@
3853
4185
  "flattened": true
3854
4186
  },
3855
4187
  "Initiator": {
3856
- "shape": "Sbv"
4188
+ "shape": "Scg"
3857
4189
  },
3858
4190
  "Owner": {
3859
- "shape": "S3d"
4191
+ "shape": "S3q"
3860
4192
  },
3861
4193
  "StorageClass": {},
3862
4194
  "RequestCharged": {
@@ -3910,6 +4242,11 @@
3910
4242
  "httpChecksum": {
3911
4243
  "requestAlgorithmMember": "ChecksumAlgorithm",
3912
4244
  "requestChecksumRequired": false
4245
+ },
4246
+ "staticContextParams": {
4247
+ "UseS3ExpressControlEndpoint": {
4248
+ "value": true
4249
+ }
3913
4250
  }
3914
4251
  },
3915
4252
  "PutBucketAcl": {
@@ -3928,7 +4265,7 @@
3928
4265
  "locationName": "x-amz-acl"
3929
4266
  },
3930
4267
  "AccessControlPolicy": {
3931
- "shape": "Scy",
4268
+ "shape": "Sdj",
3932
4269
  "locationName": "AccessControlPolicy",
3933
4270
  "xmlNamespace": {
3934
4271
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -3979,6 +4316,11 @@
3979
4316
  "httpChecksum": {
3980
4317
  "requestAlgorithmMember": "ChecksumAlgorithm",
3981
4318
  "requestChecksumRequired": true
4319
+ },
4320
+ "staticContextParams": {
4321
+ "UseS3ExpressControlEndpoint": {
4322
+ "value": true
4323
+ }
3982
4324
  }
3983
4325
  },
3984
4326
  "PutBucketAnalyticsConfiguration": {
@@ -4006,7 +4348,7 @@
4006
4348
  "locationName": "id"
4007
4349
  },
4008
4350
  "AnalyticsConfiguration": {
4009
- "shape": "S3p",
4351
+ "shape": "S42",
4010
4352
  "locationName": "AnalyticsConfiguration",
4011
4353
  "xmlNamespace": {
4012
4354
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4018,6 +4360,11 @@
4018
4360
  }
4019
4361
  },
4020
4362
  "payload": "AnalyticsConfiguration"
4363
+ },
4364
+ "staticContextParams": {
4365
+ "UseS3ExpressControlEndpoint": {
4366
+ "value": true
4367
+ }
4021
4368
  }
4022
4369
  },
4023
4370
  "PutBucketCors": {
@@ -4050,7 +4397,7 @@
4050
4397
  ],
4051
4398
  "members": {
4052
4399
  "CORSRules": {
4053
- "shape": "S44",
4400
+ "shape": "S4h",
4054
4401
  "locationName": "CORSRule"
4055
4402
  }
4056
4403
  }
@@ -4073,6 +4420,11 @@
4073
4420
  "httpChecksum": {
4074
4421
  "requestAlgorithmMember": "ChecksumAlgorithm",
4075
4422
  "requestChecksumRequired": true
4423
+ },
4424
+ "staticContextParams": {
4425
+ "UseS3ExpressControlEndpoint": {
4426
+ "value": true
4427
+ }
4076
4428
  }
4077
4429
  },
4078
4430
  "PutBucketEncryption": {
@@ -4103,7 +4455,7 @@
4103
4455
  "locationName": "x-amz-sdk-checksum-algorithm"
4104
4456
  },
4105
4457
  "ServerSideEncryptionConfiguration": {
4106
- "shape": "S4h",
4458
+ "shape": "S4u",
4107
4459
  "locationName": "ServerSideEncryptionConfiguration",
4108
4460
  "xmlNamespace": {
4109
4461
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4119,6 +4471,11 @@
4119
4471
  "httpChecksum": {
4120
4472
  "requestAlgorithmMember": "ChecksumAlgorithm",
4121
4473
  "requestChecksumRequired": true
4474
+ },
4475
+ "staticContextParams": {
4476
+ "UseS3ExpressControlEndpoint": {
4477
+ "value": true
4478
+ }
4122
4479
  }
4123
4480
  },
4124
4481
  "PutBucketIntelligentTieringConfiguration": {
@@ -4146,7 +4503,7 @@
4146
4503
  "locationName": "id"
4147
4504
  },
4148
4505
  "IntelligentTieringConfiguration": {
4149
- "shape": "S4n",
4506
+ "shape": "S50",
4150
4507
  "locationName": "IntelligentTieringConfiguration",
4151
4508
  "xmlNamespace": {
4152
4509
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4154,6 +4511,11 @@
4154
4511
  }
4155
4512
  },
4156
4513
  "payload": "IntelligentTieringConfiguration"
4514
+ },
4515
+ "staticContextParams": {
4516
+ "UseS3ExpressControlEndpoint": {
4517
+ "value": true
4518
+ }
4157
4519
  }
4158
4520
  },
4159
4521
  "PutBucketInventoryConfiguration": {
@@ -4181,7 +4543,7 @@
4181
4543
  "locationName": "id"
4182
4544
  },
4183
4545
  "InventoryConfiguration": {
4184
- "shape": "S4x",
4546
+ "shape": "S5a",
4185
4547
  "locationName": "InventoryConfiguration",
4186
4548
  "xmlNamespace": {
4187
4549
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4193,6 +4555,11 @@
4193
4555
  }
4194
4556
  },
4195
4557
  "payload": "InventoryConfiguration"
4558
+ },
4559
+ "staticContextParams": {
4560
+ "UseS3ExpressControlEndpoint": {
4561
+ "value": true
4562
+ }
4196
4563
  }
4197
4564
  },
4198
4565
  "PutBucketLifecycle": {
@@ -4232,7 +4599,7 @@
4232
4599
  ],
4233
4600
  "members": {
4234
4601
  "Rules": {
4235
- "shape": "S5d",
4602
+ "shape": "S5q",
4236
4603
  "locationName": "Rule"
4237
4604
  }
4238
4605
  }
@@ -4248,6 +4615,11 @@
4248
4615
  "httpChecksum": {
4249
4616
  "requestAlgorithmMember": "ChecksumAlgorithm",
4250
4617
  "requestChecksumRequired": true
4618
+ },
4619
+ "staticContextParams": {
4620
+ "UseS3ExpressControlEndpoint": {
4621
+ "value": true
4622
+ }
4251
4623
  }
4252
4624
  },
4253
4625
  "PutBucketLifecycleConfiguration": {
@@ -4283,7 +4655,7 @@
4283
4655
  ],
4284
4656
  "members": {
4285
4657
  "Rules": {
4286
- "shape": "S5t",
4658
+ "shape": "S66",
4287
4659
  "locationName": "Rule"
4288
4660
  }
4289
4661
  }
@@ -4298,6 +4670,11 @@
4298
4670
  "httpChecksum": {
4299
4671
  "requestAlgorithmMember": "ChecksumAlgorithm",
4300
4672
  "requestChecksumRequired": true
4673
+ },
4674
+ "staticContextParams": {
4675
+ "UseS3ExpressControlEndpoint": {
4676
+ "value": true
4677
+ }
4301
4678
  }
4302
4679
  },
4303
4680
  "PutBucketLogging": {
@@ -4327,7 +4704,7 @@
4327
4704
  "type": "structure",
4328
4705
  "members": {
4329
4706
  "LoggingEnabled": {
4330
- "shape": "S65"
4707
+ "shape": "S6i"
4331
4708
  }
4332
4709
  }
4333
4710
  },
@@ -4349,6 +4726,11 @@
4349
4726
  "httpChecksum": {
4350
4727
  "requestAlgorithmMember": "ChecksumAlgorithm",
4351
4728
  "requestChecksumRequired": true
4729
+ },
4730
+ "staticContextParams": {
4731
+ "UseS3ExpressControlEndpoint": {
4732
+ "value": true
4733
+ }
4352
4734
  }
4353
4735
  },
4354
4736
  "PutBucketMetricsConfiguration": {
@@ -4376,7 +4758,7 @@
4376
4758
  "locationName": "id"
4377
4759
  },
4378
4760
  "MetricsConfiguration": {
4379
- "shape": "S6h",
4761
+ "shape": "S6u",
4380
4762
  "locationName": "MetricsConfiguration",
4381
4763
  "xmlNamespace": {
4382
4764
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4388,6 +4770,11 @@
4388
4770
  }
4389
4771
  },
4390
4772
  "payload": "MetricsConfiguration"
4773
+ },
4774
+ "staticContextParams": {
4775
+ "UseS3ExpressControlEndpoint": {
4776
+ "value": true
4777
+ }
4391
4778
  }
4392
4779
  },
4393
4780
  "PutBucketNotification": {
@@ -4418,7 +4805,7 @@
4418
4805
  "locationName": "x-amz-sdk-checksum-algorithm"
4419
4806
  },
4420
4807
  "NotificationConfiguration": {
4421
- "shape": "S6m",
4808
+ "shape": "S6z",
4422
4809
  "locationName": "NotificationConfiguration",
4423
4810
  "xmlNamespace": {
4424
4811
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4435,6 +4822,11 @@
4435
4822
  "httpChecksum": {
4436
4823
  "requestAlgorithmMember": "ChecksumAlgorithm",
4437
4824
  "requestChecksumRequired": true
4825
+ },
4826
+ "staticContextParams": {
4827
+ "UseS3ExpressControlEndpoint": {
4828
+ "value": true
4829
+ }
4438
4830
  }
4439
4831
  },
4440
4832
  "PutBucketNotificationConfiguration": {
@@ -4457,7 +4849,7 @@
4457
4849
  "locationName": "Bucket"
4458
4850
  },
4459
4851
  "NotificationConfiguration": {
4460
- "shape": "S6x",
4852
+ "shape": "S7a",
4461
4853
  "locationName": "NotificationConfiguration",
4462
4854
  "xmlNamespace": {
4463
4855
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4474,6 +4866,11 @@
4474
4866
  }
4475
4867
  },
4476
4868
  "payload": "NotificationConfiguration"
4869
+ },
4870
+ "staticContextParams": {
4871
+ "UseS3ExpressControlEndpoint": {
4872
+ "value": true
4873
+ }
4477
4874
  }
4478
4875
  },
4479
4876
  "PutBucketOwnershipControls": {
@@ -4504,7 +4901,7 @@
4504
4901
  "locationName": "x-amz-expected-bucket-owner"
4505
4902
  },
4506
4903
  "OwnershipControls": {
4507
- "shape": "S7e",
4904
+ "shape": "S7r",
4508
4905
  "locationName": "OwnershipControls",
4509
4906
  "xmlNamespace": {
4510
4907
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4515,6 +4912,11 @@
4515
4912
  },
4516
4913
  "httpChecksum": {
4517
4914
  "requestChecksumRequired": true
4915
+ },
4916
+ "staticContextParams": {
4917
+ "UseS3ExpressControlEndpoint": {
4918
+ "value": true
4919
+ }
4518
4920
  }
4519
4921
  },
4520
4922
  "PutBucketPolicy": {
@@ -4560,6 +4962,11 @@
4560
4962
  "httpChecksum": {
4561
4963
  "requestAlgorithmMember": "ChecksumAlgorithm",
4562
4964
  "requestChecksumRequired": true
4965
+ },
4966
+ "staticContextParams": {
4967
+ "UseS3ExpressControlEndpoint": {
4968
+ "value": true
4969
+ }
4563
4970
  }
4564
4971
  },
4565
4972
  "PutBucketReplication": {
@@ -4590,7 +4997,7 @@
4590
4997
  "locationName": "x-amz-sdk-checksum-algorithm"
4591
4998
  },
4592
4999
  "ReplicationConfiguration": {
4593
- "shape": "S7q",
5000
+ "shape": "S83",
4594
5001
  "locationName": "ReplicationConfiguration",
4595
5002
  "xmlNamespace": {
4596
5003
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4610,6 +5017,11 @@
4610
5017
  "httpChecksum": {
4611
5018
  "requestAlgorithmMember": "ChecksumAlgorithm",
4612
5019
  "requestChecksumRequired": true
5020
+ },
5021
+ "staticContextParams": {
5022
+ "UseS3ExpressControlEndpoint": {
5023
+ "value": true
5024
+ }
4613
5025
  }
4614
5026
  },
4615
5027
  "PutBucketRequestPayment": {
@@ -4662,6 +5074,11 @@
4662
5074
  "httpChecksum": {
4663
5075
  "requestAlgorithmMember": "ChecksumAlgorithm",
4664
5076
  "requestChecksumRequired": true
5077
+ },
5078
+ "staticContextParams": {
5079
+ "UseS3ExpressControlEndpoint": {
5080
+ "value": true
5081
+ }
4665
5082
  }
4666
5083
  },
4667
5084
  "PutBucketTagging": {
@@ -4692,7 +5109,7 @@
4692
5109
  "locationName": "x-amz-sdk-checksum-algorithm"
4693
5110
  },
4694
5111
  "Tagging": {
4695
- "shape": "Sdo",
5112
+ "shape": "Se9",
4696
5113
  "locationName": "Tagging",
4697
5114
  "xmlNamespace": {
4698
5115
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -4708,6 +5125,11 @@
4708
5125
  "httpChecksum": {
4709
5126
  "requestAlgorithmMember": "ChecksumAlgorithm",
4710
5127
  "requestChecksumRequired": true
5128
+ },
5129
+ "staticContextParams": {
5130
+ "UseS3ExpressControlEndpoint": {
5131
+ "value": true
5132
+ }
4711
5133
  }
4712
5134
  },
4713
5135
  "PutBucketVersioning": {
@@ -4764,6 +5186,11 @@
4764
5186
  "httpChecksum": {
4765
5187
  "requestAlgorithmMember": "ChecksumAlgorithm",
4766
5188
  "requestChecksumRequired": true
5189
+ },
5190
+ "staticContextParams": {
5191
+ "UseS3ExpressControlEndpoint": {
5192
+ "value": true
5193
+ }
4767
5194
  }
4768
5195
  },
4769
5196
  "PutBucketWebsite": {
@@ -4801,16 +5228,16 @@
4801
5228
  "type": "structure",
4802
5229
  "members": {
4803
5230
  "ErrorDocument": {
4804
- "shape": "S8y"
5231
+ "shape": "S9b"
4805
5232
  },
4806
5233
  "IndexDocument": {
4807
- "shape": "S8w"
5234
+ "shape": "S99"
4808
5235
  },
4809
5236
  "RedirectAllRequestsTo": {
4810
- "shape": "S8t"
5237
+ "shape": "S96"
4811
5238
  },
4812
5239
  "RoutingRules": {
4813
- "shape": "S8z"
5240
+ "shape": "S9c"
4814
5241
  }
4815
5242
  }
4816
5243
  },
@@ -4824,6 +5251,11 @@
4824
5251
  "httpChecksum": {
4825
5252
  "requestAlgorithmMember": "ChecksumAlgorithm",
4826
5253
  "requestChecksumRequired": true
5254
+ },
5255
+ "staticContextParams": {
5256
+ "UseS3ExpressControlEndpoint": {
5257
+ "value": true
5258
+ }
4827
5259
  }
4828
5260
  },
4829
5261
  "PutObject": {
@@ -5089,7 +5521,7 @@
5089
5521
  "locationName": "x-amz-acl"
5090
5522
  },
5091
5523
  "AccessControlPolicy": {
5092
- "shape": "Scy",
5524
+ "shape": "Sdj",
5093
5525
  "locationName": "AccessControlPolicy",
5094
5526
  "xmlNamespace": {
5095
5527
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -5190,7 +5622,7 @@
5190
5622
  "locationName": "Key"
5191
5623
  },
5192
5624
  "LegalHold": {
5193
- "shape": "Sad",
5625
+ "shape": "Saq",
5194
5626
  "locationName": "LegalHold",
5195
5627
  "xmlNamespace": {
5196
5628
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -5252,7 +5684,7 @@
5252
5684
  "locationName": "Bucket"
5253
5685
  },
5254
5686
  "ObjectLockConfiguration": {
5255
- "shape": "Sag",
5687
+ "shape": "Sat",
5256
5688
  "locationName": "ObjectLockConfiguration",
5257
5689
  "xmlNamespace": {
5258
5690
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -5319,7 +5751,7 @@
5319
5751
  "locationName": "Key"
5320
5752
  },
5321
5753
  "Retention": {
5322
- "shape": "Sao",
5754
+ "shape": "Sb1",
5323
5755
  "locationName": "Retention",
5324
5756
  "xmlNamespace": {
5325
5757
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -5404,7 +5836,7 @@
5404
5836
  "locationName": "x-amz-sdk-checksum-algorithm"
5405
5837
  },
5406
5838
  "Tagging": {
5407
- "shape": "Sdo",
5839
+ "shape": "Se9",
5408
5840
  "locationName": "Tagging",
5409
5841
  "xmlNamespace": {
5410
5842
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -5463,7 +5895,7 @@
5463
5895
  "locationName": "x-amz-sdk-checksum-algorithm"
5464
5896
  },
5465
5897
  "PublicAccessBlockConfiguration": {
5466
- "shape": "Sav",
5898
+ "shape": "Sb8",
5467
5899
  "locationName": "PublicAccessBlockConfiguration",
5468
5900
  "xmlNamespace": {
5469
5901
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -5479,6 +5911,11 @@
5479
5911
  "httpChecksum": {
5480
5912
  "requestAlgorithmMember": "ChecksumAlgorithm",
5481
5913
  "requestChecksumRequired": true
5914
+ },
5915
+ "staticContextParams": {
5916
+ "UseS3ExpressControlEndpoint": {
5917
+ "value": true
5918
+ }
5482
5919
  }
5483
5920
  },
5484
5921
  "RestoreObject": {
@@ -5539,12 +5976,12 @@
5539
5976
  ],
5540
5977
  "members": {
5541
5978
  "InputSerialization": {
5542
- "shape": "See"
5979
+ "shape": "Sez"
5543
5980
  },
5544
5981
  "ExpressionType": {},
5545
5982
  "Expression": {},
5546
5983
  "OutputSerialization": {
5547
- "shape": "Set"
5984
+ "shape": "Sfe"
5548
5985
  }
5549
5986
  }
5550
5987
  },
@@ -5575,10 +6012,10 @@
5575
6012
  },
5576
6013
  "CannedACL": {},
5577
6014
  "AccessControlList": {
5578
- "shape": "S3g"
6015
+ "shape": "S3t"
5579
6016
  },
5580
6017
  "Tagging": {
5581
- "shape": "Sdo"
6018
+ "shape": "Se9"
5582
6019
  },
5583
6020
  "UserMetadata": {
5584
6021
  "type": "list",
@@ -5686,10 +6123,10 @@
5686
6123
  }
5687
6124
  },
5688
6125
  "InputSerialization": {
5689
- "shape": "See"
6126
+ "shape": "Sez"
5690
6127
  },
5691
6128
  "OutputSerialization": {
5692
- "shape": "Set"
6129
+ "shape": "Sfe"
5693
6130
  },
5694
6131
  "ScanRange": {
5695
6132
  "type": "structure",
@@ -6082,6 +6519,11 @@
6082
6519
  }
6083
6520
  },
6084
6521
  "payload": "CopyPartResult"
6522
+ },
6523
+ "staticContextParams": {
6524
+ "DisableS3ExpressSessionAuth": {
6525
+ "value": true
6526
+ }
6085
6527
  }
6086
6528
  },
6087
6529
  "WriteGetObjectResponse": {
@@ -6308,27 +6750,31 @@
6308
6750
  "type": "timestamp",
6309
6751
  "timestampFormat": "iso8601"
6310
6752
  },
6311
- "S3d": {
6753
+ "S2h": {
6754
+ "type": "string",
6755
+ "sensitive": true
6756
+ },
6757
+ "S3q": {
6312
6758
  "type": "structure",
6313
6759
  "members": {
6314
6760
  "DisplayName": {},
6315
6761
  "ID": {}
6316
6762
  }
6317
6763
  },
6318
- "S3g": {
6764
+ "S3t": {
6319
6765
  "type": "list",
6320
6766
  "member": {
6321
6767
  "locationName": "Grant",
6322
6768
  "type": "structure",
6323
6769
  "members": {
6324
6770
  "Grantee": {
6325
- "shape": "S3i"
6771
+ "shape": "S3v"
6326
6772
  },
6327
6773
  "Permission": {}
6328
6774
  }
6329
6775
  }
6330
6776
  },
6331
- "S3i": {
6777
+ "S3v": {
6332
6778
  "type": "structure",
6333
6779
  "required": [
6334
6780
  "Type"
@@ -6348,7 +6794,7 @@
6348
6794
  "uri": "http://www.w3.org/2001/XMLSchema-instance"
6349
6795
  }
6350
6796
  },
6351
- "S3p": {
6797
+ "S42": {
6352
6798
  "type": "structure",
6353
6799
  "required": [
6354
6800
  "Id",
@@ -6361,14 +6807,14 @@
6361
6807
  "members": {
6362
6808
  "Prefix": {},
6363
6809
  "Tag": {
6364
- "shape": "S3s"
6810
+ "shape": "S45"
6365
6811
  },
6366
6812
  "And": {
6367
6813
  "type": "structure",
6368
6814
  "members": {
6369
6815
  "Prefix": {},
6370
6816
  "Tags": {
6371
- "shape": "S3v",
6817
+ "shape": "S48",
6372
6818
  "flattened": true,
6373
6819
  "locationName": "Tag"
6374
6820
  }
@@ -6414,7 +6860,7 @@
6414
6860
  }
6415
6861
  }
6416
6862
  },
6417
- "S3s": {
6863
+ "S45": {
6418
6864
  "type": "structure",
6419
6865
  "required": [
6420
6866
  "Key",
@@ -6425,14 +6871,14 @@
6425
6871
  "Value": {}
6426
6872
  }
6427
6873
  },
6428
- "S3v": {
6874
+ "S48": {
6429
6875
  "type": "list",
6430
6876
  "member": {
6431
- "shape": "S3s",
6877
+ "shape": "S45",
6432
6878
  "locationName": "Tag"
6433
6879
  }
6434
6880
  },
6435
- "S44": {
6881
+ "S4h": {
6436
6882
  "type": "list",
6437
6883
  "member": {
6438
6884
  "type": "structure",
@@ -6473,7 +6919,7 @@
6473
6919
  },
6474
6920
  "flattened": true
6475
6921
  },
6476
- "S4h": {
6922
+ "S4u": {
6477
6923
  "type": "structure",
6478
6924
  "required": [
6479
6925
  "Rules"
@@ -6506,7 +6952,7 @@
6506
6952
  }
6507
6953
  }
6508
6954
  },
6509
- "S4n": {
6955
+ "S50": {
6510
6956
  "type": "structure",
6511
6957
  "required": [
6512
6958
  "Id",
@@ -6520,14 +6966,14 @@
6520
6966
  "members": {
6521
6967
  "Prefix": {},
6522
6968
  "Tag": {
6523
- "shape": "S3s"
6969
+ "shape": "S45"
6524
6970
  },
6525
6971
  "And": {
6526
6972
  "type": "structure",
6527
6973
  "members": {
6528
6974
  "Prefix": {},
6529
6975
  "Tags": {
6530
- "shape": "S3v",
6976
+ "shape": "S48",
6531
6977
  "flattened": true,
6532
6978
  "locationName": "Tag"
6533
6979
  }
@@ -6556,7 +7002,7 @@
6556
7002
  }
6557
7003
  }
6558
7004
  },
6559
- "S4x": {
7005
+ "S5a": {
6560
7006
  "type": "structure",
6561
7007
  "required": [
6562
7008
  "Destination",
@@ -6640,7 +7086,7 @@
6640
7086
  }
6641
7087
  }
6642
7088
  },
6643
- "S5d": {
7089
+ "S5q": {
6644
7090
  "type": "list",
6645
7091
  "member": {
6646
7092
  "type": "structure",
@@ -6650,32 +7096,32 @@
6650
7096
  ],
6651
7097
  "members": {
6652
7098
  "Expiration": {
6653
- "shape": "S5f"
7099
+ "shape": "S5s"
6654
7100
  },
6655
7101
  "ID": {},
6656
7102
  "Prefix": {},
6657
7103
  "Status": {},
6658
7104
  "Transition": {
6659
- "shape": "S5k"
7105
+ "shape": "S5x"
6660
7106
  },
6661
7107
  "NoncurrentVersionTransition": {
6662
- "shape": "S5m"
7108
+ "shape": "S5z"
6663
7109
  },
6664
7110
  "NoncurrentVersionExpiration": {
6665
- "shape": "S5o"
7111
+ "shape": "S61"
6666
7112
  },
6667
7113
  "AbortIncompleteMultipartUpload": {
6668
- "shape": "S5p"
7114
+ "shape": "S62"
6669
7115
  }
6670
7116
  }
6671
7117
  },
6672
7118
  "flattened": true
6673
7119
  },
6674
- "S5f": {
7120
+ "S5s": {
6675
7121
  "type": "structure",
6676
7122
  "members": {
6677
7123
  "Date": {
6678
- "shape": "S5g"
7124
+ "shape": "S5t"
6679
7125
  },
6680
7126
  "Days": {
6681
7127
  "type": "integer"
@@ -6685,15 +7131,15 @@
6685
7131
  }
6686
7132
  }
6687
7133
  },
6688
- "S5g": {
7134
+ "S5t": {
6689
7135
  "type": "timestamp",
6690
7136
  "timestampFormat": "iso8601"
6691
7137
  },
6692
- "S5k": {
7138
+ "S5x": {
6693
7139
  "type": "structure",
6694
7140
  "members": {
6695
7141
  "Date": {
6696
- "shape": "S5g"
7142
+ "shape": "S5t"
6697
7143
  },
6698
7144
  "Days": {
6699
7145
  "type": "integer"
@@ -6701,7 +7147,7 @@
6701
7147
  "StorageClass": {}
6702
7148
  }
6703
7149
  },
6704
- "S5m": {
7150
+ "S5z": {
6705
7151
  "type": "structure",
6706
7152
  "members": {
6707
7153
  "NoncurrentDays": {
@@ -6713,7 +7159,7 @@
6713
7159
  }
6714
7160
  }
6715
7161
  },
6716
- "S5o": {
7162
+ "S61": {
6717
7163
  "type": "structure",
6718
7164
  "members": {
6719
7165
  "NoncurrentDays": {
@@ -6724,7 +7170,7 @@
6724
7170
  }
6725
7171
  }
6726
7172
  },
6727
- "S5p": {
7173
+ "S62": {
6728
7174
  "type": "structure",
6729
7175
  "members": {
6730
7176
  "DaysAfterInitiation": {
@@ -6732,7 +7178,7 @@
6732
7178
  }
6733
7179
  }
6734
7180
  },
6735
- "S5t": {
7181
+ "S66": {
6736
7182
  "type": "list",
6737
7183
  "member": {
6738
7184
  "type": "structure",
@@ -6741,7 +7187,7 @@
6741
7187
  ],
6742
7188
  "members": {
6743
7189
  "Expiration": {
6744
- "shape": "S5f"
7190
+ "shape": "S5s"
6745
7191
  },
6746
7192
  "ID": {},
6747
7193
  "Prefix": {
@@ -6752,7 +7198,7 @@
6752
7198
  "members": {
6753
7199
  "Prefix": {},
6754
7200
  "Tag": {
6755
- "shape": "S3s"
7201
+ "shape": "S45"
6756
7202
  },
6757
7203
  "ObjectSizeGreaterThan": {
6758
7204
  "type": "long"
@@ -6765,7 +7211,7 @@
6765
7211
  "members": {
6766
7212
  "Prefix": {},
6767
7213
  "Tags": {
6768
- "shape": "S3v",
7214
+ "shape": "S48",
6769
7215
  "flattened": true,
6770
7216
  "locationName": "Tag"
6771
7217
  },
@@ -6784,7 +7230,7 @@
6784
7230
  "locationName": "Transition",
6785
7231
  "type": "list",
6786
7232
  "member": {
6787
- "shape": "S5k"
7233
+ "shape": "S5x"
6788
7234
  },
6789
7235
  "flattened": true
6790
7236
  },
@@ -6792,21 +7238,21 @@
6792
7238
  "locationName": "NoncurrentVersionTransition",
6793
7239
  "type": "list",
6794
7240
  "member": {
6795
- "shape": "S5m"
7241
+ "shape": "S5z"
6796
7242
  },
6797
7243
  "flattened": true
6798
7244
  },
6799
7245
  "NoncurrentVersionExpiration": {
6800
- "shape": "S5o"
7246
+ "shape": "S61"
6801
7247
  },
6802
7248
  "AbortIncompleteMultipartUpload": {
6803
- "shape": "S5p"
7249
+ "shape": "S62"
6804
7250
  }
6805
7251
  }
6806
7252
  },
6807
7253
  "flattened": true
6808
7254
  },
6809
- "S65": {
7255
+ "S6i": {
6810
7256
  "type": "structure",
6811
7257
  "required": [
6812
7258
  "TargetBucket",
@@ -6821,7 +7267,7 @@
6821
7267
  "type": "structure",
6822
7268
  "members": {
6823
7269
  "Grantee": {
6824
- "shape": "S3i"
7270
+ "shape": "S3v"
6825
7271
  },
6826
7272
  "Permission": {}
6827
7273
  }
@@ -6847,7 +7293,7 @@
6847
7293
  }
6848
7294
  }
6849
7295
  },
6850
- "S6h": {
7296
+ "S6u": {
6851
7297
  "type": "structure",
6852
7298
  "required": [
6853
7299
  "Id"
@@ -6859,7 +7305,7 @@
6859
7305
  "members": {
6860
7306
  "Prefix": {},
6861
7307
  "Tag": {
6862
- "shape": "S3s"
7308
+ "shape": "S45"
6863
7309
  },
6864
7310
  "AccessPointArn": {},
6865
7311
  "And": {
@@ -6867,7 +7313,7 @@
6867
7313
  "members": {
6868
7314
  "Prefix": {},
6869
7315
  "Tags": {
6870
- "shape": "S3v",
7316
+ "shape": "S48",
6871
7317
  "flattened": true,
6872
7318
  "locationName": "Tag"
6873
7319
  },
@@ -6878,7 +7324,7 @@
6878
7324
  }
6879
7325
  }
6880
7326
  },
6881
- "S6l": {
7327
+ "S6y": {
6882
7328
  "type": "structure",
6883
7329
  "required": [
6884
7330
  "Bucket"
@@ -6897,7 +7343,7 @@
6897
7343
  }
6898
7344
  }
6899
7345
  },
6900
- "S6m": {
7346
+ "S6z": {
6901
7347
  "type": "structure",
6902
7348
  "members": {
6903
7349
  "TopicConfiguration": {
@@ -6905,7 +7351,7 @@
6905
7351
  "members": {
6906
7352
  "Id": {},
6907
7353
  "Events": {
6908
- "shape": "S6p",
7354
+ "shape": "S72",
6909
7355
  "locationName": "Event"
6910
7356
  },
6911
7357
  "Event": {
@@ -6922,7 +7368,7 @@
6922
7368
  "deprecated": true
6923
7369
  },
6924
7370
  "Events": {
6925
- "shape": "S6p",
7371
+ "shape": "S72",
6926
7372
  "locationName": "Event"
6927
7373
  },
6928
7374
  "Queue": {}
@@ -6936,7 +7382,7 @@
6936
7382
  "deprecated": true
6937
7383
  },
6938
7384
  "Events": {
6939
- "shape": "S6p",
7385
+ "shape": "S72",
6940
7386
  "locationName": "Event"
6941
7387
  },
6942
7388
  "CloudFunction": {},
@@ -6945,12 +7391,12 @@
6945
7391
  }
6946
7392
  }
6947
7393
  },
6948
- "S6p": {
7394
+ "S72": {
6949
7395
  "type": "list",
6950
7396
  "member": {},
6951
7397
  "flattened": true
6952
7398
  },
6953
- "S6x": {
7399
+ "S7a": {
6954
7400
  "type": "structure",
6955
7401
  "members": {
6956
7402
  "TopicConfigurations": {
@@ -6968,11 +7414,11 @@
6968
7414
  "locationName": "Topic"
6969
7415
  },
6970
7416
  "Events": {
6971
- "shape": "S6p",
7417
+ "shape": "S72",
6972
7418
  "locationName": "Event"
6973
7419
  },
6974
7420
  "Filter": {
6975
- "shape": "S70"
7421
+ "shape": "S7d"
6976
7422
  }
6977
7423
  }
6978
7424
  },
@@ -6993,11 +7439,11 @@
6993
7439
  "locationName": "Queue"
6994
7440
  },
6995
7441
  "Events": {
6996
- "shape": "S6p",
7442
+ "shape": "S72",
6997
7443
  "locationName": "Event"
6998
7444
  },
6999
7445
  "Filter": {
7000
- "shape": "S70"
7446
+ "shape": "S7d"
7001
7447
  }
7002
7448
  }
7003
7449
  },
@@ -7018,11 +7464,11 @@
7018
7464
  "locationName": "CloudFunction"
7019
7465
  },
7020
7466
  "Events": {
7021
- "shape": "S6p",
7467
+ "shape": "S72",
7022
7468
  "locationName": "Event"
7023
7469
  },
7024
7470
  "Filter": {
7025
- "shape": "S70"
7471
+ "shape": "S7d"
7026
7472
  }
7027
7473
  }
7028
7474
  },
@@ -7034,7 +7480,7 @@
7034
7480
  }
7035
7481
  }
7036
7482
  },
7037
- "S70": {
7483
+ "S7d": {
7038
7484
  "type": "structure",
7039
7485
  "members": {
7040
7486
  "Key": {
@@ -7057,7 +7503,7 @@
7057
7503
  }
7058
7504
  }
7059
7505
  },
7060
- "S7e": {
7506
+ "S7r": {
7061
7507
  "type": "structure",
7062
7508
  "required": [
7063
7509
  "Rules"
@@ -7079,7 +7525,7 @@
7079
7525
  }
7080
7526
  }
7081
7527
  },
7082
- "S7q": {
7528
+ "S83": {
7083
7529
  "type": "structure",
7084
7530
  "required": [
7085
7531
  "Role",
@@ -7109,14 +7555,14 @@
7109
7555
  "members": {
7110
7556
  "Prefix": {},
7111
7557
  "Tag": {
7112
- "shape": "S3s"
7558
+ "shape": "S45"
7113
7559
  },
7114
7560
  "And": {
7115
7561
  "type": "structure",
7116
7562
  "members": {
7117
7563
  "Prefix": {},
7118
7564
  "Tags": {
7119
- "shape": "S3v",
7565
+ "shape": "S48",
7120
7566
  "flattened": true,
7121
7567
  "locationName": "Tag"
7122
7568
  }
@@ -7190,7 +7636,7 @@
7190
7636
  "members": {
7191
7637
  "Status": {},
7192
7638
  "Time": {
7193
- "shape": "S8c"
7639
+ "shape": "S8p"
7194
7640
  }
7195
7641
  }
7196
7642
  },
@@ -7202,7 +7648,7 @@
7202
7648
  "members": {
7203
7649
  "Status": {},
7204
7650
  "EventThreshold": {
7205
- "shape": "S8c"
7651
+ "shape": "S8p"
7206
7652
  }
7207
7653
  }
7208
7654
  }
@@ -7220,7 +7666,7 @@
7220
7666
  }
7221
7667
  }
7222
7668
  },
7223
- "S8c": {
7669
+ "S8p": {
7224
7670
  "type": "structure",
7225
7671
  "members": {
7226
7672
  "Minutes": {
@@ -7228,7 +7674,7 @@
7228
7674
  }
7229
7675
  }
7230
7676
  },
7231
- "S8t": {
7677
+ "S96": {
7232
7678
  "type": "structure",
7233
7679
  "required": [
7234
7680
  "HostName"
@@ -7238,7 +7684,7 @@
7238
7684
  "Protocol": {}
7239
7685
  }
7240
7686
  },
7241
- "S8w": {
7687
+ "S99": {
7242
7688
  "type": "structure",
7243
7689
  "required": [
7244
7690
  "Suffix"
@@ -7247,7 +7693,7 @@
7247
7693
  "Suffix": {}
7248
7694
  }
7249
7695
  },
7250
- "S8y": {
7696
+ "S9b": {
7251
7697
  "type": "structure",
7252
7698
  "required": [
7253
7699
  "Key"
@@ -7256,7 +7702,7 @@
7256
7702
  "Key": {}
7257
7703
  }
7258
7704
  },
7259
- "S8z": {
7705
+ "S9c": {
7260
7706
  "type": "list",
7261
7707
  "member": {
7262
7708
  "locationName": "RoutingRule",
@@ -7285,13 +7731,13 @@
7285
7731
  }
7286
7732
  }
7287
7733
  },
7288
- "Sad": {
7734
+ "Saq": {
7289
7735
  "type": "structure",
7290
7736
  "members": {
7291
7737
  "Status": {}
7292
7738
  }
7293
7739
  },
7294
- "Sag": {
7740
+ "Sat": {
7295
7741
  "type": "structure",
7296
7742
  "members": {
7297
7743
  "ObjectLockEnabled": {},
@@ -7314,16 +7760,16 @@
7314
7760
  }
7315
7761
  }
7316
7762
  },
7317
- "Sao": {
7763
+ "Sb1": {
7318
7764
  "type": "structure",
7319
7765
  "members": {
7320
7766
  "Mode": {},
7321
7767
  "RetainUntilDate": {
7322
- "shape": "S5g"
7768
+ "shape": "S5t"
7323
7769
  }
7324
7770
  }
7325
7771
  },
7326
- "Sav": {
7772
+ "Sb8": {
7327
7773
  "type": "structure",
7328
7774
  "members": {
7329
7775
  "BlockPublicAcls": {
@@ -7344,14 +7790,27 @@
7344
7790
  }
7345
7791
  }
7346
7792
  },
7347
- "Sbv": {
7793
+ "Sbx": {
7794
+ "type": "list",
7795
+ "member": {
7796
+ "locationName": "Bucket",
7797
+ "type": "structure",
7798
+ "members": {
7799
+ "Name": {},
7800
+ "CreationDate": {
7801
+ "type": "timestamp"
7802
+ }
7803
+ }
7804
+ }
7805
+ },
7806
+ "Scg": {
7348
7807
  "type": "structure",
7349
7808
  "members": {
7350
7809
  "ID": {},
7351
7810
  "DisplayName": {}
7352
7811
  }
7353
7812
  },
7354
- "Sbw": {
7813
+ "Sch": {
7355
7814
  "type": "list",
7356
7815
  "member": {
7357
7816
  "type": "structure",
@@ -7361,16 +7820,16 @@
7361
7820
  },
7362
7821
  "flattened": true
7363
7822
  },
7364
- "Sc1": {
7823
+ "Scm": {
7365
7824
  "type": "list",
7366
7825
  "member": {}
7367
7826
  },
7368
- "Sc7": {
7827
+ "Scs": {
7369
7828
  "type": "list",
7370
7829
  "member": {},
7371
7830
  "flattened": true
7372
7831
  },
7373
- "Sca": {
7832
+ "Scv": {
7374
7833
  "type": "structure",
7375
7834
  "members": {
7376
7835
  "IsRestoreInProgress": {
@@ -7381,7 +7840,7 @@
7381
7840
  }
7382
7841
  }
7383
7842
  },
7384
- "Scj": {
7843
+ "Sd4": {
7385
7844
  "type": "list",
7386
7845
  "member": {
7387
7846
  "type": "structure",
@@ -7392,46 +7851,46 @@
7392
7851
  },
7393
7852
  "ETag": {},
7394
7853
  "ChecksumAlgorithm": {
7395
- "shape": "Sc7"
7854
+ "shape": "Scs"
7396
7855
  },
7397
7856
  "Size": {
7398
7857
  "type": "long"
7399
7858
  },
7400
7859
  "StorageClass": {},
7401
7860
  "Owner": {
7402
- "shape": "S3d"
7861
+ "shape": "S3q"
7403
7862
  },
7404
7863
  "RestoreStatus": {
7405
- "shape": "Sca"
7864
+ "shape": "Scv"
7406
7865
  }
7407
7866
  }
7408
7867
  },
7409
7868
  "flattened": true
7410
7869
  },
7411
- "Scy": {
7870
+ "Sdj": {
7412
7871
  "type": "structure",
7413
7872
  "members": {
7414
7873
  "Grants": {
7415
- "shape": "S3g",
7874
+ "shape": "S3t",
7416
7875
  "locationName": "AccessControlList"
7417
7876
  },
7418
7877
  "Owner": {
7419
- "shape": "S3d"
7878
+ "shape": "S3q"
7420
7879
  }
7421
7880
  }
7422
7881
  },
7423
- "Sdo": {
7882
+ "Se9": {
7424
7883
  "type": "structure",
7425
7884
  "required": [
7426
7885
  "TagSet"
7427
7886
  ],
7428
7887
  "members": {
7429
7888
  "TagSet": {
7430
- "shape": "S3v"
7889
+ "shape": "S48"
7431
7890
  }
7432
7891
  }
7433
7892
  },
7434
- "See": {
7893
+ "Sez": {
7435
7894
  "type": "structure",
7436
7895
  "members": {
7437
7896
  "CSV": {
@@ -7461,7 +7920,7 @@
7461
7920
  }
7462
7921
  }
7463
7922
  },
7464
- "Set": {
7923
+ "Sfe": {
7465
7924
  "type": "structure",
7466
7925
  "members": {
7467
7926
  "CSV": {
@@ -7492,6 +7951,10 @@
7492
7951
  "documentation": "Disables this client's usage of Multi-Region Access Points.",
7493
7952
  "type": "boolean"
7494
7953
  },
7954
+ "DisableS3ExpressSessionAuth": {
7955
+ "documentation": "Disables this client's usage of Session Auth for S3Express\n buckets and reverts to using conventional SigV4 for those.",
7956
+ "type": "boolean"
7957
+ },
7495
7958
  "ForcePathStyle": {
7496
7959
  "documentation": "Forces this client to use path-style addressing for buckets.",
7497
7960
  "type": "boolean"