types

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedFault

type AccessDeniedFault struct {
	Message *string
}

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

func (*AccessDeniedFault) Error

func (e *AccessDeniedFault) Error() string

func (*AccessDeniedFault) ErrorCode

func (e *AccessDeniedFault) ErrorCode() string

func (*AccessDeniedFault) ErrorFault

func (e *AccessDeniedFault) ErrorFault() smithy.ErrorFault

func (*AccessDeniedFault) ErrorMessage

func (e *AccessDeniedFault) ErrorMessage() string

func (*AccessDeniedFault) GetMessage

func (e *AccessDeniedFault) GetMessage() string

func (*AccessDeniedFault) HasMessage

func (e *AccessDeniedFault) HasMessage() bool

type AccountQuota

type AccountQuota struct {
	// The amount currently used toward the quota maximum.
	Used *int64
	// The maximum allowed value for the quota.
	Max *int64
	// The name of the AWS DMS quota for this AWS account.
	AccountQuotaName *string
}

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

type AuthMechanismValue

type AuthMechanismValue string
const (
	AuthMechanismValueDefault     AuthMechanismValue = "default"
	AuthMechanismValueMongodb_cr  AuthMechanismValue = "mongodb_cr"
	AuthMechanismValueScram_sha_1 AuthMechanismValue = "scram_sha_1"
)

Enum values for AuthMechanismValue

type AuthTypeValue

type AuthTypeValue string
const (
	AuthTypeValueNo       AuthTypeValue = "no"
	AuthTypeValuePassword AuthTypeValue = "password"
)

Enum values for AuthTypeValue

type AvailabilityZone

type AvailabilityZone struct {
	// The name of the Availability Zone.
	Name *string
}

The name of an Availability Zone for use during database migration.

type Certificate

type Certificate struct {
	// The contents of a .pem file, which contains an X.509 certificate.
	CertificatePem *string
	// The owner of the certificate.
	CertificateOwner *string
	// The beginning date that the certificate is valid.
	ValidFromDate *time.Time
	// The Amazon Resource Name (ARN) for the certificate.
	CertificateArn *string
	// The date that the certificate was created.
	CertificateCreationDate *time.Time
	// The location of an imported Oracle Wallet certificate for use with SSL.
	CertificateWallet []byte
	// The signing algorithm for the certificate.
	SigningAlgorithm *string
	// The key length of the cryptographic algorithm being used.
	KeyLength *int32
	// The final date that the certificate is valid.
	ValidToDate *time.Time
	// A customer-assigned name for the certificate. Identifiers must begin with a
	// letter and must contain only ASCII letters, digits, and hyphens. They can't end
	// with a hyphen or contain two consecutive hyphens.
	CertificateIdentifier *string
}

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

type CompressionTypeValue

type CompressionTypeValue string
const (
	CompressionTypeValueNone CompressionTypeValue = "none"
	CompressionTypeValueGzip CompressionTypeValue = "gzip"
)

Enum values for CompressionTypeValue

type Connection

type Connection struct {
	// The ARN string that uniquely identifies the endpoint.
	EndpointArn *string
	// The replication instance identifier. This parameter is stored as a lowercase
	// string.
	ReplicationInstanceIdentifier *string
	// The identifier of the endpoint. Identifiers must begin with a letter and must
	// contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or
	// contain two consecutive hyphens.
	EndpointIdentifier *string
	// The connection status. This parameter can return one of the following values:
	//
	//
	// * "successful"
	//
	//     * "testing"
	//
	//     * "failed"
	//
	//     * "deleting"
	Status *string
	// The ARN of the replication instance.
	ReplicationInstanceArn *string
	// The error message when the connection last failed.
	LastFailureMessage *string
}

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

type DataFormatValue

type DataFormatValue string
const (
	DataFormatValueCsv     DataFormatValue = "csv"
	DataFormatValueParquet DataFormatValue = "parquet"
)

Enum values for DataFormatValue

type DmsSslModeValue

type DmsSslModeValue string
const (
	DmsSslModeValueNone        DmsSslModeValue = "none"
	DmsSslModeValueRequire     DmsSslModeValue = "require"
	DmsSslModeValueVerify_ca   DmsSslModeValue = "verify-ca"
	DmsSslModeValueVerify_full DmsSslModeValue = "verify-full"
)

Enum values for DmsSslModeValue

type DmsTransferSettings

type DmsTransferSettings struct {
	// The IAM role that has permission to access the Amazon S3 bucket.
	ServiceAccessRoleArn *string
	// The name of the S3 bucket to use.
	BucketName *string
}

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

type DynamoDbSettings

type DynamoDbSettings struct {
	// The Amazon Resource Name (ARN) used by the service access IAM role.
	ServiceAccessRoleArn *string
}

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

type ElasticsearchSettings

type ElasticsearchSettings struct {
	// The maximum number of seconds for which DMS retries failed API requests to the
	// Elasticsearch cluster.
	ErrorRetryDuration *int32
	// The endpoint for the Elasticsearch cluster.
	EndpointUri *string
	// The Amazon Resource Name (ARN) used by service to access the IAM role.
	ServiceAccessRoleArn *string
	// The maximum percentage of records that can fail to be written before a full load
	// operation stops.
	FullLoadErrorPercentage *int32
}

Provides information that defines an Elasticsearch endpoint.

type EncodingTypeValue

type EncodingTypeValue string
const (
	EncodingTypeValuePlain            EncodingTypeValue = "plain"
	EncodingTypeValuePlain_dictionary EncodingTypeValue = "plain-dictionary"
	EncodingTypeValueRle_dictionary   EncodingTypeValue = "rle-dictionary"
)

Enum values for EncodingTypeValue

type EncryptionModeValue

type EncryptionModeValue string
const (
	EncryptionModeValueSse_s3  EncryptionModeValue = "sse-s3"
	EncryptionModeValueSse_kms EncryptionModeValue = "sse-kms"
)

Enum values for EncryptionModeValue

type Endpoint

type Endpoint struct {
	// The database engine name. Valid values, depending on the EndpointType, include
	// "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql",
	// "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis",
	// "kafka", "elasticsearch", "documentdb", "sqlserver", and "neptune".
	EngineName *string
	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	EndpointArn *string
	// Value returned by a call to CreateEndpoint that can be used for cross-account
	// validation. Use it on a subsequent call to CreateEndpoint to create the endpoint
	// with a cross-account.
	ExternalId *string
	// The settings in JSON format for the DMS transfer type of source endpoint.
	// Possible settings include the following:
	//
	//     * ServiceAccessRoleArn - The IAM
	// role that has permission to access the Amazon S3 bucket.
	//
	//     * BucketName - The
	// name of the S3 bucket to use.
	//
	//     * CompressionType - An optional parameter to
	// use GZIP to compress the target files. To use GZIP, set this value to NONE (the
	// default). To keep the files uncompressed, don't use this value.
	//
	// Shorthand
	// syntax for these settings is as follows:
	// ServiceAccessRoleArn=string,BucketName=string,CompressionType=string JSON syntax
	// for these settings is as follows: { "ServiceAccessRoleArn": "string",
	// "BucketName": "string", "CompressionType": "none"|"gzip" }
	DmsTransferSettings *DmsTransferSettings
	// The SSL mode used to connect to the endpoint. The default value is none.
	SslMode DmsSslModeValue
	// The type of endpoint. Valid values are source and target.
	EndpointType ReplicationEndpointTypeValue
	// The settings for the PostgreSQL source and target endpoint. For more
	// information, see the PostgreSQLSettings structure.
	PostgreSQLSettings *PostgreSQLSettings
	// The status of the endpoint.
	Status *string
	// The settings for the Amazon Kinesis target endpoint. For more information, see
	// the KinesisSettings structure.
	KinesisSettings *KinesisSettings
	// The database endpoint identifier. Identifiers must begin with a letter and must
	// contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or
	// contain two consecutive hyphens.
	EndpointIdentifier *string
	// An AWS KMS key identifier that is used to encrypt the connection parameters for
	// the endpoint. If you don't specify a value for the KmsKeyId parameter, then AWS
	// DMS uses your default encryption key. AWS KMS creates the default encryption key
	// for your AWS account. Your AWS account has a different default encryption key
	// for each AWS Region.
	KmsKeyId *string
	// Additional connection attributes used to connect to the endpoint.
	ExtraConnectionAttributes *string
	// The user name used to connect to the endpoint.
	Username *string
	// The external table definition.
	ExternalTableDefinition *string
	// The settings for the DynamoDB target endpoint. For more information, see the
	// DynamoDBSettings structure.
	DynamoDbSettings *DynamoDbSettings
	// The settings for the SAP ASE source and target endpoint. For more information,
	// see the SybaseSettings structure.
	SybaseSettings *SybaseSettings
	// The name of the database at the endpoint.
	DatabaseName *string
	// The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
	CertificateArn *string
	// The settings for the MongoDB source endpoint. For more information, see the
	// MongoDbSettings structure.
	MongoDbSettings *MongoDbSettings
	// The name of the server at the endpoint.
	ServerName *string
	// The settings for the Elasticsearch source endpoint. For more information, see
	// the ElasticsearchSettings structure.
	ElasticsearchSettings *ElasticsearchSettings
	// The settings for the Oracle source and target endpoint. For more information,
	// see the OracleSettings structure.
	OracleSettings *OracleSettings
	// The port value used to access the endpoint.
	Port *int32
	// The settings for the Apache Kafka target endpoint. For more information, see the
	// KafkaSettings structure.
	KafkaSettings *KafkaSettings
	// The Amazon Resource Name (ARN) used by the service access IAM role.
	ServiceAccessRoleArn *string
	// The expanded name for the engine name. For example, if the EngineName parameter
	// is "aurora," this value would be "Amazon Aurora MySQL."
	EngineDisplayName *string
	// The settings for the Microsoft SQL Server source and target endpoint. For more
	// information, see the MicrosoftSQLServerSettings structure.
	MicrosoftSQLServerSettings *MicrosoftSQLServerSettings
	// The settings for the MySQL source and target endpoint. For more information, see
	// the MySQLSettings structure.
	MySQLSettings *MySQLSettings
	// The settings for the S3 target endpoint. For more information, see the
	// S3Settings structure.
	S3Settings *S3Settings
	// The settings for the Amazon Neptune target endpoint. For more information, see
	// the NeptuneSettings structure.
	NeptuneSettings *NeptuneSettings
	// The settings for the IBM Db2 LUW source endpoint. For more information, see the
	// IBMDb2Settings structure.
	IBMDb2Settings *IBMDb2Settings
	// Settings for the Amazon Redshift endpoint.
	RedshiftSettings *RedshiftSettings
}

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

  • CreateEndpoint

  • DescribeEndpoint

    *

