Skip to content

Literals#

Index > LocationServiceRoutesV2 > Literals

Auto-generated documentation for LocationServiceRoutesV2 type annotations stubs module mypy-boto3-geo-routes.

DayOfWeekType#

# DayOfWeekType usage example

from mypy_boto3_geo_routes.literals import DayOfWeekType

def get_value() -> DayOfWeekType:
    return "Friday"
# DayOfWeekType definition

DayOfWeekType = Literal[
    "Friday",
    "Monday",
    "Saturday",
    "Sunday",
    "Thursday",
    "Tuesday",
    "Wednesday",
]

GeometryFormatType#

# GeometryFormatType usage example

from mypy_boto3_geo_routes.literals import GeometryFormatType

def get_value() -> GeometryFormatType:
    return "FlexiblePolyline"
# GeometryFormatType definition

GeometryFormatType = Literal[
    "FlexiblePolyline",
    "Simple",
]

IsolineEngineTypeType#

# IsolineEngineTypeType usage example

from mypy_boto3_geo_routes.literals import IsolineEngineTypeType

def get_value() -> IsolineEngineTypeType:
    return "Electric"
# IsolineEngineTypeType definition

IsolineEngineTypeType = Literal[
    "Electric",
    "InternalCombustion",
    "PluginHybrid",
]

IsolineHazardousCargoTypeType#

# IsolineHazardousCargoTypeType usage example

from mypy_boto3_geo_routes.literals import IsolineHazardousCargoTypeType

def get_value() -> IsolineHazardousCargoTypeType:
    return "Combustible"
# IsolineHazardousCargoTypeType definition

IsolineHazardousCargoTypeType = Literal[
    "Combustible",
    "Corrosive",
    "Explosive",
    "Flammable",
    "Gas",
    "HarmfulToWater",
    "Organic",
    "Other",
    "Poison",
    "PoisonousInhalation",
    "Radioactive",
]

IsolineOptimizationObjectiveType#

# IsolineOptimizationObjectiveType usage example

from mypy_boto3_geo_routes.literals import IsolineOptimizationObjectiveType

def get_value() -> IsolineOptimizationObjectiveType:
    return "AccurateCalculation"
# IsolineOptimizationObjectiveType definition

IsolineOptimizationObjectiveType = Literal[
    "AccurateCalculation",
    "BalancedCalculation",
    "FastCalculation",
]

IsolineTravelModeType#

# IsolineTravelModeType usage example

from mypy_boto3_geo_routes.literals import IsolineTravelModeType

def get_value() -> IsolineTravelModeType:
    return "Car"
# IsolineTravelModeType definition

IsolineTravelModeType = Literal[
    "Car",
    "Pedestrian",
    "Scooter",
    "Truck",
]

IsolineTruckTypeType#

# IsolineTruckTypeType usage example

from mypy_boto3_geo_routes.literals import IsolineTruckTypeType

def get_value() -> IsolineTruckTypeType:
    return "LightTruck"
# IsolineTruckTypeType definition

IsolineTruckTypeType = Literal[
    "LightTruck",
    "StraightTruck",
    "Tractor",
]

IsolineZoneCategoryType#

# IsolineZoneCategoryType usage example

from mypy_boto3_geo_routes.literals import IsolineZoneCategoryType

def get_value() -> IsolineZoneCategoryType:
    return "CongestionPricing"
# IsolineZoneCategoryType definition

IsolineZoneCategoryType = Literal[
    "CongestionPricing",
    "Environmental",
    "Vignette",
]

MatchingStrategyType#

# MatchingStrategyType usage example

from mypy_boto3_geo_routes.literals import MatchingStrategyType

def get_value() -> MatchingStrategyType:
    return "MatchAny"
# MatchingStrategyType definition

MatchingStrategyType = Literal[
    "MatchAny",
    "MatchMostSignificantRoad",
]

MeasurementSystemType#

# MeasurementSystemType usage example

from mypy_boto3_geo_routes.literals import MeasurementSystemType

