aws-sdk 2.1119.0 → 2.1122.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 (43) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +1 -1
  3. package/apis/cloudfront-2020-05-31.min.json +42 -28
  4. package/apis/connect-2017-08-08.min.json +133 -9
  5. package/apis/connect-2017-08-08.paginators.json +9 -0
  6. package/apis/ec2-2016-11-15.min.json +14 -11
  7. package/apis/ec2-2016-11-15.waiters2.json +18 -0
  8. package/apis/ivschat-2020-07-14.examples.json +5 -0
  9. package/apis/ivschat-2020-07-14.min.json +443 -0
  10. package/apis/ivschat-2020-07-14.paginators.json +9 -0
  11. package/apis/lightsail-2016-11-28.min.json +55 -17
  12. package/apis/metadata.json +3 -0
  13. package/apis/mq-2017-11-27.min.json +22 -7
  14. package/apis/network-firewall-2020-11-12.min.json +107 -52
  15. package/apis/rds-data-2018-08-01.min.json +4 -1
  16. package/apis/sagemaker-2017-07-24.min.json +447 -434
  17. package/apis/securityhub-2018-10-26.min.json +20 -18
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/cloudfront.d.ts +15 -0
  21. package/clients/connect.d.ts +176 -9
  22. package/clients/ec2.d.ts +23 -14
  23. package/clients/eventbridge.js +1 -0
  24. package/clients/gamelift.d.ts +67 -67
  25. package/clients/glue.d.ts +79 -10
  26. package/clients/ivschat.d.ts +523 -0
  27. package/clients/ivschat.js +18 -0
  28. package/clients/lightsail.d.ts +113 -42
  29. package/clients/mq.d.ts +16 -1
  30. package/clients/networkfirewall.d.ts +103 -21
  31. package/clients/pricing.d.ts +3 -3
  32. package/clients/rdsdataservice.d.ts +22 -7
  33. package/clients/sagemaker.d.ts +24 -0
  34. package/clients/securityhub.d.ts +13 -4
  35. package/dist/aws-sdk-core-react-native.js +2 -2
  36. package/dist/aws-sdk-react-native.js +822 -754
  37. package/dist/aws-sdk.js +228 -52
  38. package/dist/aws-sdk.min.js +83 -83
  39. package/lib/config_service_placeholders.d.ts +2 -0
  40. package/lib/core.js +1 -1
  41. package/lib/services/eventbridge.js +19 -0
  42. package/lib/services/s3util.js +6 -1
  43. package/package.json +1 -1
@@ -354,6 +354,21 @@
354
354
  "output": {
355
355
  "type": "structure",
356
356
  "members": {
357
+ "ActionsRequired": {
358
+ "locationName": "actionsRequired",
359
+ "type": "list",
360
+ "member": {
361
+ "type": "structure",
362
+ "members": {
363
+ "ActionRequiredCode": {
364
+ "locationName": "actionRequiredCode"
365
+ },
366
+ "ActionRequiredInfo": {
367
+ "locationName": "actionRequiredInfo"
368
+ }
369
+ }
370
+ }
371
+ },
357
372
  "AuthenticationStrategy": {
358
373
  "locationName": "authenticationStrategy"
359
374
  },
@@ -434,7 +449,7 @@
434
449
  "locationName": "hostInstanceType"
435
450
  },
436
451
  "LdapServerMetadata": {
437
- "shape": "S13",
452
+ "shape": "S15",
438
453
  "locationName": "ldapServerMetadata"
439
454
  },
440
455
  "Logs": {
@@ -489,7 +504,7 @@
489
504
  "locationName": "pendingHostInstanceType"
490
505
  },
491
506
  "PendingLdapServerMetadata": {
492
- "shape": "S13",
507
+ "shape": "S15",
493
508
  "locationName": "pendingLdapServerMetadata"
494
509
  },
495
510
  "PendingSecurityGroups": {
@@ -516,7 +531,7 @@
516
531
  "locationName": "tags"
517
532
  },
518
533
  "Users": {
519
- "shape": "S16",
534
+ "shape": "S18",
520
535
  "locationName": "users"
521
536
  }
522
537
  }
@@ -1101,7 +1116,7 @@
1101
1116
  "locationName": "nextToken"
1102
1117
  },
1103
1118
  "Users": {
1104
- "shape": "S16",
1119
+ "shape": "S18",
1105
1120
  "locationName": "users"
1106
1121
  }
1107
1122
  }
@@ -1204,7 +1219,7 @@
1204
1219
  "locationName": "hostInstanceType"
1205
1220
  },
1206
1221
  "LdapServerMetadata": {
1207
- "shape": "S13",
1222
+ "shape": "S15",
1208
1223
  "locationName": "ldapServerMetadata"
1209
1224
  },
1210
1225
  "Logs": {
@@ -1476,7 +1491,7 @@
1476
1491
  "Created"
1477
1492
  ]
1478
1493
  },
1479
- "S13": {
1494
+ "S15": {
1480
1495
  "type": "structure",
1481
1496
  "members": {
1482
1497
  "Hosts": {
@@ -1522,7 +1537,7 @@
1522
1537
  "RoleBase"
1523
1538
  ]
1524
1539
  },
1525
- "S16": {
1540
+ "S18": {
1526
1541
  "type": "list",
1527
1542
  "member": {
1528
1543
  "type": "structure",
@@ -92,6 +92,9 @@
92
92
  "Description": {},
93
93
  "Tags": {
94
94
  "shape": "Sf"
95
+ },
96
+ "EncryptionConfiguration": {
97
+ "shape": "Sj"
95
98
  }
96
99
  }
97
100
  },
@@ -99,10 +102,10 @@
99
102
  "type": "structure",
100
103
  "members": {
101
104
  "Firewall": {
102
- "shape": "Sk"
105
+ "shape": "Sn"
103
106
  },
104
107
  "FirewallStatus": {
105
- "shape": "Sm"
108
+ "shape": "Sp"
106
109
  }
107
110
  }
108
111
  }
@@ -117,7 +120,7 @@
117
120
  "members": {
118
121
  "FirewallPolicyName": {},
119
122
  "FirewallPolicy": {
120
- "shape": "S10"
123
+ "shape": "S13"
121
124
  },
122
125
  "Description": {},
123
126
  "Tags": {
@@ -125,6 +128,9 @@
125
128
  },
126
129
  "DryRun": {
127
130
  "type": "boolean"
131
+ },
132
+ "EncryptionConfiguration": {
133
+ "shape": "Sj"
128
134
  }
129
135
  }
130
136
  },
@@ -137,7 +143,7 @@
137
143
  "members": {
138
144
  "UpdateToken": {},
139
145
  "FirewallPolicyResponse": {
140
- "shape": "S1l"
146
+ "shape": "S1o"
141
147
  }
142
148
  }
143
149
  }
@@ -153,7 +159,7 @@
153
159
  "members": {
154
160
  "RuleGroupName": {},
155
161
  "RuleGroup": {
156
- "shape": "S1q"
162
+ "shape": "S1t"
157
163
  },
158
164
  "Rules": {},
159
165
  "Type": {},
@@ -166,6 +172,9 @@
166
172
  },
167
173
  "DryRun": {
168
174
  "type": "boolean"
175
+ },
176
+ "EncryptionConfiguration": {
177
+ "shape": "Sj"
169
178
  }
170
179
  }
171
180
  },
@@ -178,7 +187,7 @@
178
187
  "members": {
179
188
  "UpdateToken": {},
180
189
  "RuleGroupResponse": {
181
- "shape": "S34"
190
+ "shape": "S37"
182
191
  }
183
192
  }
184
193
  }
@@ -195,10 +204,10 @@
195
204
  "type": "structure",
196
205
  "members": {
197
206
  "Firewall": {
198
- "shape": "Sk"
207
+ "shape": "Sn"
199
208
  },
200
209
  "FirewallStatus": {
201
- "shape": "Sm"
210
+ "shape": "Sp"
202
211
  }
203
212
  }
204
213
  }
@@ -218,7 +227,7 @@
218
227
  ],
219
228
  "members": {
220
229
  "FirewallPolicyResponse": {
221
- "shape": "S1l"
230
+ "shape": "S1o"
222
231
  }
223
232
  }
224
233
  }
@@ -254,7 +263,7 @@
254
263
  ],
