Skip to content

Literals#

Index > SFN > Literals

Auto-generated documentation for SFN type annotations stubs module mypy-boto3-stepfunctions.

ExecutionRedriveFilterType#

# ExecutionRedriveFilterType usage example

from mypy_boto3_stepfunctions.literals import ExecutionRedriveFilterType

def get_value() -> ExecutionRedriveFilterType:
    return "NOT_REDRIVEN"
# ExecutionRedriveFilterType definition

ExecutionRedriveFilterType = Literal[
    "NOT_REDRIVEN",
    "REDRIVEN",
]

ExecutionRedriveStatusType#

# ExecutionRedriveStatusType usage example

from mypy_boto3_stepfunctions.literals import ExecutionRedriveStatusType

def get_value() -> ExecutionRedriveStatusType:
    return "NOT_REDRIVABLE"
# ExecutionRedriveStatusType definition

ExecutionRedriveStatusType = Literal[
    "NOT_REDRIVABLE",
    "REDRIVABLE",
    "REDRIVABLE_BY_MAP_RUN",
]

ExecutionStatusType#

# ExecutionStatusType usage example

from mypy_boto3_stepfunctions.literals import ExecutionStatusType

def get_value() -> ExecutionStatusType:
    return "ABORTED"
# ExecutionStatusType definition

ExecutionStatusType = Literal[
    "ABORTED",
    "FAILED",
    "PENDING_REDRIVE",
    "RUNNING",
    "SUCCEEDED",
    "TIMED_OUT",
]

GetExecutionHistoryPaginatorName#

# GetExecutionHistoryPaginatorName usage example

from mypy_boto3_stepfunctions.literals import GetExecutionHistoryPaginatorName

def get_value() -> GetExecutionHistoryPaginatorName:
    return "get_execution_history"
# GetExecutionHistoryPaginatorName definition

GetExecutionHistoryPaginatorName = Literal[
    "get_execution_history",
]

HistoryEventTypeType#

# HistoryEventTypeType usage example

from mypy_boto3_stepfunctions.literals import HistoryEventTypeType

def get_value() -> HistoryEventTypeType:
    return "ActivityFailed"
# HistoryEventTypeType definition

HistoryEventTypeType = Literal[
    "ActivityFailed",
    "ActivityScheduled",
    "ActivityScheduleFailed",
    "ActivityStarted",
    "ActivitySucceeded",
    "ActivityTimedOut",
    "ChoiceStateEntered",
    "ChoiceStateExited",
    "ExecutionAborted",
    "ExecutionFailed",
    "ExecutionRedriven",
    "ExecutionStarted",
    "ExecutionSucceeded",
    "ExecutionTimedOut",
    "FailStateEntered",
    "LambdaFunctionFailed",
    "LambdaFunctionScheduled",
    "LambdaFunctionScheduleFailed",
    "LambdaFunctionStarted",
    "LambdaFunctionStartFailed",
    "LambdaFunctionSucceeded",
    "LambdaFunctionTimedOut",
    "MapIterationAborted",
    "MapIterationFailed",
    "MapIterationStarted",
    "MapIterationSucceeded",
    "MapRunAborted",
    "MapRunFailed",
    "MapRunRedriven",
    "MapRunStarted",
    "MapRunSucceeded",
    "MapStateAborted",
    "MapStateEntered",
    "MapStateExited",
    "MapStateFailed",
    "MapStateStarted",
    "MapStateSucceeded",
    "ParallelStateAborted",
    "ParallelStateEntered",
    "ParallelStateExited",
    "ParallelStateFailed",
    "ParallelStateStarted",
    "ParallelStateSucceeded",
    "PassStateEntered",
    "PassStateExited",
    "SucceedStateEntered",
    "SucceedStateExited",
    "TaskFailed",
    "TaskScheduled",
    "TaskStarted",
    "TaskStartFailed",
    "TaskStateAborted",
    "TaskStateEntered",
    "TaskStateExited",
    "TaskSubmitFailed",
    "TaskSubmitted",
    "TaskSucceeded",
    "TaskTimedOut",
    "WaitStateAborted",
    "WaitStateEntered",
    "WaitStateExited",
]

InspectionLevelType#

# InspectionLevelType usage example

from mypy_boto3_stepfunctions.literals import InspectionLevelType

def get_value() -> InspectionLevelType:
    return "DEBUG"
# InspectionLevelType definition

InspectionLevelType = Literal[
    "DEBUG",
    "INFO",
    "TRACE",
]