def get_value() -> MeasurementSystemType:
    return "Imperial"
# MeasurementSystemType definition

MeasurementSystemType = Literal[
    "Imperial",
    "Metric",
]

RoadSnapHazardousCargoTypeType#

# RoadSnapHazardousCargoTypeType usage example

from mypy_boto3_geo_routes.literals import RoadSnapHazardousCargoTypeType

def get_value() -> RoadSnapHazardousCargoTypeType:
    return "Combustible"
# RoadSnapHazardousCargoTypeType definition

RoadSnapHazardousCargoTypeType = Literal[
    "Combustible",
    "Corrosive",
    "Explosive",
    "Flammable",
    "Gas",
    "HarmfulToWater",
    "Organic",
    "Other",
    "Poison",
    "PoisonousInhalation",
    "Radioactive",
]

RoadSnapNoticeCodeType#

# RoadSnapNoticeCodeType usage example

from mypy_boto3_geo_routes.literals import RoadSnapNoticeCodeType

def get_value() -> RoadSnapNoticeCodeType:
    return "TracePointsHeadingIgnored"
# RoadSnapNoticeCodeType definition

RoadSnapNoticeCodeType = Literal[
    "TracePointsHeadingIgnored",
    "TracePointsIgnored",
    "TracePointsMovedByLargeDistance",
    "TracePointsNotMatched",
    "TracePointsOutOfSequence",
    "TracePointsSpeedEstimated",
    "TracePointsSpeedIgnored",
]

RoadSnapTravelModeType#

# RoadSnapTravelModeType usage example

from mypy_boto3_geo_routes.literals import RoadSnapTravelModeType

def get_value() -> RoadSnapTravelModeType:
    return "Car"
# RoadSnapTravelModeType definition

RoadSnapTravelModeType = Literal[
    "Car",
    "Pedestrian",
    "Scooter",
    "Truck",
]

RouteDirectionType#

# RouteDirectionType usage example

from mypy_boto3_geo_routes.literals import RouteDirectionType

def get_value() -> RouteDirectionType:
    return "East"
# RouteDirectionType definition

RouteDirectionType = Literal[
    "East",
    "North",
    "South",
    "West",
]

RouteEngineTypeType#

# RouteEngineTypeType usage example

from mypy_boto3_geo_routes.literals import RouteEngineTypeType

def get_value() -> RouteEngineTypeType:
    return "Electric"
# RouteEngineTypeType definition

RouteEngineTypeType = Literal[
    "Electric",
    "InternalCombustion",
    "PluginHybrid",
]

RouteFerryAfterTravelStepTypeType#

# RouteFerryAfterTravelStepTypeType usage example

from mypy_boto3_geo_routes.literals import RouteFerryAfterTravelStepTypeType

def get_value() -> RouteFerryAfterTravelStepTypeType:
    return "Deboard"
# RouteFerryAfterTravelStepTypeType definition

RouteFerryAfterTravelStepTypeType = Literal[
    "Deboard",
]

RouteFerryBeforeTravelStepTypeType#

# RouteFerryBeforeTravelStepTypeType usage example

from mypy_boto3_geo_routes.literals import RouteFerryBeforeTravelStepTypeType

def get_value() -> RouteFerryBeforeTravelStepTypeType:
    return "Board"
# RouteFerryBeforeTravelStepTypeType definition

RouteFerryBeforeTravelStepTypeType = Literal[
    "Board",
]

RouteFerryNoticeCodeType#

# RouteFerryNoticeCodeType usage example

from mypy_boto3_geo_routes.literals import RouteFerryNoticeCodeType

def get_value() -> RouteFerryNoticeCodeType:
    return "AccuratePolylineUnavailable"
# RouteFerryNoticeCodeType definition

RouteFerryNoticeCodeType = Literal[
    "AccuratePolylineUnavailable",
    "NoSchedule",
    "Other",
    "ViolatedAvoidFerry",
    "ViolatedAvoidRailFerry",
]

RouteFerryTravelStepTypeType#

# RouteFerryTravelStepTypeType usage example

