libZSservicesZSamazonka-locationZSamazonka-location
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.Location.ListGeofenceCollections

Description

Lists geofence collections in your AWS account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListGeofenceCollections Source #

See: newListGeofenceCollections smart constructor.

Constructors

ListGeofenceCollections' 

Fields

  • nextToken :: Maybe Text

    The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

    Default value: null

  • maxResults :: Maybe Natural

    An optional limit for the number of resources returned in a single call.

    Default value: 100

Instances

Instances details
Eq ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

Read ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

Show ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

Generic ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

Associated Types

type Rep ListGeofenceCollections :: Type -> Type #

NFData ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

Methods

rnf :: ListGeofenceCollections -> () #

Hashable ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

ToJSON ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

AWSPager ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

AWSRequest ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

ToHeaders ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

ToPath ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

ToQuery ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

type Rep ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

type Rep ListGeofenceCollections = D1 ('MetaData "ListGeofenceCollections" "Amazonka.Location.ListGeofenceCollections" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "ListGeofenceCollections'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListGeofenceCollections Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

newListGeofenceCollections :: ListGeofenceCollections Source #

Create a value of ListGeofenceCollections 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:ListGeofenceCollections', listGeofenceCollections_nextToken - The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

$sel:maxResults:ListGeofenceCollections', listGeofenceCollections_maxResults - An optional limit for the number of resources returned in a single call.

Default value: 100

Request Lenses

listGeofenceCollections_nextToken :: Lens' ListGeofenceCollections (Maybe Text) Source #

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

listGeofenceCollections_maxResults :: Lens' ListGeofenceCollections (Maybe Natural) Source #

An optional limit for the number of resources returned in a single call.

Default value: 100

Destructuring the Response

data ListGeofenceCollectionsResponse Source #

See: newListGeofenceCollectionsResponse smart constructor.

Constructors

ListGeofenceCollectionsResponse' 

Fields

Instances

Instances details
Eq ListGeofenceCollectionsResponse Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

Read ListGeofenceCollectionsResponse Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

Show ListGeofenceCollectionsResponse Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

Generic ListGeofenceCollectionsResponse Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

Associated Types

type Rep ListGeofenceCollectionsResponse :: Type -> Type #

NFData ListGeofenceCollectionsResponse Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

type Rep ListGeofenceCollectionsResponse Source # 
Instance details

Defined in Amazonka.Location.ListGeofenceCollections

type Rep ListGeofenceCollectionsResponse = D1 ('MetaData "ListGeofenceCollectionsResponse" "Amazonka.Location.ListGeofenceCollections" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "ListGeofenceCollectionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ListGeofenceCollectionsResponseEntry]))))

newListGeofenceCollectionsResponse Source #

Create a value of ListGeofenceCollectionsResponse 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:ListGeofenceCollections', listGeofenceCollectionsResponse_nextToken - A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

$sel:httpStatus:ListGeofenceCollectionsResponse', listGeofenceCollectionsResponse_httpStatus - The response's http status code.

$sel:entries:ListGeofenceCollectionsResponse', listGeofenceCollectionsResponse_entries - Lists the geofence collections that exist in your AWS account.

Response Lenses

listGeofenceCollectionsResponse_nextToken :: Lens' ListGeofenceCollectionsResponse (Maybe Text) Source #

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.