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
@@ -29,6 +29,9 @@
29
29
  ],
30
30
  "members": {
31
31
  "AccountId": {
32
+ "contextParam": {
33
+ "name": "AccountId"
34
+ },
32
35
  "hostLabel": true,
33
36
  "location": "header",
34
37
  "locationName": "x-amz-account-id"
@@ -37,7 +40,11 @@
37
40
  "location": "uri",
38
41
  "locationName": "name"
39
42
  },
40
- "Bucket": {},
43
+ "Bucket": {
44
+ "contextParam": {
45
+ "name": "Bucket"
46
+ }
47
+ },
41
48
  "VpcConfiguration": {
42
49
  "shape": "S5"
43
50
  },
@@ -55,6 +62,11 @@
55
62
  },
56
63
  "endpoint": {
57
64
  "hostPrefix": "{AccountId}."
65
+ },
66
+ "staticContextParams": {
67
+ "RequiresAccountId": {
68
+ "value": true
69
+ }
58
70
  }
59
71
  },
60
72
  "CreateAccessPointForObjectLambda": {
@@ -75,6 +87,9 @@
75
87
  ],
76
88
  "members": {
77
89
  "AccountId": {
90
+ "contextParam": {
91
+ "name": "AccountId"
92
+ },
78
93
  "hostLabel": true,
79
94
  "location": "header",
80
95
  "locationName": "x-amz-account-id"
@@ -96,6 +111,11 @@
96
111
  },
97
112
  "endpoint": {
98
113
  "hostPrefix": "{AccountId}."
114
+ },
115
+ "staticContextParams": {
116
+ "RequiresAccountId": {
117
+ "value": true
118
+ }
99
119
  }
100
120
  },
101
121
  "CreateBucket": {
@@ -114,6 +134,9 @@
114
134
  "locationName": "x-amz-acl"
115
135
  },
116
136
  "Bucket": {
137
+ "contextParam": {
138
+ "name": "Bucket"
139
+ },
117
140
  "location": "uri",
118
141
  "locationName": "name"
119
142
  },
@@ -153,6 +176,9 @@
153
176
  "type": "boolean"
154
177
  },
155
178
  "OutpostId": {
179
+ "contextParam": {
180
+ "name": "OutpostId"
181
+ },
156
182
  "location": "header",
157
183
  "locationName": "x-amz-outpost-id"
158
184
  }
@@ -191,6 +217,9 @@
191
217
  ],
192
218
  "members": {
193
219
  "AccountId": {
220
+ "contextParam": {
221
+ "name": "AccountId"
222
+ },
194
223
  "hostLabel": true,
195
224
  "location": "header",
196
225
  "locationName": "x-amz-account-id"
@@ -231,6 +260,11 @@
231
260
  },
232
261
  "endpoint": {
233
262
  "hostPrefix": "{AccountId}."
263
+ },
264
+ "staticContextParams": {
265
+ "RequiresAccountId": {
266
+ "value": true
267
+ }
234
268
  }
235
269
  },
236
270
  "CreateMultiRegionAccessPoint": {
@@ -250,6 +284,9 @@
250
284
  ],
251
285
  "members": {
252
286
  "AccountId": {
287
+ "contextParam": {
288
+ "name": "AccountId"
289
+ },
253
290
  "hostLabel": true,
254
291
  "location": "header",
255
292
  "locationName": "x-amz-account-id"
@@ -271,7 +308,12 @@
271
308
  "endpoint": {
272
309
  "hostPrefix": "{AccountId}."
273
310
  },
274
- "httpChecksumRequired": true
311
+ "httpChecksumRequired": true,
312
+ "staticContextParams": {
313
+ "RequiresAccountId": {
314
+ "value": true
315
+ }
316
+ }
275
317
  },
276
318
  "DeleteAccessPoint": {
277
319
  "http": {
@@ -286,11 +328,17 @@
286
328
  ],
287
329
  "members": {
288
330
  "AccountId": {
331
+ "contextParam": {
332
+ "name": "AccountId"
333
+ },
289
334
  "hostLabel": true,
290
335
  "location": "header",
291
336
  "locationName": "x-amz-account-id"
292
337
  },
293
338
  "Name": {
339
+ "contextParam": {
340
+ "name": "AccessPointName"
341
+ },
294
342
  "location": "uri",
295
343
  "locationName": "name"
296
344
  }
@@ -298,6 +346,11 @@
298
346
  },
299
347
  "endpoint": {
300
348
  "hostPrefix": "{AccountId}."
349
+ },
350
+ "staticContextParams": {
351
+ "RequiresAccountId": {
352
+ "value": true
353
+ }
301
354
  }
302
355
  },
303
356
  "DeleteAccessPointForObjectLambda": {
@@ -313,6 +366,9 @@
313
366
  ],
314
367
  "members": {
315
368
  "AccountId": {
369
+ "contextParam": {
370
+ "name": "AccountId"
371
+ },
316
372
  "hostLabel": true,
317
373
  "location": "header",
318
374
  "locationName": "x-amz-account-id"
@@ -325,6 +381,11 @@
325
381
  },
326
382
  "endpoint": {
327
383
  "hostPrefix": "{AccountId}."
384
+ },
385
+ "staticContextParams": {
386
+ "RequiresAccountId": {
387
+ "value": true
388
+ }
328
389
  }
329
390
  },
330
391
  "DeleteAccessPointPolicy": {
@@ -340,11 +401,17 @@
340
401
  ],
341
402
  "members": {
342
403
  "AccountId": {
404
+ "contextParam": {
405
+ "name": "AccountId"
406
+ },
343
407
  "hostLabel": true,
344
408
  "location": "header",
345
409
  "locationName": "x-amz-account-id"
346
410
  },
347
411
  "Name": {
412
+ "contextParam": {
413
+ "name": "AccessPointName"
414
+ },
348
415
  "location": "uri",
349
416
  "locationName": "name"
350
417
  }
@@ -352,6 +419,11 @@
352
419
  },
353
420
  "endpoint": {
354
421
  "hostPrefix": "{AccountId}."
422
+ },
423
+ "staticContextParams": {
424
+ "RequiresAccountId": {
425
+ "value": true
426
+ }
355
427
  }
356
428
  },