ListActivitiesPaginatorName#

# ListActivitiesPaginatorName usage example

from mypy_boto3_stepfunctions.literals import ListActivitiesPaginatorName

def get_value() -> ListActivitiesPaginatorName:
    return "list_activities"
# ListActivitiesPaginatorName definition

ListActivitiesPaginatorName = Literal[
    "list_activities",
]

ListExecutionsPaginatorName#

# ListExecutionsPaginatorName usage example

from mypy_boto3_stepfunctions.literals import ListExecutionsPaginatorName

def get_value() -> ListExecutionsPaginatorName:
    return "list_executions"
# ListExecutionsPaginatorName definition

ListExecutionsPaginatorName = Literal[
    "list_executions",
]

ListMapRunsPaginatorName#

# ListMapRunsPaginatorName usage example

from mypy_boto3_stepfunctions.literals import ListMapRunsPaginatorName

def get_value() -> ListMapRunsPaginatorName:
    return "list_map_runs"
# ListMapRunsPaginatorName definition

ListMapRunsPaginatorName = Literal[
    "list_map_runs",
]

ListStateMachinesPaginatorName#

# ListStateMachinesPaginatorName usage example

from mypy_boto3_stepfunctions.literals import ListStateMachinesPaginatorName

def get_value() -> ListStateMachinesPaginatorName:
    return "list_state_machines"
# ListStateMachinesPaginatorName definition

ListStateMachinesPaginatorName = Literal[
    "list_state_machines",
]

LogLevelType#

# LogLevelType usage example

from mypy_boto3_stepfunctions.literals import LogLevelType

def get_value() -> LogLevelType:
    return "ALL"
# LogLevelType definition

LogLevelType = Literal[
    "ALL",
    "ERROR",
    "FATAL",
    "OFF",
]

MapRunStatusType#

# MapRunStatusType usage example

from mypy_boto3_stepfunctions.literals import MapRunStatusType

def get_value() -> MapRunStatusType:
    return "ABORTED"
# MapRunStatusType definition

MapRunStatusType = Literal[
    "ABORTED",
    "FAILED",
    "RUNNING",
    "SUCCEEDED",
]

StateMachineStatusType#

# StateMachineStatusType usage example

from mypy_boto3_stepfunctions.literals import StateMachineStatusType

def get_value() -> StateMachineStatusType:
    return "ACTIVE"
# StateMachineStatusType definition

StateMachineStatusType = Literal[
    "ACTIVE",
    "DELETING",
]

StateMachineTypeType#

# StateMachineTypeType usage example

from mypy_boto3_stepfunctions.literals import StateMachineTypeType

def get_value() -> StateMachineTypeType:
    return "EXPRESS"
# StateMachineTypeType definition

StateMachineTypeType = Literal[
    "EXPRESS",
    "STANDARD",
]

SyncExecutionStatusType#

# SyncExecutionStatusType usage example

from mypy_boto3_stepfunctions.literals import SyncExecutionStatusType

def get_value() -> SyncExecutionStatusType:
    return "FAILED"
# SyncExecutionStatusType definition

SyncExecutionStatusType = Literal[
    "FAILED",
    "SUCCEEDED",
    "TIMED_OUT",
]

TestExecutionStatusType#

# TestExecutionStatusType usage example

from mypy_boto3_stepfunctions.literals import TestExecutionStatusType

def get_value() -> TestExecutionStatusType:
    return "CAUGHT_ERROR"
# TestExecutionStatusType definition

TestExecutionStatusType = Literal[
    "CAUGHT_ERROR",
    "FAILED",
    "RETRIABLE",
    "SUCCEEDED",
]

SFNServiceName#

# SFNServiceName usage example

from mypy_boto3_stepfunctions.literals import SFNServiceName

def get_value() -> SFNServiceName:
    return "stepfunctions"
# SFNServiceName definition

SFNServiceName = Literal[
    "stepfunctions",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_stepfunctions.literals import ServiceName

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

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "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",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "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",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "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",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "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",
    "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",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_stepfunctions.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_stepfunctions.literals import PaginatorName

def get_value() -> PaginatorName:
    return "get_execution_history"
# PaginatorName definition

PaginatorName = Literal[
    "get_execution_history",
    "list_activities",
    "list_executions",
    "list_map_runs",
    "list_state_machines",
]

RegionName#

# RegionName usage example

from mypy_boto3_stepfunctions.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
# RegionName definition

RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ca-central-1",
    "ca-west-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]