Literals#
Index > IoTFleetWise > Literals
Auto-generated documentation for IoTFleetWise type annotations stubs module mypy-boto3-iotfleetwise.
CampaignStatusType#
# CampaignStatusType usage example
from mypy_boto3_iotfleetwise.literals import CampaignStatusType
def get_value() -> CampaignStatusType:
return "CREATING"
# CampaignStatusType definition
CampaignStatusType = Literal[
"CREATING",
"RUNNING",
"SUSPENDED",
"WAITING_FOR_APPROVAL",
]
CompressionType#
# CompressionType usage example
from mypy_boto3_iotfleetwise.literals import CompressionType
def get_value() -> CompressionType:
return "OFF"
# CompressionType definition
CompressionType = Literal[
"OFF",
"SNAPPY",
]
DataFormatType#
# DataFormatType usage example
from mypy_boto3_iotfleetwise.literals import DataFormatType
def get_value() -> DataFormatType:
return "JSON"
# DataFormatType definition
DataFormatType = Literal[
"JSON",
"PARQUET",
]
DiagnosticsModeType#
# DiagnosticsModeType usage example
from mypy_boto3_iotfleetwise.literals import DiagnosticsModeType
def get_value() -> DiagnosticsModeType:
return "OFF"
# DiagnosticsModeType definition
DiagnosticsModeType = Literal[
"OFF",
"SEND_ACTIVE_DTCS",
]
EncryptionStatusType#
# EncryptionStatusType usage example
from mypy_boto3_iotfleetwise.literals import EncryptionStatusType
def get_value() -> EncryptionStatusType:
return "FAILURE"
# EncryptionStatusType definition
EncryptionStatusType = Literal[
"FAILURE",
"PENDING",
"SUCCESS",
]
EncryptionTypeType#
# EncryptionTypeType usage example
from mypy_boto3_iotfleetwise.literals import EncryptionTypeType
def get_value() -> EncryptionTypeType:
return "FLEETWISE_DEFAULT_ENCRYPTION"
# EncryptionTypeType definition
EncryptionTypeType = Literal[
"FLEETWISE_DEFAULT_ENCRYPTION",
"KMS_BASED_ENCRYPTION",
]
GetVehicleStatusPaginatorName#
# GetVehicleStatusPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import GetVehicleStatusPaginatorName
def get_value() -> GetVehicleStatusPaginatorName:
return "get_vehicle_status"
# GetVehicleStatusPaginatorName definition
GetVehicleStatusPaginatorName = Literal[
"get_vehicle_status",
]
ListCampaignsPaginatorName#
# ListCampaignsPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListCampaignsPaginatorName
def get_value() -> ListCampaignsPaginatorName:
return "list_campaigns"
# ListCampaignsPaginatorName definition
ListCampaignsPaginatorName = Literal[
"list_campaigns",
]
ListDecoderManifestNetworkInterfacesPaginatorName#
# ListDecoderManifestNetworkInterfacesPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListDecoderManifestNetworkInterfacesPaginatorName
def get_value() -> ListDecoderManifestNetworkInterfacesPaginatorName:
return "list_decoder_manifest_network_interfaces"
# ListDecoderManifestNetworkInterfacesPaginatorName definition
ListDecoderManifestNetworkInterfacesPaginatorName = Literal[
"list_decoder_manifest_network_interfaces",
]
ListDecoderManifestSignalsPaginatorName#
# ListDecoderManifestSignalsPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListDecoderManifestSignalsPaginatorName
def get_value() -> ListDecoderManifestSignalsPaginatorName:
return "list_decoder_manifest_signals"
# ListDecoderManifestSignalsPaginatorName definition
ListDecoderManifestSignalsPaginatorName = Literal[
"list_decoder_manifest_signals",
]
ListDecoderManifestsPaginatorName#
# ListDecoderManifestsPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListDecoderManifestsPaginatorName
def get_value() -> ListDecoderManifestsPaginatorName:
return "list_decoder_manifests"
# ListDecoderManifestsPaginatorName definition
ListDecoderManifestsPaginatorName = Literal[
"list_decoder_manifests",
]
ListFleetsForVehiclePaginatorName#
# ListFleetsForVehiclePaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListFleetsForVehiclePaginatorName
def get_value() -> ListFleetsForVehiclePaginatorName:
return "list_fleets_for_vehicle"
# ListFleetsForVehiclePaginatorName definition
ListFleetsForVehiclePaginatorName = Literal[
"list_fleets_for_vehicle",
]
ListFleetsPaginatorName#
# ListFleetsPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListFleetsPaginatorName
def get_value() -> ListFleetsPaginatorName:
return "list_fleets"
# ListFleetsPaginatorName definition
ListFleetsPaginatorName = Literal[
"list_fleets",
]
ListModelManifestNodesPaginatorName#
# ListModelManifestNodesPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListModelManifestNodesPaginatorName
def get_value() -> ListModelManifestNodesPaginatorName:
return "list_model_manifest_nodes"
# ListModelManifestNodesPaginatorName definition
ListModelManifestNodesPaginatorName = Literal[
"list_model_manifest_nodes",
]
ListModelManifestsPaginatorName#
# ListModelManifestsPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListModelManifestsPaginatorName
def get_value() -> ListModelManifestsPaginatorName:
return "list_model_manifests"
# ListModelManifestsPaginatorName definition
ListModelManifestsPaginatorName = Literal[
"list_model_manifests",
]
ListSignalCatalogNodesPaginatorName#
# ListSignalCatalogNodesPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListSignalCatalogNodesPaginatorName
def get_value() -> ListSignalCatalogNodesPaginatorName:
return "list_signal_catalog_nodes"
# ListSignalCatalogNodesPaginatorName definition
ListSignalCatalogNodesPaginatorName = Literal[
"list_signal_catalog_nodes",
]
ListSignalCatalogsPaginatorName#
# ListSignalCatalogsPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListSignalCatalogsPaginatorName
def get_value() -> ListSignalCatalogsPaginatorName:
return "list_signal_catalogs"
# ListSignalCatalogsPaginatorName definition
ListSignalCatalogsPaginatorName = Literal[
"list_signal_catalogs",
]
ListVehiclesInFleetPaginatorName#
# ListVehiclesInFleetPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListVehiclesInFleetPaginatorName
def get_value() -> ListVehiclesInFleetPaginatorName:
return "list_vehicles_in_fleet"
# ListVehiclesInFleetPaginatorName definition
ListVehiclesInFleetPaginatorName = Literal[
"list_vehicles_in_fleet",
]
ListVehiclesPaginatorName#
# ListVehiclesPaginatorName usage example
from mypy_boto3_iotfleetwise.literals import ListVehiclesPaginatorName
def get_value() -> ListVehiclesPaginatorName:
return "list_vehicles"
# ListVehiclesPaginatorName definition
ListVehiclesPaginatorName = Literal[
"list_vehicles",
]
LogTypeType#
# LogTypeType usage example
from mypy_boto3_iotfleetwise.literals import LogTypeType
def get_value() -> LogTypeType:
return "ERROR"
# LogTypeType definition
LogTypeType = Literal[
"ERROR",
"OFF",
]
ManifestStatusType#
# ManifestStatusType usage example
from mypy_boto3_iotfleetwise.literals import ManifestStatusType
def get_value() -> ManifestStatusType:
return "ACTIVE"
# ManifestStatusType definition
ManifestStatusType = Literal[
"ACTIVE",
"DRAFT",
"INVALID",
"VALIDATING",
]
NetworkInterfaceTypeType#
# NetworkInterfaceTypeType usage example
from mypy_boto3_iotfleetwise.literals import NetworkInterfaceTypeType
def get_value() -> NetworkInterfaceTypeType:
return "CAN_INTERFACE"
# NetworkInterfaceTypeType definition
NetworkInterfaceTypeType = Literal[
"CAN_INTERFACE",
"OBD_INTERFACE",
"VEHICLE_MIDDLEWARE",
]
NodeDataEncodingType#
# NodeDataEncodingType usage example
from mypy_boto3_iotfleetwise.literals import NodeDataEncodingType
def get_value() -> NodeDataEncodingType:
return "BINARY"
# NodeDataEncodingType definition
NodeDataEncodingType = Literal[
"BINARY",
"TYPED",
]
NodeDataTypeType#
# NodeDataTypeType usage example
from mypy_boto3_iotfleetwise.literals import NodeDataTypeType
def get_value() -> NodeDataTypeType:
return "BOOLEAN"
# NodeDataTypeType definition
NodeDataTypeType = Literal[
"BOOLEAN",
"BOOLEAN_ARRAY",
"DOUBLE",
"DOUBLE_ARRAY",
"FLOAT",
"FLOAT_ARRAY",
"INT16",
"INT16_ARRAY",
"INT32",
"INT32_ARRAY",
"INT64",
"INT64_ARRAY",
"INT8",
"INT8_ARRAY",
"STRING",
"STRING_ARRAY",
"STRUCT",
"STRUCT_ARRAY",
"UINT16",
"UINT16_ARRAY",
"UINT32",
"UINT32_ARRAY",
"UINT64",
"UINT64_ARRAY",
"UINT8",
"UINT8_ARRAY",
"UNIX_TIMESTAMP",
"UNIX_TIMESTAMP_ARRAY",
"UNKNOWN",
]
ROS2PrimitiveTypeType#
# ROS2PrimitiveTypeType usage example
from mypy_boto3_iotfleetwise.literals import ROS2PrimitiveTypeType
def get_value() -> ROS2PrimitiveTypeType:
return "BOOL"
# ROS2PrimitiveTypeType definition
ROS2PrimitiveTypeType = Literal[
"BOOL",
"BYTE",
"CHAR",
"FLOAT32",
"FLOAT64",
"INT16",
"INT32",
"INT64",
"INT8",
"STRING",
"UINT16",
"UINT32",
"UINT64",
"UINT8",
"WSTRING",
]
RegistrationStatusType#
# RegistrationStatusType usage example
from mypy_boto3_iotfleetwise.literals import RegistrationStatusType
def get_value() -> RegistrationStatusType:
return "REGISTRATION_FAILURE"
# RegistrationStatusType definition
RegistrationStatusType = Literal[
"REGISTRATION_FAILURE",
"REGISTRATION_PENDING",
"REGISTRATION_SUCCESS",
]
SignalDecoderTypeType#
# SignalDecoderTypeType usage example
from mypy_boto3_iotfleetwise.literals import SignalDecoderTypeType
def get_value() -> SignalDecoderTypeType:
return "CAN_SIGNAL"
# SignalDecoderTypeType definition
SignalDecoderTypeType = Literal[
"CAN_SIGNAL",
"MESSAGE_SIGNAL",
"OBD_SIGNAL",
]
SignalNodeTypeType#
# SignalNodeTypeType usage example
from mypy_boto3_iotfleetwise.literals import SignalNodeTypeType
def get_value() -> SignalNodeTypeType:
return "ACTUATOR"
# SignalNodeTypeType definition
SignalNodeTypeType = Literal[
"ACTUATOR",
"ATTRIBUTE",
"BRANCH",
"CUSTOM_PROPERTY",
"CUSTOM_STRUCT",
"SENSOR",
]
SpoolingModeType#
# SpoolingModeType usage example
from mypy_boto3_iotfleetwise.literals import SpoolingModeType
def get_value() -> SpoolingModeType:
return "OFF"
# SpoolingModeType definition
SpoolingModeType = Literal[
"OFF",
"TO_DISK",
]
StorageCompressionFormatType#
# StorageCompressionFormatType usage example
from mypy_boto3_iotfleetwise.literals import StorageCompressionFormatType
def get_value() -> StorageCompressionFormatType:
return "GZIP"
# StorageCompressionFormatType definition
StorageCompressionFormatType = Literal[
"GZIP",
"NONE",
]
StructuredMessageListTypeType#
# StructuredMessageListTypeType usage example
from mypy_boto3_iotfleetwise.literals import StructuredMessageListTypeType
def get_value() -> StructuredMessageListTypeType:
return "DYNAMIC_BOUNDED_CAPACITY"
# StructuredMessageListTypeType definition
StructuredMessageListTypeType = Literal[
"DYNAMIC_BOUNDED_CAPACITY",
"DYNAMIC_UNBOUNDED_CAPACITY",
"FIXED_CAPACITY",
]
TriggerModeType#
# TriggerModeType usage example
from mypy_boto3_iotfleetwise.literals import TriggerModeType
def get_value() -> TriggerModeType:
return "ALWAYS"
# TriggerModeType definition
TriggerModeType = Literal[
"ALWAYS",
"RISING_EDGE",
]
UpdateCampaignActionType#
# UpdateCampaignActionType usage example
from mypy_boto3_iotfleetwise.literals import UpdateCampaignActionType
def get_value() -> UpdateCampaignActionType:
return "APPROVE"
# UpdateCampaignActionType definition
UpdateCampaignActionType = Literal[
"APPROVE",
"RESUME",
"SUSPEND",
"UPDATE",
]
UpdateModeType#
# UpdateModeType usage example
from mypy_boto3_iotfleetwise.literals import UpdateModeType
def get_value() -> UpdateModeType:
return "Merge"
# UpdateModeType definition
UpdateModeType = Literal[
"Merge",
"Overwrite",
]
VehicleAssociationBehaviorType#
# VehicleAssociationBehaviorType usage example
from mypy_boto3_iotfleetwise.literals import VehicleAssociationBehaviorType
def get_value() -> VehicleAssociationBehaviorType:
return "CreateIotThing"
# VehicleAssociationBehaviorType definition
VehicleAssociationBehaviorType = Literal[
"CreateIotThing",
"ValidateIotThingExists",
]
VehicleMiddlewareProtocolType#
# VehicleMiddlewareProtocolType usage example
from mypy_boto3_iotfleetwise.literals import VehicleMiddlewareProtocolType
def get_value() -> VehicleMiddlewareProtocolType:
return "ROS_2"
# VehicleMiddlewareProtocolType definition
VehicleMiddlewareProtocolType = Literal[
"ROS_2",
]
VehicleStateType#
# VehicleStateType usage example
from mypy_boto3_iotfleetwise.literals import VehicleStateType
def get_value() -> VehicleStateType:
return "CREATED"
# VehicleStateType definition
VehicleStateType = Literal[
"CREATED",
"DELETING",
"HEALTHY",
"READY",
"SUSPENDED",
]
IoTFleetWiseServiceName#
# IoTFleetWiseServiceName usage example
from mypy_boto3_iotfleetwise.literals import IoTFleetWiseServiceName
def get_value() -> IoTFleetWiseServiceName:
return "iotfleetwise"
# IoTFleetWiseServiceName definition
IoTFleetWiseServiceName = Literal[
"iotfleetwise",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_iotfleetwise.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_iotfleetwise.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_iotfleetwise.literals import PaginatorName
def get_value() -> PaginatorName:
return "get_vehicle_status"
# PaginatorName definition
PaginatorName = Literal[
"get_vehicle_status",
"list_campaigns",
"list_decoder_manifest_network_interfaces",
"list_decoder_manifest_signals",
"list_decoder_manifests",
"list_fleets",
"list_fleets_for_vehicle",
"list_model_manifest_nodes",
"list_model_manifests",
"list_signal_catalog_nodes",
"list_signal_catalogs",
"list_vehicles",
"list_vehicles_in_fleet",
]
RegionName#
# RegionName usage example
from mypy_boto3_iotfleetwise.literals import RegionName
def get_value() -> RegionName:
return "ap-south-1"
# RegionName definition
RegionName = Literal[
"ap-south-1",
"eu-central-1",
"us-east-1",
]