@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
|
@@ -83,40 +83,40 @@ declare const DescribeMetadataModelConversionsCommand_base: {
|
|
|
83
83
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
85
85
|
*
|
|
86
|
-
*
|
|
86
|
+
*
|
|
87
87
|
* @example Describe Metadata Model Conversions
|
|
88
88
|
* ```javascript
|
|
89
89
|
* // Returns a paginated list of metadata model conversions for a migration project.
|
|
90
90
|
* const input = {
|
|
91
|
-
*
|
|
91
|
+
* Filters: [
|
|
92
92
|
* {
|
|
93
|
-
*
|
|
94
|
-
*
|
|
93
|
+
* Name: "request-id",
|
|
94
|
+
* Values: [
|
|
95
95
|
* "01234567-89ab-cdef-0123-456789abcdef"
|
|
96
96
|
* ]
|
|
97
97
|
* }
|
|
98
98
|
* ],
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
99
|
+
* Marker: "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ123456",
|
|
100
|
+
* MaxRecords: 123,
|
|
101
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
|
|
102
102
|
* };
|
|
103
103
|
* const command = new DescribeMetadataModelConversionsCommand(input);
|
|
104
104
|
* const response = await client.send(command);
|
|
105
|
-
* /* response
|
|
105
|
+
* /* response is
|
|
106
106
|
* {
|
|
107
|
-
*
|
|
108
|
-
*
|
|
107
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
108
|
+
* Requests: [
|
|
109
109
|
* {
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
110
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
111
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
|
|
112
|
+
* Status: "SUCCESS"
|
|
113
113
|
* }
|
|
114
114
|
* ]
|
|
115
115
|
* }
|
|
116
116
|
* *\/
|
|
117
|
-
* // example id: describe-metadata-model-conversions-1689719021495
|
|
118
117
|
* ```
|
|
119
118
|
*
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class DescribeMetadataModelConversionsCommand extends DescribeMetadataModelConversionsCommand_base {
|
|
122
122
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -83,40 +83,40 @@ declare const DescribeMetadataModelExportsAsScriptCommand_base: {
|
|
|
83
83
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
85
85
|
*
|
|
86
|
-
*
|
|
86
|
+
*
|
|
87
87
|
* @example Describe Metadata Model Exports As Script
|
|
88
88
|
* ```javascript
|
|
89
89
|
* // Returns a paginated list of metadata model exports.
|
|
90
90
|
* const input = {
|
|
91
|
-
*
|
|
91
|
+
* Filters: [
|
|
92
92
|
* {
|
|
93
|
-
*
|
|
94
|
-
*
|
|
93
|
+
* Name: "request-id",
|
|
94
|
+
* Values: [
|
|
95
95
|
* "01234567-89ab-cdef-0123-456789abcdef"
|
|
96
96
|
* ]
|
|
97
97
|
* }
|
|
98
98
|
* ],
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
99
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
100
|
+
* MaxRecords: 20,
|
|
101
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
|
|
102
102
|
* };
|
|
103
103
|
* const command = new DescribeMetadataModelExportsAsScriptCommand(input);
|
|
104
104
|
* const response = await client.send(command);
|
|
105
|
-
* /* response
|
|
105
|
+
* /* response is
|
|
106
106
|
* {
|
|
107
|
-
*
|
|
108
|
-
*
|
|
107
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
108
|
+
* Requests: [
|
|
109
109
|
* {
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
110
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
111
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
|
|
112
|
+
* Status: "SUCCESS"
|
|
113
113
|
* }
|
|
114
114
|
* ]
|
|
115
115
|
* }
|
|
116
116
|
* *\/
|
|
117
|
-
* // example id: describe-metadata-model-exports-as-script-1689719253938
|
|
118
117
|
* ```
|
|
119
118
|
*
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class DescribeMetadataModelExportsAsScriptCommand extends DescribeMetadataModelExportsAsScriptCommand_base {
|
|
122
122
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -83,40 +83,40 @@ declare const DescribeMetadataModelExportsToTargetCommand_base: {
|
|
|
83
83
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
85
85
|
*
|
|
86
|
-
*
|
|
86
|
+
*
|
|
87
87
|
* @example Describe Metadata Model Exports To Target
|
|
88
88
|
* ```javascript
|
|
89
89
|
* // Returns a paginated list of metadata model exports.
|
|
90
90
|
* const input = {
|
|
91
|
-
*
|
|
91
|
+
* Filters: [
|
|
92
92
|
* {
|
|
93
|
-
*
|
|
94
|
-
*
|
|
93
|
+
* Name: "request-id",
|
|
94
|
+
* Values: [
|
|
95
95
|
* "01234567-89ab-cdef-0123-456789abcdef"
|
|
96
96
|
* ]
|
|
97
97
|
* }
|
|
98
98
|
* ],
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
99
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
100
|
+
* MaxRecords: 20,
|
|
101
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
|
|
102
102
|
* };
|
|
103
103
|
* const command = new DescribeMetadataModelExportsToTargetCommand(input);
|
|
104
104
|
* const response = await client.send(command);
|
|
105
|
-
* /* response
|
|
105
|
+
* /* response is
|
|
106
106
|
* {
|
|
107
|
-
*
|
|
108
|
-
*
|
|
107
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
108
|
+
* Requests: [
|
|
109
109
|
* {
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
110
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
111
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
|
|
112
|
+
* Status: "SUCCESS"
|
|
113
113
|
* }
|
|
114
114
|
* ]
|
|
115
115
|
* }
|
|
116
116
|
* *\/
|
|
117
|
-
* // example id: describe-metadata-model-exports-to-target-1689719484750
|
|
118
117
|
* ```
|
|
119
118
|
*
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class DescribeMetadataModelExportsToTargetCommand extends DescribeMetadataModelExportsToTargetCommand_base {
|
|
122
122
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -83,40 +83,40 @@ declare const DescribeMetadataModelImportsCommand_base: {
|
|
|
83
83
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
85
85
|
*
|
|
86
|
-
*
|
|
86
|
+
*
|
|
87
87
|
* @example Describe Metadata Model Imports
|
|
88
88
|
* ```javascript
|
|
89
89
|
* // Returns a paginated list of metadata model imports.
|
|
90
90
|
* const input = {
|
|
91
|
-
*
|
|
91
|
+
* Filters: [
|
|
92
92
|
* {
|
|
93
|
-
*
|
|
94
|
-
*
|
|
93
|
+
* Name: "request-id",
|
|
94
|
+
* Values: [
|
|
95
95
|
* "01234567-89ab-cdef-0123-456789abcdef"
|
|
96
96
|
* ]
|
|
97
97
|
* }
|
|
98
98
|
* ],
|
|
99
|
-
*
|
|
100
|
-
*
|
|
101
|
-
*
|
|
99
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
100
|
+
* MaxRecords: 20,
|
|
101
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
|
|
102
102
|
* };
|
|
103
103
|
* const command = new DescribeMetadataModelImportsCommand(input);
|
|
104
104
|
* const response = await client.send(command);
|
|
105
|
-
* /* response
|
|
105
|
+
* /* response is
|
|
106
106
|
* {
|
|
107
|
-
*
|
|
108
|
-
*
|
|
107
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
108
|
+
* Requests: [
|
|
109
109
|
* {
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
110
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
111
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
|
|
112
|
+
* Status: "SUCCESS"
|
|
113
113
|
* }
|
|
114
114
|
* ]
|
|
115
115
|
* }
|
|
116
116
|
* *\/
|
|
117
|
-
* // example id: describe-metadata-model-imports-1689719771322
|
|
118
117
|
* ```
|
|
119
118
|
*
|
|
119
|
+
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class DescribeMetadataModelImportsCommand extends DescribeMetadataModelImportsCommand_base {
|
|
122
122
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -105,61 +105,61 @@ declare const DescribeMigrationProjectsCommand_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
109
|
* @example Describe Migration Projects
|
|
110
110
|
* ```javascript
|
|
111
111
|
* // Returns a paginated list of migration projects for your account in the current region.
|
|
112
112
|
* const input = {
|
|
113
|
-
*
|
|
113
|
+
* Filters: [
|
|
114
114
|
* {
|
|
115
|
-
*
|
|
116
|
-
*
|
|
115
|
+
* Name: "migration-project-identifier",
|
|
116
|
+
* Values: [
|
|
117
117
|
* "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ12345678901"
|
|
118
118
|
* ]
|
|
119
119
|
* }
|
|
120
120
|
* ],
|
|
121
|
-
*
|
|
122
|
-
*
|
|
121
|
+
* Marker: "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ123456",
|
|
122
|
+
* MaxRecords: 20
|
|
123
123
|
* };
|
|
124
124
|
* const command = new DescribeMigrationProjectsCommand(input);
|
|
125
125
|
* const response = await client.send(command);
|
|
126
|
-
* /* response
|
|
126
|
+
* /* response is
|
|
127
127
|
* {
|
|
128
|
-
*
|
|
129
|
-
*
|
|
128
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
129
|
+
* MigrationProjects: [
|
|
130
130
|
* {
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
131
|
+
* InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
132
|
+
* InstanceProfileName: "my-instance-profile",
|
|
133
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
134
|
+
* MigrationProjectCreationTime: "2023-04-19T11:45:15.805253Z",
|
|
135
|
+
* MigrationProjectName: "my-migration-project",
|
|
136
|
+
* SchemaConversionApplicationAttributes: {
|
|
137
|
+
* S3BucketPath: "my-s3-bucket/my_folder",
|
|
138
|
+
* S3BucketRoleArn: "arn:aws:iam::012345678901:role/my-s3role"
|
|
139
139
|
* },
|
|
140
|
-
*
|
|
140
|
+
* SourceDataProviderDescriptors: [
|
|
141
141
|
* {
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
142
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
143
|
+
* DataProviderName: "all-source-oracle-12",
|
|
144
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/my-access-role",
|
|
145
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/ALL.SOURCE.ORACLE_12-012345"
|
|
146
146
|
* }
|
|
147
147
|
* ],
|
|
148
|
-
*
|
|
148
|
+
* TargetDataProviderDescriptors: [
|
|
149
149
|
* {
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
150
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
151
|
+
* DataProviderName: "my-data-provider",
|
|
152
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/dmytbon-admin-access",
|
|
153
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/TARGET.postgresql-012345"
|
|
154
154
|
* }
|
|
155
155
|
* ]
|
|
156
156
|
* }
|
|
157
157
|
* ]
|
|
158
158
|
* }
|
|
159
159
|
* *\/
|
|
160
|
-
* // example id: describe-migration-projects-1689719912075
|
|
161
160
|
* ```
|
|
162
161
|
*
|
|
162
|
+
* @public
|
|
163
163
|
*/
|
|
164
164
|
export declare class DescribeMigrationProjectsCommand extends DescribeMigrationProjectsCommand_base {
|
|
165
165
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -71,25 +71,25 @@ declare const DescribeOrderableReplicationInstancesCommand_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 Describe orderable replication instances
|
|
76
76
|
* ```javascript
|
|
77
77
|
* // Returns information about the replication instance types that can be created in the specified region.
|
|
78
78
|
* const input = {
|
|
79
|
-
*
|
|
80
|
-
*
|
|
79
|
+
* Marker: "",
|
|
80
|
+
* MaxRecords: 123
|
|
81
81
|
* };
|
|
82
82
|
* const command = new DescribeOrderableReplicationInstancesCommand(input);
|
|
83
83
|
* const response = await client.send(command);
|
|
84
|
-
* /* response
|
|
84
|
+
* /* response is
|
|
85
85
|
* {
|
|
86
|
-
*
|
|
87
|
-
*
|
|
86
|
+
* Marker: "",
|
|
87
|
+
* OrderableReplicationInstances: []
|
|
88
88
|
* }
|
|
89
89
|
* *\/
|
|
90
|
-
* // example id: describe-orderable-replication-instances-1481755123669
|
|
91
90
|
* ```
|
|
92
91
|
*
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class DescribeOrderableReplicationInstancesCommand extends DescribeOrderableReplicationInstancesCommand_base {
|
|
95
95
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -83,6 +83,7 @@ declare const DescribePendingMaintenanceActionsCommand_base: {
|
|
|
83
83
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribePendingMaintenanceActionsCommand extends DescribePendingMaintenanceActionsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DescribeRecommendationLimitationsCommand_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
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DescribeRecommendationLimitationsCommand extends DescribeRecommendationLimitationsCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const DescribeRecommendationsCommand_base: {
|
|
|
108
108
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class DescribeRecommendationsCommand extends DescribeRecommendationsCommand_base {
|
|
@@ -66,23 +66,23 @@ declare const DescribeRefreshSchemasStatusCommand_base: {
|
|
|
66
66
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
68
68
|
*
|
|
69
|
-
*
|
|
69
|
+
*
|
|
70
70
|
* @example Describe refresh schema status
|
|
71
71
|
* ```javascript
|
|
72
72
|
* // Returns the status of the refresh-schemas operation.
|
|
73
73
|
* const input = {
|
|
74
|
-
*
|
|
74
|
+
* EndpointArn: ""
|
|
75
75
|
* };
|
|
76
76
|
* const command = new DescribeRefreshSchemasStatusCommand(input);
|
|
77
77
|
* const response = await client.send(command);
|
|
78
|
-
* /* response
|
|
78
|
+
* /* response is
|
|
79
79
|
* {
|
|
80
|
-
*
|
|
80
|
+
* RefreshSchemasStatus: { /* empty *\/ }
|
|
81
81
|
* }
|
|
82
82
|
* *\/
|
|
83
|
-
* // example id: describe-refresh-schema-status-1481755303497
|
|
84
83
|
* ```
|
|
85
84
|
*
|
|
85
|
+
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DescribeRefreshSchemasStatusCommand extends DescribeRefreshSchemasStatusCommand_base {
|
|
88
88
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -94,6 +94,7 @@ declare const DescribeReplicationConfigsCommand_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
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DescribeReplicationConfigsCommand extends DescribeReplicationConfigsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DescribeReplicationInstanceTaskLogsCommand_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 DescribeReplicationInstanceTaskLogsCommand extends DescribeReplicationInstanceTaskLogsCommand_base {
|
|
@@ -135,34 +135,34 @@ declare const DescribeReplicationInstancesCommand_base: {
|
|
|
135
135
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
136
136
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
137
137
|
*
|
|
138
|
-
*
|
|
138
|
+
*
|
|
139
139
|
* @example Describe replication instances
|
|
140
140
|
* ```javascript
|
|
141
141
|
* // Returns the status of the refresh-schemas operation.
|
|
142
142
|
* const input = {
|
|
143
|
-
*
|
|
143
|
+
* Filters: [
|
|
144
144
|
* {
|
|
145
|
-
*
|
|
146
|
-
*
|
|
145
|
+
* Name: "string",
|
|
146
|
+
* Values: [
|
|
147
147
|
* "string",
|
|
148
148
|
* "string"
|
|
149
149
|
* ]
|
|
150
150
|
* }
|
|
151
151
|
* ],
|
|
152
|
-
*
|
|
153
|
-
*
|
|
152
|
+
* Marker: "",
|
|
153
|
+
* MaxRecords: 123
|
|
154
154
|
* };
|
|
155
155
|
* const command = new DescribeReplicationInstancesCommand(input);
|
|
156
156
|
* const response = await client.send(command);
|
|
157
|
-
* /* response
|
|
157
|
+
* /* response is
|
|
158
158
|
* {
|
|
159
|
-
*
|
|
160
|
-
*
|
|
159
|
+
* Marker: "",
|
|
160
|
+
* ReplicationInstances: []
|
|
161
161
|
* }
|
|
162
162
|
* *\/
|
|
163
|
-
* // example id: describe-replication-instances-1481755443952
|
|
164
163
|
* ```
|
|
165
164
|
*
|
|
165
|
+
* @public
|
|
166
166
|
*/
|
|
167
167
|
export declare class DescribeReplicationInstancesCommand extends DescribeReplicationInstancesCommand_base {
|
|
168
168
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -86,34 +86,34 @@ declare const DescribeReplicationSubnetGroupsCommand_base: {
|
|
|
86
86
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
88
88
|
*
|
|
89
|
-
*
|
|
89
|
+
*
|
|
90
90
|
* @example Describe replication subnet groups
|
|
91
91
|
* ```javascript
|
|
92
92
|
* // Returns information about the replication subnet groups.
|
|
93
93
|
* const input = {
|
|
94
|
-
*
|
|
94
|
+
* Filters: [
|
|
95
95
|
* {
|
|
96
|
-
*
|
|
97
|
-
*
|
|
96
|
+
* Name: "string",
|
|
97
|
+
* Values: [
|
|
98
98
|
* "string",
|
|
99
99
|
* "string"
|
|
100
100
|
* ]
|
|
101
101
|
* }
|
|
102
102
|
* ],
|
|
103
|
-
*
|
|
104
|
-
*
|
|
103
|
+
* Marker: "",
|
|
104
|
+
* MaxRecords: 123
|
|
105
105
|
* };
|
|
106
106
|
* const command = new DescribeReplicationSubnetGroupsCommand(input);
|
|
107
107
|
* const response = await client.send(command);
|
|
108
|
-
* /* response
|
|
108
|
+
* /* response is
|
|
109
109
|
* {
|
|
110
|
-
*
|
|
111
|
-
*
|
|
110
|
+
* Marker: "",
|
|
111
|
+
* ReplicationSubnetGroups: []
|
|
112
112
|
* }
|
|
113
113
|
* *\/
|
|
114
|
-
* // example id: describe-replication-subnet-groups-1481755621284
|
|
115
114
|
* ```
|
|
116
115
|
*
|
|
116
|
+
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class DescribeReplicationSubnetGroupsCommand extends DescribeReplicationSubnetGroupsCommand_base {
|
|
119
119
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -99,6 +99,7 @@ declare const DescribeReplicationTableStatisticsCommand_base: {
|
|
|
99
99
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class DescribeReplicationTableStatisticsCommand extends DescribeReplicationTableStatisticsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DescribeReplicationTaskAssessmentResultsCommand_base: {
|
|
|
74
74
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeReplicationTaskAssessmentResultsCommand extends DescribeReplicationTaskAssessmentResultsCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const DescribeReplicationTaskAssessmentRunsCommand_base: {
|
|
|
102
102
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class DescribeReplicationTaskAssessmentRunsCommand extends DescribeReplicationTaskAssessmentRunsCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DescribeReplicationTaskIndividualAssessmentsCommand_base: {
|
|
|
77
77
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DescribeReplicationTaskIndividualAssessmentsCommand extends DescribeReplicationTaskIndividualAssessmentsCommand_base {
|
|
@@ -103,34 +103,34 @@ declare const DescribeReplicationTasksCommand_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 Describe replication tasks
|
|
108
108
|
* ```javascript
|
|
109
109
|
* // Returns information about replication tasks for your account in the current region.
|
|
110
110
|
* const input = {
|
|
111
|
-
*
|
|
111
|
+
* Filters: [
|
|
112
112
|
* {
|
|
113
|
-
*
|
|
114
|
-
*
|
|
113
|
+
* Name: "string",
|
|
114
|
+
* Values: [
|
|
115
115
|
* "string",
|
|
116
116
|
* "string"
|
|
117
117
|
* ]
|
|
118
118
|
* }
|
|
119
119
|
* ],
|
|
120
|
-
*
|
|
121
|
-
*
|
|
120
|
+
* Marker: "",
|
|
121
|
+
* MaxRecords: 123
|
|
122
122
|
* };
|
|
123
123
|
* const command = new DescribeReplicationTasksCommand(input);
|
|
124
124
|
* const response = await client.send(command);
|
|
125
|
-
* /* response
|
|
125
|
+
* /* response is
|
|
126
126
|
* {
|
|
127
|
-
*
|
|
128
|
-
*
|
|
127
|
+
* Marker: "",
|
|
128
|
+
* ReplicationTasks: []
|
|
129
129
|
* }
|
|
130
130
|
* *\/
|
|
131
|
-
* // example id: describe-replication-tasks-1481755777563
|
|
132
131
|
* ```
|
|
133
132
|
*
|
|
133
|
+
* @public
|
|
134
134
|
*/
|
|
135
135
|
export declare class DescribeReplicationTasksCommand extends DescribeReplicationTasksCommand_base {
|
|
136
136
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -136,6 +136,7 @@ declare const DescribeReplicationsCommand_base: {
|
|
|
136
136
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
138
138
|
*
|
|
139
|
+
*
|
|
139
140
|
* @public
|
|
140
141
|
*/
|
|
141
142
|
export declare class DescribeReplicationsCommand extends DescribeReplicationsCommand_base {
|
|
@@ -66,26 +66,26 @@ declare const DescribeSchemasCommand_base: {
|
|
|
66
66
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
68
68
|
*
|
|
69
|
-
*
|
|
69
|
+
*
|
|
70
70
|
* @example Describe schemas
|
|
71
71
|
* ```javascript
|
|
72
72
|
* // Returns information about the schema for the specified endpoint.
|
|
73
73
|
* const input = {
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
74
|
+
* EndpointArn: "",
|
|
75
|
+
* Marker: "",
|
|
76
|
+
* MaxRecords: 123
|
|
77
77
|
* };
|
|
78
78
|
* const command = new DescribeSchemasCommand(input);
|
|
79
79
|
* const response = await client.send(command);
|
|
80
|
-
* /* response
|
|
80
|
+
* /* response is
|
|
81
81
|
* {
|
|
82
|
-
*
|
|
83
|
-
*
|
|
82
|
+
* Marker: "",
|
|
83
|
+
* Schemas: []
|
|
84
84
|
* }
|
|
85
85
|
* *\/
|
|
86
|
-
* // example id: describe-schemas-1481755933924
|
|
87
86
|
* ```
|
|
88
87
|
*
|
|
88
|
+
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DescribeSchemasCommand extends DescribeSchemasCommand_base {
|
|
91
91
|
/** @internal type navigation helper, not in runtime. */
|