357
429
  "DeleteAccessPointPolicyForObjectLambda": {
@@ -367,6 +439,9 @@
367
439
  ],
368
440
  "members": {
369
441
  "AccountId": {
442
+ "contextParam": {
443
+ "name": "AccountId"
444
+ },
370
445
  "hostLabel": true,
371
446
  "location": "header",
372
447
  "locationName": "x-amz-account-id"
@@ -379,6 +454,11 @@
379
454
  },
380
455
  "endpoint": {
381
456
  "hostPrefix": "{AccountId}."
457
+ },
458
+ "staticContextParams": {
459
+ "RequiresAccountId": {
460
+ "value": true
461
+ }
382
462
  }
383
463
  },
384
464
  "DeleteBucket": {
@@ -394,11 +474,17 @@
394
474
  ],
395
475
  "members": {
396
476
  "AccountId": {
477
+ "contextParam": {
478
+ "name": "AccountId"
479
+ },
397
480
  "hostLabel": true,
398
481
  "location": "header",
399
482
  "locationName": "x-amz-account-id"
400
483
  },
401
484
  "Bucket": {
485
+ "contextParam": {
486
+ "name": "Bucket"
487
+ },
402
488
  "location": "uri",
403
489
  "locationName": "name"
404
490
  }
@@ -406,6 +492,11 @@
406
492
  },
407
493
  "endpoint": {
408
494
  "hostPrefix": "{AccountId}."
495
+ },
496
+ "staticContextParams": {
497
+ "RequiresAccountId": {
498
+ "value": true
499
+ }
409
500
  }
410
501
  },
411
502
  "DeleteBucketLifecycleConfiguration": {
@@ -421,11 +512,17 @@
421
512
  ],
422
513
  "members": {
423
514
  "AccountId": {
515
+ "contextParam": {
516
+ "name": "AccountId"
517
+ },
424
518
  "hostLabel": true,
425
519
  "location": "header",
426
520
  "locationName": "x-amz-account-id"
427
521
  },
428
522
  "Bucket": {
523
+ "contextParam": {
524
+ "name": "Bucket"
525
+ },
429
526
  "location": "uri",
430
527
  "locationName": "name"
431
528
  }
@@ -433,6 +530,11 @@
433
530
  },
434
531
  "endpoint": {
435
532
  "hostPrefix": "{AccountId}."
533
+ },
534
+ "staticContextParams": {
535
+ "RequiresAccountId": {
536
+ "value": true
537
+ }
436
538
  }
437
539
  },
438
540
  "DeleteBucketPolicy": {
@@ -448,11 +550,17 @@
448
550
  ],
449
551
  "members": {
450
552
  "AccountId": {
553
+ "contextParam": {
554
+ "name": "AccountId"
555
+ },
451
556
  "hostLabel": true,
452
557
  "location": "header",
453
558
  "locationName": "x-amz-account-id"
454
559
  },
455
560
  "Bucket": {
561
+ "contextParam": {
562
+ "name": "Bucket"
563
+ },
456
564
  "location": "uri",
457
565
  "locationName": "name"
458
566
  }
@@ -460,6 +568,11 @@
460
568
  },
461
569
  "endpoint": {
462
570
  "hostPrefix": "{AccountId}."
571
+ },
572
+ "staticContextParams": {
573
+ "RequiresAccountId": {
574
+ "value": true
575
+ }
463
576
  }
464
577
  },
465
578
  "DeleteBucketTagging": {
@@ -476,11 +589,17 @@
476
589
  ],
477
590
  "members": {
478
591
  "AccountId": {
592
+ "contextParam": {
593
+ "name": "AccountId"
594
+ },
479
595
  "hostLabel": true,
480
596
  "location": "header",
481
597
  "locationName": "x-amz-account-id"
482
598
  },
483
599
  "Bucket": {
600
+ "contextParam": {
601
+ "name": "Bucket"
602
+ },
484
603
  "location": "uri",
485
604
  "locationName": "name"
486
605
  }
@@ -488,6 +607,11 @@
488
607
  },
489
608
  "endpoint": {
490
609
  "hostPrefix": "{AccountId}."
610
+ },
611
+ "staticContextParams": {
612
+ "RequiresAccountId": {
613
+ "value": true
614
+ }
491
615
  }
492
616
  },
493
617
  "DeleteJobTagging": {
@@ -503,6 +627,9 @@
503
627
  ],
504
628
  "members": {
505
629
  "AccountId": {
630
+ "contextParam": {
631
+ "name": "AccountId"
632
+ },
506
633
  "hostLabel": true,
507
634
  "location": "header",
508
635
  "locationName": "x-amz-account-id"
@@ -519,6 +646,11 @@
519
646
  },
520
647
  "endpoint": {
521
648
  "hostPrefix": "{AccountId}."
649
+ },
650
+ "staticContextParams": {
651
+ "RequiresAccountId": {
652
+ "value": true
653
+ }
522
654
  }
523
655
  },
524
656
  "DeleteMultiRegionAccessPoint": {
@@ -538,6 +670,9 @@
538
670
  ],
