'2.0', 'service' => '

"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"

', 'operations' => [ 'AssociateTrackerConsumer' => '

Creates an association between a geofence collection and a tracker resource. This allows the tracker resource to communicate location data to the linked geofence collection.

You can associate up to five geofence collections to each tracker resource.

Currently not supported — Cross-account configurations, such as creating associations between a tracker resource in one account and a geofence collection in another account.

', 'BatchDeleteDevicePositionHistory' => '

Deletes the position history of one or more devices from a tracker resource.

', 'BatchDeleteGeofence' => '

Deletes a batch of geofences from a geofence collection.

This operation deletes the resource permanently.

', 'BatchEvaluateGeofences' => '

Evaluates device positions against the geofence geometries from a given geofence collection.

This operation always returns an empty response because geofences are asynchronously evaluated. The evaluation determines if the device has entered or exited a geofenced area, and then publishes one of the following events to Amazon EventBridge:

The last geofence that a device was observed within is tracked for 30 days after the most recent device position update.

Geofence evaluation uses the given device position. It does not account for the optional Accuracy of a DevicePositionUpdate.

The DeviceID is used as a string to represent the device. You do not need to have a Tracker associated with the DeviceID.

', 'BatchGetDevicePosition' => '

Lists the latest device positions for requested devices.

', 'BatchPutGeofence' => '

A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.

', 'BatchUpdateDevicePosition' => '

Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch). Amazon Location uses the data when it reports the last known device position and position history. Amazon Location retains location data for 30 days.

Position updates are handled based on the PositionFiltering property of the tracker. When PositionFiltering is set to TimeBased, updates are evaluated against linked geofence collections, and location data is stored at a maximum of one position per 30 second interval. If your update frequency is more often than every 30 seconds, only one update per 30 seconds is stored for each unique device ID.

When PositionFiltering is set to DistanceBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than 30 m (98.4 ft).

When PositionFiltering is set to AccuracyBased filtering, location data is stored and evaluated against linked geofence collections only if the device has moved more than the measured accuracy. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the second update is neither stored or evaluated if the device has moved less than 15 m. If PositionFiltering is set to AccuracyBased filtering, Amazon Location uses the default value { "Horizontal": 0} when accuracy is not provided on a DevicePositionUpdate.

', 'CalculateRoute' => '

Calculates a route given the following required parameters: DeparturePosition and DestinationPosition. Requires that you first create a route calculator resource.

By default, a request that doesn\'t specify a departure time uses the best time of day to travel with the best traffic conditions when calculating the route.

Additional options include:

', 'CalculateRouteMatrix' => '

Calculates a route matrix given the following required parameters: DeparturePositions and DestinationPositions. CalculateRouteMatrix calculates routes and returns the travel time and travel distance from each departure position to each destination position in the request. For example, given departure positions A and B, and destination positions X and Y, CalculateRouteMatrix will return time and distance for routes from A to X, A to Y, B to X, and B to Y (in that order). The number of results returned (and routes calculated) will be the number of DeparturePositions times the number of DestinationPositions.

Your account is charged for each route calculated, not the number of requests.

Requires that you first create a route calculator resource.

By default, a request that doesn\'t specify a departure time uses the best time of day to travel with the best traffic conditions when calculating routes.

Additional options include:

', 'CreateGeofenceCollection' => '

Creates a geofence collection, which manages and stores geofences.

', 'CreateKey' => '

Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer.

For more information, see Using API keys.

', 'CreateMap' => '

Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.

', 'CreatePlaceIndex' => '

Creates a place index resource in your Amazon Web Services account. Use a place index resource to geocode addresses and other text queries by using the SearchPlaceIndexForText operation, and reverse geocode coordinates by using the SearchPlaceIndexForPosition operation, and enable autosuggestions by using the SearchPlaceIndexForSuggestions operation.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.

', 'CreateRouteCalculator' => '

Creates a route calculator resource in your Amazon Web Services account.

You can send requests to a route calculator resource to estimate travel time, distance, and get directions. A route calculator sources traffic and road network data from your chosen data provider.

If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.

', 'CreateTracker' => '

Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical location of devices.

', 'DeleteGeofenceCollection' => '

Deletes a geofence collection from your Amazon Web Services account.

This operation deletes the resource permanently. If the geofence collection is the target of a tracker resource, the devices will no longer be monitored.

', 'DeleteKey' => '

Deletes the specified API key. The API key must have been deactivated more than 90 days previously.

', 'DeleteMap' => '

Deletes a map resource from your Amazon Web Services account.

This operation deletes the resource permanently. If the map is being used in an application, the map may not render.

', 'DeletePlaceIndex' => '

Deletes a place index resource from your Amazon Web Services account.

This operation deletes the resource permanently.

', 'DeleteRouteCalculator' => '

Deletes a route calculator resource from your Amazon Web Services account.

This operation deletes the resource permanently.

', 'DeleteTracker' => '

Deletes a tracker resource from your Amazon Web Services account.

This operation deletes the resource permanently. If the tracker resource is in use, you may encounter an error. Make sure that the target resource isn\'t a dependency for your applications.

', 'DescribeGeofenceCollection' => '

Retrieves the geofence collection details.

', 'DescribeKey' => '

Retrieves the API key resource details.

', 'DescribeMap' => '

Retrieves the map resource details.

', 'DescribePlaceIndex' => '

Retrieves the place index resource details.

', 'DescribeRouteCalculator' => '

Retrieves the route calculator resource details.

', 'DescribeTracker' => '

Retrieves the tracker resource details.

', 'DisassociateTrackerConsumer' => '

Removes the association between a tracker resource and a geofence collection.

Once you unlink a tracker resource from a geofence collection, the tracker positions will no longer be automatically evaluated against geofences.

', 'GetDevicePosition' => '

Retrieves a device\'s most recent position according to its sample time.

Device positions are deleted after 30 days.

', 'GetDevicePositionHistory' => '

Retrieves the device position history from a tracker resource within a specified range of time.

Device positions are deleted after 30 days.

', 'GetGeofence' => '

Retrieves the geofence details from a geofence collection.

', 'GetMapGlyphs' => '

Retrieves glyphs used to display labels on a map.

', 'GetMapSprites' => '

Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG image paired with a JSON document describing the offsets of individual icons that will be displayed on a rendered map.

', 'GetMapStyleDescriptor' => '

Retrieves the map style descriptor from a map resource.

The style descriptor contains specifications on how features render on a map. For example, what data to display, what order to display the data in, and the style for the data. Style descriptors follow the Mapbox Style Specification.

', 'GetMapTile' => '

Retrieves a vector data tile from the map resource. Map tiles are used by clients to render a map. they\'re addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.

The origin (0, 0) is the top left of the map. Increasing the zoom level by 1 doubles both the X and Y dimensions, so a tile containing data for the entire world at (0/0/0) will be split into 4 tiles at zoom 1 (1/0/0, 1/0/1, 1/1/0, 1/1/1).

', 'GetPlace' => '

Finds a place by its unique ID. A PlaceId is returned by other search operations.

A PlaceId is valid only if all of the following are the same in the original search request and the call to GetPlace.

', 'ListDevicePositions' => '

A batch request to retrieve all device positions.

', 'ListGeofenceCollections' => '

Lists geofence collections in your Amazon Web Services account.

', 'ListGeofences' => '

Lists geofences stored in a given geofence collection.

', 'ListKeys' => '

Lists API key resources in your Amazon Web Services account.

', 'ListMaps' => '

Lists map resources in your Amazon Web Services account.

', 'ListPlaceIndexes' => '

Lists place index resources in your Amazon Web Services account.

', 'ListRouteCalculators' => '

Lists route calculator resources in your Amazon Web Services account.

', 'ListTagsForResource' => '

Returns a list of tags that are applied to the specified Amazon Location resource.

', 'ListTrackerConsumers' => '

Lists geofence collections currently associated to the given tracker resource.

', 'ListTrackers' => '

Lists tracker resources in your Amazon Web Services account.

', 'PutGeofence' => '

Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.

', 'SearchPlaceIndexForPosition' => '

Reverse geocodes a given coordinate and returns a legible address. Allows you to search for Places or points of interest near a given position.

', 'SearchPlaceIndexForSuggestions' => '

Generates suggestions for addresses and points of interest based on partial or misspelled free-form text. This operation is also known as autocomplete, autosuggest, or fuzzy matching.

Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe.

You can search for suggested place names near a specified position by using BiasPosition, or filter results within a bounding box by using FilterBBox. These parameters are mutually exclusive; using both BiasPosition and FilterBBox in the same command returns an error.

', 'SearchPlaceIndexForText' => '

Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.

Optional parameters let you narrow your search results by bounding box or country, or bias your search toward a specific position on the globe.

You can search for places near a given position using BiasPosition, or filter results within a bounding box using FilterBBox. Providing both parameters simultaneously returns an error.

Search results are returned in order of highest to lowest relevance.

', 'TagResource' => '

Assigns one or more tags (key-value pairs) to the specified Amazon Location Service resource.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.

You can use the TagResource operation with an Amazon Location Service resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the tags already associated with the resource. If you specify a tag key that\'s already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

You can associate up to 50 tags with a resource.

', 'UntagResource' => '

Removes one or more tags from the specified Amazon Location resource.

', 'UpdateGeofenceCollection' => '

Updates the specified properties of a given geofence collection.

', 'UpdateKey' => '

Updates the specified properties of a given API key resource.

', 'UpdateMap' => '

Updates the specified properties of a given map resource.

', 'UpdatePlaceIndex' => '

Updates the specified properties of a given place index resource.

', 'UpdateRouteCalculator' => '

Updates the specified properties for a given route calculator resource.

', 'UpdateTracker' => '

Updates the specified properties of a given tracker resource.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.

', 'refs' => [], ], 'ApiKey' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixRequest$Key' => '

The optional API key to authorize the request.

', 'CalculateRouteRequest$Key' => '

The optional API key to authorize the request.

', 'CreateKeyResponse$Key' => '

The key value/string of an API key. This value is used when making API calls to authorize the call. For example, see GetMapGlyphs.

', 'DescribeKeyResponse$Key' => '

The key value/string of an API key.

', 'GetMapGlyphsRequest$Key' => '

The optional API key to authorize the request.

', 'GetMapSpritesRequest$Key' => '

The optional API key to authorize the request.

', 'GetMapStyleDescriptorRequest$Key' => '

The optional API key to authorize the request.

', 'GetMapTileRequest$Key' => '

The optional API key to authorize the request.

', 'GetPlaceRequest$Key' => '

The optional API key to authorize the request.

', 'SearchPlaceIndexForPositionRequest$Key' => '

The optional API key to authorize the request.

', 'SearchPlaceIndexForSuggestionsRequest$Key' => '

The optional API key to authorize the request.

', 'SearchPlaceIndexForTextRequest$Key' => '

The optional API key to authorize the request.

', ], ], 'ApiKeyAction' => [ 'base' => NULL, 'refs' => [ 'ApiKeyRestrictionsAllowActionsList$member' => NULL, ], ], 'ApiKeyFilter' => [ 'base' => '

Options for filtering API keys.

', 'refs' => [ 'ListKeysRequest$Filter' => '

Optionally filter the list to only Active or Expired API keys.

', ], ], 'ApiKeyRestrictions' => [ 'base' => '

API Restrictions on the allowed actions, resources, and referers for an API key resource.

', 'refs' => [ 'CreateKeyRequest$Restrictions' => '

The API key restrictions for the API key resource.

', 'DescribeKeyResponse$Restrictions' => NULL, 'ListKeysResponseEntry$Restrictions' => NULL, 'UpdateKeyRequest$Restrictions' => '

Updates the API key restrictions for the API key resource.

', ], ], 'ApiKeyRestrictionsAllowActionsList' => [ 'base' => NULL, 'refs' => [ 'ApiKeyRestrictions$AllowActions' => '

A list of allowed actions that an API key resource grants permissions to perform. You must have at least one action for each type of resource. For example, if you have a place resource, you must include at least one place action.

The following are valid values for the actions.

You must use these strings exactly. For example, to provide access to map rendering, the only valid action is geo:GetMap* as an input to the list. ["geo:GetMap*"] is valid but ["geo:GetMapTile"] is not. Similarly, you cannot use ["geo:SearchPlaceIndexFor*"] - you must list each of the Place actions separately.

', ], ], 'ApiKeyRestrictionsAllowReferersList' => [ 'base' => NULL, 'refs' => [ 'ApiKeyRestrictions$AllowReferers' => '

An optional list of allowed HTTP referers for which requests must originate from. Requests using this API key from other domains will not be allowed.

Requirements:

', ], ], 'ApiKeyRestrictionsAllowResourcesList' => [ 'base' => NULL, 'refs' => [ 'ApiKeyRestrictions$AllowResources' => '

