Skip to content

Literals

Index > SWF > Literals

Auto-generated documentation for SWF type annotations stubs module mypy-boto3-swf.

ActivityTaskTimeoutTypeType

Usage Example
from mypy_boto3_swf.literals import ActivityTaskTimeoutTypeType

def get_value() -> ActivityTaskTimeoutTypeType:
    return "HEARTBEAT"
Definition
ActivityTaskTimeoutTypeType = Literal[
    "HEARTBEAT",
    "SCHEDULE_TO_CLOSE",
    "SCHEDULE_TO_START",
    "START_TO_CLOSE",
]

CancelTimerFailedCauseType

Usage Example
from mypy_boto3_swf.literals import CancelTimerFailedCauseType

def get_value() -> CancelTimerFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
Definition
CancelTimerFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "TIMER_ID_UNKNOWN",
]

CancelWorkflowExecutionFailedCauseType

Usage Example
from mypy_boto3_swf.literals import CancelWorkflowExecutionFailedCauseType

def get_value() -> CancelWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
Definition
CancelWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "UNHANDLED_DECISION",
]

ChildPolicyType

Usage Example
from mypy_boto3_swf.literals import ChildPolicyType

def get_value() -> ChildPolicyType:
    return "ABANDON"
Definition
ChildPolicyType = Literal[
    "ABANDON",
    "REQUEST_CANCEL",
    "TERMINATE",
]

CloseStatusType

Usage Example
from mypy_boto3_swf.literals import CloseStatusType

def get_value() -> CloseStatusType:
    return "CANCELED"
Definition
CloseStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "CONTINUED_AS_NEW",
    "FAILED",
    "TERMINATED",
    "TIMED_OUT",
]

CompleteWorkflowExecutionFailedCauseType

Usage Example
from mypy_boto3_swf.literals import CompleteWorkflowExecutionFailedCauseType

def get_value() -> CompleteWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
Definition
CompleteWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "UNHANDLED_DECISION",
]

ContinueAsNewWorkflowExecutionFailedCauseType

Usage Example
from mypy_boto3_swf.literals import ContinueAsNewWorkflowExecutionFailedCauseType

def get_value() -> ContinueAsNewWorkflowExecutionFailedCauseType:
    return "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED"
Definition
ContinueAsNewWorkflowExecutionFailedCauseType = Literal[
    "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED",
    "DEFAULT_CHILD_POLICY_UNDEFINED",
    "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
    "DEFAULT_TASK_LIST_UNDEFINED",
    "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
    "OPERATION_NOT_PERMITTED",
    "UNHANDLED_DECISION",
    "WORKFLOW_TYPE_DEPRECATED",
    "WORKFLOW_TYPE_DOES_NOT_EXIST",
]

DecisionTaskTimeoutTypeType

Usage Example
from mypy_boto3_swf.literals import DecisionTaskTimeoutTypeType

def get_value() -> DecisionTaskTimeoutTypeType:
    return "START_TO_CLOSE"
Definition
DecisionTaskTimeoutTypeType = Literal[
    "START_TO_CLOSE",
]

DecisionTypeType

Usage Example
from mypy_boto3_swf.literals import DecisionTypeType

def get_value() -> DecisionTypeType:
    return "CancelTimer"
Definition
DecisionTypeType = Literal[
    "CancelTimer",
    "CancelWorkflowExecution",
    "CompleteWorkflowExecution",
    "ContinueAsNewWorkflowExecution",
    "FailWorkflowExecution",
    "RecordMarker",
    "RequestCancelActivityTask",
    "RequestCancelExternalWorkflowExecution",
    "ScheduleActivityTask",
    "ScheduleLambdaFunction",
    "SignalExternalWorkflowExecution",
    "StartChildWorkflowExecution",
    "StartTimer",
]

EventTypeType

Usage Example
from mypy_boto3_swf.literals import EventTypeType

def get_value() -> EventTypeType:
    return "ActivityTaskCancelRequested"
