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

Description

Returns information about readiness of a Cell.

This operation returns paginated results.

Synopsis

Creating a Request

data GetCellReadinessSummary Source #

See: newGetCellReadinessSummary smart constructor.

Constructors

GetCellReadinessSummary' 

Fields

Instances

Instances details
Eq GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Read GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Show GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Generic GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Associated Types

type Rep GetCellReadinessSummary :: Type -> Type #

NFData GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Methods

rnf :: GetCellReadinessSummary -> () #

Hashable GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

AWSPager GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

AWSRequest GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

ToHeaders GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

ToPath GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

ToQuery GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

type Rep GetCellReadinessSummary Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

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

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

newGetCellReadinessSummary Source #

Create a value of GetCellReadinessSummary 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:nextToken:GetCellReadinessSummary', getCellReadinessSummary_nextToken - A token used to resume pagination from the end of a previous request.

$sel:maxResults:GetCellReadinessSummary', getCellReadinessSummary_maxResults - Upper bound on number of records to return.

$sel:cellName:GetCellReadinessSummary', getCellReadinessSummary_cellName - The name of the Cell

Request Lenses

getCellReadinessSummary_nextToken :: Lens' GetCellReadinessSummary (Maybe Text) Source #

A token used to resume pagination from the end of a previous request.

getCellReadinessSummary_maxResults :: Lens' GetCellReadinessSummary (Maybe Natural) Source #

Upper bound on number of records to return.

Destructuring the Response

data GetCellReadinessSummaryResponse Source #

See: newGetCellReadinessSummaryResponse smart constructor.

Constructors

GetCellReadinessSummaryResponse' 

Fields

Instances

Instances details
Eq GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Read GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Show GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Generic GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

Associated Types

type Rep GetCellReadinessSummaryResponse :: Type -> Type #

NFData GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

type Rep GetCellReadinessSummaryResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary

type Rep GetCellReadinessSummaryResponse = D1 ('MetaData "GetCellReadinessSummaryResponse" "Amazonka.Route53RecoveryReadiness.GetCellReadinessSummary" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" 'False) (C1 ('MetaCons "GetCellReadinessSummaryResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "readinessChecks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReadinessCheckSummary])) :*: S1 ('MetaSel ('Just "readiness") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Readiness))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetCellReadinessSummaryResponse Source #

Create a value of GetCellReadinessSummaryResponse 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:readinessChecks:GetCellReadinessSummaryResponse', getCellReadinessSummaryResponse_readinessChecks - Summaries for the ReadinessChecks making up the Cell

$sel:readiness:GetCellReadinessSummaryResponse', getCellReadinessSummaryResponse_readiness - The readiness at Cell level.

$sel:nextToken:GetCellReadinessSummary', getCellReadinessSummaryResponse_nextToken - A token that can be used to resume pagination from the end of the collection.

$sel:httpStatus:GetCellReadinessSummaryResponse', getCellReadinessSummaryResponse_httpStatus - The response's http status code.

Response Lenses

getCellReadinessSummaryResponse_nextToken :: Lens' GetCellReadinessSummaryResponse (Maybe Text) Source #

A token that can be used to resume pagination from the end of the collection.