@aws-sdk/client-database-migration-service 3.774.0 → 3.777.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/DatabaseMigrationServiceClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -7
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -0
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataProviderCommand.d.ts +26 -26
- package/dist-types/commands/CreateEndpointCommand.d.ts +28 -28
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +1 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +21 -21
- package/dist-types/commands/CreateMigrationProjectCommand.d.ts +40 -40
- package/dist-types/commands/CreateReplicationConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +52 -52
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +10 -10
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +25 -25
- package/dist-types/commands/DeleteCertificateCommand.d.ts +5 -5
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -6
- package/dist-types/commands/DeleteDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataProviderCommand.d.ts +15 -15
- package/dist-types/commands/DeleteEndpointCommand.d.ts +15 -15
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +1 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +13 -13
- package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +23 -23
- package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +40 -40
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +7 -4
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +1 -0
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +15 -15
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +14 -14
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +10 -10
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +15 -15
- package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/DescribeDataMigrationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +20 -20
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +10 -10
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +17 -17
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +28 -28
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +5 -5
- package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +10 -10
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +10 -10
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSchemasCommand.d.ts +8 -8
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +9 -9
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +13 -13
- package/dist-types/commands/ImportCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -5
- package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/ModifyDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +24 -24
- package/dist-types/commands/ModifyEndpointCommand.d.ts +16 -16
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +21 -21
- package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +37 -37
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -0
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +48 -48
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +7 -7
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -0
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -0
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -0
- package/dist-types/commands/RefreshSchemasCommand.d.ts +6 -6
- package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -0
- package/dist-types/commands/ReloadTablesCommand.d.ts +1 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +8 -5
- package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/StartDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +5 -5
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +7 -7
- package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +6 -6
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +8 -8
- package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +7 -7
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +8 -8
- package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -0
- package/dist-types/commands/StartReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -0
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -0
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +17 -17
- package/dist-types/commands/StopDataMigrationCommand.d.ts +1 -0
- package/dist-types/commands/StopReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +15 -15
- package/dist-types/commands/TestConnectionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -0
- package/package.json +34 -34
|
@@ -82,40 +82,40 @@ declare const DescribeExtensionPackAssociationsCommand_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 Describe Extension Pack Associations
|
|
87
87
|
* ```javascript
|
|
88
88
|
* // Returns a paginated list of extension pack associations for the specified migration project.
|
|
89
89
|
* const input = {
|
|
90
|
-
*
|
|
90
|
+
* Filters: [
|
|
91
91
|
* {
|
|
92
|
-
*
|
|
93
|
-
*
|
|
92
|
+
* Name: "instance-profile-identifier",
|
|
93
|
+
* Values: [
|
|
94
94
|
* "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
|
|
95
95
|
* ]
|
|
96
96
|
* }
|
|
97
97
|
* ],
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
*
|
|
98
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
99
|
+
* MaxRecords: 20,
|
|
100
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
|
|
101
101
|
* };
|
|
102
102
|
* const command = new DescribeExtensionPackAssociationsCommand(input);
|
|
103
103
|
* const response = await client.send(command);
|
|
104
|
-
* /* response
|
|
104
|
+
* /* response is
|
|
105
105
|
* {
|
|
106
|
-
*
|
|
107
|
-
*
|
|
106
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
107
|
+
* Requests: [
|
|
108
108
|
* {
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
109
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
110
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
|
|
111
|
+
* Status: "SUCCESS"
|
|
112
112
|
* }
|
|
113
113
|
* ]
|
|
114
114
|
* }
|
|
115
115
|
* *\/
|
|
116
|
-
* // example id: describe-extension-pack-associations-1689718322580
|
|
117
116
|
* ```
|
|
118
117
|
*
|
|
118
|
+
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class DescribeExtensionPackAssociationsCommand extends DescribeExtensionPackAssociationsCommand_base {
|
|
121
121
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -91,6 +91,7 @@ declare const DescribeFleetAdvisorCollectorsCommand_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 DescribeFleetAdvisorCollectorsCommand extends DescribeFleetAdvisorCollectorsCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const DescribeFleetAdvisorDatabasesCommand_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 DescribeFleetAdvisorDatabasesCommand extends DescribeFleetAdvisorDatabasesCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DescribeFleetAdvisorLsaAnalysisCommand_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
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DescribeFleetAdvisorLsaAnalysisCommand extends DescribeFleetAdvisorLsaAnalysisCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DescribeFleetAdvisorSchemaObjectSummaryCommand_base: {
|
|
|
76
76
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeFleetAdvisorSchemaObjectSummaryCommand extends DescribeFleetAdvisorSchemaObjectSummaryCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const DescribeFleetAdvisorSchemasCommand_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 DescribeFleetAdvisorSchemasCommand extends DescribeFleetAdvisorSchemasCommand_base {
|
|
@@ -90,43 +90,43 @@ declare const DescribeInstanceProfilesCommand_base: {
|
|
|
90
90
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
92
92
|
*
|
|
93
|
-
*
|
|
93
|
+
*
|
|
94
94
|
* @example Describe Instance Profiles
|
|
95
95
|
* ```javascript
|
|
96
96
|
* // Returns a paginated list of instance profiles for your account in the current region.
|
|
97
97
|
* const input = {
|
|
98
|
-
*
|
|
98
|
+
* Filters: [
|
|
99
99
|
* {
|
|
100
|
-
*
|
|
101
|
-
*
|
|
100
|
+
* Name: "instance-profile-identifier",
|
|
101
|
+
* Values: [
|
|
102
102
|
* "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
|
|
103
103
|
* ]
|
|
104
104
|
* }
|
|
105
105
|
* ],
|
|
106
|
-
*
|
|
107
|
-
*
|
|
106
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
107
|
+
* MaxRecords: 20
|
|
108
108
|
* };
|
|
109
109
|
* const command = new DescribeInstanceProfilesCommand(input);
|
|
110
110
|
* const response = await client.send(command);
|
|
111
|
-
* /* response
|
|
111
|
+
* /* response is
|
|
112
112
|
* {
|
|
113
|
-
*
|
|
113
|
+
* InstanceProfiles: [
|
|
114
114
|
* {
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
115
|
+
* InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
|
|
116
|
+
* InstanceProfileCreationTime: "2022-12-16T09:44:43.543246Z",
|
|
117
|
+
* InstanceProfileName: "my-instance-profile",
|
|
118
|
+
* KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
|
|
119
|
+
* PubliclyAccessible: true,
|
|
120
|
+
* SubnetGroupIdentifier: "public-subnets",
|
|
121
|
+
* VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8"
|
|
122
122
|
* }
|
|
123
123
|
* ],
|
|
124
|
-
*
|
|
124
|
+
* Marker: "0123456789abcdefghijklmnopqrs"
|
|
125
125
|
* }
|
|
126
126
|
* *\/
|
|
127
|
-
* // example id: describe-instance-profiles-1689718406840
|
|
128
127
|
* ```
|
|
129
128
|
*
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class DescribeInstanceProfilesCommand extends DescribeInstanceProfilesCommand_base {
|
|
132
132
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -84,40 +84,40 @@ declare const DescribeMetadataModelAssessmentsCommand_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 Describe Metadata Model Assessments
|
|
89
89
|
* ```javascript
|
|
90
90
|
* // Returns a paginated list of metadata model assessments for your account in the current region.
|
|
91
91
|
* const input = {
|
|
92
|
-
*
|
|
92
|
+
* Filters: [
|
|
93
93
|
* {
|
|
94
|
-
*
|
|
95
|
-
*
|
|
94
|
+
* Name: "my-migration-project",
|
|
95
|
+
* Values: [
|
|
96
96
|
* "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
|
|
97
97
|
* ]
|
|
98
98
|
* }
|
|
99
99
|
* ],
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
100
|
+
* Marker: "0123456789abcdefghijklmnopqrs",
|
|
101
|
+
* MaxRecords: 20,
|
|
102
|
+
* MigrationProjectIdentifier: ""
|
|
103
103
|
* };
|
|
104
104
|
* const command = new DescribeMetadataModelAssessmentsCommand(input);
|
|
105
105
|
* const response = await client.send(command);
|
|
106
|
-
* /* response
|
|
106
|
+
* /* response is
|
|
107
107
|
* {
|
|
108
|
-
*
|
|
109
|
-
*
|
|
108
|
+
* Marker: "ASDLKJASDJKHDFHGDNBGDASKJHGFK",
|
|
109
|
+
* Requests: [
|
|
110
110
|
* {
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
111
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
112
|
+
* RequestIdentifier: "01234567-89ab-cdef-0123-456789abcdef",
|
|
113
|
+
* Status: "SUCCESS"
|
|
114
114
|
* }
|
|
115
115
|
* ]
|
|
116
116
|
* }
|
|
117
117
|
* *\/
|
|
118
|
-
* // example id: describe-metadata-model-assessments-1689718702303
|
|
119
118
|
* ```
|
|
120
119
|
*
|
|
120
|
+
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class DescribeMetadataModelAssessmentsCommand extends DescribeMetadataModelAssessmentsCommand_base {
|
|
123
123
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -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 {
|