Skip to content

Literals#

Index > SWF > Literals

Auto-generated documentation for SWF type annotations stubs module types-aiobotocore-swf.

ActivityTaskTimeoutTypeType#

# ActivityTaskTimeoutTypeType usage example

from types_aiobotocore_swf.literals import ActivityTaskTimeoutTypeType

def get_value() -> ActivityTaskTimeoutTypeType:
    return "HEARTBEAT"
# ActivityTaskTimeoutTypeType definition

ActivityTaskTimeoutTypeType = Literal[
    "HEARTBEAT",
    "SCHEDULE_TO_CLOSE",
    "SCHEDULE_TO_START",
    "START_TO_CLOSE",
]

CancelTimerFailedCauseType#

# CancelTimerFailedCauseType usage example

from types_aiobotocore_swf.literals import CancelTimerFailedCauseType

def get_value() -> CancelTimerFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
# CancelTimerFailedCauseType definition

CancelTimerFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "TIMER_ID_UNKNOWN",
]

CancelWorkflowExecutionFailedCauseType#

# CancelWorkflowExecutionFailedCauseType usage example

from types_aiobotocore_swf.literals import CancelWorkflowExecutionFailedCauseType

def get_value() -> CancelWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
# CancelWorkflowExecutionFailedCauseType definition

CancelWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "UNHANDLED_DECISION",
]

ChildPolicyType#

# ChildPolicyType usage example

from types_aiobotocore_swf.literals import ChildPolicyType

def get_value() -> ChildPolicyType:
    return "ABANDON"
# ChildPolicyType definition

ChildPolicyType = Literal[
    "ABANDON",
    "REQUEST_CANCEL",
    "TERMINATE",
]

CloseStatusType#

# CloseStatusType usage example

from types_aiobotocore_swf.literals import CloseStatusType

def get_value() -> CloseStatusType:
    return "CANCELED"
# CloseStatusType definition

CloseStatusType = Literal[
    "CANCELED",
    "COMPLETED",
    "CONTINUED_AS_NEW",
    "FAILED",
    "TERMINATED",
    "TIMED_OUT",
]

CompleteWorkflowExecutionFailedCauseType#

# CompleteWorkflowExecutionFailedCauseType usage example

from types_aiobotocore_swf.literals import CompleteWorkflowExecutionFailedCauseType

def get_value() -> CompleteWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
# CompleteWorkflowExecutionFailedCauseType definition

CompleteWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "UNHANDLED_DECISION",
]

ContinueAsNewWorkflowExecutionFailedCauseType#

# ContinueAsNewWorkflowExecutionFailedCauseType usage example

from types_aiobotocore_swf.literals import ContinueAsNewWorkflowExecutionFailedCauseType

def get_value() -> ContinueAsNewWorkflowExecutionFailedCauseType:
    return "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED"
# ContinueAsNewWorkflowExecutionFailedCauseType 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#

# DecisionTaskTimeoutTypeType usage example

from types_aiobotocore_swf.literals import DecisionTaskTimeoutTypeType

def get_value() -> DecisionTaskTimeoutTypeType:
    return "SCHEDULE_TO_START"
# DecisionTaskTimeoutTypeType definition

DecisionTaskTimeoutTypeType = Literal[
    "SCHEDULE_TO_START",
    "START_TO_CLOSE",
]

DecisionTypeType#

# DecisionTypeType usage example

from types_aiobotocore_swf.literals import DecisionTypeType

def get_value() -> DecisionTypeType:
    return "CancelTimer"
# DecisionTypeType definition

DecisionTypeType = Literal[
    "CancelTimer",
    "CancelWorkflowExecution",
    "CompleteWorkflowExecution",
    "ContinueAsNewWorkflowExecution",
    "FailWorkflowExecution",
    "RecordMarker",
    "RequestCancelActivityTask",
    "RequestCancelExternalWorkflowExecution",
    "ScheduleActivityTask",
    "ScheduleLambdaFunction",
    "SignalExternalWorkflowExecution",
    "StartChildWorkflowExecution",
    "StartTimer",
]

EventTypeType#

# EventTypeType usage example

from types_aiobotocore_swf.literals import EventTypeType

def get_value() -> EventTypeType:
    return "ActivityTaskCancelRequested"
# EventTypeType 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#

# ExecutionStatusType usage example

from types_aiobotocore_swf.literals import ExecutionStatusType

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

ExecutionStatusType = Literal[
    "CLOSED",
    "OPEN",
]

FailWorkflowExecutionFailedCauseType#

# FailWorkflowExecutionFailedCauseType usage example

from types_aiobotocore_swf.literals import FailWorkflowExecutionFailedCauseType

def get_value() -> FailWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
# FailWorkflowExecutionFailedCauseType definition

FailWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "UNHANDLED_DECISION",
]

GetWorkflowExecutionHistoryPaginatorName#

# GetWorkflowExecutionHistoryPaginatorName usage example

from types_aiobotocore_swf.literals import GetWorkflowExecutionHistoryPaginatorName