539
671
  "members": {
540
672
  "AccountId": {
673
+ "contextParam": {
674
+ "name": "AccountId"
675
+ },
541
676
  "hostLabel": true,
542
677
  "location": "header",
543
678
  "locationName": "x-amz-account-id"
@@ -559,7 +694,12 @@
559
694
  "endpoint": {
560
695
  "hostPrefix": "{AccountId}."
561
696
  },
562
- "httpChecksumRequired": true
697
+ "httpChecksumRequired": true,
698
+ "staticContextParams": {
699
+ "RequiresAccountId": {
700
+ "value": true
701
+ }
702
+ }
563
703
  },
564
704
  "DeletePublicAccessBlock": {
565
705
  "http": {
@@ -573,6 +713,9 @@
573
713
  ],
574
714
  "members": {
575
715
  "AccountId": {
716
+ "contextParam": {
717
+ "name": "AccountId"
718
+ },
576
719
  "hostLabel": true,
577
720
  "location": "header",
578
721
  "locationName": "x-amz-account-id"
@@ -581,6 +724,11 @@
581
724
  },
582
725
  "endpoint": {
583
726
  "hostPrefix": "{AccountId}."
727
+ },
728
+ "staticContextParams": {
729
+ "RequiresAccountId": {
730
+ "value": true
731
+ }
584
732
  }
585
733
  },
586
734
  "DeleteStorageLensConfiguration": {
@@ -600,6 +748,9 @@
600
748
  "locationName": "storagelensid"
601
749
  },
602
750
  "AccountId": {
751
+ "contextParam": {
752
+ "name": "AccountId"
753
+ },
603
754
  "hostLabel": true,
604
755
  "location": "header",
605
756
  "locationName": "x-amz-account-id"
@@ -608,6 +759,11 @@
608
759
  },
609
760
  "endpoint": {
610
761
  "hostPrefix": "{AccountId}."
762
+ },
763
+ "staticContextParams": {
764
+ "RequiresAccountId": {
765
+ "value": true
766
+ }
611
767
  }
612
768
  },
613
769
  "DeleteStorageLensConfigurationTagging": {
@@ -627,6 +783,9 @@
627
783
  "locationName": "storagelensid"
628
784
  },
629
785
  "AccountId": {
786
+ "contextParam": {
787
+ "name": "AccountId"
788
+ },
630
789
  "hostLabel": true,
631
790
  "location": "header",
632
791
  "locationName": "x-amz-account-id"
@@ -639,6 +798,11 @@
639
798
  },
640
799
  "endpoint": {
641
800
  "hostPrefix": "{AccountId}."
801
+ },
802
+ "staticContextParams": {
803
+ "RequiresAccountId": {
804
+ "value": true
805
+ }
642
806
  }
643
807
  },
644
808
  "DescribeJob": {
@@ -654,6 +818,9 @@
654
818
  ],
655
819
  "members": {
656
820
  "AccountId": {
821
+ "contextParam": {
822
+ "name": "AccountId"
823
+ },
657
824
  "hostLabel": true,
658
825
  "location": "header",
659
826
  "locationName": "x-amz-account-id"
@@ -732,6 +899,11 @@
732
899
  },
733
900
  "endpoint": {
734
901
  "hostPrefix": "{AccountId}."
902
+ },
903
+ "staticContextParams": {
904
+ "RequiresAccountId": {
905
+ "value": true
906
+ }
735
907
  }
736
908
  },
737
909
  "DescribeMultiRegionAccessPointOperation": {
@@ -747,6 +919,9 @@
747
919
  ],
748
920
  "members": {
749
921
  "AccountId": {
922
+ "contextParam": {
923
+ "name": "AccountId"
924
+ },
750
925
  "hostLabel": true,
751
926
  "location": "header",
752
927
  "locationName": "x-amz-account-id"
@@ -820,7 +995,12 @@
820
995
  "endpoint": {
821
996
  "hostPrefix": "{AccountId}."
822
997
  },
823
- "httpChecksumRequired": true
998
+ "httpChecksumRequired": true,
999
+ "staticContextParams": {
1000
+ "RequiresAccountId": {
1001
+ "value": true
1002
+ }
1003
+ }
824
1004
  },
825
1005
  "GetAccessPoint": {
826
1006
  "http": {
@@ -835,11 +1015,17 @@
835
1015
  ],
836
1016
  "members": {
837
1017
  "AccountId": {
1018
+ "contextParam": {
1019
+ "name": "AccountId"
1020
+ },
838
1021
  "hostLabel": true,
839
1022
  "location": "header",
840
1023
  "locationName": "x-amz-account-id"
841
1024
  },
842
1025
  "Name": {
1026
+ "contextParam": {
1027
+ "name": "AccessPointName"
1028
+ },
843
1029
  "location": "uri",
844
1030
  "locationName": "name"
845
1031
  }
@@ -871,6 +1057,11 @@
871
1057
  },
872
1058
  "endpoint": {
873
1059
  "hostPrefix": "{AccountId}."
1060
+ },
1061
+ "staticContextParams": {
1062
+ "RequiresAccountId": {
1063
+ "value": true
1064
+ }
874
1065
  }
875
1066
  },
876
1067
  "GetAccessPointConfigurationForObjectLambda": {
@@ -886,6 +1077,9 @@
886
1077
  ],
887
1078
  "members": {
888
1079
  "AccountId": {
1080
+ "contextParam": {
1081
+ "name": "AccountId"
1082
+ },
889
1083
  "hostLabel": true,
890
1084
  "location": "header",
891
1085
  "locationName": "x-amz-account-id"
@@ -906,6 +1100,11 @@
906
1100
  },
907
1101
  "endpoint": {
908
1102
  "hostPrefix": "{AccountId}."
1103
+ },
1104
+ "staticContextParams": {
1105
+ "RequiresAccountId": {
1106
+ "value": true
1107
+ }
909
1108
  }
910
1109
  },
911
1110
  "GetAccessPointForObjectLambda": {
@@ -921,6 +1120,9 @@
921
1120
  ],
922
1121
  "members": {
923
1122
  "AccountId": {
1123
+ "contextParam": {
1124
+ "name": "AccountId"
1125
+ },
924
1126
  "hostLabel": true,
925
1127
  "location": "header",
926
1128
  "locationName": "x-amz-account-id"
@@ -945,6 +1147,11 @@
945
1147
  },
946
1148
  "endpoint": {
947
1149
  "hostPrefix": "{AccountId}."
1150
+ },
1151
+ "staticContextParams": {
1152
+ "RequiresAccountId": {
1153
+ "value": true
1154
+ }
948
1155
  }
949
1156
  },
950
1157
  "GetAccessPointPolicy": {
@@ -960,11 +1167,17 @@
960
1167
  ],
961
1168
  "members": {
962
1169
  "AccountId": {
1170
+ "contextParam": {
1171
+ "name": "AccountId"
1172
+ },
963
1173
  "hostLabel": true,
964
1174
  "location": "header",
965
1175
  "locationName": "x-amz-account-id"
966
1176
  },
967
1177
  "Name": {
1178
+ "contextParam": {
1179
+ "name": "AccessPointName"
1180
+ },
968
1181
  "location": "uri",
969
1182
  "locationName": "name"
970
1183
  }
@@ -978,6 +1191,11 @@
978
1191
  },
979
1192
  "endpoint": {
980
1193
  "hostPrefix": "{AccountId}."
1194
+ },
1195
+ "staticContextParams": {
1196
+ "RequiresAccountId": {
1197
+ "value": true
1198
+ }
981
1199
  }
982
1200
  },
