cdk-lambda-subminute 2.0.244 → 2.0.246

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.
@@ -27,6 +27,54 @@
27
27
  "title": "Add tags to resource"
28
28
  }
29
29
  ],
30
+ "CreateDataProvider": [
31
+ {
32
+ "input": {
33
+ "DataProviderName": "sqlServer-dev",
34
+ "Description": "description",
35
+ "Engine": "sqlserver",
36
+ "Settings": {
37
+ "MicrosoftSqlServerSettings": {
38
+ "DatabaseName": "DatabaseName",
39
+ "Port": 11112,
40
+ "ServerName": "ServerName2",
41
+ "SslMode": "none"
42
+ }
43
+ },
44
+ "Tags": [
45
+ {
46
+ "Key": "access",
47
+ "Value": "authorizedusers"
48
+ }
49
+ ]
50
+ },
51
+ "output": {
52
+ "DataProvider": {
53
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-dataprovider",
54
+ "DataProviderCreationTime": "2023-05-12T10:50:41.988561Z",
55
+ "DataProviderName": "my-target-dataprovider",
56
+ "Engine": "postgres",
57
+ "Settings": {
58
+ "PostgreSqlSettings": {
59
+ "DatabaseName": "target",
60
+ "Port": 5432,
61
+ "ServerName": "postrgesql.a1b2c3d4e5f6.us-east-1.rds.amazonaws.com",
62
+ "SslMode": "none"
63
+ }
64
+ }
65
+ }
66
+ },
67
+ "comments": {
68
+ "input": {
69
+ },
70
+ "output": {
71
+ }
72
+ },
73
+ "description": "Creates the data provider with the specified parameters.",
74
+ "id": "create-data-provider-1689726511871",
75
+ "title": "Create Data Provider"
76
+ }
77
+ ],
30
78
  "CreateEndpoint": [
31
79
  {
32
80
  "input": {
@@ -73,6 +121,119 @@
73
121
  "title": "Create endpoint"
74
122
  }
75
123
  ],
124
+ "CreateInstanceProfile": [
125
+ {
126
+ "input": {
127
+ "Description": "Description",
128
+ "InstanceProfileName": "my-instance-profile",
129
+ "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
130
+ "NetworkType": "DUAL",
131
+ "PubliclyAccessible": true,
132
+ "SubnetGroupIdentifier": "my-subnet-group",
133
+ "Tags": [
134
+ {
135
+ "Key": "access",
136
+ "Value": "authorizedusers"
137
+ }
138
+ ]
139
+ },
140
+ "output": {
141
+ "InstanceProfile": {
142
+ "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
143
+ "InstanceProfileCreationTime": "2022-12-16T09:44:43.543246Z",
144
+ "InstanceProfileName": "my-instance-profile",
145
+ "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
146
+ "PubliclyAccessible": true,
147
+ "SubnetGroupIdentifier": "public-subnets",
148
+ "VpcIdentifier": "vpc-0a1b2c3d4e5f6g7h8",
149
+ "VpcSecurityGroups": [
150
+ "sg-0123456"
151
+ ]
152
+ }
153
+ },
154
+ "comments": {
155
+ "input": {
156
+ },
157
+ "output": {
158
+ }
159
+ },
160
+ "description": "Creates the instance profile using the specified parameters.",
161
+ "id": "create-instance-profile-1689716070633",
162
+ "title": "Create Instance Profile"
163
+ }
164
+ ],
165
+ "CreateMigrationProject": [
166
+ {
167
+ "input": {
168
+ "Description": "description",
169
+ "InstanceProfileIdentifier": "ip-au-17",
170
+ "MigrationProjectName": "my-migration-project",
171
+ "SchemaConversionApplicationAttributes": {
172
+ "S3BucketPath": "arn:aws:s3:::mylogin-bucket",
173
+ "S3BucketRoleArn": "arn:aws:iam::012345678901:role/Admin"
174
+ },
175
+ "SourceDataProviderDescriptors": [
176
+ {
177
+ "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
178
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/myuser-admin-access",
179
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/example1/ALL.SOURCE.ORACLE_12-A1B2C3"
180
+ }
181
+ ],
182
+ "Tags": [
183
+ {
184
+ "Key": "access",
185
+ "Value": "authorizedusers"
186
+ }
187
+ ],
188
+ "TargetDataProviderDescriptors": [
189
+ {
190
+ "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
191
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/myuser-admin-access",
192
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/example1/TARGET.postgresql-A1B2C3"
193
+ }
194
+ ],
195
+ "TransformationRules": "{\"key0\":\"value0\",\"key1\":\"value1\",\"key2\":\"value2\"}"
196
+ },
197
+ "output": {
198
+ "MigrationProject": {
199
+ "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
200
+ "InstanceProfileName": "my-instance-profile",
201
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
202
+ "MigrationProjectCreationTime": "2023-04-19T11:45:15.805253Z",
203
+ "MigrationProjectName": "my-migration-project",
204
+ "SchemaConversionApplicationAttributes": {
205
+ "S3BucketPath": "my-s3-bucket/my_folder",
206
+ "S3BucketRoleArn": "arn:aws:iam::012345678901:role/my-s3role"
207
+ },
208
+ "SourceDataProviderDescriptors": [
209
+ {
210
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
211
+ "DataProviderName": "source-oracle-12",
212
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/my-access-role",
213
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/ALL.SOURCE.ORACLE_12-0123456"
214
+ }
215
+ ],
216
+ "TargetDataProviderDescriptors": [
217
+ {
218
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
219
+ "DataProviderName": "target-dataprovider-3",
220
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/dmytbon-admin-access",
221
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/TARGET.postgresql-0123456"
222
+ }
223
+ ]
224
+ }
225
+ },
226
+ "comments": {
227
+ "input": {
228
+ },
229
+ "output": {
230
+ }
231
+ },
232
+ "description": "Creates the migration project with the specified parameters.",
233
+ "id": "create-migration-project-1689716672685",
234
+ "title": "Create Migration Project"
235
+ }
236
+ ],
76
237
  "CreateReplicationInstance": [
77
238
  {
78
239
  "input": {
@@ -271,6 +432,38 @@
271
432
  "title": "Delete Connection"
272
433
  }
273
434
  ],
435
+ "DeleteDataProvider": [
436
+ {
437
+ "input": {
438
+ "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
439
+ },
440
+ "output": {
441
+ "DataProvider": {
442
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
443
+ "DataProviderCreationTime": "2023-05-12T10:50:41.988561Z",
444
+ "DataProviderName": "my-target-data-provider",
445
+ "Engine": "postgres",
446
+ "Settings": {
447
+ "PostgreSqlSettings": {
448
+ "DatabaseName": "target",
449
+ "Port": 5432,
450
+ "ServerName": "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
451
+ "SslMode": "none"
452
+ }
453
+ }
454
+ }
455
+ },
456
+ "comments": {
457
+ "input": {
458
+ },
459
+ "output": {
460
+ }
461
+ },
462
+ "description": "Deletes the specified data provider.",
463
+ "id": "delete-data-provider-1689724476356",
464
+ "title": "Delete Data Provider"
465
+ }
466
+ ],
274
467
  "DeleteEndpoint": [
275
468
  {
276
469
  "input": {
@@ -300,6 +493,81 @@
300
493
  "title": "Delete Endpoint"
301
494
  }
302
495
  ],
496
+ "DeleteInstanceProfile": [
497
+ {
498
+ "input": {
499
+ "InstanceProfileIdentifier": "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
500
+ },
501
+ "output": {
502
+ "InstanceProfile": {
503
+ "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
504
+ "InstanceProfileCreationTime": "2022-12-16T09:44:43.543246Z",
505
+ "InstanceProfileName": "my-instance-profile",
506
+ "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
507
+ "PubliclyAccessible": true,
508
+ "SubnetGroupIdentifier": "public-subnets",
509
+ "VpcIdentifier": "vpc-0a1b2c3d4e5f6g7h8",
510
+ "VpcSecurityGroups": [
511
+ "sg-0123456"
512
+ ]
513
+ }
514
+ },
515
+ "comments": {
516
+ "input": {
517
+ },
518
+ "output": {
519
+ }
520
+ },
521
+ "description": "Deletes the specified instance profile.",
522
+ "id": "delete-instance-profile-1689716924105",
523
+ "title": "Delete Instance Profile"
524
+ }
525
+ ],
526
+ "DeleteMigrationProject": [
527
+ {
528
+ "input": {
529
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
530
+ },
531
+ "output": {
532
+ "MigrationProject": {
533
+ "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
534
+ "InstanceProfileName": "my-instance-profile",
535
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
536
+ "MigrationProjectCreationTime": "2023-04-19T11:45:15.805253Z",
537
+ "MigrationProjectName": "my-migration-project",
538
+ "SchemaConversionApplicationAttributes": {
539
+ "S3BucketPath": "my-s3-bucket/my_folder",
540
+ "S3BucketRoleArn": "arn:aws:iam::012345678901:role/my-s3role"
541
+ },
542
+ "SourceDataProviderDescriptors": [
543
+ {
544
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
545
+ "DataProviderName": "all-source-oracle-12",
546
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/my-access-role",
547
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/ALL.SOURCE.ORACLE_12-0123456"
548
+ }
549
+ ],
550
+ "TargetDataProviderDescriptors": [
551
+ {
552
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
553
+ "DataProviderName": "sde-obilyns-dataprovider-3",
554
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::437223687239:role/dmytbon-admin-access",
555
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/TARGET.postgresql-0123456"
556
+ }
557
+ ]
558
+ }
559
+ },
560
+ "comments": {
561
+ "input": {
562
+ },
563
+ "output": {
564
+ }
565
+ },
566
+ "description": "Deletes the specified migration project.",
567
+ "id": "delete-migration-project-1689717217454",
568
+ "title": "Delete Migration Project"
569
+ }
570
+ ],
303
571
  "DeleteReplicationInstance": [
304
572
  {
305
573
  "input": {
@@ -518,6 +786,70 @@
518
786
  "title": "Describe connections"
519
787
  }
520
788
  ],
789
+ "DescribeConversionConfiguration": [
790
+ {
791
+ "input": {
792
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
793
+ },
794
+ "output": {
795
+ "ConversionConfiguration": "{\"Common project settings\":{\"ShowSeverityLevelInSql\":\"CRITICAL\"},\"ORACLE_TO_POSTGRESQL\" : {\"ToTimeZone\":false,\"LastDayBuiltinFunctionOracle\":false, \"NextDayBuiltinFunctionOracle\":false,\"ConvertProceduresToFunction\":false,\"NvlBuiltinFunctionOracle\":false,\"DbmsAssertBuiltinFunctionOracle\":false}}",
796
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
797
+ },
798
+ "comments": {
799
+ "input": {
800
+ },
801
+ "output": {
802
+ }
803
+ },
804
+ "description": "Returns configuration parameters for a schema conversion project.",
805
+ "id": "describe-conversion-configuration-1689717690907",
806
+ "title": "Describe Conversion Configuration"
807
+ }
808
+ ],
809
+ "DescribeDataProviders": [
810
+ {
811
+ "input": {
812
+ "Filters": [
813
+ {
814
+ "Name": "data-provider-identifier",
815
+ "Values": [
816
+ "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
817
+ ]
818
+ }
819
+ ],
820
+ "Marker": "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
821
+ "MaxRecords": 20
822
+ },
823
+ "output": {
824
+ "DataProviders": [
825
+ {
826
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
827
+ "DataProviderCreationTime": "2023-05-12T10:50:41.988561Z",
828
+ "DataProviderName": "my-target-data-provider",
829
+ "Engine": "postgres",
830
+ "Settings": {
831
+ "PostgreSqlSettings": {
832
+ "DatabaseName": "target",
833
+ "Port": 5432,
834
+ "ServerName": "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
835
+ "SslMode": "none"
836
+ }
837
+ }
838
+ }
839
+ ],
840
+ "Marker": "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
841
+ },
842
+ "comments": {
843
+ "input": {
844
+ },
845
+ "output": {
846
+ }
847
+ },
848
+ "description": "",
849
+ "id": "describe-data-providers-1689725897156",
850
+ "title": "Describe Data Providers"
851
+ }
852
+ ],
521
853
  "DescribeEndpointTypes": [
522
854
  {
523
855
  "input": {
@@ -582,6 +914,318 @@
582
914
  "title": "Describe endpoints"
583
915
  }
584
916
  ],
917
+ "DescribeExtensionPackAssociations": [
918
+ {
919
+ "input": {
920
+ "Filters": [
921
+ {
922
+ "Name": "instance-profile-identifier",
923
+ "Values": [
924
+ "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
925
+ ]
926
+ }
927
+ ],
928
+ "Marker": "0123456789abcdefghijklmnopqrs",
929
+ "MaxRecords": 20,
930
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
931
+ },
932
+ "output": {
933
+ "Marker": "0123456789abcdefghijklmnopqrs",
934
+ "Requests": [
935
+ {
936
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
937
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
938
+ "Status": "SUCCESS"
939
+ }
940
+ ]
941
+ },
942
+ "comments": {
943
+ "input": {
944
+ },
945
+ "output": {
946
+ }
947
+ },
948
+ "description": "Returns a paginated list of extension pack associations for the specified migration project.",
949
+ "id": "describe-extension-pack-associations-1689718322580",
950
+ "title": "Describe Extension Pack Associations"
951
+ }
952
+ ],
953
+ "DescribeInstanceProfiles": [
954
+ {
955
+ "input": {
956
+ "Filters": [
957
+ {
958
+ "Name": "instance-profile-identifier",
959
+ "Values": [
960
+ "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
961
+ ]
962
+ }
963
+ ],
964
+ "Marker": "0123456789abcdefghijklmnopqrs",
965
+ "MaxRecords": 20
966
+ },
967
+ "output": {
968
+ "InstanceProfiles": [
969
+ {
970
+ "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
971
+ "InstanceProfileCreationTime": "2022-12-16T09:44:43.543246Z",
972
+ "InstanceProfileName": "my-instance-profile",
973
+ "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
974
+ "PubliclyAccessible": true,
975
+ "SubnetGroupIdentifier": "public-subnets",
976
+ "VpcIdentifier": "vpc-0a1b2c3d4e5f6g7h8"
977
+ }
978
+ ],
979
+ "Marker": "0123456789abcdefghijklmnopqrs"
980
+ },
981
+ "comments": {
982
+ "input": {
983
+ },
984
+ "output": {
985
+ }
986
+ },
987
+ "description": "Returns a paginated list of instance profiles for your account in the current region.",
988
+ "id": "describe-instance-profiles-1689718406840",
989
+ "title": "Describe Instance Profiles"
990
+ }
991
+ ],
992
+ "DescribeMetadataModelAssessments": [
993
+ {
994
+ "input": {
995
+ "Filters": [
996
+ {
997
+ "Name": "my-migration-project",
998
+ "Values": [
999
+ "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
1000
+ ]
1001
+ }
1002
+ ],
1003
+ "Marker": "0123456789abcdefghijklmnopqrs",
1004
+ "MaxRecords": 20,
1005
+ "MigrationProjectIdentifier": ""
1006
+ },
1007
+ "output": {
1008
+ "Marker": "ASDLKJASDJKHDFHGDNBGDASKJHGFK",
1009
+ "Requests": [
1010
+ {
1011
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1012
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
1013
+ "Status": "SUCCESS"
1014
+ }
1015
+ ]
1016
+ },
1017
+ "comments": {
1018
+ "input": {
1019
+ },
1020
+ "output": {
1021
+ }
1022
+ },
1023
+ "description": "Returns a paginated list of metadata model assessments for your account in the current region.",
1024
+ "id": "describe-metadata-model-assessments-1689718702303",
1025
+ "title": "Describe Metadata Model Assessments"
1026
+ }
1027
+ ],
1028
+ "DescribeMetadataModelConversions": [
1029
+ {
1030
+ "input": {
1031
+ "Filters": [
1032
+ {
1033
+ "Name": "request-id",
1034
+ "Values": [
1035
+ "01234567-89ab-cdef-0123-456789abcdef"
1036
+ ]
1037
+ }
1038
+ ],
1039
+ "Marker": "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ123456",
1040
+ "MaxRecords": 123,
1041
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
1042
+ },
1043
+ "output": {
1044
+ "Marker": "0123456789abcdefghijklmnopqrs",
1045
+ "Requests": [
1046
+ {
1047
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1048
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
1049
+ "Status": "SUCCESS"
1050
+ }
1051
+ ]
1052
+ },
1053
+ "comments": {
1054
+ "input": {
1055
+ },
1056
+ "output": {
1057
+ }
1058
+ },
1059
+ "description": "Returns a paginated list of metadata model conversions for a migration project.",
1060
+ "id": "describe-metadata-model-conversions-1689719021495",
1061
+ "title": "Describe Metadata Model Conversions"
1062
+ }
1063
+ ],
1064
+ "DescribeMetadataModelExportsAsScript": [
1065
+ {
1066
+ "input": {
1067
+ "Filters": [
1068
+ {
1069
+ "Name": "request-id",
1070
+ "Values": [
1071
+ "01234567-89ab-cdef-0123-456789abcdef"
1072
+ ]
1073
+ }
1074
+ ],
1075
+ "Marker": "0123456789abcdefghijklmnopqrs",
1076
+ "MaxRecords": 20,
1077
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
1078
+ },
1079
+ "output": {
1080
+ "Marker": "0123456789abcdefghijklmnopqrs",
1081
+ "Requests": [
1082
+ {
1083
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1084
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
1085
+ "Status": "SUCCESS"
1086
+ }
1087
+ ]
1088
+ },
1089
+ "comments": {
1090
+ "input": {
1091
+ },
1092
+ "output": {
1093
+ }
1094
+ },
1095
+ "description": "Returns a paginated list of metadata model exports.",
1096
+ "id": "describe-metadata-model-exports-as-script-1689719253938",
1097
+ "title": "Describe Metadata Model Exports As Script"
1098
+ }
1099
+ ],
1100
+ "DescribeMetadataModelExportsToTarget": [
1101
+ {
1102
+ "input": {
1103
+ "Filters": [
1104
+ {
1105
+ "Name": "request-id",
1106
+ "Values": [
1107
+ "01234567-89ab-cdef-0123-456789abcdef"
1108
+ ]
1109
+ }
1110
+ ],
1111
+ "Marker": "0123456789abcdefghijklmnopqrs",
1112
+ "MaxRecords": 20,
1113
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
1114
+ },
1115
+ "output": {
1116
+ "Marker": "0123456789abcdefghijklmnopqrs",
1117
+ "Requests": [
1118
+ {
1119
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1120
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
1121
+ "Status": "SUCCESS"
1122
+ }
1123
+ ]
1124
+ },
1125
+ "comments": {
1126
+ "input": {
1127
+ },
1128
+ "output": {
1129
+ }
1130
+ },
1131
+ "description": "Returns a paginated list of metadata model exports.",
1132
+ "id": "describe-metadata-model-exports-to-target-1689719484750",
1133
+ "title": "Describe Metadata Model Exports To Target"
1134
+ }
1135
+ ],
1136
+ "DescribeMetadataModelImports": [
1137
+ {
1138
+ "input": {
1139
+ "Filters": [
1140
+ {
1141
+ "Name": "request-id",
1142
+ "Values": [
1143
+ "01234567-89ab-cdef-0123-456789abcdef"
1144
+ ]
1145
+ }
1146
+ ],
1147
+ "Marker": "0123456789abcdefghijklmnopqrs",
1148
+ "MaxRecords": 20,
1149
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
1150
+ },
1151
+ "output": {
1152
+ "Marker": "0123456789abcdefghijklmnopqrs",
1153
+ "Requests": [
1154
+ {
1155
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1156
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef",
1157
+ "Status": "SUCCESS"
1158
+ }
1159
+ ]
1160
+ },
1161
+ "comments": {
1162
+ "input": {
1163
+ },
1164
+ "output": {
1165
+ }
1166
+ },
1167
+ "description": "Returns a paginated list of metadata model imports.",
1168
+ "id": "describe-metadata-model-imports-1689719771322",
1169
+ "title": "Describe Metadata Model Imports"
1170
+ }
1171
+ ],
1172
+ "DescribeMigrationProjects": [
1173
+ {
1174
+ "input": {
1175
+ "Filters": [
1176
+ {
1177
+ "Name": "migration-project-identifier",
1178
+ "Values": [
1179
+ "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ12345678901"
1180
+ ]
1181
+ }
1182
+ ],
1183
+ "Marker": "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ123456",
1184
+ "MaxRecords": 20
1185
+ },
1186
+ "output": {
1187
+ "Marker": "0123456789abcdefghijklmnopqrs",
1188
+ "MigrationProjects": [
1189
+ {
1190
+ "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1191
+ "InstanceProfileName": "my-instance-profile",
1192
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1193
+ "MigrationProjectCreationTime": "2023-04-19T11:45:15.805253Z",
1194
+ "MigrationProjectName": "my-migration-project",
1195
+ "SchemaConversionApplicationAttributes": {
1196
+ "S3BucketPath": "my-s3-bucket/my_folder",
1197
+ "S3BucketRoleArn": "arn:aws:iam::012345678901:role/my-s3role"
1198
+ },
1199
+ "SourceDataProviderDescriptors": [
1200
+ {
1201
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1202
+ "DataProviderName": "all-source-oracle-12",
1203
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/my-access-role",
1204
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/ALL.SOURCE.ORACLE_12-012345"
1205
+ }
1206
+ ],
1207
+ "TargetDataProviderDescriptors": [
1208
+ {
1209
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1210
+ "DataProviderName": "my-data-provider",
1211
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/dmytbon-admin-access",
1212
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/TARGET.postgresql-012345"
1213
+ }
1214
+ ]
1215
+ }
1216
+ ]
1217
+ },
1218
+ "comments": {
1219
+ "input": {
1220
+ },
1221
+ "output": {
1222
+ }
1223
+ },
1224
+ "description": "Returns a paginated list of migration projects for your account in the current region.",
1225
+ "id": "describe-migration-projects-1689719912075",
1226
+ "title": "Describe Migration Projects"
1227
+ }
1228
+ ],
585
1229
  "DescribeOrderableReplicationInstances": [
586
1230
  {
587
1231
  "input": {
@@ -770,6 +1414,37 @@
770
1414
  "title": "Describe table statistics"
771
1415
  }
772
1416
  ],
1417
+ "ExportMetadataModelAssessment": [
1418
+ {
1419
+ "input": {
1420
+ "AssessmentReportTypes": [
1421
+ "pdf"
1422
+ ],
1423
+ "FileName": "file",
1424
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1425
+ "SelectionRules": "{\"rules\": [{\"rule-type\": \"selection\",\"rule-id\": \"1\",\"rule-name\": \"1\",\"object-locator\": {\"server-name\": \"aurora-pg.cluster-a1b2c3d4e5f6.us-east-1.rds.amazonaws.com\", \"schema-name\": \"schema1\", \"table-name\": \"Cities\"},\"rule-action\": \"explicit\"} ]}"
1426
+ },
1427
+ "output": {
1428
+ "CsvReport": {
1429
+ "ObjectURL": "url",
1430
+ "S3ObjectKey": "object-name"
1431
+ },
1432
+ "PdfReport": {
1433
+ "ObjectURL": "url",
1434
+ "S3ObjectKey": "object-name"
1435
+ }
1436
+ },
1437
+ "comments": {
1438
+ "input": {
1439
+ },
1440
+ "output": {
1441
+ }
1442
+ },
1443
+ "description": "Saves a copy of a database migration assessment report to your S3 bucket. DMS can save your assessment report as a comma-separated value (CSV) or a PDF file.",
1444
+ "id": "export-metadata-model-assessment-1689720309558",
1445
+ "title": "Export Metadata Model Assessment"
1446
+ }
1447
+ ],
773
1448
  "ImportCertificate": [
774
1449
  {
775
1450
  "input": {
@@ -812,6 +1487,69 @@
812
1487
  "title": "List tags for resource"
813
1488
  }
814
1489
  ],
1490
+ "ModifyConversionConfiguration": [
1491
+ {
1492
+ "input": {
1493
+ "ConversionConfiguration": "{\"Common project settings\":{\"ShowSeverityLevelInSql\":\"CRITICAL\"},\"ORACLE_TO_POSTGRESQL\" : {\"ToTimeZone\":false,\"LastDayBuiltinFunctionOracle\":false, \"NextDayBuiltinFunctionOracle\":false,\"ConvertProceduresToFunction\":false,\"NvlBuiltinFunctionOracle\":false,\"DbmsAssertBuiltinFunctionOracle\":false}}",
1494
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
1495
+ },
1496
+ "output": {
1497
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
1498
+ },
1499
+ "comments": {
1500
+ "input": {
1501
+ },
1502
+ "output": {
1503
+ }
1504
+ },
1505
+ "description": "Modifies the specified schema conversion configuration using the provided parameters.",
1506
+ "id": "modify-conversion-configuration-1689720529855",
1507
+ "title": "Modify Conversion Configuration"
1508
+ }
1509
+ ],
1510
+ "ModifyDataProvider": [
1511
+ {
1512
+ "input": {
1513
+ "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
1514
+ "DataProviderName": "new-name",
1515
+ "Description": "description",
1516
+ "Engine": "sqlserver",
1517
+ "Settings": {
1518
+ "MicrosoftSqlServerSettings": {
1519
+ "DatabaseName": "DatabaseName",
1520
+ "Port": 11112,
1521
+ "ServerName": "ServerName2",
1522
+ "SslMode": "none"
1523
+ }
1524
+ }
1525
+ },
1526
+ "output": {
1527
+ "DataProvider": {
1528
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
1529
+ "DataProviderCreationTime": "2023-05-12T10:50:41.988561Z",
1530
+ "DataProviderName": "my-target-data-provider",
1531
+ "Engine": "postgres",
1532
+ "Settings": {
1533
+ "PostgreSqlSettings": {
1534
+ "DatabaseName": "target",
1535
+ "Port": 5432,
1536
+ "ServerName": "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
1537
+ "SslMode": "none"
1538
+ }
1539
+ }
1540
+ }
1541
+ },
1542
+ "comments": {
1543
+ "input": {
1544
+ },
1545
+ "output": {
1546
+ }
1547
+ },
1548
+ "description": "Modifies the specified data provider using the provided settings.",
1549
+ "id": "modify-data-provider-1689720700567",
1550
+ "title": "Modify Data Provider"
1551
+ }
1552
+ ],
815
1553
  "ModifyEndpoint": [
816
1554
  {
817
1555
  "input": {
@@ -843,6 +1581,112 @@
843
1581
  "title": "Modify endpoint"
844
1582
  }
845
1583
  ],
1584
+ "ModifyInstanceProfile": [
1585
+ {
1586
+ "input": {
1587
+ "AvailabilityZone": "",
1588
+ "Description": "",
1589
+ "InstanceProfileIdentifier": "",
1590
+ "InstanceProfileName": "",
1591
+ "KmsKeyArn": "",
1592
+ "NetworkType": "",
1593
+ "PubliclyAccessible": true,
1594
+ "SubnetGroupIdentifier": "",
1595
+ "VpcSecurityGroups": [
1596
+
1597
+ ]
1598
+ },
1599
+ "output": {
1600
+ "InstanceProfile": {
1601
+ "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
1602
+ "InstanceProfileCreationTime": "2022-12-16T09:44:43.543246Z",
1603
+ "InstanceProfileName": "my-instance-profile",
1604
+ "KmsKeyArn": "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
1605
+ "PubliclyAccessible": true,
1606
+ "SubnetGroupIdentifier": "public-subnets",
1607
+ "VpcIdentifier": "vpc-0a1b2c3d4e5f6g7h8",
1608
+ "VpcSecurityGroups": [
1609
+ "sg-0123456"
1610
+ ]
1611
+ }
1612
+ },
1613
+ "comments": {
1614
+ "input": {
1615
+ },
1616
+ "output": {
1617
+ }
1618
+ },
1619
+ "description": "Modifies the specified instance profile using the provided parameters.",
1620
+ "id": "modify-instance-profile-1689724223329",
1621
+ "title": "Modify Instance Profile"
1622
+ }
1623
+ ],
1624
+ "ModifyMigrationProject": [
1625
+ {
1626
+ "input": {
1627
+ "Description": "description",
1628
+ "InstanceProfileIdentifier": "my-instance-profile",
1629
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
1630
+ "MigrationProjectName": "new-name",
1631
+ "SchemaConversionApplicationAttributes": {
1632
+ "S3BucketPath": "arn:aws:s3:::myuser-bucket",
1633
+ "S3BucketRoleArn": "arn:aws:iam::012345678901:role/Admin"
1634
+ },
1635
+ "SourceDataProviderDescriptors": [
1636
+ {
1637
+ "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
1638
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/myuser-admin-access",
1639
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/myuser/ALL.SOURCE.ORACLE_12-A1B2C3"
1640
+ }
1641
+ ],
1642
+ "TargetDataProviderDescriptors": [
1643
+ {
1644
+ "DataProviderIdentifier": "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
1645
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/myuser-admin-access",
1646
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/myuser/TARGET.postgresql-A1B2C3"
1647
+ }
1648
+ ]
1649
+ },
1650
+ "output": {
1651
+ "MigrationProject": {
1652
+ "InstanceProfileArn": "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1653
+ "InstanceProfileName": "my-instance-profile",
1654
+ "MigrationProjectArn": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1655
+ "MigrationProjectCreationTime": "2023-04-19T11:45:15.805253Z",
1656
+ "MigrationProjectName": "my-migration-project",
1657
+ "SchemaConversionApplicationAttributes": {
1658
+ "S3BucketPath": "my-s3-bucket/my_folder",
1659
+ "S3BucketRoleArn": "arn:aws:iam::012345678901:role/my-s3role"
1660
+ },
1661
+ "SourceDataProviderDescriptors": [
1662
+ {
1663
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1664
+ "DataProviderName": "all-source-oracle-12",
1665
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/my-access-role",
1666
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/ALL.SOURCE.ORACLE_12-TP5rA9"
1667
+ }
1668
+ ],
1669
+ "TargetDataProviderDescriptors": [
1670
+ {
1671
+ "DataProviderArn": "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1672
+ "DataProviderName": "my-dataprovider",
1673
+ "SecretsManagerAccessRoleArn": "arn:aws:iam::012345678901:role/my-access-role",
1674
+ "SecretsManagerSecretId": "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/TARGET.postgresql-mysecret"
1675
+ }
1676
+ ]
1677
+ }
1678
+ },
1679
+ "comments": {
1680
+ "input": {
1681
+ },
1682
+ "output": {
1683
+ }
1684
+ },
1685
+ "description": "Modifies the specified migration project using the provided parameters.",
1686
+ "id": "modify-migration-project-1689721117475",
1687
+ "title": "Modify Migration Project"
1688
+ }
1689
+ ],
846
1690
  "ModifyReplicationInstance": [
847
1691
  {
848
1692
  "input": {
@@ -987,6 +1831,130 @@
987
1831
  "title": "Remove tags from resource"
988
1832
  }
989
1833
  ],
1834
+ "StartExtensionPackAssociation": [
1835
+ {
1836
+ "input": {
1837
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
1838
+ },
1839
+ "output": {
1840
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef"
1841
+ },
1842
+ "comments": {
1843
+ "input": {
1844
+ },
1845
+ "output": {
1846
+ }
1847
+ },
1848
+ "description": "Applies the extension pack to your target database.",
1849
+ "id": "start-extension-pack-association-1689721897266",
1850
+ "title": "Start Extension Pack Association"
1851
+ }
1852
+ ],
1853
+ "StartMetadataModelAssessment": [
1854
+ {
1855
+ "input": {
1856
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1857
+ "SelectionRules": "{\"rules\": [{\"rule-type\": \"selection\",\"rule-id\": \"1\",\"rule-name\": \"1\",\"object-locator\": {\"server-name\": \"aurora-pg.cluster-0a1b2c3d4e5f.us-east-1.rds.amazonaws.com\", \"schema-name\": \"schema1\", \"table-name\": \"Cities\"},\"rule-action\": \"explicit\"} ]}"
1858
+ },
1859
+ "output": {
1860
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef"
1861
+ },
1862
+ "comments": {
1863
+ "input": {
1864
+ },
1865
+ "output": {
1866
+ }
1867
+ },
1868
+ "description": "Creates a database migration assessment report by assessing the migration complexity for \n your source database.",
1869
+ "id": "start-metadata-model-assessment-1689722322596",
1870
+ "title": "Start Metadata Model Assessment"
1871
+ }
1872
+ ],
1873
+ "StartMetadataModelConversion": [
1874
+ {
1875
+ "input": {
1876
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1877
+ "SelectionRules": "{\"rules\": [{\"rule-type\": \"selection\",\"rule-id\": \"1\",\"rule-name\": \"1\",\"object-locator\": {\"server-name\": \"aurora-pg.cluster-0a1b2c3d4e5f.us-east-1.rds.amazonaws.com\", \"schema-name\": \"schema1\", \"table-name\": \"Cities\"},\"rule-action\": \"explicit\"} ]}"
1878
+ },
1879
+ "output": {
1880
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef"
1881
+ },
1882
+ "comments": {
1883
+ "input": {
1884
+ },
1885
+ "output": {
1886
+ }
1887
+ },
1888
+ "description": "Converts your source database objects to a format compatible with the target database. ",
1889
+ "id": "start-metadata-model-conversion-1689722427798",
1890
+ "title": "Start Metadata Model Conversion"
1891
+ }
1892
+ ],
1893
+ "StartMetadataModelExportAsScript": [
1894
+ {
1895
+ "input": {
1896
+ "FileName": "FILE",
1897
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1898
+ "Origin": "SOURCE",
1899
+ "SelectionRules": "{\"rules\": [{\"rule-type\": \"selection\",\"rule-id\": \"1\",\"rule-name\": \"1\",\"object-locator\": {\"server-name\": \"aurora-pg.cluster-0a1b2c3d4e5f.us-east-1.rds.amazonaws.com\", \"schema-name\": \"schema1\", \"table-name\": \"Cities\"},\"rule-action\": \"explicit\"} ]}"
1900
+ },
1901
+ "output": {
1902
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef"
1903
+ },
1904
+ "comments": {
1905
+ "input": {
1906
+ },
1907
+ "output": {
1908
+ }
1909
+ },
1910
+ "description": "Saves your converted code to a file as a SQL script, and stores this file on your S3 bucket.",
1911
+ "id": "start-metadata-model-export-as-script-1689722681469",
1912
+ "title": "Start Metadata Model Export As Script"
1913
+ }
1914
+ ],
1915
+ "StartMetadataModelExportToTarget": [
1916
+ {
1917
+ "input": {
1918
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
1919
+ "OverwriteExtensionPack": true,
1920
+ "SelectionRules": "{\"rules\": [{\"rule-type\": \"selection\",\"rule-id\": \"1\",\"rule-name\": \"1\",\"object-locator\": {\"server-name\": \"aurora-pg.cluster-a1b2c3d4e5f6.us-east-1.rds.amazonaws.com\", \"schema-name\": \"schema1\", \"table-name\": \"Cities\"},\"rule-action\": \"explicit\"} ]}"
1921
+ },
1922
+ "output": {
1923
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef"
1924
+ },
1925
+ "comments": {
1926
+ "input": {
1927
+ },
1928
+ "output": {
1929
+ }
1930
+ },
1931
+ "description": "Applies converted database objects to your target database.",
1932
+ "id": "start-metadata-model-export-to-target-1689783666835",
1933
+ "title": "Start Metadata Model Export To Target"
1934
+ }
1935
+ ],
1936
+ "StartMetadataModelImport": [
1937
+ {
1938
+ "input": {
1939
+ "MigrationProjectIdentifier": "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
1940
+ "Origin": "SOURCE",
1941
+ "Refresh": false,
1942
+ "SelectionRules": "{\"rules\": [{\"rule-type\": \"selection\",\"rule-id\": \"1\",\"rule-name\": \"1\",\"object-locator\": {\"server-name\": \"aurora-pg.cluster-0a1b2c3d4e5f.us-east-1.rds.amazonaws.com\", \"schema-name\": \"schema1\", \"table-name\": \"Cities\"},\"rule-action\": \"explicit\"} ]}"
1943
+ },
1944
+ "output": {
1945
+ "RequestIdentifier": "01234567-89ab-cdef-0123-456789abcdef"
1946
+ },
1947
+ "comments": {
1948
+ "input": {
1949
+ },
1950
+ "output": {
1951
+ }
1952
+ },
1953
+ "description": "Loads the metadata for all the dependent database objects of the parent object.",
1954
+ "id": "start-metadata-model-import-1689723124259",
1955
+ "title": "Start Metadata Model Import"
1956
+ }
1957
+ ],
990
1958
  "StartReplicationTask": [
991
1959
  {
992
1960
  "input": {