aws-sdk 2.972.0 → 2.976.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 (52) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/README.md +1 -1
  3. package/apis/backup-2018-11-15.min.json +573 -32
  4. package/apis/backup-2018-11-15.paginators.json +15 -0
  5. package/apis/comprehend-2017-11-27.min.json +109 -69
  6. package/apis/datasync-2018-11-09.min.json +13 -1
  7. package/apis/dlm-2018-01-12.min.json +30 -9
  8. package/apis/dms-2016-01-01.min.json +191 -134
  9. package/apis/ec2-2016-11-15.min.json +232 -223
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/eks-2017-11-01.min.json +5 -0
  12. package/apis/fms-2018-01-01.min.json +6 -0
  13. package/apis/frauddetector-2019-11-15.min.json +30 -28
  14. package/apis/glue-2017-03-31.min.json +624 -354
  15. package/apis/glue-2017-03-31.paginators.json +10 -0
  16. package/apis/iot-data-2015-05-28.min.json +82 -0
  17. package/apis/iot-data-2015-05-28.paginators.json +7 -1
  18. package/apis/mediaconvert-2017-08-29.min.json +110 -89
  19. package/apis/ssm-2014-11-06.min.json +13 -3
  20. package/apis/transcribe-2017-10-26.min.json +161 -64
  21. package/clients/apigateway.d.ts +9 -9
  22. package/clients/backup.d.ts +715 -109
  23. package/clients/cloudwatchevents.d.ts +67 -67
  24. package/clients/comprehend.d.ts +96 -0
  25. package/clients/datasync.d.ts +69 -53
  26. package/clients/dlm.d.ts +50 -18
  27. package/clients/dms.d.ts +110 -19
  28. package/clients/ec2.d.ts +60 -42
  29. package/clients/eks.d.ts +6 -2
  30. package/clients/eventbridge.d.ts +3 -3
  31. package/clients/fms.d.ts +9 -1
  32. package/clients/frauddetector.d.ts +10 -9
  33. package/clients/glue.d.ts +392 -0
  34. package/clients/iotdata.d.ts +99 -13
  35. package/clients/iotsitewise.d.ts +3 -3
  36. package/clients/mediaconvert.d.ts +46 -12
  37. package/clients/polly.d.ts +15 -15
  38. package/clients/robomaker.d.ts +3 -3
  39. package/clients/transcribeservice.d.ts +146 -35
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +19 -19
  42. package/dist/aws-sdk.js +456 -300
  43. package/dist/aws-sdk.min.js +72 -71
  44. package/lib/core.js +1 -1
  45. package/lib/metadata_service/endpoint.js +6 -0
  46. package/lib/metadata_service/endpoint_config_options.js +14 -0
  47. package/lib/metadata_service/endpoint_mode.js +6 -0
  48. package/lib/metadata_service/endpoint_mode_config_options.js +16 -0
  49. package/lib/metadata_service/get_metadata_service_endpoint.js +24 -0
  50. package/lib/metadata_service.js +13 -3
  51. package/lib/node_loader.js +27 -0
  52. package/package.json +1 -1
@@ -110,47 +110,50 @@
110
110
  "shape": "Sn"
111
111
  },
112
112
  "DmsTransferSettings": {
113
- "shape": "Sw"
113
+ "shape": "Sx"
114
114
  },
115
115
  "MongoDbSettings": {
116
- "shape": "Sx"
116
+ "shape": "Sy"
117
117
  },
118
118
  "KinesisSettings": {
119
- "shape": "S11"
119
+ "shape": "S12"
120
120
  },
121
121
  "KafkaSettings": {
122
- "shape": "S13"
122
+ "shape": "S14"
123
123
  },
124
124
  "ElasticsearchSettings": {
125
- "shape": "S15"
125
+ "shape": "S16"
126
126
  },
127
127
  "NeptuneSettings": {
128
- "shape": "S16"
128
+ "shape": "S17"
129
129
  },
130
130
  "RedshiftSettings": {
131
- "shape": "S17"
131
+ "shape": "S18"
132
132
  },
133
133
  "PostgreSQLSettings": {
134
- "shape": "S18"
134
+ "shape": "S19"
135
135
  },
136
136
  "MySQLSettings": {
137
- "shape": "S1a"
137
+ "shape": "S1b"
138
138
  },
139
139
  "OracleSettings": {
140
- "shape": "S1c"
140
+ "shape": "S1d"
141
141
  },
142
142
  "SybaseSettings": {
143
- "shape": "S1e"
143
+ "shape": "S1g"
144
144
  },
