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

Amazonka.MGN.RetryDataReplication

Description

Causes the data replication initiation sequence to begin immediately upon next Handshake for specified SourceServer IDs, regardless of when the previous initiation started. This command will not work if the SourceServer is not stalled or is in a DISCONNECTED or STOPPED state.

Synopsis

Creating a Request

data RetryDataReplication Source #

See: newRetryDataReplication smart constructor.

Constructors

RetryDataReplication' 

Fields

Instances

Instances details
Eq RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

Read RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

Show RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

Generic RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

Associated Types

type Rep RetryDataReplication :: Type -> Type #

NFData RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

Methods

rnf :: RetryDataReplication -> () #

Hashable RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

ToJSON RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

AWSRequest RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

Associated Types

type AWSResponse RetryDataReplication #

ToHeaders RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

ToPath RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

ToQuery RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

type Rep RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

type Rep RetryDataReplication = D1 ('MetaData "RetryDataReplication" "Amazonka.MGN.RetryDataReplication" "libZSservicesZSamazonka-mgnZSamazonka-mgn" 'False) (C1 ('MetaCons "RetryDataReplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceServerID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RetryDataReplication Source # 
Instance details

Defined in Amazonka.MGN.RetryDataReplication

newRetryDataReplication Source #

Create a value of RetryDataReplication 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:sourceServerID:RetryDataReplication', retryDataReplication_sourceServerID - Retry data replication for Source Server ID.

Request Lenses

retryDataReplication_sourceServerID :: Lens' RetryDataReplication Text Source #

Retry data replication for Source Server ID.

Destructuring the Response

data SourceServer Source #

See: newSourceServer smart constructor.

Constructors

SourceServer' 

Fields

Instances

Instances details
Eq SourceServer Source # 
Instance details

Defined in Amazonka.MGN.Types.SourceServer

Show SourceServer Source # 
Instance details

Defined in Amazonka.MGN.Types.SourceServer

Generic SourceServer Source # 
Instance details

Defined in Amazonka.MGN.Types.SourceServer

Associated Types

type Rep SourceServer :: Type -> Type #

NFData SourceServer Source # 
Instance details

Defined in Amazonka.MGN.Types.SourceServer

Methods

rnf :: SourceServer -> () #

Hashable SourceServer Source # 
Instance details

Defined in Amazonka.MGN.Types.SourceServer

FromJSON SourceServer Source # 
Instance details

Defined in Amazonka.MGN.Types.SourceServer

type Rep SourceServer Source # 
Instance details

Defined in Amazonka.MGN.Types.SourceServer

newSourceServer :: SourceServer Source #

Create a value of SourceServer 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:sourceProperties:SourceServer', sourceServer_sourceProperties - Source server properties.

$sel:arn:SourceServer', sourceServer_arn - Source server ARN.

$sel:launchedInstance:SourceServer', sourceServer_launchedInstance - Source server launched instance.

$sel:lifeCycle:SourceServer', sourceServer_lifeCycle - Source server lifecycle state.

$sel:isArchived:SourceServer', sourceServer_isArchived - Source server archived status.

$sel:dataReplicationInfo:SourceServer', sourceServer_dataReplicationInfo - Source server data replication info.

$sel:sourceServerID:SourceServer', sourceServer_sourceServerID - Source server ID.

$sel:tags:SourceServer', sourceServer_tags - Source server Tags.

Response Lenses

sourceServer_lifeCycle :: Lens' SourceServer (Maybe LifeCycle) Source #

Source server lifecycle state.

sourceServer_isArchived :: Lens' SourceServer (Maybe Bool) Source #

Source server archived status.