Literals#
Index > LocationService > Literals
Auto-generated documentation for LocationService type annotations stubs module types-boto3-location.
BatchItemErrorCodeType#
# BatchItemErrorCodeType usage example
from types_boto3_location.literals import BatchItemErrorCodeType
def get_value() -> BatchItemErrorCodeType:
    return "AccessDeniedError"# BatchItemErrorCodeType definition
BatchItemErrorCodeType = Literal[
    "AccessDeniedError",
    "ConflictError",
    "InternalServerError",
    "ResourceNotFoundError",
    "ThrottlingError",
    "ValidationError",
]DimensionUnitType#
# DimensionUnitType usage example
from types_boto3_location.literals import DimensionUnitType
def get_value() -> DimensionUnitType:
    return "Feet"# DimensionUnitType definition
DimensionUnitType = Literal[
    "Feet",
    "Meters",
]DistanceUnitType#
# DistanceUnitType usage example
from types_boto3_location.literals import DistanceUnitType
def get_value() -> DistanceUnitType:
    return "Kilometers"# DistanceUnitType definition
DistanceUnitType = Literal[
    "Kilometers",
    "Miles",
]ForecastGeofenceEventsPaginatorName#
# ForecastGeofenceEventsPaginatorName usage example
from types_boto3_location.literals import ForecastGeofenceEventsPaginatorName
def get_value() -> ForecastGeofenceEventsPaginatorName:
    return "forecast_geofence_events"# ForecastGeofenceEventsPaginatorName definition
ForecastGeofenceEventsPaginatorName = Literal[
    "forecast_geofence_events",
]ForecastedGeofenceEventTypeType#
# ForecastedGeofenceEventTypeType usage example
from types_boto3_location.literals import ForecastedGeofenceEventTypeType
def get_value() -> ForecastedGeofenceEventTypeType:
    return "ENTER"# ForecastedGeofenceEventTypeType definition
ForecastedGeofenceEventTypeType = Literal[
    "ENTER",
    "EXIT",
    "IDLE",
]GetDevicePositionHistoryPaginatorName#
# GetDevicePositionHistoryPaginatorName usage example
from types_boto3_location.literals import GetDevicePositionHistoryPaginatorName
def get_value() -> GetDevicePositionHistoryPaginatorName:
    return "get_device_position_history"# GetDevicePositionHistoryPaginatorName definition
GetDevicePositionHistoryPaginatorName = Literal[
    "get_device_position_history",
]IntendedUseType#
# IntendedUseType usage example
from types_boto3_location.literals import IntendedUseType
def get_value() -> IntendedUseType:
    return "SingleUse"# IntendedUseType definition
IntendedUseType = Literal[
    "SingleUse",
    "Storage",
]ListDevicePositionsPaginatorName#
# ListDevicePositionsPaginatorName usage example
from types_boto3_location.literals import ListDevicePositionsPaginatorName
def get_value() -> ListDevicePositionsPaginatorName:
    return "list_device_positions"# ListDevicePositionsPaginatorName definition
ListDevicePositionsPaginatorName = Literal[
    "list_device_positions",
]ListGeofenceCollectionsPaginatorName#
# ListGeofenceCollectionsPaginatorName usage example
from types_boto3_location.literals import ListGeofenceCollectionsPaginatorName
def get_value() -> ListGeofenceCollectionsPaginatorName:
    return "list_geofence_collections"# ListGeofenceCollectionsPaginatorName definition
ListGeofenceCollectionsPaginatorName = Literal[
    "list_geofence_collections",
]ListGeofencesPaginatorName#
# ListGeofencesPaginatorName usage example
from types_boto3_location.literals import ListGeofencesPaginatorName
def get_value() -> ListGeofencesPaginatorName:
    return "list_geofences"# ListGeofencesPaginatorName definition
ListGeofencesPaginatorName = Literal[
    "list_geofences",
]ListKeysPaginatorName#
# ListKeysPaginatorName usage example
from types_boto3_location.literals import ListKeysPaginatorName
def get_value() -> ListKeysPaginatorName:
    return "list_keys"# ListKeysPaginatorName definition
ListKeysPaginatorName = Literal[
    "list_keys",
]ListMapsPaginatorName#
# ListMapsPaginatorName usage example
from types_boto3_location.literals import ListMapsPaginatorName
def get_value() -> ListMapsPaginatorName:
    return "list_maps"# ListMapsPaginatorName definition
ListMapsPaginatorName = Literal[
    "list_maps",
]ListPlaceIndexesPaginatorName#
# ListPlaceIndexesPaginatorName usage example
from types_boto3_location.literals import ListPlaceIndexesPaginatorName
def get_value() -> ListPlaceIndexesPaginatorName:
    return "list_place_indexes"# ListPlaceIndexesPaginatorName definition