145
145
  "MicrosoftSQLServerSettings": {
146
- "shape": "S1f"
146
+ "shape": "S1h"
147
147
  },
148
148
  "IBMDb2Settings": {
149
- "shape": "S1h"
149
+ "shape": "S1j"
150
150
  },
151
151
  "ResourceIdentifier": {},
152
152
  "DocDbSettings": {
153
- "shape": "S1i"
153
+ "shape": "S1k"
154
+ },
155
+ "RedisSettings": {
156
+ "shape": "S1l"
154
157
  }
155
158
  }
156
159
  },
@@ -158,7 +161,7 @@
158
161
  "type": "structure",
159
162
  "members": {
160
163
  "Endpoint": {
161
- "shape": "S1k"
164
+ "shape": "S1p"
162
165
  }
163
166
  }
164
167
  }
@@ -175,10 +178,10 @@
175
178
  "SnsTopicArn": {},
176
179
  "SourceType": {},
177
180
  "EventCategories": {
178
- "shape": "S1m"
181
+ "shape": "S1r"
179
182
  },
180
183
  "SourceIds": {
181
- "shape": "S1n"
184
+ "shape": "S1s"
182
185
  },
183
186
  "Enabled": {
184
187
  "type": "boolean"
@@ -192,7 +195,7 @@
192
195
  "type": "structure",
193
196
  "members": {
194
197
  "EventSubscription": {
195
- "shape": "S1p"
198
+ "shape": "S1u"
196
199
  }
197
200
  }
198
201
  }
@@ -211,7 +214,7 @@
211
214
  },
212
215
  "ReplicationInstanceClass": {},
213
216
  "VpcSecurityGroupIds": {
214
- "shape": "S1s"
217
+ "shape": "S1x"
215
218
  },
216
219
  "AvailabilityZone": {},
217
220
  "ReplicationSubnetGroupIdentifier": {},
@@ -238,7 +241,7 @@
238
241
  "type": "structure",
239
242
  "members": {
240
243
  "ReplicationInstance": {
241
- "shape": "S1u"
244
+ "shape": "S1z"
242
245
  }
243
246
  }
244
247
  }
@@ -255,7 +258,7 @@
255
258
  "ReplicationSubnetGroupIdentifier": {},
256
259
  "ReplicationSubnetGroupDescription": {},
257
260
  "SubnetIds": {
258
- "shape": "S25"
261
+ "shape": "S2a"
259
262
  },
260
263
  "Tags": {
261
264
  "shape": "S3"
@@ -266,7 +269,7 @@
266
269
  "type": "structure",
267
270
  "members": {
268
271
  "ReplicationSubnetGroup": {
269
- "shape": "S1x"
272
+ "shape": "S22"
270
273
  }
271
274
  }
272
275
  }
@@ -306,7 +309,7 @@
306
309
  "type": "structure",
307
310
  "members": {
308
311
  "ReplicationTask": {
309
- "shape": "S2a"
312
+ "shape": "S2f"
310
313
  }
311
314
  }
312
315
  }
@@ -325,7 +328,7 @@
325
328
  "type": "structure",
326
329
  "members": {
327
330
  "Certificate": {
328
- "shape": "S2f"
331
+ "shape": "S2k"
329
332
  }
330
333
  }
331
334
  }
@@ -346,7 +349,7 @@
346
349
  "type": "structure",
347
350
  "members": {
348
351
  "Connection": {
349
- "shape": "S2j"
352
+ "shape": "S2o"
350
353
  }
351
354
  }
352
355
  }
@@ -365,7 +368,7 @@
365
368
  "type": "structure",
366
369
  "members": {
367
370
  "Endpoint": {
368
- "shape": "S1k"
371
+ "shape": "S1p"
369
372
  }
370
373
  }
371
374
  }
@@ -384,7 +387,7 @@
384
387
  "type": "structure",
385
388
  "members": {
386
389
  "EventSubscription": {
387
- "shape": "S1p"
390
+ "shape": "S1u"
388
391
  }
389
392
  }
390
393
  }
@@ -403,7 +406,7 @@
403
406
  "type": "structure",
404
407
  "members": {
405
408
  "ReplicationInstance": {
406
- "shape": "S1u"
409
+ "shape": "S1z"
407
410
  }
408
411
  }
409
412
  }
@@ -437,7 +440,7 @@
437
440
  "type": "structure",
438
441
  "members": {
439
442
  "ReplicationTask": {
440
- "shape": "S2a"
443
+ "shape": "S2f"
441
444
  }
442
445
  }
443
446
  }
