aws-sdk 2.849.0 → 2.853.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +123 -66
  4. package/apis/autoscaling-2011-01-01.min.json +20 -15
  5. package/apis/databrew-2017-07-25.min.json +87 -77
  6. package/apis/detective-2018-10-26.min.json +26 -19
  7. package/apis/ecr-public-2020-10-30.min.json +82 -11
  8. package/apis/eks-2017-11-01.min.json +154 -122
  9. package/apis/elasticmapreduce-2009-03-31.min.json +19 -1
  10. package/apis/es-2015-01-01.min.json +192 -57
  11. package/apis/es-2015-01-01.paginators.json +5 -0
  12. package/apis/glue-2017-03-31.min.json +72 -69
  13. package/apis/imagebuilder-2019-12-02.min.json +96 -56
  14. package/apis/imagebuilder-2019-12-02.paginators.json +6 -0
  15. package/apis/iotevents-2018-07-27.min.json +102 -3
  16. package/apis/mediapackage-vod-2018-11-07.min.json +153 -76
  17. package/apis/pinpoint-2016-12-01.min.json +9 -3
  18. package/apis/redshift-data-2019-12-20.min.json +5 -1
  19. package/apis/s3-2006-03-01.examples.json +109 -109
  20. package/apis/s3-2006-03-01.min.json +8 -0
  21. package/clients/appflow.d.ts +33 -1
  22. package/clients/autoscaling.d.ts +16 -2
  23. package/clients/computeoptimizer.d.ts +5 -5
  24. package/clients/databrew.d.ts +26 -0
  25. package/clients/detective.d.ts +20 -11
  26. package/clients/ecrpublic.d.ts +78 -0
  27. package/clients/eks.d.ts +29 -4
  28. package/clients/emr.d.ts +80 -50
  29. package/clients/es.d.ts +186 -0
  30. package/clients/glue.d.ts +6 -4
  31. package/clients/imagebuilder.d.ts +63 -2
  32. package/clients/iotevents.d.ts +130 -28
  33. package/clients/lightsail.d.ts +2 -2
  34. package/clients/mediapackagevod.d.ts +43 -0
  35. package/clients/pinpoint.d.ts +24 -0
  36. package/clients/quicksight.d.ts +5 -5
  37. package/clients/redshiftdata.d.ts +16 -4
  38. package/clients/s3.d.ts +40 -38
  39. package/clients/s3control.d.ts +4 -4
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +35 -21
  42. package/dist/aws-sdk.js +67 -22
  43. package/dist/aws-sdk.min.js +82 -82
  44. package/lib/core.js +1 -1
  45. package/lib/services/s3.js +13 -1
  46. package/lib/services/s3util.js +4 -2
  47. package/package.json +1 -1
  48. package/scripts/region-checker/allowlist.js +6 -6
@@ -12,6 +12,55 @@
12
12
  "uid": "mediapackage-vod-2018-11-07"
13
13
  },