255
264
  "members": {
256
265
  "RuleGroupResponse": {
257
- "shape": "S34"
266
+ "shape": "S37"
258
267
  }
259
268
  }
260
269
  }
@@ -272,10 +281,10 @@
272
281
  "members": {
273
282
  "UpdateToken": {},
274
283
  "Firewall": {
275
- "shape": "Sk"
284
+ "shape": "Sn"
276
285
  },
277
286
  "FirewallStatus": {
278
- "shape": "Sm"
287
+ "shape": "Sp"
279
288
  }
280
289
  }
281
290
  }
@@ -297,10 +306,10 @@
297
306
  "members": {
298
307
  "UpdateToken": {},
299
308
  "FirewallPolicyResponse": {
300
- "shape": "S1l"
309
+ "shape": "S1o"
301
310
  },
302
311
  "FirewallPolicy": {
303
- "shape": "S10"
312
+ "shape": "S13"
304
313
  }
305
314
  }
306
315
  }
@@ -318,7 +327,7 @@
318
327
  "members": {
319
328
  "FirewallArn": {},
320
329
  "LoggingConfiguration": {
321
- "shape": "S3j"
330
+ "shape": "S3m"
322
331
  }
323
332
  }
324
333
  }
@@ -358,10 +367,10 @@
358
367
  "members": {
359
368
  "UpdateToken": {},
360
369
  "RuleGroup": {
361
- "shape": "S1q"
370
+ "shape": "S1t"
362
371
  },
363
372
  "RuleGroupResponse": {
364
- "shape": "S34"
373
+ "shape": "S37"
365
374
  }
366
375
  }
367
376
  }
@@ -390,7 +399,7 @@
390
399
  "type": "integer"
391
400
  },
392
401
  "StatefulRuleOptions": {
393
- "shape": "S31"
402
+ "shape": "S34"
394
403
  }
395
404
  }
396
405
  }
@@ -636,6 +645,30 @@
636
645
  }
637
646
  }
638
647
  },
648
+ "UpdateFirewallEncryptionConfiguration": {
649
+ "input": {
650
+ "type": "structure",
651
+ "members": {
652
+ "UpdateToken": {},
653
+ "FirewallArn": {},
654
+ "FirewallName": {},
655
+ "EncryptionConfiguration": {
656
+ "shape": "Sj"
657
+ }
658
+ }
659
+ },
660
+ "output": {
661
+ "type": "structure",
662
+ "members": {
663
+ "FirewallArn": {},
664
+ "FirewallName": {},
665
+ "UpdateToken": {},
666
+ "EncryptionConfiguration": {
667
+ "shape": "Sj"
668
+ }
669
+ }
670
+ }
671
+ },
639
672
  "UpdateFirewallPolicy": {
640
673
  "input": {
641
674
  "type": "structure",
@@ -648,11 +681,14 @@
648
681
  "FirewallPolicyArn": {},
649
682
  "FirewallPolicyName": {},
650
683
  "FirewallPolicy": {
651
- "shape": "S10"
684
+ "shape": "S13"
652
685
  },
653
686
  "Description": {},
654
687
  "DryRun": {
655
688
  "type": "boolean"
689
+ },
690
+ "EncryptionConfiguration": {
691
+ "shape": "Sj"
656
692
  }
657
693
  }
658
694
  },
@@ -665,7 +701,7 @@
665
701
  "members": {
666
702
  "UpdateToken": {},
667
703
  "FirewallPolicyResponse": {
668
- "shape": "S1l"
704
+ "shape": "S1o"
669
705
  }
670
706
  }
671
707
  }
@@ -704,7 +740,7 @@
704
740
  "FirewallArn": {},
705
741
  "FirewallName": {},
706
742
  "LoggingConfiguration": {
707
- "shape": "S3j"
743
+ "shape": "S3m"
708
744
  }
709
745
  }
710
746
  },
@@ -714,7 +750,7 @@
714
750
  "FirewallArn": {},
715
751
  "FirewallName": {},
716
752
  "LoggingConfiguration": {
717
- "shape": "S3j"
753
+ "shape": "S3m"
718
754
  }
719
755
  }
720
756
  }
@@ -730,13 +766,16 @@
730
766
  "RuleGroupArn": {},
731
767
  "RuleGroupName": {},
