cdk-docker-image-deployment 0.0.45 → 0.0.47

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 (43) hide show
  1. package/.jsii +5 -5
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/@types/aws-lambda/README.md +1 -1
  6. package/node_modules/@types/aws-lambda/package.json +2 -2
  7. package/node_modules/@types/aws-lambda/trigger/appsync-resolver.d.ts +2 -0
  8. package/node_modules/aws-sdk/CHANGELOG.md +17 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +30 -27
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +377 -134
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +5 -1
  14. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.min.json +173 -49
  15. package/node_modules/aws-sdk/apis/managedblockchain-2018-09-24.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +132 -132
  17. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +311 -1
  18. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +533 -12
  19. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -652
  20. package/node_modules/aws-sdk/apis/servicediscovery-2017-03-14.examples.json +2 -2
  21. package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +123 -80
  22. package/node_modules/aws-sdk/apis/support-app-2021-08-20.min.json +28 -1
  23. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +290 -63
  24. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +5 -0
  25. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +3 -3
  26. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +54 -40
  27. package/node_modules/aws-sdk/clients/configservice.d.ts +24 -24
  28. package/node_modules/aws-sdk/clients/connect.d.ts +327 -55
  29. package/node_modules/aws-sdk/clients/frauddetector.d.ts +4 -4
  30. package/node_modules/aws-sdk/clients/managedblockchain.d.ts +191 -46
  31. package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
  32. package/node_modules/aws-sdk/clients/sagemaker.d.ts +121 -5
  33. package/node_modules/aws-sdk/clients/servicediscovery.d.ts +45 -45
  34. package/node_modules/aws-sdk/clients/sesv2.d.ts +79 -27
  35. package/node_modules/aws-sdk/clients/supportapp.d.ts +48 -10
  36. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +199 -1
  37. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  38. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  39. package/node_modules/aws-sdk/dist/aws-sdk.js +727 -165
  40. package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -83
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/package.json +9 -9
@@ -28,6 +28,9 @@
28
28
  ],
29
29
  "members": {
30
30
  "Bucket": {
31
+ "contextParam": {
32
+ "name": "Bucket"
33
+ },
31
34
  "location": "uri",
32
35
  "locationName": "Bucket"
33
36
  },
@@ -72,6 +75,9 @@
72
75
  ],
73
76
  "members": {
74
77
  "Bucket": {
78
+ "contextParam": {
79
+ "name": "Bucket"
80
+ },
75
81
  "location": "uri",
76
82
  "locationName": "Bucket"
77
83
  },
@@ -208,6 +214,9 @@
208
214
  "locationName": "x-amz-acl"
209
215
  },
210
216
  "Bucket": {
217
+ "contextParam": {
218
+ "name": "Bucket"
219
+ },
211
220
  "location": "uri",
212
221
  "locationName": "Bucket"
213
222
  },
@@ -459,6 +468,9 @@
459
468
  "locationName": "x-amz-acl"
460
469
  },
461
470
  "Bucket": {
471
+ "contextParam": {
472
+ "name": "Bucket"
473
+ },
462
474
  "location": "uri",
463
475
  "locationName": "Bucket"
464
476
  },
@@ -513,7 +525,12 @@
513
525
  }
514
526
  }
515
527
  },
516
- "alias": "PutBucket"
528
+ "alias": "PutBucket",
529
+ "staticContextParams": {
530
+ "DisableAccessPoints": {
531
+ "value": true
532
+ }
533
+ }
517
534
  },
518
535
  "CreateMultipartUpload": {
519
536
  "http": {
@@ -531,6 +548,9 @@
531
548
  "locationName": "x-amz-acl"
532
549
  },
533
550
  "Bucket": {
551
+ "contextParam": {
552
+ "name": "Bucket"
553
+ },
534
554
  "location": "uri",
535
555
  "locationName": "Bucket"
536
556
  },
@@ -724,6 +744,9 @@
724
744
  ],
725
745
  "members": {
726
746
  "Bucket": {
747
+ "contextParam": {
748
+ "name": "Bucket"
749
+ },
727
750
  "location": "uri",
728
751
  "locationName": "Bucket"
729
752
  },
@@ -748,6 +771,9 @@
748
771
  ],