A list of allowed resource ARNs that a API key bearer can perform actions on.

For more information about ARN format, see Amazon Resource Names (ARNs).

', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'ArnList$member' => NULL, 'AssociateTrackerConsumerRequest$ConsumerArn' => '

The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all Amazon Web Services.

', 'CreateGeofenceCollectionResponse$CollectionArn' => '

The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services.

', 'CreateKeyResponse$KeyArn' => '

The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.

', 'CreateTrackerResponse$TrackerArn' => '

The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services.

', 'DescribeGeofenceCollectionResponse$CollectionArn' => '

The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services.

', 'DescribeKeyResponse$KeyArn' => '

The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.

', 'DescribeTrackerResponse$TrackerArn' => '

The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all Amazon Web Services.

', 'DisassociateTrackerConsumerRequest$ConsumerArn' => '

The Amazon Resource Name (ARN) for the geofence collection to be disassociated from the tracker resource. Used when you need to specify a resource across all Amazon Web Services.

', 'ListTagsForResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

', 'TagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource whose tags you want to update.

', 'UntagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource from which you want to remove tags.

', 'UpdateGeofenceCollectionResponse$CollectionArn' => '

The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.

', 'UpdateKeyResponse$KeyArn' => '

The Amazon Resource Name (ARN) for the API key resource. Used when you need to specify a resource across all Amazon Web Services.

', 'UpdateTrackerResponse$TrackerArn' => '

The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.

', ], ], 'ArnList' => [ 'base' => NULL, 'refs' => [ 'ListTrackerConsumersResponse$ConsumerArns' => '

Contains the list of geofence collection ARNs associated to the tracker resource.

', ], ], 'AssociateTrackerConsumerRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTrackerConsumerResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteDevicePositionHistoryError' => [ 'base' => '

Contains the tracker resource details.

', 'refs' => [ 'BatchDeleteDevicePositionHistoryErrorList$member' => NULL, ], ], 'BatchDeleteDevicePositionHistoryErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteDevicePositionHistoryResponse$Errors' => '

Contains error details for each device history that failed to delete.

', ], ], 'BatchDeleteDevicePositionHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteDevicePositionHistoryRequestDeviceIdsList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteDevicePositionHistoryRequest$DeviceIds' => '

Devices whose position history you want to delete.

', ], ], 'BatchDeleteDevicePositionHistoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteGeofenceError' => [ 'base' => '

Contains error details for each geofence that failed to delete from the geofence collection.

', 'refs' => [ 'BatchDeleteGeofenceErrorList$member' => NULL, ], ], 'BatchDeleteGeofenceErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteGeofenceResponse$Errors' => '

Contains error details for each geofence that failed to delete.

', ], ], 'BatchDeleteGeofenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteGeofenceRequestGeofenceIdsList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteGeofenceRequest$GeofenceIds' => '

The batch of geofences to be deleted.

', ], ], 'BatchDeleteGeofenceResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchEvaluateGeofencesError' => [ 'base' => '

Contains error details for each device that failed to evaluate its position against the geofences in a given geofence collection.

', 'refs' => [ 'BatchEvaluateGeofencesErrorList$member' => NULL, ], ], 'BatchEvaluateGeofencesErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchEvaluateGeofencesResponse$Errors' => '

Contains error details for each device that failed to evaluate its position against the given geofence collection.

', ], ], 'BatchEvaluateGeofencesRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchEvaluateGeofencesRequestDevicePositionUpdatesList' => [ 'base' => NULL, 'refs' => [ 'BatchEvaluateGeofencesRequest$DevicePositionUpdates' => '

Contains device details for each device to be evaluated against the given geofence collection.

', ], ], 'BatchEvaluateGeofencesResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDevicePositionError' => [ 'base' => '

Contains error details for each device that didn\'t return a position.

', 'refs' => [ 'BatchGetDevicePositionErrorList$member' => NULL, ], ], 'BatchGetDevicePositionErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDevicePositionResponse$Errors' => '

Contains error details for each device that failed to send its position to the tracker resource.

', ], ], 'BatchGetDevicePositionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDevicePositionRequestDeviceIdsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDevicePositionRequest$DeviceIds' => '

Devices whose position you want to retrieve.

', ], ], 'BatchGetDevicePositionRequestTrackerNameString' => [ 'base' => NULL, 'refs' => [ 'BatchGetDevicePositionRequest$TrackerName' => '

The tracker resource retrieving the device position.

', ], ], 'BatchGetDevicePositionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchItemError' => [ 'base' => '

Contains the batch request error details associated with the request.

', 'refs' => [ 'BatchDeleteDevicePositionHistoryError$Error' => NULL, 'BatchDeleteGeofenceError$Error' => '

Contains details associated to the batch error.

', 'BatchEvaluateGeofencesError$Error' => '

Contains details associated to the batch error.

', 'BatchGetDevicePositionError$Error' => '

Contains details related to the error code.

', 'BatchPutGeofenceError$Error' => '

Contains details associated to the batch error.

', 'BatchUpdateDevicePositionError$Error' => '

Contains details related to the error code such as the error code and error message.

', ], ], 'BatchItemErrorCode' => [ 'base' => NULL, 'refs' => [ 'BatchItemError$Code' => '

The error code associated with the batch request error.

', ], ], 'BatchPutGeofenceError' => [ 'base' => '

Contains error details for each geofence that failed to be stored in a given geofence collection.

', 'refs' => [ 'BatchPutGeofenceErrorList$member' => NULL, ], ], 'BatchPutGeofenceErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchPutGeofenceResponse$Errors' => '

Contains additional error details for each geofence that failed to be stored in a geofence collection.

', ], ], 'BatchPutGeofenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutGeofenceRequestEntriesList' => [ 'base' => NULL, 'refs' => [ 'BatchPutGeofenceRequest$Entries' => '

The batch of geofences to be stored in a geofence collection.

', ], ], 'BatchPutGeofenceRequestEntry' => [ 'base' => '

Contains geofence geometry details.

', 'refs' => [ 'BatchPutGeofenceRequestEntriesList$member' => NULL, ], ], 'BatchPutGeofenceResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutGeofenceSuccess' => [ 'base' => '

Contains a summary of each geofence that was successfully stored in a given geofence collection.

', 'refs' => [ 'BatchPutGeofenceSuccessList$member' => NULL, ], ], 'BatchPutGeofenceSuccessList' => [ 'base' => NULL, 'refs' => [ 'BatchPutGeofenceResponse$Successes' => '

Contains each geofence that was successfully stored in a geofence collection.

', ], ], 'BatchUpdateDevicePositionError' => [ 'base' => '

Contains error details for each device that failed to update its position.

', 'refs' => [ 'BatchUpdateDevicePositionErrorList$member' => NULL, ], ], 'BatchUpdateDevicePositionErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateDevicePositionResponse$Errors' => '

Contains error details for each device that failed to update its position.

', ], ], 'BatchUpdateDevicePositionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchUpdateDevicePositionRequestUpdatesList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdateDevicePositionRequest$Updates' => '

Contains the position update details for each device, up to 10 devices.

', ], ], 'BatchUpdateDevicePositionResponse' => [ 'base' => NULL, 'refs' => [], ], 'Blob' => [ 'base' => NULL, 'refs' => [ 'GetMapGlyphsResponse$Blob' => '

The glyph, as binary blob.

', 'GetMapSpritesResponse$Blob' => '

Contains the body of the sprite sheet or JSON offset file.

', 'GetMapStyleDescriptorResponse$Blob' => '

Contains the body of the style descriptor.

', 'GetMapTileResponse$Blob' => '

Contains Mapbox Vector Tile (MVT) data.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteCarModeOptions$AvoidFerries' => '

Avoids ferries when calculating routes.

Default Value: false

Valid Values: false | true

', 'CalculateRouteCarModeOptions$AvoidTolls' => '

Avoids tolls when calculating routes.

Default Value: false

Valid Values: false | true

', 'CalculateRouteMatrixRequest$DepartNow' => '

Sets the time of departure as the current time. Uses the current time to calculate the route matrix. You can\'t set both DepartureTime and DepartNow. If neither is set, the best time of day to travel with the best traffic conditions is used to calculate the route matrix.

Default Value: false

Valid Values: false | true

', 'CalculateRouteRequest$DepartNow' => '

Sets the time of departure as the current time. Uses the current time to calculate a route. Otherwise, the best time of day to travel with the best traffic conditions is used to calculate the route.

Default Value: false

Valid Values: false | true

', 'CalculateRouteRequest$IncludeLegGeometry' => '

Set to include the geometry details in the result for each path between a pair of positions.

Default Value: false

Valid Values: false | true

', 'CalculateRouteTruckModeOptions$AvoidFerries' => '

Avoids ferries when calculating routes.

Default Value: false

Valid Values: false | true

', 'CalculateRouteTruckModeOptions$AvoidTolls' => '

Avoids tolls when calculating routes.

Default Value: false

Valid Values: false | true

', 'CreateKeyRequest$NoExpiry' => '

Optionally set to true to set no expiration time for the API key. One of NoExpiry or ExpireTime must be set.

', 'CreateTrackerRequest$EventBridgeEnabled' => '

Whether to enable position UPDATE events from this tracker to be sent to EventBridge.

You do not need enable this feature to get ENTER and EXIT events for geofences with this tracker. Those events are always sent to EventBridge.

', 'DescribeTrackerResponse$EventBridgeEnabled' => '

Whether UPDATE events from this tracker in EventBridge are enabled. If set to true these events will be sent to EventBridge.

', 'Place$Interpolated' => '

True if the result is interpolated from other known places.

False if the Place is a known place.

Not returned when the partner does not provide the information.

For example, returns False for an address location that is found in the partner data, but returns True if an address does not exist in the partner data and its location is calculated by interpolating between other known addresses.

', 'UpdateKeyRequest$ForceUpdate' => '

The boolean flag to be included for updating ExpireTime or Restrictions details.

Must be set to true to update an API key resource that has been used in the past 7 days.

False if force update is not preferred

Default value: False

', 'UpdateKeyRequest$NoExpiry' => '

Whether the API key should expire. Set to true to set the API key to have no expiration time.

', 'UpdateTrackerRequest$EventBridgeEnabled' => '

Whether to enable position UPDATE events from this tracker to be sent to EventBridge.

You do not need enable this feature to get ENTER and EXIT events for geofences with this tracker. Those events are always sent to EventBridge.

', ], ], 'BoundingBox' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteSummary$RouteBBox' => '

Specifies a geographical box surrounding a route. Used to zoom into a route when displaying it in a map. For example, [min x, min y, max x, max y].

The first 2 bbox parameters describe the lower southwest corner:

The next 2 bbox parameters describe the upper northeast corner:

', 'SearchPlaceIndexForSuggestionsRequest$FilterBBox' => '

An optional parameter that limits the search results by returning only suggestions within a specified bounding box.

If provided, this parameter must contain a total of four consecutive numbers in two pairs. The first pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the southwest corner of the bounding box; the second pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the northeast corner of the bounding box.

For example, [-12.7935, -37.4835, -12.0684, -36.9542] represents a bounding box where the southwest corner has longitude -12.7935 and latitude -37.4835, and the northeast corner has longitude -12.0684 and latitude -36.9542.

FilterBBox and BiasPosition are mutually exclusive. Specifying both options results in an error.

', 'SearchPlaceIndexForSuggestionsSummary$FilterBBox' => '

Contains the coordinates for the optional bounding box specified in the request.

', 'SearchPlaceIndexForTextRequest$FilterBBox' => '

An optional parameter that limits the search results by returning only places that are within the provided bounding box.

If provided, this parameter must contain a total of four consecutive numbers in two pairs. The first pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the southwest corner of the bounding box; the second pair of numbers represents the X and Y coordinates (longitude and latitude, respectively) of the northeast corner of the bounding box.

For example, [-12.7935, -37.4835, -12.0684, -36.9542] represents a bounding box where the southwest corner has longitude -12.7935 and latitude -37.4835, and the northeast corner has longitude -12.0684 and latitude -36.9542.

FilterBBox and BiasPosition are mutually exclusive. Specifying both options results in an error.

', 'SearchPlaceIndexForTextSummary$FilterBBox' => '

Contains the coordinates for the optional bounding box specified in the request.

', 'SearchPlaceIndexForTextSummary$ResultBBox' => '

The bounding box that fully contains all search results.

If you specified the optional FilterBBox parameter in the request, ResultBBox is contained within FilterBBox.

', ], ], 'CalculateRouteCarModeOptions' => [ 'base' => '

Contains details about additional route preferences for requests that specify TravelMode as Car.

