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

Description

Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.

Synopsis

Creating a Request

data GetCell Source #

See: newGetCell smart constructor.

Constructors

GetCell' 

Fields

Instances

Instances details
ToHeaders GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

toHeaders :: GetCell -> [Header] #

ToPath GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

toPath :: GetCell -> ByteString #

ToQuery GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

AWSRequest GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type AWSResponse GetCell #

Generic GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type Rep GetCell :: Type -> Type #

Methods

from :: GetCell -> Rep GetCell x #

to :: Rep GetCell x -> GetCell #

Read GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Show GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

NFData GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

rnf :: GetCell -> () #

Eq GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

(==) :: GetCell -> GetCell -> Bool #

(/=) :: GetCell -> GetCell -> Bool #

Hashable GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

hashWithSalt :: Int -> GetCell -> Int #

hash :: GetCell -> Int #

type AWSResponse GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

type Rep GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

type Rep GetCell = D1 ('MetaData "GetCell" "Amazonka.Route53RecoveryReadiness.GetCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetCell'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cellName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetCell Source #

Arguments

:: Text

GetCell

-> GetCell 

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

GetCell, getCell_cellName - The name of the cell.

Request Lenses

getCell_cellName :: Lens' GetCell Text Source #

The name of the cell.

Destructuring the Response

data GetCellResponse Source #

See: newGetCellResponse smart constructor.

Constructors

GetCellResponse' 

Fields

Instances

Instances details
Generic GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type Rep GetCellResponse :: Type -> Type #

Read GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Show GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

NFData GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

rnf :: GetCellResponse -> () #

Eq GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

type Rep GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

type Rep GetCellResponse = D1 ('MetaData "GetCellResponse" "Amazonka.Route53RecoveryReadiness.GetCell" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "GetCellResponse'" '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)))))

newGetCellResponse Source #

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

GetCellResponse, getCellResponse_cellArn - The Amazon Resource Name (ARN) for the cell.

GetCell, getCellResponse_cellName - The name of the cell.

GetCellResponse, getCellResponse_cells - A list of cell ARNs.

GetCellResponse, getCellResponse_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.

GetCellResponse, getCellResponse_tags - Tags on the resources.

$sel:httpStatus:GetCellResponse', getCellResponse_httpStatus - The response's http status code.

Response Lenses

getCellResponse_cellArn :: Lens' GetCellResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the cell.

getCellResponse_parentReadinessScopes :: Lens' GetCellResponse (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.

getCellResponse_httpStatus :: Lens' GetCellResponse Int Source #

The response's http status code.