DescribeEndpointTypes

  • ModifyEndpoint

type Event

type Event struct {
	// The identifier of an event source.
	SourceIdentifier *string
	// The event categories available for the specified source type.
	EventCategories []*string
	// The type of AWS DMS resource that generates events. Valid values:
	// replication-instance | endpoint | replication-task
	SourceType SourceType
	// The event message.
	Message *string
	// The date of the event.
	Date *time.Time
}

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

type EventCategoryGroup

type EventCategoryGroup struct {
	// The type of AWS DMS resource that generates events. Valid values:
	// replication-instance | replication-server | security-group | replication-task
	SourceType *string
	// A list of event categories from a source type that you've chosen.
	EventCategories []*string
}

Lists categories of events subscribed to, and generated by, the applicable AWS DMS resource type.

type EventSubscription

type EventSubscription struct {
	// Boolean value that indicates if the event subscription is enabled.
	Enabled *bool
	// The topic ARN of the AWS DMS event notification subscription.
	SnsTopicArn *string
	// The AWS DMS event notification subscription Id.
	CustSubscriptionId *string
	// The AWS customer account associated with the AWS DMS event notification
	// subscription.
	CustomerAwsId *string
	// The time the AWS DMS event notification subscription was created.
	SubscriptionCreationTime *string
	// A lists of event categories.
	EventCategoriesList []*string
	// The type of AWS DMS resource that generates events. Valid values:
	// replication-instance | replication-server | security-group | replication-task
	SourceType *string
	// A list of source Ids for the event subscription.
	SourceIdsList []*string
	// The status of the AWS DMS event notification subscription. Constraints: Can be
	// one of the following: creating | modifying | deleting | active | no-permission |
	// topic-not-exist The status "no-permission" indicates that AWS DMS no longer has
	// permission to post to the SNS topic. The status "topic-not-exist" indicates that
	// the topic was deleted after the subscription was created.
	Status *string
}

Describes an event notification subscription created by the CreateEventSubscription operation.

type Filter

type Filter struct {
	// The filter value, which can specify one or more values used to narrow the
	// returned results.
	Values []*string
	// The name of the filter as specified for a Describe* or similar operation.
	Name *string
}

Identifies the name and value of a filter object. This filter is used to limit the number and type of AWS DMS objects that are returned for a particular Describe* or similar operation.

type IBMDb2Settings

type IBMDb2Settings struct {
	// Endpoint TCP port.
	Port *int32
	// Endpoint connection password.
	Password *string
	// Database name for the endpoint.
	DatabaseName *string
	// Endpoint connection user name.
	Username *string
	// Fully qualified domain name of the endpoint.
	ServerName *string
}

Provides information that defines an IBM Db2 LUW endpoint.

type InsufficientResourceCapacityFault

type InsufficientResourceCapacityFault struct {
	Message *string
}

There are not enough resources allocated to the database migration.

func (*InsufficientResourceCapacityFault) Error

func (*InsufficientResourceCapacityFault) ErrorCode

func (*InsufficientResourceCapacityFault) ErrorFault

func (*InsufficientResourceCapacityFault) ErrorMessage

func (e *InsufficientResourceCapacityFault) ErrorMessage() string

func (*InsufficientResourceCapacityFault) GetMessage

func (e *InsufficientResourceCapacityFault) GetMessage() string

func (*InsufficientResourceCapacityFault) HasMessage

func (e *InsufficientResourceCapacityFault) HasMessage() bool

type InvalidCertificateFault

type InvalidCertificateFault struct {
	Message *string
}

The certificate was not valid.

func (*InvalidCertificateFault) Error

func (e *InvalidCertificateFault) Error() string

func (*InvalidCertificateFault) ErrorCode

func (e *InvalidCertificateFault) ErrorCode() string

func (*InvalidCertificateFault) ErrorFault

func (e *InvalidCertificateFault) ErrorFault() smithy.ErrorFault

func (*InvalidCertificateFault) ErrorMessage

func (e *InvalidCertificateFault) ErrorMessage() string

func (*InvalidCertificateFault) GetMessage

func (e *InvalidCertificateFault) GetMessage() string

func (*InvalidCertificateFault) HasMessage

func (e *InvalidCertificateFault) HasMessage() bool

type InvalidResourceStateFault

type InvalidResourceStateFault struct {
	Message *string
}

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

func (*InvalidResourceStateFault) Error

func (e *InvalidResourceStateFault) Error() string

func (*InvalidResourceStateFault) ErrorCode

func (e *InvalidResourceStateFault) ErrorCode() string

func (*InvalidResourceStateFault) ErrorFault

func (*InvalidResourceStateFault) ErrorMessage

func (e *InvalidResourceStateFault) ErrorMessage() string

func (*InvalidResourceStateFault) GetMessage

func (e *InvalidResourceStateFault) GetMessage() string

func (*InvalidResourceStateFault) HasMessage

func (e *InvalidResourceStateFault) HasMessage() bool

type InvalidSubnet

type InvalidSubnet struct {
	Message *string
}

The subnet provided is invalid.

func (*InvalidSubnet) Error

func (e *InvalidSubnet) Error() string

func (*InvalidSubnet) ErrorCode

func (e *InvalidSubnet) ErrorCode() string

func (*InvalidSubnet) ErrorFault

func (e *InvalidSubnet) ErrorFault() smithy.ErrorFault

func (*InvalidSubnet) ErrorMessage

func (e *InvalidSubnet) ErrorMessage() string

func (*InvalidSubnet) GetMessage

func (e *InvalidSubnet) GetMessage() string

func (*InvalidSubnet) HasMessage

func (e *InvalidSubnet) HasMessage() bool

type KMSAccessDeniedFault

type KMSAccessDeniedFault struct {
	Message *string
}

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

func (*KMSAccessDeniedFault) Error

func (e *KMSAccessDeniedFault) Error() string

func (*KMSAccessDeniedFault) ErrorCode

func (e *KMSAccessDeniedFault) ErrorCode() string

func (*KMSAccessDeniedFault) ErrorFault

func (e *KMSAccessDeniedFault) ErrorFault() smithy.ErrorFault

func (*KMSAccessDeniedFault) ErrorMessage

func (e *KMSAccessDeniedFault) ErrorMessage() string

func (*KMSAccessDeniedFault) GetMessage

func (e *KMSAccessDeniedFault) GetMessage() string

func (*KMSAccessDeniedFault) HasMessage

func (e *KMSAccessDeniedFault) HasMessage() bool

type KMSDisabledFault

type KMSDisabledFault struct {
	Message *string
}

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

func (*KMSDisabledFault) Error

func (e *KMSDisabledFault) Error() string

func (*KMSDisabledFault) ErrorCode

func (e *KMSDisabledFault) ErrorCode() string

func (*KMSDisabledFault) ErrorFault

func (e *KMSDisabledFault) ErrorFault() smithy.ErrorFault

func (*KMSDisabledFault) ErrorMessage

func (e *KMSDisabledFault) ErrorMessage() string

func (*KMSDisabledFault) GetMessage

func (e *KMSDisabledFault) GetMessage() string

func (*KMSDisabledFault) HasMessage

func (e *KMSDisabledFault) HasMessage() bool

type KMSFault

type KMSFault struct {
	Message *string
}

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

func (*KMSFault) Error

func (e *KMSFault) Error() string

func (*KMSFault) ErrorCode

func (e *KMSFault) ErrorCode() string

func (*KMSFault) ErrorFault

func (e *KMSFault) ErrorFault() smithy.ErrorFault

func (*KMSFault) ErrorMessage

func (e *KMSFault) ErrorMessage() string

func (*KMSFault) GetMessage

func (e *KMSFault) GetMessage() string

func (*KMSFault) HasMessage

func (e *KMSFault) HasMessage() bool

type KMSInvalidStateFault

type KMSInvalidStateFault struct {
	Message *string
}

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

func (*KMSInvalidStateFault) Error

func (e *KMSInvalidStateFault) Error() string

func (*KMSInvalidStateFault) ErrorCode

func (e *KMSInvalidStateFault) ErrorCode() string

func (*KMSInvalidStateFault) ErrorFault

func (e *KMSInvalidStateFault) ErrorFault() smithy.ErrorFault

func (*KMSInvalidStateFault) ErrorMessage

func (e *KMSInvalidStateFault) ErrorMessage() string

func (*KMSInvalidStateFault) GetMessage

func (e *KMSInvalidStateFault) GetMessage() string

func (*KMSInvalidStateFault) HasMessage

func (e *KMSInvalidStateFault) HasMessage() bool

type KMSKeyNotAccessibleFault

type KMSKeyNotAccessibleFault struct {
	Message *string
}

AWS DMS cannot access the AWS KMS key.

func (*KMSKeyNotAccessibleFault) Error

func (e *KMSKeyNotAccessibleFault) Error() string

func (*KMSKeyNotAccessibleFault) ErrorCode

func (e *KMSKeyNotAccessibleFault) ErrorCode() string

func (*KMSKeyNotAccessibleFault) ErrorFault

func (e *KMSKeyNotAccessibleFault) ErrorFault() smithy.ErrorFault

func (*KMSKeyNotAccessibleFault) ErrorMessage

func (e *KMSKeyNotAccessibleFault) ErrorMessage() string

func (*KMSKeyNotAccessibleFault) GetMessage

func (e *KMSKeyNotAccessibleFault) GetMessage() string

func (*KMSKeyNotAccessibleFault) HasMessage

func (e *KMSKeyNotAccessibleFault) HasMessage() bool

type KMSNotFoundFault

type KMSNotFoundFault struct {
	Message *string
}

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

func (*KMSNotFoundFault) Error

func (e *KMSNotFoundFault) Error() string

func (*KMSNotFoundFault) ErrorCode

func (e *KMSNotFoundFault) ErrorCode() string

func (*KMSNotFoundFault) ErrorFault

