cdk-docker-image-deployment 0.0.193 → 0.0.195
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.
- package/.jsii +5 -5
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/api-gateway-authorizer.d.ts +0 -1
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +35 -21
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +153 -136
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +353 -107
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +27 -1
- package/node_modules/aws-sdk/clients/configservice.d.ts +37 -37
- package/node_modules/aws-sdk/clients/dms.d.ts +30 -0
- package/node_modules/aws-sdk/clients/guardduty.d.ts +245 -6
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +9 -9
|
@@ -161,41 +161,41 @@
|
|
|
161
161
|
"shape": "S1b"
|
|
162
162
|
},
|
|
163
163
|
"ElasticsearchSettings": {
|
|
164
|
-
"shape": "
|
|
164
|
+
"shape": "S1e"
|
|
165
165
|
},
|
|
166
166
|
"NeptuneSettings": {
|
|
167
|
-
"shape": "
|
|
167
|
+
"shape": "S1f"
|
|
168
168
|
},
|
|
169
169
|
"RedshiftSettings": {
|
|
170
|
-
"shape": "
|
|
170
|
+
"shape": "S1g"
|
|
171
171
|
},
|
|
172
172
|
"PostgreSQLSettings": {
|
|
173
|
-
"shape": "
|
|
173
|
+
"shape": "S1h"
|
|
174
174
|
},
|
|
175
175
|
"MySQLSettings": {
|
|
176
|
-
"shape": "
|
|
176
|
+
"shape": "S1j"
|
|
177
177
|
},
|
|
178
178
|
"OracleSettings": {
|
|
179
|
-
"shape": "
|
|
179
|
+
"shape": "S1l"
|
|
180
180
|
},
|
|
181
181
|
"SybaseSettings": {
|
|
182
|
-
"shape": "
|
|
182
|
+
"shape": "S1o"
|
|
183
183
|
},
|
|
184
184
|
"MicrosoftSQLServerSettings": {
|
|
185
|
-
"shape": "
|
|
185
|
+
"shape": "S1p"
|
|
186
186
|
},
|
|
187
187
|
"IBMDb2Settings": {
|
|
188
|
-
"shape": "
|
|
188
|
+
"shape": "S1s"
|
|
189
189
|
},
|
|
190
190
|
"ResourceIdentifier": {},
|
|
191
191
|
"DocDbSettings": {
|
|
192
|
-
"shape": "
|
|
192
|
+
"shape": "S1t"
|
|
193
193
|
},
|
|
194
194
|
"RedisSettings": {
|
|
195
|
-
"shape": "
|
|
195
|
+
"shape": "S1u"
|
|
196
196
|
},
|
|
197
197
|
"GcpMySQLSettings": {
|
|
198
|
-
"shape": "
|
|
198
|
+
"shape": "S1x"
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
201
|
},
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"type": "structure",
|
|
204
204
|
"members": {
|
|
205
205
|
"Endpoint": {
|
|
206
|
-
"shape": "
|
|
206
|
+
"shape": "S1z"
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
}
|
|
@@ -220,10 +220,10 @@
|
|
|
220
220
|
"SnsTopicArn": {},
|
|
221
221
|
"SourceType": {},
|
|
222
222
|
"EventCategories": {
|
|
223
|
-
"shape": "
|
|
223
|
+
"shape": "S21"
|
|
224
224
|
},
|
|
225
225
|
"SourceIds": {
|
|
226
|
-
"shape": "
|
|
226
|
+
"shape": "S22"
|
|
227
227
|
},
|
|
228
228
|
"Enabled": {
|
|
229
229
|
"type": "boolean"
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"type": "structure",
|
|
238
238
|
"members": {
|
|
239
239
|
"EventSubscription": {
|
|
240
|
-
"shape": "
|
|
240
|
+
"shape": "S24"
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
}
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
},
|
|
283
283
|
"ReplicationInstanceClass": {},
|
|
284
284
|
"VpcSecurityGroupIds": {
|
|
285
|
-
"shape": "
|
|
285
|
+
"shape": "S29"
|
|
286
286
|
},
|
|
287
287
|
"AvailabilityZone": {},
|
|
288
288
|
"ReplicationSubnetGroupIdentifier": {},
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
"type": "structure",
|
|
311
311
|
"members": {
|
|
312
312
|
"ReplicationInstance": {
|
|
313
|
-
"shape": "
|
|
313
|
+
"shape": "S2b"
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
}
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
"ReplicationSubnetGroupIdentifier": {},
|
|
328
328
|
"ReplicationSubnetGroupDescription": {},
|
|
329
329
|
"SubnetIds": {
|
|
330
|
-
"shape": "
|
|
330
|
+
"shape": "S2o"
|
|
331
331
|
},
|
|
332
332
|
"Tags": {
|
|
333
333
|
"shape": "S3"
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"type": "structure",
|
|
339
339
|
"members": {
|
|
340
340
|
"ReplicationSubnetGroup": {
|
|
341
|
-
"shape": "
|
|
341
|
+
"shape": "S2e"
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
}
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
"type": "structure",
|
|
379
379
|
"members": {
|
|
380
380
|
"ReplicationTask": {
|
|
381
|
-
"shape": "
|
|
381
|
+
"shape": "S2t"
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
384
|
}
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"type": "structure",
|
|
398
398
|
"members": {
|
|
399
399
|
"Certificate": {
|
|
400
|
-
"shape": "
|
|
400
|
+
"shape": "S2y"
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
403
|
}
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"type": "structure",
|
|
419
419
|
"members": {
|
|
420
420
|
"Connection": {
|
|
421
|
-
"shape": "
|
|
421
|
+
"shape": "S32"
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
424
|
}
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"type": "structure",
|
|
438
438
|
"members": {
|
|
439
439
|
"Endpoint": {
|
|
440
|
-
"shape": "
|
|
440
|
+
"shape": "S1z"
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
}
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
"type": "structure",
|
|
457
457
|
"members": {
|
|
458
458
|
"EventSubscription": {
|
|
459
|
-
"shape": "
|
|
459
|
+
"shape": "S24"
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
462
|
}
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
],
|
|
481
481
|
"members": {
|
|
482
482
|
"DatabaseIds": {
|
|
483
|
-
"shape": "
|
|
483
|
+
"shape": "S2i"
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
486
|
},
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"type": "structure",
|
|
489
489
|
"members": {
|
|
490
490
|
"DatabaseIds": {
|
|
491
|
-
"shape": "
|
|
491
|
+
"shape": "S2i"
|
|
492
492
|
}
|
|
493
493
|
}
|
|
494
494
|
}
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"type": "structure",
|
|
508
508
|
"members": {
|
|
509
509
|
"ReplicationInstance": {
|
|
510
|
-
"shape": "
|
|
510
|
+
"shape": "S2b"
|
|
511
511
|
}
|
|
512
512
|
}
|
|
513
513
|
}
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
"type": "structure",
|
|
542
542
|
"members": {
|
|
543
543
|
"ReplicationTask": {
|
|
544
|
-
"shape": "
|
|
544
|
+
"shape": "S2t"
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
}
|
|
@@ -623,7 +623,7 @@
|
|
|
623
623
|
"type": "structure",
|
|
624
624
|
"members": {
|
|
625
625
|
"Filters": {
|
|
626
|
-
"shape": "
|
|
626
|
+
"shape": "S3q"
|
|
627
627
|
},
|
|
628
628
|
"MaxRecords": {
|
|
629
629
|
"type": "integer"
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
"Certificates": {
|
|
639
639
|
"type": "list",
|
|
640
640
|
"member": {
|
|
641
|
-
"shape": "
|
|
641
|
+
"shape": "S2y"
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
}
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
"type": "structure",
|
|
650
650
|
"members": {
|
|
651
651
|
"Filters": {
|
|
652
|
-
"shape": "
|
|
652
|
+
"shape": "S3q"
|
|
653
653
|
},
|
|
654
654
|
"MaxRecords": {
|
|
655
655
|
"type": "integer"
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
"Connections": {
|
|
665
665
|
"type": "list",
|
|
666
666
|
"member": {
|
|
667
|
-
"shape": "
|
|
667
|
+
"shape": "S32"
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
670
|
}
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
"type": "structure",
|
|
723
723
|
"members": {
|
|
724
724
|
"Filters": {
|
|
725
|
-
"shape": "
|
|
725
|
+
"shape": "S3q"
|
|
726
726
|
},
|
|
727
727
|
"MaxRecords": {
|
|
728
728
|
"type": "integer"
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
"type": "structure",
|
|
758
758
|
"members": {
|
|
759
759
|
"Filters": {
|
|
760
|
-
"shape": "
|
|
760
|
+
"shape": "S3q"
|
|
761
761
|
},
|
|
762
762
|
"MaxRecords": {
|
|
763
763
|
"type": "integer"
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
"Endpoints": {
|
|
773
773
|
"type": "list",
|
|
774
774
|
"member": {
|
|
775
|
-
"shape": "
|
|
775
|
+
"shape": "S1z"
|
|
776
776
|
}
|
|
777
777
|
}
|
|
778
778
|
}
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
"members": {
|
|
785
785
|
"SourceType": {},
|
|
786
786
|
"Filters": {
|
|
787
|
-
"shape": "
|
|
787
|
+
"shape": "S3q"
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
},
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
"members": {
|
|
799
799
|
"SourceType": {},
|
|
800
800
|
"EventCategories": {
|
|
801
|
-
"shape": "
|
|
801
|
+
"shape": "S21"
|
|
802
802
|
}
|
|
803
803
|
}
|
|
804
804
|
}
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
"members": {
|
|
813
813
|
"SubscriptionName": {},
|
|
814
814
|
"Filters": {
|
|
815
|
-
"shape": "
|
|
815
|
+
"shape": "S3q"
|
|
816
816
|
},
|
|
817
817
|
"MaxRecords": {
|
|
818
818
|
"type": "integer"
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
"EventSubscriptionsList": {
|
|
828
828
|
"type": "list",
|
|
829
829
|
"member": {
|
|
830
|
-
"shape": "
|
|
830
|
+
"shape": "S24"
|
|
831
831
|
}
|
|
832
832
|
}
|
|
833
833
|
}
|
|
@@ -849,10 +849,10 @@
|
|
|
849
849
|
"type": "integer"
|
|
850
850
|
},
|
|
851
851
|
"EventCategories": {
|
|
852
|
-
"shape": "
|
|
852
|
+
"shape": "S21"
|
|
853
853
|
},
|
|
854
854
|
"Filters": {
|
|
855
|
-
"shape": "
|
|
855
|
+
"shape": "S3q"
|
|
856
856
|
},
|
|
857
857
|
"MaxRecords": {
|
|
858
858
|
"type": "integer"
|
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
"SourceType": {},
|
|
874
874
|
"Message": {},
|
|
875
875
|
"EventCategories": {
|
|
876
|
-
"shape": "
|
|
876
|
+
"shape": "S21"
|
|
877
877
|
},
|
|
878
878
|
"Date": {
|
|
879
879
|
"type": "timestamp"
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"type": "structure",
|
|
890
890
|
"members": {
|
|
891
891
|
"Filters": {
|
|
892
|
-
"shape": "
|
|
892
|
+
"shape": "S3q"
|
|
893
893
|
},
|
|
894
894
|
"MaxRecords": {
|
|
895
895
|
"type": "integer"
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
"type": "structure",
|
|
955
955
|
"members": {
|
|
956
956
|
"Filters": {
|
|
957
|
-
"shape": "
|
|
957
|
+
"shape": "S3q"
|
|
958
958
|
},
|
|
959
959
|
"MaxRecords": {
|
|
960
960
|
"type": "integer"
|
|
@@ -977,7 +977,7 @@
|
|
|
977
977
|
"type": "long"
|
|
978
978
|
},
|
|
979
979
|
"Server": {
|
|
980
|
-
"shape": "
|
|
980
|
+
"shape": "S50"
|
|
981
981
|
},
|
|
982
982
|
"SoftwareDetails": {
|
|
983
983
|
"type": "structure",
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
"type": "structure",
|
|
1043
1043
|
"members": {
|
|
1044
1044
|
"Filters": {
|
|
1045
|
-
"shape": "
|
|
1045
|
+
"shape": "S3q"
|
|
1046
1046
|
},
|
|
1047
1047
|
"MaxRecords": {
|
|
1048
1048
|
"type": "integer"
|
|
@@ -1081,7 +1081,7 @@
|
|
|
1081
1081
|
"type": "structure",
|
|
1082
1082
|
"members": {
|
|
1083
1083
|
"Filters": {
|
|
1084
|
-
"shape": "
|
|
1084
|
+
"shape": "S3q"
|
|
1085
1085
|
},
|
|
1086
1086
|
"MaxRecords": {
|
|
1087
1087
|
"type": "integer"
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
},
|
|
1106
1106
|
"Complexity": {},
|
|
1107
1107
|
"Server": {
|
|
1108
|
-
"shape": "
|
|
1108
|
+
"shape": "S50"
|
|
1109
1109
|
},
|
|
1110
1110
|
"DatabaseInstance": {
|
|
1111
1111
|
"type": "structure",
|
|
@@ -1189,7 +1189,7 @@
|
|
|
1189
1189
|
"members": {
|
|
1190
1190
|
"ReplicationInstanceArn": {},
|
|
1191
1191
|
"Filters": {
|
|
1192
|
-
"shape": "
|
|
1192
|
+
"shape": "S3q"
|
|
1193
1193
|
},
|
|
1194
1194
|
"Marker": {},
|
|
1195
1195
|
"MaxRecords": {
|
|
@@ -1215,7 +1215,7 @@
|
|
|
1215
1215
|
"type": "structure",
|
|
1216
1216
|
"members": {
|
|
1217
1217
|
"Filters": {
|
|
1218
|
-
"shape": "
|
|
1218
|
+
"shape": "S3q"
|
|
1219
1219
|
},
|
|
1220
1220
|
"MaxRecords": {
|
|
1221
1221
|
"type": "integer"
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
"type": "structure",
|
|
1250
1250
|
"members": {
|
|
1251
1251
|
"Filters": {
|
|
1252
|
-
"shape": "
|
|
1252
|
+
"shape": "S3q"
|
|
1253
1253
|
},
|
|
1254
1254
|
"MaxRecords": {
|
|
1255
1255
|
"type": "integer"
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
"type": "structure",
|
|
1347
1347
|
"members": {
|
|
1348
1348
|
"RefreshSchemasStatus": {
|
|
1349
|
-
"shape": "
|
|
1349
|
+
"shape": "S66"
|
|
1350
1350
|
}
|
|
1351
1351
|
}
|
|
1352
1352
|
}
|
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
"type": "structure",
|
|
1392
1392
|
"members": {
|
|
1393
1393
|
"Filters": {
|
|
1394
|
-
"shape": "
|
|
1394
|
+
"shape": "S3q"
|
|
1395
1395
|
},
|
|
1396
1396
|
"MaxRecords": {
|
|
1397
1397
|
"type": "integer"
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
"ReplicationInstances": {
|
|
1407
1407
|
"type": "list",
|
|
1408
1408
|
"member": {
|
|
1409
|
-
"shape": "
|
|
1409
|
+
"shape": "S2b"
|
|
1410
1410
|
}
|
|
1411
1411
|
}
|
|
1412
1412
|
}
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
"type": "structure",
|
|
1418
1418
|
"members": {
|
|
1419
1419
|
"Filters": {
|
|
1420
|
-
"shape": "
|
|
1420
|
+
"shape": "S3q"
|
|
1421
1421
|
},
|
|
1422
1422
|
"MaxRecords": {
|
|
1423
1423
|
"type": "integer"
|
|
@@ -1432,7 +1432,7 @@
|
|
|
1432
1432
|
"ReplicationSubnetGroups": {
|
|
1433
1433
|
"type": "list",
|
|
1434
1434
|
"member": {
|
|
1435
|
-
"shape": "
|
|
1435
|
+
"shape": "S2e"
|
|
1436
1436
|
}
|
|
1437
1437
|
}
|
|
1438
1438
|
}
|
|
@@ -1479,7 +1479,7 @@
|
|
|
1479
1479
|
"type": "structure",
|
|
1480
1480
|
"members": {
|
|
1481
1481
|
"Filters": {
|
|
1482
|
-
"shape": "
|
|
1482
|
+
"shape": "S3q"
|
|
1483
1483
|
},
|
|
1484
1484
|
"MaxRecords": {
|
|
1485
1485
|
"type": "integer"
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
"type": "structure",
|
|
1506
1506
|
"members": {
|
|
1507
1507
|
"Filters": {
|
|
1508
|
-
"shape": "
|
|
1508
|
+
"shape": "S3q"
|
|
1509
1509
|
},
|
|
1510
1510
|
"MaxRecords": {
|
|
1511
1511
|
"type": "integer"
|
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
"type": "structure",
|
|
1541
1541
|
"members": {
|
|
1542
1542
|
"Filters": {
|
|
1543
|
-
"shape": "
|
|
1543
|
+
"shape": "S3q"
|
|
1544
1544
|
},
|
|
1545
1545
|
"MaxRecords": {
|
|
1546
1546
|
"type": "integer"
|
|
@@ -1558,7 +1558,7 @@
|
|
|
1558
1558
|
"ReplicationTasks": {
|
|
1559
1559
|
"type": "list",
|
|
1560
1560
|
"member": {
|
|
1561
|
-
"shape": "
|
|
1561
|
+
"shape": "S2t"
|
|
1562
1562
|
}
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
@@ -1602,7 +1602,7 @@
|
|
|
1602
1602
|
},
|
|
1603
1603
|
"Marker": {},
|
|
1604
1604
|
"Filters": {
|
|
1605
|
-
"shape": "
|
|
1605
|
+
"shape": "S3q"
|
|
1606
1606
|
}
|
|
1607
1607
|
}
|
|
1608
1608
|
},
|
|
@@ -1704,7 +1704,7 @@
|
|
|
1704
1704
|
"type": "structure",
|
|
1705
1705
|
"members": {
|
|
1706
1706
|
"Certificate": {
|
|
1707
|
-
"shape": "
|
|
1707
|
+
"shape": "S2y"
|
|
1708
1708
|
}
|
|
1709
1709
|
}
|
|
1710
1710
|
}
|
|
@@ -1773,43 +1773,43 @@
|
|
|
1773
1773
|
"shape": "S1b"
|
|
1774
1774
|
},
|
|
1775
1775
|
"ElasticsearchSettings": {
|
|
1776
|
-
"shape": "
|
|
1776
|
+
"shape": "S1e"
|
|
1777
1777
|
},
|
|
1778
1778
|
"NeptuneSettings": {
|
|
1779
|
-
"shape": "
|
|
1779
|
+
"shape": "S1f"
|
|
1780
1780
|
},
|
|
1781
1781
|
"RedshiftSettings": {
|
|
1782
|
-
"shape": "
|
|
1782
|
+
"shape": "S1g"
|
|
1783
1783
|
},
|
|
1784
1784
|
"PostgreSQLSettings": {
|
|
1785
|
-
"shape": "
|
|
1785
|
+
"shape": "S1h"
|
|
1786
1786
|
},
|
|
1787
1787
|
"MySQLSettings": {
|
|
1788
|
-
"shape": "
|
|
1788
|
+
"shape": "S1j"
|
|
1789
1789
|
},
|
|
1790
1790
|
"OracleSettings": {
|
|
1791
|
-
"shape": "
|
|
1791
|
+
"shape": "S1l"
|
|
1792
1792
|
},
|
|
1793
1793
|
"SybaseSettings": {
|
|
1794
|
-
"shape": "
|
|
1794
|
+
"shape": "S1o"
|
|
1795
1795
|
},
|
|
1796
1796
|
"MicrosoftSQLServerSettings": {
|
|
1797
|
-
"shape": "
|
|
1797
|
+
"shape": "S1p"
|
|
1798
1798
|
},
|
|
1799
1799
|
"IBMDb2Settings": {
|
|
1800
|
-
"shape": "
|
|
1800
|
+
"shape": "S1s"
|
|
1801
1801
|
},
|
|
1802
1802
|
"DocDbSettings": {
|
|
1803
|
-
"shape": "
|
|
1803
|
+
"shape": "S1t"
|
|
1804
1804
|
},
|
|
1805
1805
|
"RedisSettings": {
|
|
1806
|
-
"shape": "
|
|
1806
|
+
"shape": "S1u"
|
|
1807
1807
|
},
|
|
1808
1808
|
"ExactSettings": {
|
|
1809
1809
|
"type": "boolean"
|
|
1810
1810
|
},
|
|
1811
1811
|
"GcpMySQLSettings": {
|
|
1812
|
-
"shape": "
|
|
1812
|
+
"shape": "S1x"
|
|
1813
1813
|
}
|
|
1814
1814
|
}
|
|
1815
1815
|
},
|
|
@@ -1817,7 +1817,7 @@
|
|
|
1817
1817
|
"type": "structure",
|
|
1818
1818
|
"members": {
|
|
1819
1819
|
"Endpoint": {
|
|
1820
|
-
"shape": "
|
|
1820
|
+
"shape": "S1z"
|
|
1821
1821
|
}
|
|
1822
1822
|
}
|
|
1823
1823
|
}
|
|
@@ -1833,7 +1833,7 @@
|
|
|
1833
1833
|
"SnsTopicArn": {},
|
|
1834
1834
|
"SourceType": {},
|
|
1835
1835
|
"EventCategories": {
|
|
1836
|
-
"shape": "
|
|
1836
|
+
"shape": "S21"
|
|
1837
1837
|
},
|
|
1838
1838
|
"Enabled": {
|
|
1839
1839
|
"type": "boolean"
|
|
@@ -1844,7 +1844,7 @@
|
|
|
1844
1844
|
"type": "structure",
|
|
1845
1845
|
"members": {
|
|
1846
1846
|
"EventSubscription": {
|
|
1847
|
-
"shape": "
|
|
1847
|
+
"shape": "S24"
|
|
1848
1848
|
}
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
|
@@ -1865,7 +1865,7 @@
|
|
|
1865
1865
|
},
|
|
1866
1866
|
"ReplicationInstanceClass": {},
|
|
1867
1867
|
"VpcSecurityGroupIds": {
|
|
1868
|
-
"shape": "
|
|
1868
|
+
"shape": "S29"
|
|
1869
1869
|
},
|
|
1870
1870
|
"PreferredMaintenanceWindow": {},
|
|
1871
1871
|
"MultiAZ": {
|
|
@@ -1886,7 +1886,7 @@
|
|
|
1886
1886
|
"type": "structure",
|
|
1887
1887
|
"members": {
|
|
1888
1888
|
"ReplicationInstance": {
|
|
1889
|
-
"shape": "
|
|
1889
|
+
"shape": "S2b"
|
|
1890
1890
|
}
|
|
1891
1891
|
}
|
|
1892
1892
|
}
|
|
@@ -1902,7 +1902,7 @@
|
|
|
1902
1902
|
"ReplicationSubnetGroupIdentifier": {},
|
|
1903
1903
|
"ReplicationSubnetGroupDescription": {},
|
|
1904
1904
|
"SubnetIds": {
|
|
1905
|
-
"shape": "
|
|
1905
|
+
"shape": "S2o"
|
|
1906
1906
|
}
|
|
1907
1907
|
}
|
|
1908
1908
|
},
|
|
@@ -1910,7 +1910,7 @@
|
|
|
1910
1910
|
"type": "structure",
|
|
1911
1911
|
"members": {
|
|
1912
1912
|
"ReplicationSubnetGroup": {
|
|
1913
|
-
"shape": "
|
|
1913
|
+
"shape": "S2e"
|
|
1914
1914
|
}
|
|
1915
1915
|
}
|
|
1916
1916
|
}
|
|
@@ -1939,7 +1939,7 @@
|
|
|
1939
1939
|
"type": "structure",
|
|
1940
1940
|
"members": {
|
|
1941
1941
|
"ReplicationTask": {
|
|
1942
|
-
"shape": "
|
|
1942
|
+
"shape": "S2t"
|
|
1943
1943
|
}
|
|
1944
1944
|
}
|
|
1945
1945
|
}
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
"type": "structure",
|
|
1961
1961
|
"members": {
|
|
1962
1962
|
"ReplicationTask": {
|
|
1963
|
-
"shape": "
|
|
1963
|
+
"shape": "S2t"
|
|
1964
1964
|
}
|
|
1965
1965
|
}
|
|
1966
1966
|
}
|
|
@@ -1985,7 +1985,7 @@
|
|
|
1985
1985
|
"type": "structure",
|
|
1986
1986
|
"members": {
|
|
1987
1987
|
"ReplicationInstance": {
|
|
1988
|
-
"shape": "
|
|
1988
|
+
"shape": "S2b"
|
|
1989
1989
|
}
|
|
1990
1990
|
}
|
|
1991
1991
|
}
|
|
@@ -2006,7 +2006,7 @@
|
|
|
2006
2006
|
"type": "structure",
|
|
2007
2007
|
"members": {
|
|
2008
2008
|
"RefreshSchemasStatus": {
|
|
2009
|
-
"shape": "
|
|
2009
|
+
"shape": "S66"
|
|
2010
2010
|
}
|
|
2011
2011
|
}
|
|
2012
2012
|
}
|
|
@@ -2109,7 +2109,7 @@
|
|
|
2109
2109
|
"type": "structure",
|
|
2110
2110
|
"members": {
|
|
2111
2111
|
"ReplicationTask": {
|
|
2112
|
-
"shape": "
|
|
2112
|
+
"shape": "S2t"
|
|
2113
2113
|
}
|
|
2114
2114
|
}
|
|
2115
2115
|
}
|
|
@@ -2128,7 +2128,7 @@
|
|
|
2128
2128
|
"type": "structure",
|
|
2129
2129
|
"members": {
|
|
2130
2130
|
"ReplicationTask": {
|
|
2131
|
-
"shape": "
|
|
2131
|
+
"shape": "S2t"
|
|
2132
2132
|
}
|
|
2133
2133
|
}
|
|
2134
2134
|
}
|
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
"type": "structure",
|
|
2184
2184
|
"members": {
|
|
2185
2185
|
"ReplicationTask": {
|
|
2186
|
-
"shape": "
|
|
2186
|
+
"shape": "S2t"
|
|
2187
2187
|
}
|
|
2188
2188
|
}
|
|
2189
2189
|
}
|
|
@@ -2204,7 +2204,7 @@
|
|
|
2204
2204
|
"type": "structure",
|
|
2205
2205
|
"members": {
|
|
2206
2206
|
"Connection": {
|
|
2207
|
-
"shape": "
|
|
2207
|
+
"shape": "S32"
|
|
2208
2208
|
}
|
|
2209
2209
|
}
|
|
2210
2210
|
}
|
|
@@ -2397,7 +2397,10 @@
|
|
|
2397
2397
|
"AddTrailingPaddingCharacter": {
|
|
2398
2398
|
"type": "boolean"
|
|
2399
2399
|
},
|
|
2400
|
-
"ExpectedBucketOwner": {}
|
|
2400
|
+
"ExpectedBucketOwner": {},
|
|
2401
|
+
"GlueCatalogGeneration": {
|
|
2402
|
+
"type": "boolean"
|
|
2403
|
+
}
|
|
2401
2404
|
}
|
|
2402
2405
|
},
|
|
2403
2406
|
"S14": {
|
|
@@ -2499,10 +2502,11 @@
|
|
|
2499
2502
|
},
|
|
2500
2503
|
"NoHexPrefix": {
|
|
2501
2504
|
"type": "boolean"
|
|
2502
|
-
}
|
|
2505
|
+
},
|
|
2506
|
+
"SaslMechanism": {}
|
|
2503
2507
|
}
|
|
2504
2508
|
},
|
|
2505
|
-
"
|
|
2509
|
+
"S1e": {
|
|
2506
2510
|
"type": "structure",
|
|
2507
2511
|
"required": [
|
|
2508
2512
|
"ServiceAccessRoleArn",
|
|
@@ -2522,7 +2526,7 @@
|
|
|
2522
2526
|
}
|
|
2523
2527
|
}
|
|
2524
2528
|
},
|
|
2525
|
-
"
|
|
2529
|
+
"S1f": {
|
|
2526
2530
|
"type": "structure",
|
|
2527
2531
|
"required": [
|
|
2528
2532
|
"S3BucketName",
|
|
@@ -2546,7 +2550,7 @@
|
|
|
2546
2550
|
}
|
|
2547
2551
|
}
|
|
2548
2552
|
},
|
|
2549
|
-
"
|
|
2553
|
+
"S1g": {
|
|
2550
2554
|
"type": "structure",
|
|
2551
2555
|
"members": {
|
|
2552
2556
|
"AcceptAnyDate": {
|
|
@@ -2608,10 +2612,13 @@
|
|
|
2608
2612
|
"type": "integer"
|
|
2609
2613
|
},
|
|
2610
2614
|
"SecretsManagerAccessRoleArn": {},
|
|
2611
|
-
"SecretsManagerSecretId": {}
|
|
2615
|
+
"SecretsManagerSecretId": {},
|
|
2616
|
+
"MapBooleanAsBoolean": {
|
|
2617
|
+
"type": "boolean"
|
|
2618
|
+
}
|
|
2612
2619
|
}
|
|
2613
2620
|
},
|
|
2614
|
-
"
|
|
2621
|
+
"S1h": {
|
|
2615
2622
|
"type": "structure",
|
|
2616
2623
|
"members": {
|
|
2617
2624
|
"AfterConnectScript": {},
|
|
@@ -2650,10 +2657,13 @@
|
|
|
2650
2657
|
"SecretsManagerSecretId": {},
|
|
2651
2658
|
"TrimSpaceInChar": {
|
|
2652
2659
|
"type": "boolean"
|
|
2660
|
+
},
|
|
2661
|
+
"MapBooleanAsBoolean": {
|
|
2662
|
+
"type": "boolean"
|
|
2653
2663
|
}
|
|
2654
2664
|
}
|
|
2655
2665
|
},
|
|
2656
|
-
"
|
|
2666
|
+
"S1j": {
|
|
2657
2667
|
"type": "structure",
|
|
2658
2668
|
"members": {
|
|
2659
2669
|
"AfterConnectScript": {},
|
|
@@ -2684,7 +2694,7 @@
|
|
|
2684
2694
|
"SecretsManagerSecretId": {}
|
|
2685
2695
|
}
|
|
2686
2696
|
},
|
|
2687
|
-
"
|
|
2697
|
+
"S1l": {
|
|
2688
2698
|
"type": "structure",
|
|
2689
2699
|
"members": {
|
|
2690
2700
|
"AddSupplementalLogging": {
|
|
@@ -2784,10 +2794,13 @@
|
|
|
2784
2794
|
"SecretsManagerOracleAsmSecretId": {},
|
|
2785
2795
|
"TrimSpaceInChar": {
|
|
2786
2796
|
"type": "boolean"
|
|
2797
|
+
},
|
|
2798
|
+
"ConvertTimestampWithZoneToUTC": {
|
|
2799
|
+
"type": "boolean"
|
|
2787
2800
|
}
|
|
2788
2801
|
}
|
|
2789
2802
|
},
|
|
2790
|
-
"
|
|
2803
|
+
"S1o": {
|
|
2791
2804
|
"type": "structure",
|
|
2792
2805
|
"members": {
|
|
2793
2806
|
"DatabaseName": {},
|
|
@@ -2803,7 +2816,7 @@
|
|
|
2803
2816
|
"SecretsManagerSecretId": {}
|
|
2804
2817
|
}
|
|
2805
2818
|
},
|
|
2806
|
-
"
|
|
2819
|
+
"S1p": {
|
|
2807
2820
|
"type": "structure",
|
|
2808
2821
|
"members": {
|
|
2809
2822
|
"Port": {
|
|
@@ -2836,10 +2849,14 @@
|
|
|
2836
2849
|
"SecretsManagerSecretId": {},
|
|
2837
2850
|
"TrimSpaceInChar": {
|
|
2838
2851
|
"type": "boolean"
|
|
2852
|
+
},
|
|
2853
|
+
"TlogAccessMode": {},
|
|
2854
|
+
"ForceLobLookup": {
|
|
2855
|
+
"type": "boolean"
|
|
2839
2856
|
}
|
|
2840
2857
|
}
|
|
2841
2858
|
},
|
|
2842
|
-
"
|
|
2859
|
+
"S1s": {
|
|
2843
2860
|
"type": "structure",
|
|
2844
2861
|
"members": {
|
|
2845
2862
|
"DatabaseName": {},
|
|
@@ -2862,7 +2879,7 @@
|
|
|
2862
2879
|
"SecretsManagerSecretId": {}
|
|
2863
2880
|
}
|
|
2864
2881
|
},
|
|
2865
|
-
"
|
|
2882
|
+
"S1t": {
|
|
2866
2883
|
"type": "structure",
|
|
2867
2884
|
"members": {
|
|
2868
2885
|
"Username": {},
|
|
@@ -2886,7 +2903,7 @@
|
|
|
2886
2903
|
"SecretsManagerSecretId": {}
|
|
2887
2904
|
}
|
|
2888
2905
|
},
|
|
2889
|
-
"
|
|
2906
|
+
"S1u": {
|
|
2890
2907
|
"type": "structure",
|
|
2891
2908
|
"required": [
|
|
2892
2909
|
"ServerName",
|
|
@@ -2906,7 +2923,7 @@
|
|
|
2906
2923
|
"SslCaCertificateArn": {}
|
|
2907
2924
|
}
|
|
2908
2925
|
},
|
|
2909
|
-
"
|
|
2926
|
+
"S1x": {
|
|
2910
2927
|
"type": "structure",
|
|
2911
2928
|
"members": {
|
|
2912
2929
|
"AfterConnectScript": {},
|
|
@@ -2937,7 +2954,7 @@
|
|
|
2937
2954
|
"SecretsManagerSecretId": {}
|
|
2938
2955
|
}
|
|
2939
2956
|
},
|
|
2940
|
-
"
|
|
2957
|
+
"S1z": {
|
|
2941
2958
|
"type": "structure",
|
|
2942
2959
|
"members": {
|
|
2943
2960
|
"EndpointIdentifier": {},
|
|
@@ -2978,52 +2995,52 @@
|
|
|
2978
2995
|
"shape": "S1b"
|
|
2979
2996
|
},
|
|
2980
2997
|
"ElasticsearchSettings": {
|
|
2981
|
-
"shape": "
|
|
2998
|
+
"shape": "S1e"
|
|
2982
2999
|
},
|
|
2983
3000
|
"NeptuneSettings": {
|
|
2984
|
-
"shape": "
|
|
3001
|
+
"shape": "S1f"
|
|
2985
3002
|
},
|
|
2986
3003
|
"RedshiftSettings": {
|
|
2987
|
-
"shape": "
|
|
3004
|
+
"shape": "S1g"
|
|
2988
3005
|
},
|
|
2989
3006
|
"PostgreSQLSettings": {
|
|
2990
|
-
"shape": "
|
|
3007
|
+
"shape": "S1h"
|
|
2991
3008
|
},
|
|
2992
3009
|
"MySQLSettings": {
|
|
2993
|
-
"shape": "
|
|
3010
|
+
"shape": "S1j"
|
|
2994
3011
|
},
|
|
2995
3012
|
"OracleSettings": {
|
|
2996
|
-
"shape": "
|
|
3013
|
+
"shape": "S1l"
|
|
2997
3014
|
},
|
|
2998
3015
|
"SybaseSettings": {
|
|
2999
|
-
"shape": "
|
|
3016
|
+
"shape": "S1o"
|
|
3000
3017
|
},
|
|
3001
3018
|
"MicrosoftSQLServerSettings": {
|
|
3002
|
-
"shape": "
|
|
3019
|
+
"shape": "S1p"
|
|
3003
3020
|
},
|
|
3004
3021
|
"IBMDb2Settings": {
|
|
3005
|
-
"shape": "
|
|
3022
|
+
"shape": "S1s"
|
|
3006
3023
|
},
|
|
3007
3024
|
"DocDbSettings": {
|
|
3008
|
-
"shape": "
|
|
3025
|
+
"shape": "S1t"
|
|
3009
3026
|
},
|
|
3010
3027
|
"RedisSettings": {
|
|
3011
|
-
"shape": "
|
|
3028
|
+
"shape": "S1u"
|
|
3012
3029
|
},
|
|
3013
3030
|
"GcpMySQLSettings": {
|
|
3014
|
-
"shape": "
|
|
3031
|
+
"shape": "S1x"
|
|
3015
3032
|
}
|
|
3016
3033
|
}
|
|
3017
3034
|
},
|
|
3018
|
-
"
|
|
3035
|
+
"S21": {
|
|
3019
3036
|
"type": "list",
|
|
3020
3037
|
"member": {}
|
|
3021
3038
|
},
|
|
3022
|
-
"
|
|
3039
|
+
"S22": {
|
|
3023
3040
|
"type": "list",
|
|
3024
3041
|
"member": {}
|
|
3025
3042
|
},
|
|
3026
|
-
"
|
|
3043
|
+
"S24": {
|
|
3027
3044
|
"type": "structure",
|
|
3028
3045
|
"members": {
|
|
3029
3046
|
"CustomerAwsId": {},
|
|
@@ -3033,21 +3050,21 @@
|
|
|
3033
3050
|
"SubscriptionCreationTime": {},
|
|
3034
3051
|
"SourceType": {},
|
|
3035
3052
|
"SourceIdsList": {
|
|
3036
|
-
"shape": "
|
|
3053
|
+
"shape": "S22"
|
|
3037
3054
|
},
|
|
3038
3055
|
"EventCategoriesList": {
|
|
3039
|
-
"shape": "
|
|
3056
|
+
"shape": "S21"
|
|
3040
3057
|
},
|
|
3041
3058
|
"Enabled": {
|
|
3042
3059
|
"type": "boolean"
|
|
3043
3060
|
}
|
|
3044
3061
|
}
|
|
3045
3062
|
},
|
|
3046
|
-
"
|
|
3063
|
+
"S29": {
|
|
3047
3064
|
"type": "list",
|
|
3048
3065
|
"member": {}
|
|
3049
3066
|
},
|
|
3050
|
-
"
|
|
3067
|
+
"S2b": {
|
|
3051
3068
|
"type": "structure",
|
|
3052
3069
|
"members": {
|
|
3053
3070
|
"ReplicationInstanceIdentifier": {},
|
|
@@ -3071,7 +3088,7 @@
|
|
|
3071
3088
|
},
|
|
3072
3089
|
"AvailabilityZone": {},
|
|
3073
3090
|
"ReplicationSubnetGroup": {
|
|
3074
|
-
"shape": "
|
|
3091
|
+
"shape": "S2e"
|
|
3075
3092
|
},
|
|
3076
3093
|
"PreferredMaintenanceWindow": {},
|
|
3077
3094
|
"PendingModifiedValues": {
|
|
@@ -3126,7 +3143,7 @@
|
|
|
3126
3143
|
"NetworkType": {}
|
|
3127
3144
|
}
|
|
3128
3145
|
},
|
|
3129
|
-
"
|
|
3146
|
+
"S2e": {
|
|
3130
3147
|
"type": "structure",
|
|
3131
3148
|
"members": {
|
|
3132
3149
|
"ReplicationSubnetGroupIdentifier": {},
|
|
@@ -3150,19 +3167,19 @@
|
|
|
3150
3167
|
}
|
|
3151
3168
|
},
|
|
3152
3169
|
"SupportedNetworkTypes": {
|
|
3153
|
-
"shape": "
|
|
3170
|
+
"shape": "S2i"
|
|
3154
3171
|
}
|
|
3155
3172
|
}
|
|
3156
3173
|
},
|
|
3157
|
-
"
|
|
3174
|
+
"S2i": {
|
|
3158
3175
|
"type": "list",
|
|
3159
3176
|
"member": {}
|
|
3160
3177
|
},
|
|
3161
|
-
"
|
|
3178
|
+
"S2o": {
|
|
3162
3179
|
"type": "list",
|
|
3163
3180
|
"member": {}
|
|
3164
3181
|
},
|
|
3165
|
-
"
|
|
3182
|
+
"S2t": {
|
|
3166
3183
|
"type": "structure",
|
|
3167
3184
|
"members": {
|
|
3168
3185
|
"ReplicationTaskIdentifier": {},
|
|
@@ -3227,7 +3244,7 @@
|
|
|
3227
3244
|
"TargetReplicationInstanceArn": {}
|
|
3228
3245
|
}
|
|
3229
3246
|
},
|
|
3230
|
-
"
|
|
3247
|
+
"S2y": {
|
|
3231
3248
|
"type": "structure",
|
|
3232
3249
|
"members": {
|
|
3233
3250
|
"CertificateIdentifier": {},
|
|
@@ -3252,7 +3269,7 @@
|
|
|
3252
3269
|
}
|
|
3253
3270
|
}
|
|
3254
3271
|
},
|
|
3255
|
-
"
|
|
3272
|
+
"S32": {
|
|
3256
3273
|
"type": "structure",
|
|
3257
3274
|
"members": {
|
|
3258
3275
|
"ReplicationInstanceArn": {},
|
|
@@ -3263,7 +3280,7 @@
|
|
|
3263
3280
|
"ReplicationInstanceIdentifier": {}
|
|
3264
3281
|
}
|
|
3265
3282
|
},
|
|
3266
|
-
"
|
|
3283
|
+
"S3q": {
|
|
3267
3284
|
"type": "list",
|
|
3268
3285
|
"member": {
|
|
3269
3286
|
"type": "structure",
|
|
@@ -3280,7 +3297,7 @@
|
|
|
3280
3297
|
}
|
|
3281
3298
|
}
|
|
3282
3299
|
},
|
|
3283
|
-
"
|
|
3300
|
+
"S50": {
|
|
3284
3301
|
"type": "structure",
|
|
3285
3302
|
"members": {
|
|
3286
3303
|
"ServerId": {},
|
|
@@ -3288,7 +3305,7 @@
|
|
|
3288
3305
|
"ServerName": {}
|
|
3289
3306
|
}
|
|
3290
3307
|
},
|
|
3291
|
-
"
|
|
3308
|
+
"S66": {
|
|
3292
3309
|
"type": "structure",
|
|
3293
3310
|
"members": {
|
|
3294
3311
|
"EndpointArn": {},
|