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.UpdateCell

Description

Updates an existing Cell.

Synopsis

Creating a Request

data UpdateCell Source #

Parameters to update for the Cell

See: newUpdateCell smart constructor.

Constructors

UpdateCell' 

Fields

Instances

Instances details
Eq UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Read UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Show UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Generic UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type Rep UpdateCell :: Type -> Type #

NFData UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

rnf :: UpdateCell -> () #

Hashable UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

ToJSON UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

AWSRequest UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type AWSResponse UpdateCell #

ToHeaders UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

toHeaders :: UpdateCell -> [Header] #

ToPath UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

ToQuery UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type Rep UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

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

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

newUpdateCell Source #

Create a value of UpdateCell 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:cellName:UpdateCell', updateCell_cellName - The Cell to update

$sel:cells:UpdateCell', updateCell_cells - A list of Cell arns, completely replaces previous list

Request Lenses

updateCell_cells :: Lens' UpdateCell [Text] Source #

A list of Cell arns, completely replaces previous list

Destructuring the Response

data UpdateCellResponse Source #

See: newUpdateCellResponse smart constructor.

Constructors

UpdateCellResponse' 

Fields

Instances

Instances details
Eq UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Read UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Show UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Generic UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type Rep UpdateCellResponse :: Type -> Type #

NFData UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

rnf :: UpdateCellResponse -> () #

type Rep UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type Rep UpdateCellResponse = D1 ('MetaData "UpdateCellResponse" "Amazonka.Route53RecoveryReadiness.UpdateCell" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "UpdateCellResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "parentReadinessScopes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "cellArn") '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)))))

newUpdateCellResponse Source #

Create a value of UpdateCellResponse 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:UpdateCell', updateCellResponse_cells - A list of Cell arns

$sel:parentReadinessScopes:UpdateCellResponse', updateCellResponse_parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNs

$sel:cellName:UpdateCell', updateCellResponse_cellName - The name of the Cell

$sel:cellArn:UpdateCellResponse', updateCellResponse_cellArn - The arn for the Cell

$sel:tags:UpdateCellResponse', updateCellResponse_tags - Undocumented member.

$sel:httpStatus:UpdateCellResponse', updateCellResponse_httpStatus - The response's http status code.

Response Lenses

updateCellResponse_parentReadinessScopes :: Lens' UpdateCellResponse (Maybe [Text]) Source #

A list of Cell ARNs and/or RecoveryGroup ARNs