Skip to content

Literals#

Index > DeadlineCloud > Literals

Auto-generated documentation for DeadlineCloud type annotations stubs module mypy-boto3-deadline.

AcceleratorTypeType#

# AcceleratorTypeType usage example

from mypy_boto3_deadline.literals import AcceleratorTypeType

def get_value() -> AcceleratorTypeType:
    return "gpu"
# AcceleratorTypeType definition

AcceleratorTypeType = Literal[
    "gpu",
]

AutoScalingModeType#

# AutoScalingModeType usage example

from mypy_boto3_deadline.literals import AutoScalingModeType

def get_value() -> AutoScalingModeType:
    return "EVENT_BASED_AUTO_SCALING"
# AutoScalingModeType definition

AutoScalingModeType = Literal[
    "EVENT_BASED_AUTO_SCALING",
    "NO_SCALING",
]

AutoScalingStatusType#

# AutoScalingStatusType usage example

from mypy_boto3_deadline.literals import AutoScalingStatusType

def get_value() -> AutoScalingStatusType:
    return "GROWING"
# AutoScalingStatusType definition

AutoScalingStatusType = Literal[
    "GROWING",
    "SHRINKING",
    "STEADY",
]

BudgetActionTypeType#

# BudgetActionTypeType usage example

from mypy_boto3_deadline.literals import BudgetActionTypeType

def get_value() -> BudgetActionTypeType:
    return "STOP_SCHEDULING_AND_CANCEL_TASKS"
# BudgetActionTypeType definition

BudgetActionTypeType = Literal[
    "STOP_SCHEDULING_AND_CANCEL_TASKS",
    "STOP_SCHEDULING_AND_COMPLETE_TASKS",
]

BudgetStatusType#

# BudgetStatusType usage example

from mypy_boto3_deadline.literals import BudgetStatusType

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

BudgetStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]

ComparisonOperatorType#

# ComparisonOperatorType usage example

from mypy_boto3_deadline.literals import ComparisonOperatorType

def get_value() -> ComparisonOperatorType:
    return "EQUAL"
# ComparisonOperatorType definition

ComparisonOperatorType = Literal[
    "EQUAL",
    "GREATER_THAN",
    "GREATER_THAN_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_EQUAL_TO",
    "NOT_EQUAL",
]

CompletedStatusType#

# CompletedStatusType usage example

from mypy_boto3_deadline.literals import CompletedStatusType

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

CompletedStatusType = Literal[
    "CANCELED",
    "FAILED",
    "INTERRUPTED",
    "NEVER_ATTEMPTED",
    "SUCCEEDED",
]

CpuArchitectureTypeType#

# CpuArchitectureTypeType usage example

from mypy_boto3_deadline.literals import CpuArchitectureTypeType

def get_value() -> CpuArchitectureTypeType:
    return "arm64"
# CpuArchitectureTypeType definition

CpuArchitectureTypeType = Literal[
    "arm64",
    "x86_64",
]

CreateJobTargetTaskRunStatusType#

# CreateJobTargetTaskRunStatusType usage example

from mypy_boto3_deadline.literals import CreateJobTargetTaskRunStatusType

def get_value() -> CreateJobTargetTaskRunStatusType:
    return "READY"
# CreateJobTargetTaskRunStatusType definition

CreateJobTargetTaskRunStatusType = Literal[
    "READY",
    "SUSPENDED",
]

CustomerManagedFleetOperatingSystemFamilyType#

# CustomerManagedFleetOperatingSystemFamilyType usage example

from mypy_boto3_deadline.literals import CustomerManagedFleetOperatingSystemFamilyType

def get_value() -> CustomerManagedFleetOperatingSystemFamilyType:
    return "LINUX"
# CustomerManagedFleetOperatingSystemFamilyType definition

CustomerManagedFleetOperatingSystemFamilyType = Literal[
    "LINUX",
    "MACOS",
    "WINDOWS",
]

DefaultQueueBudgetActionType#

# DefaultQueueBudgetActionType usage example

from mypy_boto3_deadline.literals import DefaultQueueBudgetActionType

def get_value() -> DefaultQueueBudgetActionType:
    return "NONE"
# DefaultQueueBudgetActionType definition