', 'refs' => [ 'CalculateRouteMatrixRequest$CarModeOptions' => '

Specifies route preferences when traveling by Car, such as avoiding routes that use ferries or tolls.

Requirements: TravelMode must be specified as Car.

', 'CalculateRouteRequest$CarModeOptions' => '

Specifies route preferences when traveling by Car, such as avoiding routes that use ferries or tolls.

Requirements: TravelMode must be specified as Car.

', ], ], 'CalculateRouteMatrixRequest' => [ 'base' => NULL, 'refs' => [], ], 'CalculateRouteMatrixRequestDeparturePositionsList' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixRequest$DeparturePositions' => '

The list of departure (origin) positions for the route matrix. An array of points, each of which is itself a 2-value array defined in WGS 84 format: [longitude, latitude]. For example, [-123.115, 49.285].

Depending on the data provider selected in the route calculator resource there may be additional restrictions on the inputs you can choose. See Position restrictions in the Amazon Location Service Developer Guide.

For route calculators that use Esri as the data provider, if you specify a departure that\'s not located on a road, Amazon Location moves the position to the nearest road. The snapped value is available in the result in SnappedDeparturePositions.

Valid Values: [-180 to 180,-90 to 90]

', ], ], 'CalculateRouteMatrixRequestDestinationPositionsList' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixRequest$DestinationPositions' => '

The list of destination positions for the route matrix. An array of points, each of which is itself a 2-value array defined in WGS 84 format: [longitude, latitude]. For example, [-122.339, 47.615]

Depending on the data provider selected in the route calculator resource there may be additional restrictions on the inputs you can choose. See Position restrictions in the Amazon Location Service Developer Guide.

For route calculators that use Esri as the data provider, if you specify a destination that\'s not located on a road, Amazon Location moves the position to the nearest road. The snapped value is available in the result in SnappedDestinationPositions.

Valid Values: [-180 to 180,-90 to 90]

', ], ], 'CalculateRouteMatrixResponse' => [ 'base' => '

Returns the result of the route matrix calculation.

', 'refs' => [], ], 'CalculateRouteMatrixResponseSnappedDeparturePositionsList' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixResponse$SnappedDeparturePositions' => '

For routes calculated using an Esri route calculator resource, departure positions are snapped to the closest road. For Esri route calculator resources, this returns the list of departure/origin positions used for calculation of the RouteMatrix.

', ], ], 'CalculateRouteMatrixResponseSnappedDestinationPositionsList' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixResponse$SnappedDestinationPositions' => '

The list of destination positions for the route matrix used for calculation of the RouteMatrix.

', ], ], 'CalculateRouteMatrixSummary' => [ 'base' => '

A summary of the calculated route matrix.

', 'refs' => [ 'CalculateRouteMatrixResponse$Summary' => '

Contains information about the route matrix, DataSource, DistanceUnit, RouteCount and ErrorCount.

', ], ], 'CalculateRouteMatrixSummaryErrorCountInteger' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixSummary$ErrorCount' => '

The count of error results in the route matrix. If this number is 0, all routes were calculated successfully.

', ], ], 'CalculateRouteMatrixSummaryRouteCountInteger' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixSummary$RouteCount' => '

The count of cells in the route matrix. Equal to the number of DeparturePositions multiplied by the number of DestinationPositions.

', ], ], 'CalculateRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CalculateRouteRequestWaypointPositionsList' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteRequest$WaypointPositions' => '

Specifies an ordered list of up to 23 intermediate positions to include along a route between the departure position and destination position.

If you specify a waypoint position that\'s not located on a road, Amazon Location moves the position to the nearest road.

Specifying more than 23 waypoints returns a 400 ValidationException error.

If Esri is the provider for your route calculator, specifying a route that is longer than 400 km returns a 400 RoutesValidationException error.

Valid Values: [-180 to 180,-90 to 90]

', ], ], 'CalculateRouteResponse' => [ 'base' => '

Returns the result of the route calculation. Metadata includes legs and route summary.

', 'refs' => [], ], 'CalculateRouteSummary' => [ 'base' => '

A summary of the calculated route.

', 'refs' => [ 'CalculateRouteResponse$Summary' => '

Contains information about the whole route, such as: RouteBBox, DataSource, Distance, DistanceUnit, and DurationSeconds.

', ], ], 'CalculateRouteSummaryDistanceDouble' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteSummary$Distance' => '

The total distance covered by the route. The sum of the distance travelled between every stop on the route.

If Esri is the data source for the route calculator, the route distance can’t be greater than 400 km. If the route exceeds 400 km, the response is a 400 RoutesValidationException error.

', ], ], 'CalculateRouteSummaryDurationSecondsDouble' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteSummary$DurationSeconds' => '

The total travel time for the route measured in seconds. The sum of the travel time between every stop on the route.

', ], ], 'CalculateRouteTruckModeOptions' => [ 'base' => '

Contains details about additional route preferences for requests that specify TravelMode as Truck.

', 'refs' => [ 'CalculateRouteMatrixRequest$TruckModeOptions' => '

Specifies route preferences when traveling by Truck, such as avoiding routes that use ferries or tolls, and truck specifications to consider when choosing an optimal road.

Requirements: TravelMode must be specified as Truck.

', 'CalculateRouteRequest$TruckModeOptions' => '

Specifies route preferences when traveling by Truck, such as avoiding routes that use ferries or tolls, and truck specifications to consider when choosing an optimal road.

Requirements: TravelMode must be specified as Truck.

', ], ], 'Circle' => [ 'base' => '

A circle on the earth, as defined by a center point and a radius.

', 'refs' => [ 'GeofenceGeometry$Circle' => '

A circle on the earth, as defined by a center point and a radius.

', ], ], 'ConflictException' => [ 'base' => '

The request was unsuccessful because of a conflict.

', 'refs' => [], ], 'CountryCode' => [ 'base' => NULL, 'refs' => [ 'CountryCodeList$member' => NULL, ], ], 'CountryCode3' => [ 'base' => NULL, 'refs' => [ 'MapConfiguration$PoliticalView' => '

Specifies the political view for the style. Leave unset to not use a political view, or, for styles that support specific political views, you can choose a view, such as IND for the Indian view.

Default is unset.

Not all map resources or styles support political view styles. See Political views for more information.

', ], ], 'CountryCode3OrEmpty' => [ 'base' => NULL, 'refs' => [ 'MapConfigurationUpdate$PoliticalView' => '

Specifies the political view for the style. Set to an empty string to not use a political view, or, for styles that support specific political views, you can choose a view, such as IND for the Indian view.

Not all map resources or styles support political view styles. See Political views for more information.

', ], ], 'CountryCodeList' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForSuggestionsRequest$FilterCountries' => '

An optional parameter that limits the search results by returning only suggestions within the provided list of countries.

', 'SearchPlaceIndexForSuggestionsSummary$FilterCountries' => '

Contains the optional country filter specified in the request.

', 'SearchPlaceIndexForTextRequest$FilterCountries' => '

An optional parameter that limits the search results by returning only places that are in a specified list of countries.

', 'SearchPlaceIndexForTextSummary$FilterCountries' => '

Contains the optional country filter specified in the request.

', ], ], 'CreateGeofenceCollectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateGeofenceCollectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateKeyResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateMapRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateMapResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatePlaceIndexRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePlaceIndexResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteCalculatorRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteCalculatorResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrackerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrackerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DataSourceConfiguration' => [ 'base' => '

Specifies the data storage option chosen for requesting Places.

When using Amazon Location Places:

For more information, see the AWS Service Terms for Amazon Location Service.

', 'refs' => [ 'CreatePlaceIndexRequest$DataSourceConfiguration' => '

Specifies the data storage option requesting Places.

', 'DescribePlaceIndexResponse$DataSourceConfiguration' => '

The specified data storage option for requesting Places.

', 'UpdatePlaceIndexRequest$DataSourceConfiguration' => '

Updates the data storage option for the place index resource.

', ], ], 'DeleteGeofenceCollectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGeofenceCollectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteKeyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMapRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMapResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeletePlaceIndexRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePlaceIndexResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRouteCalculatorRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRouteCalculatorResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrackerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrackerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeGeofenceCollectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeGeofenceCollectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeKeyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMapRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMapResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribePlaceIndexRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePlaceIndexResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRouteCalculatorRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRouteCalculatorResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrackerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrackerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DevicePosition' => [ 'base' => '

Contains the device position details.

', 'refs' => [ 'DevicePositionList$member' => NULL, ], ], 'DevicePositionList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDevicePositionResponse$DevicePositions' => '

Contains device position details such as the device ID, position, and timestamps for when the position was received and sampled.

', 'GetDevicePositionHistoryResponse$DevicePositions' => '

Contains the position history details for the requested device.

', ], ], 'DevicePositionUpdate' => [ 'base' => '

Contains the position update details for a device.

', 'refs' => [ 'BatchEvaluateGeofencesRequestDevicePositionUpdatesList$member' => NULL, 'BatchUpdateDevicePositionRequestUpdatesList$member' => NULL, ], ], 'DimensionUnit' => [ 'base' => NULL, 'refs' => [ 'TruckDimensions$Unit' => '

Specifies the unit of measurement for the truck dimensions.

Default Value: Meters

', ], ], 'DisassociateTrackerConsumerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTrackerConsumerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DistanceUnit' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixRequest$DistanceUnit' => '

Set the unit system to specify the distance.

Default Value: Kilometers

', 'CalculateRouteMatrixSummary$DistanceUnit' => '

The unit of measurement for route distances.

', 'CalculateRouteRequest$DistanceUnit' => '

Set the unit system to specify the distance.

Default Value: Kilometers

', 'CalculateRouteSummary$DistanceUnit' => '

The unit of measurement for route distances.

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'BoundingBox$member' => NULL, 'Circle$Radius' => '

The radius of the circle in meters. Must be greater than zero and no larger than 100,000 (100 kilometers).

', 'Position$member' => NULL, ], ], 'FilterPlaceCategoryList' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForSuggestionsRequest$FilterCategories' => '

A list of one or more Amazon Location categories to filter the returned places. If you include more than one category, the results will include results that match any of the categories listed.

For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.

', 'SearchPlaceIndexForSuggestionsSummary$FilterCategories' => '

The optional category filter specified in the request.

', 'SearchPlaceIndexForTextRequest$FilterCategories' => '

A list of one or more Amazon Location categories to filter the returned places. If you include more than one category, the results will include results that match any of the categories listed.

For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.

', 'SearchPlaceIndexForTextSummary$FilterCategories' => '

The optional category filter specified in the request.

', ], ], 'GeoArn' => [ 'base' => NULL, 'refs' => [ 'ApiKeyRestrictionsAllowResourcesList$member' => NULL, 'CreateMapResponse$MapArn' => '

The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.

', 'CreatePlaceIndexResponse$IndexArn' => '

The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services.

', 'CreateRouteCalculatorResponse$CalculatorArn' => '

The Amazon Resource Name (ARN) for the route calculator resource. Use the ARN when you specify a resource across all Amazon Web Services.

', 'DescribeMapResponse$MapArn' => '

The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.

', 'DescribePlaceIndexResponse$IndexArn' => '

The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services.

', 'DescribeRouteCalculatorResponse$CalculatorArn' => '

The Amazon Resource Name (ARN) for the Route calculator resource. Use the ARN when you specify a resource across Amazon Web Services.

', 'UpdateMapResponse$MapArn' => '

The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.

', 'UpdatePlaceIndexResponse$IndexArn' => '

The Amazon Resource Name (ARN) of the upated place index resource. Used to specify a resource across Amazon Web Services.

', 'UpdateRouteCalculatorResponse$CalculatorArn' => '

The Amazon Resource Name (ARN) of the updated route calculator resource. Used to specify a resource across AWS.

', ], ], 'GeofenceGeometry' => [ 'base' => '

Contains the geofence geometry details.

A geofence geometry is made up of either a polygon or a circle. Can be either a polygon or a circle. Including both will return a validation error.

Amazon Location doesn\'t currently support polygons with holes, multipolygons, polygons that are wound clockwise, or that cross the antimeridian.

', 'refs' => [ 'BatchPutGeofenceRequestEntry$Geometry' => '

Contains the details of the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error.

Each geofence polygon can have a maximum of 1,000 vertices.

', 'GetGeofenceResponse$Geometry' => '

Contains the geofence geometry details describing a polygon or a circle.

', 'ListGeofenceResponseEntry$Geometry' => '

Contains the geofence geometry details describing a polygon or a circle.

', 'PutGeofenceRequest$Geometry' => '

Contains the details to specify the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error.

Each geofence polygon can have a maximum of 1,000 vertices.