@@ -519,7 +522,7 @@
519
522
  "type": "structure",
520
523
  "members": {
521
524
  "Filters": {
522
- "shape": "S34"
525
+ "shape": "S39"
523
526
  },
524
527
  "MaxRecords": {
525
528
  "type": "integer"
@@ -534,7 +537,7 @@
534
537
  "Certificates": {
535
538
  "type": "list",
536
539
  "member": {
537
- "shape": "S2f"
540
+ "shape": "S2k"
538
541
  }
539
542
  }
540
543
  }
@@ -545,7 +548,7 @@
545
548
  "type": "structure",
546
549
  "members": {
547
550
  "Filters": {
548
- "shape": "S34"
551
+ "shape": "S39"
549
552
  },
550
553
  "MaxRecords": {
551
554
  "type": "integer"
@@ -560,7 +563,7 @@
560
563
  "Connections": {
561
564
  "type": "list",
562
565
  "member": {
563
- "shape": "S2j"
566
+ "shape": "S2o"
564
567
  }
565
568
  }
566
569
  }
@@ -618,7 +621,7 @@
618
621
  "type": "structure",
619
622
  "members": {
620
623
  "Filters": {
621
- "shape": "S34"
624
+ "shape": "S39"
622
625
  },
623
626
  "MaxRecords": {
624
627
  "type": "integer"
@@ -653,7 +656,7 @@
653
656
  "type": "structure",
654
657
  "members": {
655
658
  "Filters": {
656
- "shape": "S34"
659
+ "shape": "S39"
657
660
  },
658
661
  "MaxRecords": {
659
662
  "type": "integer"
@@ -668,7 +671,7 @@
668
671
  "Endpoints": {
669
672
  "type": "list",
670
673
  "member": {
671
- "shape": "S1k"
674
+ "shape": "S1p"
672
675
  }
673
676
  }
674
677
  }
@@ -680,7 +683,7 @@
680
683
  "members": {
681
684
  "SourceType": {},
682
685
  "Filters": {
683
- "shape": "S34"
686
+ "shape": "S39"
684
687
  }
685
688
  }
686
689
  },
@@ -694,7 +697,7 @@
694
697
  "members": {
695
698
  "SourceType": {},
696
699
  "EventCategories": {
697
- "shape": "S1m"
700
+ "shape": "S1r"
698
701
  }
699
702
  }
700
703
  }
@@ -708,7 +711,7 @@
708
711
  "members": {
709
712
  "SubscriptionName": {},
710
713
  "Filters": {
711
- "shape": "S34"
714
+ "shape": "S39"
712
715
  },
713
716
  "MaxRecords": {
714
717
  "type": "integer"
@@ -723,7 +726,7 @@
723
726
  "EventSubscriptionsList": {
724
727
  "type": "list",
725
728
  "member": {
726
- "shape": "S1p"
729
+ "shape": "S1u"
727
730
  }
728
731
  }
729
732
  }
@@ -745,10 +748,10 @@
745
748
  "type": "integer"
746
749
  },
747
750
  "EventCategories": {
748
- "shape": "S1m"
751
+ "shape": "S1r"
749
752
  },
750
753
  "Filters": {
751
- "shape": "S34"
754
+ "shape": "S39"
752
755
  },
753
756
  "MaxRecords": {
754
757
  "type": "integer"
@@ -769,7 +772,7 @@
769
772
  "SourceType": {},
770
773
  "Message": {},
771
774
  "EventCategories": {
772
- "shape": "S1m"
775
+ "shape": "S1r"
773
776
  },
774
777
  "Date": {
775
778
  "type": "timestamp"
@@ -831,7 +834,7 @@
831
834
  "members": {
832
835
  "ReplicationInstanceArn": {},
833
836
  "Filters": {
834
- "shape": "S34"
837
+ "shape": "S39"
835
838
  },
836
839
  "Marker": {},
837
840
  "MaxRecords": {
@@ -866,7 +869,7 @@
866
869
  "type": "structure",
867
870
  "members": {
868
871
  "RefreshSchemasStatus": {
869
- "shape": "S4c"
872
+ "shape": "S4h"
870
873
  }
871
874
  }
872
875
  }
@@ -911,7 +914,7 @@
911
914
  "type": "structure",
912
915
  "members": {
913
916
  "Filters": {
914
- "shape": "S34"
917
+ "shape": "S39"
915
918
  },
916
919
  "MaxRecords": {
917
920
  "type": "integer"
@@ -926,7 +929,7 @@
926
929
  "ReplicationInstances": {
927
930
  "type": "list",
928
931
  "member": {
929
- "shape": "S1u"
932
+ "shape": "S1z"
930
933
  }
931
934
  }
932
935
  }
@@ -937,7 +940,7 @@
937
940
  "type": "structure",
938
941
  "members": {
939
942
  "Filters": {
940
- "shape": "S34"
943
+ "shape": "S39"
941
944
  },
942
945
  "MaxRecords": {
943
946
  "type": "integer"
@@ -952,7 +955,7 @@
952
955
  "ReplicationSubnetGroups": {
953
956
  "type": "list",
954
957
  "member": {
955
- "shape": "S1x"
958
+ "shape": "S22"
956
959
  }
957
960
  }
958
961
  }
@@ -999,7 +1002,7 @@
999
1002
  "type": "structure",
1000
1003
  "members": {
1001
1004
  "Filters": {
1002
- "shape": "S34"
1005
+ "shape": "S39"
1003
1006
  },
1004
1007
  "MaxRecords": {
1005
1008
  "type": "integer"
@@ -1025,7 +1028,7 @@
1025
1028
  "type": "structure",
1026
1029
  "members": {
1027
1030
  "Filters": {
1028
- "shape": "S34"
1031
+ "shape": "S39"
1029
1032
  },
1030
1033
  "MaxRecords": {
1031
1034
  "type": "integer"
@@ -1060,7 +1063,7 @@
1060
1063
  "type": "structure",
1061
1064
  "members": {
1062
1065
  "Filters": {
1063
- "shape": "S34"
1066
+ "shape": "S39"
1064
1067
  },
1065
1068
  "MaxRecords": {
1066
1069
  "type": "integer"
@@ -1078,7 +1081,7 @@
1078
1081
  "ReplicationTasks": {
1079
1082
  "type": "list",
1080
1083
  "member": {
1081
- "shape": "S2a"
1084
+ "shape": "S2f"
1082
1085
  }
1083
1086
  }
1084
1087
  }
@@ -1122,7 +1125,7 @@
1122
1125
  },
1123
1126
  "Marker": {},
1124
1127
  "Filters": {
1125
- "shape": "S34"
1128
+ "shape": "S39"
1126
1129
  }
1127
1130
  }
1128
1131
  },
@@ -1212,7 +1215,7 @@
1212
1215
  "type": "structure",
1213
1216
  "members": {
1214
1217
  "Certificate": {
1215
- "shape": "S2f"
1218
+ "shape": "S2k"
1216
1219
  }
1217
1220
  }
1218
1221
  }
@@ -1220,11 +1223,12 @@
1220
1223
  "ListTagsForResource": {
1221
1224
  "input": {
1222
1225
  "type": "structure",
1223
- "required": [
1224
- "ResourceArn"
1225
- ],
1226
1226
  "members": {
1227
- "ResourceArn": {}
1227
+ "ResourceArn": {},
1228
+ "ResourceArnList": {
1229
+ "type": "list",
1230
+ "member": {}
1231
+ }
1228
1232
  }
1229
1233
  },
1230
1234
  "output": {
@@ -1268,46 +1272,49 @@
1268
1272
  "shape": "Sn"
1269
1273
  },
1270
1274
  "DmsTransferSettings": {
1271
- "shape": "Sw"
1275
+ "shape": "Sx"
1272
1276
  },
1273
1277
  "MongoDbSettings": {
1274
- "shape": "Sx"
1278
+ "shape": "Sy"
1275
1279
  },
1276
1280
  "KinesisSettings": {
1277
- "shape": "S11"
1281
+ "shape": "S12"
1278
1282
  },
1279
1283
  "KafkaSettings": {
1280
- "shape": "S13"
1284
+ "shape": "S14"
1281
1285
  },
1282
1286
  "ElasticsearchSettings": {
1283
- "shape": "S15"
1287
+ "shape": "S16"
1284
1288
  },
1285
1289
  "NeptuneSettings": {
1286
- "shape": "S16"
1290
+ "shape": "S17"
1287
1291
  },
1288
1292
  "RedshiftSettings": {
1289
- "shape": "S17"
1293
+ "shape": "S18"
1290
1294
  },
1291
1295
  "PostgreSQLSettings": {
1292
- "shape": "S18"
1296
+ "shape": "S19"
1293
1297
  },
1294
1298
  "MySQLSettings": {
1295
- "shape": "S1a"
1299
+ "shape": "S1b"
1296
1300
  },
1297
1301
  "OracleSettings": {
1298
- "shape": "S1c"
1302
+ "shape": "S1d"
1299
1303
  },
1300
1304
  "SybaseSettings": {
1301
- "shape": "S1e"
1305
+ "shape": "S1g"
1302
1306
  },
1303
1307
  "MicrosoftSQLServerSettings": {
1304
- "shape": "S1f"
1308
+ "shape": "S1h"
1305
1309
  },
1306
1310
  "IBMDb2Settings": {
1307
- "shape": "S1h"
1311
+ "shape": "S1j"
1308
1312
  },
1309
1313
  "DocDbSettings": {
1310
- "shape": "S1i"
1314
+ "shape": "S1k"
1315
+ },
1316
+ "RedisSettings": {
1317
+ "shape": "S1l"
1311
1318
  },
1312
1319
  "ExactSettings": {
1313
1320
  "type": "boolean"
@@ -1318,7 +1325,7 @@
1318
1325
  "type": "structure",
1319
1326
  "members": {
1320
1327
  "Endpoint": {
1321
- "shape": "S1k"
1328
+ "shape": "S1p"
1322
1329
  }
1323
1330
  }
1324
1331
  }
@@ -1334,7 +1341,7 @@
1334
1341
  "SnsTopicArn": {},
1335
1342
  "SourceType": {},
1336
1343
  "EventCategories": {
1337
- "shape": "S1m"
1344
+ "shape": "S1r"
1338
1345
  },
1339
1346
  "Enabled": {
1340
1347
  "type": "boolean"
@@ -1345,7 +1352,7 @@
1345
1352
  "type": "structure",
1346
1353
  "members": {
1347
1354
  "EventSubscription": {
1348
- "shape": "S1p"
1355
+ "shape": "S1u"
1349
1356
  }
1350
1357
  }
1351
1358
  }
@@ -1366,7 +1373,7 @@
1366
1373
  },
1367
1374
  "ReplicationInstanceClass": {},
1368
1375
  "VpcSecurityGroupIds": {
1369
- "shape": "S1s"
1376
+ "shape": "S1x"
1370
1377
  },
1371
1378
  "PreferredMaintenanceWindow": {},
1372
1379
  "MultiAZ": {
@@ -1386,7 +1393,7 @@
1386
1393
  "type": "structure",
1387
1394
  "members": {
1388
1395
  "ReplicationInstance": {
1389
- "shape": "S1u"
1396
+ "shape": "S1z"
1390
1397
  }
1391
1398
  }
1392
1399
  }
@@ -1402,7 +1409,7 @@
1402
1409
  "ReplicationSubnetGroupIdentifier": {},
1403
1410
  "ReplicationSubnetGroupDescription": {},
1404
1411
  "SubnetIds": {
1405
- "shape": "S25"
1412
+ "shape": "S2a"
1406
1413
  }
1407
1414
  }
1408
1415
  },
@@ -1410,7 +1417,7 @@
1410
1417
  "type": "structure",
1411
1418
  "members": {
1412
1419
  "ReplicationSubnetGroup": {
1413
- "shape": "S1x"
1420
+ "shape": "S22"
1414
1421
  }
1415
1422
  }
1416
1423
  }
@@ -1439,7 +1446,7 @@
1439
1446
  "type": "structure",
1440
1447
  "members": {
1441
1448
  "ReplicationTask": {
1442
- "shape": "S2a"
1449
+ "shape": "S2f"
1443
1450
  }
1444
1451
  }
1445
1452
  }
@@ -1460,7 +1467,7 @@
1460
1467
  "type": "structure",
1461
1468
  "members": {
1462
1469
  "ReplicationTask": {
1463
- "shape": "S2a"
1470
+ "shape": "S2f"
1464
1471
  }
1465
1472
  }
1466
1473
  }
@@ -1482,7 +1489,7 @@
1482
1489
  "type": "structure",
1483
1490
  "members": {
1484
1491
  "ReplicationInstance": {
1485
- "shape": "S1u"
1492
+ "shape": "S1z"
1486
1493
  }
1487
1494
  }
1488
1495
  }
@@ -1503,7 +1510,7 @@
1503
1510
  "type": "structure",
1504
1511
  "members": {
1505
1512
  "RefreshSchemasStatus": {
1506
- "shape": "S4c"
1513
+ "shape": "S4h"
1507
1514
  }
1508
1515
  }
1509
1516
  }
@@ -1582,7 +1589,7 @@
1582
1589
  "type": "structure",
1583
1590
  "members": {
1584
1591
  "ReplicationTask": {
1585
- "shape": "S2a"
1592
+ "shape": "S2f"
1586
1593
  }
1587
1594
  }
1588
1595
  }
@@ -1601,7 +1608,7 @@
1601
1608
  "type": "structure",
1602
1609
  "members": {
1603
1610
  "ReplicationTask": {
1604
- "shape": "S2a"
1611
+ "shape": "S2f"
1605
1612
  }
1606
1613
  }
1607
1614
  }