func (e *KMSNotFoundFault) ErrorFault() smithy.ErrorFault

func (*KMSNotFoundFault) ErrorMessage

func (e *KMSNotFoundFault) ErrorMessage() string

func (*KMSNotFoundFault) GetMessage

func (e *KMSNotFoundFault) GetMessage() string

func (*KMSNotFoundFault) HasMessage

func (e *KMSNotFoundFault) HasMessage() bool

type KMSThrottlingFault

type KMSThrottlingFault struct {
	Message *string
}

This request triggered AWS KMS request throttling.

func (*KMSThrottlingFault) Error

func (e *KMSThrottlingFault) Error() string

func (*KMSThrottlingFault) ErrorCode

func (e *KMSThrottlingFault) ErrorCode() string

func (*KMSThrottlingFault) ErrorFault

func (e *KMSThrottlingFault) ErrorFault() smithy.ErrorFault

func (*KMSThrottlingFault) ErrorMessage

func (e *KMSThrottlingFault) ErrorMessage() string

func (*KMSThrottlingFault) GetMessage

func (e *KMSThrottlingFault) GetMessage() string

func (*KMSThrottlingFault) HasMessage

func (e *KMSThrottlingFault) HasMessage() bool

type KafkaSettings

type KafkaSettings struct {
	// The output format for the records created on the endpoint. The message format is
	// JSON (default) or JSON_UNFORMATTED (a single line with no tab).
	MessageFormat MessageFormatValue
	// The broker location and port of the Kafka broker that hosts your Kafka instance.
	// Specify the broker in the form  broker-hostname-or-ip:port . For example,
	// "ec2-12-345-678-901.compute-1.amazonaws.com:2345".
	Broker *string
	// Prefixes schema and table names to partition values, when the partition type is
	// primary-key-type. Doing this increases data distribution among Kafka partitions.
	// For example, suppose that a SysBench schema has thousands of tables and each
	// table has only limited range for a primary key. In this case, the same primary
	// key is sent from thousands of tables to the same partition, which causes
	// throttling. The default is False.
	PartitionIncludeSchemaTable *bool
	// Includes any data definition language (DDL) operations that change the table in
	// the control data, such as rename-table, drop-table, add-column, drop-column, and
	// rename-column. The default is False.
	IncludeTableAlterOperations *bool
	// Shows the partition value within the Kafka message output, unless the partition
	// type is schema-table-type. The default is False.
	IncludePartitionValue *bool
	// The topic to which you migrate the data. If you don't specify a topic, AWS DMS
	// specifies "kafka-default-topic" as the migration topic.
	Topic *string
	// Shows detailed control information for table definition, column definition, and
	// table and column changes in the Kafka message output. The default is False.
	IncludeControlDetails *bool
	// Provides detailed transaction information from the source database. This
	// information includes a commit timestamp, a log position, and values for
	// transaction_id, previous transaction_id, and transaction_record_id (the record
	// offset within a transaction). The default is False.
	IncludeTransactionDetails *bool
}

Provides information that describes an Apache Kafka endpoint. This information includes the output format of records applied to the endpoint and details of transaction and control table data information.

type KinesisSettings

type KinesisSettings struct {
	// Provides detailed transaction information from the source database. This
	// information includes a commit timestamp, a log position, and values for
	// transaction_id, previous transaction_id, and transaction_record_id (the record
	// offset within a transaction). The default is False.
	IncludeTransactionDetails *bool
	// Prefixes schema and table names to partition values, when the partition type is
	// primary-key-type. Doing this increases data distribution among Kinesis shards.
	// For example, suppose that a SysBench schema has thousands of tables and each
	// table has only limited range for a primary key. In this case, the same primary
	// key is sent from thousands of tables to the same shard, which causes throttling.
	// The default is False.
	PartitionIncludeSchemaTable *bool
	// The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.
	StreamArn *string
	// Includes any data definition language (DDL) operations that change the table in
	// the control data, such as rename-table, drop-table, add-column, drop-column, and
	// rename-column. The default is False.
	IncludeTableAlterOperations *bool
	// The Amazon Resource Name (ARN) for the AWS Identity and Access Management (IAM)
	// role that AWS DMS uses to write to the Kinesis data stream.
	ServiceAccessRoleArn *string
	// The output format for the records created on the endpoint. The message format is
	// JSON (default) or JSON_UNFORMATTED (a single line with no tab).
	MessageFormat MessageFormatValue
	// Shows detailed control information for table definition, column definition, and
	// table and column changes in the Kinesis message output. The default is False.
	IncludeControlDetails *bool
	// Shows the partition value within the Kinesis message output, unless the
	// partition type is schema-table-type. The default is False.
	IncludePartitionValue *bool
}

Provides information that describes an Amazon Kinesis Data Stream endpoint. This information includes the output format of records applied to the endpoint and details of transaction and control table data information.

type MessageFormatValue

type MessageFormatValue string
const (
	MessageFormatValueJson             MessageFormatValue = "json"
	MessageFormatValueJson_unformatted MessageFormatValue = "json-unformatted"
)

Enum values for MessageFormatValue

type MicrosoftSQLServerSettings

type MicrosoftSQLServerSettings struct {
	// Endpoint connection user name.
	Username *string
	// Fully qualified domain name of the endpoint.
	ServerName *string
	// Database name for the endpoint.
	DatabaseName *string
	// Endpoint connection password.
	Password *string
	// Endpoint TCP port.
	Port *int32
}

Provides information that defines a Microsoft SQL Server endpoint.

type MigrationTypeValue

type MigrationTypeValue string
const (
	MigrationTypeValueFull_load         MigrationTypeValue = "full-load"
	MigrationTypeValueCdc               MigrationTypeValue = "cdc"
	MigrationTypeValueFull_load_and_cdc MigrationTypeValue = "full-load-and-cdc"
)

Enum values for MigrationTypeValue

type MongoDbSettings

type MongoDbSettings struct {
	// The AWS KMS key identifier that is used to encrypt the content on the
	// replication instance. If you don't specify a value for the KmsKeyId parameter,
	// then AWS DMS uses your default encryption key. AWS KMS creates the default
	// encryption key for your AWS account. Your AWS account has a different default
	// encryption key for each AWS Region.
	KmsKeyId *string
	// Specifies the document ID. Use this setting when NestingLevel is set to "none".
	// Default value is "false".
	ExtractDocId *string
	// The port value for the MongoDB source endpoint.
	Port *int32
	// The authentication type you use to access the MongoDB source endpoint. When when
	// set to "no", user name and password parameters are not used and can be empty.
	AuthType AuthTypeValue
	// The password for the user account you use to access the MongoDB source endpoint.
	Password *string
	// The name of the server on the MongoDB source endpoint.
	ServerName *string
	// Specifies either document or table mode. Default value is "none". Specify "none"
	// to use document mode. Specify "one" to use table mode.
	NestingLevel NestingLevelValue
	// The user name you use to access the MongoDB source endpoint.
	Username *string
	// The database name on the MongoDB source endpoint.
	DatabaseName *string
	// The authentication mechanism you use to access the MongoDB source endpoint. For
	// the default value, in MongoDB version 2.x, "default" is "mongodb_cr". For
	// MongoDB version 3.x or later, "default" is "scram_sha_1". This setting isn't
	// used when AuthType is set to "no".
	AuthMechanism AuthMechanismValue
	// Indicates the number of documents to preview to determine the document
	// organization. Use this setting when NestingLevel is set to "one". Must be a
	// positive value greater than 0. Default value is 1000.
	DocsToInvestigate *string
	// The MongoDB database name. This setting isn't used when AuthType is set to "no".
	// The default is "admin".
	AuthSource *string
}

Provides information that defines a MongoDB endpoint.

type MySQLSettings

type MySQLSettings struct {
	// Endpoint TCP port.
	Port *int32
	// Endpoint connection user name.
	Username *string
	// Database name for the endpoint.
	DatabaseName *string
	// Fully qualified domain name of the endpoint.
	ServerName *string
	// Endpoint connection password.
	Password *string
}

Provides information that defines a MySQL endpoint.

type NeptuneSettings

type NeptuneSettings struct {
	// A folder path where you want AWS DMS to store migrated graph data in the S3
	// bucket specified by S3BucketName
	S3BucketFolder *string
	// The number of times for AWS DMS to retry a bulk load of migrated graph data to
	// the Neptune target database before raising an error. The default is 5.
	MaxRetryCount *int32
	// The maximum size in kilobytes of migrated graph data stored in a .csv file
	// before AWS DMS bulk-loads the data to the Neptune target database. The default
	// is 1,048,576 KB. If the bulk load is successful, AWS DMS clears the bucket,
	// ready to store the next batch of migrated graph data.
	MaxFileSize *int32
	// If you want AWS Identity and Access Management (IAM) authorization enabled for
	// this endpoint, set this parameter to true. Then attach the appropriate IAM
	// policy document to your service role specified by ServiceAccessRoleArn. The
	// default is false.
	IamAuthEnabled *bool
	// The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated
	// graph data in .csv files before bulk-loading it to the Neptune target database.
	// AWS DMS maps the SQL source data to graph data before storing it in these .csv
	// files.
	S3BucketName *string
	// The Amazon Resource Name (ARN) of the service role that you created for the
	// Neptune target endpoint. For more information, see Creating an IAM Service Role
	// for Accessing Amazon Neptune as a Target
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole)
	// in the AWS Database Migration Service User Guide.
	ServiceAccessRoleArn *string
	// The number of milliseconds for AWS DMS to wait to retry a bulk-load of migrated
	// graph data to the Neptune target database before raising an error. The default
	// is 250.
	ErrorRetryDuration *int32
}

Provides information that defines an Amazon Neptune endpoint.

type NestingLevelValue

type NestingLevelValue string
const (
	NestingLevelValueNone NestingLevelValue = "none"
	NestingLevelValueOne  NestingLevelValue = "one"
)

Enum values for NestingLevelValue

type OracleSettings