732
768
  "RuleGroup": {
733
- "shape": "S1q"
769
+ "shape": "S1t"
734
770
  },
735
771
  "Rules": {},
736
772
  "Type": {},
737
773
  "Description": {},
738
774
  "DryRun": {
739
775
  "type": "boolean"
776
+ },
777
+ "EncryptionConfiguration": {
778
+ "shape": "Sj"
740
779
  }
741
780
  }
742
781
  },
@@ -749,7 +788,7 @@
749
788
  "members": {
750
789
  "UpdateToken": {},
751
790
  "RuleGroupResponse": {
752
- "shape": "S34"
791
+ "shape": "S37"
753
792
  }
754
793
  }
755
794
  }
@@ -809,7 +848,14 @@
809
848
  }
810
849
  }
811
850
  },
812
- "Sk": {
851
+ "Sj": {
852
+ "type": "structure",
853
+ "members": {
854
+ "KeyId": {},
855
+ "Type": {}
856
+ }
857
+ },
858
+ "Sn": {
813
859
  "type": "structure",
814
860
  "required": [
815
861
  "FirewallPolicyArn",
@@ -838,10 +884,13 @@
838
884
  "FirewallId": {},
839
885
  "Tags": {
840
886
  "shape": "Sf"
887
+ },
888
+ "EncryptionConfiguration": {
889
+ "shape": "Sj"
841
890
  }
842
891
  }
843
892
  },
844
- "Sm": {
893
+ "Sp": {
845
894
  "type": "structure",
846
895
  "required": [
847
896
  "Status",
@@ -880,7 +929,7 @@
880
929
  }
881
930
  }
882
931
  },
883
- "S10": {
932
+ "S13": {
884
933
  "type": "structure",
885
934
  "required": [
886
935
  "StatelessDefaultActions",
@@ -904,13 +953,13 @@
904
953
  }
905
954
  },
906
955
  "StatelessDefaultActions": {
907
- "shape": "S14"
956
+ "shape": "S17"
908
957
  },
909
958
  "StatelessFragmentDefaultActions": {
910
- "shape": "S14"
959
+ "shape": "S17"
911
960
  },
912
961
  "StatelessCustomActions": {
913
- "shape": "S15"
962
+ "shape": "S18"
914
963
  },
915
964
  "StatefulRuleGroupReferences": {
916
965
  "type": "list",
@@ -945,11 +994,11 @@
945
994
  }
946
995
  }
947
996
  },
948
- "S14": {
997
+ "S17": {
949
998
  "type": "list",
950
999
  "member": {}
951
1000
  },
952
- "S15": {
1001
+ "S18": {
953
1002
  "type": "list",
954
1003
  "member": {
955
1004
  "type": "structure",
@@ -987,7 +1036,7 @@
987
1036
  }
988
1037
  }
989
1038
  },
990
- "S1l": {
1039
+ "S1o": {
991
1040
  "type": "structure",
992
1041
  "required": [
993
1042
  "FirewallPolicyName",
@@ -1011,10 +1060,13 @@
1011
1060
  },
1012
1061
  "NumberOfAssociations": {
1013
1062
  "type": "integer"
1063
+ },
1064
+ "EncryptionConfiguration": {
1065
+ "shape": "Sj"
1014
1066
  }
1015
1067
  }
1016
1068
  },
1017
- "S1q": {
1069
+ "S1t": {
1018
1070
  "type": "structure",
1019
1071
  "required": [
1020
1072
  "RulesSource"
@@ -1033,7 +1085,7 @@
1033
1085
  ],
1034
1086
  "members": {
1035
1087
  "Definition": {
1036
- "shape": "S1v"
1088
+ "shape": "S1y"
1037
1089
  }
1038
1090
  }
1039
1091
  }
@@ -1045,7 +1097,7 @@
1045
1097
  "type": "structure",
1046
1098
  "members": {
1047
1099
  "Definition": {
1048
- "shape": "S1v"
1100
+ "shape": "S1y"
1049
1101
  }
1050
1102
  }
1051
1103
  }
@@ -1150,16 +1202,16 @@
1150
1202
  "type": "structure",
1151
1203
  "members": {
1152
1204
  "Sources": {
1153
- "shape": "S2p"
1205
+ "shape": "S2s"
1154
1206
  },
1155
1207
  "Destinations": {
1156
- "shape": "S2p"
1208
+ "shape": "S2s"
1157
1209
  },
1158
1210
  "SourcePorts": {
1159
- "shape": "S2s"
1211
+ "shape": "S2v"
1160
1212
  },
1161
1213
  "DestinationPorts": {
1162
- "shape": "S2s"
1214
+ "shape": "S2v"
1163
1215
  },
1164
1216
  "Protocols": {
1165
1217
  "type": "list",
@@ -1176,10 +1228,10 @@
1176
1228
  ],
1177
1229
  "members": {
1178
1230
  "Flags": {
1179
- "shape": "S2z"
1231
+ "shape": "S32"
1180
1232
  },
1181
1233
  "Masks": {
1182
- "shape": "S2z"
1234
+ "shape": "S32"
1183
1235
  }
1184
1236
  }
1185
1237
  }
@@ -1187,7 +1239,7 @@
1187
1239
  }