Definition
EventTypeType = Literal[
    "ActivityTaskCanceled",
    "ActivityTaskCancelRequested",
    "ActivityTaskCompleted",
    "ActivityTaskFailed",
    "ActivityTaskScheduled",
    "ActivityTaskStarted",
    "ActivityTaskTimedOut",
    "CancelTimerFailed",
    "CancelWorkflowExecutionFailed",
    "ChildWorkflowExecutionCanceled",
    "ChildWorkflowExecutionCompleted",
    "ChildWorkflowExecutionFailed",
    "ChildWorkflowExecutionStarted",
    "ChildWorkflowExecutionTerminated",
    "ChildWorkflowExecutionTimedOut",
    "CompleteWorkflowExecutionFailed",
    "ContinueAsNewWorkflowExecutionFailed",
    "DecisionTaskCompleted",
    "DecisionTaskScheduled",
    "DecisionTaskStarted",
    "DecisionTaskTimedOut",
    "ExternalWorkflowExecutionCancelRequested",
    "ExternalWorkflowExecutionSignaled",
    "FailWorkflowExecutionFailed",
    "LambdaFunctionCompleted",
    "LambdaFunctionFailed",
    "LambdaFunctionScheduled",
    "LambdaFunctionStarted",
    "LambdaFunctionTimedOut",
    "MarkerRecorded",
    "RecordMarkerFailed",
    "RequestCancelActivityTaskFailed",
    "RequestCancelExternalWorkflowExecutionFailed",
    "RequestCancelExternalWorkflowExecutionInitiated",
    "ScheduleActivityTaskFailed",
    "ScheduleLambdaFunctionFailed",
    "SignalExternalWorkflowExecutionFailed",
    "SignalExternalWorkflowExecutionInitiated",
    "StartChildWorkflowExecutionFailed",
    "StartChildWorkflowExecutionInitiated",
    "StartLambdaFunctionFailed",
    "StartTimerFailed",
    "TimerCanceled",
    "TimerFired",
    "TimerStarted",
    "WorkflowExecutionCanceled",
    "WorkflowExecutionCancelRequested",
    "WorkflowExecutionCompleted",
    "WorkflowExecutionContinuedAsNew",
    "WorkflowExecutionFailed",
    "WorkflowExecutionSignaled",
    "WorkflowExecutionStarted",
    "WorkflowExecutionTerminated",
    "WorkflowExecutionTimedOut",
]

ExecutionStatusType

Usage Example
from mypy_boto3_swf.literals import ExecutionStatusType

def get_value() -> ExecutionStatusType:
    return "CLOSED"
Definition
ExecutionStatusType = Literal[
    "CLOSED",
    "OPEN",
]

FailWorkflowExecutionFailedCauseType

Usage Example
from mypy_boto3_swf.literals import FailWorkflowExecutionFailedCauseType

def get_value() -> FailWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
Definition
FailWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "UNHANDLED_DECISION",
]

GetWorkflowExecutionHistoryPaginatorName

Usage Example
from mypy_boto3_swf.literals import GetWorkflowExecutionHistoryPaginatorName

def get_value() -> GetWorkflowExecutionHistoryPaginatorName:
    return "get_workflow_execution_history"
Definition
GetWorkflowExecutionHistoryPaginatorName = Literal[
    "get_workflow_execution_history",
]

LambdaFunctionTimeoutTypeType

Usage Example
from mypy_boto3_swf.literals import LambdaFunctionTimeoutTypeType

def get_value() -> LambdaFunctionTimeoutTypeType:
    return "START_TO_CLOSE"
Definition
LambdaFunctionTimeoutTypeType = Literal[
    "START_TO_CLOSE",
]

ListActivityTypesPaginatorName

Usage Example
from mypy_boto3_swf.literals import ListActivityTypesPaginatorName

def get_value() -> ListActivityTypesPaginatorName:
    return "list_activity_types"
Definition
ListActivityTypesPaginatorName = Literal[
    "list_activity_types",
]

ListClosedWorkflowExecutionsPaginatorName

Usage Example
from mypy_boto3_swf.literals import ListClosedWorkflowExecutionsPaginatorName

def get_value() -> ListClosedWorkflowExecutionsPaginatorName:
    return "list_closed_workflow_executions"