DefaultQueueBudgetActionType = Literal[
    "NONE",
    "STOP_SCHEDULING_AND_CANCEL_TASKS",
    "STOP_SCHEDULING_AND_COMPLETE_TASKS",
]

DependencyConsumerResolutionStatusType#

# DependencyConsumerResolutionStatusType usage example

from mypy_boto3_deadline.literals import DependencyConsumerResolutionStatusType

def get_value() -> DependencyConsumerResolutionStatusType:
    return "RESOLVED"
# DependencyConsumerResolutionStatusType definition

DependencyConsumerResolutionStatusType = Literal[
    "RESOLVED",
    "UNRESOLVED",
]

DesiredWorkerStatusType#

# DesiredWorkerStatusType usage example

from mypy_boto3_deadline.literals import DesiredWorkerStatusType

def get_value() -> DesiredWorkerStatusType:
    return "STOPPED"
# DesiredWorkerStatusType definition

DesiredWorkerStatusType = Literal[
    "STOPPED",
]

Ec2MarketTypeType#

# Ec2MarketTypeType usage example

from mypy_boto3_deadline.literals import Ec2MarketTypeType

def get_value() -> Ec2MarketTypeType:
    return "on-demand"
# Ec2MarketTypeType definition

Ec2MarketTypeType = Literal[
    "on-demand",
    "spot",
]

EnvironmentTemplateTypeType#

# EnvironmentTemplateTypeType usage example

from mypy_boto3_deadline.literals import EnvironmentTemplateTypeType

def get_value() -> EnvironmentTemplateTypeType:
    return "JSON"
# EnvironmentTemplateTypeType definition

EnvironmentTemplateTypeType = Literal[
    "JSON",
    "YAML",
]

FileSystemLocationTypeType#

# FileSystemLocationTypeType usage example

from mypy_boto3_deadline.literals import FileSystemLocationTypeType

def get_value() -> FileSystemLocationTypeType:
    return "LOCAL"
# FileSystemLocationTypeType definition

FileSystemLocationTypeType = Literal[
    "LOCAL",
    "SHARED",
]

FleetActiveWaiterName#

# FleetActiveWaiterName usage example

from mypy_boto3_deadline.literals import FleetActiveWaiterName

def get_value() -> FleetActiveWaiterName:
    return "fleet_active"
# FleetActiveWaiterName definition

FleetActiveWaiterName = Literal[
    "fleet_active",
]

FleetStatusType#

# FleetStatusType usage example

from mypy_boto3_deadline.literals import FleetStatusType

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

FleetStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
]

GetSessionsStatisticsAggregationPaginatorName#

# GetSessionsStatisticsAggregationPaginatorName usage example

from mypy_boto3_deadline.literals import GetSessionsStatisticsAggregationPaginatorName

def get_value() -> GetSessionsStatisticsAggregationPaginatorName:
    return "get_sessions_statistics_aggregation"
# GetSessionsStatisticsAggregationPaginatorName definition

GetSessionsStatisticsAggregationPaginatorName = Literal[
    "get_sessions_statistics_aggregation",
]

JobAttachmentsFileSystemType#

# JobAttachmentsFileSystemType usage example

from mypy_boto3_deadline.literals import JobAttachmentsFileSystemType

def get_value() -> JobAttachmentsFileSystemType:
    return "COPIED"
# JobAttachmentsFileSystemType definition

JobAttachmentsFileSystemType = Literal[
    "COPIED",
    "VIRTUAL",
]

JobCreateCompleteWaiterName#

# JobCreateCompleteWaiterName usage example

from mypy_boto3_deadline.literals import JobCreateCompleteWaiterName

def get_value() -> JobCreateCompleteWaiterName:
    return "job_create_complete"
# JobCreateCompleteWaiterName definition

JobCreateCompleteWaiterName = Literal[
    "job_create_complete",
]

JobEntityErrorCodeType#

# JobEntityErrorCodeType usage example

from mypy_boto3_deadline.literals import JobEntityErrorCodeType

def get_value() -> JobEntityErrorCodeType:
    return "AccessDeniedException"
# JobEntityErrorCodeType definition

JobEntityErrorCodeType = Literal[
    "AccessDeniedException",
    "ConflictException",
    "InternalServerException",
    "MaxPayloadSizeExceeded",
    "ResourceNotFoundException",
    "ValidationException",
]

JobLifecycleStatusType#

# JobLifecycleStatusType usage example

from mypy_boto3_deadline.literals import JobLifecycleStatusType

def get_value() -> JobLifecycleStatusType:
    return "ARCHIVED"
# JobLifecycleStatusType definition

JobLifecycleStatusType = Literal[
    "ARCHIVED",
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_SUCCEEDED",
    "UPLOAD_FAILED",
    "UPLOAD_IN_PROGRESS",
]

JobTargetTaskRunStatusType#

# JobTargetTaskRunStatusType usage example

from mypy_boto3_deadline.literals import JobTargetTaskRunStatusType

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

JobTargetTaskRunStatusType = Literal[
    "CANCELED",
    "FAILED",
    "PENDING",
    "READY",
    "SUCCEEDED",
    "SUSPENDED",
]

JobTemplateTypeType#

# JobTemplateTypeType usage example

from mypy_boto3_deadline.literals import JobTemplateTypeType

def get_value() -> JobTemplateTypeType:
    return "JSON"
# JobTemplateTypeType definition

JobTemplateTypeType = Literal[
    "JSON",
    "YAML",
]

LicenseEndpointDeletedWaiterName#

# LicenseEndpointDeletedWaiterName usage example

from mypy_boto3_deadline.literals import LicenseEndpointDeletedWaiterName

def get_value() -> LicenseEndpointDeletedWaiterName:
    return "license_endpoint_deleted"
# LicenseEndpointDeletedWaiterName definition

LicenseEndpointDeletedWaiterName = Literal[
    "license_endpoint_deleted",
]

LicenseEndpointStatusType#

# LicenseEndpointStatusType usage example

from mypy_boto3_deadline.literals import LicenseEndpointStatusType

def get_value() -> LicenseEndpointStatusType:
    return "CREATE_IN_PROGRESS"
# LicenseEndpointStatusType definition

LicenseEndpointStatusType = Literal[
    "CREATE_IN_PROGRESS",
    "DELETE_IN_PROGRESS",
    "NOT_READY",
    "READY",
]

LicenseEndpointValidWaiterName#

# LicenseEndpointValidWaiterName usage example

from mypy_boto3_deadline.literals import LicenseEndpointValidWaiterName

def get_value() -> LicenseEndpointValidWaiterName:
    return "license_endpoint_valid"
# LicenseEndpointValidWaiterName definition

LicenseEndpointValidWaiterName = Literal[
    "license_endpoint_valid",
]

ListAvailableMeteredProductsPaginatorName#

# ListAvailableMeteredProductsPaginatorName usage example

from mypy_boto3_deadline.literals import ListAvailableMeteredProductsPaginatorName

def get_value() -> ListAvailableMeteredProductsPaginatorName:
    return "list_available_metered_products"
# ListAvailableMeteredProductsPaginatorName definition

ListAvailableMeteredProductsPaginatorName = Literal[
    "list_available_metered_products",
]

ListBudgetsPaginatorName#

# ListBudgetsPaginatorName usage example

from mypy_boto3_deadline.literals import ListBudgetsPaginatorName

def get_value() -> ListBudgetsPaginatorName:
    return "list_budgets"
# ListBudgetsPaginatorName definition

ListBudgetsPaginatorName = Literal[
    "list_budgets",
]

ListFarmMembersPaginatorName#

# ListFarmMembersPaginatorName usage example

from mypy_boto3_deadline.literals import ListFarmMembersPaginatorName

def get_value() -> ListFarmMembersPaginatorName:
    return "list_farm_members"
# ListFarmMembersPaginatorName definition

ListFarmMembersPaginatorName = Literal[
    "list_farm_members",
]

ListFarmsPaginatorName#

# ListFarmsPaginatorName usage example

from mypy_boto3_deadline.literals import ListFarmsPaginatorName

def get_value() -> ListFarmsPaginatorName:
    return "list_farms"
# ListFarmsPaginatorName definition

ListFarmsPaginatorName = Literal[
    "list_farms",
]

ListFleetMembersPaginatorName#

# ListFleetMembersPaginatorName usage example

from mypy_boto3_deadline.literals import ListFleetMembersPaginatorName

def get_value() -> ListFleetMembersPaginatorName:
    return "list_fleet_members"
# ListFleetMembersPaginatorName definition

ListFleetMembersPaginatorName = Literal[
    "list_fleet_members",
]

ListFleetsPaginatorName#

# ListFleetsPaginatorName usage example

from mypy_boto3_deadline.literals import ListFleetsPaginatorName

def get_value() -> ListFleetsPaginatorName:
    return "list_fleets"
# ListFleetsPaginatorName definition

ListFleetsPaginatorName = Literal[
    "list_fleets",
]

ListJobMembersPaginatorName#

# ListJobMembersPaginatorName usage example

from mypy_boto3_deadline.literals import ListJobMembersPaginatorName

def get_value() -> ListJobMembersPaginatorName:
    return "list_job_members"
# ListJobMembersPaginatorName definition

ListJobMembersPaginatorName = Literal[
    "list_job_members",
]

ListJobsPaginatorName#

# ListJobsPaginatorName usage example

from mypy_boto3_deadline.literals import ListJobsPaginatorName

def get_value() -> ListJobsPaginatorName:
    return "list_jobs"
# ListJobsPaginatorName definition

ListJobsPaginatorName = Literal[
    "list_jobs",
]

ListLicenseEndpointsPaginatorName#

# ListLicenseEndpointsPaginatorName usage example

from mypy_boto3_deadline.literals import ListLicenseEndpointsPaginatorName

def get_value() -> ListLicenseEndpointsPaginatorName:
    return "list_license_endpoints"
# ListLicenseEndpointsPaginatorName definition

ListLicenseEndpointsPaginatorName = Literal[
    "list_license_endpoints",
]

ListMeteredProductsPaginatorName#

# ListMeteredProductsPaginatorName usage example

from mypy_boto3_deadline.literals import ListMeteredProductsPaginatorName

def get_value() -> ListMeteredProductsPaginatorName:
    return "list_metered_products"
# ListMeteredProductsPaginatorName definition

ListMeteredProductsPaginatorName = Literal[
    "list_metered_products",
]

ListMonitorsPaginatorName#

# ListMonitorsPaginatorName usage example

from mypy_boto3_deadline.literals import ListMonitorsPaginatorName

def get_value() -> ListMonitorsPaginatorName:
    return "list_monitors"
# ListMonitorsPaginatorName definition

ListMonitorsPaginatorName = Literal[
    "list_monitors",
]

ListQueueEnvironmentsPaginatorName#

# ListQueueEnvironmentsPaginatorName usage example

from mypy_boto3_deadline.literals import ListQueueEnvironmentsPaginatorName

def get_value() -> ListQueueEnvironmentsPaginatorName:
    return "list_queue_environments"
# ListQueueEnvironmentsPaginatorName definition

ListQueueEnvironmentsPaginatorName = Literal[
    "list_queue_environments",
]

ListQueueFleetAssociationsPaginatorName#

# ListQueueFleetAssociationsPaginatorName usage example

from mypy_boto3_deadline.literals import ListQueueFleetAssociationsPaginatorName

def get_value() -> ListQueueFleetAssociationsPaginatorName:
    return "list_queue_fleet_associations"
# ListQueueFleetAssociationsPaginatorName definition

ListQueueFleetAssociationsPaginatorName = Literal[
    "list_queue_fleet_associations",
]

ListQueueMembersPaginatorName#

# ListQueueMembersPaginatorName usage example

from mypy_boto3_deadline.literals import ListQueueMembersPaginatorName

def get_value() -> ListQueueMembersPaginatorName:
    return "list_queue_members"
# ListQueueMembersPaginatorName definition

ListQueueMembersPaginatorName = Literal[
    "list_queue_members",
]

ListQueuesPaginatorName#

# ListQueuesPaginatorName usage example

from mypy_boto3_deadline.literals import ListQueuesPaginatorName

def get_value() -> ListQueuesPaginatorName:
    return "list_queues"
# ListQueuesPaginatorName definition

ListQueuesPaginatorName = Literal[
    "list_queues",
]

ListSessionActionsPaginatorName#

# ListSessionActionsPaginatorName usage example

from mypy_boto3_deadline.literals import ListSessionActionsPaginatorName

def get_value() -> ListSessionActionsPaginatorName:
    return "list_session_actions"
# ListSessionActionsPaginatorName definition

ListSessionActionsPaginatorName = Literal[
    "list_session_actions",
]

ListSessionsForWorkerPaginatorName#

# ListSessionsForWorkerPaginatorName usage example

from mypy_boto3_deadline.literals import ListSessionsForWorkerPaginatorName

def get_value() -> ListSessionsForWorkerPaginatorName:
    return "list_sessions_for_worker"
# ListSessionsForWorkerPaginatorName definition

ListSessionsForWorkerPaginatorName = Literal[
    "list_sessions_for_worker",
]

ListSessionsPaginatorName#

# ListSessionsPaginatorName usage example

from mypy_boto3_deadline.literals import ListSessionsPaginatorName

def get_value() -> ListSessionsPaginatorName:
    return "list_sessions"
# ListSessionsPaginatorName definition

ListSessionsPaginatorName = Literal[
    "list_sessions",
]

ListStepConsumersPaginatorName#

# ListStepConsumersPaginatorName usage example

from mypy_boto3_deadline.literals import ListStepConsumersPaginatorName

def get_value() -> ListStepConsumersPaginatorName:
    return "list_step_consumers"
# ListStepConsumersPaginatorName definition

ListStepConsumersPaginatorName = Literal[
    "list_step_consumers",
]

ListStepDependenciesPaginatorName#

# ListStepDependenciesPaginatorName usage example

from mypy_boto3_deadline.literals import ListStepDependenciesPaginatorName

def get_value() -> ListStepDependenciesPaginatorName:
    return "list_step_dependencies"
# ListStepDependenciesPaginatorName definition

ListStepDependenciesPaginatorName = Literal[
    "list_step_dependencies",
]

ListStepsPaginatorName#

# ListStepsPaginatorName usage example

from mypy_boto3_deadline.literals import ListStepsPaginatorName

def get_value() -> ListStepsPaginatorName:
    return "list_steps"
# ListStepsPaginatorName definition

ListStepsPaginatorName = Literal[
    "list_steps",
]

ListStorageProfilesForQueuePaginatorName#

# ListStorageProfilesForQueuePaginatorName usage example

from mypy_boto3_deadline.literals import ListStorageProfilesForQueuePaginatorName

def get_value() -> ListStorageProfilesForQueuePaginatorName:
    return "list_storage_profiles_for_queue"
# ListStorageProfilesForQueuePaginatorName definition

ListStorageProfilesForQueuePaginatorName = Literal[
    "list_storage_profiles_for_queue",
]

ListStorageProfilesPaginatorName#

# ListStorageProfilesPaginatorName usage example

from mypy_boto3_deadline.literals import ListStorageProfilesPaginatorName

def get_value() -> ListStorageProfilesPaginatorName:
    return "list_storage_profiles"
# ListStorageProfilesPaginatorName definition

ListStorageProfilesPaginatorName = Literal[
    "list_storage_profiles",
]

ListTasksPaginatorName#

# ListTasksPaginatorName usage example

from mypy_boto3_deadline.literals import ListTasksPaginatorName

def get_value() -> ListTasksPaginatorName:
    return "list_tasks"
# ListTasksPaginatorName definition

ListTasksPaginatorName = Literal[
    "list_tasks",
]

ListWorkersPaginatorName#

# ListWorkersPaginatorName usage example

from mypy_boto3_deadline.literals import ListWorkersPaginatorName

def get_value() -> ListWorkersPaginatorName:
    return "list_workers"
# ListWorkersPaginatorName definition

ListWorkersPaginatorName = Literal[
    "list_workers",
]

LogicalOperatorType#

# LogicalOperatorType usage example

from mypy_boto3_deadline.literals import LogicalOperatorType

def get_value() -> LogicalOperatorType:
    return "AND"
# LogicalOperatorType definition

LogicalOperatorType = Literal[
    "AND",
    "OR",
]

MembershipLevelType#

# MembershipLevelType usage example

from mypy_boto3_deadline.literals import MembershipLevelType

def get_value() -> MembershipLevelType:
    return "CONTRIBUTOR"
# MembershipLevelType definition

MembershipLevelType = Literal[
    "CONTRIBUTOR",
    "MANAGER",
    "OWNER",
    "VIEWER",
]

PathFormatType#

# PathFormatType usage example

from mypy_boto3_deadline.literals import PathFormatType

def get_value() -> PathFormatType:
    return "posix"
# PathFormatType definition

PathFormatType = Literal[
    "posix",
    "windows",
]