type OracleSettings struct {
	// Database name for the endpoint.
	DatabaseName *string
	// Endpoint connection password.
	Password *string
	// For an Oracle source endpoint, your ASM user name. You can set this value from
	// the asm_user value. You set asm_user as part of the extra connection attribute
	// string to access an Oracle server with Binary Reader that uses ASM. For more
	// information, see Configuration for change data capture (CDC) on an Oracle source
	// database
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration).
	AsmUser *string
	// For an Oracle source endpoint, the name of a key used for the transparent data
	// encryption (TDE) of the columns and tablespaces in an Oracle source database
	// that is encrypted using TDE. The key value is the value of the
	// SecurityDbEncryption setting. For more information on setting the key name value
	// of SecurityDbEncryptionName, see the information and example for setting the
	// securityDbEncryptionName extra connection attribute in  Supported encryption
	// methods for using Oracle as a source for AWS DMS
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption)
	// in the AWS Database Migration Service User Guide.
	SecurityDbEncryptionName *string
	// For an Oracle source endpoint, the transparent data encryption (TDE) password
	// required by AWM DMS to access Oracle redo logs encrypted by TDE using Binary
	// Reader. It is also the  TDE_Password  part of the comma-separated value you set
	// to the Password request parameter when you create the endpoint. The
	// SecurityDbEncryptian setting is related to this SecurityDbEncryptionName
	// setting. For more information, see  Supported encryption methods for using
	// Oracle as a source for AWS DMS
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.Encryption)
	// in the AWS Database Migration Service User Guide.
	SecurityDbEncryption *string
	// For an Oracle source endpoint, your Oracle Automatic Storage Management (ASM)
	// password. You can set this value from the  asm_user_password  value. You set
	// this value as part of the comma-separated value that you set to the Password
	// request parameter when you create the endpoint to access transaction logs using
	// Binary Reader. For more information, see Configuration for change data capture
	// (CDC) on an Oracle source database
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration).
	AsmPassword *string
	// For an Oracle source endpoint, your ASM server address. You can set this value
	// from the asm_server value. You set asm_server as part of the extra connection
	// attribute string to access an Oracle server with Binary Reader that uses ASM.
	// For more information, see Configuration for change data capture (CDC) on an
	// Oracle source database
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration).
	AsmServer *string
	// Fully qualified domain name of the endpoint.
	ServerName *string
	// Endpoint connection user name.
	Username *string
	// Endpoint TCP port.
	Port *int32
}

Provides information that defines an Oracle endpoint.

type OrderableReplicationInstance

type OrderableReplicationInstance struct {
	// The version of the replication engine.
	EngineVersion *string
	// The type of storage used by the replication instance.
	StorageType *string
	// List of Availability Zones for this replication instance.
	AvailabilityZones []*string
	// The compute and memory capacity of the replication instance as defined for the
	// specified replication instance class. For example to specify the instance class
	// dms.c4.large, set this parameter to "dms.c4.large". For more information on the
	// settings and capacities for the available replication instance classes, see
	// Selecting the right AWS DMS replication instance for your migration
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth).
	ReplicationInstanceClass *string
	// The minimum amount of storage (in gigabytes) that can be allocated for the
	// replication instance.
	MinAllocatedStorage *int32
	// The default amount of storage (in gigabytes) that is allocated for the
	// replication instance.
	DefaultAllocatedStorage *int32
	// The value returned when the specified EngineVersion of the replication instance
	// is in Beta or test mode. This indicates some features might not work as
	// expected. AWS DMS supports the ReleaseStatus parameter in versions 3.1.4 and
	// later.
	ReleaseStatus ReleaseStatusValues
	// The minimum amount of storage (in gigabytes) that can be allocated for the
	// replication instance.
	MaxAllocatedStorage *int32
	// The amount of storage (in gigabytes) that is allocated for the replication
	// instance.
	IncludedAllocatedStorage *int32
}

In response to the DescribeOrderableReplicationInstances operation, this object describes an available replication instance. This description includes the replication instance's type, engine version, and allocated storage.

type ParquetVersionValue

type ParquetVersionValue string
const (
	ParquetVersionValueParquet_1_0 ParquetVersionValue = "parquet-1-0"
	ParquetVersionValueParquet_2_0 ParquetVersionValue = "parquet-2-0"
)

Enum values for ParquetVersionValue

type PendingMaintenanceAction

type PendingMaintenanceAction struct {
	// The effective date when the pending maintenance action will be applied to the
	// resource. This date takes into account opt-in requests received from the
	// ApplyPendingMaintenanceAction API operation, and also the AutoAppliedAfterDate
	// and ForcedApplyDate parameter values. This value is blank if an opt-in request
	// has not been received and nothing has been specified for AutoAppliedAfterDate or
	// ForcedApplyDate.
	CurrentApplyDate *time.Time
	// A description providing more detail about the maintenance action.
	Description *string
	// The date of the maintenance window when the action is to be applied. The
	// maintenance action is applied to the resource during its first maintenance
	// window after this date. If this date is specified, any next-maintenance opt-in
	// requests are ignored.
	AutoAppliedAfterDate *time.Time
	// The type of opt-in request that has been received for the resource.
	OptInStatus *string
	// The date when the maintenance action will be automatically applied. The
	// maintenance action is applied to the resource on this date regardless of the
	// maintenance window for the resource. If this date is specified, any immediate
	// opt-in requests are ignored.
	ForcedApplyDate *time.Time
	// The type of pending maintenance action that is available for the resource.
	Action *string
}

Describes a maintenance action pending for an AWS DMS resource, including when and how it will be applied. This data type is a response element to the DescribePendingMaintenanceActions operation.

type PostgreSQLSettings

type PostgreSQLSettings struct {
	// Endpoint connection user name.
	Username *string
	// Fully qualified domain name of the endpoint.
	ServerName *string
	// Endpoint connection password.
	Password *string
	// Endpoint TCP port.
	Port *int32
	// Database name for the endpoint.
	DatabaseName *string
}

Provides information that defines a PostgreSQL endpoint.

type RedshiftSettings

type RedshiftSettings struct {
	// A list of characters that you want to replace. Use with ReplaceChars.
	ReplaceInvalidChars *string
	// The time format that you want to use. Valid values are auto (case-sensitive),
	// 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10. Using
	// auto recognizes most strings, even some that aren't supported when you use a
	// time format string. If your date and time values use formats different from each
	// other, set this parameter to auto.
	TimeFormat *string
	// The location where the comma-separated value (.csv) files are stored before
	// being uploaded to the S3 bucket.
	BucketFolder *string
	// A value that specifies to remove surrounding quotation marks from strings in the
	// incoming data. All characters within the quotation marks, including delimiters,
	// are retained. Choose true to remove quotation marks. The default is false.
	RemoveQuotes *bool
	// The name of the Amazon Redshift data warehouse (service) that you are working
	// with.
	DatabaseName *string
	// A value that specifies to replaces the invalid characters specified in
	// ReplaceInvalidChars, substituting the specified characters instead. The default
	// is "?".
	ReplaceChars *string
	// The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide
	// this key ID. The key that you use needs an attached policy that enables IAM user
	// permissions and allows use of the key.
	ServerSideEncryptionKmsKeyId *string
	// The name of the S3 bucket you want to use
	BucketName *string
	// The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon
	// Redshift service.
	ServiceAccessRoleArn *string
	// A value that specifies to truncate data in columns to the appropriate number of
	// characters, so that the data fits in the column. This parameter applies only to
	// columns with a VARCHAR or CHAR data type, and rows with a size of 4 MB or less.
	// Choose true to truncate data. The default is false.
	TruncateColumns *bool
	// The password for the user named in the username property.
	Password *string
	// The number of threads used to upload a single file. This parameter accepts a
	// value from 1 through 64. It defaults to 10.
	FileTransferUploadStreams *int32
	// A value that sets the amount of time to wait (in milliseconds) before timing
	// out, beginning from when you initially establish a connection.
	ConnectionTimeout *int32
	// The size of the write buffer to use in rows. Valid values range from 1 through
	// 2,048. The default is 1,024. Use this setting to tune performance.
	WriteBufferSize *int32
	// A value that specifies to remove the trailing white space characters from a
	// VARCHAR string. This parameter applies only to columns with a VARCHAR data type.
	// Choose true to remove unneeded white space. The default is false.
	TrimBlanks *bool
	// Code to run after connecting. This parameter should contain the code itself, not
	// the name of a file containing the code.
	AfterConnectScript *string
	// The maximum size (in KB) of any .csv file used to transfer data to Amazon
	// Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768
	// KB (32 MB).
	MaxFileSize *int32
	// An Amazon Redshift user name for a registered user.
	Username *string
	// The date format that you are using. Valid values are auto (case-sensitive), your
	// date format string enclosed in quotes, or NULL. If this parameter is left unset
	// (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes most
	// strings, even some that aren't supported when you use a date format string. If
	// your date and time values use formats different from each other, set this to
	// auto.
	DateFormat *string
	// The amount of time to wait (in milliseconds) before timing out, beginning from
	// when you begin loading.
	LoadTimeout *int32
	// The name of the Amazon Redshift cluster you are using.
	ServerName *string
	// The port number for Amazon Redshift. The default value is 5439.
	Port *int32
	// The type of server-side encryption that you want to use for your data. This
	// encryption type is part of the endpoint settings or the extra connections
	// attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS.
	// To use SSE_S3, create an AWS Identity and Access Management (IAM) role with a
	// policy that allows "arn:aws:s3:::*" to use the following actions:
	// "s3:PutObject", "s3:ListBucket"
	EncryptionMode EncryptionModeValue
	// A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR
	// fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null. The
	// default is false.
	EmptyAsNull *bool
	// A value that indicates to allow any date format, including invalid formats such
	// as 00/00/00 00:00:00, to be loaded without generating an error. You can choose
	// true or false (the default). This parameter applies only to TIMESTAMP and DATE
	// columns. Always use ACCEPTANYDATE with the DATEFORMAT parameter. If the date
	// format for the data doesn't match the DATEFORMAT specification, Amazon Redshift
	// inserts a NULL value into that field.
	AcceptAnyDate *bool
}

Provides information that defines an Amazon Redshift endpoint.

type RefreshSchemasStatus

type RefreshSchemasStatus struct {
	// The date the schema was last refreshed.
	LastRefreshDate *time.Time
	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	EndpointArn *string
	// The Amazon Resource Name (ARN) of the replication instance.
	ReplicationInstanceArn *string
	// The last failure message for the schema.
	LastFailureMessage *string
	// The status of the schema.
	Status RefreshSchemasStatusTypeValue
}

Provides information that describes status of a schema at an endpoint specified by the DescribeRefreshSchemaStatus operation.

