@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
|
@@ -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 {
|
|
@@ -139,6 +139,7 @@ declare const StartReplicationCommand_base: {
|
|
|
139
139
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
141
141
|
*
|
|
142
|
+
*
|
|
142
143
|
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class StartReplicationCommand extends StartReplicationCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const StartReplicationTaskAssessmentCommand_base: {
|
|
|
106
106
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class StartReplicationTaskAssessmentCommand extends StartReplicationTaskAssessmentCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const StartReplicationTaskAssessmentRunCommand_base: {
|
|
|
142
142
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class StartReplicationTaskAssessmentRunCommand extends StartReplicationTaskAssessmentRunCommand_base {
|
|
@@ -103,36 +103,36 @@ declare const StartReplicationTaskCommand_base: {
|
|
|
103
103
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
105
105
|
*
|
|
106
|
-
*
|
|
106
|
+
*
|
|
107
107
|
* @example Start replication task
|
|
108
108
|
* ```javascript
|
|
109
109
|
* // Starts the replication task.
|
|
110
110
|
* const input = {
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
111
|
+
* CdcStartTime: "2016-12-14T13:33:20Z",
|
|
112
|
+
* ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
113
|
+
* StartReplicationTaskType: "start-replication"
|
|
114
114
|
* };
|
|
115
115
|
* const command = new StartReplicationTaskCommand(input);
|
|
116
116
|
* const response = await client.send(command);
|
|
117
|
-
* /* response
|
|
117
|
+
* /* response is
|
|
118
118
|
* {
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
119
|
+
* ReplicationTask: {
|
|
120
|
+
* MigrationType: "full-load",
|
|
121
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
122
|
+
* ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:task:OEAMB3NXSTZ6LFYZFEPPBBXPYM",
|
|
123
|
+
* ReplicationTaskCreationDate: "2016-12-14T18:25:43Z",
|
|
124
|
+
* ReplicationTaskIdentifier: "task1",
|
|
125
|
+
* 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}}`,
|
|
126
|
+
* SourceEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
|
|
127
|
+
* Status: "creating",
|
|
128
|
+
* TableMappings: "file://mappingfile.json",
|
|
129
|
+
* TargetEndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
|
|
130
130
|
* }
|
|
131
131
|
* }
|
|
132
132
|
* *\/
|
|
133
|
-
* // example id: start-replication-task-1481762706778
|
|
134
133
|
* ```
|
|
135
134
|
*
|
|
135
|
+
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class StartReplicationTaskCommand extends StartReplicationTaskCommand_base {
|
|
138
138
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -110,6 +110,7 @@ declare const StopDataMigrationCommand_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 StopDataMigrationCommand extends StopDataMigrationCommand_base {
|
|
@@ -132,6 +132,7 @@ declare const StopReplicationCommand_base: {
|
|
|
132
132
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
134
134
|
*
|
|
135
|
+
*
|
|
135
136
|
* @public
|
|
136
137
|
*/
|
|
137
138
|
export declare class StopReplicationCommand extends StopReplicationCommand_base {
|
|
@@ -92,34 +92,34 @@ declare const StopReplicationTaskCommand_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 Stop replication task
|
|
97
97
|
* ```javascript
|
|
98
98
|
* // Stops the replication task.
|
|
99
99
|
* const input = {
|
|
100
|
-
*
|
|
100
|
+
* ReplicationTaskArn: "arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"
|
|
101
101
|
* };
|
|
102
102
|
* const command = new StopReplicationTaskCommand(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: stop-replication-task-1481762924947
|
|
121
120
|
* ```
|
|
122
121
|
*
|
|
122
|
+
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class StopReplicationTaskCommand extends StopReplicationTaskCommand_base {
|
|
125
125
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -78,24 +78,24 @@ declare const TestConnectionCommand_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
82
|
* @example Test conection
|
|
83
83
|
* ```javascript
|
|
84
84
|
* // Tests the connection between the replication instance and the endpoint.
|
|
85
85
|
* const input = {
|
|
86
|
-
*
|
|
87
|
-
*
|
|
86
|
+
* EndpointArn: "arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM",
|
|
87
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"
|
|
88
88
|
* };
|
|
89
89
|
* const command = new TestConnectionCommand(input);
|
|
90
90
|
* const response = await client.send(command);
|
|
91
|
-
* /* response
|
|
91
|
+
* /* response is
|
|
92
92
|
* {
|
|
93
|
-
*
|
|
93
|
+
* Connection: { /* empty *\/ }
|
|
94
94
|
* }
|
|
95
95
|
* *\/
|
|
96
|
-
* // example id: test-conection-1481763017636
|
|
97
96
|
* ```
|
|
98
97
|
*
|
|
98
|
+
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class TestConnectionCommand extends TestConnectionCommand_base {
|
|
101
101
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -71,6 +71,7 @@ declare const UpdateSubscriptionsToEventBridgeCommand_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
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UpdateSubscriptionsToEventBridgeCommand extends UpdateSubscriptionsToEventBridgeCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-database-migration-service",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|