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

Description

Starts the replication task assessment for unsupported data types in the source database.

You can only use this operation for a task if the following conditions are true:

  • The task must be in the stopped state.
  • The task must have successful connections to the source and target.

If either of these conditions are not met, an InvalidResourceStateFault error will result.

For information about DMS task assessments, see Creating a task assessment report in the Database Migration Service User Guide.

Synopsis

Creating a Request

data StartReplicationTaskAssessment Source #

See: newStartReplicationTaskAssessment smart constructor.

Constructors

StartReplicationTaskAssessment' 

Fields

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.

Request Lenses

Destructuring the Response

data StartReplicationTaskAssessmentResponse Source #

Constructors

StartReplicationTaskAssessmentResponse' 

Fields

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.

Response Lenses