', ], ], 'GetDevicePositionHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDevicePositionHistoryRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'GetDevicePositionHistoryRequest$MaxResults' => '

An optional limit for the number of device positions returned in a single call.

Default value: 100

', ], ], 'GetDevicePositionHistoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDevicePositionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDevicePositionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetGeofenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetGeofenceResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMapGlyphsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMapGlyphsRequestFontUnicodeRangeString' => [ 'base' => NULL, 'refs' => [ 'GetMapGlyphsRequest$FontUnicodeRange' => '

A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For example, 0–255 includes all characters from range U+0000 to 00FF. Must be aligned to multiples of 256.

', ], ], 'GetMapGlyphsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMapSpritesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMapSpritesRequestFileNameString' => [ 'base' => NULL, 'refs' => [ 'GetMapSpritesRequest$FileName' => '

The name of the sprite file. Use the following file names for the sprite sheet:

For the JSON document containing image offsets. Use the following file names:

', ], ], 'GetMapSpritesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMapStyleDescriptorRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMapStyleDescriptorResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMapTileRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMapTileRequestXString' => [ 'base' => NULL, 'refs' => [ 'GetMapTileRequest$X' => '

The X axis value for the map tile.

', ], ], 'GetMapTileRequestYString' => [ 'base' => NULL, 'refs' => [ 'GetMapTileRequest$Y' => '

The Y axis value for the map tile.

', ], ], 'GetMapTileRequestZString' => [ 'base' => NULL, 'refs' => [ 'GetMapTileRequest$Z' => '

The zoom value for the map tile.

', ], ], 'GetMapTileResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPlaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPlaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'Id' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteDevicePositionHistoryError$DeviceId' => '

The ID of the device for this position.

', 'BatchDeleteDevicePositionHistoryRequestDeviceIdsList$member' => NULL, 'BatchDeleteGeofenceError$GeofenceId' => '

The geofence associated with the error message.

', 'BatchDeleteGeofenceRequestGeofenceIdsList$member' => NULL, 'BatchEvaluateGeofencesError$DeviceId' => '

The device associated with the position evaluation error.

', 'BatchGetDevicePositionError$DeviceId' => '

The ID of the device that didn\'t return a position.

', 'BatchGetDevicePositionRequestDeviceIdsList$member' => NULL, 'BatchPutGeofenceError$GeofenceId' => '

The geofence associated with the error message.

', 'BatchPutGeofenceRequestEntry$GeofenceId' => '

The identifier for the geofence to be stored in a given geofence collection.

', 'BatchPutGeofenceSuccess$GeofenceId' => '

The geofence successfully stored in a geofence collection.

', 'BatchUpdateDevicePositionError$DeviceId' => '

The device associated with the failed location update.

', 'DevicePosition$DeviceId' => '

The device whose position you retrieved.

', 'DevicePositionUpdate$DeviceId' => '

The device associated to the position update.

', 'GetDevicePositionHistoryRequest$DeviceId' => '

The device whose position history you want to retrieve.

', 'GetDevicePositionRequest$DeviceId' => '

The device whose position you want to retrieve.

', 'GetDevicePositionResponse$DeviceId' => '

The device whose position you retrieved.

', 'GetGeofenceRequest$GeofenceId' => '

The geofence you\'re retrieving details for.

', 'GetGeofenceResponse$GeofenceId' => '

The geofence identifier.

', 'ListDevicePositionsResponseEntry$DeviceId' => '

The ID of the device for this position.

', 'ListGeofenceResponseEntry$GeofenceId' => '

The geofence identifier.

', 'PutGeofenceRequest$GeofenceId' => '

An identifier for the geofence. For example, ExampleGeofence-1.

', 'PutGeofenceResponse$GeofenceId' => '

The geofence identifier entered in the request.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForSuggestionsSummary$MaxResults' => '

Contains the optional result count limit specified in the request.

', 'TimeZone$Offset' => '

The time zone\'s offset, in seconds, from UTC.

', ], ], 'IntendedUse' => [ 'base' => NULL, 'refs' => [ 'DataSourceConfiguration$IntendedUse' => '

Specifies how the results of an operation will be stored by the caller.

Valid values include:

Default value: SingleUse

', ], ], 'InternalServerException' => [ 'base' => '

The request has failed to process because of an unknown server error, exception, or failure.

', 'refs' => [], ], 'KmsKeyId' => [ 'base' => NULL, 'refs' => [ 'CreateGeofenceCollectionRequest$KmsKeyId' => '

A key identifier for an Amazon Web Services KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN.

', 'CreateTrackerRequest$KmsKeyId' => '

A key identifier for an Amazon Web Services KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN.

', 'DescribeGeofenceCollectionResponse$KmsKeyId' => '

A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource

', 'DescribeTrackerResponse$KmsKeyId' => '

A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.

', ], ], 'LanguageTag' => [ 'base' => NULL, 'refs' => [ 'GetPlaceRequest$Language' => '

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English.

This setting affects the languages used in the results, but not the results themselves. If no language is specified, or not supported for a particular result, the partner automatically chooses a language for the result.

For an example, we\'ll use the Greek language. You search for a location around Athens, Greece, with the language parameter set to en. The city in the results will most likely be returned as Athens.

If you set the language parameter to el, for Greek, then the city in the results will more likely be returned as Αθήνα.

If the data provider does not have a value for Greek, the result will be in a language that the provider does support.

', 'SearchPlaceIndexForPositionRequest$Language' => '

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English.

This setting affects the languages used in the results, but not the results themselves. If no language is specified, or not supported for a particular result, the partner automatically chooses a language for the result.

For an example, we\'ll use the Greek language. You search for a location around Athens, Greece, with the language parameter set to en. The city in the results will most likely be returned as Athens.

If you set the language parameter to el, for Greek, then the city in the results will more likely be returned as Αθήνα.

If the data provider does not have a value for Greek, the result will be in a language that the provider does support.

', 'SearchPlaceIndexForPositionSummary$Language' => '

The preferred language used to return results. Matches the language in the request. The value is a valid BCP 47 language tag, for example, en for English.

', 'SearchPlaceIndexForSuggestionsRequest$Language' => '

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English.

This setting affects the languages used in the results. If no language is specified, or not supported for a particular result, the partner automatically chooses a language for the result.

For an example, we\'ll use the Greek language. You search for Athens, Gr to get suggestions with the language parameter set to en. The results found will most likely be returned as Athens, Greece.

If you set the language parameter to el, for Greek, then the result found will more likely be returned as Αθήνα, Ελλάδα.

If the data provider does not have a value for Greek, the result will be in a language that the provider does support.

', 'SearchPlaceIndexForSuggestionsSummary$Language' => '

The preferred language used to return results. Matches the language in the request. The value is a valid BCP 47 language tag, for example, en for English.

', 'SearchPlaceIndexForTextRequest$Language' => '

The preferred language used to return results. The value must be a valid BCP 47 language tag, for example, en for English.

This setting affects the languages used in the results, but not the results themselves. If no language is specified, or not supported for a particular result, the partner automatically chooses a language for the result.

For an example, we\'ll use the Greek language. You search for Athens, Greece, with the language parameter set to en. The result found will most likely be returned as Athens.

If you set the language parameter to el, for Greek, then the result found will more likely be returned as Αθήνα.

If the data provider does not have a value for Greek, the result will be in a language that the provider does support.

', 'SearchPlaceIndexForTextSummary$Language' => '

The preferred language used to return results. Matches the language in the request. The value is a valid BCP 47 language tag, for example, en for English.

', ], ], 'Leg' => [ 'base' => '

Contains the calculated route\'s details for each path between a pair of positions. The number of legs returned corresponds to one fewer than the total number of positions in the request.

For example, a route with a departure position and destination position returns one leg with the positions snapped to a nearby road:

A route with a waypoint between the departure and destination position returns two legs with the positions snapped to a nearby road:

', 'refs' => [ 'LegList$member' => NULL, ], ], 'LegDistanceDouble' => [ 'base' => NULL, 'refs' => [ 'Leg$Distance' => '

The distance between the leg\'s StartPosition and EndPosition along a calculated route.

', ], ], 'LegDurationSecondsDouble' => [ 'base' => NULL, 'refs' => [ 'Leg$DurationSeconds' => '

The estimated travel time between the leg\'s StartPosition and EndPosition. The travel mode and departure time that you specify in the request determines the calculated time.

', ], ], 'LegGeometry' => [ 'base' => '

Contains the geometry details for each path between a pair of positions. Used in plotting a route leg on a map.

', 'refs' => [ 'Leg$Geometry' => '

Contains the calculated route\'s path as a linestring geometry.

', ], ], 'LegList' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteResponse$Legs' => '

Contains details about each path between a pair of positions included along a route such as: StartPosition, EndPosition, Distance, DurationSeconds, Geometry, and Steps. The number of legs returned corresponds to one fewer than the total number of positions in the request.

For example, a route with a departure position and destination position returns one leg with the positions snapped to a nearby road:

A route with a waypoint between the departure and destination position returns two legs with the positions snapped to a nearby road:

', ], ], 'LineString' => [ 'base' => NULL, 'refs' => [ 'LegGeometry$LineString' => '

An ordered list of positions used to plot a route on a map.

The first position is closest to the start position for the leg, and the last position is the closest to the end position for the leg.

', ], ], 'LinearRing' => [ 'base' => NULL, 'refs' => [ 'LinearRings$member' => NULL, ], ], 'LinearRings' => [ 'base' => NULL, 'refs' => [ 'GeofenceGeometry$Polygon' => '

A polygon is a list of linear rings which are each made up of a list of vertices.

Each vertex is a 2-dimensional point of the form: [longitude, latitude]. This is represented as an array of doubles of length 2 (so [double, double]).

An array of 4 or more vertices, where the first and last vertex are the same (to form a closed boundary), is called a linear ring. The linear ring vertices must be listed in counter-clockwise order around the ring’s interior. The linear ring is represented as an array of vertices, or an array of arrays of doubles ([[double, double], ...]).

A geofence consists of a single linear ring. To allow for future expansion, the Polygon parameter takes an array of linear rings, which is represented as an array of arrays of arrays of doubles ([[[double, double], ...], ...]).

A linear ring for use in geofences can consist of between 4 and 1,000 vertices.

', ], ], 'ListDevicePositionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDevicePositionsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListDevicePositionsRequest$MaxResults' => '

An optional limit for the number of entries returned in a single call.

Default value: 100

', ], ], 'ListDevicePositionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDevicePositionsResponseEntry' => [ 'base' => '

Contains the tracker resource details.

', 'refs' => [ 'ListDevicePositionsResponseEntryList$member' => NULL, ], ], 'ListDevicePositionsResponseEntryList' => [ 'base' => NULL, 'refs' => [ 'ListDevicePositionsResponse$Entries' => '

Contains details about each device\'s last known position. These details includes the device ID, the time when the position was sampled on the device, the time that the service received the update, and the most recent coordinates.

', ], ], 'ListGeofenceCollectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListGeofenceCollectionsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListGeofenceCollectionsRequest$MaxResults' => '

An optional limit for the number of resources returned in a single call.

Default value: 100

', ], ], 'ListGeofenceCollectionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListGeofenceCollectionsResponseEntry' => [ 'base' => '

Contains the geofence collection details.

', 'refs' => [ 'ListGeofenceCollectionsResponseEntryList$member' => NULL, ], ], 'ListGeofenceCollectionsResponseEntryList' => [ 'base' => NULL, 'refs' => [ 'ListGeofenceCollectionsResponse$Entries' => '

Lists the geofence collections that exist in your Amazon Web Services account.

', ], ], 'ListGeofenceResponseEntry' => [ 'base' => '

Contains a list of geofences stored in a given geofence collection.

', 'refs' => [ 'ListGeofenceResponseEntryList$member' => NULL, ], ], 'ListGeofenceResponseEntryList' => [ 'base' => NULL, 'refs' => [ 'ListGeofencesResponse$Entries' => '

Contains a list of geofences stored in the geofence collection.

', ], ], 'ListGeofencesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListGeofencesRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListGeofencesRequest$MaxResults' => '

An optional limit for the number of geofences returned in a single call.

Default value: 100

', ], ], 'ListGeofencesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListKeysRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListKeysRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListKeysRequest$MaxResults' => '

An optional limit for the number of resources returned in a single call.

Default value: 100

', ], ], 'ListKeysResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListKeysResponseEntry' => [ 'base' => '

An API key resource listed in your Amazon Web Services account.

', 'refs' => [ 'ListKeysResponseEntryList$member' => NULL, ], ], 'ListKeysResponseEntryList' => [ 'base' => NULL, 'refs' => [ 'ListKeysResponse$Entries' => '

Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.

