amazonka-route53-2.0: Amazon Route 53 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.Route53.ListCidrCollections

Description

Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only).

This operation returns paginated results.

Synopsis

Creating a Request

data ListCidrCollections Source #

See: newListCidrCollections smart constructor.

Constructors

ListCidrCollections' 

Fields

  • maxResults :: Maybe Text

    The maximum number of CIDR collections to return in the response.

  • nextToken :: Maybe Text

    An opaque pagination token to indicate where the service is to begin enumerating results.

    If no value is provided, the listing of results starts from the beginning.

Instances

Instances details
ToHeaders ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

ToPath ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

ToQuery ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

AWSPager ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

AWSRequest ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

Associated Types

type AWSResponse ListCidrCollections #

Generic ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

Associated Types

type Rep ListCidrCollections :: Type -> Type #

Read ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

Show ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

NFData ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

Methods

rnf :: ListCidrCollections -> () #

Eq ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

Hashable ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

type AWSResponse ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

type Rep ListCidrCollections Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

type Rep ListCidrCollections = D1 ('MetaData "ListCidrCollections" "Amazonka.Route53.ListCidrCollections" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "ListCidrCollections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListCidrCollections :: ListCidrCollections Source #

Create a value of ListCidrCollections 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:ListCidrCollections', listCidrCollections_maxResults - The maximum number of CIDR collections to return in the response.

ListCidrCollections, listCidrCollections_nextToken - An opaque pagination token to indicate where the service is to begin enumerating results.

If no value is provided, the listing of results starts from the beginning.

Request Lenses

listCidrCollections_maxResults :: Lens' ListCidrCollections (Maybe Text) Source #

The maximum number of CIDR collections to return in the response.

listCidrCollections_nextToken :: Lens' ListCidrCollections (Maybe Text) Source #

An opaque pagination token to indicate where the service is to begin enumerating results.

If no value is provided, the listing of results starts from the beginning.

Destructuring the Response

data ListCidrCollectionsResponse Source #

See: newListCidrCollectionsResponse smart constructor.

Constructors

ListCidrCollectionsResponse' 

Fields

Instances

Instances details
Generic ListCidrCollectionsResponse Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

Associated Types

type Rep ListCidrCollectionsResponse :: Type -> Type #

Read ListCidrCollectionsResponse Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

Show ListCidrCollectionsResponse Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

NFData ListCidrCollectionsResponse Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

Eq ListCidrCollectionsResponse Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

type Rep ListCidrCollectionsResponse Source # 
Instance details

Defined in Amazonka.Route53.ListCidrCollections

type Rep ListCidrCollectionsResponse = D1 ('MetaData "ListCidrCollectionsResponse" "Amazonka.Route53.ListCidrCollections" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "ListCidrCollectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidrCollections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CollectionSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCidrCollectionsResponse Source #

Create a value of ListCidrCollectionsResponse 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:cidrCollections:ListCidrCollectionsResponse', listCidrCollectionsResponse_cidrCollections - A complex type with information about the CIDR collection.

ListCidrCollections, listCidrCollectionsResponse_nextToken - An opaque pagination token to indicate where the service is to begin enumerating results.

If no value is provided, the listing of results starts from the beginning.

$sel:httpStatus:ListCidrCollectionsResponse', listCidrCollectionsResponse_httpStatus - The response's http status code.

Response Lenses

listCidrCollectionsResponse_cidrCollections :: Lens' ListCidrCollectionsResponse (Maybe [CollectionSummary]) Source #

A complex type with information about the CIDR collection.

listCidrCollectionsResponse_nextToken :: Lens' ListCidrCollectionsResponse (Maybe Text) Source #

An opaque pagination token to indicate where the service is to begin enumerating results.

If no value is provided, the listing of results starts from the beginning.