983
1201
  "GetAccessPointPolicyForObjectLambda": {
@@ -993,6 +1211,9 @@
993
1211
  ],
994
1212
  "members": {
995
1213
  "AccountId": {
1214
+ "contextParam": {
1215
+ "name": "AccountId"
1216
+ },
996
1217
  "hostLabel": true,
997
1218
  "location": "header",
998
1219
  "locationName": "x-amz-account-id"
@@ -1011,6 +1232,11 @@
1011
1232
  },
1012
1233
  "endpoint": {
1013
1234
  "hostPrefix": "{AccountId}."
1235
+ },
1236
+ "staticContextParams": {
1237
+ "RequiresAccountId": {
1238
+ "value": true
1239
+ }
1014
1240
  }
1015
1241
  },
1016
1242
  "GetAccessPointPolicyStatus": {
@@ -1026,11 +1252,17 @@
1026
1252
  ],
1027
1253
  "members": {
1028
1254
  "AccountId": {
1255
+ "contextParam": {
1256
+ "name": "AccountId"
1257
+ },
1029
1258
  "hostLabel": true,
1030
1259
  "location": "header",
1031
1260
  "locationName": "x-amz-account-id"
1032
1261
  },
1033
1262
  "Name": {
1263
+ "contextParam": {
1264
+ "name": "AccessPointName"
1265
+ },
1034
1266
  "location": "uri",
1035
1267
  "locationName": "name"
1036
1268
  }
@@ -1046,6 +1278,11 @@
1046
1278
  },
1047
1279
  "endpoint": {
1048
1280
  "hostPrefix": "{AccountId}."
1281
+ },
1282
+ "staticContextParams": {
1283
+ "RequiresAccountId": {
1284
+ "value": true
1285
+ }
1049
1286
  }
1050
1287
  },
1051
1288
  "GetAccessPointPolicyStatusForObjectLambda": {
@@ -1061,6 +1298,9 @@
1061
1298
  ],
1062
1299
  "members": {
1063
1300
  "AccountId": {
1301
+ "contextParam": {
1302
+ "name": "AccountId"
1303
+ },
1064
1304
  "hostLabel": true,
1065
1305
  "location": "header",
1066
1306
  "locationName": "x-amz-account-id"
@@ -1081,6 +1321,11 @@
1081
1321
  },
1082
1322
  "endpoint": {
1083
1323
  "hostPrefix": "{AccountId}."
1324
+ },
1325
+ "staticContextParams": {
1326
+ "RequiresAccountId": {
1327
+ "value": true
1328
+ }
1084
1329
  }
1085
1330
  },
1086
1331
  "GetBucket": {
@@ -1096,11 +1341,17 @@
1096
1341
  ],
1097
1342
  "members": {
1098
1343
  "AccountId": {
1344
+ "contextParam": {
1345
+ "name": "AccountId"
1346
+ },
1099
1347
  "hostLabel": true,
1100
1348
  "location": "header",
1101
1349
  "locationName": "x-amz-account-id"
1102
1350
  },
1103
1351
  "Bucket": {
1352
+ "contextParam": {
1353
+ "name": "Bucket"
1354
+ },
1104
1355
  "location": "uri",
1105
1356
  "locationName": "name"
1106
1357
  }
@@ -1120,6 +1371,11 @@
1120
1371
  },
1121
1372
  "endpoint": {
1122
1373
  "hostPrefix": "{AccountId}."
1374
+ },
1375
+ "staticContextParams": {
1376
+ "RequiresAccountId": {
1377
+ "value": true
1378
+ }
1123
1379
  }
1124
1380
  },
1125
1381
  "GetBucketLifecycleConfiguration": {
@@ -1135,11 +1391,17 @@
1135
1391
  ],
1136
1392
  "members": {
1137
1393
  "AccountId": {
1394
+ "contextParam": {
1395
+ "name": "AccountId"
1396
+ },
1138
1397
  "hostLabel": true,
1139
1398
  "location": "header",
1140
1399
  "locationName": "x-amz-account-id"
1141
1400
  },
1142
1401
  "Bucket": {
1402
+ "contextParam": {
1403
+ "name": "Bucket"
1404
+ },
1143
1405
  "location": "uri",
1144
1406
  "locationName": "name"
1145
1407
  }
@@ -1155,6 +1417,11 @@
1155
1417
  },
1156
1418
  "endpoint": {
1157
1419
  "hostPrefix": "{AccountId}."
1420
+ },
1421
+ "staticContextParams": {
1422
+ "RequiresAccountId": {
1423
+ "value": true
1424
+ }
1158
1425
  }
1159
1426
  },
1160
1427
  "GetBucketPolicy": {
@@ -1170,11 +1437,17 @@
1170
1437
  ],
1171
1438
  "members": {
1172
1439
  "AccountId": {
1440
+ "contextParam": {
1441
+ "name": "AccountId"
1442
+ },
1173
1443
  "hostLabel": true,
1174
1444
  "location": "header",
1175
1445
  "locationName": "x-amz-account-id"
1176
1446
  },
1177
1447
  "Bucket": {
1448
+ "contextParam": {
1449
+ "name": "Bucket"
1450
+ },
1178
1451
  "location": "uri",
1179
1452
  "locationName": "name"
1180
1453
  }
@@ -1188,6 +1461,11 @@
1188
1461
  },
