@aws-sdk/client-database-migration-service 3.774.0 → 3.777.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/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/DatabaseMigrationServiceClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -7
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -0
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataProviderCommand.d.ts +26 -26
- package/dist-types/commands/CreateEndpointCommand.d.ts +28 -28
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +1 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +21 -21
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +40 -40
- package/dist-types/commands/CreateReplicationConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +52 -52
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +10 -10
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +25 -25
- package/dist-types/commands/DeleteCertificateCommand.d.ts +5 -5
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -6
- package/dist-types/commands/DeleteDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +15 -15
- package/dist-types/commands/DeleteEndpointCommand.d.ts +15 -15
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +1 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +13 -13
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +23 -23
- package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +40 -40
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +15 -15
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +14 -14
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +10 -10
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +15 -15
- package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/DescribeDataMigrationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +20 -20
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +10 -10
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +17 -17
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +28 -28
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +5 -5
- package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +10 -10
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +10 -10
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSchemasCommand.d.ts +8 -8
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +9 -9
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +13 -13
- package/dist-types/commands/ImportCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -5
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/ModifyDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +24 -24
- package/dist-types/commands/ModifyEndpointCommand.d.ts +16 -16
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +21 -21
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +37 -37
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +48 -48
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +7 -7
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -0
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -0
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -0
- package/dist-types/commands/RefreshSchemasCommand.d.ts +6 -6
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -0
- package/dist-types/commands/ReloadTablesCommand.d.ts +1 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -5
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/StartDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +5 -5
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +7 -7
- package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +6 -6
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +8 -8
- package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +7 -7
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +8 -8
- package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -0
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +17 -17
- package/dist-types/commands/StopDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +15 -15
- package/dist-types/commands/TestConnectionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -0
- package/package.json +34 -34
|
@@ -127,70 +127,70 @@ declare const ModifyMigrationProjectCommand_base: {
|
|
|
127
127
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
129
129
|
*
|
|
130
|
-
*
|
|
130
|
+
*
|
|
131
131
|
* @example Modify Migration Project
|
|
132
132
|
* ```javascript
|
|
133
133
|
* // Modifies the specified migration project using the provided parameters.
|
|
134
134
|
* const input = {
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
135
|
+
* Description: "description",
|
|
136
|
+
* InstanceProfileIdentifier: "my-instance-profile",
|
|
137
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
|
|
138
|
+
* MigrationProjectName: "new-name",
|
|
139
|
+
* SchemaConversionApplicationAttributes: {
|
|
140
|
+
* S3BucketPath: "arn:aws:s3:::myuser-bucket",
|
|
141
|
+
* S3BucketRoleArn: "arn:aws:iam::012345678901:role/Admin"
|
|
142
142
|
* },
|
|
143
|
-
*
|
|
143
|
+
* SourceDataProviderDescriptors: [
|
|
144
144
|
* {
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
145
|
+
* DataProviderIdentifier: "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
|
|
146
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/myuser-admin-access",
|
|
147
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/myuser/ALL.SOURCE.ORACLE_12-A1B2C3"
|
|
148
148
|
* }
|
|
149
149
|
* ],
|
|
150
|
-
*
|
|
150
|
+
* TargetDataProviderDescriptors: [
|
|
151
151
|
* {
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
152
|
+
* DataProviderIdentifier: "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
|
|
153
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/myuser-admin-access",
|
|
154
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/myuser/TARGET.postgresql-A1B2C3"
|
|
155
155
|
* }
|
|
156
156
|
* ]
|
|
157
157
|
* };
|
|
158
158
|
* const command = new ModifyMigrationProjectCommand(input);
|
|
159
159
|
* const response = await client.send(command);
|
|
160
|
-
* /* response
|
|
160
|
+
* /* response is
|
|
161
161
|
* {
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
162
|
+
* MigrationProject: {
|
|
163
|
+
* InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
164
|
+
* InstanceProfileName: "my-instance-profile",
|
|
165
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
166
|
+
* MigrationProjectCreationTime: "2023-04-19T11:45:15.805253Z",
|
|
167
|
+
* MigrationProjectName: "my-migration-project",
|
|
168
|
+
* SchemaConversionApplicationAttributes: {
|
|
169
|
+
* S3BucketPath: "my-s3-bucket/my_folder",
|
|
170
|
+
* S3BucketRoleArn: "arn:aws:iam::012345678901:role/my-s3role"
|
|
171
171
|
* },
|
|
172
|
-
*
|
|
172
|
+
* SourceDataProviderDescriptors: [
|
|
173
173
|
* {
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
174
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
175
|
+
* DataProviderName: "all-source-oracle-12",
|
|
176
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/my-access-role",
|
|
177
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/ALL.SOURCE.ORACLE_12-TP5rA9"
|
|
178
178
|
* }
|
|
179
179
|
* ],
|
|
180
|
-
*
|
|
180
|
+
* TargetDataProviderDescriptors: [
|
|
181
181
|
* {
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
*
|
|
182
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
183
|
+
* DataProviderName: "my-dataprovider",
|
|
184
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/my-access-role",
|
|
185
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/TARGET.postgresql-mysecret"
|
|
186
186
|
* }
|
|
187
187
|
* ]
|
|
188
188
|
* }
|
|
189
189
|
* }
|
|
190
190
|
* *\/
|
|
191
|
-
* // example id: modify-migration-project-1689721117475
|
|
192
191
|
* ```
|
|
193
192
|
*
|
|
193
|
+
* @public
|
|
194
194
|
*/
|
|
195
195
|
export declare class ModifyMigrationProjectCommand extends ModifyMigrationProjectCommand_base {
|
|
196
196
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -124,6 +124,7 @@ declare const ModifyReplicationConfigCommand_base: {
|
|
|
124
124
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class ModifyReplicationConfigCommand extends ModifyReplicationConfigCommand_base {
|
|
@@ -162,81 +162,81 @@ declare const ModifyReplicationInstanceCommand_base: {
|
|
|
162
162
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
163
163
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
164
164
|
*
|
|
165
|
-
*
|
|
165
|
+
*
|
|
166
166
|
* @example Modify replication instance
|
|
167
167
|
* ```javascript
|
|
168
168
|
* // Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request. Some settings are applied during the maintenance window.
|
|
169
169
|
* const input = {
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
170
|
+
* AllocatedStorage: 123,
|
|
171
|
+
* AllowMajorVersionUpgrade: true,
|
|
172
|
+
* ApplyImmediately: true,
|
|
173
|
+
* AutoMinorVersionUpgrade: true,
|
|
174
|
+
* EngineVersion: "1.5.0",
|
|
175
|
+
* MultiAZ: true,
|
|
176
|
+
* PreferredMaintenanceWindow: "sun:06:00-sun:14:00",
|
|
177
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
178
|
+
* ReplicationInstanceClass: "dms.t2.micro",
|
|
179
|
+
* ReplicationInstanceIdentifier: "test-rep-1",
|
|
180
|
+
* VpcSecurityGroupIds: []
|
|
181
181
|
* };
|
|
182
182
|
* const command = new ModifyReplicationInstanceCommand(input);
|
|
183
183
|
* const response = await client.send(command);
|
|
184
|
-
* /* response
|
|
184
|
+
* /* response is
|
|
185
185
|
* {
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
*
|
|
196
|
-
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
*
|
|
202
|
-
*
|
|
186
|
+
* ReplicationInstance: {
|
|
187
|
+
* AllocatedStorage: 5,
|
|
188
|
+
* AutoMinorVersionUpgrade: true,
|
|
189
|
+
* EngineVersion: "1.5.0",
|
|
190
|
+
* KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
|
|
191
|
+
* PendingModifiedValues: { /* empty *\/ },
|
|
192
|
+
* PreferredMaintenanceWindow: "sun:06:00-sun:14:00",
|
|
193
|
+
* PubliclyAccessible: true,
|
|
194
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
195
|
+
* ReplicationInstanceClass: "dms.t2.micro",
|
|
196
|
+
* ReplicationInstanceIdentifier: "test-rep-1",
|
|
197
|
+
* ReplicationInstanceStatus: "available",
|
|
198
|
+
* ReplicationSubnetGroup: {
|
|
199
|
+
* ReplicationSubnetGroupDescription: "default",
|
|
200
|
+
* ReplicationSubnetGroupIdentifier: "default",
|
|
201
|
+
* SubnetGroupStatus: "Complete",
|
|
202
|
+
* Subnets: [
|
|
203
203
|
* {
|
|
204
|
-
*
|
|
205
|
-
*
|
|
204
|
+
* SubnetAvailabilityZone: {
|
|
205
|
+
* Name: "us-east-1d"
|
|
206
206
|
* },
|
|
207
|
-
*
|
|
208
|
-
*
|
|
207
|
+
* SubnetIdentifier: "subnet-f6dd91af",
|
|
208
|
+
* SubnetStatus: "Active"
|
|
209
209
|
* },
|
|
210
210
|
* {
|
|
211
|
-
*
|
|
212
|
-
*
|
|
211
|
+
* SubnetAvailabilityZone: {
|
|
212
|
+
* Name: "us-east-1b"
|
|
213
213
|
* },
|
|
214
|
-
*
|
|
215
|
-
*
|
|
214
|
+
* SubnetIdentifier: "subnet-3605751d",
|
|
215
|
+
* SubnetStatus: "Active"
|
|
216
216
|
* },
|
|
217
217
|
* {
|
|
218
|
-
*
|
|
219
|
-
*
|
|
218
|
+
* SubnetAvailabilityZone: {
|
|
219
|
+
* Name: "us-east-1c"
|
|
220
220
|
* },
|
|
221
|
-
*
|
|
222
|
-
*
|
|
221
|
+
* SubnetIdentifier: "subnet-c2daefb5",
|
|
222
|
+
* SubnetStatus: "Active"
|
|
223
223
|
* },
|
|
224
224
|
* {
|
|
225
|
-
*
|
|
226
|
-
*
|
|
225
|
+
* SubnetAvailabilityZone: {
|
|
226
|
+
* Name: "us-east-1e"
|
|
227
227
|
* },
|
|
228
|
-
*
|
|
229
|
-
*
|
|
228
|
+
* SubnetIdentifier: "subnet-85e90cb8",
|
|
229
|
+
* SubnetStatus: "Active"
|
|
230
230
|
* }
|
|
231
231
|
* ],
|
|
232
|
-
*
|
|
232
|
+
* VpcId: "vpc-6741a603"
|
|
233
233
|
* }
|
|
234
234
|
* }
|
|
235
235
|
* }
|
|
236
236
|
* *\/
|
|
237
|
-
* // example id: modify-replication-instance-1481761784746
|
|
238
237
|
* ```
|
|
239
238
|
*
|
|
239
|
+
* @public
|
|
240
240
|
*/
|
|
241
241
|
export declare class ModifyReplicationInstanceCommand extends ModifyReplicationInstanceCommand_base {
|
|
242
242
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -94,25 +94,25 @@ declare const ModifyReplicationSubnetGroupCommand_base: {
|
|
|
94
94
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
96
96
|
*
|
|
97
|
-
*
|
|
97
|
+
*
|
|
98
98
|
* @example Modify replication subnet group
|
|
99
99
|
* ```javascript
|
|
100
100
|
* // Modifies the settings for the specified replication subnet group.
|
|
101
101
|
* const input = {
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
102
|
+
* ReplicationSubnetGroupDescription: "",
|
|
103
|
+
* ReplicationSubnetGroupIdentifier: "",
|
|
104
|
+
* SubnetIds: []
|
|
105
105
|
* };
|
|
106
106
|
* const command = new ModifyReplicationSubnetGroupCommand(input);
|
|
107
107
|
* const response = await client.send(command);
|
|
108
|
-
* /* response
|
|
108
|
+
* /* response is
|
|
109
109
|
* {
|
|
110
|
-
*
|
|
110
|
+
* ReplicationSubnetGroup: { /* empty *\/ }
|
|
111
111
|
* }
|
|
112
112
|
* *\/
|
|
113
|
-
* // example id: modify-replication-subnet-group-1481762275392
|
|
114
113
|
* ```
|
|
115
114
|
*
|
|
115
|
+
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class ModifyReplicationSubnetGroupCommand extends ModifyReplicationSubnetGroupCommand_base {
|
|
118
118
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -109,6 +109,7 @@ declare const ModifyReplicationTaskCommand_base: {
|
|
|
109
109
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class ModifyReplicationTaskCommand extends ModifyReplicationTaskCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const MoveReplicationTaskCommand_base: {
|
|
|
105
105
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class MoveReplicationTaskCommand extends MoveReplicationTaskCommand_base {
|
|
@@ -128,6 +128,7 @@ declare const RebootReplicationInstanceCommand_base: {
|
|
|
128
128
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
130
130
|
*
|
|
131
|
+
*
|
|
131
132
|
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class RebootReplicationInstanceCommand extends RebootReplicationInstanceCommand_base {
|
|
@@ -75,24 +75,24 @@ declare const RefreshSchemasCommand_base: {
|
|
|
75
75
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
77
77
|
*
|
|
78
|
-
*
|
|
78
|
+
*
|
|
79
79
|
* @example Refresh schema
|
|
80
80
|
* ```javascript
|
|
81
81
|
* // Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the describe-refresh-schemas-status operation.
|
|
82
82
|
* const input = {
|
|
83
|
-
*
|
|
84
|
-
*
|
|
83
|
+
* EndpointArn: "",
|
|
84
|
+
* ReplicationInstanceArn: ""
|
|
85
85
|
* };
|
|
86
86
|
* const command = new RefreshSchemasCommand(input);
|
|
87
87
|
* const response = await client.send(command);
|
|
88
|
-
* /* response
|
|
88
|
+
* /* response is
|
|
89
89
|
* {
|
|
90
|
-
*
|
|
90
|
+
* RefreshSchemasStatus: { /* empty *\/ }
|
|
91
91
|
* }
|
|
92
92
|
* *\/
|
|
93
|
-
* // example id: refresh-schema-1481762399111
|
|
94
93
|
* ```
|
|
95
94
|
*
|
|
95
|
+
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class RefreshSchemasCommand extends RefreshSchemasCommand_base {
|
|
98
98
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -70,6 +70,7 @@ declare const ReloadReplicationTablesCommand_base: {
|
|
|
70
70
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ReloadReplicationTablesCommand extends ReloadReplicationTablesCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const ReloadTablesCommand_base: {
|
|
|
69
69
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ReloadTablesCommand extends ReloadTablesCommand_base {
|
|
@@ -65,19 +65,22 @@ declare const RemoveTagsFromResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
67
67
|
*
|
|
68
|
-
*
|
|
68
|
+
*
|
|
69
69
|
* @example Remove tags from resource
|
|
70
70
|
* ```javascript
|
|
71
71
|
* // Removes metadata tags from an AWS DMS resource.
|
|
72
72
|
* const input = {
|
|
73
|
-
*
|
|
74
|
-
*
|
|
73
|
+
* ResourceArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E",
|
|
74
|
+
* TagKeys: []
|
|
75
75
|
* };
|
|
76
76
|
* const command = new RemoveTagsFromResourceCommand(input);
|
|
77
|
-
* await client.send(command);
|
|
78
|
-
*
|
|
77
|
+
* const response = await client.send(command);
|
|
78
|
+
* /* response is
|
|
79
|
+
* { /* empty *\/ }
|
|
80
|
+
* *\/
|
|
79
81
|
* ```
|
|
80
82
|
*
|
|
83
|
+
* @public
|
|
81
84
|
*/
|
|
82
85
|
export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
|
|
83
86
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -59,6 +59,7 @@ declare const RunFleetAdvisorLsaAnalysisCommand_base: {
|
|
|
59
59
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
60
60
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class RunFleetAdvisorLsaAnalysisCommand extends RunFleetAdvisorLsaAnalysisCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const StartDataMigrationCommand_base: {
|
|
|
117
117
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class StartDataMigrationCommand extends StartDataMigrationCommand_base {
|
|
@@ -82,23 +82,23 @@ declare const StartExtensionPackAssociationCommand_base: {
|
|
|
82
82
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
84
84
|
*
|
|
85
|
-
*
|
|
85
|
+
*
|
|
86
86
|
* @example Start Extension Pack Association
|
|
87
87
|
* ```javascript
|
|
88
88
|
* // Applies the extension pack to your target database.
|
|
89
89
|
* const input = {
|
|
90
|
-
*
|
|
90
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
|
|
91
91
|
* };
|
|
92
92
|
* const command = new StartExtensionPackAssociationCommand(input);
|
|
93
93
|
* const response = await client.send(command);
|
|
94
|
-
* /* response
|
|
94
|
+
* /* response is
|
|
95
95
|
* {
|
|
96
|
-
*
|
|
96
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef"
|
|
97
97
|
* }
|
|
98
98
|
* *\/
|
|
99
|
-
* // example id: start-extension-pack-association-1689721897266
|
|
100
99
|
* ```
|
|
101
100
|
*
|
|
101
|
+
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class StartExtensionPackAssociationCommand extends StartExtensionPackAssociationCommand_base {
|
|
104
104
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -84,25 +84,25 @@ declare const StartMetadataModelAssessmentCommand_base: {
|
|
|
84
84
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
86
86
|
*
|
|
87
|
-
*
|
|
87
|
+
*
|
|
88
88
|
* @example Start Metadata Model Assessment
|
|
89
89
|
* ```javascript
|
|
90
90
|
* // Creates a database migration assessment report by assessing the migration complexity for
|
|
91
|
-
*
|
|
91
|
+
* your source database.
|
|
92
92
|
* const input = {
|
|
93
|
-
*
|
|
94
|
-
*
|
|
93
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
94
|
+
* 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"} ]}`
|
|
95
95
|
* };
|
|
96
96
|
* const command = new StartMetadataModelAssessmentCommand(input);
|
|
97
97
|
* const response = await client.send(command);
|
|
98
|
-
* /* response
|
|
98
|
+
* /* response is
|
|
99
99
|
* {
|
|
100
|
-
*
|
|
100
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef"
|
|
101
101
|
* }
|
|
102
102
|
* *\/
|
|
103
|
-
* // example id: start-metadata-model-assessment-1689722322596
|
|
104
103
|
* ```
|
|
105
104
|
*
|
|
105
|
+
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class StartMetadataModelAssessmentCommand extends StartMetadataModelAssessmentCommand_base {
|
|
108
108
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -81,24 +81,24 @@ declare const StartMetadataModelConversionCommand_base: {
|
|
|
81
81
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
83
83
|
*
|
|
84
|
-
*
|
|
84
|
+
*
|
|
85
85
|
* @example Start Metadata Model Conversion
|
|
86
86
|
* ```javascript
|
|
87
87
|
* // Converts your source database objects to a format compatible with the target database.
|
|
88
88
|
* const input = {
|
|
89
|
-
*
|
|
90
|
-
*
|
|
89
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
90
|
+
* 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"} ]}`
|
|
91
91
|
* };
|
|
92
92
|
* const command = new StartMetadataModelConversionCommand(input);
|
|
93
93
|
* const response = await client.send(command);
|
|
94
|
-
* /* response
|
|
94
|
+
* /* response is
|
|
95
95
|
* {
|
|
96
|
-
*
|
|
96
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef"
|
|
97
97
|
* }
|
|
98
98
|
* *\/
|
|
99
|
-
* // example id: start-metadata-model-conversion-1689722427798
|
|
100
99
|
* ```
|
|
101
100
|
*
|
|
101
|
+
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class StartMetadataModelConversionCommand extends StartMetadataModelConversionCommand_base {
|
|
104
104
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -84,26 +84,26 @@ declare const StartMetadataModelExportAsScriptCommand_base: {
|
|
|
84
84
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
86
86
|
*
|
|
87
|
-
*
|
|
87
|
+
*
|
|
88
88
|
* @example Start Metadata Model Export As Script
|
|
89
89
|
* ```javascript
|
|
90
90
|
* // Saves your converted code to a file as a SQL script, and stores this file on your S3 bucket.
|
|
91
91
|
* const input = {
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
92
|
+
* FileName: "FILE",
|
|
93
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
94
|
+
* Origin: "SOURCE",
|
|
95
|
+
* 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"} ]}`
|
|
96
96
|
* };
|
|
97
97
|
* const command = new StartMetadataModelExportAsScriptCommand(input);
|
|
98
98
|
* const response = await client.send(command);
|
|
99
|
-
* /* response
|
|
99
|
+
* /* response is
|
|
100
100
|
* {
|
|
101
|
-
*
|
|
101
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef"
|
|
102
102
|
* }
|
|
103
103
|
* *\/
|
|
104
|
-
* // example id: start-metadata-model-export-as-script-1689722681469
|
|
105
104
|
* ```
|
|
106
105
|
*
|
|
106
|
+
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class StartMetadataModelExportAsScriptCommand extends StartMetadataModelExportAsScriptCommand_base {
|
|
109
109
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -82,25 +82,25 @@ declare const StartMetadataModelExportToTargetCommand_base: {
|
|
|
82
82
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
84
84
|
*
|
|
85
|
-
*
|
|
85
|
+
*
|
|
86
86
|
* @example Start Metadata Model Export To Target
|
|
87
87
|
* ```javascript
|
|
88
88
|
* // Applies converted database objects to your target database.
|
|
89
89
|
* const input = {
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
90
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
|
|
91
|
+
* OverwriteExtensionPack: true,
|
|
92
|
+
* 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"} ]}`
|
|
93
93
|
* };
|
|
94
94
|
* const command = new StartMetadataModelExportToTargetCommand(input);
|
|
95
95
|
* const response = await client.send(command);
|
|
96
|
-
* /* response
|
|
96
|
+
* /* response is
|
|
97
97
|
* {
|
|
98
|
-
*
|
|
98
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef"
|
|
99
99
|
* }
|
|
100
100
|
* *\/
|
|
101
|
-
* // example id: start-metadata-model-export-to-target-1689783666835
|
|
102
101
|
* ```
|
|
103
102
|
*
|
|
103
|
+
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class StartMetadataModelExportToTargetCommand extends StartMetadataModelExportToTargetCommand_base {
|
|
106
106
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -85,26 +85,26 @@ declare const StartMetadataModelImportCommand_base: {
|
|
|
85
85
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
87
87
|
*
|
|
88
|
-
*
|
|
88
|
+
*
|
|
89
89
|
* @example Start Metadata Model Import
|
|
90
90
|
* ```javascript
|
|
91
91
|
* // Loads the metadata for all the dependent database objects of the parent object.
|
|
92
92
|
* const input = {
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
93
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
94
|
+
* Origin: "SOURCE",
|
|
95
|
+
* Refresh: false,
|
|
96
|
+
* 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"} ]}`
|
|
97
97
|
* };
|
|
98
98
|
* const command = new StartMetadataModelImportCommand(input);
|
|
99
99
|
* const response = await client.send(command);
|
|
100
|
-
* /* response
|
|
100
|
+
* /* response is
|
|
101
101
|
* {
|
|
102
|
-
*
|
|
102
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef"
|
|
103
103
|
* }
|
|
104
104
|
* *\/
|
|
105
|
-
* // example id: start-metadata-model-import-1689723124259
|
|
106
105
|
* ```
|
|
107
106
|
*
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class StartMetadataModelImportCommand extends StartMetadataModelImportCommand_base {
|
|
110
110
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -68,6 +68,7 @@ declare const StartRecommendationsCommand_base: {
|
|
|
68
68
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class StartRecommendationsCommand extends StartRecommendationsCommand_base {
|