libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness
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.Route53RecoveryReadiness.UpdateRecoveryGroup

Description

Updates an existing Recovery Group.

Synopsis

Creating a Request

data UpdateRecoveryGroup Source #

Parameters to update for the RecoveryGroup

See: newUpdateRecoveryGroup smart constructor.

Constructors

UpdateRecoveryGroup' 

Fields

Instances

Instances details
Eq UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Read UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Show UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Generic UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type Rep UpdateRecoveryGroup :: Type -> Type #

NFData UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Methods

rnf :: UpdateRecoveryGroup -> () #

Hashable UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

ToJSON UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

AWSRequest UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type AWSResponse 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

type Rep UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

type Rep UpdateRecoveryGroup = D1 ('MetaData "UpdateRecoveryGroup" "Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "UpdateRecoveryGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse UpdateRecoveryGroup Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

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:

$sel:recoveryGroupName:UpdateRecoveryGroup', updateRecoveryGroup_recoveryGroupName - The RecoveryGroup to update

$sel:cells:UpdateRecoveryGroup', updateRecoveryGroup_cells - A list of Cell arns, completely replaces previous list

Request Lenses

updateRecoveryGroup_cells :: Lens' UpdateRecoveryGroup [Text] Source #

A list of Cell arns, completely replaces previous list

Destructuring the Response

data UpdateRecoveryGroupResponse Source #

See: newUpdateRecoveryGroupResponse smart constructor.

Constructors

UpdateRecoveryGroupResponse' 

Fields

Instances

Instances details
Eq UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Read UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Show UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Generic UpdateRecoveryGroupResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateRecoveryGroup

Associated Types

type Rep UpdateRecoveryGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "UpdateRecoveryGroupResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "recoveryGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "recoveryGroupArn") '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:

$sel:cells:UpdateRecoveryGroup', updateRecoveryGroupResponse_cells - A list of Cell arns

$sel:recoveryGroupName:UpdateRecoveryGroup', updateRecoveryGroupResponse_recoveryGroupName - The name of the RecoveryGroup

$sel:recoveryGroupArn:UpdateRecoveryGroupResponse', updateRecoveryGroupResponse_recoveryGroupArn - The arn for the RecoveryGroup

$sel:tags:UpdateRecoveryGroupResponse', updateRecoveryGroupResponse_tags - Undocumented member.

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

Response Lenses