{ "smithy": "1.0", "metadata": { "suppressions": [ { "id": "HttpMethodSemantics", "namespace": "*" }, { "id": "HttpResponseCodeSemantics", "namespace": "*" }, { "id": "PaginatedTrait", "namespace": "*" }, { "id": "HttpHeaderTrait", "namespace": "*" }, { "id": "HttpUriConflict", "namespace": "*" }, { "id": "Service", "namespace": "*" } ] }, "shapes": { "com.amazonaws.databasemigrationservice#AccessDeniedFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

AWS DMS was denied access to the endpoint. Check that the \n role is correctly configured.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#AccountQuota": { "type": "structure", "members": { "AccountQuotaName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the AWS DMS quota for this AWS account.

" } }, "Used": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The amount currently used toward the quota maximum.

" } }, "Max": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The maximum allowed value for the quota.

" } } }, "traits": { "smithy.api#documentation": "

Describes a quota for an AWS account, for example, the number of replication instances\n allowed.

" } }, "com.amazonaws.databasemigrationservice#AccountQuotaList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#AccountQuota", "traits": { "smithy.api#xmlName": "AccountQuota" } } }, "com.amazonaws.databasemigrationservice#AddTagsToResource": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#AddTagsToResourceMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#AddTagsToResourceResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Adds metadata tags to an AWS DMS resource, including replication instance, endpoint,\n security group, and migration task. These tags can also be used with cost allocation\n reporting to track cost associated with DMS resources, or used in a Condition statement in\n an IAM policy for DMS. For more information, see \n Tag\n data type description.

" } }, "com.amazonaws.databasemigrationservice#AddTagsToResourceMessage": { "type": "structure", "members": { "ResourceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Identifies the AWS DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

\n

For AWS DMS, you can tag a replication instance, an endpoint, or a replication task.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.databasemigrationservice#TagList", "traits": { "smithy.api#documentation": "

One or more tags to be assigned to the resource.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Associates a set of tags with an AWS DMS resource.

" } }, "com.amazonaws.databasemigrationservice#AddTagsToResourceResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#AmazonDMSv20160101": { "type": "service", "version": "2016-01-01", "operations": [ { "target": "com.amazonaws.databasemigrationservice#AddTagsToResource" }, { "target": "com.amazonaws.databasemigrationservice#ApplyPendingMaintenanceAction" }, { "target": "com.amazonaws.databasemigrationservice#CancelReplicationTaskAssessmentRun" }, { "target": "com.amazonaws.databasemigrationservice#CreateEndpoint" }, { "target": "com.amazonaws.databasemigrationservice#CreateEventSubscription" }, { "target": "com.amazonaws.databasemigrationservice#CreateReplicationInstance" }, { "target": "com.amazonaws.databasemigrationservice#CreateReplicationSubnetGroup" }, { "target": "com.amazonaws.databasemigrationservice#CreateReplicationTask" }, { "target": "com.amazonaws.databasemigrationservice#DeleteCertificate" }, { "target": "com.amazonaws.databasemigrationservice#DeleteConnection" }, { "target": "com.amazonaws.databasemigrationservice#DeleteEndpoint" }, { "target": "com.amazonaws.databasemigrationservice#DeleteEventSubscription" }, { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationInstance" }, { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationSubnetGroup" }, { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationTask" }, { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationTaskAssessmentRun" }, { "target": "com.amazonaws.databasemigrationservice#DescribeAccountAttributes" }, { "target": "com.amazonaws.databasemigrationservice#DescribeApplicableIndividualAssessments" }, { "target": "com.amazonaws.databasemigrationservice#DescribeCertificates" }, { "target": "com.amazonaws.databasemigrationservice#DescribeConnections" }, { "target": "com.amazonaws.databasemigrationservice#DescribeEndpoints" }, { "target": "com.amazonaws.databasemigrationservice#DescribeEndpointSettings" }, { "target": "com.amazonaws.databasemigrationservice#DescribeEndpointTypes" }, { "target": "com.amazonaws.databasemigrationservice#DescribeEventCategories" }, { "target": "com.amazonaws.databasemigrationservice#DescribeEvents" }, { "target": "com.amazonaws.databasemigrationservice#DescribeEventSubscriptions" }, { "target": "com.amazonaws.databasemigrationservice#DescribeOrderableReplicationInstances" }, { "target": "com.amazonaws.databasemigrationservice#DescribePendingMaintenanceActions" }, { "target": "com.amazonaws.databasemigrationservice#DescribeRefreshSchemasStatus" }, { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationInstances" }, { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationInstanceTaskLogs" }, { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationSubnetGroups" }, { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentResults" }, { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentRuns" }, { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTaskIndividualAssessments" }, { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTasks" }, { "target": "com.amazonaws.databasemigrationservice#DescribeSchemas" }, { "target": "com.amazonaws.databasemigrationservice#DescribeTableStatistics" }, { "target": "com.amazonaws.databasemigrationservice#ImportCertificate" }, { "target": "com.amazonaws.databasemigrationservice#ListTagsForResource" }, { "target": "com.amazonaws.databasemigrationservice#ModifyEndpoint" }, { "target": "com.amazonaws.databasemigrationservice#ModifyEventSubscription" }, { "target": "com.amazonaws.databasemigrationservice#ModifyReplicationInstance" }, { "target": "com.amazonaws.databasemigrationservice#ModifyReplicationSubnetGroup" }, { "target": "com.amazonaws.databasemigrationservice#ModifyReplicationTask" }, { "target": "com.amazonaws.databasemigrationservice#MoveReplicationTask" }, { "target": "com.amazonaws.databasemigrationservice#RebootReplicationInstance" }, { "target": "com.amazonaws.databasemigrationservice#RefreshSchemas" }, { "target": "com.amazonaws.databasemigrationservice#ReloadTables" }, { "target": "com.amazonaws.databasemigrationservice#RemoveTagsFromResource" }, { "target": "com.amazonaws.databasemigrationservice#StartReplicationTask" }, { "target": "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessment" }, { "target": "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentRun" }, { "target": "com.amazonaws.databasemigrationservice#StopReplicationTask" }, { "target": "com.amazonaws.databasemigrationservice#TestConnection" } ], "traits": { "aws.api#service": { "sdkId": "Database Migration Service", "arnNamespace": "dms", "cloudFormationName": "DMS", "cloudTrailEventSource": "databasemigrationservice.amazonaws.com", "endpointPrefix": "dms" }, "aws.auth#sigv4": { "name": "dms" }, "aws.protocols#awsJson1_1": {}, "smithy.api#documentation": "AWS Database Migration Service\n

AWS Database Migration Service (AWS DMS) can migrate your data to and from the most\n widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL\n Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise\n (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as\n heterogeneous migrations between different database platforms, such as Oracle to MySQL or\n SQL Server to PostgreSQL.

\n

For more information about AWS DMS, see What Is AWS Database Migration Service?\n in the AWS Database Migration User Guide.\n

", "smithy.api#title": "AWS Database Migration Service", "smithy.api#xmlNamespace": { "uri": "http://dms.amazonaws.com/doc/2016-01-01/" } } }, "com.amazonaws.databasemigrationservice#ApplyPendingMaintenanceAction": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#ApplyPendingMaintenanceActionMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#ApplyPendingMaintenanceActionResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Applies a pending maintenance action to a resource (for example, to a replication instance).

" } }, "com.amazonaws.databasemigrationservice#ApplyPendingMaintenanceActionMessage": { "type": "structure", "members": { "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance\n action applies to.

", "smithy.api#required": {} } }, "ApplyAction": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The pending maintenance action to apply to this resource.

", "smithy.api#required": {} } }, "OptInType": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an\n opt-in request of type immediate.

\n

Valid values:

\n ", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ApplyPendingMaintenanceActionResponse": { "type": "structure", "members": { "ResourcePendingMaintenanceActions": { "target": "com.amazonaws.databasemigrationservice#ResourcePendingMaintenanceActions", "traits": { "smithy.api#documentation": "

The AWS DMS resource that the pending maintenance action will be applied to.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#AuthMechanismValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "default", "name": "DEFAULT" }, { "value": "mongodb_cr", "name": "MONGODB_CR" }, { "value": "scram_sha_1", "name": "SCRAM_SHA_1" } ] } }, "com.amazonaws.databasemigrationservice#AuthTypeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "no", "name": "NO" }, { "value": "password", "name": "PASSWORD" } ] } }, "com.amazonaws.databasemigrationservice#AvailabilityZone": { "type": "structure", "members": { "Name": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the Availability Zone.

" } } }, "traits": { "smithy.api#documentation": "

The name of an Availability Zone for use during database migration.\n AvailabilityZone is an optional parameter to the \n CreateReplicationInstance\n operation, and it’s value relates to\n the AWS Region of an endpoint. For example, the availability zone of an endpoint in the\n us-east-1 region might be us-east-1a, us-east-1b, us-east-1c, or us-east-1d.

" } }, "com.amazonaws.databasemigrationservice#AvailabilityZonesList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String" } }, "com.amazonaws.databasemigrationservice#Boolean": { "type": "boolean" }, "com.amazonaws.databasemigrationservice#BooleanOptional": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.databasemigrationservice#CancelReplicationTaskAssessmentRun": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#CancelReplicationTaskAssessmentRunMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#CancelReplicationTaskAssessmentRunResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Cancels a single premigration assessment run.

\n

This operation prevents any individual assessments from running if they haven't started\n running. It also attempts to cancel any individual assessments that are currently\n running.

" } }, "com.amazonaws.databasemigrationservice#CancelReplicationTaskAssessmentRunMessage": { "type": "structure", "members": { "ReplicationTaskAssessmentRunArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Amazon Resource Name (ARN) of the premigration assessment run to be canceled.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CancelReplicationTaskAssessmentRunResponse": { "type": "structure", "members": { "ReplicationTaskAssessmentRun": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRun", "traits": { "smithy.api#documentation": "

The ReplicationTaskAssessmentRun object for the canceled assessment\n run.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#Certificate": { "type": "structure", "members": { "CertificateIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A customer-assigned name for the certificate. Identifiers must begin with a letter and\n must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or\n contain two consecutive hyphens.

" } }, "CertificateCreationDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date that the certificate was created.

" } }, "CertificatePem": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The contents of a .pem file, which contains an X.509 certificate.

" } }, "CertificateWallet": { "target": "com.amazonaws.databasemigrationservice#CertificateWallet", "traits": { "smithy.api#documentation": "

The location of an imported Oracle Wallet certificate for use with SSL.

" } }, "CertificateArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the certificate.

" } }, "CertificateOwner": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The owner of the certificate.

" } }, "ValidFromDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The beginning date that the certificate is valid.

" } }, "ValidToDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The final date that the certificate is valid.

" } }, "SigningAlgorithm": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The signing algorithm for the certificate.

" } }, "KeyLength": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The key length of the cryptographic algorithm being used.

" } } }, "traits": { "smithy.api#documentation": "

The SSL certificate that can be used to encrypt connections between the endpoints and\n the replication instance.

" } }, "com.amazonaws.databasemigrationservice#CertificateList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#Certificate", "traits": { "smithy.api#xmlName": "Certificate" } } }, "com.amazonaws.databasemigrationservice#CertificateWallet": { "type": "blob" }, "com.amazonaws.databasemigrationservice#CharLengthSemantics": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "default", "name": "DEFAULT" }, { "value": "char", "name": "CHAR" }, { "value": "byte", "name": "BYTE" } ] } }, "com.amazonaws.databasemigrationservice#CompressionTypeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "none", "name": "NONE" }, { "value": "gzip", "name": "GZIP" } ] } }, "com.amazonaws.databasemigrationservice#Connection": { "type": "structure", "members": { "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The ARN of the replication instance.

" } }, "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The ARN string that uniquely identifies the endpoint.

" } }, "Status": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The connection status. This parameter can return one of the following values:

\n " } }, "LastFailureMessage": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The error message when the connection last failed.

" } }, "EndpointIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The identifier of the endpoint. Identifiers must begin with a letter and must contain only\n ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two\n consecutive hyphens.

" } }, "ReplicationInstanceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The replication instance identifier. This parameter is stored as a lowercase\n string.

" } } }, "traits": { "smithy.api#documentation": "

Status of the connection between an endpoint and a replication instance, including\n Amazon Resource Names (ARNs) and the last error message issued.

" } }, "com.amazonaws.databasemigrationservice#ConnectionList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#Connection", "traits": { "smithy.api#xmlName": "Connection" } } }, "com.amazonaws.databasemigrationservice#CreateEndpoint": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#CreateEndpointMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#CreateEndpointResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" }, { "target": "com.amazonaws.databasemigrationservice#S3AccessDeniedFault" } ], "traits": { "smithy.api#documentation": "

Creates an endpoint using the provided settings.

" } }, "com.amazonaws.databasemigrationservice#CreateEndpointMessage": { "type": "structure", "members": { "EndpointIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The database endpoint identifier. Identifiers must begin with a letter and must contain\n only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two\n consecutive hyphens.

", "smithy.api#required": {} } }, "EndpointType": { "target": "com.amazonaws.databasemigrationservice#ReplicationEndpointTypeValue", "traits": { "smithy.api#documentation": "

The type of endpoint. Valid values are source and target.

", "smithy.api#required": {} } }, "EngineName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of engine for the endpoint. Valid values, depending on the\n EndpointType value, include \"mysql\", \"oracle\",\n \"postgres\", \"mariadb\", \"aurora\",\n \"aurora-postgresql\", \"redshift\", \"s3\",\n \"db2\", \"azuredb\", \"sybase\", \"dynamodb\", \"mongodb\",\n \"kinesis\", \"kafka\", \"elasticsearch\", \"docdb\",\n \"sqlserver\", and \"neptune\".

", "smithy.api#required": {} } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The user name to be used to log in to the endpoint database.

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

The password to be used to log in to the endpoint database.

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the server where the endpoint database resides.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The port used by the endpoint database.

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the endpoint database.

" } }, "ExtraConnectionAttributes": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Additional attributes associated with the connection. Each attribute is specified as a\n name-value pair associated by an equal sign (=). Multiple attributes are separated by a\n semicolon (;) with no additional white space. For information on the attributes available\n for connecting your source or target endpoint, see Working with\n AWS DMS Endpoints in the AWS Database Migration Service User\n Guide.\n

" } }, "KmsKeyId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

\n

If you don't specify a value for the KmsKeyId parameter, then\n AWS DMS uses your default encryption key.

\n

AWS KMS creates the default encryption key for your AWS account. Your AWS account has a\n different default encryption key for each AWS Region.

" } }, "Tags": { "target": "com.amazonaws.databasemigrationservice#TagList", "traits": { "smithy.api#documentation": "

One or more tags to be assigned to the endpoint.

" } }, "CertificateArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the certificate.

" } }, "SslMode": { "target": "com.amazonaws.databasemigrationservice#DmsSslModeValue", "traits": { "smithy.api#documentation": "

The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none\n

" } }, "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the service access role that you want to use to\n create the endpoint.

" } }, "ExternalTableDefinition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The external table definition.

" } }, "DynamoDbSettings": { "target": "com.amazonaws.databasemigrationservice#DynamoDbSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other \n available settings, see Using Object Mapping to Migrate\n Data to DynamoDB in the AWS Database Migration Service User\n Guide.\n

" } }, "S3Settings": { "target": "com.amazonaws.databasemigrationservice#S3Settings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Amazon S3 endpoint. For more information about\n the available settings, see Extra\n Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the\n AWS Database Migration Service User Guide.\n

" } }, "DmsTransferSettings": { "target": "com.amazonaws.databasemigrationservice#DmsTransferSettings", "traits": { "smithy.api#documentation": "

The settings in JSON format for the DMS transfer type of source endpoint.

\n

Possible settings include the following:

\n \n

Shorthand syntax for these settings is as follows:\n ServiceAccessRoleArn=string,BucketName=string,CompressionType=string\n

\n

JSON syntax for these settings is as follows: { \"ServiceAccessRoleArn\":\n \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } \n

" } }, "MongoDbSettings": { "target": "com.amazonaws.databasemigrationservice#MongoDbSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source MongoDB endpoint. For more information about the\n available settings, see Using MongoDB as a Target for AWS Database Migration Service in the\n AWS Database Migration Service User Guide.\n

" } }, "KinesisSettings": { "target": "com.amazonaws.databasemigrationservice#KinesisSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For\n more information about the available settings, see Using Amazon Kinesis Data Streams \n as a Target for AWS Database Migration Service in the AWS Database Migration Service User\n Guide.\n

" } }, "KafkaSettings": { "target": "com.amazonaws.databasemigrationservice#KafkaSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Apache Kafka endpoint. For more information about\n the available settings, see Using Apache Kafka as a Target for \n AWS Database Migration Service in the AWS Database Migration Service User\n Guide.\n

" } }, "ElasticsearchSettings": { "target": "com.amazonaws.databasemigrationservice#ElasticsearchSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Elasticsearch endpoint. For more information\n about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in\n the AWS Database Migration Service User Guide.

" } }, "NeptuneSettings": { "target": "com.amazonaws.databasemigrationservice#NeptuneSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Amazon Neptune endpoint.\n For more information\n about the available settings, see Specifying Endpoint Settings for Amazon Neptune as a Target \n in the AWS Database Migration Service User Guide.\n

" } }, "RedshiftSettings": { "target": "com.amazonaws.databasemigrationservice#RedshiftSettings" }, "PostgreSQLSettings": { "target": "com.amazonaws.databasemigrationservice#PostgreSQLSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target PostgreSQL endpoint. For information\n about other available settings, see Extra connection\n attributes when using PostgreSQL as a source for AWS DMS and \n Extra connection attributes when using PostgreSQL as a target for AWS DMS in the\n AWS Database Migration Service User Guide.\n

" } }, "MySQLSettings": { "target": "com.amazonaws.databasemigrationservice#MySQLSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target MySQL endpoint. For information about\n other available settings, see Extra connection attributes \n when using MySQL as a source for AWS DMS and Extra connection attributes when using a MySQL-compatible database as a target for AWS DMS in\n the AWS Database Migration Service User Guide.\n

" } }, "OracleSettings": { "target": "com.amazonaws.databasemigrationservice#OracleSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target Oracle endpoint. For information about\n other available settings, see Extra connection attributes \n when using Oracle as a source for AWS DMS and \n \n Extra connection attributes when using Oracle as a target for AWS DMS \n in the AWS Database Migration Service User Guide.\n

" } }, "SybaseSettings": { "target": "com.amazonaws.databasemigrationservice#SybaseSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target SAP ASE endpoint. For information\n about other available settings, see Extra connection attributes\n when using SAP ASE as a source for AWS DMS and Extra connection attributes\n when using SAP ASE as a target for AWS DMS in the AWS Database\n Migration Service User Guide.\n

" } }, "MicrosoftSQLServerSettings": { "target": "com.amazonaws.databasemigrationservice#MicrosoftSQLServerSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target Microsoft SQL Server endpoint. For\n information about other available settings, see Extra connection\n attributes when using SQL Server as a source for AWS DMS and \n Extra connection attributes when using SQL Server as a target for AWS DMS in the\n AWS Database Migration Service User Guide.\n

" } }, "IBMDb2Settings": { "target": "com.amazonaws.databasemigrationservice#IBMDb2Settings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other\n available settings, see Extra connection attributes\n when using Db2 LUW as a source for AWS DMS in the AWS Database\n Migration Service User Guide.\n

" } }, "ResourceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A friendly name for the resource identifier at the end of the EndpointArn\n response parameter that is returned in the created Endpoint object. The value\n for this parameter can have up to 31 characters. It can contain only ASCII letters, digits,\n and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens,\n and can only begin with a letter, such as Example-App-ARN1. For example, this\n value might result in the EndpointArn value\n arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. If you don't\n specify a ResourceIdentifier value, AWS DMS generates a default identifier\n value for the end of EndpointArn.

" } }, "DocDbSettings": { "target": "com.amazonaws.databasemigrationservice#DocDbSettings" } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CreateEndpointResponse": { "type": "structure", "members": { "Endpoint": { "target": "com.amazonaws.databasemigrationservice#Endpoint", "traits": { "smithy.api#documentation": "

The endpoint that was created.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CreateEventSubscription": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#CreateEventSubscriptionMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#CreateEventSubscriptionResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#KMSAccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSDisabledFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSInvalidStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSThrottlingFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" }, { "target": "com.amazonaws.databasemigrationservice#SNSInvalidTopicFault" }, { "target": "com.amazonaws.databasemigrationservice#SNSNoAuthorizationFault" } ], "traits": { "smithy.api#documentation": "

Creates an AWS DMS event notification subscription.

\n

You can specify the type of source (SourceType) you want to be notified of,\n provide a list of AWS DMS source IDs (SourceIds) that triggers the events, and\n provide a list of event categories (EventCategories) for events you want to be\n notified of. If you specify both the SourceType and SourceIds,\n such as SourceType = replication-instance and SourceIdentifier =\n my-replinstance, you will be notified of all the replication instance events for\n the specified source. If you specify a SourceType but don't specify a\n SourceIdentifier, you receive notice of the events for that source type for\n all your AWS DMS sources. If you don't specify either SourceType nor\n SourceIdentifier, you will be notified of events generated from all AWS DMS\n sources belonging to your customer account.

\n

For more information about AWS DMS events, see Working with Events and\n Notifications in the AWS Database Migration Service User\n Guide.\n

" } }, "com.amazonaws.databasemigrationservice#CreateEventSubscriptionMessage": { "type": "structure", "members": { "SubscriptionName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the AWS DMS event notification subscription. This name must be less than 255 characters.

", "smithy.api#required": {} } }, "SnsTopicArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.\n The ARN is created by Amazon SNS when you create a topic and subscribe to it.

", "smithy.api#required": {} } }, "SourceType": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of AWS DMS resource that generates the events. For example, if you want to be\n notified of events generated by a replication instance, you set this parameter to\n replication-instance. If this value isn't specified, all events are\n returned.

\n

Valid values: replication-instance | replication-task\n

" } }, "EventCategories": { "target": "com.amazonaws.databasemigrationservice#EventCategoriesList", "traits": { "smithy.api#documentation": "

A list of event categories for a source type that you want to subscribe to. For more\n information, see Working with Events and\n Notifications in the AWS Database Migration Service User\n Guide.\n

" } }, "SourceIds": { "target": "com.amazonaws.databasemigrationservice#SourceIdsList", "traits": { "smithy.api#documentation": "

A list of identifiers for which AWS DMS provides notification events.

\n

If you don't specify a value, notifications are provided for all sources.

\n

If you specify multiple values, they must be of the same type. For example, if you\n specify a database instance ID, then all of the other values must be database instance\n IDs.

" } }, "Enabled": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A Boolean value; set to true to activate the subscription, or set to\n false to create the subscription but not activate it.

" } }, "Tags": { "target": "com.amazonaws.databasemigrationservice#TagList", "traits": { "smithy.api#documentation": "

One or more tags to be assigned to the event subscription.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CreateEventSubscriptionResponse": { "type": "structure", "members": { "EventSubscription": { "target": "com.amazonaws.databasemigrationservice#EventSubscription", "traits": { "smithy.api#documentation": "

The event subscription that was created.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CreateReplicationInstance": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#CreateReplicationInstanceMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#CreateReplicationInstanceResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InsufficientResourceCapacityFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidSubnet" }, { "target": "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault" }, { "target": "com.amazonaws.databasemigrationservice#ReplicationSubnetGroupDoesNotCoverEnoughAZs" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" }, { "target": "com.amazonaws.databasemigrationservice#StorageQuotaExceededFault" } ], "traits": { "smithy.api#documentation": "

Creates the replication instance using the specified parameters.

\n

AWS DMS requires that your account have certain roles with appropriate permissions\n before you can create a replication instance. For information on the required roles, see\n Creating the IAM Roles to Use With the AWS CLI and AWS DMS API. For\n information on the required permissions, see \n IAM Permissions Needed to Use AWS DMS.

" } }, "com.amazonaws.databasemigrationservice#CreateReplicationInstanceMessage": { "type": "structure", "members": { "ReplicationInstanceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The replication instance identifier. This parameter is stored as a lowercase\n string.

\n

Constraints:

\n \n

Example: myrepinstance\n

", "smithy.api#required": {} } }, "AllocatedStorage": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The amount of storage (in gigabytes) to be initially allocated for the replication\n instance.

" } }, "ReplicationInstanceClass": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The compute and memory capacity of the replication instance as defined for the specified\n replication instance class. For example to specify the instance class dms.c4.large, set this parameter to \"dms.c4.large\".

\n

For more information on the settings and capacities for the available replication instance classes, see \n \n Selecting the right AWS DMS replication instance for your migration.\n

", "smithy.api#required": {} } }, "VpcSecurityGroupIds": { "target": "com.amazonaws.databasemigrationservice#VpcSecurityGroupIdList", "traits": { "smithy.api#documentation": "

Specifies the VPC security group to be used with the replication instance. The VPC\n security group must work with the VPC containing the replication instance.

" } }, "AvailabilityZone": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Availability Zone where the replication instance will be created. The default\n value is a random, system-chosen Availability Zone in the endpoint's AWS Region, for\n example: us-east-1d\n

" } }, "ReplicationSubnetGroupIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A subnet group to associate with the replication instance.

" } }, "PreferredMaintenanceWindow": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The weekly time range during which system maintenance can occur, in Universal\n Coordinated Time (UTC).

\n

Format: ddd:hh24:mi-ddd:hh24:mi\n

\n

Default: A 30-minute window selected at random from an 8-hour block of time per AWS\n Region, occurring on a random day of the week.

\n

Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

\n

Constraints: Minimum 30-minute window.

" } }, "MultiAZ": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the\n AvailabilityZone parameter if the Multi-AZ parameter is set to\n true.

" } }, "EngineVersion": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The engine version number of the replication instance.

\n

If an engine version number is not specified when a replication \n instance is created, the default is the latest engine version available.

" } }, "AutoMinorVersionUpgrade": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that indicates whether minor engine upgrades are applied automatically to the\n replication instance during the maintenance window. This parameter defaults to\n true.

\n

Default: true\n

" } }, "Tags": { "target": "com.amazonaws.databasemigrationservice#TagList", "traits": { "smithy.api#documentation": "

One or more tags to be assigned to the replication instance.

" } }, "KmsKeyId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An AWS KMS key identifier that is used to encrypt the data on the replication\n instance.

\n

If you don't specify a value for the KmsKeyId parameter, then\n AWS DMS uses your default encryption key.

\n

AWS KMS creates the default encryption key for your AWS account. Your AWS account has a\n different default encryption key for each AWS Region.

" } }, "PubliclyAccessible": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Specifies the accessibility options for the replication instance. A value of\n true represents an instance with a public IP address. A value of\n false represents an instance with a private IP address. The default value\n is true.

" } }, "DnsNameServers": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A list of custom DNS name servers supported for the replication instance to access your\n on-premise source or target database. This list overrides the default name servers\n supported by the replication instance. You can specify a comma-separated list of internet\n addresses for up to four on-premise DNS name servers. For example:\n \"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4\"\n

" } }, "ResourceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A friendly name for the resource identifier at the end of the EndpointArn\n response parameter that is returned in the created Endpoint object. The value\n for this parameter can have up to 31 characters. It can contain only ASCII letters, digits,\n and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens,\n and can only begin with a letter, such as Example-App-ARN1. For example, this\n value might result in the EndpointArn value\n arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. If you don't\n specify a ResourceIdentifier value, AWS DMS generates a default identifier\n value for the end of EndpointArn.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CreateReplicationInstanceResponse": { "type": "structure", "members": { "ReplicationInstance": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstance", "traits": { "smithy.api#documentation": "

The replication instance that was created.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CreateReplicationSubnetGroup": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#CreateReplicationSubnetGroupMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#CreateReplicationSubnetGroupResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidSubnet" }, { "target": "com.amazonaws.databasemigrationservice#ReplicationSubnetGroupDoesNotCoverEnoughAZs" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" } ], "traits": { "smithy.api#documentation": "

Creates a replication subnet group given a list of the subnet IDs in a VPC.

" } }, "com.amazonaws.databasemigrationservice#CreateReplicationSubnetGroupMessage": { "type": "structure", "members": { "ReplicationSubnetGroupIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name for the replication subnet group. This value is stored as a lowercase\n string.

\n

Constraints: Must contain no more than 255 alphanumeric characters, periods, spaces,\n underscores, or hyphens. Must not be \"default\".

\n

Example: mySubnetgroup\n

", "smithy.api#required": {} } }, "ReplicationSubnetGroupDescription": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The description for the subnet group.

", "smithy.api#required": {} } }, "SubnetIds": { "target": "com.amazonaws.databasemigrationservice#SubnetIdentifierList", "traits": { "smithy.api#documentation": "

One or more subnet IDs to be assigned to the subnet group.

", "smithy.api#required": {} } }, "Tags": { "target": "com.amazonaws.databasemigrationservice#TagList", "traits": { "smithy.api#documentation": "

One or more tags to be assigned to the subnet group.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CreateReplicationSubnetGroupResponse": { "type": "structure", "members": { "ReplicationSubnetGroup": { "target": "com.amazonaws.databasemigrationservice#ReplicationSubnetGroup", "traits": { "smithy.api#documentation": "

The replication subnet group that was created.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CreateReplicationTask": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#CreateReplicationTaskMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#CreateReplicationTaskResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" } ], "traits": { "smithy.api#documentation": "

Creates a replication task using the specified parameters.

" } }, "com.amazonaws.databasemigrationservice#CreateReplicationTaskMessage": { "type": "structure", "members": { "ReplicationTaskIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An identifier for the replication task.

\n

Constraints:

\n ", "smithy.api#required": {} } }, "SourceEndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

", "smithy.api#required": {} } }, "TargetEndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

", "smithy.api#required": {} } }, "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of a replication instance.

", "smithy.api#required": {} } }, "MigrationType": { "target": "com.amazonaws.databasemigrationservice#MigrationTypeValue", "traits": { "smithy.api#documentation": "

The migration type. Valid values: full-load | cdc | full-load-and-cdc\n

", "smithy.api#required": {} } }, "TableMappings": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The table mappings for the task, in JSON format. For more information, see Using Table\n Mapping to Specify Task Settings in the AWS Database Migration Service User\n Guide.\n

", "smithy.api#required": {} } }, "ReplicationTaskSettings": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Overall settings for the task, in JSON format. For more information, see Specifying Task\n Settings for AWS Database Migration Service Tasks in the AWS Database\n Migration User Guide.\n

" } }, "CdcStartTime": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

Indicates the start time for a change data capture (CDC) operation. Use either\n CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start.\n Specifying both values results in an error.

\n

Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

" } }, "CdcStartPosition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates when you want a change data capture (CDC) operation to start. Use either\n CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.\n Specifying both values results in an error.

\n

The value can be in date, checkpoint, or LSN/SCN format.

\n

Date Example: --cdc-start-position “2018-03-08T12:12:12”

\n

Checkpoint Example: --cdc-start-position\n \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

\n

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

\n \n

When you use this task setting with a source PostgreSQL database, a logical\n replication slot should already be created and associated with the source endpoint. You\n can verify this by setting the slotName extra connection attribute to the\n name of this logical replication slot. For more information, see Extra Connection Attributes When Using PostgreSQL as a Source\n for AWS DMS.

\n
" } }, "CdcStopPosition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates when you want a change data capture (CDC) operation to stop. The value can be\n either server time or commit time.

\n

Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”

\n

Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “

" } }, "Tags": { "target": "com.amazonaws.databasemigrationservice#TagList", "traits": { "smithy.api#documentation": "

One or more tags to be assigned to the replication task.

" } }, "TaskData": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Supplemental information that the task requires to migrate the data for certain source and target endpoints. \n For more information, see Specifying Supplemental Data for Task Settings in the\n AWS Database Migration Service User Guide.\n

" } }, "ResourceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A friendly name for the resource identifier at the end of the EndpointArn\n response parameter that is returned in the created Endpoint object. The value\n for this parameter can have up to 31 characters. It can contain only ASCII letters, digits,\n and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens,\n and can only begin with a letter, such as Example-App-ARN1. For example, this\n value might result in the EndpointArn value\n arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. If you don't\n specify a ResourceIdentifier value, AWS DMS generates a default identifier\n value for the end of EndpointArn.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#CreateReplicationTaskResponse": { "type": "structure", "members": { "ReplicationTask": { "target": "com.amazonaws.databasemigrationservice#ReplicationTask", "traits": { "smithy.api#documentation": "

The replication task that was created.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DataFormatValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "csv", "name": "CSV" }, { "value": "parquet", "name": "PARQUET" } ] } }, "com.amazonaws.databasemigrationservice#DatePartitionDelimiterValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SLASH", "name": "SLASH" }, { "value": "UNDERSCORE", "name": "UNDERSCORE" }, { "value": "DASH", "name": "DASH" }, { "value": "NONE", "name": "NONE" } ] } }, "com.amazonaws.databasemigrationservice#DatePartitionSequenceValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "YYYYMMDD", "name": "YYYYMMDD" }, { "value": "YYYYMMDDHH", "name": "YYYYMMDDHH" }, { "value": "YYYYMM", "name": "YYYYMM" }, { "value": "MMYYYYDD", "name": "MMYYYYDD" }, { "value": "DDMMYYYY", "name": "DDMMYYYY" } ] } }, "com.amazonaws.databasemigrationservice#DeleteCertificate": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DeleteCertificateMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DeleteCertificateResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Deletes the specified certificate.