749
772
  "members": {
750
773
  "Bucket": {
774
+ "contextParam": {
775
+ "name": "Bucket"
776
+ },
751
777
  "location": "uri",
752
778
  "locationName": "Bucket"
753
779
  },
@@ -775,6 +801,9 @@
775
801
  ],
776
802
  "members": {
777
803
  "Bucket": {
804
+ "contextParam": {
805
+ "name": "Bucket"
806
+ },
778
807
  "location": "uri",
779
808
  "locationName": "Bucket"
780
809
  },
@@ -798,6 +827,9 @@
798
827
  ],
799
828
  "members": {
800
829
  "Bucket": {
830
+ "contextParam": {
831
+ "name": "Bucket"
832
+ },
801
833
  "location": "uri",
802
834
  "locationName": "Bucket"
803
835
  },
@@ -822,6 +854,9 @@
822
854
  ],
823
855
  "members": {
824
856
  "Bucket": {
857
+ "contextParam": {
858
+ "name": "Bucket"
859
+ },
825
860
  "location": "uri",
826
861
  "locationName": "Bucket"
827
862
  },
@@ -846,6 +881,9 @@
846
881
  ],
847
882
  "members": {
848
883
  "Bucket": {
884
+ "contextParam": {
885
+ "name": "Bucket"
886
+ },
849
887
  "location": "uri",
850
888
  "locationName": "Bucket"
851
889
  },
@@ -873,6 +911,9 @@
873
911
  ],
874
912
  "members": {
875
913
  "Bucket": {
914
+ "contextParam": {
915
+ "name": "Bucket"
916
+ },
876
917
  "location": "uri",
877
918
  "locationName": "Bucket"
878
919
  },
@@ -897,6 +938,9 @@
897
938
  ],
898
939
  "members": {
899
940
  "Bucket": {
941
+ "contextParam": {
942
+ "name": "Bucket"
943
+ },
900
944
  "location": "uri",
901
945
  "locationName": "Bucket"
902
946
  },
@@ -924,6 +968,9 @@
924
968
  ],
925
969
  "members": {
926
970
  "Bucket": {
971
+ "contextParam": {
972
+ "name": "Bucket"
973
+ },
927
974
  "location": "uri",
928
975
  "locationName": "Bucket"
929
976
  },
@@ -947,6 +994,9 @@
947
994
  ],
948
995
  "members": {
949
996
  "Bucket": {
997
+ "contextParam": {
998
+ "name": "Bucket"
999
+ },
950
1000
  "location": "uri",
951
1001
  "locationName": "Bucket"
952
1002
  },
@@ -970,6 +1020,9 @@
970
1020
  ],
971
1021
  "members": {
972
1022
  "Bucket": {
1023
+ "contextParam": {
1024
+ "name": "Bucket"
1025
+ },
973
1026
  "location": "uri",
974
1027
  "locationName": "Bucket"
975
1028
  },
@@ -993,6 +1046,9 @@
993
1046
  ],
994
1047
  "members": {
995
1048
  "Bucket": {
1049
+ "contextParam": {
1050
+ "name": "Bucket"
1051
+ },
996
1052
  "location": "uri",
997
1053
  "locationName": "Bucket"
998
1054
  },
@@ -1016,6 +1072,9 @@
1016
1072
  ],
1017
1073
  "members": {
1018
1074
  "Bucket": {
1075
+ "contextParam": {
1076
+ "name": "Bucket"
1077
+ },
1019
1078
  "location": "uri",
1020
1079
  "locationName": "Bucket"
1021
1080
  },
@@ -1040,6 +1099,9 @@
1040
1099
  ],
1041
1100
  "members": {
1042
1101
  "Bucket": {
1102
+ "contextParam": {
1103
+ "name": "Bucket"
1104
+ },
1043
1105
  "location": "uri",
1044
1106
  "locationName": "Bucket"
1045
1107
  },
@@ -1103,6 +1165,9 @@
1103
1165
  ],
1104
1166
  "members": {
1105
1167
  "Bucket": {
1168
+ "contextParam": {
1169
+ "name": "Bucket"
1170
+ },
1106
1171
  "location": "uri",
1107
1172
  "locationName": "Bucket"
1108
1173
  },
@@ -1142,6 +1207,9 @@
1142
1207
  ],