@@ -1656,7 +1663,7 @@
1656
1663
  "type": "structure",
1657
1664
  "members": {
1658
1665
  "ReplicationTask": {
1659
- "shape": "S2a"
1666
+ "shape": "S2f"
1660
1667
  }
1661
1668
  }
1662
1669
  }
@@ -1677,7 +1684,7 @@
1677
1684
  "type": "structure",
1678
1685
  "members": {
1679
1686
  "Connection": {
1680
- "shape": "S2j"
1687
+ "shape": "S2o"
1681
1688
  }
1682
1689
  }
1683
1690
  }
@@ -1690,7 +1697,8 @@
1690
1697
  "type": "structure",
1691
1698
  "members": {
1692
1699
  "Key": {},
1693
- "Value": {}
1700
+ "Value": {},
1701
+ "ResourceArn": {}
1694
1702
  }
1695
1703
  }
1696
1704
  },
@@ -1814,17 +1822,37 @@
1814
1822
  "PreserveTransactions": {
1815
1823
  "type": "boolean"
1816
1824
  },
1817
- "CdcPath": {}
1825
+ "CdcPath": {},
1826
+ "CannedAclForObjects": {},
1827
+ "AddColumnName": {
1828
+ "type": "boolean"
1829
+ },
1830
+ "CdcMaxBatchInterval": {
1831
+ "type": "integer"
1832
+ },
1833
+ "CdcMinFileSize": {
1834
+ "type": "integer"
1835
+ },
1836
+ "CsvNullValue": {},
1837
+ "IgnoreHeaderRows": {
1838
+ "type": "integer"
1839
+ },
1840
+ "MaxFileSize": {
1841
+ "type": "integer"
1842
+ },
1843
+ "Rfc4180": {
1844
+ "type": "boolean"
1845
+ }
1818
1846
  }
