Literals#
Index > IoTThingsGraph > Literals
Auto-generated documentation for IoTThingsGraph type annotations stubs module mypy-boto3-iotthingsgraph.
DefinitionLanguageType#
# DefinitionLanguageType usage example
from mypy_boto3_iotthingsgraph.literals import DefinitionLanguageType
def get_value() -> DefinitionLanguageType:
return "GRAPHQL"
# DefinitionLanguageType definition
DefinitionLanguageType = Literal[
"GRAPHQL",
]
DeploymentTargetType#
# DeploymentTargetType usage example
from mypy_boto3_iotthingsgraph.literals import DeploymentTargetType
def get_value() -> DeploymentTargetType:
return "CLOUD"
# DeploymentTargetType definition
DeploymentTargetType = Literal[
"CLOUD",
"GREENGRASS",
]
EntityFilterNameType#
# EntityFilterNameType usage example
from mypy_boto3_iotthingsgraph.literals import EntityFilterNameType
def get_value() -> EntityFilterNameType:
return "NAME"
# EntityFilterNameType definition
EntityFilterNameType = Literal[
"NAME",
"NAMESPACE",
"REFERENCED_ENTITY_ID",
"SEMANTIC_TYPE_PATH",
]
EntityTypeType#
# EntityTypeType usage example
from mypy_boto3_iotthingsgraph.literals import EntityTypeType
def get_value() -> EntityTypeType:
return "ACTION"
# EntityTypeType definition
EntityTypeType = Literal[
"ACTION",
"CAPABILITY",
"DEVICE",
"DEVICE_MODEL",
"ENUM",
"EVENT",
"MAPPING",
"PROPERTY",
"SERVICE",
"STATE",
]
FlowExecutionEventTypeType#
# FlowExecutionEventTypeType usage example
from mypy_boto3_iotthingsgraph.literals import FlowExecutionEventTypeType
def get_value() -> FlowExecutionEventTypeType:
return "ACKNOWLEDGE_TASK_MESSAGE"
# FlowExecutionEventTypeType definition
FlowExecutionEventTypeType = Literal[
"ACKNOWLEDGE_TASK_MESSAGE",
"ACTIVITY_FAILED",
"ACTIVITY_SCHEDULED",
"ACTIVITY_STARTED",
"ACTIVITY_SUCCEEDED",
"EXECUTION_ABORTED",
"EXECUTION_FAILED",
"EXECUTION_STARTED",
"EXECUTION_SUCCEEDED",
"SCHEDULE_NEXT_READY_STEPS_TASK",
"START_FLOW_EXECUTION_TASK",
"STEP_FAILED",
"STEP_STARTED",
"STEP_SUCCEEDED",
"THING_ACTION_TASK",
"THING_ACTION_TASK_FAILED",
"THING_ACTION_TASK_SUCCEEDED",
]
FlowExecutionStatusType#
# FlowExecutionStatusType usage example
from mypy_boto3_iotthingsgraph.literals import FlowExecutionStatusType
def get_value() -> FlowExecutionStatusType:
return "ABORTED"
# FlowExecutionStatusType definition
FlowExecutionStatusType = Literal[
"ABORTED",
"FAILED",
"RUNNING",
"SUCCEEDED",
]
FlowTemplateFilterNameType#
# FlowTemplateFilterNameType usage example
from mypy_boto3_iotthingsgraph.literals import FlowTemplateFilterNameType
def get_value() -> FlowTemplateFilterNameType:
return "DEVICE_MODEL_ID"
# FlowTemplateFilterNameType definition
FlowTemplateFilterNameType = Literal[
"DEVICE_MODEL_ID",
]
GetFlowTemplateRevisionsPaginatorName#
# GetFlowTemplateRevisionsPaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import GetFlowTemplateRevisionsPaginatorName
def get_value() -> GetFlowTemplateRevisionsPaginatorName:
return "get_flow_template_revisions"
# GetFlowTemplateRevisionsPaginatorName definition
GetFlowTemplateRevisionsPaginatorName = Literal[
"get_flow_template_revisions",
]
GetSystemTemplateRevisionsPaginatorName#
# GetSystemTemplateRevisionsPaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import GetSystemTemplateRevisionsPaginatorName
def get_value() -> GetSystemTemplateRevisionsPaginatorName:
return "get_system_template_revisions"
# GetSystemTemplateRevisionsPaginatorName definition
GetSystemTemplateRevisionsPaginatorName = Literal[
"get_system_template_revisions",
]
ListFlowExecutionMessagesPaginatorName#
# ListFlowExecutionMessagesPaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import ListFlowExecutionMessagesPaginatorName
def get_value() -> ListFlowExecutionMessagesPaginatorName:
return "list_flow_execution_messages"
# ListFlowExecutionMessagesPaginatorName definition
ListFlowExecutionMessagesPaginatorName = Literal[
"list_flow_execution_messages",
]
ListTagsForResourcePaginatorName#
# ListTagsForResourcePaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import ListTagsForResourcePaginatorName
def get_value() -> ListTagsForResourcePaginatorName:
return "list_tags_for_resource"
# ListTagsForResourcePaginatorName definition
ListTagsForResourcePaginatorName = Literal[
"list_tags_for_resource",
]
NamespaceDeletionStatusErrorCodesType#
# NamespaceDeletionStatusErrorCodesType usage example
from mypy_boto3_iotthingsgraph.literals import NamespaceDeletionStatusErrorCodesType
def get_value() -> NamespaceDeletionStatusErrorCodesType:
return "VALIDATION_FAILED"
# NamespaceDeletionStatusErrorCodesType definition
NamespaceDeletionStatusErrorCodesType = Literal[
"VALIDATION_FAILED",
]
NamespaceDeletionStatusType#
# NamespaceDeletionStatusType usage example
from mypy_boto3_iotthingsgraph.literals import NamespaceDeletionStatusType
def get_value() -> NamespaceDeletionStatusType:
return "FAILED"
# NamespaceDeletionStatusType definition
NamespaceDeletionStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCEEDED",
]
SearchEntitiesPaginatorName#
# SearchEntitiesPaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import SearchEntitiesPaginatorName
def get_value() -> SearchEntitiesPaginatorName:
return "search_entities"
# SearchEntitiesPaginatorName definition
SearchEntitiesPaginatorName = Literal[
"search_entities",
]
SearchFlowExecutionsPaginatorName#
# SearchFlowExecutionsPaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import SearchFlowExecutionsPaginatorName
def get_value() -> SearchFlowExecutionsPaginatorName:
return "search_flow_executions"
# SearchFlowExecutionsPaginatorName definition
SearchFlowExecutionsPaginatorName = Literal[
"search_flow_executions",
]
SearchFlowTemplatesPaginatorName#
# SearchFlowTemplatesPaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import SearchFlowTemplatesPaginatorName
def get_value() -> SearchFlowTemplatesPaginatorName:
return "search_flow_templates"
# SearchFlowTemplatesPaginatorName definition
SearchFlowTemplatesPaginatorName = Literal[
"search_flow_templates",
]
SearchSystemInstancesPaginatorName#
# SearchSystemInstancesPaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import SearchSystemInstancesPaginatorName
def get_value() -> SearchSystemInstancesPaginatorName:
return "search_system_instances"
# SearchSystemInstancesPaginatorName definition
SearchSystemInstancesPaginatorName = Literal[
"search_system_instances",
]
SearchSystemTemplatesPaginatorName#
# SearchSystemTemplatesPaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import SearchSystemTemplatesPaginatorName
def get_value() -> SearchSystemTemplatesPaginatorName:
return "search_system_templates"
# SearchSystemTemplatesPaginatorName definition
SearchSystemTemplatesPaginatorName = Literal[
"search_system_templates",
]
SearchThingsPaginatorName#
# SearchThingsPaginatorName usage example
from mypy_boto3_iotthingsgraph.literals import SearchThingsPaginatorName
def get_value() -> SearchThingsPaginatorName:
return "search_things"
# SearchThingsPaginatorName definition
SearchThingsPaginatorName = Literal[
"search_things",
]
SystemInstanceDeploymentStatusType#
# SystemInstanceDeploymentStatusType usage example
from mypy_boto3_iotthingsgraph.literals import SystemInstanceDeploymentStatusType
def get_value() -> SystemInstanceDeploymentStatusType:
return "BOOTSTRAP"
# SystemInstanceDeploymentStatusType definition
SystemInstanceDeploymentStatusType = Literal[
"BOOTSTRAP",
"DELETED_IN_TARGET",
"DEPLOY_IN_PROGRESS",
"DEPLOYED_IN_TARGET",
"FAILED",
"NOT_DEPLOYED",
"PENDING_DELETE",
"UNDEPLOY_IN_PROGRESS",
]
SystemInstanceFilterNameType#
# SystemInstanceFilterNameType usage example
from mypy_boto3_iotthingsgraph.literals import SystemInstanceFilterNameType
def get_value() -> SystemInstanceFilterNameType:
return "GREENGRASS_GROUP_NAME"
# SystemInstanceFilterNameType definition
SystemInstanceFilterNameType = Literal[
"GREENGRASS_GROUP_NAME",
"STATUS",
"SYSTEM_TEMPLATE_ID",
]
SystemTemplateFilterNameType#
# SystemTemplateFilterNameType usage example
from mypy_boto3_iotthingsgraph.literals import SystemTemplateFilterNameType
def get_value() -> SystemTemplateFilterNameType:
return "FLOW_TEMPLATE_ID"
# SystemTemplateFilterNameType definition
SystemTemplateFilterNameType = Literal[
"FLOW_TEMPLATE_ID",
]
UploadStatusType#
# UploadStatusType usage example
from mypy_boto3_iotthingsgraph.literals import UploadStatusType
def get_value() -> UploadStatusType:
return "FAILED"
# UploadStatusType definition
UploadStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCEEDED",
]
IoTThingsGraphServiceName#
# IoTThingsGraphServiceName usage example
from mypy_boto3_iotthingsgraph.literals import IoTThingsGraphServiceName
def get_value() -> IoTThingsGraphServiceName:
return "iotthingsgraph"
# IoTThingsGraphServiceName definition
IoTThingsGraphServiceName = Literal[
"iotthingsgraph",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_iotthingsgraph.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_iotthingsgraph.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_iotthingsgraph.literals import PaginatorName
def get_value() -> PaginatorName:
return "get_flow_template_revisions"
# PaginatorName definition
PaginatorName = Literal[
"get_flow_template_revisions",
"get_system_template_revisions",
"list_flow_execution_messages",
"list_tags_for_resource",
"search_entities",
"search_flow_executions",
"search_flow_templates",
"search_system_instances",
"search_system_templates",
"search_things",
]
RegionName#
# RegionName usage example
from mypy_boto3_iotthingsgraph.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-northeast-2",
"ap-southeast-2",
"eu-west-1",
"us-east-1",
"us-west-2",
]