amazonka-drs-2.0: Amazon Elastic Disaster Recovery 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.DrS.StopFailback

Description

Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.

Synopsis

Creating a Request

data StopFailback Source #

See: newStopFailback smart constructor.

Constructors

StopFailback' 

Fields

Instances

Instances details
ToJSON StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

ToHeaders StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

ToPath StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

ToQuery StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

AWSRequest StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

Associated Types

type AWSResponse StopFailback #

Generic StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

Associated Types

type Rep StopFailback :: Type -> Type #

Read StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

Show StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

NFData StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

Methods

rnf :: StopFailback -> () #

Eq StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

Hashable StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

type AWSResponse StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

type Rep StopFailback Source # 
Instance details

Defined in Amazonka.DrS.StopFailback

type Rep StopFailback = D1 ('MetaData "StopFailback" "Amazonka.DrS.StopFailback" "amazonka-drs-2.0-Jcy074h2jPgFhWHQx96blx" 'False) (C1 ('MetaCons "StopFailback'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryInstanceID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopFailback Source #

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

StopFailback, stopFailback_recoveryInstanceID - The ID of the Recovery Instance we want to stop failback for.

Request Lenses

stopFailback_recoveryInstanceID :: Lens' StopFailback Text Source #

The ID of the Recovery Instance we want to stop failback for.

Destructuring the Response

data StopFailbackResponse Source #

See: newStopFailbackResponse smart constructor.

Constructors

StopFailbackResponse' 

newStopFailbackResponse :: StopFailbackResponse Source #

Create a value of StopFailbackResponse with all optional fields omitted.

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