from mypy_boto3_geo_routes.literals import RouteFerryTravelStepTypeType

def get_value() -> RouteFerryTravelStepTypeType:
    return "Arrive"
# RouteFerryTravelStepTypeType definition

RouteFerryTravelStepTypeType = Literal[
    "Arrive",
    "Continue",
    "Depart",
]

RouteHazardousCargoTypeType#

# RouteHazardousCargoTypeType usage example

from mypy_boto3_geo_routes.literals import RouteHazardousCargoTypeType

def get_value() -> RouteHazardousCargoTypeType:
    return "Combustible"
# RouteHazardousCargoTypeType definition

RouteHazardousCargoTypeType = Literal[
    "Combustible",
    "Corrosive",
    "Explosive",
    "Flammable",
    "Gas",
    "HarmfulToWater",
    "Organic",
    "Other",
    "Poison",
    "PoisonousInhalation",
    "Radioactive",
]

RouteLegAdditionalFeatureType#

# RouteLegAdditionalFeatureType usage example

from mypy_boto3_geo_routes.literals import RouteLegAdditionalFeatureType

def get_value() -> RouteLegAdditionalFeatureType:
    return "Elevation"
# RouteLegAdditionalFeatureType definition

RouteLegAdditionalFeatureType = Literal[
    "Elevation",
    "Incidents",
    "PassThroughWaypoints",
    "Summary",
    "Tolls",
    "TravelStepInstructions",
    "TruckRoadTypes",
    "TypicalDuration",
    "Zones",
]

RouteLegTravelModeType#

# RouteLegTravelModeType usage example

from mypy_boto3_geo_routes.literals import RouteLegTravelModeType

def get_value() -> RouteLegTravelModeType:
    return "Car"
# RouteLegTravelModeType definition

RouteLegTravelModeType = Literal[
    "Car",
    "Ferry",
    "Pedestrian",
    "Scooter",
    "Truck",
]

RouteLegTypeType#

# RouteLegTypeType usage example

from mypy_boto3_geo_routes.literals import RouteLegTypeType

def get_value() -> RouteLegTypeType:
    return "Ferry"
# RouteLegTypeType definition

RouteLegTypeType = Literal[
    "Ferry",
    "Pedestrian",
    "Vehicle",
]

RouteMatrixErrorCodeType#

# RouteMatrixErrorCodeType usage example

from mypy_boto3_geo_routes.literals import RouteMatrixErrorCodeType

def get_value() -> RouteMatrixErrorCodeType:
    return "NoMatch"
# RouteMatrixErrorCodeType definition

RouteMatrixErrorCodeType = Literal[
    "NoMatch",
    "NoMatchDestination",
    "NoMatchOrigin",
    "NoRoute",
    "Other",
    "OutOfBounds",
    "OutOfBoundsDestination",
    "OutOfBoundsOrigin",
    "Violation",
]

RouteMatrixHazardousCargoTypeType#

# RouteMatrixHazardousCargoTypeType usage example

from mypy_boto3_geo_routes.literals import RouteMatrixHazardousCargoTypeType

def get_value() -> RouteMatrixHazardousCargoTypeType:
    return "Combustible"
# RouteMatrixHazardousCargoTypeType definition

RouteMatrixHazardousCargoTypeType = Literal[
    "Combustible",
    "Corrosive",
    "Explosive",
    "Flammable",
    "Gas",
    "HarmfulToWater",
    "Organic",
    "Other",
    "Poison",
    "PoisonousInhalation",
    "Radioactive",
]

RouteMatrixTravelModeType#

# RouteMatrixTravelModeType usage example

from mypy_boto3_geo_routes.literals import RouteMatrixTravelModeType

def get_value() -> RouteMatrixTravelModeType:
    return "Car"
# RouteMatrixTravelModeType definition

RouteMatrixTravelModeType = Literal[
    "Car",
    "Pedestrian",
    "Scooter",
    "Truck",
]

RouteMatrixTruckTypeType#

# RouteMatrixTruckTypeType usage example