def get_value() -> GetWorkflowExecutionHistoryPaginatorName:
    return "get_workflow_execution_history"
# GetWorkflowExecutionHistoryPaginatorName definition

GetWorkflowExecutionHistoryPaginatorName = Literal[
    "get_workflow_execution_history",
]

LambdaFunctionTimeoutTypeType#

# LambdaFunctionTimeoutTypeType usage example

from types_aiobotocore_swf.literals import LambdaFunctionTimeoutTypeType

def get_value() -> LambdaFunctionTimeoutTypeType:
    return "START_TO_CLOSE"
# LambdaFunctionTimeoutTypeType definition

LambdaFunctionTimeoutTypeType = Literal[
    "START_TO_CLOSE",
]

ListActivityTypesPaginatorName#

# ListActivityTypesPaginatorName usage example

from types_aiobotocore_swf.literals import ListActivityTypesPaginatorName

def get_value() -> ListActivityTypesPaginatorName:
    return "list_activity_types"
# ListActivityTypesPaginatorName definition

ListActivityTypesPaginatorName = Literal[
    "list_activity_types",
]

ListClosedWorkflowExecutionsPaginatorName#

# ListClosedWorkflowExecutionsPaginatorName usage example

from types_aiobotocore_swf.literals import ListClosedWorkflowExecutionsPaginatorName

def get_value() -> ListClosedWorkflowExecutionsPaginatorName:
    return "list_closed_workflow_executions"
# ListClosedWorkflowExecutionsPaginatorName definition

ListClosedWorkflowExecutionsPaginatorName = Literal[
    "list_closed_workflow_executions",
]

ListDomainsPaginatorName#

# ListDomainsPaginatorName usage example

from types_aiobotocore_swf.literals import ListDomainsPaginatorName

def get_value() -> ListDomainsPaginatorName:
    return "list_domains"
# ListDomainsPaginatorName definition

ListDomainsPaginatorName = Literal[
    "list_domains",
]

ListOpenWorkflowExecutionsPaginatorName#

# ListOpenWorkflowExecutionsPaginatorName usage example

from types_aiobotocore_swf.literals import ListOpenWorkflowExecutionsPaginatorName

def get_value() -> ListOpenWorkflowExecutionsPaginatorName:
    return "list_open_workflow_executions"
# ListOpenWorkflowExecutionsPaginatorName definition

ListOpenWorkflowExecutionsPaginatorName = Literal[
    "list_open_workflow_executions",
]

ListWorkflowTypesPaginatorName#

# ListWorkflowTypesPaginatorName usage example

from types_aiobotocore_swf.literals import ListWorkflowTypesPaginatorName

def get_value() -> ListWorkflowTypesPaginatorName:
    return "list_workflow_types"
# ListWorkflowTypesPaginatorName definition

ListWorkflowTypesPaginatorName = Literal[
    "list_workflow_types",
]

PollForDecisionTaskPaginatorName#

# PollForDecisionTaskPaginatorName usage example

from types_aiobotocore_swf.literals import PollForDecisionTaskPaginatorName

def get_value() -> PollForDecisionTaskPaginatorName:
    return "poll_for_decision_task"
# PollForDecisionTaskPaginatorName definition

PollForDecisionTaskPaginatorName = Literal[
    "poll_for_decision_task",
]

RecordMarkerFailedCauseType#

# RecordMarkerFailedCauseType usage example

from types_aiobotocore_swf.literals import RecordMarkerFailedCauseType

def get_value() -> RecordMarkerFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
# RecordMarkerFailedCauseType definition

RecordMarkerFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
]

RegistrationStatusType#

# RegistrationStatusType usage example

from types_aiobotocore_swf.literals import RegistrationStatusType

def get_value() -> RegistrationStatusType:
    return "DEPRECATED"
# RegistrationStatusType definition

RegistrationStatusType = Literal[
    "DEPRECATED",
    "REGISTERED",
]

RequestCancelActivityTaskFailedCauseType#

# RequestCancelActivityTaskFailedCauseType usage example

from types_aiobotocore_swf.literals import RequestCancelActivityTaskFailedCauseType

def get_value() -> RequestCancelActivityTaskFailedCauseType:
    return "ACTIVITY_ID_UNKNOWN"
# RequestCancelActivityTaskFailedCauseType definition

RequestCancelActivityTaskFailedCauseType = Literal[
    "ACTIVITY_ID_UNKNOWN",
    "OPERATION_NOT_PERMITTED",
]

RequestCancelExternalWorkflowExecutionFailedCauseType#

# RequestCancelExternalWorkflowExecutionFailedCauseType usage example

from types_aiobotocore_swf.literals import RequestCancelExternalWorkflowExecutionFailedCauseType

def get_value() -> RequestCancelExternalWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
# RequestCancelExternalWorkflowExecutionFailedCauseType definition

RequestCancelExternalWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
    "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
]

ScheduleActivityTaskFailedCauseType#

# ScheduleActivityTaskFailedCauseType usage example

