libZSservicesZSamazonka-dmsZSamazonka-dms
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DMS.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2016-01-01 of the Amazon Database Migration Service SDK configuration.

Errors

_KMSAccessDeniedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_KMSDisabledFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_KMSFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidSubnet :: AsError a => Getting (First ServiceError) a ServiceError Source #

The subnet provided is invalid.

_ReplicationSubnetGroupDoesNotCoverEnoughAZs :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_S3ResourceNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InvalidResourceStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SNSNoAuthorizationFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

You are not authorized for the SNS subscription.

_ResourceAlreadyExistsFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource you are attempting to create already exists.

_InsufficientResourceCapacityFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

There are not enough resources allocated to the database migration.

_S3AccessDeniedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

Insufficient privileges are preventing access to an Amazon S3 object.

_KMSNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_KMSThrottlingFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

This request triggered KMS request throttling.

_ResourceQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The quota for this resource quota has been exceeded.

_UpgradeDependencyFailureFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

An upgrade dependency is preventing the database migration.

_ResourceNotFoundFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource could not be found.

_StorageQuotaExceededFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

The storage quota has been exceeded.

_AccessDeniedFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_SubnetAlreadyInUse :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified subnet is already in use.

_KMSInvalidStateFault :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

AuthMechanismValue

newtype AuthMechanismValue Source #

Instances

Instances details
Eq AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Ord AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Read AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Show AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Generic AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Associated Types

type Rep AuthMechanismValue :: Type -> Type #

NFData AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Methods

rnf :: AuthMechanismValue -> () #

Hashable AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToJSON AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToJSONKey AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

FromJSON AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

FromJSONKey AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToLog AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToHeader AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToQuery AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

FromXML AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToXML AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToByteString AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

FromText AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToText AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

type Rep AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