" } }, "com.amazonaws.databasemigrationservice#DeleteCertificateMessage": { "type": "structure", "members": { "CertificateArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the deleted certificate.

", "smithy.api#required": {} } } } }, "com.amazonaws.databasemigrationservice#DeleteCertificateResponse": { "type": "structure", "members": { "Certificate": { "target": "com.amazonaws.databasemigrationservice#Certificate", "traits": { "smithy.api#documentation": "

The Secure Sockets Layer (SSL) certificate.

" } } } }, "com.amazonaws.databasemigrationservice#DeleteConnection": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DeleteConnectionMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DeleteConnectionResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Deletes the connection between a replication instance and an endpoint.

" } }, "com.amazonaws.databasemigrationservice#DeleteConnectionMessage": { "type": "structure", "members": { "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "smithy.api#required": {} } }, "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteConnectionResponse": { "type": "structure", "members": { "Connection": { "target": "com.amazonaws.databasemigrationservice#Connection", "traits": { "smithy.api#documentation": "

The connection that is being deleted.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteEndpoint": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DeleteEndpointMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DeleteEndpointResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Deletes the specified endpoint.

\n \n

All tasks associated with the endpoint must be deleted before you can delete the\n endpoint.

\n
\n

" } }, "com.amazonaws.databasemigrationservice#DeleteEndpointMessage": { "type": "structure", "members": { "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteEndpointResponse": { "type": "structure", "members": { "Endpoint": { "target": "com.amazonaws.databasemigrationservice#Endpoint", "traits": { "smithy.api#documentation": "

The endpoint that was deleted.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteEventSubscription": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DeleteEventSubscriptionMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DeleteEventSubscriptionResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Deletes an AWS DMS event subscription.

" } }, "com.amazonaws.databasemigrationservice#DeleteEventSubscriptionMessage": { "type": "structure", "members": { "SubscriptionName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the DMS event notification subscription to be deleted.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteEventSubscriptionResponse": { "type": "structure", "members": { "EventSubscription": { "target": "com.amazonaws.databasemigrationservice#EventSubscription", "traits": { "smithy.api#documentation": "

The event subscription that was deleted.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationInstance": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationInstanceMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationInstanceResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Deletes the specified replication instance.

\n \n

You must delete any migration tasks that are associated with the replication instance\n before you can delete it.