from mypy_boto3_geo_routes.literals import RouteMatrixTruckTypeType

def get_value() -> RouteMatrixTruckTypeType:
    return "LightTruck"
# RouteMatrixTruckTypeType definition

RouteMatrixTruckTypeType = Literal[
    "LightTruck",
    "StraightTruck",
    "Tractor",
]

RouteMatrixZoneCategoryType#

# RouteMatrixZoneCategoryType usage example

from mypy_boto3_geo_routes.literals import RouteMatrixZoneCategoryType

def get_value() -> RouteMatrixZoneCategoryType:
    return "CongestionPricing"
# RouteMatrixZoneCategoryType definition

RouteMatrixZoneCategoryType = Literal[
    "CongestionPricing",
    "Environmental",
    "Vignette",
]

RouteNoticeImpactType#

# RouteNoticeImpactType usage example

from mypy_boto3_geo_routes.literals import RouteNoticeImpactType

def get_value() -> RouteNoticeImpactType:
    return "High"
# RouteNoticeImpactType definition

RouteNoticeImpactType = Literal[
    "High",
    "Low",
]

RoutePedestrianNoticeCodeType#

# RoutePedestrianNoticeCodeType usage example

from mypy_boto3_geo_routes.literals import RoutePedestrianNoticeCodeType

def get_value() -> RoutePedestrianNoticeCodeType:
    return "AccuratePolylineUnavailable"
# RoutePedestrianNoticeCodeType definition

RoutePedestrianNoticeCodeType = Literal[
    "AccuratePolylineUnavailable",
    "Other",
    "ViolatedAvoidDirtRoad",
    "ViolatedAvoidTunnel",
    "ViolatedPedestrianOption",
]

RoutePedestrianTravelStepTypeType#

# RoutePedestrianTravelStepTypeType usage example

from mypy_boto3_geo_routes.literals import RoutePedestrianTravelStepTypeType

def get_value() -> RoutePedestrianTravelStepTypeType:
    return "Arrive"
# RoutePedestrianTravelStepTypeType definition

RoutePedestrianTravelStepTypeType = Literal[
    "Arrive",
    "Continue",
    "Depart",
    "Exit",
    "Keep",
    "Ramp",
    "RoundaboutEnter",
    "RoundaboutExit",
    "RoundaboutPass",
    "Turn",
    "UTurn",
]

RouteResponseNoticeCodeType#

# RouteResponseNoticeCodeType usage example

from mypy_boto3_geo_routes.literals import RouteResponseNoticeCodeType

def get_value() -> RouteResponseNoticeCodeType:
    return "MainLanguageNotFound"
# RouteResponseNoticeCodeType definition

RouteResponseNoticeCodeType = Literal[
    "MainLanguageNotFound",
    "Other",
    "TravelTimeExceedsDriverWorkHours",
]

RouteRoadTypeType#

# RouteRoadTypeType usage example

from mypy_boto3_geo_routes.literals import RouteRoadTypeType

def get_value() -> RouteRoadTypeType:
    return "Highway"
# RouteRoadTypeType definition

RouteRoadTypeType = Literal[
    "Highway",
    "Rural",
    "Urban",
]

RouteSideOfStreetType#

# RouteSideOfStreetType usage example

from mypy_boto3_geo_routes.literals import RouteSideOfStreetType

def get_value() -> RouteSideOfStreetType:
    return "Left"
# RouteSideOfStreetType definition

RouteSideOfStreetType = Literal[
    "Left",
    "Right",
]

RouteSpanAdditionalFeatureType#

# RouteSpanAdditionalFeatureType usage example

from mypy_boto3_geo_routes.literals import RouteSpanAdditionalFeatureType

def get_value() -> RouteSpanAdditionalFeatureType:
    return "BestCaseDuration"
# RouteSpanAdditionalFeatureType definition

