amazonka-dms-2.0: Amazon Database Migration Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DMS

Contents

Description

Derived from API version 2016-01-01 of the AWS service descriptions, licensed under Apache 2.0.

Database Migration Service

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

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

Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by DMS.

AccessDeniedFault

_AccessDeniedFault :: AsError a => Fold a ServiceError Source #

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

CollectorNotFoundFault

_CollectorNotFoundFault :: AsError a => Fold a ServiceError Source #

The specified collector doesn't exist.

InsufficientResourceCapacityFault

_InsufficientResourceCapacityFault :: AsError a => Fold a ServiceError Source #

There are not enough resources allocated to the database migration.

InvalidCertificateFault

_InvalidCertificateFault :: AsError a => Fold a ServiceError Source #

The certificate was not valid.

InvalidOperationFault

_InvalidOperationFault :: AsError a => Fold a ServiceError Source #

The action or operation requested isn't valid.

InvalidResourceStateFault

_InvalidResourceStateFault :: AsError a => Fold a ServiceError Source #

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

InvalidSubnet

_InvalidSubnet :: AsError a => Fold a ServiceError Source #

The subnet provided is invalid.

KMSAccessDeniedFault

_KMSAccessDeniedFault :: AsError a => Fold a ServiceError Source #

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

KMSDisabledFault

_KMSDisabledFault :: AsError a => Fold a ServiceError Source #

The specified KMS key isn't enabled.

KMSFault

_KMSFault :: AsError a => Fold a ServiceError Source #

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

KMSInvalidStateFault

_KMSInvalidStateFault :: AsError a => Fold a ServiceError Source #

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

KMSKeyNotAccessibleFault

_KMSKeyNotAccessibleFault :: AsError a => Fold a ServiceError Source #

DMS cannot access the KMS key.

KMSNotFoundFault

_KMSNotFoundFault :: AsError a => Fold a ServiceError Source #

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

KMSThrottlingFault

_KMSThrottlingFault :: AsError a => Fold a ServiceError Source #

This request triggered KMS request throttling.

ReplicationSubnetGroupDoesNotCoverEnoughAZs

_ReplicationSubnetGroupDoesNotCoverEnoughAZs :: AsError a => Fold a ServiceError Source #

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

ResourceAlreadyExistsFault

_ResourceAlreadyExistsFault :: AsError a => Fold a ServiceError Source #

The resource you are attempting to create already exists.

ResourceNotFoundFault

_ResourceNotFoundFault :: AsError a => Fold a ServiceError Source #

The resource could not be found.

ResourceQuotaExceededFault

_ResourceQuotaExceededFault :: AsError a => Fold a ServiceError Source #

The quota for this resource quota has been exceeded.

S3AccessDeniedFault

_S3AccessDeniedFault :: AsError a => Fold a ServiceError Source #

Insufficient privileges are preventing access to an Amazon S3 object.

S3ResourceNotFoundFault

_S3ResourceNotFoundFault :: AsError a => Fold a ServiceError Source #

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

SNSInvalidTopicFault

_SNSInvalidTopicFault :: AsError a => Fold a ServiceError Source #

The SNS topic is invalid.

SNSNoAuthorizationFault

_SNSNoAuthorizationFault :: AsError a => Fold a ServiceError Source #

You are not authorized for the SNS subscription.

StorageQuotaExceededFault

_StorageQuotaExceededFault :: AsError a => Fold a ServiceError Source #

The storage quota has been exceeded.

SubnetAlreadyInUse

_SubnetAlreadyInUse :: AsError a => Fold a ServiceError Source #

The specified subnet is already in use.

UpgradeDependencyFailureFault

_UpgradeDependencyFailureFault :: AsError a => Fold a ServiceError Source #

An upgrade dependency is preventing the database migration.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

EndpointDeleted

newEndpointDeleted :: Wait DescribeEndpoints Source #

Polls DescribeEndpoints every 5 seconds until a successful state is reached. An error is returned after 60 failed checks.

ReplicationInstanceAvailable

newReplicationInstanceAvailable :: Wait DescribeReplicationInstances Source #

Polls DescribeReplicationInstances every 60 seconds until a successful state is reached. An error is returned after 60 failed checks.

ReplicationInstanceDeleted

newReplicationInstanceDeleted :: Wait DescribeReplicationInstances Source #

Polls DescribeReplicationInstances every 15 seconds until a successful state is reached. An error is returned after 60 failed checks.

ReplicationTaskDeleted

newReplicationTaskDeleted :: Wait DescribeReplicationTasks Source #

Polls DescribeReplicationTasks every 15 seconds until a successful state is reached. An error is returned after 60 failed checks.

ReplicationTaskReady

newReplicationTaskReady :: Wait DescribeReplicationTasks Source #

Polls DescribeReplicationTasks every 15 seconds until a successful state is reached. An error is returned after 60 failed checks.

ReplicationTaskRunning

newReplicationTaskRunning :: Wait DescribeReplicationTasks Source #

Polls DescribeReplicationTasks every 15 seconds until a successful state is reached. An error is returned after 60 failed checks.

ReplicationTaskStopped

newReplicationTaskStopped :: Wait DescribeReplicationTasks Source #

Polls DescribeReplicationTasks every 15 seconds until a successful state is reached. An error is returned after 60 failed checks.

TestConnectionSucceeds

newTestConnectionSucceeds :: Wait DescribeConnections Source #

Polls DescribeConnections every 5 seconds until a successful state is reached. An error is returned after 60 failed checks.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AddTagsToResource

data AddTagsToResource Source #

Associates a set of tags with an DMS resource.

See: newAddTagsToResource smart constructor.

Constructors

AddTagsToResource' Text [Tag] 

Instances

Instances details
ToJSON AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

ToHeaders AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

ToPath AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

ToQuery AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

AWSRequest AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

Associated Types

type AWSResponse AddTagsToResource #

Generic AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

Associated Types

type Rep AddTagsToResource :: Type -> Type #

Read AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

Show AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

NFData AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

Methods

rnf :: AddTagsToResource -> () #

Eq AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

Hashable AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

type AWSResponse AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

type Rep AddTagsToResource Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

type Rep AddTagsToResource = D1 ('MetaData "AddTagsToResource" "Amazonka.DMS.AddTagsToResource" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "AddTagsToResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))

newAddTagsToResource Source #

Create a value of AddTagsToResource 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:

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

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

$sel:tags:AddTagsToResource', addTagsToResource_tags - One or more tags to be assigned to the resource.

data AddTagsToResourceResponse Source #

See: newAddTagsToResourceResponse smart constructor.

Instances

Instances details
Generic AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

Associated Types

type Rep AddTagsToResourceResponse :: Type -> Type #

Read AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

Show AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

NFData AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

Eq AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

type Rep AddTagsToResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.AddTagsToResource

type Rep AddTagsToResourceResponse = D1 ('MetaData "AddTagsToResourceResponse" "Amazonka.DMS.AddTagsToResource" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "AddTagsToResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAddTagsToResourceResponse Source #

Create a value of AddTagsToResourceResponse 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:httpStatus:AddTagsToResourceResponse', addTagsToResourceResponse_httpStatus - The response's http status code.

ApplyPendingMaintenanceAction

data ApplyPendingMaintenanceAction Source #

See: newApplyPendingMaintenanceAction smart constructor.

Instances

Instances details
ToJSON ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

ToHeaders ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

ToPath ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

ToQuery ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

AWSRequest ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

Generic ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

Associated Types

type Rep ApplyPendingMaintenanceAction :: Type -> Type #

Read ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

Show ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

NFData ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

Eq ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

Hashable ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

type AWSResponse ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

type Rep ApplyPendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

type Rep ApplyPendingMaintenanceAction = D1 ('MetaData "ApplyPendingMaintenanceAction" "Amazonka.DMS.ApplyPendingMaintenanceAction" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ApplyPendingMaintenanceAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "applyAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "optInType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newApplyPendingMaintenanceAction Source #

Create a value of ApplyPendingMaintenanceAction 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:

ApplyPendingMaintenanceAction, applyPendingMaintenanceAction_replicationInstanceArn - The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to.

$sel:applyAction:ApplyPendingMaintenanceAction', applyPendingMaintenanceAction_applyAction - The pending maintenance action to apply to this resource.

Valid values: os-upgrade, system-update, db-upgrade

$sel:optInType:ApplyPendingMaintenanceAction', applyPendingMaintenanceAction_optInType - A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request of type immediate.

Valid values:

  • immediate - Apply the maintenance action immediately.
  • next-maintenance - Apply the maintenance action during the next maintenance window for the resource.
  • undo-opt-in - Cancel any existing next-maintenance opt-in requests.

data ApplyPendingMaintenanceActionResponse Source #

Instances

Instances details
Generic ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

Read ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

Show ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

NFData ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

Eq ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

type Rep ApplyPendingMaintenanceActionResponse Source # 
Instance details

Defined in Amazonka.DMS.ApplyPendingMaintenanceAction

type Rep ApplyPendingMaintenanceActionResponse = D1 ('MetaData "ApplyPendingMaintenanceActionResponse" "Amazonka.DMS.ApplyPendingMaintenanceAction" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ApplyPendingMaintenanceActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourcePendingMaintenanceActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourcePendingMaintenanceActions)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newApplyPendingMaintenanceActionResponse Source #

Create a value of ApplyPendingMaintenanceActionResponse 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:resourcePendingMaintenanceActions:ApplyPendingMaintenanceActionResponse', applyPendingMaintenanceActionResponse_resourcePendingMaintenanceActions - The DMS resource that the pending maintenance action will be applied to.

$sel:httpStatus:ApplyPendingMaintenanceActionResponse', applyPendingMaintenanceActionResponse_httpStatus - The response's http status code.

CancelReplicationTaskAssessmentRun

data CancelReplicationTaskAssessmentRun Source #

Instances

Instances details
ToJSON CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

ToHeaders CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

ToPath CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

ToQuery CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

AWSRequest CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

Generic CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

Associated Types

type Rep CancelReplicationTaskAssessmentRun :: Type -> Type #

Read CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

Show CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

NFData CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

Eq CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

Hashable CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

type AWSResponse CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

type Rep CancelReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

type Rep CancelReplicationTaskAssessmentRun = D1 ('MetaData "CancelReplicationTaskAssessmentRun" "Amazonka.DMS.CancelReplicationTaskAssessmentRun" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CancelReplicationTaskAssessmentRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskAssessmentRunArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelReplicationTaskAssessmentRun Source #

Create a value of CancelReplicationTaskAssessmentRun 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:

CancelReplicationTaskAssessmentRun, cancelReplicationTaskAssessmentRun_replicationTaskAssessmentRunArn - Amazon Resource Name (ARN) of the premigration assessment run to be canceled.

data CancelReplicationTaskAssessmentRunResponse Source #

Instances

Instances details
Generic CancelReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

Read CancelReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

Show CancelReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

NFData CancelReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

Eq CancelReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

type Rep CancelReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.CancelReplicationTaskAssessmentRun

type Rep CancelReplicationTaskAssessmentRunResponse = D1 ('MetaData "CancelReplicationTaskAssessmentRunResponse" "Amazonka.DMS.CancelReplicationTaskAssessmentRun" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CancelReplicationTaskAssessmentRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskAssessmentRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTaskAssessmentRun)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelReplicationTaskAssessmentRunResponse Source #

Create a value of CancelReplicationTaskAssessmentRunResponse 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:replicationTaskAssessmentRun:CancelReplicationTaskAssessmentRunResponse', cancelReplicationTaskAssessmentRunResponse_replicationTaskAssessmentRun - The ReplicationTaskAssessmentRun object for the canceled assessment run.

$sel:httpStatus:CancelReplicationTaskAssessmentRunResponse', cancelReplicationTaskAssessmentRunResponse_httpStatus - The response's http status code.

CreateEndpoint

data CreateEndpoint Source #

See: newCreateEndpoint smart constructor.

Instances

Instances details
ToJSON CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

ToHeaders CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

ToPath CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

ToQuery CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

AWSRequest CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

Associated Types

type AWSResponse CreateEndpoint #

Generic CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

Associated Types

type Rep CreateEndpoint :: Type -> Type #

Show CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

NFData CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

Methods

rnf :: CreateEndpoint -> () #

Eq CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

Hashable CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

type AWSResponse CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

type Rep CreateEndpoint Source # 
Instance details

Defined in Amazonka.DMS.CreateEndpoint

type Rep CreateEndpoint = D1 ('MetaData "CreateEndpoint" "Amazonka.DMS.CreateEndpoint" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateEndpoint'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dmsTransferSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DmsTransferSettings)) :*: S1 ('MetaSel ('Just "docDbSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocDbSettings)))) :*: ((S1 ('MetaSel ('Just "dynamoDbSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamoDbSettings)) :*: S1 ('MetaSel ('Just "elasticsearchSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchSettings))) :*: (S1 ('MetaSel ('Just "externalTableDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "extraConnectionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "gcpMySQLSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GcpMySQLSettings)) :*: S1 ('MetaSel ('Just "iBMDb2Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IBMDb2Settings))) :*: (S1 ('MetaSel ('Just "kafkaSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KafkaSettings)) :*: S1 ('MetaSel ('Just "kinesisSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisSettings)))) :*: ((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "microsoftSQLServerSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MicrosoftSQLServerSettings))) :*: (S1 ('MetaSel ('Just "mongoDbSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MongoDbSettings)) :*: (S1 ('MetaSel ('Just "mySQLSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MySQLSettings)) :*: S1 ('MetaSel ('Just "neptuneSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NeptuneSettings))))))) :*: ((((S1 ('MetaSel ('Just "oracleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OracleSettings)) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "postgreSQLSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostgreSQLSettings)))) :*: ((S1 ('MetaSel ('Just "redisSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedisSettings)) :*: S1 ('MetaSel ('Just "redshiftSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftSettings))) :*: (S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Settings))))) :*: (((S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sslMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DmsSslModeValue)) :*: S1 ('MetaSel ('Just "sybaseSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SybaseSettings)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReplicationEndpointTypeValue) :*: S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newCreateEndpoint Source #

Create a value of CreateEndpoint 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:

CreateEndpoint, createEndpoint_certificateArn - The Amazon Resource Name (ARN) for the certificate.

CreateEndpoint, createEndpoint_databaseName - The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName. To migrate to a specific database, use this setting and targetDbType.

CreateEndpoint, createEndpoint_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", }

CreateEndpoint, createEndpoint_docDbSettings - Undocumented member.

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

CreateEndpoint, createEndpoint_elasticsearchSettings - Settings in JSON format for the target OpenSearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using OpenSearch as a Target for DMS in the Database Migration Service User Guide.

CreateEndpoint, createEndpoint_externalTableDefinition - The external table definition.

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

CreateEndpoint, createEndpoint_gcpMySQLSettings - Settings in JSON format for the source GCP MySQL endpoint.

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

CreateEndpoint, createEndpoint_kafkaSettings - Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see Using object mapping to migrate data to a Kafka topic in the Database Migration Service User Guide.

CreateEndpoint, createEndpoint_kinesisSettings - Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see Using object mapping to migrate data to a Kinesis data stream in the Database Migration Service User Guide.

CreateEndpoint, createEndpoint_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.

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

CreateEndpoint, createEndpoint_mongoDbSettings - Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see Endpoint configuration settings when using MongoDB as a source for Database Migration Service in the Database Migration Service User Guide.

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

CreateEndpoint, createEndpoint_neptuneSettings - Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see Specifying graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a target in the Database Migration Service User Guide.

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

CreateEndpoint, createEndpoint_password - The password to be used to log in to the endpoint database.

CreateEndpoint, createEndpoint_port - The port used by the endpoint database.

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

CreateEndpoint, createEndpoint_redisSettings - Settings in JSON format for the target Redis endpoint.

CreateEndpoint, createEndpoint_redshiftSettings - Undocumented member.

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

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

CreateEndpoint, createEndpoint_serverName - The name of the server where the endpoint database resides.

CreateEndpoint, createEndpoint_serviceAccessRoleArn - The Amazon Resource Name (ARN) for the service access role that you want to use to create the endpoint. The role must allow the iam:PassRole action.

CreateEndpoint, createEndpoint_sslMode - The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default is none

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

$sel:tags:CreateEndpoint', createEndpoint_tags - One or more tags to be assigned to the endpoint.

CreateEndpoint, createEndpoint_username - The user name to be used to log in to the endpoint database.

CreateEndpoint, createEndpoint_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.

CreateEndpoint, createEndpoint_endpointType - The type of endpoint. Valid values are source and target.

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

data CreateEndpointResponse Source #

See: newCreateEndpointResponse smart constructor.

newCreateEndpointResponse Source #

Create a value of CreateEndpointResponse 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:endpoint:CreateEndpointResponse', createEndpointResponse_endpoint - The endpoint that was created.

$sel:httpStatus:CreateEndpointResponse', createEndpointResponse_httpStatus - The response's http status code.

CreateEventSubscription

data CreateEventSubscription Source #

See: newCreateEventSubscription smart constructor.

Instances

Instances details
ToJSON CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

ToHeaders CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

ToPath CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

ToQuery CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

AWSRequest CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

Generic CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

Associated Types

type Rep CreateEventSubscription :: Type -> Type #

Read CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

Show CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

NFData CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

Methods

rnf :: CreateEventSubscription -> () #

Eq CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

Hashable CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

type AWSResponse CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

type Rep CreateEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

type Rep CreateEventSubscription = D1 ('MetaData "CreateEventSubscription" "Amazonka.DMS.CreateEventSubscription" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateEventSubscription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "sourceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateEventSubscription Source #

Create a value of CreateEventSubscription 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:

CreateEventSubscription, createEventSubscription_enabled - A Boolean value; set to true to activate the subscription, or set to false to create the subscription but not activate it.

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

$sel:sourceIds:CreateEventSubscription', createEventSubscription_sourceIds - A list of identifiers for which DMS provides notification events.

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

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

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

Valid values: replication-instance | replication-task

$sel:tags:CreateEventSubscription', createEventSubscription_tags - One or more tags to be assigned to the event subscription.

$sel:subscriptionName:CreateEventSubscription', createEventSubscription_subscriptionName - The name of the DMS event notification subscription. This name must be less than 255 characters.

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

data CreateEventSubscriptionResponse Source #

See: newCreateEventSubscriptionResponse smart constructor.

Instances

Instances details
Generic CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

Associated Types

type Rep CreateEventSubscriptionResponse :: Type -> Type #

Read CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

Show CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

NFData CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

Eq CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

type Rep CreateEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateEventSubscription

type Rep CreateEventSubscriptionResponse = D1 ('MetaData "CreateEventSubscriptionResponse" "Amazonka.DMS.CreateEventSubscription" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateEventSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateEventSubscriptionResponse Source #

Create a value of CreateEventSubscriptionResponse 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:eventSubscription:CreateEventSubscriptionResponse', createEventSubscriptionResponse_eventSubscription - The event subscription that was created.

$sel:httpStatus:CreateEventSubscriptionResponse', createEventSubscriptionResponse_httpStatus - The response's http status code.

CreateFleetAdvisorCollector

data CreateFleetAdvisorCollector Source #

See: newCreateFleetAdvisorCollector smart constructor.

Instances

Instances details
ToJSON CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

ToHeaders CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

ToPath CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

ToQuery CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

AWSRequest CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

Generic CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

Associated Types

type Rep CreateFleetAdvisorCollector :: Type -> Type #

Read CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

Show CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

NFData CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

Eq CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

Hashable CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

type AWSResponse CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

type Rep CreateFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

type Rep CreateFleetAdvisorCollector = D1 ('MetaData "CreateFleetAdvisorCollector" "Amazonka.DMS.CreateFleetAdvisorCollector" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateFleetAdvisorCollector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "collectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateFleetAdvisorCollector Source #

Create a value of CreateFleetAdvisorCollector 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:

CreateFleetAdvisorCollector, createFleetAdvisorCollector_description - A summary description of your Fleet Advisor collector.

CreateFleetAdvisorCollector, createFleetAdvisorCollector_collectorName - The name of your Fleet Advisor collector (for example, sample-collector).

CreateFleetAdvisorCollector, createFleetAdvisorCollector_serviceAccessRoleArn - The IAM role that grants permissions to access the specified Amazon S3 bucket.

CreateFleetAdvisorCollector, createFleetAdvisorCollector_s3BucketName - The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.

data CreateFleetAdvisorCollectorResponse Source #

Instances

Instances details
Generic CreateFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

Read CreateFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

Show CreateFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

NFData CreateFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

Eq CreateFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

type Rep CreateFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateFleetAdvisorCollector

type Rep CreateFleetAdvisorCollectorResponse = D1 ('MetaData "CreateFleetAdvisorCollectorResponse" "Amazonka.DMS.CreateFleetAdvisorCollector" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateFleetAdvisorCollectorResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "collectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "collectorReferencedId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newCreateFleetAdvisorCollectorResponse Source #

Create a value of CreateFleetAdvisorCollectorResponse 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:

CreateFleetAdvisorCollector, createFleetAdvisorCollectorResponse_collectorName - The name of the new Fleet Advisor collector.

CreateFleetAdvisorCollectorResponse, createFleetAdvisorCollectorResponse_collectorReferencedId - The unique ID of the new Fleet Advisor collector, for example: 22fda70c-40d5-4acf-b233-a495bd8eb7f5

CreateFleetAdvisorCollector, createFleetAdvisorCollectorResponse_description - A summary description of the Fleet Advisor collector.

CreateFleetAdvisorCollector, createFleetAdvisorCollectorResponse_s3BucketName - The Amazon S3 bucket that the collector uses to store inventory metadata.

CreateFleetAdvisorCollector, createFleetAdvisorCollectorResponse_serviceAccessRoleArn - The IAM role that grants permissions to access the specified Amazon S3 bucket.

$sel:httpStatus:CreateFleetAdvisorCollectorResponse', createFleetAdvisorCollectorResponse_httpStatus - The response's http status code.

CreateReplicationInstance

data CreateReplicationInstance Source #

See: newCreateReplicationInstance smart constructor.

Instances

Instances details
ToJSON CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

ToHeaders CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

ToPath CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

ToQuery CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

AWSRequest CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

Generic CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

Associated Types

type Rep CreateReplicationInstance :: Type -> Type #

Read CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

Show CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

NFData CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

Eq CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

Hashable CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

type AWSResponse CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

type Rep CreateReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

type Rep CreateReplicationInstance = D1 ('MetaData "CreateReplicationInstance" "Amazonka.DMS.CreateReplicationInstance" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateReplicationInstance'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dnsNameServers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "replicationSubnetGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "replicationInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "replicationInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateReplicationInstance Source #

Create a value of CreateReplicationInstance 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:

CreateReplicationInstance, createReplicationInstance_allocatedStorage - The amount of storage (in gigabytes) to be initially allocated for the replication instance.

CreateReplicationInstance, createReplicationInstance_autoMinorVersionUpgrade - A value that indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window. This parameter defaults to true.

Default: true

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

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

CreateReplicationInstance, createReplicationInstance_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.

CreateReplicationInstance, createReplicationInstance_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.

CreateReplicationInstance, createReplicationInstance_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.

CreateReplicationInstance, createReplicationInstance_networkType - The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

CreateReplicationInstance, createReplicationInstance_preferredMaintenanceWindow - The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

Format: ddd:hh24:mi-ddd:hh24:mi

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

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

Constraints: Minimum 30-minute window.

CreateReplicationInstance, createReplicationInstance_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.

CreateReplicationInstance, createReplicationInstance_replicationSubnetGroupIdentifier - A subnet group to associate with the replication instance.

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

$sel:tags:CreateReplicationInstance', createReplicationInstance_tags - One or more tags to be assigned to the replication instance.

$sel:vpcSecurityGroupIds:CreateReplicationInstance', createReplicationInstance_vpcSecurityGroupIds - Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

CreateReplicationInstance, createReplicationInstance_replicationInstanceIdentifier - The replication instance identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must contain 1-63 alphanumeric characters or hyphens.
  • First character must be a letter.
  • Can't end with a hyphen or contain two consecutive hyphens.

Example: myrepinstance

CreateReplicationInstance, createReplicationInstance_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.

data CreateReplicationInstanceResponse Source #

See: newCreateReplicationInstanceResponse smart constructor.

Instances

Instances details
Generic CreateReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

Associated Types

type Rep CreateReplicationInstanceResponse :: Type -> Type #

Read CreateReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

Show CreateReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

NFData CreateReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

Eq CreateReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

type Rep CreateReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationInstance

type Rep CreateReplicationInstanceResponse = D1 ('MetaData "CreateReplicationInstanceResponse" "Amazonka.DMS.CreateReplicationInstance" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateReplicationInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateReplicationInstanceResponse Source #

Create a value of CreateReplicationInstanceResponse 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:replicationInstance:CreateReplicationInstanceResponse', createReplicationInstanceResponse_replicationInstance - The replication instance that was created.

$sel:httpStatus:CreateReplicationInstanceResponse', createReplicationInstanceResponse_httpStatus - The response's http status code.

CreateReplicationSubnetGroup

data CreateReplicationSubnetGroup Source #

See: newCreateReplicationSubnetGroup smart constructor.

Instances

Instances details
ToJSON CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

ToHeaders CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

ToPath CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

ToQuery CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

AWSRequest CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

Generic CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

Associated Types

type Rep CreateReplicationSubnetGroup :: Type -> Type #

Read CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

Show CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

NFData CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

Eq CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

Hashable CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

type AWSResponse CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

type Rep CreateReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

type Rep CreateReplicationSubnetGroup = D1 ('MetaData "CreateReplicationSubnetGroup" "Amazonka.DMS.CreateReplicationSubnetGroup" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateReplicationSubnetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "replicationSubnetGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "replicationSubnetGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newCreateReplicationSubnetGroup Source #

Create a value of CreateReplicationSubnetGroup 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:tags:CreateReplicationSubnetGroup', createReplicationSubnetGroup_tags - One or more tags to be assigned to the subnet group.

CreateReplicationSubnetGroup, createReplicationSubnetGroup_replicationSubnetGroupIdentifier - The name for the replication subnet group. This value is stored as a lowercase string.

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

Example: mySubnetgroup

CreateReplicationSubnetGroup, createReplicationSubnetGroup_replicationSubnetGroupDescription - The description for the subnet group.

$sel:subnetIds:CreateReplicationSubnetGroup', createReplicationSubnetGroup_subnetIds - One or more subnet IDs to be assigned to the subnet group.

data CreateReplicationSubnetGroupResponse Source #

Instances

Instances details
Generic CreateReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

Read CreateReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

Show CreateReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

NFData CreateReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

Eq CreateReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

type Rep CreateReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationSubnetGroup

type Rep CreateReplicationSubnetGroupResponse = D1 ('MetaData "CreateReplicationSubnetGroupResponse" "Amazonka.DMS.CreateReplicationSubnetGroup" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateReplicationSubnetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationSubnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationSubnetGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateReplicationSubnetGroupResponse Source #

Create a value of CreateReplicationSubnetGroupResponse 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:

CreateReplicationSubnetGroupResponse, createReplicationSubnetGroupResponse_replicationSubnetGroup - The replication subnet group that was created.

$sel:httpStatus:CreateReplicationSubnetGroupResponse', createReplicationSubnetGroupResponse_httpStatus - The response's http status code.

CreateReplicationTask

data CreateReplicationTask Source #

See: newCreateReplicationTask smart constructor.

Instances

Instances details
ToJSON CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

ToHeaders CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

ToPath CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

ToQuery CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

AWSRequest CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

Associated Types

type AWSResponse CreateReplicationTask #

Generic CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

Associated Types

type Rep CreateReplicationTask :: Type -> Type #

Read CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

Show CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

NFData CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

Methods

rnf :: CreateReplicationTask -> () #

Eq CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

Hashable CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

type AWSResponse CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

type Rep CreateReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

type Rep CreateReplicationTask = D1 ('MetaData "CreateReplicationTask" "Amazonka.DMS.CreateReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateReplicationTask'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cdcStartPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cdcStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "cdcStopPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "replicationTaskSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) :*: ((S1 ('MetaSel ('Just "taskData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "targetEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "migrationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MigrationTypeValue) :*: S1 ('MetaSel ('Just "tableMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateReplicationTask Source #

Create a value of CreateReplicationTask 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:

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

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”

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

$sel:cdcStartTime:CreateReplicationTask', createReplicationTask_cdcStartTime - Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

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

CreateReplicationTask, createReplicationTask_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 “

CreateReplicationTask, createReplicationTask_replicationTaskSettings - Overall settings for the task, in JSON format. For more information, see Specifying Task Settings for Database Migration Service Tasks in the Database Migration Service User Guide.

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

$sel:tags:CreateReplicationTask', createReplicationTask_tags - One or more tags to be assigned to the replication task.

CreateReplicationTask, createReplicationTask_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.

CreateReplicationTask, createReplicationTask_replicationTaskIdentifier - An identifier for the replication task.

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.

CreateReplicationTask, createReplicationTask_sourceEndpointArn - An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.

CreateReplicationTask, createReplicationTask_targetEndpointArn - An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.

CreateReplicationTask, createReplicationTask_replicationInstanceArn - The Amazon Resource Name (ARN) of a replication instance.

CreateReplicationTask, createReplicationTask_migrationType - The migration type. Valid values: full-load | cdc | full-load-and-cdc

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

data CreateReplicationTaskResponse Source #

See: newCreateReplicationTaskResponse smart constructor.

Instances

Instances details
Generic CreateReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

Associated Types

type Rep CreateReplicationTaskResponse :: Type -> Type #

Read CreateReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

Show CreateReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

NFData CreateReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

Eq CreateReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

type Rep CreateReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.CreateReplicationTask

type Rep CreateReplicationTaskResponse = D1 ('MetaData "CreateReplicationTaskResponse" "Amazonka.DMS.CreateReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CreateReplicationTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTask)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateReplicationTaskResponse Source #

Create a value of CreateReplicationTaskResponse 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:replicationTask:CreateReplicationTaskResponse', createReplicationTaskResponse_replicationTask - The replication task that was created.

$sel:httpStatus:CreateReplicationTaskResponse', createReplicationTaskResponse_httpStatus - The response's http status code.

DeleteCertificate

data DeleteCertificate Source #

See: newDeleteCertificate smart constructor.

Constructors

DeleteCertificate' Text 

Instances

Instances details
ToJSON DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

ToHeaders DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

ToPath DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

ToQuery DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

AWSRequest DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Associated Types

type AWSResponse DeleteCertificate #

Generic DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Associated Types

type Rep DeleteCertificate :: Type -> Type #

Read DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Show DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

NFData DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Methods

rnf :: DeleteCertificate -> () #

Eq DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Hashable DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type AWSResponse DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type Rep DeleteCertificate Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type Rep DeleteCertificate = D1 ('MetaData "DeleteCertificate" "Amazonka.DMS.DeleteCertificate" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteCertificate Source #

Create a value of DeleteCertificate 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:

DeleteCertificate, deleteCertificate_certificateArn - The Amazon Resource Name (ARN) of the certificate.

data DeleteCertificateResponse Source #

See: newDeleteCertificateResponse smart constructor.

Instances

Instances details
Generic DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Associated Types

type Rep DeleteCertificateResponse :: Type -> Type #

Read DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Show DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

NFData DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

Eq DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type Rep DeleteCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteCertificate

type Rep DeleteCertificateResponse = D1 ('MetaData "DeleteCertificateResponse" "Amazonka.DMS.DeleteCertificate" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteCertificateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Certificate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteCertificateResponse Source #

Create a value of DeleteCertificateResponse 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:certificate:DeleteCertificateResponse', deleteCertificateResponse_certificate - The Secure Sockets Layer (SSL) certificate.

$sel:httpStatus:DeleteCertificateResponse', deleteCertificateResponse_httpStatus - The response's http status code.

DeleteConnection

data DeleteConnection Source #

See: newDeleteConnection smart constructor.

Instances

Instances details
ToJSON DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

ToHeaders DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

ToPath DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

ToQuery DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

AWSRequest DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Associated Types

type AWSResponse DeleteConnection #

Generic DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Associated Types

type Rep DeleteConnection :: Type -> Type #

Read DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Show DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

NFData DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Methods

rnf :: DeleteConnection -> () #

Eq DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Hashable DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

type AWSResponse DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

type Rep DeleteConnection Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

type Rep DeleteConnection = D1 ('MetaData "DeleteConnection" "Amazonka.DMS.DeleteConnection" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteConnection Source #

Create a value of DeleteConnection 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:

DeleteConnection, deleteConnection_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

DeleteConnection, deleteConnection_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

data DeleteConnectionResponse Source #

See: newDeleteConnectionResponse smart constructor.

Instances

Instances details
Generic DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Associated Types

type Rep DeleteConnectionResponse :: Type -> Type #

Read DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Show DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

NFData DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

Eq DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

type Rep DeleteConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteConnection

type Rep DeleteConnectionResponse = D1 ('MetaData "DeleteConnectionResponse" "Amazonka.DMS.DeleteConnection" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Connection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteConnectionResponse Source #

Create a value of DeleteConnectionResponse 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:connection:DeleteConnectionResponse', deleteConnectionResponse_connection - The connection that is being deleted.

$sel:httpStatus:DeleteConnectionResponse', deleteConnectionResponse_httpStatus - The response's http status code.

DeleteEndpoint

data DeleteEndpoint Source #

See: newDeleteEndpoint smart constructor.

Constructors

DeleteEndpoint' Text 

Instances

Instances details
ToJSON DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

ToHeaders DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

ToPath DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

ToQuery DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

AWSRequest DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

Associated Types

type AWSResponse DeleteEndpoint #

Generic DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

Associated Types

type Rep DeleteEndpoint :: Type -> Type #

Read DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

Show DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

NFData DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

Methods

rnf :: DeleteEndpoint -> () #

Eq DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

Hashable DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

type AWSResponse DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

type Rep DeleteEndpoint Source # 
Instance details

Defined in Amazonka.DMS.DeleteEndpoint

type Rep DeleteEndpoint = D1 ('MetaData "DeleteEndpoint" "Amazonka.DMS.DeleteEndpoint" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteEndpoint Source #

Create a value of DeleteEndpoint 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:

DeleteEndpoint, deleteEndpoint_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

data DeleteEndpointResponse Source #

See: newDeleteEndpointResponse smart constructor.

newDeleteEndpointResponse Source #

Create a value of DeleteEndpointResponse 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:endpoint:DeleteEndpointResponse', deleteEndpointResponse_endpoint - The endpoint that was deleted.

$sel:httpStatus:DeleteEndpointResponse', deleteEndpointResponse_httpStatus - The response's http status code.

DeleteEventSubscription

data DeleteEventSubscription Source #

See: newDeleteEventSubscription smart constructor.

Instances

Instances details
ToJSON DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

ToHeaders DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

ToPath DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

ToQuery DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

AWSRequest DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Generic DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscription :: Type -> Type #

Read DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Show DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

NFData DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Methods

rnf :: DeleteEventSubscription -> () #

Eq DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Hashable DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

type AWSResponse DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

type Rep DeleteEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

type Rep DeleteEventSubscription = D1 ('MetaData "DeleteEventSubscription" "Amazonka.DMS.DeleteEventSubscription" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteEventSubscription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteEventSubscription Source #

Create a value of DeleteEventSubscription 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:subscriptionName:DeleteEventSubscription', deleteEventSubscription_subscriptionName - The name of the DMS event notification subscription to be deleted.

data DeleteEventSubscriptionResponse Source #

See: newDeleteEventSubscriptionResponse smart constructor.

Instances

Instances details
Generic DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Associated Types

type Rep DeleteEventSubscriptionResponse :: Type -> Type #

Read DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Show DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

NFData DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

Eq DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteEventSubscription

type Rep DeleteEventSubscriptionResponse = D1 ('MetaData "DeleteEventSubscriptionResponse" "Amazonka.DMS.DeleteEventSubscription" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteEventSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEventSubscriptionResponse Source #

Create a value of DeleteEventSubscriptionResponse 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:eventSubscription:DeleteEventSubscriptionResponse', deleteEventSubscriptionResponse_eventSubscription - The event subscription that was deleted.

$sel:httpStatus:DeleteEventSubscriptionResponse', deleteEventSubscriptionResponse_httpStatus - The response's http status code.

DeleteFleetAdvisorCollector

data DeleteFleetAdvisorCollector Source #

See: newDeleteFleetAdvisorCollector smart constructor.

Instances

Instances details
ToJSON DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

ToHeaders DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

ToPath DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

ToQuery DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

AWSRequest DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

Generic DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

Associated Types

type Rep DeleteFleetAdvisorCollector :: Type -> Type #

Read DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

Show DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

NFData DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

Eq DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

Hashable DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

type AWSResponse DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

type Rep DeleteFleetAdvisorCollector Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

type Rep DeleteFleetAdvisorCollector = D1 ('MetaData "DeleteFleetAdvisorCollector" "Amazonka.DMS.DeleteFleetAdvisorCollector" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteFleetAdvisorCollector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "collectorReferencedId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteFleetAdvisorCollector Source #

Create a value of DeleteFleetAdvisorCollector 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:

DeleteFleetAdvisorCollector, deleteFleetAdvisorCollector_collectorReferencedId - The reference ID of the Fleet Advisor collector to delete.

data DeleteFleetAdvisorCollectorResponse Source #

Instances

Instances details
Generic DeleteFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

Read DeleteFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

Show DeleteFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

NFData DeleteFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

Eq DeleteFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

type Rep DeleteFleetAdvisorCollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorCollector

type Rep DeleteFleetAdvisorCollectorResponse = D1 ('MetaData "DeleteFleetAdvisorCollectorResponse" "Amazonka.DMS.DeleteFleetAdvisorCollector" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteFleetAdvisorCollectorResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteFleetAdvisorCollectorResponse :: DeleteFleetAdvisorCollectorResponse Source #

Create a value of DeleteFleetAdvisorCollectorResponse with all optional fields omitted.

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

DeleteFleetAdvisorDatabases

data DeleteFleetAdvisorDatabases Source #

See: newDeleteFleetAdvisorDatabases smart constructor.

Instances

Instances details
ToJSON DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

ToHeaders DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

ToPath DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

ToQuery DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

AWSRequest DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

Generic DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

Associated Types

type Rep DeleteFleetAdvisorDatabases :: Type -> Type #

Read DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

Show DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

NFData DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

Eq DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

Hashable DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

type AWSResponse DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

type Rep DeleteFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

type Rep DeleteFleetAdvisorDatabases = D1 ('MetaData "DeleteFleetAdvisorDatabases" "Amazonka.DMS.DeleteFleetAdvisorDatabases" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteFleetAdvisorDatabases'" 'PrefixI 'True) (S1 ('MetaSel ('Just "databaseIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newDeleteFleetAdvisorDatabases :: DeleteFleetAdvisorDatabases Source #

Create a value of DeleteFleetAdvisorDatabases 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:

DeleteFleetAdvisorDatabases, deleteFleetAdvisorDatabases_databaseIds - The IDs of the Fleet Advisor collector databases to delete.

data DeleteFleetAdvisorDatabasesResponse Source #

Instances

Instances details
Generic DeleteFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

Read DeleteFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

Show DeleteFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

NFData DeleteFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

Eq DeleteFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

type Rep DeleteFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteFleetAdvisorDatabases

type Rep DeleteFleetAdvisorDatabasesResponse = D1 ('MetaData "DeleteFleetAdvisorDatabasesResponse" "Amazonka.DMS.DeleteFleetAdvisorDatabases" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteFleetAdvisorDatabasesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "databaseIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteFleetAdvisorDatabasesResponse Source #

Create a value of DeleteFleetAdvisorDatabasesResponse 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:

DeleteFleetAdvisorDatabases, deleteFleetAdvisorDatabasesResponse_databaseIds - The IDs of the databases that the operation deleted.

$sel:httpStatus:DeleteFleetAdvisorDatabasesResponse', deleteFleetAdvisorDatabasesResponse_httpStatus - The response's http status code.

DeleteReplicationInstance

data DeleteReplicationInstance Source #

See: newDeleteReplicationInstance smart constructor.

Instances

Instances details
ToJSON DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

ToHeaders DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

ToPath DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

ToQuery DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

AWSRequest DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

Generic DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

Associated Types

type Rep DeleteReplicationInstance :: Type -> Type #

Read DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

Show DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

NFData DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

Eq DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

Hashable DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

type AWSResponse DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

type Rep DeleteReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

type Rep DeleteReplicationInstance = D1 ('MetaData "DeleteReplicationInstance" "Amazonka.DMS.DeleteReplicationInstance" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteReplicationInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteReplicationInstance Source #

Create a value of DeleteReplicationInstance 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:

DeleteReplicationInstance, deleteReplicationInstance_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance to be deleted.

data DeleteReplicationInstanceResponse Source #

See: newDeleteReplicationInstanceResponse smart constructor.

Instances

Instances details
Generic DeleteReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

Associated Types

type Rep DeleteReplicationInstanceResponse :: Type -> Type #

Read DeleteReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

Show DeleteReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

NFData DeleteReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

Eq DeleteReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

type Rep DeleteReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationInstance

type Rep DeleteReplicationInstanceResponse = D1 ('MetaData "DeleteReplicationInstanceResponse" "Amazonka.DMS.DeleteReplicationInstance" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteReplicationInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteReplicationInstanceResponse Source #

Create a value of DeleteReplicationInstanceResponse 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:replicationInstance:DeleteReplicationInstanceResponse', deleteReplicationInstanceResponse_replicationInstance - The replication instance that was deleted.

$sel:httpStatus:DeleteReplicationInstanceResponse', deleteReplicationInstanceResponse_httpStatus - The response's http status code.

DeleteReplicationSubnetGroup

data DeleteReplicationSubnetGroup Source #

See: newDeleteReplicationSubnetGroup smart constructor.

Instances

Instances details
ToJSON DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

ToHeaders DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

ToPath DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

ToQuery DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

AWSRequest DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Generic DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Associated Types

type Rep DeleteReplicationSubnetGroup :: Type -> Type #

Read DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Show DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

NFData DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Eq DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Hashable DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

type AWSResponse DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

type Rep DeleteReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

type Rep DeleteReplicationSubnetGroup = D1 ('MetaData "DeleteReplicationSubnetGroup" "Amazonka.DMS.DeleteReplicationSubnetGroup" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteReplicationSubnetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationSubnetGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteReplicationSubnetGroup Source #

Create a value of DeleteReplicationSubnetGroup 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:

DeleteReplicationSubnetGroup, deleteReplicationSubnetGroup_replicationSubnetGroupIdentifier - The subnet group name of the replication instance.

data DeleteReplicationSubnetGroupResponse Source #

Instances

Instances details
Generic DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Read DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Show DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

NFData DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

Eq DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

type Rep DeleteReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationSubnetGroup

type Rep DeleteReplicationSubnetGroupResponse = D1 ('MetaData "DeleteReplicationSubnetGroupResponse" "Amazonka.DMS.DeleteReplicationSubnetGroup" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteReplicationSubnetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteReplicationSubnetGroupResponse Source #

Create a value of DeleteReplicationSubnetGroupResponse 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:httpStatus:DeleteReplicationSubnetGroupResponse', deleteReplicationSubnetGroupResponse_httpStatus - The response's http status code.

DeleteReplicationTask

data DeleteReplicationTask Source #

See: newDeleteReplicationTask smart constructor.

Instances

Instances details
ToJSON DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

ToHeaders DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

ToPath DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

ToQuery DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

AWSRequest DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

Associated Types

type AWSResponse DeleteReplicationTask #

Generic DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

Associated Types

type Rep DeleteReplicationTask :: Type -> Type #

Read DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

Show DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

NFData DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

Methods

rnf :: DeleteReplicationTask -> () #

Eq DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

Hashable DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

type AWSResponse DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

type Rep DeleteReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

type Rep DeleteReplicationTask = D1 ('MetaData "DeleteReplicationTask" "Amazonka.DMS.DeleteReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteReplicationTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteReplicationTask Source #

Create a value of DeleteReplicationTask 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:

DeleteReplicationTask, deleteReplicationTask_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task to be deleted.

data DeleteReplicationTaskResponse Source #

See: newDeleteReplicationTaskResponse smart constructor.

Instances

Instances details
Generic DeleteReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

Associated Types

type Rep DeleteReplicationTaskResponse :: Type -> Type #

Read DeleteReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

Show DeleteReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

NFData DeleteReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

Eq DeleteReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

type Rep DeleteReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTask

type Rep DeleteReplicationTaskResponse = D1 ('MetaData "DeleteReplicationTaskResponse" "Amazonka.DMS.DeleteReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteReplicationTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTask)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteReplicationTaskResponse Source #

Create a value of DeleteReplicationTaskResponse 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:replicationTask:DeleteReplicationTaskResponse', deleteReplicationTaskResponse_replicationTask - The deleted replication task.

$sel:httpStatus:DeleteReplicationTaskResponse', deleteReplicationTaskResponse_httpStatus - The response's http status code.

DeleteReplicationTaskAssessmentRun

data DeleteReplicationTaskAssessmentRun Source #

Instances

Instances details
ToJSON DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

ToHeaders DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

ToPath DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

ToQuery DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

AWSRequest DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

Generic DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

Associated Types

type Rep DeleteReplicationTaskAssessmentRun :: Type -> Type #

Read DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

Show DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

NFData DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

Eq DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

Hashable DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

type AWSResponse DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

type Rep DeleteReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

type Rep DeleteReplicationTaskAssessmentRun = D1 ('MetaData "DeleteReplicationTaskAssessmentRun" "Amazonka.DMS.DeleteReplicationTaskAssessmentRun" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteReplicationTaskAssessmentRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskAssessmentRunArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteReplicationTaskAssessmentRun Source #

Create a value of DeleteReplicationTaskAssessmentRun 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:

DeleteReplicationTaskAssessmentRun, deleteReplicationTaskAssessmentRun_replicationTaskAssessmentRunArn - Amazon Resource Name (ARN) of the premigration assessment run to be deleted.

data DeleteReplicationTaskAssessmentRunResponse Source #

Instances

Instances details
Generic DeleteReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

Read DeleteReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

Show DeleteReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

NFData DeleteReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

Eq DeleteReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

type Rep DeleteReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.DeleteReplicationTaskAssessmentRun

type Rep DeleteReplicationTaskAssessmentRunResponse = D1 ('MetaData "DeleteReplicationTaskAssessmentRunResponse" "Amazonka.DMS.DeleteReplicationTaskAssessmentRun" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DeleteReplicationTaskAssessmentRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskAssessmentRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTaskAssessmentRun)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteReplicationTaskAssessmentRunResponse Source #

Create a value of DeleteReplicationTaskAssessmentRunResponse 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:replicationTaskAssessmentRun:DeleteReplicationTaskAssessmentRunResponse', deleteReplicationTaskAssessmentRunResponse_replicationTaskAssessmentRun - The ReplicationTaskAssessmentRun object for the deleted assessment run.

$sel:httpStatus:DeleteReplicationTaskAssessmentRunResponse', deleteReplicationTaskAssessmentRunResponse_httpStatus - The response's http status code.

DescribeAccountAttributes

data DescribeAccountAttributes Source #

See: newDescribeAccountAttributes smart constructor.

Instances

Instances details
ToJSON DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

ToHeaders DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

ToPath DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

ToQuery DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

AWSRequest DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

Generic DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

Associated Types

type Rep DescribeAccountAttributes :: Type -> Type #

Read DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

Show DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

NFData DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

Eq DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

Hashable DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

type AWSResponse DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

type Rep DescribeAccountAttributes Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

type Rep DescribeAccountAttributes = D1 ('MetaData "DescribeAccountAttributes" "Amazonka.DMS.DescribeAccountAttributes" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeAccountAttributes'" 'PrefixI 'False) (U1 :: Type -> Type))

newDescribeAccountAttributes :: DescribeAccountAttributes Source #

Create a value of DescribeAccountAttributes with all optional fields omitted.

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

data DescribeAccountAttributesResponse Source #

See: newDescribeAccountAttributesResponse smart constructor.

Instances

Instances details
Generic DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

Associated Types

type Rep DescribeAccountAttributesResponse :: Type -> Type #

Read DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

Show DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

NFData DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

Eq DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

type Rep DescribeAccountAttributesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeAccountAttributes

type Rep DescribeAccountAttributesResponse = D1 ('MetaData "DescribeAccountAttributesResponse" "Amazonka.DMS.DescribeAccountAttributes" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeAccountAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccountQuota])) :*: (S1 ('MetaSel ('Just "uniqueAccountIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeAccountAttributesResponse Source #

Create a value of DescribeAccountAttributesResponse 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:accountQuotas:DescribeAccountAttributesResponse', describeAccountAttributesResponse_accountQuotas - Account quota information.

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

DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4 and later.

$sel:httpStatus:DescribeAccountAttributesResponse', describeAccountAttributesResponse_httpStatus - The response's http status code.

DescribeApplicableIndividualAssessments

data DescribeApplicableIndividualAssessments Source #

Instances

Instances details
ToJSON DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

ToHeaders DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

ToPath DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

ToQuery DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

AWSRequest DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

Generic DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

Read DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

Show DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

NFData DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

Eq DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

Hashable DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

type AWSResponse DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

type Rep DescribeApplicableIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

type Rep DescribeApplicableIndividualAssessments = D1 ('MetaData "DescribeApplicableIndividualAssessments" "Amazonka.DMS.DescribeApplicableIndividualAssessments" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeApplicableIndividualAssessments'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "migrationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationTypeValue)))) :*: ((S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceEngineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetEngineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDescribeApplicableIndividualAssessments :: DescribeApplicableIndividualAssessments Source #

Create a value of DescribeApplicableIndividualAssessments 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:

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

$sel:maxRecords:DescribeApplicableIndividualAssessments', describeApplicableIndividualAssessments_maxRecords - Maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

DescribeApplicableIndividualAssessments, describeApplicableIndividualAssessments_migrationType - Name of the migration type that each provided individual assessment must support.

DescribeApplicableIndividualAssessments, describeApplicableIndividualAssessments_replicationInstanceArn - ARN of a replication instance on which you want to base the default list of individual assessments.

DescribeApplicableIndividualAssessments, describeApplicableIndividualAssessments_replicationTaskArn - Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.

$sel:sourceEngineName:DescribeApplicableIndividualAssessments', describeApplicableIndividualAssessments_sourceEngineName - Name of a database engine that the specified replication instance supports as a source.

$sel:targetEngineName:DescribeApplicableIndividualAssessments', describeApplicableIndividualAssessments_targetEngineName - Name of a database engine that the specified replication instance supports as a target.

data DescribeApplicableIndividualAssessmentsResponse Source #

Instances

Instances details
Generic DescribeApplicableIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

Read DescribeApplicableIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

Show DescribeApplicableIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

NFData DescribeApplicableIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

Eq DescribeApplicableIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

type Rep DescribeApplicableIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeApplicableIndividualAssessments

type Rep DescribeApplicableIndividualAssessmentsResponse = D1 ('MetaData "DescribeApplicableIndividualAssessmentsResponse" "Amazonka.DMS.DescribeApplicableIndividualAssessments" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeApplicableIndividualAssessmentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "individualAssessmentNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeApplicableIndividualAssessmentsResponse Source #

Create a value of DescribeApplicableIndividualAssessmentsResponse 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:individualAssessmentNames:DescribeApplicableIndividualAssessmentsResponse', describeApplicableIndividualAssessmentsResponse_individualAssessmentNames - List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see Working with premigration assessment runs in the Database Migration Service User Guide.

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

$sel:httpStatus:DescribeApplicableIndividualAssessmentsResponse', describeApplicableIndividualAssessmentsResponse_httpStatus - The response's http status code.

DescribeCertificates (Paginated)

data DescribeCertificates Source #

See: newDescribeCertificates smart constructor.

Instances

Instances details
ToJSON DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

ToHeaders DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

ToPath DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

ToQuery DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

AWSPager DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

AWSRequest DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

Associated Types

type AWSResponse DescribeCertificates #

Generic DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

Associated Types

type Rep DescribeCertificates :: Type -> Type #

Read DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

Show DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

NFData DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

Methods

rnf :: DescribeCertificates -> () #

Eq DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

Hashable DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

type AWSResponse DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

type Rep DescribeCertificates Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

type Rep DescribeCertificates = D1 ('MetaData "DescribeCertificates" "Amazonka.DMS.DescribeCertificates" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeCertificates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeCertificates :: DescribeCertificates Source #

Create a value of DescribeCertificates 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:filters:DescribeCertificates', describeCertificates_filters - Filters applied to the certificates described in the form of key-value pairs. Valid values are certificate-arn and certificate-id.

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

$sel:maxRecords:DescribeCertificates', describeCertificates_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 10

data DescribeCertificatesResponse Source #

See: newDescribeCertificatesResponse smart constructor.

Instances

Instances details
Generic DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

Associated Types

type Rep DescribeCertificatesResponse :: Type -> Type #

Read DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

Show DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

NFData DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

Eq DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

type Rep DescribeCertificatesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeCertificates

type Rep DescribeCertificatesResponse = D1 ('MetaData "DescribeCertificatesResponse" "Amazonka.DMS.DescribeCertificates" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeCertificatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Certificate])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeCertificatesResponse Source #

Create a value of DescribeCertificatesResponse 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:certificates:DescribeCertificatesResponse', describeCertificatesResponse_certificates - The Secure Sockets Layer (SSL) certificates associated with the replication instance.

DescribeCertificates, describeCertificatesResponse_marker - The pagination token.

$sel:httpStatus:DescribeCertificatesResponse', describeCertificatesResponse_httpStatus - The response's http status code.

DescribeConnections (Paginated)

data DescribeConnections Source #

See: newDescribeConnections smart constructor.

Instances

Instances details
ToJSON DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

ToHeaders DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

ToPath DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

ToQuery DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

AWSPager DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

AWSRequest DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

Associated Types

type AWSResponse DescribeConnections #

Generic DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

Associated Types

type Rep DescribeConnections :: Type -> Type #

Read DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

Show DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

NFData DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

Methods

rnf :: DescribeConnections -> () #

Eq DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

Hashable DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

type AWSResponse DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

type Rep DescribeConnections Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

type Rep DescribeConnections = D1 ('MetaData "DescribeConnections" "Amazonka.DMS.DescribeConnections" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeConnections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeConnections :: DescribeConnections Source #

Create a value of DescribeConnections 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:filters:DescribeConnections', describeConnections_filters - The filters applied to the connection.

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

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

$sel:maxRecords:DescribeConnections', describeConnections_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeConnectionsResponse Source #

See: newDescribeConnectionsResponse smart constructor.

Instances

Instances details
Generic DescribeConnectionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

Associated Types

type Rep DescribeConnectionsResponse :: Type -> Type #

Read DescribeConnectionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

Show DescribeConnectionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

NFData DescribeConnectionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

Eq DescribeConnectionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

type Rep DescribeConnectionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeConnections

type Rep DescribeConnectionsResponse = D1 ('MetaData "DescribeConnectionsResponse" "Amazonka.DMS.DescribeConnections" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeConnectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Connection])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeConnectionsResponse Source #

Create a value of DescribeConnectionsResponse 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:connections:DescribeConnectionsResponse', describeConnectionsResponse_connections - A description of the connections.

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

$sel:httpStatus:DescribeConnectionsResponse', describeConnectionsResponse_httpStatus - The response's http status code.

DescribeEndpointSettings

data DescribeEndpointSettings Source #

See: newDescribeEndpointSettings smart constructor.

Instances

Instances details
ToJSON DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

ToHeaders DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

ToPath DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

ToQuery DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

AWSRequest DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Generic DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Associated Types

type Rep DescribeEndpointSettings :: Type -> Type #

Read DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Show DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

NFData DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Eq DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Hashable DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

type AWSResponse DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

type Rep DescribeEndpointSettings Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

type Rep DescribeEndpointSettings = D1 ('MetaData "DescribeEndpointSettings" "Amazonka.DMS.DescribeEndpointSettings" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEndpointSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "engineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeEndpointSettings Source #

Create a value of DescribeEndpointSettings 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:

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

$sel:maxRecords:DescribeEndpointSettings', describeEndpointSettings_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

DescribeEndpointSettings, describeEndpointSettings_engineName - The databse engine used for your source or target endpoint.

data DescribeEndpointSettingsResponse Source #

See: newDescribeEndpointSettingsResponse smart constructor.

Instances

Instances details
Generic DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Associated Types

type Rep DescribeEndpointSettingsResponse :: Type -> Type #

Read DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Show DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

NFData DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

Eq DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

type Rep DescribeEndpointSettingsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointSettings

type Rep DescribeEndpointSettingsResponse = D1 ('MetaData "DescribeEndpointSettingsResponse" "Amazonka.DMS.DescribeEndpointSettings" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEndpointSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EndpointSetting])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEndpointSettingsResponse Source #

Create a value of DescribeEndpointSettingsResponse 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:endpointSettings:DescribeEndpointSettingsResponse', describeEndpointSettingsResponse_endpointSettings - Descriptions of the endpoint settings available for your source or target database engine.

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

$sel:httpStatus:DescribeEndpointSettingsResponse', describeEndpointSettingsResponse_httpStatus - The response's http status code.

DescribeEndpointTypes (Paginated)

data DescribeEndpointTypes Source #

See: newDescribeEndpointTypes smart constructor.

Instances

Instances details
ToJSON DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

ToHeaders DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

ToPath DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

ToQuery DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

AWSPager DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

AWSRequest DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

Associated Types

type AWSResponse DescribeEndpointTypes #

Generic DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

Associated Types

type Rep DescribeEndpointTypes :: Type -> Type #

Read DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

Show DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

NFData DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

Methods

rnf :: DescribeEndpointTypes -> () #

Eq DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

Hashable DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

type AWSResponse DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

type Rep DescribeEndpointTypes Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

type Rep DescribeEndpointTypes = D1 ('MetaData "DescribeEndpointTypes" "Amazonka.DMS.DescribeEndpointTypes" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEndpointTypes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeEndpointTypes :: DescribeEndpointTypes Source #

Create a value of DescribeEndpointTypes 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:filters:DescribeEndpointTypes', describeEndpointTypes_filters - Filters applied to the endpoint types.

Valid filter names: engine-name | endpoint-type

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

$sel:maxRecords:DescribeEndpointTypes', describeEndpointTypes_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeEndpointTypesResponse Source #

See: newDescribeEndpointTypesResponse smart constructor.

Instances

Instances details
Generic DescribeEndpointTypesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

Associated Types

type Rep DescribeEndpointTypesResponse :: Type -> Type #

Read DescribeEndpointTypesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

Show DescribeEndpointTypesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

NFData DescribeEndpointTypesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

Eq DescribeEndpointTypesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

type Rep DescribeEndpointTypesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpointTypes

type Rep DescribeEndpointTypesResponse = D1 ('MetaData "DescribeEndpointTypesResponse" "Amazonka.DMS.DescribeEndpointTypes" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEndpointTypesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "supportedEndpointTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SupportedEndpointType])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEndpointTypesResponse Source #

Create a value of DescribeEndpointTypesResponse 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:

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

$sel:supportedEndpointTypes:DescribeEndpointTypesResponse', describeEndpointTypesResponse_supportedEndpointTypes - The types of endpoints that are supported.

$sel:httpStatus:DescribeEndpointTypesResponse', describeEndpointTypesResponse_httpStatus - The response's http status code.

DescribeEndpoints (Paginated)

data DescribeEndpoints Source #

See: newDescribeEndpoints smart constructor.

Instances

Instances details
ToJSON DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

ToHeaders DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

ToPath DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

ToQuery DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

AWSPager DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

AWSRequest DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

Associated Types

type AWSResponse DescribeEndpoints #

Generic DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

Associated Types

type Rep DescribeEndpoints :: Type -> Type #

Read DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

Show DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

NFData DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

Methods

rnf :: DescribeEndpoints -> () #

Eq DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

Hashable DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

type AWSResponse DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

type Rep DescribeEndpoints Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

type Rep DescribeEndpoints = D1 ('MetaData "DescribeEndpoints" "Amazonka.DMS.DescribeEndpoints" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEndpoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeEndpoints :: DescribeEndpoints Source #

Create a value of DescribeEndpoints 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:filters:DescribeEndpoints', describeEndpoints_filters - Filters applied to the endpoints.

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

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

$sel:maxRecords:DescribeEndpoints', describeEndpoints_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeEndpointsResponse Source #

See: newDescribeEndpointsResponse smart constructor.

Instances

Instances details
Generic DescribeEndpointsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

Associated Types

type Rep DescribeEndpointsResponse :: Type -> Type #

Show DescribeEndpointsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

NFData DescribeEndpointsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

Eq DescribeEndpointsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

type Rep DescribeEndpointsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEndpoints

type Rep DescribeEndpointsResponse = D1 ('MetaData "DescribeEndpointsResponse" "Amazonka.DMS.DescribeEndpoints" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Endpoint])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEndpointsResponse Source #

Create a value of DescribeEndpointsResponse 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:endpoints:DescribeEndpointsResponse', describeEndpointsResponse_endpoints - Endpoint description.

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

$sel:httpStatus:DescribeEndpointsResponse', describeEndpointsResponse_httpStatus - The response's http status code.

DescribeEventCategories

data DescribeEventCategories Source #

See: newDescribeEventCategories smart constructor.

Instances

Instances details
ToJSON DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

ToHeaders DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

ToPath DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

ToQuery DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

AWSRequest DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

Generic DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

Associated Types

type Rep DescribeEventCategories :: Type -> Type #

Read DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

Show DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

NFData DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

Methods

rnf :: DescribeEventCategories -> () #

Eq DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

Hashable DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

type AWSResponse DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

type Rep DescribeEventCategories Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

type Rep DescribeEventCategories = D1 ('MetaData "DescribeEventCategories" "Amazonka.DMS.DescribeEventCategories" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEventCategories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDescribeEventCategories :: DescribeEventCategories Source #

Create a value of DescribeEventCategories 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:filters:DescribeEventCategories', describeEventCategories_filters - Filters applied to the event categories.

DescribeEventCategories, describeEventCategories_sourceType - The type of DMS resource that generates events.

Valid values: replication-instance | replication-task

data DescribeEventCategoriesResponse Source #

See: newDescribeEventCategoriesResponse smart constructor.

Instances

Instances details
Generic DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

Associated Types

type Rep DescribeEventCategoriesResponse :: Type -> Type #

Read DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

Show DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

NFData DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

Eq DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

type Rep DescribeEventCategoriesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventCategories

type Rep DescribeEventCategoriesResponse = D1 ('MetaData "DescribeEventCategoriesResponse" "Amazonka.DMS.DescribeEventCategories" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEventCategoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventCategoryGroupList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventCategoryGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeEventCategoriesResponse Source #

Create a value of DescribeEventCategoriesResponse 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:eventCategoryGroupList:DescribeEventCategoriesResponse', describeEventCategoriesResponse_eventCategoryGroupList - A list of event categories.

$sel:httpStatus:DescribeEventCategoriesResponse', describeEventCategoriesResponse_httpStatus - The response's http status code.

DescribeEventSubscriptions (Paginated)

data DescribeEventSubscriptions Source #

See: newDescribeEventSubscriptions smart constructor.

Instances

Instances details
ToJSON DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

ToHeaders DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

ToPath DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

ToQuery DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

AWSPager DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

AWSRequest DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

Generic DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

Associated Types

type Rep DescribeEventSubscriptions :: Type -> Type #

Read DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

Show DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

NFData DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

Eq DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

Hashable DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

type AWSResponse DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

type Rep DescribeEventSubscriptions Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

type Rep DescribeEventSubscriptions = D1 ('MetaData "DescribeEventSubscriptions" "Amazonka.DMS.DescribeEventSubscriptions" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEventSubscriptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeEventSubscriptions :: DescribeEventSubscriptions Source #

Create a value of DescribeEventSubscriptions 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:filters:DescribeEventSubscriptions', describeEventSubscriptions_filters - Filters applied to event subscriptions.

Valid filter names: event-subscription-arn | event-subscription-id

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

$sel:maxRecords:DescribeEventSubscriptions', describeEventSubscriptions_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

$sel:subscriptionName:DescribeEventSubscriptions', describeEventSubscriptions_subscriptionName - The name of the DMS event subscription to be described.

data DescribeEventSubscriptionsResponse Source #

Instances

Instances details
Generic DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

Associated Types

type Rep DescribeEventSubscriptionsResponse :: Type -> Type #

Read DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

Show DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

NFData DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

Eq DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

type Rep DescribeEventSubscriptionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEventSubscriptions

type Rep DescribeEventSubscriptionsResponse = D1 ('MetaData "DescribeEventSubscriptionsResponse" "Amazonka.DMS.DescribeEventSubscriptions" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEventSubscriptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscriptionsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventSubscription])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEventSubscriptionsResponse Source #

Create a value of DescribeEventSubscriptionsResponse 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:eventSubscriptionsList:DescribeEventSubscriptionsResponse', describeEventSubscriptionsResponse_eventSubscriptionsList - A list of event subscriptions.

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

$sel:httpStatus:DescribeEventSubscriptionsResponse', describeEventSubscriptionsResponse_httpStatus - The response's http status code.

DescribeEvents (Paginated)

data DescribeEvents Source #

See: newDescribeEvents smart constructor.

Instances

Instances details
ToJSON DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

ToHeaders DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

ToPath DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

ToQuery DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

AWSPager DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

AWSRequest DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

Associated Types

type AWSResponse DescribeEvents #

Generic DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

Associated Types

type Rep DescribeEvents :: Type -> Type #

Read DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

Show DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

NFData DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

Methods

rnf :: DescribeEvents -> () #

Eq DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

Hashable DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

type AWSResponse DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

type Rep DescribeEvents Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

newDescribeEvents :: DescribeEvents Source #

Create a value of DescribeEvents 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:duration:DescribeEvents', describeEvents_duration - The duration of the events to be listed.

$sel:endTime:DescribeEvents', describeEvents_endTime - The end time for the events to be listed.

DescribeEvents, describeEvents_eventCategories - A list of event categories for the source type that you've chosen.

$sel:filters:DescribeEvents', describeEvents_filters - Filters applied to events. The only valid filter is replication-instance-id.

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

$sel:maxRecords:DescribeEvents', describeEvents_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeEvents, describeEvents_sourceIdentifier - The identifier of an event source.

DescribeEvents, describeEvents_sourceType - The type of DMS resource that generates events.

Valid values: replication-instance | replication-task

$sel:startTime:DescribeEvents', describeEvents_startTime - The start time for the events to be listed.

data DescribeEventsResponse Source #

See: newDescribeEventsResponse smart constructor.

Instances

Instances details
Generic DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

Associated Types

type Rep DescribeEventsResponse :: Type -> Type #

Read DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

Show DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

NFData DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

Methods

rnf :: DescribeEventsResponse -> () #

Eq DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

type Rep DescribeEventsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeEvents

type Rep DescribeEventsResponse = D1 ('MetaData "DescribeEventsResponse" "Amazonka.DMS.DescribeEvents" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Event])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeEventsResponse Source #

Create a value of DescribeEventsResponse 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:events:DescribeEventsResponse', describeEventsResponse_events - The events described.

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

$sel:httpStatus:DescribeEventsResponse', describeEventsResponse_httpStatus - The response's http status code.

DescribeFleetAdvisorCollectors

data DescribeFleetAdvisorCollectors Source #

See: newDescribeFleetAdvisorCollectors smart constructor.

Instances

Instances details
ToJSON DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

ToHeaders DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

ToPath DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

ToQuery DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

AWSRequest DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

Generic DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

Associated Types

type Rep DescribeFleetAdvisorCollectors :: Type -> Type #

Read DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

Show DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

NFData DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

Eq DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

Hashable DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

type AWSResponse DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

type Rep DescribeFleetAdvisorCollectors Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

type Rep DescribeFleetAdvisorCollectors = D1 ('MetaData "DescribeFleetAdvisorCollectors" "Amazonka.DMS.DescribeFleetAdvisorCollectors" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorCollectors'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeFleetAdvisorCollectors :: DescribeFleetAdvisorCollectors Source #

Create a value of DescribeFleetAdvisorCollectors 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:filters:DescribeFleetAdvisorCollectors', describeFleetAdvisorCollectors_filters - If you specify any of the following filters, the output includes information for only those collectors that meet the filter criteria:

  • collector-referenced-id – The ID of the collector agent, for example d4610ac5-e323-4ad9-bc50-eaf7249dfe9d.
  • collector-name – The name of the collector agent.

An example is: describe-fleet-advisor-collectors --filter Name="collector-referenced-id",Values="d4610ac5-e323-4ad9-bc50-eaf7249dfe9d"

$sel:maxRecords:DescribeFleetAdvisorCollectors', describeFleetAdvisorCollectors_maxRecords - Sets the maximum number of records returned in the response.

DescribeFleetAdvisorCollectors, describeFleetAdvisorCollectors_nextToken - If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

data DescribeFleetAdvisorCollectorsResponse Source #

Instances

Instances details
Generic DescribeFleetAdvisorCollectorsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

Read DescribeFleetAdvisorCollectorsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

Show DescribeFleetAdvisorCollectorsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

NFData DescribeFleetAdvisorCollectorsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

Eq DescribeFleetAdvisorCollectorsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

type Rep DescribeFleetAdvisorCollectorsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorCollectors

type Rep DescribeFleetAdvisorCollectorsResponse = D1 ('MetaData "DescribeFleetAdvisorCollectorsResponse" "Amazonka.DMS.DescribeFleetAdvisorCollectors" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorCollectorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "collectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CollectorResponse])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFleetAdvisorCollectorsResponse Source #

Create a value of DescribeFleetAdvisorCollectorsResponse 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:

DescribeFleetAdvisorCollectorsResponse, describeFleetAdvisorCollectorsResponse_collectors - Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.

DescribeFleetAdvisorCollectors, describeFleetAdvisorCollectorsResponse_nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

$sel:httpStatus:DescribeFleetAdvisorCollectorsResponse', describeFleetAdvisorCollectorsResponse_httpStatus - The response's http status code.

DescribeFleetAdvisorDatabases

data DescribeFleetAdvisorDatabases Source #

See: newDescribeFleetAdvisorDatabases smart constructor.

Instances

Instances details
ToJSON DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

ToHeaders DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

ToPath DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

ToQuery DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

AWSRequest DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

Generic DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

Associated Types

type Rep DescribeFleetAdvisorDatabases :: Type -> Type #

Read DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

Show DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

NFData DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

Eq DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

Hashable DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

type AWSResponse DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

type Rep DescribeFleetAdvisorDatabases Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

type Rep DescribeFleetAdvisorDatabases = D1 ('MetaData "DescribeFleetAdvisorDatabases" "Amazonka.DMS.DescribeFleetAdvisorDatabases" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorDatabases'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeFleetAdvisorDatabases :: DescribeFleetAdvisorDatabases Source #

Create a value of DescribeFleetAdvisorDatabases 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:filters:DescribeFleetAdvisorDatabases', describeFleetAdvisorDatabases_filters - If you specify any of the following filters, the output includes information for only those databases that meet the filter criteria:

  • database-id – The ID of the database.
  • database-name – The name of the database.
  • database-engine – The name of the database engine.
  • server-ip-address – The IP address of the database server.
  • database-ip-address – The IP address of the database.
  • collector-name – The name of the associated Fleet Advisor collector.

An example is: describe-fleet-advisor-databases --filter Name="database-id",Values="45"

$sel:maxRecords:DescribeFleetAdvisorDatabases', describeFleetAdvisorDatabases_maxRecords - Sets the maximum number of records returned in the response.

DescribeFleetAdvisorDatabases, describeFleetAdvisorDatabases_nextToken - If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

data DescribeFleetAdvisorDatabasesResponse Source #

Instances

Instances details
Generic DescribeFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

Read DescribeFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

Show DescribeFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

NFData DescribeFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

Eq DescribeFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

type Rep DescribeFleetAdvisorDatabasesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorDatabases

type Rep DescribeFleetAdvisorDatabasesResponse = D1 ('MetaData "DescribeFleetAdvisorDatabasesResponse" "Amazonka.DMS.DescribeFleetAdvisorDatabases" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorDatabasesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "databases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DatabaseResponse])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFleetAdvisorDatabasesResponse Source #

Create a value of DescribeFleetAdvisorDatabasesResponse 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:databases:DescribeFleetAdvisorDatabasesResponse', describeFleetAdvisorDatabasesResponse_databases - Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.

DescribeFleetAdvisorDatabases, describeFleetAdvisorDatabasesResponse_nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

$sel:httpStatus:DescribeFleetAdvisorDatabasesResponse', describeFleetAdvisorDatabasesResponse_httpStatus - The response's http status code.

DescribeFleetAdvisorLsaAnalysis

data DescribeFleetAdvisorLsaAnalysis Source #

See: newDescribeFleetAdvisorLsaAnalysis smart constructor.

Instances

Instances details
ToJSON DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

ToHeaders DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

ToPath DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

ToQuery DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

AWSRequest DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

Generic DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

Associated Types

type Rep DescribeFleetAdvisorLsaAnalysis :: Type -> Type #

Read DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

Show DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

NFData DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

Eq DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

Hashable DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

type AWSResponse DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

type Rep DescribeFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

type Rep DescribeFleetAdvisorLsaAnalysis = D1 ('MetaData "DescribeFleetAdvisorLsaAnalysis" "Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorLsaAnalysis'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDescribeFleetAdvisorLsaAnalysis :: DescribeFleetAdvisorLsaAnalysis Source #

Create a value of DescribeFleetAdvisorLsaAnalysis 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:maxRecords:DescribeFleetAdvisorLsaAnalysis', describeFleetAdvisorLsaAnalysis_maxRecords - Sets the maximum number of records returned in the response.

DescribeFleetAdvisorLsaAnalysis, describeFleetAdvisorLsaAnalysis_nextToken - If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

data DescribeFleetAdvisorLsaAnalysisResponse Source #

Instances

Instances details
Generic DescribeFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

Read DescribeFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

Show DescribeFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

NFData DescribeFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

Eq DescribeFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

type Rep DescribeFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis

type Rep DescribeFleetAdvisorLsaAnalysisResponse = D1 ('MetaData "DescribeFleetAdvisorLsaAnalysisResponse" "Amazonka.DMS.DescribeFleetAdvisorLsaAnalysis" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorLsaAnalysisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "analysis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FleetAdvisorLsaAnalysisResponse])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFleetAdvisorLsaAnalysisResponse Source #

Create a value of DescribeFleetAdvisorLsaAnalysisResponse 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:analysis:DescribeFleetAdvisorLsaAnalysisResponse', describeFleetAdvisorLsaAnalysisResponse_analysis - A list of FleetAdvisorLsaAnalysisResponse objects.

DescribeFleetAdvisorLsaAnalysis, describeFleetAdvisorLsaAnalysisResponse_nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

$sel:httpStatus:DescribeFleetAdvisorLsaAnalysisResponse', describeFleetAdvisorLsaAnalysisResponse_httpStatus - The response's http status code.

DescribeFleetAdvisorSchemaObjectSummary

data DescribeFleetAdvisorSchemaObjectSummary Source #

Instances

Instances details
ToJSON DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

ToHeaders DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

ToPath DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

ToQuery DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

AWSRequest DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

Generic DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

Read DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

Show DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

NFData DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

Eq DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

Hashable DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

type AWSResponse DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

type Rep DescribeFleetAdvisorSchemaObjectSummary Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

type Rep DescribeFleetAdvisorSchemaObjectSummary = D1 ('MetaData "DescribeFleetAdvisorSchemaObjectSummary" "Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorSchemaObjectSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeFleetAdvisorSchemaObjectSummary :: DescribeFleetAdvisorSchemaObjectSummary Source #

Create a value of DescribeFleetAdvisorSchemaObjectSummary 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:filters:DescribeFleetAdvisorSchemaObjectSummary', describeFleetAdvisorSchemaObjectSummary_filters - If you specify any of the following filters, the output includes information for only those schema objects that meet the filter criteria:

  • schema-id – The ID of the schema, for example d4610ac5-e323-4ad9-bc50-eaf7249dfe9d.

Example: describe-fleet-advisor-schema-object-summary --filter Name="schema-id",Values="50"

$sel:maxRecords:DescribeFleetAdvisorSchemaObjectSummary', describeFleetAdvisorSchemaObjectSummary_maxRecords - Sets the maximum number of records returned in the response.

DescribeFleetAdvisorSchemaObjectSummary, describeFleetAdvisorSchemaObjectSummary_nextToken - If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

data DescribeFleetAdvisorSchemaObjectSummaryResponse Source #

Instances

Instances details
Generic DescribeFleetAdvisorSchemaObjectSummaryResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

Read DescribeFleetAdvisorSchemaObjectSummaryResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

Show DescribeFleetAdvisorSchemaObjectSummaryResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

NFData DescribeFleetAdvisorSchemaObjectSummaryResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

Eq DescribeFleetAdvisorSchemaObjectSummaryResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

type Rep DescribeFleetAdvisorSchemaObjectSummaryResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary

type Rep DescribeFleetAdvisorSchemaObjectSummaryResponse = D1 ('MetaData "DescribeFleetAdvisorSchemaObjectSummaryResponse" "Amazonka.DMS.DescribeFleetAdvisorSchemaObjectSummary" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorSchemaObjectSummaryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetAdvisorSchemaObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FleetAdvisorSchemaObjectResponse])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFleetAdvisorSchemaObjectSummaryResponse Source #

Create a value of DescribeFleetAdvisorSchemaObjectSummaryResponse 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:fleetAdvisorSchemaObjects:DescribeFleetAdvisorSchemaObjectSummaryResponse', describeFleetAdvisorSchemaObjectSummaryResponse_fleetAdvisorSchemaObjects - A collection of FleetAdvisorSchemaObjectResponse objects.

DescribeFleetAdvisorSchemaObjectSummary, describeFleetAdvisorSchemaObjectSummaryResponse_nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

$sel:httpStatus:DescribeFleetAdvisorSchemaObjectSummaryResponse', describeFleetAdvisorSchemaObjectSummaryResponse_httpStatus - The response's http status code.

DescribeFleetAdvisorSchemas

data DescribeFleetAdvisorSchemas Source #

See: newDescribeFleetAdvisorSchemas smart constructor.

Instances

Instances details
ToJSON DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

ToHeaders DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

ToPath DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

ToQuery DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

AWSRequest DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

Generic DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

Associated Types

type Rep DescribeFleetAdvisorSchemas :: Type -> Type #

Read DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

Show DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

NFData DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

Eq DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

Hashable DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

type AWSResponse DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

type Rep DescribeFleetAdvisorSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

type Rep DescribeFleetAdvisorSchemas = D1 ('MetaData "DescribeFleetAdvisorSchemas" "Amazonka.DMS.DescribeFleetAdvisorSchemas" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorSchemas'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeFleetAdvisorSchemas :: DescribeFleetAdvisorSchemas Source #

Create a value of DescribeFleetAdvisorSchemas 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:filters:DescribeFleetAdvisorSchemas', describeFleetAdvisorSchemas_filters - If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:

  • complexity – The schema's complexity, for example Simple.
  • database-id – The ID of the schema's database.
  • database-ip-address – The IP address of the schema's database.
  • database-name – The name of the schema's database.
  • database-engine – The name of the schema database's engine.
  • original-schema-name – The name of the schema's database's main schema.
  • schema-id – The ID of the schema, for example 15.
  • schema-name – The name of the schema.
  • server-ip-address – The IP address of the schema database's server.

An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"

$sel:maxRecords:DescribeFleetAdvisorSchemas', describeFleetAdvisorSchemas_maxRecords - Sets the maximum number of records returned in the response.

DescribeFleetAdvisorSchemas, describeFleetAdvisorSchemas_nextToken - If NextToken is returned by a previous response, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

data DescribeFleetAdvisorSchemasResponse Source #

Instances

Instances details
Generic DescribeFleetAdvisorSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

Read DescribeFleetAdvisorSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

Show DescribeFleetAdvisorSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

NFData DescribeFleetAdvisorSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

Eq DescribeFleetAdvisorSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

type Rep DescribeFleetAdvisorSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeFleetAdvisorSchemas

type Rep DescribeFleetAdvisorSchemasResponse = D1 ('MetaData "DescribeFleetAdvisorSchemasResponse" "Amazonka.DMS.DescribeFleetAdvisorSchemas" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeFleetAdvisorSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetAdvisorSchemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SchemaResponse])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFleetAdvisorSchemasResponse Source #

Create a value of DescribeFleetAdvisorSchemasResponse 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:fleetAdvisorSchemas:DescribeFleetAdvisorSchemasResponse', describeFleetAdvisorSchemasResponse_fleetAdvisorSchemas - A collection of SchemaResponse objects.

DescribeFleetAdvisorSchemas, describeFleetAdvisorSchemasResponse_nextToken - If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

$sel:httpStatus:DescribeFleetAdvisorSchemasResponse', describeFleetAdvisorSchemasResponse_httpStatus - The response's http status code.

DescribeOrderableReplicationInstances (Paginated)

data DescribeOrderableReplicationInstances Source #

Instances

Instances details
ToJSON DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

ToHeaders DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

ToPath DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

ToQuery DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

AWSPager DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

AWSRequest DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

Generic DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

Read DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

Show DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

NFData DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

Eq DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

Hashable DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

type AWSResponse DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

type Rep DescribeOrderableReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

type Rep DescribeOrderableReplicationInstances = D1 ('MetaData "DescribeOrderableReplicationInstances" "Amazonka.DMS.DescribeOrderableReplicationInstances" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeOrderableReplicationInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newDescribeOrderableReplicationInstances :: DescribeOrderableReplicationInstances Source #

Create a value of DescribeOrderableReplicationInstances 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:

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

$sel:maxRecords:DescribeOrderableReplicationInstances', describeOrderableReplicationInstances_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeOrderableReplicationInstancesResponse Source #

Instances

Instances details
Generic DescribeOrderableReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

Read DescribeOrderableReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

Show DescribeOrderableReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

NFData DescribeOrderableReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

Eq DescribeOrderableReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

type Rep DescribeOrderableReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeOrderableReplicationInstances

type Rep DescribeOrderableReplicationInstancesResponse = D1 ('MetaData "DescribeOrderableReplicationInstancesResponse" "Amazonka.DMS.DescribeOrderableReplicationInstances" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeOrderableReplicationInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "orderableReplicationInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrderableReplicationInstance])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeOrderableReplicationInstancesResponse Source #

Create a value of DescribeOrderableReplicationInstancesResponse 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:

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

$sel:orderableReplicationInstances:DescribeOrderableReplicationInstancesResponse', describeOrderableReplicationInstancesResponse_orderableReplicationInstances - The order-able replication instances available.

$sel:httpStatus:DescribeOrderableReplicationInstancesResponse', describeOrderableReplicationInstancesResponse_httpStatus - The response's http status code.

DescribePendingMaintenanceActions

data DescribePendingMaintenanceActions Source #

See: newDescribePendingMaintenanceActions smart constructor.

Instances

Instances details
ToJSON DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

ToHeaders DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

ToPath DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

ToQuery DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

AWSRequest DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

Generic DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

Associated Types

type Rep DescribePendingMaintenanceActions :: Type -> Type #

Read DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

Show DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

NFData DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

Eq DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

Hashable DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

type AWSResponse DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

type Rep DescribePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

type Rep DescribePendingMaintenanceActions = D1 ('MetaData "DescribePendingMaintenanceActions" "Amazonka.DMS.DescribePendingMaintenanceActions" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribePendingMaintenanceActions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribePendingMaintenanceActions :: DescribePendingMaintenanceActions Source #

Create a value of DescribePendingMaintenanceActions 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:filters:DescribePendingMaintenanceActions', describePendingMaintenanceActions_filters -

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

$sel:maxRecords:DescribePendingMaintenanceActions', describePendingMaintenanceActions_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribePendingMaintenanceActions, describePendingMaintenanceActions_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

data DescribePendingMaintenanceActionsResponse Source #

Instances

Instances details
Generic DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

Read DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

Show DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

NFData DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

Eq DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

type Rep DescribePendingMaintenanceActionsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribePendingMaintenanceActions

type Rep DescribePendingMaintenanceActionsResponse = D1 ('MetaData "DescribePendingMaintenanceActionsResponse" "Amazonka.DMS.DescribePendingMaintenanceActions" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribePendingMaintenanceActionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pendingMaintenanceActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResourcePendingMaintenanceActions])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribePendingMaintenanceActionsResponse Source #

Create a value of DescribePendingMaintenanceActionsResponse 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:

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

$sel:pendingMaintenanceActions:DescribePendingMaintenanceActionsResponse', describePendingMaintenanceActionsResponse_pendingMaintenanceActions - The pending maintenance action.

$sel:httpStatus:DescribePendingMaintenanceActionsResponse', describePendingMaintenanceActionsResponse_httpStatus - The response's http status code.

DescribeRefreshSchemasStatus

data DescribeRefreshSchemasStatus Source #

See: newDescribeRefreshSchemasStatus smart constructor.

Instances

Instances details
ToJSON DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

ToHeaders DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

ToPath DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

ToQuery DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

AWSRequest DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Generic DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Associated Types

type Rep DescribeRefreshSchemasStatus :: Type -> Type #

Read DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Show DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

NFData DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Eq DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Hashable DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

type AWSResponse DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatus = D1 ('MetaData "DescribeRefreshSchemasStatus" "Amazonka.DMS.DescribeRefreshSchemasStatus" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeRefreshSchemasStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeRefreshSchemasStatus Source #

Create a value of DescribeRefreshSchemasStatus 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:

DescribeRefreshSchemasStatus, describeRefreshSchemasStatus_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

data DescribeRefreshSchemasStatusResponse Source #

Instances

Instances details
Generic DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Read DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Show DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

NFData DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

Eq DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatusResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeRefreshSchemasStatus

type Rep DescribeRefreshSchemasStatusResponse = D1 ('MetaData "DescribeRefreshSchemasStatusResponse" "Amazonka.DMS.DescribeRefreshSchemasStatus" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeRefreshSchemasStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "refreshSchemasStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshSchemasStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeRefreshSchemasStatusResponse Source #

Create a value of DescribeRefreshSchemasStatusResponse 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:refreshSchemasStatus:DescribeRefreshSchemasStatusResponse', describeRefreshSchemasStatusResponse_refreshSchemasStatus - The status of the schema.

$sel:httpStatus:DescribeRefreshSchemasStatusResponse', describeRefreshSchemasStatusResponse_httpStatus - The response's http status code.

DescribeReplicationInstanceTaskLogs

data DescribeReplicationInstanceTaskLogs Source #

Instances

Instances details
ToJSON DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

ToHeaders DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

ToPath DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

ToQuery DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

AWSRequest DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Generic DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Read DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Show DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

NFData DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Eq DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Hashable DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

type AWSResponse DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

type Rep DescribeReplicationInstanceTaskLogs Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

type Rep DescribeReplicationInstanceTaskLogs = D1 ('MetaData "DescribeReplicationInstanceTaskLogs" "Amazonka.DMS.DescribeReplicationInstanceTaskLogs" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationInstanceTaskLogs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeReplicationInstanceTaskLogs Source #

Create a value of DescribeReplicationInstanceTaskLogs 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:

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

$sel:maxRecords:DescribeReplicationInstanceTaskLogs', describeReplicationInstanceTaskLogs_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeReplicationInstanceTaskLogs, describeReplicationInstanceTaskLogs_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

data DescribeReplicationInstanceTaskLogsResponse Source #

Instances

Instances details
Generic DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Read DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Show DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

NFData DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

Eq DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

type Rep DescribeReplicationInstanceTaskLogsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstanceTaskLogs

type Rep DescribeReplicationInstanceTaskLogsResponse = D1 ('MetaData "DescribeReplicationInstanceTaskLogsResponse" "Amazonka.DMS.DescribeReplicationInstanceTaskLogs" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationInstanceTaskLogsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationInstanceTaskLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationInstanceTaskLog])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReplicationInstanceTaskLogsResponse Source #

Create a value of DescribeReplicationInstanceTaskLogsResponse 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:

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

DescribeReplicationInstanceTaskLogs, describeReplicationInstanceTaskLogsResponse_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

$sel:replicationInstanceTaskLogs:DescribeReplicationInstanceTaskLogsResponse', describeReplicationInstanceTaskLogsResponse_replicationInstanceTaskLogs - An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).

$sel:httpStatus:DescribeReplicationInstanceTaskLogsResponse', describeReplicationInstanceTaskLogsResponse_httpStatus - The response's http status code.

DescribeReplicationInstances (Paginated)

data DescribeReplicationInstances Source #

See: newDescribeReplicationInstances smart constructor.

Instances

Instances details
ToJSON DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

ToHeaders DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

ToPath DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

ToQuery DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

AWSPager DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

AWSRequest DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

Generic DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

Associated Types

type Rep DescribeReplicationInstances :: Type -> Type #

Read DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

Show DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

NFData DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

Eq DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

Hashable DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

type AWSResponse DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

type Rep DescribeReplicationInstances Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

type Rep DescribeReplicationInstances = D1 ('MetaData "DescribeReplicationInstances" "Amazonka.DMS.DescribeReplicationInstances" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationInstances'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeReplicationInstances :: DescribeReplicationInstances Source #

Create a value of DescribeReplicationInstances 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:filters:DescribeReplicationInstances', describeReplicationInstances_filters - Filters applied to replication instances.

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

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

$sel:maxRecords:DescribeReplicationInstances', describeReplicationInstances_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeReplicationInstancesResponse Source #

Instances

Instances details
Generic DescribeReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

Read DescribeReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

Show DescribeReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

NFData DescribeReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

Eq DescribeReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

type Rep DescribeReplicationInstancesResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationInstances

type Rep DescribeReplicationInstancesResponse = D1 ('MetaData "DescribeReplicationInstancesResponse" "Amazonka.DMS.DescribeReplicationInstances" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationInstancesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationInstances") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationInstance])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReplicationInstancesResponse Source #

Create a value of DescribeReplicationInstancesResponse 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:

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

$sel:replicationInstances:DescribeReplicationInstancesResponse', describeReplicationInstancesResponse_replicationInstances - The replication instances described.

$sel:httpStatus:DescribeReplicationInstancesResponse', describeReplicationInstancesResponse_httpStatus - The response's http status code.

DescribeReplicationSubnetGroups (Paginated)

data DescribeReplicationSubnetGroups Source #

See: newDescribeReplicationSubnetGroups smart constructor.

Instances

Instances details
ToJSON DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

ToHeaders DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

ToPath DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

ToQuery DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

AWSPager DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

AWSRequest DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Generic DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Associated Types

type Rep DescribeReplicationSubnetGroups :: Type -> Type #

Read DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Show DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

NFData DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Eq DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Hashable DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

type AWSResponse DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroups Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroups = D1 ('MetaData "DescribeReplicationSubnetGroups" "Amazonka.DMS.DescribeReplicationSubnetGroups" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationSubnetGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeReplicationSubnetGroups :: DescribeReplicationSubnetGroups Source #

Create a value of DescribeReplicationSubnetGroups 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:filters:DescribeReplicationSubnetGroups', describeReplicationSubnetGroups_filters - Filters applied to replication subnet groups.

Valid filter names: replication-subnet-group-id

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

$sel:maxRecords:DescribeReplicationSubnetGroups', describeReplicationSubnetGroups_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

data DescribeReplicationSubnetGroupsResponse Source #

Instances

Instances details
Generic DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Read DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Show DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

NFData DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

Eq DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroupsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationSubnetGroups

type Rep DescribeReplicationSubnetGroupsResponse = D1 ('MetaData "DescribeReplicationSubnetGroupsResponse" "Amazonka.DMS.DescribeReplicationSubnetGroups" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationSubnetGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationSubnetGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationSubnetGroup])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReplicationSubnetGroupsResponse Source #

Create a value of DescribeReplicationSubnetGroupsResponse 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:

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

$sel:replicationSubnetGroups:DescribeReplicationSubnetGroupsResponse', describeReplicationSubnetGroupsResponse_replicationSubnetGroups - A description of the replication subnet groups.

$sel:httpStatus:DescribeReplicationSubnetGroupsResponse', describeReplicationSubnetGroupsResponse_httpStatus - The response's http status code.

DescribeReplicationTaskAssessmentResults (Paginated)

data DescribeReplicationTaskAssessmentResults Source #

Instances

Instances details
ToJSON DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

ToHeaders DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

ToPath DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

ToQuery DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

AWSPager DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

AWSRequest DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

Generic DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

Read DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

Show DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

NFData DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

Eq DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

Hashable DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

type AWSResponse DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

type Rep DescribeReplicationTaskAssessmentResults Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

type Rep DescribeReplicationTaskAssessmentResults = D1 ('MetaData "DescribeReplicationTaskAssessmentResults" "Amazonka.DMS.DescribeReplicationTaskAssessmentResults" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationTaskAssessmentResults'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeReplicationTaskAssessmentResults :: DescribeReplicationTaskAssessmentResults Source #

Create a value of DescribeReplicationTaskAssessmentResults 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:

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

$sel:maxRecords:DescribeReplicationTaskAssessmentResults', describeReplicationTaskAssessmentResults_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

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

data DescribeReplicationTaskAssessmentResultsResponse Source #

Instances

Instances details
Generic DescribeReplicationTaskAssessmentResultsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

Read DescribeReplicationTaskAssessmentResultsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

Show DescribeReplicationTaskAssessmentResultsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

NFData DescribeReplicationTaskAssessmentResultsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

Eq DescribeReplicationTaskAssessmentResultsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

type Rep DescribeReplicationTaskAssessmentResultsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentResults

type Rep DescribeReplicationTaskAssessmentResultsResponse = D1 ('MetaData "DescribeReplicationTaskAssessmentResultsResponse" "Amazonka.DMS.DescribeReplicationTaskAssessmentResults" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationTaskAssessmentResultsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationTaskAssessmentResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationTaskAssessmentResult])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReplicationTaskAssessmentResultsResponse Source #

Create a value of DescribeReplicationTaskAssessmentResultsResponse 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:

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

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

$sel:replicationTaskAssessmentResults:DescribeReplicationTaskAssessmentResultsResponse', describeReplicationTaskAssessmentResultsResponse_replicationTaskAssessmentResults - The task assessment report.

$sel:httpStatus:DescribeReplicationTaskAssessmentResultsResponse', describeReplicationTaskAssessmentResultsResponse_httpStatus - The response's http status code.

DescribeReplicationTaskAssessmentRuns

data DescribeReplicationTaskAssessmentRuns Source #

Instances

Instances details
ToJSON DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

ToHeaders DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

ToPath DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

ToQuery DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

AWSRequest DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

Generic DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

Read DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

Show DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

NFData DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

Eq DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

Hashable DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

type AWSResponse DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

type Rep DescribeReplicationTaskAssessmentRuns Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

type Rep DescribeReplicationTaskAssessmentRuns = D1 ('MetaData "DescribeReplicationTaskAssessmentRuns" "Amazonka.DMS.DescribeReplicationTaskAssessmentRuns" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationTaskAssessmentRuns'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeReplicationTaskAssessmentRuns :: DescribeReplicationTaskAssessmentRuns Source #

Create a value of DescribeReplicationTaskAssessmentRuns 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:filters:DescribeReplicationTaskAssessmentRuns', describeReplicationTaskAssessmentRuns_filters - Filters applied to the premigration assessment runs described in the form of key-value pairs.

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

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

$sel:maxRecords:DescribeReplicationTaskAssessmentRuns', describeReplicationTaskAssessmentRuns_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

data DescribeReplicationTaskAssessmentRunsResponse Source #

Instances

Instances details
Generic DescribeReplicationTaskAssessmentRunsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

Read DescribeReplicationTaskAssessmentRunsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

Show DescribeReplicationTaskAssessmentRunsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

NFData DescribeReplicationTaskAssessmentRunsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

Eq DescribeReplicationTaskAssessmentRunsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

type Rep DescribeReplicationTaskAssessmentRunsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskAssessmentRuns

type Rep DescribeReplicationTaskAssessmentRunsResponse = D1 ('MetaData "DescribeReplicationTaskAssessmentRunsResponse" "Amazonka.DMS.DescribeReplicationTaskAssessmentRuns" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationTaskAssessmentRunsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskAssessmentRuns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationTaskAssessmentRun])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReplicationTaskAssessmentRunsResponse Source #

Create a value of DescribeReplicationTaskAssessmentRunsResponse 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:

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

$sel:replicationTaskAssessmentRuns:DescribeReplicationTaskAssessmentRunsResponse', describeReplicationTaskAssessmentRunsResponse_replicationTaskAssessmentRuns - One or more premigration assessment runs as specified by Filters.

$sel:httpStatus:DescribeReplicationTaskAssessmentRunsResponse', describeReplicationTaskAssessmentRunsResponse_httpStatus - The response's http status code.

DescribeReplicationTaskIndividualAssessments

data DescribeReplicationTaskIndividualAssessments Source #

Instances

Instances details
ToJSON DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

ToHeaders DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

ToPath DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

ToQuery DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

AWSRequest DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

Generic DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

Read DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

Show DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

NFData DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

Eq DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

Hashable DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

type AWSResponse DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

type Rep DescribeReplicationTaskIndividualAssessments Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

type Rep DescribeReplicationTaskIndividualAssessments = D1 ('MetaData "DescribeReplicationTaskIndividualAssessments" "Amazonka.DMS.DescribeReplicationTaskIndividualAssessments" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationTaskIndividualAssessments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDescribeReplicationTaskIndividualAssessments :: DescribeReplicationTaskIndividualAssessments Source #

Create a value of DescribeReplicationTaskIndividualAssessments 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:filters:DescribeReplicationTaskIndividualAssessments', describeReplicationTaskIndividualAssessments_filters - Filters applied to the individual assessments described in the form of key-value pairs.

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

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

$sel:maxRecords:DescribeReplicationTaskIndividualAssessments', describeReplicationTaskIndividualAssessments_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

data DescribeReplicationTaskIndividualAssessmentsResponse Source #

Instances

Instances details
Generic DescribeReplicationTaskIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

Read DescribeReplicationTaskIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

Show DescribeReplicationTaskIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

NFData DescribeReplicationTaskIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

Eq DescribeReplicationTaskIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

type Rep DescribeReplicationTaskIndividualAssessmentsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTaskIndividualAssessments

type Rep DescribeReplicationTaskIndividualAssessmentsResponse = D1 ('MetaData "DescribeReplicationTaskIndividualAssessmentsResponse" "Amazonka.DMS.DescribeReplicationTaskIndividualAssessments" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationTaskIndividualAssessmentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskIndividualAssessments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationTaskIndividualAssessment])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReplicationTaskIndividualAssessmentsResponse Source #

Create a value of DescribeReplicationTaskIndividualAssessmentsResponse 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:

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

$sel:replicationTaskIndividualAssessments:DescribeReplicationTaskIndividualAssessmentsResponse', describeReplicationTaskIndividualAssessmentsResponse_replicationTaskIndividualAssessments - One or more individual assessments as specified by Filters.

$sel:httpStatus:DescribeReplicationTaskIndividualAssessmentsResponse', describeReplicationTaskIndividualAssessmentsResponse_httpStatus - The response's http status code.

DescribeReplicationTasks (Paginated)

data DescribeReplicationTasks Source #

See: newDescribeReplicationTasks smart constructor.

Instances

Instances details
ToJSON DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

ToHeaders DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

ToPath DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

ToQuery DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

AWSPager DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

AWSRequest DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

Generic DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

Associated Types

type Rep DescribeReplicationTasks :: Type -> Type #

Read DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

Show DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

NFData DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

Eq DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

Hashable DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

type AWSResponse DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

type Rep DescribeReplicationTasks Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

type Rep DescribeReplicationTasks = D1 ('MetaData "DescribeReplicationTasks" "Amazonka.DMS.DescribeReplicationTasks" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationTasks'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "withoutSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newDescribeReplicationTasks :: DescribeReplicationTasks Source #

Create a value of DescribeReplicationTasks 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:filters:DescribeReplicationTasks', describeReplicationTasks_filters - Filters applied to replication tasks.

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

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

$sel:maxRecords:DescribeReplicationTasks', describeReplicationTasks_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

$sel:withoutSettings:DescribeReplicationTasks', describeReplicationTasks_withoutSettings - An option to set to avoid returning information about settings. Use this to reduce overhead when setting information is too large. To use this option, choose true; otherwise, choose false (the default).

data DescribeReplicationTasksResponse Source #

See: newDescribeReplicationTasksResponse smart constructor.

Instances

Instances details
Generic DescribeReplicationTasksResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

Associated Types

type Rep DescribeReplicationTasksResponse :: Type -> Type #

Read DescribeReplicationTasksResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

Show DescribeReplicationTasksResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

NFData DescribeReplicationTasksResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

Eq DescribeReplicationTasksResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

type Rep DescribeReplicationTasksResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeReplicationTasks

type Rep DescribeReplicationTasksResponse = D1 ('MetaData "DescribeReplicationTasksResponse" "Amazonka.DMS.DescribeReplicationTasks" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeReplicationTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicationTask])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReplicationTasksResponse Source #

Create a value of DescribeReplicationTasksResponse 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:

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

$sel:replicationTasks:DescribeReplicationTasksResponse', describeReplicationTasksResponse_replicationTasks - A description of the replication tasks.

$sel:httpStatus:DescribeReplicationTasksResponse', describeReplicationTasksResponse_httpStatus - The response's http status code.

DescribeSchemas (Paginated)

data DescribeSchemas Source #

See: newDescribeSchemas smart constructor.

Instances

Instances details
ToJSON DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

ToHeaders DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

ToPath DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

ToQuery DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

AWSPager DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

AWSRequest DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

Associated Types

type AWSResponse DescribeSchemas #

Generic DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

Associated Types

type Rep DescribeSchemas :: Type -> Type #

Read DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

Show DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

NFData DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

Methods

rnf :: DescribeSchemas -> () #

Eq DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

Hashable DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

type AWSResponse DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

type Rep DescribeSchemas Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

type Rep DescribeSchemas = D1 ('MetaData "DescribeSchemas" "Amazonka.DMS.DescribeSchemas" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeSchemas'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeSchemas Source #

Create a value of DescribeSchemas 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:

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

$sel:maxRecords:DescribeSchemas', describeSchemas_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 100.

DescribeSchemas, describeSchemas_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

data DescribeSchemasResponse Source #

See: newDescribeSchemasResponse smart constructor.

Instances

Instances details
Generic DescribeSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

Associated Types

type Rep DescribeSchemasResponse :: Type -> Type #

Read DescribeSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

Show DescribeSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

NFData DescribeSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

Methods

rnf :: DescribeSchemasResponse -> () #

Eq DescribeSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

type Rep DescribeSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeSchemas

type Rep DescribeSchemasResponse = D1 ('MetaData "DescribeSchemasResponse" "Amazonka.DMS.DescribeSchemas" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeSchemasResponse Source #

Create a value of DescribeSchemasResponse 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:

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

$sel:schemas:DescribeSchemasResponse', describeSchemasResponse_schemas - The described schema.

$sel:httpStatus:DescribeSchemasResponse', describeSchemasResponse_httpStatus - The response's http status code.

DescribeTableStatistics (Paginated)

data DescribeTableStatistics Source #

See: newDescribeTableStatistics smart constructor.

Instances

Instances details
ToJSON DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

ToHeaders DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

ToPath DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

ToQuery DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

AWSPager DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

AWSRequest DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

Generic DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

Associated Types

type Rep DescribeTableStatistics :: Type -> Type #

Read DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

Show DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

NFData DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

Methods

rnf :: DescribeTableStatistics -> () #

Eq DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

Hashable DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

type AWSResponse DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

type Rep DescribeTableStatistics Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

type Rep DescribeTableStatistics = D1 ('MetaData "DescribeTableStatistics" "Amazonka.DMS.DescribeTableStatistics" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeTableStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeTableStatistics Source #

Create a value of DescribeTableStatistics 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:filters:DescribeTableStatistics', describeTableStatistics_filters - Filters applied to table statistics.

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

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

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

$sel:maxRecords:DescribeTableStatistics', describeTableStatistics_maxRecords - The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

Default: 100

Constraints: Minimum 20, maximum 500.

DescribeTableStatistics, describeTableStatistics_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

data DescribeTableStatisticsResponse Source #

See: newDescribeTableStatisticsResponse smart constructor.

Instances

Instances details
Generic DescribeTableStatisticsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

Associated Types

type Rep DescribeTableStatisticsResponse :: Type -> Type #

Read DescribeTableStatisticsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

Show DescribeTableStatisticsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

NFData DescribeTableStatisticsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

Eq DescribeTableStatisticsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

type Rep DescribeTableStatisticsResponse Source # 
Instance details

Defined in Amazonka.DMS.DescribeTableStatistics

type Rep DescribeTableStatisticsResponse = D1 ('MetaData "DescribeTableStatisticsResponse" "Amazonka.DMS.DescribeTableStatistics" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DescribeTableStatisticsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tableStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TableStatistics])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeTableStatisticsResponse Source #

Create a value of DescribeTableStatisticsResponse 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:

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

DescribeTableStatistics, describeTableStatisticsResponse_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

$sel:tableStatistics:DescribeTableStatisticsResponse', describeTableStatisticsResponse_tableStatistics - The table statistics.

$sel:httpStatus:DescribeTableStatisticsResponse', describeTableStatisticsResponse_httpStatus - The response's http status code.

ImportCertificate

data ImportCertificate Source #

See: newImportCertificate smart constructor.

Instances

Instances details
ToJSON ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

ToHeaders ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

ToPath ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

ToQuery ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

AWSRequest ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

Associated Types

type AWSResponse ImportCertificate #

Generic ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

Associated Types

type Rep ImportCertificate :: Type -> Type #

Show ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

NFData ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

Methods

rnf :: ImportCertificate -> () #

Eq ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

Hashable ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

type AWSResponse ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

type Rep ImportCertificate Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

type Rep ImportCertificate = D1 ('MetaData "ImportCertificate" "Amazonka.DMS.ImportCertificate" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ImportCertificate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "certificatePem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "certificateWallet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Base64))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "certificateIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newImportCertificate Source #

Create a value of ImportCertificate 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:

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

ImportCertificate, importCertificate_certificateWallet - The location of an imported Oracle Wallet certificate for use with SSL. Provide the name of a .sso file using the fileb:// prefix. You can't provide the certificate inline.

Example: filebase64("${path.root}/rds-ca-2019-root.sso")-- -- 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:tags:ImportCertificate', importCertificate_tags - The tags associated with the certificate.

ImportCertificate, importCertificate_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.

data ImportCertificateResponse Source #

See: newImportCertificateResponse smart constructor.

Instances

Instances details
Generic ImportCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

Associated Types

type Rep ImportCertificateResponse :: Type -> Type #

Read ImportCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

Show ImportCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

NFData ImportCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

Eq ImportCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

type Rep ImportCertificateResponse Source # 
Instance details

Defined in Amazonka.DMS.ImportCertificate

type Rep ImportCertificateResponse = D1 ('MetaData "ImportCertificateResponse" "Amazonka.DMS.ImportCertificate" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ImportCertificateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Certificate)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newImportCertificateResponse Source #

Create a value of ImportCertificateResponse 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:certificate:ImportCertificateResponse', importCertificateResponse_certificate - The certificate to be uploaded.

$sel:httpStatus:ImportCertificateResponse', importCertificateResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.DMS.ListTagsForResource" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceArnList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newListTagsForResource :: ListTagsForResource Source #

Create a value of ListTagsForResource 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:

ListTagsForResource, listTagsForResource_resourceArn - The Amazon Resource Name (ARN) string that uniquely identifies the DMS resource to list tags for. This returns a list of keys (names of tags) created for the resource and their associated tag values.

$sel:resourceArnList:ListTagsForResource', listTagsForResource_resourceArnList - List of ARNs that identify multiple DMS resources that you want to list tags for. This returns a list of keys (tag names) and their associated tag values. It also returns each tag's associated ResourceArn value, which is the ARN of the resource for which each listed tag is created.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.DMS.ListTagsForResource" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tagList:ListTagsForResourceResponse', listTagsForResourceResponse_tagList - A list of tags for the resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ModifyEndpoint

data ModifyEndpoint Source #

See: newModifyEndpoint smart constructor.

Instances

Instances details
ToJSON ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

ToHeaders ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

ToPath ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

ToQuery ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

AWSRequest ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

Associated Types

type AWSResponse ModifyEndpoint #

Generic ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

Associated Types

type Rep ModifyEndpoint :: Type -> Type #

Show ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

NFData ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

Methods

rnf :: ModifyEndpoint -> () #

Eq ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

Hashable ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

type AWSResponse ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

type Rep ModifyEndpoint Source # 
Instance details

Defined in Amazonka.DMS.ModifyEndpoint

type Rep ModifyEndpoint = D1 ('MetaData "ModifyEndpoint" "Amazonka.DMS.ModifyEndpoint" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ModifyEndpoint'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dmsTransferSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DmsTransferSettings)) :*: S1 ('MetaSel ('Just "docDbSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DocDbSettings)))) :*: ((S1 ('MetaSel ('Just "dynamoDbSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DynamoDbSettings)) :*: S1 ('MetaSel ('Just "elasticsearchSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ElasticsearchSettings))) :*: (S1 ('MetaSel ('Just "endpointIdentifier") '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 "exactSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "externalTableDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "extraConnectionAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "gcpMySQLSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GcpMySQLSettings)) :*: S1 ('MetaSel ('Just "iBMDb2Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IBMDb2Settings))) :*: (S1 ('MetaSel ('Just "kafkaSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KafkaSettings)) :*: S1 ('MetaSel ('Just "kinesisSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisSettings)))))) :*: ((((S1 ('MetaSel ('Just "microsoftSQLServerSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MicrosoftSQLServerSettings)) :*: S1 ('MetaSel ('Just "mongoDbSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MongoDbSettings))) :*: (S1 ('MetaSel ('Just "mySQLSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MySQLSettings)) :*: S1 ('MetaSel ('Just "neptuneSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NeptuneSettings)))) :*: ((S1 ('MetaSel ('Just "oracleSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OracleSettings)) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "postgreSQLSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PostgreSQLSettings))))) :*: (((S1 ('MetaSel ('Just "redisSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedisSettings)) :*: S1 ('MetaSel ('Just "redshiftSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftSettings))) :*: (S1 ('MetaSel ('Just "s3Settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Settings)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sslMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DmsSslModeValue))) :*: (S1 ('MetaSel ('Just "sybaseSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SybaseSettings)) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))))

newModifyEndpoint Source #

Create a value of ModifyEndpoint 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:

ModifyEndpoint, modifyEndpoint_certificateArn - The Amazon Resource Name (ARN) of the certificate used for SSL connection.

ModifyEndpoint, modifyEndpoint_databaseName - The name of the endpoint database. For a MySQL source or target endpoint, do not specify DatabaseName.

ModifyEndpoint, modifyEndpoint_dmsTransferSettings - The settings in JSON format for the DMS transfer type of source endpoint.

Attributes 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"}

ModifyEndpoint, modifyEndpoint_docDbSettings - Settings in JSON format for the source DocumentDB endpoint. For more information about the available settings, see the configuration properties section in Using DocumentDB as a Target for Database Migration Service in the Database Migration Service User Guide.

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

ModifyEndpoint, modifyEndpoint_elasticsearchSettings - Settings in JSON format for the target OpenSearch endpoint. For more information about the available settings, see Extra Connection Attributes When Using OpenSearch as a Target for DMS in the Database Migration Service User Guide.

ModifyEndpoint, modifyEndpoint_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.

ModifyEndpoint, modifyEndpoint_endpointType - The type of endpoint. Valid values are source and target.

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

$sel:exactSettings:ModifyEndpoint', modifyEndpoint_exactSettings - If this attribute is Y, the current call to ModifyEndpoint replaces all existing endpoint settings with the exact settings that you specify in this call. If this attribute is N, the current call to ModifyEndpoint does two things:

  • It replaces any endpoint settings that already exist with new values, for settings with the same names.
  • It creates new endpoint settings that you specify in the call, for settings with different names.

For example, if you call create-endpoint ... --endpoint-settings '{"a":1}' ..., the endpoint has the following endpoint settings: '{"a":1}'. If you then call modify-endpoint ... --endpoint-settings '{"b":2}' ... for the same endpoint, the endpoint has the following settings: '{"a":1,"b":2}'.

However, suppose that you follow this with a call to modify-endpoint ... --endpoint-settings '{"b":2}' --exact-settings ... for that same endpoint again. Then the endpoint has the following settings: '{"b":2}'. All existing settings are replaced with the exact settings that you specify.

ModifyEndpoint, modifyEndpoint_externalTableDefinition - The external table definition.

ModifyEndpoint, modifyEndpoint_extraConnectionAttributes - Additional attributes associated with the connection. To reset this parameter, pass the empty string ("") as an argument.

ModifyEndpoint, modifyEndpoint_gcpMySQLSettings - Settings in JSON format for the source GCP MySQL endpoint.

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

ModifyEndpoint, modifyEndpoint_kafkaSettings - Settings in JSON format for the target Apache Kafka endpoint. For more information about the available settings, see Using object mapping to migrate data to a Kafka topic in the Database Migration Service User Guide.

ModifyEndpoint, modifyEndpoint_kinesisSettings - Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. For more information about the available settings, see Using object mapping to migrate data to a Kinesis data stream in the Database Migration Service User Guide.

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

ModifyEndpoint, modifyEndpoint_mongoDbSettings - Settings in JSON format for the source MongoDB endpoint. For more information about the available settings, see the configuration properties section in Endpoint configuration settings when using MongoDB as a source for Database Migration Service in the Database Migration Service User Guide.

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

ModifyEndpoint, modifyEndpoint_neptuneSettings - Settings in JSON format for the target Amazon Neptune endpoint. For more information about the available settings, see Specifying graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a target in the Database Migration Service User Guide.

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

ModifyEndpoint, modifyEndpoint_password - The password to be used to login to the endpoint database.

ModifyEndpoint, modifyEndpoint_port - The port used by the endpoint database.

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

ModifyEndpoint, modifyEndpoint_redisSettings - Settings in JSON format for the Redis target endpoint.

ModifyEndpoint, modifyEndpoint_redshiftSettings - Undocumented member.

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

ModifyEndpoint, modifyEndpoint_serverName - The name of the server where the endpoint database resides.

ModifyEndpoint, modifyEndpoint_serviceAccessRoleArn - The Amazon Resource Name (ARN) for the IAM role you want to use to modify the endpoint. The role must allow the iam:PassRole action.

ModifyEndpoint, modifyEndpoint_sslMode - The SSL mode used to connect to the endpoint. The default value is none.

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

ModifyEndpoint, modifyEndpoint_username - The user name to be used to login to the endpoint database.

ModifyEndpoint, modifyEndpoint_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

data ModifyEndpointResponse Source #

See: newModifyEndpointResponse smart constructor.

newModifyEndpointResponse Source #

Create a value of ModifyEndpointResponse 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:endpoint:ModifyEndpointResponse', modifyEndpointResponse_endpoint - The modified endpoint.

$sel:httpStatus:ModifyEndpointResponse', modifyEndpointResponse_httpStatus - The response's http status code.

ModifyEventSubscription

data ModifyEventSubscription Source #

See: newModifyEventSubscription smart constructor.

Instances

Instances details
ToJSON ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

ToHeaders ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

ToPath ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

ToQuery ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

AWSRequest ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

Generic ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

Associated Types

type Rep ModifyEventSubscription :: Type -> Type #

Read ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

Show ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

NFData ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

Methods

rnf :: ModifyEventSubscription -> () #

Eq ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

Hashable ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

type AWSResponse ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

type Rep ModifyEventSubscription Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

type Rep ModifyEventSubscription = D1 ('MetaData "ModifyEventSubscription" "Amazonka.DMS.ModifyEventSubscription" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ModifyEventSubscription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subscriptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newModifyEventSubscription Source #

Create a value of ModifyEventSubscription 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:

ModifyEventSubscription, modifyEventSubscription_enabled - A Boolean value; set to true to activate the subscription.

ModifyEventSubscription, modifyEventSubscription_eventCategories - A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.

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

ModifyEventSubscription, modifyEventSubscription_sourceType - The type of DMS resource that generates the events you want to subscribe to.

Valid values: replication-instance | replication-task

$sel:subscriptionName:ModifyEventSubscription', modifyEventSubscription_subscriptionName - The name of the DMS event notification subscription to be modified.

data ModifyEventSubscriptionResponse Source #

See: newModifyEventSubscriptionResponse smart constructor.

Instances

Instances details
Generic ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

Associated Types

type Rep ModifyEventSubscriptionResponse :: Type -> Type #

Read ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

Show ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

NFData ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

Eq ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

type Rep ModifyEventSubscriptionResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyEventSubscription

type Rep ModifyEventSubscriptionResponse = D1 ('MetaData "ModifyEventSubscriptionResponse" "Amazonka.DMS.ModifyEventSubscription" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ModifyEventSubscriptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventSubscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventSubscription)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyEventSubscriptionResponse Source #

Create a value of ModifyEventSubscriptionResponse 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:eventSubscription:ModifyEventSubscriptionResponse', modifyEventSubscriptionResponse_eventSubscription - The modified event subscription.

$sel:httpStatus:ModifyEventSubscriptionResponse', modifyEventSubscriptionResponse_httpStatus - The response's http status code.

ModifyReplicationInstance

data ModifyReplicationInstance Source #

See: newModifyReplicationInstance smart constructor.

Instances

Instances details
ToJSON ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

ToHeaders ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

ToPath ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

ToQuery ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

AWSRequest ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

Generic ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

Associated Types

type Rep ModifyReplicationInstance :: Type -> Type #

Read ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

Show ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

NFData ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

Eq ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

Hashable ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

type AWSResponse ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

type Rep ModifyReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

type Rep ModifyReplicationInstance = D1 ('MetaData "ModifyReplicationInstance" "Amazonka.DMS.ModifyReplicationInstance" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ModifyReplicationInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "allowMajorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "applyImmediately") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "preferredMaintenanceWindow") '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 "vpcSecurityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newModifyReplicationInstance Source #

Create a value of ModifyReplicationInstance 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:

ModifyReplicationInstance, modifyReplicationInstance_allocatedStorage - The amount of storage (in gigabytes) to be allocated for the replication instance.

$sel:allowMajorVersionUpgrade:ModifyReplicationInstance', modifyReplicationInstance_allowMajorVersionUpgrade - Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage, and the change is asynchronously applied as soon as possible.

This parameter must be set to true when specifying a value for the EngineVersion parameter that is a different major version than the replication instance's current version.

$sel:applyImmediately:ModifyReplicationInstance', modifyReplicationInstance_applyImmediately - Indicates whether the changes should be applied immediately or during the next maintenance window.

ModifyReplicationInstance, modifyReplicationInstance_autoMinorVersionUpgrade - A value that indicates that minor version upgrades are applied automatically to the replication instance during the maintenance window. Changing this parameter doesn't result in an outage, except in the case described following. The change is asynchronously applied as soon as possible.

An outage does result if these factors apply:

  • This parameter is set to true during the maintenance window.
  • A newer minor version is available.
  • DMS has enabled automatic patching for the given engine version.

ModifyReplicationInstance, modifyReplicationInstance_engineVersion - The engine version number of the replication instance.

When modifying a major engine version of an instance, also set AllowMajorVersionUpgrade to true.

ModifyReplicationInstance, modifyReplicationInstance_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.

ModifyReplicationInstance, modifyReplicationInstance_networkType - The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

ModifyReplicationInstance, modifyReplicationInstance_preferredMaintenanceWindow - The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter does not result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.

Default: Uses existing setting

Format: ddd:hh24:mi-ddd:hh24:mi

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

Constraints: Must be at least 30 minutes

ModifyReplicationInstance, modifyReplicationInstance_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.

ModifyReplicationInstance, modifyReplicationInstance_replicationInstanceIdentifier - The replication instance identifier. This parameter is stored as a lowercase string.

$sel:vpcSecurityGroupIds:ModifyReplicationInstance', modifyReplicationInstance_vpcSecurityGroupIds - Specifies the VPC security group to be used with the replication instance. The VPC security group must work with the VPC containing the replication instance.

ModifyReplicationInstance, modifyReplicationInstance_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

data ModifyReplicationInstanceResponse Source #

See: newModifyReplicationInstanceResponse smart constructor.

Instances

Instances details
Generic ModifyReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

Associated Types

type Rep ModifyReplicationInstanceResponse :: Type -> Type #

Read ModifyReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

Show ModifyReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

NFData ModifyReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

Eq ModifyReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

type Rep ModifyReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationInstance

type Rep ModifyReplicationInstanceResponse = D1 ('MetaData "ModifyReplicationInstanceResponse" "Amazonka.DMS.ModifyReplicationInstance" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ModifyReplicationInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyReplicationInstanceResponse Source #

Create a value of ModifyReplicationInstanceResponse 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:replicationInstance:ModifyReplicationInstanceResponse', modifyReplicationInstanceResponse_replicationInstance - The modified replication instance.

$sel:httpStatus:ModifyReplicationInstanceResponse', modifyReplicationInstanceResponse_httpStatus - The response's http status code.

ModifyReplicationSubnetGroup

data ModifyReplicationSubnetGroup Source #

See: newModifyReplicationSubnetGroup smart constructor.

Instances

Instances details
ToJSON ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

ToHeaders ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

ToPath ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

ToQuery ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

AWSRequest ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

Generic ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

Associated Types

type Rep ModifyReplicationSubnetGroup :: Type -> Type #

Read ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

Show ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

NFData ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

Eq ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

Hashable ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

type AWSResponse ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

type Rep ModifyReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

type Rep ModifyReplicationSubnetGroup = D1 ('MetaData "ModifyReplicationSubnetGroup" "Amazonka.DMS.ModifyReplicationSubnetGroup" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ModifyReplicationSubnetGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationSubnetGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationSubnetGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newModifyReplicationSubnetGroup Source #

Create a value of ModifyReplicationSubnetGroup 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:

ModifyReplicationSubnetGroup, modifyReplicationSubnetGroup_replicationSubnetGroupDescription - A description for the replication instance subnet group.

ModifyReplicationSubnetGroup, modifyReplicationSubnetGroup_replicationSubnetGroupIdentifier - The name of the replication instance subnet group.

$sel:subnetIds:ModifyReplicationSubnetGroup', modifyReplicationSubnetGroup_subnetIds - A list of subnet IDs.

data ModifyReplicationSubnetGroupResponse Source #

Instances

Instances details
Generic ModifyReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

Read ModifyReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

Show ModifyReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

NFData ModifyReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

Eq ModifyReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

type Rep ModifyReplicationSubnetGroupResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationSubnetGroup

type Rep ModifyReplicationSubnetGroupResponse = D1 ('MetaData "ModifyReplicationSubnetGroupResponse" "Amazonka.DMS.ModifyReplicationSubnetGroup" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ModifyReplicationSubnetGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationSubnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationSubnetGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyReplicationSubnetGroupResponse Source #

Create a value of ModifyReplicationSubnetGroupResponse 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:

ModifyReplicationSubnetGroupResponse, modifyReplicationSubnetGroupResponse_replicationSubnetGroup - The modified replication subnet group.

$sel:httpStatus:ModifyReplicationSubnetGroupResponse', modifyReplicationSubnetGroupResponse_httpStatus - The response's http status code.

ModifyReplicationTask

data ModifyReplicationTask Source #

See: newModifyReplicationTask smart constructor.

Instances

Instances details
ToJSON ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

ToHeaders ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

ToPath ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

ToQuery ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

AWSRequest ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

Associated Types

type AWSResponse ModifyReplicationTask #

Generic ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

Associated Types

type Rep ModifyReplicationTask :: Type -> Type #

Read ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

Show ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

NFData ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

Methods

rnf :: ModifyReplicationTask -> () #

Eq ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

Hashable ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

type AWSResponse ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

type Rep ModifyReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

type Rep ModifyReplicationTask = D1 ('MetaData "ModifyReplicationTask" "Amazonka.DMS.ModifyReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ModifyReplicationTask'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "cdcStartPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdcStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "cdcStopPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "migrationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationTypeValue)))) :*: ((S1 ('MetaSel ('Just "replicationTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tableMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newModifyReplicationTask Source #

Create a value of ModifyReplicationTask 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:

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

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”

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

$sel:cdcStartTime:ModifyReplicationTask', modifyReplicationTask_cdcStartTime - Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

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

ModifyReplicationTask, modifyReplicationTask_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 “

ModifyReplicationTask, modifyReplicationTask_migrationType - The migration type. Valid values: full-load | cdc | full-load-and-cdc

ModifyReplicationTask, modifyReplicationTask_replicationTaskIdentifier - The replication task identifier.

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.

ModifyReplicationTask, modifyReplicationTask_replicationTaskSettings - JSON file that contains settings for the task, such as task metadata settings.

ModifyReplicationTask, modifyReplicationTask_tableMappings - When using the CLI or boto3, provide the path of the JSON file that contains the table mappings. Precede the path with file://. For example, --table-mappings file://mappingfile.json. When working with the DMS API, provide the JSON as the parameter value.

ModifyReplicationTask, modifyReplicationTask_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.

ModifyReplicationTask, modifyReplicationTask_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

data ModifyReplicationTaskResponse Source #

See: newModifyReplicationTaskResponse smart constructor.

Instances

Instances details
Generic ModifyReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

Associated Types

type Rep ModifyReplicationTaskResponse :: Type -> Type #

Read ModifyReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

Show ModifyReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

NFData ModifyReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

Eq ModifyReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

type Rep ModifyReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.ModifyReplicationTask

type Rep ModifyReplicationTaskResponse = D1 ('MetaData "ModifyReplicationTaskResponse" "Amazonka.DMS.ModifyReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ModifyReplicationTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTask)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newModifyReplicationTaskResponse Source #

Create a value of ModifyReplicationTaskResponse 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:replicationTask:ModifyReplicationTaskResponse', modifyReplicationTaskResponse_replicationTask - The replication task that was modified.

$sel:httpStatus:ModifyReplicationTaskResponse', modifyReplicationTaskResponse_httpStatus - The response's http status code.

MoveReplicationTask

data MoveReplicationTask Source #

See: newMoveReplicationTask smart constructor.

Instances

Instances details
ToJSON MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

ToHeaders MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

ToPath MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

ToQuery MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

AWSRequest MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

Associated Types

type AWSResponse MoveReplicationTask #

Generic MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

Associated Types

type Rep MoveReplicationTask :: Type -> Type #

Read MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

Show MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

NFData MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

Methods

rnf :: MoveReplicationTask -> () #

Eq MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

Hashable MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

type AWSResponse MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

type Rep MoveReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

type Rep MoveReplicationTask = D1 ('MetaData "MoveReplicationTask" "Amazonka.DMS.MoveReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "MoveReplicationTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetReplicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMoveReplicationTask Source #

Create a value of MoveReplicationTask 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:

MoveReplicationTask, moveReplicationTask_replicationTaskArn - The Amazon Resource Name (ARN) of the task that you want to move.

MoveReplicationTask, moveReplicationTask_targetReplicationInstanceArn - The ARN of the replication instance where you want to move the task to.

data MoveReplicationTaskResponse Source #

See: newMoveReplicationTaskResponse smart constructor.

Instances

Instances details
Generic MoveReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

Associated Types

type Rep MoveReplicationTaskResponse :: Type -> Type #

Read MoveReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

Show MoveReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

NFData MoveReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

Eq MoveReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

type Rep MoveReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.MoveReplicationTask

type Rep MoveReplicationTaskResponse = D1 ('MetaData "MoveReplicationTaskResponse" "Amazonka.DMS.MoveReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "MoveReplicationTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTask)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newMoveReplicationTaskResponse Source #

Create a value of MoveReplicationTaskResponse 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:replicationTask:MoveReplicationTaskResponse', moveReplicationTaskResponse_replicationTask - The replication task that was moved.

$sel:httpStatus:MoveReplicationTaskResponse', moveReplicationTaskResponse_httpStatus - The response's http status code.

RebootReplicationInstance

data RebootReplicationInstance Source #

See: newRebootReplicationInstance smart constructor.

Instances

Instances details
ToJSON RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

ToHeaders RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

ToPath RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

ToQuery RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

AWSRequest RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

Generic RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

Associated Types

type Rep RebootReplicationInstance :: Type -> Type #

Read RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

Show RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

NFData RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

Eq RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

Hashable RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

type AWSResponse RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

type Rep RebootReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

type Rep RebootReplicationInstance = D1 ('MetaData "RebootReplicationInstance" "Amazonka.DMS.RebootReplicationInstance" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RebootReplicationInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceFailover") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "forcePlannedFailover") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRebootReplicationInstance Source #

Create a value of RebootReplicationInstance 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:forceFailover:RebootReplicationInstance', rebootReplicationInstance_forceFailover - If this parameter is true, the reboot is conducted through a Multi-AZ failover. If the instance isn't configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

$sel:forcePlannedFailover:RebootReplicationInstance', rebootReplicationInstance_forcePlannedFailover - If this parameter is true, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. If the instance isn''t configured for Multi-AZ, then you can't specify true. ( --force-planned-failover and --force-failover can't both be set to true.)

RebootReplicationInstance, rebootReplicationInstance_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

data RebootReplicationInstanceResponse Source #

See: newRebootReplicationInstanceResponse smart constructor.

Instances

Instances details
Generic RebootReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

Associated Types

type Rep RebootReplicationInstanceResponse :: Type -> Type #

Read RebootReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

Show RebootReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

NFData RebootReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

Eq RebootReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

type Rep RebootReplicationInstanceResponse Source # 
Instance details

Defined in Amazonka.DMS.RebootReplicationInstance

type Rep RebootReplicationInstanceResponse = D1 ('MetaData "RebootReplicationInstanceResponse" "Amazonka.DMS.RebootReplicationInstance" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RebootReplicationInstanceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationInstance)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRebootReplicationInstanceResponse Source #

Create a value of RebootReplicationInstanceResponse 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:replicationInstance:RebootReplicationInstanceResponse', rebootReplicationInstanceResponse_replicationInstance - The replication instance that is being rebooted.

$sel:httpStatus:RebootReplicationInstanceResponse', rebootReplicationInstanceResponse_httpStatus - The response's http status code.

RefreshSchemas

data RefreshSchemas Source #

See: newRefreshSchemas smart constructor.

Constructors

RefreshSchemas' Text Text 

Instances

Instances details
ToJSON RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

ToHeaders RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

ToPath RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

ToQuery RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

AWSRequest RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Associated Types

type AWSResponse RefreshSchemas #

Generic RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Associated Types

type Rep RefreshSchemas :: Type -> Type #

Read RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Show RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

NFData RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Methods

rnf :: RefreshSchemas -> () #

Eq RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Hashable RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type AWSResponse RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type Rep RefreshSchemas Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type Rep RefreshSchemas = D1 ('MetaData "RefreshSchemas" "Amazonka.DMS.RefreshSchemas" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RefreshSchemas'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRefreshSchemas Source #

Create a value of RefreshSchemas 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:

RefreshSchemas, refreshSchemas_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

RefreshSchemas, refreshSchemas_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

data RefreshSchemasResponse Source #

See: newRefreshSchemasResponse smart constructor.

Instances

Instances details
Generic RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Associated Types

type Rep RefreshSchemasResponse :: Type -> Type #

Read RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Show RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

NFData RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

Methods

rnf :: RefreshSchemasResponse -> () #

Eq RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type Rep RefreshSchemasResponse Source # 
Instance details

Defined in Amazonka.DMS.RefreshSchemas

type Rep RefreshSchemasResponse = D1 ('MetaData "RefreshSchemasResponse" "Amazonka.DMS.RefreshSchemas" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RefreshSchemasResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "refreshSchemasStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshSchemasStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRefreshSchemasResponse Source #

Create a value of RefreshSchemasResponse 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:refreshSchemasStatus:RefreshSchemasResponse', refreshSchemasResponse_refreshSchemasStatus - The status of the refreshed schema.

$sel:httpStatus:RefreshSchemasResponse', refreshSchemasResponse_httpStatus - The response's http status code.

ReloadTables

data ReloadTables Source #

See: newReloadTables smart constructor.

Instances

Instances details
ToJSON ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

ToHeaders ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

ToPath ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

ToQuery ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

AWSRequest ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

Associated Types

type AWSResponse ReloadTables #

Generic ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

Associated Types

type Rep ReloadTables :: Type -> Type #

Read ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

Show ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

NFData ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

Methods

rnf :: ReloadTables -> () #

Eq ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

Hashable ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

type AWSResponse ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

type Rep ReloadTables Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

type Rep ReloadTables = D1 ('MetaData "ReloadTables" "Amazonka.DMS.ReloadTables" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReloadTables'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reloadOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReloadOptionValue)) :*: (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tablesToReload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TableToReload]))))

newReloadTables Source #

Create a value of ReloadTables 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:reloadOption:ReloadTables', reloadTables_reloadOption - Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

Valid values: data-reload, validate-only

Default value is data-reload.

ReloadTables, reloadTables_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

$sel:tablesToReload:ReloadTables', reloadTables_tablesToReload - The name and schema of the table to be reloaded.

data ReloadTablesResponse Source #

See: newReloadTablesResponse smart constructor.

Instances

Instances details
Generic ReloadTablesResponse Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

Associated Types

type Rep ReloadTablesResponse :: Type -> Type #

Read ReloadTablesResponse Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

Show ReloadTablesResponse Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

NFData ReloadTablesResponse Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

Methods

rnf :: ReloadTablesResponse -> () #

Eq ReloadTablesResponse Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

type Rep ReloadTablesResponse Source # 
Instance details

Defined in Amazonka.DMS.ReloadTables

type Rep ReloadTablesResponse = D1 ('MetaData "ReloadTablesResponse" "Amazonka.DMS.ReloadTables" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReloadTablesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newReloadTablesResponse Source #

Create a value of ReloadTablesResponse 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:

ReloadTables, reloadTablesResponse_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

$sel:httpStatus:ReloadTablesResponse', reloadTablesResponse_httpStatus - The response's http status code.

RemoveTagsFromResource

data RemoveTagsFromResource Source #

Removes one or more tags from an DMS resource.

See: newRemoveTagsFromResource smart constructor.

Instances

Instances details
ToJSON RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

ToHeaders RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

ToPath RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

ToQuery RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

AWSRequest RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

Associated Types

type AWSResponse RemoveTagsFromResource #

Generic RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

Associated Types

type Rep RemoveTagsFromResource :: Type -> Type #

Read RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

Show RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

NFData RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

Methods

rnf :: RemoveTagsFromResource -> () #

Eq RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

Hashable RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

type AWSResponse RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

type Rep RemoveTagsFromResource Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

type Rep RemoveTagsFromResource = D1 ('MetaData "RemoveTagsFromResource" "Amazonka.DMS.RemoveTagsFromResource" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RemoveTagsFromResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newRemoveTagsFromResource Source #

Create a value of RemoveTagsFromResource 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:

RemoveTagsFromResource, removeTagsFromResource_resourceArn - An DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

$sel:tagKeys:RemoveTagsFromResource', removeTagsFromResource_tagKeys - The tag key (name) of the tag to be removed.

data RemoveTagsFromResourceResponse Source #

See: newRemoveTagsFromResourceResponse smart constructor.

Instances

Instances details
Generic RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

Associated Types

type Rep RemoveTagsFromResourceResponse :: Type -> Type #

Read RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

Show RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

NFData RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

Eq RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

type Rep RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Amazonka.DMS.RemoveTagsFromResource

type Rep RemoveTagsFromResourceResponse = D1 ('MetaData "RemoveTagsFromResourceResponse" "Amazonka.DMS.RemoveTagsFromResource" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RemoveTagsFromResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRemoveTagsFromResourceResponse Source #

Create a value of RemoveTagsFromResourceResponse 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:httpStatus:RemoveTagsFromResourceResponse', removeTagsFromResourceResponse_httpStatus - The response's http status code.

RunFleetAdvisorLsaAnalysis

data RunFleetAdvisorLsaAnalysis Source #

See: newRunFleetAdvisorLsaAnalysis smart constructor.

Instances

Instances details
ToJSON RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

ToHeaders RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

ToPath RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

ToQuery RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

AWSRequest RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

Generic RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

Associated Types

type Rep RunFleetAdvisorLsaAnalysis :: Type -> Type #

Read RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

Show RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

NFData RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

Eq RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

Hashable RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

type AWSResponse RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

type Rep RunFleetAdvisorLsaAnalysis Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

type Rep RunFleetAdvisorLsaAnalysis = D1 ('MetaData "RunFleetAdvisorLsaAnalysis" "Amazonka.DMS.RunFleetAdvisorLsaAnalysis" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RunFleetAdvisorLsaAnalysis'" 'PrefixI 'False) (U1 :: Type -> Type))

newRunFleetAdvisorLsaAnalysis :: RunFleetAdvisorLsaAnalysis Source #

Create a value of RunFleetAdvisorLsaAnalysis with all optional fields omitted.

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

data RunFleetAdvisorLsaAnalysisResponse Source #

Instances

Instances details
Generic RunFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

Associated Types

type Rep RunFleetAdvisorLsaAnalysisResponse :: Type -> Type #

Read RunFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

Show RunFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

NFData RunFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

Eq RunFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

type Rep RunFleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.RunFleetAdvisorLsaAnalysis

type Rep RunFleetAdvisorLsaAnalysisResponse = D1 ('MetaData "RunFleetAdvisorLsaAnalysisResponse" "Amazonka.DMS.RunFleetAdvisorLsaAnalysis" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RunFleetAdvisorLsaAnalysisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lsaAnalysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRunFleetAdvisorLsaAnalysisResponse Source #

Create a value of RunFleetAdvisorLsaAnalysisResponse 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:

RunFleetAdvisorLsaAnalysisResponse, runFleetAdvisorLsaAnalysisResponse_lsaAnalysisId - The ID of the LSA analysis run.

RunFleetAdvisorLsaAnalysisResponse, runFleetAdvisorLsaAnalysisResponse_status - The status of the LSA analysis, for example COMPLETED.

$sel:httpStatus:RunFleetAdvisorLsaAnalysisResponse', runFleetAdvisorLsaAnalysisResponse_httpStatus - The response's http status code.

StartReplicationTask

data StartReplicationTask Source #

See: newStartReplicationTask smart constructor.

Instances

Instances details
ToJSON StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

ToHeaders StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

ToPath StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

ToQuery StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

AWSRequest StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

Associated Types

type AWSResponse StartReplicationTask #

Generic StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

Associated Types

type Rep StartReplicationTask :: Type -> Type #

Read StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

Show StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

NFData StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

Methods

rnf :: StartReplicationTask -> () #

Eq StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

Hashable StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

type AWSResponse StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

type Rep StartReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

type Rep StartReplicationTask = D1 ('MetaData "StartReplicationTask" "Amazonka.DMS.StartReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "StartReplicationTask'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cdcStartPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdcStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "cdcStopPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "startReplicationTaskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StartReplicationTaskTypeValue)))))

newStartReplicationTask Source #

Create a value of StartReplicationTask 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:

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

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”

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

$sel:cdcStartTime:StartReplicationTask', startReplicationTask_cdcStartTime - Indicates the start time for a change data capture (CDC) operation. Use either CdcStartTime or CdcStartPosition to specify when you want a CDC operation to start. Specifying both values results in an error.

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

StartReplicationTask, startReplicationTask_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 “

StartReplicationTask, startReplicationTask_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task to be started.

$sel:startReplicationTaskType:StartReplicationTask', startReplicationTask_startReplicationTaskType - The type of replication task to start.

When the migration type is full-load or full-load-and-cdc, the only valid value for the first run of the task is start-replication. You use reload-target to restart the task and resume-processing to resume the task.

When the migration type is cdc, you use start-replication to start or restart the task, and resume-processing to resume the task. reload-target is not a valid value for a task with migration type of cdc.

data StartReplicationTaskResponse Source #

See: newStartReplicationTaskResponse smart constructor.

Instances

Instances details
Generic StartReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

Associated Types

type Rep StartReplicationTaskResponse :: Type -> Type #

Read StartReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

Show StartReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

NFData StartReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

Eq StartReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

type Rep StartReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTask

type Rep StartReplicationTaskResponse = D1 ('MetaData "StartReplicationTaskResponse" "Amazonka.DMS.StartReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "StartReplicationTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTask)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartReplicationTaskResponse Source #

Create a value of StartReplicationTaskResponse 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:replicationTask:StartReplicationTaskResponse', startReplicationTaskResponse_replicationTask - The replication task started.

$sel:httpStatus:StartReplicationTaskResponse', startReplicationTaskResponse_httpStatus - The response's http status code.

StartReplicationTaskAssessment

data StartReplicationTaskAssessment Source #

See: newStartReplicationTaskAssessment smart constructor.

Instances

Instances details
ToJSON StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

ToHeaders StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

ToPath StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

ToQuery StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

AWSRequest StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

Generic StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

Associated Types

type Rep StartReplicationTaskAssessment :: Type -> Type #

Read StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

Show StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

NFData StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

Eq StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

Hashable StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

type AWSResponse StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

type Rep StartReplicationTaskAssessment Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

type Rep StartReplicationTaskAssessment = D1 ('MetaData "StartReplicationTaskAssessment" "Amazonka.DMS.StartReplicationTaskAssessment" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "StartReplicationTaskAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartReplicationTaskAssessment Source #

Create a value of StartReplicationTaskAssessment 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:

StartReplicationTaskAssessment, startReplicationTaskAssessment_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

data StartReplicationTaskAssessmentResponse Source #

Instances

Instances details
Generic StartReplicationTaskAssessmentResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

Read StartReplicationTaskAssessmentResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

Show StartReplicationTaskAssessmentResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

NFData StartReplicationTaskAssessmentResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

Eq StartReplicationTaskAssessmentResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

type Rep StartReplicationTaskAssessmentResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessment

type Rep StartReplicationTaskAssessmentResponse = D1 ('MetaData "StartReplicationTaskAssessmentResponse" "Amazonka.DMS.StartReplicationTaskAssessment" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "StartReplicationTaskAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTask)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartReplicationTaskAssessmentResponse Source #

Create a value of StartReplicationTaskAssessmentResponse 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:replicationTask:StartReplicationTaskAssessmentResponse', startReplicationTaskAssessmentResponse_replicationTask - The assessed replication task.

$sel:httpStatus:StartReplicationTaskAssessmentResponse', startReplicationTaskAssessmentResponse_httpStatus - The response's http status code.

StartReplicationTaskAssessmentRun

data StartReplicationTaskAssessmentRun Source #

See: newStartReplicationTaskAssessmentRun smart constructor.

Instances

Instances details
ToJSON StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

ToHeaders StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

ToPath StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

ToQuery StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

AWSRequest StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

Generic StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

Associated Types

type Rep StartReplicationTaskAssessmentRun :: Type -> Type #

Read StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

Show StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

NFData StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

Eq StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

Hashable StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

type AWSResponse StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

type Rep StartReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

type Rep StartReplicationTaskAssessmentRun = D1 ('MetaData "StartReplicationTaskAssessmentRun" "Amazonka.DMS.StartReplicationTaskAssessmentRun" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "StartReplicationTaskAssessmentRun'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "exclude") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "includeOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "resultEncryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resultKmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resultLocationFolder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resultLocationBucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentRunName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newStartReplicationTaskAssessmentRun Source #

Create a value of StartReplicationTaskAssessmentRun 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:exclude:StartReplicationTaskAssessmentRun', startReplicationTaskAssessmentRun_exclude - Space-separated list of names for specific individual assessments that you want to exclude. These names come from the default list of individual assessments that DMS supports for the associated migration task. This task is specified by ReplicationTaskArn.

You can't set a value for Exclude if you also set a value for IncludeOnly in the API operation.

To identify the names of the default individual assessments that DMS supports for the associated migration task, run the DescribeApplicableIndividualAssessments operation using its own ReplicationTaskArn request parameter.

$sel:includeOnly:StartReplicationTaskAssessmentRun', startReplicationTaskAssessmentRun_includeOnly - Space-separated list of names for specific individual assessments that you want to include. These names come from the default list of individual assessments that DMS supports for the associated migration task. This task is specified by ReplicationTaskArn.

You can't set a value for IncludeOnly if you also set a value for Exclude in the API operation.

To identify the names of the default individual assessments that DMS supports for the associated migration task, run the DescribeApplicableIndividualAssessments operation using its own ReplicationTaskArn request parameter.

StartReplicationTaskAssessmentRun, startReplicationTaskAssessmentRun_resultEncryptionMode - Encryption mode that you can specify to encrypt the results of this assessment run. If you don't specify this request parameter, DMS stores the assessment run results without encryption. You can specify one of the options following:

  • "SSE_S3" – The server-side encryption provided as a default by Amazon S3.
  • "SSE_KMS" – Key Management Service (KMS) encryption. This encryption can use either a custom KMS encryption key that you specify or the default KMS encryption key that DMS provides.

StartReplicationTaskAssessmentRun, startReplicationTaskAssessmentRun_resultKmsKeyArn - ARN of a custom KMS encryption key that you specify when you set ResultEncryptionMode to "SSE_KMS".

StartReplicationTaskAssessmentRun, startReplicationTaskAssessmentRun_resultLocationFolder - Folder within an Amazon S3 bucket where you want DMS to store the results of this assessment run.

StartReplicationTaskAssessmentRun, startReplicationTaskAssessmentRun_replicationTaskArn - Amazon Resource Name (ARN) of the migration task associated with the premigration assessment run that you want to start.

StartReplicationTaskAssessmentRun, startReplicationTaskAssessmentRun_serviceAccessRoleArn - ARN of the service role needed to start the assessment run. The role must allow the iam:PassRole action.

StartReplicationTaskAssessmentRun, startReplicationTaskAssessmentRun_resultLocationBucket - Amazon S3 bucket where you want DMS to store the results of this assessment run.

StartReplicationTaskAssessmentRun, startReplicationTaskAssessmentRun_assessmentRunName - Unique name to identify the assessment run.

data StartReplicationTaskAssessmentRunResponse Source #

Instances

Instances details
Generic StartReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

Read StartReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

Show StartReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

NFData StartReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

Eq StartReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

type Rep StartReplicationTaskAssessmentRunResponse Source # 
Instance details

Defined in Amazonka.DMS.StartReplicationTaskAssessmentRun

type Rep StartReplicationTaskAssessmentRunResponse = D1 ('MetaData "StartReplicationTaskAssessmentRunResponse" "Amazonka.DMS.StartReplicationTaskAssessmentRun" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "StartReplicationTaskAssessmentRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskAssessmentRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTaskAssessmentRun)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartReplicationTaskAssessmentRunResponse Source #

Create a value of StartReplicationTaskAssessmentRunResponse 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:replicationTaskAssessmentRun:StartReplicationTaskAssessmentRunResponse', startReplicationTaskAssessmentRunResponse_replicationTaskAssessmentRun - The premigration assessment run that was started.

$sel:httpStatus:StartReplicationTaskAssessmentRunResponse', startReplicationTaskAssessmentRunResponse_httpStatus - The response's http status code.

StopReplicationTask

data StopReplicationTask Source #

See: newStopReplicationTask smart constructor.

Instances

Instances details
ToJSON StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

ToHeaders StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

ToPath StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

ToQuery StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

AWSRequest StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

Associated Types

type AWSResponse StopReplicationTask #

Generic StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

Associated Types

type Rep StopReplicationTask :: Type -> Type #

Read StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

Show StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

NFData StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

Methods

rnf :: StopReplicationTask -> () #

Eq StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

Hashable StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

type AWSResponse StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

type Rep StopReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

type Rep StopReplicationTask = D1 ('MetaData "StopReplicationTask" "Amazonka.DMS.StopReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "StopReplicationTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopReplicationTask Source #

Create a value of StopReplicationTask 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:

StopReplicationTask, stopReplicationTask_replicationTaskArn - The Amazon Resource Name(ARN) of the replication task to be stopped.

data StopReplicationTaskResponse Source #

See: newStopReplicationTaskResponse smart constructor.

Instances

Instances details
Generic StopReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

Associated Types

type Rep StopReplicationTaskResponse :: Type -> Type #

Read StopReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

Show StopReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

NFData StopReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

Eq StopReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

type Rep StopReplicationTaskResponse Source # 
Instance details

Defined in Amazonka.DMS.StopReplicationTask

type Rep StopReplicationTaskResponse = D1 ('MetaData "StopReplicationTaskResponse" "Amazonka.DMS.StopReplicationTask" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "StopReplicationTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationTask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTask)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopReplicationTaskResponse Source #

Create a value of StopReplicationTaskResponse 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:replicationTask:StopReplicationTaskResponse', stopReplicationTaskResponse_replicationTask - The replication task stopped.

$sel:httpStatus:StopReplicationTaskResponse', stopReplicationTaskResponse_httpStatus - The response's http status code.

TestConnection

data TestConnection Source #

See: newTestConnection smart constructor.

Constructors

TestConnection' Text Text 

Instances

Instances details
ToJSON TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

ToHeaders TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

ToPath TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

ToQuery TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

AWSRequest TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

Associated Types

type AWSResponse TestConnection #

Generic TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

Associated Types

type Rep TestConnection :: Type -> Type #

Read TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

Show TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

NFData TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

Methods

rnf :: TestConnection -> () #

Eq TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

Hashable TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

type AWSResponse TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

type Rep TestConnection Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

type Rep TestConnection = D1 ('MetaData "TestConnection" "Amazonka.DMS.TestConnection" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "TestConnection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTestConnection Source #

Create a value of TestConnection 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:

TestConnection, testConnection_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

TestConnection, testConnection_endpointArn - The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

data TestConnectionResponse Source #

See: newTestConnectionResponse smart constructor.

Instances

Instances details
Generic TestConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

Associated Types

type Rep TestConnectionResponse :: Type -> Type #

Read TestConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

Show TestConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

NFData TestConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

Methods

rnf :: TestConnectionResponse -> () #

Eq TestConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

type Rep TestConnectionResponse Source # 
Instance details

Defined in Amazonka.DMS.TestConnection

type Rep TestConnectionResponse = D1 ('MetaData "TestConnectionResponse" "Amazonka.DMS.TestConnection" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "TestConnectionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Connection)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTestConnectionResponse Source #

Create a value of TestConnectionResponse 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:connection:TestConnectionResponse', testConnectionResponse_connection - The connection tested.

$sel:httpStatus:TestConnectionResponse', testConnectionResponse_httpStatus - The response's http status code.

UpdateSubscriptionsToEventBridge

data UpdateSubscriptionsToEventBridge Source #

See: newUpdateSubscriptionsToEventBridge smart constructor.

Instances

Instances details
ToJSON UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

ToHeaders UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

ToPath UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

ToQuery UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

AWSRequest UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

Generic UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

Associated Types

type Rep UpdateSubscriptionsToEventBridge :: Type -> Type #

Read UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

Show UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

NFData UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

Eq UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

Hashable UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

type AWSResponse UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

type Rep UpdateSubscriptionsToEventBridge Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

type Rep UpdateSubscriptionsToEventBridge = D1 ('MetaData "UpdateSubscriptionsToEventBridge" "Amazonka.DMS.UpdateSubscriptionsToEventBridge" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "UpdateSubscriptionsToEventBridge'" 'PrefixI 'True) (S1 ('MetaSel ('Just "forceMove") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newUpdateSubscriptionsToEventBridge :: UpdateSubscriptionsToEventBridge Source #

Create a value of UpdateSubscriptionsToEventBridge 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:forceMove:UpdateSubscriptionsToEventBridge', updateSubscriptionsToEventBridge_forceMove - When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.

data UpdateSubscriptionsToEventBridgeResponse Source #

Instances

Instances details
Generic UpdateSubscriptionsToEventBridgeResponse Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

Read UpdateSubscriptionsToEventBridgeResponse Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

Show UpdateSubscriptionsToEventBridgeResponse Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

NFData UpdateSubscriptionsToEventBridgeResponse Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

Eq UpdateSubscriptionsToEventBridgeResponse Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

type Rep UpdateSubscriptionsToEventBridgeResponse Source # 
Instance details

Defined in Amazonka.DMS.UpdateSubscriptionsToEventBridge

type Rep UpdateSubscriptionsToEventBridgeResponse = D1 ('MetaData "UpdateSubscriptionsToEventBridgeResponse" "Amazonka.DMS.UpdateSubscriptionsToEventBridge" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "UpdateSubscriptionsToEventBridgeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "result") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSubscriptionsToEventBridgeResponse Source #

Create a value of UpdateSubscriptionsToEventBridgeResponse 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:result:UpdateSubscriptionsToEventBridgeResponse', updateSubscriptionsToEventBridgeResponse_result - A string that indicates how many event subscriptions were migrated and how many remain to be migrated.

$sel:httpStatus:UpdateSubscriptionsToEventBridgeResponse', updateSubscriptionsToEventBridgeResponse_httpStatus - The response's http status code.

Types

AuthMechanismValue

newtype AuthMechanismValue Source #

Instances

Instances details
FromJSON AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

FromJSONKey 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

ToByteString AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToHeader AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToLog AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToQuery 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

FromXML AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

ToXML 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 #

Read AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Show AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

NFData AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Methods

rnf :: AuthMechanismValue -> () #

Eq AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Ord AuthMechanismValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthMechanismValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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
FromJSON AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

FromJSONKey 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

ToByteString AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToHeader AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToLog AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

ToQuery 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 #

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 #

Generic AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Associated Types

type Rep AuthTypeValue :: Type -> Type #

Read AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Show AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

NFData AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Methods

rnf :: AuthTypeValue -> () #

Eq AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Ord AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

Hashable AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

type Rep AuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.AuthTypeValue

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

CannedAclForObjectsValue

newtype CannedAclForObjectsValue Source #

Instances

Instances details
FromJSON CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

FromJSONKey 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

ToByteString CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToHeader CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToLog CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToQuery 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

FromXML CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

ToXML 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 #

Read CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Show CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

NFData CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Eq CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Ord CannedAclForObjectsValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CannedAclForObjectsValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "CannedAclForObjectsValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCannedAclForObjectsValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CharLengthSemantics

newtype CharLengthSemantics Source #

Instances

Instances details
FromJSON CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

FromJSONKey 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

ToByteString CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToHeader CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToLog CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToQuery 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

FromXML CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

ToXML 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 #

Read CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Show CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

NFData CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Methods

rnf :: CharLengthSemantics -> () #

Eq CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Ord CharLengthSemantics Source # 
Instance details

Defined in Amazonka.DMS.Types.CharLengthSemantics

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "CharLengthSemantics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCharLengthSemantics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CollectorStatus

newtype CollectorStatus Source #

Constructors

CollectorStatus' 

Instances

Instances details
FromJSON CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

FromJSONKey CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

ToJSON CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

ToJSONKey CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

ToByteString CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

ToHeader CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

ToLog CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

ToQuery CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

FromText CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

ToText CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

FromXML CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

ToXML CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

Methods

toXML :: CollectorStatus -> XML #

Generic CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

Associated Types

type Rep CollectorStatus :: Type -> Type #

Read CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

Show CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

NFData CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

Methods

rnf :: CollectorStatus -> () #

Eq CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

Ord CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

Hashable CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

type Rep CollectorStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorStatus

type Rep CollectorStatus = D1 ('MetaData "CollectorStatus" "Amazonka.DMS.Types.CollectorStatus" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "CollectorStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCollectorStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompressionTypeValue

newtype CompressionTypeValue Source #

Instances

Instances details
FromJSON CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

FromJSONKey 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

ToByteString CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToHeader CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToLog CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToQuery 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

FromXML CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

ToXML 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 #

Read CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Show CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

NFData CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Methods

rnf :: CompressionTypeValue -> () #

Eq CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Ord CompressionTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.CompressionTypeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "CompressionTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompressionTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataFormatValue

newtype DataFormatValue Source #

Constructors

DataFormatValue' 

Instances

Instances details
FromJSON DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

FromJSONKey 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

ToByteString DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToHeader DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToLog DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

ToQuery 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

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 #

Generic DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Associated Types

type Rep DataFormatValue :: Type -> Type #

Read DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Show DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

NFData DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Methods

rnf :: DataFormatValue -> () #

Eq DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Ord DataFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DataFormatValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "DataFormatValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataFormatValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatePartitionDelimiterValue

newtype DatePartitionDelimiterValue Source #

Instances

Instances details
FromJSON DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

FromJSONKey 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

ToByteString DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToHeader DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToLog DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToQuery 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

FromXML DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

ToXML 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 #

Read DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Show DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

NFData DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Eq DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Ord DatePartitionDelimiterValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionDelimiterValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "DatePartitionDelimiterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatePartitionDelimiterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DatePartitionSequenceValue

newtype DatePartitionSequenceValue Source #

Instances

Instances details
FromJSON DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

FromJSONKey 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

ToByteString DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToHeader DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToLog DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToQuery 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

FromXML DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

ToXML 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 #

Read DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Show DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

NFData DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Eq DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Ord DatePartitionSequenceValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DatePartitionSequenceValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "DatePartitionSequenceValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDatePartitionSequenceValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DmsSslModeValue

newtype DmsSslModeValue Source #

Constructors

DmsSslModeValue' 

Instances

Instances details
FromJSON DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

FromJSONKey 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

ToByteString DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToHeader DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToLog DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

ToQuery 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

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 #

Generic DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Associated Types

type Rep DmsSslModeValue :: Type -> Type #

Read DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Show DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

NFData DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Methods

rnf :: DmsSslModeValue -> () #

Eq DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Ord DmsSslModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsSslModeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "DmsSslModeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDmsSslModeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EncodingTypeValue

newtype EncodingTypeValue Source #

Instances

Instances details
FromJSON EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

FromJSONKey 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

ToByteString EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToHeader EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToLog EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToQuery 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

FromXML EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

ToXML 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 #

Read EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Show EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

NFData EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Methods

rnf :: EncodingTypeValue -> () #

Eq EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Ord EncodingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncodingTypeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "EncodingTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEncodingTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EncryptionModeValue

newtype EncryptionModeValue Source #

Instances

Instances details
FromJSON EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

FromJSONKey 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

ToByteString EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToHeader EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToLog EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToQuery 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

FromXML EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

ToXML 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 #

Read EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Show EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

NFData EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Methods

rnf :: EncryptionModeValue -> () #

Eq EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Ord EncryptionModeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EncryptionModeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "EncryptionModeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEncryptionModeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointSettingTypeValue

newtype EndpointSettingTypeValue Source #

Instances

Instances details
FromJSON EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

FromJSONKey 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

ToByteString EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToHeader EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToLog EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToQuery 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

FromXML EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

ToXML 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 #

Read EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Show EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

NFData EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Eq EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Ord EndpointSettingTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSettingTypeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "EndpointSettingTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointSettingTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

KafkaSecurityProtocol

newtype KafkaSecurityProtocol Source #

Instances

Instances details
FromJSON KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

FromJSONKey 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

ToByteString KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToHeader KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToLog KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToQuery 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

FromXML KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

ToXML 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 #

Read KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Show KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

NFData KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Methods

rnf :: KafkaSecurityProtocol -> () #

Eq KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Ord KafkaSecurityProtocol Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSecurityProtocol

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "KafkaSecurityProtocol'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromKafkaSecurityProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MessageFormatValue

newtype MessageFormatValue Source #

Instances

Instances details
FromJSON MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

FromJSONKey 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

ToByteString MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToHeader MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToLog MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToQuery 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

FromXML MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

ToXML 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 #

Read MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Show MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

NFData MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Methods

rnf :: MessageFormatValue -> () #

Eq MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Ord MessageFormatValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MessageFormatValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "MessageFormatValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMessageFormatValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MigrationTypeValue

newtype MigrationTypeValue Source #

Instances

Instances details
FromJSON MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

FromJSONKey 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

ToByteString MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToHeader MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToLog MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToQuery 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

FromXML MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

ToXML 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 #

Read MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Show MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

NFData MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Methods

rnf :: MigrationTypeValue -> () #

Eq MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Ord MigrationTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.MigrationTypeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "MigrationTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMigrationTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NestingLevelValue

newtype NestingLevelValue Source #

Instances

Instances details
FromJSON NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

FromJSONKey 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

ToByteString NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToHeader NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToLog NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToQuery 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

FromXML NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

ToXML 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 #

Read NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Show NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

NFData NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Methods

rnf :: NestingLevelValue -> () #

Eq NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Ord NestingLevelValue Source # 
Instance details

Defined in Amazonka.DMS.Types.NestingLevelValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "NestingLevelValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNestingLevelValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParquetVersionValue

newtype ParquetVersionValue Source #

Instances

Instances details
FromJSON ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

FromJSONKey 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

ToByteString ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToHeader ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToLog ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToQuery 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

FromXML ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

ToXML 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 #

Read ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Show ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

NFData ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Methods

rnf :: ParquetVersionValue -> () #

Eq ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Ord ParquetVersionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ParquetVersionValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "ParquetVersionValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParquetVersionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PluginNameValue

newtype PluginNameValue Source #

Constructors

PluginNameValue' 

Instances

Instances details
FromJSON PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

FromJSONKey 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

ToByteString PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToHeader PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToLog PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

ToQuery 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

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 #

Generic PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Associated Types

type Rep PluginNameValue :: Type -> Type #

Read PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Show PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

NFData PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Methods

rnf :: PluginNameValue -> () #

Eq PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Ord PluginNameValue Source # 
Instance details

Defined in Amazonka.DMS.Types.PluginNameValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "PluginNameValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPluginNameValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RedisAuthTypeValue

newtype RedisAuthTypeValue Source #

Instances

Instances details
FromJSON RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

FromJSONKey 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

ToByteString RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToHeader RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToLog RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToQuery 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

FromXML RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

ToXML 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 #

Read RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Show RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

NFData RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Methods

rnf :: RedisAuthTypeValue -> () #

Eq RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Ord RedisAuthTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisAuthTypeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "RedisAuthTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRedisAuthTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RefreshSchemasStatusTypeValue

newtype RefreshSchemasStatusTypeValue Source #

Instances

Instances details
FromJSON RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

FromJSONKey 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

ToByteString RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToHeader RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToLog RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToQuery 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

FromXML RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

ToXML 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 #

Read RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Show RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

NFData RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Eq RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Ord RefreshSchemasStatusTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatusTypeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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
FromJSON ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

FromJSONKey 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

ToByteString ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToHeader ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToLog ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToQuery 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

FromXML ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

ToXML 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 #

Read ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Show ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

NFData ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Methods

rnf :: ReleaseStatusValues -> () #

Eq ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Ord ReleaseStatusValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReleaseStatusValues

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "ReleaseStatusValues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReleaseStatusValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReloadOptionValue

newtype ReloadOptionValue Source #

Instances

Instances details
FromJSON ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

FromJSONKey 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

ToByteString ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToHeader ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToLog ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToQuery 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

FromXML ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

ToXML 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 #

Read ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Show ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

NFData ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Methods

rnf :: ReloadOptionValue -> () #

Eq ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Ord ReloadOptionValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReloadOptionValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "ReloadOptionValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReloadOptionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReplicationEndpointTypeValue

newtype ReplicationEndpointTypeValue Source #

Instances

Instances details
FromJSON ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

FromJSONKey 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

ToByteString ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToHeader ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToLog ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToQuery 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

FromXML ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

ToXML 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 #

Read ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Show ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

NFData ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Eq ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Ord ReplicationEndpointTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationEndpointTypeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "ReplicationEndpointTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReplicationEndpointTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SafeguardPolicy

newtype SafeguardPolicy Source #

Constructors

SafeguardPolicy' 

Instances

Instances details
FromJSON SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

FromJSONKey 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

ToByteString SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToHeader SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToLog SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

ToQuery 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

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 #

Generic SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Associated Types

type Rep SafeguardPolicy :: Type -> Type #

Read SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Show SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

NFData SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Methods

rnf :: SafeguardPolicy -> () #

Eq SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Ord SafeguardPolicy Source # 
Instance details

Defined in Amazonka.DMS.Types.SafeguardPolicy

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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
FromJSON SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

FromJSONKey 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

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

ToQuery 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 #

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 #

Generic SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

Read SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

NFData SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Methods

rnf :: SourceType -> () #

Eq SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

Hashable SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

type Rep SourceType Source # 
Instance details

Defined in Amazonka.DMS.Types.SourceType

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

SslSecurityProtocolValue

newtype SslSecurityProtocolValue Source #

Instances

Instances details
FromJSON SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

FromJSONKey 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

ToByteString SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToHeader SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToLog SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToQuery 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

FromXML SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

ToXML 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 #

Read SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Show SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

NFData SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Eq SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Ord SslSecurityProtocolValue Source # 
Instance details

Defined in Amazonka.DMS.Types.SslSecurityProtocolValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "SslSecurityProtocolValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSslSecurityProtocolValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StartReplicationTaskTypeValue

newtype StartReplicationTaskTypeValue Source #

Instances

Instances details
FromJSON StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

FromJSONKey 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

ToByteString StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToHeader StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToLog StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToQuery 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

FromXML StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

ToXML 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 #

Read StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Show StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

NFData StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Eq StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Ord StartReplicationTaskTypeValue Source # 
Instance details

Defined in Amazonka.DMS.Types.StartReplicationTaskTypeValue

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "StartReplicationTaskTypeValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStartReplicationTaskTypeValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetDbType

newtype TargetDbType Source #

Constructors

TargetDbType' 

Instances

Instances details
FromJSON TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

FromJSONKey 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

ToByteString TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToHeader TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToLog TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

ToQuery 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 #

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 #

Generic TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Associated Types

type Rep TargetDbType :: Type -> Type #

Read TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Show TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

NFData TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Methods

rnf :: TargetDbType -> () #

Eq TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Ord TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

Hashable TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

type Rep TargetDbType Source # 
Instance details

Defined in Amazonka.DMS.Types.TargetDbType

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

VersionStatus

newtype VersionStatus Source #

Constructors

VersionStatus' 

Instances

Instances details
FromJSON VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

FromJSONKey VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

ToJSON VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

ToJSONKey VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

ToByteString VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

ToHeader VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

ToLog VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

ToQuery VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

FromText VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

ToText VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

Methods

toText :: VersionStatus -> Text #

FromXML VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

ToXML VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

Methods

toXML :: VersionStatus -> XML #

Generic VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

Associated Types

type Rep VersionStatus :: Type -> Type #

Read VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

Show VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

NFData VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

Methods

rnf :: VersionStatus -> () #

Eq VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

Ord VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

Hashable VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

type Rep VersionStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.VersionStatus

type Rep VersionStatus = D1 ('MetaData "VersionStatus" "Amazonka.DMS.Types.VersionStatus" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'True) (C1 ('MetaCons "VersionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVersionStatus") '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.

Instances

Instances details
FromJSON 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 #

Read AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Show AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

NFData AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Methods

rnf :: AccountQuota -> () #

Eq AccountQuota Source # 
Instance details

Defined in Amazonka.DMS.Types.AccountQuota

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "AccountQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountQuotaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "used") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

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:accountQuotaName:AccountQuota', accountQuota_accountQuotaName - The name of the DMS quota for this Amazon Web Services account.

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

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' (Maybe Text) 

Instances

Instances details
FromJSON 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 #

Read AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

Show AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

NFData AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

Methods

rnf :: AvailabilityZone -> () #

Eq AvailabilityZone Source # 
Instance details

Defined in Amazonka.DMS.Types.AvailabilityZone

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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.

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.

Instances

Instances details
FromJSON 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 #

Read Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

Show Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

NFData Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

Methods

rnf :: Certificate -> () #

Eq Certificate Source # 
Instance details

Defined in Amazonka.DMS.Types.Certificate

Hashable 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: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:certificateOwner:Certificate', certificate_certificateOwner - The owner of the certificate.

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

$sel:certificateWallet:Certificate', certificate_certificateWallet - The location of an imported Oracle Wallet certificate for use with SSL. Example: filebase64("${path.root}/rds-ca-2019-root.sso")-- -- 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:signingAlgorithm:Certificate', certificate_signingAlgorithm - The signing algorithm for the certificate.

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

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

CollectorHealthCheck

data CollectorHealthCheck Source #

Describes the last Fleet Advisor collector health check.

See: newCollectorHealthCheck smart constructor.

Instances

Instances details
FromJSON CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Generic CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Associated Types

type Rep CollectorHealthCheck :: Type -> Type #

Read CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Show CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

NFData CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Methods

rnf :: CollectorHealthCheck -> () #

Eq CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

Hashable CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

type Rep CollectorHealthCheck Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorHealthCheck

type Rep CollectorHealthCheck = D1 ('MetaData "CollectorHealthCheck" "Amazonka.DMS.Types.CollectorHealthCheck" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CollectorHealthCheck'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "collectorStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CollectorStatus)) :*: S1 ('MetaSel ('Just "localCollectorS3Access") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "webCollectorGrantedRoleBasedAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "webCollectorS3Access") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newCollectorHealthCheck :: CollectorHealthCheck Source #

Create a value of CollectorHealthCheck 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:collectorStatus:CollectorHealthCheck', collectorHealthCheck_collectorStatus - The status of the Fleet Advisor collector.

$sel:localCollectorS3Access:CollectorHealthCheck', collectorHealthCheck_localCollectorS3Access - Whether the local collector can access its Amazon S3 bucket.

$sel:webCollectorGrantedRoleBasedAccess:CollectorHealthCheck', collectorHealthCheck_webCollectorGrantedRoleBasedAccess - Whether the role that you provided when creating the Fleet Advisor collector has sufficient permissions to access the Fleet Advisor web collector.

$sel:webCollectorS3Access:CollectorHealthCheck', collectorHealthCheck_webCollectorS3Access - Whether the web collector can access its Amazon S3 bucket.

CollectorResponse

data CollectorResponse Source #

Describes a Fleet Advisor collector.

See: newCollectorResponse smart constructor.

Instances

Instances details
FromJSON CollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorResponse

Generic CollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorResponse

Associated Types

type Rep CollectorResponse :: Type -> Type #

Read CollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorResponse

Show CollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorResponse

NFData CollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorResponse

Methods

rnf :: CollectorResponse -> () #

Eq CollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorResponse

Hashable CollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorResponse

type Rep CollectorResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorResponse

type Rep CollectorResponse = D1 ('MetaData "CollectorResponse" "Amazonka.DMS.Types.CollectorResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CollectorResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "collectorHealthCheck") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CollectorHealthCheck)) :*: (S1 ('MetaSel ('Just "collectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "collectorReferencedId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "collectorVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "inventoryData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InventoryData)) :*: (S1 ('MetaSel ('Just "lastDataReceived") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "registeredDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VersionStatus)))))))

newCollectorResponse :: CollectorResponse Source #

Create a value of CollectorResponse 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:collectorHealthCheck:CollectorResponse', collectorResponse_collectorHealthCheck - Undocumented member.

$sel:collectorName:CollectorResponse', collectorResponse_collectorName - The name of the Fleet Advisor collector .

$sel:collectorReferencedId:CollectorResponse', collectorResponse_collectorReferencedId - The reference ID of the Fleet Advisor collector.

$sel:collectorVersion:CollectorResponse', collectorResponse_collectorVersion - The version of your Fleet Advisor collector, in semantic versioning format, for example 1.0.2

$sel:createdDate:CollectorResponse', collectorResponse_createdDate - The timestamp when you created the collector, in the following format: 2022-01-24T19:04:02.596113Z

$sel:description:CollectorResponse', collectorResponse_description - A summary description of the Fleet Advisor collector.

$sel:inventoryData:CollectorResponse', collectorResponse_inventoryData - Undocumented member.

$sel:lastDataReceived:CollectorResponse', collectorResponse_lastDataReceived - The timestamp of the last time the collector received data, in the following format: 2022-01-24T19:04:02.596113Z

$sel:modifiedDate:CollectorResponse', collectorResponse_modifiedDate - The timestamp when DMS last modified the collector, in the following format: 2022-01-24T19:04:02.596113Z

$sel:registeredDate:CollectorResponse', collectorResponse_registeredDate - The timestamp when DMS registered the collector, in the following format: 2022-01-24T19:04:02.596113Z

$sel:s3BucketName:CollectorResponse', collectorResponse_s3BucketName - The Amazon S3 bucket that the Fleet Advisor collector uses to store inventory metadata.

$sel:serviceAccessRoleArn:CollectorResponse', collectorResponse_serviceAccessRoleArn - The IAM role that grants permissions to access the specified Amazon S3 bucket.

$sel:versionStatus:CollectorResponse', collectorResponse_versionStatus - Whether the collector version is up to date.

CollectorShortInfoResponse

data CollectorShortInfoResponse Source #

Briefly describes a Fleet Advisor collector.

See: newCollectorShortInfoResponse smart constructor.

Instances

Instances details
FromJSON CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Generic CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Associated Types

type Rep CollectorShortInfoResponse :: Type -> Type #

Read CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Show CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

NFData CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Eq CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

Hashable CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

type Rep CollectorShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.CollectorShortInfoResponse

type Rep CollectorShortInfoResponse = D1 ('MetaData "CollectorShortInfoResponse" "Amazonka.DMS.Types.CollectorShortInfoResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "CollectorShortInfoResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "collectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "collectorReferencedId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCollectorShortInfoResponse :: CollectorShortInfoResponse Source #

Create a value of CollectorShortInfoResponse 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:collectorName:CollectorShortInfoResponse', collectorShortInfoResponse_collectorName - The name of the Fleet Advisor collector.

$sel:collectorReferencedId:CollectorShortInfoResponse', collectorShortInfoResponse_collectorReferencedId - The reference ID of the Fleet Advisor collector.

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.

Instances

Instances details
FromJSON 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 #

Read Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

Show Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

NFData Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

Methods

rnf :: Connection -> () #

Eq Connection Source # 
Instance details

Defined in Amazonka.DMS.Types.Connection

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "Connection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") '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:endpointArn:Connection', connection_endpointArn - The ARN string that uniquely identifies the endpoint.

$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:lastFailureMessage:Connection', connection_lastFailureMessage - The error message when the connection last failed.

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

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

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

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

DatabaseInstanceSoftwareDetailsResponse

data DatabaseInstanceSoftwareDetailsResponse Source #

Describes an inventory database instance for a Fleet Advisor collector.

See: newDatabaseInstanceSoftwareDetailsResponse smart constructor.

Instances

Instances details
FromJSON DatabaseInstanceSoftwareDetailsResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseInstanceSoftwareDetailsResponse

Generic DatabaseInstanceSoftwareDetailsResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseInstanceSoftwareDetailsResponse

Read DatabaseInstanceSoftwareDetailsResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseInstanceSoftwareDetailsResponse

Show DatabaseInstanceSoftwareDetailsResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseInstanceSoftwareDetailsResponse

NFData DatabaseInstanceSoftwareDetailsResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseInstanceSoftwareDetailsResponse

Eq DatabaseInstanceSoftwareDetailsResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseInstanceSoftwareDetailsResponse

Hashable DatabaseInstanceSoftwareDetailsResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseInstanceSoftwareDetailsResponse

type Rep DatabaseInstanceSoftwareDetailsResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseInstanceSoftwareDetailsResponse

type Rep DatabaseInstanceSoftwareDetailsResponse = D1 ('MetaData "DatabaseInstanceSoftwareDetailsResponse" "Amazonka.DMS.Types.DatabaseInstanceSoftwareDetailsResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DatabaseInstanceSoftwareDetailsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "engine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "engineEdition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "osArchitecture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "servicePack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tooltip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDatabaseInstanceSoftwareDetailsResponse :: DatabaseInstanceSoftwareDetailsResponse Source #

Create a value of DatabaseInstanceSoftwareDetailsResponse 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:engine:DatabaseInstanceSoftwareDetailsResponse', databaseInstanceSoftwareDetailsResponse_engine - The database engine of a database in a Fleet Advisor collector inventory, for example Microsoft SQL Server.

$sel:engineEdition:DatabaseInstanceSoftwareDetailsResponse', databaseInstanceSoftwareDetailsResponse_engineEdition - The database engine edition of a database in a Fleet Advisor collector inventory, for example Express.

$sel:engineVersion:DatabaseInstanceSoftwareDetailsResponse', databaseInstanceSoftwareDetailsResponse_engineVersion - The database engine version of a database in a Fleet Advisor collector inventory, for example 2019.

$sel:osArchitecture:DatabaseInstanceSoftwareDetailsResponse', databaseInstanceSoftwareDetailsResponse_osArchitecture - The operating system architecture of the database.

$sel:servicePack:DatabaseInstanceSoftwareDetailsResponse', databaseInstanceSoftwareDetailsResponse_servicePack - The service pack level of the database.

$sel:supportLevel:DatabaseInstanceSoftwareDetailsResponse', databaseInstanceSoftwareDetailsResponse_supportLevel - The support level of the database, for example Mainstream support.

$sel:tooltip:DatabaseInstanceSoftwareDetailsResponse', databaseInstanceSoftwareDetailsResponse_tooltip - Information about the database engine software, for example Mainstream support ends on November 14th, 2024.

DatabaseResponse

data DatabaseResponse Source #

Describes a database in a Fleet Advisor collector inventory.

See: newDatabaseResponse smart constructor.

Instances

Instances details
FromJSON DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Generic DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Associated Types

type Rep DatabaseResponse :: Type -> Type #

Read DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Show DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

NFData DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Methods

rnf :: DatabaseResponse -> () #

Eq DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

Hashable DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

type Rep DatabaseResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseResponse

newDatabaseResponse :: DatabaseResponse Source #

Create a value of DatabaseResponse 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:collectors:DatabaseResponse', databaseResponse_collectors - A list of collectors associated with the database.

$sel:databaseId:DatabaseResponse', databaseResponse_databaseId - The ID of a database in a Fleet Advisor collector inventory.

$sel:databaseName:DatabaseResponse', databaseResponse_databaseName - The name of a database in a Fleet Advisor collector inventory.

DatabaseResponse, databaseResponse_ipAddress - The IP address of a database in a Fleet Advisor collector inventory.

$sel:numberOfSchemas:DatabaseResponse', databaseResponse_numberOfSchemas - The number of schemas in a Fleet Advisor collector inventory database.

$sel:server:DatabaseResponse', databaseResponse_server - The server name of a database in a Fleet Advisor collector inventory.

$sel:softwareDetails:DatabaseResponse', databaseResponse_softwareDetails - The software details of a database in a Fleet Advisor collector inventory, such as database engine and version.

DatabaseShortInfoResponse

data DatabaseShortInfoResponse Source #

Describes a database in a Fleet Advisor collector inventory.

See: newDatabaseShortInfoResponse smart constructor.

Instances

Instances details
FromJSON DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Generic DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Associated Types

type Rep DatabaseShortInfoResponse :: Type -> Type #

Read DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Show DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

NFData DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Eq DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

Hashable DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

type Rep DatabaseShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.DatabaseShortInfoResponse

type Rep DatabaseShortInfoResponse = D1 ('MetaData "DatabaseShortInfoResponse" "Amazonka.DMS.Types.DatabaseShortInfoResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DatabaseShortInfoResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "databaseEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "databaseIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDatabaseShortInfoResponse :: DatabaseShortInfoResponse Source #

Create a value of DatabaseShortInfoResponse 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:databaseEngine:DatabaseShortInfoResponse', databaseShortInfoResponse_databaseEngine - The database engine of a database in a Fleet Advisor collector inventory, for example PostgreSQL.

$sel:databaseId:DatabaseShortInfoResponse', databaseShortInfoResponse_databaseId - The ID of a database in a Fleet Advisor collector inventory.

$sel:databaseIpAddress:DatabaseShortInfoResponse', databaseShortInfoResponse_databaseIpAddress - The IP address of a database in a Fleet Advisor collector inventory.

$sel:databaseName:DatabaseShortInfoResponse', databaseShortInfoResponse_databaseName - The name of a database in a Fleet Advisor collector inventory.

DmsTransferSettings

data DmsTransferSettings Source #

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

See: newDmsTransferSettings smart constructor.

Instances

Instances details
FromJSON DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

ToJSON 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 #

Read DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Show DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

NFData DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Methods

rnf :: DmsTransferSettings -> () #

Eq DmsTransferSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DmsTransferSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DmsTransferSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceAccessRoleArn") '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:bucketName:DmsTransferSettings', dmsTransferSettings_bucketName - The name of the S3 bucket to use.

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

DocDbSettings

data DocDbSettings Source #

Provides information that defines a DocumentDB endpoint.

See: newDocDbSettings smart constructor.

Instances

Instances details
FromJSON DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

ToJSON 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 #

Show DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

NFData DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

Methods

rnf :: DocDbSettings -> () #

Eq DocDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DocDbSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "DocDbSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "docsToInvestigate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "extractDocId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nestingLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NestingLevelValue))))) :*: ((S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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: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:extractDocId:DocDbSettings', docDbSettings_extractDocId - Specifies the document ID. Use this setting when NestingLevel is set to "none".

Default value is "false".

$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: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:password:DocDbSettings', docDbSettings_password - The password for the user account you use to access the DocumentDB source endpoint.

$sel:port:DocDbSettings', docDbSettings_port - The port value for 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:secretsManagerSecretId:DocDbSettings', docDbSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the DocumentDB endpoint connection details.

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

$sel:username:DocDbSettings', docDbSettings_username - The user name you use to access 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' Text 

Instances

Instances details
FromJSON DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

ToJSON 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 #

Read DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

Show DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

NFData DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

Methods

rnf :: DynamoDbSettings -> () #

Eq DynamoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.DynamoDbSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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.

ElasticsearchSettings

data ElasticsearchSettings Source #

Provides information that defines an OpenSearch endpoint.

See: newElasticsearchSettings smart constructor.

Instances

Instances details
FromJSON ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

ToJSON 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 #

Read ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

Show ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

NFData ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

Methods

rnf :: ElasticsearchSettings -> () #

Eq ElasticsearchSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.ElasticsearchSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ElasticsearchSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorRetryDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "fullLoadErrorPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "useNewMappingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (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:errorRetryDuration:ElasticsearchSettings', elasticsearchSettings_errorRetryDuration - The maximum number of seconds for which DMS retries failed API requests to the OpenSearch cluster.

$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. OpenSearch 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:useNewMappingType:ElasticsearchSettings', elasticsearchSettings_useNewMappingType - Set this option to true for DMS to migrate documentation using the documentation type _doc. OpenSearch and an Elasticsearch cluster only support the _doc documentation type in versions 7. x and later. The default value is false.

$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 OpenSearch 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.

Instances

Instances details
FromJSON 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 #

Show Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

NFData Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

Methods

rnf :: Endpoint -> () #

Eq Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

Hashable Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

Methods

hashWithSalt :: Int -> Endpoint -> Int #

hash :: Endpoint -> Int #

type Rep Endpoint Source # 
Instance details

Defined in Amazonka.DMS.Types.Endpoint

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

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:certificateArn:Endpoint', endpoint_certificateArn - The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

Endpoint, endpoint_databaseName - The name of the database at the endpoint.

$sel:dmsTransferSettings:Endpoint', endpoint_dmsTransferSettings - The settings for the DMS Transfer type source. For more information, see the DmsTransferSettings structure.

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

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

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

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

$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:endpointType:Endpoint', endpoint_endpointType - The type of endpoint. Valid values are source and target.

$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: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", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".

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

Endpoint, endpoint_externalTableDefinition - The external table definition.

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

$sel:gcpMySQLSettings:Endpoint', endpoint_gcpMySQLSettings - Settings in JSON format for the source GCP MySQL endpoint.

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

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

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

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:microsoftSQLServerSettings:Endpoint', endpoint_microsoftSQLServerSettings - The settings for the Microsoft SQL Server source and target endpoint. For more information, see the MicrosoftSQLServerSettings structure.

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

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

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

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

Endpoint, endpoint_port - The port value used to access the endpoint.

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

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

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

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

Endpoint, endpoint_serverName - The name of the server at the endpoint.

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:sslMode:Endpoint', endpoint_sslMode - The SSL mode used to connect to the endpoint. The default value is none.

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

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

Endpoint, endpoint_username - The user name used to connect to the endpoint.

EndpointSetting

data EndpointSetting Source #

Endpoint settings.

See: newEndpointSetting smart constructor.

Instances

Instances details
FromJSON 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 #

Read EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

Show EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

NFData EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

Methods

rnf :: EndpointSetting -> () #

Eq EndpointSetting Source # 
Instance details

Defined in Amazonka.DMS.Types.EndpointSetting

Hashable 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:applicability:EndpointSetting', endpointSetting_applicability - The relevance or validity of an endpoint setting for an engine name and its endpoint type.

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

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

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

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

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

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

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

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

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.

Instances

Instances details
FromJSON Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

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 #

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 #

NFData Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

Methods

rnf :: Event -> () #

Eq Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

Methods

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

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

Hashable Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

Methods

hashWithSalt :: Int -> Event -> Int #

hash :: Event -> Int #

type Rep Event Source # 
Instance details

Defined in Amazonka.DMS.Types.Event

type Rep Event = D1 ('MetaData "Event" "Amazonka.DMS.Types.Event" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "Event'" 'PrefixI 'True) ((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)) :*: (S1 ('MetaSel ('Just "sourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType))))))

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

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

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

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

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.

Instances

Instances details
FromJSON 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 #

Read EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

Show EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

NFData EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

Methods

rnf :: EventCategoryGroup -> () #

Eq EventCategoryGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.EventCategoryGroup

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "EventCategoryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "sourceType") '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:eventCategories:EventCategoryGroup', eventCategoryGroup_eventCategories - A list of event categories from a source type that you've chosen.

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

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

EventSubscription

data EventSubscription Source #

Describes an event notification subscription created by the CreateEventSubscription operation.

See: newEventSubscription smart constructor.

Instances

Instances details
FromJSON 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 #

Read EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

Show EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

NFData EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

Methods

rnf :: EventSubscription -> () #

Eq EventSubscription Source # 
Instance details

Defined in Amazonka.DMS.Types.EventSubscription

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "EventSubscription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "custSubscriptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "customerAwsId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "eventCategoriesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceIdsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subscriptionCreationTime") '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:custSubscriptionId:EventSubscription', eventSubscription_custSubscriptionId - The DMS event notification subscription Id.

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

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

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

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

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

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

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

$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:subscriptionCreationTime:EventSubscription', eventSubscription_subscriptionCreationTime - The time the DMS event notification subscription was created.

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' Text [Text] 

Instances

Instances details
ToJSON 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 #

Read Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Methods

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

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

Hashable Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.DMS.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.DMS.Types.Filter" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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.

FleetAdvisorLsaAnalysisResponse

data FleetAdvisorLsaAnalysisResponse Source #

Describes a large-scale assessment (LSA) analysis run by a Fleet Advisor collector.

See: newFleetAdvisorLsaAnalysisResponse smart constructor.

Instances

Instances details
FromJSON FleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorLsaAnalysisResponse

Generic FleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorLsaAnalysisResponse

Associated Types

type Rep FleetAdvisorLsaAnalysisResponse :: Type -> Type #

Read FleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorLsaAnalysisResponse

Show FleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorLsaAnalysisResponse

NFData FleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorLsaAnalysisResponse

Eq FleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorLsaAnalysisResponse

Hashable FleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorLsaAnalysisResponse

type Rep FleetAdvisorLsaAnalysisResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorLsaAnalysisResponse

type Rep FleetAdvisorLsaAnalysisResponse = D1 ('MetaData "FleetAdvisorLsaAnalysisResponse" "Amazonka.DMS.Types.FleetAdvisorLsaAnalysisResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "FleetAdvisorLsaAnalysisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lsaAnalysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFleetAdvisorLsaAnalysisResponse :: FleetAdvisorLsaAnalysisResponse Source #

Create a value of FleetAdvisorLsaAnalysisResponse 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:lsaAnalysisId:FleetAdvisorLsaAnalysisResponse', fleetAdvisorLsaAnalysisResponse_lsaAnalysisId - The ID of an LSA analysis run by a Fleet Advisor collector.

$sel:status:FleetAdvisorLsaAnalysisResponse', fleetAdvisorLsaAnalysisResponse_status - The status of an LSA analysis run by a Fleet Advisor collector.

FleetAdvisorSchemaObjectResponse

data FleetAdvisorSchemaObjectResponse Source #

Describes a schema object in a Fleet Advisor collector inventory.

See: newFleetAdvisorSchemaObjectResponse smart constructor.

Instances

Instances details
FromJSON FleetAdvisorSchemaObjectResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorSchemaObjectResponse

Generic FleetAdvisorSchemaObjectResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorSchemaObjectResponse

Associated Types

type Rep FleetAdvisorSchemaObjectResponse :: Type -> Type #

Read FleetAdvisorSchemaObjectResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorSchemaObjectResponse

Show FleetAdvisorSchemaObjectResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorSchemaObjectResponse

NFData FleetAdvisorSchemaObjectResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorSchemaObjectResponse

Eq FleetAdvisorSchemaObjectResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorSchemaObjectResponse

Hashable FleetAdvisorSchemaObjectResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorSchemaObjectResponse

type Rep FleetAdvisorSchemaObjectResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.FleetAdvisorSchemaObjectResponse

type Rep FleetAdvisorSchemaObjectResponse = D1 ('MetaData "FleetAdvisorSchemaObjectResponse" "Amazonka.DMS.Types.FleetAdvisorSchemaObjectResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "FleetAdvisorSchemaObjectResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "codeLineCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "codeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "numberOfObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "objectType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newFleetAdvisorSchemaObjectResponse :: FleetAdvisorSchemaObjectResponse Source #

Create a value of FleetAdvisorSchemaObjectResponse 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:codeLineCount:FleetAdvisorSchemaObjectResponse', fleetAdvisorSchemaObjectResponse_codeLineCount - The number of lines of code in a schema object in a Fleet Advisor collector inventory.

$sel:codeSize:FleetAdvisorSchemaObjectResponse', fleetAdvisorSchemaObjectResponse_codeSize - The size level of the code in a schema object in a Fleet Advisor collector inventory.

$sel:numberOfObjects:FleetAdvisorSchemaObjectResponse', fleetAdvisorSchemaObjectResponse_numberOfObjects - The number of objects in a schema object in a Fleet Advisor collector inventory.

$sel:objectType:FleetAdvisorSchemaObjectResponse', fleetAdvisorSchemaObjectResponse_objectType - The type of the schema object, as reported by the database engine. Examples include the following:

  • function
  • trigger
  • SYSTEM_TABLE
  • QUEUE

$sel:schemaId:FleetAdvisorSchemaObjectResponse', fleetAdvisorSchemaObjectResponse_schemaId - The ID of a schema object in a Fleet Advisor collector inventory.

GcpMySQLSettings

data GcpMySQLSettings Source #

Settings in JSON format for the source GCP MySQL endpoint.

See: newGcpMySQLSettings smart constructor.

Instances

Instances details
FromJSON GcpMySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.GcpMySQLSettings

ToJSON GcpMySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.GcpMySQLSettings

Generic GcpMySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.GcpMySQLSettings

Associated Types

type Rep GcpMySQLSettings :: Type -> Type #

Show GcpMySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.GcpMySQLSettings

NFData GcpMySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.GcpMySQLSettings

Methods

rnf :: GcpMySQLSettings -> () #

Eq GcpMySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.GcpMySQLSettings

Hashable GcpMySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.GcpMySQLSettings

type Rep GcpMySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.GcpMySQLSettings

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

newGcpMySQLSettings :: GcpMySQLSettings Source #

Create a value of GcpMySQLSettings 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:afterConnectScript:GcpMySQLSettings', gcpMySQLSettings_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:cleanSourceMetadataOnMismatch:GcpMySQLSettings', gcpMySQLSettings_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:databaseName:GcpMySQLSettings', gcpMySQLSettings_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:eventsPollInterval:GcpMySQLSettings', gcpMySQLSettings_eventsPollInterval - Specifies how often to check the binary log for new changes/events when the database is idle. The default is five seconds.

Example: eventsPollInterval=5;

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

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

Example: maxFileSize=512

$sel:parallelLoadThreads:GcpMySQLSettings', gcpMySQLSettings_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. The default is one.

Example: parallelLoadThreads=1

$sel:password:GcpMySQLSettings', gcpMySQLSettings_password - Endpoint connection password.

$sel:port:GcpMySQLSettings', gcpMySQLSettings_port -

$sel:secretsManagerAccessRoleArn:GcpMySQLSettings', gcpMySQLSettings_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:secretsManagerSecretId:GcpMySQLSettings', gcpMySQLSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the MySQL endpoint connection details.

$sel:serverName:GcpMySQLSettings', gcpMySQLSettings_serverName - Endpoint TCP port.

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

Example: serverTimezone=US/Pacific;

Note: Do not enclose time zones in single quotes.

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

Example: targetDbType=MULTIPLE_DATABASES

$sel:username:GcpMySQLSettings', gcpMySQLSettings_username - Endpoint connection user name.

IBMDb2Settings

data IBMDb2Settings Source #

Provides information that defines an IBM Db2 LUW endpoint.

See: newIBMDb2Settings smart constructor.

Instances

Instances details
FromJSON IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

ToJSON 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 #

Show IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

NFData IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

Methods

rnf :: IBMDb2Settings -> () #

Eq IBMDb2Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.IBMDb2Settings

Hashable 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: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:databaseName:IBMDb2Settings', iBMDb2Settings_databaseName - Database name for the endpoint.

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

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

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

$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:secretsManagerSecretId:IBMDb2Settings', iBMDb2Settings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Db2 LUW endpoint connection details.

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

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

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

InventoryData

data InventoryData Source #

Describes a Fleet Advisor collector inventory.

See: newInventoryData smart constructor.

Constructors

InventoryData' (Maybe Int) (Maybe Int) 

Instances

Instances details
FromJSON InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Generic InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Associated Types

type Rep InventoryData :: Type -> Type #

Read InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Show InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

NFData InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Methods

rnf :: InventoryData -> () #

Eq InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

Hashable InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

type Rep InventoryData Source # 
Instance details

Defined in Amazonka.DMS.Types.InventoryData

type Rep InventoryData = D1 ('MetaData "InventoryData" "Amazonka.DMS.Types.InventoryData" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "InventoryData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numberOfDatabases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "numberOfSchemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newInventoryData :: InventoryData Source #

Create a value of InventoryData 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:numberOfDatabases:InventoryData', inventoryData_numberOfDatabases - The number of databases in the Fleet Advisor collector inventory.

$sel:numberOfSchemas:InventoryData', inventoryData_numberOfSchemas - The number of schemas in the Fleet Advisor collector inventory.

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.

Instances

Instances details
FromJSON KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

ToJSON 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 #

Show KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

NFData KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

Methods

rnf :: KafkaSettings -> () #

Eq KafkaSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KafkaSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "KafkaSettings'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "broker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "includeControlDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "includeNullAndEmpty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includePartitionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "includeTableAlterOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includeTransactionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "messageFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessageFormatValue)) :*: (S1 ('MetaSel ('Just "messageMaxBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "noHexPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))) :*: (((S1 ('MetaSel ('Just "partitionIncludeSchemaTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "saslPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "saslUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KafkaSecurityProtocol)))) :*: ((S1 ('MetaSel ('Just "sslCaCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sslClientCertificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sslClientKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sslClientKeyPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "topic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

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: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: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:includeNullAndEmpty:KafkaSettings', kafkaSettings_includeNullAndEmpty - Include NULL and empty columns for records migrated to the endpoint. The default is false.

$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: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: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: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:messageMaxBytes:KafkaSettings', kafkaSettings_messageMaxBytes - The maximum size in bytes for records created on the endpoint The default is 1,000,000.

$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: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: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: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: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: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:sslClientCertificateArn:KafkaSettings', kafkaSettings_sslClientCertificateArn - The Amazon Resource Name (ARN) of the client certificate used to securely connect to a Kafka target endpoint.

$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:sslClientKeyPassword:KafkaSettings', kafkaSettings_sslClientKeyPassword - The password for the client private key used to securely connect to a Kafka target endpoint.

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

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.

Instances

Instances details
FromJSON KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

ToJSON 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 #

Read KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

Show KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

NFData KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

Methods

rnf :: KinesisSettings -> () #

Eq KinesisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.KinesisSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "KinesisSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "includeControlDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includeNullAndEmpty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "includePartitionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "includeTableAlterOperations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includeTransactionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "messageFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessageFormatValue)) :*: S1 ('MetaSel ('Just "noHexPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "partitionIncludeSchemaTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "streamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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: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:includeNullAndEmpty:KinesisSettings', kinesisSettings_includeNullAndEmpty - Include NULL and empty columns for records migrated to the endpoint. The default is false.

$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: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: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: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: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: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: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:streamArn:KinesisSettings', kinesisSettings_streamArn - The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.

MicrosoftSQLServerSettings

data MicrosoftSQLServerSettings Source #

Provides information that defines a Microsoft SQL Server endpoint.

See: newMicrosoftSQLServerSettings smart constructor.

Instances

Instances details
FromJSON MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

ToJSON 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 #

Show MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

NFData MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

Eq MicrosoftSQLServerSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MicrosoftSQLServerSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "MicrosoftSQLServerSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bcpPacketSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "controlTablesFileGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "querySingleAlwaysOnNode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "readBackupOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: (((S1 ('MetaSel ('Just "safeguardPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SafeguardPolicy)) :*: S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "trimSpaceInChar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "useBcpFullLoad") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "useThirdPartyBackupDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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: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:databaseName:MicrosoftSQLServerSettings', microsoftSQLServerSettings_databaseName - Database name for the endpoint.

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

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

$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: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: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: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:secretsManagerSecretId:MicrosoftSQLServerSettings', microsoftSQLServerSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SQL Server endpoint connection details.

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

$sel:trimSpaceInChar:MicrosoftSQLServerSettings', microsoftSQLServerSettings_trimSpaceInChar - Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.

$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: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:username:MicrosoftSQLServerSettings', microsoftSQLServerSettings_username - Endpoint connection user name.

MongoDbSettings

data MongoDbSettings Source #

Provides information that defines a MongoDB endpoint.

See: newMongoDbSettings smart constructor.

Instances

Instances details
FromJSON MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

ToJSON 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 #

Show MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

NFData MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

Methods

rnf :: MongoDbSettings -> () #

Eq MongoDbSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MongoDbSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "MongoDbSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "authMechanism") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthMechanismValue)) :*: (S1 ('MetaSel ('Just "authSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthTypeValue)))) :*: ((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "docsToInvestigate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "extractDocId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "nestingLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NestingLevelValue)) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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: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:authSource:MongoDbSettings', mongoDbSettings_authSource - The MongoDB database name. This setting isn't used when AuthType is set to "no".

The default is "admin".

$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: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:extractDocId:MongoDbSettings', mongoDbSettings_extractDocId - Specifies the document ID. Use this setting when NestingLevel is set to "none".

Default value is "false".

$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: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:password:MongoDbSettings', mongoDbSettings_password - The password for the user account you use to access the MongoDB source endpoint.

$sel:port:MongoDbSettings', mongoDbSettings_port - The port value for 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:secretsManagerSecretId:MongoDbSettings', mongoDbSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the MongoDB endpoint connection details.

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

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

MySQLSettings

data MySQLSettings Source #

Provides information that defines a MySQL endpoint.

See: newMySQLSettings smart constructor.

Instances

Instances details
FromJSON MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

ToJSON 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 #

Show MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

NFData MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

Methods

rnf :: MySQLSettings -> () #

Eq MySQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.MySQLSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "MySQLSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "afterConnectScript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cleanSourceMetadataOnMismatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "eventsPollInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "parallelLoadThreads") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverTimezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetDbType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDbType)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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: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: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: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:eventsPollInterval:MySQLSettings', mySQLSettings_eventsPollInterval - Specifies how often to check the binary log for new changes/events when the database is idle. The default is five seconds.

Example: eventsPollInterval=5;

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

$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: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. The default is one.

Example: parallelLoadThreads=1

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

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

$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:secretsManagerSecretId:MySQLSettings', mySQLSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the MySQL endpoint connection details.

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

$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:targetDbType:MySQLSettings', mySQLSettings_targetDbType - Specifies where to migrate source tables on the target, either to a single database or multiple databases. If you specify SPECIFIC_DATABASE, specify the database name using the DatabaseName parameter of the Endpoint object.

Example: targetDbType=MULTIPLE_DATABASES

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

NeptuneSettings

data NeptuneSettings Source #

Provides information that defines an Amazon Neptune endpoint.

See: newNeptuneSettings smart constructor.

Instances

Instances details
FromJSON NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

ToJSON 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 #

Read NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

Show NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

NFData NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

Methods

rnf :: NeptuneSettings -> () #

Eq NeptuneSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.NeptuneSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "NeptuneSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorRetryDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "iamAuthEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: 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 "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: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: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: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: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

OracleSettings

data OracleSettings Source #

Provides information that defines an Oracle endpoint.

See: newOracleSettings smart constructor.

Instances

Instances details
FromJSON OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

ToJSON 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 #

Show OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

NFData OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

Methods

rnf :: OracleSettings -> () #

Eq OracleSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.OracleSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "OracleSettings'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "accessAlternateDirectly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "addSupplementalLogging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "additionalArchivedLogDestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "allowSelectNestedTables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "archivedLogDestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "archivedLogsOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "asmPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "asmServer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "asmUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "charLengthSemantics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CharLengthSemantics)))))) :*: (((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "directPathNoLog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "directPathParallelLoad") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "enableHomogenousTablespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "extraArchivedLogDestIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Int]))))) :*: ((S1 ('MetaSel ('Just "failTasksOnLobTruncation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "numberDatatypeScale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "oraclePathPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parallelAsmReadThreads") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))) :*: ((((S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "readAheadBlocks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "readTableSpaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "replacePathPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "retryInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretsManagerOracleAsmAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "secretsManagerOracleAsmSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityDbEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))))))) :*: (((S1 ('MetaSel ('Just "securityDbEncryptionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "spatialDataOptionToGeoJsonFunctionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "standbyDelayTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "trimSpaceInChar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "useAlternateFolderForOnline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "useBFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "useDirectPathFullLoad") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "useLogminerReader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "usePathPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))))

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: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: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: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: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: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: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 Automatic Storage Management (ASM) only, the DMS user account needs to be granted ASM privileges.

$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: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: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: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:databaseName:OracleSettings', oracleSettings_databaseName - Database name for 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: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: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: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: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: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: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: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:password:OracleSettings', oracleSettings_password - Endpoint connection password.

$sel:port:OracleSettings', oracleSettings_port - Endpoint TCP port.

$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:readTableSpaceName:OracleSettings', oracleSettings_readTableSpaceName - When set to true, this attribute supports tablespace replication.

$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:retryInterval:OracleSettings', oracleSettings_retryInterval - Specifies the number of seconds that the system waits before resending a query.

Example: retryInterval=6;

$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:secretsManagerOracleAsmAccessRoleArn:OracleSettings', oracleSettings_secretsManagerOracleAsmAccessRoleArn - Required only if your Oracle endpoint uses Automatic Storage Management (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:secretsManagerOracleAsmSecretId:OracleSettings', oracleSettings_secretsManagerOracleAsmSecretId - Required only if your Oracle endpoint uses Automatic Storage Management (ASM). The full ARN, partial ARN, or friendly name of the SecretsManagerOracleAsmSecret that contains the Oracle ASM connection details for the Oracle endpoint.

$sel:secretsManagerSecretId:OracleSettings', oracleSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Oracle endpoint connection details.

$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: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:serverName:OracleSettings', oracleSettings_serverName - Fully qualified domain name of the endpoint.

$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: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:trimSpaceInChar:OracleSettings', oracleSettings_trimSpaceInChar - Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.

$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: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: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: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: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:username:OracleSettings', oracleSettings_username - Endpoint connection user name.

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.

Instances

Instances details
FromJSON 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 #

Read OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

Show OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

NFData OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

Eq OrderableReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.OrderableReplicationInstance

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "OrderableReplicationInstance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "defaultAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "includedAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "maxAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minAllocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "releaseStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReleaseStatusValues)) :*: (S1 ('MetaSel ('Just "replicationInstanceClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:availabilityZones:OrderableReplicationInstance', orderableReplicationInstance_availabilityZones - List of Availability Zones for this replication instance.

$sel:defaultAllocatedStorage:OrderableReplicationInstance', orderableReplicationInstance_defaultAllocatedStorage - The default amount of storage (in gigabytes) that is allocated for the replication instance.

$sel:engineVersion:OrderableReplicationInstance', orderableReplicationInstance_engineVersion - The version of the replication engine.

$sel:includedAllocatedStorage:OrderableReplicationInstance', orderableReplicationInstance_includedAllocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.

$sel:maxAllocatedStorage:OrderableReplicationInstance', orderableReplicationInstance_maxAllocatedStorage - The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

$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: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:storageType:OrderableReplicationInstance', orderableReplicationInstance_storageType - 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.

Instances

Instances details
FromJSON 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 #

Read PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

Show PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

NFData PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

Eq PendingMaintenanceAction Source # 
Instance details

Defined in Amazonka.DMS.Types.PendingMaintenanceAction

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "PendingMaintenanceAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "autoAppliedAfterDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "currentApplyDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "forcedApplyDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "optInStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:action:PendingMaintenanceAction', pendingMaintenanceAction_action - The type of pending maintenance action that is available for the resource.

$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: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.

$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:optInStatus:PendingMaintenanceAction', pendingMaintenanceAction_optInStatus - The type of opt-in request that has been received for the resource.

PostgreSQLSettings

data PostgreSQLSettings Source #

Provides information that defines a PostgreSQL endpoint.

See: newPostgreSQLSettings smart constructor.

Instances

Instances details
FromJSON PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

ToJSON 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 #

Show PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

NFData PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

Methods

rnf :: PostgreSQLSettings -> () #

Eq PostgreSQLSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.PostgreSQLSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "PostgreSQLSettings'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "afterConnectScript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "captureDdls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ddlArtifactsSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "executeTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "failTasksOnLobTruncation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "heartbeatEnable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "heartbeatFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "heartbeatSchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "maxFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) :*: (S1 ('MetaSel ('Just "pluginName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PluginNameValue)) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "slotName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trimSpaceInChar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

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: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: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:databaseName:PostgreSQLSettings', postgreSQLSettings_databaseName - Database name for the endpoint.

$sel:ddlArtifactsSchema:PostgreSQLSettings', postgreSQLSettings_ddlArtifactsSchema - The schema in which the operational DDL database artifacts are created.

Example: ddlArtifactsSchema=xyzddlschema;

$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: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: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.

$sel:heartbeatFrequency:PostgreSQLSettings', postgreSQLSettings_heartbeatFrequency - Sets the WAL heartbeat frequency (in minutes).

$sel:heartbeatSchema:PostgreSQLSettings', postgreSQLSettings_heartbeatSchema - Sets the schema in which the heartbeat artifacts are created.

$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:password:PostgreSQLSettings', postgreSQLSettings_password - Endpoint connection password.

$sel:pluginName:PostgreSQLSettings', postgreSQLSettings_pluginName - Specifies the plugin to use to create a replication slot.

$sel:port:PostgreSQLSettings', postgreSQLSettings_port - Endpoint TCP port. The default is 5432.

$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:secretsManagerSecretId:PostgreSQLSettings', postgreSQLSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the PostgreSQL endpoint connection details.

$sel:serverName:PostgreSQLSettings', postgreSQLSettings_serverName - Fully qualified domain name of the endpoint.

$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:trimSpaceInChar:PostgreSQLSettings', postgreSQLSettings_trimSpaceInChar - Use the TrimSpaceInChar source endpoint setting to trim data on CHAR and NCHAR data types during migration. The default value is true.

$sel:username:PostgreSQLSettings', postgreSQLSettings_username - Endpoint connection user name.

RedisSettings

data RedisSettings Source #

Provides information that defines a Redis target endpoint.

See: newRedisSettings smart constructor.

Instances

Instances details
FromJSON RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

ToJSON 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 #

Show RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

NFData RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

Methods

rnf :: RedisSettings -> () #

Eq RedisSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedisSettings

Hashable 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: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: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: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:serverName:RedisSettings', redisSettings_serverName - Fully qualified domain name of the endpoint.

$sel:port:RedisSettings', redisSettings_port - Transmission Control Protocol (TCP) port for the endpoint.

RedshiftSettings

data RedshiftSettings Source #

Provides information that defines an Amazon Redshift endpoint.

See: newRedshiftSettings smart constructor.

Instances

Instances details
FromJSON RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

ToJSON 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 #

Show RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

NFData RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

Methods

rnf :: RedshiftSettings -> () #

Eq RedshiftSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.RedshiftSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RedshiftSettings'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "acceptAnyDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "afterConnectScript") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketFolder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "caseSensitiveNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "compUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "connectionTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: (((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dateFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "emptyAsNull") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionModeValue)))) :*: ((S1 ('MetaSel ('Just "explicitIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "fileTransferUploadStreams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "loadTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maxFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "removeQuotes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "replaceChars") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replaceInvalidChars") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverSideEncryptionKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "trimBlanks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "truncateColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "writeBufferSize") '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: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: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:bucketName:RedshiftSettings', redshiftSettings_bucketName - The name of the intermediate S3 bucket used to store .csv files before uploading data to Redshift.

$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: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: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:databaseName:RedshiftSettings', redshiftSettings_databaseName - The name of the Amazon Redshift data warehouse (service) that you are working with.

$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: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: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: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: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.

$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: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:password:RedshiftSettings', redshiftSettings_password - The password for the user named in the username property.

$sel:port:RedshiftSettings', redshiftSettings_port - The port number for Amazon Redshift. The default value is 5439.

$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: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:replaceInvalidChars:RedshiftSettings', redshiftSettings_replaceInvalidChars - A list of characters that you want to replace. Use with ReplaceChars.

$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:secretsManagerSecretId:RedshiftSettings', redshiftSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the Amazon Redshift endpoint connection details.

$sel:serverName:RedshiftSettings', redshiftSettings_serverName - The name of the Amazon Redshift cluster you are using.

$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: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: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: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: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:username:RedshiftSettings', redshiftSettings_username - An Amazon Redshift user name for a registered user.

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

RefreshSchemasStatus

data RefreshSchemasStatus Source #

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

See: newRefreshSchemasStatus smart constructor.

Instances

Instances details
FromJSON 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 #

Read RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Show RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

NFData RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Methods

rnf :: RefreshSchemasStatus -> () #

Eq RefreshSchemasStatus Source # 
Instance details

Defined in Amazonka.DMS.Types.RefreshSchemasStatus

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "RefreshSchemasStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastRefreshDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RefreshSchemasStatusTypeValue))))))

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

$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:status:RefreshSchemasStatus', refreshSchemasStatus_status - The status of the schema.

ReplicationInstance

data ReplicationInstance Source #

Provides information that defines a replication instance.

See: newReplicationInstance smart constructor.

Instances

Instances details
FromJSON 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 #

Read ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

Show ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

NFData ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

Methods

rnf :: ReplicationInstance -> () #

Eq ReplicationInstance Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstance

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReplicationInstance'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "autoMinorVersionUpgrade") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "dnsNameServers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "freeUntil") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "instanceCreateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pendingModifiedValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationPendingModifiedValues)) :*: S1 ('MetaSel ('Just "preferredMaintenanceWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "publiclyAccessible") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "replicationInstanceArn") '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 "replicationInstanceIpv6Addresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "replicationInstancePrivateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "replicationInstancePrivateIpAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "replicationInstancePublicIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationInstancePublicIpAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "replicationInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationSubnetGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationSubnetGroup))) :*: (S1 ('MetaSel ('Just "secondaryAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VpcSecurityGroupMembership]))))))))

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:

ReplicationInstance, replicationInstance_allocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.

$sel:autoMinorVersionUpgrade:ReplicationInstance', replicationInstance_autoMinorVersionUpgrade - Boolean value indicating if minor version upgrades will be automatically applied to the instance.

$sel:availabilityZone:ReplicationInstance', replicationInstance_availabilityZone - The Availability Zone for the instance.

$sel:dnsNameServers:ReplicationInstance', replicationInstance_dnsNameServers - The DNS name servers supported for the replication instance to access your on-premise source or target database.

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:freeUntil:ReplicationInstance', replicationInstance_freeUntil - The expiration date of the free replication instance that is part of the Free DMS program.

$sel:instanceCreateTime:ReplicationInstance', replicationInstance_instanceCreateTime - The time the replication instance was created.

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

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.

ReplicationInstance, replicationInstance_networkType - The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

$sel:pendingModifiedValues:ReplicationInstance', replicationInstance_pendingModifiedValues - The pending modification values.

$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: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:replicationInstanceArn:ReplicationInstance', replicationInstance_replicationInstanceArn - The Amazon Resource Name (ARN) of the replication instance.

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:replicationInstanceIpv6Addresses:ReplicationInstance', replicationInstance_replicationInstanceIpv6Addresses - One or more IPv6 addresses for the replication instance.

$sel:replicationInstancePrivateIpAddress:ReplicationInstance', replicationInstance_replicationInstancePrivateIpAddress - The private IP address of the replication instance.

$sel:replicationInstancePrivateIpAddresses:ReplicationInstance', replicationInstance_replicationInstancePrivateIpAddresses - One or more private IP addresses for the replication instance.

$sel:replicationInstancePublicIpAddress:ReplicationInstance', replicationInstance_replicationInstancePublicIpAddress - The public IP address of the replication instance.

$sel:replicationInstancePublicIpAddresses:ReplicationInstance', replicationInstance_replicationInstancePublicIpAddresses - One or more public IP addresses for the replication instance.

$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:replicationSubnetGroup:ReplicationInstance', replicationInstance_replicationSubnetGroup - The subnet group for the replication instance.

$sel:secondaryAvailabilityZone:ReplicationInstance', replicationInstance_secondaryAvailabilityZone - The Availability Zone of the standby replication instance in a Multi-AZ deployment.

$sel:vpcSecurityGroups:ReplicationInstance', replicationInstance_vpcSecurityGroups - The VPC security group for the instance.

ReplicationInstanceTaskLog

data ReplicationInstanceTaskLog Source #

Contains metadata for a replication instance task log.

See: newReplicationInstanceTaskLog smart constructor.

Instances

Instances details
FromJSON 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 #

Read ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Show ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

NFData ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Eq ReplicationInstanceTaskLog Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationInstanceTaskLog

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReplicationInstanceTaskLog'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationInstanceTaskLogSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:replicationInstanceTaskLogSize:ReplicationInstanceTaskLog', replicationInstanceTaskLog_replicationInstanceTaskLogSize - The size, in bytes, of the replication task log.

$sel:replicationTaskArn:ReplicationInstanceTaskLog', replicationInstanceTaskLog_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

$sel:replicationTaskName:ReplicationInstanceTaskLog', replicationInstanceTaskLog_replicationTaskName - The name 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.

Instances

Instances details
FromJSON 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 #

Read ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Show ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

NFData ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Eq ReplicationPendingModifiedValues Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationPendingModifiedValues

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReplicationPendingModifiedValues'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allocatedStorage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "multiAZ") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:allocatedStorage:ReplicationPendingModifiedValues', replicationPendingModifiedValues_allocatedStorage - The amount of storage (in gigabytes) that is allocated for the replication instance.

$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:networkType:ReplicationPendingModifiedValues', replicationPendingModifiedValues_networkType - The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

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

ReplicationSubnetGroup

data ReplicationSubnetGroup Source #

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

See: newReplicationSubnetGroup smart constructor.

Instances

Instances details
FromJSON 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 #

Read ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Show ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

NFData ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Methods

rnf :: ReplicationSubnetGroup -> () #

Eq ReplicationSubnetGroup Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationSubnetGroup

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReplicationSubnetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "replicationSubnetGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationSubnetGroupIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Subnet])) :*: (S1 ('MetaSel ('Just "supportedNetworkTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vpcId") '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:replicationSubnetGroupDescription:ReplicationSubnetGroup', replicationSubnetGroup_replicationSubnetGroupDescription - A description for the replication 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:subnets:ReplicationSubnetGroup', replicationSubnetGroup_subnets - The subnets that are in the subnet group.

$sel:supportedNetworkTypes:ReplicationSubnetGroup', replicationSubnetGroup_supportedNetworkTypes - The IP addressing protocol supported by the subnet group. This is used by a replication instance with values such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.

$sel:vpcId:ReplicationSubnetGroup', replicationSubnetGroup_vpcId - The ID of the VPC.

ReplicationTask

data ReplicationTask Source #

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

See: newReplicationTask smart constructor.

Instances

Instances details
FromJSON 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 #

Read ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

Show ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

NFData ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

Methods

rnf :: ReplicationTask -> () #

Eq ReplicationTask Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTask

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReplicationTask'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "cdcStartPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdcStopPosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "migrationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MigrationTypeValue)))) :*: ((S1 ('MetaSel ('Just "recoveryCheckpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskCreationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "replicationTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "replicationTaskSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "replicationTaskStats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTaskStats)) :*: (S1 ('MetaSel ('Just "sourceEndpointArn") '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 "tableMappings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "targetEndpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetReplicationInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskData") '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: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: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:lastFailureMessage:ReplicationTask', replicationTask_lastFailureMessage - The last error (failure) message generated for the replication task.

$sel:migrationType:ReplicationTask', replicationTask_migrationType - The type of migration.

$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:replicationInstanceArn:ReplicationTask', replicationTask_replicationInstanceArn - The ARN of the replication instance.

$sel:replicationTaskArn:ReplicationTask', replicationTask_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

$sel:replicationTaskCreationDate:ReplicationTask', replicationTask_replicationTaskCreationDate - The date the replication task was created.

$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:replicationTaskSettings:ReplicationTask', replicationTask_replicationTaskSettings - The settings for the replication task.

$sel:replicationTaskStartDate:ReplicationTask', replicationTask_replicationTaskStartDate - The date the replication task is scheduled to start.

$sel:replicationTaskStats:ReplicationTask', replicationTask_replicationTaskStats - The statistics for the task, including elapsed time, tables loaded, and table errors.

$sel:sourceEndpointArn:ReplicationTask', replicationTask_sourceEndpointArn - The Amazon Resource Name (ARN) that uniquely identifies the endpoint.

$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 NORMAL"
  • "Stop Reason RECOVERABLE_ERROR"
  • "Stop Reason FATAL_ERROR"
  • "Stop Reason FULL_LOAD_ONLY_FINISHED"
  • "Stop Reason STOPPED_AFTER_FULL_LOAD" – Full load completed, with cached changes not applied
  • "Stop Reason STOPPED_AFTER_CACHED_EVENTS" – Full load completed, with cached changes applied
  • "Stop Reason EXPRESS_LICENSE_LIMITS_REACHED"
  • "Stop Reason STOPPED_AFTER_DDL_APPLY" – User-defined stop task after DDL applied
  • "Stop Reason STOPPED_DUE_TO_LOW_MEMORY"
  • "Stop Reason STOPPED_DUE_TO_LOW_DISK"
  • "Stop Reason STOPPED_AT_SERVER_TIME" – User-defined server time for stopping task
  • "Stop Reason STOPPED_AT_COMMIT_TIME" – User-defined commit time for stopping task
  • "Stop Reason RECONFIGURATION_RESTART"
  • "Stop Reason RECYCLE_TASK"

$sel:tableMappings:ReplicationTask', replicationTask_tableMappings - Table mappings specified in the task.

$sel:targetEndpointArn:ReplicationTask', replicationTask_targetEndpointArn - The ARN that uniquely identifies the endpoint.

$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: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.

ReplicationTaskAssessmentResult

data ReplicationTaskAssessmentResult Source #

The task assessment report in JSON format.

See: newReplicationTaskAssessmentResult smart constructor.

Instances

Instances details
FromJSON 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 #

Read ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

Show ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

NFData ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

Eq ReplicationTaskAssessmentResult Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentResult

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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 "assessmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationTaskLastAssessmentDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "s3ObjectUrl") '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:assessmentStatus:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_assessmentStatus - The status of the task assessment.

$sel:replicationTaskArn:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_replicationTaskArn - The Amazon Resource Name (ARN) of the replication task.

$sel:replicationTaskIdentifier:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_replicationTaskIdentifier - The replication task identifier of the task on which the task assessment was run.

$sel:replicationTaskLastAssessmentDate:ReplicationTaskAssessmentResult', replicationTaskAssessmentResult_replicationTaskLastAssessmentDate - The date the task assessment was completed.

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

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.

Instances

Instances details
FromJSON 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 #

Read ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

Show ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

NFData ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

Eq ReplicationTaskAssessmentRun Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRun

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReplicationTaskAssessmentRun'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "assessmentProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationTaskAssessmentRunProgress)) :*: (S1 ('MetaSel ('Just "assessmentRunName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "replicationTaskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskAssessmentRunArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskAssessmentRunCreationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "resultEncryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resultKmsKeyArn") '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 "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") '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:assessmentProgress:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_assessmentProgress - Indication of the completion progress for the individual assessments specified to run.

$sel:assessmentRunName:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_assessmentRunName - Unique name of the assessment run.

$sel:lastFailureMessage:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_lastFailureMessage - Last message generated by an individual assessment failure.

$sel:replicationTaskArn:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_replicationTaskArn - ARN of the migration task associated with this premigration assessment run.

$sel:replicationTaskAssessmentRunArn:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_replicationTaskAssessmentRunArn - Amazon Resource Name (ARN) of this assessment run.

$sel:replicationTaskAssessmentRunCreationDate:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_replicationTaskAssessmentRunCreationDate - Date on which the assessment run was created using the StartReplicationTaskAssessmentRun operation.

$sel:resultEncryptionMode:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_resultEncryptionMode - Encryption mode used to encrypt the assessment run results.

$sel:resultKmsKeyArn:ReplicationTaskAssessmentRun', replicationTaskAssessmentRun_resultKmsKeyArn - ARN of the KMS encryption key used to encrypt the assessment run results.

$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: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: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.

ReplicationTaskAssessmentRunProgress

data ReplicationTaskAssessmentRunProgress Source #

The progress values reported by the AssessmentProgress response element.

See: newReplicationTaskAssessmentRunProgress smart constructor.

Instances

Instances details
FromJSON ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

Generic 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

NFData ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

Eq ReplicationTaskAssessmentRunProgress Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskAssessmentRunProgress

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReplicationTaskAssessmentRunProgress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "individualAssessmentCompletedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "individualAssessmentCount") '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:individualAssessmentCompletedCount:ReplicationTaskAssessmentRunProgress', replicationTaskAssessmentRunProgress_individualAssessmentCompletedCount - The number of individual assessments that have completed, successfully or not.

$sel:individualAssessmentCount:ReplicationTaskAssessmentRunProgress', replicationTaskAssessmentRunProgress_individualAssessmentCount - The number of individual assessments that are specified to run.

ReplicationTaskIndividualAssessment

data ReplicationTaskIndividualAssessment Source #

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

See: newReplicationTaskIndividualAssessment smart constructor.

Instances

Instances details
FromJSON ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

Generic 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

NFData ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

Eq ReplicationTaskIndividualAssessment Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskIndividualAssessment

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReplicationTaskIndividualAssessment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "individualAssessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "replicationTaskAssessmentRunArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "replicationTaskIndividualAssessmentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "replicationTaskIndividualAssessmentStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") '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:individualAssessmentName:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_individualAssessmentName - Name of this individual assessment.

$sel:replicationTaskAssessmentRunArn:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_replicationTaskAssessmentRunArn - ARN of the premigration assessment run that is created to run this individual assessment.

$sel:replicationTaskIndividualAssessmentArn:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_replicationTaskIndividualAssessmentArn - Amazon Resource Name (ARN) of this individual assessment.

$sel:replicationTaskIndividualAssessmentStartDate:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_replicationTaskIndividualAssessmentStartDate - Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun operation.

$sel:status:ReplicationTaskIndividualAssessment', replicationTaskIndividualAssessment_status - Individual assessment status.

This status can have one of the following values:

  • "cancelled"
  • "error"
  • "failed"
  • "passed"
  • "pending"
  • "running"

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.

Instances

Instances details
FromJSON 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 #

Read ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Show ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

NFData ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Methods

rnf :: ReplicationTaskStats -> () #

Eq ReplicationTaskStats Source # 
Instance details

Defined in Amazonka.DMS.Types.ReplicationTaskStats

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ReplicationTaskStats'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "elapsedTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "freshStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "fullLoadFinishDate") '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 "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "stopDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tablesErrored") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "tablesLoaded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "tablesLoading") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "tablesQueued") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

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:elapsedTimeMillis:ReplicationTaskStats', replicationTaskStats_elapsedTimeMillis - The elapsed time of the task, in milliseconds.

$sel:freshStartDate:ReplicationTaskStats', replicationTaskStats_freshStartDate - The date the replication task was started either with a fresh start or a target reload.

$sel:fullLoadFinishDate:ReplicationTaskStats', replicationTaskStats_fullLoadFinishDate - The date the replication task full load was completed.

$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: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:stopDate:ReplicationTaskStats', replicationTaskStats_stopDate - The date the replication task was stopped.

$sel:tablesErrored:ReplicationTaskStats', replicationTaskStats_tablesErrored - The number of errors that have occurred during this task.

$sel:tablesLoaded:ReplicationTaskStats', replicationTaskStats_tablesLoaded - The number of tables loaded for this task.

$sel:tablesLoading:ReplicationTaskStats', replicationTaskStats_tablesLoading - The number of tables currently loading for this task.

$sel:tablesQueued:ReplicationTaskStats', replicationTaskStats_tablesQueued - The number of tables queued for this task.

ResourcePendingMaintenanceActions

data ResourcePendingMaintenanceActions Source #

Identifies an DMS resource and any pending actions for it.

See: newResourcePendingMaintenanceActions smart constructor.

Instances

Instances details
FromJSON 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 #

Read ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

Show ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

NFData ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

Eq ResourcePendingMaintenanceActions Source # 
Instance details

Defined in Amazonka.DMS.Types.ResourcePendingMaintenanceActions

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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.

S3Settings

data S3Settings Source #

Settings for exporting data to Amazon S3.

See: newS3Settings smart constructor.

Instances

Instances details
FromJSON S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

ToJSON 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 #

Read S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

Show S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

NFData S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

Methods

rnf :: S3Settings -> () #

Eq S3Settings Source # 
Instance details

Defined in Amazonka.DMS.Types.S3Settings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "S3Settings'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "addColumnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "addTrailingPaddingCharacter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "bucketFolder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cannedAclForObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CannedAclForObjectsValue))))) :*: ((S1 ('MetaSel ('Just "cdcInsertsAndUpdates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "cdcInsertsOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "cdcMaxBatchInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "cdcMinFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "cdcPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "compressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionTypeValue)) :*: S1 ('MetaSel ('Just "csvDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "csvNoSupValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "csvNullValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "csvRowDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "dataFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataFormatValue)) :*: S1 ('MetaSel ('Just "dataPageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "datePartitionDelimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatePartitionDelimiterValue)) :*: (S1 ('MetaSel ('Just "datePartitionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "datePartitionSequence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatePartitionSequenceValue))))))) :*: ((((S1 ('MetaSel ('Just "datePartitionTimezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dictPageSizeLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "enableStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "encodingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncodingTypeValue)) :*: S1 ('MetaSel ('Just "encryptionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionModeValue))))) :*: ((S1 ('MetaSel ('Just "expectedBucketOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "externalTableDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ignoreHeaderRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "includeOpForFullLoad") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maxFileSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "parquetTimestampInMillisecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "parquetVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParquetVersionValue))) :*: (S1 ('MetaSel ('Just "preserveTransactions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "rfc4180") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "rowGroupLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "serverSideEncryptionKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "timestampColumnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "useCsvNoSupValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "useTaskStartTimeForFullLoadTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))))))

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: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:addTrailingPaddingCharacter:S3Settings', s3Settings_addTrailingPaddingCharacter - Use the S3 target endpoint setting AddTrailingPaddingCharacter to add padding on string data. The default value is false.

$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:bucketName:S3Settings', s3Settings_bucketName - The name of the S3 bucket.

$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: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: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: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:cdcMinFileSize:S3Settings', s3Settings_cdcMinFileSize - Minimum file size, defined in kilobytes, 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: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.

$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: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: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: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: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: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: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: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: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: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:datePartitionTimezone:S3Settings', s3Settings_datePartitionTimezone - When creating an S3 target endpoint, set DatePartitionTimezone to convert the current UTC time into a specified time zone. The conversion occurs when a date partition folder is created and a CDC filename is generated. The time zone format is Area/Location. Use this parameter when DatePartitionedEnabled is set to true, as shown in the following example.

s3-settings='{"DatePartitionEnabled": true, "DatePartitionSequence": "YYYYMMDDHH", "DatePartitionDelimiter": "SLASH", "DatePartitionTimezone":"Asia/Seoul", "BucketName": "dms-nattarat-test"}'

$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: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: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: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:expectedBucketOwner:S3Settings', s3Settings_expectedBucketOwner - To specify a bucket owner and prevent sniping, you can use the ExpectedBucketOwner endpoint setting.

Example: --s3-settings='{"ExpectedBucketOwner": "AWS_Account_ID"}'

When you make a request to test a connection or perform a migration, S3 checks the account ID of the bucket owner against the specified parameter.

$sel:externalTableDefinition:S3Settings', s3Settings_externalTableDefinition - Specifies how tables are defined in the S3 source files only.

$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: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: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: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: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: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: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: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: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: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: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:useTaskStartTimeForFullLoadTimestamp:S3Settings', s3Settings_useTaskStartTimeForFullLoadTimestamp - When set to true, this parameter uses the task start time as the timestamp column value instead of the time data is written to target. For full load, when useTaskStartTimeForFullLoadTimestamp is set to true, each row of the timestamp column contains the task start time. For CDC loads, each row of the timestamp column contains the transaction commit time.

When useTaskStartTimeForFullLoadTimestamp is set to false, the full load timestamp in the timestamp column increments with the time data arrives at the target.

SchemaResponse

data SchemaResponse Source #

Describes a schema in a Fleet Advisor collector inventory.

See: newSchemaResponse smart constructor.

Instances

Instances details
FromJSON SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Generic SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Associated Types

type Rep SchemaResponse :: Type -> Type #

Read SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Show SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

NFData SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Methods

rnf :: SchemaResponse -> () #

Eq SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

Hashable SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

type Rep SchemaResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaResponse

newSchemaResponse :: SchemaResponse Source #

Create a value of SchemaResponse 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:codeLineCount:SchemaResponse', schemaResponse_codeLineCount - The number of lines of code in a schema in a Fleet Advisor collector inventory.

$sel:codeSize:SchemaResponse', schemaResponse_codeSize - The size level of the code in a schema in a Fleet Advisor collector inventory.

$sel:complexity:SchemaResponse', schemaResponse_complexity - The complexity level of the code in a schema in a Fleet Advisor collector inventory.

$sel:databaseInstance:SchemaResponse', schemaResponse_databaseInstance - The database for a schema in a Fleet Advisor collector inventory.

$sel:originalSchema:SchemaResponse', schemaResponse_originalSchema - Undocumented member.

SchemaResponse, schemaResponse_schemaId - The ID of a schema in a Fleet Advisor collector inventory.

SchemaResponse, schemaResponse_schemaName - The name of a schema in a Fleet Advisor collector inventory.

$sel:server:SchemaResponse', schemaResponse_server - The database server for a schema in a Fleet Advisor collector inventory.

$sel:similarity:SchemaResponse', schemaResponse_similarity - The similarity value for a schema in a Fleet Advisor collector inventory. A higher similarity value indicates that a schema is likely to be a duplicate.

SchemaShortInfoResponse

data SchemaShortInfoResponse Source #

Describes a schema in a Fleet Advisor collector inventory.

See: newSchemaShortInfoResponse smart constructor.

Instances

Instances details
FromJSON SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Generic SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Associated Types

type Rep SchemaShortInfoResponse :: Type -> Type #

Read SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Show SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

NFData SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Methods

rnf :: SchemaShortInfoResponse -> () #

Eq SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

Hashable SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

type Rep SchemaShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.SchemaShortInfoResponse

type Rep SchemaShortInfoResponse = D1 ('MetaData "SchemaShortInfoResponse" "Amazonka.DMS.Types.SchemaShortInfoResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "SchemaShortInfoResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "databaseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "schemaId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSchemaShortInfoResponse :: SchemaShortInfoResponse Source #

Create a value of SchemaShortInfoResponse 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:databaseId:SchemaShortInfoResponse', schemaShortInfoResponse_databaseId - The ID of a database in a Fleet Advisor collector inventory.

$sel:databaseIpAddress:SchemaShortInfoResponse', schemaShortInfoResponse_databaseIpAddress - The IP address of a database in a Fleet Advisor collector inventory.

$sel:databaseName:SchemaShortInfoResponse', schemaShortInfoResponse_databaseName - The name of a database in a Fleet Advisor collector inventory.

$sel:schemaId:SchemaShortInfoResponse', schemaShortInfoResponse_schemaId - The ID of a schema in a Fleet Advisor collector inventory.

$sel:schemaName:SchemaShortInfoResponse', schemaShortInfoResponse_schemaName - The name of a schema in a Fleet Advisor collector inventory.

ServerShortInfoResponse

data ServerShortInfoResponse Source #

Describes a server in a Fleet Advisor collector inventory.

See: newServerShortInfoResponse smart constructor.

Instances

Instances details
FromJSON ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Generic ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Associated Types

type Rep ServerShortInfoResponse :: Type -> Type #

Read ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Show ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

NFData ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Methods

rnf :: ServerShortInfoResponse -> () #

Eq ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

Hashable ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

type Rep ServerShortInfoResponse Source # 
Instance details

Defined in Amazonka.DMS.Types.ServerShortInfoResponse

type Rep ServerShortInfoResponse = D1 ('MetaData "ServerShortInfoResponse" "Amazonka.DMS.Types.ServerShortInfoResponse" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "ServerShortInfoResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serverId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newServerShortInfoResponse :: ServerShortInfoResponse Source #

Create a value of ServerShortInfoResponse 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:ipAddress:ServerShortInfoResponse', serverShortInfoResponse_ipAddress - The IP address of a server in a Fleet Advisor collector inventory.

$sel:serverId:ServerShortInfoResponse', serverShortInfoResponse_serverId - The ID of a server in a Fleet Advisor collector inventory.

$sel:serverName:ServerShortInfoResponse', serverShortInfoResponse_serverName - The name address of a server in a Fleet Advisor collector inventory.

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.

Instances

Instances details
FromJSON 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 #

Read Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Show Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

NFData Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Methods

rnf :: Subnet -> () #

Eq Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Methods

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

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

Hashable Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

Methods

hashWithSalt :: Int -> Subnet -> Int #

hash :: Subnet -> Int #

type Rep Subnet Source # 
Instance details

Defined in Amazonka.DMS.Types.Subnet

type Rep Subnet = D1 ('MetaData "Subnet" "Amazonka.DMS.Types.Subnet" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "Subnet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetAvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailabilityZone)) :*: (S1 ('MetaSel ('Just "subnetIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:subnetAvailabilityZone:Subnet', subnet_subnetAvailabilityZone - The Availability Zone of the subnet.

$sel:subnetIdentifier:Subnet', subnet_subnetIdentifier - The subnet identifier.

$sel:subnetStatus:Subnet', subnet_subnetStatus - The status 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.

Instances

Instances details
FromJSON 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 #

Read SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

Show SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

NFData SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

Methods

rnf :: SupportedEndpointType -> () #

Eq SupportedEndpointType Source # 
Instance details

Defined in Amazonka.DMS.Types.SupportedEndpointType

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "SupportedEndpointType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationEndpointTypeValue)) :*: S1 ('MetaSel ('Just "engineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (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:endpointType:SupportedEndpointType', supportedEndpointType_endpointType - The type of endpoint. Valid values are source and target.

$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: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", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".

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

SybaseSettings

data SybaseSettings Source #

Provides information that defines a SAP ASE endpoint.

See: newSybaseSettings smart constructor.

Instances

Instances details
FromJSON SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

ToJSON 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 #

Show SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

NFData SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

Methods

rnf :: SybaseSettings -> () #

Eq SybaseSettings Source # 
Instance details

Defined in Amazonka.DMS.Types.SybaseSettings

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "SybaseSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "secretsManagerAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretsManagerSecretId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "serverName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:databaseName:SybaseSettings', sybaseSettings_databaseName - Database name for the endpoint.

$sel:password:SybaseSettings', sybaseSettings_password - Endpoint connection password.

$sel:port:SybaseSettings', sybaseSettings_port - Endpoint TCP port. The default is 5000.

$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:secretsManagerSecretId:SybaseSettings', sybaseSettings_secretsManagerSecretId - The full ARN, partial ARN, or friendly name of the SecretsManagerSecret that contains the SAP SAE endpoint connection details.

$sel:serverName:SybaseSettings', sybaseSettings_serverName - Fully qualified domain name of the endpoint.

$sel:username:SybaseSettings', sybaseSettings_username - Endpoint connection user name.

TableStatistics

data TableStatistics Source #

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

See: newTableStatistics smart constructor.

Instances

Instances details
FromJSON 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 #

Read TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

Show TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

NFData TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

Methods

rnf :: TableStatistics -> () #

Eq TableStatistics Source # 
Instance details

Defined in Amazonka.DMS.Types.TableStatistics

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "TableStatistics'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "appliedDdls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "appliedDeletes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "appliedInserts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "appliedUpdates") '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 "fullLoadCondtnlChkFailedRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "fullLoadEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "fullLoadErrorRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "fullLoadReloaded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "fullLoadRows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))) :*: (((S1 ('MetaSel ('Just "fullLoadStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "inserts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "schemaName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tableState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "updates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "validationFailedRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "validationPendingRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 ('MetaSel ('Just "validationState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "validationStateDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "validationSuspendedRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))))

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:appliedDdls:TableStatistics', tableStatistics_appliedDdls - The number of data definition language (DDL) statements used to build and modify the structure of your tables applied on the target.

$sel:appliedDeletes:TableStatistics', tableStatistics_appliedDeletes - The number of delete actions applied on a target table.

$sel:appliedInserts:TableStatistics', tableStatistics_appliedInserts - The number of insert actions applied on a target table.

$sel:appliedUpdates:TableStatistics', tableStatistics_appliedUpdates - The number of update actions applied on a target table.

$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: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:fullLoadEndTime:TableStatistics', tableStatistics_fullLoadEndTime - The time when the full load operation completed.

$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: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:fullLoadRows:TableStatistics', tableStatistics_fullLoadRows - The number of rows added during the full load operation.

$sel:fullLoadStartTime:TableStatistics', tableStatistics_fullLoadStartTime - The time when the full load operation started.

$sel:inserts:TableStatistics', tableStatistics_inserts - The number of insert actions performed on a table.

$sel:lastUpdateTime:TableStatistics', tableStatistics_lastUpdateTime - The last time a table was updated.

$sel:schemaName:TableStatistics', tableStatistics_schemaName - The schema name.

$sel:tableName:TableStatistics', tableStatistics_tableName - The name of the table.

$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 is being reloaded

$sel:updates:TableStatistics', tableStatistics_updates - The number of update actions performed on a table.

$sel:validationFailedRecords:TableStatistics', tableStatistics_validationFailedRecords - The number of records that failed validation.

$sel:validationPendingRecords:TableStatistics', tableStatistics_validationPendingRecords - The number of records that have yet to be validated.

$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:validationStateDetails:TableStatistics', tableStatistics_validationStateDetails - Additional details about the state of validation.

$sel:validationSuspendedRecords:TableStatistics', tableStatistics_validationSuspendedRecords - The number of records that couldn't be validated.

TableToReload

data TableToReload Source #

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

See: newTableToReload smart constructor.

Constructors

TableToReload' Text Text 

Instances

Instances details
ToJSON 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 #

Read TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

Show TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

NFData TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

Methods

rnf :: TableToReload -> () #

Eq TableToReload Source # 
Instance details

Defined in Amazonka.DMS.Types.TableToReload

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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.

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' (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.DMS.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.DMS.Types.Tag" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") '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: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}_.:/=+\\-]*)$").

$sel:resourceArn:Tag', tag_resourceArn - The Amazon Resource Name (ARN) string that uniquely identifies the resource for which the tag is created.

$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}_.:/=+\\-]*)$").

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.

Instances

Instances details
FromJSON 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 #

Read VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

Show VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

NFData VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

Eq VpcSecurityGroupMembership Source # 
Instance details

Defined in Amazonka.DMS.Types.VpcSecurityGroupMembership

Hashable 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" "amazonka-dms-2.0-LVCLJv4CY4nJuf0WXCDs3O" '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.