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

Description

Updates a cell to replace the list of nested cells with a new list of nested cells.

Synopsis

Creating a Request

data UpdateCell Source #

See: newUpdateCell smart constructor.

Constructors

UpdateCell' 

Fields

  • cellName :: Text

    The name of the cell.

  • cells :: [Text]

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

Instances

Instances details
ToJSON UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.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

AWSRequest UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type AWSResponse UpdateCell #

Generic UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type Rep UpdateCell :: Type -> Type #

Read UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Show UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

NFData UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

rnf :: UpdateCell -> () #

Eq UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Hashable UpdateCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type AWSResponse 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" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "UpdateCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newUpdateCell Source #

Arguments

:: Text

UpdateCell

-> UpdateCell 

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:

UpdateCell, updateCell_cellName - The name of the cell.

UpdateCell, updateCell_cells - A list of cell Amazon Resource Names (ARNs), which completely replaces the previous list.

Request Lenses

updateCell_cells :: Lens' UpdateCell [Text] Source #

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

Destructuring the Response

data UpdateCellResponse Source #

See: newUpdateCellResponse smart constructor.

Constructors

UpdateCellResponse' 

Fields

Instances

Instances details
Generic UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Associated Types

type Rep UpdateCellResponse :: Type -> Type #

Read UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Show UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

NFData UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

Methods

rnf :: UpdateCellResponse -> () #

Eq UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

type Rep UpdateCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.UpdateCell

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

UpdateCellResponse, updateCellResponse_cellArn - The Amazon Resource Name (ARN) for the cell.

UpdateCell, updateCellResponse_cellName - The name of the cell.

UpdateCell, updateCellResponse_cells - A list of cell ARNs.

UpdateCellResponse, updateCellResponse_parentReadinessScopes - The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

UpdateCellResponse, updateCellResponse_tags - Tags on the resources.

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

Response Lenses

updateCellResponse_cellArn :: Lens' UpdateCellResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the cell.

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

The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.