RouteSpanAdditionalFeatureType = Literal[
    "BestCaseDuration",
    "CarAccess",
    "Consumption",
    "Country",
    "Distance",
    "Duration",
    "DynamicSpeed",
    "FunctionalClassification",
    "Gates",
    "Incidents",
    "Names",
    "Notices",
    "PedestrianAccess",
    "RailwayCrossings",
    "Region",
    "RoadAttributes",
    "RouteNumbers",
    "ScooterAccess",
    "SpeedLimit",
    "TollSystems",
    "TruckAccess",
    "TruckRoadTypes",
    "TypicalDuration",
    "Zones",
]

RouteSpanCarAccessAttributeType#

# RouteSpanCarAccessAttributeType usage example

from mypy_boto3_geo_routes.literals import RouteSpanCarAccessAttributeType

def get_value() -> RouteSpanCarAccessAttributeType:
    return "Allowed"
# RouteSpanCarAccessAttributeType definition

RouteSpanCarAccessAttributeType = Literal[
    "Allowed",
    "NoThroughTraffic",
    "TollRoad",
]

RouteSpanGateAttributeType#

# RouteSpanGateAttributeType usage example

from mypy_boto3_geo_routes.literals import RouteSpanGateAttributeType

def get_value() -> RouteSpanGateAttributeType:
    return "Emergency"
# RouteSpanGateAttributeType definition

RouteSpanGateAttributeType = Literal[
    "Emergency",
    "KeyAccess",
    "PermissionRequired",
]

RouteSpanPedestrianAccessAttributeType#

# RouteSpanPedestrianAccessAttributeType usage example

from mypy_boto3_geo_routes.literals import RouteSpanPedestrianAccessAttributeType

def get_value() -> RouteSpanPedestrianAccessAttributeType:
    return "Allowed"
# RouteSpanPedestrianAccessAttributeType definition

RouteSpanPedestrianAccessAttributeType = Literal[
    "Allowed",
    "Indoors",
    "NoThroughTraffic",
    "Park",
    "Stairs",
    "TollRoad",
]

RouteSpanRailwayCrossingAttributeType#

# RouteSpanRailwayCrossingAttributeType usage example

from mypy_boto3_geo_routes.literals import RouteSpanRailwayCrossingAttributeType

def get_value() -> RouteSpanRailwayCrossingAttributeType:
    return "Protected"
# RouteSpanRailwayCrossingAttributeType definition

RouteSpanRailwayCrossingAttributeType = Literal[
    "Protected",
    "Unprotected",
]

RouteSpanRoadAttributeType#

# RouteSpanRoadAttributeType usage example

from mypy_boto3_geo_routes.literals import RouteSpanRoadAttributeType

def get_value() -> RouteSpanRoadAttributeType:
    return "Bridge"
# RouteSpanRoadAttributeType definition

RouteSpanRoadAttributeType = Literal[
    "Bridge",
    "BuiltUpArea",
    "ControlledAccessHighway",
    "DirtRoad",
    "DividedRoad",
    "Motorway",
    "PrivateRoad",
    "Ramp",
    "RightHandTraffic",
    "Roundabout",
    "Tunnel",
    "UnderConstruction",
]

RouteSpanScooterAccessAttributeType#

# RouteSpanScooterAccessAttributeType usage example

from mypy_boto3_geo_routes.literals import RouteSpanScooterAccessAttributeType

def get_value() -> RouteSpanScooterAccessAttributeType:
    return "Allowed"
# RouteSpanScooterAccessAttributeType definition

RouteSpanScooterAccessAttributeType = Literal[
    "Allowed",
    "NoThroughTraffic",
    "TollRoad",
]

RouteSpanTruckAccessAttributeType#

# RouteSpanTruckAccessAttributeType usage example

from mypy_boto3_geo_routes.literals import RouteSpanTruckAccessAttributeType

def get_value() -> RouteSpanTruckAccessAttributeType:
    return "Allowed"
# RouteSpanTruckAccessAttributeType definition

RouteSpanTruckAccessAttributeType = Literal[
    "Allowed",
    "NoThroughTraffic",
    "TollRoad",
]

RouteSteeringDirectionType#

