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

Description

Returns information about a Cell.

Synopsis

Creating a Request

data GetCell Source #

See: newGetCell smart constructor.

Constructors

GetCell' 

Fields

Instances

Instances details
Eq GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

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

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

Read GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Show GetCell Source # 
Instance details

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

NFData GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

rnf :: GetCell -> () #

Hashable GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

hashWithSalt :: Int -> GetCell -> Int #

hash :: GetCell -> Int #

AWSRequest GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type AWSResponse GetCell #

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

type Rep GetCell Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

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

Defined in Amazonka.Route53RecoveryReadiness.GetCell

newGetCell Source #

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:

$sel:cellName:GetCell', getCell_cellName - The Cell to get

Request Lenses

Destructuring the Response

data GetCellResponse Source #

See: newGetCellResponse smart constructor.

Constructors

GetCellResponse' 

Fields

Instances

Instances details
Eq GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Read GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Show GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Generic GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Associated Types

type Rep GetCellResponse :: Type -> Type #

NFData GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

Methods

rnf :: GetCellResponse -> () #

type Rep GetCellResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCell

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

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:

$sel:cells:GetCellResponse', getCellResponse_cells - A list of Cell arns

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

$sel:cellName:GetCell', getCellResponse_cellName - The name of the Cell

$sel:cellArn:GetCellResponse', getCellResponse_cellArn - The arn for the Cell

$sel:tags:GetCellResponse', getCellResponse_tags - Undocumented member.

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

Response Lenses

getCellResponse_parentReadinessScopes :: Lens' GetCellResponse (Maybe [Text]) Source #

A list of Cell ARNs and/or RecoveryGroup ARNs

getCellResponse_httpStatus :: Lens' GetCellResponse Int Source #

The response's http status code.