1143
1208
  "members": {
1144
1209
  "Bucket": {
1210
+ "contextParam": {
1211
+ "name": "Bucket"
1212
+ },
1145
1213
  "location": "uri",
1146
1214
  "locationName": "Bucket"
1147
1215
  },
@@ -1256,6 +1324,9 @@
1256
1324
  ],
1257
1325
  "members": {
1258
1326
  "Bucket": {
1327
+ "contextParam": {
1328
+ "name": "Bucket"
1329
+ },
1259
1330
  "location": "uri",
1260
1331
  "locationName": "Bucket"
1261
1332
  },
@@ -1278,6 +1349,9 @@
1278
1349
  ],
1279
1350
  "members": {
1280
1351
  "Bucket": {
1352
+ "contextParam": {
1353
+ "name": "Bucket"
1354
+ },
1281
1355
  "location": "uri",
1282
1356
  "locationName": "Bucket"
1283
1357
  },
@@ -1306,6 +1380,9 @@
1306
1380
  ],
1307
1381
  "members": {
1308
1382
  "Bucket": {
1383
+ "contextParam": {
1384
+ "name": "Bucket"
1385
+ },
1309
1386
  "location": "uri",
1310
1387
  "locationName": "Bucket"
1311
1388
  },
@@ -1341,6 +1418,9 @@
1341
1418
  ],
1342
1419
  "members": {
1343
1420
  "Bucket": {
1421
+ "contextParam": {
1422
+ "name": "Bucket"
1423
+ },
1344
1424
  "location": "uri",
1345
1425
  "locationName": "Bucket"
1346
1426
  },
@@ -1376,6 +1456,9 @@
1376
1456
  ],
1377
1457
  "members": {
1378
1458
  "Bucket": {
1459
+ "contextParam": {
1460
+ "name": "Bucket"
1461
+ },
1379
1462
  "location": "uri",
1380
1463
  "locationName": "Bucket"
1381
1464
  },
@@ -1407,6 +1490,9 @@
1407
1490
  ],
1408
1491
  "members": {
1409
1492
  "Bucket": {
1493
+ "contextParam": {
1494
+ "name": "Bucket"
1495
+ },
1410
1496
  "location": "uri",
1411
1497
  "locationName": "Bucket"
1412
1498
  },
@@ -1439,6 +1525,9 @@
1439
1525
  ],
1440
1526
  "members": {
1441
1527
  "Bucket": {
1528
+ "contextParam": {
1529
+ "name": "Bucket"
1530
+ },
1442
1531
  "location": "uri",
1443
1532
  "locationName": "Bucket"
1444
1533
  },
@@ -1471,6 +1560,9 @@
1471
1560
  ],
1472
1561
  "members": {
1473
1562
  "Bucket": {
1563
+ "contextParam": {
1564
+ "name": "Bucket"
1565
+ },
1474
1566
  "location": "uri",
1475
1567
  "locationName": "Bucket"
1476
1568
  },
@@ -1506,6 +1598,9 @@
1506
1598
  ],
1507
1599
  "members": {
1508
1600
  "Bucket": {
1601
+ "contextParam": {
1602
+ "name": "Bucket"
1603
+ },
1509
1604
  "location": "uri",
1510
1605
  "locationName": "Bucket"
1511
1606
  },
@@ -1538,6 +1633,9 @@
1538
1633
  ],
1539
1634
  "members": {
1540
1635
  "Bucket": {
1636
+ "contextParam": {
1637
+ "name": "Bucket"
1638
+ },
1541
1639
  "location": "uri",
1542
1640
  "locationName": "Bucket"
1543
1641
  },
@@ -1569,6 +1667,9 @@
1569
1667
  ],
1570
1668
  "members": {
1571
1669
  "Bucket": {
1670
+ "contextParam": {
1671
+ "name": "Bucket"
1672
+ },
1572
1673
  "location": "uri",
1573
1674
  "locationName": "Bucket"
1574
1675
  },
@@ -1597,6 +1698,9 @@
1597
1698
  ],
1598
1699
  "members": {
1599
1700
  "Bucket": {
1701
+ "contextParam": {
1702
+ "name": "Bucket"
1703
+ },
1600
1704
  "location": "uri",
1601
1705
  "locationName": "Bucket"
1602
1706
  },
@@ -1628,6 +1732,9 @@
1628
1732
  ],