type RefreshSchemasStatusTypeValue

type RefreshSchemasStatusTypeValue string
const (
	RefreshSchemasStatusTypeValueSuccessful RefreshSchemasStatusTypeValue = "successful"
	RefreshSchemasStatusTypeValueFailed     RefreshSchemasStatusTypeValue = "failed"
	RefreshSchemasStatusTypeValueRefreshing RefreshSchemasStatusTypeValue = "refreshing"
)

Enum values for RefreshSchemasStatusTypeValue

type ReleaseStatusValues

type ReleaseStatusValues string
const (
	ReleaseStatusValuesBeta ReleaseStatusValues = "beta"
)

Enum values for ReleaseStatusValues

type ReloadOptionValue

type ReloadOptionValue string
const (
	ReloadOptionValueData_reload   ReloadOptionValue = "data-reload"
	ReloadOptionValueValidate_only ReloadOptionValue = "validate-only"
)

Enum values for ReloadOptionValue

type ReplicationEndpointTypeValue

type ReplicationEndpointTypeValue string
const (
	ReplicationEndpointTypeValueSource ReplicationEndpointTypeValue = "source"
	ReplicationEndpointTypeValueTarget ReplicationEndpointTypeValue = "target"
)

Enum values for ReplicationEndpointTypeValue

type ReplicationInstance

type ReplicationInstance struct {
	// The VPC security group for the instance.
	VpcSecurityGroups []*VpcSecurityGroupMembership
	// The public IP address of the replication instance.
	ReplicationInstancePublicIpAddress *string
	// The pending modification values.
	PendingModifiedValues *ReplicationPendingModifiedValues
	// The compute and memory capacity of the replication instance as defined for the
	// specified replication instance class. For more information on the settings and
	// capacities for the available replication instance classes, see  Selecting the
	// right AWS DMS replication instance for your migration
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth).
	ReplicationInstanceClass *string
	// One or more private IP addresses for the replication instance.
	ReplicationInstancePrivateIpAddresses []*string
	// The amount of storage (in gigabytes) that is allocated for the replication
	// instance.
	AllocatedStorage *int32
	// The maintenance window times for the replication instance.
	PreferredMaintenanceWindow *string
	// An AWS KMS key identifier that is used to encrypt the data on the replication
	// instance. If you don't specify a value for the KmsKeyId parameter, then AWS DMS
	// uses your default encryption key. AWS KMS creates the default encryption key for
	// your AWS account. Your AWS account has a different default encryption key for
	// each AWS Region.
	KmsKeyId *string
	// The DNS name servers supported for the replication instance to access your
	// on-premise source or target database.
	DnsNameServers *string
	// The Availability Zone for the instance.
	AvailabilityZone *string
	// The replication instance identifier. This parameter is stored as a lowercase
	// string. Constraints:
	//
	//     * Must contain 1-63 alphanumeric characters or
	// hyphens.
	//
	//     * First character must be a letter.
	//
	//     * Cannot end with a
	// hyphen or contain two consecutive hyphens.
	//
	// Example: myrepinstance
	ReplicationInstanceIdentifier *string
	// Specifies the accessibility options for the replication instance. A value of
	// true represents an instance with a public IP address. A value of false
	// represents an instance with a private IP address. The default value is true.
	PubliclyAccessible *bool
	// The expiration date of the free replication instance that is part of the Free
	// DMS program.
	FreeUntil *time.Time
	// The time the replication instance was created.
	InstanceCreateTime *time.Time
	// One or more public IP addresses for the replication instance.
	ReplicationInstancePublicIpAddresses []*string
	// The private IP address of the replication instance.
	ReplicationInstancePrivateIpAddress *string
	// The Availability Zone of the standby replication instance in a Multi-AZ
	// deployment.
	SecondaryAvailabilityZone *string
	// The engine version number of the replication instance.
	EngineVersion *string
	// Boolean value indicating if minor version upgrades will be automatically applied
	// to the instance.
	AutoMinorVersionUpgrade *bool
	// The Amazon Resource Name (ARN) of the replication instance.
	ReplicationInstanceArn *string
	// The status of the replication instance. The possible return values include:
	// <ul> <li> <p> <code>"available"</code> </p> </li> <li> <p>
	// <code>"creating"</code> </p> </li> <li> <p> <code>"deleted"</code> </p> </li>
	// <li> <p> <code>"deleting"</code> </p> </li> <li> <p> <code>"failed"</code> </p>
	// </li> <li> <p> <code>"modifying"</code> </p> </li> <li> <p>
	// <code>"upgrading"</code> </p> </li> <li> <p> <code>"rebooting"</code> </p> </li>
	// <li> <p> <code>"resetting-master-credentials"</code> </p> </li> <li> <p>
	// <code>"storage-full"</code> </p> </li> <li> <p>
	// <code>"incompatible-credentials"</code> </p> </li> <li> <p>
	// <code>"incompatible-network"</code> </p> </li> <li> <p>
	// <code>"maintenance"</code> </p> </li> </ul>
	ReplicationInstanceStatus *string
	// Specifies whether the replication instance is a Multi-AZ deployment. You can't
	// set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.
	MultiAZ *bool
	// The subnet group for the replication instance.
	ReplicationSubnetGroup *ReplicationSubnetGroup
}

Provides information that defines a replication instance.

type ReplicationInstanceTaskLog

type ReplicationInstanceTaskLog struct {
	// The name of the replication task.
	ReplicationTaskName *string
	// The size, in bytes, of the replication task log.
	ReplicationInstanceTaskLogSize *int64
	// The Amazon Resource Name (ARN) of the replication task.
	ReplicationTaskArn *string
}

Contains metadata for a replication instance task log.

type ReplicationPendingModifiedValues

type ReplicationPendingModifiedValues struct {
	// The engine version number of the replication instance.
	EngineVersion *string
	// Specifies whether the replication instance is a Multi-AZ deployment. You can't
	// set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.
	MultiAZ *bool
	// The amount of storage (in gigabytes) that is allocated for the replication
	// instance.
	AllocatedStorage *int32
	// The compute and memory capacity of the replication instance as defined for the
	// specified replication instance class. For more information on the settings and
	// capacities for the available replication instance classes, see  Selecting the
	// right AWS DMS replication instance for your migration
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth).
	ReplicationInstanceClass *string
}

Provides information about the values of pending modifications to a replication instance. This data type is an object of the ReplicationInstance user-defined data type.

type ReplicationSubnetGroup

type ReplicationSubnetGroup struct {
	// The ID of the VPC.
	VpcId *string
	// A description for the replication subnet group.
	ReplicationSubnetGroupDescription *string
	// The status of the subnet group.
	SubnetGroupStatus *string
	// The identifier of the replication instance subnet group.
	ReplicationSubnetGroupIdentifier *string
	// The subnets that are in the subnet group.
	Subnets []*Subnet
}

Describes a subnet group in response to a request by the DescribeReplicationSubnetGroup operation.

type ReplicationSubnetGroupDoesNotCoverEnoughAZs

type ReplicationSubnetGroupDoesNotCoverEnoughAZs struct {
	Message *string
}

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) Error

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) ErrorCode

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) ErrorFault

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) ErrorMessage

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) GetMessage

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) HasMessage

type ReplicationTask

type ReplicationTask struct {
	// The date the replication task was created.
	ReplicationTaskCreationDate *time.Time
	// The settings for the replication task.
	ReplicationTaskSettings *string
	// The status of the replication task.
	Status *string
	// The date the replication task is scheduled to start.
	ReplicationTaskStartDate *time.Time
	// The user-assigned replication task identifier or name. Constraints:
	//
	//     * Must
	// contain 1-255 alphanumeric characters or hyphens.
	//
	//     * First character must be
	// a letter.
	//
	//     * Cannot end with a hyphen or contain two consecutive hyphens.
	ReplicationTaskIdentifier *string
	// The reason the replication task was stopped. This response parameter can return
	// one of the following values:
	//
	//     * "STOP_REASON_FULL_LOAD_COMPLETED" –
	// Full-load migration completed.
	//
	//     * "STOP_REASON_CACHED_CHANGES_APPLIED" –
	// Change data capture (CDC) load completed.
	//
	//     *
	// "STOP_REASON_CACHED_CHANGES_NOT_APPLIED" – In a full-load and CDC migration, the
	// full-load stopped as specified before starting the CDC migration.
	//
	//     *
	// "STOP_REASON_SERVER_TIME" – The migration stopped at the specified server time.
	StopReason *string
	// The Amazon Resource Name (ARN) of the replication task.
	ReplicationTaskArn *string
	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	SourceEndpointArn *string
	// Indicates the last checkpoint that occurred during a change data capture (CDC)
	// operation. You can provide this value to the CdcStartPosition parameter to start
	// a CDC operation that begins at that checkpoint.
	RecoveryCheckpoint *string
	// The statistics for the task, including elapsed time, tables loaded, and table
	// errors.
	ReplicationTaskStats *ReplicationTaskStats
	// The Amazon Resource Name (ARN) of the replication instance.
	ReplicationInstanceArn *string
	// Indicates when you want a change data capture (CDC) operation to stop. The value
	// can be either server time or commit time. Server time example:
	// --cdc-stop-position “server_time:3018-02-09T12:12:12” Commit time example:
	// --cdc-stop-position “commit_time: 3018-02-09T12:12:12 “
	CdcStopPosition *string
	// The last error (failure) message generated for the replication instance.
	LastFailureMessage *string
	// Table mappings specified in the task.
	TableMappings *string
	// The type of migration.
	MigrationType MigrationTypeValue
	// Supplemental information that the task requires to migrate the data for certain
	// source and target endpoints. For more information, see Specifying Supplemental
	// Data for Task Settings
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html) in
	// the AWS Database Migration Service User Guide.
	TaskData *string
	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	TargetEndpointArn *string
	// Indicates when you want a change data capture (CDC) operation to start. Use
	// either CdcStartPosition or CdcStartTime to specify when you want the CDC
	// operation to start. Specifying both values results in an error. The value can be
	// in date, checkpoint, or LSN/SCN format. Date Example: --cdc-start-position
	// “2018-03-08T12:12:12” Checkpoint Example: --cdc-start-position
	// "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"
	// LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
	CdcStartPosition *string
}

