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.Types.ListRouteCalculatorsResponseEntry

Description

 
Synopsis

Documentation

data ListRouteCalculatorsResponseEntry Source #

A route calculator resource listed in your AWS account.

See: newListRouteCalculatorsResponseEntry smart constructor.

Constructors

ListRouteCalculatorsResponseEntry' 

Fields

Instances

Instances details
Eq ListRouteCalculatorsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListRouteCalculatorsResponseEntry

Read ListRouteCalculatorsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListRouteCalculatorsResponseEntry

Show ListRouteCalculatorsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListRouteCalculatorsResponseEntry

Generic ListRouteCalculatorsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListRouteCalculatorsResponseEntry

Associated Types

type Rep ListRouteCalculatorsResponseEntry :: Type -> Type #

NFData ListRouteCalculatorsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListRouteCalculatorsResponseEntry

Hashable ListRouteCalculatorsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListRouteCalculatorsResponseEntry

FromJSON ListRouteCalculatorsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListRouteCalculatorsResponseEntry

type Rep ListRouteCalculatorsResponseEntry Source # 
Instance details

Defined in Amazonka.Location.Types.ListRouteCalculatorsResponseEntry

type Rep ListRouteCalculatorsResponseEntry = D1 ('MetaData "ListRouteCalculatorsResponseEntry" "Amazonka.Location.Types.ListRouteCalculatorsResponseEntry" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "ListRouteCalculatorsResponseEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "calculatorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "pricingPlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PricingPlan) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newListRouteCalculatorsResponseEntry Source #

Create a value of ListRouteCalculatorsResponseEntry 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:calculatorName:ListRouteCalculatorsResponseEntry', listRouteCalculatorsResponseEntry_calculatorName - The name of the route calculator resource.

$sel:createTime:ListRouteCalculatorsResponseEntry', listRouteCalculatorsResponseEntry_createTime - The timestamp when the route calculator resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

  • For example, 2020–07-2T12:15:20.000Z+01:00

$sel:dataSource:ListRouteCalculatorsResponseEntry', listRouteCalculatorsResponseEntry_dataSource - The data provider of traffic and road network data. Indicates one of the available providers:

  • Esri
  • Here

For more information about data providers, see Amazon Location Service data providers.

$sel:description:ListRouteCalculatorsResponseEntry', listRouteCalculatorsResponseEntry_description - The optional description of the route calculator resource.

$sel:pricingPlan:ListRouteCalculatorsResponseEntry', listRouteCalculatorsResponseEntry_pricingPlan - The pricing plan for the specified route calculator resource.

For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.

$sel:updateTime:ListRouteCalculatorsResponseEntry', listRouteCalculatorsResponseEntry_updateTime - The timestamp when the route calculator resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

  • For example, 2020–07-2T12:15:20.000Z+01:00

listRouteCalculatorsResponseEntry_createTime :: Lens' ListRouteCalculatorsResponseEntry UTCTime Source #

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

  • For example, 2020–07-2T12:15:20.000Z+01:00

listRouteCalculatorsResponseEntry_dataSource :: Lens' ListRouteCalculatorsResponseEntry Text Source #

The data provider of traffic and road network data. Indicates one of the available providers:

  • Esri
  • Here

For more information about data providers, see Amazon Location Service data providers.

listRouteCalculatorsResponseEntry_description :: Lens' ListRouteCalculatorsResponseEntry Text Source #

The optional description of the route calculator resource.

listRouteCalculatorsResponseEntry_pricingPlan :: Lens' ListRouteCalculatorsResponseEntry PricingPlan Source #

The pricing plan for the specified route calculator resource.

For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.

listRouteCalculatorsResponseEntry_updateTime :: Lens' ListRouteCalculatorsResponseEntry UTCTime Source #

The timestamp when the route calculator resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

  • For example, 2020–07-2T12:15:20.000Z+01:00