# RouteSteeringDirectionType usage example

from mypy_boto3_geo_routes.literals import RouteSteeringDirectionType

def get_value() -> RouteSteeringDirectionType:
    return "Left"
# RouteSteeringDirectionType definition

RouteSteeringDirectionType = Literal[
    "Left",
    "Right",
    "Straight",
]

RouteTollPassValidityPeriodTypeType#

# RouteTollPassValidityPeriodTypeType usage example

from mypy_boto3_geo_routes.literals import RouteTollPassValidityPeriodTypeType

def get_value() -> RouteTollPassValidityPeriodTypeType:
    return "Annual"
# RouteTollPassValidityPeriodTypeType definition

RouteTollPassValidityPeriodTypeType = Literal[
    "Annual",
    "Days",
    "ExtendedAnnual",
    "Minutes",
    "Months",
]

RouteTollPaymentMethodType#

# RouteTollPaymentMethodType usage example

from mypy_boto3_geo_routes.literals import RouteTollPaymentMethodType

def get_value() -> RouteTollPaymentMethodType:
    return "BankCard"
# RouteTollPaymentMethodType definition

RouteTollPaymentMethodType = Literal[
    "BankCard",
    "Cash",
    "CashExact",
    "CreditCard",
    "PassSubscription",
    "Transponder",
    "TravelCard",
    "VideoToll",
]

RouteTollVehicleCategoryType#

# RouteTollVehicleCategoryType usage example

from mypy_boto3_geo_routes.literals import RouteTollVehicleCategoryType

def get_value() -> RouteTollVehicleCategoryType:
    return "Minibus"
# RouteTollVehicleCategoryType definition

RouteTollVehicleCategoryType = Literal[
    "Minibus",
]

RouteTravelModeType#

# RouteTravelModeType usage example

from mypy_boto3_geo_routes.literals import RouteTravelModeType

def get_value() -> RouteTravelModeType:
    return "Car"
# RouteTravelModeType definition

RouteTravelModeType = Literal[
    "Car",
    "Pedestrian",
    "Scooter",
    "Truck",
]

RouteTravelStepTypeType#

# RouteTravelStepTypeType usage example

from mypy_boto3_geo_routes.literals import RouteTravelStepTypeType

def get_value() -> RouteTravelStepTypeType:
    return "Default"
# RouteTravelStepTypeType definition

RouteTravelStepTypeType = Literal[
    "Default",
    "TurnByTurn",
]

RouteTruckTypeType#

# RouteTruckTypeType usage example

from mypy_boto3_geo_routes.literals import RouteTruckTypeType

def get_value() -> RouteTruckTypeType:
    return "LightTruck"
# RouteTruckTypeType definition

RouteTruckTypeType = Literal[
    "LightTruck",
    "StraightTruck",
    "Tractor",
]

RouteTurnIntensityType#

# RouteTurnIntensityType usage example

from mypy_boto3_geo_routes.literals import RouteTurnIntensityType

def get_value() -> RouteTurnIntensityType:
    return "Sharp"
# RouteTurnIntensityType definition

RouteTurnIntensityType = Literal[
    "Sharp",
    "Slight",
    "Typical",
]

RouteVehicleIncidentSeverityType#

# RouteVehicleIncidentSeverityType usage example

from mypy_boto3_geo_routes.literals import RouteVehicleIncidentSeverityType

def get_value() -> RouteVehicleIncidentSeverityType:
    return "Critical"
# RouteVehicleIncidentSeverityType definition

RouteVehicleIncidentSeverityType = Literal[
    "Critical",
    "High",
    "Low",
    "Medium",
]

RouteVehicleIncidentTypeType#

# RouteVehicleIncidentTypeType usage example

from mypy_boto3_geo_routes.literals import RouteVehicleIncidentTypeType

def get_value() -> RouteVehicleIncidentTypeType:
    return "Accident"
# RouteVehicleIncidentTypeType definition

