@aws-sdk/client-database-migration-service 3.745.0 → 3.749.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/index.js +23 -0
- package/dist-es/protocols/Aws_json1_1.js +25 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateEndpointCommand.d.ts +5 -4
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/CreateReplicationConfigCommand.d.ts +3 -3
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +7 -8
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +8 -6
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +4 -3
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +14 -13
- package/dist-types/commands/DescribeDataProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +3 -4
- package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +3 -5
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeReplicationsCommand.d.ts +24 -0
- package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
- package/dist-types/commands/ModifyDataProviderCommand.d.ts +2 -1
- package/dist-types/commands/ModifyEndpointCommand.d.ts +5 -4
- package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +8 -8
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -2
- package/dist-types/commands/ReloadTablesCommand.d.ts +2 -2
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -5
- package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +1 -2
- package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +2 -2
- package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +2 -1
- package/dist-types/commands/StartMetadataModelImportCommand.d.ts +2 -1
- package/dist-types/commands/StartReplicationCommand.d.ts +30 -4
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +4 -4
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +2 -2
- package/dist-types/commands/StopReplicationCommand.d.ts +27 -2
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +11 -9
- package/dist-types/models/models_0.d.ts +1286 -1122
- package/dist-types/models/models_1.d.ts +224 -137
- package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +14 -5
- package/dist-types/ts3.4/models/models_1.d.ts +6 -0
- package/package.json +11 -11
|
@@ -29,8 +29,8 @@ declare const StartMetadataModelAssessmentCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a database migration assessment report by assessing the migration complexity for
|
|
31
31
|
* your source database. A database migration assessment report summarizes all of the schema
|
|
32
|
-
* conversion tasks. It also details the action items for database objects that can't be
|
|
33
|
-
* to the database engine of your target database instance. </p>
|
|
32
|
+
* conversion tasks. It also details the action items for database objects that can't be
|
|
33
|
+
* converted to the database engine of your target database instance. </p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -27,7 +27,8 @@ declare const StartMetadataModelExportAsScriptCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3
|
|
30
|
+
* <p>Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3
|
|
31
|
+
* bucket.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -28,7 +28,8 @@ declare const StartMetadataModelImportCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Loads the metadata for all the dependent database objects of the parent object.</p>
|
|
31
|
-
* <p>This operation uses your project's Amazon S3 bucket as a metadata cache to improve
|
|
31
|
+
* <p>This operation uses your project's Amazon S3 bucket as a metadata cache to improve
|
|
32
|
+
* performance.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -27,10 +27,11 @@ declare const StartReplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>For a given DMS Serverless replication configuration, DMS connects to the source
|
|
31
|
-
* collects the metadata to analyze the replication workload. Using this
|
|
32
|
-
* computes and provisions the required capacity and starts replicating
|
|
33
|
-
* using the server resources that DMS has provisioned for the DMS
|
|
30
|
+
* <p>For a given DMS Serverless replication configuration, DMS connects to the source
|
|
31
|
+
* endpoint and collects the metadata to analyze the replication workload. Using this
|
|
32
|
+
* metadata, DMS then computes and provisions the required capacity and starts replicating
|
|
33
|
+
* to the target endpoint using the server resources that DMS has provisioned for the DMS
|
|
34
|
+
* Serverless replication.</p>
|
|
34
35
|
* @example
|
|
35
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
37
|
* ```javascript
|
|
@@ -40,6 +41,7 @@ declare const StartReplicationCommand_base: {
|
|
|
40
41
|
* const input = { // StartReplicationMessage
|
|
41
42
|
* ReplicationConfigArn: "STRING_VALUE", // required
|
|
42
43
|
* StartReplicationType: "STRING_VALUE", // required
|
|
44
|
+
* PremigrationAssessmentSettings: "STRING_VALUE",
|
|
43
45
|
* CdcStartTime: new Date("TIMESTAMP"),
|
|
44
46
|
* CdcStartPosition: "STRING_VALUE",
|
|
45
47
|
* CdcStopPosition: "STRING_VALUE",
|
|
@@ -62,6 +64,30 @@ declare const StartReplicationCommand_base: {
|
|
|
62
64
|
* // DateNewProvisioningDataAvailable: new Date("TIMESTAMP"),
|
|
63
65
|
* // ReasonForNewProvisioningData: "STRING_VALUE",
|
|
64
66
|
* // },
|
|
67
|
+
* // PremigrationAssessmentStatuses: [ // PremigrationAssessmentStatusList
|
|
68
|
+
* // { // PremigrationAssessmentStatus
|
|
69
|
+
* // PremigrationAssessmentRunArn: "STRING_VALUE",
|
|
70
|
+
* // FailOnAssessmentFailure: true || false,
|
|
71
|
+
* // Status: "STRING_VALUE",
|
|
72
|
+
* // PremigrationAssessmentRunCreationDate: new Date("TIMESTAMP"),
|
|
73
|
+
* // AssessmentProgress: { // ReplicationTaskAssessmentRunProgress
|
|
74
|
+
* // IndividualAssessmentCount: Number("int"),
|
|
75
|
+
* // IndividualAssessmentCompletedCount: Number("int"),
|
|
76
|
+
* // },
|
|
77
|
+
* // LastFailureMessage: "STRING_VALUE",
|
|
78
|
+
* // ResultLocationBucket: "STRING_VALUE",
|
|
79
|
+
* // ResultLocationFolder: "STRING_VALUE",
|
|
80
|
+
* // ResultEncryptionMode: "STRING_VALUE",
|
|
81
|
+
* // ResultKmsKeyArn: "STRING_VALUE",
|
|
82
|
+
* // ResultStatistic: { // ReplicationTaskAssessmentRunResultStatistic
|
|
83
|
+
* // Passed: Number("int"),
|
|
84
|
+
* // Failed: Number("int"),
|
|
85
|
+
* // Error: Number("int"),
|
|
86
|
+
* // Warning: Number("int"),
|
|
87
|
+
* // Cancelled: Number("int"),
|
|
88
|
+
* // },
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
65
91
|
* // StopReason: "STRING_VALUE",
|
|
66
92
|
* // FailureMessages: [ // StringList
|
|
67
93
|
* // "STRING_VALUE",
|
|
@@ -38,10 +38,10 @@ declare const StartReplicationTaskAssessmentCommand_base: {
|
|
|
38
38
|
* <p>The task must have successful connections to the source and target.</p>
|
|
39
39
|
* </li>
|
|
40
40
|
* </ul>
|
|
41
|
-
* <p>If either of these conditions are not met, an <code>InvalidResourceStateFault</code>
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
41
|
+
* <p>If either of these conditions are not met, an <code>InvalidResourceStateFault</code>
|
|
42
|
+
* error will result. </p>
|
|
43
|
+
* <p>For information about DMS task assessments, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a> in the <i>Database Migration Service User
|
|
44
|
+
* Guide</i>.</p>
|
|
45
45
|
* @example
|
|
46
46
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
47
|
* ```javascript
|
|
@@ -27,8 +27,8 @@ declare const StartReplicationTaskAssessmentRunCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Starts a new premigration assessment run for one or more individual assessments
|
|
31
|
-
*
|
|
30
|
+
* <p>Starts a new premigration assessment run for one or more individual assessments of a
|
|
31
|
+
* migration task.</p>
|
|
32
32
|
* <p>The assessments that you can specify depend on the source and target database engine and
|
|
33
33
|
* the migration type defined for the given task. To run this operation, your migration task
|
|
34
34
|
* must already be created. After you run this operation, you can review the status of each
|
|
@@ -27,8 +27,9 @@ declare const StopReplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>For a given DMS Serverless replication configuration, DMS stops any and all ongoing
|
|
31
|
-
* This command doesn't deprovision the stopped
|
|
30
|
+
* <p>For a given DMS Serverless replication configuration, DMS stops any and all ongoing
|
|
31
|
+
* DMS Serverless replications. This command doesn't deprovision the stopped
|
|
32
|
+
* replications.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -56,6 +57,30 @@ declare const StopReplicationCommand_base: {
|
|
|
56
57
|
* // DateNewProvisioningDataAvailable: new Date("TIMESTAMP"),
|
|
57
58
|
* // ReasonForNewProvisioningData: "STRING_VALUE",
|
|
58
59
|
* // },
|
|
60
|
+
* // PremigrationAssessmentStatuses: [ // PremigrationAssessmentStatusList
|
|
61
|
+
* // { // PremigrationAssessmentStatus
|
|
62
|
+
* // PremigrationAssessmentRunArn: "STRING_VALUE",
|
|
63
|
+
* // FailOnAssessmentFailure: true || false,
|
|
64
|
+
* // Status: "STRING_VALUE",
|
|
65
|
+
* // PremigrationAssessmentRunCreationDate: new Date("TIMESTAMP"),
|
|
66
|
+
* // AssessmentProgress: { // ReplicationTaskAssessmentRunProgress
|
|
67
|
+
* // IndividualAssessmentCount: Number("int"),
|
|
68
|
+
* // IndividualAssessmentCompletedCount: Number("int"),
|
|
69
|
+
* // },
|
|
70
|
+
* // LastFailureMessage: "STRING_VALUE",
|
|
71
|
+
* // ResultLocationBucket: "STRING_VALUE",
|
|
72
|
+
* // ResultLocationFolder: "STRING_VALUE",
|
|
73
|
+
* // ResultEncryptionMode: "STRING_VALUE",
|
|
74
|
+
* // ResultKmsKeyArn: "STRING_VALUE",
|
|
75
|
+
* // ResultStatistic: { // ReplicationTaskAssessmentRunResultStatistic
|
|
76
|
+
* // Passed: Number("int"),
|
|
77
|
+
* // Failed: Number("int"),
|
|
78
|
+
* // Error: Number("int"),
|
|
79
|
+
* // Warning: Number("int"),
|
|
80
|
+
* // Cancelled: Number("int"),
|
|
81
|
+
* // },
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
59
84
|
* // StopReason: "STRING_VALUE",
|
|
60
85
|
* // FailureMessages: [ // StringList
|
|
61
86
|
* // "STRING_VALUE",
|
|
@@ -27,15 +27,17 @@ declare const UpdateSubscriptionsToEventBridgeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to
|
|
31
|
-
* By default, this operation migrates subscriptions
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
30
|
+
* <p>Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to
|
|
31
|
+
* corresponding Amazon EventBridge rules. By default, this operation migrates subscriptions
|
|
32
|
+
* only when all your replication instance versions are 3.4.5 or higher. If any replication
|
|
33
|
+
* instances are from versions earlier than 3.4.5, the operation raises an error and tells you
|
|
34
|
+
* to upgrade these instances to version 3.4.5 or higher. To enable migration regardless of
|
|
35
|
+
* version, set the <code>Force</code> option to true. However, if you don't upgrade instances
|
|
36
|
+
* earlier than version 3.4.5, some types of events might not be available when you use Amazon
|
|
37
|
+
* EventBridge.</p>
|
|
38
|
+
* <p>To call this operation, make sure that you have certain permissions added to your user
|
|
39
|
+
* account. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html#CHAP_Events-migrate-to-eventbridge">Migrating event subscriptions to Amazon EventBridge</a> in the
|
|
40
|
+
* <i>Amazon Web Services Database Migration Service User Guide</i>.</p>
|
|
39
41
|
* @example
|
|
40
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
43
|
* ```javascript
|