1189
1462
  "endpoint": {
1190
1463
  "hostPrefix": "{AccountId}."
1464
+ },
1465
+ "staticContextParams": {
1466
+ "RequiresAccountId": {
1467
+ "value": true
1468
+ }
1191
1469
  }
1192
1470
  },
1193
1471
  "GetBucketTagging": {
@@ -1203,11 +1481,17 @@
1203
1481
  ],
1204
1482
  "members": {
1205
1483
  "AccountId": {
1484
+ "contextParam": {
1485
+ "name": "AccountId"
1486
+ },
1206
1487
  "hostLabel": true,
1207
1488
  "location": "header",
1208
1489
  "locationName": "x-amz-account-id"
1209
1490
  },
1210
1491
  "Bucket": {
1492
+ "contextParam": {
1493
+ "name": "Bucket"
1494
+ },
1211
1495
  "location": "uri",
1212
1496
  "locationName": "name"
1213
1497
  }
@@ -1226,6 +1510,11 @@
1226
1510
  },
1227
1511
  "endpoint": {
1228
1512
  "hostPrefix": "{AccountId}."
1513
+ },
1514
+ "staticContextParams": {
1515
+ "RequiresAccountId": {
1516
+ "value": true
1517
+ }
1229
1518
  }
1230
1519
  },
1231
1520
  "GetBucketVersioning": {
@@ -1277,6 +1566,9 @@
1277
1566
  ],
1278
1567
  "members": {
1279
1568
  "AccountId": {
1569
+ "contextParam": {
1570
+ "name": "AccountId"
1571
+ },
1280
1572
  "hostLabel": true,
1281
1573
  "location": "header",
1282
1574
  "locationName": "x-amz-account-id"
@@ -1297,6 +1589,11 @@
1297
1589
  },
1298
1590
  "endpoint": {
1299
1591
  "hostPrefix": "{AccountId}."
1592
+ },
1593
+ "staticContextParams": {
1594
+ "RequiresAccountId": {
1595
+ "value": true
1596
+ }
1300
1597
  }
1301
1598
  },
1302
1599
  "GetMultiRegionAccessPoint": {
@@ -1312,6 +1609,9 @@
1312
1609
  ],