RouteVehicleIncidentTypeType = Literal[
    "Accident",
    "Congestion",
    "Construction",
    "DisabledVehicle",
    "LaneRestriction",
    "MassTransit",
    "Other",
    "PlannedEvent",
    "RoadClosure",
    "RoadHazard",
    "Weather",
]

RouteVehicleNoticeCodeType#

# RouteVehicleNoticeCodeType usage example

from mypy_boto3_geo_routes.literals import RouteVehicleNoticeCodeType

def get_value() -> RouteVehicleNoticeCodeType:
    return "AccuratePolylineUnavailable"
# RouteVehicleNoticeCodeType definition

RouteVehicleNoticeCodeType = Literal[
    "AccuratePolylineUnavailable",
    "Other",
    "PotentialViolatedAvoidTollRoadUsage",
    "PotentialViolatedCarpoolUsage",
    "PotentialViolatedTurnRestrictionUsage",
    "PotentialViolatedVehicleRestrictionUsage",
    "PotentialViolatedZoneRestrictionUsage",
    "SeasonalClosure",
    "TollsDataTemporarilyUnavailable",
    "TollsDataUnavailable",
    "TollTransponder",
    "ViolatedAvoidControlledAccessHighway",
    "ViolatedAvoidDifficultTurns",
    "ViolatedAvoidDirtRoad",
    "ViolatedAvoidSeasonalClosure",
    "ViolatedAvoidTollRoad",
    "ViolatedAvoidTollTransponder",
    "ViolatedAvoidTruckRoadType",
    "ViolatedAvoidTunnel",
    "ViolatedAvoidUTurns",
    "ViolatedBlockedRoad",
    "ViolatedCarpool",
    "ViolatedEmergencyGate",
    "ViolatedStartDirection",
    "ViolatedTurnRestriction",
    "ViolatedVehicleRestriction",
    "ViolatedZoneRestriction",
]

RouteVehicleTravelStepTypeType#

# RouteVehicleTravelStepTypeType usage example

from mypy_boto3_geo_routes.literals import RouteVehicleTravelStepTypeType

def get_value() -> RouteVehicleTravelStepTypeType:
    return "Arrive"
# RouteVehicleTravelStepTypeType definition

RouteVehicleTravelStepTypeType = Literal[
    "Arrive",
    "Continue",
    "ContinueHighway",
    "Depart",
    "EnterHighway",
    "Exit",
    "Keep",
    "Ramp",
    "RoundaboutEnter",
    "RoundaboutExit",
    "RoundaboutPass",
    "Turn",
    "UTurn",
]

RouteWeightConstraintTypeType#

# RouteWeightConstraintTypeType usage example

from mypy_boto3_geo_routes.literals import RouteWeightConstraintTypeType

def get_value() -> RouteWeightConstraintTypeType:
    return "Current"
# RouteWeightConstraintTypeType definition

RouteWeightConstraintTypeType = Literal[
    "Current",
    "Gross",
    "Unknown",
]

RouteZoneCategoryType#

# RouteZoneCategoryType usage example

from mypy_boto3_geo_routes.literals import RouteZoneCategoryType

def get_value() -> RouteZoneCategoryType:
    return "CongestionPricing"
# RouteZoneCategoryType definition

RouteZoneCategoryType = Literal[
    "CongestionPricing",
    "Environmental",
    "Vignette",
]

RoutingObjectiveType#

# RoutingObjectiveType usage example

from mypy_boto3_geo_routes.literals import RoutingObjectiveType

def get_value() -> RoutingObjectiveType:
    return "FastestRoute"
# RoutingObjectiveType definition

RoutingObjectiveType = Literal[
    "FastestRoute",
    "ShortestRoute",
]

SideOfStreetMatchingStrategyType#

# SideOfStreetMatchingStrategyType usage example

from mypy_boto3_geo_routes.literals import SideOfStreetMatchingStrategyType

def get_value() -> SideOfStreetMatchingStrategyType:
    return "AnyStreet"
# SideOfStreetMatchingStrategyType definition

SideOfStreetMatchingStrategyType = Literal[
    "AnyStreet",
    "DividedStreetOnly",
]