', ], ], 'ListMapsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMapsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListMapsRequest$MaxResults' => '

An optional limit for the number of resources returned in a single call.

Default value: 100

', ], ], 'ListMapsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMapsResponseEntry' => [ 'base' => '

Contains details of an existing map resource in your Amazon Web Services account.

', 'refs' => [ 'ListMapsResponseEntryList$member' => NULL, ], ], 'ListMapsResponseEntryList' => [ 'base' => NULL, 'refs' => [ 'ListMapsResponse$Entries' => '

Contains a list of maps in your Amazon Web Services account

', ], ], 'ListPlaceIndexesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPlaceIndexesRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListPlaceIndexesRequest$MaxResults' => '

An optional limit for the maximum number of results returned in a single call.

Default value: 100

', ], ], 'ListPlaceIndexesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPlaceIndexesResponseEntry' => [ 'base' => '

A place index resource listed in your Amazon Web Services account.

', 'refs' => [ 'ListPlaceIndexesResponseEntryList$member' => NULL, ], ], 'ListPlaceIndexesResponseEntryList' => [ 'base' => NULL, 'refs' => [ 'ListPlaceIndexesResponse$Entries' => '

Lists the place index resources that exist in your Amazon Web Services account

', ], ], 'ListRouteCalculatorsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListRouteCalculatorsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListRouteCalculatorsRequest$MaxResults' => '

An optional maximum number of results returned in a single call.

Default Value: 100

', ], ], 'ListRouteCalculatorsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRouteCalculatorsResponseEntry' => [ 'base' => '

A route calculator resource listed in your Amazon Web Services account.

', 'refs' => [ 'ListRouteCalculatorsResponseEntryList$member' => NULL, ], ], 'ListRouteCalculatorsResponseEntryList' => [ 'base' => NULL, 'refs' => [ 'ListRouteCalculatorsResponse$Entries' => '

Lists the route calculator resources that exist in your Amazon Web Services account

', ], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrackerConsumersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrackerConsumersRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListTrackerConsumersRequest$MaxResults' => '

An optional limit for the number of resources returned in a single call.

Default value: 100

', ], ], 'ListTrackerConsumersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrackersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrackersRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListTrackersRequest$MaxResults' => '

An optional limit for the number of resources returned in a single call.

Default value: 100

', ], ], 'ListTrackersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrackersResponseEntry' => [ 'base' => '

Contains the tracker resource details.

', 'refs' => [ 'ListTrackersResponseEntryList$member' => NULL, ], ], 'ListTrackersResponseEntryList' => [ 'base' => NULL, 'refs' => [ 'ListTrackersResponse$Entries' => '

Contains tracker resources in your Amazon Web Services account. Details include tracker name, description and timestamps for when the tracker was created and last updated.

', ], ], 'MapConfiguration' => [ 'base' => '

Specifies the map tile style selected from an available provider.

', 'refs' => [ 'CreateMapRequest$Configuration' => '

Specifies the MapConfiguration, including the map style, for the map resource that you create. The map style defines the look of maps and the data provider for your map resource.

', 'DescribeMapResponse$Configuration' => '

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

', ], ], 'MapConfigurationUpdate' => [ 'base' => '

Specifies the political view for the style.

', 'refs' => [ 'UpdateMapRequest$ConfigurationUpdate' => '

Updates the parts of the map configuration that can be updated, including the political view.

', ], ], 'MapStyle' => [ 'base' => NULL, 'refs' => [ 'MapConfiguration$Style' => '

Specifies the map style selected from an available data provider.

Valid Esri map styles:

Valid HERE Technologies map styles:

Valid GrabMaps map styles:

Grab provides maps only for countries in Southeast Asia, and is only available in the Asia Pacific (Singapore) Region (ap-southeast-1). For more information, see GrabMaps countries and area covered.

Valid Open Data map styles:

', ], ], 'Place' => [ 'base' => '

Contains details about addresses or points of interest that match the search criteria.

Not all details are included with all responses. Some details may only be returned by specific data partners.

', 'refs' => [ 'GetPlaceResponse$Place' => '

Details about the result, such as its address and position.

', 'SearchForPositionResult$Place' => '

Details about the search result, such as its address and position.

', 'SearchForTextResult$Place' => '

Details about the search result, such as its address and position.

', ], ], 'PlaceCategory' => [ 'base' => NULL, 'refs' => [ 'FilterPlaceCategoryList$member' => NULL, 'PlaceCategoryList$member' => NULL, ], ], 'PlaceCategoryList' => [ 'base' => NULL, 'refs' => [ 'Place$Categories' => '

The Amazon Location categories that describe this Place.

For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.

', 'SearchForSuggestionsResult$Categories' => '

The Amazon Location categories that describe the Place.

For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.

', ], ], 'PlaceGeometry' => [ 'base' => '

Places uses a point geometry to specify a location or a Place.

', 'refs' => [ 'Place$Geometry' => NULL, ], ], 'PlaceId' => [ 'base' => NULL, 'refs' => [ 'GetPlaceRequest$PlaceId' => '

The identifier of the place to find.

', 'SearchForPositionResult$PlaceId' => '

The unique identifier of the place. You can use this with the GetPlace operation to find the place again later.

For SearchPlaceIndexForPosition operations, the PlaceId is returned only by place indexes that use HERE or Grab as a data provider.

', 'SearchForSuggestionsResult$PlaceId' => '

The unique identifier of the Place. You can use this with the GetPlace operation to find the place again later, or to get full information for the Place.

The GetPlace request must use the same PlaceIndex resource as the SearchPlaceIndexForSuggestions that generated the Place ID.

For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by place indexes that use Esri, Grab, or HERE as data providers.

', 'SearchForTextResult$PlaceId' => '

The unique identifier of the place. You can use this with the GetPlace operation to find the place again later.

For SearchPlaceIndexForText operations, the PlaceId is returned only by place indexes that use HERE or Grab as a data provider.

', ], ], 'PlaceIndexSearchResultLimit' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForPositionRequest$MaxResults' => '

An optional parameter. The maximum number of results returned per request.

Default value: 50

', 'SearchPlaceIndexForPositionSummary$MaxResults' => '

Contains the optional result count limit that is specified in the request.

Default value: 50

', 'SearchPlaceIndexForTextRequest$MaxResults' => '

An optional parameter. The maximum number of results returned per request.

The default: 50

', 'SearchPlaceIndexForTextSummary$MaxResults' => '

Contains the optional result count limit specified in the request.

', ], ], 'PlaceSupplementalCategory' => [ 'base' => NULL, 'refs' => [ 'PlaceSupplementalCategoryList$member' => NULL, ], ], 'PlaceSupplementalCategoryList' => [ 'base' => NULL, 'refs' => [ 'Place$SupplementalCategories' => '

Categories from the data provider that describe the Place that are not mapped to any Amazon Location categories.

', 'SearchForSuggestionsResult$SupplementalCategories' => '

Categories from the data provider that describe the Place that are not mapped to any Amazon Location categories.

', ], ], 'Position' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixRequestDeparturePositionsList$member' => NULL, 'CalculateRouteMatrixRequestDestinationPositionsList$member' => NULL, 'CalculateRouteMatrixResponseSnappedDeparturePositionsList$member' => NULL, 'CalculateRouteMatrixResponseSnappedDestinationPositionsList$member' => NULL, 'CalculateRouteRequest$DeparturePosition' => '

The start position for the route. Defined in World Geodetic System (WGS 84) format: [longitude, latitude].

If you specify a departure that\'s not located on a road, Amazon Location moves the position to the nearest road. If Esri is the provider for your route calculator, specifying a route that is longer than 400 km returns a 400 RoutesValidationException error.

Valid Values: [-180 to 180,-90 to 90]

', 'CalculateRouteRequest$DestinationPosition' => '

The finish position for the route. Defined in World Geodetic System (WGS 84) format: [longitude, latitude].

If you specify a destination that\'s not located on a road, Amazon Location moves the position to the nearest road.

Valid Values: [-180 to 180,-90 to 90]

', 'CalculateRouteRequestWaypointPositionsList$member' => NULL, 'Circle$Center' => '

A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form [longitude, latitude].

', 'DevicePosition$Position' => '

The last known device position.

', 'DevicePositionUpdate$Position' => '

The latest device position defined in WGS 84 format: [X or longitude, Y or latitude].

', 'GetDevicePositionResponse$Position' => '

The last known device position.

', 'Leg$EndPosition' => '

The terminating position of the leg. Follows the format [longitude,latitude].

If the EndPosition isn\'t located on a road, it\'s snapped to a nearby road.

', 'Leg$StartPosition' => '

The starting position of the leg. Follows the format [longitude,latitude].

If the StartPosition isn\'t located on a road, it\'s snapped to a nearby road.

', 'LineString$member' => NULL, 'LinearRing$member' => NULL, 'ListDevicePositionsResponseEntry$Position' => '

The last known device position. Empty if no positions currently stored.

', 'PlaceGeometry$Point' => '

A single point geometry specifies a location for a Place using WGS 84 coordinates:

', 'SearchPlaceIndexForPositionRequest$Position' => '

Specifies the longitude and latitude of the position to query.

This parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.

For example, [-123.1174, 49.2847] represents a position with longitude -123.1174 and latitude 49.2847.

', 'SearchPlaceIndexForPositionSummary$Position' => '

The position specified in the request.

', 'SearchPlaceIndexForSuggestionsRequest$BiasPosition' => '

An optional parameter that indicates a preference for place suggestions that are closer to a specified position.

If provided, this parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.

