You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-database-migration-service): Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
* <p>Creates the replication instance using the specified parameters.</p>
36
-
* <p>DMS requires that your account have certain roles with appropriate permissions
37
-
* before you can create a replication instance. For information on the required roles, see
38
-
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.APIRole">Creating the IAM Roles to Use With the CLI and DMS API</a>. For
39
-
* information on the required permissions, see
40
-
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.IAMPermissions">IAM Permissions Needed to Use DMS</a>.</p>
36
+
* <p>DMS requires that your account have certain roles with appropriate permissions before
37
+
* you can create a replication instance. For information on the required roles, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.APIRole">Creating the IAM Roles to Use With the CLI and DMS API</a>. For information on
38
+
* the required permissions, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.IAMPermissions">IAM
39
+
* Permissions Needed to Use DMS</a>.</p>
41
40
* <note>
42
-
* <p>If you don't specify a version when creating a replication instance, DMS will create the instance using the
43
-
* default engine version. For information about the default engine version, see
* <p>Creates a replication subnet group given a list of the subnet IDs in a VPC.</p>
41
-
* <p>The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the
42
-
* service will throw a <code>ReplicationSubnetGroupDoesNotCoverEnoughAZs</code> exception.</p>
43
-
* <p>If a replication subnet group exists in your Amazon Web Services account, the CreateReplicationSubnetGroup action
44
-
* returns the following error message: The Replication Subnet Group already exists. In this case, delete
45
-
* the existing replication subnet group. To do so, use the <a href="https://docs.aws.amazon.com/en_us/dms/latest/APIReference/API_DeleteReplicationSubnetGroup.html">DeleteReplicationSubnetGroup</a> action. Optionally, choose Subnet groups in the DMS console,
46
-
* then choose your subnet group. Next, choose Delete from Actions.</p>
41
+
* <p>The VPC needs to have at least one subnet in at least two availability zones in the
42
+
* Amazon Web Services Region, otherwise the service will throw a
* <p>If a replication subnet group exists in your Amazon Web Services account, the
45
+
* CreateReplicationSubnetGroup action returns the following error message: The Replication
46
+
* Subnet Group already exists. In this case, delete the existing replication subnet group. To
47
+
* do so, use the <a href="https://docs.aws.amazon.com/en_us/dms/latest/APIReference/API_DeleteReplicationSubnetGroup.html">DeleteReplicationSubnetGroup</a> action. Optionally, choose Subnet groups in the
48
+
* DMS console, then choose your subnet group. Next, choose Delete from Actions.</p>
47
49
* @example
48
50
* Use a bare-bones client and the command you need to make an API call.
* <p>Lists categories for all event source types, or, if specified, for a specified source
36
36
* type. You can see a list of the event categories and source types in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events
37
-
* and Notifications</a> in the <i>Database Migration Service User
38
-
* Guide.</i>
37
+
* and Notifications</a> in the <i>Database Migration Service User Guide.</i>
39
38
* </p>
40
39
* @example
41
40
* Use a bare-bones client and the command you need to make an API call.
* <p> Lists events for a given source identifier and source type. You can also specify a
36
36
* start and end time. For more information on DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events and
37
-
* Notifications</a> in the <i>Database Migration Service User
38
-
* Guide.</i>
37
+
* Notifications</a> in the <i>Database Migration Service User Guide.</i>
39
38
* </p>
40
39
* @example
41
40
* Use a bare-bones client and the command you need to make an API call.
* <p>Returns the task assessment results from the Amazon S3 bucket that DMS creates in your
46
-
* Amazon Web Services account. This action always returns the
47
-
* latest results.</p>
48
-
* <p>For more information about DMS task assessments, see
49
-
* <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
50
-
* in the <i>Database Migration Service User Guide</i>.</p>
46
+
* Amazon Web Services account. This action always returns the latest results.</p>
47
+
* <p>For more information about DMS task assessments, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment
48
+
* report</a> in the <i>Database Migration Service User Guide</i>.</p>
51
49
* @example
52
50
* Use a bare-bones client and the command you need to make an API call.
0 commit comments