|
98 | 98 | {"shape":"InvalidSubnet"},
|
99 | 99 | {"shape":"KMSKeyNotAccessibleFault"}
|
100 | 100 | ],
|
101 |
| - "documentation":"<p>Creates the replication instance using the specified parameters.</p>" |
| 101 | + "documentation":"<p>Creates the replication instance using the specified parameters.</p> <p>AWS DMS requires that your account have certain roles with appropriate permissions before 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.APIRole.html\">Creating the IAM Roles to Use With the AWS CLI and AWS DMS API</a>. For information on the required permissions, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.IAMPermissions.html\">IAM Permissions Needed to Use AWS DMS</a>.</p>" |
102 | 102 | },
|
103 | 103 | "CreateReplicationSubnetGroup":{
|
104 | 104 | "name":"CreateReplicationSubnetGroup",
|
|
1220 | 1220 | },
|
1221 | 1221 | "CdcStartPosition":{
|
1222 | 1222 | "shape":"String",
|
1223 |
| - "documentation":"<p>Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p> The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p>" |
| 1223 | + "documentation":"<p>Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p> The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p> <note> <p>When you use this task setting with a source PostgreSQL database, a logical replication slot should already be created and associated with the source endpoint. You can verify this by setting the <code>slotName</code> extra connection attribute to the name of this logical replication slot. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib\">Extra Connection Attributes When Using PostgreSQL as a Source for AWS DMS</a>.</p> </note>" |
1224 | 1224 | },
|
1225 | 1225 | "CdcStopPosition":{
|
1226 | 1226 | "shape":"String",
|
|
2735 | 2735 | },
|
2736 | 2736 | "CdcStartPosition":{
|
2737 | 2737 | "shape":"String",
|
2738 |
| - "documentation":"<p>Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p> The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p>" |
| 2738 | + "documentation":"<p>Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p> The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p> <note> <p>When you use this task setting with a source PostgreSQL database, a logical replication slot should already be created and associated with the source endpoint. You can verify this by setting the <code>slotName</code> extra connection attribute to the name of this logical replication slot. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib\">Extra Connection Attributes When Using PostgreSQL as a Source for AWS DMS</a>.</p> </note>" |
2739 | 2739 | },
|
2740 | 2740 | "CdcStopPosition":{
|
2741 | 2741 | "shape":"String",
|
|
3508 | 3508 | "TablesErrored":{
|
3509 | 3509 | "shape":"Integer",
|
3510 | 3510 | "documentation":"<p>The number of errors that have occurred during this task.</p>"
|
| 3511 | + }, |
| 3512 | + "FreshStartDate":{ |
| 3513 | + "shape":"TStamp", |
| 3514 | + "documentation":"<p>The date the replication task was started either with a fresh start or a target reload.</p>" |
| 3515 | + }, |
| 3516 | + "StartDate":{ |
| 3517 | + "shape":"TStamp", |
| 3518 | + "documentation":"<p>The date the replication task was started either with a fresh start or a resume. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html#DMS-StartReplicationTask-request-StartReplicationTaskType\">StartReplicationTaskType</a>.</p>" |
| 3519 | + }, |
| 3520 | + "StopDate":{ |
| 3521 | + "shape":"TStamp", |
| 3522 | + "documentation":"<p>The date the replication task was stopped.</p>" |
| 3523 | + }, |
| 3524 | + "FullLoadStartDate":{ |
| 3525 | + "shape":"TStamp", |
| 3526 | + "documentation":"<p>The date the the replication task full load was started.</p>" |
| 3527 | + }, |
| 3528 | + "FullLoadFinishDate":{ |
| 3529 | + "shape":"TStamp", |
| 3530 | + "documentation":"<p>The date the replication task full load was completed.</p>" |
3511 | 3531 | }
|
3512 | 3532 | },
|
3513 | 3533 | "documentation":"<p/>"
|
|
3727 | 3747 | },
|
3728 | 3748 | "CdcStartPosition":{
|
3729 | 3749 | "shape":"String",
|
3730 |
| - "documentation":"<p>Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p> The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p>" |
| 3750 | + "documentation":"<p>Indicates when you want a change data capture (CDC) operation to start. Use either CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start. Specifying both values results in an error.</p> <p> The value can be in date, checkpoint, or LSN/SCN format.</p> <p>Date Example: --cdc-start-position “2018-03-08T12:12:12”</p> <p>Checkpoint Example: --cdc-start-position \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"</p> <p>LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”</p> <note> <p>When you use this task setting with a source PostgreSQL database, a logical replication slot should already be created and associated with the source endpoint. You can verify this by setting the <code>slotName</code> extra connection attribute to the name of this logical replication slot. For more information, see <a href=\"https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib\">Extra Connection Attributes When Using PostgreSQL as a Source for AWS DMS</a>.</p> </note>" |
3731 | 3751 | },
|
3732 | 3752 | "CdcStopPosition":{
|
3733 | 3753 | "shape":"String",
|
|
0 commit comments