For example, [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

BiasPosition and FilterBBox are mutually exclusive. Specifying both options results in an error.

', 'SearchPlaceIndexForSuggestionsSummary$BiasPosition' => '

Contains the coordinates for the optional bias position specified in the request.

This parameter contains a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.

For example, [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

', 'SearchPlaceIndexForTextRequest$BiasPosition' => '

An optional parameter that indicates a preference for places that are closer to a specified position.

If provided, this parameter must contain a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.

For example, [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

BiasPosition and FilterBBox are mutually exclusive. Specifying both options results in an error.

', 'SearchPlaceIndexForTextSummary$BiasPosition' => '

Contains the coordinates for the optional bias position specified in the request.

This parameter contains a pair of numbers. The first number represents the X coordinate, or longitude; the second number represents the Y coordinate, or latitude.

For example, [-123.1174, 49.2847] represents the position with longitude -123.1174 and latitude 49.2847.

', 'Step$EndPosition' => '

The end position of a step. If the position the last step in the leg, this position is the same as the end position of the leg.

', 'Step$StartPosition' => '

The starting position of a step. If the position is the first step in the leg, this position is the same as the start position of the leg.

', ], ], 'PositionFiltering' => [ 'base' => NULL, 'refs' => [ 'CreateTrackerRequest$PositionFiltering' => '

Specifies the position filtering for the tracker resource.

Valid values:

This field is optional. If not specified, the default value is TimeBased.

', 'DescribeTrackerResponse$PositionFiltering' => '

The position filtering method of the tracker resource.

', 'UpdateTrackerRequest$PositionFiltering' => '

Updates the position filtering for the tracker resource.

Valid values:

', ], ], 'PositionalAccuracy' => [ 'base' => '

Defines the level of certainty of the position.

', 'refs' => [ 'DevicePosition$Accuracy' => '

The accuracy of the device position.

', 'DevicePositionUpdate$Accuracy' => '

The accuracy of the device position.

', 'GetDevicePositionResponse$Accuracy' => '

The accuracy of the device position.

', 'ListDevicePositionsResponseEntry$Accuracy' => '

The accuracy of the device position.

', ], ], 'PositionalAccuracyHorizontalDouble' => [ 'base' => NULL, 'refs' => [ 'PositionalAccuracy$Horizontal' => '

Estimated maximum distance, in meters, between the measured position and the true position of a device, along the Earth\'s surface.

', ], ], 'PricingPlan' => [ 'base' => NULL, 'refs' => [ 'CreateGeofenceCollectionRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', 'CreateMapRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', 'CreatePlaceIndexRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', 'CreateRouteCalculatorRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', 'CreateTrackerRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', 'DescribeGeofenceCollectionResponse$PricingPlan' => '

No longer used. Always returns RequestBasedUsage.

', 'DescribeMapResponse$PricingPlan' => '

No longer used. Always returns RequestBasedUsage.

', 'DescribePlaceIndexResponse$PricingPlan' => '

No longer used. Always returns RequestBasedUsage.

', 'DescribeRouteCalculatorResponse$PricingPlan' => '

Always returns RequestBasedUsage.

', 'DescribeTrackerResponse$PricingPlan' => '

Always returns RequestBasedUsage.

', 'ListGeofenceCollectionsResponseEntry$PricingPlan' => '

No longer used. Always returns RequestBasedUsage.

', 'ListMapsResponseEntry$PricingPlan' => '

No longer used. Always returns RequestBasedUsage.

', 'ListPlaceIndexesResponseEntry$PricingPlan' => '

No longer used. Always returns RequestBasedUsage.

', 'ListRouteCalculatorsResponseEntry$PricingPlan' => '

Always returns RequestBasedUsage.

', 'ListTrackersResponseEntry$PricingPlan' => '

Always returns RequestBasedUsage.

', 'UpdateGeofenceCollectionRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', 'UpdateMapRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', 'UpdatePlaceIndexRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', 'UpdateRouteCalculatorRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', 'UpdateTrackerRequest$PricingPlan' => '

No longer used. If included, the only allowed value is RequestBasedUsage.

', ], ], 'PropertyMap' => [ 'base' => NULL, 'refs' => [ 'BatchPutGeofenceRequestEntry$GeofenceProperties' => '

Associates one of more properties with the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence.

Format: "key" : "value"

', 'DevicePosition$PositionProperties' => '

The properties associated with the position.

', 'DevicePositionUpdate$PositionProperties' => '

Associates one of more properties with the position update. A property is a key-value pair stored with the position update and added to any geofence event the update may trigger.

Format: "key" : "value"

', 'GetDevicePositionResponse$PositionProperties' => '

The properties associated with the position.

', 'GetGeofenceResponse$GeofenceProperties' => '

User defined properties of the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence.

Format: "key" : "value"

', 'ListDevicePositionsResponseEntry$PositionProperties' => '

The properties associated with the position.

', 'ListGeofenceResponseEntry$GeofenceProperties' => '

User defined properties of the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence.

Format: "key" : "value"

', 'PutGeofenceRequest$GeofenceProperties' => '

Associates one of more properties with the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence.

Format: "key" : "value"

', ], ], 'PropertyMapKeyString' => [ 'base' => NULL, 'refs' => [ 'PropertyMap$key' => NULL, ], ], 'PropertyMapValueString' => [ 'base' => NULL, 'refs' => [ 'PropertyMap$value' => NULL, ], ], 'PutGeofenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutGeofenceResponse' => [ 'base' => NULL, 'refs' => [], ], 'RefererPattern' => [ 'base' => NULL, 'refs' => [ 'ApiKeyRestrictionsAllowReferersList$member' => NULL, ], ], 'ResourceDescription' => [ 'base' => NULL, 'refs' => [ 'CreateGeofenceCollectionRequest$Description' => '

An optional description for the geofence collection.

', 'CreateKeyRequest$Description' => '

An optional description for the API key resource.

', 'CreateMapRequest$Description' => '

An optional description for the map resource.

', 'CreatePlaceIndexRequest$Description' => '

The optional description for the place index resource.

', 'CreateRouteCalculatorRequest$Description' => '

The optional description for the route calculator resource.

', 'CreateTrackerRequest$Description' => '

An optional description for the tracker resource.

', 'DescribeGeofenceCollectionResponse$Description' => '

The optional description for the geofence collection.

', 'DescribeKeyResponse$Description' => '

The optional description for the API key resource.

', 'DescribeMapResponse$Description' => '

The optional description for the map resource.

', 'DescribePlaceIndexResponse$Description' => '

The optional description for the place index resource.

', 'DescribeRouteCalculatorResponse$Description' => '

The optional description of the route calculator resource.

', 'DescribeTrackerResponse$Description' => '

The optional description for the tracker resource.

', 'ListGeofenceCollectionsResponseEntry$Description' => '

The description for the geofence collection

', 'ListKeysResponseEntry$Description' => '

The optional description for the API key resource.

', 'ListMapsResponseEntry$Description' => '

The description for the map resource.

', 'ListPlaceIndexesResponseEntry$Description' => '

The optional description for the place index resource.

', 'ListRouteCalculatorsResponseEntry$Description' => '

The optional description of the route calculator resource.

', 'ListTrackersResponseEntry$Description' => '

The description for the tracker resource.

', 'UpdateGeofenceCollectionRequest$Description' => '

Updates the description for the geofence collection.

', 'UpdateKeyRequest$Description' => '

Updates the description for the API key resource.

', 'UpdateMapRequest$Description' => '

Updates the description for the map resource.

', 'UpdatePlaceIndexRequest$Description' => '

Updates the description for the place index resource.

', 'UpdateRouteCalculatorRequest$Description' => '

Updates the description for the route calculator resource.

', 'UpdateTrackerRequest$Description' => '

Updates the description for the tracker resource.

', ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'AssociateTrackerConsumerRequest$TrackerName' => '

The name of the tracker resource to be associated with a geofence collection.

', 'BatchDeleteDevicePositionHistoryRequest$TrackerName' => '

The name of the tracker resource to delete the device position history from.

', 'BatchDeleteGeofenceRequest$CollectionName' => '

The geofence collection storing the geofences to be deleted.

', 'BatchEvaluateGeofencesRequest$CollectionName' => '

The geofence collection used in evaluating the position of devices against its geofences.

', 'BatchPutGeofenceRequest$CollectionName' => '

The geofence collection storing the geofences.

', 'BatchUpdateDevicePositionRequest$TrackerName' => '

The name of the tracker resource to update.

', 'CalculateRouteMatrixRequest$CalculatorName' => '

The name of the route calculator resource that you want to use to calculate the route matrix.

', 'CalculateRouteRequest$CalculatorName' => '

The name of the route calculator resource that you want to use to calculate the route.

', 'CreateGeofenceCollectionRequest$CollectionName' => '

A custom name for the geofence collection.

Requirements:

', 'CreateGeofenceCollectionResponse$CollectionName' => '

The name for the geofence collection.

', 'CreateKeyRequest$KeyName' => '

A custom name for the API key resource.

Requirements:

', 'CreateKeyResponse$KeyName' => '

The name of the API key resource.

', 'CreateMapRequest$MapName' => '

The name for the map resource.

Requirements:

', 'CreateMapResponse$MapName' => '

The name of the map resource.

', 'CreatePlaceIndexRequest$IndexName' => '

The name of the place index resource.

Requirements:

', 'CreatePlaceIndexResponse$IndexName' => '

The name for the place index resource.

', 'CreateRouteCalculatorRequest$CalculatorName' => '

The name of the route calculator resource.

Requirements:

', 'CreateRouteCalculatorResponse$CalculatorName' => '

The name of the route calculator resource.

', 'CreateTrackerRequest$TrackerName' => '

The name for the tracker resource.

Requirements:

', 'CreateTrackerResponse$TrackerName' => '

The name of the tracker resource.

', 'DeleteGeofenceCollectionRequest$CollectionName' => '

The name of the geofence collection to be deleted.

', 'DeleteKeyRequest$KeyName' => '

The name of the API key to delete.

', 'DeleteMapRequest$MapName' => '

The name of the map resource to be deleted.

', 'DeletePlaceIndexRequest$IndexName' => '

The name of the place index resource to be deleted.

', 'DeleteRouteCalculatorRequest$CalculatorName' => '

The name of the route calculator resource to be deleted.

', 'DeleteTrackerRequest$TrackerName' => '

The name of the tracker resource to be deleted.

', 'DescribeGeofenceCollectionRequest$CollectionName' => '

The name of the geofence collection.

', 'DescribeGeofenceCollectionResponse$CollectionName' => '

The name of the geofence collection.

', 'DescribeKeyRequest$KeyName' => '

The name of the API key resource.

', 'DescribeKeyResponse$KeyName' => '

The name of the API key resource.

', 'DescribeMapRequest$MapName' => '

The name of the map resource.

', 'DescribeMapResponse$MapName' => '

The map style selected from an available provider.

', 'DescribePlaceIndexRequest$IndexName' => '

The name of the place index resource.

', 'DescribePlaceIndexResponse$IndexName' => '

The name of the place index resource being described.

', 'DescribeRouteCalculatorRequest$CalculatorName' => '

The name of the route calculator resource.

', 'DescribeRouteCalculatorResponse$CalculatorName' => '

The name of the route calculator resource being described.

', 'DescribeTrackerRequest$TrackerName' => '

The name of the tracker resource.

', 'DescribeTrackerResponse$TrackerName' => '

The name of the tracker resource.

', 'DisassociateTrackerConsumerRequest$TrackerName' => '

The name of the tracker resource to be dissociated from the consumer.

', 'GetDevicePositionHistoryRequest$TrackerName' => '

The tracker resource receiving the request for the device position history.

', 'GetDevicePositionRequest$TrackerName' => '

The tracker resource receiving the position update.

', 'GetGeofenceRequest$CollectionName' => '

The geofence collection storing the target geofence.

', 'GetMapGlyphsRequest$MapName' => '

The map resource associated with the glyph file.

', 'GetMapSpritesRequest$MapName' => '

The map resource associated with the sprite file.

', 'GetMapStyleDescriptorRequest$MapName' => '

The map resource to retrieve the style descriptor from.

', 'GetMapTileRequest$MapName' => '

The map resource to retrieve the map tiles from.

', 'GetPlaceRequest$IndexName' => '

The name of the place index resource that you want to use for the search.

', 'ListDevicePositionsRequest$TrackerName' => '

The tracker resource containing the requested devices.

', 'ListGeofenceCollectionsResponseEntry$CollectionName' => '

The name of the geofence collection.

', 'ListGeofencesRequest$CollectionName' => '

The name of the geofence collection storing the list of geofences.

', 'ListKeysResponseEntry$KeyName' => '

The name of the API key resource.

', 'ListMapsResponseEntry$MapName' => '

The name of the associated map resource.

', 'ListPlaceIndexesResponseEntry$IndexName' => '

The name of the place index resource.

', 'ListRouteCalculatorsResponseEntry$CalculatorName' => '

The name of the route calculator resource.

', 'ListTrackerConsumersRequest$TrackerName' => '

The tracker resource whose associated geofence collections you want to list.

', 'ListTrackersResponseEntry$TrackerName' => '

The name of the tracker resource.

', 'PutGeofenceRequest$CollectionName' => '

The geofence collection to store the geofence in.

', 'SearchPlaceIndexForPositionRequest$IndexName' => '

The name of the place index resource you want to use for the search.

', 'SearchPlaceIndexForSuggestionsRequest$IndexName' => '

The name of the place index resource you want to use for the search.

', 'SearchPlaceIndexForTextRequest$IndexName' => '

The name of the place index resource you want to use for the search.

', 'UpdateGeofenceCollectionRequest$CollectionName' => '

The name of the geofence collection to update.

', 'UpdateGeofenceCollectionResponse$CollectionName' => '

The name of the updated geofence collection.

', 'UpdateKeyRequest$KeyName' => '

The name of the API key resource to update.

', 'UpdateKeyResponse$KeyName' => '

The name of the API key resource.

', 'UpdateMapRequest$MapName' => '

The name of the map resource to update.

', 'UpdateMapResponse$MapName' => '

The name of the updated map resource.

', 'UpdatePlaceIndexRequest$IndexName' => '

The name of the place index resource to update.

', 'UpdatePlaceIndexResponse$IndexName' => '

The name of the updated place index resource.

', 'UpdateRouteCalculatorRequest$CalculatorName' => '

The name of the route calculator resource to update.

', 'UpdateRouteCalculatorResponse$CalculatorName' => '

The name of the updated route calculator resource.

', 'UpdateTrackerRequest$TrackerName' => '

The name of the tracker resource to update.

', 'UpdateTrackerResponse$TrackerName' => '

The name of the updated tracker resource.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The resource that you\'ve entered was not found in your AWS account.

', 'refs' => [], ], 'RouteMatrix' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixResponse$RouteMatrix' => '

The calculated route matrix containing the results for all pairs of DeparturePositions to DestinationPositions. Each row corresponds to one entry in DeparturePositions. Each entry in the row corresponds to the route from that entry in DeparturePositions to an entry in DestinationPositions.

', ], ], 'RouteMatrixEntry' => [ 'base' => '

The result for the calculated route of one DeparturePosition DestinationPosition pair.

', 'refs' => [ 'RouteMatrixRow$member' => NULL, ], ], 'RouteMatrixEntryDistanceDouble' => [ 'base' => NULL, 'refs' => [ 'RouteMatrixEntry$Distance' => '

The total distance of travel for the route.

', ], ], 'RouteMatrixEntryDurationSecondsDouble' => [ 'base' => NULL, 'refs' => [ 'RouteMatrixEntry$DurationSeconds' => '

The expected duration of travel for the route.

', ], ], 'RouteMatrixEntryError' => [ 'base' => '

An error corresponding to the calculation of a route between the DeparturePosition and DestinationPosition.

The error code can be one of the following:

', 'refs' => [ 'RouteMatrixEntry$Error' => '

An error corresponding to the calculation of a route between the DeparturePosition and DestinationPosition.

', ], ], 'RouteMatrixErrorCode' => [ 'base' => NULL, 'refs' => [ 'RouteMatrixEntryError$Code' => '

The type of error which occurred for the route calculation.

', ], ], 'RouteMatrixRow' => [ 'base' => NULL, 'refs' => [ 'RouteMatrix$member' => NULL, ], ], 'SearchForPositionResult' => [ 'base' => '

Contains a search result from a position search query that is run on a place index resource.

', 'refs' => [ 'SearchForPositionResultList$member' => NULL, ], ], 'SearchForPositionResultDistanceDouble' => [ 'base' => NULL, 'refs' => [ 'SearchForPositionResult$Distance' => '

The distance in meters of a great-circle arc between the query position and the result.

A great-circle arc is the shortest path on a sphere, in this case the Earth. This returns the shortest distance between two locations.

', ], ], 'SearchForPositionResultList' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForPositionResponse$Results' => '

Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.

', ], ], 'SearchForSuggestionsResult' => [ 'base' => '

Contains a place suggestion resulting from a place suggestion query that is run on a place index resource.

', 'refs' => [ 'SearchForSuggestionsResultList$member' => NULL, ], ], 'SearchForSuggestionsResultList' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForSuggestionsResponse$Results' => '

A list of place suggestions that best match the search text.

', ], ], 'SearchForTextResult' => [ 'base' => '

Contains a search result from a text search query that is run on a place index resource.

', 'refs' => [ 'SearchForTextResultList$member' => NULL, ], ], 'SearchForTextResultDistanceDouble' => [ 'base' => NULL, 'refs' => [ 'SearchForTextResult$Distance' => '

The distance in meters of a great-circle arc between the bias position specified and the result. Distance will be returned only if a bias position was specified in the query.

A great-circle arc is the shortest path on a sphere, in this case the Earth. This returns the shortest distance between two locations.

', ], ], 'SearchForTextResultList' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForTextResponse$Results' => '

A list of Places matching the input text. Each result contains additional information about the specific point of interest.

Not all response properties are included with all responses. Some properties may only be returned by specific data partners.

', ], ], 'SearchForTextResultRelevanceDouble' => [ 'base' => NULL, 'refs' => [ 'SearchForTextResult$Relevance' => '

The relative confidence in the match for a result among the results returned. For example, if more fields for an address match (including house number, street, city, country/region, and postal code), the relevance score is closer to 1.

Returned only when the partner selected is Esri or Grab.

', ], ], 'SearchPlaceIndexForPositionRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchPlaceIndexForPositionResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchPlaceIndexForPositionSummary' => [ 'base' => '

A summary of the request sent by using SearchPlaceIndexForPosition.

', 'refs' => [ 'SearchPlaceIndexForPositionResponse$Summary' => '

Contains a summary of the request. Echoes the input values for Position, Language, MaxResults, and the DataSource of the place index.

', ], ], 'SearchPlaceIndexForSuggestionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchPlaceIndexForSuggestionsRequestMaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForSuggestionsRequest$MaxResults' => '

An optional parameter. The maximum number of results returned per request.

The default: 5

', ], ], 'SearchPlaceIndexForSuggestionsRequestTextString' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForSuggestionsRequest$Text' => '

The free-form partial text to use to generate place suggestions. For example, eiffel tow.

', ], ], 'SearchPlaceIndexForSuggestionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchPlaceIndexForSuggestionsSummary' => [ 'base' => '

A summary of the request sent by using SearchPlaceIndexForSuggestions.

', 'refs' => [ 'SearchPlaceIndexForSuggestionsResponse$Summary' => '

Contains a summary of the request. Echoes the input values for BiasPosition, FilterBBox, FilterCountries, Language, MaxResults, and Text. Also includes the DataSource of the place index.

', ], ], 'SearchPlaceIndexForTextRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchPlaceIndexForTextRequestTextString' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForTextRequest$Text' => '

The address, name, city, or region to be used in the search in free-form text format. For example, 123 Any Street.

', ], ], 'SearchPlaceIndexForTextResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchPlaceIndexForTextSummary' => [ 'base' => '

A summary of the request sent by using SearchPlaceIndexForText.

', 'refs' => [ 'SearchPlaceIndexForTextResponse$Summary' => '

Contains a summary of the request. Echoes the input values for BiasPosition, FilterBBox, FilterCountries, Language, MaxResults, and Text. Also includes the DataSource of the place index and the bounding box, ResultBBox, which surrounds the search results.

', ], ], 'SensitiveString' => [ 'base' => NULL, 'refs' => [ 'SearchPlaceIndexForSuggestionsSummary$Text' => '

The free-form partial text input specified in the request.

', 'SearchPlaceIndexForTextSummary$Text' => '

The search text specified in the request.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

The operation was denied because the request would exceed the maximum quota set for Amazon Location Service.

', 'refs' => [], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'ApiKeyFilter$KeyStatus' => '

Filter on Active or Expired API keys.

', ], ], 'Step' => [ 'base' => '

Represents an element of a leg within a route. A step contains instructions for how to move to the next step in the leg.

', 'refs' => [ 'StepList$member' => NULL, ], ], 'StepDistanceDouble' => [ 'base' => NULL, 'refs' => [ 'Step$Distance' => '

The travel distance between the step\'s StartPosition and EndPosition.

', ], ], 'StepDurationSecondsDouble' => [ 'base' => NULL, 'refs' => [ 'Step$DurationSeconds' => '

The estimated travel time, in seconds, from the step\'s StartPosition to the EndPosition. . The travel mode and departure time that you specify in the request determines the calculated time.

', ], ], 'StepGeometryOffsetInteger' => [ 'base' => NULL, 'refs' => [ 'Step$GeometryOffset' => '

Represents the start position, or index, in a sequence of steps within the leg\'s line string geometry. For example, the index of the first step in a leg geometry is 0.

Included in the response for queries that set IncludeLegGeometry to True.

', ], ], 'StepList' => [ 'base' => NULL, 'refs' => [ 'Leg$Steps' => '

Contains a list of steps, which represent subsections of a leg. Each step provides instructions for how to move to the next step in the leg such as the step\'s start position, end position, travel distance, travel duration, and geometry offset.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => NULL, 'BatchItemError$Message' => '

A message with the reason for the batch request error.

', 'CalculateRouteMatrixSummary$DataSource' => '

The data provider of traffic and road network data used to calculate the routes. Indicates one of the available providers:

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

', 'CalculateRouteSummary$DataSource' => '

The data provider of traffic and road network data used to calculate the route. Indicates one of the available providers:

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

', 'ConflictException$Message' => NULL, 'CreateGeofenceCollectionRequest$PricingPlanDataSource' => '

This parameter is no longer used.

', 'CreatePlaceIndexRequest$DataSource' => '

Specifies the geospatial data provider for the new place index.

This field is case-sensitive. Enter the valid values as shown. For example, entering HERE returns an error.

Valid values include:

For additional information , see Data providers on the Amazon Location Service Developer Guide.

', 'CreateRouteCalculatorRequest$DataSource' => '

Specifies the data provider of traffic and road network data.

This field is case-sensitive. Enter the valid values as shown. For example, entering HERE returns an error.

Valid values include:

For additional information , see Data providers on the Amazon Location Service Developer Guide.

', 'CreateTrackerRequest$PricingPlanDataSource' => '

This parameter is no longer used.

', 'DescribeGeofenceCollectionResponse$PricingPlanDataSource' => '

No longer used. Always returns an empty string.

', 'DescribeMapResponse$DataSource' => '

Specifies the data provider for the associated map tiles.

', 'DescribePlaceIndexResponse$DataSource' => '

The data provider of geospatial data. Values can be one of the following:

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

', 'DescribeRouteCalculatorResponse$DataSource' => '

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

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

', 'DescribeTrackerResponse$PricingPlanDataSource' => '

No longer used. Always returns an empty string.

', 'GetGeofenceResponse$Status' => '

Identifies the state of the geofence. A geofence will hold one of the following states:

', 'GetMapGlyphsRequest$FontStack' => '

A comma-separated list of fonts to load glyphs from in order of preference. For example, Noto Sans Regular, Arial Unicode.

Valid fonts stacks for Esri styles:

Valid font stacks for HERE Technologies styles:

Valid font stacks for GrabMaps styles:

Valid font stacks for Open Data styles:

The fonts used by the Open Data map styles are combined fonts that use Amazon Ember for most glyphs but Noto Sans for glyphs unsupported by Amazon Ember.

', 'GetMapGlyphsResponse$CacheControl' => '

The HTTP Cache-Control directive for the value.

', 'GetMapGlyphsResponse$ContentType' => '

The map glyph content type. For example, application/octet-stream.

', 'GetMapSpritesResponse$CacheControl' => '

The HTTP Cache-Control directive for the value.

', 'GetMapSpritesResponse$ContentType' => '

The content type of the sprite sheet and offsets. For example, the sprite sheet content type is image/png, and the sprite offset JSON document is application/json.

', 'GetMapStyleDescriptorResponse$CacheControl' => '

The HTTP Cache-Control directive for the value.

', 'GetMapStyleDescriptorResponse$ContentType' => '

The style descriptor\'s content type. For example, application/json.

', 'GetMapTileResponse$CacheControl' => '

The HTTP Cache-Control directive for the value.

', 'GetMapTileResponse$ContentType' => '

The map tile\'s content type. For example, application/vnd.mapbox-vector-tile.

', 'InternalServerException$Message' => NULL, 'ListGeofenceCollectionsResponseEntry$PricingPlanDataSource' => '

No longer used. Always returns an empty string.

', 'ListGeofenceResponseEntry$Status' => '

Identifies the state of the geofence. A geofence will hold one of the following states:

', 'ListMapsResponseEntry$DataSource' => '

Specifies the data provider for the associated map tiles.

', 'ListPlaceIndexesResponseEntry$DataSource' => '

The data provider of geospatial data. Values can be one of the following:

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

', 'ListRouteCalculatorsResponseEntry$DataSource' => '

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

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

', 'ListTrackersResponseEntry$PricingPlanDataSource' => '

No longer used. Always returns an empty string.

', 'Place$AddressNumber' => '

The numerical portion of an address, such as a building number.

', 'Place$Country' => '

A country/region specified using ISO 3166 3-digit country/region code. For example, CAN.

', 'Place$Label' => '

The full name and address of the point of interest such as a city, region, or country. For example, 123 Any Street, Any Town, USA.

', 'Place$Municipality' => '

A name for a local area, such as a city or town name. For example, Toronto.

', 'Place$Neighborhood' => '

The name of a community district. For example, Downtown.

', 'Place$PostalCode' => '

A group of numbers and letters in a country-specific format, which accompanies the address for the purpose of identifying a location.

', 'Place$Region' => '

A name for an area or geographical division, such as a province or state name. For example, British Columbia.

', 'Place$Street' => '

The name for a street or a road to identify a location. For example, Main Street.

', 'Place$SubRegion' => '

A county, or an area that\'s part of a larger region. For example, Metro Vancouver.

', 'Place$UnitNumber' => '

For addresses with multiple units, the unit identifier. Can include numbers and letters, for example 3B or Unit 123.

Returned only for a place index that uses Esri or Grab as a data provider. Is not returned for SearchPlaceIndexForPosition.

', 'Place$UnitType' => '

For addresses with a UnitNumber, the type of unit. For example, Apartment.

Returned only for a place index that uses Esri as a data provider.

', 'ResourceNotFoundException$Message' => NULL, 'RouteMatrixEntryError$Message' => '

A message about the error that occurred for the route calculation.

', 'SearchForSuggestionsResult$Text' => '

The text of the place suggestion, typically formatted as an address string.

', 'SearchPlaceIndexForPositionSummary$DataSource' => '

The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following:

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

', 'SearchPlaceIndexForSuggestionsSummary$DataSource' => '

The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following:

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

', 'SearchPlaceIndexForTextSummary$DataSource' => '

The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following:

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

', 'ServiceQuotaExceededException$Message' => '

A message with the reason for the service quota exceeded exception error.

', 'TagKeys$member' => NULL, 'ThrottlingException$Message' => NULL, 'TimeZone$Name' => '

The name of the time zone, following the IANA time zone standard. For example, America/Los_Angeles.

', 'UpdateGeofenceCollectionRequest$PricingPlanDataSource' => '

This parameter is no longer used.

', 'UpdateTrackerRequest$PricingPlanDataSource' => '

This parameter is no longer used.

', 'ValidationException$Message' => NULL, 'ValidationExceptionField$Message' => '

A message with the reason for the validation exception error.

', 'ValidationExceptionField$Name' => '

The field name where the invalid entry was detected.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagMap$key' => NULL, ], ], 'TagKeys' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => '

The list of tag keys to remove from the specified resource.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateGeofenceCollectionRequest$Tags' => '

Applies one or more tags to the geofence collection. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.

Format: "key" : "value"

Restrictions:

', 'CreateKeyRequest$Tags' => '

Applies one or more tags to the map resource. A tag is a key-value pair that helps manage, identify, search, and filter your resources by labelling them.

Format: "key" : "value"

Restrictions:

', 'CreateMapRequest$Tags' => '

Applies one or more tags to the map resource. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.

Format: "key" : "value"

Restrictions:

', 'CreatePlaceIndexRequest$Tags' => '

Applies one or more tags to the place index resource. A tag is a key-value pair that helps you manage, identify, search, and filter your resources.

Format: "key" : "value"

Restrictions:

', 'CreateRouteCalculatorRequest$Tags' => '

Applies one or more tags to the route calculator resource. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.

Format: "key" : "value"

Restrictions:

', 'CreateTrackerRequest$Tags' => '

Applies one or more tags to the tracker resource. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.

Format: "key" : "value"

Restrictions:

', 'DescribeGeofenceCollectionResponse$Tags' => '

Displays the key, value pairs of tags associated with this resource.

', 'DescribeKeyResponse$Tags' => '

Tags associated with the API key resource.

', 'DescribeMapResponse$Tags' => '

Tags associated with the map resource.

', 'DescribePlaceIndexResponse$Tags' => '

Tags associated with place index resource.

', 'DescribeRouteCalculatorResponse$Tags' => '

Tags associated with route calculator resource.

', 'DescribeTrackerResponse$Tags' => '

The tags associated with the tracker resource.

', 'ListTagsForResourceResponse$Tags' => '

Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: "TagKey" : "TagValue".

', 'TagResourceRequest$Tags' => '

Applies one or more tags to specific resource. A tag is a key-value pair that helps you manage, identify, search, and filter your resources.

Format: "key" : "value"

Restrictions:

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'ThrottlingException' => [ 'base' => '

The request was denied because of request throttling.

', 'refs' => [], ], 'TimeZone' => [ 'base' => '

Information about a time zone. Includes the name of the time zone and the offset from UTC in seconds.

', 'refs' => [ 'Place$TimeZone' => '

The time zone in which the Place is located. Returned only when using HERE or Grab as the selected partner.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'BatchEvaluateGeofencesError$SampleTime' => '

Specifies a timestamp for when the error occurred in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

', 'BatchPutGeofenceSuccess$CreateTime' => '

The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

', 'BatchPutGeofenceSuccess$UpdateTime' => '

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

', 'BatchUpdateDevicePositionError$SampleTime' => '

The timestamp at which the device position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'CalculateRouteMatrixRequest$DepartureTime' => '

Specifies the desired time of departure. Uses the given time to calculate the route matrix. You can\'t set both DepartureTime and DepartNow. If neither is set, the best time of day to travel with the best traffic conditions is used to calculate the route matrix.

Setting a departure time in the past returns a 400 ValidationException error.

', 'CalculateRouteRequest$DepartureTime' => '

Specifies the desired time of departure. Uses the given time to calculate the route. Otherwise, the best time of day to travel with the best traffic conditions is used to calculate the route.

Setting a departure time in the past returns a 400 ValidationException error.

', 'CreateGeofenceCollectionResponse$CreateTime' => '

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

', 'CreateKeyRequest$ExpireTime' => '

The optional timestamp for when the API key resource will expire in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. One of NoExpiry or ExpireTime must be set.

', 'CreateKeyResponse$CreateTime' => '

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

', 'CreateMapResponse$CreateTime' => '

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

', 'CreatePlaceIndexResponse$CreateTime' => '

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

', 'CreateRouteCalculatorResponse$CreateTime' => '

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

', 'CreateTrackerResponse$CreateTime' => '

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

', 'DescribeGeofenceCollectionResponse$CreateTime' => '

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

', 'DescribeGeofenceCollectionResponse$UpdateTime' => '

The timestamp for when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

', 'DescribeKeyResponse$CreateTime' => '

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

', 'DescribeKeyResponse$ExpireTime' => '

The timestamp for when the API key resource will expire in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'DescribeKeyResponse$UpdateTime' => '

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

', 'DescribeMapResponse$CreateTime' => '

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

', 'DescribeMapResponse$UpdateTime' => '

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

', 'DescribePlaceIndexResponse$CreateTime' => '

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

', 'DescribePlaceIndexResponse$UpdateTime' => '

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

', 'DescribeRouteCalculatorResponse$CreateTime' => '

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

', 'DescribeRouteCalculatorResponse$UpdateTime' => '

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

', 'DescribeTrackerResponse$CreateTime' => '

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

', 'DescribeTrackerResponse$UpdateTime' => '

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

', 'DevicePosition$ReceivedTime' => '

The timestamp for when the tracker resource received the device position in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'DevicePosition$SampleTime' => '

The timestamp at which the device\'s position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'DevicePositionUpdate$SampleTime' => '

The timestamp at which the device\'s position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

', 'GetDevicePositionHistoryRequest$EndTimeExclusive' => '

Specify the end time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be the time that the request is made.

Requirement:

', 'GetDevicePositionHistoryRequest$StartTimeInclusive' => '

Specify the start time for the position history in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ. By default, the value will be 24 hours prior to the time that the request is made.

Requirement:

', 'GetDevicePositionResponse$ReceivedTime' => '

The timestamp for when the tracker resource received the device position in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'GetDevicePositionResponse$SampleTime' => '

The timestamp at which the device\'s position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'GetGeofenceResponse$CreateTime' => '

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

', 'GetGeofenceResponse$UpdateTime' => '

The timestamp for when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

', 'ListDevicePositionsResponseEntry$SampleTime' => '

The timestamp at which the device position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'ListGeofenceCollectionsResponseEntry$CreateTime' => '

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

', 'ListGeofenceCollectionsResponseEntry$UpdateTime' => '

Specifies a timestamp for when the resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

', 'ListGeofenceResponseEntry$CreateTime' => '

The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

', 'ListGeofenceResponseEntry$UpdateTime' => '

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

', 'ListKeysResponseEntry$CreateTime' => '

The timestamp of when the API key was created, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'ListKeysResponseEntry$ExpireTime' => '

The timestamp for when the API key resource will expire, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'ListKeysResponseEntry$UpdateTime' => '

The timestamp of when the API key was last updated, in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'ListMapsResponseEntry$CreateTime' => '

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

', 'ListMapsResponseEntry$UpdateTime' => '

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

', 'ListPlaceIndexesResponseEntry$CreateTime' => '

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

', 'ListPlaceIndexesResponseEntry$UpdateTime' => '

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

', 'ListRouteCalculatorsResponseEntry$CreateTime' => '

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

', 'ListRouteCalculatorsResponseEntry$UpdateTime' => '

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

', 'ListTrackersResponseEntry$CreateTime' => '

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

', 'ListTrackersResponseEntry$UpdateTime' => '

The timestamp at which the device\'s position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'PutGeofenceResponse$CreateTime' => '

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

', 'PutGeofenceResponse$UpdateTime' => '

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

', 'UpdateGeofenceCollectionResponse$UpdateTime' => '

The time when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

', 'UpdateKeyRequest$ExpireTime' => '

Updates the timestamp for when the API key resource will expire in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

', 'UpdateKeyResponse$UpdateTime' => '

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

', 'UpdateMapResponse$UpdateTime' => '

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

', 'UpdatePlaceIndexResponse$UpdateTime' => '

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

', 'UpdateRouteCalculatorResponse$UpdateTime' => '

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

', 'UpdateTrackerResponse$UpdateTime' => '

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

', ], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'GetDevicePositionHistoryRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

', 'GetDevicePositionHistoryResponse$NextToken' => '

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

', 'ListDevicePositionsRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

', 'ListDevicePositionsResponse$NextToken' => '

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

', 'ListGeofenceCollectionsRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

', 'ListGeofenceCollectionsResponse$NextToken' => '

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

', 'ListGeofencesRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

', 'ListGeofencesResponse$NextToken' => '

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

', 'ListKeysRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

', 'ListKeysResponse$NextToken' => '

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

', 'ListMapsRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

', 'ListMapsResponse$NextToken' => '

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

', 'ListPlaceIndexesRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

', 'ListPlaceIndexesResponse$NextToken' => '

A pagination token indicating that there are additional pages available. You can use the token in a new request to fetch the next page of results.

', 'ListRouteCalculatorsRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default Value: null

', 'ListRouteCalculatorsResponse$NextToken' => '

A pagination token indicating there are additional pages available. You can use the token in a subsequent request to fetch the next set of results.

', 'ListTrackerConsumersRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

', 'ListTrackerConsumersResponse$NextToken' => '

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

', 'ListTrackersRequest$NextToken' => '

The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

Default value: null

', 'ListTrackersResponse$NextToken' => '

A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.

', ], ], 'TravelMode' => [ 'base' => NULL, 'refs' => [ 'CalculateRouteMatrixRequest$TravelMode' => '

Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility.

The TravelMode you specify also determines how you specify route preferences:

Bicycle or Motorcycle are only valid when using Grab as a data provider, and only within Southeast Asia.

Truck is not available for Grab.

For more information about using Grab as a data provider, see GrabMaps in the Amazon Location Service Developer Guide.

Default Value: Car

', 'CalculateRouteRequest$TravelMode' => '

Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. You can choose Car, Truck, Walking, Bicycle or Motorcycle as options for the TravelMode.

Bicycle and Motorcycle are only valid when using Grab as a data provider, and only within Southeast Asia.

Truck is not available for Grab.

For more details on the using Grab for routing, including areas of coverage, see GrabMaps in the Amazon Location Service Developer Guide.

The TravelMode you specify also determines how you specify route preferences:

Default Value: Car

', ], ], 'TruckDimensions' => [ 'base' => '

Contains details about the truck dimensions in the unit of measurement that you specify. Used to filter out roads that can\'t support or allow the specified dimensions for requests that specify TravelMode as Truck.

', 'refs' => [ 'CalculateRouteTruckModeOptions$Dimensions' => '

Specifies the truck\'s dimension specifications including length, height, width, and unit of measurement. Used to avoid roads that can\'t support the truck\'s dimensions.

', ], ], 'TruckDimensionsHeightDouble' => [ 'base' => NULL, 'refs' => [ 'TruckDimensions$Height' => '

The height of the truck.

For routes calculated with a HERE resource, this value must be between 0 and 50 meters.

', ], ], 'TruckDimensionsLengthDouble' => [ 'base' => NULL, 'refs' => [ 'TruckDimensions$Length' => '

The length of the truck.

For routes calculated with a HERE resource, this value must be between 0 and 300 meters.

', ], ], 'TruckDimensionsWidthDouble' => [ 'base' => NULL, 'refs' => [ 'TruckDimensions$Width' => '

The width of the truck.

For routes calculated with a HERE resource, this value must be between 0 and 50 meters.

', ], ], 'TruckWeight' => [ 'base' => '

Contains details about the truck\'s weight specifications. Used to avoid roads that can\'t support or allow the total weight for requests that specify TravelMode as Truck.

', 'refs' => [ 'CalculateRouteTruckModeOptions$Weight' => '

Specifies the truck\'s weight specifications including total weight and unit of measurement. Used to avoid roads that can\'t support the truck\'s weight.

', ], ], 'TruckWeightTotalDouble' => [ 'base' => NULL, 'refs' => [ 'TruckWeight$Total' => '

The total weight of the truck.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGeofenceCollectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGeofenceCollectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateKeyRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateKeyResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMapRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMapResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePlaceIndexRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePlaceIndexResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRouteCalculatorRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRouteCalculatorResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrackerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrackerResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

The input failed to meet the constraints specified by the AWS service.

', 'refs' => [], ], 'ValidationExceptionField' => [ 'base' => '

The input failed to meet the constraints specified by the AWS service in a specified field.

', 'refs' => [ 'ValidationExceptionFieldList$member' => NULL, ], ], 'ValidationExceptionFieldList' => [ 'base' => NULL, 'refs' => [ 'ValidationException$FieldList' => '

The field where the invalid entry was detected.

', ], ], 'ValidationExceptionReason' => [ 'base' => NULL, 'refs' => [ 'ValidationException$Reason' => '

A message with the reason for the validation exception error.

', ], ], 'VehicleWeightUnit' => [ 'base' => NULL, 'refs' => [ 'TruckWeight$Unit' => '

The unit of measurement to use for the truck weight.

Default Value: Kilograms

', ], ], ],];