Skip to content

Literals#

Index > MainframeModernization > Literals

Auto-generated documentation for MainframeModernization type annotations stubs module mypy-boto3-m2.

ApplicationDeploymentLifecycleType#

# ApplicationDeploymentLifecycleType usage example

from mypy_boto3_m2.literals import ApplicationDeploymentLifecycleType

def get_value() -> ApplicationDeploymentLifecycleType:
    return "Deployed"
# ApplicationDeploymentLifecycleType definition

ApplicationDeploymentLifecycleType = Literal[
    "Deployed",
    "Deploying",
]

ApplicationLifecycleType#

# ApplicationLifecycleType usage example

from mypy_boto3_m2.literals import ApplicationLifecycleType

def get_value() -> ApplicationLifecycleType:
    return "Available"
# ApplicationLifecycleType definition

ApplicationLifecycleType = Literal[
    "Available",
    "Created",
    "Creating",
    "Deleting",
    "Deleting From Environment",
    "Failed",
    "Ready",
    "Running",
    "Starting",
    "Stopped",
    "Stopping",
]

ApplicationVersionLifecycleType#

# ApplicationVersionLifecycleType usage example

from mypy_boto3_m2.literals import ApplicationVersionLifecycleType

def get_value() -> ApplicationVersionLifecycleType:
    return "Available"
# ApplicationVersionLifecycleType definition

ApplicationVersionLifecycleType = Literal[
    "Available",
    "Creating",
    "Failed",
]

BatchJobExecutionStatusType#

# BatchJobExecutionStatusType usage example

from mypy_boto3_m2.literals import BatchJobExecutionStatusType

def get_value() -> BatchJobExecutionStatusType:
    return "Cancelled"
# BatchJobExecutionStatusType definition

BatchJobExecutionStatusType = Literal[
    "Cancelled",
    "Cancelling",
    "Dispatching",
    "Failed",
    "Holding",
    "Purged",
    "Running",
    "Submitting",
    "Succeeded",
    "Succeeded With Warning",
]

BatchJobTypeType#

# BatchJobTypeType usage example

from mypy_boto3_m2.literals import BatchJobTypeType

def get_value() -> BatchJobTypeType:
    return "JES2"
# BatchJobTypeType definition

BatchJobTypeType = Literal[
    "JES2",
    "JES3",
    "VSE",
]

DataSetTaskLifecycleType#

# DataSetTaskLifecycleType usage example

from mypy_boto3_m2.literals import DataSetTaskLifecycleType

def get_value() -> DataSetTaskLifecycleType:
    return "Completed"
# DataSetTaskLifecycleType definition

DataSetTa