Provides information that describes a replication task created by the CreateReplicationTask operation.

type ReplicationTaskAssessmentResult

type ReplicationTaskAssessmentResult struct {
	// The URL of the S3 object containing the task assessment results.
	S3ObjectUrl *string
	// The date the task assessment was completed.
	ReplicationTaskLastAssessmentDate *time.Time
	// The Amazon Resource Name (ARN) of the replication task.
	ReplicationTaskArn *string
	// The replication task identifier of the task on which the task assessment was
	// run.
	ReplicationTaskIdentifier *string
	// The status of the task assessment.
	AssessmentStatus *string
	// The task assessment results in JSON format.
	AssessmentResults *string
	// The file containing the results of the task assessment.
	AssessmentResultsFile *string
}

The task assessment report in JSON format.

type ReplicationTaskAssessmentRun

type ReplicationTaskAssessmentRun struct {
	// Amazon Resource Name (ARN) of this assessment run.
	ReplicationTaskAssessmentRunArn *string
	// Indication of the completion progress for the individual assessments specified
	// to run.
	AssessmentProgress *ReplicationTaskAssessmentRunProgress
	// Encryption mode used to encrypt the assessment run results.
	ResultEncryptionMode *string
	// Folder in an Amazon S3 bucket where AWS DMS stores the results of this
	// assessment run.
	ResultLocationFolder *string
	// Last message generated by an individual assessment failure.
	LastFailureMessage *string
	// ARN of the service role used to start the assessment run using the
	// StartReplicationTaskAssessmentRun operation.
	ServiceAccessRoleArn *string
	// Unique name of the assessment run.
	AssessmentRunName *string
	// Date on which the assessment run was created using the
	// StartReplicationTaskAssessmentRun operation.
	ReplicationTaskAssessmentRunCreationDate *time.Time
	// Assessment run status. This status can have one of the following values:
	//
	//     *
	// "cancelling" – The assessment run was canceled by the
	// CancelReplicationTaskAssessmentRun operation.
	//
	//     * "deleting" – The assessment
	// run was deleted by the DeleteReplicationTaskAssessmentRun operation.
	//
	//     *
	// "failed" – At least one individual assessment completed with a failed status.
	//
	//
	// * "error-provisioning" – An internal error occurred while resources were
	// provisioned (during provisioning status).
	//
	//     * "error-executing" – An internal
	// error occurred while individual assessments ran (during running status).
	//
	//     *
	// "invalid state" – The assessment run is in an unknown state.
	//
	//     * "passed" –
	// All individual assessments have completed, and none has a failed status.
	//
	//     *
	// "provisioning" – Resources required to run individual assessments are being
	// provisioned.
	//
	//     * "running" – Individual assessments are being run.
	//
	//     *
	// "starting" – The assessment run is starting, but resources are not yet being
	// provisioned for individual assessments.
	Status *string
	// ARN of the AWS KMS encryption key used to encrypt the assessment run results.
	ResultKmsKeyArn *string
	// ARN of the migration task associated with this premigration assessment run.
	ReplicationTaskArn *string
	// Amazon S3 bucket where AWS DMS stores the results of this assessment run.
	ResultLocationBucket *string
}

Provides information that describes a premigration assessment run that you have started using the StartReplicationTaskAssessmentRun operation. Some of the information appears based on other operations that can return the ReplicationTaskAssessmentRun object.

type ReplicationTaskAssessmentRunProgress

type ReplicationTaskAssessmentRunProgress struct {
	// The number of individual assessments that are specified to run.
	IndividualAssessmentCount *int32
	// The number of individual assessments that have completed, successfully or not.
	IndividualAssessmentCompletedCount *int32
}

The progress values reported by the AssessmentProgress response element.

type ReplicationTaskIndividualAssessment

type ReplicationTaskIndividualAssessment struct {
	// Name of this individual assessment.
	IndividualAssessmentName *string
	// ARN of the premigration assessment run that is created to run this individual
	// assessment.
	ReplicationTaskAssessmentRunArn *string
	// Date when this individual assessment was started as part of running the
	// StartReplicationTaskAssessmentRun operation.
	ReplicationTaskIndividualAssessmentStartDate *time.Time
	// Individual assessment status. This status can have one of the following
	// values:
	//
	//     * "cancelled"
	//
	//     * "error"
	//
	//     * "failed"
	//
	//     * "passed"
	//
	//     *
	// "pending"
	//
	//     * "running"
	Status *string
	// Amazon Resource Name (ARN) of this individual assessment.
	ReplicationTaskIndividualAssessmentArn *string
}

Provides information that describes an individual assessment from a premigration assessment run.

type ReplicationTaskStats

type ReplicationTaskStats struct {
	// The date the replication task full load was completed.
	FullLoadFinishDate *time.Time
	// The date the replication task was started either with a fresh start or a target
	// reload.
	FreshStartDate *time.Time
	// The number of tables loaded for this task.
	TablesLoaded *int32
	// The number of tables currently loading for this task.
	TablesLoading *int32
	// The date the replication task was stopped.
	StopDate *time.Time
	// The number of errors that have occurred during this task.
	TablesErrored *int32
	// The date the replication task full load was started.
	FullLoadStartDate *time.Time
	// The date the replication task was started either with a fresh start or a resume.
	// For more information, see StartReplicationTaskType
	// (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html#DMS-StartReplicationTask-request-StartReplicationTaskType).
	StartDate *time.Time
	// The elapsed time of the task, in milliseconds.
	ElapsedTimeMillis *int64
	// The number of tables queued for this task.
	TablesQueued *int32
	// The percent complete for the full load migration task.
	FullLoadProgressPercent *int32
}

In response to a request by the DescribeReplicationTasks operation, this object provides a collection of statistics about a replication task.

type ResourceAlreadyExistsFault

type ResourceAlreadyExistsFault struct {
	Message *string

	ResourceArn *string
}

The resource you are attempting to create already exists.

func (*ResourceAlreadyExistsFault) Error

func (*ResourceAlreadyExistsFault) ErrorCode

func (e *ResourceAlreadyExistsFault) ErrorCode() string

func (*ResourceAlreadyExistsFault) ErrorFault

func (*ResourceAlreadyExistsFault) ErrorMessage

func (e *ResourceAlreadyExistsFault) ErrorMessage() string

func (*ResourceAlreadyExistsFault) GetMessage

func (e *ResourceAlreadyExistsFault) GetMessage() string

func (*ResourceAlreadyExistsFault) GetResourceArn

func (e *ResourceAlreadyExistsFault) GetResourceArn() string

func (*ResourceAlreadyExistsFault) HasMessage

func (e *ResourceAlreadyExistsFault) HasMessage() bool

func (*ResourceAlreadyExistsFault) HasResourceArn

func (e *ResourceAlreadyExistsFault) HasResourceArn() bool

type ResourceNotFoundFault

type ResourceNotFoundFault struct {
	Message *string
}

The resource could not be found.

func (*ResourceNotFoundFault) Error

func (e *ResourceNotFoundFault) Error() string

func (*ResourceNotFoundFault) ErrorCode

func (e *ResourceNotFoundFault) ErrorCode() string

func (*ResourceNotFoundFault) ErrorFault

func (e *ResourceNotFoundFault) ErrorFault() smithy.ErrorFault

func (*ResourceNotFoundFault) ErrorMessage

func (e *ResourceNotFoundFault) ErrorMessage() string

func (*ResourceNotFoundFault) GetMessage

func (e *ResourceNotFoundFault) GetMessage() string

func (*ResourceNotFoundFault) HasMessage

func (e *ResourceNotFoundFault) HasMessage() bool

type ResourcePendingMaintenanceActions

type ResourcePendingMaintenanceActions struct {
	// Detailed information about the pending maintenance action.
	PendingMaintenanceActionDetails []*PendingMaintenanceAction
	// The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance
	// action applies to. For information about creating an ARN, see  Constructing an
	// Amazon Resource Name (ARN) for AWS DMS
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.AWS.ARN.html)
	// in the DMS documentation.
	ResourceIdentifier *string
}

Identifies an AWS DMS resource and any pending actions for it.

type ResourceQuotaExceededFault

type ResourceQuotaExceededFault struct {
	Message *string
}

The quota for this resource quota has been exceeded.

func (*ResourceQuotaExceededFault) Error

func (*ResourceQuotaExceededFault) ErrorCode

func (e *ResourceQuotaExceededFault) ErrorCode() string

func (*ResourceQuotaExceededFault) ErrorFault

func (*ResourceQuotaExceededFault) ErrorMessage

func (e *ResourceQuotaExceededFault) ErrorMessage() string

func (*ResourceQuotaExceededFault) GetMessage

func (e *ResourceQuotaExceededFault) GetMessage() string

func (*ResourceQuotaExceededFault) HasMessage

func (e *ResourceQuotaExceededFault) HasMessage() bool

type S3AccessDeniedFault

type S3AccessDeniedFault struct {
	Message *string
}

Insufficient privileges are preventing access to an Amazon S3 object.

func (*S3AccessDeniedFault) Error

func (e *S3AccessDeniedFault) Error() string

func (*S3AccessDeniedFault) ErrorCode

func (e *S3AccessDeniedFault) ErrorCode() string

func (*S3AccessDeniedFault) ErrorFault

func (e *S3AccessDeniedFault) ErrorFault() smithy.ErrorFault

func (*S3AccessDeniedFault) ErrorMessage

func (e *S3AccessDeniedFault) ErrorMessage() string

func (*S3AccessDeniedFault) GetMessage

func (e *S3AccessDeniedFault) GetMessage() string

func (*S3AccessDeniedFault) HasMessage

func (e *S3AccessDeniedFault) HasMessage() bool

type S3ResourceNotFoundFault

type S3ResourceNotFoundFault struct {
	Message *string
}

A specified Amazon S3 bucket, bucket folder, or other object can't be found.

func (*S3ResourceNotFoundFault) Error

func (e *S3ResourceNotFoundFault) Error() string

func (*S3ResourceNotFoundFault) ErrorCode

func (e *S3ResourceNotFoundFault) ErrorCode() string

func (*S3ResourceNotFoundFault) ErrorFault

func (e *S3ResourceNotFoundFault) ErrorFault() smithy.ErrorFault

func (*S3ResourceNotFoundFault) ErrorMessage