1629
1733
  "members": {
1630
1734
  "Bucket": {
1735
+ "contextParam": {
1736
+ "name": "Bucket"
1737
+ },
1631
1738
  "location": "uri",
1632
1739
  "locationName": "Bucket"
1633
1740
  },
@@ -1688,6 +1795,9 @@
1688
1795
  ],
1689
1796
  "members": {
1690
1797
  "Bucket": {
1798
+ "contextParam": {
1799
+ "name": "Bucket"
1800
+ },
1691
1801
  "location": "uri",
1692
1802
  "locationName": "Bucket"
1693
1803
  },
@@ -1719,6 +1829,9 @@
1719
1829
  ],
1720
1830
  "members": {
1721
1831
  "Bucket": {
1832
+ "contextParam": {
1833
+ "name": "Bucket"
1834
+ },
1722
1835
  "location": "uri",
1723
1836
  "locationName": "Bucket"
1724
1837
  },
@@ -1748,6 +1861,9 @@
1748
1861
  ],
1749
1862
  "members": {
1750
1863
  "Bucket": {
1864
+ "contextParam": {
1865
+ "name": "Bucket"
1866
+ },
1751
1867
  "location": "uri",
1752
1868
  "locationName": "Bucket"
1753
1869
  },
@@ -1785,6 +1901,9 @@
1785
1901
  ],
1786
1902
  "members": {
1787
1903
  "Bucket": {
1904
+ "contextParam": {
1905
+ "name": "Bucket"
1906
+ },
1788
1907
  "location": "uri",
1789
1908
  "locationName": "Bucket"
1790
1909
  },
@@ -1816,6 +1935,9 @@
1816
1935
  ],
1817
1936
  "members": {
1818
1937
  "Bucket": {
1938
+ "contextParam": {
1939
+ "name": "Bucket"
1940
+ },
1819
1941
  "location": "uri",
1820
1942
  "locationName": "Bucket"
1821
1943
  },
@@ -1844,6 +1966,9 @@
1844
1966
  ],
1845
1967
  "members": {
1846
1968
  "Bucket": {
1969
+ "contextParam": {
1970
+ "name": "Bucket"
1971
+ },
1847
1972
  "location": "uri",
1848
1973
  "locationName": "Bucket"
1849
1974
  },
@@ -1877,6 +2002,9 @@
1877
2002
  ],
1878
2003
  "members": {
1879
2004
  "Bucket": {
2005
+ "contextParam": {
2006
+ "name": "Bucket"
2007
+ },
1880
2008
  "location": "uri",
1881
2009
  "locationName": "Bucket"
1882
2010
  },
@@ -1908,6 +2036,9 @@
1908
2036
  ],
1909
2037
  "members": {
1910
2038
  "Bucket": {
2039
+ "contextParam": {
2040
+ "name": "Bucket"
2041
+ },
1911
2042
  "location": "uri",
1912
2043
  "locationName": "Bucket"
1913
2044
  },
@@ -1948,6 +2079,9 @@
1948
2079
  ],
1949
2080
  "members": {
1950
2081
  "Bucket": {
2082
+ "contextParam": {
2083
+ "name": "Bucket"
2084
+ },
1951
2085
  "location": "uri",
1952
2086
  "locationName": "Bucket"
1953
2087
  },
@@ -2223,6 +2357,9 @@
2223
2357
  ],
2224
2358
  "members": {
2225
2359
  "Bucket": {
2360
+ "contextParam": {
2361
+ "name": "Bucket"
2362
+ },
2226
2363
  "location": "uri",
2227
2364
  "locationName": "Bucket"
2228
2365
  },
@@ -2275,6 +2412,9 @@
2275
2412
  ],
2276
2413
  "members": {
2277
2414
  "Bucket": {
2415
+ "contextParam": {
2416
+ "name": "Bucket"
2417
+ },
2278
2418
  "location": "uri",
2279
2419
  "locationName": "Bucket"
2280
2420
  },
@@ -2417,6 +2557,9 @@
2417
2557
  ],
2418
2558
  "members": {
2419
2559
  "Bucket": {
2560
+ "contextParam": {
2561
+ "name": "Bucket"
2562
+ },
2420
2563
  "location": "uri",
2421
2564
  "locationName": "Bucket"
2422
2565
  },
@@ -2460,6 +2603,9 @@
2460
2603
  ],
2461
2604
  "members": {
2462
2605
  "Bucket": {
2606
+ "contextParam": {
2607
+ "name": "Bucket"
2608
+ },
2463
2609
  "location": "uri",
2464
2610
  "locationName": "Bucket"
2465
2611
  },
@@ -2492,6 +2638,9 @@
2492
2638
  ],
2493
2639
  "members": {
2494
2640
  "Bucket": {
2641
+ "contextParam": {
2642
+ "name": "Bucket"
2643
+ },
2495
2644
  "location": "uri",
2496
2645
  "locationName": "Bucket"
2497
2646
  },
@@ -2536,6 +2685,9 @@
2536
2685
  ],
2537
2686
  "members": {
2538
2687
  "Bucket": {
2688
+ "contextParam": {
2689
+ "name": "Bucket"
2690
+ },
2539
2691
  "location": "uri",
2540
2692
  "locationName": "Bucket"
2541
2693
  },
@@ -2586,6 +2738,9 @@
2586
2738
  ],
2587
2739
  "members": {
2588
2740
  "Bucket": {
2741
+ "contextParam": {
2742
+ "name": "Bucket"
2743
+ },
2589
2744
  "location": "uri",
2590
2745
  "locationName": "Bucket"
2591
2746
  },
@@ -2630,6 +2785,9 @@
2630
2785
  ],
2631
2786
  "members": {
2632
2787
  "Bucket": {
2788
+ "contextParam": {
2789
+ "name": "Bucket"
2790
+ },
2633
2791
  "location": "uri",
2634
2792
  "locationName": "Bucket"
2635
2793
  },
@@ -2661,6 +2819,9 @@
2661
2819
  ],
2662
2820
  "members": {
2663
2821
  "Bucket": {
2822
+ "contextParam": {
2823
+ "name": "Bucket"
2824
+ },
2664
2825
  "location": "uri",
2665
2826
  "locationName": "Bucket"
2666
2827
  },
@@ -2684,6 +2845,9 @@
2684
2845
  ],
2685
2846
  "members": {
2686
2847
  "Bucket": {
2848
+ "contextParam": {
2849
+ "name": "Bucket"
2850
+ },
2687
2851
  "location": "uri",
2688
2852
  "locationName": "Bucket"
2689
2853
  },
@@ -2913,6 +3077,9 @@
2913
3077
  ],
2914
3078
  "members": {
2915
3079
  "Bucket": {
3080
+ "contextParam": {
3081
+ "name": "Bucket"
3082
+ },
2916
3083
  "location": "uri",
2917
3084
  "locationName": "Bucket"
2918
3085
  },
@@ -2957,6 +3124,9 @@
2957
3124
  ],
2958
3125
  "members": {
2959
3126
  "Bucket": {
3127
+ "contextParam": {
3128
+ "name": "Bucket"
3129
+ },
2960
3130
  "location": "uri",
2961
3131
  "locationName": "Bucket"
2962
3132
  },
@@ -2997,6 +3167,9 @@
2997
3167
  ],
2998
3168
  "members": {
2999
3169
  "Bucket": {
3170
+ "contextParam": {
3171
+ "name": "Bucket"
3172
+ },
3000
3173
  "location": "uri",
3001
3174
  "locationName": "Bucket"
3002
3175
  },
@@ -3041,6 +3214,9 @@
3041
3214
  ],
3042
3215
  "members": {
3043
3216
  "Bucket": {
3217
+ "contextParam": {
3218
+ "name": "Bucket"
3219
+ },
3044
3220
  "location": "uri",
3045
3221
  "locationName": "Bucket"
3046
3222
  },
@@ -3112,6 +3288,9 @@
3112
3288
  ],
3113
3289
  "members": {
3114
3290
  "Bucket": {
3291
+ "contextParam": {
3292
+ "name": "Bucket"
3293
+ },
3115
3294
  "location": "uri",
3116
3295
  "locationName": "Bucket"
3117
3296
  },
@@ -3204,6 +3383,9 @@
3204
3383
  ],
3205
3384
  "members": {
3206
3385
  "Bucket": {
3386
+ "contextParam": {
3387
+ "name": "Bucket"
3388
+ },
3207
3389
  "location": "uri",
3208
3390
  "locationName": "Bucket"
3209
3391
  },
@@ -3324,6 +3506,9 @@
3324
3506
  ],