Definition
ListClosedWorkflowExecutionsPaginatorName = Literal[
    "list_closed_workflow_executions",
]

ListDomainsPaginatorName

Usage Example
from mypy_boto3_swf.literals import ListDomainsPaginatorName

def get_value() -> ListDomainsPaginatorName:
    return "list_domains"
Definition
ListDomainsPaginatorName = Literal[
    "list_domains",
]

ListOpenWorkflowExecutionsPaginatorName

Usage Example
from mypy_boto3_swf.literals import ListOpenWorkflowExecutionsPaginatorName

def get_value() -> ListOpenWorkflowExecutionsPaginatorName:
    return "list_open_workflow_executions"
Definition
ListOpenWorkflowExecutionsPaginatorName = Literal[
    "list_open_workflow_executions",
]

ListWorkflowTypesPaginatorName

Usage Example
from mypy_boto3_swf.literals import ListWorkflowTypesPaginatorName

def get_value() -> ListWorkflowTypesPaginatorName:
    return "list_workflow_types"
Definition
ListWorkflowTypesPaginatorName = Literal[
    "list_workflow_types",
]

PollForDecisionTaskPaginatorName

Usage Example
from mypy_boto3_swf.literals import PollForDecisionTaskPaginatorName

def get_value() -> PollForDecisionTaskPaginatorName:
    return "poll_for_decision_task"
Definition
PollForDecisionTaskPaginatorName = Literal[
    "poll_for_decision_task",
]

RecordMarkerFailedCauseType

Usage Example
from mypy_boto3_swf.literals import RecordMarkerFailedCauseType

def get_value() -> RecordMarkerFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
Definition
RecordMarkerFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
]

RegistrationStatusType

Usage Example
from mypy_boto3_swf.literals import RegistrationStatusType

def get_value() -> RegistrationStatusType:
    return "DEPRECATED"
Definition
RegistrationStatusType = Literal[
    "DEPRECATED",
    "REGISTERED",
]

RequestCancelActivityTaskFailedCauseType

Usage Example
from mypy_boto3_swf.literals import RequestCancelActivityTaskFailedCauseType

def get_value() -> RequestCancelActivityTaskFailedCauseType:
    return "ACTIVITY_ID_UNKNOWN"
Definition
RequestCancelActivityTaskFailedCauseType = Literal[
    "ACTIVITY_ID_UNKNOWN",
    "OPERATION_NOT_PERMITTED",
]

RequestCancelExternalWorkflowExecutionFailedCauseType

Usage Example
from mypy_boto3_swf.literals import RequestCancelExternalWorkflowExecutionFailedCauseType

def get_value() -> RequestCancelExternalWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
Definition
RequestCancelExternalWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
    "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
]

ScheduleActivityTaskFailedCauseType

Usage Example
from mypy_boto3_swf.literals import ScheduleActivityTaskFailedCauseType

def get_value() -> ScheduleActivityTaskFailedCauseType:
    return "ACTIVITY_CREATION_RATE_EXCEEDED"
Definition
ScheduleActivityTaskFailedCauseType = Literal[
    "ACTIVITY_CREATION_RATE_EXCEEDED",
    "ACTIVITY_ID_ALREADY_IN_USE",
    "ACTIVITY_TYPE_DEPRECATED",
    "ACTIVITY_TYPE_DOES_NOT_EXIST",
    "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED",
    "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED",
    "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED",
    "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED",
    "DEFAULT_TASK_LIST_UNDEFINED",
    "OPEN_ACTIVITIES_LIMIT_EXCEEDED",
    "OPERATION_NOT_PERMITTED",
]

ScheduleLambdaFunctionFailedCauseType

Usage Example
from mypy_boto3_swf.literals import ScheduleLambdaFunctionFailedCauseType

def get_value() -> ScheduleLambdaFunctionFailedCauseType:
    return "ID_ALREADY_IN_USE"
Definition
ScheduleLambdaFunctionFailedCauseType = Literal[
    "ID_ALREADY_IN_USE",
    "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED",
    "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION",
    "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED",
]

SignalExternalWorkflowExecutionFailedCauseType