TrafficUsageType#

# TrafficUsageType usage example

from mypy_boto3_geo_routes.literals import TrafficUsageType

def get_value() -> TrafficUsageType:
    return "IgnoreTrafficData"
# TrafficUsageType definition

TrafficUsageType = Literal[
    "IgnoreTrafficData",
    "UseTrafficData",
]

WaypointOptimizationConstraintType#

# WaypointOptimizationConstraintType usage example

from mypy_boto3_geo_routes.literals import WaypointOptimizationConstraintType

def get_value() -> WaypointOptimizationConstraintType:
    return "AccessHours"
# WaypointOptimizationConstraintType definition

WaypointOptimizationConstraintType = Literal[
    "AccessHours",
    "AppointmentTime",
    "Before",
    "Heading",
    "ServiceDuration",
    "SideOfStreet",
]

WaypointOptimizationHazardousCargoTypeType#

# WaypointOptimizationHazardousCargoTypeType usage example

from mypy_boto3_geo_routes.literals import WaypointOptimizationHazardousCargoTypeType

def get_value() -> WaypointOptimizationHazardousCargoTypeType:
    return "Combustible"
# WaypointOptimizationHazardousCargoTypeType definition

WaypointOptimizationHazardousCargoTypeType = Literal[
    "Combustible",
    "Corrosive",
    "Explosive",
    "Flammable",
    "Gas",
    "HarmfulToWater",
    "Organic",
    "Other",
    "Poison",
    "PoisonousInhalation",
    "Radioactive",
]

WaypointOptimizationSequencingObjectiveType#

# WaypointOptimizationSequencingObjectiveType usage example

from mypy_boto3_geo_routes.literals import WaypointOptimizationSequencingObjectiveType

def get_value() -> WaypointOptimizationSequencingObjectiveType:
    return "FastestRoute"
# WaypointOptimizationSequencingObjectiveType definition

WaypointOptimizationSequencingObjectiveType = Literal[
    "FastestRoute",
    "ShortestRoute",
]

WaypointOptimizationServiceTimeTreatmentType#

# WaypointOptimizationServiceTimeTreatmentType usage example

from mypy_boto3_geo_routes.literals import WaypointOptimizationServiceTimeTreatmentType

def get_value() -> WaypointOptimizationServiceTimeTreatmentType:
    return "Rest"
# WaypointOptimizationServiceTimeTreatmentType definition

WaypointOptimizationServiceTimeTreatmentType = Literal[
    "Rest",
    "Work",
]

WaypointOptimizationTravelModeType#

# WaypointOptimizationTravelModeType usage example

from mypy_boto3_geo_routes.literals import WaypointOptimizationTravelModeType

def get_value() -> WaypointOptimizationTravelModeType:
    return "Car"
# WaypointOptimizationTravelModeType definition

WaypointOptimizationTravelModeType = Literal[
    "Car",
    "Pedestrian",
    "Scooter",
    "Truck",
]

WaypointOptimizationTruckTypeType#

# WaypointOptimizationTruckTypeType usage example

from mypy_boto3_geo_routes.literals import WaypointOptimizationTruckTypeType

def get_value() -> WaypointOptimizationTruckTypeType:
    return "StraightTruck"
# WaypointOptimizationTruckTypeType definition

WaypointOptimizationTruckTypeType = Literal[
    "StraightTruck",
    "Tractor",
]

LocationServiceRoutesV2ServiceName#

# LocationServiceRoutesV2ServiceName usage example

from mypy_boto3_geo_routes.literals import LocationServiceRoutesV2ServiceName

def get_value() -> LocationServiceRoutesV2ServiceName:
    return "geo-routes"
# LocationServiceRoutesV2ServiceName definition

LocationServiceRoutesV2ServiceName = Literal[
    "geo-routes",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_geo_routes.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "apptest",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-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",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "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",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "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",
    "lookoutmetrics",
    "lookoutvision",
    "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",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "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",
    "privatenetworks",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "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-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_geo_routes.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]