ListPlaceIndexesPaginatorName = Literal[
    "list_place_indexes",
]ListRouteCalculatorsPaginatorName#
# ListRouteCalculatorsPaginatorName usage example
from types_boto3_location.literals import ListRouteCalculatorsPaginatorName
def get_value() -> ListRouteCalculatorsPaginatorName:
    return "list_route_calculators"# ListRouteCalculatorsPaginatorName definition
ListRouteCalculatorsPaginatorName = Literal[
    "list_route_calculators",
]ListTrackerConsumersPaginatorName#
# ListTrackerConsumersPaginatorName usage example
from types_boto3_location.literals import ListTrackerConsumersPaginatorName
def get_value() -> ListTrackerConsumersPaginatorName:
    return "list_tracker_consumers"# ListTrackerConsumersPaginatorName definition
ListTrackerConsumersPaginatorName = Literal[
    "list_tracker_consumers",
]ListTrackersPaginatorName#
# ListTrackersPaginatorName usage example
from types_boto3_location.literals import ListTrackersPaginatorName
def get_value() -> ListTrackersPaginatorName:
    return "list_trackers"# ListTrackersPaginatorName definition
ListTrackersPaginatorName = Literal[
    "list_trackers",
]OptimizationModeType#
# OptimizationModeType usage example
from types_boto3_location.literals import OptimizationModeType
def get_value() -> OptimizationModeType:
    return "FastestRoute"# OptimizationModeType definition
OptimizationModeType = Literal[
    "FastestRoute",
    "ShortestRoute",
]PositionFilteringType#
# PositionFilteringType usage example
from types_boto3_location.literals import PositionFilteringType
def get_value() -> PositionFilteringType:
    return "AccuracyBased"# PositionFilteringType definition
PositionFilteringType = Literal[
    "AccuracyBased",
    "DistanceBased",
    "TimeBased",
]PricingPlanType#
# PricingPlanType usage example
from types_boto3_location.literals import PricingPlanType
def get_value() -> PricingPlanType:
    return "MobileAssetManagement"# PricingPlanType definition
PricingPlanType = Literal[
    "MobileAssetManagement",
    "MobileAssetTracking",
    "RequestBasedUsage",
]RouteMatrixErrorCodeType#
# RouteMatrixErrorCodeType usage example
from types_boto3_location.literals import RouteMatrixErrorCodeType
def get_value() -> RouteMatrixErrorCodeType:
    return "DeparturePositionNotFound"# RouteMatrixErrorCodeType definition
RouteMatrixErrorCodeType = Literal[
    "DeparturePositionNotFound",
    "DestinationPositionNotFound",
    "OtherValidationError",
    "PositionsNotFound",
    "RouteNotFound",
    "RouteTooLong",
]SpeedUnitType#
# SpeedUnitType usage example
from types_boto3_location.literals import SpeedUnitType
def get_value() -> SpeedUnitType:
    return "KilometersPerHour"# SpeedUnitType definition
SpeedUnitType = Literal[
    "KilometersPerHour",
    "MilesPerHour",
]StatusType#
# StatusType usage example
from types_boto3_location.literals import StatusType
def get_value() -> StatusType:
    return "Active"# StatusType definition
StatusType = Literal[
    "Active",
    "Expired",
]TravelModeType#
# TravelModeType usage example
from types_boto3_location.literals import TravelModeType
def get_value() -> TravelModeType:
    return "Bicycle"# TravelModeType definition
TravelModeType = Literal[
    "Bicycle",
    "Car",
    "Motorcycle",
    "Truck",
    "Walking",
]VehicleWeightUnitType#
# VehicleWeightUnitType usage example
from types_boto3_location.literals import VehicleWeightUnitType
def get_value() -> VehicleWeightUnitType:
    return "Kilograms"# VehicleWeightUnitType definition
VehicleWeightUnitType = Literal[
    "Kilograms",
    "Pounds",
]LocationServiceServiceName#
# LocationServiceServiceName usage example
from types_boto3_location.literals import LocationServiceServiceName
def get_value() -> LocationServiceServiceName:
    return "location"# LocationServiceServiceName definition
LocationServiceServiceName = Literal[
    "location",
]ServiceName#
# ServiceName usage example
from types_boto3_location.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_location.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_location.literals import PaginatorName
def get_value() -> PaginatorName:
    return "forecast_geofence_events"# PaginatorName definition
PaginatorName = Literal[
    "forecast_geofence_events",
    "get_device_position_history",
    "list_device_positions",
    "list_geofence_collections",
    "list_geofences",
    "list_keys",
    "list_maps",
    "list_place_indexes",
    "list_route_calculators",
    "list_tracker_consumers",
    "list_trackers",
]RegionName#
# RegionName usage example
from types_boto3_location.literals import RegionName
def get_value() -> RegionName:
    return "ap-northeast-1"# RegionName definition
RegionName = Literal[
    "ap-northeast-1",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-5",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]