14
14
  "operations": {
15
+ "ConfigureLogs": {
16
+ "http": {
17
+ "method": "PUT",
18
+ "requestUri": "/packaging_groups/{id}/configure_logs",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "members": {
23
+ "EgressAccessLogs": {
24
+ "locationName": "egressAccessLogs",
25
+ "shape": "S2"
26
+ },
27
+ "Id": {
28
+ "location": "uri",
29
+ "locationName": "id"
30
+ }
31
+ },
32
+ "required": [
33
+ "Id"
34
+ ],
35
+ "type": "structure"
36
+ },
37
+ "output": {
38
+ "members": {
39
+ "Arn": {
40
+ "locationName": "arn"
41
+ },
42
+ "Authorization": {
43
+ "locationName": "authorization",
44
+ "shape": "S5"
45
+ },
46
+ "DomainName": {
47
+ "locationName": "domainName"
48
+ },
49
+ "EgressAccessLogs": {
50
+ "locationName": "egressAccessLogs",
51
+ "shape": "S2"
52
+ },
53
+ "Id": {
54
+ "locationName": "id"
55
+ },
56
+ "Tags": {
57
+ "locationName": "tags",
58
+ "shape": "S6"
59
+ }
60
+ },
61
+ "type": "structure"
62
+ }
63
+ },
15
64
  "CreateAsset": {
16
65
  "http": {
17
66
  "requestUri": "/assets",
@@ -36,7 +85,7 @@
36
85
  },
37
86
  "Tags": {
38
87
  "locationName": "tags",
39
- "shape": "S3"
88
+ "shape": "S6"
40
89
  }
41
90
  },
42
91
  "required": [
@@ -57,7 +106,7 @@
57
106
  },
58
107
  "EgressEndpoints": {
59
108
  "locationName": "egressEndpoints",
60
- "shape": "S5"
109
+ "shape": "S9"
61
110
  },
62
111
  "Id": {
63
112
  "locationName": "id"
@@ -76,7 +125,7 @@
76
125
  },
77
126
  "Tags": {
78
127
  "locationName": "tags",
79
- "shape": "S3"
128
+ "shape": "S6"
80
129
  }
81
130
  },
82
131
  "type": "structure"
@@ -91,29 +140,29 @@
91
140
  "members": {
92
141
  "CmafPackage": {
93
142
  "locationName": "cmafPackage",
94
- "shape": "S8"
143
+ "shape": "Sc"
95
144
  },
96
145
  "DashPackage": {
97
146
  "locationName": "dashPackage",
98
- "shape": "Sj"
147
+ "shape": "Sn"
99
148
  },
100
149
  "HlsPackage": {
101
150
  "locationName": "hlsPackage",
102
- "shape": "Ss"
151
+ "shape": "Sw"
103
152
  },
104
153
  "Id": {
105
154
  "locationName": "id"
106
155
  },
107
156
  "MssPackage": {
108
157
  "locationName": "mssPackage",
109
- "shape": "Sv"
158
+ "shape": "Sz"
110
159
  },
111
160
  "PackagingGroupId": {
112
161
  "locationName": "packagingGroupId"
113
162
  },
114
163
  "Tags": {
115
164
  "locationName": "tags",
116
- "shape": "S3"
165
+ "shape": "S6"
117
166
  }
118
167
  },
119
168
  "required": [
@@ -129,29 +178,29 @@
129
178
  },
130
179
  "CmafPackage": {
131
180
  "locationName": "cmafPackage",
132
- "shape": "S8"
181
+ "shape": "Sc"
133
182
  },
134
183
  "DashPackage": {
135
184
  "locationName": "dashPackage",
136
- "shape": "Sj"
185
+ "shape": "Sn"
137
186
  },
138
187
  "HlsPackage": {
139
188
  "locationName": "hlsPackage",
140
- "shape": "Ss"
189
+ "shape": "Sw"
141
190
  },
142
191
  "Id": {
143
192
  "locationName": "id"
144
193
  },
145
194
  "MssPackage": {
146
195
  "locationName": "mssPackage",
147
- "shape": "Sv"
196
+ "shape": "Sz"
148
197
  },
149
198
  "PackagingGroupId": {
150
199
  "locationName": "packagingGroupId"
151
200
  },
152
201
  "Tags": {
153
202
  "locationName": "tags",
154
- "shape": "S3"
203
+ "shape": "S6"
155
204
  }
156
205
  },
157
206
  "type": "structure"
@@ -166,14 +215,18 @@
166
215
  "members": {
167
216
  "Authorization": {
168
217
  "locationName": "authorization",
169
- "shape": "S11"
218
+ "shape": "S5"
219
+ },
220
+ "EgressAccessLogs": {
221
+ "locationName": "egressAccessLogs",
222
+ "shape": "S2"
170
223
  },
171
224
  "Id": {
172
225
  "locationName": "id"
173
226
  },
174
227
  "Tags": {
175
228
  "locationName": "tags",
176
- "shape": "S3"
229
+ "shape": "S6"
177
230
  }
178
231
  },
179
232
  "required": [
@@ -188,17 +241,21 @@
188
241
  },
189
242
  "Authorization": {
190
243
  "locationName": "authorization",
191
- "shape": "S11"
244
+ "shape": "S5"
192
245
  },
193
246
  "DomainName": {
194
247
  "locationName": "domainName"
195
248
  },
249
+ "EgressAccessLogs": {
250
+ "locationName": "egressAccessLogs",
251
+ "shape": "S2"
252
+ },
196
253
  "Id": {
197
254
  "locationName": "id"
198
255
  },
199
256
  "Tags": {
200
257
  "locationName": "tags",
201
- "shape": "S3"
258
+ "shape": "S6"
202
259
  }
203
260
  },
204
261
  "type": "structure"
@@ -301,7 +358,7 @@
301
358
  },
302
359
  "EgressEndpoints": {
303
360
  "locationName": "egressEndpoints",
304
- "shape": "S5"
361
+ "shape": "S9"
305
362
  },
306
363
  "Id": {
307
364
  "locationName": "id"
@@ -320,7 +377,7 @@
320
377
  },
321
378
  "Tags": {
322
379
  "locationName": "tags",
323
- "shape": "S3"
380
+ "shape": "S6"
324
381
  }
325
382
  },
326
383
  "type": "structure"
@@ -351,29 +408,29 @@
351
408
  },
352
409
  "CmafPackage": {
353
410
  "locationName": "cmafPackage",
354
- "shape": "S8"
411
+ "shape": "Sc"
355
412
  },
356
413
  "DashPackage": {
357
414
  "locationName": "dashPackage",
358
- "shape": "Sj"
415
+ "shape": "Sn"
359
416
  },
360
417
  "HlsPackage": {
361
418
  "locationName": "hlsPackage",
362
- "shape": "Ss"
419
+ "shape": "Sw"
363
420
  },
364
421
  "Id": {
365
422
  "locationName": "id"
366
423
  },
367
424
  "MssPackage": {
368
425
  "locationName": "mssPackage",
369
- "shape": "Sv"
426
+ "shape": "Sz"
370
427
  },
371
428
  "PackagingGroupId": {
372
429
  "locationName": "packagingGroupId"
373
430
  },
374
431
  "Tags": {
375
432
  "locationName": "tags",
376
- "shape": "S3"
433
+ "shape": "S6"
377
434
  }
378
435
  },
379
436
  "type": "structure"
@@ -404,17 +461,21 @@
404
461
  },
405
462
  "Authorization": {
406
463
  "locationName": "authorization",
407
- "shape": "S11"
464
+ "shape": "S5"
408
465
  },
409
466
  "DomainName": {
410
467
  "locationName": "domainName"
411
468
  },
469
+ "EgressAccessLogs": {
470
+ "locationName": "egressAccessLogs",
471
+ "shape": "S2"
472
+ },
412
473
  "Id": {
413
474
  "locationName": "id"
414
475
  },
415
476
  "Tags": {
416
477
  "locationName": "tags",
417
- "shape": "S3"
478
+ "shape": "S6"
418
479
  }
419
480
  },
420
481
  "type": "structure"
@@ -473,7 +534,7 @@
473
534
  },
474
535
  "Tags": {
475
536
  "locationName": "tags",
476
- "shape": "S3"
537
+ "shape": "S6"
477
538
  }
478
539
  },
479
540
  "type": "structure"
@@ -525,29 +586,29 @@
525
586
  },
526
587
  "CmafPackage": {
527
588
  "locationName": "cmafPackage",
528
- "shape": "S8"
589
+ "shape": "Sc"
529
590
  },
530
591
  "DashPackage": {
531
592
  "locationName": "dashPackage",
532
- "shape": "Sj"
593
+ "shape": "Sn"
533
594
  },
534
595
  "HlsPackage": {
535
596
  "locationName": "hlsPackage",
536
- "shape": "Ss"
597
+ "shape": "Sw"
537
598
  },
538
599
  "Id": {
539
600
  "locationName": "id"
540
601
  },
541
602
  "MssPackage": {
542
603
  "locationName": "mssPackage",
543
- "shape": "Sv"
604
+ "shape": "Sz"
544
605
  },
545
606
  "PackagingGroupId": {
546
607
  "locationName": "packagingGroupId"
547
608
  },
548
609
  "Tags": {
549
610
  "locationName": "tags",
550
- "shape": "S3"
611
+ "shape": "S6"
551
612
  }
552
613
  },
553
614
  "type": "structure"
@@ -592,17 +653,21 @@
592
653
  },
593
654
  "Authorization": {
594
655
  "locationName": "authorization",
595
- "shape": "S11"
656
+ "shape": "S5"
596
657
  },
597
658
  "DomainName": {
598
659
  "locationName": "domainName"
599
660
  },
661
+ "EgressAccessLogs": {
662
+ "locationName": "egressAccessLogs",
663
+ "shape": "S2"
664
+ },
600
665
  "Id": {
601
666
  "locationName": "id"
602
667
  },
603
668
  "Tags": {
604
669
  "locationName": "tags",
605
- "shape": "S3"
670
+ "shape": "S6"
606
671
  }
607
672
  },
608
673
  "type": "structure"
@@ -635,7 +700,7 @@
635
700
  "members": {
636
701
  "Tags": {
637
702
  "locationName": "tags",
638
- "shape": "S1u"
703
+ "shape": "S1x"
639
704
  }
640
705
  },
641
706
  "type": "structure"
@@ -654,7 +719,7 @@
654
719
  },
655
720
  "Tags": {
656
721
  "locationName": "tags",
657
- "shape": "S1u"
722
+ "shape": "S1x"
658
723
  }
659
724
  },
660
725
  "required": [
@@ -679,7 +744,7 @@
679
744
  "TagKeys": {
680
745
  "location": "querystring",
681
746
  "locationName": "tagKeys",
682
- "shape": "Sb"
747
+ "shape": "Sf"
683
748
  }
684
749
  },
685
750
  "required": [
@@ -699,7 +764,7 @@
699
764
  "members": {
700
765
  "Authorization": {
701
766
  "locationName": "authorization",
702
- "shape": "S11"
767
+ "shape": "S5"
703
768
  },
704
769
  "Id": {
705
770
  "location": "uri",
@@ -718,17 +783,21 @@
718
783
  },
719
784
  "Authorization": {
720
785
  "locationName": "authorization",
721
- "shape": "S11"
786
+ "shape": "S5"
722
787
  },
723
788
  "DomainName": {
724
789
  "locationName": "domainName"
725
790
  },
791
+ "EgressAccessLogs": {
792
+ "locationName": "egressAccessLogs",
793
+ "shape": "S2"
794
+ },
726
795
  "Id": {
727
796
  "locationName": "id"
728
797
  },
729
798
  "Tags": {
730
799
  "locationName": "tags",
731
- "shape": "S3"
800
+ "shape": "S6"
732
801
  }
733
802
  },
734
803
  "type": "structure"
@@ -736,12 +805,35 @@
736
805
  }
737
806
  },