Usage Example
from mypy_boto3_swf.literals import SignalExternalWorkflowExecutionFailedCauseType

def get_value() -> SignalExternalWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
Definition
SignalExternalWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
    "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
]

StartChildWorkflowExecutionFailedCauseType

Usage Example
from mypy_boto3_swf.literals import StartChildWorkflowExecutionFailedCauseType

def get_value() -> StartChildWorkflowExecutionFailedCauseType:
    return "CHILD_CREATION_RATE_EXCEEDED"
Definition
StartChildWorkflowExecutionFailedCauseType = Literal[
    "CHILD_CREATION_RATE_EXCEEDED",
    "DEFAULT_CHILD_POLICY_UNDEFINED",
    "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
    "DEFAULT_TASK_LIST_UNDEFINED",
    "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
    "OPEN_CHILDREN_LIMIT_EXCEEDED",
    "OPEN_WORKFLOWS_LIMIT_EXCEEDED",
    "OPERATION_NOT_PERMITTED",
    "WORKFLOW_ALREADY_RUNNING",
    "WORKFLOW_TYPE_DEPRECATED",
    "WORKFLOW_TYPE_DOES_NOT_EXIST",
]

StartLambdaFunctionFailedCauseType

Usage Example
from mypy_boto3_swf.literals import StartLambdaFunctionFailedCauseType

def get_value() -> StartLambdaFunctionFailedCauseType:
    return "ASSUME_ROLE_FAILED"
Definition
StartLambdaFunctionFailedCauseType = Literal[
    "ASSUME_ROLE_FAILED",
]

StartTimerFailedCauseType

Usage Example
from mypy_boto3_swf.literals import StartTimerFailedCauseType

def get_value() -> StartTimerFailedCauseType:
    return "OPEN_TIMERS_LIMIT_EXCEEDED"
Definition
StartTimerFailedCauseType = Literal[
    "OPEN_TIMERS_LIMIT_EXCEEDED",
    "OPERATION_NOT_PERMITTED",
    "TIMER_CREATION_RATE_EXCEEDED",
    "TIMER_ID_ALREADY_IN_USE",
]

WorkflowExecutionCancelRequestedCauseType

Usage Example
from mypy_boto3_swf.literals import WorkflowExecutionCancelRequestedCauseType

def get_value() -> WorkflowExecutionCancelRequestedCauseType:
    return "CHILD_POLICY_APPLIED"
Definition
WorkflowExecutionCancelRequestedCauseType = Literal[
    "CHILD_POLICY_APPLIED",
]

WorkflowExecutionTerminatedCauseType

Usage Example
from mypy_boto3_swf.literals import WorkflowExecutionTerminatedCauseType

def get_value() -> WorkflowExecutionTerminatedCauseType:
    return "CHILD_POLICY_APPLIED"
Definition
WorkflowExecutionTerminatedCauseType = Literal[
    "CHILD_POLICY_APPLIED",
    "EVENT_LIMIT_EXCEEDED",
    "OPERATOR_INITIATED",
]

WorkflowExecutionTimeoutTypeType

Usage Example
from mypy_boto3_swf.literals import WorkflowExecutionTimeoutTypeType

def get_value() -> WorkflowExecutionTimeoutTypeType:
    return "START_TO_CLOSE"
Definition
WorkflowExecutionTimeoutTypeType = Literal[
    "START_TO_CLOSE",
]

SWFServiceName

Usage Example
from mypy_boto3_swf.literals import SWFServiceName

def get_value() -> SWFServiceName:
    return "swf"
Definition
SWFServiceName = Literal[
    "swf",
]

ServiceName

Usage Example
from mypy_boto3_swf.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "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",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "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",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "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",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_swf.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from mypy_boto3_swf.literals import PaginatorName

def get_value() -> PaginatorName:
    return "get_workflow_execution_history"
Definition
PaginatorName = Literal[
    "get_workflow_execution_history",
    "list_activity_types",
    "list_closed_workflow_executions",
    "list_domains",
    "list_open_workflow_executions",
    "list_workflow_types",
    "poll_for_decision_task",
]

RegionName

Usage Example
from mypy_boto3_swf.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
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",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]