func (e *S3ResourceNotFoundFault) ErrorMessage() string

func (*S3ResourceNotFoundFault) GetMessage

func (e *S3ResourceNotFoundFault) GetMessage() string

func (*S3ResourceNotFoundFault) HasMessage

func (e *S3ResourceNotFoundFault) HasMessage() bool

type S3Settings

type S3Settings struct {
	// A value that when nonblank causes AWS DMS to add a column with timestamp
	// information to the endpoint data for an Amazon S3 target. AWS DMS supports the
	// TimestampColumnName parameter in versions 3.1.4 and later. DMS includes an
	// additional STRING column in the .csv or .parquet object files of your migrated
	// data when you set TimestampColumnName to a nonblank value. For a full load, each
	// row of this timestamp column contains a timestamp for when the data was
	// transferred from the source to the target by DMS. For a change data capture
	// (CDC) load, each row of the timestamp column contains the timestamp for the
	// commit of that row in the source database. The string format for this timestamp
	// column value is yyyy-MM-dd HH:mm:ss.SSSSSS. By default, the precision of this
	// value is in microseconds. For a CDC load, the rounding of the precision depends
	// on the commit timestamp supported by DMS for the source database. When the
	// AddColumnName parameter is set to true, DMS also includes a name for the
	// timestamp column that you set with TimestampColumnName.
	TimestampColumnName *string
	// An optional parameter to use GZIP to compress the target files. Set to GZIP to
	// compress the target files. Either set this parameter to NONE (the default) or
	// don't use it to leave the files uncompressed. This parameter applies to both
	// .csv and .parquet file formats.
	CompressionType CompressionTypeValue
	// A value that specifies the precision of any TIMESTAMP column values that are
	// written to an Amazon S3 object file in .parquet format. AWS DMS supports the
	// ParquetTimestampInMillisecond parameter in versions 3.1.4 and later. When
	// ParquetTimestampInMillisecond is set to true or y, AWS DMS writes all TIMESTAMP
	// columns in a .parquet formatted file with millisecond precision. Otherwise, DMS
	// writes them with microsecond precision. Currently, Amazon Athena and AWS Glue
	// can handle only millisecond precision for TIMESTAMP values. Set this parameter
	// to true for S3 endpoint object files that are .parquet formatted only if you
	// plan to query or process the data with Athena or AWS Glue.  <p>AWS DMS writes
	// any <code>TIMESTAMP</code> column values written to an S3 file in .csv format
	// with microsecond precision.</p> <p>Setting
	// <code>ParquetTimestampInMillisecond</code> has no effect on the string format of
	// the timestamp column value that is inserted by setting the
	// <code>TimestampColumnName</code> parameter.</p> </note>
	ParquetTimestampInMillisecond *bool
	// A value that enables statistics for Parquet pages and row groups. Choose true to
	// enable statistics, false to disable. Statistics include NULL, DISTINCT, MAX, and
	// MIN values. This parameter defaults to true. This value is used for .parquet
	// file format only.
	EnableStatistics *bool
	// The format of the data that you want to use for output. You can choose one of
	// the following:
	//
	//     * csv : This is a row-based file format with comma-separated
	// values (.csv).
	//
	//     * parquet : Apache Parquet (.parquet) is a columnar storage
	// file format that features efficient compression and provides faster query
	// response.
	DataFormat DataFormatValue
	// The version of the Apache Parquet format that you want to use: parquet_1_0 (the
	// default) or parquet_2_0.
	ParquetVersion ParquetVersionValue
	// The delimiter used to separate columns in the source files. The default is a
	// comma.
	CsvDelimiter *string
	// An optional parameter to set a folder name in the S3 bucket. If provided, tables
	// are created in the path  bucketFolder/schema_name/table_name/. If this parameter
	// isn't specified, then the path used is  schema_name/table_name/.
	BucketFolder *string
	// A value that enables a full load to write INSERT operations to the
	// comma-separated value (.csv) output files only to indicate how the rows were
	// added to the source database. AWS DMS supports the IncludeOpForFullLoad
	// parameter in versions 3.1.4 and later. For full load, records can only be
	// inserted. By default (the false setting), no information is recorded in these
	// output files for a full load to indicate that the rows were inserted at the
	// source database. If IncludeOpForFullLoad is set to true or y, the INSERT is
	// recorded as an I annotation in the first field of the .csv file. This allows the
	// format of your target records from a full load to be consistent with the target
	// records from a CDC load. This setting works together with the CdcInsertsOnly and
	// the CdcInsertsAndUpdates parameters for output to .csv files only. For more
	// information about how these settings work together, see Indicating Source DB
	// Operations in Migrated S3 Data
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps)
	// in the AWS Database Migration Service User Guide..
	IncludeOpForFullLoad *bool
	// The type of encoding you are using:
	//
	//     * RLE_DICTIONARY uses a combination of
	// bit-packing and run-length encoding to store repeated values more efficiently.
	// This is the default.
	//
	//     * PLAIN doesn't use encoding at all. Values are stored
	// as they are.
	//
	//     * PLAIN_DICTIONARY builds a dictionary of the values
	// encountered in a given column. The dictionary is stored in a dictionary page for
	// each column chunk.
	EncodingType EncodingTypeValue
	// A value that enables a change data capture (CDC) load to write INSERT and UPDATE
	// operations to .csv or .parquet (columnar storage) output files. The default
	// setting is false, but when CdcInsertsAndUpdates is set to trueor y, INSERTs and
	// UPDATEs from the source database are migrated to the .csv or .parquet file. For
	// .csv file format only, how these INSERTs and UPDATEs are recorded depends on the
	// value of the IncludeOpForFullLoad parameter. If IncludeOpForFullLoad is set to
	// true, the first field of every CDC record is set to either I or U to indicate
	// INSERT and UPDATE operations at the source. But if IncludeOpForFullLoad is set
	// to false, CDC records are written without an indication of INSERT or UPDATE
	// operations at the source. For more information about how these settings work
	// together, see Indicating Source DB Operations in Migrated S3 Data
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps)
	// in the AWS Database Migration Service User Guide..  <p>AWS DMS supports the use
	// of the <code>CdcInsertsAndUpdates</code> parameter in versions 3.3.1 and
	// later.</p> <p> <code>CdcInsertsOnly</code> and <code>CdcInsertsAndUpdates</code>
	// can't both be set to <code>true</code> for the same endpoint. Set either
	// <code>CdcInsertsOnly</code> or <code>CdcInsertsAndUpdates</code> to
	// <code>true</code> for the same endpoint, but not both.</p> </note>
	CdcInsertsAndUpdates *bool
	// The external table definition.
	ExternalTableDefinition *string
	// If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. The
	// key that you use needs an attached policy that enables AWS Identity and Access
	// Management (IAM) user permissions and allows use of the key. Here is a CLI
	// example: aws dms create-endpoint --endpoint-identifier value --endpoint-type
	// target --engine-name s3 --s3-settings
	// ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value
	ServerSideEncryptionKmsKeyId *string
	// The name of the S3 bucket.
	BucketName *string
	// The size of one data page in bytes. This parameter defaults to 1024 * 1024 bytes
	// (1 MiB). This number is used for .parquet file format only.
	DataPageSize *int32
	// The Amazon Resource Name (ARN) used by the service access IAM role.
	ServiceAccessRoleArn *string
	// A value that enables a change data capture (CDC) load to write only INSERT
	// operations to .csv or columnar storage (.parquet) output files. By default (the
	// false setting), the first field in a .csv or .parquet record contains the letter
	// I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether the row was
	// inserted, updated, or deleted at the source database for a CDC load to the
	// target. If CdcInsertsOnly is set to true or y, only INSERTs from the source
	// database are migrated to the .csv or .parquet file. For .csv format only, how
	// these INSERTs are recorded depends on the value of IncludeOpForFullLoad. If
	// IncludeOpForFullLoad is set to true, the first field of every CDC record is set
	// to I to indicate the INSERT operation at the source. If IncludeOpForFullLoad is
	// set to false, every CDC record is written without a first field to indicate the
	// INSERT operation at the source. For more information about how these settings
	// work together, see Indicating Source DB Operations in Migrated S3 Data
	// (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps)
	// in the AWS Database Migration Service User Guide..  <note> <p>AWS DMS supports
	// the interaction described preceding between the <code>CdcInsertsOnly</code> and
	// <code>IncludeOpForFullLoad</code> parameters in versions 3.1.4 and later. </p>
	// <p> <code>CdcInsertsOnly</code> and <code>CdcInsertsAndUpdates</code> can't both
	// be set to <code>true</code> for the same endpoint. Set either
	// <code>CdcInsertsOnly</code> or <code>CdcInsertsAndUpdates</code> to
	// <code>true</code> for the same endpoint, but not both.</p> </note>
	CdcInsertsOnly *bool
	// The maximum size of an encoded dictionary page of a column. If the dictionary
	// page exceeds this, this column is stored using an encoding type of PLAIN. This
	// parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of a
	// dictionary page before it reverts to PLAIN encoding. This size is used for
	// .parquet file format only.
	DictPageSizeLimit *int32
	// The delimiter used to separate rows in the source files. The default is a
	// carriage return (\n).
	CsvRowDelimiter *string
	// The number of rows in a row group. A smaller row group size provides faster
	// reads. But as the number of row groups grows, the slower writes become. This
	// parameter defaults to 10,000 rows. This number is used for .parquet file format
	// only. If you choose a value larger than the maximum, RowGroupLength is set to
	// the max row group length in bytes (64 * 1024 * 1024).
	RowGroupLength *int32
	// The type of server-side encryption that you want to use for your data. This
	// encryption type is part of the endpoint settings or the extra connections
	// attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS.
	// To use SSE_S3, you need an AWS Identity and Access Management (IAM) role with
	// permission to allow "arn:aws:s3:::dms-*" to use the following actions:
	//
	//     *
	// s3:CreateBucket
	//
	//     * s3:ListBucket
	//
	//     * s3:DeleteBucket
	//
	//     *
	// s3:GetBucketLocation
	//
	//     * s3:GetObject
	//
	//     * s3:PutObject
	//
	//     *
	// s3:DeleteObject
	//
	//     * s3:GetObjectVersion
	//
	//     * s3:GetBucketPolicy
	//
	//     *
	// s3:PutBucketPolicy
	//
	//     * s3:DeleteBucketPolicy
	EncryptionMode EncryptionModeValue
}