738
807
  "shapes": {
739
- "S3": {
808
+ "S2": {
809
+ "members": {
810
+ "LogGroupName": {
811
+ "locationName": "logGroupName"
812
+ }
813
+ },
814
+ "type": "structure"
815
+ },
816
+ "S5": {
817
+ "members": {
818
+ "CdnIdentifierSecret": {
819
+ "locationName": "cdnIdentifierSecret"
820
+ },
821
+ "SecretsRoleArn": {
822
+ "locationName": "secretsRoleArn"
823
+ }
824
+ },
825
+ "required": [
826
+ "SecretsRoleArn",
827
+ "CdnIdentifierSecret"
828
+ ],
829
+ "type": "structure"
830
+ },
831
+ "S6": {
740
832
  "key": {},
741
833
  "type": "map",
742
834
  "value": {}
743
835
  },
744
- "S5": {
836
+ "S9": {
745
837
  "member": {
746
838
  "members": {
747
839
  "PackagingConfigurationId": {
@@ -755,14 +847,14 @@
755
847
  },
756
848
  "type": "list"
757
849
  },
758
- "S8": {
850
+ "Sc": {
759
851
  "members": {
760
852
  "Encryption": {
761
853
  "locationName": "encryption",
762
854
  "members": {
763
855
  "SpekeKeyProvider": {
764
856
  "locationName": "spekeKeyProvider",
765
- "shape": "Sa"
857
+ "shape": "Se"
766
858
  }
767
859
  },
768
860
  "required": [
@@ -772,7 +864,7 @@
772
864
  },
773
865
  "HlsManifests": {
774
866
  "locationName": "hlsManifests",
775
- "shape": "Sc"
867
+ "shape": "Sg"
776
868
  },
777
869
  "SegmentDurationSeconds": {
778
870
  "locationName": "segmentDurationSeconds",
@@ -784,14 +876,14 @@
784
876
  ],
785
877
  "type": "structure"
786
878
  },
787
- "Sa": {
879
+ "Se": {
788
880
  "members": {
789
881
  "RoleArn": {
790
882
  "locationName": "roleArn"
791
883
  },
792
884
  "SystemIds": {
793
885
  "locationName": "systemIds",
794
- "shape": "Sb"
886
+ "shape": "Sf"
795
887
  },
796
888
  "Url": {
797
889
  "locationName": "url"
@@ -804,11 +896,11 @@
804
896
  ],
805
897
  "type": "structure"
806
898
  },
807
- "Sb": {
899
+ "Sf": {
808
900
  "member": {},
809
901
  "type": "list"
810
902
  },
811
- "Sc": {
903
+ "Sg": {
812
904
  "member": {
813
905
  "members": {
814
906
  "AdMarkers": {
@@ -831,14 +923,14 @@
831
923
  },
832
924
  "StreamSelection": {
833
925
  "locationName": "streamSelection",
834
- "shape": "Sh"
926
+ "shape": "Sl"
835
927
  }
836
928
  },
837
929
  "type": "structure"
838
930
  },
839
931
  "type": "list"
840
932
  },
841
- "Sh": {
933
+ "Sl": {
842
934
  "members": {
843
935
  "MaxVideoBitsPerSecond": {
844
936
  "locationName": "maxVideoBitsPerSecond",
@@ -854,7 +946,7 @@
854
946
  },
855
947
  "type": "structure"
856
948
  },
857
- "Sj": {
949
+ "Sn": {
858
950
  "members": {
859
951
  "DashManifests": {
860
952
  "locationName": "dashManifests",
@@ -875,7 +967,7 @@
875
967
  },
876
968
  "StreamSelection": {
877
969
  "locationName": "streamSelection",
878
- "shape": "Sh"
970
+ "shape": "Sl"
879
971
  }
880
972
  },
881
973
  "type": "structure"
@@ -887,7 +979,7 @@
887
979
  "members": {
888
980
  "SpekeKeyProvider": {
889
981
  "locationName": "spekeKeyProvider",
890
- "shape": "Sa"
982
+ "shape": "Se"
891
983
  }
892
984
  },
893
985
  "required": [
@@ -913,7 +1005,7 @@
913
1005
  ],
914
1006
  "type": "structure"
915
1007
  },
916
- "Ss": {
1008
+ "Sw": {
917
1009
  "members": {
918
1010
  "Encryption": {
919
1011
  "locationName": "encryption",
@@ -926,7 +1018,7 @@
926
1018
  },
927
1019
  "SpekeKeyProvider": {
928
1020
  "locationName": "spekeKeyProvider",
929
- "shape": "Sa"
1021
+ "shape": "Se"
930
1022
  }
931
1023
  },
932
1024
  "required": [
@@ -936,7 +1028,7 @@
936
1028
  },
937
1029
  "HlsManifests": {
938
1030
  "locationName": "hlsManifests",
939
- "shape": "Sc"
1031
+ "shape": "Sg"
940
1032
  },
941
1033
  "SegmentDurationSeconds": {
942
1034
  "locationName": "segmentDurationSeconds",
@@ -952,14 +1044,14 @@
952
1044
  ],
953
1045
  "type": "structure"
954
1046
  },
955
- "Sv": {
1047
+ "Sz": {
956
1048
  "members": {
957
1049
  "Encryption": {
958
1050
  "locationName": "encryption",
959
1051
  "members": {
960
1052
  "SpekeKeyProvider": {
961
1053
  "locationName": "spekeKeyProvider",
962
- "shape": "Sa"
1054
+ "shape": "Se"
963
1055
  }
964
1056
  },
965
1057
  "required": [
@@ -976,7 +1068,7 @@
976
1068
  },
977
1069
  "StreamSelection": {
978
1070
  "locationName": "streamSelection",
979
- "shape": "Sh"
1071
+ "shape": "Sl"
980
1072
  }
981
1073
  },
982
1074
  "type": "structure"
@@ -993,22 +1085,7 @@
993
1085
  ],
994
1086
  "type": "structure"
995
1087
  },
996
- "S11": {
997
- "members": {
998
- "CdnIdentifierSecret": {
999
- "locationName": "cdnIdentifierSecret"
1000
- },
1001
- "SecretsRoleArn": {
1002
- "locationName": "secretsRoleArn"
1003
- }
1004
- },
1005
- "required": [
1006
- "SecretsRoleArn",
1007
- "CdnIdentifierSecret"
1008
- ],
1009
- "type": "structure"
1010
- },
1011
- "S1u": {
1088
+ "S1x": {
1012
1089
  "key": {},
1013
1090
  "type": "map",
1014
1091
  "value": {}
@@ -5105,7 +5105,9 @@
5105
5105
  "Body": {},
5106
5106
  "MessageType": {},
5107
5107
  "OriginationNumber": {},
5108
- "SenderId": {}
5108
+ "SenderId": {},
5109
+ "EntityId": {},
5110
+ "TemplateId": {}
5109
5111
  }
5110
5112
  }
5111
5113
  }
@@ -5683,7 +5685,9 @@
5683
5685
  "members": {
5684
5686
  "MessageType": {},
5685
5687
  "OriginationNumber": {},
5686
- "SenderId": {}
5688
+ "SenderId": {},
5689
+ "EntityId": {},
5690
+ "TemplateId": {}
5687
5691
  }
5688
5692
  },
5689
5693
  "NextActivity": {},
@@ -6912,7 +6916,9 @@
6912
6916
  "SenderId": {},
6913
6917
  "Substitutions": {
6914
6918
  "shape": "S4u"
6915
- }
6919
+ },
6920
+ "EntityId": {},
6921
+ "TemplateId": {}
6916
6922
  }
6917
6923
  },
6918
6924
  "VoiceMessage": {
@@ -87,10 +87,12 @@
87
87
  "input": {
88
88
  "type": "structure",
89
89
  "required": [
90
- "ClusterIdentifier"
90
+ "ClusterIdentifier",
91
+ "Database"
91
92
  ],
92
93
  "members": {
93
94
  "ClusterIdentifier": {},
95
+ "ConnectedDatabase": {},
94
96
  "Database": {},
95
97
  "DbUser": {},
96
98
  "MaxResults": {
@@ -244,6 +246,7 @@
244
246
  ],
245
247
  "members": {
246
248
  "ClusterIdentifier": {},
249
+ "ConnectedDatabase": {},
247
250
  "Database": {},
248
251
  "DbUser": {},
249
252
  "MaxResults": {
@@ -321,6 +324,7 @@
321
324
  ],
322
325
  "members": {
323
326
  "ClusterIdentifier": {},
327
+ "ConnectedDatabase": {},
324
328
  "Database": {},
325
329
  "DbUser": {},
326
330
  "MaxResults": {