@aws-sdk/client-database-migration-service 3.775.0 → 3.782.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-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 +5 -5
|
@@ -123,47 +123,47 @@ declare const CreateReplicationTaskCommand_base: {
|
|
|
123
123
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
125
125
|
*
|
|
126
|
-
*
|
|
126
|
+
*
|
|
127
127
|
* @example Create replication task
|
|
128
128
|
* ```javascript
|
|
129
129
|
* // Creates a replication task using the specified parameters.
|
|
130
130
|
* const input = {
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
131
|
+
* CdcStartTime: "2016-12-14T18:25:43Z",
|
|
132
|
+
* MigrationType: "full-load",
|
|
133
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
134
|
+
* ReplicationTaskIdentifier: "task1",
|
|
135
|
+
* ReplicationTaskSettings: "",
|
|
136
|
+
* SourceEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
|
|
137
|
+
* TableMappings: "file://mappingfile.json",
|
|
138
|
+
* Tags: [
|
|
139
139
|
* {
|
|
140
|
-
*
|
|
141
|
-
*
|
|
140
|
+
* Key: "Acount",
|
|
141
|
+
* Value: "24352226"
|
|
142
142
|
* }
|
|
143
143
|
* ],
|
|
144
|
-
*
|
|
144
|
+
* TargetEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
|
|
145
145
|
* };
|
|
146
146
|
* const command = new CreateReplicationTaskCommand(input);
|
|
147
147
|
* const response = await client.send(command);
|
|
148
|
-
* /* response
|
|
148
|
+
* /* response is
|
|
149
149
|
* {
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
150
|
+
* ReplicationTask: {
|
|
151
|
+
* MigrationType: "full-load",
|
|
152
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
153
|
+
* ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
|
|
154
|
+
* ReplicationTaskCreationDate: "2016-12-14T18:25:43Z",
|
|
155
|
+
* ReplicationTaskIdentifier: "task1",
|
|
156
|
+
* ReplicationTaskSettings: `{"TargetMetadata":{"TargetSchema":"","SupportLobs":true,"FullLobMode":true,"LobChunkSize":64,"LimitedSizeLobMode":false,"LobMaxSize":0},"FullLoadSettings":{"FullLoadEnabled":true,"ApplyChangesEnabled":false,"TargetTablePrepMode":"DROP_AND_CREATE","CreatePkAfterFullLoad":false,"StopTaskCachedChangesApplied":false,"StopTaskCachedChangesNotApplied":false,"ResumeEnabled":false,"ResumeMinTableSize":100000,"ResumeOnlyClusteredPKTables":true,"MaxFullLoadSubTasks":8,"TransactionConsistencyTimeout":600,"CommitRate":10000},"Logging":{"EnableLogging":false}}`,
|
|
157
|
+
* SourceEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
|
|
158
|
+
* Status: "creating",
|
|
159
|
+
* TableMappings: "file://mappingfile.json",
|
|
160
|
+
* TargetEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
|
|
161
161
|
* }
|
|
162
162
|
* }
|
|
163
163
|
* *\/
|
|
164
|
-
* // example id: create-replication-task-1481747646288
|
|
165
164
|
* ```
|
|
166
165
|
*
|
|
166
|
+
* @public
|
|
167
167
|
*/
|
|
168
168
|
export declare class CreateReplicationTaskCommand extends CreateReplicationTaskCommand_base {
|
|
169
169
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -71,23 +71,23 @@ declare const DeleteCertificateCommand_base: {
|
|
|
71
71
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
73
73
|
*
|
|
74
|
-
*
|
|
74
|
+
*
|
|
75
75
|
* @example Delete Certificate
|
|
76
76
|
* ```javascript
|
|
77
77
|
* // Deletes the specified certificate.
|
|
78
78
|
* const input = {
|
|
79
|
-
*
|
|
79
|
+
* CertificateArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUSM457DE6XFJCJQ"
|
|
80
80
|
* };
|
|
81
81
|
* const command = new DeleteCertificateCommand(input);
|
|
82
82
|
* const response = await client.send(command);
|
|
83
|
-
* /* response
|
|
83
|
+
* /* response is
|
|
84
84
|
* {
|
|
85
|
-
*
|
|
85
|
+
* Certificate: { /* empty *\/ }
|
|
86
86
|
* }
|
|
87
87
|
* *\/
|
|
88
|
-
* // example id: delete-certificate-1481751957981
|
|
89
88
|
* ```
|
|
90
89
|
*
|
|
90
|
+
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
|
|
93
93
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -72,24 +72,24 @@ declare const DeleteConnectionCommand_base: {
|
|
|
72
72
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
74
74
|
*
|
|
75
|
-
*
|
|
75
|
+
*
|
|
76
76
|
* @example Delete Connection
|
|
77
77
|
* ```javascript
|
|
78
78
|
* // Deletes the connection between the replication instance and the endpoint.
|
|
79
79
|
* const input = {
|
|
80
|
-
*
|
|
81
|
-
*
|
|
80
|
+
* EndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
|
|
81
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
|
|
82
82
|
* };
|
|
83
83
|
* const command = new DeleteConnectionCommand(input);
|
|
84
84
|
* const response = await client.send(command);
|
|
85
|
-
* /* response
|
|
85
|
+
* /* response is
|
|
86
86
|
* {
|
|
87
|
-
*
|
|
87
|
+
* Connection: { /* empty *\/ }
|
|
88
88
|
* }
|
|
89
89
|
* *\/
|
|
90
|
-
* // example id: delete-connection-1481751957981
|
|
91
90
|
* ```
|
|
92
91
|
*
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
95
95
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -110,6 +110,7 @@ declare const DeleteDataMigrationCommand_base: {
|
|
|
110
110
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class DeleteDataMigrationCommand extends DeleteDataMigrationCommand_base {
|
|
@@ -153,36 +153,36 @@ declare const DeleteDataProviderCommand_base: {
|
|
|
153
153
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
154
154
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
155
155
|
*
|
|
156
|
-
*
|
|
156
|
+
*
|
|
157
157
|
* @example Delete Data Provider
|
|
158
158
|
* ```javascript
|
|
159
159
|
* // Deletes the specified data provider.
|
|
160
160
|
* const input = {
|
|
161
|
-
*
|
|
161
|
+
* DataProviderIdentifier: "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
|
|
162
162
|
* };
|
|
163
163
|
* const command = new DeleteDataProviderCommand(input);
|
|
164
164
|
* const response = await client.send(command);
|
|
165
|
-
* /* response
|
|
165
|
+
* /* response is
|
|
166
166
|
* {
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
167
|
+
* DataProvider: {
|
|
168
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
|
|
169
|
+
* DataProviderCreationTime: "2023-05-12T10:50:41.988561Z",
|
|
170
|
+
* DataProviderName: "my-target-data-provider",
|
|
171
|
+
* Engine: "postgres",
|
|
172
|
+
* Settings: {
|
|
173
|
+
* PostgreSqlSettings: {
|
|
174
|
+
* DatabaseName: "target",
|
|
175
|
+
* Port: 5432,
|
|
176
|
+
* ServerName: "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
|
|
177
|
+
* SslMode: "none"
|
|
178
178
|
* }
|
|
179
179
|
* }
|
|
180
180
|
* }
|
|
181
181
|
* }
|
|
182
182
|
* *\/
|
|
183
|
-
* // example id: delete-data-provider-1689724476356
|
|
184
183
|
* ```
|
|
185
184
|
*
|
|
185
|
+
* @public
|
|
186
186
|
*/
|
|
187
187
|
export declare class DeleteDataProviderCommand extends DeleteDataProviderCommand_base {
|
|
188
188
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -420,34 +420,34 @@ declare const DeleteEndpointCommand_base: {
|
|
|
420
420
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
421
421
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
422
422
|
*
|
|
423
|
-
*
|
|
423
|
+
*
|
|
424
424
|
* @example Delete Endpoint
|
|
425
425
|
* ```javascript
|
|
426
426
|
* // Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the endpoint.
|
|
427
|
-
*
|
|
427
|
+
*
|
|
428
428
|
* const input = {
|
|
429
|
-
*
|
|
429
|
+
* EndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM"
|
|
430
430
|
* };
|
|
431
431
|
* const command = new DeleteEndpointCommand(input);
|
|
432
432
|
* const response = await client.send(command);
|
|
433
|
-
* /* response
|
|
433
|
+
* /* response is
|
|
434
434
|
* {
|
|
435
|
-
*
|
|
436
|
-
*
|
|
437
|
-
*
|
|
438
|
-
*
|
|
439
|
-
*
|
|
440
|
-
*
|
|
441
|
-
*
|
|
442
|
-
*
|
|
443
|
-
*
|
|
444
|
-
*
|
|
435
|
+
* Endpoint: {
|
|
436
|
+
* EndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
|
|
437
|
+
* EndpointIdentifier: "test-endpoint-1",
|
|
438
|
+
* EndpointType: "source",
|
|
439
|
+
* EngineName: "mysql",
|
|
440
|
+
* KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
|
|
441
|
+
* Port: 3306,
|
|
442
|
+
* ServerName: "mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com",
|
|
443
|
+
* Status: "active",
|
|
444
|
+
* Username: "username"
|
|
445
445
|
* }
|
|
446
446
|
* }
|
|
447
447
|
* *\/
|
|
448
|
-
* // example id: delete-endpoint-1481752425530
|
|
449
448
|
* ```
|
|
450
449
|
*
|
|
450
|
+
* @public
|
|
451
451
|
*/
|
|
452
452
|
export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
|
|
453
453
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -78,6 +78,7 @@ declare const DeleteEventSubscriptionCommand_base: {
|
|
|
78
78
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteEventSubscriptionCommand extends DeleteEventSubscriptionCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteFleetAdvisorCollectorCommand_base: {
|
|
|
62
62
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteFleetAdvisorCollectorCommand extends DeleteFleetAdvisorCollectorCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteFleetAdvisorDatabasesCommand_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 DeleteFleetAdvisorDatabasesCommand extends DeleteFleetAdvisorDatabasesCommand_base {
|
|
@@ -84,34 +84,34 @@ declare const DeleteInstanceProfileCommand_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 Delete Instance Profile
|
|
89
89
|
* ```javascript
|
|
90
90
|
* // Deletes the specified instance profile.
|
|
91
91
|
* const input = {
|
|
92
|
-
*
|
|
92
|
+
* InstanceProfileIdentifier: "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
|
|
93
93
|
* };
|
|
94
94
|
* const command = new DeleteInstanceProfileCommand(input);
|
|
95
95
|
* const response = await client.send(command);
|
|
96
|
-
* /* response
|
|
96
|
+
* /* response is
|
|
97
97
|
* {
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
98
|
+
* InstanceProfile: {
|
|
99
|
+
* InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
|
|
100
|
+
* InstanceProfileCreationTime: "2022-12-16T09:44:43.543246Z",
|
|
101
|
+
* InstanceProfileName: "my-instance-profile",
|
|
102
|
+
* KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
|
|
103
|
+
* PubliclyAccessible: true,
|
|
104
|
+
* SubnetGroupIdentifier: "public-subnets",
|
|
105
|
+
* VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8",
|
|
106
|
+
* VpcSecurityGroups: [
|
|
107
107
|
* "sg-0123456"
|
|
108
108
|
* ]
|
|
109
109
|
* }
|
|
110
110
|
* }
|
|
111
111
|
* *\/
|
|
112
|
-
* // example id: delete-instance-profile-1689716924105
|
|
113
112
|
* ```
|
|
114
113
|
*
|
|
114
|
+
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class DeleteInstanceProfileCommand extends DeleteInstanceProfileCommand_base {
|
|
117
117
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -98,49 +98,49 @@ declare const DeleteMigrationProjectCommand_base: {
|
|
|
98
98
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
100
100
|
*
|
|
101
|
-
*
|
|
101
|
+
*
|
|
102
102
|
* @example Delete Migration Project
|
|
103
103
|
* ```javascript
|
|
104
104
|
* // Deletes the specified migration project.
|
|
105
105
|
* const input = {
|
|
106
|
-
*
|
|
106
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
|
|
107
107
|
* };
|
|
108
108
|
* const command = new DeleteMigrationProjectCommand(input);
|
|
109
109
|
* const response = await client.send(command);
|
|
110
|
-
* /* response
|
|
110
|
+
* /* response is
|
|
111
111
|
* {
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
112
|
+
* MigrationProject: {
|
|
113
|
+
* InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
114
|
+
* InstanceProfileName: "my-instance-profile",
|
|
115
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
116
|
+
* MigrationProjectCreationTime: "2023-04-19T11:45:15.805253Z",
|
|
117
|
+
* MigrationProjectName: "my-migration-project",
|
|
118
|
+
* SchemaConversionApplicationAttributes: {
|
|
119
|
+
* S3BucketPath: "my-s3-bucket/my_folder",
|
|
120
|
+
* S3BucketRoleArn: "arn:aws:iam::012345678901:role/my-s3role"
|
|
121
121
|
* },
|
|
122
|
-
*
|
|
122
|
+
* SourceDataProviderDescriptors: [
|
|
123
123
|
* {
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
124
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
125
|
+
* DataProviderName: "all-source-oracle-12",
|
|
126
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/my-access-role",
|
|
127
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/ALL.SOURCE.ORACLE_12-0123456"
|
|
128
128
|
* }
|
|
129
129
|
* ],
|
|
130
|
-
*
|
|
130
|
+
* TargetDataProviderDescriptors: [
|
|
131
131
|
* {
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
132
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
133
|
+
* DataProviderName: "sde-obilyns-dataprovider-3",
|
|
134
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::437223687239:role/dmytbon-admin-access",
|
|
135
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:myuser/TARGET.postgresql-0123456"
|
|
136
136
|
* }
|
|
137
137
|
* ]
|
|
138
138
|
* }
|
|
139
139
|
* }
|
|
140
140
|
* *\/
|
|
141
|
-
* // example id: delete-migration-project-1689717217454
|
|
142
141
|
* ```
|
|
143
142
|
*
|
|
143
|
+
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class DeleteMigrationProjectCommand extends DeleteMigrationProjectCommand_base {
|
|
146
146
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -91,6 +91,7 @@ declare const DeleteReplicationConfigCommand_base: {
|
|
|
91
91
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeleteReplicationConfigCommand extends DeleteReplicationConfigCommand_base {
|
|
@@ -130,73 +130,73 @@ declare const DeleteReplicationInstanceCommand_base: {
|
|
|
130
130
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
132
132
|
*
|
|
133
|
-
*
|
|
133
|
+
*
|
|
134
134
|
* @example Delete Replication Instance
|
|
135
135
|
* ```javascript
|
|
136
136
|
* // Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication instance before you can delete it.
|
|
137
|
-
*
|
|
138
|
-
*
|
|
137
|
+
*
|
|
138
|
+
*
|
|
139
139
|
* const input = {
|
|
140
|
-
*
|
|
140
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
|
|
141
141
|
* };
|
|
142
142
|
* const command = new DeleteReplicationInstanceCommand(input);
|
|
143
143
|
* const response = await client.send(command);
|
|
144
|
-
* /* response
|
|
144
|
+
* /* response is
|
|
145
145
|
* {
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
*
|
|
146
|
+
* ReplicationInstance: {
|
|
147
|
+
* AllocatedStorage: 5,
|
|
148
|
+
* AutoMinorVersionUpgrade: true,
|
|
149
|
+
* EngineVersion: "1.5.0",
|
|
150
|
+
* KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
|
|
151
|
+
* PendingModifiedValues: { /* empty *\/ },
|
|
152
|
+
* PreferredMaintenanceWindow: "sun:06:00-sun:14:00",
|
|
153
|
+
* PubliclyAccessible: true,
|
|
154
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
155
|
+
* ReplicationInstanceClass: "dms.t2.micro",
|
|
156
|
+
* ReplicationInstanceIdentifier: "test-rep-1",
|
|
157
|
+
* ReplicationInstanceStatus: "creating",
|
|
158
|
+
* ReplicationSubnetGroup: {
|
|
159
|
+
* ReplicationSubnetGroupDescription: "default",
|
|
160
|
+
* ReplicationSubnetGroupIdentifier: "default",
|
|
161
|
+
* SubnetGroupStatus: "Complete",
|
|
162
|
+
* Subnets: [
|
|
163
163
|
* {
|
|
164
|
-
*
|
|
165
|
-
*
|
|
164
|
+
* SubnetAvailabilityZone: {
|
|
165
|
+
* Name: "us-east-1d"
|
|
166
166
|
* },
|
|
167
|
-
*
|
|
168
|
-
*
|
|
167
|
+
* SubnetIdentifier: "subnet-f6dd91af",
|
|
168
|
+
* SubnetStatus: "Active"
|
|
169
169
|
* },
|
|
170
170
|
* {
|
|
171
|
-
*
|
|
172
|
-
*
|
|
171
|
+
* SubnetAvailabilityZone: {
|
|
172
|
+
* Name: "us-east-1b"
|
|
173
173
|
* },
|
|
174
|
-
*
|
|
175
|
-
*
|
|
174
|
+
* SubnetIdentifier: "subnet-3605751d",
|
|
175
|
+
* SubnetStatus: "Active"
|
|
176
176
|
* },
|
|
177
177
|
* {
|
|
178
|
-
*
|
|
179
|
-
*
|
|
178
|
+
* SubnetAvailabilityZone: {
|
|
179
|
+
* Name: "us-east-1c"
|
|
180
180
|
* },
|
|
181
|
-
*
|
|
182
|
-
*
|
|
181
|
+
* SubnetIdentifier: "subnet-c2daefb5",
|
|
182
|
+
* SubnetStatus: "Active"
|
|
183
183
|
* },
|
|
184
184
|
* {
|
|
185
|
-
*
|
|
186
|
-
*
|
|
185
|
+
* SubnetAvailabilityZone: {
|
|
186
|
+
* Name: "us-east-1e"
|
|
187
187
|
* },
|
|
188
|
-
*
|
|
189
|
-
*
|
|
188
|
+
* SubnetIdentifier: "subnet-85e90cb8",
|
|
189
|
+
* SubnetStatus: "Active"
|
|
190
190
|
* }
|
|
191
191
|
* ],
|
|
192
|
-
*
|
|
192
|
+
* VpcId: "vpc-6741a603"
|
|
193
193
|
* }
|
|
194
194
|
* }
|
|
195
195
|
* }
|
|
196
196
|
* *\/
|
|
197
|
-
* // example id: delete-replication-instance-1481752552839
|
|
198
197
|
* ```
|
|
199
198
|
*
|
|
199
|
+
* @public
|
|
200
200
|
*/
|
|
201
201
|
export declare class DeleteReplicationInstanceCommand extends DeleteReplicationInstanceCommand_base {
|
|
202
202
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -62,18 +62,21 @@ declare const DeleteReplicationSubnetGroupCommand_base: {
|
|
|
62
62
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
64
64
|
*
|
|
65
|
-
*
|
|
65
|
+
*
|
|
66
66
|
* @example Delete Replication Subnet Group
|
|
67
67
|
* ```javascript
|
|
68
68
|
* // Deletes a replication subnet group.
|
|
69
69
|
* const input = {
|
|
70
|
-
*
|
|
70
|
+
* ReplicationSubnetGroupIdentifier: "us-west-2ab-vpc-215ds366"
|
|
71
71
|
* };
|
|
72
72
|
* const command = new DeleteReplicationSubnetGroupCommand(input);
|
|
73
|
-
* await client.send(command);
|
|
74
|
-
*
|
|
73
|
+
* const response = await client.send(command);
|
|
74
|
+
* /* response is
|
|
75
|
+
* { /* empty *\/ }
|
|
76
|
+
* *\/
|
|
75
77
|
* ```
|
|
76
78
|
*
|
|
79
|
+
* @public
|
|
77
80
|
*/
|
|
78
81
|
export declare class DeleteReplicationSubnetGroupCommand extends DeleteReplicationSubnetGroupCommand_base {
|
|
79
82
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -92,6 +92,7 @@ declare const DeleteReplicationTaskAssessmentRunCommand_base: {
|
|
|
92
92
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DeleteReplicationTaskAssessmentRunCommand extends DeleteReplicationTaskAssessmentRunCommand_base {
|
|
@@ -92,34 +92,34 @@ declare const DeleteReplicationTaskCommand_base: {
|
|
|
92
92
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
94
94
|
*
|
|
95
|
-
*
|
|
95
|
+
*
|
|
96
96
|
* @example Delete Replication Task
|
|
97
97
|
* ```javascript
|
|
98
98
|
* // Deletes the specified replication task.
|
|
99
99
|
* const input = {
|
|
100
|
-
*
|
|
100
|
+
* ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
|
|
101
101
|
* };
|
|
102
102
|
* const command = new DeleteReplicationTaskCommand(input);
|
|
103
103
|
* const response = await client.send(command);
|
|
104
|
-
* /* response
|
|
104
|
+
* /* response is
|
|
105
105
|
* {
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
106
|
+
* ReplicationTask: {
|
|
107
|
+
* MigrationType: "full-load",
|
|
108
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
109
|
+
* ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
|
|
110
|
+
* ReplicationTaskCreationDate: "2016-12-14T18:25:43Z",
|
|
111
|
+
* ReplicationTaskIdentifier: "task1",
|
|
112
|
+
* ReplicationTaskSettings: `{"TargetMetadata":{"TargetSchema":"","SupportLobs":true,"FullLobMode":true,"LobChunkSize":64,"LimitedSizeLobMode":false,"LobMaxSize":0},"FullLoadSettings":{"FullLoadEnabled":true,"ApplyChangesEnabled":false,"TargetTablePrepMode":"DROP_AND_CREATE","CreatePkAfterFullLoad":false,"StopTaskCachedChangesApplied":false,"StopTaskCachedChangesNotApplied":false,"ResumeEnabled":false,"ResumeMinTableSize":100000,"ResumeOnlyClusteredPKTables":true,"MaxFullLoadSubTasks":8,"TransactionConsistencyTimeout":600,"CommitRate":10000},"Logging":{"EnableLogging":false}}`,
|
|
113
|
+
* SourceEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
|
|
114
|
+
* Status: "creating",
|
|
115
|
+
* TableMappings: "file://mappingfile.json",
|
|
116
|
+
* TargetEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
|
|
117
117
|
* }
|
|
118
118
|
* }
|
|
119
119
|
* *\/
|
|
120
|
-
* // example id: delete-replication-task-1481752903506
|
|
121
120
|
* ```
|
|
122
121
|
*
|
|
122
|
+
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class DeleteReplicationTaskCommand extends DeleteReplicationTaskCommand_base {
|
|
125
125
|
/** @internal type navigation helper, not in runtime. */
|