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

Description

Lists the cells for an account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCells Source #

See: newListCells smart constructor.

Constructors

ListCells' 

Fields

Instances

Instances details
ToHeaders ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

toHeaders :: ListCells -> [Header] #

ToPath ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

ToQuery ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

AWSPager ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

AWSRequest ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type AWSResponse ListCells #

Generic ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type Rep ListCells :: Type -> Type #

Read ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Show ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

NFData ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

rnf :: ListCells -> () #

Eq ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Hashable ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type AWSResponse ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type Rep ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type Rep ListCells = D1 ('MetaData "ListCells" "Amazonka.Route53RecoveryReadiness.ListCells" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ListCells'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListCells :: ListCells Source #

Create a value of ListCells 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:maxResults:ListCells', listCells_maxResults - The number of objects that you want to return with this call.

ListCells, listCells_nextToken - The token that identifies which batch of results you want to see.

Request Lenses

listCells_maxResults :: Lens' ListCells (Maybe Natural) Source #

The number of objects that you want to return with this call.

listCells_nextToken :: Lens' ListCells (Maybe Text) Source #

The token that identifies which batch of results you want to see.

Destructuring the Response

data ListCellsResponse Source #

See: newListCellsResponse smart constructor.

Constructors

ListCellsResponse' 

Fields

Instances

Instances details
Generic ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type Rep ListCellsResponse :: Type -> Type #

Read ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Show ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

NFData ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

rnf :: ListCellsResponse -> () #

Eq ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type Rep ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type Rep ListCellsResponse = D1 ('MetaData "ListCellsResponse" "Amazonka.Route53RecoveryReadiness.ListCells" "amazonka-route53-recovery-readiness-2.0-4IMArkySCxS56jpsDTHPd1" 'False) (C1 ('MetaCons "ListCellsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CellOutput])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCellsResponse Source #

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

ListCellsResponse, listCellsResponse_cells - A list of cells.

ListCells, listCellsResponse_nextToken - The token that identifies which batch of results you want to see.

$sel:httpStatus:ListCellsResponse', listCellsResponse_httpStatus - The response's http status code.

Response Lenses

listCellsResponse_nextToken :: Lens' ListCellsResponse (Maybe Text) Source #

The token that identifies which batch of results you want to see.

listCellsResponse_httpStatus :: Lens' ListCellsResponse Int Source #

The response's http status code.