Settings for exporting data to Amazon S3.

type SNSInvalidTopicFault

type SNSInvalidTopicFault struct {
	Message *string
}

The SNS topic is invalid.

func (*SNSInvalidTopicFault) Error

func (e *SNSInvalidTopicFault) Error() string

func (*SNSInvalidTopicFault) ErrorCode

func (e *SNSInvalidTopicFault) ErrorCode() string

func (*SNSInvalidTopicFault) ErrorFault

func (e *SNSInvalidTopicFault) ErrorFault() smithy.ErrorFault

func (*SNSInvalidTopicFault) ErrorMessage

func (e *SNSInvalidTopicFault) ErrorMessage() string

func (*SNSInvalidTopicFault) GetMessage

func (e *SNSInvalidTopicFault) GetMessage() string

func (*SNSInvalidTopicFault) HasMessage

func (e *SNSInvalidTopicFault) HasMessage() bool

type SNSNoAuthorizationFault

type SNSNoAuthorizationFault struct {
	Message *string
}

You are not authorized for the SNS subscription.

func (*SNSNoAuthorizationFault) Error

func (e *SNSNoAuthorizationFault) Error() string

func (*SNSNoAuthorizationFault) ErrorCode

func (e *SNSNoAuthorizationFault) ErrorCode() string

func (*SNSNoAuthorizationFault) ErrorFault

func (e *SNSNoAuthorizationFault) ErrorFault() smithy.ErrorFault

func (*SNSNoAuthorizationFault) ErrorMessage

func (e *SNSNoAuthorizationFault) ErrorMessage() string

func (*SNSNoAuthorizationFault) GetMessage

func (e *SNSNoAuthorizationFault) GetMessage() string

func (*SNSNoAuthorizationFault) HasMessage

func (e *SNSNoAuthorizationFault) HasMessage() bool

type SourceType

type SourceType string
const (
	SourceTypeReplicationInstance SourceType = "replication-instance"
)

Enum values for SourceType

type StartReplicationTaskTypeValue

type StartReplicationTaskTypeValue string
const (
	StartReplicationTaskTypeValueStart_replication StartReplicationTaskTypeValue = "start-replication"
	StartReplicationTaskTypeValueResume_processing StartReplicationTaskTypeValue = "resume-processing"
	StartReplicationTaskTypeValueReload_target     StartReplicationTaskTypeValue = "reload-target"
)

Enum values for StartReplicationTaskTypeValue

type StorageQuotaExceededFault

type StorageQuotaExceededFault struct {
	Message *string
}

The storage quota has been exceeded.

func (*StorageQuotaExceededFault) Error

func (e *StorageQuotaExceededFault) Error() string

func (*StorageQuotaExceededFault) ErrorCode

func (e *StorageQuotaExceededFault) ErrorCode() string

func (*StorageQuotaExceededFault) ErrorFault

func (*StorageQuotaExceededFault) ErrorMessage

func (e *StorageQuotaExceededFault) ErrorMessage() string

func (*StorageQuotaExceededFault) GetMessage

func (e *StorageQuotaExceededFault) GetMessage() string

func (*StorageQuotaExceededFault) HasMessage

func (e *StorageQuotaExceededFault) HasMessage() bool

type Subnet

type Subnet struct {
	// The Availability Zone of the subnet.
	SubnetAvailabilityZone *AvailabilityZone
	// The subnet identifier.
	SubnetIdentifier *string
	// The status of the subnet.
	SubnetStatus *string
}

In response to a request by the DescribeReplicationSubnetGroup operation, this object identifies a subnet by its given Availability Zone, subnet identifier, and status.

type SubnetAlreadyInUse

type SubnetAlreadyInUse struct {
	Message *string
}

The specified subnet is already in use.

func (*SubnetAlreadyInUse) Error

func (e *SubnetAlreadyInUse) Error() string

func (*SubnetAlreadyInUse) ErrorCode

func (e *SubnetAlreadyInUse) ErrorCode() string

func (*SubnetAlreadyInUse) ErrorFault

func (e *SubnetAlreadyInUse) ErrorFault() smithy.ErrorFault

func (*SubnetAlreadyInUse) ErrorMessage

func (e *SubnetAlreadyInUse) ErrorMessage() string

func (*SubnetAlreadyInUse) GetMessage

func (e *SubnetAlreadyInUse) GetMessage() string

func (*SubnetAlreadyInUse) HasMessage

func (e *SubnetAlreadyInUse) HasMessage() bool

type SupportedEndpointType

type SupportedEndpointType struct {
	// The database engine name. Valid values, depending on the EndpointType, include
	// "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql",
	// "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis",
	// "kafka", "elasticsearch", "documentdb", "sqlserver", and "neptune".
	EngineName *string
	// 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.
	ReplicationInstanceEngineMinimumVersion *string
	// Indicates if Change Data Capture (CDC) is supported.
	SupportsCDC *bool
	// The expanded name for the engine name. For example, if the EngineName parameter
	// is "aurora," this value would be "Amazon Aurora MySQL."
	EngineDisplayName *string
	// The type of endpoint. Valid values are source and target.
	EndpointType ReplicationEndpointTypeValue
}

Provides information about types of supported endpoints in response to a request by the DescribeEndpointTypes operation. This information includes the type of endpoint, the database engine name, and whether change data capture (CDC) is supported.

type SybaseSettings

type SybaseSettings struct {
	// Endpoint TCP port.
	Port *int32
	// Database name for the endpoint.
	DatabaseName *string
	// Endpoint connection user name.
	Username *string
	// Fully qualified domain name of the endpoint.
	ServerName *string
	// Endpoint connection password.
	Password *string
}

Provides information that defines a SAP ASE endpoint.

type TableStatistics

type TableStatistics struct {
	// The number of records that failed validation.
	ValidationFailedRecords *int64
	// The number of insert actions performed on a table.
	Inserts *int64
	// The validation state of the table. This parameter can have the following
	// values:
	//
	//     * Not enabled - Validation isn't enabled for the table in the
	// migration task.
	//
	//     * Pending records - Some records in the table are waiting
	// for validation.
	//
	//     * Mismatched records - Some records in the table don't
	// match between the source and target.
	//
	//     * Suspended records - Some records in
	// the table couldn't be validated.
	//
	//     * No primary key - The table couldn't be
	// validated because it has no primary key.
	//
	//     * Table error - The table wasn't
	// validated because it's in an error state and some data wasn't migrated.
	//
	//     *
	// Validated - All rows in the table are validated. If the table is updated, the
	// status can change from Validated.
	//
	//     * Error - The table couldn't be validated
	// because of an unexpected error.
	ValidationState *string
	// Additional details about the state of validation.
	ValidationStateDetails *string
	// The name of the table.
	TableName *string
	// The number of rows added during the full load operation.
	FullLoadRows *int64
	// The state of the tables described. Valid states: Table does not exist | Before
	// load | Full load | Table completed | Table cancelled | Table error | Table all |
	// Table updates | Table is being reloaded
	TableState *string
	// The schema name.
	SchemaName *string
	// The number of records that couldn't be validated.
	ValidationSuspendedRecords *int64
	// The number of records that have yet to be validated.
	ValidationPendingRecords *int64
	// A value that indicates if the table was reloaded (true) or loaded as part of a
	// new full load operation (false).
	FullLoadReloaded *bool
	// The number of update actions performed on a table.
	Updates *int64
	// The data definition language (DDL) used to build and modify the structure of
	// your tables.
	Ddls *int64
	// The last time a table was updated.
	LastUpdateTime *time.Time
	// The time when the full load operation completed.
	FullLoadEndTime *time.Time
	// The time when the full load operation started.
	FullLoadStartTime *time.Time
	// The number of rows that failed to load during the full load operation (valid
	// only for migrations where DynamoDB is the target).
	FullLoadErrorRows *int64
	// The number of delete actions performed on a table.
	Deletes *int64
	// The number of rows that failed conditional checks during the full load operation
	// (valid only for migrations where DynamoDB is the target).
	FullLoadCondtnlChkFailedRows *int64
}

Provides a collection of table statistics in response to a request by the DescribeTableStatistics operation.

type TableToReload

type TableToReload struct {
	// The schema name of the table to be reloaded.
	SchemaName *string
	// The table name of the table to be reloaded.
	TableName *string
}

Provides the name of the schema and table to be reloaded.

type Tag

type Tag struct {
	// A value is the optional value of the tag. The string value can be 1-256 Unicode
	// characters in length and can't be prefixed with "aws:" or "dms:". The string can
	// only contain only the set of Unicode letters, digits, white-space, '_', '.',
	// '/', '=', '+', '-' (Java regular expressions:
	// "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
	Value *string
	// A key is the required name of the tag. The string value can be 1-128 Unicode
	// characters in length and can't be prefixed with "aws:" or "dms:". The string can
	// only contain only the set of Unicode letters, digits, white-space, '_', '.',
	// '/', '=', '+', '-' (Java regular expressions:
	// "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
	Key *string
}

A user-defined key-value pair that describes metadata added to an AWS DMS resource and that is used by operations such as the following:

*

AddTagsToResource

  • ListTagsForResource

  • RemoveTagsFromResource

type UpgradeDependencyFailureFault

type UpgradeDependencyFailureFault struct {
	Message *string
}

An upgrade dependency is preventing the database migration.

func (*UpgradeDependencyFailureFault) Error

func (*UpgradeDependencyFailureFault) ErrorCode

func (e *UpgradeDependencyFailureFault) ErrorCode() string

func (*UpgradeDependencyFailureFault) ErrorFault

func (*UpgradeDependencyFailureFault) ErrorMessage

func (e *UpgradeDependencyFailureFault) ErrorMessage() string

func (*UpgradeDependencyFailureFault) GetMessage

func (e *UpgradeDependencyFailureFault) GetMessage() string

func (*UpgradeDependencyFailureFault) HasMessage

func (e *UpgradeDependencyFailureFault) HasMessage() bool

type VpcSecurityGroupMembership

type VpcSecurityGroupMembership struct {
	// The VPC security group ID.
	VpcSecurityGroupId *string
	// The status of the VPC security group.
	Status *string
}

Describes the status of a security group associated with the virtual private cloud (VPC) hosting your replication and DB instances.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL