amazonka-elasticache-2.0: Amazon ElastiCache 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.ElastiCache.CompleteMigration

Description

Complete the migration of data.

Synopsis

Creating a Request

data CompleteMigration Source #

See: newCompleteMigration smart constructor.

Constructors

CompleteMigration' 

Fields

  • force :: Maybe Bool

    Forces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache.

  • replicationGroupId :: Text

    The ID of the replication group to which data is being migrated.

Instances

Instances details
ToHeaders CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

ToPath CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

ToQuery CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

AWSRequest CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

Associated Types

type AWSResponse CompleteMigration #

Generic CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

Associated Types

type Rep CompleteMigration :: Type -> Type #

Read CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

Show CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

NFData CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

Methods

rnf :: CompleteMigration -> () #

Eq CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

Hashable CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

type AWSResponse CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

type Rep CompleteMigration Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

type Rep CompleteMigration = D1 ('MetaData "CompleteMigration" "Amazonka.ElastiCache.CompleteMigration" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "CompleteMigration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "force") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "replicationGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCompleteMigration Source #

Create a value of CompleteMigration 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:force:CompleteMigration', completeMigration_force - Forces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache.

CompleteMigration, completeMigration_replicationGroupId - The ID of the replication group to which data is being migrated.

Request Lenses

completeMigration_force :: Lens' CompleteMigration (Maybe Bool) Source #

Forces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache.

completeMigration_replicationGroupId :: Lens' CompleteMigration Text Source #

The ID of the replication group to which data is being migrated.

Destructuring the Response

data CompleteMigrationResponse Source #

See: newCompleteMigrationResponse smart constructor.

Constructors

CompleteMigrationResponse' 

Fields

Instances

Instances details
Generic CompleteMigrationResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

Associated Types

type Rep CompleteMigrationResponse :: Type -> Type #

Read CompleteMigrationResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

Show CompleteMigrationResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

NFData CompleteMigrationResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

Eq CompleteMigrationResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

type Rep CompleteMigrationResponse Source # 
Instance details

Defined in Amazonka.ElastiCache.CompleteMigration

type Rep CompleteMigrationResponse = D1 ('MetaData "CompleteMigrationResponse" "Amazonka.ElastiCache.CompleteMigration" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "CompleteMigrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicationGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicationGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCompleteMigrationResponse Source #

Create a value of CompleteMigrationResponse 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:replicationGroup:CompleteMigrationResponse', completeMigrationResponse_replicationGroup - Undocumented member.

$sel:httpStatus:CompleteMigrationResponse', completeMigrationResponse_httpStatus - The response's http status code.

Response Lenses