@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
|
@@ -65,37 +65,37 @@ declare const DescribeAccountAttributesCommand_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 Describe acount attributes
|
|
70
70
|
* ```javascript
|
|
71
71
|
* // Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. This operation does not take any parameters.
|
|
72
|
-
* const input = {};
|
|
72
|
+
* const input = { /* empty *\/ };
|
|
73
73
|
* const command = new DescribeAccountAttributesCommand(input);
|
|
74
74
|
* const response = await client.send(command);
|
|
75
|
-
* /* response
|
|
75
|
+
* /* response is
|
|
76
76
|
* {
|
|
77
|
-
*
|
|
77
|
+
* AccountQuotas: [
|
|
78
78
|
* {
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
*
|
|
79
|
+
* AccountQuotaName: "ReplicationInstances",
|
|
80
|
+
* Max: 20,
|
|
81
|
+
* Used: 0
|
|
82
82
|
* },
|
|
83
83
|
* {
|
|
84
|
-
*
|
|
85
|
-
*
|
|
86
|
-
*
|
|
84
|
+
* AccountQuotaName: "AllocatedStorage",
|
|
85
|
+
* Max: 20,
|
|
86
|
+
* Used: 0
|
|
87
87
|
* },
|
|
88
88
|
* {
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
89
|
+
* AccountQuotaName: "Endpoints",
|
|
90
|
+
* Max: 20,
|
|
91
|
+
* Used: 0
|
|
92
92
|
* }
|
|
93
93
|
* ]
|
|
94
94
|
* }
|
|
95
95
|
* *\/
|
|
96
|
-
* // example id: describe-acount-attributes-1481753085663
|
|
97
96
|
* ```
|
|
98
97
|
*
|
|
98
|
+
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class DescribeAccountAttributesCommand extends DescribeAccountAttributesCommand_base {
|
|
101
101
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -89,6 +89,7 @@ declare const DescribeApplicableIndividualAssessmentsCommand_base: {
|
|
|
89
89
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeApplicableIndividualAssessmentsCommand extends DescribeApplicableIndividualAssessmentsCommand_base {
|
|
@@ -80,34 +80,34 @@ declare const DescribeCertificatesCommand_base: {
|
|
|
80
80
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
82
82
|
*
|
|
83
|
-
*
|
|
83
|
+
*
|
|
84
84
|
* @example Describe certificates
|
|
85
85
|
* ```javascript
|
|
86
86
|
* // Provides a description of the certificate.
|
|
87
87
|
* const input = {
|
|
88
|
-
*
|
|
88
|
+
* Filters: [
|
|
89
89
|
* {
|
|
90
|
-
*
|
|
91
|
-
*
|
|
90
|
+
* Name: "string",
|
|
91
|
+
* Values: [
|
|
92
92
|
* "string",
|
|
93
93
|
* "string"
|
|
94
94
|
* ]
|
|
95
95
|
* }
|
|
96
96
|
* ],
|
|
97
|
-
*
|
|
98
|
-
*
|
|
97
|
+
* Marker: "",
|
|
98
|
+
* MaxRecords: 123
|
|
99
99
|
* };
|
|
100
100
|
* const command = new DescribeCertificatesCommand(input);
|
|
101
101
|
* const response = await client.send(command);
|
|
102
|
-
* /* response
|
|
102
|
+
* /* response is
|
|
103
103
|
* {
|
|
104
|
-
*
|
|
105
|
-
*
|
|
104
|
+
* Certificates: [],
|
|
105
|
+
* Marker: ""
|
|
106
106
|
* }
|
|
107
107
|
* *\/
|
|
108
|
-
* // example id: describe-certificates-1481753186244
|
|
109
108
|
* ```
|
|
110
109
|
*
|
|
110
|
+
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class DescribeCertificatesCommand extends DescribeCertificatesCommand_base {
|
|
113
113
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -77,42 +77,42 @@ declare const DescribeConnectionsCommand_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
81
|
* @example Describe connections
|
|
82
82
|
* ```javascript
|
|
83
83
|
* // Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
|
|
84
84
|
* const input = {
|
|
85
|
-
*
|
|
85
|
+
* Filters: [
|
|
86
86
|
* {
|
|
87
|
-
*
|
|
88
|
-
*
|
|
87
|
+
* Name: "string",
|
|
88
|
+
* Values: [
|
|
89
89
|
* "string",
|
|
90
90
|
* "string"
|
|
91
91
|
* ]
|
|
92
92
|
* }
|
|
93
93
|
* ],
|
|
94
|
-
*
|
|
95
|
-
*
|
|
94
|
+
* Marker: "",
|
|
95
|
+
* MaxRecords: 123
|
|
96
96
|
* };
|
|
97
97
|
* const command = new DescribeConnectionsCommand(input);
|
|
98
98
|
* const response = await client.send(command);
|
|
99
|
-
* /* response
|
|
99
|
+
* /* response is
|
|
100
100
|
* {
|
|
101
|
-
*
|
|
101
|
+
* Connections: [
|
|
102
102
|
* {
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
103
|
+
* EndpointArn: "arn:aws:dms:us-east-arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE",
|
|
104
|
+
* EndpointIdentifier: "testsrc1",
|
|
105
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
106
|
+
* ReplicationInstanceIdentifier: "test",
|
|
107
|
+
* Status: "successful"
|
|
108
108
|
* }
|
|
109
109
|
* ],
|
|
110
|
-
*
|
|
110
|
+
* Marker: ""
|
|
111
111
|
* }
|
|
112
112
|
* *\/
|
|
113
|
-
* // example id: describe-connections-1481754477953
|
|
114
113
|
* ```
|
|
115
114
|
*
|
|
115
|
+
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class DescribeConnectionsCommand extends DescribeConnectionsCommand_base {
|
|
118
118
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -58,24 +58,24 @@ declare const DescribeConversionConfigurationCommand_base: {
|
|
|
58
58
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
60
60
|
*
|
|
61
|
-
*
|
|
61
|
+
*
|
|
62
62
|
* @example Describe Conversion Configuration
|
|
63
63
|
* ```javascript
|
|
64
64
|
* // Returns configuration parameters for a schema conversion project.
|
|
65
65
|
* const input = {
|
|
66
|
-
*
|
|
66
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
|
|
67
67
|
* };
|
|
68
68
|
* const command = new DescribeConversionConfigurationCommand(input);
|
|
69
69
|
* const response = await client.send(command);
|
|
70
|
-
* /* response
|
|
70
|
+
* /* response is
|
|
71
71
|
* {
|
|
72
|
-
*
|
|
73
|
-
*
|
|
72
|
+
* ConversionConfiguration: `{"Common project settings":{"ShowSeverityLevelInSql":"CRITICAL"},"ORACLE_TO_POSTGRESQL" : {"ToTimeZone":false,"LastDayBuiltinFunctionOracle":false, "NextDayBuiltinFunctionOracle":false,"ConvertProceduresToFunction":false,"NvlBuiltinFunctionOracle":false,"DbmsAssertBuiltinFunctionOracle":false}}`,
|
|
73
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
|
|
74
74
|
* }
|
|
75
75
|
* *\/
|
|
76
|
-
* // example id: describe-conversion-configuration-1689717690907
|
|
77
76
|
* ```
|
|
78
77
|
*
|
|
78
|
+
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DescribeConversionConfigurationCommand extends DescribeConversionConfigurationCommand_base {
|
|
81
81
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -124,6 +124,7 @@ declare const DescribeDataMigrationsCommand_base: {
|
|
|
124
124
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class DescribeDataMigrationsCommand extends DescribeDataMigrationsCommand_base {
|
|
@@ -159,48 +159,48 @@ declare const DescribeDataProvidersCommand_base: {
|
|
|
159
159
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
160
160
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
161
161
|
*
|
|
162
|
-
*
|
|
162
|
+
*
|
|
163
163
|
* @example Describe Data Providers
|
|
164
164
|
* ```javascript
|
|
165
165
|
* //
|
|
166
166
|
* const input = {
|
|
167
|
-
*
|
|
167
|
+
* Filters: [
|
|
168
168
|
* {
|
|
169
|
-
*
|
|
170
|
-
*
|
|
169
|
+
* Name: "data-provider-identifier",
|
|
170
|
+
* Values: [
|
|
171
171
|
* "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
|
|
172
172
|
* ]
|
|
173
173
|
* }
|
|
174
174
|
* ],
|
|
175
|
-
*
|
|
176
|
-
*
|
|
175
|
+
* Marker: "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
|
|
176
|
+
* MaxRecords: 20
|
|
177
177
|
* };
|
|
178
178
|
* const command = new DescribeDataProvidersCommand(input);
|
|
179
179
|
* const response = await client.send(command);
|
|
180
|
-
* /* response
|
|
180
|
+
* /* response is
|
|
181
181
|
* {
|
|
182
|
-
*
|
|
182
|
+
* DataProviders: [
|
|
183
183
|
* {
|
|
184
|
-
*
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
184
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
|
|
185
|
+
* DataProviderCreationTime: "2023-05-12T10:50:41.988561Z",
|
|
186
|
+
* DataProviderName: "my-target-data-provider",
|
|
187
|
+
* Engine: "postgres",
|
|
188
|
+
* Settings: {
|
|
189
|
+
* PostgreSqlSettings: {
|
|
190
|
+
* DatabaseName: "target",
|
|
191
|
+
* Port: 5432,
|
|
192
|
+
* ServerName: "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
|
|
193
|
+
* SslMode: "none"
|
|
194
194
|
* }
|
|
195
195
|
* }
|
|
196
196
|
* }
|
|
197
197
|
* ],
|
|
198
|
-
*
|
|
198
|
+
* Marker: "EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
|
|
199
199
|
* }
|
|
200
200
|
* *\/
|
|
201
|
-
* // example id: describe-data-providers-1689725897156
|
|
202
201
|
* ```
|
|
203
202
|
*
|
|
203
|
+
* @public
|
|
204
204
|
*/
|
|
205
205
|
export declare class DescribeDataProvidersCommand extends DescribeDataProvidersCommand_base {
|
|
206
206
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -72,6 +72,7 @@ declare const DescribeEndpointSettingsCommand_base: {
|
|
|
72
72
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeEndpointSettingsCommand extends DescribeEndpointSettingsCommand_base {
|
|
@@ -72,34 +72,34 @@ declare const DescribeEndpointTypesCommand_base: {
|
|
|
72
72
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
74
74
|
*
|
|
75
|
-
*
|
|
75
|
+
*
|
|
76
76
|
* @example Describe endpoint types
|
|
77
77
|
* ```javascript
|
|
78
78
|
* // Returns information about the type of endpoints available.
|
|
79
79
|
* const input = {
|
|
80
|
-
*
|
|
80
|
+
* Filters: [
|
|
81
81
|
* {
|
|
82
|
-
*
|
|
83
|
-
*
|
|
82
|
+
* Name: "string",
|
|
83
|
+
* Values: [
|
|
84
84
|
* "string",
|
|
85
85
|
* "string"
|
|
86
86
|
* ]
|
|
87
87
|
* }
|
|
88
88
|
* ],
|
|
89
|
-
*
|
|
90
|
-
*
|
|
89
|
+
* Marker: "",
|
|
90
|
+
* MaxRecords: 123
|
|
91
91
|
* };
|
|
92
92
|
* const command = new DescribeEndpointTypesCommand(input);
|
|
93
93
|
* const response = await client.send(command);
|
|
94
|
-
* /* response
|
|
94
|
+
* /* response is
|
|
95
95
|
* {
|
|
96
|
-
*
|
|
97
|
-
*
|
|
96
|
+
* Marker: "",
|
|
97
|
+
* SupportedEndpointTypes: []
|
|
98
98
|
* }
|
|
99
99
|
* *\/
|
|
100
|
-
* // example id: describe-endpoint-types-1481754742591
|
|
101
100
|
* ```
|
|
102
101
|
*
|
|
102
|
+
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class DescribeEndpointTypesCommand extends DescribeEndpointTypesCommand_base {
|
|
105
105
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -424,34 +424,34 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
424
424
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
425
425
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
426
426
|
*
|
|
427
|
-
*
|
|
427
|
+
*
|
|
428
428
|
* @example Describe endpoints
|
|
429
429
|
* ```javascript
|
|
430
430
|
* // Returns information about the endpoints for your account in the current region.
|
|
431
431
|
* const input = {
|
|
432
|
-
*
|
|
432
|
+
* Filters: [
|
|
433
433
|
* {
|
|
434
|
-
*
|
|
435
|
-
*
|
|
434
|
+
* Name: "string",
|
|
435
|
+
* Values: [
|
|
436
436
|
* "string",
|
|
437
437
|
* "string"
|
|
438
438
|
* ]
|
|
439
439
|
* }
|
|
440
440
|
* ],
|
|
441
|
-
*
|
|
442
|
-
*
|
|
441
|
+
* Marker: "",
|
|
442
|
+
* MaxRecords: 123
|
|
443
443
|
* };
|
|
444
444
|
* const command = new DescribeEndpointsCommand(input);
|
|
445
445
|
* const response = await client.send(command);
|
|
446
|
-
* /* response
|
|
446
|
+
* /* response is
|
|
447
447
|
* {
|
|
448
|
-
*
|
|
449
|
-
*
|
|
448
|
+
* Endpoints: [],
|
|
449
|
+
* Marker: ""
|
|
450
450
|
* }
|
|
451
451
|
* *\/
|
|
452
|
-
* // example id: describe-endpoints-1481754926060
|
|
453
452
|
* ```
|
|
454
453
|
*
|
|
454
|
+
* @public
|
|
455
455
|
*/
|
|
456
456
|
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
457
457
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -69,6 +69,7 @@ declare const DescribeEngineVersionsCommand_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 DescribeEngineVersionsCommand extends DescribeEngineVersionsCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DescribeEventCategoriesCommand_base: {
|
|
|
72
72
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DescribeEventSubscriptionsCommand_base: {
|
|
|
89
89
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const DescribeEventsCommand_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
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
@@ -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. */
|