| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Location.DescribeGeofenceCollection
Description
Retrieves the geofence collection details.
Synopsis
- data DescribeGeofenceCollection = DescribeGeofenceCollection' {}
- newDescribeGeofenceCollection :: Text -> DescribeGeofenceCollection
- describeGeofenceCollection_collectionName :: Lens' DescribeGeofenceCollection Text
- data DescribeGeofenceCollectionResponse = DescribeGeofenceCollectionResponse' {}
- newDescribeGeofenceCollectionResponse :: Int -> Text -> Text -> UTCTime -> Text -> UTCTime -> DescribeGeofenceCollectionResponse
- describeGeofenceCollectionResponse_kmsKeyId :: Lens' DescribeGeofenceCollectionResponse (Maybe Text)
- describeGeofenceCollectionResponse_pricingPlan :: Lens' DescribeGeofenceCollectionResponse (Maybe PricingPlan)
- describeGeofenceCollectionResponse_pricingPlanDataSource :: Lens' DescribeGeofenceCollectionResponse (Maybe Text)
- describeGeofenceCollectionResponse_tags :: Lens' DescribeGeofenceCollectionResponse (Maybe (HashMap Text Text))
- describeGeofenceCollectionResponse_httpStatus :: Lens' DescribeGeofenceCollectionResponse Int
- describeGeofenceCollectionResponse_collectionArn :: Lens' DescribeGeofenceCollectionResponse Text
- describeGeofenceCollectionResponse_collectionName :: Lens' DescribeGeofenceCollectionResponse Text
- describeGeofenceCollectionResponse_createTime :: Lens' DescribeGeofenceCollectionResponse UTCTime
- describeGeofenceCollectionResponse_description :: Lens' DescribeGeofenceCollectionResponse Text
- describeGeofenceCollectionResponse_updateTime :: Lens' DescribeGeofenceCollectionResponse UTCTime
Creating a Request
data DescribeGeofenceCollection Source #
See: newDescribeGeofenceCollection smart constructor.
Constructors
| DescribeGeofenceCollection' | |
Fields
| |
Instances
newDescribeGeofenceCollection Source #
Arguments
| :: Text | |
| -> DescribeGeofenceCollection |
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
describeGeofenceCollection_collectionName :: Lens' DescribeGeofenceCollection Text Source #
The name of the geofence collection.
Destructuring the Response
data DescribeGeofenceCollectionResponse Source #
See: newDescribeGeofenceCollectionResponse smart constructor.
Constructors
| DescribeGeofenceCollectionResponse' | |
Fields
| |
Instances
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_kmsKeyId :: Lens' DescribeGeofenceCollectionResponse (Maybe Text) Source #
A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource
describeGeofenceCollectionResponse_pricingPlan :: Lens' DescribeGeofenceCollectionResponse (Maybe PricingPlan) Source #
No longer used. Always returns RequestBasedUsage.
describeGeofenceCollectionResponse_pricingPlanDataSource :: Lens' DescribeGeofenceCollectionResponse (Maybe Text) Source #
No longer used. Always returns an empty string.
describeGeofenceCollectionResponse_tags :: Lens' DescribeGeofenceCollectionResponse (Maybe (HashMap Text Text)) Source #
Displays the key, value pairs of tags associated with this resource.
describeGeofenceCollectionResponse_httpStatus :: Lens' DescribeGeofenceCollectionResponse Int Source #
The response's http status code.
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_collectionName :: Lens' DescribeGeofenceCollectionResponse Text Source #
The name of the geofence collection.
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_description :: Lens' DescribeGeofenceCollectionResponse Text Source #
The optional description for the geofence collection.
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