1188
1240
  },
1189
1241
  "Actions": {
1190
- "shape": "S14"
1242
+ "shape": "S17"
1191
1243
  }
1192
1244
  }
1193
1245
  },
@@ -1198,22 +1250,22 @@
1198
1250
  }
1199
1251
  },
1200
1252
  "CustomActions": {
1201
- "shape": "S15"
1253
+ "shape": "S18"
1202
1254
  }
1203
1255
  }
1204
1256
  }
1205
1257
  }
1206
1258
  },
1207
1259
  "StatefulRuleOptions": {
1208
- "shape": "S31"
1260
+ "shape": "S34"
1209
1261
  }
1210
1262
  }
1211
1263
  },
1212
- "S1v": {
1264
+ "S1y": {
1213
1265
  "type": "list",
1214
1266
  "member": {}
1215
1267
  },
1216
- "S2p": {
1268
+ "S2s": {
1217
1269
  "type": "list",
1218
1270
  "member": {
1219
1271
  "type": "structure",
@@ -1225,7 +1277,7 @@
1225
1277
  }
1226
1278
  }
1227
1279
  },
1228
- "S2s": {
1280
+ "S2v": {
1229
1281
  "type": "list",
1230
1282
  "member": {
1231
1283
  "type": "structure",
@@ -1243,17 +1295,17 @@
1243
1295
  }
1244
1296
  }
1245
1297
  },
1246
- "S2z": {
1298
+ "S32": {
1247
1299
  "type": "list",
1248
1300
  "member": {}
1249
1301
  },
1250
- "S31": {
1302
+ "S34": {
1251
1303
  "type": "structure",
1252
1304
  "members": {
1253
1305
  "RuleOrder": {}
1254
1306
  }
1255
1307
  },
1256
- "S34": {
1308
+ "S37": {
1257
1309
  "type": "structure",
1258
1310
  "required": [
1259
1311
  "RuleGroupArn",
@@ -1278,10 +1330,13 @@
1278
1330
  },
1279
1331
  "NumberOfAssociations": {
1280
1332
  "type": "integer"
1333
+ },
1334
+ "EncryptionConfiguration": {
1335
+ "shape": "Sj"
1281
1336
  }
1282
1337
  }
1283
1338
  },
1284
- "S3j": {
1339
+ "S3m": {
1285
1340
  "type": "structure",
1286
1341
  "required": [
1287
1342
  "LogDestinationConfigs"
@@ -192,6 +192,7 @@
192
192
  "type": "boolean"
193
193
  },
194
194
  "database": {},
195
+ "formatRecordsAs": {},
195
196
  "includeResultMetadata": {
196
197
  "type": "boolean"
197
198
  },
@@ -202,7 +203,8 @@
202
203
  "resultSetOptions": {
203
204
  "type": "structure",
204
205
  "members": {
205
- "decimalReturnType": {}
206
+ "decimalReturnType": {},
207
+ "longReturnType": {}
206
208
  }
207
209
  },
208
210
  "schema": {},
@@ -217,6 +219,7 @@
217
219
  "columnMetadata": {
218
220
  "shape": "S1c"
219
221
  },
222
+ "formattedRecords": {},
220
223
  "generatedFields": {
221
224
  "shape": "Sq"
222
225
  },