libZSservicesZSamazonka-locationZSamazonka-location
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Location.DescribeMap

Description

Retrieves the map resource details.

Synopsis

Creating a Request

data DescribeMap Source #

See: newDescribeMap smart constructor.

Constructors

DescribeMap' 

Fields

Instances

Instances details
Eq DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Read DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Show DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Generic DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Associated Types

type Rep DescribeMap :: Type -> Type #

NFData DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Methods

rnf :: DescribeMap -> () #

Hashable DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

AWSRequest DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Associated Types

type AWSResponse DescribeMap #

ToHeaders DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Methods

toHeaders :: DescribeMap -> [Header] #

ToPath DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

ToQuery DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

type Rep DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

type Rep DescribeMap = D1 ('MetaData "DescribeMap" "Amazonka.Location.DescribeMap" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "DescribeMap'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mapName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeMap Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

newDescribeMap Source #

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.

Constructors

DescribeMapResponse' 

Fields

  • tags :: Maybe (HashMap Text Text)

    Tags associated with the map resource.

  • httpStatus :: Int

    The response's http status code.

  • configuration :: MapConfiguration

    Specifies the map tile style selected from a partner data provider.

  • createTime :: POSIX

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

  • dataSource :: Text

    Specifies the data provider for the associated map tiles.

  • description :: Text

    The optional description for the map resource.

  • mapArn :: Text

    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
  • mapName :: Text

    The map style selected from an available provider.

  • pricingPlan :: 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>
  • updateTime :: POSIX

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

Instances

Instances details
Eq DescribeMapResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Read DescribeMapResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Show DescribeMapResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Generic DescribeMapResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Associated Types

type Rep DescribeMapResponse :: Type -> Type #

NFData DescribeMapResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

Methods

rnf :: DescribeMapResponse -> () #

type Rep DescribeMapResponse Source # 
Instance details

Defined in Amazonka.Location.DescribeMap

newDescribeMapResponse Source #

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_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.