3325
3507
  "members": {
3326
3508
  "Bucket": {
3509
+ "contextParam": {
3510
+ "name": "Bucket"
3511
+ },
3327
3512
  "location": "uri",
3328
3513
  "locationName": "Bucket"
3329
3514
  },
@@ -3395,6 +3580,9 @@
3395
3580
  ],
3396
3581
  "members": {
3397
3582
  "Bucket": {
3583
+ "contextParam": {
3584
+ "name": "Bucket"
3585
+ },
3398
3586
  "location": "uri",
3399
3587
  "locationName": "Bucket"
3400
3588
  },
@@ -3480,6 +3668,9 @@
3480
3668
  ],
3481
3669
  "members": {
3482
3670
  "Bucket": {
3671
+ "contextParam": {
3672
+ "name": "Bucket"
3673
+ },
3483
3674
  "location": "uri",
3484
3675
  "locationName": "Bucket"
3485
3676
  },
@@ -3603,6 +3794,9 @@
3603
3794
  ],
3604
3795
  "members": {
3605
3796
  "Bucket": {
3797
+ "contextParam": {
3798
+ "name": "Bucket"
3799
+ },
3606
3800
  "location": "uri",
3607
3801
  "locationName": "Bucket"
3608
3802
  },
@@ -3655,6 +3849,9 @@
3655
3849
  }
3656
3850
  },
3657
3851
  "Bucket": {
3852
+ "contextParam": {
3853
+ "name": "Bucket"
3854
+ },
3658
3855
  "location": "uri",
3659
3856
  "locationName": "Bucket"
3660
3857
  },
@@ -3712,6 +3909,9 @@
3712
3909
  ],
3713
3910
  "members": {
3714
3911
  "Bucket": {
3912
+ "contextParam": {
3913
+ "name": "Bucket"
3914
+ },
3715
3915
  "location": "uri",
3716
3916
  "locationName": "Bucket"
3717
3917
  },
@@ -3747,6 +3947,9 @@
3747
3947
  ],
3748
3948
  "members": {
3749
3949
  "Bucket": {
3950
+ "contextParam": {
3951
+ "name": "Bucket"
3952
+ },
3750
3953
  "location": "uri",
3751
3954
  "locationName": "Bucket"
3752
3955
  },
@@ -3799,6 +4002,9 @@
3799
4002
  ],
3800
4003
  "members": {
3801
4004
  "Bucket": {
4005
+ "contextParam": {
4006
+ "name": "Bucket"
4007
+ },
3802
4008
  "location": "uri",
3803
4009
  "locationName": "Bucket"
3804
4010
  },
@@ -3843,6 +4049,9 @@
3843
4049
  ],
3844
4050
  "members": {
3845
4051
  "Bucket": {
4052
+ "contextParam": {
4053
+ "name": "Bucket"
4054
+ },
3846
4055
  "location": "uri",
3847
4056
  "locationName": "Bucket"
3848
4057
  },
@@ -3875,6 +4084,9 @@
3875
4084
  ],
3876
4085
  "members": {
3877
4086
  "Bucket": {
4087
+ "contextParam": {
4088
+ "name": "Bucket"
4089
+ },
3878
4090
  "location": "uri",
3879
4091
  "locationName": "Bucket"
3880
4092
  },
@@ -3909,6 +4121,9 @@
3909
4121
  ],
3910
4122
  "members": {
3911
4123
  "Bucket": {
4124
+ "contextParam": {
4125
+ "name": "Bucket"
4126
+ },
3912
4127
  "location": "uri",
3913
4128
  "locationName": "Bucket"
3914
4129
  },
@@ -3961,6 +4176,9 @@
3961
4176
  ],
3962
4177
  "members": {
3963
4178
  "Bucket": {
4179
+ "contextParam": {
4180
+ "name": "Bucket"
4181
+ },
3964
4182
  "location": "uri",
3965
4183
  "locationName": "Bucket"
3966
4184
  },
@@ -4009,6 +4227,9 @@
4009
4227
  ],
4010
4228
  "members": {
4011
4229
  "Bucket": {
4230
+ "contextParam": {
4231
+ "name": "Bucket"
4232
+ },
4012
4233
  "location": "uri",
4013
4234
  "locationName": "Bucket"
4014
4235
  },
@@ -4058,6 +4279,9 @@
4058
4279
  ],
4059
4280
  "members": {
4060
4281
  "Bucket": {
4282
+ "contextParam": {
4283
+ "name": "Bucket"
4284
+ },
4061
4285
  "location": "uri",
4062
4286
  "locationName": "Bucket"
4063
4287
  },
@@ -4093,6 +4317,9 @@
4093
4317
  ],
4094
4318
  "members": {
4095
4319
  "Bucket": {
4320
+ "contextParam": {
4321
+ "name": "Bucket"
4322
+ },
4096
4323
  "location": "uri",
4097
4324
  "locationName": "Bucket"
4098
4325
  },
@@ -4137,6 +4364,9 @@
4137
4364
  ],
4138
4365
  "members": {
4139
4366
  "Bucket": {
4367
+ "contextParam": {
4368
+ "name": "Bucket"
4369
+ },
4140
4370
  "location": "uri",
4141
4371
  "locationName": "Bucket"
4142
4372
  },
@@ -4173,6 +4403,9 @@
4173
4403
  ],
4174
4404
  "members": {
4175
4405
  "Bucket": {
4406
+ "contextParam": {
4407
+ "name": "Bucket"
4408
+ },
4176
4409
  "location": "uri",
4177
4410
  "locationName": "Bucket"
4178
4411
  },
@@ -4211,6 +4444,9 @@
4211
4444
  ],
4212
4445
  "members": {
4213
4446
  "Bucket": {
4447
+ "contextParam": {
4448
+ "name": "Bucket"
4449
+ },
4214
4450
  "location": "uri",
4215
4451
  "locationName": "Bucket"
4216
4452
  },
@@ -4253,6 +4489,9 @@
4253
4489
  ],
4254
4490
  "members": {
4255
4491
  "Bucket": {
4492
+ "contextParam": {
4493
+ "name": "Bucket"
4494
+ },
4256
4495
  "location": "uri",
4257
4496
  "locationName": "Bucket"
4258
4497
  },
@@ -4300,6 +4539,9 @@
4300
4539
  ],
4301
4540
  "members": {
4302
4541
  "Bucket": {
4542
+ "contextParam": {
4543
+ "name": "Bucket"
4544
+ },
4303
4545
  "location": "uri",
4304
4546
  "locationName": "Bucket"
4305
4547
  },
@@ -4349,6 +4591,9 @@
4349
4591
  ],
4350
4592
  "members": {
4351
4593
  "Bucket": {
4594
+ "contextParam": {
4595
+ "name": "Bucket"
4596
+ },
4352
4597
  "location": "uri",
4353
4598
  "locationName": "Bucket"
4354
4599
  },
@@ -4392,6 +4637,9 @@
4392
4637
  ],
4393
4638
  "members": {
4394
4639
  "Bucket": {
4640
+ "contextParam": {
4641
+ "name": "Bucket"
4642
+ },
4395
4643
  "location": "uri",
4396
4644
  "locationName": "Bucket"
4397
4645
  },
@@ -4445,6 +4693,9 @@
4445
4693
  ],
4446
4694
  "members": {
4447
4695
  "Bucket": {
4696
+ "contextParam": {
4697
+ "name": "Bucket"
4698
+ },
4448
4699
  "location": "uri",
4449
4700
  "locationName": "Bucket"
4450
4701
  },
@@ -4510,6 +4761,9 @@
4510
4761
  "type": "blob"
4511
4762
  },
4512
4763
  "Bucket": {
4764
+ "contextParam": {
4765
+ "name": "Bucket"
4766
+ },
4513
4767
  "location": "uri",
4514
4768
  "locationName": "Bucket"
4515
4769
  },
@@ -4753,6 +5007,9 @@
4753
5007
  }
4754
5008
  },
4755
5009
  "Bucket": {
5010
+ "contextParam": {
5011
+ "name": "Bucket"
5012
+ },
4756
5013
  "location": "uri",
4757
5014
  "locationName": "Bucket"
4758
5015
  },
@@ -4830,6 +5087,9 @@
4830
5087
  ],
4831
5088
  "members": {
4832
5089
  "Bucket": {
5090
+ "contextParam": {
5091
+ "name": "Bucket"
5092
+ },
4833
5093
  "location": "uri",
4834
5094
  "locationName": "Bucket"
4835
5095
  },
@@ -4893,6 +5153,9 @@
4893
5153
  ],
4894
5154
  "members": {
4895
5155
  "Bucket": {
5156
+ "contextParam": {
5157
+ "name": "Bucket"
5158
+ },
4896
5159
  "location": "uri",
4897
5160
  "locationName": "Bucket"
4898
5161
  },
@@ -4953,6 +5216,9 @@
4953
5216
  ],
4954
5217
  "members": {
4955
5218
  "Bucket": {
5219
+ "contextParam": {
5220
+ "name": "Bucket"
5221
+ },
4956
5222
  "location": "uri",
4957
5223
  "locationName": "Bucket"
4958
5224
  },
@@ -5023,6 +5289,9 @@
5023
5289
  ],
5024
5290
  "members": {
5025
5291
  "Bucket": {
5292
+ "contextParam": {
5293
+ "name": "Bucket"
5294
+ },
5026
5295
  "location": "uri",
5027
5296
  "locationName": "Bucket"
5028
5297
  },
@@ -5087,6 +5356,9 @@
5087
5356
  ],
5088
5357
  "members": {
5089
5358
  "Bucket": {
5359
+ "contextParam": {
5360
+ "name": "Bucket"
5361
+ },
5090
5362
  "location": "uri",
5091
5363
  "locationName": "Bucket"
5092
5364
  },
@@ -5129,6 +5401,9 @@
5129
5401
  ],
5130
5402
  "members": {
5131
5403
  "Bucket": {
5404
+ "contextParam": {
5405
+ "name": "Bucket"
5406
+ },
5132
5407
  "location": "uri",
5133
5408
  "locationName": "Bucket"
5134
5409
  },
@@ -5285,6 +5560,9 @@
5285
5560
  ],
5286
5561
  "members": {
5287
5562
  "Bucket": {
5563
+ "contextParam": {
5564
+ "name": "Bucket"
5565
+ },
5288
5566
  "location": "uri",
5289
5567
  "locationName": "Bucket"
5290
5568
  },
@@ -5432,6 +5710,9 @@
5432
5710
  "type": "blob"
5433
5711
  },
5434
5712
  "Bucket": {
5713
+ "contextParam": {
5714
+ "name": "Bucket"
5715
+ },
5435
5716
  "location": "uri",
5436
5717
  "locationName": "Bucket"
5437
5718
  },
@@ -5573,6 +5854,9 @@
5573
5854
  ],
5574
5855
  "members": {
5575
5856
  "Bucket": {
5857
+ "contextParam": {
5858
+ "name": "Bucket"
5859
+ },
5576
5860
  "location": "uri",
5577
5861
  "locationName": "Bucket"
5578
5862
  },
@@ -5895,6 +6179,11 @@
5895
6179
  "authtype": "v4-unsigned-body",
5896
6180
  "endpoint": {
5897
6181
  "hostPrefix": "{RequestRoute}."
6182
+ },
6183
+ "staticContextParams": {
6184
+ "UseObjectLambdaEndpoint": {
6185
+ "value": true
6186
+ }
5898
6187
  }
5899
6188
  }
5900
6189
  },
@@ -6484,6 +6773,9 @@
6484
6773
  ],
6485
6774
  "members": {
6486
6775
  "Bucket": {
6776
+ "contextParam": {
6777
+ "name": "Bucket"
6778
+ },
6487
6779
  "location": "uri",
6488
6780
  "locationName": "Bucket"
6489
6781
  },
@@ -7060,5 +7352,23 @@
7060
7352
  }
7061
7353
  }
7062
7354
  }
7355
+ },
7356
+ "clientContextParams": {
7357
+ "Accelerate": {
7358
+ "documentation": "Enables this client to use S3 Transfer Acceleration endpoints.",
7359
+ "type": "boolean"
7360
+ },
7361
+ "DisableMultiRegionAccessPoints": {
7362
+ "documentation": "Disables this client's usage of Multi-Region Access Points.",
7363
+ "type": "boolean"
7364
+ },
7365
+ "ForcePathStyle": {
7366
+ "documentation": "Forces this client to use path-style addressing for buckets.",
7367
+ "type": "boolean"
7368
+ },
7369
+ "UseArnRegion": {
7370
+ "documentation": "Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.",
7371
+ "type": "boolean"
7372
+ }
7063
7373
  }
7064
7374
  }