1313
1610
  "members": {
1314
1611
  "AccountId": {
1612
+ "contextParam": {
1613
+ "name": "AccountId"
1614
+ },
1315
1615
  "hostLabel": true,
1316
1616
  "location": "header",
1317
1617
  "locationName": "x-amz-account-id"
@@ -1333,7 +1633,12 @@
1333
1633
  "endpoint": {
1334
1634
  "hostPrefix": "{AccountId}."
1335
1635
  },
1336
- "httpChecksumRequired": true
1636
+ "httpChecksumRequired": true,
1637
+ "staticContextParams": {
1638
+ "RequiresAccountId": {
1639
+ "value": true
1640
+ }
1641
+ }
1337
1642
  },
1338
1643
  "GetMultiRegionAccessPointPolicy": {
1339
1644
  "http": {
@@ -1348,6 +1653,9 @@
1348
1653
  ],
1349
1654
  "members": {
1350
1655
  "AccountId": {
1656
+ "contextParam": {
1657
+ "name": "AccountId"
1658
+ },
1351
1659
  "hostLabel": true,
1352
1660
  "location": "header",
1353
1661
  "locationName": "x-amz-account-id"
@@ -1383,7 +1691,12 @@
1383
1691
  "endpoint": {
1384
1692
  "hostPrefix": "{AccountId}."
1385
1693
  },
1386
- "httpChecksumRequired": true
1694
+ "httpChecksumRequired": true,
1695
+ "staticContextParams": {
1696
+ "RequiresAccountId": {
1697
+ "value": true
1698
+ }
1699
+ }
1387
1700
  },
1388
1701
  "GetMultiRegionAccessPointPolicyStatus": {
1389
1702
  "http": {
@@ -1398,6 +1711,9 @@
1398
1711
  ],
1399
1712
  "members": {
1400
1713
  "AccountId": {
1714
+ "contextParam": {
1715
+ "name": "AccountId"
1716
+ },
1401
1717
  "hostLabel": true,
1402
1718
  "location": "header",
1403
1719
  "locationName": "x-amz-account-id"
@@ -1419,7 +1735,12 @@
1419
1735
  "endpoint": {
1420
1736
  "hostPrefix": "{AccountId}."
1421
1737
  },
1422
- "httpChecksumRequired": true
1738
+ "httpChecksumRequired": true,
1739
+ "staticContextParams": {
1740
+ "RequiresAccountId": {
1741
+ "value": true
1742
+ }
1743
+ }
1423
1744
  },
1424
1745
  "GetPublicAccessBlock": {
1425
1746
  "http": {
@@ -1433,6 +1754,9 @@
1433
1754
  ],
1434
1755
  "members": {
1435
1756
  "AccountId": {
1757
+ "contextParam": {
1758
+ "name": "AccountId"
1759
+ },
1436
1760
  "hostLabel": true,
1437
1761
  "location": "header",
1438
1762
  "locationName": "x-amz-account-id"
@@ -1450,6 +1774,11 @@
1450
1774
  },
1451
1775
  "endpoint": {
1452
1776
  "hostPrefix": "{AccountId}."
1777
+ },
1778
+ "staticContextParams": {
1779
+ "RequiresAccountId": {
1780
+ "value": true
1781
+ }
1453
1782
  }
1454
1783
  },
1455
1784
  "GetStorageLensConfiguration": {
@@ -1469,6 +1798,9 @@
1469
1798
  "locationName": "storagelensid"
1470
1799
  },
1471
1800
  "AccountId": {
1801
+ "contextParam": {
1802
+ "name": "AccountId"
1803
+ },
1472
1804
  "hostLabel": true,
1473
1805
  "location": "header",
1474
1806
  "locationName": "x-amz-account-id"
@@ -1486,6 +1818,11 @@
1486
1818
  },
1487
1819
  "endpoint": {
1488
1820
  "hostPrefix": "{AccountId}."
1821
+ },
1822
+ "staticContextParams": {
1823
+ "RequiresAccountId": {
1824
+ "value": true
1825
+ }
1489
1826
  }
1490
1827
  },
1491
1828
  "GetStorageLensConfigurationTagging": {
@@ -1505,6 +1842,9 @@
1505
1842
  "locationName": "storagelensid"
1506
1843
  },
1507
1844
  "AccountId": {
1845
+ "contextParam": {
1846
+ "name": "AccountId"
1847
+ },
1508
1848
  "hostLabel": true,
1509
1849
  "location": "header",
1510
1850
  "locationName": "x-amz-account-id"
@@ -1521,6 +1861,11 @@
1521
1861
  },
1522
1862
  "endpoint": {
1523
1863
  "hostPrefix": "{AccountId}."
1864
+ },
1865
+ "staticContextParams": {
1866
+ "RequiresAccountId": {
1867
+ "value": true
1868
+ }
1524
1869
  }
1525
1870
  },
1526
1871
  "ListAccessPoints": {
@@ -1535,11 +1880,17 @@
1535
1880
  ],
1536
1881
  "members": {
1537
1882
  "AccountId": {
1883
+ "contextParam": {
1884
+ "name": "AccountId"
1885
+ },
1538
1886
  "hostLabel": true,
1539
1887
  "location": "header",
1540
1888
  "locationName": "x-amz-account-id"
1541
1889
  },
1542
1890
  "Bucket": {
1891
+ "contextParam": {
1892
+ "name": "Bucket"
1893
+ },
1543
1894
  "location": "querystring",
1544
1895
  "locationName": "bucket"
1545
1896
  },
@@ -1584,6 +1935,11 @@
1584
1935
  },
1585
1936
  "endpoint": {
1586
1937
  "hostPrefix": "{AccountId}."
1938
+ },
1939
+ "staticContextParams": {
1940
+ "RequiresAccountId": {
1941
+ "value": true
1942
+ }
1587
1943
  }
1588
1944
  },
1589
1945
  "ListAccessPointsForObjectLambda": {
@@ -1598,6 +1954,9 @@
1598
1954
  ],
1599
1955
  "members": {
1600
1956
  "AccountId": {
1957
+ "contextParam": {
1958
+ "name": "AccountId"
1959
+ },
1601
1960
  "hostLabel": true,
1602
1961
  "location": "header",
1603
1962
  "locationName": "x-amz-account-id"
@@ -1635,6 +1994,11 @@
1635
1994
  },
1636
1995
  "endpoint": {
1637
1996
  "hostPrefix": "{AccountId}."
1997
+ },
1998
+ "staticContextParams": {
1999
+ "RequiresAccountId": {
2000
+ "value": true
2001
+ }
1638
2002
  }
1639
2003
  },
1640
2004
  "ListJobs": {
@@ -1649,6 +2013,9 @@
1649
2013
  ],
1650
2014
  "members": {
1651
2015
  "AccountId": {
2016
+ "contextParam": {
2017
+ "name": "AccountId"
2018
+ },
1652
2019
  "hostLabel": true,
1653
2020
  "location": "header",
1654
2021
  "locationName": "x-amz-account-id"
@@ -1702,6 +2069,11 @@
1702
2069
  },
1703
2070
  "endpoint": {
1704
2071
  "hostPrefix": "{AccountId}."
2072
+ },
2073
+ "staticContextParams": {
2074
+ "RequiresAccountId": {
2075
+ "value": true
2076
+ }
1705
2077
  }
1706
2078
  },
1707
2079
  "ListMultiRegionAccessPoints": {
@@ -1716,6 +2088,9 @@
1716
2088
  ],
1717
2089
  "members": {
1718
2090
  "AccountId": {
2091
+ "contextParam": {
2092
+ "name": "AccountId"
2093
+ },
1719
2094
  "hostLabel": true,
1720
2095
  "location": "header",
1721
2096
  "locationName": "x-amz-account-id"
@@ -1747,7 +2122,12 @@
1747
2122
  "endpoint": {
1748
2123
  "hostPrefix": "{AccountId}."
1749
2124
  },
1750
- "httpChecksumRequired": true
2125
+ "httpChecksumRequired": true,
2126
+ "staticContextParams": {
2127
+ "RequiresAccountId": {
2128
+ "value": true
2129
+ }
2130
+ }
1751
2131
  },
1752
2132
  "ListRegionalBuckets": {
1753
2133
  "http": {
@@ -1761,6 +2141,9 @@
1761
2141
  ],
1762
2142
  "members": {
1763
2143
  "AccountId": {
2144
+ "contextParam": {
2145
+ "name": "AccountId"
2146
+ },
1764
2147
  "hostLabel": true,
1765
2148
  "location": "header",
1766
2149
  "locationName": "x-amz-account-id"
@@ -1775,6 +2158,9 @@
1775
2158
  "type": "integer"
1776
2159
  },
1777
2160
  "OutpostId": {
2161
+ "contextParam": {
2162
+ "name": "OutpostId"
2163
+ },
1778
2164
  "location": "header",
1779
2165
  "locationName": "x-amz-outpost-id"
1780
2166
  }
@@ -1811,6 +2197,11 @@
1811
2197
  },
1812
2198
  "endpoint": {
1813
2199
  "hostPrefix": "{AccountId}."
2200
+ },
2201
+ "staticContextParams": {
2202
+ "RequiresAccountId": {
2203
+ "value": true
2204
+ }
1814
2205
  }
1815
2206
  },
1816
2207
  "ListStorageLensConfigurations": {
@@ -1825,6 +2216,9 @@
1825
2216
  ],
1826
2217
  "members": {
1827
2218
  "AccountId": {
2219
+ "contextParam": {
2220
+ "name": "AccountId"
2221
+ },
1828
2222
  "hostLabel": true,
1829
2223
  "location": "header",
1830
2224
  "locationName": "x-amz-account-id"
@@ -1864,6 +2258,11 @@
1864
2258
  },
1865
2259
  "endpoint": {
1866
2260
  "hostPrefix": "{AccountId}."
2261
+ },
2262
+ "staticContextParams": {
2263
+ "RequiresAccountId": {
2264
+ "value": true
2265
+ }
1867
2266
  }
1868
2267
  },
1869
2268
  "PutAccessPointConfigurationForObjectLambda": {
@@ -1884,6 +2283,9 @@
1884
2283
  ],
1885
2284
  "members": {
1886
2285
  "AccountId": {
2286
+ "contextParam": {
2287
+ "name": "AccountId"
2288
+ },
1887
2289
  "hostLabel": true,
1888
2290
  "location": "header",
1889
2291
  "locationName": "x-amz-account-id"
@@ -1899,6 +2301,11 @@
1899
2301
  },
1900
2302
  "endpoint": {
1901
2303
  "hostPrefix": "{AccountId}."
2304
+ },
2305
+ "staticContextParams": {
2306
+ "RequiresAccountId": {
2307
+ "value": true
2308
+ }
1902
2309
  }
1903
2310
  },
1904
2311
  "PutAccessPointPolicy": {
@@ -1919,11 +2326,17 @@
1919
2326
  ],
1920
2327
  "members": {
1921
2328
  "AccountId": {
2329
+ "contextParam": {
2330
+ "name": "AccountId"
2331
+ },
1922
2332
  "hostLabel": true,
1923
2333
  "location": "header",
1924
2334
  "locationName": "x-amz-account-id"
1925
2335
  },
1926
2336
  "Name": {
2337
+ "contextParam": {
2338
+ "name": "AccessPointName"
2339
+ },
1927
2340
  "location": "uri",
1928
2341
  "locationName": "name"
1929
2342
  },
@@ -1932,6 +2345,11 @@
1932
2345
  },
1933
2346
  "endpoint": {
1934
2347
  "hostPrefix": "{AccountId}."
2348
+ },
2349
+ "staticContextParams": {
2350
+ "RequiresAccountId": {
2351
+ "value": true
2352
+ }
1935
2353
  }
1936
2354
  },
1937
2355
  "PutAccessPointPolicyForObjectLambda": {
@@ -1952,6 +2370,9 @@
1952
2370
  ],
1953
2371
  "members": {
1954
2372
  "AccountId": {
2373
+ "contextParam": {
2374
+ "name": "AccountId"
2375
+ },
1955
2376
  "hostLabel": true,
1956
2377
  "location": "header",
1957
2378
  "locationName": "x-amz-account-id"
@@ -1965,6 +2386,11 @@
1965
2386
  },
1966
2387
  "endpoint": {
1967
2388
  "hostPrefix": "{AccountId}."
2389
+ },
2390
+ "staticContextParams": {
2391
+ "RequiresAccountId": {
2392
+ "value": true
2393
+ }
1968
2394
  }
1969
2395
  },
1970
2396
  "PutBucketLifecycleConfiguration": {
@@ -1980,11 +2406,17 @@
1980
2406
  ],
1981
2407
  "members": {
1982
2408
  "AccountId": {
2409
+ "contextParam": {
2410
+ "name": "AccountId"
2411
+ },
1983
2412
  "hostLabel": true,
1984
2413
  "location": "header",
1985
2414
  "locationName": "x-amz-account-id"
1986
2415
  },
1987
2416
  "Bucket": {
2417
+ "contextParam": {
2418
+ "name": "Bucket"
2419
+ },
1988
2420
  "location": "uri",
1989
2421
  "locationName": "name"
1990
2422
  },
@@ -2006,7 +2438,12 @@
2006
2438
  "endpoint": {
2007
2439
  "hostPrefix": "{AccountId}."
2008
2440
  },
2009
- "httpChecksumRequired": true
2441
+ "httpChecksumRequired": true,
2442
+ "staticContextParams": {
2443
+ "RequiresAccountId": {
2444
+ "value": true
2445
+ }
2446
+ }
2010
2447
  },
2011
2448
  "PutBucketPolicy": {
2012
2449
  "http": {
@@ -2026,11 +2463,17 @@
2026
2463
  ],
2027
2464
  "members": {
2028
2465
  "AccountId": {
2466
+ "contextParam": {
2467
+ "name": "AccountId"
2468
+ },
2029
2469
  "hostLabel": true,
2030
2470
  "location": "header",
2031
2471
  "locationName": "x-amz-account-id"
2032
2472
  },
2033
2473
  "Bucket": {
2474
+ "contextParam": {
2475
+ "name": "Bucket"
2476
+ },
2034
2477
  "location": "uri",
2035
2478
  "locationName": "name"
2036
2479
  },
@@ -2045,7 +2488,12 @@
2045
2488
  "endpoint": {
2046
2489
  "hostPrefix": "{AccountId}."
2047
2490
  },
2048
- "httpChecksumRequired": true
2491
+ "httpChecksumRequired": true,
2492
+ "staticContextParams": {
2493
+ "RequiresAccountId": {
2494
+ "value": true
2495
+ }
2496
+ }
2049
2497
  },
2050
2498
  "PutBucketTagging": {
2051
2499
  "http": {
@@ -2061,11 +2509,17 @@
2061
2509
  ],
2062
2510
  "members": {
2063
2511
  "AccountId": {
2512
+ "contextParam": {
2513
+ "name": "AccountId"
2514
+ },
2064
2515
  "hostLabel": true,
2065
2516
  "location": "header",
2066
2517
  "locationName": "x-amz-account-id"
2067
2518
  },
2068
2519
  "Bucket": {
2520
+ "contextParam": {
2521
+ "name": "Bucket"
2522
+ },
2069
2523
  "location": "uri",
2070
2524
  "locationName": "name"
2071
2525
  },
@@ -2090,7 +2544,12 @@
2090
2544
  "endpoint": {
2091
2545
  "hostPrefix": "{AccountId}."
2092
2546
  },
2093
- "httpChecksumRequired": true
2547
+ "httpChecksumRequired": true,
2548
+ "staticContextParams": {
2549
+ "RequiresAccountId": {
2550
+ "value": true
2551
+ }
2552
+ }
2094
2553
  },
2095
2554
  "PutBucketVersioning": {
2096
2555
  "http": {
@@ -2157,6 +2616,9 @@
2157
2616
  ],
2158
2617
  "members": {
2159
2618
  "AccountId": {
2619
+ "contextParam": {
2620
+ "name": "AccountId"
2621
+ },
2160
2622
  "hostLabel": true,
2161
2623
  "location": "header",
2162
2624
  "locationName": "x-amz-account-id"
@@ -2176,6 +2638,11 @@
2176
2638
  },
2177
2639
  "endpoint": {
2178
2640
  "hostPrefix": "{AccountId}."
2641
+ },
2642
+ "staticContextParams": {
2643
+ "RequiresAccountId": {
2644
+ "value": true
2645
+ }
2179
2646
  }
2180
2647
  },
2181
2648
  "PutMultiRegionAccessPointPolicy": {
@@ -2195,6 +2662,9 @@
2195
2662
  ],
2196
2663
  "members": {
2197
2664
  "AccountId": {
2665
+ "contextParam": {
2666
+ "name": "AccountId"
2667
+ },
2198
2668
  "hostLabel": true,
2199
2669
  "location": "header",
2200
2670
  "locationName": "x-amz-account-id"
@@ -2216,7 +2686,12 @@
2216
2686
  "endpoint": {
2217
2687
  "hostPrefix": "{AccountId}."
2218
2688
  },
2219
- "httpChecksumRequired": true
2689
+ "httpChecksumRequired": true,
2690
+ "staticContextParams": {
2691
+ "RequiresAccountId": {
2692
+ "value": true
2693
+ }
2694
+ }
2220
2695
  },
2221
2696
  "PutPublicAccessBlock": {
2222
2697
  "http": {
@@ -2238,6 +2713,9 @@
2238
2713
  }
2239
2714
  },
2240
2715
  "AccountId": {
2716
+ "contextParam": {
2717
+ "name": "AccountId"
2718
+ },
2241
2719
  "hostLabel": true,
2242
2720
  "location": "header",
2243
2721
  "locationName": "x-amz-account-id"
@@ -2247,6 +2725,11 @@
2247
2725
  },
2248
2726
  "endpoint": {
2249
2727
  "hostPrefix": "{AccountId}."
2728
+ },
2729
+ "staticContextParams": {
2730
+ "RequiresAccountId": {
2731
+ "value": true
2732
+ }
2250
2733
  }
2251
2734
  },
2252
2735
  "PutStorageLensConfiguration": {
@@ -2271,6 +2754,9 @@
2271
2754
  "locationName": "storagelensid"
2272
2755
  },
2273
2756
  "AccountId": {
2757
+ "contextParam": {
2758
+ "name": "AccountId"
2759
+ },
2274
2760
  "hostLabel": true,
2275
2761
  "location": "header",
2276
2762
  "locationName": "x-amz-account-id"
@@ -2285,6 +2771,11 @@
2285
2771
  },
2286
2772
  "endpoint": {
2287
2773
  "hostPrefix": "{AccountId}."
2774
+ },
2775
+ "staticContextParams": {
2776
+ "RequiresAccountId": {
2777
+ "value": true
2778
+ }
2288
2779
  }
2289
2780
  },
2290
2781
  "PutStorageLensConfigurationTagging": {
@@ -2309,6 +2800,9 @@
2309
2800
  "locationName": "storagelensid"
2310
2801
  },
2311
2802
  "AccountId": {
2803
+ "contextParam": {
2804
+ "name": "AccountId"
2805
+ },
2312
2806
  "hostLabel": true,
2313
2807
  "location": "header",
2314
2808
  "locationName": "x-amz-account-id"
@@ -2324,6 +2818,11 @@
2324
2818
  },
2325
2819
  "endpoint": {
2326
2820
  "hostPrefix": "{AccountId}."
2821
+ },
2822
+ "staticContextParams": {
2823
+ "RequiresAccountId": {
2824
+ "value": true
2825
+ }
2327
2826
  }
2328
2827
  },
2329
2828
  "UpdateJobPriority": {
@@ -2339,6 +2838,9 @@
2339
2838
  ],
2340
2839
  "members": {
2341
2840
  "AccountId": {
2841
+ "contextParam": {
2842
+ "name": "AccountId"
2843
+ },
2342
2844
  "hostLabel": true,
2343
2845
  "location": "header",
2344
2846
  "locationName": "x-amz-account-id"
@@ -2369,6 +2871,11 @@
2369
2871
  },
2370
2872
  "endpoint": {
2371
2873
  "hostPrefix": "{AccountId}."
2874
+ },
2875
+ "staticContextParams": {
2876
+ "RequiresAccountId": {
2877
+ "value": true
2878
+ }
2372
2879
  }
2373
2880
  },
2374
2881
  "UpdateJobStatus": {
@@ -2384,6 +2891,9 @@
2384
2891
  ],
2385
2892
  "members": {
2386
2893
  "AccountId": {
2894
+ "contextParam": {
2895
+ "name": "AccountId"
2896
+ },
2387
2897
  "hostLabel": true,
2388
2898
  "location": "header",
2389
2899
  "locationName": "x-amz-account-id"
@@ -2412,6 +2922,11 @@
2412
2922
  },
2413
2923
  "endpoint": {
2414
2924
  "hostPrefix": "{AccountId}."
2925
+ },
2926
+ "staticContextParams": {
2927
+ "RequiresAccountId": {
2928
+ "value": true
2929
+ }
2415
2930
  }
2416
2931
  }
2417
2932
  },
@@ -3194,5 +3709,11 @@
3194
3709
  }
3195
3710
  }
3196
3711
  }
3712
+ },
3713
+ "clientContextParams": {
3714
+ "UseArnRegion": {
3715
+ "documentation": "Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.",
3716
+ "type": "boolean"
3717
+ }
3197
3718
  }
3198
3719
  }