amazonka-location-2.0: Amazon Location Service 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.Location.DescribeGeofenceCollection

Description

Retrieves the geofence collection details.

Synopsis

Creating a Request

data DescribeGeofenceCollection Source #

See: newDescribeGeofenceCollection smart constructor.

Constructors

DescribeGeofenceCollection' 

Fields

Instances

Instances details
ToHeaders DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

ToPath DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

ToQuery DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

AWSRequest DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

Generic DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

Associated Types

type Rep DescribeGeofenceCollection :: Type -> Type #

Read DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

Show DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

NFData DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

Eq DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

Hashable DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

type AWSResponse DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

type Rep DescribeGeofenceCollection Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

type Rep DescribeGeofenceCollection = D1 ('MetaData "DescribeGeofenceCollection" "Amazonka.Location.DescribeGeofenceCollection" "amazonka-location-2.0-4NLaYgEbMXwF6j2j7LAFNb" 'False) (C1 ('MetaCons "DescribeGeofenceCollection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "collectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeGeofenceCollection Source #

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

DescribeGeofenceCollection, describeGeofenceCollection_collectionName - The name of the geofence collection.

Request Lenses

Destructuring the Response

data DescribeGeofenceCollectionResponse Source #

Constructors

DescribeGeofenceCollectionResponse' 

Fields

Instances

Instances details
Generic DescribeGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

Associated Types

type Rep DescribeGeofenceCollectionResponse :: Type -> Type #

Read DescribeGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

Show DescribeGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

NFData DescribeGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

Eq DescribeGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

type Rep DescribeGeofenceCollectionResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeGeofenceCollection

newDescribeGeofenceCollectionResponse Source #

Create a value of DescribeGeofenceCollectionResponse 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:kmsKeyId:DescribeGeofenceCollectionResponse', describeGeofenceCollectionResponse_kmsKeyId - A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource

DescribeGeofenceCollectionResponse, describeGeofenceCollectionResponse_pricingPlan - No longer used. Always returns RequestBasedUsage.

DescribeGeofenceCollectionResponse, describeGeofenceCollectionResponse_pricingPlanDataSource - No longer used. Always returns an empty string.

$sel:tags:DescribeGeofenceCollectionResponse', describeGeofenceCollectionResponse_tags - Displays the key, value pairs of tags associated with this resource.

$sel:httpStatus:DescribeGeofenceCollectionResponse', describeGeofenceCollectionResponse_httpStatus - The response's http status code.

$sel:collectionArn:DescribeGeofenceCollectionResponse', describeGeofenceCollectionResponse_collectionArn - The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.

  • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection

DescribeGeofenceCollection, describeGeofenceCollectionResponse_collectionName - The name of the geofence collection.

DescribeGeofenceCollectionResponse, describeGeofenceCollectionResponse_createTime - The timestamp for when the geofence resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

DescribeGeofenceCollectionResponse, describeGeofenceCollectionResponse_description - The optional description for the geofence collection.

DescribeGeofenceCollectionResponse, describeGeofenceCollectionResponse_updateTime - The timestamp for when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Response Lenses

describeGeofenceCollectionResponse_tags :: Lens' DescribeGeofenceCollectionResponse (Maybe (HashMap Text Text)) Source #

Displays the key, value pairs of tags associated with this resource.

describeGeofenceCollectionResponse_collectionArn :: Lens' DescribeGeofenceCollectionResponse Text Source #

The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all AWS.

  • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection

describeGeofenceCollectionResponse_createTime :: Lens' DescribeGeofenceCollectionResponse UTCTime Source #

The timestamp for when the geofence resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

describeGeofenceCollectionResponse_updateTime :: Lens' DescribeGeofenceCollectionResponse UTCTime Source #

The timestamp for when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