type Rep AuthMechanismValue = D1 ('MetaData "AuthMechanismValue" "Amazonka.DMS.Types.AuthMechanismValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "AuthMechanismValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthMechanismValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthTypeValue

newtype AuthTypeValue Source #

Constructors

AuthTypeValue' 

Bundled Patterns

pattern AuthTypeValue_No :: AuthTypeValue 
pattern AuthTypeValue_Password :: AuthTypeValue 

Instances

Instances details
Eq AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Ord AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Read AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Show AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Generic AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Associated Types

type Rep AuthTypeValue :: Type -> Type #

NFData AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Methods

rnf :: AuthTypeValue -> () #

Hashable AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToJSON AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToJSONKey AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

FromJSON AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

FromJSONKey AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToLog AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToHeader AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToQuery AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

FromXML AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToXML AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Methods

toXML :: AuthTypeValue -> XML #

ToByteString AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

FromText AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToText AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Methods

toText :: AuthTypeValue -> Text #

type Rep AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

type Rep AuthTypeValue = D1 ('MetaData "AuthTypeValue" "Amazonka.DMS.Types.AuthTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "AuthTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CannedAclForObjectsValue

newtype CannedAclForObjectsValue Source #

Instances

Instances details
Eq CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Ord CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Read CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Show CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Generic CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Associated Types

type Rep CannedAclForObjectsValue :: Type -> Type #

NFData CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Hashable CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToJSON CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToJSONKey CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

FromJSON CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

FromJSONKey CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToLog CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToHeader CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToQuery CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

FromXML CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToXML CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToByteString CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

FromText CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToText CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

type Rep CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

type Rep CannedAclForObjectsValue = D1 ('MetaData "CannedAclForObjectsValue" "Amazonka.DMS.Types.CannedAclForObjectsValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "CannedAclForObjectsValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCannedAclForObjectsValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CharLengthSemantics

newtype CharLengthSemantics Source #

Instances

Instances details
Eq CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Ord CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Read CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Show CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Generic CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Associated Types

type Rep CharLengthSemantics :: Type -> Type #

NFData CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Methods

rnf :: CharLengthSemantics -> () #

Hashable CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToJSON CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToJSONKey CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

FromJSON CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

FromJSONKey CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToLog CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToHeader CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToQuery CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

FromXML CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToXML CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToByteString CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

FromText CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToText CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

type Rep CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

type Rep CharLengthSemantics = D1 ('MetaData "CharLengthSemantics" "Amazonka.DMS.Types.CharLengthSemantics" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "CharLengthSemantics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCharLengthSemantics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompressionTypeValue

newtype CompressionTypeValue Source #

Instances

Instances details
Eq CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Ord CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Read CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Show CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Generic CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Associated Types

type Rep CompressionTypeValue :: Type -> Type #

NFData CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Methods

rnf :: CompressionTypeValue -> () #

Hashable CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToJSON CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToJSONKey CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

FromJSON CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

FromJSONKey CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToLog CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToHeader CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToQuery CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

FromXML CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToXML CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToByteString CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

FromText CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToText CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

type Rep CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

type Rep CompressionTypeValue = D1 ('MetaData "CompressionTypeValue" "Amazonka.DMS.Types.CompressionTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "CompressionTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompressionTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataFormatValue

newtype DataFormatValue Source #

Constructors

DataFormatValue' 

Instances

Instances details
Eq DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Ord DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Read DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Show DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Generic DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Associated Types

type Rep DataFormatValue :: Type -> Type #

NFData DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Methods

rnf :: DataFormatValue -> () #

Hashable DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToJSON DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToJSONKey DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

FromJSON DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

FromJSONKey DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToLog DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToHeader DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToQuery DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

FromXML DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToXML DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Methods

toXML :: DataFormatValue -> XML #

ToByteString DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

FromText DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToText DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

type Rep DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

type Rep DataFormatValue = D1 ('MetaData "DataFormatValue" "Amazonka.DMS.Types.DataFormatValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "DataFormatValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataFormatValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatePartitionDelimiterValue

newtype DatePartitionDelimiterValue Source #

Instances

Instances details
Eq DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Ord DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Read DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Show DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Generic DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Associated Types

type Rep DatePartitionDelimiterValue :: Type -> Type #

NFData DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Hashable DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToJSON DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToJSONKey DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

FromJSON DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

FromJSONKey DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToLog DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToHeader DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToQuery DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

FromXML DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToXML DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToByteString DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

FromText DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToText DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

type Rep DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

type Rep DatePartitionDelimiterValue = D1 ('MetaData "DatePartitionDelimiterValue" "Amazonka.DMS.Types.DatePartitionDelimiterValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "DatePartitionDelimiterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatePartitionDelimiterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatePartitionSequenceValue

newtype DatePartitionSequenceValue Source #

Instances

Instances details
Eq DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Ord DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Read DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Show DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Generic DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Associated Types

type Rep DatePartitionSequenceValue :: Type -> Type #

NFData DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Hashable DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToJSON DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToJSONKey DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

FromJSON DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

FromJSONKey DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToLog DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToHeader DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToQuery DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

FromXML DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToXML DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToByteString DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

FromText DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToText DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

type Rep DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

type Rep DatePartitionSequenceValue = D1 ('MetaData "DatePartitionSequenceValue" "Amazonka.DMS.Types.DatePartitionSequenceValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "DatePartitionSequenceValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatePartitionSequenceValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DmsSslModeValue

newtype DmsSslModeValue Source #

Constructors

DmsSslModeValue' 

Instances

Instances details
Eq DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Ord DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Read DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Show DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Generic DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Associated Types

type Rep DmsSslModeValue :: Type -> Type #

NFData DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Methods

rnf :: DmsSslModeValue -> () #

Hashable DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToJSON DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToJSONKey DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

FromJSON DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

FromJSONKey DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToLog DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToHeader DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToQuery DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

FromXML DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToXML DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Methods

toXML :: DmsSslModeValue -> XML #

ToByteString DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

FromText DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToText DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

type Rep DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

type Rep DmsSslModeValue = D1 ('MetaData "DmsSslModeValue" "Amazonka.DMS.Types.DmsSslModeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "DmsSslModeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDmsSslModeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EncodingTypeValue

newtype EncodingTypeValue Source #

Instances

Instances details
Eq EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Ord EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Read EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Show EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Generic EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Associated Types

type Rep EncodingTypeValue :: Type -> Type #

NFData EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Methods

rnf :: EncodingTypeValue -> () #

Hashable EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToJSON EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToJSONKey EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

FromJSON EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

FromJSONKey EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToLog EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToHeader EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToQuery EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

FromXML EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToXML EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToByteString EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

FromText EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToText EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

type Rep EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

type Rep EncodingTypeValue = D1 ('MetaData "EncodingTypeValue" "Amazonka.DMS.Types.EncodingTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "EncodingTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEncodingTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EncryptionModeValue

newtype EncryptionModeValue Source #

Instances

Instances details
Eq EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Ord EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Read EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Show EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Generic EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Associated Types

type Rep EncryptionModeValue :: Type -> Type #

NFData EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Methods

rnf :: EncryptionModeValue -> () #

Hashable EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToJSON EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToJSONKey EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

FromJSON EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

FromJSONKey EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToLog EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToHeader EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToQuery EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

FromXML EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToXML EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToByteString EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

FromText EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToText EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

type Rep EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

type Rep EncryptionModeValue = D1 ('MetaData "EncryptionModeValue" "Amazonka.DMS.Types.EncryptionModeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "EncryptionModeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEncryptionModeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointSettingTypeValue

newtype EndpointSettingTypeValue Source #

Instances

Instances details
Eq EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Ord EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Read EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Show EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Generic EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Associated Types

type Rep EndpointSettingTypeValue :: Type -> Type #

NFData EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Hashable EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToJSON EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToJSONKey EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

FromJSON EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

FromJSONKey EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToLog EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToHeader EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToQuery EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

FromXML EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToXML EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToByteString EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

FromText EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToText EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

type Rep EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

type Rep EndpointSettingTypeValue = D1 ('MetaData "EndpointSettingTypeValue" "Amazonka.DMS.Types.EndpointSettingTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "EndpointSettingTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointSettingTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

KafkaSecurityProtocol

newtype KafkaSecurityProtocol Source #

Instances

Instances details
Eq KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Ord KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Read KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Show KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Generic KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Associated Types

type Rep KafkaSecurityProtocol :: Type -> Type #

NFData KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Methods

rnf :: KafkaSecurityProtocol -> () #

Hashable KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToJSON KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToJSONKey KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

FromJSON KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

FromJSONKey KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToLog KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToHeader KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToQuery KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

FromXML KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToXML KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToByteString KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

FromText KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToText KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

type Rep KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

type Rep KafkaSecurityProtocol = D1 ('MetaData "KafkaSecurityProtocol" "Amazonka.DMS.Types.KafkaSecurityProtocol" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "KafkaSecurityProtocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromKafkaSecurityProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MessageFormatValue

newtype MessageFormatValue Source #

Instances

Instances details
Eq MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Ord MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Read MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Show MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Generic MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Associated Types

type Rep MessageFormatValue :: Type -> Type #

NFData MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Methods

rnf :: MessageFormatValue -> () #

Hashable MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToJSON MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToJSONKey MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

FromJSON MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

FromJSONKey MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToLog MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToHeader MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToQuery MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

FromXML MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToXML MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToByteString MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

FromText MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToText MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

type Rep MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

type Rep MessageFormatValue = D1 ('MetaData "MessageFormatValue" "Amazonka.DMS.Types.MessageFormatValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "MessageFormatValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMessageFormatValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MigrationTypeValue

newtype MigrationTypeValue Source #

Instances

Instances details
Eq MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Ord MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Read MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Show MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Generic MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Associated Types

type Rep MigrationTypeValue :: Type -> Type #

NFData MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Methods

rnf :: MigrationTypeValue -> () #

Hashable MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToJSON MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToJSONKey MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

FromJSON MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

FromJSONKey MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToLog MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToHeader MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToQuery MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

FromXML MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToXML MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToByteString MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

FromText MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToText MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

type Rep MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

type Rep MigrationTypeValue = D1 ('MetaData "MigrationTypeValue" "Amazonka.DMS.Types.MigrationTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "MigrationTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMigrationTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NestingLevelValue

newtype NestingLevelValue Source #

Instances

Instances details
Eq NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Ord NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Read NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Show NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Generic NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Associated Types

type Rep NestingLevelValue :: Type -> Type #

NFData NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Methods

rnf :: NestingLevelValue -> () #

Hashable NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToJSON NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToJSONKey NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

FromJSON NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

FromJSONKey NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToLog NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToHeader NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToQuery NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

FromXML NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToXML NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToByteString NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

FromText NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToText NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

type Rep NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

type Rep NestingLevelValue = D1 ('MetaData "NestingLevelValue" "Amazonka.DMS.Types.NestingLevelValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "NestingLevelValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNestingLevelValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParquetVersionValue

newtype ParquetVersionValue Source #

Instances

Instances details
Eq ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Ord ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Read ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Show ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Generic ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Associated Types

type Rep ParquetVersionValue :: Type -> Type #

NFData ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Methods

rnf :: ParquetVersionValue -> () #

Hashable ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToJSON ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToJSONKey ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

FromJSON ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

FromJSONKey ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToLog ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToHeader ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToQuery ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

FromXML ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToXML ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToByteString ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

FromText ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToText ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

type Rep ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

type Rep ParquetVersionValue = D1 ('MetaData "ParquetVersionValue" "Amazonka.DMS.Types.ParquetVersionValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "ParquetVersionValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParquetVersionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PluginNameValue

newtype PluginNameValue Source #

Constructors

PluginNameValue' 

Instances

Instances details
Eq PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Ord PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Read PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Show PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Generic PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Associated Types

type Rep PluginNameValue :: Type -> Type #

NFData PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Methods

rnf :: PluginNameValue -> () #

Hashable PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToJSON PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToJSONKey PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

FromJSON PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

FromJSONKey PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToLog PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToHeader PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToQuery PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

FromXML PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToXML PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Methods

toXML :: PluginNameValue -> XML #

ToByteString PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

FromText PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToText PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

type Rep PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

type Rep PluginNameValue = D1 ('MetaData "PluginNameValue" "Amazonka.DMS.Types.PluginNameValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "PluginNameValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPluginNameValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RedisAuthTypeValue

newtype RedisAuthTypeValue Source #

Instances

Instances details
Eq RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Ord RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Read RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Show RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Generic RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Associated Types

type Rep RedisAuthTypeValue :: Type -> Type #

NFData RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Methods

rnf :: RedisAuthTypeValue -> () #

Hashable RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToJSON RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToJSONKey RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

FromJSON RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

FromJSONKey RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToLog RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToHeader RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToQuery RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

FromXML RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToXML RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToByteString RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

FromText RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToText RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

type Rep RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

type Rep RedisAuthTypeValue = D1 ('MetaData "RedisAuthTypeValue" "Amazonka.DMS.Types.RedisAuthTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "RedisAuthTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRedisAuthTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RefreshSchemasStatusTypeValue

newtype RefreshSchemasStatusTypeValue Source #

Instances

Instances details
Eq RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Ord RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Read RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Show RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Generic RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Associated Types

type Rep RefreshSchemasStatusTypeValue :: Type -> Type #

NFData RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Hashable RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToJSON RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToJSONKey RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

FromJSON RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

FromJSONKey RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToLog RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToHeader RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToQuery RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

FromXML RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToXML RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToByteString RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

FromText RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToText RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

type Rep RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

type Rep RefreshSchemasStatusTypeValue = D1 ('MetaData "RefreshSchemasStatusTypeValue" "Amazonka.DMS.Types.RefreshSchemasStatusTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "RefreshSchemasStatusTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRefreshSchemasStatusTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReleaseStatusValues

newtype ReleaseStatusValues Source #

Bundled Patterns

pattern ReleaseStatusValues_Beta :: ReleaseStatusValues 

Instances

Instances details
Eq ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Ord ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Read ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Show ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Generic ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Associated Types

type Rep ReleaseStatusValues :: Type -> Type #

NFData ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Methods

rnf :: ReleaseStatusValues -> () #

Hashable ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToJSON ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToJSONKey ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

FromJSON ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

FromJSONKey ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToLog ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToHeader ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToQuery ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

FromXML ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToXML ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToByteString ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

FromText ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToText ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

type Rep ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

type Rep ReleaseStatusValues = D1 ('MetaData "ReleaseStatusValues" "Amazonka.DMS.Types.ReleaseStatusValues" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "ReleaseStatusValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReleaseStatusValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReloadOptionValue

newtype ReloadOptionValue Source #

Instances

Instances details
Eq ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Ord ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Read ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Show ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Generic ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Associated Types

type Rep ReloadOptionValue :: Type -> Type #

NFData ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Methods

rnf :: ReloadOptionValue -> () #

Hashable ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToJSON ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToJSONKey ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

FromJSON ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

FromJSONKey ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToLog ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToHeader ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToQuery ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

FromXML ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToXML ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToByteString ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

FromText ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToText ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

type Rep ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

type Rep ReloadOptionValue = D1 ('MetaData "ReloadOptionValue" "Amazonka.DMS.Types.ReloadOptionValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "ReloadOptionValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReloadOptionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReplicationEndpointTypeValue

newtype ReplicationEndpointTypeValue Source #

Instances

Instances details
Eq ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Ord ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Read ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Show ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Generic ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Associated Types

type Rep ReplicationEndpointTypeValue :: Type -> Type #

NFData ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Hashable ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToJSON ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToJSONKey ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

FromJSON ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

FromJSONKey ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToLog ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToHeader ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToQuery ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

FromXML ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToXML ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToByteString ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

FromText ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToText ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

type Rep ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

type Rep ReplicationEndpointTypeValue = D1 ('MetaData "ReplicationEndpointTypeValue" "Amazonka.DMS.Types.ReplicationEndpointTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "ReplicationEndpointTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplicationEndpointTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SafeguardPolicy

newtype SafeguardPolicy Source #

Constructors

SafeguardPolicy' 

Instances

Instances details
Eq SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Ord SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Read SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Show SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Generic SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Associated Types

type Rep SafeguardPolicy :: Type -> Type #

NFData SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Methods

rnf :: SafeguardPolicy -> () #

Hashable SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToJSON SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToJSONKey SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

FromJSON SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

FromJSONKey SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToLog SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToHeader SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToQuery SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

FromXML SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToXML SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Methods

toXML :: SafeguardPolicy -> XML #

ToByteString SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

FromText SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToText SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

type Rep SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

type Rep SafeguardPolicy = D1 ('MetaData "SafeguardPolicy" "Amazonka.DMS.Types.SafeguardPolicy" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "SafeguardPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSafeguardPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Bundled Patterns

pattern SourceType_Replication_instance :: SourceType 

Instances

Instances details
Eq SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Read SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Generic SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

NFData SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Methods

rnf :: SourceType -> () #

Hashable SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

FromJSON SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

FromXML SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Methods

toXML :: SourceType -> XML #

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Methods

toText :: SourceType -> Text #

type Rep SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Amazonka.DMS.Types.SourceType" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "SourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SslSecurityProtocolValue

newtype SslSecurityProtocolValue Source #

Instances

Instances details
Eq SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Ord SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Read SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Show SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Generic SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Associated Types

type Rep SslSecurityProtocolValue :: Type -> Type #

NFData SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Hashable SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToJSON SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToJSONKey SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

FromJSON SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

FromJSONKey SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToLog SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToHeader SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToQuery SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

FromXML SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToXML SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToByteString SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

FromText SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToText SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

type Rep SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

type Rep SslSecurityProtocolValue = D1 ('MetaData "SslSecurityProtocolValue" "Amazonka.DMS.Types.SslSecurityProtocolValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "SslSecurityProtocolValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSslSecurityProtocolValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StartReplicationTaskTypeValue

newtype StartReplicationTaskTypeValue Source #

Instances

Instances details
Eq StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Ord StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Read StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Show StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Generic StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Associated Types

type Rep StartReplicationTaskTypeValue :: Type -> Type #

NFData StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Hashable StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToJSON StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToJSONKey StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

FromJSON StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

FromJSONKey StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToLog StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToHeader StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToQuery StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

FromXML StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToXML StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToByteString StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

FromText StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToText StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

type Rep StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

type Rep StartReplicationTaskTypeValue = D1 ('MetaData "StartReplicationTaskTypeValue" "Amazonka.DMS.Types.StartReplicationTaskTypeValue" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "StartReplicationTaskTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStartReplicationTaskTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetDbType

newtype TargetDbType Source #

Constructors

TargetDbType' 

Instances

Instances details
Eq TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Ord TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Read TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Show TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Generic TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Associated Types

type Rep TargetDbType :: Type -> Type #

NFData TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Methods

rnf :: TargetDbType -> () #

Hashable TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToJSON TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToJSONKey TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

FromJSON TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

FromJSONKey TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToLog TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToHeader TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToQuery TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

FromXML TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToXML TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Methods

toXML :: TargetDbType -> XML #

ToByteString TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

FromText TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToText TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Methods

toText :: TargetDbType -> Text #

type Rep TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

type Rep TargetDbType = D1 ('MetaData "TargetDbType" "Amazonka.DMS.Types.TargetDbType" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'True) (C1 ('MetaCons "TargetDbType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetDbType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountQuota

data AccountQuota Source #

Describes a quota for an Amazon Web Services account, for example the number of replication instances allowed.

See: newAccountQuota smart constructor.

Constructors

AccountQuota' 

Fields

Instances

Instances details
Eq AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Read AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Show AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Generic AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Associated Types

type Rep AccountQuota :: Type -> Type #

NFData AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Methods

rnf :: AccountQuota -> () #

Hashable AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

FromJSON AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

type Rep AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

type Rep AccountQuota = D1 ('MetaData "AccountQuota" "Amazonka.DMS.Types.AccountQuota" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "AccountQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "used") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "accountQuotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAccountQuota :: AccountQuota Source #

Create a value of AccountQuota with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:max:AccountQuota', accountQuota_max - The maximum allowed value for the quota.

$sel:used:AccountQuota', accountQuota_used - The amount currently used toward the quota maximum.

$sel:accountQuotaName:AccountQuota', accountQuota_accountQuotaName - The name of the DMS quota for this Amazon Web Services account.

accountQuota_max :: Lens' AccountQuota (Maybe Integer) Source #

The maximum allowed value for the quota.

accountQuota_used :: Lens' AccountQuota (Maybe Integer) Source #

The amount currently used toward the quota maximum.

accountQuota_accountQuotaName :: Lens' AccountQuota (Maybe Text) Source #

The name of the DMS quota for this Amazon Web Services account.

AvailabilityZone

data AvailabilityZone Source #

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

See: newAvailabilityZone smart constructor.

Constructors

AvailabilityZone' 

Fields

Instances

Instances details
Eq AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

Read AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

Show AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

Generic AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

Associated Types

type Rep AvailabilityZone :: Type -> Type #

NFData AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

Methods

rnf :: AvailabilityZone -> () #

Hashable AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

FromJSON AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

type Rep AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

type Rep AvailabilityZone = D1 ('MetaData "AvailabilityZone" "Amazonka.DMS.Types.AvailabilityZone" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "AvailabilityZone'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAvailabilityZone :: AvailabilityZone Source #

Create a value of AvailabilityZone with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:AvailabilityZone', availabilityZone_name - The name of the Availability Zone.

availabilityZone_name :: Lens' AvailabilityZone (Maybe Text) Source #

The name of the Availability Zone.

Certificate

data Certificate Source #

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

See: newCertificate smart constructor.

Constructors

Certificate' 

Fields

Instances

Instances details
Eq Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

Read Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

Generic Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

Associated Types

type Rep Certificate :: Type -> Type #

NFData Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

Methods

rnf :: Certificate -> () #

Hashable Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

FromJSON Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

type Rep Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

newCertificate :: Certificate Source #

Create a value of Certificate with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificateOwner:Certificate', certificate_certificateOwner - The owner of the certificate.

$sel:signingAlgorithm:Certificate', certificate_signingAlgorithm - The signing algorithm for the certificate.

$sel:validFromDate:Certificate', certificate_validFromDate - The beginning date that the certificate is valid.

$sel:certificatePem:Certificate', certificate_certificatePem - The contents of a .pem file, which contains an X.509 certificate.

$sel:certificateArn:Certificate', certificate_certificateArn - The Amazon Resource Name (ARN) for the certificate.

$sel:certificateCreationDate:Certificate', certificate_certificateCreationDate - The date that the certificate was created.

$sel:certificateIdentifier:Certificate', certificate_certificateIdentifier - 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.

$sel:certificateWallet:Certificate', certificate_certificateWallet - The location of an imported Oracle Wallet certificate for use with SSL.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:keyLength:Certificate', certificate_keyLength - The key length of the cryptographic algorithm being used.

$sel:validToDate:Certificate', certificate_validToDate - The final date that the certificate is valid.

certificate_certificateOwner :: Lens' Certificate (Maybe Text) Source #

The owner of the certificate.

certificate_signingAlgorithm :: Lens' Certificate (Maybe Text) Source #

The signing algorithm for the certificate.

certificate_validFromDate :: Lens' Certificate (Maybe UTCTime) Source #

The beginning date that the certificate is valid.

certificate_certificatePem :: Lens' Certificate (Maybe Text) Source #

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

certificate_certificateArn :: Lens' Certificate (Maybe Text) Source #

The Amazon Resource Name (ARN) for the certificate.

certificate_certificateCreationDate :: Lens' Certificate (Maybe UTCTime) Source #

The date that the certificate was created.

certificate_certificateIdentifier :: Lens' Certificate (Maybe Text) Source #

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.

certificate_certificateWallet :: Lens' Certificate (Maybe ByteString) Source #

The location of an imported Oracle Wallet certificate for use with SSL.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

certificate_keyLength :: Lens' Certificate (Maybe Int) Source #

The key length of the cryptographic algorithm being used.

certificate_validToDate :: Lens' Certificate (Maybe UTCTime) Source #

The final date that the certificate is valid.

Connection

data Connection Source #

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

See: newConnection smart constructor.

Constructors

Connection' 

Fields

Instances

Instances details
Eq Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

Read Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

Show Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

Generic Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

Associated Types

type Rep Connection :: Type -> Type #

NFData Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

Methods

rnf :: Connection -> () #

Hashable Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

FromJSON Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

type Rep Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

type Rep Connection = D1 ('MetaData "Connection" "Amazonka.DMS.Types.Connection" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "Connection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "replicationInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newConnection :: Connection Source #

Create a value of Connection with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Connection', connection_status - The connection status. This parameter can return one of the following values:

  • "successful"
  • "testing"
  • "failed"
  • "deleting"

$sel:replicationInstanceArn:Connection', connection_replicationInstanceArn - The ARN of the replication instance.

$sel:endpointIdentifier:Connection', connection_endpointIdentifier - 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.

$sel:replicationInstanceIdentifier:Connection', connection_replicationInstanceIdentifier - The replication instance identifier. This parameter is stored as a lowercase string.

$sel:endpointArn:Connection', connection_endpointArn - The ARN string that uniquely identifies the endpoint.

$sel:lastFailureMessage:Connection', connection_lastFailureMessage - The error message when the connection last failed.

connection_status :: Lens' Connection (Maybe Text) Source #

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

  • "successful"
  • "testing"
  • "failed"
  • "deleting"

connection_replicationInstanceArn :: Lens' Connection (Maybe Text) Source #

The ARN of the replication instance.

connection_endpointIdentifier :: Lens' Connection (Maybe Text) Source #

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.

connection_replicationInstanceIdentifier :: Lens' Connection (Maybe Text) Source #

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

connection_endpointArn :: Lens' Connection (Maybe Text) Source #

The ARN string that uniquely identifies the endpoint.

connection_lastFailureMessage :: Lens' Connection (Maybe Text) Source #

The error message when the connection last failed.

DmsTransferSettings

data DmsTransferSettings Source #

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

See: newDmsTransferSettings smart constructor.

Constructors

DmsTransferSettings' 

Fields

Instances

Instances details
Eq DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Read DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Show DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Generic DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Associated Types

type Rep DmsTransferSettings :: Type -> Type #

NFData DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Methods

rnf :: DmsTransferSettings -> () #

Hashable DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

ToJSON DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

FromJSON DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

type Rep DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

type Rep DmsTransferSettings = D1 ('MetaData "DmsTransferSettings" "Amazonka.DMS.Types.DmsTransferSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DmsTransferSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDmsTransferSettings :: DmsTransferSettings Source #

Create a value of DmsTransferSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceAccessRoleArn:DmsTransferSettings', dmsTransferSettings_serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action.

$sel:bucketName:DmsTransferSettings', dmsTransferSettings_bucketName - The name of the S3 bucket to use.

dmsTransferSettings_serviceAccessRoleArn :: Lens' DmsTransferSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action.

DocDbSettings

data DocDbSettings Source #

Provides information that defines a DocumentDB endpoint.

See: newDocDbSettings smart constructor.

Constructors

DocDbSettings' 

Fields

  • serverName :: Maybe Text

    The name of the server on the DocumentDB source endpoint.

  • secretsManagerAccessRoleArn :: Maybe Text

    The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the DocumentDB endpoint.

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

  • username :: Maybe Text

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

  • kmsKeyId :: Maybe Text

    The 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 DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

  • password :: Maybe (Sensitive Text)

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

  • nestingLevel :: Maybe NestingLevelValue

    Specifies either document or table mode.

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

  • databaseName :: Maybe Text

    The database name on the DocumentDB source endpoint.

  • docsToInvestigate :: Maybe Int

    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.

  • secretsManagerSecretId :: Maybe Text

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

  • extractDocId :: Maybe Bool

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

    Default value is "false".

  • port :: Maybe Int

    The port value for the DocumentDB source endpoint.

Instances

Instances details
Eq DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

Show DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

Generic DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

Associated Types

type Rep DocDbSettings :: Type -> Type #

NFData DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

Methods

rnf :: DocDbSettings -> () #

Hashable DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

ToJSON DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

FromJSON DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

type Rep DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

type Rep DocDbSettings = D1 ('MetaData "DocDbSettings" "Amazonka.DMS.Types.DocDbSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DocDbSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "nestingLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NestingLevelValue)) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "docsToInvestigate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "extractDocId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newDocDbSettings :: DocDbSettings Source #

Create a value of DocDbSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serverName:DocDbSettings', docDbSettings_serverName - The name of the server on the DocumentDB source endpoint.

$sel:secretsManagerAccessRoleArn:DocDbSettings', docDbSettings_secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the DocumentDB endpoint.

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

$sel:username:DocDbSettings', docDbSettings_username - The user name you use to access the DocumentDB source endpoint.

$sel:kmsKeyId:DocDbSettings', docDbSettings_kmsKeyId - The 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 DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

$sel:password:DocDbSettings', docDbSettings_password - The password for the user account you use to access the DocumentDB source endpoint.

$sel:nestingLevel:DocDbSettings', docDbSettings_nestingLevel - Specifies either document or table mode.

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

$sel:databaseName:DocDbSettings', docDbSettings_databaseName - The database name on the DocumentDB source endpoint.

$sel:docsToInvestigate:DocDbSettings', docDbSettings_docsToInvestigate - 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.

$sel:secretsManagerSecretId:DocDbSettings', docDbSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the DocumentDB endpoint connection details.

$sel:extractDocId:DocDbSettings', docDbSettings_extractDocId - Specifies the document ID. Use this setting when NestingLevel is set to "none".

Default value is "false".

$sel:port:DocDbSettings', docDbSettings_port - The port value for the DocumentDB source endpoint.

docDbSettings_serverName :: Lens' DocDbSettings (Maybe Text) Source #

The name of the server on the DocumentDB source endpoint.

docDbSettings_secretsManagerAccessRoleArn :: Lens' DocDbSettings (Maybe Text) Source #

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the DocumentDB endpoint.

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

docDbSettings_username :: Lens' DocDbSettings (Maybe Text) Source #

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

docDbSettings_kmsKeyId :: Lens' DocDbSettings (Maybe Text) Source #

The 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 DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

docDbSettings_password :: Lens' DocDbSettings (Maybe Text) Source #

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

docDbSettings_nestingLevel :: Lens' DocDbSettings (Maybe NestingLevelValue) Source #

Specifies either document or table mode.

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

docDbSettings_databaseName :: Lens' DocDbSettings (Maybe Text) Source #

The database name on the DocumentDB source endpoint.

docDbSettings_docsToInvestigate :: Lens' DocDbSettings (Maybe Int) Source #

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.

docDbSettings_secretsManagerSecretId :: Lens' DocDbSettings (Maybe Text) Source #

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

docDbSettings_extractDocId :: Lens' DocDbSettings (Maybe Bool) Source #

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

Default value is "false".

docDbSettings_port :: Lens' DocDbSettings (Maybe Int) Source #

The port value for the DocumentDB source endpoint.

DynamoDbSettings

data DynamoDbSettings Source #

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

See: newDynamoDbSettings smart constructor.

Constructors

DynamoDbSettings' 

Fields

  • serviceAccessRoleArn :: Text

    The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

Instances

Instances details
Eq DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

Read DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

Show DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

Generic DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

Associated Types

type Rep DynamoDbSettings :: Type -> Type #

NFData DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

Methods

rnf :: DynamoDbSettings -> () #

Hashable DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

ToJSON DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

FromJSON DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

type Rep DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

type Rep DynamoDbSettings = D1 ('MetaData "DynamoDbSettings" "Amazonka.DMS.Types.DynamoDbSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "DynamoDbSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDynamoDbSettings Source #

Create a value of DynamoDbSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceAccessRoleArn:DynamoDbSettings', dynamoDbSettings_serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

dynamoDbSettings_serviceAccessRoleArn :: Lens' DynamoDbSettings Text Source #

The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

ElasticsearchSettings

data ElasticsearchSettings Source #

Provides information that defines an Elasticsearch endpoint.

See: newElasticsearchSettings smart constructor.

Constructors

ElasticsearchSettings' 

Fields

  • fullLoadErrorPercentage :: Maybe Int

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

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

  • errorRetryDuration :: Maybe Int

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

  • serviceAccessRoleArn :: Text

    The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

  • endpointUri :: Text

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

Instances

Instances details
Eq ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

Read ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

Show ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

Generic ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

Associated Types

type Rep ElasticsearchSettings :: Type -> Type #

NFData ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

Methods

rnf :: ElasticsearchSettings -> () #

Hashable ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

ToJSON ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

FromJSON ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

type Rep ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

type Rep ElasticsearchSettings = D1 ('MetaData "ElasticsearchSettings" "Amazonka.DMS.Types.ElasticsearchSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ElasticsearchSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fullLoadErrorPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "errorRetryDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newElasticsearchSettings Source #

Create a value of ElasticsearchSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fullLoadErrorPercentage:ElasticsearchSettings', elasticsearchSettings_fullLoadErrorPercentage - The maximum percentage of records that can fail to be written before a full load operation stops.

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

$sel:errorRetryDuration:ElasticsearchSettings', elasticsearchSettings_errorRetryDuration - The maximum number of seconds for which DMS retries failed API requests to the Elasticsearch cluster.

$sel:serviceAccessRoleArn:ElasticsearchSettings', elasticsearchSettings_serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

$sel:endpointUri:ElasticsearchSettings', elasticsearchSettings_endpointUri - The endpoint for the Elasticsearch cluster. DMS uses HTTPS if a transport protocol (http/https) is not specified.

elasticsearchSettings_fullLoadErrorPercentage :: Lens' ElasticsearchSettings (Maybe Int) Source #

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

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

elasticsearchSettings_errorRetryDuration :: Lens' ElasticsearchSettings (Maybe Int) Source #

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

elasticsearchSettings_serviceAccessRoleArn :: Lens' ElasticsearchSettings Text Source #

The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

elasticsearchSettings_endpointUri :: Lens' ElasticsearchSettings Text Source #

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

Endpoint

data Endpoint Source #

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

  • CreateEndpoint
  • DescribeEndpoint
  • ModifyEndpoint

See: newEndpoint smart constructor.

Constructors

Endpoint' 

Fields

  • status :: Maybe Text

    The status of the endpoint.

  • dmsTransferSettings :: Maybe DmsTransferSettings

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

    Possible settings include the following:

    • ServiceAccessRoleArn - - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action.
    • BucketName - The name of the S3 bucket to use.

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

    JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", "BucketName": "string"}

  • mySQLSettings :: Maybe MySQLSettings

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

  • serverName :: Maybe Text

    The name of the server at the endpoint.

  • microsoftSQLServerSettings :: Maybe MicrosoftSQLServerSettings

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

  • certificateArn :: Maybe Text

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

  • serviceAccessRoleArn :: Maybe Text

    The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

  • docDbSettings :: Maybe DocDbSettings
     
  • engineDisplayName :: Maybe Text

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

  • postgreSQLSettings :: Maybe PostgreSQLSettings

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

  • extraConnectionAttributes :: Maybe Text

    Additional connection attributes used to connect to the endpoint.

  • kafkaSettings :: Maybe KafkaSettings

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

  • oracleSettings :: Maybe OracleSettings

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

  • endpointType :: Maybe ReplicationEndpointTypeValue

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

  • redshiftSettings :: Maybe RedshiftSettings

    Settings for the Amazon Redshift endpoint.

  • elasticsearchSettings :: Maybe ElasticsearchSettings

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

  • username :: Maybe Text

    The user name used to connect to the endpoint.

  • externalTableDefinition :: Maybe Text

    The external table definition.

  • engineName :: Maybe Text

    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".

  • redisSettings :: Maybe RedisSettings

    The settings for the Redis target endpoint. For more information, see the RedisSettings structure.

  • neptuneSettings :: Maybe NeptuneSettings

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

  • iBMDb2Settings :: Maybe IBMDb2Settings

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

  • kmsKeyId :: Maybe Text

    An 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 DMS uses your default encryption key.

    KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

  • mongoDbSettings :: Maybe MongoDbSettings

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

  • sslMode :: Maybe DmsSslModeValue

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

  • sybaseSettings :: Maybe SybaseSettings

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

  • databaseName :: Maybe Text

    The name of the database at the endpoint.

  • s3Settings :: Maybe S3Settings

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

  • kinesisSettings :: Maybe KinesisSettings

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

  • endpointIdentifier :: Maybe Text

    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.

  • externalId :: Maybe Text

    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.

  • dynamoDbSettings :: Maybe DynamoDbSettings

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

  • endpointArn :: Maybe Text

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

  • port :: Maybe Int

    The port value used to access the endpoint.

Instances

Instances details
Eq Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

Show Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

Generic Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

Associated Types

type Rep Endpoint :: Type -> Type #

Methods

from :: Endpoint -> Rep Endpoint x #

to :: Rep Endpoint x -> Endpoint #

NFData Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

Methods

rnf :: Endpoint -> () #

Hashable Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

Methods

hashWithSalt :: Int -> Endpoint -> Int #

hash :: Endpoint -> Int #

FromJSON Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

type Rep Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

type Rep Endpoint = D1 ('MetaData "Endpoint" "Amazonka.DMS.Types.Endpoint" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "Endpoint'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dmsTransferSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DmsTransferSettings))) :*: (S1 ('MetaSel ('Just "mySQLSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MySQLSettings)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "microsoftSQLServerSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MicrosoftSQLServerSettings)) :*: S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "docDbSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocDbSettings))))) :*: (((S1 ('MetaSel ('Just "engineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "postgreSQLSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostgreSQLSettings))) :*: (S1 ('MetaSel ('Just "extraConnectionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kafkaSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KafkaSettings)))) :*: ((S1 ('MetaSel ('Just "oracleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OracleSettings)) :*: S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationEndpointTypeValue))) :*: (S1 ('MetaSel ('Just "redshiftSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftSettings)) :*: (S1 ('MetaSel ('Just "elasticsearchSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchSettings)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))) :*: ((((S1 ('MetaSel ('Just "externalTableDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "redisSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedisSettings)) :*: S1 ('MetaSel ('Just "neptuneSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NeptuneSettings)))) :*: ((S1 ('MetaSel ('Just "iBMDb2Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IBMDb2Settings)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mongoDbSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MongoDbSettings)) :*: S1 ('MetaSel ('Just "sslMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DmsSslModeValue))))) :*: (((S1 ('MetaSel ('Just "sybaseSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SybaseSettings)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Settings)) :*: S1 ('MetaSel ('Just "kinesisSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisSettings)))) :*: ((S1 ('MetaSel ('Just "endpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "externalId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dynamoDbSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamoDbSettings)) :*: (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))))

newEndpoint :: Endpoint Source #

Create a value of Endpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Endpoint', endpoint_status - The status of the endpoint.

$sel:dmsTransferSettings:Endpoint', endpoint_dmsTransferSettings - The settings in JSON format for the DMS transfer type of source endpoint.

Possible settings include the following:

  • ServiceAccessRoleArn - - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action.
  • BucketName - The name of the S3 bucket to use.

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

JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", "BucketName": "string"}

$sel:mySQLSettings:Endpoint', endpoint_mySQLSettings - The settings for the MySQL source and target endpoint. For more information, see the MySQLSettings structure.

$sel:serverName:Endpoint', endpoint_serverName - The name of the server at the endpoint.

$sel:microsoftSQLServerSettings:Endpoint', endpoint_microsoftSQLServerSettings - The settings for the Microsoft SQL Server source and target endpoint. For more information, see the MicrosoftSQLServerSettings structure.

$sel:certificateArn:Endpoint', endpoint_certificateArn - The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

$sel:serviceAccessRoleArn:Endpoint', endpoint_serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

$sel:docDbSettings:Endpoint', endpoint_docDbSettings - Undocumented member.

$sel:engineDisplayName:Endpoint', endpoint_engineDisplayName - The expanded name for the engine name. For example, if the EngineName parameter is "aurora," this value would be "Amazon Aurora MySQL."

$sel:postgreSQLSettings:Endpoint', endpoint_postgreSQLSettings - The settings for the PostgreSQL source and target endpoint. For more information, see the PostgreSQLSettings structure.

$sel:extraConnectionAttributes:Endpoint', endpoint_extraConnectionAttributes - Additional connection attributes used to connect to the endpoint.

$sel:kafkaSettings:Endpoint', endpoint_kafkaSettings - The settings for the Apache Kafka target endpoint. For more information, see the KafkaSettings structure.

$sel:oracleSettings:Endpoint', endpoint_oracleSettings - The settings for the Oracle source and target endpoint. For more information, see the OracleSettings structure.

$sel:endpointType:Endpoint', endpoint_endpointType - The type of endpoint. Valid values are source and target.

$sel:redshiftSettings:Endpoint', endpoint_redshiftSettings - Settings for the Amazon Redshift endpoint.

$sel:elasticsearchSettings:Endpoint', endpoint_elasticsearchSettings - The settings for the Elasticsearch source endpoint. For more information, see the ElasticsearchSettings structure.

$sel:username:Endpoint', endpoint_username - The user name used to connect to the endpoint.

$sel:externalTableDefinition:Endpoint', endpoint_externalTableDefinition - The external table definition.

$sel:engineName:Endpoint', endpoint_engineName - 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".

$sel:redisSettings:Endpoint', endpoint_redisSettings - The settings for the Redis target endpoint. For more information, see the RedisSettings structure.

$sel:neptuneSettings:Endpoint', endpoint_neptuneSettings - The settings for the Amazon Neptune target endpoint. For more information, see the NeptuneSettings structure.

$sel:iBMDb2Settings:Endpoint', endpoint_iBMDb2Settings - The settings for the IBM Db2 LUW source endpoint. For more information, see the IBMDb2Settings structure.

$sel:kmsKeyId:Endpoint', endpoint_kmsKeyId - An 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 DMS uses your default encryption key.

KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

$sel:mongoDbSettings:Endpoint', endpoint_mongoDbSettings - The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

$sel:sslMode:Endpoint', endpoint_sslMode - The SSL mode used to connect to the endpoint. The default value is none.

$sel:sybaseSettings:Endpoint', endpoint_sybaseSettings - The settings for the SAP ASE source and target endpoint. For more information, see the SybaseSettings structure.

$sel:databaseName:Endpoint', endpoint_databaseName - The name of the database at the endpoint.

$sel:s3Settings:Endpoint', endpoint_s3Settings - The settings for the S3 target endpoint. For more information, see the S3Settings structure.

$sel:kinesisSettings:Endpoint', endpoint_kinesisSettings - The settings for the Amazon Kinesis target endpoint. For more information, see the KinesisSettings structure.

$sel:endpointIdentifier:Endpoint', endpoint_endpointIdentifier - 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.

$sel:externalId:Endpoint', endpoint_externalId - 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.

$sel:dynamoDbSettings:Endpoint', endpoint_dynamoDbSettings - The settings for the DynamoDB target endpoint. For more information, see the DynamoDBSettings structure.

$sel:endpointArn:Endpoint', endpoint_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

$sel:port:Endpoint', endpoint_port - The port value used to access the endpoint.

endpoint_status :: Lens' Endpoint (Maybe Text) Source #

The status of the endpoint.

endpoint_dmsTransferSettings :: Lens' Endpoint (Maybe DmsTransferSettings) Source #

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

Possible settings include the following:

  • ServiceAccessRoleArn - - The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the iam:PassRole action.
  • BucketName - The name of the S3 bucket to use.

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

JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string", "BucketName": "string"}

endpoint_mySQLSettings :: Lens' Endpoint (Maybe MySQLSettings) Source #

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

endpoint_serverName :: Lens' Endpoint (Maybe Text) Source #

The name of the server at the endpoint.

endpoint_microsoftSQLServerSettings :: Lens' Endpoint (Maybe MicrosoftSQLServerSettings) Source #

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

endpoint_certificateArn :: Lens' Endpoint (Maybe Text) Source #

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

endpoint_serviceAccessRoleArn :: Lens' Endpoint (Maybe Text) Source #

The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

endpoint_engineDisplayName :: Lens' Endpoint (Maybe Text) Source #

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

endpoint_postgreSQLSettings :: Lens' Endpoint (Maybe PostgreSQLSettings) Source #

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

endpoint_extraConnectionAttributes :: Lens' Endpoint (Maybe Text) Source #

Additional connection attributes used to connect to the endpoint.

endpoint_kafkaSettings :: Lens' Endpoint (Maybe KafkaSettings) Source #

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

endpoint_oracleSettings :: Lens' Endpoint (Maybe OracleSettings) Source #

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

endpoint_endpointType :: Lens' Endpoint (Maybe ReplicationEndpointTypeValue) Source #

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

endpoint_redshiftSettings :: Lens' Endpoint (Maybe RedshiftSettings) Source #

Settings for the Amazon Redshift endpoint.

endpoint_elasticsearchSettings :: Lens' Endpoint (Maybe ElasticsearchSettings) Source #

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

endpoint_username :: Lens' Endpoint (Maybe Text) Source #

The user name used to connect to the endpoint.

endpoint_externalTableDefinition :: Lens' Endpoint (Maybe Text) Source #

The external table definition.

endpoint_engineName :: Lens' Endpoint (Maybe Text) Source #

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".

endpoint_redisSettings :: Lens' Endpoint (Maybe RedisSettings) Source #

The settings for the Redis target endpoint. For more information, see the RedisSettings structure.

endpoint_neptuneSettings :: Lens' Endpoint (Maybe NeptuneSettings) Source #

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

endpoint_iBMDb2Settings :: Lens' Endpoint (Maybe IBMDb2Settings) Source #

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

endpoint_kmsKeyId :: Lens' Endpoint (Maybe Text) Source #

An 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 DMS uses your default encryption key.

KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

endpoint_mongoDbSettings :: Lens' Endpoint (Maybe MongoDbSettings) Source #

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

endpoint_sslMode :: Lens' Endpoint (Maybe DmsSslModeValue) Source #

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

endpoint_sybaseSettings :: Lens' Endpoint (Maybe SybaseSettings) Source #

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

endpoint_databaseName :: Lens' Endpoint (Maybe Text) Source #

The name of the database at the endpoint.

endpoint_s3Settings :: Lens' Endpoint (Maybe S3Settings) Source #

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

endpoint_kinesisSettings :: Lens' Endpoint (Maybe KinesisSettings) Source #

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

endpoint_endpointIdentifier :: Lens' Endpoint (Maybe Text) Source #

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.

endpoint_externalId :: Lens' Endpoint (Maybe Text) Source #

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.

endpoint_dynamoDbSettings :: Lens' Endpoint (Maybe DynamoDbSettings) Source #

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

endpoint_endpointArn :: Lens' Endpoint (Maybe Text) Source #

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

endpoint_port :: Lens' Endpoint (Maybe Int) Source #

The port value used to access the endpoint.

EndpointSetting

data EndpointSetting Source #

Endpoint settings.

See: newEndpointSetting smart constructor.

Constructors

EndpointSetting' 

Fields

Instances

Instances details
Eq EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

Read EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

Show EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

Generic EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

Associated Types

type Rep EndpointSetting :: Type -> Type #

NFData EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

Methods

rnf :: EndpointSetting -> () #

Hashable EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

FromJSON EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

type Rep EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

newEndpointSetting :: EndpointSetting Source #

Create a value of EndpointSetting with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sensitive:EndpointSetting', endpointSetting_sensitive - A value that marks this endpoint setting as sensitive.

$sel:intValueMax:EndpointSetting', endpointSetting_intValueMax - The maximum value of an endpoint setting that is of type int.

$sel:applicability:EndpointSetting', endpointSetting_applicability - The relevance or validity of an endpoint setting for an engine name and its endpoint type.

$sel:name:EndpointSetting', endpointSetting_name - The name that you want to give the endpoint settings.

$sel:intValueMin:EndpointSetting', endpointSetting_intValueMin - The minimum value of an endpoint setting that is of type int.

$sel:units:EndpointSetting', endpointSetting_units - The unit of measure for this endpoint setting.

$sel:defaultValue:EndpointSetting', endpointSetting_defaultValue - The default value of the endpoint setting if no value is specified using CreateEndpoint or ModifyEndpoint.

$sel:type':EndpointSetting', endpointSetting_type - The type of endpoint. Valid values are source and target.

$sel:enumValues:EndpointSetting', endpointSetting_enumValues - Enumerated values to use for this endpoint.

endpointSetting_sensitive :: Lens' EndpointSetting (Maybe Bool) Source #

A value that marks this endpoint setting as sensitive.

endpointSetting_intValueMax :: Lens' EndpointSetting (Maybe Int) Source #

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

endpointSetting_applicability :: Lens' EndpointSetting (Maybe Text) Source #

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

endpointSetting_name :: Lens' EndpointSetting (Maybe Text) Source #

The name that you want to give the endpoint settings.

endpointSetting_intValueMin :: Lens' EndpointSetting (Maybe Int) Source #

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

endpointSetting_units :: Lens' EndpointSetting (Maybe Text) Source #

The unit of measure for this endpoint setting.

endpointSetting_defaultValue :: Lens' EndpointSetting (Maybe Text) Source #

The default value of the endpoint setting if no value is specified using CreateEndpoint or ModifyEndpoint.

endpointSetting_type :: Lens' EndpointSetting (Maybe EndpointSettingTypeValue) Source #

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

endpointSetting_enumValues :: Lens' EndpointSetting (Maybe [Text]) Source #

Enumerated values to use for this endpoint.

Event

data Event Source #

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 DMS resource type.

See: newEvent smart constructor.

Constructors

Event' 

Fields

Instances

Instances details
Eq Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

Methods

(==) :: Event -> Event -> Bool #

(/=) :: Event -> Event -> Bool #

Read Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

Show Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

Methods

showsPrec :: Int -> Event -> ShowS #

show :: Event -> String #

showList :: [Event] -> ShowS #

Generic Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

Associated Types

type Rep Event :: Type -> Type #

Methods

from :: Event -> Rep Event x #

to :: Rep Event x -> Event #

NFData Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

Methods

rnf :: Event -> () #

Hashable Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

Methods

hashWithSalt :: Int -> Event -> Int #

hash :: Event -> Int #

FromJSON Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

type Rep Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

type Rep Event = D1 ('MetaData "Event" "Amazonka.DMS.Types.Event" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "Event'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType)) :*: S1 ('MetaSel ('Just "sourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newEvent :: Event Source #

Create a value of Event with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceType:Event', event_sourceType - The type of DMS resource that generates events.

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

$sel:sourceIdentifier:Event', event_sourceIdentifier - The identifier of an event source.

$sel:date:Event', event_date - The date of the event.

$sel:eventCategories:Event', event_eventCategories - The event categories available for the specified source type.

$sel:message:Event', event_message - The event message.

event_sourceType :: Lens' Event (Maybe SourceType) Source #

The type of DMS resource that generates events.

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

event_sourceIdentifier :: Lens' Event (Maybe Text) Source #

The identifier of an event source.

event_date :: Lens' Event (Maybe UTCTime) Source #

The date of the event.

event_eventCategories :: Lens' Event (Maybe [Text]) Source #

The event categories available for the specified source type.

event_message :: Lens' Event (Maybe Text) Source #

The event message.

EventCategoryGroup

data EventCategoryGroup Source #

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

See: newEventCategoryGroup smart constructor.

Constructors

EventCategoryGroup' 

Fields

  • sourceType :: Maybe Text

    The type of DMS resource that generates events.

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

  • eventCategories :: Maybe [Text]

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

Instances

Instances details
Eq EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

Read EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

Show EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

Generic EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

Associated Types

type Rep EventCategoryGroup :: Type -> Type #

NFData EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

Methods

rnf :: EventCategoryGroup -> () #

Hashable EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

FromJSON EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

type Rep EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

type Rep EventCategoryGroup = D1 ('MetaData "EventCategoryGroup" "Amazonka.DMS.Types.EventCategoryGroup" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "EventCategoryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newEventCategoryGroup :: EventCategoryGroup Source #

Create a value of EventCategoryGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceType:EventCategoryGroup', eventCategoryGroup_sourceType - The type of DMS resource that generates events.

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

$sel:eventCategories:EventCategoryGroup', eventCategoryGroup_eventCategories - A list of event categories from a source type that you've chosen.

eventCategoryGroup_sourceType :: Lens' EventCategoryGroup (Maybe Text) Source #

The type of DMS resource that generates events.

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

eventCategoryGroup_eventCategories :: Lens' EventCategoryGroup (Maybe [Text]) Source #

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

EventSubscription

data EventSubscription Source #

Describes an event notification subscription created by the CreateEventSubscription operation.

See: newEventSubscription smart constructor.

Constructors

EventSubscription' 

Fields

  • status :: Maybe Text

    The status of the 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 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.

  • customerAwsId :: Maybe Text

    The Amazon Web Services customer account associated with the DMS event notification subscription.

  • custSubscriptionId :: Maybe Text

    The DMS event notification subscription Id.

  • snsTopicArn :: Maybe Text

    The topic ARN of the DMS event notification subscription.

  • enabled :: Maybe Bool

    Boolean value that indicates if the event subscription is enabled.

  • sourceType :: Maybe Text

    The type of DMS resource that generates events.

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

  • subscriptionCreationTime :: Maybe Text

    The time the DMS event notification subscription was created.

  • eventCategoriesList :: Maybe [Text]

    A lists of event categories.

  • sourceIdsList :: Maybe [Text]

    A list of source Ids for the event subscription.

Instances

Instances details
Eq EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

Read EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

Show EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

Generic EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

Associated Types

type Rep EventSubscription :: Type -> Type #

NFData EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

Methods

rnf :: EventSubscription -> () #

Hashable EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

FromJSON EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

type Rep EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

type Rep EventSubscription = D1 ('MetaData "EventSubscription" "Amazonka.DMS.Types.EventSubscription" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "EventSubscription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerAwsId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "custSubscriptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "subscriptionCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventCategoriesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "sourceIdsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newEventSubscription :: EventSubscription Source #

Create a value of EventSubscription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:EventSubscription', eventSubscription_status - The status of the 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 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.

$sel:customerAwsId:EventSubscription', eventSubscription_customerAwsId - The Amazon Web Services customer account associated with the DMS event notification subscription.

$sel:custSubscriptionId:EventSubscription', eventSubscription_custSubscriptionId - The DMS event notification subscription Id.

$sel:snsTopicArn:EventSubscription', eventSubscription_snsTopicArn - The topic ARN of the DMS event notification subscription.

$sel:enabled:EventSubscription', eventSubscription_enabled - Boolean value that indicates if the event subscription is enabled.

$sel:sourceType:EventSubscription', eventSubscription_sourceType - The type of DMS resource that generates events.

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

$sel:subscriptionCreationTime:EventSubscription', eventSubscription_subscriptionCreationTime - The time the DMS event notification subscription was created.

$sel:eventCategoriesList:EventSubscription', eventSubscription_eventCategoriesList - A lists of event categories.

$sel:sourceIdsList:EventSubscription', eventSubscription_sourceIdsList - A list of source Ids for the event subscription.

eventSubscription_status :: Lens' EventSubscription (Maybe Text) Source #

The status of the 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 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.

eventSubscription_customerAwsId :: Lens' EventSubscription (Maybe Text) Source #

The Amazon Web Services customer account associated with the DMS event notification subscription.

eventSubscription_custSubscriptionId :: Lens' EventSubscription (Maybe Text) Source #

The DMS event notification subscription Id.

eventSubscription_snsTopicArn :: Lens' EventSubscription (Maybe Text) Source #

The topic ARN of the DMS event notification subscription.

eventSubscription_enabled :: Lens' EventSubscription (Maybe Bool) Source #

Boolean value that indicates if the event subscription is enabled.

eventSubscription_sourceType :: Lens' EventSubscription (Maybe Text) Source #

The type of DMS resource that generates events.

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

eventSubscription_subscriptionCreationTime :: Lens' EventSubscription (Maybe Text) Source #

The time the DMS event notification subscription was created.

eventSubscription_sourceIdsList :: Lens' EventSubscription (Maybe [Text]) Source #

A list of source Ids for the event subscription.

Filter

data Filter Source #

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

See: newFilter smart constructor.

Constructors

Filter' 

Fields

  • name :: Text

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

  • values :: [Text]

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

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Read Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

NFData Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToJSON Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.DMS.Types.Filter" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newFilter Source #

Create a value of Filter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Filter', filter_name - The name of the filter as specified for a Describe* or similar operation.

$sel:values:Filter', filter_values - The filter value, which can specify one or more values used to narrow the returned results.

filter_name :: Lens' Filter Text Source #

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

filter_values :: Lens' Filter [Text] Source #

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

IBMDb2Settings

data IBMDb2Settings Source #

Provides information that defines an IBM Db2 LUW endpoint.

See: newIBMDb2Settings smart constructor.

Constructors

IBMDb2Settings' 

Fields

  • serverName :: Maybe Text

    Fully qualified domain name of the endpoint.

  • currentLsn :: Maybe Text

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

  • setDataCaptureChanges :: Maybe Bool

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

  • secretsManagerAccessRoleArn :: Maybe Text

    The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the Db2 LUW endpoint.

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

  • username :: Maybe Text

    Endpoint connection user name.

  • password :: Maybe (Sensitive Text)

    Endpoint connection password.

  • databaseName :: Maybe Text

    Database name for the endpoint.

  • secretsManagerSecretId :: Maybe Text

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

  • maxKBytesPerRead :: Maybe Int

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

  • port :: Maybe Int

    Endpoint TCP port. The default value is 50000.

Instances

Instances details
Eq IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

Show IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

Generic IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

Associated Types

type Rep IBMDb2Settings :: Type -> Type #

NFData IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

Methods

rnf :: IBMDb2Settings -> () #

Hashable IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

ToJSON IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

FromJSON IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

type Rep IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

newIBMDb2Settings :: IBMDb2Settings Source #

Create a value of IBMDb2Settings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serverName:IBMDb2Settings', iBMDb2Settings_serverName - Fully qualified domain name of the endpoint.

$sel:currentLsn:IBMDb2Settings', iBMDb2Settings_currentLsn - For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.

$sel:setDataCaptureChanges:IBMDb2Settings', iBMDb2Settings_setDataCaptureChanges - Enables ongoing replication (CDC) as a BOOLEAN value. The default is true.

$sel:secretsManagerAccessRoleArn:IBMDb2Settings', iBMDb2Settings_secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the Db2 LUW endpoint.

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

$sel:username:IBMDb2Settings', iBMDb2Settings_username - Endpoint connection user name.

$sel:password:IBMDb2Settings', iBMDb2Settings_password - Endpoint connection password.

$sel:databaseName:IBMDb2Settings', iBMDb2Settings_databaseName - Database name for the endpoint.

$sel:secretsManagerSecretId:IBMDb2Settings', iBMDb2Settings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Db2 LUW endpoint connection details.

$sel:maxKBytesPerRead:IBMDb2Settings', iBMDb2Settings_maxKBytesPerRead - Maximum number of bytes per read, as a NUMBER value. The default is 64 KB.

$sel:port:IBMDb2Settings', iBMDb2Settings_port - Endpoint TCP port. The default value is 50000.

iBMDb2Settings_serverName :: Lens' IBMDb2Settings (Maybe Text) Source #

Fully qualified domain name of the endpoint.

iBMDb2Settings_currentLsn :: Lens' IBMDb2Settings (Maybe Text) Source #

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

iBMDb2Settings_setDataCaptureChanges :: Lens' IBMDb2Settings (Maybe Bool) Source #

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

iBMDb2Settings_secretsManagerAccessRoleArn :: Lens' IBMDb2Settings (Maybe Text) Source #

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the Db2 LUW endpoint.

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

iBMDb2Settings_username :: Lens' IBMDb2Settings (Maybe Text) Source #

Endpoint connection user name.

iBMDb2Settings_password :: Lens' IBMDb2Settings (Maybe Text) Source #

Endpoint connection password.

iBMDb2Settings_databaseName :: Lens' IBMDb2Settings (Maybe Text) Source #

Database name for the endpoint.

iBMDb2Settings_secretsManagerSecretId :: Lens' IBMDb2Settings (Maybe Text) Source #

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

iBMDb2Settings_maxKBytesPerRead :: Lens' IBMDb2Settings (Maybe Int) Source #

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

iBMDb2Settings_port :: Lens' IBMDb2Settings (Maybe Int) Source #

Endpoint TCP port. The default value is 50000.

KafkaSettings

data KafkaSettings Source #

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.

See: newKafkaSettings smart constructor.

Constructors

KafkaSettings' 

Fields

  • sslClientKeyArn :: Maybe Text

    The Amazon Resource Name (ARN) for the client private key used to securely connect to a Kafka target endpoint.

  • includeTransactionDetails :: Maybe 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.

  • includeTableAlterOperations :: Maybe 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.

  • sslClientCertificateArn :: Maybe Text

    The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.

  • sslCaCertificateArn :: Maybe Text

    The Amazon Resource Name (ARN) for the private certificate authority (CA) cert that DMS uses to securely connect to your Kafka target endpoint.

  • partitionIncludeSchemaTable :: Maybe Bool

    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.

  • topic :: Maybe Text

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

  • includeControlDetails :: Maybe Bool

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

  • noHexPrefix :: Maybe Bool

    Set this optional parameter to true to avoid adding a '0x' prefix to raw data in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to a Kafka target. Use the NoHexPrefix endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.

  • saslPassword :: Maybe (Sensitive Text)

    The secure password you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.

  • sslClientKeyPassword :: Maybe (Sensitive Text)

    The password for the client private key used to securely connect to a Kafka target endpoint.

  • includePartitionValue :: Maybe Bool

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

  • messageFormat :: Maybe MessageFormatValue

    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).

  • securityProtocol :: Maybe KafkaSecurityProtocol

    Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS). Options include ssl-encryption, ssl-authentication, and sasl-ssl. sasl-ssl requires SaslUsername and SaslPassword.

  • saslUsername :: Maybe Text

    The secure user name you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.

  • broker :: Maybe Text

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

  • messageMaxBytes :: Maybe Int

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

  • includeNullAndEmpty :: Maybe Bool

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

Instances

Instances details
Eq KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

Show KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

Generic KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

Associated Types

type Rep KafkaSettings :: Type -> Type #

NFData KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

Methods

rnf :: KafkaSettings -> () #

Hashable KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

ToJSON KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

FromJSON KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

type Rep KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

type Rep KafkaSettings = D1 ('MetaData "KafkaSettings" "Amazonka.DMS.Types.KafkaSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "KafkaSettings'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "sslClientKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "includeTransactionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "includeTableAlterOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "sslClientCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sslCaCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "partitionIncludeSchemaTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "topic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "includeControlDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "noHexPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "saslPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "sslClientKeyPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "includePartitionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "messageFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessageFormatValue)))) :*: ((S1 ('MetaSel ('Just "securityProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KafkaSecurityProtocol)) :*: S1 ('MetaSel ('Just "saslUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "broker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "messageMaxBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "includeNullAndEmpty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))))

newKafkaSettings :: KafkaSettings Source #

Create a value of KafkaSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sslClientKeyArn:KafkaSettings', kafkaSettings_sslClientKeyArn - The Amazon Resource Name (ARN) for the client private key used to securely connect to a Kafka target endpoint.

$sel:includeTransactionDetails:KafkaSettings', kafkaSettings_includeTransactionDetails - 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.

$sel:includeTableAlterOperations:KafkaSettings', kafkaSettings_includeTableAlterOperations - 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.

$sel:sslClientCertificateArn:KafkaSettings', kafkaSettings_sslClientCertificateArn - The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.

$sel:sslCaCertificateArn:KafkaSettings', kafkaSettings_sslCaCertificateArn - The Amazon Resource Name (ARN) for the private certificate authority (CA) cert that DMS uses to securely connect to your Kafka target endpoint.

$sel:partitionIncludeSchemaTable:KafkaSettings', kafkaSettings_partitionIncludeSchemaTable - 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.

$sel:topic:KafkaSettings', kafkaSettings_topic - The topic to which you migrate the data. If you don't specify a topic, DMS specifies "kafka-default-topic" as the migration topic.

$sel:includeControlDetails:KafkaSettings', kafkaSettings_includeControlDetails - Shows detailed control information for table definition, column definition, and table and column changes in the Kafka message output. The default is false.

$sel:noHexPrefix:KafkaSettings', kafkaSettings_noHexPrefix - Set this optional parameter to true to avoid adding a '0x' prefix to raw data in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to a Kafka target. Use the NoHexPrefix endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.

$sel:saslPassword:KafkaSettings', kafkaSettings_saslPassword - The secure password you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.

$sel:sslClientKeyPassword:KafkaSettings', kafkaSettings_sslClientKeyPassword - The password for the client private key used to securely connect to a Kafka target endpoint.

$sel:includePartitionValue:KafkaSettings', kafkaSettings_includePartitionValue - Shows the partition value within the Kafka message output unless the partition type is schema-table-type. The default is false.

$sel:messageFormat:KafkaSettings', kafkaSettings_messageFormat - 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).

$sel:securityProtocol:KafkaSettings', kafkaSettings_securityProtocol - Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS). Options include ssl-encryption, ssl-authentication, and sasl-ssl. sasl-ssl requires SaslUsername and SaslPassword.

$sel:saslUsername:KafkaSettings', kafkaSettings_saslUsername - The secure user name you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.

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

$sel:messageMaxBytes:KafkaSettings', kafkaSettings_messageMaxBytes - The maximum size in bytes for records created on the endpoint The default is 1,000,000.

$sel:includeNullAndEmpty:KafkaSettings', kafkaSettings_includeNullAndEmpty - Include NULL and empty columns for records migrated to the endpoint. The default is false.

kafkaSettings_sslClientKeyArn :: Lens' KafkaSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) for the client private key used to securely connect to a Kafka target endpoint.

kafkaSettings_includeTransactionDetails :: Lens' KafkaSettings (Maybe Bool) Source #

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.

kafkaSettings_includeTableAlterOperations :: Lens' KafkaSettings (Maybe Bool) Source #

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.

kafkaSettings_sslClientCertificateArn :: Lens' KafkaSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.

kafkaSettings_sslCaCertificateArn :: Lens' KafkaSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) for the private certificate authority (CA) cert that DMS uses to securely connect to your Kafka target endpoint.

kafkaSettings_partitionIncludeSchemaTable :: Lens' KafkaSettings (Maybe Bool) Source #

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.

kafkaSettings_topic :: Lens' KafkaSettings (Maybe Text) Source #

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

kafkaSettings_includeControlDetails :: Lens' KafkaSettings (Maybe Bool) Source #

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

kafkaSettings_noHexPrefix :: Lens' KafkaSettings (Maybe Bool) Source #

Set this optional parameter to true to avoid adding a '0x' prefix to raw data in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to a Kafka target. Use the NoHexPrefix endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.

kafkaSettings_saslPassword :: Lens' KafkaSettings (Maybe Text) Source #

The secure password you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.

kafkaSettings_sslClientKeyPassword :: Lens' KafkaSettings (Maybe Text) Source #

The password for the client private key used to securely connect to a Kafka target endpoint.

kafkaSettings_includePartitionValue :: Lens' KafkaSettings (Maybe Bool) Source #

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

kafkaSettings_messageFormat :: Lens' KafkaSettings (Maybe MessageFormatValue) Source #

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).

kafkaSettings_securityProtocol :: Lens' KafkaSettings (Maybe KafkaSecurityProtocol) Source #

Set secure connection to a Kafka target endpoint using Transport Layer Security (TLS). Options include ssl-encryption, ssl-authentication, and sasl-ssl. sasl-ssl requires SaslUsername and SaslPassword.

kafkaSettings_saslUsername :: Lens' KafkaSettings (Maybe Text) Source #

The secure user name you created when you first set up your MSK cluster to validate a client identity and make an encrypted connection between server and client using SASL-SSL authentication.

kafkaSettings_broker :: Lens' KafkaSettings (Maybe Text) Source #

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

kafkaSettings_messageMaxBytes :: Lens' KafkaSettings (Maybe Int) Source #

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

kafkaSettings_includeNullAndEmpty :: Lens' KafkaSettings (Maybe Bool) Source #

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

KinesisSettings

data KinesisSettings Source #

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.

See: newKinesisSettings smart constructor.

Constructors

KinesisSettings' 

Fields

  • includeTransactionDetails :: Maybe 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.

  • includeTableAlterOperations :: Maybe 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.

  • serviceAccessRoleArn :: Maybe Text

    The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Kinesis data stream. The role must allow the iam:PassRole action.

  • partitionIncludeSchemaTable :: Maybe 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.

  • streamArn :: Maybe Text

    The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

  • includeControlDetails :: Maybe Bool

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

  • noHexPrefix :: Maybe Bool

    Set this optional parameter to true to avoid adding a '0x' prefix to raw data in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to an Amazon Kinesis target. Use the NoHexPrefix endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.

  • includePartitionValue :: Maybe Bool

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

  • messageFormat :: Maybe MessageFormatValue

    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).

  • includeNullAndEmpty :: Maybe Bool

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

Instances

Instances details
Eq KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

Read KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

Show KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

Generic KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

Associated Types

type Rep KinesisSettings :: Type -> Type #

NFData KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

Methods

rnf :: KinesisSettings -> () #

Hashable KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

ToJSON KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

FromJSON KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

type Rep KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

type Rep KinesisSettings = D1 ('MetaData "KinesisSettings" "Amazonka.DMS.Types.KinesisSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "KinesisSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "includeTransactionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includeTableAlterOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "partitionIncludeSchemaTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "streamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "includeControlDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "noHexPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "includePartitionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "messageFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessageFormatValue)) :*: S1 ('MetaSel ('Just "includeNullAndEmpty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))

newKinesisSettings :: KinesisSettings Source #

Create a value of KinesisSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:includeTransactionDetails:KinesisSettings', kinesisSettings_includeTransactionDetails - 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.

$sel:includeTableAlterOperations:KinesisSettings', kinesisSettings_includeTableAlterOperations - 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.

$sel:serviceAccessRoleArn:KinesisSettings', kinesisSettings_serviceAccessRoleArn - The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Kinesis data stream. The role must allow the iam:PassRole action.

$sel:partitionIncludeSchemaTable:KinesisSettings', kinesisSettings_partitionIncludeSchemaTable - 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.

$sel:streamArn:KinesisSettings', kinesisSettings_streamArn - The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

$sel:includeControlDetails:KinesisSettings', kinesisSettings_includeControlDetails - Shows detailed control information for table definition, column definition, and table and column changes in the Kinesis message output. The default is false.

$sel:noHexPrefix:KinesisSettings', kinesisSettings_noHexPrefix - Set this optional parameter to true to avoid adding a '0x' prefix to raw data in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to an Amazon Kinesis target. Use the NoHexPrefix endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.

$sel:includePartitionValue:KinesisSettings', kinesisSettings_includePartitionValue - Shows the partition value within the Kinesis message output, unless the partition type is schema-table-type. The default is false.

$sel:messageFormat:KinesisSettings', kinesisSettings_messageFormat - 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).

$sel:includeNullAndEmpty:KinesisSettings', kinesisSettings_includeNullAndEmpty - Include NULL and empty columns for records migrated to the endpoint. The default is false.

kinesisSettings_includeTransactionDetails :: Lens' KinesisSettings (Maybe Bool) Source #

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.

kinesisSettings_includeTableAlterOperations :: Lens' KinesisSettings (Maybe Bool) Source #

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.

kinesisSettings_serviceAccessRoleArn :: Lens' KinesisSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Kinesis data stream. The role must allow the iam:PassRole action.

kinesisSettings_partitionIncludeSchemaTable :: Lens' KinesisSettings (Maybe Bool) Source #

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.

kinesisSettings_streamArn :: Lens' KinesisSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

kinesisSettings_includeControlDetails :: Lens' KinesisSettings (Maybe Bool) Source #

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

kinesisSettings_noHexPrefix :: Lens' KinesisSettings (Maybe Bool) Source #

Set this optional parameter to true to avoid adding a '0x' prefix to raw data in hexadecimal format. For example, by default, DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to an Amazon Kinesis target. Use the NoHexPrefix endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.

kinesisSettings_includePartitionValue :: Lens' KinesisSettings (Maybe Bool) Source #

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

kinesisSettings_messageFormat :: Lens' KinesisSettings (Maybe MessageFormatValue) Source #

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).

kinesisSettings_includeNullAndEmpty :: Lens' KinesisSettings (Maybe Bool) Source #

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

MicrosoftSQLServerSettings

data MicrosoftSQLServerSettings Source #

Provides information that defines a Microsoft SQL Server endpoint.

See: newMicrosoftSQLServerSettings smart constructor.

Constructors

MicrosoftSQLServerSettings' 

Fields

  • bcpPacketSize :: Maybe Int

    The maximum size of the packets (in bytes) used to transfer data using BCP.

  • useBcpFullLoad :: Maybe Bool

    Use this to attribute to transfer data for full-load operations using BCP. When the target table contains an identity column that does not exist in the source table, you must disable the use BCP for loading table option.

  • serverName :: Maybe Text

    Fully qualified domain name of the endpoint.

  • querySingleAlwaysOnNode :: Maybe Bool

    Cleans and recreates table metadata information on the replication instance when a mismatch occurs. An example is a situation where running an alter DDL statement on a table might result in different information about the table cached in the replication instance.

  • secretsManagerAccessRoleArn :: Maybe Text

    The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the SQL Server endpoint.

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

  • username :: Maybe Text

    Endpoint connection user name.

  • safeguardPolicy :: Maybe SafeguardPolicy

    Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using one of the following two methods.

    Start transactions in the database: This is the default method. When this method is used, DMS prevents TLOG truncation by mimicking a transaction in the database. As long as such a transaction is open, changes that appear after the transaction started aren't truncated. If you need Microsoft Replication to be enabled in your database, then you must choose this method.

    Exclusively use sp_repldone within a single task: When this method is used, DMS reads the changes and then uses sp_repldone to mark the TLOG transactions as ready for truncation. Although this method doesn't involve any transactional activities, it can only be used when Microsoft Replication isn't running. Also, when using this method, only one DMS task can access the database at any given time. Therefore, if you need to run parallel DMS tasks against the same database, use the default method.

  • password :: Maybe (Sensitive Text)

    Endpoint connection password.

  • databaseName :: Maybe Text

    Database name for the endpoint.

  • secretsManagerSecretId :: Maybe Text

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

  • readBackupOnly :: Maybe Bool

    When this attribute is set to Y, DMS only reads changes from transaction log backups and doesn't read from the active transaction log file during ongoing replication. Setting this parameter to Y enables you to control active transaction log file growth during full load and ongoing replication tasks. However, it can add some source latency to ongoing replication.

  • useThirdPartyBackupDevice :: Maybe Bool

    When this attribute is set to Y, DMS processes third-party transaction log backups if they are created in native format.

  • controlTablesFileGroup :: Maybe Text

    Specifies a file group for the DMS internal tables. When the replication task starts, all the internal DMS control tables (awsdms_ apply_exception, awsdms_apply, awsdms_changes) are created for the specified file group.

  • port :: Maybe Int

    Endpoint TCP port.

Instances

Instances details
Eq MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

Show MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

Generic MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

Associated Types

type Rep MicrosoftSQLServerSettings :: Type -> Type #

NFData MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

Hashable MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

ToJSON MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

FromJSON MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

type Rep MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

type Rep MicrosoftSQLServerSettings = D1 ('MetaData "MicrosoftSQLServerSettings" "Amazonka.DMS.Types.MicrosoftSQLServerSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "MicrosoftSQLServerSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bcpPacketSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "useBcpFullLoad") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "querySingleAlwaysOnNode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "safeguardPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SafeguardPolicy))))) :*: ((S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "readBackupOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "useThirdPartyBackupDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "controlTablesFileGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newMicrosoftSQLServerSettings :: MicrosoftSQLServerSettings Source #

Create a value of MicrosoftSQLServerSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bcpPacketSize:MicrosoftSQLServerSettings', microsoftSQLServerSettings_bcpPacketSize - The maximum size of the packets (in bytes) used to transfer data using BCP.

$sel:useBcpFullLoad:MicrosoftSQLServerSettings', microsoftSQLServerSettings_useBcpFullLoad - Use this to attribute to transfer data for full-load operations using BCP. When the target table contains an identity column that does not exist in the source table, you must disable the use BCP for loading table option.

$sel:serverName:MicrosoftSQLServerSettings', microsoftSQLServerSettings_serverName - Fully qualified domain name of the endpoint.

$sel:querySingleAlwaysOnNode:MicrosoftSQLServerSettings', microsoftSQLServerSettings_querySingleAlwaysOnNode - Cleans and recreates table metadata information on the replication instance when a mismatch occurs. An example is a situation where running an alter DDL statement on a table might result in different information about the table cached in the replication instance.

$sel:secretsManagerAccessRoleArn:MicrosoftSQLServerSettings', microsoftSQLServerSettings_secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the SQL Server endpoint.

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

$sel:username:MicrosoftSQLServerSettings', microsoftSQLServerSettings_username - Endpoint connection user name.

$sel:safeguardPolicy:MicrosoftSQLServerSettings', microsoftSQLServerSettings_safeguardPolicy - Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using one of the following two methods.

Start transactions in the database: This is the default method. When this method is used, DMS prevents TLOG truncation by mimicking a transaction in the database. As long as such a transaction is open, changes that appear after the transaction started aren't truncated. If you need Microsoft Replication to be enabled in your database, then you must choose this method.

Exclusively use sp_repldone within a single task: When this method is used, DMS reads the changes and then uses sp_repldone to mark the TLOG transactions as ready for truncation. Although this method doesn't involve any transactional activities, it can only be used when Microsoft Replication isn't running. Also, when using this method, only one DMS task can access the database at any given time. Therefore, if you need to run parallel DMS tasks against the same database, use the default method.

$sel:password:MicrosoftSQLServerSettings', microsoftSQLServerSettings_password - Endpoint connection password.

$sel:databaseName:MicrosoftSQLServerSettings', microsoftSQLServerSettings_databaseName - Database name for the endpoint.

$sel:secretsManagerSecretId:MicrosoftSQLServerSettings', microsoftSQLServerSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SQL Server endpoint connection details.

$sel:readBackupOnly:MicrosoftSQLServerSettings', microsoftSQLServerSettings_readBackupOnly - When this attribute is set to Y, DMS only reads changes from transaction log backups and doesn't read from the active transaction log file during ongoing replication. Setting this parameter to Y enables you to control active transaction log file growth during full load and ongoing replication tasks. However, it can add some source latency to ongoing replication.

$sel:useThirdPartyBackupDevice:MicrosoftSQLServerSettings', microsoftSQLServerSettings_useThirdPartyBackupDevice - When this attribute is set to Y, DMS processes third-party transaction log backups if they are created in native format.

$sel:controlTablesFileGroup:MicrosoftSQLServerSettings', microsoftSQLServerSettings_controlTablesFileGroup - Specifies a file group for the DMS internal tables. When the replication task starts, all the internal DMS control tables (awsdms_ apply_exception, awsdms_apply, awsdms_changes) are created for the specified file group.

$sel:port:MicrosoftSQLServerSettings', microsoftSQLServerSettings_port - Endpoint TCP port.

microsoftSQLServerSettings_bcpPacketSize :: Lens' MicrosoftSQLServerSettings (Maybe Int) Source #

The maximum size of the packets (in bytes) used to transfer data using BCP.

microsoftSQLServerSettings_useBcpFullLoad :: Lens' MicrosoftSQLServerSettings (Maybe Bool) Source #

Use this to attribute to transfer data for full-load operations using BCP. When the target table contains an identity column that does not exist in the source table, you must disable the use BCP for loading table option.

microsoftSQLServerSettings_querySingleAlwaysOnNode :: Lens' MicrosoftSQLServerSettings (Maybe Bool) Source #

Cleans and recreates table metadata information on the replication instance when a mismatch occurs. An example is a situation where running an alter DDL statement on a table might result in different information about the table cached in the replication instance.

microsoftSQLServerSettings_secretsManagerAccessRoleArn :: Lens' MicrosoftSQLServerSettings (Maybe Text) Source #

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the SQL Server endpoint.

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

microsoftSQLServerSettings_safeguardPolicy :: Lens' MicrosoftSQLServerSettings (Maybe SafeguardPolicy) Source #

Use this attribute to minimize the need to access the backup log and enable DMS to prevent truncation using one of the following two methods.

Start transactions in the database: This is the default method. When this method is used, DMS prevents TLOG truncation by mimicking a transaction in the database. As long as such a transaction is open, changes that appear after the transaction started aren't truncated. If you need Microsoft Replication to be enabled in your database, then you must choose this method.

Exclusively use sp_repldone within a single task: When this method is used, DMS reads the changes and then uses sp_repldone to mark the TLOG transactions as ready for truncation. Although this method doesn't involve any transactional activities, it can only be used when Microsoft Replication isn't running. Also, when using this method, only one DMS task can access the database at any given time. Therefore, if you need to run parallel DMS tasks against the same database, use the default method.

microsoftSQLServerSettings_secretsManagerSecretId :: Lens' MicrosoftSQLServerSettings (Maybe Text) Source #

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

microsoftSQLServerSettings_readBackupOnly :: Lens' MicrosoftSQLServerSettings (Maybe Bool) Source #

When this attribute is set to Y, DMS only reads changes from transaction log backups and doesn't read from the active transaction log file during ongoing replication. Setting this parameter to Y enables you to control active transaction log file growth during full load and ongoing replication tasks. However, it can add some source latency to ongoing replication.

microsoftSQLServerSettings_useThirdPartyBackupDevice :: Lens' MicrosoftSQLServerSettings (Maybe Bool) Source #

When this attribute is set to Y, DMS processes third-party transaction log backups if they are created in native format.

microsoftSQLServerSettings_controlTablesFileGroup :: Lens' MicrosoftSQLServerSettings (Maybe Text) Source #

Specifies a file group for the DMS internal tables. When the replication task starts, all the internal DMS control tables (awsdms_ apply_exception, awsdms_apply, awsdms_changes) are created for the specified file group.

MongoDbSettings

data MongoDbSettings Source #

Provides information that defines a MongoDB endpoint.

See: newMongoDbSettings smart constructor.

Constructors

MongoDbSettings' 

Fields

  • serverName :: Maybe Text

    The name of the server on the MongoDB source endpoint.

  • secretsManagerAccessRoleArn :: Maybe Text

    The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the MongoDB endpoint.

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

  • authMechanism :: Maybe AuthMechanismValue

    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".

  • username :: Maybe Text

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

  • kmsKeyId :: Maybe Text

    The 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 DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

  • password :: Maybe (Sensitive Text)

    The password for the user account you use to access the MongoDB source endpoint.

  • nestingLevel :: Maybe NestingLevelValue

    Specifies either document or table mode.

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

  • databaseName :: Maybe Text

    The database name on the MongoDB source endpoint.

  • docsToInvestigate :: Maybe Text

    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.

  • authSource :: Maybe Text

    The MongoDB database name. This setting isn't used when AuthType is set to "no".

    The default is "admin".

  • secretsManagerSecretId :: Maybe Text

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

  • extractDocId :: Maybe Text

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

    Default value is "false".

  • authType :: Maybe AuthTypeValue

    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.

  • port :: Maybe Int

    The port value for the MongoDB source endpoint.

Instances

Instances details
Eq MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

Show MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

Generic MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

Associated Types

type Rep MongoDbSettings :: Type -> Type #

NFData MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

Methods

rnf :: MongoDbSettings -> () #

Hashable MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

ToJSON MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

FromJSON MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

type Rep MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

type Rep MongoDbSettings = D1 ('MetaData "MongoDbSettings" "Amazonka.DMS.Types.MongoDbSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "MongoDbSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authMechanism") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthMechanismValue)))) :*: ((S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "nestingLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NestingLevelValue))))) :*: ((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "docsToInvestigate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "extractDocId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "authType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthTypeValue)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newMongoDbSettings :: MongoDbSettings Source #

Create a value of MongoDbSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serverName:MongoDbSettings', mongoDbSettings_serverName - The name of the server on the MongoDB source endpoint.

$sel:secretsManagerAccessRoleArn:MongoDbSettings', mongoDbSettings_secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the MongoDB endpoint.

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

$sel:authMechanism:MongoDbSettings', mongoDbSettings_authMechanism - 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".

$sel:username:MongoDbSettings', mongoDbSettings_username - The user name you use to access the MongoDB source endpoint.

$sel:kmsKeyId:MongoDbSettings', mongoDbSettings_kmsKeyId - The 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 DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

$sel:password:MongoDbSettings', mongoDbSettings_password - The password for the user account you use to access the MongoDB source endpoint.

$sel:nestingLevel:MongoDbSettings', mongoDbSettings_nestingLevel - Specifies either document or table mode.

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

$sel:databaseName:MongoDbSettings', mongoDbSettings_databaseName - The database name on the MongoDB source endpoint.

$sel:docsToInvestigate:MongoDbSettings', mongoDbSettings_docsToInvestigate - 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.

$sel:authSource:MongoDbSettings', mongoDbSettings_authSource - The MongoDB database name. This setting isn't used when AuthType is set to "no".

The default is "admin".

$sel:secretsManagerSecretId:MongoDbSettings', mongoDbSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the MongoDB endpoint connection details.

$sel:extractDocId:MongoDbSettings', mongoDbSettings_extractDocId - Specifies the document ID. Use this setting when NestingLevel is set to "none".

Default value is "false".

$sel:authType:MongoDbSettings', mongoDbSettings_authType - 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.

$sel:port:MongoDbSettings', mongoDbSettings_port - The port value for the MongoDB source endpoint.

mongoDbSettings_serverName :: Lens' MongoDbSettings (Maybe Text) Source #

The name of the server on the MongoDB source endpoint.

mongoDbSettings_secretsManagerAccessRoleArn :: Lens' MongoDbSettings (Maybe Text) Source #

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the MongoDB endpoint.

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

mongoDbSettings_authMechanism :: Lens' MongoDbSettings (Maybe AuthMechanismValue) Source #

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".

mongoDbSettings_username :: Lens' MongoDbSettings (Maybe Text) Source #

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

mongoDbSettings_kmsKeyId :: Lens' MongoDbSettings (Maybe Text) Source #

The 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 DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

mongoDbSettings_password :: Lens' MongoDbSettings (Maybe Text) Source #

The password for the user account you use to access the MongoDB source endpoint.

mongoDbSettings_nestingLevel :: Lens' MongoDbSettings (Maybe NestingLevelValue) Source #

Specifies either document or table mode.

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

mongoDbSettings_databaseName :: Lens' MongoDbSettings (Maybe Text) Source #

The database name on the MongoDB source endpoint.

mongoDbSettings_docsToInvestigate :: Lens' MongoDbSettings (Maybe Text) Source #

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.

mongoDbSettings_authSource :: Lens' MongoDbSettings (Maybe Text) Source #

The MongoDB database name. This setting isn't used when AuthType is set to "no".

The default is "admin".

mongoDbSettings_secretsManagerSecretId :: Lens' MongoDbSettings (Maybe Text) Source #

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

mongoDbSettings_extractDocId :: Lens' MongoDbSettings (Maybe Text) Source #

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

Default value is "false".

mongoDbSettings_authType :: Lens' MongoDbSettings (Maybe AuthTypeValue) Source #

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.

mongoDbSettings_port :: Lens' MongoDbSettings (Maybe Int) Source #

The port value for the MongoDB source endpoint.

MySQLSettings

data MySQLSettings Source #

Provides information that defines a MySQL endpoint.

See: newMySQLSettings smart constructor.

Constructors

MySQLSettings' 

Fields

  • maxFileSize :: Maybe Int

    Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.

    Example: maxFileSize=512

  • targetDbType :: Maybe TargetDbType

    Specifies where to migrate source tables on the target, either to a single database or multiple databases.

    Example: targetDbType=MULTIPLE_DATABASES

  • serverName :: Maybe Text

    Fully qualified domain name of the endpoint.

  • cleanSourceMetadataOnMismatch :: Maybe Bool

    Adjusts the behavior of DMS when migrating from an SQL Server source database that is hosted as part of an Always On availability group cluster. If you need DMS to poll all the nodes in the Always On cluster for transaction backups, set this attribute to false.

  • parallelLoadThreads :: Maybe Int

    Improves performance when loading data into the MySQL-compatible target database. Specifies how many threads to use to load the data into the MySQL-compatible target database. Setting a large number of threads can have an adverse effect on database performance, because a separate connection is required for each thread.

    Example: parallelLoadThreads=1

  • secretsManagerAccessRoleArn :: Maybe Text

    The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the MySQL endpoint.

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

  • username :: Maybe Text

    Endpoint connection user name.

  • password :: Maybe (Sensitive Text)

    Endpoint connection password.

  • eventsPollInterval :: Maybe Int

    Specifies how often to check the binary log for new changes/events when the database is idle.

    Example: eventsPollInterval=5;

    In the example, DMS checks for changes in the binary logs every five seconds.

  • databaseName :: Maybe Text

    Database name for the endpoint. For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName request parameter on either the CreateEndpoint or ModifyEndpoint API call. Specifying DatabaseName when you create or modify a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify the database only when you specify the schema in the table-mapping rules of the DMS task.

  • afterConnectScript :: Maybe Text

    Specifies a script to run immediately after DMS connects to the endpoint. The migration task continues running regardless if the SQL statement succeeds or fails.

    For this parameter, provide the code of the script itself, not the name of a file containing the script.

  • secretsManagerSecretId :: Maybe Text

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

  • serverTimezone :: Maybe Text

    Specifies the time zone for the source MySQL database.

    Example: serverTimezone=US/Pacific;

    Note: Do not enclose time zones in single quotes.

  • port :: Maybe Int

    Endpoint TCP port.

Instances

Instances details
Eq MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

Show MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

Generic MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

Associated Types

type Rep MySQLSettings :: Type -> Type #

NFData MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

Methods

rnf :: MySQLSettings -> () #

Hashable MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

ToJSON MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

FromJSON MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

type Rep MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

type Rep MySQLSettings = D1 ('MetaData "MySQLSettings" "Amazonka.DMS.Types.MySQLSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "MySQLSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "maxFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "targetDbType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDbType)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "cleanSourceMetadataOnMismatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "parallelLoadThreads") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "eventsPollInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "afterConnectScript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serverTimezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newMySQLSettings :: MySQLSettings Source #

Create a value of MySQLSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxFileSize:MySQLSettings', mySQLSettings_maxFileSize - Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.

Example: maxFileSize=512

$sel:targetDbType:MySQLSettings', mySQLSettings_targetDbType - Specifies where to migrate source tables on the target, either to a single database or multiple databases.

Example: targetDbType=MULTIPLE_DATABASES

$sel:serverName:MySQLSettings', mySQLSettings_serverName - Fully qualified domain name of the endpoint.

$sel:cleanSourceMetadataOnMismatch:MySQLSettings', mySQLSettings_cleanSourceMetadataOnMismatch - Adjusts the behavior of DMS when migrating from an SQL Server source database that is hosted as part of an Always On availability group cluster. If you need DMS to poll all the nodes in the Always On cluster for transaction backups, set this attribute to false.

$sel:parallelLoadThreads:MySQLSettings', mySQLSettings_parallelLoadThreads - Improves performance when loading data into the MySQL-compatible target database. Specifies how many threads to use to load the data into the MySQL-compatible target database. Setting a large number of threads can have an adverse effect on database performance, because a separate connection is required for each thread.

Example: parallelLoadThreads=1

$sel:secretsManagerAccessRoleArn:MySQLSettings', mySQLSettings_secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the MySQL endpoint.

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

$sel:username:MySQLSettings', mySQLSettings_username - Endpoint connection user name.

$sel:password:MySQLSettings', mySQLSettings_password - Endpoint connection password.

$sel:eventsPollInterval:MySQLSettings', mySQLSettings_eventsPollInterval - Specifies how often to check the binary log for new changes/events when the database is idle.

Example: eventsPollInterval=5;

In the example, DMS checks for changes in the binary logs every five seconds.

$sel:databaseName:MySQLSettings', mySQLSettings_databaseName - Database name for the endpoint. For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName request parameter on either the CreateEndpoint or ModifyEndpoint API call. Specifying DatabaseName when you create or modify a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify the database only when you specify the schema in the table-mapping rules of the DMS task.

$sel:afterConnectScript:MySQLSettings', mySQLSettings_afterConnectScript - Specifies a script to run immediately after DMS connects to the endpoint. The migration task continues running regardless if the SQL statement succeeds or fails.

For this parameter, provide the code of the script itself, not the name of a file containing the script.

$sel:secretsManagerSecretId:MySQLSettings', mySQLSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the MySQL endpoint connection details.

$sel:serverTimezone:MySQLSettings', mySQLSettings_serverTimezone - Specifies the time zone for the source MySQL database.

Example: serverTimezone=US/Pacific;

Note: Do not enclose time zones in single quotes.

$sel:port:MySQLSettings', mySQLSettings_port - Endpoint TCP port.

mySQLSettings_maxFileSize :: Lens' MySQLSettings (Maybe Int) Source #

Specifies the maximum size (in KB) of any .csv file used to transfer data to a MySQL-compatible database.

Example: maxFileSize=512

mySQLSettings_targetDbType :: Lens' MySQLSettings (Maybe TargetDbType) Source #

Specifies where to migrate source tables on the target, either to a single database or multiple databases.

Example: targetDbType=MULTIPLE_DATABASES

mySQLSettings_serverName :: Lens' MySQLSettings (Maybe Text) Source #

Fully qualified domain name of the endpoint.

mySQLSettings_cleanSourceMetadataOnMismatch :: Lens' MySQLSettings (Maybe Bool) Source #

Adjusts the behavior of DMS when migrating from an SQL Server source database that is hosted as part of an Always On availability group cluster. If you need DMS to poll all the nodes in the Always On cluster for transaction backups, set this attribute to false.

mySQLSettings_parallelLoadThreads :: Lens' MySQLSettings (Maybe Int) Source #

Improves performance when loading data into the MySQL-compatible target database. Specifies how many threads to use to load the data into the MySQL-compatible target database. Setting a large number of threads can have an adverse effect on database performance, because a separate connection is required for each thread.

Example: parallelLoadThreads=1

mySQLSettings_secretsManagerAccessRoleArn :: Lens' MySQLSettings (Maybe Text) Source #

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the MySQL endpoint.

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

mySQLSettings_username :: Lens' MySQLSettings (Maybe Text) Source #

Endpoint connection user name.

mySQLSettings_password :: Lens' MySQLSettings (Maybe Text) Source #

Endpoint connection password.

mySQLSettings_eventsPollInterval :: Lens' MySQLSettings (Maybe Int) Source #

Specifies how often to check the binary log for new changes/events when the database is idle.

Example: eventsPollInterval=5;

In the example, DMS checks for changes in the binary logs every five seconds.

mySQLSettings_databaseName :: Lens' MySQLSettings (Maybe Text) Source #

Database name for the endpoint. For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName request parameter on either the CreateEndpoint or ModifyEndpoint API call. Specifying DatabaseName when you create or modify a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify the database only when you specify the schema in the table-mapping rules of the DMS task.

mySQLSettings_afterConnectScript :: Lens' MySQLSettings (Maybe Text) Source #

Specifies a script to run immediately after DMS connects to the endpoint. The migration task continues running regardless if the SQL statement succeeds or fails.

For this parameter, provide the code of the script itself, not the name of a file containing the script.

mySQLSettings_secretsManagerSecretId :: Lens' MySQLSettings (Maybe Text) Source #

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

mySQLSettings_serverTimezone :: Lens' MySQLSettings (Maybe Text) Source #

Specifies the time zone for the source MySQL database.

Example: serverTimezone=US/Pacific;

Note: Do not enclose time zones in single quotes.

NeptuneSettings

data NeptuneSettings Source #

Provides information that defines an Amazon Neptune endpoint.

See: newNeptuneSettings smart constructor.

Constructors

NeptuneSettings' 

Fields

  • maxFileSize :: Maybe Int

    The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, DMS clears the bucket, ready to store the next batch of migrated graph data.

  • maxRetryCount :: Maybe Int

    The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error. The default is 5.

  • serviceAccessRoleArn :: Maybe Text

    The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. The role must allow the iam:PassRole action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration Service User Guide.

  • iamAuthEnabled :: Maybe Bool

    If you want 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.

  • errorRetryDuration :: Maybe Int

    The number of milliseconds for 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.

  • s3BucketName :: Text

    The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database. DMS maps the SQL source data to graph data before storing it in these .csv files.

  • s3BucketFolder :: Text

    A folder path where you want DMS to store migrated graph data in the S3 bucket specified by S3BucketName

Instances

Instances details
Eq NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

Read NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

Show NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

Generic NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

Associated Types

type Rep NeptuneSettings :: Type -> Type #

NFData NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

Methods

rnf :: NeptuneSettings -> () #

Hashable NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

ToJSON NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

FromJSON NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

type Rep NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

type Rep NeptuneSettings = D1 ('MetaData "NeptuneSettings" "Amazonka.DMS.Types.NeptuneSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "NeptuneSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "maxRetryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "iamAuthEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "errorRetryDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3BucketFolder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newNeptuneSettings Source #

Create a value of NeptuneSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxFileSize:NeptuneSettings', neptuneSettings_maxFileSize - The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, DMS clears the bucket, ready to store the next batch of migrated graph data.

$sel:maxRetryCount:NeptuneSettings', neptuneSettings_maxRetryCount - The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error. The default is 5.

$sel:serviceAccessRoleArn:NeptuneSettings', neptuneSettings_serviceAccessRoleArn - The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. The role must allow the iam:PassRole action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration Service User Guide.

$sel:iamAuthEnabled:NeptuneSettings', neptuneSettings_iamAuthEnabled - If you want 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.

$sel:errorRetryDuration:NeptuneSettings', neptuneSettings_errorRetryDuration - The number of milliseconds for 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.

$sel:s3BucketName:NeptuneSettings', neptuneSettings_s3BucketName - The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database. DMS maps the SQL source data to graph data before storing it in these .csv files.

$sel:s3BucketFolder:NeptuneSettings', neptuneSettings_s3BucketFolder - A folder path where you want DMS to store migrated graph data in the S3 bucket specified by S3BucketName

neptuneSettings_maxFileSize :: Lens' NeptuneSettings (Maybe Int) Source #

The maximum size in kilobytes of migrated graph data stored in a .csv file before DMS bulk-loads the data to the Neptune target database. The default is 1,048,576 KB. If the bulk load is successful, DMS clears the bucket, ready to store the next batch of migrated graph data.

neptuneSettings_maxRetryCount :: Lens' NeptuneSettings (Maybe Int) Source #

The number of times for DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error. The default is 5.

neptuneSettings_serviceAccessRoleArn :: Lens' NeptuneSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) of the service role that you created for the Neptune target endpoint. The role must allow the iam:PassRole action. For more information, see Creating an IAM Service Role for Accessing Amazon Neptune as a Target in the Database Migration Service User Guide.

neptuneSettings_iamAuthEnabled :: Lens' NeptuneSettings (Maybe Bool) Source #

If you want 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.

neptuneSettings_errorRetryDuration :: Lens' NeptuneSettings (Maybe Int) Source #

The number of milliseconds for 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.

neptuneSettings_s3BucketName :: Lens' NeptuneSettings Text Source #

The name of the Amazon S3 bucket where DMS can temporarily store migrated graph data in .csv files before bulk-loading it to the Neptune target database. DMS maps the SQL source data to graph data before storing it in these .csv files.

neptuneSettings_s3BucketFolder :: Lens' NeptuneSettings Text Source #

A folder path where you want DMS to store migrated graph data in the S3 bucket specified by S3BucketName

OracleSettings

data OracleSettings Source #

Provides information that defines an Oracle endpoint.

See: newOracleSettings smart constructor.

Constructors

OracleSettings' 

Fields

  • useBFile :: Maybe Bool

    Set this attribute to Y to capture change data using the Binary Reader utility. Set UseLogminerReader to N to set this attribute to Y. To use Binary Reader with Amazon RDS for Oracle as the source, you set additional attributes. For more information about using this setting with Oracle Automatic Storage Management (ASM), see Using Oracle LogMiner or DMS Binary Reader for CDC.

  • standbyDelayTime :: Maybe Int

    Use this attribute to specify a time in minutes for the delay in standby sync. If the source is an Oracle Active Data Guard standby database, use this attribute to specify the time lag between primary and standby databases.

    In DMS, you can create an Oracle CDC task that uses an Active Data Guard standby instance as a source for replicating ongoing changes. Doing this eliminates the need to connect to an active database that might be in production.

  • failTasksOnLobTruncation :: Maybe Bool

    When set to true, this attribute causes a task to fail if the actual size of an LOB column is greater than the specified LobMaxSize.

    If a task is set to limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.

  • serverName :: Maybe Text

    Fully qualified domain name of the endpoint.

  • directPathNoLog :: Maybe Bool

    When set to true, this attribute helps to increase the commit rate on the Oracle target database by writing directly to tables and not writing a trail to database logs.

  • extraArchivedLogDestIds :: Maybe [Int]

    Specifies the IDs of one more destinations for one or more archived redo logs. These IDs are the values of the dest_id column in the v$archived_log view. Use this setting with the archivedLogDestId extra connection attribute in a primary-to-single setup or a primary-to-multiple-standby setup.

    This setting is useful in a switchover when you use an Oracle Data Guard database as a source. In this case, DMS needs information about what destination to get archive redo logs from to read changes. DMS needs this because after the switchover the previous primary is a standby instance. For example, in a primary-to-single standby setup you might apply the following settings.

    archivedLogDestId=1; ExtraArchivedLogDestIds=[2]

    In a primary-to-multiple-standby setup, you might apply the following settings.

    archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4]

    Although DMS supports the use of the Oracle RESETLOGS option to open the database, never use RESETLOGS unless it's necessary. For more information about RESETLOGS, see RMAN Data Repair Concepts in the Oracle Database Backup and Recovery User's Guide.

  • securityDbEncryptionName :: Maybe Text

    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 DMS in the Database Migration Service User Guide.

  • oraclePathPrefix :: Maybe Text

    Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the default Oracle root used to access the redo logs.

  • secretsManagerAccessRoleArn :: Maybe Text

    The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the Oracle endpoint.

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

  • useDirectPathFullLoad :: Maybe Bool

    Set this attribute to Y to have DMS use a direct path full load. Specify this value to use the direct path protocol in the Oracle Call Interface (OCI). By using this OCI protocol, you can bulk-load Oracle target tables during a full load.

  • username :: Maybe Text

    Endpoint connection user name.

  • allowSelectNestedTables :: Maybe Bool

    Set this attribute to true to enable replication of Oracle tables containing columns that are nested tables or defined types.

  • readAheadBlocks :: Maybe Int

    Set this attribute to change the number of read-ahead blocks that DMS configures to perform a change data capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 1000 (the default) and 200,000 (the maximum).

  • archivedLogDestId :: Maybe Int

    Specifies the ID of the destination for the archived redo logs. This value should be the same as a number in the dest_id column of the v$archived_log view. If you work with an additional redo log destination, use the AdditionalArchivedLogDestId option to specify the additional destination ID. Doing this improves performance by ensuring that the correct logs are accessed from the outset.

  • replacePathPrefix :: Maybe Bool

    Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This setting tells DMS instance to replace the default Oracle root with the specified usePathPrefix setting to access the redo logs.

  • accessAlternateDirectly :: Maybe Bool

    Set this attribute to false in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to not access redo logs through any specified path prefix replacement using direct file access.

  • secretsManagerOracleAsmSecretId :: Maybe Text

    Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret that contains the Oracle ASM connection details for the Oracle endpoint.

  • securityDbEncryption :: Maybe (Sensitive Text)

    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 DMS in the Database Migration Service User Guide.

  • useLogminerReader :: Maybe Bool

    Set this attribute to Y to capture change data using the Oracle LogMiner utility (the default). Set this attribute to N if you want to access the redo logs as a binary file. When you set UseLogminerReader to N, also set UseBfile to Y. For more information on this setting and using Oracle ASM, see Using Oracle LogMiner or DMS Binary Reader for CDC in the DMS User Guide.

  • readTableSpaceName :: Maybe Bool

    When set to true, this attribute supports tablespace replication.

  • retryInterval :: Maybe Int

    Specifies the number of seconds that the system waits before resending a query.

    Example: retryInterval=6;

  • password :: Maybe (Sensitive Text)

    Endpoint connection password.

  • spatialDataOptionToGeoJsonFunctionName :: Maybe Text

    Use this attribute to convert SDO_GEOMETRY to GEOJSON format. By default, DMS calls the SDO2GEOJSON custom function if present and accessible. Or you can create your own custom function that mimics the operation of SDOGEOJSON and set SpatialDataOptionToGeoJsonFunctionName to call it instead.

  • databaseName :: Maybe Text

    Database name for the endpoint.

  • addSupplementalLogging :: Maybe Bool

    Set this attribute to set up table-level supplemental logging for the Oracle database. This attribute enables PRIMARY KEY supplemental logging on all tables selected for a migration task.

    If you use this option, you still need to enable database-level supplemental logging.

  • secretsManagerOracleAsmAccessRoleArn :: Maybe Text

    Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the SecretsManagerOracleAsmSecret. This SecretsManagerOracleAsmSecret has the secret value that allows access to the Oracle ASM of the endpoint.

    You can specify one of two sets of values for these permissions. You can specify the values for this setting and SecretsManagerOracleAsmSecretId. Or you can specify clear-text values for AsmUserName, AsmPassword, and AsmServerName. You can't specify both. For more information on creating this SecretsManagerOracleAsmSecret and the SecretsManagerOracleAsmAccessRoleArn and SecretsManagerOracleAsmSecretId required to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.

  • asmServer :: Maybe Text

    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.

  • charLengthSemantics :: Maybe CharLengthSemantics

    Specifies whether the length of a character column is in bytes or in characters. To indicate that the character column length is in characters, set this attribute to CHAR. Otherwise, the character column length is in bytes.

    Example: charLengthSemantics=CHAR;

  • archivedLogsOnly :: Maybe Bool

    When this field is set to Y, DMS only accesses the archived redo logs. If the archived redo logs are stored on Oracle ASM only, the DMS user account needs to be granted ASM privileges.

  • directPathParallelLoad :: Maybe Bool

    When set to true, this attribute specifies a parallel load when useDirectPathFullLoad is set to Y. This attribute also only applies when you use the DMS parallel load feature. Note that the target table cannot have any constraints or indexes.

  • secretsManagerSecretId :: Maybe Text

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

  • additionalArchivedLogDestId :: Maybe Int

    Set this attribute with ArchivedLogDestId in a primary/ standby setup. This attribute is useful in the case of a switchover. In this case, DMS needs to know which destination to get archive redo logs from to read changes. This need arises because the previous primary instance is now a standby instance after switchover.

    Although DMS supports the use of the Oracle RESETLOGS option to open the database, never use RESETLOGS unless necessary. For additional information about RESETLOGS, see RMAN Data Repair Concepts in the Oracle Database Backup and Recovery User's Guide.

  • asmPassword :: Maybe (Sensitive Text)

    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.

  • enableHomogenousTablespace :: Maybe Bool

    Set this attribute to enable homogenous tablespace replication and create existing tables or indexes under the same tablespace on the target.

  • parallelAsmReadThreads :: Maybe Int

    Set this attribute to change the number of threads that DMS configures to perform a change data capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 2 (the default) and 8 (the maximum). Use this attribute together with the readAheadBlocks attribute.

  • numberDatatypeScale :: Maybe Int

    Specifies the number scale. You can select a scale up to 38, or you can select FLOAT. By default, the NUMBER data type is converted to precision 38, scale 10.

    Example: numberDataTypeScale=12

  • usePathPrefix :: Maybe Text

    Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the path prefix used to replace the default Oracle root to access the redo logs.

  • asmUser :: Maybe Text

    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.

  • useAlternateFolderForOnline :: Maybe Bool

    Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to use any specified prefix replacement to access all online redo logs.

  • port :: Maybe Int

    Endpoint TCP port.

Instances

Instances details
Eq OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

Show OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

Generic OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

Associated Types

type Rep OracleSettings :: Type -> Type #

NFData OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

Methods

rnf :: OracleSettings -> () #

Hashable OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

ToJSON OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

FromJSON OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

type Rep OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

type Rep OracleSettings = D1 ('MetaData "OracleSettings" "Amazonka.DMS.Types.OracleSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "OracleSettings'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "useBFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "standbyDelayTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "failTasksOnLobTruncation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "directPathNoLog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "extraArchivedLogDestIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Int])) :*: S1 ('MetaSel ('Just "securityDbEncryptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "oraclePathPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "useDirectPathFullLoad") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "allowSelectNestedTables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "readAheadBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "archivedLogDestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "replacePathPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "accessAlternateDirectly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "secretsManagerOracleAsmSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "securityDbEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "useLogminerReader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "readTableSpaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))) :*: ((((S1 ('MetaSel ('Just "retryInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "spatialDataOptionToGeoJsonFunctionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "addSupplementalLogging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "secretsManagerOracleAsmAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "asmServer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "charLengthSemantics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CharLengthSemantics)) :*: (S1 ('MetaSel ('Just "archivedLogsOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "directPathParallelLoad") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "additionalArchivedLogDestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "asmPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "enableHomogenousTablespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "parallelAsmReadThreads") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "numberDatatypeScale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "usePathPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "asmUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "useAlternateFolderForOnline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))))

newOracleSettings :: OracleSettings Source #

Create a value of OracleSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:useBFile:OracleSettings', oracleSettings_useBFile - Set this attribute to Y to capture change data using the Binary Reader utility. Set UseLogminerReader to N to set this attribute to Y. To use Binary Reader with Amazon RDS for Oracle as the source, you set additional attributes. For more information about using this setting with Oracle Automatic Storage Management (ASM), see Using Oracle LogMiner or DMS Binary Reader for CDC.

$sel:standbyDelayTime:OracleSettings', oracleSettings_standbyDelayTime - Use this attribute to specify a time in minutes for the delay in standby sync. If the source is an Oracle Active Data Guard standby database, use this attribute to specify the time lag between primary and standby databases.

In DMS, you can create an Oracle CDC task that uses an Active Data Guard standby instance as a source for replicating ongoing changes. Doing this eliminates the need to connect to an active database that might be in production.

$sel:failTasksOnLobTruncation:OracleSettings', oracleSettings_failTasksOnLobTruncation - When set to true, this attribute causes a task to fail if the actual size of an LOB column is greater than the specified LobMaxSize.

If a task is set to limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.

$sel:serverName:OracleSettings', oracleSettings_serverName - Fully qualified domain name of the endpoint.

$sel:directPathNoLog:OracleSettings', oracleSettings_directPathNoLog - When set to true, this attribute helps to increase the commit rate on the Oracle target database by writing directly to tables and not writing a trail to database logs.

$sel:extraArchivedLogDestIds:OracleSettings', oracleSettings_extraArchivedLogDestIds - Specifies the IDs of one more destinations for one or more archived redo logs. These IDs are the values of the dest_id column in the v$archived_log view. Use this setting with the archivedLogDestId extra connection attribute in a primary-to-single setup or a primary-to-multiple-standby setup.

This setting is useful in a switchover when you use an Oracle Data Guard database as a source. In this case, DMS needs information about what destination to get archive redo logs from to read changes. DMS needs this because after the switchover the previous primary is a standby instance. For example, in a primary-to-single standby setup you might apply the following settings.

archivedLogDestId=1; ExtraArchivedLogDestIds=[2]

In a primary-to-multiple-standby setup, you might apply the following settings.

archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4]

Although DMS supports the use of the Oracle RESETLOGS option to open the database, never use RESETLOGS unless it's necessary. For more information about RESETLOGS, see RMAN Data Repair Concepts in the Oracle Database Backup and Recovery User's Guide.

$sel:securityDbEncryptionName:OracleSettings', oracleSettings_securityDbEncryptionName - 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 DMS in the Database Migration Service User Guide.

$sel:oraclePathPrefix:OracleSettings', oracleSettings_oraclePathPrefix - Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the default Oracle root used to access the redo logs.

$sel:secretsManagerAccessRoleArn:OracleSettings', oracleSettings_secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the Oracle endpoint.

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

$sel:useDirectPathFullLoad:OracleSettings', oracleSettings_useDirectPathFullLoad - Set this attribute to Y to have DMS use a direct path full load. Specify this value to use the direct path protocol in the Oracle Call Interface (OCI). By using this OCI protocol, you can bulk-load Oracle target tables during a full load.

$sel:username:OracleSettings', oracleSettings_username - Endpoint connection user name.

$sel:allowSelectNestedTables:OracleSettings', oracleSettings_allowSelectNestedTables - Set this attribute to true to enable replication of Oracle tables containing columns that are nested tables or defined types.

$sel:readAheadBlocks:OracleSettings', oracleSettings_readAheadBlocks - Set this attribute to change the number of read-ahead blocks that DMS configures to perform a change data capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 1000 (the default) and 200,000 (the maximum).

$sel:archivedLogDestId:OracleSettings', oracleSettings_archivedLogDestId - Specifies the ID of the destination for the archived redo logs. This value should be the same as a number in the dest_id column of the v$archived_log view. If you work with an additional redo log destination, use the AdditionalArchivedLogDestId option to specify the additional destination ID. Doing this improves performance by ensuring that the correct logs are accessed from the outset.

$sel:replacePathPrefix:OracleSettings', oracleSettings_replacePathPrefix - Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This setting tells DMS instance to replace the default Oracle root with the specified usePathPrefix setting to access the redo logs.

$sel:accessAlternateDirectly:OracleSettings', oracleSettings_accessAlternateDirectly - Set this attribute to false in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to not access redo logs through any specified path prefix replacement using direct file access.

$sel:secretsManagerOracleAsmSecretId:OracleSettings', oracleSettings_secretsManagerOracleAsmSecretId - Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret that contains the Oracle ASM connection details for the Oracle endpoint.

$sel:securityDbEncryption:OracleSettings', oracleSettings_securityDbEncryption - 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 DMS in the Database Migration Service User Guide.

$sel:useLogminerReader:OracleSettings', oracleSettings_useLogminerReader - Set this attribute to Y to capture change data using the Oracle LogMiner utility (the default). Set this attribute to N if you want to access the redo logs as a binary file. When you set UseLogminerReader to N, also set UseBfile to Y. For more information on this setting and using Oracle ASM, see Using Oracle LogMiner or DMS Binary Reader for CDC in the DMS User Guide.

$sel:readTableSpaceName:OracleSettings', oracleSettings_readTableSpaceName - When set to true, this attribute supports tablespace replication.

$sel:retryInterval:OracleSettings', oracleSettings_retryInterval - Specifies the number of seconds that the system waits before resending a query.

Example: retryInterval=6;

$sel:password:OracleSettings', oracleSettings_password - Endpoint connection password.

$sel:spatialDataOptionToGeoJsonFunctionName:OracleSettings', oracleSettings_spatialDataOptionToGeoJsonFunctionName - Use this attribute to convert SDO_GEOMETRY to GEOJSON format. By default, DMS calls the SDO2GEOJSON custom function if present and accessible. Or you can create your own custom function that mimics the operation of SDOGEOJSON and set SpatialDataOptionToGeoJsonFunctionName to call it instead.

$sel:databaseName:OracleSettings', oracleSettings_databaseName - Database name for the endpoint.

$sel:addSupplementalLogging:OracleSettings', oracleSettings_addSupplementalLogging - Set this attribute to set up table-level supplemental logging for the Oracle database. This attribute enables PRIMARY KEY supplemental logging on all tables selected for a migration task.

If you use this option, you still need to enable database-level supplemental logging.

$sel:secretsManagerOracleAsmAccessRoleArn:OracleSettings', oracleSettings_secretsManagerOracleAsmAccessRoleArn - Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the SecretsManagerOracleAsmSecret. This SecretsManagerOracleAsmSecret has the secret value that allows access to the Oracle ASM of the endpoint.

You can specify one of two sets of values for these permissions. You can specify the values for this setting and SecretsManagerOracleAsmSecretId. Or you can specify clear-text values for AsmUserName, AsmPassword, and AsmServerName. You can't specify both. For more information on creating this SecretsManagerOracleAsmSecret and the SecretsManagerOracleAsmAccessRoleArn and SecretsManagerOracleAsmSecretId required to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.

$sel:asmServer:OracleSettings', oracleSettings_asmServer - 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.

$sel:charLengthSemantics:OracleSettings', oracleSettings_charLengthSemantics - Specifies whether the length of a character column is in bytes or in characters. To indicate that the character column length is in characters, set this attribute to CHAR. Otherwise, the character column length is in bytes.

Example: charLengthSemantics=CHAR;

$sel:archivedLogsOnly:OracleSettings', oracleSettings_archivedLogsOnly - When this field is set to Y, DMS only accesses the archived redo logs. If the archived redo logs are stored on Oracle ASM only, the DMS user account needs to be granted ASM privileges.

$sel:directPathParallelLoad:OracleSettings', oracleSettings_directPathParallelLoad - When set to true, this attribute specifies a parallel load when useDirectPathFullLoad is set to Y. This attribute also only applies when you use the DMS parallel load feature. Note that the target table cannot have any constraints or indexes.

$sel:secretsManagerSecretId:OracleSettings', oracleSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Oracle endpoint connection details.

$sel:additionalArchivedLogDestId:OracleSettings', oracleSettings_additionalArchivedLogDestId - Set this attribute with ArchivedLogDestId in a primary/ standby setup. This attribute is useful in the case of a switchover. In this case, DMS needs to know which destination to get archive redo logs from to read changes. This need arises because the previous primary instance is now a standby instance after switchover.

Although DMS supports the use of the Oracle RESETLOGS option to open the database, never use RESETLOGS unless necessary. For additional information about RESETLOGS, see RMAN Data Repair Concepts in the Oracle Database Backup and Recovery User's Guide.

$sel:asmPassword:OracleSettings', oracleSettings_asmPassword - 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.

$sel:enableHomogenousTablespace:OracleSettings', oracleSettings_enableHomogenousTablespace - Set this attribute to enable homogenous tablespace replication and create existing tables or indexes under the same tablespace on the target.

$sel:parallelAsmReadThreads:OracleSettings', oracleSettings_parallelAsmReadThreads - Set this attribute to change the number of threads that DMS configures to perform a change data capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 2 (the default) and 8 (the maximum). Use this attribute together with the readAheadBlocks attribute.

$sel:numberDatatypeScale:OracleSettings', oracleSettings_numberDatatypeScale - Specifies the number scale. You can select a scale up to 38, or you can select FLOAT. By default, the NUMBER data type is converted to precision 38, scale 10.

Example: numberDataTypeScale=12

$sel:usePathPrefix:OracleSettings', oracleSettings_usePathPrefix - Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the path prefix used to replace the default Oracle root to access the redo logs.

$sel:asmUser:OracleSettings', oracleSettings_asmUser - 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.

$sel:useAlternateFolderForOnline:OracleSettings', oracleSettings_useAlternateFolderForOnline - Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to use any specified prefix replacement to access all online redo logs.

$sel:port:OracleSettings', oracleSettings_port - Endpoint TCP port.

oracleSettings_useBFile :: Lens' OracleSettings (Maybe Bool) Source #

Set this attribute to Y to capture change data using the Binary Reader utility. Set UseLogminerReader to N to set this attribute to Y. To use Binary Reader with Amazon RDS for Oracle as the source, you set additional attributes. For more information about using this setting with Oracle Automatic Storage Management (ASM), see Using Oracle LogMiner or DMS Binary Reader for CDC.

oracleSettings_standbyDelayTime :: Lens' OracleSettings (Maybe Int) Source #

Use this attribute to specify a time in minutes for the delay in standby sync. If the source is an Oracle Active Data Guard standby database, use this attribute to specify the time lag between primary and standby databases.

In DMS, you can create an Oracle CDC task that uses an Active Data Guard standby instance as a source for replicating ongoing changes. Doing this eliminates the need to connect to an active database that might be in production.

oracleSettings_failTasksOnLobTruncation :: Lens' OracleSettings (Maybe Bool) Source #

When set to true, this attribute causes a task to fail if the actual size of an LOB column is greater than the specified LobMaxSize.

If a task is set to limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.

oracleSettings_serverName :: Lens' OracleSettings (Maybe Text) Source #

Fully qualified domain name of the endpoint.

oracleSettings_directPathNoLog :: Lens' OracleSettings (Maybe Bool) Source #

When set to true, this attribute helps to increase the commit rate on the Oracle target database by writing directly to tables and not writing a trail to database logs.

oracleSettings_extraArchivedLogDestIds :: Lens' OracleSettings (Maybe [Int]) Source #

Specifies the IDs of one more destinations for one or more archived redo logs. These IDs are the values of the dest_id column in the v$archived_log view. Use this setting with the archivedLogDestId extra connection attribute in a primary-to-single setup or a primary-to-multiple-standby setup.

This setting is useful in a switchover when you use an Oracle Data Guard database as a source. In this case, DMS needs information about what destination to get archive redo logs from to read changes. DMS needs this because after the switchover the previous primary is a standby instance. For example, in a primary-to-single standby setup you might apply the following settings.

archivedLogDestId=1; ExtraArchivedLogDestIds=[2]

In a primary-to-multiple-standby setup, you might apply the following settings.

archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4]

Although DMS supports the use of the Oracle RESETLOGS option to open the database, never use RESETLOGS unless it's necessary. For more information about RESETLOGS, see RMAN Data Repair Concepts in the Oracle Database Backup and Recovery User's Guide.

oracleSettings_securityDbEncryptionName :: Lens' OracleSettings (Maybe Text) Source #

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 DMS in the Database Migration Service User Guide.

oracleSettings_oraclePathPrefix :: Lens' OracleSettings (Maybe Text) Source #

Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the default Oracle root used to access the redo logs.

oracleSettings_secretsManagerAccessRoleArn :: Lens' OracleSettings (Maybe Text) Source #

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the Oracle endpoint.

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

oracleSettings_useDirectPathFullLoad :: Lens' OracleSettings (Maybe Bool) Source #

Set this attribute to Y to have DMS use a direct path full load. Specify this value to use the direct path protocol in the Oracle Call Interface (OCI). By using this OCI protocol, you can bulk-load Oracle target tables during a full load.

oracleSettings_username :: Lens' OracleSettings (Maybe Text) Source #

Endpoint connection user name.

oracleSettings_allowSelectNestedTables :: Lens' OracleSettings (Maybe Bool) Source #

Set this attribute to true to enable replication of Oracle tables containing columns that are nested tables or defined types.

oracleSettings_readAheadBlocks :: Lens' OracleSettings (Maybe Int) Source #

Set this attribute to change the number of read-ahead blocks that DMS configures to perform a change data capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 1000 (the default) and 200,000 (the maximum).

oracleSettings_archivedLogDestId :: Lens' OracleSettings (Maybe Int) Source #

Specifies the ID of the destination for the archived redo logs. This value should be the same as a number in the dest_id column of the v$archived_log view. If you work with an additional redo log destination, use the AdditionalArchivedLogDestId option to specify the additional destination ID. Doing this improves performance by ensuring that the correct logs are accessed from the outset.

oracleSettings_replacePathPrefix :: Lens' OracleSettings (Maybe Bool) Source #

Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This setting tells DMS instance to replace the default Oracle root with the specified usePathPrefix setting to access the redo logs.

oracleSettings_accessAlternateDirectly :: Lens' OracleSettings (Maybe Bool) Source #

Set this attribute to false in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to not access redo logs through any specified path prefix replacement using direct file access.

oracleSettings_secretsManagerOracleAsmSecretId :: Lens' OracleSettings (Maybe Text) Source #

Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret that contains the Oracle ASM connection details for the Oracle endpoint.

oracleSettings_securityDbEncryption :: Lens' OracleSettings (Maybe Text) Source #

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 DMS in the Database Migration Service User Guide.

oracleSettings_useLogminerReader :: Lens' OracleSettings (Maybe Bool) Source #

Set this attribute to Y to capture change data using the Oracle LogMiner utility (the default). Set this attribute to N if you want to access the redo logs as a binary file. When you set UseLogminerReader to N, also set UseBfile to Y. For more information on this setting and using Oracle ASM, see Using Oracle LogMiner or DMS Binary Reader for CDC in the DMS User Guide.

oracleSettings_readTableSpaceName :: Lens' OracleSettings (Maybe Bool) Source #

When set to true, this attribute supports tablespace replication.

oracleSettings_retryInterval :: Lens' OracleSettings (Maybe Int) Source #

Specifies the number of seconds that the system waits before resending a query.

Example: retryInterval=6;

oracleSettings_password :: Lens' OracleSettings (Maybe Text) Source #

Endpoint connection password.

oracleSettings_spatialDataOptionToGeoJsonFunctionName :: Lens' OracleSettings (Maybe Text) Source #

Use this attribute to convert SDO_GEOMETRY to GEOJSON format. By default, DMS calls the SDO2GEOJSON custom function if present and accessible. Or you can create your own custom function that mimics the operation of SDOGEOJSON and set SpatialDataOptionToGeoJsonFunctionName to call it instead.

oracleSettings_databaseName :: Lens' OracleSettings (Maybe Text) Source #

Database name for the endpoint.

oracleSettings_addSupplementalLogging :: Lens' OracleSettings (Maybe Bool) Source #

Set this attribute to set up table-level supplemental logging for the Oracle database. This attribute enables PRIMARY KEY supplemental logging on all tables selected for a migration task.

If you use this option, you still need to enable database-level supplemental logging.

oracleSettings_secretsManagerOracleAsmAccessRoleArn :: Lens' OracleSettings (Maybe Text) Source #

Required only if your Oracle endpoint uses Advanced Storage Manager (ASM). The full ARN of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the SecretsManagerOracleAsmSecret. This SecretsManagerOracleAsmSecret has the secret value that allows access to the Oracle ASM of the endpoint.

You can specify one of two sets of values for these permissions. You can specify the values for this setting and SecretsManagerOracleAsmSecretId. Or you can specify clear-text values for AsmUserName, AsmPassword, and AsmServerName. You can't specify both. For more information on creating this SecretsManagerOracleAsmSecret and the SecretsManagerOracleAsmAccessRoleArn and SecretsManagerOracleAsmSecretId required to access it, see Using secrets to access Database Migration Service resources in the Database Migration Service User Guide.

oracleSettings_asmServer :: Lens' OracleSettings (Maybe Text) Source #

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.

oracleSettings_charLengthSemantics :: Lens' OracleSettings (Maybe CharLengthSemantics) Source #

Specifies whether the length of a character column is in bytes or in characters. To indicate that the character column length is in characters, set this attribute to CHAR. Otherwise, the character column length is in bytes.

Example: charLengthSemantics=CHAR;

oracleSettings_archivedLogsOnly :: Lens' OracleSettings (Maybe Bool) Source #

When this field is set to Y, DMS only accesses the archived redo logs. If the archived redo logs are stored on Oracle ASM only, the DMS user account needs to be granted ASM privileges.

oracleSettings_directPathParallelLoad :: Lens' OracleSettings (Maybe Bool) Source #

When set to true, this attribute specifies a parallel load when useDirectPathFullLoad is set to Y. This attribute also only applies when you use the DMS parallel load feature. Note that the target table cannot have any constraints or indexes.

oracleSettings_secretsManagerSecretId :: Lens' OracleSettings (Maybe Text) Source #

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

oracleSettings_additionalArchivedLogDestId :: Lens' OracleSettings (Maybe Int) Source #

Set this attribute with ArchivedLogDestId in a primary/ standby setup. This attribute is useful in the case of a switchover. In this case, DMS needs to know which destination to get archive redo logs from to read changes. This need arises because the previous primary instance is now a standby instance after switchover.

Although DMS supports the use of the Oracle RESETLOGS option to open the database, never use RESETLOGS unless necessary. For additional information about RESETLOGS, see RMAN Data Repair Concepts in the Oracle Database Backup and Recovery User's Guide.

oracleSettings_asmPassword :: Lens' OracleSettings (Maybe Text) Source #

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.

oracleSettings_enableHomogenousTablespace :: Lens' OracleSettings (Maybe Bool) Source #

Set this attribute to enable homogenous tablespace replication and create existing tables or indexes under the same tablespace on the target.

oracleSettings_parallelAsmReadThreads :: Lens' OracleSettings (Maybe Int) Source #

Set this attribute to change the number of threads that DMS configures to perform a change data capture (CDC) load using Oracle Automatic Storage Management (ASM). You can specify an integer value between 2 (the default) and 8 (the maximum). Use this attribute together with the readAheadBlocks attribute.

oracleSettings_numberDatatypeScale :: Lens' OracleSettings (Maybe Int) Source #

Specifies the number scale. You can select a scale up to 38, or you can select FLOAT. By default, the NUMBER data type is converted to precision 38, scale 10.

Example: numberDataTypeScale=12

oracleSettings_usePathPrefix :: Lens' OracleSettings (Maybe Text) Source #

Set this string attribute to the required value in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This value specifies the path prefix used to replace the default Oracle root to access the redo logs.

oracleSettings_asmUser :: Lens' OracleSettings (Maybe Text) Source #

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.

oracleSettings_useAlternateFolderForOnline :: Lens' OracleSettings (Maybe Bool) Source #

Set this attribute to true in order to use the Binary Reader to capture change data for an Amazon RDS for Oracle as the source. This tells the DMS instance to use any specified prefix replacement to access all online redo logs.

OrderableReplicationInstance

data OrderableReplicationInstance Source #

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.

See: newOrderableReplicationInstance smart constructor.

Constructors

OrderableReplicationInstance' 

Fields

Instances

Instances details
Eq OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

Read OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

Show OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

Generic OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

Associated Types

type Rep OrderableReplicationInstance :: Type -> Type #

NFData OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

Hashable OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

FromJSON OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

type Rep OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

type Rep OrderableReplicationInstance = D1 ('MetaData "OrderableReplicationInstance" "Amazonka.DMS.Types.OrderableReplicationInstance" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "OrderableReplicationInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "releaseStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReleaseStatusValues)) :*: S1 ('MetaSel ('Just "includedAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maxAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "replicationInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newOrderableReplicationInstance :: OrderableReplicationInstance Source #

Create a value of OrderableReplicationInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:engineVersion:OrderableReplicationInstance', orderableReplicationInstance_engineVersion - The version of the replication engine.

$sel:minAllocatedStorage:OrderableReplicationInstance', orderableReplicationInstance_minAllocatedStorage - The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

$sel:releaseStatus:OrderableReplicationInstance', orderableReplicationInstance_releaseStatus - 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.

DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.

$sel:includedAllocatedStorage:OrderableReplicationInstance', orderableReplicationInstance_includedAllocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.

$sel:availabilityZones:OrderableReplicationInstance', orderableReplicationInstance_availabilityZones - List of Availability Zones for this replication instance.

$sel:maxAllocatedStorage:OrderableReplicationInstance', orderableReplicationInstance_maxAllocatedStorage - The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

$sel:replicationInstanceClass:OrderableReplicationInstance', orderableReplicationInstance_replicationInstanceClass - 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 DMS replication instance for your migration.

$sel:defaultAllocatedStorage:OrderableReplicationInstance', orderableReplicationInstance_defaultAllocatedStorage - The default amount of storage (in gigabytes) that is allocated for the replication instance.

$sel:storageType:OrderableReplicationInstance', orderableReplicationInstance_storageType - The type of storage used by the replication instance.

orderableReplicationInstance_minAllocatedStorage :: Lens' OrderableReplicationInstance (Maybe Int) Source #

The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

orderableReplicationInstance_releaseStatus :: Lens' OrderableReplicationInstance (Maybe ReleaseStatusValues) Source #

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.

DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.

orderableReplicationInstance_includedAllocatedStorage :: Lens' OrderableReplicationInstance (Maybe Int) Source #

The amount of storage (in gigabytes) that is allocated for the replication instance.

orderableReplicationInstance_availabilityZones :: Lens' OrderableReplicationInstance (Maybe [Text]) Source #

List of Availability Zones for this replication instance.

orderableReplicationInstance_maxAllocatedStorage :: Lens' OrderableReplicationInstance (Maybe Int) Source #

The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

orderableReplicationInstance_replicationInstanceClass :: Lens' OrderableReplicationInstance (Maybe Text) Source #

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 DMS replication instance for your migration.

orderableReplicationInstance_defaultAllocatedStorage :: Lens' OrderableReplicationInstance (Maybe Int) Source #

The default amount of storage (in gigabytes) that is allocated for the replication instance.

orderableReplicationInstance_storageType :: Lens' OrderableReplicationInstance (Maybe Text) Source #

The type of storage used by the replication instance.

PendingMaintenanceAction

data PendingMaintenanceAction Source #

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

See: newPendingMaintenanceAction smart constructor.

Constructors

PendingMaintenanceAction' 

Fields

  • autoAppliedAfterDate :: Maybe POSIX

    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.

  • action :: Maybe Text

    The type of pending maintenance action that is available for the resource.

  • optInStatus :: Maybe Text

    The type of opt-in request that has been received for the resource.

  • description :: Maybe Text

    A description providing more detail about the maintenance action.

  • forcedApplyDate :: Maybe POSIX

    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.

  • currentApplyDate :: Maybe POSIX

    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.

Instances

Instances details
Eq PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

Read PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

Show PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

Generic PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

Associated Types

type Rep PendingMaintenanceAction :: Type -> Type #

NFData PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

Hashable PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

FromJSON PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

type Rep PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

type Rep PendingMaintenanceAction = D1 ('MetaData "PendingMaintenanceAction" "Amazonka.DMS.Types.PendingMaintenanceAction" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "PendingMaintenanceAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoAppliedAfterDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "optInStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "forcedApplyDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "currentApplyDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newPendingMaintenanceAction :: PendingMaintenanceAction Source #

Create a value of PendingMaintenanceAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoAppliedAfterDate:PendingMaintenanceAction', pendingMaintenanceAction_autoAppliedAfterDate - 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.

$sel:action:PendingMaintenanceAction', pendingMaintenanceAction_action - The type of pending maintenance action that is available for the resource.

$sel:optInStatus:PendingMaintenanceAction', pendingMaintenanceAction_optInStatus - The type of opt-in request that has been received for the resource.

$sel:description:PendingMaintenanceAction', pendingMaintenanceAction_description - A description providing more detail about the maintenance action.

$sel:forcedApplyDate:PendingMaintenanceAction', pendingMaintenanceAction_forcedApplyDate - 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.

$sel:currentApplyDate:PendingMaintenanceAction', pendingMaintenanceAction_currentApplyDate - 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.

pendingMaintenanceAction_autoAppliedAfterDate :: Lens' PendingMaintenanceAction (Maybe UTCTime) Source #

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.

pendingMaintenanceAction_action :: Lens' PendingMaintenanceAction (Maybe Text) Source #

The type of pending maintenance action that is available for the resource.

pendingMaintenanceAction_optInStatus :: Lens' PendingMaintenanceAction (Maybe Text) Source #

The type of opt-in request that has been received for the resource.

pendingMaintenanceAction_description :: Lens' PendingMaintenanceAction (Maybe Text) Source #

A description providing more detail about the maintenance action.

pendingMaintenanceAction_forcedApplyDate :: Lens' PendingMaintenanceAction (Maybe UTCTime) Source #

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.

pendingMaintenanceAction_currentApplyDate :: Lens' PendingMaintenanceAction (Maybe UTCTime) Source #

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.

PostgreSQLSettings

data PostgreSQLSettings Source #

Provides information that defines a PostgreSQL endpoint.

See: newPostgreSQLSettings smart constructor.

Constructors

PostgreSQLSettings' 

Fields

  • executeTimeout :: Maybe Int

    Sets the client statement timeout for the PostgreSQL instance, in seconds. The default value is 60 seconds.

    Example: executeTimeout=100;

  • maxFileSize :: Maybe Int

    Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.

    Example: maxFileSize=512

  • failTasksOnLobTruncation :: Maybe Bool

    When set to true, this value causes a task to fail if the actual size of a LOB column is greater than the specified LobMaxSize.

    If task is set to Limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.

  • serverName :: Maybe Text

    Fully qualified domain name of the endpoint.

  • ddlArtifactsSchema :: Maybe Text

    The schema in which the operational DDL database artifacts are created.

    Example: ddlArtifactsSchema=xyzddlschema;

  • slotName :: Maybe Text

    Sets the name of a previously created logical replication slot for a change data capture (CDC) load of the PostgreSQL source instance.

    When used with the CdcStartPosition request parameter for the DMS API , this attribute also makes it possible to use native CDC start points. DMS verifies that the specified logical replication slot exists before starting the CDC load task. It also verifies that the task was created with a valid setting of CdcStartPosition. If the specified slot doesn't exist or the task doesn't have a valid CdcStartPosition setting, DMS raises an error.

    For more information about setting the CdcStartPosition request parameter, see Determining a CDC native start point in the Database Migration Service User Guide. For more information about using CdcStartPosition, see CreateReplicationTask, StartReplicationTask, and ModifyReplicationTask.

  • secretsManagerAccessRoleArn :: Maybe Text

    The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the PostgreSQL endpoint.

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

  • username :: Maybe Text

    Endpoint connection user name.

  • heartbeatFrequency :: Maybe Int

    Sets the WAL heartbeat frequency (in minutes).

  • password :: Maybe (Sensitive Text)

    Endpoint connection password.

  • databaseName :: Maybe Text

    Database name for the endpoint.

  • afterConnectScript :: Maybe Text

    For use with change data capture (CDC) only, this attribute has DMS bypass foreign keys and user triggers to reduce the time it takes to bulk load data.

    Example: afterConnectScript=SET session_replication_role='replica'

  • secretsManagerSecretId :: Maybe Text

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

  • captureDdls :: Maybe Bool

    To capture DDL events, DMS creates various artifacts in the PostgreSQL database when the task starts. You can later remove these artifacts.

    If this value is set to N, you don't have to create tables or triggers on the source database.

  • pluginName :: Maybe PluginNameValue

    Specifies the plugin to use to create a replication slot.

  • port :: Maybe Int

    Endpoint TCP port.

  • heartbeatSchema :: Maybe Text

    Sets the schema in which the heartbeat artifacts are created.

  • heartbeatEnable :: Maybe Bool

    The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this, it prevents idle logical replication slots from holding onto old WAL logs, which can result in storage full situations on the source. This heartbeat keeps restart_lsn moving and prevents storage full scenarios.

Instances

Instances details
Eq PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

Show PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

Generic PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

Associated Types

type Rep PostgreSQLSettings :: Type -> Type #

NFData PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

Methods

rnf :: PostgreSQLSettings -> () #

Hashable PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

ToJSON PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

FromJSON PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

type Rep PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

type Rep PostgreSQLSettings = D1 ('MetaData "PostgreSQLSettings" "Amazonka.DMS.Types.PostgreSQLSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "PostgreSQLSettings'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "executeTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "failTasksOnLobTruncation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "ddlArtifactsSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "slotName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "heartbeatFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "afterConnectScript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "captureDdls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "pluginName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PluginNameValue))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "heartbeatSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "heartbeatEnable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))))

newPostgreSQLSettings :: PostgreSQLSettings Source #

Create a value of PostgreSQLSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:executeTimeout:PostgreSQLSettings', postgreSQLSettings_executeTimeout - Sets the client statement timeout for the PostgreSQL instance, in seconds. The default value is 60 seconds.

Example: executeTimeout=100;

$sel:maxFileSize:PostgreSQLSettings', postgreSQLSettings_maxFileSize - Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.

Example: maxFileSize=512

$sel:failTasksOnLobTruncation:PostgreSQLSettings', postgreSQLSettings_failTasksOnLobTruncation - When set to true, this value causes a task to fail if the actual size of a LOB column is greater than the specified LobMaxSize.

If task is set to Limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.

$sel:serverName:PostgreSQLSettings', postgreSQLSettings_serverName - Fully qualified domain name of the endpoint.

$sel:ddlArtifactsSchema:PostgreSQLSettings', postgreSQLSettings_ddlArtifactsSchema - The schema in which the operational DDL database artifacts are created.

Example: ddlArtifactsSchema=xyzddlschema;

$sel:slotName:PostgreSQLSettings', postgreSQLSettings_slotName - Sets the name of a previously created logical replication slot for a change data capture (CDC) load of the PostgreSQL source instance.

When used with the CdcStartPosition request parameter for the DMS API , this attribute also makes it possible to use native CDC start points. DMS verifies that the specified logical replication slot exists before starting the CDC load task. It also verifies that the task was created with a valid setting of CdcStartPosition. If the specified slot doesn't exist or the task doesn't have a valid CdcStartPosition setting, DMS raises an error.

For more information about setting the CdcStartPosition request parameter, see Determining a CDC native start point in the Database Migration Service User Guide. For more information about using CdcStartPosition, see CreateReplicationTask, StartReplicationTask, and ModifyReplicationTask.

$sel:secretsManagerAccessRoleArn:PostgreSQLSettings', postgreSQLSettings_secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the PostgreSQL endpoint.

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

$sel:username:PostgreSQLSettings', postgreSQLSettings_username - Endpoint connection user name.

$sel:heartbeatFrequency:PostgreSQLSettings', postgreSQLSettings_heartbeatFrequency - Sets the WAL heartbeat frequency (in minutes).

$sel:password:PostgreSQLSettings', postgreSQLSettings_password - Endpoint connection password.

$sel:databaseName:PostgreSQLSettings', postgreSQLSettings_databaseName - Database name for the endpoint.

$sel:afterConnectScript:PostgreSQLSettings', postgreSQLSettings_afterConnectScript - For use with change data capture (CDC) only, this attribute has DMS bypass foreign keys and user triggers to reduce the time it takes to bulk load data.

Example: afterConnectScript=SET session_replication_role='replica'

$sel:secretsManagerSecretId:PostgreSQLSettings', postgreSQLSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the PostgreSQL endpoint connection details.

$sel:captureDdls:PostgreSQLSettings', postgreSQLSettings_captureDdls - To capture DDL events, DMS creates various artifacts in the PostgreSQL database when the task starts. You can later remove these artifacts.

If this value is set to N, you don't have to create tables or triggers on the source database.

$sel:pluginName:PostgreSQLSettings', postgreSQLSettings_pluginName - Specifies the plugin to use to create a replication slot.

$sel:port:PostgreSQLSettings', postgreSQLSettings_port - Endpoint TCP port.

$sel:heartbeatSchema:PostgreSQLSettings', postgreSQLSettings_heartbeatSchema - Sets the schema in which the heartbeat artifacts are created.

$sel:heartbeatEnable:PostgreSQLSettings', postgreSQLSettings_heartbeatEnable - The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this, it prevents idle logical replication slots from holding onto old WAL logs, which can result in storage full situations on the source. This heartbeat keeps restart_lsn moving and prevents storage full scenarios.

postgreSQLSettings_executeTimeout :: Lens' PostgreSQLSettings (Maybe Int) Source #

Sets the client statement timeout for the PostgreSQL instance, in seconds. The default value is 60 seconds.

Example: executeTimeout=100;

postgreSQLSettings_maxFileSize :: Lens' PostgreSQLSettings (Maybe Int) Source #

Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.

Example: maxFileSize=512

postgreSQLSettings_failTasksOnLobTruncation :: Lens' PostgreSQLSettings (Maybe Bool) Source #

When set to true, this value causes a task to fail if the actual size of a LOB column is greater than the specified LobMaxSize.

If task is set to Limited LOB mode and this option is set to true, the task fails instead of truncating the LOB data.

postgreSQLSettings_serverName :: Lens' PostgreSQLSettings (Maybe Text) Source #

Fully qualified domain name of the endpoint.

postgreSQLSettings_ddlArtifactsSchema :: Lens' PostgreSQLSettings (Maybe Text) Source #

The schema in which the operational DDL database artifacts are created.

Example: ddlArtifactsSchema=xyzddlschema;

postgreSQLSettings_slotName :: Lens' PostgreSQLSettings (Maybe Text) Source #

Sets the name of a previously created logical replication slot for a change data capture (CDC) load of the PostgreSQL source instance.

When used with the CdcStartPosition request parameter for the DMS API , this attribute also makes it possible to use native CDC start points. DMS verifies that the specified logical replication slot exists before starting the CDC load task. It also verifies that the task was created with a valid setting of CdcStartPosition. If the specified slot doesn't exist or the task doesn't have a valid CdcStartPosition setting, DMS raises an error.

For more information about setting the CdcStartPosition request parameter, see Determining a CDC native start point in the Database Migration Service User Guide. For more information about using CdcStartPosition, see CreateReplicationTask, StartReplicationTask, and ModifyReplicationTask.

postgreSQLSettings_secretsManagerAccessRoleArn :: Lens' PostgreSQLSettings (Maybe Text) Source #

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the PostgreSQL endpoint.

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

postgreSQLSettings_heartbeatFrequency :: Lens' PostgreSQLSettings (Maybe Int) Source #

Sets the WAL heartbeat frequency (in minutes).

postgreSQLSettings_afterConnectScript :: Lens' PostgreSQLSettings (Maybe Text) Source #

For use with change data capture (CDC) only, this attribute has DMS bypass foreign keys and user triggers to reduce the time it takes to bulk load data.

Example: afterConnectScript=SET session_replication_role='replica'

postgreSQLSettings_secretsManagerSecretId :: Lens' PostgreSQLSettings (Maybe Text) Source #

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

postgreSQLSettings_captureDdls :: Lens' PostgreSQLSettings (Maybe Bool) Source #

To capture DDL events, DMS creates various artifacts in the PostgreSQL database when the task starts. You can later remove these artifacts.

If this value is set to N, you don't have to create tables or triggers on the source database.

postgreSQLSettings_pluginName :: Lens' PostgreSQLSettings (Maybe PluginNameValue) Source #

Specifies the plugin to use to create a replication slot.

postgreSQLSettings_heartbeatSchema :: Lens' PostgreSQLSettings (Maybe Text) Source #

Sets the schema in which the heartbeat artifacts are created.

postgreSQLSettings_heartbeatEnable :: Lens' PostgreSQLSettings (Maybe Bool) Source #

The write-ahead log (WAL) heartbeat feature mimics a dummy transaction. By doing this, it prevents idle logical replication slots from holding onto old WAL logs, which can result in storage full situations on the source. This heartbeat keeps restart_lsn moving and prevents storage full scenarios.

RedisSettings

data RedisSettings Source #

Provides information that defines a Redis target endpoint.

See: newRedisSettings smart constructor.

Constructors

RedisSettings' 

Fields

  • sslSecurityProtocol :: Maybe SslSecurityProtocolValue

    The connection to a Redis target endpoint using Transport Layer Security (TLS). Valid values include plaintext and ssl-encryption. The default is ssl-encryption. The ssl-encryption option makes an encrypted connection. Optionally, you can identify an Amazon Resource Name (ARN) for an SSL certificate authority (CA) using the SslCaCertificateArn setting. If an ARN isn't given for a CA, DMS uses the Amazon root CA.

    The plaintext option doesn't provide Transport Layer Security (TLS) encryption for traffic between endpoint and database.

  • authUserName :: Maybe Text

    The user name provided with the auth-role option of the AuthType setting for a Redis target endpoint.

  • sslCaCertificateArn :: Maybe Text

    The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis target endpoint.

  • authPassword :: Maybe (Sensitive Text)

    The password provided with the auth-role and auth-token options of the AuthType setting for a Redis target endpoint.

  • authType :: Maybe RedisAuthTypeValue

    The type of authentication to perform when connecting to a Redis target. Options include none, auth-token, and auth-role. The auth-token option requires an AuthPassword value to be provided. The auth-role option requires AuthUserName and AuthPassword values to be provided.

  • serverName :: Text

    Fully qualified domain name of the endpoint.

  • port :: Int

    Transmission Control Protocol (TCP) port for the endpoint.

Instances

Instances details
Eq RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

Show RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

Generic RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

Associated Types

type Rep RedisSettings :: Type -> Type #

NFData RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

Methods

rnf :: RedisSettings -> () #

Hashable RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

ToJSON RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

FromJSON RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

type Rep RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

newRedisSettings Source #

Create a value of RedisSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sslSecurityProtocol:RedisSettings', redisSettings_sslSecurityProtocol - The connection to a Redis target endpoint using Transport Layer Security (TLS). Valid values include plaintext and ssl-encryption. The default is ssl-encryption. The ssl-encryption option makes an encrypted connection. Optionally, you can identify an Amazon Resource Name (ARN) for an SSL certificate authority (CA) using the SslCaCertificateArn setting. If an ARN isn't given for a CA, DMS uses the Amazon root CA.

The plaintext option doesn't provide Transport Layer Security (TLS) encryption for traffic between endpoint and database.

$sel:authUserName:RedisSettings', redisSettings_authUserName - The user name provided with the auth-role option of the AuthType setting for a Redis target endpoint.

$sel:sslCaCertificateArn:RedisSettings', redisSettings_sslCaCertificateArn - The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis target endpoint.

$sel:authPassword:RedisSettings', redisSettings_authPassword - The password provided with the auth-role and auth-token options of the AuthType setting for a Redis target endpoint.

$sel:authType:RedisSettings', redisSettings_authType - The type of authentication to perform when connecting to a Redis target. Options include none, auth-token, and auth-role. The auth-token option requires an AuthPassword value to be provided. The auth-role option requires AuthUserName and AuthPassword values to be provided.

$sel:serverName:RedisSettings', redisSettings_serverName - Fully qualified domain name of the endpoint.

$sel:port:RedisSettings', redisSettings_port - Transmission Control Protocol (TCP) port for the endpoint.

redisSettings_sslSecurityProtocol :: Lens' RedisSettings (Maybe SslSecurityProtocolValue) Source #

The connection to a Redis target endpoint using Transport Layer Security (TLS). Valid values include plaintext and ssl-encryption. The default is ssl-encryption. The ssl-encryption option makes an encrypted connection. Optionally, you can identify an Amazon Resource Name (ARN) for an SSL certificate authority (CA) using the SslCaCertificateArn setting. If an ARN isn't given for a CA, DMS uses the Amazon root CA.

The plaintext option doesn't provide Transport Layer Security (TLS) encryption for traffic between endpoint and database.

redisSettings_authUserName :: Lens' RedisSettings (Maybe Text) Source #

The user name provided with the auth-role option of the AuthType setting for a Redis target endpoint.

redisSettings_sslCaCertificateArn :: Lens' RedisSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis target endpoint.

redisSettings_authPassword :: Lens' RedisSettings (Maybe Text) Source #

The password provided with the auth-role and auth-token options of the AuthType setting for a Redis target endpoint.

redisSettings_authType :: Lens' RedisSettings (Maybe RedisAuthTypeValue) Source #

The type of authentication to perform when connecting to a Redis target. Options include none, auth-token, and auth-role. The auth-token option requires an AuthPassword value to be provided. The auth-role option requires AuthUserName and AuthPassword values to be provided.

redisSettings_serverName :: Lens' RedisSettings Text Source #

Fully qualified domain name of the endpoint.

redisSettings_port :: Lens' RedisSettings Int Source #

Transmission Control Protocol (TCP) port for the endpoint.

RedshiftSettings

data RedshiftSettings Source #

Provides information that defines an Amazon Redshift endpoint.

See: newRedshiftSettings smart constructor.

Constructors

RedshiftSettings' 

Fields

  • emptyAsNull :: Maybe Bool

    A value that specifies whether 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.

  • caseSensitiveNames :: Maybe Bool

    If Amazon Redshift is configured to support case sensitive schema names, set CaseSensitiveNames to true. The default is false.

  • maxFileSize :: Maybe Int

    The maximum size (in KB) of any .csv file used to load data on an S3 bucket and transfer data to Amazon Redshift. It defaults to 1048576KB (1 GB).

  • replaceChars :: Maybe Text

    A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is "?".

  • serverName :: Maybe Text

    The name of the Amazon Redshift cluster you are using.

  • connectionTimeout :: Maybe Int

    A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

  • loadTimeout :: Maybe Int

    The amount of time to wait (in milliseconds) before timing out of operations performed by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.

  • serviceAccessRoleArn :: Maybe Text

    The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service. The role must allow the iam:PassRole action.

  • explicitIds :: Maybe Bool

    This setting is only valid for a full-load migration task. Set ExplicitIds to true to have tables with IDENTITY columns override their auto-generated values with explicit values loaded from the source data files used to populate the tables. The default is false.

  • bucketFolder :: Maybe Text

    An S3 folder where the comma-separated-value (.csv) files are stored before being uploaded to the target Redshift cluster.

    For full load mode, DMS converts source records into .csv files and loads them to the BucketFolder/TableID path. DMS uses the Redshift COPY command to upload the .csv files to the target table. The files are deleted once the COPY operation has finished. For more information, see COPY in the Amazon Redshift Database Developer Guide.

    For change-data-capture (CDC) mode, DMS creates a NetChanges table, and loads the .csv files to this BucketFolder/NetChangesTableID path.

  • truncateColumns :: Maybe Bool

    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.

  • secretsManagerAccessRoleArn :: Maybe Text

    The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the Amazon Redshift endpoint.

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

  • replaceInvalidChars :: Maybe Text

    A list of characters that you want to replace. Use with ReplaceChars.

  • username :: Maybe Text

    An Amazon Redshift user name for a registered user.

  • bucketName :: Maybe Text

    The name of the intermediate S3 bucket used to store .csv files before uploading data to Redshift.

  • encryptionMode :: Maybe EncryptionModeValue

    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.

    For the ModifyEndpoint operation, you can change the existing value of the EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the existing value from SSE_S3 to SSE_KMS.

    To use SSE_S3, create an Identity and Access Management (IAM) role with a policy that allows "arn:aws:s3:::*" to use the following actions: "s3:PutObject", "s3:ListBucket"

  • dateFormat :: Maybe Text

    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.

  • removeQuotes :: Maybe Bool

    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.

  • password :: Maybe (Sensitive Text)

    The password for the user named in the username property.

  • databaseName :: Maybe Text

    The name of the Amazon Redshift data warehouse (service) that you are working with.

  • acceptAnyDate :: Maybe 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.

  • afterConnectScript :: Maybe Text

    Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

  • secretsManagerSecretId :: Maybe Text

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

  • writeBufferSize :: Maybe Int

    The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk at the DMS replication instance. The default value is 1000 (buffer size is 1000KB).

  • compUpdate :: Maybe Bool

    If you set CompUpdate to true Amazon Redshift applies automatic compression if the table is empty. This applies even if the table columns already have encodings other than RAW. If you set CompUpdate to false, automatic compression is disabled and existing column encodings aren't changed. The default is true.

  • trimBlanks :: Maybe Bool

    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.

  • timeFormat :: Maybe Text

    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.

  • serverSideEncryptionKmsKeyId :: Maybe Text

    The 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.

  • port :: Maybe Int

    The port number for Amazon Redshift. The default value is 5439.

  • fileTransferUploadStreams :: Maybe Int

    The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

    The number of parallel streams used to upload a single .csv file to an S3 bucket using S3 Multipart Upload. For more information, see Multipart upload overview.

    FileTransferUploadStreams accepts a value from 1 through 64. It defaults to 10.

Instances

Instances details
Eq RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

Show RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

Generic RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

Associated Types

type Rep RedshiftSettings :: Type -> Type #

NFData RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

Methods

rnf :: RedshiftSettings -> () #

Hashable RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

ToJSON RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

FromJSON RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

type Rep RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

type Rep RedshiftSettings = D1 ('MetaData "RedshiftSettings" "Amazonka.DMS.Types.RedshiftSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "RedshiftSettings'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "emptyAsNull") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "caseSensitiveNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maxFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "replaceChars") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "connectionTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "loadTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: (((S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "explicitIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "bucketFolder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "truncateColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replaceInvalidChars") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionModeValue)) :*: (S1 ('MetaSel ('Just "dateFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "removeQuotes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "acceptAnyDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "afterConnectScript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "writeBufferSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "compUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "trimBlanks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "timeFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverSideEncryptionKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "fileTransferUploadStreams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))))

newRedshiftSettings :: RedshiftSettings Source #

Create a value of RedshiftSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:emptyAsNull:RedshiftSettings', redshiftSettings_emptyAsNull - A value that specifies whether 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.

$sel:caseSensitiveNames:RedshiftSettings', redshiftSettings_caseSensitiveNames - If Amazon Redshift is configured to support case sensitive schema names, set CaseSensitiveNames to true. The default is false.

$sel:maxFileSize:RedshiftSettings', redshiftSettings_maxFileSize - The maximum size (in KB) of any .csv file used to load data on an S3 bucket and transfer data to Amazon Redshift. It defaults to 1048576KB (1 GB).

$sel:replaceChars:RedshiftSettings', redshiftSettings_replaceChars - A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is "?".

$sel:serverName:RedshiftSettings', redshiftSettings_serverName - The name of the Amazon Redshift cluster you are using.

$sel:connectionTimeout:RedshiftSettings', redshiftSettings_connectionTimeout - A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

$sel:loadTimeout:RedshiftSettings', redshiftSettings_loadTimeout - The amount of time to wait (in milliseconds) before timing out of operations performed by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.

$sel:serviceAccessRoleArn:RedshiftSettings', redshiftSettings_serviceAccessRoleArn - The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service. The role must allow the iam:PassRole action.

$sel:explicitIds:RedshiftSettings', redshiftSettings_explicitIds - This setting is only valid for a full-load migration task. Set ExplicitIds to true to have tables with IDENTITY columns override their auto-generated values with explicit values loaded from the source data files used to populate the tables. The default is false.

$sel:bucketFolder:RedshiftSettings', redshiftSettings_bucketFolder - An S3 folder where the comma-separated-value (.csv) files are stored before being uploaded to the target Redshift cluster.

For full load mode, DMS converts source records into .csv files and loads them to the BucketFolder/TableID path. DMS uses the Redshift COPY command to upload the .csv files to the target table. The files are deleted once the COPY operation has finished. For more information, see COPY in the Amazon Redshift Database Developer Guide.

For change-data-capture (CDC) mode, DMS creates a NetChanges table, and loads the .csv files to this BucketFolder/NetChangesTableID path.

$sel:truncateColumns:RedshiftSettings', redshiftSettings_truncateColumns - 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.

$sel:secretsManagerAccessRoleArn:RedshiftSettings', redshiftSettings_secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the Amazon Redshift endpoint.

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

$sel:replaceInvalidChars:RedshiftSettings', redshiftSettings_replaceInvalidChars - A list of characters that you want to replace. Use with ReplaceChars.

$sel:username:RedshiftSettings', redshiftSettings_username - An Amazon Redshift user name for a registered user.

$sel:bucketName:RedshiftSettings', redshiftSettings_bucketName - The name of the intermediate S3 bucket used to store .csv files before uploading data to Redshift.

$sel:encryptionMode:RedshiftSettings', redshiftSettings_encryptionMode - 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.

For the ModifyEndpoint operation, you can change the existing value of the EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the existing value from SSE_S3 to SSE_KMS.

To use SSE_S3, create an Identity and Access Management (IAM) role with a policy that allows "arn:aws:s3:::*" to use the following actions: "s3:PutObject", "s3:ListBucket"

$sel:dateFormat:RedshiftSettings', redshiftSettings_dateFormat - 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.

$sel:removeQuotes:RedshiftSettings', redshiftSettings_removeQuotes - 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.

$sel:password:RedshiftSettings', redshiftSettings_password - The password for the user named in the username property.

$sel:databaseName:RedshiftSettings', redshiftSettings_databaseName - The name of the Amazon Redshift data warehouse (service) that you are working with.

$sel:acceptAnyDate:RedshiftSettings', redshiftSettings_acceptAnyDate - 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.

$sel:afterConnectScript:RedshiftSettings', redshiftSettings_afterConnectScript - Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

$sel:secretsManagerSecretId:RedshiftSettings', redshiftSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Amazon Redshift endpoint connection details.

$sel:writeBufferSize:RedshiftSettings', redshiftSettings_writeBufferSize - The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk at the DMS replication instance. The default value is 1000 (buffer size is 1000KB).

$sel:compUpdate:RedshiftSettings', redshiftSettings_compUpdate - If you set CompUpdate to true Amazon Redshift applies automatic compression if the table is empty. This applies even if the table columns already have encodings other than RAW. If you set CompUpdate to false, automatic compression is disabled and existing column encodings aren't changed. The default is true.

$sel:trimBlanks:RedshiftSettings', redshiftSettings_trimBlanks - 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.

$sel:timeFormat:RedshiftSettings', redshiftSettings_timeFormat - 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.

$sel:serverSideEncryptionKmsKeyId:RedshiftSettings', redshiftSettings_serverSideEncryptionKmsKeyId - The 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.

$sel:port:RedshiftSettings', redshiftSettings_port - The port number for Amazon Redshift. The default value is 5439.

$sel:fileTransferUploadStreams:RedshiftSettings', redshiftSettings_fileTransferUploadStreams - The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

The number of parallel streams used to upload a single .csv file to an S3 bucket using S3 Multipart Upload. For more information, see Multipart upload overview.

FileTransferUploadStreams accepts a value from 1 through 64. It defaults to 10.

redshiftSettings_emptyAsNull :: Lens' RedshiftSettings (Maybe Bool) Source #

A value that specifies whether 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.

redshiftSettings_caseSensitiveNames :: Lens' RedshiftSettings (Maybe Bool) Source #

If Amazon Redshift is configured to support case sensitive schema names, set CaseSensitiveNames to true. The default is false.

redshiftSettings_maxFileSize :: Lens' RedshiftSettings (Maybe Int) Source #

The maximum size (in KB) of any .csv file used to load data on an S3 bucket and transfer data to Amazon Redshift. It defaults to 1048576KB (1 GB).

redshiftSettings_replaceChars :: Lens' RedshiftSettings (Maybe Text) Source #

A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars, substituting the specified characters instead. The default is "?".

redshiftSettings_serverName :: Lens' RedshiftSettings (Maybe Text) Source #

The name of the Amazon Redshift cluster you are using.

redshiftSettings_connectionTimeout :: Lens' RedshiftSettings (Maybe Int) Source #

A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.

redshiftSettings_loadTimeout :: Lens' RedshiftSettings (Maybe Int) Source #

The amount of time to wait (in milliseconds) before timing out of operations performed by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.

redshiftSettings_serviceAccessRoleArn :: Lens' RedshiftSettings (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon Redshift service. The role must allow the iam:PassRole action.

redshiftSettings_explicitIds :: Lens' RedshiftSettings (Maybe Bool) Source #

This setting is only valid for a full-load migration task. Set ExplicitIds to true to have tables with IDENTITY columns override their auto-generated values with explicit values loaded from the source data files used to populate the tables. The default is false.

redshiftSettings_bucketFolder :: Lens' RedshiftSettings (Maybe Text) Source #

An S3 folder where the comma-separated-value (.csv) files are stored before being uploaded to the target Redshift cluster.

For full load mode, DMS converts source records into .csv files and loads them to the BucketFolder/TableID path. DMS uses the Redshift COPY command to upload the .csv files to the target table. The files are deleted once the COPY operation has finished. For more information, see COPY in the Amazon Redshift Database Developer Guide.

For change-data-capture (CDC) mode, DMS creates a NetChanges table, and loads the .csv files to this BucketFolder/NetChangesTableID path.

redshiftSettings_truncateColumns :: Lens' RedshiftSettings (Maybe Bool) Source #

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.

redshiftSettings_secretsManagerAccessRoleArn :: Lens' RedshiftSettings (Maybe Text) Source #

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the Amazon Redshift endpoint.

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

redshiftSettings_replaceInvalidChars :: Lens' RedshiftSettings (Maybe Text) Source #

A list of characters that you want to replace. Use with ReplaceChars.

redshiftSettings_username :: Lens' RedshiftSettings (Maybe Text) Source #

An Amazon Redshift user name for a registered user.

redshiftSettings_bucketName :: Lens' RedshiftSettings (Maybe Text) Source #

The name of the intermediate S3 bucket used to store .csv files before uploading data to Redshift.

redshiftSettings_encryptionMode :: Lens' RedshiftSettings (Maybe EncryptionModeValue) Source #

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.

For the ModifyEndpoint operation, you can change the existing value of the EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the existing value from SSE_S3 to SSE_KMS.

To use SSE_S3, create an Identity and Access Management (IAM) role with a policy that allows "arn:aws:s3:::*" to use the following actions: "s3:PutObject", "s3:ListBucket"

redshiftSettings_dateFormat :: Lens' RedshiftSettings (Maybe Text) Source #

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.

redshiftSettings_removeQuotes :: Lens' RedshiftSettings (Maybe Bool) Source #

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.

redshiftSettings_password :: Lens' RedshiftSettings (Maybe Text) Source #

The password for the user named in the username property.

redshiftSettings_databaseName :: Lens' RedshiftSettings (Maybe Text) Source #

The name of the Amazon Redshift data warehouse (service) that you are working with.

redshiftSettings_acceptAnyDate :: Lens' RedshiftSettings (Maybe Bool) Source #

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.

redshiftSettings_afterConnectScript :: Lens' RedshiftSettings (Maybe Text) Source #

Code to run after connecting. This parameter should contain the code itself, not the name of a file containing the code.

redshiftSettings_secretsManagerSecretId :: Lens' RedshiftSettings (Maybe Text) Source #

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

redshiftSettings_writeBufferSize :: Lens' RedshiftSettings (Maybe Int) Source #

The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk at the DMS replication instance. The default value is 1000 (buffer size is 1000KB).

redshiftSettings_compUpdate :: Lens' RedshiftSettings (Maybe Bool) Source #

If you set CompUpdate to true Amazon Redshift applies automatic compression if the table is empty. This applies even if the table columns already have encodings other than RAW. If you set CompUpdate to false, automatic compression is disabled and existing column encodings aren't changed. The default is true.

redshiftSettings_trimBlanks :: Lens' RedshiftSettings (Maybe Bool) Source #

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.

redshiftSettings_timeFormat :: Lens' RedshiftSettings (Maybe Text) Source #

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.

redshiftSettings_serverSideEncryptionKmsKeyId :: Lens' RedshiftSettings (Maybe Text) Source #

The 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.

redshiftSettings_port :: Lens' RedshiftSettings (Maybe Int) Source #

The port number for Amazon Redshift. The default value is 5439.

redshiftSettings_fileTransferUploadStreams :: Lens' RedshiftSettings (Maybe Int) Source #

The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.

The number of parallel streams used to upload a single .csv file to an S3 bucket using S3 Multipart Upload. For more information, see Multipart upload overview.

FileTransferUploadStreams accepts a value from 1 through 64. It defaults to 10.

RefreshSchemasStatus

data RefreshSchemasStatus Source #

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

See: newRefreshSchemasStatus smart constructor.

Constructors

RefreshSchemasStatus' 

Fields

Instances

Instances details
Eq RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Read RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Show RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Generic RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Associated Types

type Rep RefreshSchemasStatus :: Type -> Type #

NFData RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Methods

rnf :: RefreshSchemasStatus -> () #

Hashable RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

FromJSON RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

type Rep RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

type Rep RefreshSchemasStatus = D1 ('MetaData "RefreshSchemasStatus" "Amazonka.DMS.Types.RefreshSchemasStatus" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "RefreshSchemasStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshSchemasStatusTypeValue)) :*: S1 ('MetaSel ('Just "lastRefreshDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newRefreshSchemasStatus :: RefreshSchemasStatus Source #

Create a value of RefreshSchemasStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:RefreshSchemasStatus', refreshSchemasStatus_status - The status of the schema.

$sel:lastRefreshDate:RefreshSchemasStatus', refreshSchemasStatus_lastRefreshDate - The date the schema was last refreshed.

$sel:replicationInstanceArn:RefreshSchemasStatus', refreshSchemasStatus_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

$sel:endpointArn:RefreshSchemasStatus', refreshSchemasStatus_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

$sel:lastFailureMessage:RefreshSchemasStatus', refreshSchemasStatus_lastFailureMessage - The last failure message for the schema.

refreshSchemasStatus_replicationInstanceArn :: Lens' RefreshSchemasStatus (Maybe Text) Source #

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

refreshSchemasStatus_endpointArn :: Lens' RefreshSchemasStatus (Maybe Text) Source #

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

ReplicationInstance

data ReplicationInstance Source #

Provides information that defines a replication instance.

See: newReplicationInstance smart constructor.

Constructors

ReplicationInstance' 

Fields

Instances

Instances details
Eq ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

Read ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

Show ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

Generic ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

Associated Types

type Rep ReplicationInstance :: Type -> Type #

NFData ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

Methods

rnf :: ReplicationInstance -> () #

Hashable ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

FromJSON ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

type Rep ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

type Rep ReplicationInstance = D1 ('MetaData "ReplicationInstance" "Amazonka.DMS.Types.ReplicationInstance" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationInstance'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "replicationInstancePublicIpAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "replicationSubnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationSubnetGroup))))) :*: ((S1 ('MetaSel ('Just "instanceCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "freeUntil") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "replicationInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "replicationInstancePrivateIpAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationInstancePrivateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcSecurityGroupMembership])))) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "secondaryAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "dnsNameServers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationInstancePublicIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "replicationInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pendingModifiedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationPendingModifiedValues))))))))

newReplicationInstance :: ReplicationInstance Source #

Create a value of ReplicationInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:engineVersion:ReplicationInstance', replicationInstance_engineVersion - The engine version number of the replication instance.

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

When modifying a major engine version of an instance, also set AllowMajorVersionUpgrade to true.

$sel:publiclyAccessible:ReplicationInstance', replicationInstance_publiclyAccessible - 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.

$sel:autoMinorVersionUpgrade:ReplicationInstance', replicationInstance_autoMinorVersionUpgrade - Boolean value indicating if minor version upgrades will be automatically applied to the instance.

$sel:replicationInstancePublicIpAddresses:ReplicationInstance', replicationInstance_replicationInstancePublicIpAddresses - One or more public IP addresses for the replication instance.

$sel:replicationSubnetGroup:ReplicationInstance', replicationInstance_replicationSubnetGroup - The subnet group for the replication instance.

$sel:instanceCreateTime:ReplicationInstance', replicationInstance_instanceCreateTime - The time the replication instance was created.

$sel:freeUntil:ReplicationInstance', replicationInstance_freeUntil - The expiration date of the free replication instance that is part of the Free DMS program.

$sel:replicationInstanceStatus:ReplicationInstance', replicationInstance_replicationInstanceStatus - The status of the replication instance. The possible return values include:

  • "available"
  • "creating"
  • "deleted"
  • "deleting"
  • "failed"
  • "modifying"
  • "upgrading"
  • "rebooting"
  • "resetting-master-credentials"
  • "storage-full"
  • "incompatible-credentials"
  • "incompatible-network"
  • "maintenance"

$sel:replicationInstancePrivateIpAddresses:ReplicationInstance', replicationInstance_replicationInstancePrivateIpAddresses - One or more private IP addresses for the replication instance.

$sel:preferredMaintenanceWindow:ReplicationInstance', replicationInstance_preferredMaintenanceWindow - The maintenance window times for the replication instance. Any pending upgrades to the replication instance are performed during this time.

$sel:replicationInstancePrivateIpAddress:ReplicationInstance', replicationInstance_replicationInstancePrivateIpAddress - The private IP address of the replication instance.

$sel:kmsKeyId:ReplicationInstance', replicationInstance_kmsKeyId - An 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 DMS uses your default encryption key.

KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

$sel:availabilityZone:ReplicationInstance', replicationInstance_availabilityZone - The Availability Zone for the instance.

$sel:vpcSecurityGroups:ReplicationInstance', replicationInstance_vpcSecurityGroups - The VPC security group for the instance.

$sel:multiAZ:ReplicationInstance', replicationInstance_multiAZ - 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.

$sel:secondaryAvailabilityZone:ReplicationInstance', replicationInstance_secondaryAvailabilityZone - The Availability Zone of the standby replication instance in a Multi-AZ deployment.

$sel:replicationInstanceArn:ReplicationInstance', replicationInstance_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

$sel:allocatedStorage:ReplicationInstance', replicationInstance_allocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.

$sel:dnsNameServers:ReplicationInstance', replicationInstance_dnsNameServers - The DNS name servers supported for the replication instance to access your on-premise source or target database.

$sel:replicationInstancePublicIpAddress:ReplicationInstance', replicationInstance_replicationInstancePublicIpAddress - The public IP address of the replication instance.

$sel:replicationInstanceClass:ReplicationInstance', replicationInstance_replicationInstanceClass - The compute and memory capacity of the replication instance as defined for the specified replication instance class. It is a required parameter, although a default value is pre-selected in the DMS console.

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

$sel:replicationInstanceIdentifier:ReplicationInstance', replicationInstance_replicationInstanceIdentifier - The replication instance identifier is a required parameter. 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

$sel:pendingModifiedValues:ReplicationInstance', replicationInstance_pendingModifiedValues - The pending modification values.

replicationInstance_engineVersion :: Lens' ReplicationInstance (Maybe Text) Source #

The engine version number of the replication instance.

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

When modifying a major engine version of an instance, also set AllowMajorVersionUpgrade to true.

replicationInstance_publiclyAccessible :: Lens' ReplicationInstance (Maybe Bool) Source #

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.

replicationInstance_autoMinorVersionUpgrade :: Lens' ReplicationInstance (Maybe Bool) Source #

Boolean value indicating if minor version upgrades will be automatically applied to the instance.

replicationInstance_replicationInstancePublicIpAddresses :: Lens' ReplicationInstance (Maybe [Text]) Source #

One or more public IP addresses for the replication instance.

replicationInstance_instanceCreateTime :: Lens' ReplicationInstance (Maybe UTCTime) Source #

The time the replication instance was created.

replicationInstance_freeUntil :: Lens' ReplicationInstance (Maybe UTCTime) Source #

The expiration date of the free replication instance that is part of the Free DMS program.

replicationInstance_replicationInstanceStatus :: Lens' ReplicationInstance (Maybe Text) Source #

The status of the replication instance. The possible return values include:

  • "available"
  • "creating"
  • "deleted"
  • "deleting"
  • "failed"
  • "modifying"
  • "upgrading"
  • "rebooting"
  • "resetting-master-credentials"
  • "storage-full"
  • "incompatible-credentials"
  • "incompatible-network"
  • "maintenance"

replicationInstance_replicationInstancePrivateIpAddresses :: Lens' ReplicationInstance (Maybe [Text]) Source #

One or more private IP addresses for the replication instance.

replicationInstance_preferredMaintenanceWindow :: Lens' ReplicationInstance (Maybe Text) Source #

The maintenance window times for the replication instance. Any pending upgrades to the replication instance are performed during this time.

replicationInstance_kmsKeyId :: Lens' ReplicationInstance (Maybe Text) Source #

An 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 DMS uses your default encryption key.

KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

replicationInstance_multiAZ :: Lens' ReplicationInstance (Maybe Bool) Source #

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.

replicationInstance_secondaryAvailabilityZone :: Lens' ReplicationInstance (Maybe Text) Source #

The Availability Zone of the standby replication instance in a Multi-AZ deployment.

replicationInstance_replicationInstanceArn :: Lens' ReplicationInstance (Maybe Text) Source #

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

replicationInstance_allocatedStorage :: Lens' ReplicationInstance (Maybe Int) Source #

The amount of storage (in gigabytes) that is allocated for the replication instance.

replicationInstance_dnsNameServers :: Lens' ReplicationInstance (Maybe Text) Source #

The DNS name servers supported for the replication instance to access your on-premise source or target database.

replicationInstance_replicationInstanceClass :: Lens' ReplicationInstance (Maybe Text) Source #

The compute and memory capacity of the replication instance as defined for the specified replication instance class. It is a required parameter, although a default value is pre-selected in the DMS console.

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

replicationInstance_replicationInstanceIdentifier :: Lens' ReplicationInstance (Maybe Text) Source #

The replication instance identifier is a required parameter. 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

ReplicationInstanceTaskLog

data ReplicationInstanceTaskLog Source #

Contains metadata for a replication instance task log.

See: newReplicationInstanceTaskLog smart constructor.

Constructors

ReplicationInstanceTaskLog' 

Fields

Instances

Instances details
Eq ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Read ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Show ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Generic ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Associated Types

type Rep ReplicationInstanceTaskLog :: Type -> Type #

NFData ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Hashable ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

FromJSON ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

type Rep ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

type Rep ReplicationInstanceTaskLog = D1 ('MetaData "ReplicationInstanceTaskLog" "Amazonka.DMS.Types.ReplicationInstanceTaskLog" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationInstanceTaskLog'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationInstanceTaskLogSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newReplicationInstanceTaskLog :: ReplicationInstanceTaskLog Source #

Create a value of ReplicationInstanceTaskLog with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:replicationTaskName:ReplicationInstanceTaskLog', replicationInstanceTaskLog_replicationTaskName - The name of the replication task.

$sel:replicationTaskArn:ReplicationInstanceTaskLog', replicationInstanceTaskLog_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

$sel:replicationInstanceTaskLogSize:ReplicationInstanceTaskLog', replicationInstanceTaskLog_replicationInstanceTaskLogSize - The size, in bytes, of the replication task log.

replicationInstanceTaskLog_replicationTaskArn :: Lens' ReplicationInstanceTaskLog (Maybe Text) Source #

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

ReplicationPendingModifiedValues

data ReplicationPendingModifiedValues Source #

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.

See: newReplicationPendingModifiedValues smart constructor.

Constructors

ReplicationPendingModifiedValues' 

Fields

Instances

Instances details
Eq ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Read ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Show ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Generic ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Associated Types

type Rep ReplicationPendingModifiedValues :: Type -> Type #

NFData ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Hashable ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

FromJSON ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

type Rep ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

type Rep ReplicationPendingModifiedValues = D1 ('MetaData "ReplicationPendingModifiedValues" "Amazonka.DMS.Types.ReplicationPendingModifiedValues" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationPendingModifiedValues'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "replicationInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newReplicationPendingModifiedValues :: ReplicationPendingModifiedValues Source #

Create a value of ReplicationPendingModifiedValues with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:engineVersion:ReplicationPendingModifiedValues', replicationPendingModifiedValues_engineVersion - The engine version number of the replication instance.

$sel:multiAZ:ReplicationPendingModifiedValues', replicationPendingModifiedValues_multiAZ - 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.

$sel:allocatedStorage:ReplicationPendingModifiedValues', replicationPendingModifiedValues_allocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.

$sel:replicationInstanceClass:ReplicationPendingModifiedValues', replicationPendingModifiedValues_replicationInstanceClass - 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 DMS replication instance for your migration.

replicationPendingModifiedValues_multiAZ :: Lens' ReplicationPendingModifiedValues (Maybe Bool) Source #

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.

replicationPendingModifiedValues_allocatedStorage :: Lens' ReplicationPendingModifiedValues (Maybe Int) Source #

The amount of storage (in gigabytes) that is allocated for the replication instance.

replicationPendingModifiedValues_replicationInstanceClass :: Lens' ReplicationPendingModifiedValues (Maybe Text) Source #

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 DMS replication instance for your migration.

ReplicationSubnetGroup

data ReplicationSubnetGroup Source #

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

See: newReplicationSubnetGroup smart constructor.

Constructors

ReplicationSubnetGroup' 

Fields

Instances

Instances details
Eq ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Read ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Show ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Generic ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Associated Types

type Rep ReplicationSubnetGroup :: Type -> Type #

NFData ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Methods

rnf :: ReplicationSubnetGroup -> () #

Hashable ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

FromJSON ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

type Rep ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

type Rep ReplicationSubnetGroup = D1 ('MetaData "ReplicationSubnetGroup" "Amazonka.DMS.Types.ReplicationSubnetGroup" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationSubnetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Subnet]))) :*: (S1 ('MetaSel ('Just "replicationSubnetGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subnetGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationSubnetGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newReplicationSubnetGroup :: ReplicationSubnetGroup Source #

Create a value of ReplicationSubnetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vpcId:ReplicationSubnetGroup', replicationSubnetGroup_vpcId - The ID of the VPC.

$sel:subnets:ReplicationSubnetGroup', replicationSubnetGroup_subnets - The subnets that are in the subnet group.

$sel:replicationSubnetGroupIdentifier:ReplicationSubnetGroup', replicationSubnetGroup_replicationSubnetGroupIdentifier - The identifier of the replication instance subnet group.

$sel:subnetGroupStatus:ReplicationSubnetGroup', replicationSubnetGroup_subnetGroupStatus - The status of the subnet group.

$sel:replicationSubnetGroupDescription:ReplicationSubnetGroup', replicationSubnetGroup_replicationSubnetGroupDescription - A description for the replication subnet group.

replicationSubnetGroup_subnets :: Lens' ReplicationSubnetGroup (Maybe [Subnet]) Source #

The subnets that are in the subnet group.

replicationSubnetGroup_replicationSubnetGroupIdentifier :: Lens' ReplicationSubnetGroup (Maybe Text) Source #

The identifier of the replication instance subnet group.

ReplicationTask

data ReplicationTask Source #

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

See: newReplicationTask smart constructor.

Constructors

ReplicationTask' 

Fields

  • replicationTaskSettings :: Maybe Text

    The settings for the replication task.

  • status :: Maybe Text

    The status of the replication task. This response parameter can return one of the following values:

  • stopReason :: Maybe Text

    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.
  • targetEndpointArn :: Maybe Text

    The ARN that uniquely identifies the endpoint.

  • replicationTaskIdentifier :: Maybe Text

    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.
  • cdcStartPosition :: Maybe Text

    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:V1mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:187600#93"

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

  • replicationTaskStartDate :: Maybe POSIX

    The date the replication task is scheduled to start.

  • sourceEndpointArn :: Maybe Text

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

  • recoveryCheckpoint :: Maybe Text

    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.

  • tableMappings :: Maybe Text

    Table mappings specified in the task.

  • targetReplicationInstanceArn :: Maybe Text

    The ARN of the replication instance to which this task is moved in response to running the MoveReplicationTask operation. Otherwise, this response parameter isn't a member of the ReplicationTask object.

  • replicationTaskCreationDate :: Maybe POSIX

    The date the replication task was created.

  • migrationType :: Maybe MigrationTypeValue

    The type of migration.

  • replicationTaskArn :: Maybe Text

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

  • taskData :: Maybe Text

    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 in the Database Migration Service User Guide.

  • cdcStopPosition :: Maybe Text

    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:2018-02-09T12:12:12”

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

  • replicationTaskStats :: Maybe ReplicationTaskStats

    The statistics for the task, including elapsed time, tables loaded, and table errors.

  • replicationInstanceArn :: Maybe Text

    The ARN of the replication instance.

  • lastFailureMessage :: Maybe Text

    The last error (failure) message generated for the replication task.

Instances

Instances details
Eq ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

Read ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

Show ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

Generic ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

Associated Types

type Rep ReplicationTask :: Type -> Type #

NFData ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

Methods

rnf :: ReplicationTask -> () #

Hashable ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

FromJSON ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

type Rep ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

type Rep ReplicationTask = D1 ('MetaData "ReplicationTask" "Amazonka.DMS.Types.ReplicationTask" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationTask'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "replicationTaskSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "stopReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "replicationTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdcStartPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationTaskStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "sourceEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recoveryCheckpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "tableMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetReplicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationTaskCreationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "migrationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationTypeValue)) :*: S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "taskData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdcStopPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationTaskStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTaskStats)) :*: (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newReplicationTask :: ReplicationTask Source #

Create a value of ReplicationTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:replicationTaskSettings:ReplicationTask', replicationTask_replicationTaskSettings - The settings for the replication task.

$sel:status:ReplicationTask', replicationTask_status - The status of the replication task. This response parameter can return one of the following values:

$sel:stopReason:ReplicationTask', replicationTask_stopReason - 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.

$sel:targetEndpointArn:ReplicationTask', replicationTask_targetEndpointArn - The ARN that uniquely identifies the endpoint.

$sel:replicationTaskIdentifier:ReplicationTask', replicationTask_replicationTaskIdentifier - 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.

$sel:cdcStartPosition:ReplicationTask', replicationTask_cdcStartPosition - 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:V1mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:187600#93"

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

$sel:replicationTaskStartDate:ReplicationTask', replicationTask_replicationTaskStartDate - The date the replication task is scheduled to start.

$sel:sourceEndpointArn:ReplicationTask', replicationTask_sourceEndpointArn - The Amazon Resource Name (ARN) that uniquely identifies the endpoint.

$sel:recoveryCheckpoint:ReplicationTask', replicationTask_recoveryCheckpoint - 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.

$sel:tableMappings:ReplicationTask', replicationTask_tableMappings - Table mappings specified in the task.

$sel:targetReplicationInstanceArn:ReplicationTask', replicationTask_targetReplicationInstanceArn - The ARN of the replication instance to which this task is moved in response to running the MoveReplicationTask operation. Otherwise, this response parameter isn't a member of the ReplicationTask object.

$sel:replicationTaskCreationDate:ReplicationTask', replicationTask_replicationTaskCreationDate - The date the replication task was created.

$sel:migrationType:ReplicationTask', replicationTask_migrationType - The type of migration.

$sel:replicationTaskArn:ReplicationTask', replicationTask_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

$sel:taskData:ReplicationTask', replicationTask_taskData - 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 in the Database Migration Service User Guide.

$sel:cdcStopPosition:ReplicationTask', replicationTask_cdcStopPosition - 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:2018-02-09T12:12:12”

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

$sel:replicationTaskStats:ReplicationTask', replicationTask_replicationTaskStats - The statistics for the task, including elapsed time, tables loaded, and table errors.

$sel:replicationInstanceArn:ReplicationTask', replicationTask_replicationInstanceArn - The ARN of the replication instance.

$sel:lastFailureMessage:ReplicationTask', replicationTask_lastFailureMessage - The last error (failure) message generated for the replication task.

replicationTask_status :: Lens' ReplicationTask (Maybe Text) Source #

The status of the replication task. This response parameter can return one of the following values:

replicationTask_stopReason :: Lens' ReplicationTask (Maybe Text) Source #

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.

replicationTask_targetEndpointArn :: Lens' ReplicationTask (Maybe Text) Source #

The ARN that uniquely identifies the endpoint.

replicationTask_replicationTaskIdentifier :: Lens' ReplicationTask (Maybe Text) Source #

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.

replicationTask_cdcStartPosition :: Lens' ReplicationTask (Maybe Text) Source #

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:V1mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:187600#93"

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

replicationTask_replicationTaskStartDate :: Lens' ReplicationTask (Maybe UTCTime) Source #

The date the replication task is scheduled to start.

replicationTask_sourceEndpointArn :: Lens' ReplicationTask (Maybe Text) Source #

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

replicationTask_recoveryCheckpoint :: Lens' ReplicationTask (Maybe Text) Source #

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.

replicationTask_tableMappings :: Lens' ReplicationTask (Maybe Text) Source #

Table mappings specified in the task.

replicationTask_targetReplicationInstanceArn :: Lens' ReplicationTask (Maybe Text) Source #

The ARN of the replication instance to which this task is moved in response to running the MoveReplicationTask operation. Otherwise, this response parameter isn't a member of the ReplicationTask object.

replicationTask_replicationTaskArn :: Lens' ReplicationTask (Maybe Text) Source #

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

replicationTask_taskData :: Lens' ReplicationTask (Maybe Text) Source #

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 in the Database Migration Service User Guide.

replicationTask_cdcStopPosition :: Lens' ReplicationTask (Maybe Text) Source #

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:2018-02-09T12:12:12”

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

replicationTask_replicationTaskStats :: Lens' ReplicationTask (Maybe ReplicationTaskStats) Source #

The statistics for the task, including elapsed time, tables loaded, and table errors.

replicationTask_lastFailureMessage :: Lens' ReplicationTask (Maybe Text) Source #

The last error (failure) message generated for the replication task.

ReplicationTaskAssessmentResult

data ReplicationTaskAssessmentResult Source #

The task assessment report in JSON format.

See: newReplicationTaskAssessmentResult smart constructor.

Constructors

ReplicationTaskAssessmentResult' 

Fields

Instances

Instances details
Eq ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

Read ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

Show ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

Generic ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

Associated Types

type Rep ReplicationTaskAssessmentResult :: Type -> Type #

NFData ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

Hashable ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

FromJSON ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

type Rep ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

type Rep ReplicationTaskAssessmentResult = D1 ('MetaData "ReplicationTaskAssessmentResult" "Amazonka.DMS.Types.ReplicationTaskAssessmentResult" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationTaskAssessmentResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assessmentResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assessmentResultsFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "assessmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3ObjectUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationTaskLastAssessmentDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newReplicationTaskAssessmentResult :: ReplicationTaskAssessmentResult Source #

Create a value of ReplicationTaskAssessmentResult with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentResults:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_assessmentResults - The task assessment results in JSON format.

The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.

$sel:assessmentResultsFile:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_assessmentResultsFile - The file containing the results of the task assessment.

$sel:replicationTaskIdentifier:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_replicationTaskIdentifier - The replication task identifier of the task on which the task assessment was run.

$sel:assessmentStatus:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_assessmentStatus - The status of the task assessment.

$sel:s3ObjectUrl:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_s3ObjectUrl - The URL of the S3 object containing the task assessment results.

The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.

$sel:replicationTaskLastAssessmentDate:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_replicationTaskLastAssessmentDate - The date the task assessment was completed.

$sel:replicationTaskArn:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

replicationTaskAssessmentResult_assessmentResults :: Lens' ReplicationTaskAssessmentResult (Maybe Text) Source #

The task assessment results in JSON format.

The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.

replicationTaskAssessmentResult_replicationTaskIdentifier :: Lens' ReplicationTaskAssessmentResult (Maybe Text) Source #

The replication task identifier of the task on which the task assessment was run.

replicationTaskAssessmentResult_s3ObjectUrl :: Lens' ReplicationTaskAssessmentResult (Maybe Text) Source #

The URL of the S3 object containing the task assessment results.

The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.

ReplicationTaskAssessmentRun

data ReplicationTaskAssessmentRun Source #

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.

See: newReplicationTaskAssessmentRun smart constructor.

Constructors

ReplicationTaskAssessmentRun' 

Fields

  • status :: Maybe Text

    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.
  • serviceAccessRoleArn :: Maybe Text

    ARN of the service role used to start the assessment run using the StartReplicationTaskAssessmentRun operation. The role must allow the iam:PassRole action.

  • replicationTaskAssessmentRunCreationDate :: Maybe POSIX

    Date on which the assessment run was created using the StartReplicationTaskAssessmentRun operation.

  • assessmentProgress :: Maybe ReplicationTaskAssessmentRunProgress

    Indication of the completion progress for the individual assessments specified to run.

  • resultKmsKeyArn :: Maybe Text

    ARN of the KMS encryption key used to encrypt the assessment run results.

  • replicationTaskArn :: Maybe Text

    ARN of the migration task associated with this premigration assessment run.

  • resultLocationBucket :: Maybe Text

    Amazon S3 bucket where DMS stores the results of this assessment run.

  • resultLocationFolder :: Maybe Text

    Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.

  • resultEncryptionMode :: Maybe Text

    Encryption mode used to encrypt the assessment run results.

  • assessmentRunName :: Maybe Text

    Unique name of the assessment run.

  • replicationTaskAssessmentRunArn :: Maybe Text

    Amazon Resource Name (ARN) of this assessment run.

  • lastFailureMessage :: Maybe Text

    Last message generated by an individual assessment failure.

Instances

Instances details
Eq ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

Read ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

Show ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

Generic ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

Associated Types

type Rep ReplicationTaskAssessmentRun :: Type -> Type #

NFData ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

Hashable ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

FromJSON ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

type Rep ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

type Rep ReplicationTaskAssessmentRun = D1 ('MetaData "ReplicationTaskAssessmentRun" "Amazonka.DMS.Types.ReplicationTaskAssessmentRun" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationTaskAssessmentRun'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskAssessmentRunCreationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "assessmentProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTaskAssessmentRunProgress)) :*: (S1 ('MetaSel ('Just "resultKmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "resultLocationBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resultLocationFolder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resultEncryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "assessmentRunName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskAssessmentRunArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newReplicationTaskAssessmentRun :: ReplicationTaskAssessmentRun Source #

Create a value of ReplicationTaskAssessmentRun with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_status - 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.

$sel:serviceAccessRoleArn:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_serviceAccessRoleArn - ARN of the service role used to start the assessment run using the StartReplicationTaskAssessmentRun operation. The role must allow the iam:PassRole action.

$sel:replicationTaskAssessmentRunCreationDate:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_replicationTaskAssessmentRunCreationDate - Date on which the assessment run was created using the StartReplicationTaskAssessmentRun operation.

$sel:assessmentProgress:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_assessmentProgress - Indication of the completion progress for the individual assessments specified to run.

$sel:resultKmsKeyArn:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_resultKmsKeyArn - ARN of the KMS encryption key used to encrypt the assessment run results.

$sel:replicationTaskArn:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_replicationTaskArn - ARN of the migration task associated with this premigration assessment run.

$sel:resultLocationBucket:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_resultLocationBucket - Amazon S3 bucket where DMS stores the results of this assessment run.

$sel:resultLocationFolder:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_resultLocationFolder - Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.

$sel:resultEncryptionMode:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_resultEncryptionMode - Encryption mode used to encrypt the assessment run results.

$sel:assessmentRunName:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_assessmentRunName - Unique name of the assessment run.

$sel:replicationTaskAssessmentRunArn:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_replicationTaskAssessmentRunArn - Amazon Resource Name (ARN) of this assessment run.

$sel:lastFailureMessage:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_lastFailureMessage - Last message generated by an individual assessment failure.

replicationTaskAssessmentRun_status :: Lens' ReplicationTaskAssessmentRun (Maybe Text) Source #

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.

replicationTaskAssessmentRun_serviceAccessRoleArn :: Lens' ReplicationTaskAssessmentRun (Maybe Text) Source #

ARN of the service role used to start the assessment run using the StartReplicationTaskAssessmentRun operation. The role must allow the iam:PassRole action.

replicationTaskAssessmentRun_replicationTaskAssessmentRunCreationDate :: Lens' ReplicationTaskAssessmentRun (Maybe UTCTime) Source #

Date on which the assessment run was created using the StartReplicationTaskAssessmentRun operation.

replicationTaskAssessmentRun_assessmentProgress :: Lens' ReplicationTaskAssessmentRun (Maybe ReplicationTaskAssessmentRunProgress) Source #

Indication of the completion progress for the individual assessments specified to run.

replicationTaskAssessmentRun_resultKmsKeyArn :: Lens' ReplicationTaskAssessmentRun (Maybe Text) Source #

ARN of the KMS encryption key used to encrypt the assessment run results.

replicationTaskAssessmentRun_replicationTaskArn :: Lens' ReplicationTaskAssessmentRun (Maybe Text) Source #

ARN of the migration task associated with this premigration assessment run.

replicationTaskAssessmentRun_resultLocationBucket :: Lens' ReplicationTaskAssessmentRun (Maybe Text) Source #

Amazon S3 bucket where DMS stores the results of this assessment run.

replicationTaskAssessmentRun_resultLocationFolder :: Lens' ReplicationTaskAssessmentRun (Maybe Text) Source #

Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.

replicationTaskAssessmentRun_resultEncryptionMode :: Lens' ReplicationTaskAssessmentRun (Maybe Text) Source #

Encryption mode used to encrypt the assessment run results.

replicationTaskAssessmentRun_lastFailureMessage :: Lens' ReplicationTaskAssessmentRun (Maybe Text) Source #

Last message generated by an individual assessment failure.

ReplicationTaskAssessmentRunProgress

data ReplicationTaskAssessmentRunProgress Source #

The progress values reported by the AssessmentProgress response element.

See: newReplicationTaskAssessmentRunProgress smart constructor.

Constructors

ReplicationTaskAssessmentRunProgress' 

Fields

Instances

Instances details
Eq ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

Read ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

Show ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

Generic ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

NFData ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

Hashable ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

FromJSON ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

type Rep ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

type Rep ReplicationTaskAssessmentRunProgress = D1 ('MetaData "ReplicationTaskAssessmentRunProgress" "Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationTaskAssessmentRunProgress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "individualAssessmentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "individualAssessmentCompletedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newReplicationTaskAssessmentRunProgress :: ReplicationTaskAssessmentRunProgress Source #

Create a value of ReplicationTaskAssessmentRunProgress with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:individualAssessmentCount:ReplicationTaskAssessmentRunProgress', replicationTaskAssessmentRunProgress_individualAssessmentCount - The number of individual assessments that are specified to run.

$sel:individualAssessmentCompletedCount:ReplicationTaskAssessmentRunProgress', replicationTaskAssessmentRunProgress_individualAssessmentCompletedCount - The number of individual assessments that have completed, successfully or not.

replicationTaskAssessmentRunProgress_individualAssessmentCompletedCount :: Lens' ReplicationTaskAssessmentRunProgress (Maybe Int) Source #

The number of individual assessments that have completed, successfully or not.

ReplicationTaskIndividualAssessment

data ReplicationTaskIndividualAssessment Source #

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

See: newReplicationTaskIndividualAssessment smart constructor.

Constructors

ReplicationTaskIndividualAssessment' 

Fields

Instances

Instances details
Eq ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

Read ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

Show ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

Generic ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

NFData ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

Hashable ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

FromJSON ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

type Rep ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

type Rep ReplicationTaskIndividualAssessment = D1 ('MetaData "ReplicationTaskIndividualAssessment" "Amazonka.DMS.Types.ReplicationTaskIndividualAssessment" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationTaskIndividualAssessment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskIndividualAssessmentStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "individualAssessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskIndividualAssessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskAssessmentRunArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newReplicationTaskIndividualAssessment :: ReplicationTaskIndividualAssessment Source #

Create a value of ReplicationTaskIndividualAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_status - Individual assessment status.

This status can have one of the following values:

  • "cancelled"
  • "error"
  • "failed"
  • "passed"
  • "pending"
  • "running"

$sel:replicationTaskIndividualAssessmentStartDate:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_replicationTaskIndividualAssessmentStartDate - Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun operation.

$sel:individualAssessmentName:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_individualAssessmentName - Name of this individual assessment.

$sel:replicationTaskIndividualAssessmentArn:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_replicationTaskIndividualAssessmentArn - Amazon Resource Name (ARN) of this individual assessment.

$sel:replicationTaskAssessmentRunArn:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_replicationTaskAssessmentRunArn - ARN of the premigration assessment run that is created to run this individual assessment.

replicationTaskIndividualAssessment_status :: Lens' ReplicationTaskIndividualAssessment (Maybe Text) Source #

Individual assessment status.

This status can have one of the following values:

  • "cancelled"
  • "error"
  • "failed"
  • "passed"
  • "pending"
  • "running"

replicationTaskIndividualAssessment_replicationTaskIndividualAssessmentStartDate :: Lens' ReplicationTaskIndividualAssessment (Maybe UTCTime) Source #

Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun operation.

replicationTaskIndividualAssessment_replicationTaskAssessmentRunArn :: Lens' ReplicationTaskIndividualAssessment (Maybe Text) Source #

ARN of the premigration assessment run that is created to run this individual assessment.

ReplicationTaskStats

data ReplicationTaskStats Source #

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

See: newReplicationTaskStats smart constructor.

Constructors

ReplicationTaskStats' 

Fields

Instances

Instances details
Eq ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Read ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Show ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Generic ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Associated Types

type Rep ReplicationTaskStats :: Type -> Type #

NFData ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Methods

rnf :: ReplicationTaskStats -> () #

Hashable ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

FromJSON ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

type Rep ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

type Rep ReplicationTaskStats = D1 ('MetaData "ReplicationTaskStats" "Amazonka.DMS.Types.ReplicationTaskStats" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ReplicationTaskStats'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "stopDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "fullLoadProgressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "fullLoadStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "elapsedTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "tablesErrored") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "fullLoadFinishDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tablesLoaded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "tablesQueued") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "tablesLoading") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "freshStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newReplicationTaskStats :: ReplicationTaskStats Source #

Create a value of ReplicationTaskStats with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:stopDate:ReplicationTaskStats', replicationTaskStats_stopDate - The date the replication task was stopped.

$sel:fullLoadProgressPercent:ReplicationTaskStats', replicationTaskStats_fullLoadProgressPercent - The percent complete for the full load migration task.

$sel:fullLoadStartDate:ReplicationTaskStats', replicationTaskStats_fullLoadStartDate - The date the replication task full load was started.

$sel:elapsedTimeMillis:ReplicationTaskStats', replicationTaskStats_elapsedTimeMillis - The elapsed time of the task, in milliseconds.

$sel:startDate:ReplicationTaskStats', replicationTaskStats_startDate - The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.

$sel:tablesErrored:ReplicationTaskStats', replicationTaskStats_tablesErrored - The number of errors that have occurred during this task.

$sel:fullLoadFinishDate:ReplicationTaskStats', replicationTaskStats_fullLoadFinishDate - The date the replication task full load was completed.

$sel:tablesLoaded:ReplicationTaskStats', replicationTaskStats_tablesLoaded - The number of tables loaded for this task.

$sel:tablesQueued:ReplicationTaskStats', replicationTaskStats_tablesQueued - The number of tables queued for this task.

$sel:tablesLoading:ReplicationTaskStats', replicationTaskStats_tablesLoading - The number of tables currently loading for this task.

$sel:freshStartDate:ReplicationTaskStats', replicationTaskStats_freshStartDate - The date the replication task was started either with a fresh start or a target reload.

replicationTaskStats_stopDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task was stopped.

replicationTaskStats_fullLoadProgressPercent :: Lens' ReplicationTaskStats (Maybe Int) Source #

The percent complete for the full load migration task.

replicationTaskStats_fullLoadStartDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task full load was started.

replicationTaskStats_elapsedTimeMillis :: Lens' ReplicationTaskStats (Maybe Integer) Source #

The elapsed time of the task, in milliseconds.

replicationTaskStats_startDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.

replicationTaskStats_tablesErrored :: Lens' ReplicationTaskStats (Maybe Int) Source #

The number of errors that have occurred during this task.

replicationTaskStats_fullLoadFinishDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task full load was completed.

replicationTaskStats_tablesLoaded :: Lens' ReplicationTaskStats (Maybe Int) Source #

The number of tables loaded for this task.

replicationTaskStats_tablesQueued :: Lens' ReplicationTaskStats (Maybe Int) Source #

The number of tables queued for this task.

replicationTaskStats_tablesLoading :: Lens' ReplicationTaskStats (Maybe Int) Source #

The number of tables currently loading for this task.

replicationTaskStats_freshStartDate :: Lens' ReplicationTaskStats (Maybe UTCTime) Source #

The date the replication task was started either with a fresh start or a target reload.

ResourcePendingMaintenanceActions

data ResourcePendingMaintenanceActions Source #

Identifies an DMS resource and any pending actions for it.

See: newResourcePendingMaintenanceActions smart constructor.

Constructors

ResourcePendingMaintenanceActions' 

Fields

Instances

Instances details
Eq ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

Read ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

Show ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

Generic ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

Associated Types

type Rep ResourcePendingMaintenanceActions :: Type -> Type #

NFData ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

Hashable ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

FromJSON ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

type Rep ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

type Rep ResourcePendingMaintenanceActions = D1 ('MetaData "ResourcePendingMaintenanceActions" "Amazonka.DMS.Types.ResourcePendingMaintenanceActions" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "ResourcePendingMaintenanceActions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pendingMaintenanceActionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PendingMaintenanceAction])) :*: S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newResourcePendingMaintenanceActions :: ResourcePendingMaintenanceActions Source #

Create a value of ResourcePendingMaintenanceActions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:pendingMaintenanceActionDetails:ResourcePendingMaintenanceActions', resourcePendingMaintenanceActions_pendingMaintenanceActionDetails - Detailed information about the pending maintenance action.

$sel:resourceIdentifier:ResourcePendingMaintenanceActions', resourcePendingMaintenanceActions_resourceIdentifier - 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 DMS in the DMS documentation.

resourcePendingMaintenanceActions_resourceIdentifier :: Lens' ResourcePendingMaintenanceActions (Maybe Text) Source #

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 DMS in the DMS documentation.

S3Settings

data S3Settings Source #

Settings for exporting data to Amazon S3.

See: newS3Settings smart constructor.

Constructors

S3Settings' 

Fields

  • parquetVersion :: Maybe ParquetVersionValue

    The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

  • preserveTransactions :: Maybe Bool

    If set to true, DMS saves the transaction order for a change data capture (CDC) load on the Amazon S3 target specified by CdcPath . For more information, see Capturing data changes (CDC) including transaction order on the S3 target.

    This setting is supported in DMS versions 3.4.2 and later.

  • maxFileSize :: Maybe Int

    A value that specifies the maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load.

    The default value is 1,048,576 KB (1 GB). Valid values include 1 to 1,048,576.

  • csvNoSupValue :: Maybe Text

    This setting only applies if your Amazon S3 output files during a change data capture (CDC) load are written in .csv format. If UseCsvNoSupValue is set to true, specify a string value that you want DMS to use for all columns not included in the supplemental log. If you do not specify a string value, DMS uses the null value for these columns regardless of the UseCsvNoSupValue setting.

    This setting is supported in DMS versions 3.4.1 and later.

  • rfc4180 :: Maybe Bool

    For an S3 source, when this value is set to true or y, each leading double quotation mark has to be followed by an ending double quotation mark. This formatting complies with RFC 4180. When this value is set to false or n, string literals are copied to the target as is. In this case, a delimiter (row or column) signals the end of the field. Thus, you can't use a delimiter as part of the string, because it signals the end of the value.

    For an S3 target, an optional parameter used to set behavior to comply with RFC 4180 for data migrated to Amazon S3 using .csv file format only. When this value is set to true or y using Amazon S3 as a target, if the data has quotation marks or newline characters in it, DMS encloses the entire column with an additional pair of double quotation marks ("). Every quotation mark within the data is repeated twice.

    The default value is true. Valid values include true, false, y, and n.

  • parquetTimestampInMillisecond :: Maybe Bool

    A value that specifies the precision of any TIMESTAMP column values that are written to an Amazon S3 object file in .parquet format.

    DMS supports the ParquetTimestampInMillisecond parameter in versions 3.1.4 and later.

    When ParquetTimestampInMillisecond is set to true or y, DMS writes all TIMESTAMP columns in a .parquet formatted file with millisecond precision. Otherwise, DMS writes them with microsecond precision.

    Currently, Amazon Athena and 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 Glue.

    DMS writes any TIMESTAMP column values written to an S3 file in .csv format with microsecond precision.

    Setting ParquetTimestampInMillisecond has no effect on the string format of the timestamp column value that is inserted by setting the TimestampColumnName parameter.

  • includeOpForFullLoad :: Maybe Bool

    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.

    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 in the Database Migration Service User Guide..

  • cdcMinFileSize :: Maybe Int

    Minimum file size, defined in megabytes, to reach for a file output to Amazon S3.

    When CdcMinFileSize and CdcMaxBatchInterval are both specified, the file write is triggered by whichever parameter condition is met first within an DMS CloudFormation template.

    The default value is 32 MB.

  • csvDelimiter :: Maybe Text

    The delimiter used to separate columns in the .csv file for both source and target. The default is a comma.

  • serviceAccessRoleArn :: Maybe Text

    The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action. It is a required parameter that enables DMS to write and read objects from an S3 bucket.

  • bucketFolder :: Maybe Text

    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/.

  • dataFormat :: Maybe DataFormatValue

    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.
  • datePartitionEnabled :: Maybe Bool

    When set to true, this parameter partitions S3 bucket folders based on transaction commit dates. The default value is false. For more information about date-based folder partitioning, see Using date-based folder partitioning.

  • encodingType :: Maybe EncodingTypeValue

    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.
  • cdcMaxBatchInterval :: Maybe Int

    Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3.

    When CdcMaxBatchInterval and CdcMinFileSize are both specified, the file write is triggered by whichever parameter condition is met first within an DMS CloudFormation template.

    The default value is 60 seconds.

  • ignoreHeaderRows :: Maybe Int

    When this value is set to 1, DMS ignores the first row header in a .csv file. A value of 1 turns on the feature; a value of 0 turns off the feature.

    The default is 0.

  • externalTableDefinition :: Maybe Text

    Specifies how tables are defined in the S3 source files only.

  • dictPageSizeLimit :: Maybe Int

    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.

  • bucketName :: Maybe Text

    The name of the S3 bucket.

  • encryptionMode :: Maybe EncryptionModeValue

    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.

    For the ModifyEndpoint operation, you can change the existing value of the EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the existing value from SSE_S3 to SSE_KMS.

    To use SSE_S3, you need an 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
  • enableStatistics :: Maybe 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.

  • cdcInsertsOnly :: Maybe Bool

    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 in the Database Migration Service User Guide..

    DMS supports the interaction described preceding between the CdcInsertsOnly and IncludeOpForFullLoad parameters in versions 3.1.4 and later.

    CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true for the same endpoint, but not both.

  • timestampColumnName :: Maybe Text

    A value that when nonblank causes DMS to add a column with timestamp information to the endpoint data for an Amazon S3 target.

    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.

  • csvRowDelimiter :: Maybe Text

    The delimiter used to separate rows in the .csv file for both source and target. The default is a carriage return (\n).

  • datePartitionDelimiter :: Maybe DatePartitionDelimiterValue

    Specifies a date separating delimiter to use during folder partitioning. The default value is SLASH. Use this parameter when DatePartitionedEnabled is set to true.

  • addColumnName :: Maybe Bool

    An optional parameter that, when set to true or y, you can use to add column name information to the .csv output file.

    The default value is false. Valid values are true, false, y, and n.

  • cannedAclForObjects :: Maybe CannedAclForObjectsValue

    A value that enables DMS to specify a predefined (canned) access control list for objects created in an Amazon S3 bucket as .csv or .parquet files. For more information about Amazon S3 canned ACLs, see Canned ACL in the Amazon S3 Developer Guide.

    The default value is NONE. Valid values include NONE, PRIVATE, PUBLIC_READ, PUBLIC_READ_WRITE, AUTHENTICATED_READ, AWS_EXEC_READ, BUCKET_OWNER_READ, and BUCKET_OWNER_FULL_CONTROL.

  • compressionType :: Maybe CompressionTypeValue

    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.

  • csvNullValue :: Maybe Text

    An optional parameter that specifies how DMS treats null values. While handling the null value, you can use this parameter to pass a user-defined string as null when writing to the target. For example, when target columns are not nullable, you can use this option to differentiate between the empty string value and the null value. So, if you set this parameter value to the empty string ("" or ''), DMS treats the empty string as the null value instead of NULL.

    The default value is NULL. Valid values include any valid string.

  • serverSideEncryptionKmsKeyId :: Maybe Text

    If you are using SSE_KMS for the EncryptionMode, provide the KMS key ID. The key that you use needs an attached policy that enables 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

  • dataPageSize :: Maybe Int

    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.

  • useCsvNoSupValue :: Maybe Bool

    This setting applies if the S3 output files during a change data capture (CDC) load are written in .csv format. If set to true for columns not included in the supplemental log, DMS uses the value specified by CsvNoSupValue . If not set or set to false, DMS uses the null value for these columns.

    This setting is supported in DMS versions 3.4.1 and later.

  • cdcInsertsAndUpdates :: Maybe Bool

    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 true or y, only 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 in the Database Migration Service User Guide..

    DMS supports the use of the CdcInsertsAndUpdates parameter in versions 3.3.1 and later.

    CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true for the same endpoint, but not both.

  • datePartitionSequence :: Maybe DatePartitionSequenceValue

    Identifies the sequence of the date format to use during folder partitioning. The default value is YYYYMMDD. Use this parameter when DatePartitionedEnabled is set to true.

  • rowGroupLength :: Maybe Int

    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).

  • cdcPath :: Maybe Text

    Specifies the folder path of CDC files. For an S3 source, this setting is required if a task captures change data; otherwise, it's optional. If CdcPath is set, DMS reads CDC files from this path and replicates the data changes to the target endpoint. For an S3 target if you set PreserveTransactions to true, DMS verifies that you have set this parameter to a folder path on your S3 target where DMS can save the transaction order for the CDC load. DMS creates this CDC folder path in either your S3 target working directory or the S3 target location specified by BucketFolder and BucketName .

    For example, if you specify CdcPath as MyChangedData, and you specify BucketName as MyTargetBucket but do not specify BucketFolder, DMS creates the CDC folder path following: MyTargetBucket/MyChangedData.

    If you specify the same CdcPath, and you specify BucketName as MyTargetBucket and BucketFolder as MyTargetData, DMS creates the CDC folder path following: MyTargetBucket/MyTargetData/MyChangedData.

    For more information on CDC including transaction order on an S3 target, see Capturing data changes (CDC) including transaction order on the S3 target.

    This setting is supported in DMS versions 3.4.2 and later.

Instances

Instances details
Eq S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

Read S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

Show S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

Generic S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

Associated Types

type Rep S3Settings :: Type -> Type #

NFData S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

Methods

rnf :: S3Settings -> () #

Hashable S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

ToJSON S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

FromJSON S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

type Rep S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

type Rep S3Settings = D1 ('MetaData "S3Settings" "Amazonka.DMS.Types.S3Settings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "S3Settings'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "parquetVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParquetVersionValue)) :*: S1 ('MetaSel ('Just "preserveTransactions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "maxFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "csvNoSupValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "rfc4180") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "parquetTimestampInMillisecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "includeOpForFullLoad") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "cdcMinFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "csvDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketFolder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataFormatValue)) :*: S1 ('MetaSel ('Just "datePartitionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "encodingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncodingTypeValue)) :*: S1 ('MetaSel ('Just "cdcMaxBatchInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "ignoreHeaderRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "externalTableDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dictPageSizeLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))) :*: ((((S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionModeValue))) :*: (S1 ('MetaSel ('Just "enableStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cdcInsertsOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "timestampColumnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "csvRowDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "datePartitionDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatePartitionDelimiterValue)) :*: (S1 ('MetaSel ('Just "addColumnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cannedAclForObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CannedAclForObjectsValue)))))) :*: (((S1 ('MetaSel ('Just "compressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionTypeValue)) :*: S1 ('MetaSel ('Just "csvNullValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serverSideEncryptionKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "useCsvNoSupValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cdcInsertsAndUpdates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "datePartitionSequence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatePartitionSequenceValue)) :*: (S1 ('MetaSel ('Just "rowGroupLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "cdcPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))))

newS3Settings :: S3Settings Source #

Create a value of S3Settings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parquetVersion:S3Settings', s3Settings_parquetVersion - The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

$sel:preserveTransactions:S3Settings', s3Settings_preserveTransactions - If set to true, DMS saves the transaction order for a change data capture (CDC) load on the Amazon S3 target specified by CdcPath . For more information, see Capturing data changes (CDC) including transaction order on the S3 target.

This setting is supported in DMS versions 3.4.2 and later.

$sel:maxFileSize:S3Settings', s3Settings_maxFileSize - A value that specifies the maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load.

The default value is 1,048,576 KB (1 GB). Valid values include 1 to 1,048,576.

$sel:csvNoSupValue:S3Settings', s3Settings_csvNoSupValue - This setting only applies if your Amazon S3 output files during a change data capture (CDC) load are written in .csv format. If UseCsvNoSupValue is set to true, specify a string value that you want DMS to use for all columns not included in the supplemental log. If you do not specify a string value, DMS uses the null value for these columns regardless of the UseCsvNoSupValue setting.

This setting is supported in DMS versions 3.4.1 and later.

$sel:rfc4180:S3Settings', s3Settings_rfc4180 - For an S3 source, when this value is set to true or y, each leading double quotation mark has to be followed by an ending double quotation mark. This formatting complies with RFC 4180. When this value is set to false or n, string literals are copied to the target as is. In this case, a delimiter (row or column) signals the end of the field. Thus, you can't use a delimiter as part of the string, because it signals the end of the value.

For an S3 target, an optional parameter used to set behavior to comply with RFC 4180 for data migrated to Amazon S3 using .csv file format only. When this value is set to true or y using Amazon S3 as a target, if the data has quotation marks or newline characters in it, DMS encloses the entire column with an additional pair of double quotation marks ("). Every quotation mark within the data is repeated twice.

The default value is true. Valid values include true, false, y, and n.

$sel:parquetTimestampInMillisecond:S3Settings', s3Settings_parquetTimestampInMillisecond - A value that specifies the precision of any TIMESTAMP column values that are written to an Amazon S3 object file in .parquet format.

DMS supports the ParquetTimestampInMillisecond parameter in versions 3.1.4 and later.

When ParquetTimestampInMillisecond is set to true or y, DMS writes all TIMESTAMP columns in a .parquet formatted file with millisecond precision. Otherwise, DMS writes them with microsecond precision.

Currently, Amazon Athena and 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 Glue.

DMS writes any TIMESTAMP column values written to an S3 file in .csv format with microsecond precision.

Setting ParquetTimestampInMillisecond has no effect on the string format of the timestamp column value that is inserted by setting the TimestampColumnName parameter.

$sel:includeOpForFullLoad:S3Settings', s3Settings_includeOpForFullLoad - 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.

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 in the Database Migration Service User Guide..

$sel:cdcMinFileSize:S3Settings', s3Settings_cdcMinFileSize - Minimum file size, defined in megabytes, to reach for a file output to Amazon S3.

When CdcMinFileSize and CdcMaxBatchInterval are both specified, the file write is triggered by whichever parameter condition is met first within an DMS CloudFormation template.

The default value is 32 MB.

$sel:csvDelimiter:S3Settings', s3Settings_csvDelimiter - The delimiter used to separate columns in the .csv file for both source and target. The default is a comma.

$sel:serviceAccessRoleArn:S3Settings', s3Settings_serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action. It is a required parameter that enables DMS to write and read objects from an S3 bucket.

$sel:bucketFolder:S3Settings', s3Settings_bucketFolder - 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/.

$sel:dataFormat:S3Settings', s3Settings_dataFormat - 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.

$sel:datePartitionEnabled:S3Settings', s3Settings_datePartitionEnabled - When set to true, this parameter partitions S3 bucket folders based on transaction commit dates. The default value is false. For more information about date-based folder partitioning, see Using date-based folder partitioning.

$sel:encodingType:S3Settings', s3Settings_encodingType - 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.

$sel:cdcMaxBatchInterval:S3Settings', s3Settings_cdcMaxBatchInterval - Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3.

When CdcMaxBatchInterval and CdcMinFileSize are both specified, the file write is triggered by whichever parameter condition is met first within an DMS CloudFormation template.

The default value is 60 seconds.

$sel:ignoreHeaderRows:S3Settings', s3Settings_ignoreHeaderRows - When this value is set to 1, DMS ignores the first row header in a .csv file. A value of 1 turns on the feature; a value of 0 turns off the feature.

The default is 0.

$sel:externalTableDefinition:S3Settings', s3Settings_externalTableDefinition - Specifies how tables are defined in the S3 source files only.

$sel:dictPageSizeLimit:S3Settings', s3Settings_dictPageSizeLimit - 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.

$sel:bucketName:S3Settings', s3Settings_bucketName - The name of the S3 bucket.

$sel:encryptionMode:S3Settings', s3Settings_encryptionMode - 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.

For the ModifyEndpoint operation, you can change the existing value of the EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the existing value from SSE_S3 to SSE_KMS.

To use SSE_S3, you need an 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

$sel:enableStatistics:S3Settings', s3Settings_enableStatistics - 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.

$sel:cdcInsertsOnly:S3Settings', s3Settings_cdcInsertsOnly - 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 in the Database Migration Service User Guide..

DMS supports the interaction described preceding between the CdcInsertsOnly and IncludeOpForFullLoad parameters in versions 3.1.4 and later.

CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true for the same endpoint, but not both.

$sel:timestampColumnName:S3Settings', s3Settings_timestampColumnName - A value that when nonblank causes DMS to add a column with timestamp information to the endpoint data for an Amazon S3 target.

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.

$sel:csvRowDelimiter:S3Settings', s3Settings_csvRowDelimiter - The delimiter used to separate rows in the .csv file for both source and target. The default is a carriage return (\n).

$sel:datePartitionDelimiter:S3Settings', s3Settings_datePartitionDelimiter - Specifies a date separating delimiter to use during folder partitioning. The default value is SLASH. Use this parameter when DatePartitionedEnabled is set to true.

$sel:addColumnName:S3Settings', s3Settings_addColumnName - An optional parameter that, when set to true or y, you can use to add column name information to the .csv output file.

The default value is false. Valid values are true, false, y, and n.

$sel:cannedAclForObjects:S3Settings', s3Settings_cannedAclForObjects - A value that enables DMS to specify a predefined (canned) access control list for objects created in an Amazon S3 bucket as .csv or .parquet files. For more information about Amazon S3 canned ACLs, see Canned ACL in the Amazon S3 Developer Guide.

The default value is NONE. Valid values include NONE, PRIVATE, PUBLIC_READ, PUBLIC_READ_WRITE, AUTHENTICATED_READ, AWS_EXEC_READ, BUCKET_OWNER_READ, and BUCKET_OWNER_FULL_CONTROL.

$sel:compressionType:S3Settings', s3Settings_compressionType - 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.

$sel:csvNullValue:S3Settings', s3Settings_csvNullValue - An optional parameter that specifies how DMS treats null values. While handling the null value, you can use this parameter to pass a user-defined string as null when writing to the target. For example, when target columns are not nullable, you can use this option to differentiate between the empty string value and the null value. So, if you set this parameter value to the empty string ("" or ''), DMS treats the empty string as the null value instead of NULL.

The default value is NULL. Valid values include any valid string.

$sel:serverSideEncryptionKmsKeyId:S3Settings', s3Settings_serverSideEncryptionKmsKeyId - If you are using SSE_KMS for the EncryptionMode, provide the KMS key ID. The key that you use needs an attached policy that enables 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

$sel:dataPageSize:S3Settings', s3Settings_dataPageSize - 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.

$sel:useCsvNoSupValue:S3Settings', s3Settings_useCsvNoSupValue - This setting applies if the S3 output files during a change data capture (CDC) load are written in .csv format. If set to true for columns not included in the supplemental log, DMS uses the value specified by CsvNoSupValue . If not set or set to false, DMS uses the null value for these columns.

This setting is supported in DMS versions 3.4.1 and later.

$sel:cdcInsertsAndUpdates:S3Settings', s3Settings_cdcInsertsAndUpdates - 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 true or y, only 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 in the Database Migration Service User Guide..

DMS supports the use of the CdcInsertsAndUpdates parameter in versions 3.3.1 and later.

CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true for the same endpoint, but not both.

$sel:datePartitionSequence:S3Settings', s3Settings_datePartitionSequence - Identifies the sequence of the date format to use during folder partitioning. The default value is YYYYMMDD. Use this parameter when DatePartitionedEnabled is set to true.

$sel:rowGroupLength:S3Settings', s3Settings_rowGroupLength - 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).

$sel:cdcPath:S3Settings', s3Settings_cdcPath - Specifies the folder path of CDC files. For an S3 source, this setting is required if a task captures change data; otherwise, it's optional. If CdcPath is set, DMS reads CDC files from this path and replicates the data changes to the target endpoint. For an S3 target if you set PreserveTransactions to true, DMS verifies that you have set this parameter to a folder path on your S3 target where DMS can save the transaction order for the CDC load. DMS creates this CDC folder path in either your S3 target working directory or the S3 target location specified by BucketFolder and BucketName .

For example, if you specify CdcPath as MyChangedData, and you specify BucketName as MyTargetBucket but do not specify BucketFolder, DMS creates the CDC folder path following: MyTargetBucket/MyChangedData.

If you specify the same CdcPath, and you specify BucketName as MyTargetBucket and BucketFolder as MyTargetData, DMS creates the CDC folder path following: MyTargetBucket/MyTargetData/MyChangedData.

For more information on CDC including transaction order on an S3 target, see Capturing data changes (CDC) including transaction order on the S3 target.

This setting is supported in DMS versions 3.4.2 and later.

s3Settings_parquetVersion :: Lens' S3Settings (Maybe ParquetVersionValue) Source #

The version of the Apache Parquet format that you want to use: parquet_1_0 (the default) or parquet_2_0.

s3Settings_preserveTransactions :: Lens' S3Settings (Maybe Bool) Source #

If set to true, DMS saves the transaction order for a change data capture (CDC) load on the Amazon S3 target specified by CdcPath . For more information, see Capturing data changes (CDC) including transaction order on the S3 target.

This setting is supported in DMS versions 3.4.2 and later.

s3Settings_maxFileSize :: Lens' S3Settings (Maybe Int) Source #

A value that specifies the maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load.

The default value is 1,048,576 KB (1 GB). Valid values include 1 to 1,048,576.

s3Settings_csvNoSupValue :: Lens' S3Settings (Maybe Text) Source #

This setting only applies if your Amazon S3 output files during a change data capture (CDC) load are written in .csv format. If UseCsvNoSupValue is set to true, specify a string value that you want DMS to use for all columns not included in the supplemental log. If you do not specify a string value, DMS uses the null value for these columns regardless of the UseCsvNoSupValue setting.

This setting is supported in DMS versions 3.4.1 and later.

s3Settings_rfc4180 :: Lens' S3Settings (Maybe Bool) Source #

For an S3 source, when this value is set to true or y, each leading double quotation mark has to be followed by an ending double quotation mark. This formatting complies with RFC 4180. When this value is set to false or n, string literals are copied to the target as is. In this case, a delimiter (row or column) signals the end of the field. Thus, you can't use a delimiter as part of the string, because it signals the end of the value.

For an S3 target, an optional parameter used to set behavior to comply with RFC 4180 for data migrated to Amazon S3 using .csv file format only. When this value is set to true or y using Amazon S3 as a target, if the data has quotation marks or newline characters in it, DMS encloses the entire column with an additional pair of double quotation marks ("). Every quotation mark within the data is repeated twice.

The default value is true. Valid values include true, false, y, and n.

s3Settings_parquetTimestampInMillisecond :: Lens' S3Settings (Maybe Bool) Source #

A value that specifies the precision of any TIMESTAMP column values that are written to an Amazon S3 object file in .parquet format.

DMS supports the ParquetTimestampInMillisecond parameter in versions 3.1.4 and later.

When ParquetTimestampInMillisecond is set to true or y, DMS writes all TIMESTAMP columns in a .parquet formatted file with millisecond precision. Otherwise, DMS writes them with microsecond precision.

Currently, Amazon Athena and 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 Glue.

DMS writes any TIMESTAMP column values written to an S3 file in .csv format with microsecond precision.

Setting ParquetTimestampInMillisecond has no effect on the string format of the timestamp column value that is inserted by setting the TimestampColumnName parameter.

s3Settings_includeOpForFullLoad :: Lens' S3Settings (Maybe Bool) Source #

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.

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 in the Database Migration Service User Guide..

s3Settings_cdcMinFileSize :: Lens' S3Settings (Maybe Int) Source #

Minimum file size, defined in megabytes, to reach for a file output to Amazon S3.

When CdcMinFileSize and CdcMaxBatchInterval are both specified, the file write is triggered by whichever parameter condition is met first within an DMS CloudFormation template.

The default value is 32 MB.

s3Settings_csvDelimiter :: Lens' S3Settings (Maybe Text) Source #

The delimiter used to separate columns in the .csv file for both source and target. The default is a comma.

s3Settings_serviceAccessRoleArn :: Lens' S3Settings (Maybe Text) Source #

The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action. It is a required parameter that enables DMS to write and read objects from an S3 bucket.

s3Settings_bucketFolder :: Lens' S3Settings (Maybe Text) Source #

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/.

s3Settings_dataFormat :: Lens' S3Settings (Maybe DataFormatValue) Source #

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.

s3Settings_datePartitionEnabled :: Lens' S3Settings (Maybe Bool) Source #

When set to true, this parameter partitions S3 bucket folders based on transaction commit dates. The default value is false. For more information about date-based folder partitioning, see Using date-based folder partitioning.

s3Settings_encodingType :: Lens' S3Settings (Maybe EncodingTypeValue) Source #

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.

s3Settings_cdcMaxBatchInterval :: Lens' S3Settings (Maybe Int) Source #

Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3.

When CdcMaxBatchInterval and CdcMinFileSize are both specified, the file write is triggered by whichever parameter condition is met first within an DMS CloudFormation template.

The default value is 60 seconds.

s3Settings_ignoreHeaderRows :: Lens' S3Settings (Maybe Int) Source #

When this value is set to 1, DMS ignores the first row header in a .csv file. A value of 1 turns on the feature; a value of 0 turns off the feature.

The default is 0.

s3Settings_externalTableDefinition :: Lens' S3Settings (Maybe Text) Source #

Specifies how tables are defined in the S3 source files only.

s3Settings_dictPageSizeLimit :: Lens' S3Settings (Maybe Int) Source #

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.

s3Settings_bucketName :: Lens' S3Settings (Maybe Text) Source #

The name of the S3 bucket.

s3Settings_encryptionMode :: Lens' S3Settings (Maybe EncryptionModeValue) Source #

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.

For the ModifyEndpoint operation, you can change the existing value of the EncryptionMode parameter from SSE_KMS to SSE_S3. But you can’t change the existing value from SSE_S3 to SSE_KMS.

To use SSE_S3, you need an 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

s3Settings_enableStatistics :: Lens' S3Settings (Maybe Bool) Source #

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.

s3Settings_cdcInsertsOnly :: Lens' S3Settings (Maybe Bool) Source #

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 in the Database Migration Service User Guide..

DMS supports the interaction described preceding between the CdcInsertsOnly and IncludeOpForFullLoad parameters in versions 3.1.4 and later.

CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true for the same endpoint, but not both.

s3Settings_timestampColumnName :: Lens' S3Settings (Maybe Text) Source #

A value that when nonblank causes DMS to add a column with timestamp information to the endpoint data for an Amazon S3 target.

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.

s3Settings_csvRowDelimiter :: Lens' S3Settings (Maybe Text) Source #

The delimiter used to separate rows in the .csv file for both source and target. The default is a carriage return (\n).

s3Settings_datePartitionDelimiter :: Lens' S3Settings (Maybe DatePartitionDelimiterValue) Source #

Specifies a date separating delimiter to use during folder partitioning. The default value is SLASH. Use this parameter when DatePartitionedEnabled is set to true.

s3Settings_addColumnName :: Lens' S3Settings (Maybe Bool) Source #

An optional parameter that, when set to true or y, you can use to add column name information to the .csv output file.

The default value is false. Valid values are true, false, y, and n.

s3Settings_cannedAclForObjects :: Lens' S3Settings (Maybe CannedAclForObjectsValue) Source #

A value that enables DMS to specify a predefined (canned) access control list for objects created in an Amazon S3 bucket as .csv or .parquet files. For more information about Amazon S3 canned ACLs, see Canned ACL in the Amazon S3 Developer Guide.

The default value is NONE. Valid values include NONE, PRIVATE, PUBLIC_READ, PUBLIC_READ_WRITE, AUTHENTICATED_READ, AWS_EXEC_READ, BUCKET_OWNER_READ, and BUCKET_OWNER_FULL_CONTROL.

s3Settings_compressionType :: Lens' S3Settings (Maybe CompressionTypeValue) Source #

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.

s3Settings_csvNullValue :: Lens' S3Settings (Maybe Text) Source #

An optional parameter that specifies how DMS treats null values. While handling the null value, you can use this parameter to pass a user-defined string as null when writing to the target. For example, when target columns are not nullable, you can use this option to differentiate between the empty string value and the null value. So, if you set this parameter value to the empty string ("" or ''), DMS treats the empty string as the null value instead of NULL.

The default value is NULL. Valid values include any valid string.

s3Settings_serverSideEncryptionKmsKeyId :: Lens' S3Settings (Maybe Text) Source #

If you are using SSE_KMS for the EncryptionMode, provide the KMS key ID. The key that you use needs an attached policy that enables 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

s3Settings_dataPageSize :: Lens' S3Settings (Maybe Int) Source #

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.

s3Settings_useCsvNoSupValue :: Lens' S3Settings (Maybe Bool) Source #

This setting applies if the S3 output files during a change data capture (CDC) load are written in .csv format. If set to true for columns not included in the supplemental log, DMS uses the value specified by CsvNoSupValue . If not set or set to false, DMS uses the null value for these columns.

This setting is supported in DMS versions 3.4.1 and later.

s3Settings_cdcInsertsAndUpdates :: Lens' S3Settings (Maybe Bool) Source #

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 true or y, only 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 in the Database Migration Service User Guide..

DMS supports the use of the CdcInsertsAndUpdates parameter in versions 3.3.1 and later.

CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true for the same endpoint, but not both.

s3Settings_datePartitionSequence :: Lens' S3Settings (Maybe DatePartitionSequenceValue) Source #

Identifies the sequence of the date format to use during folder partitioning. The default value is YYYYMMDD. Use this parameter when DatePartitionedEnabled is set to true.

s3Settings_rowGroupLength :: Lens' S3Settings (Maybe Int) Source #

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).

s3Settings_cdcPath :: Lens' S3Settings (Maybe Text) Source #

Specifies the folder path of CDC files. For an S3 source, this setting is required if a task captures change data; otherwise, it's optional. If CdcPath is set, DMS reads CDC files from this path and replicates the data changes to the target endpoint. For an S3 target if you set PreserveTransactions to true, DMS verifies that you have set this parameter to a folder path on your S3 target where DMS can save the transaction order for the CDC load. DMS creates this CDC folder path in either your S3 target working directory or the S3 target location specified by BucketFolder and BucketName .

For example, if you specify CdcPath as MyChangedData, and you specify BucketName as MyTargetBucket but do not specify BucketFolder, DMS creates the CDC folder path following: MyTargetBucket/MyChangedData.

If you specify the same CdcPath, and you specify BucketName as MyTargetBucket and BucketFolder as MyTargetData, DMS creates the CDC folder path following: MyTargetBucket/MyTargetData/MyChangedData.

For more information on CDC including transaction order on an S3 target, see Capturing data changes (CDC) including transaction order on the S3 target.

This setting is supported in DMS versions 3.4.2 and later.

Subnet

data Subnet Source #

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

See: newSubnet smart constructor.

Constructors

Subnet' 

Fields

Instances

Instances details
Eq Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Methods

(==) :: Subnet -> Subnet -> Bool #

(/=) :: Subnet -> Subnet -> Bool #

Read Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Show Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Generic Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Associated Types

type Rep Subnet :: Type -> Type #

Methods

from :: Subnet -> Rep Subnet x #

to :: Rep Subnet x -> Subnet #

NFData Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Methods

rnf :: Subnet -> () #

Hashable Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Methods

hashWithSalt :: Int -> Subnet -> Int #

hash :: Subnet -> Int #

FromJSON Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

type Rep Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

type Rep Subnet = D1 ('MetaData "Subnet" "Amazonka.DMS.Types.Subnet" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "Subnet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subnetIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailabilityZone)))))

newSubnet :: Subnet Source #

Create a value of Subnet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subnetStatus:Subnet', subnet_subnetStatus - The status of the subnet.

$sel:subnetIdentifier:Subnet', subnet_subnetIdentifier - The subnet identifier.

$sel:subnetAvailabilityZone:Subnet', subnet_subnetAvailabilityZone - The Availability Zone of the subnet.

subnet_subnetStatus :: Lens' Subnet (Maybe Text) Source #

The status of the subnet.

subnet_subnetAvailabilityZone :: Lens' Subnet (Maybe AvailabilityZone) Source #

The Availability Zone of the subnet.

SupportedEndpointType

data SupportedEndpointType Source #

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.

See: newSupportedEndpointType smart constructor.

Constructors

SupportedEndpointType' 

Fields

  • engineDisplayName :: Maybe Text

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

  • endpointType :: Maybe ReplicationEndpointTypeValue

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

  • engineName :: Maybe Text

    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".

  • replicationInstanceEngineMinimumVersion :: Maybe Text

    The earliest DMS engine version that supports this endpoint engine. Note that endpoint engines released with DMS versions earlier than 3.1.1 do not return a value for this parameter.

  • supportsCDC :: Maybe Bool

    Indicates if change data capture (CDC) is supported.

Instances

Instances details
Eq SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

Read SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

Show SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

Generic SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

Associated Types

type Rep SupportedEndpointType :: Type -> Type #

NFData SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

Methods

rnf :: SupportedEndpointType -> () #

Hashable SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

FromJSON SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

type Rep SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

type Rep SupportedEndpointType = D1 ('MetaData "SupportedEndpointType" "Amazonka.DMS.Types.SupportedEndpointType" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "SupportedEndpointType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "engineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationEndpointTypeValue))) :*: (S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationInstanceEngineMinimumVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportsCDC") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newSupportedEndpointType :: SupportedEndpointType Source #

Create a value of SupportedEndpointType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:engineDisplayName:SupportedEndpointType', supportedEndpointType_engineDisplayName - The expanded name for the engine name. For example, if the EngineName parameter is "aurora," this value would be "Amazon Aurora MySQL."

$sel:endpointType:SupportedEndpointType', supportedEndpointType_endpointType - The type of endpoint. Valid values are source and target.

$sel:engineName:SupportedEndpointType', supportedEndpointType_engineName - 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".

$sel:replicationInstanceEngineMinimumVersion:SupportedEndpointType', supportedEndpointType_replicationInstanceEngineMinimumVersion - The earliest DMS engine version that supports this endpoint engine. Note that endpoint engines released with DMS versions earlier than 3.1.1 do not return a value for this parameter.

$sel:supportsCDC:SupportedEndpointType', supportedEndpointType_supportsCDC - Indicates if change data capture (CDC) is supported.

supportedEndpointType_engineDisplayName :: Lens' SupportedEndpointType (Maybe Text) Source #

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

supportedEndpointType_endpointType :: Lens' SupportedEndpointType (Maybe ReplicationEndpointTypeValue) Source #

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

supportedEndpointType_engineName :: Lens' SupportedEndpointType (Maybe Text) Source #

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".

supportedEndpointType_replicationInstanceEngineMinimumVersion :: Lens' SupportedEndpointType (Maybe Text) Source #

The earliest DMS engine version that supports this endpoint engine. Note that endpoint engines released with DMS versions earlier than 3.1.1 do not return a value for this parameter.

supportedEndpointType_supportsCDC :: Lens' SupportedEndpointType (Maybe Bool) Source #

Indicates if change data capture (CDC) is supported.

SybaseSettings

data SybaseSettings Source #

Provides information that defines a SAP ASE endpoint.

See: newSybaseSettings smart constructor.

Constructors

SybaseSettings' 

Fields

  • serverName :: Maybe Text

    Fully qualified domain name of the endpoint.

  • secretsManagerAccessRoleArn :: Maybe Text

    The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the SAP ASE endpoint.

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

  • username :: Maybe Text

    Endpoint connection user name.

  • password :: Maybe (Sensitive Text)

    Endpoint connection password.

  • databaseName :: Maybe Text

    Database name for the endpoint.

  • secretsManagerSecretId :: Maybe Text

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

  • port :: Maybe Int

    Endpoint TCP port.

Instances

Instances details
Eq SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

Show SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

Generic SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

Associated Types

type Rep SybaseSettings :: Type -> Type #

NFData SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

Methods

rnf :: SybaseSettings -> () #

Hashable SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

ToJSON SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

FromJSON SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

type Rep SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

type Rep SybaseSettings = D1 ('MetaData "SybaseSettings" "Amazonka.DMS.Types.SybaseSettings" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "SybaseSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newSybaseSettings :: SybaseSettings Source #

Create a value of SybaseSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serverName:SybaseSettings', sybaseSettings_serverName - Fully qualified domain name of the endpoint.

$sel:secretsManagerAccessRoleArn:SybaseSettings', sybaseSettings_secretsManagerAccessRoleArn - The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the SAP ASE endpoint.

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

$sel:username:SybaseSettings', sybaseSettings_username - Endpoint connection user name.

$sel:password:SybaseSettings', sybaseSettings_password - Endpoint connection password.

$sel:databaseName:SybaseSettings', sybaseSettings_databaseName - Database name for the endpoint.

$sel:secretsManagerSecretId:SybaseSettings', sybaseSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SAP SAE endpoint connection details.

$sel:port:SybaseSettings', sybaseSettings_port - Endpoint TCP port.

sybaseSettings_serverName :: Lens' SybaseSettings (Maybe Text) Source #

Fully qualified domain name of the endpoint.

sybaseSettings_secretsManagerAccessRoleArn :: Lens' SybaseSettings (Maybe Text) Source #

The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value in SecretsManagerSecret. The role must allow the iam:PassRole action. SecretsManagerSecret has the value of the Amazon Web Services Secrets Manager secret that allows access to the SAP ASE endpoint.

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

sybaseSettings_username :: Lens' SybaseSettings (Maybe Text) Source #

Endpoint connection user name.

sybaseSettings_password :: Lens' SybaseSettings (Maybe Text) Source #

Endpoint connection password.

sybaseSettings_databaseName :: Lens' SybaseSettings (Maybe Text) Source #

Database name for the endpoint.

sybaseSettings_secretsManagerSecretId :: Lens' SybaseSettings (Maybe Text) Source #

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

TableStatistics

data TableStatistics Source #

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

See: newTableStatistics smart constructor.

Constructors

TableStatistics' 

Fields

  • validationState :: Maybe Text

    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.
    • Pending validation – The table is waiting validation.
    • Preparing table – Preparing the table enabled in the migration task for validation.
    • Pending revalidation – All rows in the table are pending validation after the table was updated.
  • fullLoadRows :: Maybe Integer

    The number of rows added during the full load operation.

  • inserts :: Maybe Integer

    The number of insert actions performed on a table.

  • fullLoadEndTime :: Maybe POSIX

    The time when the full load operation completed.

  • fullLoadCondtnlChkFailedRows :: Maybe Integer

    The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).

  • fullLoadReloaded :: Maybe Bool

    A value that indicates if the table was reloaded (true) or loaded as part of a new full load operation (false).

  • validationFailedRecords :: Maybe Integer

    The number of records that failed validation.

  • validationSuspendedRecords :: Maybe Integer

    The number of records that couldn't be validated.

  • schemaName :: Maybe Text

    The schema name.

  • validationStateDetails :: Maybe Text

    Additional details about the state of validation.

  • tableState :: Maybe Text

    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

  • fullLoadErrorRows :: Maybe Integer

    The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).

  • ddls :: Maybe Integer

    The data definition language (DDL) used to build and modify the structure of your tables.

  • deletes :: Maybe Integer

    The number of delete actions performed on a table.

  • updates :: Maybe Integer

    The number of update actions performed on a table.

  • validationPendingRecords :: Maybe Integer

    The number of records that have yet to be validated.

  • fullLoadStartTime :: Maybe POSIX

    The time when the full load operation started.

  • lastUpdateTime :: Maybe POSIX

    The last time a table was updated.

  • tableName :: Maybe Text

    The name of the table.

Instances

Instances details
Eq TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

Read TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

Show TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

Generic TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

Associated Types

type Rep TableStatistics :: Type -> Type #

NFData TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

Methods

rnf :: TableStatistics -> () #

Hashable TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

FromJSON TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

type Rep TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

type Rep TableStatistics = D1 ('MetaData "TableStatistics" "Amazonka.DMS.Types.TableStatistics" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "TableStatistics'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "validationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fullLoadRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "inserts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "fullLoadEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "fullLoadCondtnlChkFailedRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "fullLoadReloaded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "validationFailedRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "validationSuspendedRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "validationStateDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tableState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fullLoadErrorRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "ddls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "deletes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) :*: ((S1 ('MetaSel ('Just "updates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "validationPendingRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "fullLoadStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newTableStatistics :: TableStatistics Source #

Create a value of TableStatistics with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:validationState:TableStatistics', tableStatistics_validationState - 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.
  • Pending validation – The table is waiting validation.
  • Preparing table – Preparing the table enabled in the migration task for validation.
  • Pending revalidation – All rows in the table are pending validation after the table was updated.

$sel:fullLoadRows:TableStatistics', tableStatistics_fullLoadRows - The number of rows added during the full load operation.

$sel:inserts:TableStatistics', tableStatistics_inserts - The number of insert actions performed on a table.

$sel:fullLoadEndTime:TableStatistics', tableStatistics_fullLoadEndTime - The time when the full load operation completed.

$sel:fullLoadCondtnlChkFailedRows:TableStatistics', tableStatistics_fullLoadCondtnlChkFailedRows - The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).

$sel:fullLoadReloaded:TableStatistics', tableStatistics_fullLoadReloaded - A value that indicates if the table was reloaded (true) or loaded as part of a new full load operation (false).

$sel:validationFailedRecords:TableStatistics', tableStatistics_validationFailedRecords - The number of records that failed validation.

$sel:validationSuspendedRecords:TableStatistics', tableStatistics_validationSuspendedRecords - The number of records that couldn't be validated.

$sel:schemaName:TableStatistics', tableStatistics_schemaName - The schema name.

$sel:validationStateDetails:TableStatistics', tableStatistics_validationStateDetails - Additional details about the state of validation.

$sel:tableState:TableStatistics', tableStatistics_tableState - 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

$sel:fullLoadErrorRows:TableStatistics', tableStatistics_fullLoadErrorRows - The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).

$sel:ddls:TableStatistics', tableStatistics_ddls - The data definition language (DDL) used to build and modify the structure of your tables.

$sel:deletes:TableStatistics', tableStatistics_deletes - The number of delete actions performed on a table.

$sel:updates:TableStatistics', tableStatistics_updates - The number of update actions performed on a table.

$sel:validationPendingRecords:TableStatistics', tableStatistics_validationPendingRecords - The number of records that have yet to be validated.

$sel:fullLoadStartTime:TableStatistics', tableStatistics_fullLoadStartTime - The time when the full load operation started.

$sel:lastUpdateTime:TableStatistics', tableStatistics_lastUpdateTime - The last time a table was updated.

$sel:tableName:TableStatistics', tableStatistics_tableName - The name of the table.

tableStatistics_validationState :: Lens' TableStatistics (Maybe Text) Source #

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.
  • Pending validation – The table is waiting validation.
  • Preparing table – Preparing the table enabled in the migration task for validation.
  • Pending revalidation – All rows in the table are pending validation after the table was updated.

tableStatistics_fullLoadRows :: Lens' TableStatistics (Maybe Integer) Source #

The number of rows added during the full load operation.

tableStatistics_inserts :: Lens' TableStatistics (Maybe Integer) Source #

The number of insert actions performed on a table.

tableStatistics_fullLoadEndTime :: Lens' TableStatistics (Maybe UTCTime) Source #

The time when the full load operation completed.

tableStatistics_fullLoadCondtnlChkFailedRows :: Lens' TableStatistics (Maybe Integer) Source #

The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).

tableStatistics_fullLoadReloaded :: Lens' TableStatistics (Maybe Bool) Source #

A value that indicates if the table was reloaded (true) or loaded as part of a new full load operation (false).

tableStatistics_validationFailedRecords :: Lens' TableStatistics (Maybe Integer) Source #

The number of records that failed validation.

tableStatistics_validationSuspendedRecords :: Lens' TableStatistics (Maybe Integer) Source #

The number of records that couldn't be validated.

tableStatistics_validationStateDetails :: Lens' TableStatistics (Maybe Text) Source #

Additional details about the state of validation.

tableStatistics_tableState :: Lens' TableStatistics (Maybe Text) Source #

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

tableStatistics_fullLoadErrorRows :: Lens' TableStatistics (Maybe Integer) Source #

The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).

tableStatistics_ddls :: Lens' TableStatistics (Maybe Integer) Source #

The data definition language (DDL) used to build and modify the structure of your tables.

tableStatistics_deletes :: Lens' TableStatistics (Maybe Integer) Source #

The number of delete actions performed on a table.

tableStatistics_updates :: Lens' TableStatistics (Maybe Integer) Source #

The number of update actions performed on a table.

tableStatistics_validationPendingRecords :: Lens' TableStatistics (Maybe Integer) Source #

The number of records that have yet to be validated.

tableStatistics_fullLoadStartTime :: Lens' TableStatistics (Maybe UTCTime) Source #

The time when the full load operation started.

TableToReload

data TableToReload Source #

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

See: newTableToReload smart constructor.

Constructors

TableToReload' 

Fields

Instances

Instances details
Eq TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

Read TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

Show TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

Generic TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

Associated Types

type Rep TableToReload :: Type -> Type #

NFData TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

Methods

rnf :: TableToReload -> () #

Hashable TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

ToJSON TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

type Rep TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

type Rep TableToReload = D1 ('MetaData "TableToReload" "Amazonka.DMS.Types.TableToReload" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "TableToReload'" 'PrefixI 'True) (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTableToReload Source #

Create a value of TableToReload with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:schemaName:TableToReload', tableToReload_schemaName - The schema name of the table to be reloaded.

$sel:tableName:TableToReload', tableToReload_tableName - The table name of the table to be reloaded.

tableToReload_schemaName :: Lens' TableToReload Text Source #

The schema name of the table to be reloaded.

tableToReload_tableName :: Lens' TableToReload Text Source #

The table name of the table to be reloaded.

Tag

data Tag Source #

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

  • AddTagsToResource
  • ListTagsForResource
  • RemoveTagsFromResource

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • value :: Maybe Text

    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}_.:/=+\\-]*)$").

  • resourceArn :: Maybe Text

    The Amazon Resource Name (ARN) string that uniquely identifies the resource for which the tag is created.

  • key :: Maybe Text

    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}_.:/=+\\-]*)$").

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.DMS.Types.Tag" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:Tag', tag_value - 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}_.:/=+\\-]*)$").

$sel:resourceArn:Tag', tag_resourceArn - The Amazon Resource Name (ARN) string that uniquely identifies the resource for which the tag is created.

$sel:key:Tag', tag_key - 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}_.:/=+\\-]*)$").

tag_value :: Lens' Tag (Maybe Text) Source #

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}_.:/=+\\-]*)$").

tag_resourceArn :: Lens' Tag (Maybe Text) Source #

The Amazon Resource Name (ARN) string that uniquely identifies the resource for which the tag is created.

tag_key :: Lens' Tag (Maybe Text) Source #

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}_.:/=+\\-]*)$").

VpcSecurityGroupMembership

data VpcSecurityGroupMembership Source #

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

See: newVpcSecurityGroupMembership smart constructor.

Constructors

VpcSecurityGroupMembership' 

Fields

Instances

Instances details
Eq VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

Read VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

Show VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

Generic VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

Associated Types

type Rep VpcSecurityGroupMembership :: Type -> Type #

NFData VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

Hashable VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

FromJSON VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

type Rep VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

type Rep VpcSecurityGroupMembership = D1 ('MetaData "VpcSecurityGroupMembership" "Amazonka.DMS.Types.VpcSecurityGroupMembership" "libZSservicesZSamazonka-dmsZSamazonka-dms" 'False) (C1 ('MetaCons "VpcSecurityGroupMembership'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newVpcSecurityGroupMembership :: VpcSecurityGroupMembership Source #

Create a value of VpcSecurityGroupMembership with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:VpcSecurityGroupMembership', vpcSecurityGroupMembership_status - The status of the VPC security group.

$sel:vpcSecurityGroupId:VpcSecurityGroupMembership', vpcSecurityGroupMembership_vpcSecurityGroupId - The VPC security group ID.