PeriodType#

# PeriodType usage example

from mypy_boto3_deadline.literals import PeriodType

def get_value() -> PeriodType:
    return "DAILY"
# PeriodType definition

PeriodType = Literal[
    "DAILY",
    "HOURLY",
    "MONTHLY",
    "WEEKLY",
]

PrincipalTypeType#

# PrincipalTypeType usage example

from mypy_boto3_deadline.literals import PrincipalTypeType

def get_value() -> PrincipalTypeType:
    return "GROUP"
# PrincipalTypeType definition

PrincipalTypeType = Literal[
    "GROUP",
    "USER",
]

QueueBlockedReasonType#

# QueueBlockedReasonType usage example

from mypy_boto3_deadline.literals import QueueBlockedReasonType

def get_value() -> QueueBlockedReasonType:
    return "BUDGET_THRESHOLD_REACHED"
# QueueBlockedReasonType definition

QueueBlockedReasonType = Literal[
    "BUDGET_THRESHOLD_REACHED",
    "NO_BUDGET_CONFIGURED",
]

QueueFleetAssociationStatusType#

# QueueFleetAssociationStatusType usage example

from mypy_boto3_deadline.literals import QueueFleetAssociationStatusType

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

QueueFleetAssociationStatusType = Literal[
    "ACTIVE",
    "STOP_SCHEDULING_AND_CANCEL_TASKS",
    "STOP_SCHEDULING_AND_COMPLETE_TASKS",
    "STOPPED",
]

QueueFleetAssociationStoppedWaiterName#

# QueueFleetAssociationStoppedWaiterName usage example

from mypy_boto3_deadline.literals import QueueFleetAssociationStoppedWaiterName

def get_value() -> QueueFleetAssociationStoppedWaiterName:
    return "queue_fleet_association_stopped"
# QueueFleetAssociationStoppedWaiterName definition

QueueFleetAssociationStoppedWaiterName = Literal[
    "queue_fleet_association_stopped",
]

QueueSchedulingBlockedWaiterName#

# QueueSchedulingBlockedWaiterName usage example

from mypy_boto3_deadline.literals import QueueSchedulingBlockedWaiterName

def get_value() -> QueueSchedulingBlockedWaiterName:
    return "queue_scheduling_blocked"
# QueueSchedulingBlockedWaiterName definition

QueueSchedulingBlockedWaiterName = Literal[
    "queue_scheduling_blocked",
]

QueueSchedulingWaiterName#

# QueueSchedulingWaiterName usage example

from mypy_boto3_deadline.literals import QueueSchedulingWaiterName

def get_value() -> QueueSchedulingWaiterName:
    return "queue_scheduling"
# QueueSchedulingWaiterName definition

QueueSchedulingWaiterName = Literal[
    "queue_scheduling",
]

QueueStatusType#

# QueueStatusType usage example

from mypy_boto3_deadline.literals import QueueStatusType

def get_value() -> QueueStatusType:
    return "IDLE"
# QueueStatusType definition

QueueStatusType = Literal[
    "IDLE",
    "SCHEDULING",
    "SCHEDULING_BLOCKED",
]

RunAsType#

# RunAsType usage example

from mypy_boto3_deadline.literals import RunAsType

def get_value() -> RunAsType:
    return "QUEUE_CONFIGURED_USER"
# RunAsType definition

RunAsType = Literal[
    "QUEUE_CONFIGURED_USER",
    "WORKER_AGENT_USER",
]

ServiceManagedFleetOperatingSystemFamilyType#

# ServiceManagedFleetOperatingSystemFamilyType usage example

from mypy_boto3_deadline.literals import ServiceManagedFleetOperatingSystemFamilyType

def get_value() -> ServiceManagedFleetOperatingSystemFamilyType:
    return "LINUX"
# ServiceManagedFleetOperatingSystemFamilyType definition

ServiceManagedFleetOperatingSystemFamilyType = Literal[
    "LINUX",
    "WINDOWS",
]

SessionActionStatusType#

# SessionActionStatusType usage example

from mypy_boto3_deadline.literals import SessionActionStatusType

def get_value() -> SessionActionStatusType:
    return "ASSIGNED"
# SessionActionStatusType definition

