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 |
Retrieves the tracker resource details.
Synopsis
- data DescribeTracker = DescribeTracker' {
- trackerName :: Text
- newDescribeTracker :: Text -> DescribeTracker
- describeTracker_trackerName :: Lens' DescribeTracker Text
- data DescribeTrackerResponse = DescribeTrackerResponse' {}
- newDescribeTrackerResponse :: Int -> UTCTime -> Text -> Text -> Text -> UTCTime -> DescribeTrackerResponse
- describeTrackerResponse_kmsKeyId :: Lens' DescribeTrackerResponse (Maybe Text)
- describeTrackerResponse_positionFiltering :: Lens' DescribeTrackerResponse (Maybe PositionFiltering)
- describeTrackerResponse_pricingPlan :: Lens' DescribeTrackerResponse (Maybe PricingPlan)
- describeTrackerResponse_pricingPlanDataSource :: Lens' DescribeTrackerResponse (Maybe Text)
- describeTrackerResponse_tags :: Lens' DescribeTrackerResponse (Maybe (HashMap Text Text))
- describeTrackerResponse_httpStatus :: Lens' DescribeTrackerResponse Int
- describeTrackerResponse_createTime :: Lens' DescribeTrackerResponse UTCTime
- describeTrackerResponse_description :: Lens' DescribeTrackerResponse Text
- describeTrackerResponse_trackerArn :: Lens' DescribeTrackerResponse Text
- describeTrackerResponse_trackerName :: Lens' DescribeTrackerResponse Text
- describeTrackerResponse_updateTime :: Lens' DescribeTrackerResponse UTCTime
Creating a Request
data DescribeTracker Source #
See: newDescribeTracker
smart constructor.
DescribeTracker' | |
|
Instances
Create a value of DescribeTracker
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:
DescribeTracker
, describeTracker_trackerName
- The name of the tracker resource.
Request Lenses
describeTracker_trackerName :: Lens' DescribeTracker Text Source #
The name of the tracker resource.
Destructuring the Response
data DescribeTrackerResponse Source #
See: newDescribeTrackerResponse
smart constructor.
DescribeTrackerResponse' | |
|
Instances
newDescribeTrackerResponse Source #
Create a value of DescribeTrackerResponse
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:DescribeTrackerResponse'
, describeTrackerResponse_kmsKeyId
- A key identifier for an
AWS KMS customer managed key
assigned to the Amazon Location resource.
$sel:positionFiltering:DescribeTrackerResponse'
, describeTrackerResponse_positionFiltering
- The position filtering method of the tracker resource.
DescribeTrackerResponse
, describeTrackerResponse_pricingPlan
- Always returns RequestBasedUsage
.
DescribeTrackerResponse
, describeTrackerResponse_pricingPlanDataSource
- No longer used. Always returns an empty string.
$sel:tags:DescribeTrackerResponse'
, describeTrackerResponse_tags
- The tags associated with the tracker resource.
$sel:httpStatus:DescribeTrackerResponse'
, describeTrackerResponse_httpStatus
- The response's http status code.
DescribeTrackerResponse
, describeTrackerResponse_createTime
- The timestamp for when the tracker resource was created in
ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
.
DescribeTrackerResponse
, describeTrackerResponse_description
- The optional description for the tracker resource.
$sel:trackerArn:DescribeTrackerResponse'
, describeTrackerResponse_trackerArn
- The Amazon Resource Name (ARN) for the tracker resource. Used when you
need to specify a resource across all AWS.
- Format example:
arn:aws:geo:region:account-id:tracker/ExampleTracker
DescribeTracker
, describeTrackerResponse_trackerName
- The name of the tracker resource.
DescribeTrackerResponse
, describeTrackerResponse_updateTime
- The timestamp for when the tracker resource was last updated in
ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
.
Response Lenses
describeTrackerResponse_kmsKeyId :: Lens' DescribeTrackerResponse (Maybe Text) Source #
A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.
describeTrackerResponse_positionFiltering :: Lens' DescribeTrackerResponse (Maybe PositionFiltering) Source #
The position filtering method of the tracker resource.
describeTrackerResponse_pricingPlan :: Lens' DescribeTrackerResponse (Maybe PricingPlan) Source #
Always returns RequestBasedUsage
.
describeTrackerResponse_pricingPlanDataSource :: Lens' DescribeTrackerResponse (Maybe Text) Source #
No longer used. Always returns an empty string.
describeTrackerResponse_tags :: Lens' DescribeTrackerResponse (Maybe (HashMap Text Text)) Source #
The tags associated with the tracker resource.
describeTrackerResponse_httpStatus :: Lens' DescribeTrackerResponse Int Source #
The response's http status code.
describeTrackerResponse_createTime :: Lens' DescribeTrackerResponse UTCTime Source #
The timestamp for when the tracker resource was created in
ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
.
describeTrackerResponse_description :: Lens' DescribeTrackerResponse Text Source #
The optional description for the tracker resource.
describeTrackerResponse_trackerArn :: Lens' DescribeTrackerResponse Text Source #
The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all AWS.
- Format example:
arn:aws:geo:region:account-id:tracker/ExampleTracker
describeTrackerResponse_trackerName :: Lens' DescribeTrackerResponse Text Source #
The name of the tracker resource.
describeTrackerResponse_updateTime :: Lens' DescribeTrackerResponse UTCTime Source #
The timestamp for when the tracker resource was last updated in
ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
.