Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Retrieves the map resource details.
Synopsis
- data DescribeMap = DescribeMap' {}
- newDescribeMap :: Text -> DescribeMap
- describeMap_mapName :: Lens' DescribeMap Text
- data DescribeMapResponse = DescribeMapResponse' {
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- configuration :: MapConfiguration
- createTime :: POSIX
- dataSource :: Text
- description :: Text
- mapArn :: Text
- mapName :: Text
- pricingPlan :: PricingPlan
- updateTime :: POSIX
- newDescribeMapResponse :: Int -> MapConfiguration -> UTCTime -> Text -> Text -> Text -> Text -> PricingPlan -> UTCTime -> DescribeMapResponse
- describeMapResponse_tags :: Lens' DescribeMapResponse (Maybe (HashMap Text Text))
- describeMapResponse_httpStatus :: Lens' DescribeMapResponse Int
- describeMapResponse_configuration :: Lens' DescribeMapResponse MapConfiguration
- describeMapResponse_createTime :: Lens' DescribeMapResponse UTCTime
- describeMapResponse_dataSource :: Lens' DescribeMapResponse Text
- describeMapResponse_description :: Lens' DescribeMapResponse Text
- describeMapResponse_mapArn :: Lens' DescribeMapResponse Text
- describeMapResponse_mapName :: Lens' DescribeMapResponse Text
- describeMapResponse_pricingPlan :: Lens' DescribeMapResponse PricingPlan
- describeMapResponse_updateTime :: Lens' DescribeMapResponse UTCTime
Creating a Request
data DescribeMap Source #
See: newDescribeMap
smart constructor.
Instances
Create a value of DescribeMap
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:mapName:DescribeMap'
, describeMap_mapName
- The name of the map resource.
Request Lenses
describeMap_mapName :: Lens' DescribeMap Text Source #
The name of the map resource.
Destructuring the Response
data DescribeMapResponse Source #
See: newDescribeMapResponse
smart constructor.
DescribeMapResponse' | |
|
Instances
newDescribeMapResponse Source #
:: Int | |
-> MapConfiguration | |
-> UTCTime | |
-> Text | |
-> Text | |
-> Text | |
-> Text | |
-> PricingPlan | |
-> UTCTime | |
-> DescribeMapResponse |
Create a value of DescribeMapResponse
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:tags:DescribeMapResponse'
, describeMapResponse_tags
- Tags associated with the map resource.
$sel:httpStatus:DescribeMapResponse'
, describeMapResponse_httpStatus
- The response's http status code.
$sel:configuration:DescribeMapResponse'
, describeMapResponse_configuration
- Specifies the map tile style selected from a partner data provider.
$sel:createTime:DescribeMapResponse'
, describeMapResponse_createTime
- The timestamp for when the map resource was created in
ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
.
$sel:dataSource:DescribeMapResponse'
, describeMapResponse_dataSource
- Specifies the data provider for the associated map tiles.
$sel:description:DescribeMapResponse'
, describeMapResponse_description
- The optional description for the map resource.
$sel:mapArn:DescribeMapResponse'
, describeMapResponse_mapArn
- The Amazon Resource Name (ARN) for the map resource. Used to specify a
resource across all AWS.
- Format example:
arn:aws:geo:region:account-id:maps/ExampleMap
$sel:mapName:DescribeMap'
, describeMapResponse_mapName
- The map style selected from an available provider.
$sel:pricingPlan:DescribeMapResponse'
, describeMapResponse_pricingPlan
- The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
$sel:updateTime:DescribeMapResponse'
, describeMapResponse_updateTime
- The timestamp for when the map resource was last update in
ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
.
Response Lenses
describeMapResponse_tags :: Lens' DescribeMapResponse (Maybe (HashMap Text Text)) Source #
Tags associated with the map resource.
describeMapResponse_httpStatus :: Lens' DescribeMapResponse Int Source #
The response's http status code.
describeMapResponse_configuration :: Lens' DescribeMapResponse MapConfiguration Source #
Specifies the map tile style selected from a partner data provider.
describeMapResponse_createTime :: Lens' DescribeMapResponse UTCTime Source #
The timestamp for when the map resource was created in
ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
.
describeMapResponse_dataSource :: Lens' DescribeMapResponse Text Source #
Specifies the data provider for the associated map tiles.
describeMapResponse_description :: Lens' DescribeMapResponse Text Source #
The optional description for the map resource.
describeMapResponse_mapArn :: Lens' DescribeMapResponse Text Source #
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
- Format example:
arn:aws:geo:region:account-id:maps/ExampleMap
describeMapResponse_mapName :: Lens' DescribeMapResponse Text Source #
The map style selected from an available provider.
describeMapResponse_pricingPlan :: Lens' DescribeMapResponse PricingPlan Source #
The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing</a>.</p>
describeMapResponse_updateTime :: Lens' DescribeMapResponse UTCTime Source #
The timestamp for when the map resource was last update in
ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
.