SessionActionStatusType = Literal[
    "ASSIGNED",
    "CANCELED",
    "CANCELING",
    "FAILED",
    "INTERRUPTED",
    "NEVER_ATTEMPTED",
    "RECLAIMED",
    "RECLAIMING",
    "RUNNING",
    "SCHEDULED",
    "SUCCEEDED",
]

SessionLifecycleStatusType#

# SessionLifecycleStatusType usage example

from mypy_boto3_deadline.literals import SessionLifecycleStatusType

def get_value() -> SessionLifecycleStatusType:
    return "ENDED"
# SessionLifecycleStatusType definition

SessionLifecycleStatusType = Literal[
    "ENDED",
    "STARTED",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_SUCCEEDED",
]

SessionLifecycleTargetStatusType#

# SessionLifecycleTargetStatusType usage example

from mypy_boto3_deadline.literals import SessionLifecycleTargetStatusType

def get_value() -> SessionLifecycleTargetStatusType:
    return "ENDED"
# SessionLifecycleTargetStatusType definition

SessionLifecycleTargetStatusType = Literal[
    "ENDED",
]

SessionsStatisticsAggregationStatusType#

# SessionsStatisticsAggregationStatusType usage example

from mypy_boto3_deadline.literals import SessionsStatisticsAggregationStatusType

def get_value() -> SessionsStatisticsAggregationStatusType:
    return "COMPLETED"
# SessionsStatisticsAggregationStatusType definition

SessionsStatisticsAggregationStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "TIMEOUT",
]

SortOrderType#

# SortOrderType usage example

from mypy_boto3_deadline.literals import SortOrderType

def get_value() -> SortOrderType:
    return "ASCENDING"
# SortOrderType definition

SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]

StepLifecycleStatusType#

# StepLifecycleStatusType usage example

from mypy_boto3_deadline.literals import StepLifecycleStatusType

def get_value() -> StepLifecycleStatusType:
    return "CREATE_COMPLETE"
# StepLifecycleStatusType definition

StepLifecycleStatusType = Literal[
    "CREATE_COMPLETE",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_SUCCEEDED",
]

StepParameterTypeType#

# StepParameterTypeType usage example

from mypy_boto3_deadline.literals import StepParameterTypeType

def get_value() -> StepParameterTypeType:
    return "FLOAT"
# StepParameterTypeType definition

StepParameterTypeType = Literal[
    "FLOAT",
    "INT",
    "PATH",
    "STRING",
]

StepTargetTaskRunStatusType#

# StepTargetTaskRunStatusType usage example

from mypy_boto3_deadline.literals import StepTargetTaskRunStatusType

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

StepTargetTaskRunStatusType = Literal[
    "CANCELED",
    "FAILED",
    "PENDING",
    "READY",
    "SUCCEEDED",
    "SUSPENDED",
]

StorageProfileOperatingSystemFamilyType#

# StorageProfileOperatingSystemFamilyType usage example

from mypy_boto3_deadline.literals import StorageProfileOperatingSystemFamilyType

def get_value() -> StorageProfileOperatingSystemFamilyType:
    return "LINUX"
# StorageProfileOperatingSystemFamilyType definition

StorageProfileOperatingSystemFamilyType = Literal[
    "LINUX",
    "MACOS",
    "WINDOWS",
]

TaskRunStatusType#

# TaskRunStatusType usage example

from mypy_boto3_deadline.literals import TaskRunStatusType

def get_value() -> TaskRunStatusType:
    return "ASSIGNED"
# TaskRunStatusType definition

TaskRunStatusType = Literal[
    "ASSIGNED",
    "CANCELED",
    "FAILED",
    "INTERRUPTING",
    "NOT_COMPATIBLE",
    "PENDING",
    "READY",
    "RUNNING",
    "SCHEDULED",
    "STARTING",
    "SUCCEEDED",
    "SUSPENDED",
]

TaskTargetRunStatusType#

# TaskTargetRunStatusType usage example

from mypy_boto3_deadline.literals import TaskTargetRunStatusType

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

TaskTargetRunStatusType = Literal[
    "CANCELED",
    "FAILED",
    "PENDING",
    "READY",
    "SUCCEEDED",
    "SUSPENDED",
]

UpdateJobLifecycleStatusType#

# UpdateJobLifecycleStatusType usage example

from mypy_boto3_deadline.literals import UpdateJobLifecycleStatusType

