@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
|
@@ -106,27 +106,27 @@ declare const DescribeTableStatisticsCommand_base: {
|
|
|
106
106
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
108
108
|
*
|
|
109
|
-
*
|
|
109
|
+
*
|
|
110
110
|
* @example Describe table statistics
|
|
111
111
|
* ```javascript
|
|
112
112
|
* // Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
|
|
113
113
|
* const input = {
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
114
|
+
* Marker: "",
|
|
115
|
+
* MaxRecords: 123,
|
|
116
|
+
* ReplicationTaskArn: ""
|
|
117
117
|
* };
|
|
118
118
|
* const command = new DescribeTableStatisticsCommand(input);
|
|
119
119
|
* const response = await client.send(command);
|
|
120
|
-
* /* response
|
|
120
|
+
* /* response is
|
|
121
121
|
* {
|
|
122
|
-
*
|
|
123
|
-
*
|
|
124
|
-
*
|
|
122
|
+
* Marker: "",
|
|
123
|
+
* ReplicationTaskArn: "",
|
|
124
|
+
* TableStatistics: []
|
|
125
125
|
* }
|
|
126
126
|
* *\/
|
|
127
|
-
* // example id: describe-table-statistics-1481756071890
|
|
128
127
|
* ```
|
|
129
128
|
*
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class DescribeTableStatisticsCommand extends DescribeTableStatisticsCommand_base {
|
|
132
132
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -70,35 +70,35 @@ declare const ExportMetadataModelAssessmentCommand_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
74
|
* @example Export Metadata Model Assessment
|
|
75
75
|
* ```javascript
|
|
76
76
|
* // Saves a copy of a database migration assessment report to your S3 bucket. DMS can save your assessment report as a comma-separated value (CSV) or a PDF file.
|
|
77
77
|
* const input = {
|
|
78
|
-
*
|
|
78
|
+
* AssessmentReportTypes: [
|
|
79
79
|
* "pdf"
|
|
80
80
|
* ],
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
81
|
+
* FileName: "file",
|
|
82
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
83
|
+
* SelectionRules: `{"rules": [{"rule-type": "selection","rule-id": "1","rule-name": "1","object-locator": {"server-name": "aurora-pg.cluster-a1b2c3d4e5f6.us-east-1.rds.amazonaws.com", "schema-name": "schema1", "table-name": "Cities"},"rule-action": "explicit"} ]}`
|
|
84
84
|
* };
|
|
85
85
|
* const command = new ExportMetadataModelAssessmentCommand(input);
|
|
86
86
|
* const response = await client.send(command);
|
|
87
|
-
* /* response
|
|
87
|
+
* /* response is
|
|
88
88
|
* {
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
89
|
+
* CsvReport: {
|
|
90
|
+
* ObjectURL: "url",
|
|
91
|
+
* S3ObjectKey: "object-name"
|
|
92
92
|
* },
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
93
|
+
* PdfReport: {
|
|
94
|
+
* ObjectURL: "url",
|
|
95
|
+
* S3ObjectKey: "object-name"
|
|
96
96
|
* }
|
|
97
97
|
* }
|
|
98
98
|
* *\/
|
|
99
|
-
* // example id: export-metadata-model-assessment-1689720309558
|
|
100
99
|
* ```
|
|
101
100
|
*
|
|
101
|
+
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class ExportMetadataModelAssessmentCommand extends ExportMetadataModelAssessmentCommand_base {
|
|
104
104
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -83,24 +83,24 @@ declare const ImportCertificateCommand_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 Import certificate
|
|
88
88
|
* ```javascript
|
|
89
89
|
* // Uploads the specified certificate.
|
|
90
90
|
* const input = {
|
|
91
|
-
*
|
|
92
|
-
*
|
|
91
|
+
* CertificateIdentifier: "",
|
|
92
|
+
* CertificatePem: ""
|
|
93
93
|
* };
|
|
94
94
|
* const command = new ImportCertificateCommand(input);
|
|
95
95
|
* const response = await client.send(command);
|
|
96
|
-
* /* response
|
|
96
|
+
* /* response is
|
|
97
97
|
* {
|
|
98
|
-
*
|
|
98
|
+
* Certificate: { /* empty *\/ }
|
|
99
99
|
* }
|
|
100
100
|
* *\/
|
|
101
|
-
* // example id: import-certificate-1481756197206
|
|
102
101
|
* ```
|
|
103
102
|
*
|
|
103
|
+
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
|
|
106
106
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -73,23 +73,23 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
75
75
|
*
|
|
76
|
-
*
|
|
76
|
+
*
|
|
77
77
|
* @example List tags for resource
|
|
78
78
|
* ```javascript
|
|
79
79
|
* // Lists all tags for an AWS DMS resource.
|
|
80
80
|
* const input = {
|
|
81
|
-
*
|
|
81
|
+
* ResourceArn: ""
|
|
82
82
|
* };
|
|
83
83
|
* const command = new ListTagsForResourceCommand(input);
|
|
84
84
|
* const response = await client.send(command);
|
|
85
|
-
* /* response
|
|
85
|
+
* /* response is
|
|
86
86
|
* {
|
|
87
|
-
*
|
|
87
|
+
* TagList: []
|
|
88
88
|
* }
|
|
89
89
|
* *\/
|
|
90
|
-
* // example id: list-tags-for-resource-1481761095501
|
|
91
90
|
* ```
|
|
92
91
|
*
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
95
95
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -61,24 +61,24 @@ declare const ModifyConversionConfigurationCommand_base: {
|
|
|
61
61
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
63
63
|
*
|
|
64
|
-
*
|
|
64
|
+
*
|
|
65
65
|
* @example Modify Conversion Configuration
|
|
66
66
|
* ```javascript
|
|
67
67
|
* // Modifies the specified schema conversion configuration using the provided parameters.
|
|
68
68
|
* const input = {
|
|
69
|
-
*
|
|
70
|
-
*
|
|
69
|
+
* ConversionConfiguration: `{"Common project settings":{"ShowSeverityLevelInSql":"CRITICAL"},"ORACLE_TO_POSTGRESQL" : {"ToTimeZone":false,"LastDayBuiltinFunctionOracle":false, "NextDayBuiltinFunctionOracle":false,"ConvertProceduresToFunction":false,"NvlBuiltinFunctionOracle":false,"DbmsAssertBuiltinFunctionOracle":false}}`,
|
|
70
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
|
|
71
71
|
* };
|
|
72
72
|
* const command = new ModifyConversionConfigurationCommand(input);
|
|
73
73
|
* const response = await client.send(command);
|
|
74
|
-
* /* response
|
|
74
|
+
* /* response is
|
|
75
75
|
* {
|
|
76
|
-
*
|
|
76
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012"
|
|
77
77
|
* }
|
|
78
78
|
* *\/
|
|
79
|
-
* // example id: modify-conversion-configuration-1689720529855
|
|
80
79
|
* ```
|
|
81
80
|
*
|
|
81
|
+
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ModifyConversionConfigurationCommand extends ModifyConversionConfigurationCommand_base {
|
|
84
84
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -129,6 +129,7 @@ declare const ModifyDataMigrationCommand_base: {
|
|
|
129
129
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class ModifyDataMigrationCommand extends ModifyDataMigrationCommand_base {
|
|
@@ -233,47 +233,47 @@ declare const ModifyDataProviderCommand_base: {
|
|
|
233
233
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
234
234
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
235
235
|
*
|
|
236
|
-
*
|
|
236
|
+
*
|
|
237
237
|
* @example Modify Data Provider
|
|
238
238
|
* ```javascript
|
|
239
239
|
* // Modifies the specified data provider using the provided settings.
|
|
240
240
|
* const input = {
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
*
|
|
245
|
-
*
|
|
246
|
-
*
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
*
|
|
250
|
-
*
|
|
241
|
+
* DataProviderIdentifier: "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
|
|
242
|
+
* DataProviderName: "new-name",
|
|
243
|
+
* Description: "description",
|
|
244
|
+
* Engine: "sqlserver",
|
|
245
|
+
* Settings: {
|
|
246
|
+
* MicrosoftSqlServerSettings: {
|
|
247
|
+
* DatabaseName: "DatabaseName",
|
|
248
|
+
* Port: 11112,
|
|
249
|
+
* ServerName: "ServerName2",
|
|
250
|
+
* SslMode: "none"
|
|
251
251
|
* }
|
|
252
252
|
* }
|
|
253
253
|
* };
|
|
254
254
|
* const command = new ModifyDataProviderCommand(input);
|
|
255
255
|
* const response = await client.send(command);
|
|
256
|
-
* /* response
|
|
256
|
+
* /* response is
|
|
257
257
|
* {
|
|
258
|
-
*
|
|
259
|
-
*
|
|
260
|
-
*
|
|
261
|
-
*
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
*
|
|
265
|
-
*
|
|
266
|
-
*
|
|
267
|
-
*
|
|
268
|
-
*
|
|
258
|
+
* DataProvider: {
|
|
259
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:my-target-data-provider",
|
|
260
|
+
* DataProviderCreationTime: "2023-05-12T10:50:41.988561Z",
|
|
261
|
+
* DataProviderName: "my-target-data-provider",
|
|
262
|
+
* Engine: "postgres",
|
|
263
|
+
* Settings: {
|
|
264
|
+
* PostgreSqlSettings: {
|
|
265
|
+
* DatabaseName: "target",
|
|
266
|
+
* Port: 5432,
|
|
267
|
+
* ServerName: "postrgesql.0a1b2c3d4e5f.us-east-1.rds.amazonaws.com",
|
|
268
|
+
* SslMode: "none"
|
|
269
269
|
* }
|
|
270
270
|
* }
|
|
271
271
|
* }
|
|
272
272
|
* }
|
|
273
273
|
* *\/
|
|
274
|
-
* // example id: modify-data-provider-1689720700567
|
|
275
274
|
* ```
|
|
276
275
|
*
|
|
276
|
+
* @public
|
|
277
277
|
*/
|
|
278
278
|
export declare class ModifyDataProviderCommand extends ModifyDataProviderCommand_base {
|
|
279
279
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -784,34 +784,34 @@ declare const ModifyEndpointCommand_base: {
|
|
|
784
784
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
785
785
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
786
786
|
*
|
|
787
|
-
*
|
|
787
|
+
*
|
|
788
788
|
* @example Modify endpoint
|
|
789
789
|
* ```javascript
|
|
790
790
|
* // Modifies the specified endpoint.
|
|
791
791
|
* const input = {
|
|
792
|
-
*
|
|
793
|
-
*
|
|
794
|
-
*
|
|
795
|
-
*
|
|
796
|
-
*
|
|
797
|
-
*
|
|
798
|
-
*
|
|
799
|
-
*
|
|
800
|
-
*
|
|
801
|
-
*
|
|
802
|
-
*
|
|
803
|
-
*
|
|
792
|
+
* CertificateArn: "",
|
|
793
|
+
* DatabaseName: "",
|
|
794
|
+
* EndpointArn: "",
|
|
795
|
+
* EndpointIdentifier: "",
|
|
796
|
+
* EndpointType: "source",
|
|
797
|
+
* EngineName: "",
|
|
798
|
+
* ExtraConnectionAttributes: "",
|
|
799
|
+
* Password: "",
|
|
800
|
+
* Port: 123,
|
|
801
|
+
* ServerName: "",
|
|
802
|
+
* SslMode: "require",
|
|
803
|
+
* Username: ""
|
|
804
804
|
* };
|
|
805
805
|
* const command = new ModifyEndpointCommand(input);
|
|
806
806
|
* const response = await client.send(command);
|
|
807
|
-
* /* response
|
|
807
|
+
* /* response is
|
|
808
808
|
* {
|
|
809
|
-
*
|
|
809
|
+
* Endpoint: { /* empty *\/ }
|
|
810
810
|
* }
|
|
811
811
|
* *\/
|
|
812
|
-
* // example id: modify-endpoint-1481761649937
|
|
813
812
|
* ```
|
|
814
813
|
*
|
|
814
|
+
* @public
|
|
815
815
|
*/
|
|
816
816
|
export declare class ModifyEndpointCommand extends ModifyEndpointCommand_base {
|
|
817
817
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -105,6 +105,7 @@ declare const ModifyEventSubscriptionCommand_base: {
|
|
|
105
105
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class ModifyEventSubscriptionCommand extends ModifyEventSubscriptionCommand_base {
|
|
@@ -104,42 +104,42 @@ declare const ModifyInstanceProfileCommand_base: {
|
|
|
104
104
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
106
106
|
*
|
|
107
|
-
*
|
|
107
|
+
*
|
|
108
108
|
* @example Modify Instance Profile
|
|
109
109
|
* ```javascript
|
|
110
110
|
* // Modifies the specified instance profile using the provided parameters.
|
|
111
111
|
* const input = {
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
-
*
|
|
112
|
+
* AvailabilityZone: "",
|
|
113
|
+
* Description: "",
|
|
114
|
+
* InstanceProfileIdentifier: "",
|
|
115
|
+
* InstanceProfileName: "",
|
|
116
|
+
* KmsKeyArn: "",
|
|
117
|
+
* NetworkType: "",
|
|
118
|
+
* PubliclyAccessible: true,
|
|
119
|
+
* SubnetGroupIdentifier: "",
|
|
120
|
+
* VpcSecurityGroups: []
|
|
121
121
|
* };
|
|
122
122
|
* const command = new ModifyInstanceProfileCommand(input);
|
|
123
123
|
* const response = await client.send(command);
|
|
124
|
-
* /* response
|
|
124
|
+
* /* response is
|
|
125
125
|
* {
|
|
126
|
-
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
*
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
134
|
-
*
|
|
126
|
+
* InstanceProfile: {
|
|
127
|
+
* InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
|
|
128
|
+
* InstanceProfileCreationTime: "2022-12-16T09:44:43.543246Z",
|
|
129
|
+
* InstanceProfileName: "my-instance-profile",
|
|
130
|
+
* KmsKeyArn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
|
|
131
|
+
* PubliclyAccessible: true,
|
|
132
|
+
* SubnetGroupIdentifier: "public-subnets",
|
|
133
|
+
* VpcIdentifier: "vpc-0a1b2c3d4e5f6g7h8",
|
|
134
|
+
* VpcSecurityGroups: [
|
|
135
135
|
* "sg-0123456"
|
|
136
136
|
* ]
|
|
137
137
|
* }
|
|
138
138
|
* }
|
|
139
139
|
* *\/
|
|
140
|
-
* // example id: modify-instance-profile-1689724223329
|
|
141
140
|
* ```
|
|
142
141
|
*
|
|
142
|
+
* @public
|
|
143
143
|
*/
|
|
144
144
|
export declare class ModifyInstanceProfileCommand extends ModifyInstanceProfileCommand_base {
|
|
145
145
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -127,70 +127,70 @@ declare const ModifyMigrationProjectCommand_base: {
|
|
|
127
127
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
129
129
|
*
|
|
130
|
-
*
|
|
130
|
+
*
|
|
131
131
|
* @example Modify Migration Project
|
|
132
132
|
* ```javascript
|
|
133
133
|
* // Modifies the specified migration project using the provided parameters.
|
|
134
134
|
* const input = {
|
|
135
|
-
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
135
|
+
* Description: "description",
|
|
136
|
+
* InstanceProfileIdentifier: "my-instance-profile",
|
|
137
|
+
* MigrationProjectIdentifier: "arn:aws:dms:us-east-1:012345678901:migration-project:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
|
|
138
|
+
* MigrationProjectName: "new-name",
|
|
139
|
+
* SchemaConversionApplicationAttributes: {
|
|
140
|
+
* S3BucketPath: "arn:aws:s3:::myuser-bucket",
|
|
141
|
+
* S3BucketRoleArn: "arn:aws:iam::012345678901:role/Admin"
|
|
142
142
|
* },
|
|
143
|
-
*
|
|
143
|
+
* SourceDataProviderDescriptors: [
|
|
144
144
|
* {
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
145
|
+
* DataProviderIdentifier: "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
|
|
146
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/myuser-admin-access",
|
|
147
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/myuser/ALL.SOURCE.ORACLE_12-A1B2C3"
|
|
148
148
|
* }
|
|
149
149
|
* ],
|
|
150
|
-
*
|
|
150
|
+
* TargetDataProviderDescriptors: [
|
|
151
151
|
* {
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
152
|
+
* DataProviderIdentifier: "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
|
|
153
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/myuser-admin-access",
|
|
154
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:myorg/myuser/TARGET.postgresql-A1B2C3"
|
|
155
155
|
* }
|
|
156
156
|
* ]
|
|
157
157
|
* };
|
|
158
158
|
* const command = new ModifyMigrationProjectCommand(input);
|
|
159
159
|
* const response = await client.send(command);
|
|
160
|
-
* /* response
|
|
160
|
+
* /* response is
|
|
161
161
|
* {
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
*
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
*
|
|
162
|
+
* MigrationProject: {
|
|
163
|
+
* InstanceProfileArn: "arn:aws:dms:us-east-1:012345678901:instance-profile:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
164
|
+
* InstanceProfileName: "my-instance-profile",
|
|
165
|
+
* MigrationProjectArn: "arn:aws:dms:us-east-1:012345678901:migration-project:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
166
|
+
* MigrationProjectCreationTime: "2023-04-19T11:45:15.805253Z",
|
|
167
|
+
* MigrationProjectName: "my-migration-project",
|
|
168
|
+
* SchemaConversionApplicationAttributes: {
|
|
169
|
+
* S3BucketPath: "my-s3-bucket/my_folder",
|
|
170
|
+
* S3BucketRoleArn: "arn:aws:iam::012345678901:role/my-s3role"
|
|
171
171
|
* },
|
|
172
|
-
*
|
|
172
|
+
* SourceDataProviderDescriptors: [
|
|
173
173
|
* {
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
174
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
175
|
+
* DataProviderName: "all-source-oracle-12",
|
|
176
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/my-access-role",
|
|
177
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/ALL.SOURCE.ORACLE_12-TP5rA9"
|
|
178
178
|
* }
|
|
179
179
|
* ],
|
|
180
|
-
*
|
|
180
|
+
* TargetDataProviderDescriptors: [
|
|
181
181
|
* {
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
*
|
|
182
|
+
* DataProviderArn: "arn:aws:dms:us-east-1:012345678901:data-provider:0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ012",
|
|
183
|
+
* DataProviderName: "my-dataprovider",
|
|
184
|
+
* SecretsManagerAccessRoleArn: "arn:aws:iam::012345678901:role/my-access-role",
|
|
185
|
+
* SecretsManagerSecretId: "arn:aws:secretsmanager:us-east-1:012345678901:secret:mygroup/myalias/TARGET.postgresql-mysecret"
|
|
186
186
|
* }
|
|
187
187
|
* ]
|
|
188
188
|
* }
|
|
189
189
|
* }
|
|
190
190
|
* *\/
|
|
191
|
-
* // example id: modify-migration-project-1689721117475
|
|
192
191
|
* ```
|
|
193
192
|
*
|
|
193
|
+
* @public
|
|
194
194
|
*/
|
|
195
195
|
export declare class ModifyMigrationProjectCommand extends ModifyMigrationProjectCommand_base {
|
|
196
196
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -124,6 +124,7 @@ declare const ModifyReplicationConfigCommand_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 ModifyReplicationConfigCommand extends ModifyReplicationConfigCommand_base {
|
|
@@ -162,81 +162,81 @@ declare const ModifyReplicationInstanceCommand_base: {
|
|
|
162
162
|
* @throws {@link DatabaseMigrationServiceServiceException}
|
|
163
163
|
* <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
|
|
164
164
|
*
|
|
165
|
-
*
|
|
165
|
+
*
|
|
166
166
|
* @example Modify replication instance
|
|
167
167
|
* ```javascript
|
|
168
168
|
* // Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request. Some settings are applied during the maintenance window.
|
|
169
169
|
* const input = {
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
*
|
|
177
|
-
*
|
|
178
|
-
*
|
|
179
|
-
*
|
|
180
|
-
*
|
|
170
|
+
* AllocatedStorage: 123,
|
|
171
|
+
* AllowMajorVersionUpgrade: true,
|
|
172
|
+
* ApplyImmediately: true,
|
|
173
|
+
* AutoMinorVersionUpgrade: true,
|
|
174
|
+
* EngineVersion: "1.5.0",
|
|
175
|
+
* MultiAZ: true,
|
|
176
|
+
* PreferredMaintenanceWindow: "sun:06:00-sun:14:00",
|
|
177
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
178
|
+
* ReplicationInstanceClass: "dms.t2.micro",
|
|
179
|
+
* ReplicationInstanceIdentifier: "test-rep-1",
|
|
180
|
+
* VpcSecurityGroupIds: []
|
|
181
181
|
* };
|
|
182
182
|
* const command = new ModifyReplicationInstanceCommand(input);
|
|
183
183
|
* const response = await client.send(command);
|
|
184
|
-
* /* response
|
|
184
|
+
* /* response is
|
|
185
185
|
* {
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
*
|
|
196
|
-
*
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
*
|
|
202
|
-
*
|
|
186
|
+
* ReplicationInstance: {
|
|
187
|
+
* AllocatedStorage: 5,
|
|
188
|
+
* AutoMinorVersionUpgrade: true,
|
|
189
|
+
* EngineVersion: "1.5.0",
|
|
190
|
+
* KmsKeyId: "arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd",
|
|
191
|
+
* PendingModifiedValues: { /* empty *\/ },
|
|
192
|
+
* PreferredMaintenanceWindow: "sun:06:00-sun:14:00",
|
|
193
|
+
* PubliclyAccessible: true,
|
|
194
|
+
* ReplicationInstanceArn: "arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ",
|
|
195
|
+
* ReplicationInstanceClass: "dms.t2.micro",
|
|
196
|
+
* ReplicationInstanceIdentifier: "test-rep-1",
|
|
197
|
+
* ReplicationInstanceStatus: "available",
|
|
198
|
+
* ReplicationSubnetGroup: {
|
|
199
|
+
* ReplicationSubnetGroupDescription: "default",
|
|
200
|
+
* ReplicationSubnetGroupIdentifier: "default",
|
|
201
|
+
* SubnetGroupStatus: "Complete",
|
|
202
|
+
* Subnets: [
|
|
203
203
|
* {
|
|
204
|
-
*
|
|
205
|
-
*
|
|
204
|
+
* SubnetAvailabilityZone: {
|
|
205
|
+
* Name: "us-east-1d"
|
|
206
206
|
* },
|
|
207
|
-
*
|
|
208
|
-
*
|
|
207
|
+
* SubnetIdentifier: "subnet-f6dd91af",
|
|
208
|
+
* SubnetStatus: "Active"
|
|
209
209
|
* },
|
|
210
210
|
* {
|
|
211
|
-
*
|
|
212
|
-
*
|
|
211
|
+
* SubnetAvailabilityZone: {
|
|
212
|
+
* Name: "us-east-1b"
|
|
213
213
|
* },
|
|
214
|
-
*
|
|
215
|
-
*
|
|
214
|
+
* SubnetIdentifier: "subnet-3605751d",
|
|
215
|
+
* SubnetStatus: "Active"
|
|
216
216
|
* },
|
|
217
217
|
* {
|
|
218
|
-
*
|
|
219
|
-
*
|
|
218
|
+
* SubnetAvailabilityZone: {
|
|
219
|
+
* Name: "us-east-1c"
|
|
220
220
|
* },
|
|
221
|
-
*
|
|
222
|
-
*
|
|
221
|
+
* SubnetIdentifier: "subnet-c2daefb5",
|
|
222
|
+
* SubnetStatus: "Active"
|
|
223
223
|
* },
|
|
224
224
|
* {
|
|
225
|
-
*
|
|
226
|
-
*
|
|
225
|
+
* SubnetAvailabilityZone: {
|
|
226
|
+
* Name: "us-east-1e"
|
|
227
227
|
* },
|
|
228
|
-
*
|
|
229
|
-
*
|
|
228
|
+
* SubnetIdentifier: "subnet-85e90cb8",
|
|
229
|
+
* SubnetStatus: "Active"
|
|
230
230
|
* }
|
|
231
231
|
* ],
|
|
232
|
-
*
|
|
232
|
+
* VpcId: "vpc-6741a603"
|
|
233
233
|
* }
|
|
234
234
|
* }
|
|
235
235
|
* }
|
|
236
236
|
* *\/
|
|
237
|
-
* // example id: modify-replication-instance-1481761784746
|
|
238
237
|
* ```
|
|
239
238
|
*
|
|
239
|
+
* @public
|
|
240
240
|
*/
|
|
241
241
|
export declare class ModifyReplicationInstanceCommand extends ModifyReplicationInstanceCommand_base {
|
|
242
242
|
/** @internal type navigation helper, not in runtime. */
|