{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.Location.Lens
(
batchUpdateDevicePosition_trackerName,
batchUpdateDevicePosition_updates,
batchUpdateDevicePositionResponse_httpStatus,
batchUpdateDevicePositionResponse_errors,
deleteRouteCalculator_calculatorName,
deleteRouteCalculatorResponse_httpStatus,
updateRouteCalculator_pricingPlan,
updateRouteCalculator_description,
updateRouteCalculator_calculatorName,
updateRouteCalculatorResponse_httpStatus,
updateRouteCalculatorResponse_calculatorArn,
updateRouteCalculatorResponse_calculatorName,
updateRouteCalculatorResponse_updateTime,
createGeofenceCollection_pricingPlanDataSource,
createGeofenceCollection_kmsKeyId,
createGeofenceCollection_description,
createGeofenceCollection_tags,
createGeofenceCollection_collectionName,
createGeofenceCollection_pricingPlan,
createGeofenceCollectionResponse_httpStatus,
createGeofenceCollectionResponse_collectionArn,
createGeofenceCollectionResponse_collectionName,
createGeofenceCollectionResponse_createTime,
listRouteCalculators_nextToken,
listRouteCalculators_maxResults,
listRouteCalculatorsResponse_nextToken,
listRouteCalculatorsResponse_httpStatus,
listRouteCalculatorsResponse_entries,
createTracker_pricingPlanDataSource,
createTracker_kmsKeyId,
createTracker_description,
createTracker_tags,
createTracker_positionFiltering,
createTracker_pricingPlan,
createTracker_trackerName,
createTrackerResponse_httpStatus,
createTrackerResponse_createTime,
createTrackerResponse_trackerArn,
createTrackerResponse_trackerName,
listTrackerConsumers_nextToken,
listTrackerConsumers_maxResults,
listTrackerConsumers_trackerName,
listTrackerConsumersResponse_nextToken,
listTrackerConsumersResponse_httpStatus,
listTrackerConsumersResponse_consumerArns,
getDevicePosition_deviceId,
getDevicePosition_trackerName,
getDevicePositionResponse_deviceId,
getDevicePositionResponse_httpStatus,
getDevicePositionResponse_position,
getDevicePositionResponse_receivedTime,
getDevicePositionResponse_sampleTime,
listTagsForResource_resourceArn,
listTagsForResourceResponse_tags,
listTagsForResourceResponse_httpStatus,
searchPlaceIndexForText_filterBBox,
searchPlaceIndexForText_biasPosition,
searchPlaceIndexForText_filterCountries,
searchPlaceIndexForText_maxResults,
searchPlaceIndexForText_indexName,
searchPlaceIndexForText_text,
searchPlaceIndexForTextResponse_httpStatus,
searchPlaceIndexForTextResponse_results,
searchPlaceIndexForTextResponse_summary,
describeGeofenceCollection_collectionName,
describeGeofenceCollectionResponse_pricingPlanDataSource,
describeGeofenceCollectionResponse_kmsKeyId,
describeGeofenceCollectionResponse_tags,
describeGeofenceCollectionResponse_httpStatus,
describeGeofenceCollectionResponse_collectionArn,
describeGeofenceCollectionResponse_collectionName,
describeGeofenceCollectionResponse_createTime,
describeGeofenceCollectionResponse_description,
describeGeofenceCollectionResponse_pricingPlan,
describeGeofenceCollectionResponse_updateTime,
listMaps_nextToken,
listMaps_maxResults,
listMapsResponse_nextToken,
listMapsResponse_httpStatus,
listMapsResponse_entries,
getMapSprites_fileName,
getMapSprites_mapName,
getMapSpritesResponse_blob,
getMapSpritesResponse_contentType,
getMapSpritesResponse_httpStatus,
createMap_description,
createMap_tags,
createMap_configuration,
createMap_mapName,
createMap_pricingPlan,
createMapResponse_httpStatus,
createMapResponse_createTime,
createMapResponse_mapArn,
createMapResponse_mapName,
describeRouteCalculator_calculatorName,
describeRouteCalculatorResponse_tags,
describeRouteCalculatorResponse_httpStatus,
describeRouteCalculatorResponse_calculatorArn,
describeRouteCalculatorResponse_calculatorName,
describeRouteCalculatorResponse_createTime,
describeRouteCalculatorResponse_dataSource,
describeRouteCalculatorResponse_description,
describeRouteCalculatorResponse_pricingPlan,
describeRouteCalculatorResponse_updateTime,
batchGetDevicePosition_deviceIds,
batchGetDevicePosition_trackerName,
batchGetDevicePositionResponse_httpStatus,
batchGetDevicePositionResponse_devicePositions,
batchGetDevicePositionResponse_errors,
getMapStyleDescriptor_mapName,
getMapStyleDescriptorResponse_blob,
getMapStyleDescriptorResponse_contentType,
getMapStyleDescriptorResponse_httpStatus,
getMapTile_mapName,
getMapTile_x,
getMapTile_y,
getMapTile_z,
getMapTileResponse_blob,
getMapTileResponse_contentType,
getMapTileResponse_httpStatus,
listGeofenceCollections_nextToken,
listGeofenceCollections_maxResults,
listGeofenceCollectionsResponse_nextToken,
listGeofenceCollectionsResponse_httpStatus,
listGeofenceCollectionsResponse_entries,
deleteGeofenceCollection_collectionName,
deleteGeofenceCollectionResponse_httpStatus,
updateGeofenceCollection_pricingPlan,
updateGeofenceCollection_pricingPlanDataSource,
updateGeofenceCollection_description,
updateGeofenceCollection_collectionName,
updateGeofenceCollectionResponse_httpStatus,
updateGeofenceCollectionResponse_collectionArn,
updateGeofenceCollectionResponse_collectionName,
updateGeofenceCollectionResponse_updateTime,
listTrackers_nextToken,
listTrackers_maxResults,
listTrackersResponse_nextToken,
listTrackersResponse_httpStatus,
listTrackersResponse_entries,
deletePlaceIndex_indexName,
deletePlaceIndexResponse_httpStatus,
updatePlaceIndex_pricingPlan,
updatePlaceIndex_dataSourceConfiguration,
updatePlaceIndex_description,
updatePlaceIndex_indexName,
updatePlaceIndexResponse_httpStatus,
updatePlaceIndexResponse_indexArn,
updatePlaceIndexResponse_indexName,
updatePlaceIndexResponse_updateTime,
disassociateTrackerConsumer_consumerArn,
disassociateTrackerConsumer_trackerName,
disassociateTrackerConsumerResponse_httpStatus,
putGeofence_collectionName,
putGeofence_geofenceId,
putGeofence_geometry,
putGeofenceResponse_httpStatus,
putGeofenceResponse_createTime,
putGeofenceResponse_geofenceId,
putGeofenceResponse_updateTime,
listGeofences_nextToken,
listGeofences_collectionName,
listGeofencesResponse_nextToken,
listGeofencesResponse_httpStatus,
listGeofencesResponse_entries,
associateTrackerConsumer_consumerArn,
associateTrackerConsumer_trackerName,
associateTrackerConsumerResponse_httpStatus,
batchEvaluateGeofences_collectionName,
batchEvaluateGeofences_devicePositionUpdates,
batchEvaluateGeofencesResponse_httpStatus,
batchEvaluateGeofencesResponse_errors,
calculateRoute_distanceUnit,
calculateRoute_truckModeOptions,
calculateRoute_waypointPositions,
calculateRoute_includeLegGeometry,
calculateRoute_departNow,
calculateRoute_travelMode,
calculateRoute_carModeOptions,
calculateRoute_departureTime,
calculateRoute_calculatorName,
calculateRoute_departurePosition,
calculateRoute_destinationPosition,
calculateRouteResponse_httpStatus,
calculateRouteResponse_legs,
calculateRouteResponse_summary,
deleteMap_mapName,
deleteMapResponse_httpStatus,
updateMap_pricingPlan,
updateMap_description,
updateMap_mapName,
updateMapResponse_httpStatus,
updateMapResponse_mapArn,
updateMapResponse_mapName,
updateMapResponse_updateTime,
getDevicePositionHistory_nextToken,
getDevicePositionHistory_endTimeExclusive,
getDevicePositionHistory_startTimeInclusive,
getDevicePositionHistory_deviceId,
getDevicePositionHistory_trackerName,
getDevicePositionHistoryResponse_nextToken,
getDevicePositionHistoryResponse_httpStatus,
getDevicePositionHistoryResponse_devicePositions,
describeTracker_trackerName,
describeTrackerResponse_pricingPlanDataSource,
describeTrackerResponse_kmsKeyId,
describeTrackerResponse_tags,
describeTrackerResponse_positionFiltering,
describeTrackerResponse_httpStatus,
describeTrackerResponse_createTime,
describeTrackerResponse_description,
describeTrackerResponse_pricingPlan,
describeTrackerResponse_trackerArn,
describeTrackerResponse_trackerName,
describeTrackerResponse_updateTime,
describePlaceIndex_indexName,
describePlaceIndexResponse_tags,
describePlaceIndexResponse_httpStatus,
describePlaceIndexResponse_createTime,
describePlaceIndexResponse_dataSource,
describePlaceIndexResponse_dataSourceConfiguration,
describePlaceIndexResponse_description,
describePlaceIndexResponse_indexArn,
describePlaceIndexResponse_indexName,
describePlaceIndexResponse_pricingPlan,
describePlaceIndexResponse_updateTime,
getGeofence_collectionName,
getGeofence_geofenceId,
getGeofenceResponse_httpStatus,
getGeofenceResponse_createTime,
getGeofenceResponse_geofenceId,
getGeofenceResponse_geometry,
getGeofenceResponse_status,
getGeofenceResponse_updateTime,
listDevicePositions_nextToken,
listDevicePositions_maxResults,
listDevicePositions_trackerName,
listDevicePositionsResponse_nextToken,
listDevicePositionsResponse_httpStatus,
listDevicePositionsResponse_entries,
tagResource_resourceArn,
tagResource_tags,
tagResourceResponse_httpStatus,
getMapGlyphs_fontStack,
getMapGlyphs_fontUnicodeRange,
getMapGlyphs_mapName,
getMapGlyphsResponse_blob,
getMapGlyphsResponse_contentType,
getMapGlyphsResponse_httpStatus,
batchPutGeofence_collectionName,
batchPutGeofence_entries,
batchPutGeofenceResponse_httpStatus,
batchPutGeofenceResponse_errors,
batchPutGeofenceResponse_successes,
batchDeleteGeofence_collectionName,
batchDeleteGeofence_geofenceIds,
batchDeleteGeofenceResponse_httpStatus,
batchDeleteGeofenceResponse_errors,
untagResource_resourceArn,
untagResource_tagKeys,
untagResourceResponse_httpStatus,
batchDeleteDevicePositionHistory_deviceIds,
batchDeleteDevicePositionHistory_trackerName,
batchDeleteDevicePositionHistoryResponse_httpStatus,
batchDeleteDevicePositionHistoryResponse_errors,
listPlaceIndexes_nextToken,
listPlaceIndexes_maxResults,
listPlaceIndexesResponse_nextToken,
listPlaceIndexesResponse_httpStatus,
listPlaceIndexesResponse_entries,
searchPlaceIndexForPosition_maxResults,
searchPlaceIndexForPosition_indexName,
searchPlaceIndexForPosition_position,
searchPlaceIndexForPositionResponse_httpStatus,
searchPlaceIndexForPositionResponse_results,
searchPlaceIndexForPositionResponse_summary,
deleteTracker_trackerName,
deleteTrackerResponse_httpStatus,
createPlaceIndex_dataSourceConfiguration,
createPlaceIndex_description,
createPlaceIndex_tags,
createPlaceIndex_dataSource,
createPlaceIndex_indexName,
createPlaceIndex_pricingPlan,
createPlaceIndexResponse_httpStatus,
createPlaceIndexResponse_createTime,
createPlaceIndexResponse_indexArn,
createPlaceIndexResponse_indexName,
updateTracker_pricingPlan,
updateTracker_pricingPlanDataSource,
updateTracker_description,
updateTracker_positionFiltering,
updateTracker_trackerName,
updateTrackerResponse_httpStatus,
updateTrackerResponse_trackerArn,
updateTrackerResponse_trackerName,
updateTrackerResponse_updateTime,
createRouteCalculator_description,
createRouteCalculator_tags,
createRouteCalculator_calculatorName,
createRouteCalculator_dataSource,
createRouteCalculator_pricingPlan,
createRouteCalculatorResponse_httpStatus,
createRouteCalculatorResponse_calculatorArn,
createRouteCalculatorResponse_calculatorName,
createRouteCalculatorResponse_createTime,
describeMap_mapName,
describeMapResponse_tags,
describeMapResponse_httpStatus,
describeMapResponse_configuration,
describeMapResponse_createTime,
describeMapResponse_dataSource,
describeMapResponse_description,
describeMapResponse_mapArn,
describeMapResponse_mapName,
describeMapResponse_pricingPlan,
describeMapResponse_updateTime,
batchDeleteDevicePositionHistoryError_deviceId,
batchDeleteDevicePositionHistoryError_error,
batchDeleteGeofenceError_error,
batchDeleteGeofenceError_geofenceId,
batchEvaluateGeofencesError_deviceId,
batchEvaluateGeofencesError_error,
batchEvaluateGeofencesError_sampleTime,
batchGetDevicePositionError_deviceId,
batchGetDevicePositionError_error,
batchItemError_code,
batchItemError_message,
batchPutGeofenceError_error,
batchPutGeofenceError_geofenceId,
batchPutGeofenceRequestEntry_geofenceId,
batchPutGeofenceRequestEntry_geometry,
batchPutGeofenceSuccess_createTime,
batchPutGeofenceSuccess_geofenceId,
batchPutGeofenceSuccess_updateTime,
batchUpdateDevicePositionError_deviceId,
batchUpdateDevicePositionError_error,
batchUpdateDevicePositionError_sampleTime,
calculateRouteCarModeOptions_avoidTolls,
calculateRouteCarModeOptions_avoidFerries,
calculateRouteSummary_dataSource,
calculateRouteSummary_distance,
calculateRouteSummary_distanceUnit,
calculateRouteSummary_durationSeconds,
calculateRouteSummary_routeBBox,
calculateRouteTruckModeOptions_weight,
calculateRouteTruckModeOptions_avoidTolls,
calculateRouteTruckModeOptions_dimensions,
calculateRouteTruckModeOptions_avoidFerries,
dataSourceConfiguration_intendedUse,
devicePosition_deviceId,
devicePosition_position,
devicePosition_receivedTime,
devicePosition_sampleTime,
devicePositionUpdate_deviceId,
devicePositionUpdate_position,
devicePositionUpdate_sampleTime,
geofenceGeometry_polygon,
leg_geometry,
leg_distance,
leg_durationSeconds,
leg_endPosition,
leg_startPosition,
leg_steps,
legGeometry_lineString,
listDevicePositionsResponseEntry_deviceId,
listDevicePositionsResponseEntry_position,
listDevicePositionsResponseEntry_sampleTime,
listGeofenceCollectionsResponseEntry_pricingPlanDataSource,
listGeofenceCollectionsResponseEntry_collectionName,
listGeofenceCollectionsResponseEntry_createTime,
listGeofenceCollectionsResponseEntry_description,
listGeofenceCollectionsResponseEntry_pricingPlan,
listGeofenceCollectionsResponseEntry_updateTime,
listGeofenceResponseEntry_createTime,
listGeofenceResponseEntry_geofenceId,
listGeofenceResponseEntry_geometry,
listGeofenceResponseEntry_status,
listGeofenceResponseEntry_updateTime,
listMapsResponseEntry_createTime,
listMapsResponseEntry_dataSource,
listMapsResponseEntry_description,
listMapsResponseEntry_mapName,
listMapsResponseEntry_pricingPlan,
listMapsResponseEntry_updateTime,
listPlaceIndexesResponseEntry_createTime,
listPlaceIndexesResponseEntry_dataSource,
listPlaceIndexesResponseEntry_description,
listPlaceIndexesResponseEntry_indexName,
listPlaceIndexesResponseEntry_pricingPlan,
listPlaceIndexesResponseEntry_updateTime,
listRouteCalculatorsResponseEntry_calculatorName,
listRouteCalculatorsResponseEntry_createTime,
listRouteCalculatorsResponseEntry_dataSource,
listRouteCalculatorsResponseEntry_description,
listRouteCalculatorsResponseEntry_pricingPlan,
listRouteCalculatorsResponseEntry_updateTime,
listTrackersResponseEntry_pricingPlanDataSource,
listTrackersResponseEntry_createTime,
listTrackersResponseEntry_description,
listTrackersResponseEntry_pricingPlan,
listTrackersResponseEntry_trackerName,
listTrackersResponseEntry_updateTime,
mapConfiguration_style,
place_municipality,
place_addressNumber,
place_postalCode,
place_country,
place_street,
place_subRegion,
place_region,
place_label,
place_neighborhood,
place_geometry,
placeGeometry_point,
searchForPositionResult_place,
searchForTextResult_place,
searchPlaceIndexForPositionSummary_maxResults,
searchPlaceIndexForPositionSummary_dataSource,
searchPlaceIndexForPositionSummary_position,
searchPlaceIndexForTextSummary_filterBBox,
searchPlaceIndexForTextSummary_resultBBox,
searchPlaceIndexForTextSummary_biasPosition,
searchPlaceIndexForTextSummary_filterCountries,
searchPlaceIndexForTextSummary_maxResults,
searchPlaceIndexForTextSummary_dataSource,
searchPlaceIndexForTextSummary_text,
step_geometryOffset,
step_distance,
step_durationSeconds,
step_endPosition,
step_startPosition,
truckDimensions_length,
truckDimensions_height,
truckDimensions_width,
truckDimensions_unit,
truckWeight_total,
truckWeight_unit,
)
where
import Amazonka.Location.AssociateTrackerConsumer
import Amazonka.Location.BatchDeleteDevicePositionHistory
import Amazonka.Location.BatchDeleteGeofence
import Amazonka.Location.BatchEvaluateGeofences
import Amazonka.Location.BatchGetDevicePosition
import Amazonka.Location.BatchPutGeofence
import Amazonka.Location.BatchUpdateDevicePosition
import Amazonka.Location.CalculateRoute
import Amazonka.Location.CreateGeofenceCollection
import Amazonka.Location.CreateMap
import Amazonka.Location.CreatePlaceIndex
import Amazonka.Location.CreateRouteCalculator
import Amazonka.Location.CreateTracker
import Amazonka.Location.DeleteGeofenceCollection
import Amazonka.Location.DeleteMap
import Amazonka.Location.DeletePlaceIndex
import Amazonka.Location.DeleteRouteCalculator
import Amazonka.Location.DeleteTracker
import Amazonka.Location.DescribeGeofenceCollection
import Amazonka.Location.DescribeMap
import Amazonka.Location.DescribePlaceIndex
import Amazonka.Location.DescribeRouteCalculator
import Amazonka.Location.DescribeTracker
import Amazonka.Location.DisassociateTrackerConsumer
import Amazonka.Location.GetDevicePosition
import Amazonka.Location.GetDevicePositionHistory
import Amazonka.Location.GetGeofence
import Amazonka.Location.GetMapGlyphs
import Amazonka.Location.GetMapSprites
import Amazonka.Location.GetMapStyleDescriptor
import Amazonka.Location.GetMapTile
import Amazonka.Location.ListDevicePositions
import Amazonka.Location.ListGeofenceCollections
import Amazonka.Location.ListGeofences
import Amazonka.Location.ListMaps
import Amazonka.Location.ListPlaceIndexes
import Amazonka.Location.ListRouteCalculators
import Amazonka.Location.ListTagsForResource
import Amazonka.Location.ListTrackerConsumers
import Amazonka.Location.ListTrackers
import Amazonka.Location.PutGeofence
import Amazonka.Location.SearchPlaceIndexForPosition
import Amazonka.Location.SearchPlaceIndexForText
import Amazonka.Location.TagResource
import Amazonka.Location.Types.BatchDeleteDevicePositionHistoryError
import Amazonka.Location.Types.BatchDeleteGeofenceError
import Amazonka.Location.Types.BatchEvaluateGeofencesError
import Amazonka.Location.Types.BatchGetDevicePositionError
import Amazonka.Location.Types.BatchItemError
import Amazonka.Location.Types.BatchPutGeofenceError
import Amazonka.Location.Types.BatchPutGeofenceRequestEntry
import Amazonka.Location.Types.BatchPutGeofenceSuccess
import Amazonka.Location.Types.BatchUpdateDevicePositionError
import Amazonka.Location.Types.CalculateRouteCarModeOptions
import Amazonka.Location.Types.CalculateRouteSummary
import Amazonka.Location.Types.CalculateRouteTruckModeOptions
import Amazonka.Location.Types.DataSourceConfiguration
import Amazonka.Location.Types.DevicePosition
import Amazonka.Location.Types.DevicePositionUpdate
import Amazonka.Location.Types.GeofenceGeometry
import Amazonka.Location.Types.Leg
import Amazonka.Location.Types.LegGeometry
import Amazonka.Location.Types.ListDevicePositionsResponseEntry
import Amazonka.Location.Types.ListGeofenceCollectionsResponseEntry
import Amazonka.Location.Types.ListGeofenceResponseEntry
import Amazonka.Location.Types.ListMapsResponseEntry
import Amazonka.Location.Types.ListPlaceIndexesResponseEntry
import Amazonka.Location.Types.ListRouteCalculatorsResponseEntry
import Amazonka.Location.Types.ListTrackersResponseEntry
import Amazonka.Location.Types.MapConfiguration
import Amazonka.Location.Types.Place
import Amazonka.Location.Types.PlaceGeometry
import Amazonka.Location.Types.SearchForPositionResult
import Amazonka.Location.Types.SearchForTextResult
import Amazonka.Location.Types.SearchPlaceIndexForPositionSummary
import Amazonka.Location.Types.SearchPlaceIndexForTextSummary
import Amazonka.Location.Types.Step
import Amazonka.Location.Types.TruckDimensions
import Amazonka.Location.Types.TruckWeight
import Amazonka.Location.UntagResource
import Amazonka.Location.UpdateGeofenceCollection
import Amazonka.Location.UpdateMap
import Amazonka.Location.UpdatePlaceIndex
import Amazonka.Location.UpdateRouteCalculator
import Amazonka.Location.UpdateTracker