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 map resource details.
Synopsis
- data DescribeMap = DescribeMap' {}
- newDescribeMap :: Text -> DescribeMap
- describeMap_mapName :: Lens' DescribeMap Text
- data DescribeMapResponse = DescribeMapResponse' {
- pricingPlan :: Maybe PricingPlan
- tags :: Maybe (HashMap Text Text)
- httpStatus :: Int
- configuration :: MapConfiguration
- createTime :: ISO8601
- dataSource :: Text
- description :: Text
- mapArn :: Text
- mapName :: Text
- updateTime :: ISO8601
- newDescribeMapResponse :: Int -> MapConfiguration -> UTCTime -> Text -> Text -> Text -> Text -> UTCTime -> DescribeMapResponse
- describeMapResponse_pricingPlan :: Lens' DescribeMapResponse (Maybe PricingPlan)
- 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_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:
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 | |
-> 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:
DescribeMapResponse
, describeMapResponse_pricingPlan
- No longer used. Always returns RequestBasedUsage
.
$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.
DescribeMapResponse
, describeMapResponse_createTime
- The timestamp for when the map resource was created in
ISO 8601
format: YYYY-MM-DDThh:mm:ss.sssZ
.
DescribeMapResponse
, describeMapResponse_dataSource
- Specifies the data provider for the associated map tiles.
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:map/ExampleMap
DescribeMap
, describeMapResponse_mapName
- The map style selected from an available provider.
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_pricingPlan :: Lens' DescribeMapResponse (Maybe PricingPlan) Source #
No longer used. Always returns RequestBasedUsage
.
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:map/ExampleMap
describeMapResponse_mapName :: Lens' DescribeMapResponse Text Source #
The map style selected from an available provider.
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
.