aws-sdk 2.1427.0 → 2.1429.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.
- package/CHANGELOG.md +13 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +2 -2
- package/apis/cognito-idp-2016-04-18.min.json +102 -56
- package/apis/dms-2016-01-01.min.json +1079 -217
- package/apis/dms-2016-01-01.paginators.json +45 -0
- package/apis/ec2-2016-11-15.min.json +27 -0
- package/apis/resiliencehub-2020-04-30.min.json +354 -125
- package/apis/resiliencehub-2020-04-30.paginators.json +5 -0
- package/apis/sagemaker-2017-07-24.min.json +151 -42
- package/clients/autoscaling.d.ts +1 -1
- package/clients/budgets.d.ts +1 -1
- package/clients/cloud9.d.ts +1 -1
- package/clients/cognitoidentityserviceprovider.d.ts +290 -213
- package/clients/dms.d.ts +1224 -12
- package/clients/ec2.d.ts +33 -1
- package/clients/glue.d.ts +2 -2
- package/clients/resiliencehub.d.ts +588 -274
- package/clients/sagemaker.d.ts +153 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +132 -59
- package/dist/aws-sdk.min.js +85 -85
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -112,6 +112,34 @@
|
|
112
112
|
}
|
113
113
|
}
|
114
114
|
},
|
115
|
+
"CreateDataProvider": {
|
116
|
+
"input": {
|
117
|
+
"type": "structure",
|
118
|
+
"required": [
|
119
|
+
"Engine",
|
120
|
+
"Settings"
|
121
|
+
],
|
122
|
+
"members": {
|
123
|
+
"DataProviderName": {},
|
124
|
+
"Description": {},
|
125
|
+
"Engine": {},
|
126
|
+
"Settings": {
|
127
|
+
"shape": "Sp"
|
128
|
+
},
|
129
|
+
"Tags": {
|
130
|
+
"shape": "S3"
|
131
|
+
}
|
132
|
+
}
|
133
|
+
},
|
134
|
+
"output": {
|
135
|
+
"type": "structure",
|
136
|
+
"members": {
|
137
|
+
"DataProvider": {
|
138
|
+
"shape": "Sx"
|
139
|
+
}
|
140
|
+
}
|
141
|
+
}
|
142
|
+
},
|
115
143
|
"CreateEndpoint": {
|
116
144
|
"input": {
|
117
145
|
"type": "structure",
|
@@ -126,7 +154,7 @@
|
|
126
154
|
"EngineName": {},
|
127
155
|
"Username": {},
|
128
156
|
"Password": {
|
129
|
-
"shape": "
|
157
|
+
"shape": "S11"
|
130
158
|
},
|
131
159
|
"ServerName": {},
|
132
160
|
"Port": {
|
@@ -143,62 +171,62 @@
|
|
143
171
|
"ServiceAccessRoleArn": {},
|
144
172
|
"ExternalTableDefinition": {},
|
145
173
|
"DynamoDbSettings": {
|
146
|
-
"shape": "
|
174
|
+
"shape": "S12"
|
147
175
|
},
|
148
176
|
"S3Settings": {
|
149
|
-
"shape": "
|
177
|
+
"shape": "S13"
|
150
178
|
},
|
151
179
|
"DmsTransferSettings": {
|
152
|
-
"shape": "
|
180
|
+
"shape": "S1d"
|
153
181
|
},
|
154
182
|
"MongoDbSettings": {
|
155
|
-
"shape": "
|
183
|
+
"shape": "S1e"
|
156
184
|
},
|
157
185
|
"KinesisSettings": {
|
158
|
-
"shape": "
|
186
|
+
"shape": "S1i"
|
159
187
|
},
|
160
188
|
"KafkaSettings": {
|
161
|
-
"shape": "
|
189
|
+
"shape": "S1k"
|
162
190
|
},
|
163
191
|
"ElasticsearchSettings": {
|
164
|
-
"shape": "
|
192
|
+
"shape": "S1o"
|
165
193
|
},
|
166
194
|
"NeptuneSettings": {
|
167
|
-
"shape": "
|
195
|
+
"shape": "S1p"
|
168
196
|
},
|
169
197
|
"RedshiftSettings": {
|
170
|
-
"shape": "
|
198
|
+
"shape": "S1q"
|
171
199
|
},
|
172
200
|
"PostgreSQLSettings": {
|
173
|
-
"shape": "
|
201
|
+
"shape": "S1r"
|
174
202
|
},
|
175
203
|
"MySQLSettings": {
|
176
|
-
"shape": "
|
204
|
+
"shape": "S1v"
|
177
205
|
},
|
178
206
|
"OracleSettings": {
|
179
|
-
"shape": "
|
207
|
+
"shape": "S1x"
|
180
208
|
},
|
181
209
|
"SybaseSettings": {
|
182
|
-
"shape": "
|
210
|
+
"shape": "S20"
|
183
211
|
},
|
184
212
|
"MicrosoftSQLServerSettings": {
|
185
|
-
"shape": "
|
213
|
+
"shape": "S21"
|
186
214
|
},
|
187
215
|
"IBMDb2Settings": {
|
188
|
-
"shape": "
|
216
|
+
"shape": "S24"
|
189
217
|
},
|
190
218
|
"ResourceIdentifier": {},
|
191
219
|
"DocDbSettings": {
|
192
|
-
"shape": "
|
220
|
+
"shape": "S25"
|
193
221
|
},
|
194
222
|
"RedisSettings": {
|
195
|
-
"shape": "
|
223
|
+
"shape": "S26"
|
196
224
|
},
|
197
225
|
"GcpMySQLSettings": {
|
198
|
-
"shape": "
|
226
|
+
"shape": "S29"
|
199
227
|
},
|
200
228
|
"TimestreamSettings": {
|
201
|
-
"shape": "
|
229
|
+
"shape": "S2a"
|
202
230
|
}
|
203
231
|
}
|
204
232
|
},
|
@@ -206,7 +234,7 @@
|
|
206
234
|
"type": "structure",
|
207
235
|
"members": {
|
208
236
|
"Endpoint": {
|
209
|
-
"shape": "
|
237
|
+
"shape": "S2c"
|
210
238
|
}
|
211
239
|
}
|
212
240
|
}
|
@@ -223,10 +251,10 @@
|
|
223
251
|
"SnsTopicArn": {},
|
224
252
|
"SourceType": {},
|
225
253
|
"EventCategories": {
|
226
|
-
"shape": "
|
254
|
+
"shape": "S2e"
|
227
255
|
},
|
228
256
|
"SourceIds": {
|
229
|
-
"shape": "
|
257
|
+
"shape": "S2f"
|
230
258
|
},
|
231
259
|
"Enabled": {
|
232
260
|
"type": "boolean"
|
@@ -240,7 +268,7 @@
|
|
240
268
|
"type": "structure",
|
241
269
|
"members": {
|
242
270
|
"EventSubscription": {
|
243
|
-
"shape": "
|
271
|
+
"shape": "S2h"
|
244
272
|
}
|
245
273
|
}
|
246
274
|
}
|
@@ -271,6 +299,72 @@
|
|
271
299
|
}
|
272
300
|
}
|
273
301
|
},
|
302
|
+
"CreateInstanceProfile": {
|
303
|
+
"input": {
|
304
|
+
"type": "structure",
|
305
|
+
"members": {
|
306
|
+
"AvailabilityZone": {},
|
307
|
+
"KmsKeyArn": {},
|
308
|
+
"PubliclyAccessible": {
|
309
|
+
"type": "boolean"
|
310
|
+
},
|
311
|
+
"Tags": {
|
312
|
+
"shape": "S3"
|
313
|
+
},
|
314
|
+
"NetworkType": {},
|
315
|
+
"InstanceProfileName": {},
|
316
|
+
"Description": {},
|
317
|
+
"SubnetGroupIdentifier": {},
|
318
|
+
"VpcSecurityGroups": {
|
319
|
+
"shape": "S2m"
|
320
|
+
}
|
321
|
+
}
|
322
|
+
},
|
323
|
+
"output": {
|
324
|
+
"type": "structure",
|
325
|
+
"members": {
|
326
|
+
"InstanceProfile": {
|
327
|
+
"shape": "S2o"
|
328
|
+
}
|
329
|
+
}
|
330
|
+
}
|
331
|
+
},
|
332
|
+
"CreateMigrationProject": {
|
333
|
+
"input": {
|
334
|
+
"type": "structure",
|
335
|
+
"required": [
|
336
|
+
"SourceDataProviderDescriptors",
|
337
|
+
"TargetDataProviderDescriptors",
|
338
|
+
"InstanceProfileIdentifier"
|
339
|
+
],
|
340
|
+
"members": {
|
341
|
+
"MigrationProjectName": {},
|
342
|
+
"SourceDataProviderDescriptors": {
|
343
|
+
"shape": "S2q"
|
344
|
+
},
|
345
|
+
"TargetDataProviderDescriptors": {
|
346
|
+
"shape": "S2q"
|
347
|
+
},
|
348
|
+
"InstanceProfileIdentifier": {},
|
349
|
+
"TransformationRules": {},
|
350
|
+
"Description": {},
|
351
|
+
"Tags": {
|
352
|
+
"shape": "S3"
|
353
|
+
},
|
354
|
+
"SchemaConversionApplicationAttributes": {
|
355
|
+
"shape": "S2s"
|
356
|
+
}
|
357
|
+
}
|
358
|
+
},
|
359
|
+
"output": {
|
360
|
+
"type": "structure",
|
361
|
+
"members": {
|
362
|
+
"MigrationProject": {
|
363
|
+
"shape": "S2u"
|
364
|
+
}
|
365
|
+
}
|
366
|
+
}
|
367
|
+
},
|
274
368
|
"CreateReplicationConfig": {
|
275
369
|
"input": {
|
276
370
|
"type": "structure",
|
@@ -287,7 +381,7 @@
|
|
287
381
|
"SourceEndpointArn": {},
|
288
382
|
"TargetEndpointArn": {},
|
289
383
|
"ComputeConfig": {
|
290
|
-
"shape": "
|
384
|
+
"shape": "S2y"
|
291
385
|
},
|
292
386
|
"ReplicationType": {},
|
293
387
|
"TableMappings": {},
|
@@ -303,7 +397,7 @@
|
|
303
397
|
"type": "structure",
|
304
398
|
"members": {
|
305
399
|
"ReplicationConfig": {
|
306
|
-
"shape": "
|
400
|
+
"shape": "S31"
|
307
401
|
}
|
308
402
|
}
|
309
403
|
}
|
@@ -322,7 +416,7 @@
|
|
322
416
|
},
|
323
417
|
"ReplicationInstanceClass": {},
|
324
418
|
"VpcSecurityGroupIds": {
|
325
|
-
"shape": "
|
419
|
+
"shape": "S33"
|
326
420
|
},
|
327
421
|
"AvailabilityZone": {},
|
328
422
|
"ReplicationSubnetGroupIdentifier": {},
|
@@ -350,7 +444,7 @@
|
|
350
444
|
"type": "structure",
|
351
445
|
"members": {
|
352
446
|
"ReplicationInstance": {
|
353
|
-
"shape": "
|
447
|
+
"shape": "S35"
|
354
448
|
}
|
355
449
|
}
|
356
450
|
}
|
@@ -367,7 +461,7 @@
|
|
367
461
|
"ReplicationSubnetGroupIdentifier": {},
|
368
462
|
"ReplicationSubnetGroupDescription": {},
|
369
463
|
"SubnetIds": {
|
370
|
-
"shape": "
|
464
|
+
"shape": "S3h"
|
371
465
|
},
|
372
466
|
"Tags": {
|
373
467
|
"shape": "S3"
|
@@ -378,7 +472,7 @@
|
|
378
472
|
"type": "structure",
|
379
473
|
"members": {
|
380
474
|
"ReplicationSubnetGroup": {
|
381
|
-
"shape": "
|
475
|
+
"shape": "S38"
|
382
476
|
}
|
383
477
|
}
|
384
478
|
}
|
@@ -418,7 +512,7 @@
|
|
418
512
|
"type": "structure",
|
419
513
|
"members": {
|
420
514
|
"ReplicationTask": {
|
421
|
-
"shape": "
|
515
|
+
"shape": "S3l"
|
422
516
|
}
|
423
517
|
}
|
424
518
|
}
|
@@ -437,7 +531,7 @@
|
|
437
531
|
"type": "structure",
|
438
532
|
"members": {
|
439
533
|
"Certificate": {
|
440
|
-
"shape": "
|
534
|
+
"shape": "S3q"
|
441
535
|
}
|
442
536
|
}
|
443
537
|
}
|
@@ -458,7 +552,26 @@
|
|
458
552
|
"type": "structure",
|
459
553
|
"members": {
|
460
554
|
"Connection": {
|
461
|
-
"shape": "
|
555
|
+
"shape": "S3u"
|
556
|
+
}
|
557
|
+
}
|
558
|
+
}
|
559
|
+
},
|
560
|
+
"DeleteDataProvider": {
|
561
|
+
"input": {
|
562
|
+
"type": "structure",
|
563
|
+
"required": [
|
564
|
+
"DataProviderIdentifier"
|
565
|
+
],
|
566
|
+
"members": {
|
567
|
+
"DataProviderIdentifier": {}
|
568
|
+
}
|
569
|
+
},
|
570
|
+
"output": {
|
571
|
+
"type": "structure",
|
572
|
+
"members": {
|
573
|
+
"DataProvider": {
|
574
|
+
"shape": "Sx"
|
462
575
|
}
|
463
576
|
}
|
464
577
|
}
|
@@ -477,7 +590,7 @@
|
|
477
590
|
"type": "structure",
|
478
591
|
"members": {
|
479
592
|
"Endpoint": {
|
480
|
-
"shape": "
|
593
|
+
"shape": "S2c"
|
481
594
|
}
|
482
595
|
}
|
483
596
|
}
|
@@ -496,7 +609,7 @@
|
|
496
609
|
"type": "structure",
|
497
610
|
"members": {
|
498
611
|
"EventSubscription": {
|
499
|
-
"shape": "
|
612
|
+
"shape": "S2h"
|
500
613
|
}
|
501
614
|
}
|
502
615
|
}
|
@@ -520,7 +633,7 @@
|
|
520
633
|
],
|
521
634
|
"members": {
|
522
635
|
"DatabaseIds": {
|
523
|
-
"shape": "
|
636
|
+
"shape": "S2m"
|
524
637
|
}
|
525
638
|
}
|
526
639
|
},
|
@@ -528,7 +641,45 @@
|
|
528
641
|
"type": "structure",
|
529
642
|
"members": {
|
530
643
|
"DatabaseIds": {
|
531
|
-
"shape": "
|
644
|
+
"shape": "S2m"
|
645
|
+
}
|
646
|
+
}
|
647
|
+
}
|
648
|
+
},
|
649
|
+
"DeleteInstanceProfile": {
|
650
|
+
"input": {
|
651
|
+
"type": "structure",
|
652
|
+
"required": [
|
653
|
+
"InstanceProfileIdentifier"
|
654
|
+
],
|
655
|
+
"members": {
|
656
|
+
"InstanceProfileIdentifier": {}
|
657
|
+
}
|
658
|
+
},
|
659
|
+
"output": {
|
660
|
+
"type": "structure",
|
661
|
+
"members": {
|
662
|
+
"InstanceProfile": {
|
663
|
+
"shape": "S2o"
|
664
|
+
}
|
665
|
+
}
|
666
|
+
}
|
667
|
+
},
|
668
|
+
"DeleteMigrationProject": {
|
669
|
+
"input": {
|
670
|
+
"type": "structure",
|
671
|
+
"required": [
|
672
|
+
"MigrationProjectIdentifier"
|
673
|
+
],
|
674
|
+
"members": {
|
675
|
+
"MigrationProjectIdentifier": {}
|
676
|
+
}
|
677
|
+
},
|
678
|
+
"output": {
|
679
|
+
"type": "structure",
|
680
|
+
"members": {
|
681
|
+
"MigrationProject": {
|
682
|
+
"shape": "S2u"
|
532
683
|
}
|
533
684
|
}
|
534
685
|
}
|
@@ -547,7 +698,7 @@
|
|
547
698
|
"type": "structure",
|
548
699
|
"members": {
|
549
700
|
"ReplicationConfig": {
|
550
|
-
"shape": "
|
701
|
+
"shape": "S31"
|
551
702
|
}
|
552
703
|
}
|
553
704
|
}
|
@@ -566,7 +717,7 @@
|
|
566
717
|
"type": "structure",
|
567
718
|
"members": {
|
568
719
|
"ReplicationInstance": {
|
569
|
-
"shape": "
|
720
|
+
"shape": "S35"
|
570
721
|
}
|
571
722
|
}
|
572
723
|
}
|
@@ -600,7 +751,7 @@
|
|
600
751
|
"type": "structure",
|
601
752
|
"members": {
|
602
753
|
"ReplicationTask": {
|
603
|
-
"shape": "
|
754
|
+
"shape": "S3l"
|
604
755
|
}
|
605
756
|
}
|
606
757
|
}
|
@@ -682,7 +833,7 @@
|
|
682
833
|
"type": "structure",
|
683
834
|
"members": {
|
684
835
|
"Filters": {
|
685
|
-
"shape": "
|
836
|
+
"shape": "S4q"
|
686
837
|
},
|
687
838
|
"MaxRecords": {
|
688
839
|
"type": "integer"
|
@@ -697,7 +848,7 @@
|
|
697
848
|
"Certificates": {
|
698
849
|
"type": "list",
|
699
850
|
"member": {
|
700
|
-
"shape": "
|
851
|
+
"shape": "S3q"
|
701
852
|
}
|
702
853
|
}
|
703
854
|
}
|
@@ -708,7 +859,7 @@
|
|
708
859
|
"type": "structure",
|
709
860
|
"members": {
|
710
861
|
"Filters": {
|
711
|
-
"shape": "
|
862
|
+
"shape": "S4q"
|
712
863
|
},
|
713
864
|
"MaxRecords": {
|
714
865
|
"type": "integer"
|
@@ -723,7 +874,51 @@
|
|
723
874
|
"Connections": {
|
724
875
|
"type": "list",
|
725
876
|
"member": {
|
726
|
-
"shape": "
|
877
|
+
"shape": "S3u"
|
878
|
+
}
|
879
|
+
}
|
880
|
+
}
|
881
|
+
}
|
882
|
+
},
|
883
|
+
"DescribeConversionConfiguration": {
|
884
|
+
"input": {
|
885
|
+
"type": "structure",
|
886
|
+
"required": [
|
887
|
+
"MigrationProjectIdentifier"
|
888
|
+
],
|
889
|
+
"members": {
|
890
|
+
"MigrationProjectIdentifier": {}
|
891
|
+
}
|
892
|
+
},
|
893
|
+
"output": {
|
894
|
+
"type": "structure",
|
895
|
+
"members": {
|
896
|
+
"MigrationProjectIdentifier": {},
|
897
|
+
"ConversionConfiguration": {}
|
898
|
+
}
|
899
|
+
}
|
900
|
+
},
|
901
|
+
"DescribeDataProviders": {
|
902
|
+
"input": {
|
903
|
+
"type": "structure",
|
904
|
+
"members": {
|
905
|
+
"Filters": {
|
906
|
+
"shape": "S4q"
|
907
|
+
},
|
908
|
+
"MaxRecords": {
|
909
|
+
"type": "integer"
|
910
|
+
},
|
911
|
+
"Marker": {}
|
912
|
+
}
|
913
|
+
},
|
914
|
+
"output": {
|
915
|
+
"type": "structure",
|
916
|
+
"members": {
|
917
|
+
"Marker": {},
|
918
|
+
"DataProviders": {
|
919
|
+
"type": "list",
|
920
|
+
"member": {
|
921
|
+
"shape": "Sx"
|
727
922
|
}
|
728
923
|
}
|
729
924
|
}
|
@@ -781,7 +976,7 @@
|
|
781
976
|
"type": "structure",
|
782
977
|
"members": {
|
783
978
|
"Filters": {
|
784
|
-
"shape": "
|
979
|
+
"shape": "S4q"
|
785
980
|
},
|
786
981
|
"MaxRecords": {
|
787
982
|
"type": "integer"
|
@@ -816,7 +1011,7 @@
|
|
816
1011
|
"type": "structure",
|
817
1012
|
"members": {
|
818
1013
|
"Filters": {
|
819
|
-
"shape": "
|
1014
|
+
"shape": "S4q"
|
820
1015
|
},
|
821
1016
|
"MaxRecords": {
|
822
1017
|
"type": "integer"
|
@@ -831,7 +1026,7 @@
|
|
831
1026
|
"Endpoints": {
|
832
1027
|
"type": "list",
|
833
1028
|
"member": {
|
834
|
-
"shape": "
|
1029
|
+
"shape": "S2c"
|
835
1030
|
}
|
836
1031
|
}
|
837
1032
|
}
|
@@ -887,7 +1082,7 @@
|
|
887
1082
|
"members": {
|
888
1083
|
"SourceType": {},
|
889
1084
|
"Filters": {
|
890
|
-
"shape": "
|
1085
|
+
"shape": "S4q"
|
891
1086
|
}
|
892
1087
|
}
|
893
1088
|
},
|
@@ -901,7 +1096,7 @@
|
|
901
1096
|
"members": {
|
902
1097
|
"SourceType": {},
|
903
1098
|
"EventCategories": {
|
904
|
-
"shape": "
|
1099
|
+
"shape": "S2e"
|
905
1100
|
}
|
906
1101
|
}
|
907
1102
|
}
|
@@ -915,7 +1110,7 @@
|
|
915
1110
|
"members": {
|
916
1111
|
"SubscriptionName": {},
|
917
1112
|
"Filters": {
|
918
|
-
"shape": "
|
1113
|
+
"shape": "S4q"
|
919
1114
|
},
|
920
1115
|
"MaxRecords": {
|
921
1116
|
"type": "integer"
|
@@ -930,7 +1125,7 @@
|
|
930
1125
|
"EventSubscriptionsList": {
|
931
1126
|
"type": "list",
|
932
1127
|
"member": {
|
933
|
-
"shape": "
|
1128
|
+
"shape": "S2h"
|
934
1129
|
}
|
935
1130
|
}
|
936
1131
|
}
|
@@ -952,10 +1147,10 @@
|
|
952
1147
|
"type": "integer"
|
953
1148
|
},
|
954
1149
|
"EventCategories": {
|
955
|
-
"shape": "
|
1150
|
+
"shape": "S2e"
|
956
1151
|
},
|
957
1152
|
"Filters": {
|
958
|
-
"shape": "
|
1153
|
+
"shape": "S4q"
|
959
1154
|
},
|
960
1155
|
"MaxRecords": {
|
961
1156
|
"type": "integer"
|
@@ -976,7 +1171,7 @@
|
|
976
1171
|
"SourceType": {},
|
977
1172
|
"Message": {},
|
978
1173
|
"EventCategories": {
|
979
|
-
"shape": "
|
1174
|
+
"shape": "S2e"
|
980
1175
|
},
|
981
1176
|
"Date": {
|
982
1177
|
"type": "timestamp"
|
@@ -987,12 +1182,39 @@
|
|
987
1182
|
}
|
988
1183
|
}
|
989
1184
|
},
|
1185
|
+
"DescribeExtensionPackAssociations": {
|
1186
|
+
"input": {
|
1187
|
+
"type": "structure",
|
1188
|
+
"required": [
|
1189
|
+
"MigrationProjectIdentifier"
|
1190
|
+
],
|
1191
|
+
"members": {
|
1192
|
+
"MigrationProjectIdentifier": {},
|
1193
|
+
"Filters": {
|
1194
|
+
"shape": "S4q"
|
1195
|
+
},
|
1196
|
+
"Marker": {},
|
1197
|
+
"MaxRecords": {
|
1198
|
+
"type": "integer"
|
1199
|
+
}
|
1200
|
+
}
|
1201
|
+
},
|
1202
|
+
"output": {
|
1203
|
+
"type": "structure",
|
1204
|
+
"members": {
|
1205
|
+
"Marker": {},
|
1206
|
+
"Requests": {
|
1207
|
+
"shape": "S60"
|
1208
|
+
}
|
1209
|
+
}
|
1210
|
+
}
|
1211
|
+
},
|
990
1212
|
"DescribeFleetAdvisorCollectors": {
|
991
1213
|
"input": {
|
992
1214
|
"type": "structure",
|
993
1215
|
"members": {
|
994
1216
|
"Filters": {
|
995
|
-
"shape": "
|
1217
|
+
"shape": "S4q"
|
996
1218
|
},
|
997
1219
|
"MaxRecords": {
|
998
1220
|
"type": "integer"
|
@@ -1057,7 +1279,7 @@
|
|
1057
1279
|
"type": "structure",
|
1058
1280
|
"members": {
|
1059
1281
|
"Filters": {
|
1060
|
-
"shape": "
|
1282
|
+
"shape": "S4q"
|
1061
1283
|
},
|
1062
1284
|
"MaxRecords": {
|
1063
1285
|
"type": "integer"
|
@@ -1080,7 +1302,7 @@
|
|
1080
1302
|
"type": "long"
|
1081
1303
|
},
|
1082
1304
|
"Server": {
|
1083
|
-
"shape": "
|
1305
|
+
"shape": "S6i"
|
1084
1306
|
},
|
1085
1307
|
"SoftwareDetails": {
|
1086
1308
|
"type": "structure",
|
@@ -1145,7 +1367,7 @@
|
|
1145
1367
|
"type": "structure",
|
1146
1368
|
"members": {
|
1147
1369
|
"Filters": {
|
1148
|
-
"shape": "
|
1370
|
+
"shape": "S4q"
|
1149
1371
|
},
|
1150
1372
|
"MaxRecords": {
|
1151
1373
|
"type": "integer"
|
@@ -1184,7 +1406,7 @@
|
|
1184
1406
|
"type": "structure",
|
1185
1407
|
"members": {
|
1186
1408
|
"Filters": {
|
1187
|
-
"shape": "
|
1409
|
+
"shape": "S4q"
|
1188
1410
|
},
|
1189
1411
|
"MaxRecords": {
|
1190
1412
|
"type": "integer"
|
@@ -1208,7 +1430,7 @@
|
|
1208
1430
|
},
|
1209
1431
|
"Complexity": {},
|
1210
1432
|
"Server": {
|
1211
|
-
"shape": "
|
1433
|
+
"shape": "S6i"
|
1212
1434
|
},
|
1213
1435
|
"DatabaseInstance": {
|
1214
1436
|
"type": "structure",
|
@@ -1241,6 +1463,193 @@
|
|
1241
1463
|
}
|
1242
1464
|
}
|
1243
1465
|
},
|
1466
|
+
"DescribeInstanceProfiles": {
|
1467
|
+
"input": {
|
1468
|
+
"type": "structure",
|
1469
|
+
"members": {
|
1470
|
+
"Filters": {
|
1471
|
+
"shape": "S4q"
|
1472
|
+
},
|
1473
|
+
"MaxRecords": {
|
1474
|
+
"type": "integer"
|
1475
|
+
},
|
1476
|
+
"Marker": {}
|
1477
|
+
}
|
1478
|
+
},
|
1479
|
+
"output": {
|
1480
|
+
"type": "structure",
|
1481
|
+
"members": {
|
1482
|
+
"Marker": {},
|
1483
|
+
"InstanceProfiles": {
|
1484
|
+
"type": "list",
|
1485
|
+
"member": {
|
1486
|
+
"shape": "S2o"
|
1487
|
+
}
|
1488
|
+
}
|
1489
|
+
}
|
1490
|
+
}
|
1491
|
+
},
|
1492
|
+
"DescribeMetadataModelAssessments": {
|
1493
|
+
"input": {
|
1494
|
+
"type": "structure",
|
1495
|
+
"required": [
|
1496
|
+
"MigrationProjectIdentifier"
|
1497
|
+
],
|
1498
|
+
"members": {
|
1499
|
+
"MigrationProjectIdentifier": {},
|
1500
|
+
"Filters": {
|
1501
|
+
"shape": "S4q"
|
1502
|
+
},
|
1503
|
+
"Marker": {},
|
1504
|
+
"MaxRecords": {
|
1505
|
+
"type": "integer"
|
1506
|
+
}
|
1507
|
+
}
|
1508
|
+
},
|
1509
|
+
"output": {
|
1510
|
+
"type": "structure",
|
1511
|
+
"members": {
|
1512
|
+
"Marker": {},
|
1513
|
+
"Requests": {
|
1514
|
+
"shape": "S60"
|
1515
|
+
}
|
1516
|
+
}
|
1517
|
+
}
|
1518
|
+
},
|
1519
|
+
"DescribeMetadataModelConversions": {
|
1520
|
+
"input": {
|
1521
|
+
"type": "structure",
|
1522
|
+
"required": [
|
1523
|
+
"MigrationProjectIdentifier"
|
1524
|
+
],
|
1525
|
+
"members": {
|
1526
|
+
"MigrationProjectIdentifier": {},
|
1527
|
+
"Filters": {
|
1528
|
+
"shape": "S4q"
|
1529
|
+
},
|
1530
|
+
"Marker": {},
|
1531
|
+
"MaxRecords": {
|
1532
|
+
"type": "integer"
|
1533
|
+
}
|
1534
|
+
}
|
1535
|
+
},
|
1536
|
+
"output": {
|
1537
|
+
"type": "structure",
|
1538
|
+
"members": {
|
1539
|
+
"Marker": {},
|
1540
|
+
"Requests": {
|
1541
|
+
"shape": "S60"
|
1542
|
+
}
|
1543
|
+
}
|
1544
|
+
}
|
1545
|
+
},
|
1546
|
+
"DescribeMetadataModelExportsAsScript": {
|
1547
|
+
"input": {
|
1548
|
+
"type": "structure",
|
1549
|
+
"required": [
|
1550
|
+
"MigrationProjectIdentifier"
|
1551
|
+
],
|
1552
|
+
"members": {
|
1553
|
+
"MigrationProjectIdentifier": {},
|
1554
|
+
"Filters": {
|
1555
|
+
"shape": "S4q"
|
1556
|
+
},
|
1557
|
+
"Marker": {},
|
1558
|
+
"MaxRecords": {
|
1559
|
+
"type": "integer"
|
1560
|
+
}
|
1561
|
+
}
|
1562
|
+
},
|
1563
|
+
"output": {
|
1564
|
+
"type": "structure",
|
1565
|
+
"members": {
|
1566
|
+
"Marker": {},
|
1567
|
+
"Requests": {
|
1568
|
+
"shape": "S60"
|
1569
|
+
}
|
1570
|
+
}
|
1571
|
+
}
|
1572
|
+
},
|
1573
|
+
"DescribeMetadataModelExportsToTarget": {
|
1574
|
+
"input": {
|
1575
|
+
"type": "structure",
|
1576
|
+
"required": [
|
1577
|
+
"MigrationProjectIdentifier"
|
1578
|
+
],
|
1579
|
+
"members": {
|
1580
|
+
"MigrationProjectIdentifier": {},
|
1581
|
+
"Filters": {
|
1582
|
+
"shape": "S4q"
|
1583
|
+
},
|
1584
|
+
"Marker": {},
|
1585
|
+
"MaxRecords": {
|
1586
|
+
"type": "integer"
|
1587
|
+
}
|
1588
|
+
}
|
1589
|
+
},
|
1590
|
+
"output": {
|
1591
|
+
"type": "structure",
|
1592
|
+
"members": {
|
1593
|
+
"Marker": {},
|
1594
|
+
"Requests": {
|
1595
|
+
"shape": "S60"
|
1596
|
+
}
|
1597
|
+
}
|
1598
|
+
}
|
1599
|
+
},
|
1600
|
+
"DescribeMetadataModelImports": {
|
1601
|
+
"input": {
|
1602
|
+
"type": "structure",
|
1603
|
+
"required": [
|
1604
|
+
"MigrationProjectIdentifier"
|
1605
|
+
],
|
1606
|
+
"members": {
|
1607
|
+
"MigrationProjectIdentifier": {},
|
1608
|
+
"Filters": {
|
1609
|
+
"shape": "S4q"
|
1610
|
+
},
|
1611
|
+
"Marker": {},
|
1612
|
+
"MaxRecords": {
|
1613
|
+
"type": "integer"
|
1614
|
+
}
|
1615
|
+
}
|
1616
|
+
},
|
1617
|
+
"output": {
|
1618
|
+
"type": "structure",
|
1619
|
+
"members": {
|
1620
|
+
"Marker": {},
|
1621
|
+
"Requests": {
|
1622
|
+
"shape": "S60"
|
1623
|
+
}
|
1624
|
+
}
|
1625
|
+
}
|
1626
|
+
},
|
1627
|
+
"DescribeMigrationProjects": {
|
1628
|
+
"input": {
|
1629
|
+
"type": "structure",
|
1630
|
+
"members": {
|
1631
|
+
"Filters": {
|
1632
|
+
"shape": "S4q"
|
1633
|
+
},
|
1634
|
+
"MaxRecords": {
|
1635
|
+
"type": "integer"
|
1636
|
+
},
|
1637
|
+
"Marker": {}
|
1638
|
+
}
|
1639
|
+
},
|
1640
|
+
"output": {
|
1641
|
+
"type": "structure",
|
1642
|
+
"members": {
|
1643
|
+
"Marker": {},
|
1644
|
+
"MigrationProjects": {
|
1645
|
+
"type": "list",
|
1646
|
+
"member": {
|
1647
|
+
"shape": "S2u"
|
1648
|
+
}
|
1649
|
+
}
|
1650
|
+
}
|
1651
|
+
}
|
1652
|
+
},
|
1244
1653
|
"DescribeOrderableReplicationInstances": {
|
1245
1654
|
"input": {
|
1246
1655
|
"type": "structure",
|
@@ -1292,7 +1701,7 @@
|
|
1292
1701
|
"members": {
|
1293
1702
|
"ReplicationInstanceArn": {},
|
1294
1703
|
"Filters": {
|
1295
|
-
"shape": "
|
1704
|
+
"shape": "S4q"
|
1296
1705
|
},
|
1297
1706
|
"Marker": {},
|
1298
1707
|
"MaxRecords": {
|
@@ -1318,7 +1727,7 @@
|
|
1318
1727
|
"type": "structure",
|
1319
1728
|
"members": {
|
1320
1729
|
"Filters": {
|
1321
|
-
"shape": "
|
1730
|
+
"shape": "S4q"
|
1322
1731
|
},
|
1323
1732
|
"MaxRecords": {
|
1324
1733
|
"type": "integer"
|
@@ -1352,7 +1761,7 @@
|
|
1352
1761
|
"type": "structure",
|
1353
1762
|
"members": {
|
1354
1763
|
"Filters": {
|
1355
|
-
"shape": "
|
1764
|
+
"shape": "S4q"
|
1356
1765
|
},
|
1357
1766
|
"MaxRecords": {
|
1358
1767
|
"type": "integer"
|
@@ -1451,7 +1860,7 @@
|
|
1451
1860
|
"type": "structure",
|
1452
1861
|
"members": {
|
1453
1862
|
"RefreshSchemasStatus": {
|
1454
|
-
"shape": "
|
1863
|
+
"shape": "S83"
|
1455
1864
|
}
|
1456
1865
|
}
|
1457
1866
|
}
|
@@ -1461,7 +1870,7 @@
|
|
1461
1870
|
"type": "structure",
|
1462
1871
|
"members": {
|
1463
1872
|
"Filters": {
|
1464
|
-
"shape": "
|
1873
|
+
"shape": "S4q"
|
1465
1874
|
},
|
1466
1875
|
"MaxRecords": {
|
1467
1876
|
"type": "integer"
|
@@ -1476,7 +1885,7 @@
|
|
1476
1885
|
"ReplicationConfigs": {
|
1477
1886
|
"type": "list",
|
1478
1887
|
"member": {
|
1479
|
-
"shape": "
|
1888
|
+
"shape": "S31"
|
1480
1889
|
}
|
1481
1890
|
}
|
1482
1891
|
}
|
@@ -1522,7 +1931,7 @@
|
|
1522
1931
|
"type": "structure",
|
1523
1932
|
"members": {
|
1524
1933
|
"Filters": {
|
1525
|
-
"shape": "
|
1934
|
+
"shape": "S4q"
|
1526
1935
|
},
|
1527
1936
|
"MaxRecords": {
|
1528
1937
|
"type": "integer"
|
@@ -1537,7 +1946,7 @@
|
|
1537
1946
|
"ReplicationInstances": {
|
1538
1947
|
"type": "list",
|
1539
1948
|
"member": {
|
1540
|
-
"shape": "
|
1949
|
+
"shape": "S35"
|
1541
1950
|
}
|
1542
1951
|
}
|
1543
1952
|
}
|
@@ -1548,7 +1957,7 @@
|
|
1548
1957
|
"type": "structure",
|
1549
1958
|
"members": {
|
1550
1959
|
"Filters": {
|
1551
|
-
"shape": "
|
1960
|
+
"shape": "S4q"
|
1552
1961
|
},
|
1553
1962
|
"MaxRecords": {
|
1554
1963
|
"type": "integer"
|
@@ -1563,7 +1972,7 @@
|
|
1563
1972
|
"ReplicationSubnetGroups": {
|
1564
1973
|
"type": "list",
|
1565
1974
|
"member": {
|
1566
|
-
"shape": "
|
1975
|
+
"shape": "S38"
|
1567
1976
|
}
|
1568
1977
|
}
|
1569
1978
|
}
|
@@ -1582,7 +1991,7 @@
|
|
1582
1991
|
},
|
1583
1992
|
"Marker": {},
|
1584
1993
|
"Filters": {
|
1585
|
-
"shape": "
|
1994
|
+
"shape": "S4q"
|
1586
1995
|
}
|
1587
1996
|
}
|
1588
1997
|
},
|
@@ -1594,7 +2003,7 @@
|
|
1594
2003
|
"ReplicationTableStatistics": {
|
1595
2004
|
"type": "list",
|
1596
2005
|
"member": {
|
1597
|
-
"shape": "
|
2006
|
+
"shape": "S8l"
|
1598
2007
|
}
|
1599
2008
|
}
|
1600
2009
|
}
|
@@ -1641,7 +2050,7 @@
|
|
1641
2050
|
"type": "structure",
|
1642
2051
|
"members": {
|
1643
2052
|
"Filters": {
|
1644
|
-
"shape": "
|
2053
|
+
"shape": "S4q"
|
1645
2054
|
},
|
1646
2055
|
"MaxRecords": {
|
1647
2056
|
"type": "integer"
|
@@ -1667,7 +2076,7 @@
|
|
1667
2076
|
"type": "structure",
|
1668
2077
|
"members": {
|
1669
2078
|
"Filters": {
|
1670
|
-
"shape": "
|
2079
|
+
"shape": "S4q"
|
1671
2080
|
},
|
1672
2081
|
"MaxRecords": {
|
1673
2082
|
"type": "integer"
|
@@ -1702,7 +2111,7 @@
|
|
1702
2111
|
"type": "structure",
|
1703
2112
|
"members": {
|
1704
2113
|
"Filters": {
|
1705
|
-
"shape": "
|
2114
|
+
"shape": "S4q"
|
1706
2115
|
},
|
1707
2116
|
"MaxRecords": {
|
1708
2117
|
"type": "integer"
|
@@ -1720,7 +2129,7 @@
|
|
1720
2129
|
"ReplicationTasks": {
|
1721
2130
|
"type": "list",
|
1722
2131
|
"member": {
|
1723
|
-
"shape": "
|
2132
|
+
"shape": "S3l"
|
1724
2133
|
}
|
1725
2134
|
}
|
1726
2135
|
}
|
@@ -1731,7 +2140,7 @@
|
|
1731
2140
|
"type": "structure",
|
1732
2141
|
"members": {
|
1733
2142
|
"Filters": {
|
1734
|
-
"shape": "
|
2143
|
+
"shape": "S4q"
|
1735
2144
|
},
|
1736
2145
|
"MaxRecords": {
|
1737
2146
|
"type": "integer"
|
@@ -1746,7 +2155,7 @@
|
|
1746
2155
|
"Replications": {
|
1747
2156
|
"type": "list",
|
1748
2157
|
"member": {
|
1749
|
-
"shape": "
|
2158
|
+
"shape": "S93"
|
1750
2159
|
}
|
1751
2160
|
}
|
1752
2161
|
}
|
@@ -1790,7 +2199,7 @@
|
|
1790
2199
|
},
|
1791
2200
|
"Marker": {},
|
1792
2201
|
"Filters": {
|
1793
|
-
"shape": "
|
2202
|
+
"shape": "S4q"
|
1794
2203
|
}
|
1795
2204
|
}
|
1796
2205
|
},
|
@@ -1801,13 +2210,42 @@
|
|
1801
2210
|
"TableStatistics": {
|
1802
2211
|
"type": "list",
|
1803
2212
|
"member": {
|
1804
|
-
"shape": "
|
2213
|
+
"shape": "S8l"
|
1805
2214
|
}
|
1806
2215
|
},
|
1807
2216
|
"Marker": {}
|
1808
2217
|
}
|
1809
2218
|
}
|
1810
2219
|
},
|
2220
|
+
"ExportMetadataModelAssessment": {
|
2221
|
+
"input": {
|
2222
|
+
"type": "structure",
|
2223
|
+
"required": [
|
2224
|
+
"MigrationProjectIdentifier",
|
2225
|
+
"SelectionRules"
|
2226
|
+
],
|
2227
|
+
"members": {
|
2228
|
+
"MigrationProjectIdentifier": {},
|
2229
|
+
"SelectionRules": {},
|
2230
|
+
"FileName": {},
|
2231
|
+
"AssessmentReportTypes": {
|
2232
|
+
"type": "list",
|
2233
|
+
"member": {}
|
2234
|
+
}
|
2235
|
+
}
|
2236
|
+
},
|
2237
|
+
"output": {
|
2238
|
+
"type": "structure",
|
2239
|
+
"members": {
|
2240
|
+
"PdfReport": {
|
2241
|
+
"shape": "S9g"
|
2242
|
+
},
|
2243
|
+
"CsvReport": {
|
2244
|
+
"shape": "S9g"
|
2245
|
+
}
|
2246
|
+
}
|
2247
|
+
}
|
2248
|
+
},
|
1811
2249
|
"ImportCertificate": {
|
1812
2250
|
"input": {
|
1813
2251
|
"type": "structure",
|
@@ -1817,7 +2255,7 @@
|
|
1817
2255
|
"members": {
|
1818
2256
|
"CertificateIdentifier": {},
|
1819
2257
|
"CertificatePem": {
|
1820
|
-
"shape": "
|
2258
|
+
"shape": "S11"
|
1821
2259
|
},
|
1822
2260
|
"CertificateWallet": {
|
1823
2261
|
"type": "blob"
|
@@ -1831,7 +2269,7 @@
|
|
1831
2269
|
"type": "structure",
|
1832
2270
|
"members": {
|
1833
2271
|
"Certificate": {
|
1834
|
-
"shape": "
|
2272
|
+
"shape": "S3q"
|
1835
2273
|
}
|
1836
2274
|
}
|
1837
2275
|
}
|
@@ -1856,6 +2294,53 @@
|
|
1856
2294
|
}
|
1857
2295
|
}
|
1858
2296
|
},
|
2297
|
+
"ModifyConversionConfiguration": {
|
2298
|
+
"input": {
|
2299
|
+
"type": "structure",
|
2300
|
+
"required": [
|
2301
|
+
"MigrationProjectIdentifier",
|
2302
|
+
"ConversionConfiguration"
|
2303
|
+
],
|
2304
|
+
"members": {
|
2305
|
+
"MigrationProjectIdentifier": {},
|
2306
|
+
"ConversionConfiguration": {}
|
2307
|
+
}
|
2308
|
+
},
|
2309
|
+
"output": {
|
2310
|
+
"type": "structure",
|
2311
|
+
"members": {
|
2312
|
+
"MigrationProjectIdentifier": {}
|
2313
|
+
}
|
2314
|
+
}
|
2315
|
+
},
|
2316
|
+
"ModifyDataProvider": {
|
2317
|
+
"input": {
|
2318
|
+
"type": "structure",
|
2319
|
+
"required": [
|
2320
|
+
"DataProviderIdentifier"
|
2321
|
+
],
|
2322
|
+
"members": {
|
2323
|
+
"DataProviderIdentifier": {},
|
2324
|
+
"DataProviderName": {},
|
2325
|
+
"Description": {},
|
2326
|
+
"Engine": {},
|
2327
|
+
"ExactSettings": {
|
2328
|
+
"type": "boolean"
|
2329
|
+
},
|
2330
|
+
"Settings": {
|
2331
|
+
"shape": "Sp"
|
2332
|
+
}
|
2333
|
+
}
|
2334
|
+
},
|
2335
|
+
"output": {
|
2336
|
+
"type": "structure",
|
2337
|
+
"members": {
|
2338
|
+
"DataProvider": {
|
2339
|
+
"shape": "Sx"
|
2340
|
+
}
|
2341
|
+
}
|
2342
|
+
}
|
2343
|
+
},
|
1859
2344
|
"ModifyEndpoint": {
|
1860
2345
|
"input": {
|
1861
2346
|
"type": "structure",
|
@@ -1869,7 +2354,7 @@
|
|
1869
2354
|
"EngineName": {},
|
1870
2355
|
"Username": {},
|
1871
2356
|
"Password": {
|
1872
|
-
"shape": "
|
2357
|
+
"shape": "S11"
|
1873
2358
|
},
|
1874
2359
|
"ServerName": {},
|
1875
2360
|
"Port": {
|
@@ -1882,99 +2367,162 @@
|
|
1882
2367
|
"ServiceAccessRoleArn": {},
|
1883
2368
|
"ExternalTableDefinition": {},
|
1884
2369
|
"DynamoDbSettings": {
|
1885
|
-
"shape": "
|
2370
|
+
"shape": "S12"
|
1886
2371
|
},
|
1887
2372
|
"S3Settings": {
|
1888
|
-
"shape": "
|
2373
|
+
"shape": "S13"
|
1889
2374
|
},
|
1890
2375
|
"DmsTransferSettings": {
|
1891
|
-
"shape": "
|
2376
|
+
"shape": "S1d"
|
1892
2377
|
},
|
1893
2378
|
"MongoDbSettings": {
|
1894
|
-
"shape": "
|
2379
|
+
"shape": "S1e"
|
1895
2380
|
},
|
1896
2381
|
"KinesisSettings": {
|
1897
|
-
"shape": "
|
2382
|
+
"shape": "S1i"
|
1898
2383
|
},
|
1899
2384
|
"KafkaSettings": {
|
1900
|
-
"shape": "
|
2385
|
+
"shape": "S1k"
|
1901
2386
|
},
|
1902
2387
|
"ElasticsearchSettings": {
|
1903
|
-
"shape": "
|
2388
|
+
"shape": "S1o"
|
1904
2389
|
},
|
1905
2390
|
"NeptuneSettings": {
|
1906
|
-
"shape": "
|
2391
|
+
"shape": "S1p"
|
1907
2392
|
},
|
1908
2393
|
"RedshiftSettings": {
|
1909
|
-
"shape": "
|
2394
|
+
"shape": "S1q"
|
1910
2395
|
},
|
1911
2396
|
"PostgreSQLSettings": {
|
1912
|
-
"shape": "
|
2397
|
+
"shape": "S1r"
|
1913
2398
|
},
|
1914
2399
|
"MySQLSettings": {
|
1915
|
-
"shape": "
|
2400
|
+
"shape": "S1v"
|
1916
2401
|
},
|
1917
2402
|
"OracleSettings": {
|
1918
|
-
"shape": "
|
2403
|
+
"shape": "S1x"
|
1919
2404
|
},
|
1920
2405
|
"SybaseSettings": {
|
1921
|
-
"shape": "
|
2406
|
+
"shape": "S20"
|
1922
2407
|
},
|
1923
2408
|
"MicrosoftSQLServerSettings": {
|
1924
|
-
"shape": "
|
2409
|
+
"shape": "S21"
|
1925
2410
|
},
|
1926
2411
|
"IBMDb2Settings": {
|
1927
|
-
"shape": "
|
2412
|
+
"shape": "S24"
|
1928
2413
|
},
|
1929
2414
|
"DocDbSettings": {
|
1930
|
-
"shape": "
|
2415
|
+
"shape": "S25"
|
1931
2416
|
},
|
1932
2417
|
"RedisSettings": {
|
1933
|
-
"shape": "
|
2418
|
+
"shape": "S26"
|
1934
2419
|
},
|
1935
2420
|
"ExactSettings": {
|
1936
2421
|
"type": "boolean"
|
1937
2422
|
},
|
1938
2423
|
"GcpMySQLSettings": {
|
1939
|
-
"shape": "
|
2424
|
+
"shape": "S29"
|
1940
2425
|
},
|
1941
2426
|
"TimestreamSettings": {
|
1942
|
-
"shape": "
|
2427
|
+
"shape": "S2a"
|
2428
|
+
}
|
2429
|
+
}
|
2430
|
+
},
|
2431
|
+
"output": {
|
2432
|
+
"type": "structure",
|
2433
|
+
"members": {
|
2434
|
+
"Endpoint": {
|
2435
|
+
"shape": "S2c"
|
2436
|
+
}
|
2437
|
+
}
|
2438
|
+
}
|
2439
|
+
},
|
2440
|
+
"ModifyEventSubscription": {
|
2441
|
+
"input": {
|
2442
|
+
"type": "structure",
|
2443
|
+
"required": [
|
2444
|
+
"SubscriptionName"
|
2445
|
+
],
|
2446
|
+
"members": {
|
2447
|
+
"SubscriptionName": {},
|
2448
|
+
"SnsTopicArn": {},
|
2449
|
+
"SourceType": {},
|
2450
|
+
"EventCategories": {
|
2451
|
+
"shape": "S2e"
|
2452
|
+
},
|
2453
|
+
"Enabled": {
|
2454
|
+
"type": "boolean"
|
2455
|
+
}
|
2456
|
+
}
|
2457
|
+
},
|
2458
|
+
"output": {
|
2459
|
+
"type": "structure",
|
2460
|
+
"members": {
|
2461
|
+
"EventSubscription": {
|
2462
|
+
"shape": "S2h"
|
2463
|
+
}
|
2464
|
+
}
|
2465
|
+
}
|
2466
|
+
},
|
2467
|
+
"ModifyInstanceProfile": {
|
2468
|
+
"input": {
|
2469
|
+
"type": "structure",
|
2470
|
+
"required": [
|
2471
|
+
"InstanceProfileIdentifier"
|
2472
|
+
],
|
2473
|
+
"members": {
|
2474
|
+
"InstanceProfileIdentifier": {},
|
2475
|
+
"AvailabilityZone": {},
|
2476
|
+
"KmsKeyArn": {},
|
2477
|
+
"PubliclyAccessible": {
|
2478
|
+
"type": "boolean"
|
2479
|
+
},
|
2480
|
+
"NetworkType": {},
|
2481
|
+
"InstanceProfileName": {},
|
2482
|
+
"Description": {},
|
2483
|
+
"SubnetGroupIdentifier": {},
|
2484
|
+
"VpcSecurityGroups": {
|
2485
|
+
"shape": "S2m"
|
1943
2486
|
}
|
1944
2487
|
}
|
1945
2488
|
},
|
1946
2489
|
"output": {
|
1947
2490
|
"type": "structure",
|
1948
2491
|
"members": {
|
1949
|
-
"
|
1950
|
-
"shape": "
|
2492
|
+
"InstanceProfile": {
|
2493
|
+
"shape": "S2o"
|
1951
2494
|
}
|
1952
2495
|
}
|
1953
2496
|
}
|
1954
2497
|
},
|
1955
|
-
"
|
2498
|
+
"ModifyMigrationProject": {
|
1956
2499
|
"input": {
|
1957
2500
|
"type": "structure",
|
1958
2501
|
"required": [
|
1959
|
-
"
|
2502
|
+
"MigrationProjectIdentifier"
|
1960
2503
|
],
|
1961
2504
|
"members": {
|
1962
|
-
"
|
1963
|
-
"
|
1964
|
-
"
|
1965
|
-
|
1966
|
-
"shape": "S25"
|
2505
|
+
"MigrationProjectIdentifier": {},
|
2506
|
+
"MigrationProjectName": {},
|
2507
|
+
"SourceDataProviderDescriptors": {
|
2508
|
+
"shape": "S2q"
|
1967
2509
|
},
|
1968
|
-
"
|
1969
|
-
"
|
2510
|
+
"TargetDataProviderDescriptors": {
|
2511
|
+
"shape": "S2q"
|
2512
|
+
},
|
2513
|
+
"InstanceProfileIdentifier": {},
|
2514
|
+
"TransformationRules": {},
|
2515
|
+
"Description": {},
|
2516
|
+
"SchemaConversionApplicationAttributes": {
|
2517
|
+
"shape": "S2s"
|
1970
2518
|
}
|
1971
2519
|
}
|
1972
2520
|
},
|
1973
2521
|
"output": {
|
1974
2522
|
"type": "structure",
|
1975
2523
|
"members": {
|
1976
|
-
"
|
1977
|
-
"shape": "
|
2524
|
+
"MigrationProject": {
|
2525
|
+
"shape": "S2u"
|
1978
2526
|
}
|
1979
2527
|
}
|
1980
2528
|
}
|
@@ -1993,7 +2541,7 @@
|
|
1993
2541
|
"ReplicationSettings": {},
|
1994
2542
|
"SupplementalSettings": {},
|
1995
2543
|
"ComputeConfig": {
|
1996
|
-
"shape": "
|
2544
|
+
"shape": "S2y"
|
1997
2545
|
},
|
1998
2546
|
"SourceEndpointArn": {},
|
1999
2547
|
"TargetEndpointArn": {}
|
@@ -2003,7 +2551,7 @@
|
|
2003
2551
|
"type": "structure",
|
2004
2552
|
"members": {
|
2005
2553
|
"ReplicationConfig": {
|
2006
|
-
"shape": "
|
2554
|
+
"shape": "S31"
|
2007
2555
|
}
|
2008
2556
|
}
|
2009
2557
|
}
|
@@ -2024,7 +2572,7 @@
|
|
2024
2572
|
},
|
2025
2573
|
"ReplicationInstanceClass": {},
|
2026
2574
|
"VpcSecurityGroupIds": {
|
2027
|
-
"shape": "
|
2575
|
+
"shape": "S33"
|
2028
2576
|
},
|
2029
2577
|
"PreferredMaintenanceWindow": {},
|
2030
2578
|
"MultiAZ": {
|
@@ -2045,7 +2593,7 @@
|
|
2045
2593
|
"type": "structure",
|
2046
2594
|
"members": {
|
2047
2595
|
"ReplicationInstance": {
|
2048
|
-
"shape": "
|
2596
|
+
"shape": "S35"
|
2049
2597
|
}
|
2050
2598
|
}
|
2051
2599
|
}
|
@@ -2061,7 +2609,7 @@
|
|
2061
2609
|
"ReplicationSubnetGroupIdentifier": {},
|
2062
2610
|
"ReplicationSubnetGroupDescription": {},
|
2063
2611
|
"SubnetIds": {
|
2064
|
-
"shape": "
|
2612
|
+
"shape": "S3h"
|
2065
2613
|
}
|
2066
2614
|
}
|
2067
2615
|
},
|
@@ -2069,7 +2617,7 @@
|
|
2069
2617
|
"type": "structure",
|
2070
2618
|
"members": {
|
2071
2619
|
"ReplicationSubnetGroup": {
|
2072
|
-
"shape": "
|
2620
|
+
"shape": "S38"
|
2073
2621
|
}
|
2074
2622
|
}
|
2075
2623
|
}
|
@@ -2098,7 +2646,7 @@
|
|
2098
2646
|
"type": "structure",
|
2099
2647
|
"members": {
|
2100
2648
|
"ReplicationTask": {
|
2101
|
-
"shape": "
|
2649
|
+
"shape": "S3l"
|
2102
2650
|
}
|
2103
2651
|
}
|
2104
2652
|
}
|
@@ -2119,7 +2667,7 @@
|
|
2119
2667
|
"type": "structure",
|
2120
2668
|
"members": {
|
2121
2669
|
"ReplicationTask": {
|
2122
|
-
"shape": "
|
2670
|
+
"shape": "S3l"
|
2123
2671
|
}
|
2124
2672
|
}
|
2125
2673
|
}
|
@@ -2144,7 +2692,7 @@
|
|
2144
2692
|
"type": "structure",
|
2145
2693
|
"members": {
|
2146
2694
|
"ReplicationInstance": {
|
2147
|
-
"shape": "
|
2695
|
+
"shape": "S35"
|
2148
2696
|
}
|
2149
2697
|
}
|
2150
2698
|
}
|
@@ -2165,7 +2713,7 @@
|
|
2165
2713
|
"type": "structure",
|
2166
2714
|
"members": {
|
2167
2715
|
"RefreshSchemasStatus": {
|
2168
|
-
"shape": "
|
2716
|
+
"shape": "S83"
|
2169
2717
|
}
|
2170
2718
|
}
|
2171
2719
|
}
|
@@ -2180,7 +2728,7 @@
|
|
2180
2728
|
"members": {
|
2181
2729
|
"ReplicationConfigArn": {},
|
2182
2730
|
"TablesToReload": {
|
2183
|
-
"shape": "
|
2731
|
+
"shape": "Sad"
|
2184
2732
|
},
|
2185
2733
|
"ReloadOption": {}
|
2186
2734
|
}
|
@@ -2202,7 +2750,7 @@
|
|
2202
2750
|
"members": {
|
2203
2751
|
"ReplicationTaskArn": {},
|
2204
2752
|
"TablesToReload": {
|
2205
|
-
"shape": "
|
2753
|
+
"shape": "Sad"
|
2206
2754
|
},
|
2207
2755
|
"ReloadOption": {}
|
2208
2756
|
}
|
@@ -2243,6 +2791,129 @@
|
|
2243
2791
|
}
|
2244
2792
|
}
|
2245
2793
|
},
|
2794
|
+
"StartExtensionPackAssociation": {
|
2795
|
+
"input": {
|
2796
|
+
"type": "structure",
|
2797
|
+
"required": [
|
2798
|
+
"MigrationProjectIdentifier"
|
2799
|
+
],
|
2800
|
+
"members": {
|
2801
|
+
"MigrationProjectIdentifier": {}
|
2802
|
+
}
|
2803
|
+
},
|
2804
|
+
"output": {
|
2805
|
+
"type": "structure",
|
2806
|
+
"members": {
|
2807
|
+
"RequestIdentifier": {}
|
2808
|
+
}
|
2809
|
+
}
|
2810
|
+
},
|
2811
|
+
"StartMetadataModelAssessment": {
|
2812
|
+
"input": {
|
2813
|
+
"type": "structure",
|
2814
|
+
"required": [
|
2815
|
+
"MigrationProjectIdentifier",
|
2816
|
+
"SelectionRules"
|
2817
|
+
],
|
2818
|
+
"members": {
|
2819
|
+
"MigrationProjectIdentifier": {},
|
2820
|
+
"SelectionRules": {}
|
2821
|
+
}
|
2822
|
+
},
|
2823
|
+
"output": {
|
2824
|
+
"type": "structure",
|
2825
|
+
"members": {
|
2826
|
+
"RequestIdentifier": {}
|
2827
|
+
}
|
2828
|
+
}
|
2829
|
+
},
|
2830
|
+
"StartMetadataModelConversion": {
|
2831
|
+
"input": {
|
2832
|
+
"type": "structure",
|
2833
|
+
"required": [
|
2834
|
+
"MigrationProjectIdentifier",
|
2835
|
+
"SelectionRules"
|
2836
|
+
],
|
2837
|
+
"members": {
|
2838
|
+
"MigrationProjectIdentifier": {},
|
2839
|
+
"SelectionRules": {}
|
2840
|
+
}
|
2841
|
+
},
|
2842
|
+
"output": {
|
2843
|
+
"type": "structure",
|
2844
|
+
"members": {
|
2845
|
+
"RequestIdentifier": {}
|
2846
|
+
}
|
2847
|
+
}
|
2848
|
+
},
|
2849
|
+
"StartMetadataModelExportAsScript": {
|
2850
|
+
"input": {
|
2851
|
+
"type": "structure",
|
2852
|
+
"required": [
|
2853
|
+
"MigrationProjectIdentifier",
|
2854
|
+
"SelectionRules",
|
2855
|
+
"Origin"
|
2856
|
+
],
|
2857
|
+
"members": {
|
2858
|
+
"MigrationProjectIdentifier": {},
|
2859
|
+
"SelectionRules": {},
|
2860
|
+
"Origin": {},
|
2861
|
+
"FileName": {}
|
2862
|
+
}
|
2863
|
+
},
|
2864
|
+
"output": {
|
2865
|
+
"type": "structure",
|
2866
|
+
"members": {
|
2867
|
+
"RequestIdentifier": {}
|
2868
|
+
}
|
2869
|
+
}
|
2870
|
+
},
|
2871
|
+
"StartMetadataModelExportToTarget": {
|
2872
|
+
"input": {
|
2873
|
+
"type": "structure",
|
2874
|
+
"required": [
|
2875
|
+
"MigrationProjectIdentifier",
|
2876
|
+
"SelectionRules"
|
2877
|
+
],
|
2878
|
+
"members": {
|
2879
|
+
"MigrationProjectIdentifier": {},
|
2880
|
+
"SelectionRules": {},
|
2881
|
+
"OverwriteExtensionPack": {
|
2882
|
+
"type": "boolean"
|
2883
|
+
}
|
2884
|
+
}
|
2885
|
+
},
|
2886
|
+
"output": {
|
2887
|
+
"type": "structure",
|
2888
|
+
"members": {
|
2889
|
+
"RequestIdentifier": {}
|
2890
|
+
}
|
2891
|
+
}
|
2892
|
+
},
|
2893
|
+
"StartMetadataModelImport": {
|
2894
|
+
"input": {
|
2895
|
+
"type": "structure",
|
2896
|
+
"required": [
|
2897
|
+
"MigrationProjectIdentifier",
|
2898
|
+
"SelectionRules",
|
2899
|
+
"Origin"
|
2900
|
+
],
|
2901
|
+
"members": {
|
2902
|
+
"MigrationProjectIdentifier": {},
|
2903
|
+
"SelectionRules": {},
|
2904
|
+
"Origin": {},
|
2905
|
+
"Refresh": {
|
2906
|
+
"type": "boolean"
|
2907
|
+
}
|
2908
|
+
}
|
2909
|
+
},
|
2910
|
+
"output": {
|
2911
|
+
"type": "structure",
|
2912
|
+
"members": {
|
2913
|
+
"RequestIdentifier": {}
|
2914
|
+
}
|
2915
|
+
}
|
2916
|
+
},
|
2246
2917
|
"StartRecommendations": {
|
2247
2918
|
"input": {
|
2248
2919
|
"type": "structure",
|
@@ -2279,7 +2950,7 @@
|
|
2279
2950
|
"type": "structure",
|
2280
2951
|
"members": {
|
2281
2952
|
"Replication": {
|
2282
|
-
"shape": "
|
2953
|
+
"shape": "S93"
|
2283
2954
|
}
|
2284
2955
|
}
|
2285
2956
|
}
|
@@ -2305,7 +2976,7 @@
|
|
2305
2976
|
"type": "structure",
|
2306
2977
|
"members": {
|
2307
2978
|
"ReplicationTask": {
|
2308
|
-
"shape": "
|
2979
|
+
"shape": "S3l"
|
2309
2980
|
}
|
2310
2981
|
}
|
2311
2982
|
}
|
@@ -2324,7 +2995,7 @@
|
|
2324
2995
|
"type": "structure",
|
2325
2996
|
"members": {
|
2326
2997
|
"ReplicationTask": {
|
2327
|
-
"shape": "
|
2998
|
+
"shape": "S3l"
|
2328
2999
|
}
|
2329
3000
|
}
|
2330
3001
|
}
|
@@ -2379,7 +3050,7 @@
|
|
2379
3050
|
"type": "structure",
|
2380
3051
|
"members": {
|
2381
3052
|
"Replication": {
|
2382
|
-
"shape": "
|
3053
|
+
"shape": "S93"
|
2383
3054
|
}
|
2384
3055
|
}
|
2385
3056
|
}
|
@@ -2398,7 +3069,7 @@
|
|
2398
3069
|
"type": "structure",
|
2399
3070
|
"members": {
|
2400
3071
|
"ReplicationTask": {
|
2401
|
-
"shape": "
|
3072
|
+
"shape": "S3l"
|
2402
3073
|
}
|
2403
3074
|
}
|
2404
3075
|
}
|
@@ -2419,7 +3090,7 @@
|
|
2419
3090
|
"type": "structure",
|
2420
3091
|
"members": {
|
2421
3092
|
"Connection": {
|
2422
|
-
"shape": "
|
3093
|
+
"shape": "S3u"
|
2423
3094
|
}
|
2424
3095
|
}
|
2425
3096
|
}
|
@@ -2519,11 +3190,88 @@
|
|
2519
3190
|
"AssessmentRunName": {}
|
2520
3191
|
}
|
2521
3192
|
},
|
2522
|
-
"
|
3193
|
+
"Sp": {
|
3194
|
+
"type": "structure",
|
3195
|
+
"members": {
|
3196
|
+
"PostgreSqlSettings": {
|
3197
|
+
"type": "structure",
|
3198
|
+
"members": {
|
3199
|
+
"ServerName": {},
|
3200
|
+
"Port": {
|
3201
|
+
"type": "integer"
|
3202
|
+
},
|
3203
|
+
"DatabaseName": {},
|
3204
|
+
"SslMode": {},
|
3205
|
+
"CertificateArn": {}
|
3206
|
+
}
|
3207
|
+
},
|
3208
|
+
"MySqlSettings": {
|
3209
|
+
"type": "structure",
|
3210
|
+
"members": {
|
3211
|
+
"ServerName": {},
|
3212
|
+
"Port": {
|
3213
|
+
"type": "integer"
|
3214
|
+
},
|
3215
|
+
"SslMode": {},
|
3216
|
+
"CertificateArn": {}
|
3217
|
+
}
|
3218
|
+
},
|
3219
|
+
"OracleSettings": {
|
3220
|
+
"type": "structure",
|
3221
|
+
"members": {
|
3222
|
+
"ServerName": {},
|
3223
|
+
"Port": {
|
3224
|
+
"type": "integer"
|
3225
|
+
},
|
3226
|
+
"DatabaseName": {},
|
3227
|
+
"SslMode": {},
|
3228
|
+
"CertificateArn": {},
|
3229
|
+
"AsmServer": {},
|
3230
|
+
"SecretsManagerOracleAsmSecretId": {},
|
3231
|
+
"SecretsManagerOracleAsmAccessRoleArn": {},
|
3232
|
+
"SecretsManagerSecurityDbEncryptionSecretId": {},
|
3233
|
+
"SecretsManagerSecurityDbEncryptionAccessRoleArn": {}
|
3234
|
+
}
|
3235
|
+
},
|
3236
|
+
"MicrosoftSqlServerSettings": {
|
3237
|
+
"type": "structure",
|
3238
|
+
"members": {
|
3239
|
+
"ServerName": {},
|
3240
|
+
"Port": {
|
3241
|
+
"type": "integer"
|
3242
|
+
},
|
3243
|
+
"DatabaseName": {},
|
3244
|
+
"SslMode": {},
|
3245
|
+
"CertificateArn": {}
|
3246
|
+
}
|
3247
|
+
}
|
3248
|
+
},
|
3249
|
+
"union": true
|
3250
|
+
},
|
3251
|
+
"Sx": {
|
3252
|
+
"type": "structure",
|
3253
|
+
"members": {
|
3254
|
+
"DataProviderName": {},
|
3255
|
+
"DataProviderArn": {},
|
3256
|
+
"DataProviderCreationTime": {
|
3257
|
+
"shape": "Sy"
|
3258
|
+
},
|
3259
|
+
"Description": {},
|
3260
|
+
"Engine": {},
|
3261
|
+
"Settings": {
|
3262
|
+
"shape": "Sp"
|
3263
|
+
}
|
3264
|
+
}
|
3265
|
+
},
|
3266
|
+
"Sy": {
|
3267
|
+
"type": "timestamp",
|
3268
|
+
"timestampFormat": "iso8601"
|
3269
|
+
},
|
3270
|
+
"S11": {
|
2523
3271
|
"type": "string",
|
2524
3272
|
"sensitive": true
|
2525
3273
|
},
|
2526
|
-
"
|
3274
|
+
"S12": {
|
2527
3275
|
"type": "structure",
|
2528
3276
|
"required": [
|
2529
3277
|
"ServiceAccessRoleArn"
|
@@ -2532,7 +3280,7 @@
|
|
2532
3280
|
"ServiceAccessRoleArn": {}
|
2533
3281
|
}
|
2534
3282
|
},
|
2535
|
-
"
|
3283
|
+
"S13": {
|
2536
3284
|
"type": "structure",
|
2537
3285
|
"members": {
|
2538
3286
|
"ServiceAccessRoleArn": {},
|
@@ -2618,19 +3366,19 @@
|
|
2618
3366
|
}
|
2619
3367
|
}
|
2620
3368
|
},
|
2621
|
-
"
|
3369
|
+
"S1d": {
|
2622
3370
|
"type": "structure",
|
2623
3371
|
"members": {
|
2624
3372
|
"ServiceAccessRoleArn": {},
|
2625
3373
|
"BucketName": {}
|
2626
3374
|
}
|
2627
3375
|
},
|
2628
|
-
"
|
3376
|
+
"S1e": {
|
2629
3377
|
"type": "structure",
|
2630
3378
|
"members": {
|
2631
3379
|
"Username": {},
|
2632
3380
|
"Password": {
|
2633
|
-
"shape": "
|
3381
|
+
"shape": "S11"
|
2634
3382
|
},
|
2635
3383
|
"ServerName": {},
|
2636
3384
|
"Port": {
|
@@ -2654,7 +3402,7 @@
|
|
2654
3402
|
}
|
2655
3403
|
}
|
2656
3404
|
},
|
2657
|
-
"
|
3405
|
+
"S1i": {
|
2658
3406
|
"type": "structure",
|
2659
3407
|
"members": {
|
2660
3408
|
"StreamArn": {},
|
@@ -2683,7 +3431,7 @@
|
|
2683
3431
|
}
|
2684
3432
|
}
|
2685
3433
|
},
|
2686
|
-
"
|
3434
|
+
"S1k": {
|
2687
3435
|
"type": "structure",
|
2688
3436
|
"members": {
|
2689
3437
|
"Broker": {},
|
@@ -2714,12 +3462,12 @@
|
|
2714
3462
|
"SslClientCertificateArn": {},
|
2715
3463
|
"SslClientKeyArn": {},
|
2716
3464
|
"SslClientKeyPassword": {
|
2717
|
-
"shape": "
|
3465
|
+
"shape": "S11"
|
2718
3466
|
},
|
2719
3467
|
"SslCaCertificateArn": {},
|
2720
3468
|
"SaslUsername": {},
|
2721
3469
|
"SaslPassword": {
|
2722
|
-
"shape": "
|
3470
|
+
"shape": "S11"
|
2723
3471
|
},
|
2724
3472
|
"NoHexPrefix": {
|
2725
3473
|
"type": "boolean"
|
@@ -2728,7 +3476,7 @@
|
|
2728
3476
|
"SslEndpointIdentificationAlgorithm": {}
|
2729
3477
|
}
|
2730
3478
|
},
|
2731
|
-
"
|
3479
|
+
"S1o": {
|
2732
3480
|
"type": "structure",
|
2733
3481
|
"required": [
|
2734
3482
|
"ServiceAccessRoleArn",
|
@@ -2748,7 +3496,7 @@
|
|
2748
3496
|
}
|
2749
3497
|
}
|
2750
3498
|
},
|
2751
|
-
"
|
3499
|
+
"S1p": {
|
2752
3500
|
"type": "structure",
|
2753
3501
|
"required": [
|
2754
3502
|
"S3BucketName",
|
@@ -2772,7 +3520,7 @@
|
|
2772
3520
|
}
|
2773
3521
|
}
|
2774
3522
|
},
|
2775
|
-
"
|
3523
|
+
"S1q": {
|
2776
3524
|
"type": "structure",
|
2777
3525
|
"members": {
|
2778
3526
|
"AcceptAnyDate": {
|
@@ -2809,7 +3557,7 @@
|
|
2809
3557
|
"type": "integer"
|
2810
3558
|
},
|
2811
3559
|
"Password": {
|
2812
|
-
"shape": "
|
3560
|
+
"shape": "S11"
|
2813
3561
|
},
|
2814
3562
|
"Port": {
|
2815
3563
|
"type": "integer"
|
@@ -2840,7 +3588,7 @@
|
|
2840
3588
|
}
|
2841
3589
|
}
|
2842
3590
|
},
|
2843
|
-
"
|
3591
|
+
"S1r": {
|
2844
3592
|
"type": "structure",
|
2845
3593
|
"members": {
|
2846
3594
|
"AfterConnectScript": {},
|
@@ -2866,7 +3614,7 @@
|
|
2866
3614
|
"type": "integer"
|
2867
3615
|
},
|
2868
3616
|
"Password": {
|
2869
|
-
"shape": "
|
3617
|
+
"shape": "S11"
|
2870
3618
|
},
|
2871
3619
|
"Port": {
|
2872
3620
|
"type": "integer"
|
@@ -2891,7 +3639,7 @@
|
|
2891
3639
|
"BabelfishDatabaseName": {}
|
2892
3640
|
}
|
2893
3641
|
},
|
2894
|
-
"
|
3642
|
+
"S1v": {
|
2895
3643
|
"type": "structure",
|
2896
3644
|
"members": {
|
2897
3645
|
"AfterConnectScript": {},
|
@@ -2910,7 +3658,7 @@
|
|
2910
3658
|
"type": "integer"
|
2911
3659
|
},
|
2912
3660
|
"Password": {
|
2913
|
-
"shape": "
|
3661
|
+
"shape": "S11"
|
2914
3662
|
},
|
2915
3663
|
"Port": {
|
2916
3664
|
"type": "integer"
|
@@ -2922,7 +3670,7 @@
|
|
2922
3670
|
"SecretsManagerSecretId": {}
|
2923
3671
|
}
|
2924
3672
|
},
|
2925
|
-
"
|
3673
|
+
"S1x": {
|
2926
3674
|
"type": "structure",
|
2927
3675
|
"members": {
|
2928
3676
|
"AddSupplementalLogging": {
|
@@ -2970,7 +3718,7 @@
|
|
2970
3718
|
"type": "boolean"
|
2971
3719
|
},
|
2972
3720
|
"AsmPassword": {
|
2973
|
-
"shape": "
|
3721
|
+
"shape": "S11"
|
2974
3722
|
},
|
2975
3723
|
"AsmServer": {},
|
2976
3724
|
"AsmUser": {},
|
@@ -2986,7 +3734,7 @@
|
|
2986
3734
|
"type": "integer"
|
2987
3735
|
},
|
2988
3736
|
"Password": {
|
2989
|
-
"shape": "
|
3737
|
+
"shape": "S11"
|
2990
3738
|
},
|
2991
3739
|
"Port": {
|
2992
3740
|
"type": "integer"
|
@@ -2998,7 +3746,7 @@
|
|
2998
3746
|
"type": "integer"
|
2999
3747
|
},
|
3000
3748
|
"SecurityDbEncryption": {
|
3001
|
-
"shape": "
|
3749
|
+
"shape": "S11"
|
3002
3750
|
},
|
3003
3751
|
"SecurityDbEncryptionName": {},
|
3004
3752
|
"ServerName": {},
|
@@ -3031,12 +3779,12 @@
|
|
3031
3779
|
}
|
3032
3780
|
}
|
3033
3781
|
},
|
3034
|
-
"
|
3782
|
+
"S20": {
|
3035
3783
|
"type": "structure",
|
3036
3784
|
"members": {
|
3037
3785
|
"DatabaseName": {},
|
3038
3786
|
"Password": {
|
3039
|
-
"shape": "
|
3787
|
+
"shape": "S11"
|
3040
3788
|
},
|
3041
3789
|
"Port": {
|
3042
3790
|
"type": "integer"
|
@@ -3047,7 +3795,7 @@
|
|
3047
3795
|
"SecretsManagerSecretId": {}
|
3048
3796
|
}
|
3049
3797
|
},
|
3050
|
-
"
|
3798
|
+
"S21": {
|
3051
3799
|
"type": "structure",
|
3052
3800
|
"members": {
|
3053
3801
|
"Port": {
|
@@ -3059,7 +3807,7 @@
|
|
3059
3807
|
"DatabaseName": {},
|
3060
3808
|
"ControlTablesFileGroup": {},
|
3061
3809
|
"Password": {
|
3062
|
-
"shape": "
|
3810
|
+
"shape": "S11"
|
3063
3811
|
},
|
3064
3812
|
"QuerySingleAlwaysOnNode": {
|
3065
3813
|
"type": "boolean"
|
@@ -3087,12 +3835,12 @@
|
|
3087
3835
|
}
|
3088
3836
|
}
|
3089
3837
|
},
|
3090
|
-
"
|
3838
|
+
"S24": {
|
3091
3839
|
"type": "structure",
|
3092
3840
|
"members": {
|
3093
3841
|
"DatabaseName": {},
|
3094
3842
|
"Password": {
|
3095
|
-
"shape": "
|
3843
|
+
"shape": "S11"
|
3096
3844
|
},
|
3097
3845
|
"Port": {
|
3098
3846
|
"type": "integer"
|
@@ -3110,12 +3858,12 @@
|
|
3110
3858
|
"SecretsManagerSecretId": {}
|
3111
3859
|
}
|
3112
3860
|
},
|
3113
|
-
"
|
3861
|
+
"S25": {
|
3114
3862
|
"type": "structure",
|
3115
3863
|
"members": {
|
3116
3864
|
"Username": {},
|
3117
3865
|
"Password": {
|
3118
|
-
"shape": "
|
3866
|
+
"shape": "S11"
|
3119
3867
|
},
|
3120
3868
|
"ServerName": {},
|
3121
3869
|
"Port": {
|
@@ -3140,7 +3888,7 @@
|
|
3140
3888
|
}
|
3141
3889
|
}
|
3142
3890
|
},
|
3143
|
-
"
|
3891
|
+
"S26": {
|
3144
3892
|
"type": "structure",
|
3145
3893
|
"required": [
|
3146
3894
|
"ServerName",
|
@@ -3155,12 +3903,12 @@
|
|
3155
3903
|
"AuthType": {},
|
3156
3904
|
"AuthUserName": {},
|
3157
3905
|
"AuthPassword": {
|
3158
|
-
"shape": "
|
3906
|
+
"shape": "S11"
|
3159
3907
|
},
|
3160
3908
|
"SslCaCertificateArn": {}
|
3161
3909
|
}
|
3162
3910
|
},
|
3163
|
-
"
|
3911
|
+
"S29": {
|
3164
3912
|
"type": "structure",
|
3165
3913
|
"members": {
|
3166
3914
|
"AfterConnectScript": {},
|
@@ -3179,7 +3927,7 @@
|
|
3179
3927
|
"type": "integer"
|
3180
3928
|
},
|
3181
3929
|
"Password": {
|
3182
|
-
"shape": "
|
3930
|
+
"shape": "S11"
|
3183
3931
|
},
|
3184
3932
|
"Port": {
|
3185
3933
|
"type": "integer"
|
@@ -3191,7 +3939,7 @@
|
|
3191
3939
|
"SecretsManagerSecretId": {}
|
3192
3940
|
}
|
3193
3941
|
},
|
3194
|
-
"
|
3942
|
+
"S2a": {
|
3195
3943
|
"type": "structure",
|
3196
3944
|
"required": [
|
3197
3945
|
"DatabaseName",
|
@@ -3214,7 +3962,7 @@
|
|
3214
3962
|
}
|
3215
3963
|
}
|
3216
3964
|
},
|
3217
|
-
"
|
3965
|
+
"S2c": {
|
3218
3966
|
"type": "structure",
|
3219
3967
|
"members": {
|
3220
3968
|
"EndpointIdentifier": {},
|
@@ -3237,73 +3985,73 @@
|
|
3237
3985
|
"ExternalTableDefinition": {},
|
3238
3986
|
"ExternalId": {},
|
3239
3987
|
"DynamoDbSettings": {
|
3240
|
-
"shape": "
|
3988
|
+
"shape": "S12"
|
3241
3989
|
},
|
3242
3990
|
"S3Settings": {
|
3243
|
-
"shape": "
|
3991
|
+
"shape": "S13"
|
3244
3992
|
},
|
3245
3993
|
"DmsTransferSettings": {
|
3246
|
-
"shape": "
|
3994
|
+
"shape": "S1d"
|
3247
3995
|
},
|
3248
3996
|
"MongoDbSettings": {
|
3249
|
-
"shape": "
|
3997
|
+
"shape": "S1e"
|
3250
3998
|
},
|
3251
3999
|
"KinesisSettings": {
|
3252
|
-
"shape": "
|
4000
|
+
"shape": "S1i"
|
3253
4001
|
},
|
3254
4002
|
"KafkaSettings": {
|
3255
|
-
"shape": "
|
4003
|
+
"shape": "S1k"
|
3256
4004
|
},
|
3257
4005
|
"ElasticsearchSettings": {
|
3258
|
-
"shape": "
|
4006
|
+
"shape": "S1o"
|
3259
4007
|
},
|
3260
4008
|
"NeptuneSettings": {
|
3261
|
-
"shape": "
|
4009
|
+
"shape": "S1p"
|
3262
4010
|
},
|
3263
4011
|
"RedshiftSettings": {
|
3264
|
-
"shape": "
|
4012
|
+
"shape": "S1q"
|
3265
4013
|
},
|
3266
4014
|
"PostgreSQLSettings": {
|
3267
|
-
"shape": "
|
4015
|
+
"shape": "S1r"
|
3268
4016
|
},
|
3269
4017
|
"MySQLSettings": {
|
3270
|
-
"shape": "
|
4018
|
+
"shape": "S1v"
|
3271
4019
|
},
|
3272
4020
|
"OracleSettings": {
|
3273
|
-
"shape": "
|
4021
|
+
"shape": "S1x"
|
3274
4022
|
},
|
3275
4023
|
"SybaseSettings": {
|
3276
|
-
"shape": "
|
4024
|
+
"shape": "S20"
|
3277
4025
|
},
|
3278
4026
|
"MicrosoftSQLServerSettings": {
|
3279
|
-
"shape": "
|
4027
|
+
"shape": "S21"
|
3280
4028
|
},
|
3281
4029
|
"IBMDb2Settings": {
|
3282
|
-
"shape": "
|
4030
|
+
"shape": "S24"
|
3283
4031
|
},
|
3284
4032
|
"DocDbSettings": {
|
3285
|
-
"shape": "
|
4033
|
+
"shape": "S25"
|
3286
4034
|
},
|
3287
4035
|
"RedisSettings": {
|
3288
|
-
"shape": "
|
4036
|
+
"shape": "S26"
|
3289
4037
|
},
|
3290
4038
|
"GcpMySQLSettings": {
|
3291
|
-
"shape": "
|
4039
|
+
"shape": "S29"
|
3292
4040
|
},
|
3293
4041
|
"TimestreamSettings": {
|
3294
|
-
"shape": "
|
4042
|
+
"shape": "S2a"
|
3295
4043
|
}
|
3296
4044
|
}
|
3297
4045
|
},
|
3298
|
-
"
|
4046
|
+
"S2e": {
|
3299
4047
|
"type": "list",
|
3300
4048
|
"member": {}
|
3301
4049
|
},
|
3302
|
-
"
|
4050
|
+
"S2f": {
|
3303
4051
|
"type": "list",
|
3304
4052
|
"member": {}
|
3305
4053
|
},
|
3306
|
-
"
|
4054
|
+
"S2h": {
|
3307
4055
|
"type": "structure",
|
3308
4056
|
"members": {
|
3309
4057
|
"CustomerAwsId": {},
|
@@ -3313,17 +4061,98 @@
|
|
3313
4061
|
"SubscriptionCreationTime": {},
|
3314
4062
|
"SourceType": {},
|
3315
4063
|
"SourceIdsList": {
|
3316
|
-
"shape": "
|
4064
|
+
"shape": "S2f"
|
3317
4065
|
},
|
3318
4066
|
"EventCategoriesList": {
|
3319
|
-
"shape": "
|
4067
|
+
"shape": "S2e"
|
3320
4068
|
},
|
3321
4069
|
"Enabled": {
|
3322
4070
|
"type": "boolean"
|
3323
4071
|
}
|
3324
4072
|
}
|
3325
4073
|
},
|
3326
|
-
"
|
4074
|
+
"S2m": {
|
4075
|
+
"type": "list",
|
4076
|
+
"member": {}
|
4077
|
+
},
|
4078
|
+
"S2o": {
|
4079
|
+
"type": "structure",
|
4080
|
+
"members": {
|
4081
|
+
"InstanceProfileArn": {},
|
4082
|
+
"AvailabilityZone": {},
|
4083
|
+
"KmsKeyArn": {},
|
4084
|
+
"PubliclyAccessible": {
|
4085
|
+
"type": "boolean"
|
4086
|
+
},
|
4087
|
+
"NetworkType": {},
|
4088
|
+
"InstanceProfileName": {},
|
4089
|
+
"Description": {},
|
4090
|
+
"InstanceProfileCreationTime": {
|
4091
|
+
"shape": "Sy"
|
4092
|
+
},
|
4093
|
+
"SubnetGroupIdentifier": {},
|
4094
|
+
"VpcSecurityGroups": {
|
4095
|
+
"shape": "S2m"
|
4096
|
+
}
|
4097
|
+
}
|
4098
|
+
},
|
4099
|
+
"S2q": {
|
4100
|
+
"type": "list",
|
4101
|
+
"member": {
|
4102
|
+
"type": "structure",
|
4103
|
+
"required": [
|
4104
|
+
"DataProviderIdentifier"
|
4105
|
+
],
|
4106
|
+
"members": {
|
4107
|
+
"DataProviderIdentifier": {},
|
4108
|
+
"SecretsManagerSecretId": {},
|
4109
|
+
"SecretsManagerAccessRoleArn": {}
|
4110
|
+
}
|
4111
|
+
}
|
4112
|
+
},
|
4113
|
+
"S2s": {
|
4114
|
+
"type": "structure",
|
4115
|
+
"members": {
|
4116
|
+
"S3BucketPath": {},
|
4117
|
+
"S3BucketRoleArn": {}
|
4118
|
+
}
|
4119
|
+
},
|
4120
|
+
"S2u": {
|
4121
|
+
"type": "structure",
|
4122
|
+
"members": {
|
4123
|
+
"MigrationProjectName": {},
|
4124
|
+
"MigrationProjectArn": {},
|
4125
|
+
"MigrationProjectCreationTime": {
|
4126
|
+
"shape": "Sy"
|
4127
|
+
},
|
4128
|
+
"SourceDataProviderDescriptors": {
|
4129
|
+
"shape": "S2v"
|
4130
|
+
},
|
4131
|
+
"TargetDataProviderDescriptors": {
|
4132
|
+
"shape": "S2v"
|
4133
|
+
},
|
4134
|
+
"InstanceProfileArn": {},
|
4135
|
+
"InstanceProfileName": {},
|
4136
|
+
"TransformationRules": {},
|
4137
|
+
"Description": {},
|
4138
|
+
"SchemaConversionApplicationAttributes": {
|
4139
|
+
"shape": "S2s"
|
4140
|
+
}
|
4141
|
+
}
|
4142
|
+
},
|
4143
|
+
"S2v": {
|
4144
|
+
"type": "list",
|
4145
|
+
"member": {
|
4146
|
+
"type": "structure",
|
4147
|
+
"members": {
|
4148
|
+
"SecretsManagerSecretId": {},
|
4149
|
+
"SecretsManagerAccessRoleArn": {},
|
4150
|
+
"DataProviderName": {},
|
4151
|
+
"DataProviderArn": {}
|
4152
|
+
}
|
4153
|
+
}
|
4154
|
+
},
|
4155
|
+
"S2y": {
|
3327
4156
|
"type": "structure",
|
3328
4157
|
"members": {
|
3329
4158
|
"AvailabilityZone": {},
|
@@ -3341,15 +4170,11 @@
|
|
3341
4170
|
"PreferredMaintenanceWindow": {},
|
3342
4171
|
"ReplicationSubnetGroupId": {},
|
3343
4172
|
"VpcSecurityGroupIds": {
|
3344
|
-
"shape": "
|
4173
|
+
"shape": "S2m"
|
3345
4174
|
}
|
3346
4175
|
}
|
3347
4176
|
},
|
3348
|
-
"
|
3349
|
-
"type": "list",
|
3350
|
-
"member": {}
|
3351
|
-
},
|
3352
|
-
"S2h": {
|
4177
|
+
"S31": {
|
3353
4178
|
"type": "structure",
|
3354
4179
|
"members": {
|
3355
4180
|
"ReplicationConfigIdentifier": {},
|
@@ -3358,7 +4183,7 @@
|
|
3358
4183
|
"TargetEndpointArn": {},
|
3359
4184
|
"ReplicationType": {},
|
3360
4185
|
"ComputeConfig": {
|
3361
|
-
"shape": "
|
4186
|
+
"shape": "S2y"
|
3362
4187
|
},
|
3363
4188
|
"ReplicationSettings": {},
|
3364
4189
|
"SupplementalSettings": {},
|
@@ -3371,11 +4196,11 @@
|
|
3371
4196
|
}
|
3372
4197
|
}
|
3373
4198
|
},
|
3374
|
-
"
|
4199
|
+
"S33": {
|
3375
4200
|
"type": "list",
|
3376
4201
|
"member": {}
|
3377
4202
|
},
|
3378
|
-
"
|
4203
|
+
"S35": {
|
3379
4204
|
"type": "structure",
|
3380
4205
|
"members": {
|
3381
4206
|
"ReplicationInstanceIdentifier": {},
|
@@ -3399,7 +4224,7 @@
|
|
3399
4224
|
},
|
3400
4225
|
"AvailabilityZone": {},
|
3401
4226
|
"ReplicationSubnetGroup": {
|
3402
|
-
"shape": "
|
4227
|
+
"shape": "S38"
|
3403
4228
|
},
|
3404
4229
|
"PreferredMaintenanceWindow": {},
|
3405
4230
|
"PendingModifiedValues": {
|
@@ -3454,7 +4279,7 @@
|
|
3454
4279
|
"NetworkType": {}
|
3455
4280
|
}
|
3456
4281
|
},
|
3457
|
-
"
|
4282
|
+
"S38": {
|
3458
4283
|
"type": "structure",
|
3459
4284
|
"members": {
|
3460
4285
|
"ReplicationSubnetGroupIdentifier": {},
|
@@ -3478,15 +4303,15 @@
|
|
3478
4303
|
}
|
3479
4304
|
},
|
3480
4305
|
"SupportedNetworkTypes": {
|
3481
|
-
"shape": "
|
4306
|
+
"shape": "S2m"
|
3482
4307
|
}
|
3483
4308
|
}
|
3484
4309
|
},
|
3485
|
-
"
|
4310
|
+
"S3h": {
|
3486
4311
|
"type": "list",
|
3487
4312
|
"member": {}
|
3488
4313
|
},
|
3489
|
-
"
|
4314
|
+
"S3l": {
|
3490
4315
|
"type": "structure",
|
3491
4316
|
"members": {
|
3492
4317
|
"ReplicationTaskIdentifier": {},
|
@@ -3551,7 +4376,7 @@
|
|
3551
4376
|
"TargetReplicationInstanceArn": {}
|
3552
4377
|
}
|
3553
4378
|
},
|
3554
|
-
"
|
4379
|
+
"S3q": {
|
3555
4380
|
"type": "structure",
|
3556
4381
|
"members": {
|
3557
4382
|
"CertificateIdentifier": {},
|
@@ -3576,7 +4401,7 @@
|
|
3576
4401
|
}
|
3577
4402
|
}
|
3578
4403
|
},
|
3579
|
-
"
|
4404
|
+
"S3u": {
|
3580
4405
|
"type": "structure",
|
3581
4406
|
"members": {
|
3582
4407
|
"ReplicationInstanceArn": {},
|
@@ -3587,7 +4412,7 @@
|
|
3587
4412
|
"ReplicationInstanceIdentifier": {}
|
3588
4413
|
}
|
3589
4414
|
},
|
3590
|
-
"
|
4415
|
+
"S4q": {
|
3591
4416
|
"type": "list",
|
3592
4417
|
"member": {
|
3593
4418
|
"type": "structure",
|
@@ -3604,7 +4429,37 @@
|
|
3604
4429
|
}
|
3605
4430
|
}
|
3606
4431
|
},
|
3607
|
-
"
|
4432
|
+
"S60": {
|
4433
|
+
"type": "list",
|
4434
|
+
"member": {
|
4435
|
+
"type": "structure",
|
4436
|
+
"members": {
|
4437
|
+
"Status": {},
|
4438
|
+
"RequestIdentifier": {},
|
4439
|
+
"MigrationProjectArn": {},
|
4440
|
+
"Error": {
|
4441
|
+
"type": "structure",
|
4442
|
+
"members": {
|
4443
|
+
"defaultErrorDetails": {
|
4444
|
+
"type": "structure",
|
4445
|
+
"members": {
|
4446
|
+
"Message": {}
|
4447
|
+
}
|
4448
|
+
}
|
4449
|
+
},
|
4450
|
+
"union": true
|
4451
|
+
},
|
4452
|
+
"ExportSqlDetails": {
|
4453
|
+
"type": "structure",
|
4454
|
+
"members": {
|
4455
|
+
"S3ObjectKey": {},
|
4456
|
+
"ObjectURL": {}
|
4457
|
+
}
|
4458
|
+
}
|
4459
|
+
}
|
4460
|
+
}
|
4461
|
+
},
|
4462
|
+
"S6i": {
|
3608
4463
|
"type": "structure",
|
3609
4464
|
"members": {
|
3610
4465
|
"ServerId": {},
|
@@ -3612,7 +4467,7 @@
|
|
3612
4467
|
"ServerName": {}
|
3613
4468
|
}
|
3614
4469
|
},
|
3615
|
-
"
|
4470
|
+
"S83": {
|
3616
4471
|
"type": "structure",
|
3617
4472
|
"members": {
|
3618
4473
|
"EndpointArn": {},
|
@@ -3624,7 +4479,7 @@
|
|
3624
4479
|
"LastFailureMessage": {}
|
3625
4480
|
}
|
3626
4481
|
},
|
3627
|
-
"
|
4482
|
+
"S8l": {
|
3628
4483
|
"type": "structure",
|
3629
4484
|
"members": {
|
3630
4485
|
"SchemaName": {},
|
@@ -3688,7 +4543,7 @@
|
|
3688
4543
|
"ValidationStateDetails": {}
|
3689
4544
|
}
|
3690
4545
|
},
|
3691
|
-
"
|
4546
|
+
"S93": {
|
3692
4547
|
"type": "structure",
|
3693
4548
|
"members": {
|
3694
4549
|
"ReplicationConfigIdentifier": {},
|
@@ -3718,7 +4573,7 @@
|
|
3718
4573
|
},
|
3719
4574
|
"StopReason": {},
|
3720
4575
|
"FailureMessages": {
|
3721
|
-
"shape": "
|
4576
|
+
"shape": "S2m"
|
3722
4577
|
},
|
3723
4578
|
"ReplicationStats": {
|
3724
4579
|
"type": "structure",
|
@@ -3776,7 +4631,14 @@
|
|
3776
4631
|
}
|
3777
4632
|
}
|
3778
4633
|
},
|
3779
|
-
"
|
4634
|
+
"S9g": {
|
4635
|
+
"type": "structure",
|
4636
|
+
"members": {
|
4637
|
+
"S3ObjectKey": {},
|
4638
|
+
"ObjectURL": {}
|
4639
|
+
}
|
4640
|
+
},
|
4641
|
+
"Sad": {
|
3780
4642
|
"type": "list",
|
3781
4643
|
"member": {
|
3782
4644
|
"type": "structure",
|