Literals#
Index > RuntimeforBedrockDataAutomation > Literals
Auto-generated documentation for RuntimeforBedrockDataAutomation type annotations stubs module mypy-boto3-bedrock-data-automation-runtime.
AutomationJobStatusType#
# AutomationJobStatusType usage example
from mypy_boto3_bedrock_data_automation_runtime.literals import AutomationJobStatusType
def get_value() -> AutomationJobStatusType:
return "ClientError"
# AutomationJobStatusType definition
AutomationJobStatusType = Literal[
"ClientError",
"Created",
"InProgress",
"ServiceError",
"Success",
]
BlueprintStageType#
# BlueprintStageType usage example
from mypy_boto3_bedrock_data_automation_runtime.literals import BlueprintStageType
def get_value() -> BlueprintStageType:
return "DEVELOPMENT"
# BlueprintStageType definition
BlueprintStageType = Literal[
"DEVELOPMENT",
"LIVE",
]
DataAutomationStageType#
# DataAutomationStageType usage example
from mypy_boto3_bedrock_data_automation_runtime.literals import DataAutomationStageType
def get_value() -> DataAutomationStageType:
return "DEVELOPMENT"
# DataAutomationStageType definition
DataAutomationStageType = Literal[
"DEVELOPMENT",
"LIVE",
]
RuntimeforBedrockDataAutomationServiceName#
# RuntimeforBedrockDataAutomationServiceName usa