from types_aiobotocore_swf.literals import ScheduleActivityTaskFailedCauseType

def get_value() -> ScheduleActivityTaskFailedCauseType:
    return "ACTIVITY_CREATION_RATE_EXCEEDED"
# ScheduleActivityTaskFailedCauseType 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#

# ScheduleLambdaFunctionFailedCauseType usage example

from types_aiobotocore_swf.literals import ScheduleLambdaFunctionFailedCauseType

def get_value() -> ScheduleLambdaFunctionFailedCauseType:
    return "ID_ALREADY_IN_USE"
# ScheduleLambdaFunctionFailedCauseType definition

ScheduleLambdaFunctionFailedCauseType = Literal[
    "ID_ALREADY_IN_USE",
    "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED",
    "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION",
    "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED",
]

SignalExternalWorkflowExecutionFailedCauseType#

# SignalExternalWorkflowExecutionFailedCauseType usage example

from types_aiobotocore_swf.literals import SignalExternalWorkflowExecutionFailedCauseType

def get_value() -> SignalExternalWorkflowExecutionFailedCauseType:
    return "OPERATION_NOT_PERMITTED"
# SignalExternalWorkflowExecutionFailedCauseType definition

SignalExternalWorkflowExecutionFailedCauseType = Literal[
    "OPERATION_NOT_PERMITTED",
    "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
    "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
]

StartChildWorkflowExecutionFailedCauseType#

# StartChildWorkflowExecutionFailedCauseType usage example

from types_aiobotocore_swf.literals import StartChildWorkflowExecutionFailedCauseType

def get_value() -> StartChildWorkflowExecutionFailedCauseType:
    return "CHILD_CREATION_RATE_EXCEEDED"
# StartChildWorkflowExecutionFailedCauseType 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#

# StartLambdaFunctionFailedCauseType usage example

from types_aiobotocore_swf.literals import StartLambdaFunctionFailedCauseType

def get_value() -> StartLambdaFunctionFailedCauseType:
    return "ASSUME_ROLE_FAILED"
# StartLambdaFunctionFailedCauseType definition

StartLambdaFunctionFailedCauseType = Literal[
    "ASSUME_ROLE_FAILED",
]

StartTimerFailedCauseType#

# StartTimerFailedCauseType usage example

from types_aiobotocore_swf.literals import StartTimerFailedCauseType

def get_value() -> StartTimerFailedCauseType:
    return "OPEN_TIMERS_LIMIT_EXCEEDED"
# StartTimerFailedCauseType definition

StartTimerFailedCauseType = Literal[
    "OPEN_TIMERS_LIMIT_EXCEEDED",
    "OPERATION_NOT_PERMITTED",
    "TIMER_CREATION_RATE_EXCEEDED",
    "TIMER_ID_ALREADY_IN_USE",
]

WorkflowExecutionCancelRequestedCauseType#

# WorkflowExecutionCancelRequestedCauseType usage example

from types_aiobotocore_swf.literals import WorkflowExecutionCancelRequestedCauseType

def get_value() -> WorkflowExecutionCancelRequestedCauseType:
    return "CHILD_POLICY_APPLIED"
# WorkflowExecutionCancelRequestedCauseType definition

WorkflowExecutionCancelRequestedCauseType = Literal[
    "CHILD_POLICY_APPLIED",
]

WorkflowExecutionTerminatedCauseType#

# WorkflowExecutionTerminatedCauseType usage example

from types_aiobotocore_swf.literals import WorkflowExecutionTerminatedCauseType

def get_value() -> WorkflowExecutionTerminatedCauseType:
    return "CHILD_POLICY_APPLIED"
# WorkflowExecutionTerminatedCauseType definition

WorkflowExecutionTerminatedCauseType = Literal[
    "CHILD_POLICY_APPLIED",
    "EVENT_LIMIT_EXCEEDED",
    "OPERATOR_INITIATED",
]

WorkflowExecutionTimeoutTypeType#

# WorkflowExecutionTimeoutTypeType usage example

from types_aiobotocore_swf.literals import WorkflowExecutionTimeoutTypeType

def get_value() -> WorkflowExecutionTimeoutTypeType:
    return "START_TO_CLOSE"
# WorkflowExecutionTimeoutTypeType definition

WorkflowExecutionTimeoutTypeType = Literal[
    "START_TO_CLOSE",
]

SWFServiceName#

# SWFServiceName usage example

from types_aiobotocore_swf.literals import SWFServiceName

def get_value() -> SWFServiceName:
    return "swf"
# SWFServiceName definition

SWFServiceName = Literal[
    "swf",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_swf.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",
    "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",
    "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",
    "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",
    "entityresolution",
    "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",
    "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",
    "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",
    "managedblockchain-query",
    "marketplace-catalog",
    "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",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "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",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

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

def get_value() -> PaginatorName:
    return "get_workflow_execution_history"
# PaginatorName 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#

# RegionName usage example

from types_aiobotocore_swf.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",
    "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",
]