def get_value() -> UpdateJobLifecycleStatusType:
    return "ARCHIVED"
# UpdateJobLifecycleStatusType definition

UpdateJobLifecycleStatusType = Literal[
    "ARCHIVED",
]

UpdateQueueFleetAssociationStatusType#

# UpdateQueueFleetAssociationStatusType usage example

from mypy_boto3_deadline.literals import UpdateQueueFleetAssociationStatusType

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

UpdateQueueFleetAssociationStatusType = Literal[
    "ACTIVE",
    "STOP_SCHEDULING_AND_CANCEL_TASKS",
    "STOP_SCHEDULING_AND_COMPLETE_TASKS",
]

UpdatedWorkerStatusType#

# UpdatedWorkerStatusType usage example

from mypy_boto3_deadline.literals import UpdatedWorkerStatusType

def get_value() -> UpdatedWorkerStatusType:
    return "STARTED"
# UpdatedWorkerStatusType definition

UpdatedWorkerStatusType = Literal[
    "STARTED",
    "STOPPED",
    "STOPPING",
]

UsageGroupByFieldType#

# UsageGroupByFieldType usage example

from mypy_boto3_deadline.literals import UsageGroupByFieldType

def get_value() -> UsageGroupByFieldType:
    return "FLEET_ID"
# UsageGroupByFieldType definition

UsageGroupByFieldType = Literal[
    "FLEET_ID",
    "INSTANCE_TYPE",
    "JOB_ID",
    "LICENSE_PRODUCT",
    "QUEUE_ID",
    "USAGE_TYPE",
    "USER_ID",
]

UsageStatisticType#

# UsageStatisticType usage example

from mypy_boto3_deadline.literals import UsageStatisticType

def get_value() -> UsageStatisticType:
    return "AVG"
# UsageStatisticType definition

UsageStatisticType = Literal[
    "AVG",
    "MAX",
    "MIN",
    "SUM",
]

UsageTypeType#

# UsageTypeType usage example

from mypy_boto3_deadline.literals import UsageTypeType

def get_value() -> UsageTypeType:
    return "COMPUTE"
# UsageTypeType definition

UsageTypeType = Literal[
    "COMPUTE",
    "LICENSE",
]

WorkerStatusType#

# WorkerStatusType usage example

from mypy_boto3_deadline.literals import WorkerStatusType

def get_value() -> WorkerStatusType:
    return "CREATED"
# WorkerStatusType definition

WorkerStatusType = Literal[
    "CREATED",
    "IDLE",
    "NOT_COMPATIBLE",
    "NOT_RESPONDING",
    "RUNNING",
    "STARTED",
    "STOPPED",
    "STOPPING",
]

DeadlineCloudServiceName#

# DeadlineCloudServiceName usage example

from mypy_boto3_deadline.literals import DeadlineCloudServiceName

def get_value() -> DeadlineCloudServiceName:
    return "deadline"
# DeadlineCloudServiceName definition

DeadlineCloudServiceName = Literal[
    "deadline",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_deadline.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",
    "codeconnections",
    "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",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "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",
    "route53profiles",
    "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_deadline.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_deadline.literals import PaginatorName

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

PaginatorName = Literal[
    "get_sessions_statistics_aggregation",
    "list_available_metered_products",
    "list_budgets",
    "list_farm_members",
    "list_farms",
    "list_fleet_members",
    "list_fleets",
    "list_job_members",
    "list_jobs",
    "list_license_endpoints",
    "list_metered_products",
    "list_monitors",
    "list_queue_environments",
    "list_queue_fleet_associations",
    "list_queue_members",
    "list_queues",
    "list_session_actions",
    "list_sessions",
    "list_sessions_for_worker",
    "list_step_consumers",
    "list_step_dependencies",
    "list_steps",
    "list_storage_profiles",
    "list_storage_profiles_for_queue",
    "list_tasks",
    "list_workers",
]

WaiterName#

# WaiterName usage example

from mypy_boto3_deadline.literals import WaiterName

def get_value() -> WaiterName:
    return "fleet_active"
# WaiterName definition

WaiterName = Literal[
    "fleet_active",
    "job_create_complete",
    "license_endpoint_deleted",
    "license_endpoint_valid",
    "queue_fleet_association_stopped",
    "queue_scheduling",
    "queue_scheduling_blocked",
]