View a markdown version of this page

SchemaConversionRequest - AWS Database Migration Service

SchemaConversionRequest

Provides information about a schema conversion action.

Contents

Error

Provides error information about a project.

Type: ErrorDetails object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

ExportSqlDetails

The Amazon S3 location of the ZIP archive that contains the exported data definition language (DDL) scripts.

Note

AWS DMS populates this field only for the DescribeMetadataModelExportsAsScript operation.

Type: ExportSqlDetails object

Required: No

MigrationProjectArn

The migration project ARN.

Type: String

Required: No

Progress

Provides information about the progress of the schema conversion operation.

Type: Progress object

Required: No

RequestIdentifier

The identifier for the schema conversion action.

Type: String

Required: No

Status

The schema conversion operation status. Possible values:

  • RECEIVED – The operation is received but not yet queued for processing.

  • IN_PROGRESS – The operation is queued or actively running.

  • SUCCESS – The operation completed successfully.

  • FAILED – The operation did not complete.

  • CANCELING – The operation is being canceled. The operation might still succeed or fail before cancellation takes effect.

  • CANCELED – The operation was canceled before completion.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: