amazonka-route53-recovery-readiness-2.0: Amazon Route53 Recovery Readiness 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.Route53RecoveryReadiness.UpdateRecoveryGroup

Description

Updates a recovery group.

Synopsis

Creating a Request

data UpdateRecoveryGroup Source #

Name of a recovery group.

See: newUpdateRecoveryGroup smart constructor.

Constructors

UpdateRecoveryGroup' 

Fields

  • recoveryGroupName :: Text

    The name of a recovery group.

  • cells :: [Text]

    A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.

Instances

Instances details
ToJSON UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

ToHeaders UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

ToPath UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

ToQuery UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

AWSRequest UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type AWSResponse UpdateRecoveryGroup #

Generic UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type Rep UpdateRecoveryGroup :: Type -> Type #

Read UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Show UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

NFData UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Methods

rnf :: UpdateRecoveryGroup -> () #

Eq UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Hashable UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type AWSResponse UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type Rep UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type Rep UpdateRecoveryGroup = D1 ('MetaData "UpdateRecoveryGroup" "Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateRecoveryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUpdateRecoveryGroup Source #

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

UpdateRecoveryGroup, updateRecoveryGroup_recoveryGroupName - The name of a recovery group.

UpdateRecoveryGroup, updateRecoveryGroup_cells - A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.

Request Lenses

updateRecoveryGroup_cells :: Lens' UpdateRecoveryGroup [Text] Source #

A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.

Destructuring the Response

data UpdateRecoveryGroupResponse Source #

See: newUpdateRecoveryGroupResponse smart constructor.

Constructors

UpdateRecoveryGroupResponse' 

Fields

Instances

Instances details
Generic UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type Rep UpdateRecoveryGroupResponse :: Type -> Type #

Read UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Show UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

NFData UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Eq UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type Rep UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type Rep UpdateRecoveryGroupResponse = D1 ('MetaData "UpdateRecoveryGroupResponse" "Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateRecoveryGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "recoveryGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newUpdateRecoveryGroupResponse Source #

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

UpdateRecoveryGroup, updateRecoveryGroupResponse_cells - A list of a cell's Amazon Resource Names (ARNs).

UpdateRecoveryGroupResponse, updateRecoveryGroupResponse_recoveryGroupArn - The Amazon Resource Name (ARN) for the recovery group.

UpdateRecoveryGroup, updateRecoveryGroupResponse_recoveryGroupName - The name of the recovery group.

UpdateRecoveryGroupResponse, updateRecoveryGroupResponse_tags - The tags associated with the recovery group.

$sel:httpStatus:UpdateRecoveryGroupResponse', updateRecoveryGroupResponse_httpStatus - The response's http status code.

Response Lenses

updateRecoveryGroupResponse_cells :: Lens' UpdateRecoveryGroupResponse (Maybe [Text]) Source #

A list of a cell's Amazon Resource Names (ARNs).

updateRecoveryGroupResponse_recoveryGroupArn :: Lens' UpdateRecoveryGroupResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the recovery group.