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

Description

Returns a collection of Cells.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCells Source #

See: newListCells smart constructor.

Constructors

ListCells' 

Fields

Instances

Instances details
Eq ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Read ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Show ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Generic ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type Rep ListCells :: Type -> Type #

NFData ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

rnf :: ListCells -> () #

Hashable 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 #

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

type Rep ListCells Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

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

Defined in Amazonka.Route53RecoveryReadiness.ListCells

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

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

Request Lenses

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

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

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

Upper bound on number of records to return.

Destructuring the Response

data ListCellsResponse Source #

See: newListCellsResponse smart constructor.

Constructors

ListCellsResponse' 

Fields

Instances

Instances details
Eq ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Read ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Show ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Generic ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Associated Types

type Rep ListCellsResponse :: Type -> Type #

NFData ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

Methods

rnf :: ListCellsResponse -> () #

type Rep ListCellsResponse Source # 
Instance details

Defined in Amazonka.Route53RecoveryReadiness.ListCells

type Rep ListCellsResponse = D1 ('MetaData "ListCellsResponse" "Amazonka.Route53RecoveryReadiness.ListCells" "libZSservicesZSamazonka-route53-recovery-readinessZSamazonka-route53-recovery-readiness" '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:

$sel:cells:ListCellsResponse', listCellsResponse_cells - A list of Cells

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

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

Response Lenses

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

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

listCellsResponse_httpStatus :: Lens' ListCellsResponse Int Source #

The response's http status code.