\n
\n

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationInstanceMessage": { "type": "structure", "members": { "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance to be deleted.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationInstanceResponse": { "type": "structure", "members": { "ReplicationInstance": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstance", "traits": { "smithy.api#documentation": "

The replication instance that was deleted.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationSubnetGroup": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationSubnetGroupMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationSubnetGroupResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Deletes a subnet group.

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationSubnetGroupMessage": { "type": "structure", "members": { "ReplicationSubnetGroupIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The subnet group name of the replication instance.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationSubnetGroupResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationTask": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationTaskMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationTaskResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Deletes the specified replication task.

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationTaskAssessmentRun": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationTaskAssessmentRunMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DeleteReplicationTaskAssessmentRunResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Deletes the record of a single premigration assessment run.

\n

This operation removes all metadata that AWS DMS maintains about this assessment run.\n However, the operation leaves untouched all information about this assessment run that is\n stored in your Amazon S3 bucket.

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationTaskAssessmentRunMessage": { "type": "structure", "members": { "ReplicationTaskAssessmentRunArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Amazon Resource Name (ARN) of the premigration assessment run to be deleted.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationTaskAssessmentRunResponse": { "type": "structure", "members": { "ReplicationTaskAssessmentRun": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRun", "traits": { "smithy.api#documentation": "

The ReplicationTaskAssessmentRun object for the deleted assessment\n run.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationTaskMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task to be deleted.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DeleteReplicationTaskResponse": { "type": "structure", "members": { "ReplicationTask": { "target": "com.amazonaws.databasemigrationservice#ReplicationTask", "traits": { "smithy.api#documentation": "

The deleted replication task.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeAccountAttributes": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeAccountAttributesMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeAccountAttributesResponse" }, "traits": { "smithy.api#documentation": "

Lists all of the AWS DMS attributes for a customer account. These attributes include AWS\n DMS quotas for the account and a unique account identifier in a particular DMS region. DMS\n quotas include a list of resource quotas supported by the account, such as the number of\n replication instances allowed. The description for each resource quota, includes the quota\n name, current usage toward that quota, and the quota's maximum value. DMS uses the unique\n account identifier to name each artifact used by DMS in the given region.

\n

This command does not take any parameters.

" } }, "com.amazonaws.databasemigrationservice#DescribeAccountAttributesMessage": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeAccountAttributesResponse": { "type": "structure", "members": { "AccountQuotas": { "target": "com.amazonaws.databasemigrationservice#AccountQuotaList", "traits": { "smithy.api#documentation": "

Account quota information.

" } }, "UniqueAccountIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A unique AWS DMS identifier for an account in a particular AWS Region. The value of this\n identifier has the following format: c99999999999. DMS uses this identifier to\n name artifacts. For example, DMS uses this identifier to name the default Amazon S3 bucket\n for storing task assessment reports in a given AWS Region. The format of this S3 bucket\n name is the following:\n dms-AccountNumber-UniqueAccountIdentifier.\n Here is an example name for this default S3 bucket:\n dms-111122223333-c44445555666.

\n \n

AWS DMS supports the UniqueAccountIdentifier parameter in\n versions 3.1.4 and later.

\n
" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeApplicableIndividualAssessments": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeApplicableIndividualAssessmentsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeApplicableIndividualAssessmentsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Provides a list of individual assessments that you can specify for a new premigration\n assessment run, given one or more parameters.

\n

If you specify an existing migration task, this operation provides the default individual\n assessments you can specify for that task. Otherwise, the specified parameters model elements\n of a possible migration task on which to base a premigration assessment run.

\n

To use these migration task modeling parameters, you must specify an existing replication instance,\n a source database engine, a target database engine, and a migration type. This combination of\n parameters potentially limits the default individual assessments available for an assessment run\n created for a corresponding migration task.

\n

If you specify no parameters, this operation provides a list of all possible individual assessments\n that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must\n specify all of them or the operation cannot provide a list of individual assessments.\n The only parameter that you can specify alone is for an existing migration task. The specified task\n definition then determines the default list of individual assessments that you can specify in an\n assessment run for the task.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeApplicableIndividualAssessmentsMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Amazon Resource Name (ARN) of a migration task on which you want to base \n the default list of individual assessments.

" } }, "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

ARN of a replication instance on which you want to base the default list of individual\n assessments.

" } }, "SourceEngineName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Name of a database engine that the specified replication instance supports as a source.

" } }, "TargetEngineName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Name of a database engine that the specified replication instance supports as a target.

" } }, "MigrationType": { "target": "com.amazonaws.databasemigrationservice#MigrationTypeValue", "traits": { "smithy.api#documentation": "

Name of the migration type that each provided individual assessment must support.

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in\n the response so that the remaining results can be retrieved.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeApplicableIndividualAssessmentsResponse": { "type": "structure", "members": { "IndividualAssessmentNames": { "target": "com.amazonaws.databasemigrationservice#IndividualAssessmentNameList", "traits": { "smithy.api#documentation": "

List of names for the individual assessments supported by the premigration assessment\n run that you start based on the specified request parameters. For more information on the\n available individual assessments, including compatibility with different migration task\n configurations, see Working with premigration assessment runs in the\n AWS Database Migration Service User Guide.\n

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Pagination token returned for you to pass to a subsequent request. If you pass this\n token as the Marker value in a subsequent request, the response includes only\n records beyond the marker, up to the value specified in the request by\n MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeCertificates": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeCertificatesMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeCertificatesResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Provides a description of the certificate.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeCertificatesMessage": { "type": "structure", "members": { "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to the certificates described in the form of key-value pairs.

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 10

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } } }, "com.amazonaws.databasemigrationservice#DescribeCertificatesResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The pagination token.

" } }, "Certificates": { "target": "com.amazonaws.databasemigrationservice#CertificateList", "traits": { "smithy.api#documentation": "

The Secure Sockets Layer (SSL) certificates associated with the replication\n instance.

" } } } }, "com.amazonaws.databasemigrationservice#DescribeConnections": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeConnectionsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeConnectionsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Describes the status of the connections that have been made between the replication\n instance and an endpoint. Connections are created when you test an endpoint.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" }, "smithy.waiters#waitable": { "TestConnectionSucceeds": { "documentation": "Wait until testing connection succeeds.", "acceptors": [ { "state": "success", "matcher": { "output": { "path": "Connections[].Status", "expected": "successful", "comparator": "allStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "Connections[].Status", "expected": "failed", "comparator": "anyStringEquals" } } } ], "minDelay": 5 } } } }, "com.amazonaws.databasemigrationservice#DescribeConnectionsMessage": { "type": "structure", "members": { "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

The filters applied to the connection.

\n

Valid filter names: endpoint-arn | replication-instance-arn

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeConnectionsResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "Connections": { "target": "com.amazonaws.databasemigrationservice#ConnectionList", "traits": { "smithy.api#documentation": "

A description of the connections.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEndpointSettings": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeEndpointSettingsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeEndpointSettingsResponse" }, "traits": { "smithy.api#documentation": "

Returns information about the possible endpoint settings available \n when you create an endpoint for a specific database engine.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeEndpointSettingsMessage": { "type": "structure", "members": { "EngineName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The databse engine used for your source or target endpoint.

", "smithy.api#required": {} } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than \n the specified MaxRecords value, a pagination token called a marker is included in the response \n so that the remaining results can be retrieved.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is specified, \n the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } } } }, "com.amazonaws.databasemigrationservice#DescribeEndpointSettingsResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is specified, \n the response includes only records beyond the marker, up to the value specified by MaxRecords.

" } }, "EndpointSettings": { "target": "com.amazonaws.databasemigrationservice#EndpointSettingsList", "traits": { "smithy.api#documentation": "

Descriptions of the endpoint settings available for your source or target database engine.

" } } } }, "com.amazonaws.databasemigrationservice#DescribeEndpointTypes": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeEndpointTypesMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeEndpointTypesResponse" }, "traits": { "smithy.api#documentation": "

Returns information about the type of endpoints available.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeEndpointTypesMessage": { "type": "structure", "members": { "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to the endpoint types.

\n

Valid filter names: engine-name | endpoint-type

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEndpointTypesResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "SupportedEndpointTypes": { "target": "com.amazonaws.databasemigrationservice#SupportedEndpointTypeList", "traits": { "smithy.api#documentation": "

The types of endpoints that are supported.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEndpoints": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeEndpointsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeEndpointsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns information about the endpoints for your account in the current region.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" }, "smithy.waiters#waitable": { "EndpointDeleted": { "documentation": "Wait until testing endpoint is deleted.", "acceptors": [ { "state": "success", "matcher": { "errorType": "ResourceNotFoundFault" } }, { "state": "failure", "matcher": { "output": { "path": "Endpoints[].Status", "expected": "active", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "Endpoints[].Status", "expected": "creating", "comparator": "anyStringEquals" } } } ], "minDelay": 5 } } } }, "com.amazonaws.databasemigrationservice#DescribeEndpointsMessage": { "type": "structure", "members": { "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to the endpoints.

\n

Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEndpointsResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "Endpoints": { "target": "com.amazonaws.databasemigrationservice#EndpointList", "traits": { "smithy.api#documentation": "

Endpoint description.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEventCategories": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeEventCategoriesMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeEventCategoriesResponse" }, "traits": { "smithy.api#documentation": "

Lists categories for all event source types, or, if specified, for a specified source\n type. You can see a list of the event categories and source types in Working with Events\n and Notifications in the AWS Database Migration Service User\n Guide.\n

" } }, "com.amazonaws.databasemigrationservice#DescribeEventCategoriesMessage": { "type": "structure", "members": { "SourceType": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of AWS DMS resource that generates events.

\n

Valid values: replication-instance | replication-task

" } }, "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to the event categories.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEventCategoriesResponse": { "type": "structure", "members": { "EventCategoryGroupList": { "target": "com.amazonaws.databasemigrationservice#EventCategoryGroupList", "traits": { "smithy.api#documentation": "

A list of event categories.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEventSubscriptions": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeEventSubscriptionsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeEventSubscriptionsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Lists all the event subscriptions for a customer account. The description of a\n subscription includes SubscriptionName, SNSTopicARN,\n CustomerID, SourceType, SourceID,\n CreationTime, and Status.

\n

If you specify SubscriptionName, this action lists the description for that\n subscription.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeEventSubscriptionsMessage": { "type": "structure", "members": { "SubscriptionName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the AWS DMS event subscription to be described.

" } }, "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to event subscriptions.

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEventSubscriptionsResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "EventSubscriptionsList": { "target": "com.amazonaws.databasemigrationservice#EventSubscriptionsList", "traits": { "smithy.api#documentation": "

A list of event subscriptions.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEvents": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeEventsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeEventsResponse" }, "traits": { "smithy.api#documentation": "

Lists events for a given source identifier and source type. You can also specify a\n start and end time. For more information on AWS DMS events, see Working with Events and\n Notifications in the AWS Database Migration User\n Guide.\n

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeEventsMessage": { "type": "structure", "members": { "SourceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The identifier of an event source.

" } }, "SourceType": { "target": "com.amazonaws.databasemigrationservice#SourceType", "traits": { "smithy.api#documentation": "

The type of AWS DMS resource that generates events.

\n

Valid values: replication-instance | replication-task

" } }, "StartTime": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The start time for the events to be listed.

" } }, "EndTime": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The end time for the events to be listed.

" } }, "Duration": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The duration of the events to be listed.

" } }, "EventCategories": { "target": "com.amazonaws.databasemigrationservice#EventCategoriesList", "traits": { "smithy.api#documentation": "

A list of event categories for the source type that you've chosen.

" } }, "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to events.

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeEventsResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "Events": { "target": "com.amazonaws.databasemigrationservice#EventList", "traits": { "smithy.api#documentation": "

The events described.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeOrderableReplicationInstances": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeOrderableReplicationInstancesMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeOrderableReplicationInstancesResponse" }, "traits": { "smithy.api#documentation": "

Returns information about the replication instance types that can be created in the\n specified region.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeOrderableReplicationInstancesMessage": { "type": "structure", "members": { "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeOrderableReplicationInstancesResponse": { "type": "structure", "members": { "OrderableReplicationInstances": { "target": "com.amazonaws.databasemigrationservice#OrderableReplicationInstanceList", "traits": { "smithy.api#documentation": "

The order-able replication instances available.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribePendingMaintenanceActions": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribePendingMaintenanceActionsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribePendingMaintenanceActionsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

For internal use only

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribePendingMaintenanceActionsMessage": { "type": "structure", "members": { "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

" } }, "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribePendingMaintenanceActionsResponse": { "type": "structure", "members": { "PendingMaintenanceActions": { "target": "com.amazonaws.databasemigrationservice#PendingMaintenanceActions", "traits": { "smithy.api#documentation": "

The pending maintenance action.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeRefreshSchemasStatus": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeRefreshSchemasStatusMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeRefreshSchemasStatusResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns the status of the RefreshSchemas operation.

" } }, "com.amazonaws.databasemigrationservice#DescribeRefreshSchemasStatusMessage": { "type": "structure", "members": { "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeRefreshSchemasStatusResponse": { "type": "structure", "members": { "RefreshSchemasStatus": { "target": "com.amazonaws.databasemigrationservice#RefreshSchemasStatus", "traits": { "smithy.api#documentation": "

The status of the schema.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationInstanceTaskLogs": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationInstanceTaskLogsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationInstanceTaskLogsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns information about the task logs for the specified task.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeReplicationInstanceTaskLogsMessage": { "type": "structure", "members": { "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

", "smithy.api#required": {} } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } } }, "com.amazonaws.databasemigrationservice#DescribeReplicationInstanceTaskLogsResponse": { "type": "structure", "members": { "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

" } }, "ReplicationInstanceTaskLogs": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstanceTaskLogsList", "traits": { "smithy.api#documentation": "

An array of replication task log metadata. Each member of the array contains the\n replication task name, ARN, and task log size (in bytes).

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } } }, "com.amazonaws.databasemigrationservice#DescribeReplicationInstances": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationInstancesMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationInstancesResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns information about replication instances for your account in the current\n region.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" }, "smithy.waiters#waitable": { "ReplicationInstanceAvailable": { "documentation": "Wait until DMS replication instance is available.", "acceptors": [ { "state": "success", "matcher": { "output": { "path": "ReplicationInstances[].ReplicationInstanceStatus", "expected": "available", "comparator": "allStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationInstances[].ReplicationInstanceStatus", "expected": "deleting", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationInstances[].ReplicationInstanceStatus", "expected": "incompatible-credentials", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationInstances[].ReplicationInstanceStatus", "expected": "incompatible-network", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationInstances[].ReplicationInstanceStatus", "expected": "inaccessible-encryption-credentials", "comparator": "anyStringEquals" } } } ], "minDelay": 60 }, "ReplicationInstanceDeleted": { "documentation": "Wait until DMS replication instance is deleted.", "acceptors": [ { "state": "failure", "matcher": { "output": { "path": "ReplicationInstances[].ReplicationInstanceStatus", "expected": "available", "comparator": "anyStringEquals" } } }, { "state": "success", "matcher": { "errorType": "ResourceNotFoundFault" } } ], "minDelay": 15 } } } }, "com.amazonaws.databasemigrationservice#DescribeReplicationInstancesMessage": { "type": "structure", "members": { "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to replication instances.

\n

Valid filter names: replication-instance-arn | replication-instance-id |\n replication-instance-class | engine-version

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationInstancesResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "ReplicationInstances": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstanceList", "traits": { "smithy.api#documentation": "

The replication instances described.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationSubnetGroups": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationSubnetGroupsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationSubnetGroupsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns information about the replication subnet groups.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeReplicationSubnetGroupsMessage": { "type": "structure", "members": { "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to replication subnet groups.

\n

Valid filter names: replication-subnet-group-id

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationSubnetGroupsResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "ReplicationSubnetGroups": { "target": "com.amazonaws.databasemigrationservice#ReplicationSubnetGroups", "traits": { "smithy.api#documentation": "

A description of the replication subnet groups.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentResults": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentResultsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentResultsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns the task assessment results from Amazon S3. This action always returns the\n latest results.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentResultsMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the task. When this input\n parameter is specified, the API returns only one result and ignore the values of the\n MaxRecords and Marker parameters.

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentResultsResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "BucketName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

- The Amazon S3 bucket where the task assessment report is located.

" } }, "ReplicationTaskAssessmentResults": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentResultList", "traits": { "smithy.api#documentation": "

The task assessment report.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentRuns": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentRunsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentRunsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns a paginated list of premigration assessment runs based on filter\n settings.

\n

These filter settings can specify a combination of premigration assessment runs,\n migration tasks, replication instances, and assessment run status values.

\n \n

This operation doesn't return information about individual assessments. For this\n information, see the DescribeReplicationTaskIndividualAssessments\n operation.

\n
", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentRunsMessage": { "type": "structure", "members": { "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to the premigration assessment runs described in the form of key-value pairs.

\n

Valid filter names: replication-task-assessment-run-arn, replication-task-arn,\n replication-instance-arn, status\n

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in\n the response so that the remaining results can be retrieved.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTaskAssessmentRunsResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A pagination token returned for you to pass to a subsequent request. If you pass this\n token as the Marker value in a subsequent request, the response includes only\n records beyond the marker, up to the value specified in the request by\n MaxRecords.

" } }, "ReplicationTaskAssessmentRuns": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRunList", "traits": { "smithy.api#documentation": "

One or more premigration assessment runs as specified by Filters.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTaskIndividualAssessments": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTaskIndividualAssessmentsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTaskIndividualAssessmentsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns a paginated list of individual assessments based on filter settings.

\n

These filter settings can specify a combination of premigration assessment runs,\n migration tasks, and assessment status values.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTaskIndividualAssessmentsMessage": { "type": "structure", "members": { "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to the individual assessments described in the form of key-value\n pairs.

\n

Valid filter names: replication-task-assessment-run-arn,\n replication-task-arn, status\n

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than the\n specified MaxRecords value, a pagination token called a marker is included in\n the response so that the remaining results can be retrieved.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTaskIndividualAssessmentsResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A pagination token returned for you to pass to a subsequent request. If you pass this\n token as the Marker value in a subsequent request, the response includes only\n records beyond the marker, up to the value specified in the request by\n MaxRecords.

" } }, "ReplicationTaskIndividualAssessments": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskIndividualAssessmentList", "traits": { "smithy.api#documentation": "

One or more individual assessments as specified by Filters.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTasks": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTasksMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeReplicationTasksResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns information about replication tasks for your account in the current\n region.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" }, "smithy.waiters#waitable": { "ReplicationTaskDeleted": { "documentation": "Wait until DMS replication task is deleted.", "acceptors": [ { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "ready", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "creating", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "stopped", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "running", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "failed", "comparator": "anyStringEquals" } } }, { "state": "success", "matcher": { "errorType": "ResourceNotFoundFault" } } ], "minDelay": 15 }, "ReplicationTaskReady": { "documentation": "Wait until DMS replication task is ready.", "acceptors": [ { "state": "success", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "ready", "comparator": "allStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "starting", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "running", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "stopping", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "stopped", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "failed", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "modifying", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "testing", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "deleting", "comparator": "anyStringEquals" } } } ], "minDelay": 15 }, "ReplicationTaskRunning": { "documentation": "Wait until DMS replication task is running.", "acceptors": [ { "state": "success", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "running", "comparator": "allStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "ready", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "creating", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "stopping", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "stopped", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "failed", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "modifying", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "testing", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "deleting", "comparator": "anyStringEquals" } } } ], "minDelay": 15 }, "ReplicationTaskStopped": { "documentation": "Wait until DMS replication task is stopped.", "acceptors": [ { "state": "success", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "stopped", "comparator": "allStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "ready", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "creating", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "starting", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "failed", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "modifying", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "testing", "comparator": "anyStringEquals" } } }, { "state": "failure", "matcher": { "output": { "path": "ReplicationTasks[].Status", "expected": "deleting", "comparator": "anyStringEquals" } } } ], "minDelay": 15 } } } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTasksMessage": { "type": "structure", "members": { "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to replication tasks.

\n

Valid filter names: replication-task-arn | replication-task-id | migration-type |\n endpoint-arn | replication-instance-arn

" } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "WithoutSettings": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

An option to set to avoid returning information about settings. Use this to reduce\n overhead when setting information is too large. To use this option, choose\n true; otherwise, choose false (the default).

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeReplicationTasksResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "ReplicationTasks": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskList", "traits": { "smithy.api#documentation": "

A description of the replication tasks.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeSchemas": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeSchemasMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeSchemasResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns information about the schema for the specified endpoint.

\n\n

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeSchemasMessage": { "type": "structure", "members": { "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "smithy.api#required": {} } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 100.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeSchemasResponse": { "type": "structure", "members": { "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "Schemas": { "target": "com.amazonaws.databasemigrationservice#SchemaList", "traits": { "smithy.api#documentation": "

The described schema.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeTableStatistics": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#DescribeTableStatisticsMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#DescribeTableStatisticsResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Returns table statistics on the database migration task, including table name, rows\n inserted, rows updated, and rows deleted.

\n

Note that the \"last updated\" column the DMS console only indicates the time that AWS DMS\n last updated the table statistics record for a table. It does not indicate the time of the\n last update to the table.

", "smithy.api#paginated": { "inputToken": "Marker", "outputToken": "Marker", "pageSize": "MaxRecords" } } }, "com.amazonaws.databasemigrationservice#DescribeTableStatisticsMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task.

", "smithy.api#required": {} } }, "MaxRecords": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of records to include in the response. If more records exist than\n the specified MaxRecords value, a pagination token called a marker is included\n in the response so that the remaining results can be retrieved.

\n

Default: 100

\n

Constraints: Minimum 20, maximum 500.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } }, "Filters": { "target": "com.amazonaws.databasemigrationservice#FilterList", "traits": { "smithy.api#documentation": "

Filters applied to table statistics.

\n

Valid filter names: schema-name | table-name | table-state

\n

A combination of filters creates an AND condition where each record matches all\n specified filters.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DescribeTableStatisticsResponse": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task.

" } }, "TableStatistics": { "target": "com.amazonaws.databasemigrationservice#TableStatisticsList", "traits": { "smithy.api#documentation": "

The table statistics.

" } }, "Marker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional pagination token provided by a previous request. If this parameter is\n specified, the response includes only records beyond the marker, up to the value specified\n by MaxRecords.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#DmsSslModeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "none", "name": "NONE" }, { "value": "require", "name": "REQUIRE" }, { "value": "verify-ca", "name": "VERIFY_CA" }, { "value": "verify-full", "name": "VERIFY_FULL" } ] } }, "com.amazonaws.databasemigrationservice#DmsTransferSettings": { "type": "structure", "members": { "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The IAM role that has permission to access the Amazon S3 bucket.

" } }, "BucketName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the S3 bucket to use.

" } } }, "traits": { "smithy.api#documentation": "

The settings in JSON format for the DMS Transfer type source endpoint.

" } }, "com.amazonaws.databasemigrationservice#DocDbSettings": { "type": "structure", "members": { "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The user name you use to access the DocumentDB source endpoint.

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

The password for the user account you use to access the DocumentDB source endpoint.\n

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the server on the DocumentDB source endpoint.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The port value for the DocumentDB source endpoint.

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The database name on the DocumentDB source endpoint.

" } }, "NestingLevel": { "target": "com.amazonaws.databasemigrationservice#NestingLevelValue", "traits": { "smithy.api#documentation": "

Specifies either document or table mode.

\n

Default value is \"none\". Specify \"none\" to use document mode.\n Specify \"one\" to use table mode.

" } }, "ExtractDocId": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Specifies the document ID. Use this setting when NestingLevel is set to\n \"none\".

\n

Default value is \"false\".

" } }, "DocsToInvestigate": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Indicates the number of documents to preview to determine the document organization.\n Use this setting when NestingLevel is set to \"one\".

\n

Must be a positive value greater than 0. Default value is\n 1000.

" } }, "KmsKeyId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The AWS KMS key identifier that is used to encrypt the content on the replication\n instance. If you don't specify a value for the KmsKeyId parameter, then\n AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for\n your AWS account. Your AWS account has a different default encryption key for each AWS\n Region.

" } }, "SecretsManagerAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the\n trusted entity and grants the required permissions to access the value in\n SecretsManagerSecret. SecretsManagerSecret has the value of the AWS Secrets\n Manager secret that allows access to the DocumentDB endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerSecretId. Or you can specify\n clear-text values for UserName, Password,\n ServerName, and Port. You can't specify both. For more\n information on creating this SecretsManagerSecret and the\n SecretsManagerAccessRoleArn and SecretsManagerSecretId\n required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret\n that contains the DocumentDB endpoint connection details.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines a DocumentDB endpoint.

" } }, "com.amazonaws.databasemigrationservice#DynamoDbSettings": { "type": "structure", "members": { "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) used by the service access IAM role.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Provides the Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM)\n role used to define an Amazon DynamoDB target endpoint.

" } }, "com.amazonaws.databasemigrationservice#ElasticsearchSettings": { "type": "structure", "members": { "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) used by service to access the IAM role.

", "smithy.api#required": {} } }, "EndpointUri": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The endpoint for the Elasticsearch cluster. AWS DMS uses HTTPS if a transport \n protocol (http/https) is not specified.

", "smithy.api#required": {} } }, "FullLoadErrorPercentage": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum percentage of records that can fail to be written before a full load\n operation stops.

\n

To avoid early failure, this counter is only effective after 1000 records \n are transferred. Elasticsearch also has the concept of error monitoring during the \n last 10 minutes of an Observation Window. If transfer of all records fail in the \n last 10 minutes, the full load operation stops.

" } }, "ErrorRetryDuration": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum number of seconds for which DMS retries failed API requests to the\n Elasticsearch cluster.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines an Elasticsearch endpoint.

" } }, "com.amazonaws.databasemigrationservice#EncodingTypeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "plain", "name": "PLAIN" }, { "value": "plain-dictionary", "name": "PLAIN_DICTIONARY" }, { "value": "rle-dictionary", "name": "RLE_DICTIONARY" } ] } }, "com.amazonaws.databasemigrationservice#EncryptionModeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "sse-s3", "name": "SSE_S3" }, { "value": "sse-kms", "name": "SSE_KMS" } ] } }, "com.amazonaws.databasemigrationservice#Endpoint": { "type": "structure", "members": { "EndpointIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The database endpoint identifier. Identifiers must begin with a letter and must contain\n only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two\n consecutive hyphens.

" } }, "EndpointType": { "target": "com.amazonaws.databasemigrationservice#ReplicationEndpointTypeValue", "traits": { "smithy.api#documentation": "

The type of endpoint. Valid values are source and target.

" } }, "EngineName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The database engine name. Valid values, depending on the EndpointType, include\n \"mysql\", \"oracle\", \"postgres\",\n \"mariadb\", \"aurora\", \"aurora-postgresql\",\n \"redshift\", \"s3\", \"db2\", \"azuredb\",\n \"sybase\", \"dynamodb\", \"mongodb\",\n \"kinesis\", \"kafka\", \"elasticsearch\",\n \"documentdb\", \"sqlserver\", and \"neptune\".

" } }, "EngineDisplayName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The expanded name for the engine name. For example, if the EngineName\n parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

" } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The user name used to connect to the endpoint.

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the server at the endpoint.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The port value used to access the endpoint.

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the database at the endpoint.

" } }, "ExtraConnectionAttributes": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Additional connection attributes used to connect to the endpoint.

" } }, "Status": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The status of the endpoint.

" } }, "KmsKeyId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.

\n

If you don't specify a value for the KmsKeyId parameter, then\n AWS DMS uses your default encryption key.

\n

AWS KMS creates the default encryption key for your AWS account. Your AWS account has a\n different default encryption key for each AWS Region.

" } }, "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

" } }, "CertificateArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

" } }, "SslMode": { "target": "com.amazonaws.databasemigrationservice#DmsSslModeValue", "traits": { "smithy.api#documentation": "

The SSL mode used to connect to the endpoint. The default value is none.

" } }, "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) used by the service access IAM role.

" } }, "ExternalTableDefinition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The external table definition.

" } }, "ExternalId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Value returned by a call to CreateEndpoint that can be used for cross-account\n validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a\n cross-account.

" } }, "DynamoDbSettings": { "target": "com.amazonaws.databasemigrationservice#DynamoDbSettings", "traits": { "smithy.api#documentation": "

The settings for the DynamoDB target endpoint. For more information, see the\n DynamoDBSettings structure.

" } }, "S3Settings": { "target": "com.amazonaws.databasemigrationservice#S3Settings", "traits": { "smithy.api#documentation": "

The settings for the S3 target endpoint. For more information, see the\n S3Settings structure.

" } }, "DmsTransferSettings": { "target": "com.amazonaws.databasemigrationservice#DmsTransferSettings", "traits": { "smithy.api#documentation": "

The settings in JSON format for the DMS transfer type of source endpoint.

\n

Possible settings include the following:

\n \n

Shorthand syntax for these settings is as follows:\n ServiceAccessRoleArn=string,BucketName=string,CompressionType=string\n

\n

JSON syntax for these settings is as follows: { \"ServiceAccessRoleArn\":\n \"string\", \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } \n

" } }, "MongoDbSettings": { "target": "com.amazonaws.databasemigrationservice#MongoDbSettings", "traits": { "smithy.api#documentation": "

The settings for the MongoDB source endpoint. For more information, see the\n MongoDbSettings structure.

" } }, "KinesisSettings": { "target": "com.amazonaws.databasemigrationservice#KinesisSettings", "traits": { "smithy.api#documentation": "

The settings for the Amazon Kinesis target endpoint. For more information, see the\n KinesisSettings structure.

" } }, "KafkaSettings": { "target": "com.amazonaws.databasemigrationservice#KafkaSettings", "traits": { "smithy.api#documentation": "

The settings for the Apache Kafka target endpoint. For more information, see the\n KafkaSettings structure.

" } }, "ElasticsearchSettings": { "target": "com.amazonaws.databasemigrationservice#ElasticsearchSettings", "traits": { "smithy.api#documentation": "

The settings for the Elasticsearch source endpoint. For more information, see the\n ElasticsearchSettings structure.

" } }, "NeptuneSettings": { "target": "com.amazonaws.databasemigrationservice#NeptuneSettings", "traits": { "smithy.api#documentation": "

The settings for the Amazon Neptune target endpoint. For more information, see the\n NeptuneSettings structure.

" } }, "RedshiftSettings": { "target": "com.amazonaws.databasemigrationservice#RedshiftSettings", "traits": { "smithy.api#documentation": "

Settings for the Amazon Redshift endpoint.

" } }, "PostgreSQLSettings": { "target": "com.amazonaws.databasemigrationservice#PostgreSQLSettings", "traits": { "smithy.api#documentation": "

The settings for the PostgreSQL source and target endpoint. For more information, see\n the PostgreSQLSettings structure.

" } }, "MySQLSettings": { "target": "com.amazonaws.databasemigrationservice#MySQLSettings", "traits": { "smithy.api#documentation": "

The settings for the MySQL source and target endpoint. For more information, see the\n MySQLSettings structure.

" } }, "OracleSettings": { "target": "com.amazonaws.databasemigrationservice#OracleSettings", "traits": { "smithy.api#documentation": "

The settings for the Oracle source and target endpoint. For more information, see the\n OracleSettings structure.

" } }, "SybaseSettings": { "target": "com.amazonaws.databasemigrationservice#SybaseSettings", "traits": { "smithy.api#documentation": "

The settings for the SAP ASE source and target endpoint. For more information, see the\n SybaseSettings structure.

" } }, "MicrosoftSQLServerSettings": { "target": "com.amazonaws.databasemigrationservice#MicrosoftSQLServerSettings", "traits": { "smithy.api#documentation": "

The settings for the Microsoft SQL Server source and target endpoint. For more\n information, see the MicrosoftSQLServerSettings structure.

" } }, "IBMDb2Settings": { "target": "com.amazonaws.databasemigrationservice#IBMDb2Settings", "traits": { "smithy.api#documentation": "

The settings for the IBM Db2 LUW source endpoint. For more information, see the\n IBMDb2Settings structure.\n

" } }, "DocDbSettings": { "target": "com.amazonaws.databasemigrationservice#DocDbSettings" } }, "traits": { "smithy.api#documentation": "

Describes an endpoint of a database instance in response to operations such as the\n following:

\n " } }, "com.amazonaws.databasemigrationservice#EndpointList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#Endpoint", "traits": { "smithy.api#xmlName": "Endpoint" } } }, "com.amazonaws.databasemigrationservice#EndpointSetting": { "type": "structure", "members": { "Name": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name that you want to give the endpoint settings.

" } }, "Type": { "target": "com.amazonaws.databasemigrationservice#EndpointSettingTypeValue", "traits": { "smithy.api#documentation": "

The type of endpoint. Valid values are source and target.

" } }, "EnumValues": { "target": "com.amazonaws.databasemigrationservice#EndpointSettingEnumValues", "traits": { "smithy.api#documentation": "

Enumerated values to use for this endpoint.

" } }, "Sensitive": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that marks this endpoint setting as sensitive.

" } }, "Units": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The unit of measure for this endpoint setting.

" } }, "Applicability": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The relevance or validity of an endpoint setting for an engine name and its endpoint type.

" } }, "IntValueMin": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The minimum value of an endpoint setting that is of type int.

" } }, "IntValueMax": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum value of an endpoint setting that is of type int.

" } } }, "traits": { "smithy.api#documentation": "

Endpoint settings.

" } }, "com.amazonaws.databasemigrationservice#EndpointSettingEnumValues": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String" } }, "com.amazonaws.databasemigrationservice#EndpointSettingTypeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "string", "name": "STRING" }, { "value": "boolean", "name": "BOOLEAN" }, { "value": "integer", "name": "INTEGER" }, { "value": "enum", "name": "ENUM" } ] } }, "com.amazonaws.databasemigrationservice#EndpointSettingsList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#EndpointSetting" } }, "com.amazonaws.databasemigrationservice#Event": { "type": "structure", "members": { "SourceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The identifier of an event source.

" } }, "SourceType": { "target": "com.amazonaws.databasemigrationservice#SourceType", "traits": { "smithy.api#documentation": "

The type of AWS DMS resource that generates events.

\n

Valid values: replication-instance | endpoint | replication-task

" } }, "Message": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The event message.

" } }, "EventCategories": { "target": "com.amazonaws.databasemigrationservice#EventCategoriesList", "traits": { "smithy.api#documentation": "

The event categories available for the specified source type.

" } }, "Date": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date of the event.

" } } }, "traits": { "smithy.api#documentation": "

Describes an identifiable significant activity that affects a replication instance or\n task. This object can provide the message, the available event categories, the date and\n source of the event, and the AWS DMS resource type.

" } }, "com.amazonaws.databasemigrationservice#EventCategoriesList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#xmlName": "EventCategory" } } }, "com.amazonaws.databasemigrationservice#EventCategoryGroup": { "type": "structure", "members": { "SourceType": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of AWS DMS resource that generates events.

\n

Valid values: replication-instance | replication-server | security-group |\n replication-task

" } }, "EventCategories": { "target": "com.amazonaws.databasemigrationservice#EventCategoriesList", "traits": { "smithy.api#documentation": "

A list of event categories from a source type that you've chosen.

" } } }, "traits": { "smithy.api#documentation": "

Lists categories of events subscribed to, and generated by, the applicable AWS DMS\n resource type. This data type appears in response to the \n \n DescribeEventCategories\n \n action.

" } }, "com.amazonaws.databasemigrationservice#EventCategoryGroupList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#EventCategoryGroup", "traits": { "smithy.api#xmlName": "EventCategoryGroup" } } }, "com.amazonaws.databasemigrationservice#EventList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#Event", "traits": { "smithy.api#xmlName": "Event" } } }, "com.amazonaws.databasemigrationservice#EventSubscription": { "type": "structure", "members": { "CustomerAwsId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The AWS customer account associated with the AWS DMS event notification\n subscription.

" } }, "CustSubscriptionId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The AWS DMS event notification subscription Id.

" } }, "SnsTopicArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The topic ARN of the AWS DMS event notification subscription.

" } }, "Status": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The status of the AWS DMS event notification subscription.

\n

Constraints:

\n

Can be one of the following: creating | modifying | deleting | active | no-permission |\n topic-not-exist

\n

The status \"no-permission\" indicates that AWS DMS no longer has permission to post to\n the SNS topic. The status \"topic-not-exist\" indicates that the topic was deleted after the\n subscription was created.

" } }, "SubscriptionCreationTime": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The time the AWS DMS event notification subscription was created.

" } }, "SourceType": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of AWS DMS resource that generates events.

\n

Valid values: replication-instance | replication-server | security-group |\n replication-task

" } }, "SourceIdsList": { "target": "com.amazonaws.databasemigrationservice#SourceIdsList", "traits": { "smithy.api#documentation": "

A list of source Ids for the event subscription.

" } }, "EventCategoriesList": { "target": "com.amazonaws.databasemigrationservice#EventCategoriesList", "traits": { "smithy.api#documentation": "

A lists of event categories.

" } }, "Enabled": { "target": "com.amazonaws.databasemigrationservice#Boolean", "traits": { "smithy.api#documentation": "

Boolean value that indicates if the event subscription is enabled.

" } } }, "traits": { "smithy.api#documentation": "

Describes an event notification subscription created by the CreateEventSubscription\n operation.

" } }, "com.amazonaws.databasemigrationservice#EventSubscriptionsList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#EventSubscription", "traits": { "smithy.api#xmlName": "EventSubscription" } } }, "com.amazonaws.databasemigrationservice#ExceptionMessage": { "type": "string" }, "com.amazonaws.databasemigrationservice#ExcludeTestList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String" } }, "com.amazonaws.databasemigrationservice#Filter": { "type": "structure", "members": { "Name": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the filter as specified for a Describe* or similar\n operation.

", "smithy.api#required": {} } }, "Values": { "target": "com.amazonaws.databasemigrationservice#FilterValueList", "traits": { "smithy.api#documentation": "

The filter value, which can specify one or more values used to narrow the returned results.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Identifies the name and value of a filter object. This filter is used to limit the\n number and type of AWS DMS objects that are returned for a particular\n Describe* call or similar operation. Filters are used as an optional\n parameter for certain API operations.

" } }, "com.amazonaws.databasemigrationservice#FilterList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#Filter", "traits": { "smithy.api#xmlName": "Filter" } } }, "com.amazonaws.databasemigrationservice#FilterValueList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#xmlName": "Value" } } }, "com.amazonaws.databasemigrationservice#IBMDb2Settings": { "type": "structure", "members": { "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Database name for the endpoint.

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

Endpoint connection password.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Endpoint TCP port.

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Fully qualified domain name of the endpoint.

" } }, "SetDataCaptureChanges": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Enables ongoing replication (CDC) as a BOOLEAN value. The\n default is true.

" } }, "CurrentLsn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

For ongoing replication (CDC), use CurrentLSN to specify a\n log sequence number (LSN) where you want the replication\n to start.

" } }, "MaxKBytesPerRead": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Maximum number of bytes per read, as a NUMBER value.\n The default is 64 KB.

" } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Endpoint connection user name.

" } }, "SecretsManagerAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the\n trusted entity and grants the required permissions to access the value in\n SecretsManagerSecret. SecretsManagerSecret has the value of\n the AWS Secrets Manager secret that allows access to the Db2 LUW endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerSecretId. Or you can specify\n clear-text values for UserName, Password,\n ServerName, and Port. You can't specify both. For more\n information on creating this SecretsManagerSecret and the\n SecretsManagerAccessRoleArn and SecretsManagerSecretId\n required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Db2 LUW endpoint connection details.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines an IBM Db2 LUW endpoint.

" } }, "com.amazonaws.databasemigrationservice#ImportCertificate": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#ImportCertificateMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#ImportCertificateResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidCertificateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" } ], "traits": { "smithy.api#documentation": "

Uploads the specified certificate.

" } }, "com.amazonaws.databasemigrationservice#ImportCertificateMessage": { "type": "structure", "members": { "CertificateIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A customer-assigned name for the certificate. Identifiers must begin with a letter and\n must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or\n contain two consecutive hyphens.

", "smithy.api#required": {} } }, "CertificatePem": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

The contents of a .pem file, which contains an X.509 certificate.

" } }, "CertificateWallet": { "target": "com.amazonaws.databasemigrationservice#CertificateWallet", "traits": { "smithy.api#documentation": "

The location of an imported Oracle Wallet certificate for use with SSL.

" } }, "Tags": { "target": "com.amazonaws.databasemigrationservice#TagList", "traits": { "smithy.api#documentation": "

The tags associated with the certificate.

" } } } }, "com.amazonaws.databasemigrationservice#ImportCertificateResponse": { "type": "structure", "members": { "Certificate": { "target": "com.amazonaws.databasemigrationservice#Certificate", "traits": { "smithy.api#documentation": "

The certificate to be uploaded.

" } } } }, "com.amazonaws.databasemigrationservice#IncludeTestList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String" } }, "com.amazonaws.databasemigrationservice#IndividualAssessmentNameList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String" } }, "com.amazonaws.databasemigrationservice#InsufficientResourceCapacityFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

There are not enough resources allocated to the database migration.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#Integer": { "type": "integer" }, "com.amazonaws.databasemigrationservice#IntegerOptional": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.databasemigrationservice#InvalidCertificateFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The certificate was not valid.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#InvalidResourceStateFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The resource is in a state that prevents it from being used for database migration.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#InvalidSubnet": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The subnet provided is invalid.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#KMSAccessDeniedFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#KMSDisabledFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The specified master key (CMK) isn't enabled.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#KMSFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

An AWS Key Management Service (AWS KMS) error is preventing access to AWS KMS.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#KMSInvalidStateFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The state of the specified AWS KMS resource isn't valid for this request.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

AWS DMS cannot access the AWS KMS key.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#KMSNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

The specified AWS KMS entity or resource can't be found.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#KMSThrottlingFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

This request triggered AWS KMS request throttling.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#KafkaSecurityProtocol": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "plaintext", "name": "PLAINTEXT" }, { "value": "ssl-authentication", "name": "SSL_AUTHENTICATION" }, { "value": "ssl-encryption", "name": "SSL_ENCRYPTION" }, { "value": "sasl-ssl", "name": "SASL_SSL" } ] } }, "com.amazonaws.databasemigrationservice#KafkaSettings": { "type": "structure", "members": { "Broker": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A comma-separated list of one or more broker locations in your Kafka cluster that host your Kafka instance. Specify each broker location\n in the form \n broker-hostname-or-ip:port\n . For example, \"ec2-12-345-678-901.compute-1.amazonaws.com:2345\".\n For more information and examples of specifying a list of broker locations,\n see Using Apache Kafka as a target for AWS Database Migration Service\n in the AWS Data Migration Service User Guide.\n

" } }, "Topic": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The topic to which you migrate the data. If you don't specify a topic, AWS DMS\n specifies \"kafka-default-topic\" as the migration topic.

" } }, "MessageFormat": { "target": "com.amazonaws.databasemigrationservice#MessageFormatValue", "traits": { "smithy.api#documentation": "

The output format for the records created on the endpoint. The message format is\n JSON (default) or JSON_UNFORMATTED (a single line with no\n tab).

" } }, "IncludeTransactionDetails": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Provides detailed transaction information from the source database. This information\n includes a commit timestamp, a log position, and values for transaction_id,\n previous transaction_id, and transaction_record_id (the record\n offset within a transaction). The default is false.

" } }, "IncludePartitionValue": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Shows the partition value within the Kafka message output, unless the partition type is\n schema-table-type. The default is false.

" } }, "PartitionIncludeSchemaTable": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Prefixes schema and table names to partition values, when the partition type is\n primary-key-type. Doing this increases data distribution among Kafka\n partitions. For example, suppose that a SysBench schema has thousands of tables and each\n table has only limited range for a primary key. In this case, the same primary key is sent\n from thousands of tables to the same partition, which causes throttling. The default is\n false.

" } }, "IncludeTableAlterOperations": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Includes any data definition language (DDL) operations that change the table in the\n control data, such as rename-table, drop-table,\n add-column, drop-column, and rename-column. The\n default is false.

" } }, "IncludeControlDetails": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Shows detailed control information for table definition, column definition, and table\n and column changes in the Kafka message output. The default is false.

" } }, "MessageMaxBytes": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum size in bytes for records created on the endpoint The default is 1,000,000.

" } }, "IncludeNullAndEmpty": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Include NULL and empty columns for records migrated to the endpoint. The default is false.

" } }, "SecurityProtocol": { "target": "com.amazonaws.databasemigrationservice#KafkaSecurityProtocol", "traits": { "smithy.api#documentation": "

Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS). Options include \n ssl-encryption, ssl-authentication, and sasl-ssl. \n sasl-ssl requires SaslUsername and SaslPassword.

" } }, "SslClientCertificateArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.

" } }, "SslClientKeyArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the client private key used to securely connect to a Kafka target endpoint.

" } }, "SslClientKeyPassword": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

The password for the client private key used to securely connect to a Kafka target endpoint.

" } }, "SslCaCertificateArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the private Certification Authority (CA) cert that AWS DMS uses \n to securely connect to your Kafka target endpoint.

" } }, "SaslUsername": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The secure username you created when you first set up your MSK cluster to validate a client identity and \n make an encrypted connection between server and client using SASL-SSL authentication.

" } }, "SaslPassword": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

The secure password you created when you first set up your MSK cluster to validate a client identity and \n make an encrypted connection between server and client using SASL-SSL authentication.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that describes an Apache Kafka endpoint. This\n information includes the output format of records applied to the endpoint and details of\n transaction and control table data information.

" } }, "com.amazonaws.databasemigrationservice#KeyList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String" } }, "com.amazonaws.databasemigrationservice#KinesisSettings": { "type": "structure", "members": { "StreamArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

" } }, "MessageFormat": { "target": "com.amazonaws.databasemigrationservice#MessageFormatValue", "traits": { "smithy.api#documentation": "

The output format for the records created on the endpoint. The message format is\n JSON (default) or JSON_UNFORMATTED (a single line with no tab).

" } }, "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the AWS Identity and Access Management (IAM) role\n that AWS DMS uses to write to the Kinesis data stream.

" } }, "IncludeTransactionDetails": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Provides detailed transaction information from the source database. This information\n includes a commit timestamp, a log position, and values for transaction_id,\n previous transaction_id, and transaction_record_id (the record\n offset within a transaction). The default is false.

" } }, "IncludePartitionValue": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Shows the partition value within the Kinesis message output, unless the partition type\n is schema-table-type. The default is false.

" } }, "PartitionIncludeSchemaTable": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Prefixes schema and table names to partition values, when the partition type is\n primary-key-type. Doing this increases data distribution among Kinesis\n shards. For example, suppose that a SysBench schema has thousands of tables and each table\n has only limited range for a primary key. In this case, the same primary key is sent from\n thousands of tables to the same shard, which causes throttling. The default is false.

" } }, "IncludeTableAlterOperations": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Includes any data definition language (DDL) operations that change the table in the\n control data, such as rename-table, drop-table,\n add-column, drop-column, and rename-column. The\n default is false.

" } }, "IncludeControlDetails": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Shows detailed control information for table definition, column definition, and table\n and column changes in the Kinesis message output. The default is false.

" } }, "IncludeNullAndEmpty": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Include NULL and empty columns for records migrated to the endpoint. The default is false.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that describes an Amazon Kinesis Data Stream endpoint. This\n information includes the output format of records applied to the endpoint and details of\n transaction and control table data information.

" } }, "com.amazonaws.databasemigrationservice#ListTagsForResource": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#ListTagsForResourceMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#ListTagsForResourceResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Lists all metadata tags attached to an AWS DMS resource, including \n replication instance, endpoint, security group, and migration task. \n For more information, see \n Tag\n data type description.

" } }, "com.amazonaws.databasemigrationservice#ListTagsForResourceMessage": { "type": "structure", "members": { "ResourceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS\n resource.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ListTagsForResourceResponse": { "type": "structure", "members": { "TagList": { "target": "com.amazonaws.databasemigrationservice#TagList", "traits": { "smithy.api#documentation": "

A list of tags for the resource.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#Long": { "type": "long" }, "com.amazonaws.databasemigrationservice#MessageFormatValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "json", "name": "JSON" }, { "value": "json-unformatted", "name": "JSON_UNFORMATTED" } ] } }, "com.amazonaws.databasemigrationservice#MicrosoftSQLServerSettings": { "type": "structure", "members": { "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Endpoint TCP port.

" } }, "BcpPacketSize": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum size of the packets (in bytes) used to transfer\n data using BCP.

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Database name for the endpoint.

" } }, "ControlTablesFileGroup": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Specifies a file group for the AWS DMS internal tables. When the replication task\n starts, all the internal AWS DMS control tables (awsdms_ apply_exception, awsdms_apply,\n awsdms_changes) are created for the specified file group.

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

Endpoint connection password.

" } }, "QuerySingleAlwaysOnNode": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Cleans and recreates table metadata information on the replication instance when \n a mismatch occurs. An example is a situation where running an alter DDL statement on \n a table might result in different information about the table cached in the replication \n instance.

" } }, "ReadBackupOnly": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

When this attribute is set to Y, AWS DMS only reads changes\n from transaction log backups and doesn't read from the\n active transaction log file during ongoing replication. Setting\n this parameter to Y enables you to control active transaction\n log file growth during full load and ongoing replication\n tasks. However, it can add some source latency to ongoing\n replication.

" } }, "SafeguardPolicy": { "target": "com.amazonaws.databasemigrationservice#SafeguardPolicy", "traits": { "smithy.api#documentation": "

Use this attribute to minimize the need to access the\n backup log and enable AWS DMS to prevent truncation using one of the\n following two methods.

\n

\n Start transactions in the database: This is the default\n method. When this method is used, AWS DMS prevents\n TLOG truncation by mimicking a transaction in the database.\n As long as such a transaction is open, changes that appear\n after the transaction started aren't truncated. If you need\n Microsoft Replication to be enabled in your database, then\n you must choose this method.

\n

\n Exclusively use sp_repldone within a single task: When\n this method is used, AWS DMS reads the changes and then\n uses sp_repldone to mark the TLOG transactions as ready\n for truncation. Although this method doesn't involve any\n transactional activities, it can only be used when Microsoft\n Replication isn't running. Also, when using this method, only\n one AWS DMS task can access the database at any given\n time. Therefore, if you need to run parallel AWS DMS tasks\n against the same database, use the default method.

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Fully qualified domain name of the endpoint.

" } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Endpoint connection user name.

" } }, "UseBcpFullLoad": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Use this to attribute to transfer data for full-load operations\n using BCP. When the target table contains an identity\n column that does not exist in the source table, you must\n disable the use BCP for loading table option.

" } }, "UseThirdPartyBackupDevice": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

When this attribute is set to Y, DMS processes third-party \n transaction log backups if they are created in native format.

" } }, "SecretsManagerAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the\n trusted entity and grants the required permissions to access the value in\n SecretsManagerSecret. SecretsManagerSecret has the value of the AWS Secrets\n Manager secret that allows access to the SQL Server endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerSecretId. Or you can specify\n clear-text values for UserName, Password,\n ServerName, and Port. You can't specify both. For more\n information on creating this SecretsManagerSecret and the\n SecretsManagerAccessRoleArn and SecretsManagerSecretId\n required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SQL Server endpoint connection details.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines a Microsoft SQL Server endpoint.

" } }, "com.amazonaws.databasemigrationservice#MigrationTypeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "full-load", "name": "FULL_LOAD" }, { "value": "cdc", "name": "CDC" }, { "value": "full-load-and-cdc", "name": "FULL_LOAD_AND_CDC" } ] } }, "com.amazonaws.databasemigrationservice#ModifyEndpoint": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#ModifyEndpointMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#ModifyEndpointResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Modifies the specified endpoint.

" } }, "com.amazonaws.databasemigrationservice#ModifyEndpointMessage": { "type": "structure", "members": { "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "smithy.api#required": {} } }, "EndpointIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The database endpoint identifier. Identifiers must begin with a letter and must contain\n only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two\n consecutive hyphens.

" } }, "EndpointType": { "target": "com.amazonaws.databasemigrationservice#ReplicationEndpointTypeValue", "traits": { "smithy.api#documentation": "

The type of endpoint. Valid values are source and target.

" } }, "EngineName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of engine for the endpoint. Valid values, depending on the EndpointType,\n include\n \"mysql\", \"oracle\", \"postgres\",\n \"mariadb\", \"aurora\", \"aurora-postgresql\",\n \"redshift\", \"s3\", \"db2\", \"azuredb\",\n \"sybase\", \"dynamodb\", \"mongodb\",\n \"kinesis\", \"kafka\", \"elasticsearch\",\n \"documentdb\", \"sqlserver\", and \"neptune\".

" } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The user name to be used to login to the endpoint database.

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

The password to be used to login to the endpoint database.

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the server where the endpoint database resides.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The port used by the endpoint database.

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the endpoint database.

" } }, "ExtraConnectionAttributes": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Additional attributes associated with the connection. To reset this parameter, pass the\n empty string (\"\") as an argument.

" } }, "CertificateArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the certificate used for SSL connection.

" } }, "SslMode": { "target": "com.amazonaws.databasemigrationservice#DmsSslModeValue", "traits": { "smithy.api#documentation": "

The SSL mode used to connect to the endpoint. The default value is none.

" } }, "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) for the service access role you want to use to modify\n the endpoint.

" } }, "ExternalTableDefinition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The external table definition.

" } }, "DynamoDbSettings": { "target": "com.amazonaws.databasemigrationservice#DynamoDbSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Amazon DynamoDB endpoint. For information about other \n available settings, see Using Object Mapping to Migrate\n Data to DynamoDB in the AWS Database Migration Service User\n Guide.\n

" } }, "S3Settings": { "target": "com.amazonaws.databasemigrationservice#S3Settings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Amazon S3 endpoint. For more information about\n the available settings, see Extra\n Connection Attributes When Using Amazon S3 as a Target for AWS DMS in the\n AWS Database Migration Service User Guide.\n

" } }, "DmsTransferSettings": { "target": "com.amazonaws.databasemigrationservice#DmsTransferSettings", "traits": { "smithy.api#documentation": "

The settings in JSON format for the DMS transfer type of source endpoint.

\n

Attributes include the following:

\n \n

Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string\n ,BucketName=string,CompressionType=string\n

\n

JSON syntax for these settings is as follows: { \"ServiceAccessRoleArn\": \"string\",\n \"BucketName\": \"string\", \"CompressionType\": \"none\"|\"gzip\" } \n

" } }, "MongoDbSettings": { "target": "com.amazonaws.databasemigrationservice#MongoDbSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source MongoDB endpoint. For more information about the\n available settings, see the configuration properties section in Using MongoDB as a Target for AWS\n Database Migration Service in the AWS Database Migration Service User\n Guide.\n

" } }, "KinesisSettings": { "target": "com.amazonaws.databasemigrationservice#KinesisSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For\n more information about the available settings, see Using Amazon Kinesis Data Streams \n as a Target for AWS Database Migration Service in the AWS Database Migration Service User\n Guide.\n

" } }, "KafkaSettings": { "target": "com.amazonaws.databasemigrationservice#KafkaSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Apache Kafka endpoint. For more information about\n the available settings, see Using Apache Kafka as a Target for AWS\n Database Migration Service in the AWS Database Migration Service User\n Guide.\n

" } }, "ElasticsearchSettings": { "target": "com.amazonaws.databasemigrationservice#ElasticsearchSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Elasticsearch endpoint. For more information\n about the available settings, see Extra Connection Attributes When Using Elasticsearch as a Target for AWS DMS in\n the AWS Database Migration Service User Guide.\n

" } }, "NeptuneSettings": { "target": "com.amazonaws.databasemigrationservice#NeptuneSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the target Amazon Neptune endpoint. For more information\n about the available settings, see Specifying Endpoint Settings for Amazon Neptune as a Target \n in the AWS Database Migration Service User Guide.\n

" } }, "RedshiftSettings": { "target": "com.amazonaws.databasemigrationservice#RedshiftSettings" }, "PostgreSQLSettings": { "target": "com.amazonaws.databasemigrationservice#PostgreSQLSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target PostgreSQL endpoint. For information\n about other available settings, see Extra connection\n attributes when using PostgreSQL as a source for AWS DMS and \n Extra connection attributes when using PostgreSQL as a target for AWS DMS in the\n AWS Database Migration Service User Guide.\n

" } }, "MySQLSettings": { "target": "com.amazonaws.databasemigrationservice#MySQLSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target MySQL endpoint. For information about\n other available settings, see Extra connection\n attributes when using MySQL as a source for AWS DMS and Extra\n connection attributes when using a MySQL-compatible database as a target for AWS\n DMS in the AWS Database Migration Service User\n Guide.\n

" } }, "OracleSettings": { "target": "com.amazonaws.databasemigrationservice#OracleSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target Oracle endpoint. For information about\n other available settings, see Extra connection\n attributes when using Oracle as a source for AWS DMS and \n Extra connection attributes when using Oracle as a target for AWS DMS in the\n AWS Database Migration Service User Guide.\n

" } }, "SybaseSettings": { "target": "com.amazonaws.databasemigrationservice#SybaseSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target SAP ASE endpoint. For information\n about other available settings, see Extra connection attributes\n when using SAP ASE as a source for AWS DMS and Extra connection attributes\n when using SAP ASE as a target for AWS DMS in the AWS Database\n Migration Service User Guide.\n

" } }, "MicrosoftSQLServerSettings": { "target": "com.amazonaws.databasemigrationservice#MicrosoftSQLServerSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source and target Microsoft SQL Server endpoint. For\n information about other available settings, see Extra connection\n attributes when using SQL Server as a source for AWS DMS and \n Extra connection attributes when using SQL Server as a target for AWS DMS in the\n AWS Database Migration Service User Guide.\n

" } }, "IBMDb2Settings": { "target": "com.amazonaws.databasemigrationservice#IBMDb2Settings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source IBM Db2 LUW endpoint. For information about other\n available settings, see Extra connection attributes\n when using Db2 LUW as a source for AWS DMS in the AWS Database\n Migration Service User Guide.\n

" } }, "DocDbSettings": { "target": "com.amazonaws.databasemigrationservice#DocDbSettings", "traits": { "smithy.api#documentation": "

Settings in JSON format for the source DocumentDB endpoint. For more information about the\n available settings, see the configuration properties section in Using DocumentDB as a Target for AWS\n Database Migration Service in the AWS Database Migration Service User\n Guide.\n

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ModifyEndpointResponse": { "type": "structure", "members": { "Endpoint": { "target": "com.amazonaws.databasemigrationservice#Endpoint", "traits": { "smithy.api#documentation": "

The modified endpoint.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ModifyEventSubscription": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#ModifyEventSubscriptionMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#ModifyEventSubscriptionResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#KMSAccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSDisabledFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSInvalidStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSThrottlingFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" }, { "target": "com.amazonaws.databasemigrationservice#SNSInvalidTopicFault" }, { "target": "com.amazonaws.databasemigrationservice#SNSNoAuthorizationFault" } ], "traits": { "smithy.api#documentation": "

Modifies an existing AWS DMS event notification subscription.

" } }, "com.amazonaws.databasemigrationservice#ModifyEventSubscriptionMessage": { "type": "structure", "members": { "SubscriptionName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the AWS DMS event notification subscription to be modified.

", "smithy.api#required": {} } }, "SnsTopicArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.\n The ARN is created by Amazon SNS when you create a topic and subscribe to it.

" } }, "SourceType": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of AWS DMS resource that generates the events you want to subscribe to.

\n

Valid values: replication-instance | replication-task

" } }, "EventCategories": { "target": "com.amazonaws.databasemigrationservice#EventCategoriesList", "traits": { "smithy.api#documentation": "

A list of event categories for a source type that you want to subscribe to. Use the\n DescribeEventCategories action to see a list of event categories.

" } }, "Enabled": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A Boolean value; set to true to activate the\n subscription.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ModifyEventSubscriptionResponse": { "type": "structure", "members": { "EventSubscription": { "target": "com.amazonaws.databasemigrationservice#EventSubscription", "traits": { "smithy.api#documentation": "

The modified event subscription.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ModifyReplicationInstance": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#ModifyReplicationInstanceMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#ModifyReplicationInstanceResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InsufficientResourceCapacityFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#StorageQuotaExceededFault" }, { "target": "com.amazonaws.databasemigrationservice#UpgradeDependencyFailureFault" } ], "traits": { "smithy.api#documentation": "

Modifies the replication instance to apply new settings. You can change one or more\n parameters by specifying these parameters and the new values in the request.

\n

Some settings are applied during the maintenance window.

\n\n

" } }, "com.amazonaws.databasemigrationservice#ModifyReplicationInstanceMessage": { "type": "structure", "members": { "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

", "smithy.api#required": {} } }, "AllocatedStorage": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The amount of storage (in gigabytes) to be allocated for the replication\n instance.

" } }, "ApplyImmediately": { "target": "com.amazonaws.databasemigrationservice#Boolean", "traits": { "smithy.api#documentation": "

Indicates whether the changes should be applied immediately or during the next\n maintenance window.

" } }, "ReplicationInstanceClass": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The compute and memory capacity of the replication instance as defined for the specified\n replication instance class. For example to specify the instance class dms.c4.large, set this parameter to \"dms.c4.large\".

\n

For more information on the settings and capacities for the available replication instance classes, see \n \n Selecting the right AWS DMS replication instance for your migration.\n

" } }, "VpcSecurityGroupIds": { "target": "com.amazonaws.databasemigrationservice#VpcSecurityGroupIdList", "traits": { "smithy.api#documentation": "

Specifies the VPC security group to be used with the replication instance. The VPC\n security group must work with the VPC containing the replication instance.

" } }, "PreferredMaintenanceWindow": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The weekly time range (in UTC) during which system maintenance can occur, which might\n result in an outage. Changing this parameter does not result in an outage, except in the\n following situation, and the change is asynchronously applied as soon as possible. If\n moving this window to the current time, there must be at least 30 minutes between the\n current time and end of the window to ensure pending changes are applied.

\n

Default: Uses existing setting

\n

Format: ddd:hh24:mi-ddd:hh24:mi

\n

Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun

\n

Constraints: Must be at least 30 minutes

" } }, "MultiAZ": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the\n AvailabilityZone parameter if the Multi-AZ parameter is set to\n true.

" } }, "EngineVersion": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The engine version number of the replication instance.

\n

When modifying a major engine version of an instance, also set \n AllowMajorVersionUpgrade to true.

" } }, "AllowMajorVersionUpgrade": { "target": "com.amazonaws.databasemigrationservice#Boolean", "traits": { "smithy.api#documentation": "

Indicates that major version upgrades are allowed. Changing this parameter does not\n result in an outage, and the change is asynchronously applied as soon as possible.

\n

This parameter must be set to true when specifying a value for the\n EngineVersion parameter that is a different major version than the\n replication instance's current version.

" } }, "AutoMinorVersionUpgrade": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that indicates that minor version upgrades are applied automatically to the\n replication instance during the maintenance window. Changing this parameter doesn't result\n in an outage, except in the case described following. The change is asynchronously applied\n as soon as possible.

\n

An outage does result if these factors apply:

\n " } }, "ReplicationInstanceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The replication instance identifier. This parameter is stored as a lowercase\n string.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ModifyReplicationInstanceResponse": { "type": "structure", "members": { "ReplicationInstance": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstance", "traits": { "smithy.api#documentation": "

The modified replication instance.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ModifyReplicationSubnetGroup": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#ModifyReplicationSubnetGroupMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#ModifyReplicationSubnetGroupResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidSubnet" }, { "target": "com.amazonaws.databasemigrationservice#ReplicationSubnetGroupDoesNotCoverEnoughAZs" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" }, { "target": "com.amazonaws.databasemigrationservice#SubnetAlreadyInUse" } ], "traits": { "smithy.api#documentation": "

Modifies the settings for the specified replication subnet group.

" } }, "com.amazonaws.databasemigrationservice#ModifyReplicationSubnetGroupMessage": { "type": "structure", "members": { "ReplicationSubnetGroupIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the replication instance subnet group.

", "smithy.api#required": {} } }, "ReplicationSubnetGroupDescription": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A description for the replication instance subnet group.

" } }, "SubnetIds": { "target": "com.amazonaws.databasemigrationservice#SubnetIdentifierList", "traits": { "smithy.api#documentation": "

A list of subnet IDs.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ModifyReplicationSubnetGroupResponse": { "type": "structure", "members": { "ReplicationSubnetGroup": { "target": "com.amazonaws.databasemigrationservice#ReplicationSubnetGroup", "traits": { "smithy.api#documentation": "

The modified replication subnet group.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ModifyReplicationTask": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#ModifyReplicationTaskMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#ModifyReplicationTaskResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Modifies the specified replication task.

\n

You can't modify the task endpoints. The task must be stopped before you can modify it.

\n

For more information about AWS DMS tasks, see Working with Migration Tasks in the\n AWS Database Migration Service User Guide.

" } }, "com.amazonaws.databasemigrationservice#ModifyReplicationTaskMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task.

", "smithy.api#required": {} } }, "ReplicationTaskIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The replication task identifier.

\n

Constraints:

\n " } }, "MigrationType": { "target": "com.amazonaws.databasemigrationservice#MigrationTypeValue", "traits": { "smithy.api#documentation": "

The migration type. Valid values: full-load | cdc | full-load-and-cdc\n

" } }, "TableMappings": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

When using the AWS CLI or boto3, provide the path of the JSON file that contains the\n table mappings. Precede the path with file://. For example, \n --table-mappings file://mappingfile.json. When working with the DMS API, \n provide the JSON as the parameter value. \n

" } }, "ReplicationTaskSettings": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

JSON file that contains settings for the task, such as task metadata settings.

" } }, "CdcStartTime": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

Indicates the start time for a change data capture (CDC) operation. Use either\n CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start.\n Specifying both values results in an error.

\n

Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

" } }, "CdcStartPosition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates when you want a change data capture (CDC) operation to start. Use either\n CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.\n Specifying both values results in an error.

\n

The value can be in date, checkpoint, or LSN/SCN format.

\n

Date Example: --cdc-start-position “2018-03-08T12:12:12”

\n

Checkpoint Example: --cdc-start-position\n \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

\n

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

\n \n

When you use this task setting with a source PostgreSQL database, a logical\n replication slot should already be created and associated with the source endpoint. You\n can verify this by setting the slotName extra connection attribute to the\n name of this logical replication slot. For more information, see Extra Connection Attributes When Using PostgreSQL as a Source\n for AWS DMS.

\n
" } }, "CdcStopPosition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates when you want a change data capture (CDC) operation to stop. The value can be\n either server time or commit time.

\n

Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”

\n

Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “

" } }, "TaskData": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Supplemental information that the task requires to migrate the data for certain source and target endpoints. \n For more information, see Specifying Supplemental Data for Task Settings in the\n AWS Database Migration Service User Guide.\n

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ModifyReplicationTaskResponse": { "type": "structure", "members": { "ReplicationTask": { "target": "com.amazonaws.databasemigrationservice#ReplicationTask", "traits": { "smithy.api#documentation": "

The replication task that was modified.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#MongoDbSettings": { "type": "structure", "members": { "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The user name you use to access the MongoDB source endpoint.

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

The password for the user account you use to access the MongoDB source endpoint.\n

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the server on the MongoDB source endpoint.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The port value for the MongoDB source endpoint.

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The database name on the MongoDB source endpoint.

" } }, "AuthType": { "target": "com.amazonaws.databasemigrationservice#AuthTypeValue", "traits": { "smithy.api#documentation": "

The authentication type you use to access the MongoDB source endpoint.

\n

When when set to \"no\", user name and password parameters are not used and\n can be empty.

" } }, "AuthMechanism": { "target": "com.amazonaws.databasemigrationservice#AuthMechanismValue", "traits": { "smithy.api#documentation": "

The authentication mechanism you use to access the MongoDB source endpoint.

\n

For the default value, in MongoDB version 2.x, \"default\" is\n \"mongodb_cr\". For MongoDB version 3.x or later, \"default\" is\n \"scram_sha_1\". This setting isn't used when AuthType is\n set to \"no\".

" } }, "NestingLevel": { "target": "com.amazonaws.databasemigrationservice#NestingLevelValue", "traits": { "smithy.api#documentation": "

Specifies either document or table mode.

\n

Default value is \"none\". Specify \"none\" to use document mode.\n Specify \"one\" to use table mode.

" } }, "ExtractDocId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Specifies the document ID. Use this setting when NestingLevel is set to\n \"none\".

\n

Default value is \"false\".

" } }, "DocsToInvestigate": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates the number of documents to preview to determine the document organization.\n Use this setting when NestingLevel is set to \"one\".

\n

Must be a positive value greater than 0. Default value is\n 1000.

" } }, "AuthSource": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The MongoDB database name. This setting isn't used when AuthType is\n set to \"no\".

\n

The default is \"admin\".

" } }, "KmsKeyId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The AWS KMS key identifier that is used to encrypt the content on the replication\n instance. If you don't specify a value for the KmsKeyId parameter, then\n AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for\n your AWS account. Your AWS account has a different default encryption key for each AWS\n Region.

" } }, "SecretsManagerAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the\n trusted entity and grants the required permissions to access the value in\n SecretsManagerSecret. SecretsManagerSecret has the value of the AWS Secrets\n Manager secret that allows access to the MongoDB endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerSecretId. Or you can specify\n clear-text values for UserName, Password,\n ServerName, and Port. You can't specify both. For more\n information on creating this SecretsManagerSecret and the\n SecretsManagerAccessRoleArn and SecretsManagerSecretId\n required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the MongoDB endpoint connection details.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines a MongoDB endpoint.

" } }, "com.amazonaws.databasemigrationservice#MoveReplicationTask": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#MoveReplicationTaskMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#MoveReplicationTaskResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Moves a replication task from its current replication instance to a different target\n replication instance using the specified parameters. The target replication instance must\n be created with the same or later AWS DMS version as the current replication\n instance.

" } }, "com.amazonaws.databasemigrationservice#MoveReplicationTaskMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the task that you want to move.

", "smithy.api#required": {} } }, "TargetReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The ARN of the replication instance where you want to move the task to.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#MoveReplicationTaskResponse": { "type": "structure", "members": { "ReplicationTask": { "target": "com.amazonaws.databasemigrationservice#ReplicationTask", "traits": { "smithy.api#documentation": "

The replication task that was moved.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#MySQLSettings": { "type": "structure", "members": { "AfterConnectScript": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Specifies a script to run immediately after AWS DMS\n connects to the endpoint. The migration task continues\n running regardless if the SQL statement succeeds or fails.

" } }, "CleanSourceMetadataOnMismatch": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Adjusts the behavior of DMS when migrating from an SQL Server source database \n that is hosted as part of an Always On availability group cluster. If you need DMS to poll \n all the nodes in the Always On cluster for transaction backups, set this attribute to \n false.

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Database name for the endpoint.

" } }, "EventsPollInterval": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies how often to check the binary log for new\n changes/events when the database is idle.

\n

Example: eventsPollInterval=5;\n

\n

In the example, AWS DMS checks for changes in the binary\n logs every five seconds.

" } }, "TargetDbType": { "target": "com.amazonaws.databasemigrationservice#TargetDbType", "traits": { "smithy.api#documentation": "

Specifies where to migrate source tables on the target, either\n to a single database or multiple databases.

\n

Example: targetDbType=MULTIPLE_DATABASES\n

" } }, "MaxFileSize": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the maximum size (in KB) of any .csv file used to\n transfer data to a MySQL-compatible database.

\n

Example: maxFileSize=512\n

" } }, "ParallelLoadThreads": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Improves performance when loading data into the MySQL-compatible target database.\n Specifies how many threads to use to load the data into the MySQL-compatible target\n database. Setting a large number of threads can have an adverse effect on database\n performance, because a separate connection is required for each thread.

\n

Example: parallelLoadThreads=1\n

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

Endpoint connection password.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Endpoint TCP port.

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Fully qualified domain name of the endpoint.

" } }, "ServerTimezone": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Specifies the time zone for the source MySQL database.

\n

Example: serverTimezone=US/Pacific;\n

\n

Note: Do not enclose time zones in single quotes.

" } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Endpoint connection user name.

" } }, "SecretsManagerAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the\n trusted entity and grants the required permissions to access the value in\n SecretsManagerSecret. SecretsManagerSecret has the value of the AWS Secrets\n Manager secret that allows access to the MySQL endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerSecretId. Or you can specify\n clear-text values for UserName, Password,\n ServerName, and Port. You can't specify both. For more\n information on creating this SecretsManagerSecret and the\n SecretsManagerAccessRoleArn and SecretsManagerSecretId\n required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the MySQL endpoint connection details.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines a MySQL endpoint.

" } }, "com.amazonaws.databasemigrationservice#NeptuneSettings": { "type": "structure", "members": { "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the service role that you created for the Neptune\n target endpoint.\n For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the AWS Database Migration Service User\n Guide. \n

" } }, "S3BucketName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated graph data\n in .csv files before bulk-loading it to the Neptune target database. AWS DMS maps the SQL\n source data to graph data before storing it in these .csv files.

", "smithy.api#required": {} } }, "S3BucketFolder": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A folder path where you want AWS DMS to store migrated graph data in the S3 bucket\n specified by S3BucketName\n

", "smithy.api#required": {} } }, "ErrorRetryDuration": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The number of milliseconds for AWS DMS to wait to retry a bulk-load of migrated graph\n data to the Neptune target database before raising an error. The default is 250.

" } }, "MaxFileSize": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum size in kilobytes of migrated graph data stored in a .csv file before AWS\n DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the\n bulk load is successful, AWS DMS clears the bucket, ready to store the next batch of\n migrated graph data.

" } }, "MaxRetryCount": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The number of times for AWS DMS to retry a bulk load of migrated graph data to the\n Neptune target database before raising an error. The default is 5.

" } }, "IamAuthEnabled": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

If you want AWS Identity and Access Management (IAM) authorization enabled for this\n endpoint, set this parameter to true. Then attach the appropriate IAM policy\n document to your service role specified by ServiceAccessRoleArn. The default\n is false.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines an Amazon Neptune endpoint.

" } }, "com.amazonaws.databasemigrationservice#NestingLevelValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "none", "name": "NONE" }, { "value": "one", "name": "ONE" } ] } }, "com.amazonaws.databasemigrationservice#OracleSettings": { "type": "structure", "members": { "AddSupplementalLogging": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Set this attribute to set up table-level supplemental logging\n for the Oracle database. This attribute enables PRIMARY KEY\n supplemental logging on all tables selected for a migration\n task.

\n

If you use this option, you still need to enable\n database-level supplemental logging.

" } }, "ArchivedLogDestId": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the destination of the archived redo logs. The\n value should be the same as the DEST_ID number in the\n v$archived_log table. When working with multiple log\n destinations (DEST_ID), we recommend that you to specify\n an archived redo logs location identifier. Doing this improves\n performance by ensuring that the correct logs are accessed\n from the outset.

" } }, "AdditionalArchivedLogDestId": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Set this attribute with archivedLogDestId in a primary/\n standby setup. This attribute is useful in the case of a\n switchover. In this case, AWS DMS needs to know which\n destination to get archive redo logs from to read changes.\n This need arises because the previous primary instance is\n now a standby instance after switchover.

" } }, "AllowSelectNestedTables": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Set this attribute to true to enable replication of Oracle\n tables containing columns that are nested tables or defined\n types.

" } }, "ParallelAsmReadThreads": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Set this attribute to change the number of threads that\n DMS configures to perform a Change Data Capture (CDC)\n load using Oracle Automatic Storage Management (ASM).\n You can specify an integer value between 2 (the default)\n and 8 (the maximum). Use this attribute together with the\n readAheadBlocks attribute.

" } }, "ReadAheadBlocks": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Set this attribute to change the number of read-ahead\n blocks that DMS configures to perform a Change Data\n Capture (CDC) load using Oracle Automatic Storage\n Management (ASM). You can specify an integer value\n between 1000 (the default) and 200,000 (the maximum).

" } }, "AccessAlternateDirectly": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Set this attribute to false in order to use the Binary Reader\n to capture change data for an Amazon RDS for Oracle as the\n source. This tells the DMS instance to not access redo logs\n through any specified path prefix replacement using direct\n file access.

" } }, "UseAlternateFolderForOnline": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Set this attribute to true in order to use the Binary Reader\n to capture change data for an Amazon RDS for Oracle as\n the source. This tells the DMS instance to use any specified\n prefix replacement to access all online redo logs.

" } }, "OraclePathPrefix": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Set this string attribute to the required value in order to use\n the Binary Reader to capture change data for an Amazon\n RDS for Oracle as the source. This value specifies the\n default Oracle root used to access the redo logs.

" } }, "UsePathPrefix": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Set this string attribute to the required value in order to use\n the Binary Reader to capture change data for an Amazon\n RDS for Oracle as the source. This value specifies the path\n prefix used to replace the default Oracle root to access the\n redo logs.

" } }, "ReplacePathPrefix": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Set this attribute to true in order to use the Binary Reader\n to capture change data for an Amazon RDS for Oracle as the\n source. This setting tells DMS instance to replace the default\n Oracle root with the specified usePathPrefix setting to\n access the redo logs.

" } }, "EnableHomogenousTablespace": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Set this attribute to enable homogenous tablespace\n replication and create existing tables or indexes under the\n same tablespace on the target.

" } }, "DirectPathNoLog": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

When set to true, this attribute helps to increase the\n commit rate on the Oracle target database by writing\n directly to tables and not writing a trail to database logs.

" } }, "ArchivedLogsOnly": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

When this field is set to Y, AWS DMS only accesses the\n archived redo logs. If the archived redo logs are stored on\n Oracle ASM only, the AWS DMS user account needs to be\n granted ASM privileges.

" } }, "AsmPassword": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM) password.\n You can set this value from the \n asm_user_password\n value.\n You set this value as part of the comma-separated value that you set to the\n Password request parameter when you create the endpoint to access\n transaction logs using Binary Reader. For more information, see Configuration for change data capture (CDC) on an Oracle source\n database.

" } }, "AsmServer": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

For an Oracle source endpoint, your ASM server address. You can set this value from the\n asm_server value. You set asm_server as part of the extra\n connection attribute string to access an Oracle server with Binary Reader that uses ASM.\n For more information, see Configuration for change data capture (CDC) on an Oracle source\n database.

" } }, "AsmUser": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

For an Oracle source endpoint, your ASM user name. You can set this value from the\n asm_user value. You set asm_user as part of the extra\n connection attribute string to access an Oracle server with Binary Reader that uses ASM.\n For more information, see Configuration for change data capture (CDC) on an Oracle source\n database.

" } }, "CharLengthSemantics": { "target": "com.amazonaws.databasemigrationservice#CharLengthSemantics", "traits": { "smithy.api#documentation": "

Specifies whether the length of a character column is in\n bytes or in characters. To indicate that the character column\n length is in characters, set this attribute to CHAR. Otherwise,\n the character column length is in bytes.

\n

Example: charLengthSemantics=CHAR;\n

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Database name for the endpoint.

" } }, "DirectPathParallelLoad": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

When set to true, this attribute specifies a parallel load\n when useDirectPathFullLoad is set to Y. This attribute\n also only applies when you use the AWS DMS parallel load\n feature. Note that the target table cannot have any constraints or indexes.

" } }, "FailTasksOnLobTruncation": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

When set to true, this attribute causes a task to fail if the\n actual size of an LOB column is greater than the specified\n LobMaxSize.

\n

If a task is set to limited LOB mode and this option is set to\n true, the task fails instead of truncating the LOB data.

" } }, "NumberDatatypeScale": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the number scale. You can select a scale up to 38,\n or you can select FLOAT. By default, the NUMBER data type\n is converted to precision 38, scale 10.

\n

Example: numberDataTypeScale=12\n

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

Endpoint connection password.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Endpoint TCP port.

" } }, "ReadTableSpaceName": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

When set to true, this attribute supports tablespace\n replication.

" } }, "RetryInterval": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the number of seconds that the system waits\n before resending a query.

\n

Example: retryInterval=6;\n

" } }, "SecurityDbEncryption": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

For an Oracle source endpoint, the transparent data encryption (TDE) password required\n by AWM DMS to access Oracle redo logs encrypted by TDE using Binary Reader. It is also the\n \n TDE_Password\n part of the comma-separated value you\n set to the Password request parameter when you create the endpoint. The\n SecurityDbEncryptian setting is related to this\n SecurityDbEncryptionName setting. For more information, see Supported encryption methods for using Oracle as a source for AWS\n DMS in the AWS Database Migration Service User Guide.

" } }, "SecurityDbEncryptionName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

For an Oracle source endpoint, the name of a key used for the transparent data\n encryption (TDE) of the columns and tablespaces in an Oracle source database that is\n encrypted using TDE. The key value is the value of the SecurityDbEncryption\n setting. For more information on setting the key name value of\n SecurityDbEncryptionName, see the information and example for setting the\n securityDbEncryptionName extra connection attribute in Supported encryption methods for using Oracle as a source for AWS\n DMS in the AWS Database Migration Service User\n Guide.

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Fully qualified domain name of the endpoint.

" } }, "SpatialDataOptionToGeoJsonFunctionName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Use this attribute to convert SDO_GEOMETRY to \n GEOJSON format. By default, DMS calls the \n SDO2GEOJSON custom function if present and accessible. \n Or you can create your own custom function that mimics the operation of \n SDOGEOJSON and set \n SpatialDataOptionToGeoJsonFunctionName to call it instead.

" } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Endpoint connection user name.

" } }, "SecretsManagerAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the\n trusted entity and grants the required permissions to access the value in\n SecretsManagerSecret. SecretsManagerSecret has the value of the AWS Secrets\n Manager secret that allows access to the Oracle endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerSecretId. Or you can specify\n clear-text values for UserName, Password,\n ServerName, and Port. You can't specify both. For more\n information on creating this SecretsManagerSecret and the\n SecretsManagerAccessRoleArn and SecretsManagerSecretId\n required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Oracle endpoint connection details.

" } }, "SecretsManagerOracleAsmAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN\n of the IAM role that specifies AWS DMS as the trusted entity and grants the required\n permissions to access the SecretsManagerOracleAsmSecret. This\n SecretsManagerOracleAsmSecret has the secret value that allows access to\n the Oracle ASM of the endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerOracleAsmSecretId. Or you can\n specify clear-text values for AsmUserName, AsmPassword, and\n AsmServerName. You can't specify both. For more information on\n creating this SecretsManagerOracleAsmSecret and the\n SecretsManagerOracleAsmAccessRoleArn and\n SecretsManagerOracleAsmSecretId required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerOracleAsmSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret \n that contains the Oracle ASM connection details for the Oracle endpoint.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines an Oracle endpoint.

" } }, "com.amazonaws.databasemigrationservice#OrderableReplicationInstance": { "type": "structure", "members": { "EngineVersion": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The version of the replication engine.

" } }, "ReplicationInstanceClass": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The compute and memory capacity of the replication instance as defined for the specified\n replication instance class. For example to specify the instance class dms.c4.large, set this parameter to \"dms.c4.large\".

\n

For more information on the settings and capacities for the available replication instance classes, see \n \n Selecting the right AWS DMS replication instance for your migration.\n

" } }, "StorageType": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of storage used by the replication instance.

" } }, "MinAllocatedStorage": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The minimum amount of storage (in gigabytes) that can be allocated for the replication\n instance.

" } }, "MaxAllocatedStorage": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The minimum amount of storage (in gigabytes) that can be allocated for the replication\n instance.

" } }, "DefaultAllocatedStorage": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The default amount of storage (in gigabytes) that is allocated for the replication\n instance.

" } }, "IncludedAllocatedStorage": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The amount of storage (in gigabytes) that is allocated for the replication\n instance.

" } }, "AvailabilityZones": { "target": "com.amazonaws.databasemigrationservice#AvailabilityZonesList", "traits": { "smithy.api#documentation": "

List of Availability Zones for this replication instance.

" } }, "ReleaseStatus": { "target": "com.amazonaws.databasemigrationservice#ReleaseStatusValues", "traits": { "smithy.api#documentation": "

The value returned when the specified EngineVersion of the replication \n instance is in Beta or test mode. This indicates some features might not work as expected.

\n \n

AWS DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.

\n
" } } }, "traits": { "smithy.api#documentation": "

In response to the DescribeOrderableReplicationInstances operation, this\n object describes an available replication instance. This description includes the\n replication instance's type, engine version, and allocated storage.

" } }, "com.amazonaws.databasemigrationservice#OrderableReplicationInstanceList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#OrderableReplicationInstance", "traits": { "smithy.api#xmlName": "OrderableReplicationInstance" } } }, "com.amazonaws.databasemigrationservice#ParquetVersionValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "parquet-1-0", "name": "PARQUET_1_0" }, { "value": "parquet-2-0", "name": "PARQUET_2_0" } ] } }, "com.amazonaws.databasemigrationservice#PendingMaintenanceAction": { "type": "structure", "members": { "Action": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of pending maintenance action that is available for the resource.

" } }, "AutoAppliedAfterDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date of the maintenance window when the action is to be applied. The maintenance\n action is applied to the resource during its first maintenance window after this date. If\n this date is specified, any next-maintenance opt-in requests are\n ignored.

" } }, "ForcedApplyDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date when the maintenance action will be automatically applied. The maintenance\n action is applied to the resource on this date regardless of the maintenance window for the\n resource. If this date is specified, any immediate opt-in requests are\n ignored.

" } }, "OptInStatus": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The type of opt-in request that has been received for the resource.

" } }, "CurrentApplyDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The effective date when the pending maintenance action will be applied to the resource.\n This date takes into account opt-in requests received from the\n ApplyPendingMaintenanceAction API operation, and also the\n AutoAppliedAfterDate and ForcedApplyDate parameter values.\n This value is blank if an opt-in request has not been received and nothing has been\n specified for AutoAppliedAfterDate or ForcedApplyDate.

" } }, "Description": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A description providing more detail about the maintenance action.

" } } }, "traits": { "smithy.api#documentation": "

Describes a maintenance action pending for an AWS DMS resource, including when and how\n it will be applied. This data type is a response element to the\n DescribePendingMaintenanceActions operation.

" } }, "com.amazonaws.databasemigrationservice#PendingMaintenanceActionDetails": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#PendingMaintenanceAction", "traits": { "smithy.api#xmlName": "PendingMaintenanceAction" } } }, "com.amazonaws.databasemigrationservice#PendingMaintenanceActions": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#ResourcePendingMaintenanceActions", "traits": { "smithy.api#xmlName": "ResourcePendingMaintenanceActions" } } }, "com.amazonaws.databasemigrationservice#PostgreSQLSettings": { "type": "structure", "members": { "AfterConnectScript": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

For use with change data capture (CDC) only, this attribute\n has AWS DMS bypass foreign keys and user triggers to\n reduce the time it takes to bulk load data.

\n

Example: afterConnectScript=SET\n session_replication_role='replica'\n

" } }, "CaptureDdls": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

To capture DDL events, AWS DMS creates various artifacts in\n the PostgreSQL database when the task starts. You can later\n remove these artifacts.

\n

If this value is set to N, you don't have to create tables or\n triggers on the source database.

" } }, "MaxFileSize": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Specifies the maximum size (in KB) of any .csv file used to\n transfer data to PostgreSQL.

\n

Example: maxFileSize=512\n

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Database name for the endpoint.

" } }, "DdlArtifactsSchema": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The schema in which the operational DDL database artifacts\n are created.

\n

Example: ddlArtifactsSchema=xyzddlschema;\n

" } }, "ExecuteTimeout": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Sets the client statement timeout for the PostgreSQL\n instance, in seconds. The default value is 60 seconds.

\n

Example: executeTimeout=100;\n

" } }, "FailTasksOnLobTruncation": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

When set to true, this value causes a task to fail if the\n actual size of a LOB column is greater than the specified\n LobMaxSize.

\n

If task is set to Limited LOB mode and this option is set to\n true, the task fails instead of truncating the LOB data.

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

Endpoint connection password.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Endpoint TCP port.

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Fully qualified domain name of the endpoint.

" } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Endpoint connection user name.

" } }, "SlotName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Sets the name of a previously created logical replication slot\n for a CDC load of the PostgreSQL source instance.

\n

When used with the AWS DMS API CdcStartPosition\n request parameter, this attribute also enables using native\n CDC start points.

" } }, "SecretsManagerAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the\n trusted entity and grants the required permissions to access the value in\n SecretsManagerSecret. SecretsManagerSecret has the value of the AWS Secrets\n Manager secret that allows access to the PostgreSQL endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerSecretId. Or you can specify\n clear-text values for UserName, Password,\n ServerName, and Port. You can't specify both. For more\n information on creating this SecretsManagerSecret and the\n SecretsManagerAccessRoleArn and SecretsManagerSecretId\n required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the PostgreSQL endpoint connection details.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines a PostgreSQL endpoint.

" } }, "com.amazonaws.databasemigrationservice#RebootReplicationInstance": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#RebootReplicationInstanceMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#RebootReplicationInstanceResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Reboots a replication instance. Rebooting results in a momentary outage, until the\n replication instance becomes available again.

" } }, "com.amazonaws.databasemigrationservice#RebootReplicationInstanceMessage": { "type": "structure", "members": { "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

", "smithy.api#required": {} } }, "ForceFailover": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

If this parameter is true, the reboot is conducted through a Multi-AZ\n failover. (If the instance isn't configured for Multi-AZ, then you can't specify\n true.)

" } } } }, "com.amazonaws.databasemigrationservice#RebootReplicationInstanceResponse": { "type": "structure", "members": { "ReplicationInstance": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstance", "traits": { "smithy.api#documentation": "

The replication instance that is being rebooted.

" } } } }, "com.amazonaws.databasemigrationservice#RedshiftSettings": { "type": "structure", "members": { "AcceptAnyDate": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that indicates to allow any date format, including invalid formats such as\n 00/00/00 00:00:00, to be loaded without generating an error. You can choose\n true or false (the default).

\n

This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE with\n the DATEFORMAT parameter. If the date format for the data doesn't match the DATEFORMAT\n specification, Amazon Redshift inserts a NULL value into that field.

" } }, "AfterConnectScript": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Code to run after connecting. This parameter should contain the code itself, not the\n name of a file containing the code.

" } }, "BucketFolder": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An S3 folder where the comma-separated-value (.csv) files are stored before being \n uploaded to the target Redshift cluster.

\n

For full load mode, AWS DMS converts source records into .csv files and loads them to\n the BucketFolder/TableID path. AWS DMS uses the Redshift\n COPY command to upload the .csv files to the target table. The files are\n deleted once the COPY operation has finished. For more information, see COPY in the\n Amazon Redshift Database Developer Guide.

\n

For change-data-capture (CDC) mode, AWS DMS creates a NetChanges table, \n and loads the .csv files to this BucketFolder/NetChangesTableID path.

" } }, "BucketName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the intermediate S3 bucket used to store .csv files before uploading data to Redshift.

" } }, "CaseSensitiveNames": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

If Amazon Redshift is configured to support case sensitive schema names, set\n CaseSensitiveNames to true. The default is\n false.

" } }, "CompUpdate": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

If you set CompUpdate to true Amazon Redshift applies\n automatic compression if the table is empty. This applies even if the table columns already\n have encodings other than RAW. If you set CompUpdate to\n false, automatic compression is disabled and existing column encodings\n aren't changed. The default is true.

" } }, "ConnectionTimeout": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

A value that sets the amount of time to wait (in milliseconds) before timing out,\n beginning from when you initially establish a connection.

" } }, "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the Amazon Redshift data warehouse (service) that you are working\n with.

" } }, "DateFormat": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The date format that you are using. Valid values are auto (case-sensitive),\n your date format string enclosed in quotes, or NULL. If this parameter is left unset\n (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most\n strings, even some that aren't supported when you use a date format string.

\n

If your date and time values use formats different from each other, set this to\n auto.

" } }, "EmptyAsNull": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as\n NULL. A value of true sets empty CHAR and VARCHAR fields to null. The default\n is false.

" } }, "EncryptionMode": { "target": "com.amazonaws.databasemigrationservice#EncryptionModeValue", "traits": { "smithy.api#documentation": "

The type of server-side encryption that you want to use for your data. This encryption\n type is part of the endpoint settings or the extra connections attributes for Amazon S3.\n You can choose either SSE_S3 (the default) or SSE_KMS.

\n \n

For the ModifyEndpoint operation, you can change the existing value of the\n EncryptionMode parameter from SSE_KMS to\n SSE_S3. But you can’t change the existing value from SSE_S3\n to SSE_KMS.

\n
\n

To use SSE_S3, create an AWS Identity and Access Management (IAM) role with\n a policy that allows \"arn:aws:s3:::*\" to use the following actions:\n \"s3:PutObject\", \"s3:ListBucket\"\n

" } }, "ExplicitIds": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

This setting is only valid for a full-load migration task. Set ExplicitIds\n to true to have tables with IDENTITY columns override their\n auto-generated values with explicit values loaded from the source data files used to\n populate the tables. The default is false.

" } }, "FileTransferUploadStreams": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The number of threads used to upload a single file. This parameter accepts a value from\n 1 through 64. It defaults to 10.

\n

The number of parallel streams used to upload a single .csv file to an S3 bucket using\n S3 Multipart Upload. For more information, see Multipart upload\n overview.

\n

\n FileTransferUploadStreams accepts a value from 1 through 64. It\n defaults to 10.

" } }, "LoadTimeout": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The amount of time to wait (in milliseconds) before timing out of operations performed \n by AWS DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.

" } }, "MaxFileSize": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum size (in KB) of any .csv file used to load data on an S3 bucket and transfer \n data to Amazon Redshift. It defaults to 1048576KB (1 GB).

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

The password for the user named in the username property.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The port number for Amazon Redshift. The default value is 5439.

" } }, "RemoveQuotes": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that specifies to remove surrounding quotation marks from strings in the\n incoming data. All characters within the quotation marks, including delimiters, are\n retained. Choose true to remove quotation marks. The default is\n false.

" } }, "ReplaceInvalidChars": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A list of characters that you want to replace. Use with\n ReplaceChars.

" } }, "ReplaceChars": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A value that specifies to replaces the invalid characters specified in\n ReplaceInvalidChars, substituting the specified characters instead. The\n default is \"?\".

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the Amazon Redshift cluster you are using.

" } }, "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift\n service.

" } }, "ServerSideEncryptionKmsKeyId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode,\n provide this key ID. The key that you use needs an attached policy that enables IAM user\n permissions and allows use of the key.

" } }, "TimeFormat": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The time format that you want to use. Valid values are auto\n (case-sensitive), 'timeformat_string', 'epochsecs', or\n 'epochmillisecs'. It defaults to 10. Using auto recognizes\n most strings, even some that aren't supported when you use a time format string.

\n

If your date and time values use formats different from each other, set this parameter\n to auto.

" } }, "TrimBlanks": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that specifies to remove the trailing white space characters from a VARCHAR\n string. This parameter applies only to columns with a VARCHAR data type. Choose\n true to remove unneeded white space. The default is\n false.

" } }, "TruncateColumns": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that specifies to truncate data in columns to the appropriate number of\n characters, so that the data fits in the column. This parameter applies only to columns\n with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less. Choose\n true to truncate data. The default is false.

" } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An Amazon Redshift user name for a registered user.

" } }, "WriteBufferSize": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The size (in KB) of the in-memory file write buffer used when generating .csv files \n on the local disk at the DMS replication instance. The default value is 1000 \n (buffer size is 1000KB).

" } }, "SecretsManagerAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the\n trusted entity and grants the required permissions to access the value in\n SecretsManagerSecret. SecretsManagerSecret has the value of the AWS Secrets\n Manager secret that allows access to the Amazon Redshift endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerSecretId. Or you can specify\n clear-text values for UserName, Password,\n ServerName, and Port. You can't specify both. For more\n information on creating this SecretsManagerSecret and the\n SecretsManagerAccessRoleArn and SecretsManagerSecretId\n required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Amazon Redshift endpoint connection details.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines an Amazon Redshift endpoint.

" } }, "com.amazonaws.databasemigrationservice#RefreshSchemas": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#RefreshSchemasMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#RefreshSchemasResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" } ], "traits": { "smithy.api#documentation": "

Populates the schema for the specified endpoint. This is an asynchronous operation and\n can take several minutes. You can check the status of this operation by calling the\n DescribeRefreshSchemasStatus operation.

" } }, "com.amazonaws.databasemigrationservice#RefreshSchemasMessage": { "type": "structure", "members": { "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "smithy.api#required": {} } }, "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#RefreshSchemasResponse": { "type": "structure", "members": { "RefreshSchemasStatus": { "target": "com.amazonaws.databasemigrationservice#RefreshSchemasStatus", "traits": { "smithy.api#documentation": "

The status of the refreshed schema.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#RefreshSchemasStatus": { "type": "structure", "members": { "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

" } }, "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

" } }, "Status": { "target": "com.amazonaws.databasemigrationservice#RefreshSchemasStatusTypeValue", "traits": { "smithy.api#documentation": "

The status of the schema.

" } }, "LastRefreshDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date the schema was last refreshed.

" } }, "LastFailureMessage": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The last failure message for the schema.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that describes status of a schema at an endpoint specified by the\n DescribeRefreshSchemaStatus operation.

" } }, "com.amazonaws.databasemigrationservice#RefreshSchemasStatusTypeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "successful", "name": "SUCCESSFUL" }, { "value": "failed", "name": "FAILED" }, { "value": "refreshing", "name": "REFRESHING" } ] } }, "com.amazonaws.databasemigrationservice#ReleaseStatusValues": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "beta", "name": "BETA" } ] } }, "com.amazonaws.databasemigrationservice#ReloadOptionValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "data-reload", "name": "DATA_RELOAD" }, { "value": "validate-only", "name": "VALIDATE_ONLY" } ] } }, "com.amazonaws.databasemigrationservice#ReloadTables": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#ReloadTablesMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#ReloadTablesResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Reloads the target database table with the source data.

" } }, "com.amazonaws.databasemigrationservice#ReloadTablesMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task.

", "smithy.api#required": {} } }, "TablesToReload": { "target": "com.amazonaws.databasemigrationservice#TableListToReload", "traits": { "smithy.api#documentation": "

The name and schema of the table to be reloaded.

", "smithy.api#required": {} } }, "ReloadOption": { "target": "com.amazonaws.databasemigrationservice#ReloadOptionValue", "traits": { "smithy.api#documentation": "

Options for reload. Specify data-reload to reload the data and re-validate\n it if validation is enabled. Specify validate-only to re-validate the table.\n This option applies only when validation is enabled for the task.

\n

Valid values: data-reload, validate-only

\n

Default value is data-reload.

" } } } }, "com.amazonaws.databasemigrationservice#ReloadTablesResponse": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task.

" } } } }, "com.amazonaws.databasemigrationservice#RemoveTagsFromResource": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#RemoveTagsFromResourceMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#RemoveTagsFromResourceResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Removes metadata tags from an AWS DMS resource, including replication instance, \n endpoint, security group, and migration task. For more information, see \n \n Tag\n \n data type description.

" } }, "com.amazonaws.databasemigrationservice#RemoveTagsFromResourceMessage": { "type": "structure", "members": { "ResourceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

", "smithy.api#required": {} } }, "TagKeys": { "target": "com.amazonaws.databasemigrationservice#KeyList", "traits": { "smithy.api#documentation": "

The tag key (name) of the tag to be removed.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Removes one or more tags from an AWS DMS resource.

" } }, "com.amazonaws.databasemigrationservice#RemoveTagsFromResourceResponse": { "type": "structure", "members": {}, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#ReplicationEndpointTypeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "source", "name": "SOURCE" }, { "value": "target", "name": "TARGET" } ] } }, "com.amazonaws.databasemigrationservice#ReplicationInstance": { "type": "structure", "members": { "ReplicationInstanceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The replication instance identifier is a required parameter. This parameter is stored as\n a lowercase string.

\n

Constraints:

\n \n

Example: myrepinstance\n

" } }, "ReplicationInstanceClass": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The compute and memory capacity of the replication instance as defined for the specified\n replication instance class. It is a required parameter, although a defualt value is\n pre-selected in the DMS console.

\n

For more information on the settings and capacities for the available replication instance classes, see \n \n Selecting the right AWS DMS replication instance for your migration.\n

" } }, "ReplicationInstanceStatus": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The status of the replication instance. The possible return values include:

\n \n " } }, "AllocatedStorage": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The amount of storage (in gigabytes) that is allocated for the replication\n instance.

" } }, "InstanceCreateTime": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The time the replication instance was created.

" } }, "VpcSecurityGroups": { "target": "com.amazonaws.databasemigrationservice#VpcSecurityGroupMembershipList", "traits": { "smithy.api#documentation": "

The VPC security group for the instance.

" } }, "AvailabilityZone": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Availability Zone for the instance.

" } }, "ReplicationSubnetGroup": { "target": "com.amazonaws.databasemigrationservice#ReplicationSubnetGroup", "traits": { "smithy.api#documentation": "

The subnet group for the replication instance.

" } }, "PreferredMaintenanceWindow": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The maintenance window times for the replication instance. Any pending upgrades to the\n replication instance are performed during this time.

" } }, "PendingModifiedValues": { "target": "com.amazonaws.databasemigrationservice#ReplicationPendingModifiedValues", "traits": { "smithy.api#documentation": "

The pending modification values.

" } }, "MultiAZ": { "target": "com.amazonaws.databasemigrationservice#Boolean", "traits": { "smithy.api#documentation": "

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the\n AvailabilityZone parameter if the Multi-AZ parameter is set to\n true.

" } }, "EngineVersion": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The engine version number of the replication instance.

\n

If an engine version number is not specified when a replication \n instance is created, the default is the latest engine version available.

\n

When modifying a major engine version of an instance, also set \n AllowMajorVersionUpgrade to true.

" } }, "AutoMinorVersionUpgrade": { "target": "com.amazonaws.databasemigrationservice#Boolean", "traits": { "smithy.api#documentation": "

Boolean value indicating if minor version upgrades will be automatically applied to the\n instance.

" } }, "KmsKeyId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An AWS KMS key identifier that is used to encrypt the data on the replication\n instance.

\n

If you don't specify a value for the KmsKeyId parameter, then\n AWS DMS uses your default encryption key.

\n

AWS KMS creates the default encryption key for your AWS account. Your AWS account has a\n different default encryption key for each AWS Region.

" } }, "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

" } }, "ReplicationInstancePublicIpAddress": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#deprecated": {}, "smithy.api#documentation": "

The public IP address of the replication instance.

" } }, "ReplicationInstancePrivateIpAddress": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#deprecated": {}, "smithy.api#documentation": "

The private IP address of the replication instance.

" } }, "ReplicationInstancePublicIpAddresses": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstancePublicIpAddressList", "traits": { "smithy.api#documentation": "

One or more public IP addresses for the replication instance.

" } }, "ReplicationInstancePrivateIpAddresses": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstancePrivateIpAddressList", "traits": { "smithy.api#documentation": "

One or more private IP addresses for the replication instance.

" } }, "PubliclyAccessible": { "target": "com.amazonaws.databasemigrationservice#Boolean", "traits": { "smithy.api#documentation": "

Specifies the accessibility options for the replication instance. A value of\n true represents an instance with a public IP address. A value of\n false represents an instance with a private IP address. The default value\n is true.

" } }, "SecondaryAvailabilityZone": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Availability Zone of the standby replication instance in a Multi-AZ\n deployment.

" } }, "FreeUntil": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The expiration date of the free replication instance that is part of the Free DMS\n program.

" } }, "DnsNameServers": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The DNS name servers supported for the replication instance to access your on-premise source or target database.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines a replication instance.

" } }, "com.amazonaws.databasemigrationservice#ReplicationInstanceList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstance", "traits": { "smithy.api#xmlName": "ReplicationInstance" } } }, "com.amazonaws.databasemigrationservice#ReplicationInstancePrivateIpAddressList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String" } }, "com.amazonaws.databasemigrationservice#ReplicationInstancePublicIpAddressList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String" } }, "com.amazonaws.databasemigrationservice#ReplicationInstanceTaskLog": { "type": "structure", "members": { "ReplicationTaskName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the replication task.

" } }, "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task.

" } }, "ReplicationInstanceTaskLogSize": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The size, in bytes, of the replication task log.

" } } }, "traits": { "smithy.api#documentation": "

Contains metadata for a replication instance task log.

" } }, "com.amazonaws.databasemigrationservice#ReplicationInstanceTaskLogsList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#ReplicationInstanceTaskLog" } }, "com.amazonaws.databasemigrationservice#ReplicationPendingModifiedValues": { "type": "structure", "members": { "ReplicationInstanceClass": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The compute and memory capacity of the replication instance as defined for the specified\n replication instance class.

\n

For more information on the settings and capacities for the available replication instance classes, see \n \n Selecting the right AWS DMS replication instance for your migration.\n

" } }, "AllocatedStorage": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The amount of storage (in gigabytes) that is allocated for the replication\n instance.

" } }, "MultiAZ": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the\n AvailabilityZone parameter if the Multi-AZ parameter is set to\n true.

" } }, "EngineVersion": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The engine version number of the replication instance.

" } } }, "traits": { "smithy.api#documentation": "

Provides information about the values of pending modifications to a replication\n instance. This data type is an object of the\n \n ReplicationInstance\n user-defined\n data type.

" } }, "com.amazonaws.databasemigrationservice#ReplicationSubnetGroup": { "type": "structure", "members": { "ReplicationSubnetGroupIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The identifier of the replication instance subnet group.

" } }, "ReplicationSubnetGroupDescription": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A description for the replication subnet group.

" } }, "VpcId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The ID of the VPC.

" } }, "SubnetGroupStatus": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The status of the subnet group.

" } }, "Subnets": { "target": "com.amazonaws.databasemigrationservice#SubnetList", "traits": { "smithy.api#documentation": "

The subnets that are in the subnet group.

" } } }, "traits": { "smithy.api#documentation": "

Describes a subnet group in response to a request by the\n DescribeReplicationSubnetGroups operation.

" } }, "com.amazonaws.databasemigrationservice#ReplicationSubnetGroupDoesNotCoverEnoughAZs": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#ReplicationSubnetGroups": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#ReplicationSubnetGroup", "traits": { "smithy.api#xmlName": "ReplicationSubnetGroup" } } }, "com.amazonaws.databasemigrationservice#ReplicationTask": { "type": "structure", "members": { "ReplicationTaskIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The user-assigned replication task identifier or name.

\n

Constraints:

\n " } }, "SourceEndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) that uniquely identifies the endpoint.

" } }, "TargetEndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The ARN that uniquely identifies the endpoint.

" } }, "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The ARN of the replication instance.

" } }, "MigrationType": { "target": "com.amazonaws.databasemigrationservice#MigrationTypeValue", "traits": { "smithy.api#documentation": "

The type of migration.

" } }, "TableMappings": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Table mappings specified in the task.

" } }, "ReplicationTaskSettings": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The settings for the replication task.

" } }, "Status": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The status of the replication task. This response parameter can return one of\n the following values:

\n " } }, "LastFailureMessage": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The last error (failure) message generated for the replication task.

" } }, "StopReason": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The reason the replication task was stopped. This response parameter can return one of\n the following values:

\n " } }, "ReplicationTaskCreationDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date the replication task was created.

" } }, "ReplicationTaskStartDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date the replication task is scheduled to start.

" } }, "CdcStartPosition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates when you want a change data capture (CDC) operation to start. Use either\n CdcStartPosition or CdcStartTime to specify when you want the CDC operation to start.\n Specifying both values results in an error.

\n

The value can be in date, checkpoint, or LSN/SCN format.

\n

Date Example: --cdc-start-position “2018-03-08T12:12:12”

\n

Checkpoint Example: --cdc-start-position\n \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

\n

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

" } }, "CdcStopPosition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates when you want a change data capture (CDC) operation to stop. The value can be\n either server time or commit time.

\n

Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”

\n

Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “

" } }, "RecoveryCheckpoint": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates the last checkpoint that occurred during a change data capture (CDC)\n operation. You can provide this value to the CdcStartPosition parameter to\n start a CDC operation that begins at that checkpoint.

" } }, "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task.

" } }, "ReplicationTaskStats": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskStats", "traits": { "smithy.api#documentation": "

The statistics for the task, including elapsed time, tables loaded, and table\n errors.

" } }, "TaskData": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Supplemental information that the task requires to migrate the data for certain source and target endpoints. \n For more information, see Specifying Supplemental Data for Task Settings in the\n AWS Database Migration Service User Guide.\n

" } }, "TargetReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The ARN of the replication instance to which this task is moved in response to running\n the \n MoveReplicationTask\n operation. Otherwise, this response\n parameter isn't a member of the ReplicationTask object.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that describes a replication task created by the\n CreateReplicationTask operation.

" } }, "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentResult": { "type": "structure", "members": { "ReplicationTaskIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The replication task identifier of the task on which the task assessment was run.\n

" } }, "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task.

" } }, "ReplicationTaskLastAssessmentDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date the task assessment was completed.

" } }, "AssessmentStatus": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The status of the task assessment.

" } }, "AssessmentResultsFile": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The file containing the results of the task assessment.

" } }, "AssessmentResults": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The task assessment results in JSON format.

" } }, "S3ObjectUrl": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The URL of the S3 object containing the task assessment results.

" } } }, "traits": { "smithy.api#documentation": "

The task assessment report in JSON format.

" } }, "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentResultList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentResult", "traits": { "smithy.api#xmlName": "ReplicationTaskAssessmentResult" } } }, "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRun": { "type": "structure", "members": { "ReplicationTaskAssessmentRunArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Amazon Resource Name (ARN) of this assessment run.

" } }, "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

ARN of the migration task associated with this premigration\n assessment run.

" } }, "Status": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Assessment run status.

\n

This status can have one of the following values:

\n " } }, "ReplicationTaskAssessmentRunCreationDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

Date on which the assessment run was created using the\n StartReplicationTaskAssessmentRun operation.

" } }, "AssessmentProgress": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRunProgress", "traits": { "smithy.api#documentation": "

Indication of the completion progress for the individual assessments specified to\n run.

" } }, "LastFailureMessage": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Last message generated by an individual assessment failure.

" } }, "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

ARN of the service role used to start the assessment run using the\n StartReplicationTaskAssessmentRun operation.

" } }, "ResultLocationBucket": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Amazon S3 bucket where AWS DMS stores the results of this assessment run.

" } }, "ResultLocationFolder": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Folder in an Amazon S3 bucket where AWS DMS stores the results of this assessment\n run.

" } }, "ResultEncryptionMode": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Encryption mode used to encrypt the assessment run results.

" } }, "ResultKmsKeyArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

ARN of the AWS KMS encryption key used to encrypt the assessment run results.

" } }, "AssessmentRunName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Unique name of the assessment run.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that describes a premigration assessment run that you have started\n using the StartReplicationTaskAssessmentRun operation.

\n

Some of the information appears based on other operations that can return the\n ReplicationTaskAssessmentRun object.

" } }, "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRunList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRun" } }, "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRunProgress": { "type": "structure", "members": { "IndividualAssessmentCount": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The number of individual assessments that are specified to run.

" } }, "IndividualAssessmentCompletedCount": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The number of individual assessments that have completed, successfully or not.

" } } }, "traits": { "smithy.api#documentation": "

The progress values reported by the AssessmentProgress response\n element.

" } }, "com.amazonaws.databasemigrationservice#ReplicationTaskIndividualAssessment": { "type": "structure", "members": { "ReplicationTaskIndividualAssessmentArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Amazon Resource Name (ARN) of this individual assessment.

" } }, "ReplicationTaskAssessmentRunArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

ARN of the premigration assessment run that is created to run this individual\n assessment.

" } }, "IndividualAssessmentName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Name of this individual assessment.

" } }, "Status": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Individual assessment status.

\n

This status can have one of the following values:

\n " } }, "ReplicationTaskIndividualAssessmentStartDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

Date when this individual assessment was started as part of running the\n StartReplicationTaskAssessmentRun operation.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that describes an individual assessment from a premigration\n assessment run.

" } }, "com.amazonaws.databasemigrationservice#ReplicationTaskIndividualAssessmentList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskIndividualAssessment" } }, "com.amazonaws.databasemigrationservice#ReplicationTaskList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#ReplicationTask", "traits": { "smithy.api#xmlName": "ReplicationTask" } } }, "com.amazonaws.databasemigrationservice#ReplicationTaskStats": { "type": "structure", "members": { "FullLoadProgressPercent": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The percent complete for the full load migration task.

" } }, "ElapsedTimeMillis": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The elapsed time of the task, in milliseconds.

" } }, "TablesLoaded": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The number of tables loaded for this task.

" } }, "TablesLoading": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The number of tables currently loading for this task.

" } }, "TablesQueued": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The number of tables queued for this task.

" } }, "TablesErrored": { "target": "com.amazonaws.databasemigrationservice#Integer", "traits": { "smithy.api#documentation": "

The number of errors that have occurred during this task.

" } }, "FreshStartDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date the replication task was started either with a fresh start or a target reload.

" } }, "StartDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date the replication task was started either with a fresh start or a resume. For more information, see \n StartReplicationTaskType.

" } }, "StopDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date the replication task was stopped.

" } }, "FullLoadStartDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date the replication task full load was started.

" } }, "FullLoadFinishDate": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The date the replication task full load was completed.

" } } }, "traits": { "smithy.api#documentation": "

In response to a request by the DescribeReplicationTasks operation, this object provides\n a collection of statistics about a replication task.

" } }, "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } }, "resourceArn": { "target": "com.amazonaws.databasemigrationservice#ResourceArn" } }, "traits": { "smithy.api#documentation": "

The resource you are attempting to create already exists.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#ResourceArn": { "type": "string" }, "com.amazonaws.databasemigrationservice#ResourceNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The resource could not be found.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#ResourcePendingMaintenanceActions": { "type": "structure", "members": { "ResourceIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action\n applies to. For information about creating an ARN, see Constructing an Amazon\n Resource Name (ARN) for AWS DMS in the DMS documentation.

" } }, "PendingMaintenanceActionDetails": { "target": "com.amazonaws.databasemigrationservice#PendingMaintenanceActionDetails", "traits": { "smithy.api#documentation": "

Detailed information about the pending maintenance action.

" } } }, "traits": { "smithy.api#documentation": "

Identifies an AWS DMS resource and any pending actions for it.

" } }, "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The quota for this resource quota has been exceeded.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#S3AccessDeniedFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

Insufficient privileges are preventing access to an Amazon S3 object.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#S3ResourceNotFoundFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage" } }, "traits": { "smithy.api#documentation": "

A specified Amazon S3 bucket, bucket folder, or other object can't be\n found.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#S3Settings": { "type": "structure", "members": { "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) used by the service access IAM role. It is a required\n parameter that enables DMS to write and read objects from an S3 bucket.

" } }, "ExternalTableDefinition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Specifies how tables are defined in the S3 source files only.

" } }, "CsvRowDelimiter": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The delimiter used to separate rows in the .csv file for both source and target. The default is a carriage\n return (\\n).

" } }, "CsvDelimiter": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The delimiter used to separate columns in the .csv file for both source and target. The default is a comma.\n

" } }, "BucketFolder": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

An optional parameter to set a folder name in the S3 bucket. If provided, tables are\n created in the path\n \n bucketFolder/schema_name/table_name/.\n If this parameter isn't specified, then the path used is\n \n schema_name/table_name/.

" } }, "BucketName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the S3 bucket.

" } }, "CompressionType": { "target": "com.amazonaws.databasemigrationservice#CompressionTypeValue", "traits": { "smithy.api#documentation": "

An optional parameter to use GZIP to compress the target files. Set to GZIP to compress\n the target files. Either set this parameter to NONE (the default) or don't use it to leave the files uncompressed.\n This parameter applies to both .csv and .parquet file formats.

" } }, "EncryptionMode": { "target": "com.amazonaws.databasemigrationservice#EncryptionModeValue", "traits": { "smithy.api#documentation": "

The type of server-side encryption that you want to use for your data. This encryption\n type is part of the endpoint settings or the extra connections attributes for Amazon S3.\n You can choose either SSE_S3 (the default) or SSE_KMS.

\n \n

For the ModifyEndpoint operation, you can change the existing value of\n the EncryptionMode parameter from SSE_KMS to\n SSE_S3. But you can’t change the existing value from SSE_S3\n to SSE_KMS.

\n
\n

To use SSE_S3, you need an AWS Identity and Access Management (IAM) role\n with permission to allow \"arn:aws:s3:::dms-*\" to use the following\n actions:

\n " } }, "ServerSideEncryptionKmsKeyId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

If you are using SSE_KMS for the EncryptionMode, provide the\n AWS KMS key ID. The key that you use needs an attached policy that enables AWS Identity and\n Access Management (IAM) user permissions and allows use of the key.

\n

Here is a CLI example: aws dms create-endpoint --endpoint-identifier\n value --endpoint-type target --engine-name s3 --s3-settings\n ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value\n \n

" } }, "DataFormat": { "target": "com.amazonaws.databasemigrationservice#DataFormatValue", "traits": { "smithy.api#documentation": "

The format of the data that you want to use for output. You can choose one of the\n following:

\n " } }, "EncodingType": { "target": "com.amazonaws.databasemigrationservice#EncodingTypeValue", "traits": { "smithy.api#documentation": "

The type of encoding you are using:

\n " } }, "DictPageSizeLimit": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The maximum size of an encoded dictionary page of a column. If the dictionary page\n exceeds this, this column is stored using an encoding type of PLAIN. This\n parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a dictionary page\n before it reverts to PLAIN encoding. This size is used for\n .parquet file format only.

" } }, "RowGroupLength": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The number of rows in a row group. A smaller row group size provides faster reads. But\n as the number of row groups grows, the slower writes become. This parameter defaults to\n 10,000 rows. This number is used for .parquet file format only.

\n

If you choose a value larger than the maximum, RowGroupLength is set to the\n max row group length in bytes (64 * 1024 * 1024).

" } }, "DataPageSize": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes (1 MiB).\n This number is used for .parquet file format only.

" } }, "ParquetVersion": { "target": "com.amazonaws.databasemigrationservice#ParquetVersionValue", "traits": { "smithy.api#documentation": "

The version of the Apache Parquet format that you want to use: parquet_1_0\n (the default) or parquet_2_0.

" } }, "EnableStatistics": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that enables statistics for Parquet pages and row groups. Choose\n true to enable statistics, false to disable. Statistics\n include NULL, DISTINCT, MAX, and MIN\n values. This parameter defaults to true. This value is used for\n .parquet file format only.

" } }, "IncludeOpForFullLoad": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that enables a full load to write INSERT operations to the comma-separated value\n (.csv) output files only to indicate how the rows were added to the source database.

\n \n

AWS DMS supports the IncludeOpForFullLoad parameter in versions 3.1.4 and\n later.

\n
\n

For full load, records can only be inserted. By default (the false\n setting), no information is recorded in these output files for a full load to indicate that\n the rows were inserted at the source database. If IncludeOpForFullLoad is set\n to true or y, the INSERT is recorded as an I annotation in the\n first field of the .csv file. This allows the format of your target records from a full\n load to be consistent with the target records from a CDC load.

\n \n

This setting works together with the CdcInsertsOnly and the\n CdcInsertsAndUpdates parameters for output to .csv files only. For more\n information about how these settings work together, see Indicating Source DB Operations in Migrated S3 Data in the AWS\n Database Migration Service User Guide..

\n
" } }, "CdcInsertsOnly": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that enables a change data capture (CDC) load to write only INSERT operations to\n .csv or columnar storage (.parquet) output files. By default (the\n false setting), the first field in a .csv or .parquet record contains the\n letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was\n inserted, updated, or deleted at the source database for a CDC load to the target.

\n

If CdcInsertsOnly is set to true or y, only\n INSERTs from the source database are migrated to the .csv or .parquet file. For .csv format\n only, how these INSERTs are recorded depends on the value of\n IncludeOpForFullLoad. If IncludeOpForFullLoad is set to\n true, the first field of every CDC record is set to I to indicate the\n INSERT operation at the source. If IncludeOpForFullLoad is set to\n false, every CDC record is written without a first field to indicate the\n INSERT operation at the source. For more information about how these settings work\n together, see Indicating Source DB Operations in Migrated S3 Data in the AWS\n Database Migration Service User Guide..

\n\n \n\n

AWS DMS supports the interaction described preceding between the\n CdcInsertsOnly and IncludeOpForFullLoad parameters in\n versions 3.1.4 and later.

\n\n

\n CdcInsertsOnly and CdcInsertsAndUpdates can't\n both be set to true for the same endpoint. Set either\n CdcInsertsOnly or CdcInsertsAndUpdates to true\n for the same endpoint, but not both.

\n\n
" } }, "TimestampColumnName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A value that when nonblank causes AWS DMS to add a column with timestamp information to\n the endpoint data for an Amazon S3 target.

\n \n

AWS DMS supports the TimestampColumnName parameter in versions 3.1.4 and later.

\n
\n

DMS includes an additional STRING column in the\n .csv or .parquet object files of your migrated data when you set\n TimestampColumnName to a nonblank value.

\n

For a full load, each row of this timestamp column contains a\n timestamp for when the data was transferred from the source to\n the target by DMS.

\n

For a change data capture (CDC) load, each row of the timestamp column contains the\n timestamp for the commit of that row in the source\n database.

\n

The string format for this timestamp column value is\n yyyy-MM-dd HH:mm:ss.SSSSSS. By default, the\n precision of this value is in microseconds. For a CDC load, the\n rounding of the precision depends on the commit timestamp\n supported by DMS for the source database.

\n

When the AddColumnName parameter is set to true, DMS also\n includes a name for the timestamp column that you set with\n TimestampColumnName.

" } }, "ParquetTimestampInMillisecond": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that specifies the precision of any TIMESTAMP column values that\n are written to an Amazon S3 object file in .parquet format.

\n \n

AWS DMS supports the ParquetTimestampInMillisecond parameter in versions\n 3.1.4 and later.

\n
\n

When ParquetTimestampInMillisecond is set to true or\n y, AWS DMS writes all TIMESTAMP columns in a .parquet\n formatted file with millisecond precision. Otherwise, DMS writes them with microsecond\n precision.

\n

Currently, Amazon Athena and AWS Glue can handle only\n millisecond precision for TIMESTAMP values. Set\n this parameter to true for S3 endpoint object\n files that are .parquet formatted only if you plan to query or process the data with Athena or AWS Glue.

\n \n\n

AWS DMS writes any TIMESTAMP column\n values written to an S3 file in .csv format with\n microsecond precision.

\n\n

Setting ParquetTimestampInMillisecond has no effect on the string\n format of the timestamp column value that is inserted by setting the\n TimestampColumnName parameter.

\n\n
" } }, "CdcInsertsAndUpdates": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that enables a change data capture (CDC) load to write INSERT and UPDATE\n operations to .csv or .parquet (columnar storage) output files. The default setting is\n false, but when CdcInsertsAndUpdates is set to\n true or y, only INSERTs and UPDATEs from the source database\n are migrated to the .csv or .parquet file.

\n

For .csv file format only, how these INSERTs and UPDATEs are recorded depends on the\n value of the IncludeOpForFullLoad parameter. If\n IncludeOpForFullLoad is set to true, the first field of every\n CDC record is set to either I or U to indicate INSERT and UPDATE\n operations at the source. But if IncludeOpForFullLoad is set to\n false, CDC records are written without an indication of INSERT or UPDATE\n operations at the source. For more information about how these settings work together, see\n Indicating Source DB Operations in Migrated S3 Data in the AWS\n Database Migration Service User Guide..

\n \n\n

AWS DMS supports the use of the CdcInsertsAndUpdates parameter in\n versions 3.3.1 and later.

\n\n

\n CdcInsertsOnly and CdcInsertsAndUpdates can't\n both be set to true for the same endpoint. Set either\n CdcInsertsOnly or CdcInsertsAndUpdates to true\n for the same endpoint, but not both.

\n\n
" } }, "DatePartitionEnabled": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

When set to true, this parameter partitions S3 bucket folders based on transaction commit \n dates. The default value is false. For more information about date-based folder partitoning, \n see Using date-based folder partitioning.

" } }, "DatePartitionSequence": { "target": "com.amazonaws.databasemigrationservice#DatePartitionSequenceValue", "traits": { "smithy.api#documentation": "

Identifies the sequence of the date format to use during folder partitioning. The default value is \n YYYYMMDD. Use this parameter when DatePartitionedEnabled is set to true.

" } }, "DatePartitionDelimiter": { "target": "com.amazonaws.databasemigrationservice#DatePartitionDelimiterValue", "traits": { "smithy.api#documentation": "

Specifies a date separating delimiter to use during folder partitioning. The default value is \n SLASH. Use this parameter when DatePartitionedEnabled is set to true.

" } }, "UseCsvNoSupValue": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

This setting applies if the S3 output files during a change data capture (CDC) load are\n written in .csv format. If set to true for columns not included in the\n supplemental log, AWS DMS uses the value specified by \n CsvNoSupValue\n . If not set or set to\n false, AWS DMS uses the null value for these columns.

\n \n

This setting is supported in AWS DMS versions 3.4.1 and later.

\n
" } }, "CsvNoSupValue": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

This setting only applies if your Amazon S3 output files during a change data capture\n (CDC) load are written in .csv format. If \n UseCsvNoSupValue\n is set to true, specify a\n string value that you want AWS DMS to use for all columns not included in the supplemental\n log. If you do not specify a string value, AWS DMS uses the null value for these columns\n regardless of the UseCsvNoSupValue setting.

\n \n

This setting is supported in AWS DMS versions 3.4.1 and later.

\n
" } }, "PreserveTransactions": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

If set to true, AWS DMS saves the transaction order for a change data\n capture (CDC) load on the Amazon S3 target specified by \n CdcPath\n . For more information, see Capturing data changes (CDC) including transaction order on the S3\n target.

\n \n

This setting is supported in AWS DMS versions 3.4.2 and later.

\n
" } }, "CdcPath": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Specifies the folder path of CDC files. For an S3 source, this setting is required if a\n task captures change data; otherwise, it's optional. If CdcPath is set, AWS\n DMS reads CDC files from this path and replicates the data changes to the target endpoint.\n For an S3 target if you set \n PreserveTransactions\n to true, AWS\n DMS verifies that you have set this parameter to a folder path on your S3 target where AWS\n DMS can save the transaction order for the CDC load. AWS DMS creates this CDC folder path\n in either your S3 target working directory or the S3 target location specified by \n BucketFolder\n and \n BucketName\n .

\n

For example, if you specify CdcPath as MyChangedData, and you\n specify BucketName as MyTargetBucket but do not specify\n BucketFolder, AWS DMS creates the CDC folder path following:\n MyTargetBucket/MyChangedData.

\n

If you specify the same CdcPath, and you specify BucketName as\n MyTargetBucket and BucketFolder as MyTargetData,\n AWS DMS creates the CDC folder path following:\n MyTargetBucket/MyTargetData/MyChangedData.

\n

For more information on CDC including transaction order on an S3 target, see Capturing data changes (CDC) including transaction order on the S3\n target.

\n \n

This setting is supported in AWS DMS versions 3.4.2 and later.

\n
" } } }, "traits": { "smithy.api#documentation": "

Settings for exporting data to Amazon S3.

" } }, "com.amazonaws.databasemigrationservice#SNSInvalidTopicFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The SNS topic is invalid.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#SNSNoAuthorizationFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

You are not authorized for the SNS subscription.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#SafeguardPolicy": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "rely-on-sql-server-replication-agent", "name": "RELY_ON_SQL_SERVER_REPLICATION_AGENT" }, { "value": "exclusive-automatic-truncation", "name": "EXCLUSIVE_AUTOMATIC_TRUNCATION" }, { "value": "shared-automatic-truncation", "name": "SHARED_AUTOMATIC_TRUNCATION" } ] } }, "com.amazonaws.databasemigrationservice#SchemaList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String" } }, "com.amazonaws.databasemigrationservice#SecretString": { "type": "string", "traits": { "smithy.api#sensitive": {} } }, "com.amazonaws.databasemigrationservice#SourceIdsList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#xmlName": "SourceId" } } }, "com.amazonaws.databasemigrationservice#SourceType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "replication-instance", "name": "replication_instance" } ] } }, "com.amazonaws.databasemigrationservice#StartReplicationTask": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#StartReplicationTaskMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#StartReplicationTaskResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Starts the replication task.

\n

For more information about AWS DMS tasks, see Working with Migration Tasks in the\n AWS Database Migration Service User Guide.\n

" } }, "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessment": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Starts the replication task assessment for unsupported data types in the source\n database.

" } }, "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentResponse": { "type": "structure", "members": { "ReplicationTask": { "target": "com.amazonaws.databasemigrationservice#ReplicationTask", "traits": { "smithy.api#documentation": "

The assessed replication task.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentRun": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentRunMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentRunResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSAccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSDisabledFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSInvalidStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#S3AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#S3ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Starts a new premigration assessment run for one or more individual assessments\n of a migration task.

\n

The assessments that you can specify depend on the source and target database engine and\n the migration type defined for the given task. To run this operation, your migration task\n must already be created. After you run this operation, you can review the status of each\n individual assessment. You can also run the migration task manually after the assessment\n run and its individual assessments complete.

" } }, "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentRunMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Amazon Resource Name (ARN) of the migration task associated with the premigration\n assessment run that you want to start.

", "smithy.api#required": {} } }, "ServiceAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

ARN of a service role needed to start the assessment run.

", "smithy.api#required": {} } }, "ResultLocationBucket": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Amazon S3 bucket where you want AWS DMS to store the results of this assessment\n run.

", "smithy.api#required": {} } }, "ResultLocationFolder": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Folder within an Amazon S3 bucket where you want AWS DMS to store the results of this assessment\n run.

" } }, "ResultEncryptionMode": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Encryption mode that you can specify to encrypt the results of this assessment run. If\n you don't specify this request parameter, AWS DMS stores the assessment run results\n without encryption. You can specify one of the options following:

\n " } }, "ResultKmsKeyArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

ARN of a custom KMS encryption key that you specify when you set\n ResultEncryptionMode to \"SSE_KMS\".

" } }, "AssessmentRunName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Unique name to identify the assessment run.

", "smithy.api#required": {} } }, "IncludeOnly": { "target": "com.amazonaws.databasemigrationservice#IncludeTestList", "traits": { "smithy.api#documentation": "

Space-separated list of names for specific individual assessments that you want to\n include. These names come from the default list of individual assessments that AWS DMS\n supports for the associated migration task. This task is specified by\n ReplicationTaskArn.

\n \n

You can't set a value for IncludeOnly if you also set a value for\n Exclude in the API operation.

\n

To identify the names of the default individual assessments that AWS DMS\n supports for the associated migration task, run the\n DescribeApplicableIndividualAssessments operation using its own\n ReplicationTaskArn request parameter.

\n
" } }, "Exclude": { "target": "com.amazonaws.databasemigrationservice#ExcludeTestList", "traits": { "smithy.api#documentation": "

Space-separated list of names for specific individual assessments that you want to\n exclude. These names come from the default list of individual assessments that AWS DMS\n supports for the associated migration task. This task is specified by\n ReplicationTaskArn.

\n \n

You can't set a value for Exclude if you also set a value for\n IncludeOnly in the API operation.

\n

To identify the names of the default individual assessments that AWS DMS\n supports for the associated migration task, run the\n DescribeApplicableIndividualAssessments operation using its own\n ReplicationTaskArn request parameter.

\n
" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#StartReplicationTaskAssessmentRunResponse": { "type": "structure", "members": { "ReplicationTaskAssessmentRun": { "target": "com.amazonaws.databasemigrationservice#ReplicationTaskAssessmentRun", "traits": { "smithy.api#documentation": "

The premigration assessment run that was started.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#StartReplicationTaskMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication task to be started.

", "smithy.api#required": {} } }, "StartReplicationTaskType": { "target": "com.amazonaws.databasemigrationservice#StartReplicationTaskTypeValue", "traits": { "smithy.api#documentation": "

A type of replication task.

", "smithy.api#required": {} } }, "CdcStartTime": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

Indicates the start time for a change data capture (CDC) operation. Use either\n CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start.\n Specifying both values results in an error.

\n

Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”

" } }, "CdcStartPosition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates when you want a change data capture (CDC) operation to start. Use either\n CdcStartPosition or CdcStartTime to specify when you want a CDC operation to start.\n Specifying both values results in an error.

\n

The value can be in date, checkpoint, or LSN/SCN format.

\n

Date Example: --cdc-start-position “2018-03-08T12:12:12”

\n

Checkpoint Example: --cdc-start-position\n \"checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93\"

\n

LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”

\n \n

When you use this task setting with a source PostgreSQL database, a logical\n replication slot should already be created and associated with the source endpoint. You\n can verify this by setting the slotName extra connection attribute to the\n name of this logical replication slot. For more information, see Extra Connection Attributes When Using PostgreSQL as a Source\n for AWS DMS.

\n
" } }, "CdcStopPosition": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Indicates when you want a change data capture (CDC) operation to stop. The value can be\n either server time or commit time.

\n

Server time example: --cdc-stop-position “server_time:2018-02-09T12:12:12”

\n

Commit time example: --cdc-stop-position “commit_time: 2018-02-09T12:12:12 “

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#StartReplicationTaskResponse": { "type": "structure", "members": { "ReplicationTask": { "target": "com.amazonaws.databasemigrationservice#ReplicationTask", "traits": { "smithy.api#documentation": "

The replication task started.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#StartReplicationTaskTypeValue": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "start-replication", "name": "START_REPLICATION" }, { "value": "resume-processing", "name": "RESUME_PROCESSING" }, { "value": "reload-target", "name": "RELOAD_TARGET" } ] } }, "com.amazonaws.databasemigrationservice#StopReplicationTask": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#StopReplicationTaskMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#StopReplicationTaskResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" } ], "traits": { "smithy.api#documentation": "

Stops the replication task.

" } }, "com.amazonaws.databasemigrationservice#StopReplicationTaskMessage": { "type": "structure", "members": { "ReplicationTaskArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name(ARN) of the replication task to be stopped.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#StopReplicationTaskResponse": { "type": "structure", "members": { "ReplicationTask": { "target": "com.amazonaws.databasemigrationservice#ReplicationTask", "traits": { "smithy.api#documentation": "

The replication task stopped.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#StorageQuotaExceededFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The storage quota has been exceeded.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#String": { "type": "string" }, "com.amazonaws.databasemigrationservice#Subnet": { "type": "structure", "members": { "SubnetIdentifier": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The subnet identifier.

" } }, "SubnetAvailabilityZone": { "target": "com.amazonaws.databasemigrationservice#AvailabilityZone", "traits": { "smithy.api#documentation": "

The Availability Zone of the subnet.

" } }, "SubnetStatus": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The status of the subnet.

" } } }, "traits": { "smithy.api#documentation": "

In response to a request by the DescribeReplicationSubnetGroups operation,\n this object identifies a subnet by its given Availability Zone, subnet identifier, and\n status.

" } }, "com.amazonaws.databasemigrationservice#SubnetAlreadyInUse": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

The specified subnet is already in use.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#SubnetIdentifierList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#xmlName": "SubnetIdentifier" } } }, "com.amazonaws.databasemigrationservice#SubnetList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#Subnet", "traits": { "smithy.api#xmlName": "Subnet" } } }, "com.amazonaws.databasemigrationservice#SupportedEndpointType": { "type": "structure", "members": { "EngineName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The database engine name. Valid values, depending on the EndpointType, include\n \"mysql\", \"oracle\", \"postgres\",\n \"mariadb\", \"aurora\", \"aurora-postgresql\",\n \"redshift\", \"s3\", \"db2\", \"azuredb\",\n \"sybase\", \"dynamodb\", \"mongodb\",\n \"kinesis\", \"kafka\", \"elasticsearch\",\n \"documentdb\", \"sqlserver\", and \"neptune\".

" } }, "SupportsCDC": { "target": "com.amazonaws.databasemigrationservice#Boolean", "traits": { "smithy.api#documentation": "

Indicates if Change Data Capture (CDC) is supported.

" } }, "EndpointType": { "target": "com.amazonaws.databasemigrationservice#ReplicationEndpointTypeValue", "traits": { "smithy.api#documentation": "

The type of endpoint. Valid values are source and target.

" } }, "ReplicationInstanceEngineMinimumVersion": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The earliest AWS DMS engine version that supports this endpoint engine. Note that endpoint engines released with AWS DMS versions earlier than 3.1.1 do not return a value for this parameter.

" } }, "EngineDisplayName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The expanded name for the engine name. For example, if the EngineName\n parameter is \"aurora,\" this value would be \"Amazon Aurora MySQL.\"

" } } }, "traits": { "smithy.api#documentation": "

Provides information about types of supported endpoints in response to a request by the\n DescribeEndpointTypes operation. This information includes the type of\n endpoint, the database engine name, and whether change data capture (CDC) is\n supported.

" } }, "com.amazonaws.databasemigrationservice#SupportedEndpointTypeList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#SupportedEndpointType", "traits": { "smithy.api#xmlName": "SupportedEndpointType" } } }, "com.amazonaws.databasemigrationservice#SybaseSettings": { "type": "structure", "members": { "DatabaseName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Database name for the endpoint.

" } }, "Password": { "target": "com.amazonaws.databasemigrationservice#SecretString", "traits": { "smithy.api#documentation": "

Endpoint connection password.

" } }, "Port": { "target": "com.amazonaws.databasemigrationservice#IntegerOptional", "traits": { "smithy.api#documentation": "

Endpoint TCP port.

" } }, "ServerName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Fully qualified domain name of the endpoint.

" } }, "Username": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Endpoint connection user name.

" } }, "SecretsManagerAccessRoleArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full Amazon Resource Name (ARN) of the IAM role that specifies AWS DMS as the\n trusted entity and grants the required permissions to access the value in\n SecretsManagerSecret. SecretsManagerSecret has the value of the AWS Secrets\n Manager secret that allows access to the SAP ASE endpoint.

\n \n

You can specify one of two sets of values for these permissions. You can specify the\n values for this setting and SecretsManagerSecretId. Or you can specify\n clear-text values for UserName, Password,\n ServerName, and Port. You can't specify both. For more\n information on creating this SecretsManagerSecret and the\n SecretsManagerAccessRoleArn and SecretsManagerSecretId\n required to access it, see Using secrets to access AWS Database Migration Service\n resources in the AWS Database Migration Service User\n Guide.

\n
" } }, "SecretsManagerSecretId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SAP SAE endpoint connection details.

" } } }, "traits": { "smithy.api#documentation": "

Provides information that defines a SAP ASE endpoint.

" } }, "com.amazonaws.databasemigrationservice#TStamp": { "type": "timestamp" }, "com.amazonaws.databasemigrationservice#TableListToReload": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#TableToReload" } }, "com.amazonaws.databasemigrationservice#TableStatistics": { "type": "structure", "members": { "SchemaName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The schema name.

" } }, "TableName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The name of the table.

" } }, "Inserts": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The number of insert actions performed on a table.

" } }, "Deletes": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The number of delete actions performed on a table.

" } }, "Updates": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The number of update actions performed on a table.

" } }, "Ddls": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The data definition language (DDL) used to build and modify the structure of your tables.

" } }, "FullLoadRows": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The number of rows added during the full load operation.

" } }, "FullLoadCondtnlChkFailedRows": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The number of rows that failed conditional checks during the full load operation (valid\n only for migrations where DynamoDB is the target).

" } }, "FullLoadErrorRows": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The number of rows that failed to load during the full load operation (valid only for\n migrations where DynamoDB is the target).

" } }, "FullLoadStartTime": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The time when the full load operation started.

" } }, "FullLoadEndTime": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The time when the full load operation completed.

" } }, "FullLoadReloaded": { "target": "com.amazonaws.databasemigrationservice#BooleanOptional", "traits": { "smithy.api#documentation": "

A value that indicates if the table was reloaded (true) \n or loaded as part of a new full load operation (false).

" } }, "LastUpdateTime": { "target": "com.amazonaws.databasemigrationservice#TStamp", "traits": { "smithy.api#documentation": "

The last time a table was updated.

" } }, "TableState": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The state of the tables described.

\n

Valid states: Table does not exist | Before load | Full load | Table completed | Table\n cancelled | Table error | Table all | Table updates | Table is being reloaded

" } }, "ValidationPendingRecords": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The number of records that have yet to be validated.

" } }, "ValidationFailedRecords": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The number of records that failed validation.

" } }, "ValidationSuspendedRecords": { "target": "com.amazonaws.databasemigrationservice#Long", "traits": { "smithy.api#documentation": "

The number of records that couldn't be validated.

" } }, "ValidationState": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The validation state of the table.

\n

This parameter can have the following values:

\n " } }, "ValidationStateDetails": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

Additional details about the state of validation.

" } } }, "traits": { "smithy.api#documentation": "

Provides a collection of table statistics in response to a request by the\n DescribeTableStatistics operation.

" } }, "com.amazonaws.databasemigrationservice#TableStatisticsList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#TableStatistics" } }, "com.amazonaws.databasemigrationservice#TableToReload": { "type": "structure", "members": { "SchemaName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The schema name of the table to be reloaded.

", "smithy.api#required": {} } }, "TableName": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The table name of the table to be reloaded.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Provides the name of the schema and table to be reloaded.

" } }, "com.amazonaws.databasemigrationservice#Tag": { "type": "structure", "members": { "Key": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A key is the required name of the tag. The string value can be 1-128 Unicode characters\n in length and can't be prefixed with \"aws:\" or \"dms:\". The string can only contain\n only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java\n regular expressions: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

" } }, "Value": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

A value is the optional value of the tag. The string value can be 1-256 Unicode\n characters in length and can't be prefixed with \"aws:\" or \"dms:\". The string can only\n contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-'\n (Java regular expressions: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

" } } }, "traits": { "smithy.api#documentation": "

A user-defined key-value pair that describes metadata added to an AWS DMS resource and\n that is used by operations such as the following:

\n " } }, "com.amazonaws.databasemigrationservice#TagList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#Tag", "traits": { "smithy.api#xmlName": "Tag" } } }, "com.amazonaws.databasemigrationservice#TargetDbType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "specific-database", "name": "SPECIFIC_DATABASE" }, { "value": "multiple-databases", "name": "MULTIPLE_DATABASES" } ] } }, "com.amazonaws.databasemigrationservice#TestConnection": { "type": "operation", "input": { "target": "com.amazonaws.databasemigrationservice#TestConnectionMessage" }, "output": { "target": "com.amazonaws.databasemigrationservice#TestConnectionResponse" }, "errors": [ { "target": "com.amazonaws.databasemigrationservice#AccessDeniedFault" }, { "target": "com.amazonaws.databasemigrationservice#InvalidResourceStateFault" }, { "target": "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceNotFoundFault" }, { "target": "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault" } ], "traits": { "smithy.api#documentation": "

Tests the connection between the replication instance and the endpoint.

" } }, "com.amazonaws.databasemigrationservice#TestConnectionMessage": { "type": "structure", "members": { "ReplicationInstanceArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the replication instance.

", "smithy.api#required": {} } }, "EndpointArn": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#TestConnectionResponse": { "type": "structure", "members": { "Connection": { "target": "com.amazonaws.databasemigrationservice#Connection", "traits": { "smithy.api#documentation": "

The connection tested.

" } } }, "traits": { "smithy.api#documentation": "

" } }, "com.amazonaws.databasemigrationservice#UpgradeDependencyFailureFault": { "type": "structure", "members": { "message": { "target": "com.amazonaws.databasemigrationservice#ExceptionMessage", "traits": { "smithy.api#documentation": "

" } } }, "traits": { "smithy.api#documentation": "

An upgrade dependency is preventing the database migration.

", "smithy.api#error": "client" } }, "com.amazonaws.databasemigrationservice#VpcSecurityGroupIdList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#xmlName": "VpcSecurityGroupId" } } }, "com.amazonaws.databasemigrationservice#VpcSecurityGroupMembership": { "type": "structure", "members": { "VpcSecurityGroupId": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The VPC security group ID.

" } }, "Status": { "target": "com.amazonaws.databasemigrationservice#String", "traits": { "smithy.api#documentation": "

The status of the VPC security group.

" } } }, "traits": { "smithy.api#documentation": "

Describes the status of a security group associated with the virtual private cloud (VPC)\n hosting your replication and DB instances.

" } }, "com.amazonaws.databasemigrationservice#VpcSecurityGroupMembershipList": { "type": "list", "member": { "target": "com.amazonaws.databasemigrationservice#VpcSecurityGroupMembership", "traits": { "smithy.api#xmlName": "VpcSecurityGroupMembership" } } } } }