1819
1847
  },
1820
- "Sw": {
1848
+ "Sx": {
1821
1849
  "type": "structure",
1822
1850
  "members": {
1823
1851
  "ServiceAccessRoleArn": {},
1824
1852
  "BucketName": {}
1825
1853
  }
1826
1854
  },
1827
- "Sx": {
1855
+ "Sy": {
1828
1856
  "type": "structure",
1829
1857
  "members": {
1830
1858
  "Username": {},
@@ -1847,7 +1875,7 @@
1847
1875
  "SecretsManagerSecretId": {}
1848
1876
  }
1849
1877
  },
1850
- "S11": {
1878
+ "S12": {
1851
1879
  "type": "structure",
1852
1880
  "members": {
1853
1881
  "StreamArn": {},
@@ -1876,7 +1904,7 @@
1876
1904
  }
1877
1905
  }
1878
1906
  },
1879
- "S13": {
1907
+ "S14": {
1880
1908
  "type": "structure",
1881
1909
  "members": {
1882
1910
  "Broker": {},
@@ -1919,7 +1947,7 @@
1919
1947
  }
1920
1948
  }
1921
1949
  },
1922
- "S15": {
1950
+ "S16": {
1923
1951
  "type": "structure",
1924
1952
  "required": [
1925
1953
  "ServiceAccessRoleArn",
@@ -1936,7 +1964,7 @@
1936
1964
  }
1937
1965
  }
1938
1966
  },
1939
- "S16": {
1967
+ "S17": {
1940
1968
  "type": "structure",
1941
1969
  "required": [
1942
1970
  "S3BucketName",
@@ -1960,7 +1988,7 @@
1960
1988
  }
1961
1989
  }
1962
1990
  },
1963
- "S17": {
1991
+ "S18": {
1964
1992
  "type": "structure",
1965
1993
  "members": {
1966
1994
  "AcceptAnyDate": {
@@ -2025,7 +2053,7 @@
2025
2053
  "SecretsManagerSecretId": {}
2026
2054
  }
2027
2055
  },
2028
- "S18": {
2056
+ "S19": {
2029
2057
  "type": "structure",
2030
2058
  "members": {
2031
2059
  "AfterConnectScript": {},
@@ -2064,7 +2092,7 @@
2064
2092
  "SecretsManagerSecretId": {}
2065
2093
  }
2066
2094
  },
2067
- "S1a": {
2095
+ "S1b": {
2068
2096
  "type": "structure",
2069
2097
  "members": {
2070
2098
  "AfterConnectScript": {},
@@ -2095,7 +2123,7 @@
2095
2123
  "SecretsManagerSecretId": {}
2096
2124
  }
2097
2125
  },
2098
- "S1c": {
2126
+ "S1d": {
2099
2127
  "type": "structure",
2100
2128
  "members": {
2101
2129
  "AddSupplementalLogging": {
@@ -2107,6 +2135,12 @@
2107
2135
  "AdditionalArchivedLogDestId": {
2108
2136
  "type": "integer"
2109
2137
  },
2138
+ "ExtraArchivedLogDestIds": {
2139
+ "type": "list",
2140
+ "member": {
2141
+ "type": "integer"
2142
+ }
2143
+ },
2110
2144
  "AllowSelectNestedTables": {
2111
2145
  "type": "boolean"
2112
2146
  },
@@ -2189,7 +2223,7 @@
2189
2223
  "SecretsManagerOracleAsmSecretId": {}
2190
2224
  }
2191
2225
  },
2192
- "S1e": {
2226
+ "S1g": {
2193
2227
  "type": "structure",
2194
2228
  "members": {
2195
2229
  "DatabaseName": {},
@@ -2205,7 +2239,7 @@
2205
2239
  "SecretsManagerSecretId": {}
2206
2240
  }
2207
2241
  },
2208
- "S1f": {
2242
+ "S1h": {
2209
2243
  "type": "structure",
2210
2244
  "members": {
2211
2245
  "Port": {
@@ -2238,7 +2272,7 @@
2238
2272
  "SecretsManagerSecretId": {}
2239
2273
  }
2240
2274
  },
2241
- "S1h": {
2275
+ "S1j": {
2242
2276
  "type": "structure",
2243
2277
  "members": {
2244
2278
  "DatabaseName": {},
@@ -2261,7 +2295,7 @@
2261
2295
  "SecretsManagerSecretId": {}
2262
2296
  }
2263
2297
  },
2264
- "S1i": {
2298
+ "S1k": {
2265
2299
  "type": "structure",
2266
2300
  "members": {
2267
2301
  "Username": {},
@@ -2285,7 +2319,27 @@
2285
2319
  "SecretsManagerSecretId": {}
2286
2320
  }
2287
2321
  },
2288
- "S1k": {
2322
+ "S1l": {
2323
+ "type": "structure",
2324
+ "required": [
2325
+ "ServerName",
2326
+ "Port"
2327
+ ],
2328
+ "members": {
2329
+ "ServerName": {},
2330
+ "Port": {
2331
+ "type": "integer"
2332
+ },
2333
+ "SslSecurityProtocol": {},
2334
+ "AuthType": {},
2335
+ "AuthUserName": {},
2336
+ "AuthPassword": {
2337
+ "shape": "Sj"
2338
+ },
2339
+ "SslCaCertificateArn": {}
2340
+ }
2341
+ },
2342
+ "S1p": {
2289
2343
  "type": "structure",
2290
2344
  "members": {
2291
2345
  "EndpointIdentifier": {},
@@ -2314,58 +2368,61 @@
2314
2368
  "shape": "Sn"
2315
2369
  },
2316
2370
  "DmsTransferSettings": {
2317
- "shape": "Sw"
2371
+ "shape": "Sx"
2318
2372
  },
2319
2373
  "MongoDbSettings": {
2320
- "shape": "Sx"
2374
+ "shape": "Sy"
2321
2375
  },
2322
2376
  "KinesisSettings": {
2323
- "shape": "S11"
2377
+ "shape": "S12"
2324
2378
  },
2325
2379
  "KafkaSettings": {
2326
- "shape": "S13"
2380
+ "shape": "S14"
2327
2381
  },
2328
2382
  "ElasticsearchSettings": {
2329
- "shape": "S15"
2383
+ "shape": "S16"
2330
2384
  },
2331
2385
  "NeptuneSettings": {
2332
- "shape": "S16"
2386
+ "shape": "S17"
2333
2387
  },
2334
2388
  "RedshiftSettings": {
2335
- "shape": "S17"
2389
+ "shape": "S18"
2336
2390
  },
2337
2391
  "PostgreSQLSettings": {
2338
- "shape": "S18"
2392
+ "shape": "S19"
2339
2393
  },
2340
2394
  "MySQLSettings": {
2341
- "shape": "S1a"
2395
+ "shape": "S1b"
2342
2396
  },
2343
2397
  "OracleSettings": {
2344
- "shape": "S1c"
2398
+ "shape": "S1d"
2345
2399
  },
2346
2400
  "SybaseSettings": {
2347
- "shape": "S1e"
2401
+ "shape": "S1g"
2348
2402
  },
2349
2403
  "MicrosoftSQLServerSettings": {
2350
- "shape": "S1f"
2404
+ "shape": "S1h"
2351
2405
  },
2352
2406
  "IBMDb2Settings": {
2353
- "shape": "S1h"
2407
+ "shape": "S1j"
2354
2408
  },
2355
2409
  "DocDbSettings": {
2356
- "shape": "S1i"
2410
+ "shape": "S1k"
2411
+ },
2412
+ "RedisSettings": {
2413
+ "shape": "S1l"
2357
2414
  }
2358
2415
  }
2359
2416
  },
2360
- "S1m": {
2417
+ "S1r": {
2361
2418
  "type": "list",
2362
2419
  "member": {}
2363
2420
  },
2364
- "S1n": {
2421
+ "S1s": {
2365
2422
  "type": "list",
2366
2423
  "member": {}
2367
2424
  },
2368
- "S1p": {
2425
+ "S1u": {
2369
2426
  "type": "structure",
2370
2427
  "members": {
2371
2428
  "CustomerAwsId": {},
@@ -2375,21 +2432,21 @@
2375
2432
  "SubscriptionCreationTime": {},
2376
2433
  "SourceType": {},
2377
2434
  "SourceIdsList": {
2378
- "shape": "S1n"
2435
+ "shape": "S1s"
2379
2436
  },
2380
2437
  "EventCategoriesList": {
2381
- "shape": "S1m"
2438
+ "shape": "S1r"
2382
2439
  },
2383
2440
  "Enabled": {
2384
2441
  "type": "boolean"
2385
2442
  }
2386
2443
  }
2387
2444
  },
2388
- "S1s": {
2445
+ "S1x": {
2389
2446
  "type": "list",
2390
2447
  "member": {}
2391
2448
  },
2392
- "S1u": {
2449
+ "S1z": {
2393
2450
  "type": "structure",
2394
2451
  "members": {
2395
2452
  "ReplicationInstanceIdentifier": {},
@@ -2413,7 +2470,7 @@
2413
2470
  },
2414
2471
  "AvailabilityZone": {},
2415
2472
  "ReplicationSubnetGroup": {
2416
- "shape": "S1x"
2473
+ "shape": "S22"
2417
2474
  },
2418
2475
  "PreferredMaintenanceWindow": {},
2419
2476
  "PendingModifiedValues": {
@@ -2462,7 +2519,7 @@
2462
2519
  "DnsNameServers": {}
2463
2520
  }
2464
2521
  },
2465
- "S1x": {
2522
+ "S22": {
2466
2523
  "type": "structure",
2467
2524
  "members": {
2468
2525
  "ReplicationSubnetGroupIdentifier": {},
@@ -2487,11 +2544,11 @@
2487
2544
  }
2488
2545
  }
2489
2546
  },
2490
- "S25": {
2547
+ "S2a": {
2491
2548
  "type": "list",
2492
2549
  "member": {}
2493
2550
  },
2494
- "S2a": {
2551
+ "S2f": {
2495
2552
  "type": "structure",
2496
2553
  "members": {
2497
2554
  "ReplicationTaskIdentifier": {},
@@ -2556,7 +2613,7 @@
2556
2613
  "TargetReplicationInstanceArn": {}
2557
2614
  }
2558
2615
  },
2559
- "S2f": {
2616
+ "S2k": {
2560
2617
  "type": "structure",
2561
2618
  "members": {
2562
2619
  "CertificateIdentifier": {},
@@ -2581,7 +2638,7 @@
2581
2638
  }
2582
2639
  }
2583
2640
  },
2584
- "S2j": {
2641
+ "S2o": {
2585
2642
  "type": "structure",
2586
2643
  "members": {
2587
2644
  "ReplicationInstanceArn": {},
@@ -2592,7 +2649,7 @@
2592
2649
  "ReplicationInstanceIdentifier": {}
2593
2650
  }
2594
2651
  },
2595
- "S34": {
2652
+ "S39": {
2596
2653
  "type": "list",
2597
2654
  "member": {
2598
2655
  "type": "structure",
@@ -2609,7 +2666,7 @@
2609
2666
  }
2610
2667
  }
2611
2668
  },
2612
- "S4c": {
2669
+ "S4h": {
2613
2670
  "type": "structure",
2614
2671
  "members": {
2615
2672
  "EndpointArn": {},