Skip to content

Literals#

Index > Omics > Literals

Auto-generated documentation for Omics type annotations stubs module mypy-boto3-omics.

AcceleratorsType#

# AcceleratorsType usage example

from mypy_boto3_omics.literals import AcceleratorsType

def get_value() -> AcceleratorsType:
    return "GPU"
# AcceleratorsType definition

AcceleratorsType = Literal[
    "GPU",
]

AnnotationImportJobCreatedWaiterName#

# AnnotationImportJobCreatedWaiterName usage example

from mypy_boto3_omics.literals import AnnotationImportJobCreatedWaiterName

def get_value() -> AnnotationImportJobCreatedWaiterName:
    return "annotation_import_job_created"
# AnnotationImportJobCreatedWaiterName definition

AnnotationImportJobCreatedWaiterName = Literal[
    "annotation_import_job_created",
]

AnnotationStoreCreatedWaiterName#

# AnnotationStoreCreatedWaiterName usage example

from mypy_boto3_omics.literals import AnnotationStoreCreatedWaiterName

def get_value() -> AnnotationStoreCreatedWaiterName:
    return "annotation_store_created"
# AnnotationStoreCreatedWaiterName definition

AnnotationStoreCreatedWaiterName = Literal[
    "annotation_store_created",
]

AnnotationStoreDeletedWaiterName#

# AnnotationStoreDeletedWaiterName usage example

from mypy_boto3_omics.literals import AnnotationStoreDeletedWaiterName

def get_value() -> AnnotationStoreDeletedWaiterName:
    return "annotation_store_deleted"
# AnnotationStoreDeletedWaiterName definition

AnnotationStoreDeletedWaiterName = Literal[
    "annotation_store_deleted",
]

AnnotationStoreVersionCreatedWaiterName#

# AnnotationStoreVersionCreatedWaiterName usage example

from mypy_boto3_omics.literals import AnnotationStoreVersionCreatedWaiterName

def get_value() -> AnnotationStoreVersionCreatedWaiterName:
    return "annotation_store_version_created"
# AnnotationStoreVersionCreatedWaiterName definition

AnnotationStoreVersionCreatedWaiterName = Literal[
    "annotation_store_version_created",
]

AnnotationStoreVersionDeletedWaiterName#

# AnnotationStoreVersionDeletedWaiterName usage example

from mypy_boto3_omics.literals import AnnotationStoreVersionDeletedWaiterName

def get_value() -> AnnotationStoreVersionDeletedWaiterName:
    return "annotation_store_version_deleted"
# AnnotationStoreVersionDeletedWaiterName definition

AnnotationStoreVersionDeletedWaiterName = Literal[
    "annotation_store_version_deleted",
]

AnnotationTypeType#

# AnnotationTypeType usage example

from mypy_boto3_omics.literals import AnnotationTypeType

def get_value() -> AnnotationTypeType:
    return "CHR_POS"
# AnnotationTypeType definition

AnnotationTypeType = Literal[
    "CHR_POS",
    "CHR_POS_REF_ALT",
    "CHR_START_END_ONE_BASE",
    "CHR_START_END_REF_ALT_ONE_BASE",
    "CHR_START_END_REF_ALT_ZERO_BASE",
    "CHR_START_END_ZERO_BASE",
    "GENERIC",
]

CreationTypeType#

# CreationTypeType usage example

from mypy_boto3_omics.literals import CreationTypeType

def get_value() -> CreationTypeType:
    return "IMPORT"
# CreationTypeType definition

CreationTypeType = Literal[
    "IMPORT",
    "UPLOAD",
]

ETagAlgorithmType#

# ETagAlgorithmType usage example

from mypy_boto3_omics.literals import ETagAlgorithmType

def get_value() -> ETagAlgorithmType:
    return "BAM_MD5up"
# ETagAlgorithmType definition

ETagAlgorithmType = Literal[
    "BAM_MD5up",
    "CRAM_MD5up",
    "FASTQ_MD5up",
]

EncryptionTypeType#

# EncryptionTypeType usage example

from mypy_boto3_omics.literals import EncryptionTypeType

def get_value() -> EncryptionTypeType:
    return "KMS"
# EncryptionTypeType definition

EncryptionTypeType = Literal[
    "KMS",
]

FileTypeType#

# FileTypeType usage example

from mypy_boto3_omics.literals import FileTypeType

def get_value() -> FileTypeType:
    return "BAM"
# FileTypeType definition

FileTypeType = Literal[
    "BAM",
    "CRAM",
    "FASTQ",
    "UBAM",
]

FormatToHeaderKeyType#

# FormatToHeaderKeyType usage example

from mypy_boto3_omics.literals import FormatToHeaderKeyType

def get_value() -> FormatToHeaderKeyType:
    return "ALT"
# FormatToHeaderKeyType definition

FormatToHeaderKeyType = Literal[
    "ALT",
    "CHR",
    "END",
    "POS",
    "REF",
    "START",
]

JobStatusType#

# JobStatusType usage example

from mypy_boto3_omics.literals import JobStatusType

def get_value() -> JobStatusType:
    return "CANCELLED"
# JobStatusType definition

JobStatusType = Literal[
    "CANCELLED",
    "COMPLETED",
    "COMPLETED_WITH_FAILURES",
    "FAILED",
    "IN_PROGRESS",
    "SUBMITTED",
]

ListAnnotationImportJobsPaginatorName#

# ListAnnotationImportJobsPaginatorName usage example

from mypy_boto3_omics.literals import ListAnnotationImportJobsPaginatorName

def get_value() -> ListAnnotationImportJobsPaginatorName:
    return "list_annotation_import_jobs"
# ListAnnotationImportJobsPaginatorName definition

ListAnnotationImportJobsPaginatorName = Literal[
    "list_annotation_import_jobs",
]

ListAnnotationStoreVersionsPaginatorName#

# ListAnnotationStoreVersionsPaginatorName usage example

from mypy_boto3_omics.literals import ListAnnotationStoreVersionsPaginatorName

def get_value() -> ListAnnotationStoreVersionsPaginatorName:
    return "list_annotation_store_versions"
# ListAnnotationStoreVersionsPaginatorName definition

ListAnnotationStoreVersionsPaginatorName = Literal[
    "list_annotation_store_versions",
]

ListAnnotationStoresPaginatorName#

# ListAnnotationStoresPaginatorName usage example

from mypy_boto3_omics.literals import ListAnnotationStoresPaginatorName

def get_value() -> ListAnnotationStoresPaginatorName:
    return "list_annotation_stores"
# ListAnnotationStoresPaginatorName definition

ListAnnotationStoresPaginatorName = Literal[
    "list_annotation_stores",
]

ListMultipartReadSetUploadsPaginatorName#

# ListMultipartReadSetUploadsPaginatorName usage example

from mypy_boto3_omics.literals import ListMultipartReadSetUploadsPaginatorName

def get_value() -> ListMultipartReadSetUploadsPaginatorName:
    return "list_multipart_read_set_uploads"
# ListMultipartReadSetUploadsPaginatorName definition

ListMultipartReadSetUploadsPaginatorName = Literal[
    "list_multipart_read_set_uploads",
]

ListReadSetActivationJobsPaginatorName#

# ListReadSetActivationJobsPaginatorName usage example

from mypy_boto3_omics.literals import ListReadSetActivationJobsPaginatorName

def get_value() -> ListReadSetActivationJobsPaginatorName:
    return "list_read_set_activation_jobs"
# ListReadSetActivationJobsPaginatorName definition

ListReadSetActivationJobsPaginatorName = Literal[
    "list_read_set_activation_jobs",
]

ListReadSetExportJobsPaginatorName#

# ListReadSetExportJobsPaginatorName usage example

from mypy_boto3_omics.literals import ListReadSetExportJobsPaginatorName

def get_value() -> ListReadSetExportJobsPaginatorName:
    return "list_read_set_export_jobs"
# ListReadSetExportJobsPaginatorName definition

ListReadSetExportJobsPaginatorName = Literal[
    "list_read_set_export_jobs",
]

ListReadSetImportJobsPaginatorName#

# ListReadSetImportJobsPaginatorName usage example

from mypy_boto3_omics.literals import ListReadSetImportJobsPaginatorName

def get_value() -> ListReadSetImportJobsPaginatorName:
    return "list_read_set_import_jobs"
# ListReadSetImportJobsPaginatorName definition

ListReadSetImportJobsPaginatorName = Literal[
    "list_read_set_import_jobs",
]

ListReadSetUploadPartsPaginatorName#

# ListReadSetUploadPartsPaginatorName usage example

from mypy_boto3_omics.literals import ListReadSetUploadPartsPaginatorName

def get_value() -> ListReadSetUploadPartsPaginatorName:
    return "list_read_set_upload_parts"
# ListReadSetUploadPartsPaginatorName definition

ListReadSetUploadPartsPaginatorName = Literal[
    "list_read_set_upload_parts",
]

ListReadSetsPaginatorName#

# ListReadSetsPaginatorName usage example

from mypy_boto3_omics.literals import ListReadSetsPaginatorName

def get_value() -> ListReadSetsPaginatorName:
    return "list_read_sets"
# ListReadSetsPaginatorName definition

ListReadSetsPaginatorName = Literal[
    "list_read_sets",
]

ListReferenceImportJobsPaginatorName#

# ListReferenceImportJobsPaginatorName usage example

from mypy_boto3_omics.literals import ListReferenceImportJobsPaginatorName

def get_value() -> ListReferenceImportJobsPaginatorName:
    return "list_reference_import_jobs"
# ListReferenceImportJobsPaginatorName definition

ListReferenceImportJobsPaginatorName = Literal[
    "list_reference_import_jobs",
]

ListReferenceStoresPaginatorName#

# ListReferenceStoresPaginatorName usage example

from mypy_boto3_omics.literals import ListReferenceStoresPaginatorName

def get_value() -> ListReferenceStoresPaginatorName:
    return "list_reference_stores"
# ListReferenceStoresPaginatorName definition

ListReferenceStoresPaginatorName = Literal[
    "list_reference_stores",
]

ListReferencesPaginatorName#

# ListReferencesPaginatorName usage example

from mypy_boto3_omics.literals import ListReferencesPaginatorName

def get_value() -> ListReferencesPaginatorName:
    return "list_references"
# ListReferencesPaginatorName definition

ListReferencesPaginatorName = Literal[
    "list_references",
]

ListRunGroupsPaginatorName#

# ListRunGroupsPaginatorName usage example

from mypy_boto3_omics.literals import ListRunGroupsPaginatorName

def get_value() -> ListRunGroupsPaginatorName:
    return "list_run_groups"
# ListRunGroupsPaginatorName definition

ListRunGroupsPaginatorName = Literal[
    "list_run_groups",
]

ListRunTasksPaginatorName#

# ListRunTasksPaginatorName usage example

from mypy_boto3_omics.literals import ListRunTasksPaginatorName

def get_value() -> ListRunTasksPaginatorName:
    return "list_run_tasks"
# ListRunTasksPaginatorName definition

ListRunTasksPaginatorName = Literal[
    "list_run_tasks",
]

ListRunsPaginatorName#

# ListRunsPaginatorName usage example

from mypy_boto3_omics.literals import ListRunsPaginatorName

def get_value() -> ListRunsPaginatorName:
    return "list_runs"
# ListRunsPaginatorName definition

ListRunsPaginatorName = Literal[
    "list_runs",
]

ListSequenceStoresPaginatorName#

# ListSequenceStoresPaginatorName usage example

from mypy_boto3_omics.literals import ListSequenceStoresPaginatorName

def get_value() -> ListSequenceStoresPaginatorName:
    return "list_sequence_stores"
# ListSequenceStoresPaginatorName definition

ListSequenceStoresPaginatorName = Literal[
    "list_sequence_stores",
]

ListSharesPaginatorName#

# ListSharesPaginatorName usage example

from mypy_boto3_omics.literals import ListSharesPaginatorName

def get_value() -> ListSharesPaginatorName:
    return "list_shares"
# ListSharesPaginatorName definition

ListSharesPaginatorName = Literal[
    "list_shares",
]

ListVariantImportJobsPaginatorName#

# ListVariantImportJobsPaginatorName usage example

from mypy_boto3_omics.literals import ListVariantImportJobsPaginatorName

def get_value() -> ListVariantImportJobsPaginatorName:
    return "list_variant_import_jobs"
# ListVariantImportJobsPaginatorName definition

ListVariantImportJobsPaginatorName = Literal[
    "list_variant_import_jobs",
]

ListVariantStoresPaginatorName#

# ListVariantStoresPaginatorName usage example

from mypy_boto3_omics.literals import ListVariantStoresPaginatorName

def get_value() -> ListVariantStoresPaginatorName:
    return "list_variant_stores"
# ListVariantStoresPaginatorName definition

ListVariantStoresPaginatorName = Literal[
    "list_variant_stores",
]

ListWorkflowsPaginatorName#

# ListWorkflowsPaginatorName usage example

from mypy_boto3_omics.literals import ListWorkflowsPaginatorName

def get_value() -> ListWorkflowsPaginatorName:
    return "list_workflows"
# ListWorkflowsPaginatorName definition

ListWorkflowsPaginatorName = Literal[
    "list_workflows",
]

ReadSetActivationJobCompletedWaiterName#

# ReadSetActivationJobCompletedWaiterName usage example

from mypy_boto3_omics.literals import ReadSetActivationJobCompletedWaiterName

def get_value() -> ReadSetActivationJobCompletedWaiterName:
    return "read_set_activation_job_completed"
# ReadSetActivationJobCompletedWaiterName definition

ReadSetActivationJobCompletedWaiterName = Literal[
    "read_set_activation_job_completed",
]

ReadSetActivationJobItemStatusType#

# ReadSetActivationJobItemStatusType usage example

from mypy_boto3_omics.literals import ReadSetActivationJobItemStatusType

def get_value() -> ReadSetActivationJobItemStatusType:
    return "FAILED"
# ReadSetActivationJobItemStatusType definition

ReadSetActivationJobItemStatusType = Literal[
    "FAILED",
    "FINISHED",
    "IN_PROGRESS",
    "NOT_STARTED",
]

ReadSetActivationJobStatusType#

# ReadSetActivationJobStatusType usage example

from mypy_boto3_omics.literals import ReadSetActivationJobStatusType

def get_value() -> ReadSetActivationJobStatusType:
    return "CANCELLED"
# ReadSetActivationJobStatusType definition

ReadSetActivationJobStatusType = Literal[
    "CANCELLED",
    "CANCELLING",
    "COMPLETED",
    "COMPLETED_WITH_FAILURES",
    "FAILED",
    "IN_PROGRESS",
    "SUBMITTED",
]

ReadSetExportJobCompletedWaiterName#

# ReadSetExportJobCompletedWaiterName usage example

from mypy_boto3_omics.literals import ReadSetExportJobCompletedWaiterName

def get_value() -> ReadSetExportJobCompletedWaiterName:
    return "read_set_export_job_completed"
# ReadSetExportJobCompletedWaiterName definition

ReadSetExportJobCompletedWaiterName = Literal[
    "read_set_export_job_completed",
]

ReadSetExportJobItemStatusType#

# ReadSetExportJobItemStatusType usage example

from mypy_boto3_omics.literals import ReadSetExportJobItemStatusType

def get_value() -> ReadSetExportJobItemStatusType:
    return "FAILED"
# ReadSetExportJobItemStatusType definition

ReadSetExportJobItemStatusType = Literal[
    "FAILED",
    "FINISHED",
    "IN_PROGRESS",
    "NOT_STARTED",
]

ReadSetExportJobStatusType#

# ReadSetExportJobStatusType usage example

from mypy_boto3_omics.literals import ReadSetExportJobStatusType

def get_value() -> ReadSetExportJobStatusType:
    return "CANCELLED"
# ReadSetExportJobStatusType definition

ReadSetExportJobStatusType = Literal[
    "CANCELLED",
    "CANCELLING",
    "COMPLETED",
    "COMPLETED_WITH_FAILURES",
    "FAILED",
    "IN_PROGRESS",
    "SUBMITTED",
]

ReadSetFileType#

# ReadSetFileType usage example

from mypy_boto3_omics.literals import ReadSetFileType

def get_value() -> ReadSetFileType:
    return "INDEX"
# ReadSetFileType definition

ReadSetFileType = Literal[
    "INDEX",
    "SOURCE1",
    "SOURCE2",
]

ReadSetImportJobCompletedWaiterName#

# ReadSetImportJobCompletedWaiterName usage example

from mypy_boto3_omics.literals import ReadSetImportJobCompletedWaiterName

def get_value() -> ReadSetImportJobCompletedWaiterName:
    return "read_set_import_job_completed"
# ReadSetImportJobCompletedWaiterName definition

ReadSetImportJobCompletedWaiterName = Literal[
    "read_set_import_job_completed",
]

ReadSetImportJobItemStatusType#

# ReadSetImportJobItemStatusType usage example

from mypy_boto3_omics.literals import ReadSetImportJobItemStatusType

def get_value() -> ReadSetImportJobItemStatusType:
    return "FAILED"
# ReadSetImportJobItemStatusType definition

ReadSetImportJobItemStatusType = Literal[
    "FAILED",
    "FINISHED",
    "IN_PROGRESS",
    "NOT_STARTED",
]

ReadSetImportJobStatusType#

# ReadSetImportJobStatusType usage example

from mypy_boto3_omics.literals import ReadSetImportJobStatusType

def get_value() -> ReadSetImportJobStatusType:
    return "CANCELLED"
# ReadSetImportJobStatusType definition

ReadSetImportJobStatusType = Literal[
    "CANCELLED",
    "CANCELLING",
    "COMPLETED",
    "COMPLETED_WITH_FAILURES",
    "FAILED",
    "IN_PROGRESS",
    "SUBMITTED",
]

ReadSetPartSourceType#

# ReadSetPartSourceType usage example

from mypy_boto3_omics.literals import ReadSetPartSourceType

def get_value() -> ReadSetPartSourceType:
    return "SOURCE1"
# ReadSetPartSourceType definition

ReadSetPartSourceType = Literal[
    "SOURCE1",
    "SOURCE2",
]

ReadSetStatusType#

# ReadSetStatusType usage example

from mypy_boto3_omics.literals import ReadSetStatusType

def get_value() -> ReadSetStatusType:
    return "ACTIVATING"
# ReadSetStatusType definition

ReadSetStatusType = Literal[
    "ACTIVATING",
    "ACTIVE",
    "ARCHIVED",
    "DELETED",
    "DELETING",
    "PROCESSING_UPLOAD",
    "UPLOAD_FAILED",
]

ReferenceFileType#

# ReferenceFileType usage example

from mypy_boto3_omics.literals import ReferenceFileType

def get_value() -> ReferenceFileType:
    return "INDEX"
# ReferenceFileType definition

ReferenceFileType = Literal[
    "INDEX",
    "SOURCE",
]

ReferenceImportJobCompletedWaiterName#

# ReferenceImportJobCompletedWaiterName usage example

from mypy_boto3_omics.literals import ReferenceImportJobCompletedWaiterName

def get_value() -> ReferenceImportJobCompletedWaiterName:
    return "reference_import_job_completed"
# ReferenceImportJobCompletedWaiterName definition

ReferenceImportJobCompletedWaiterName = Literal[
    "reference_import_job_completed",
]

ReferenceImportJobItemStatusType#

# ReferenceImportJobItemStatusType usage example

from mypy_boto3_omics.literals import ReferenceImportJobItemStatusType

def get_value() -> ReferenceImportJobItemStatusType:
    return "FAILED"
# ReferenceImportJobItemStatusType definition

ReferenceImportJobItemStatusType = Literal[
    "FAILED",
    "FINISHED",
    "IN_PROGRESS",
    "NOT_STARTED",
]

ReferenceImportJobStatusType#

# ReferenceImportJobStatusType usage example

from mypy_boto3_omics.literals import ReferenceImportJobStatusType

def get_value() -> ReferenceImportJobStatusType:
    return "CANCELLED"
# ReferenceImportJobStatusType definition

ReferenceImportJobStatusType = Literal[
    "CANCELLED",
    "CANCELLING",
    "COMPLETED",
    "COMPLETED_WITH_FAILURES",
    "FAILED",
    "IN_PROGRESS",
    "SUBMITTED",
]

ReferenceStatusType#

# ReferenceStatusType usage example

from mypy_boto3_omics.literals import ReferenceStatusType

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

ReferenceStatusType = Literal[
    "ACTIVE",
    "DELETED",
    "DELETING",
]

ResourceOwnerType#

# ResourceOwnerType usage example

from mypy_boto3_omics.literals import ResourceOwnerType

def get_value() -> ResourceOwnerType:
    return "OTHER"
# ResourceOwnerType definition

ResourceOwnerType = Literal[
    "OTHER",
    "SELF",
]

RunCompletedWaiterName#

# RunCompletedWaiterName usage example

from mypy_boto3_omics.literals import RunCompletedWaiterName

def get_value() -> RunCompletedWaiterName:
    return "run_completed"
# RunCompletedWaiterName definition

RunCompletedWaiterName = Literal[
    "run_completed",
]

RunExportType#

# RunExportType usage example

from mypy_boto3_omics.literals import RunExportType

def get_value() -> RunExportType:
    return "DEFINITION"
# RunExportType definition

RunExportType = Literal[
    "DEFINITION",
]

RunLogLevelType#

# RunLogLevelType usage example

from mypy_boto3_omics.literals import RunLogLevelType

def get_value() -> RunLogLevelType:
    return "ALL"
# RunLogLevelType definition

RunLogLevelType = Literal[
    "ALL",
    "ERROR",
    "FATAL",
    "OFF",
]

RunRetentionModeType#

# RunRetentionModeType usage example

from mypy_boto3_omics.literals import RunRetentionModeType

def get_value() -> RunRetentionModeType:
    return "REMOVE"
# RunRetentionModeType definition

RunRetentionModeType = Literal[
    "REMOVE",
    "RETAIN",
]

RunRunningWaiterName#

# RunRunningWaiterName usage example

from mypy_boto3_omics.literals import RunRunningWaiterName

def get_value() -> RunRunningWaiterName:
    return "run_running"
# RunRunningWaiterName definition

RunRunningWaiterName = Literal[
    "run_running",
]

RunStatusType#

# RunStatusType usage example

from mypy_boto3_omics.literals import RunStatusType

def get_value() -> RunStatusType:
    return "CANCELLED"
# RunStatusType definition

RunStatusType = Literal[
    "CANCELLED",
    "COMPLETED",
    "DELETED",
    "FAILED",
    "PENDING",
    "RUNNING",
    "STARTING",
    "STOPPING",
]

SchemaValueTypeType#

# SchemaValueTypeType usage example

from mypy_boto3_omics.literals import SchemaValueTypeType

def get_value() -> SchemaValueTypeType:
    return "BOOLEAN"
# SchemaValueTypeType definition

SchemaValueTypeType = Literal[
    "BOOLEAN",
    "DOUBLE",
    "FLOAT",
    "INT",
    "LONG",
    "STRING",
]

ShareStatusType#

# ShareStatusType usage example

from mypy_boto3_omics.literals import ShareStatusType

def get_value() -> ShareStatusType:
    return "ACTIVATING"
# ShareStatusType definition

ShareStatusType = Literal[
    "ACTIVATING",
    "ACTIVE",
    "DELETED",
    "DELETING",
    "FAILED",
    "PENDING",
]

StoreFormatType#

# StoreFormatType usage example

from mypy_boto3_omics.literals import StoreFormatType

def get_value() -> StoreFormatType:
    return "GFF"
# StoreFormatType definition

StoreFormatType = Literal[
    "GFF",
    "TSV",
    "VCF",
]

StoreStatusType#

# StoreStatusType usage example

from mypy_boto3_omics.literals import StoreStatusType

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

StoreStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

TaskCompletedWaiterName#

# TaskCompletedWaiterName usage example

from mypy_boto3_omics.literals import TaskCompletedWaiterName

def get_value() -> TaskCompletedWaiterName:
    return "task_completed"
# TaskCompletedWaiterName definition

TaskCompletedWaiterName = Literal[
    "task_completed",
]

TaskRunningWaiterName#

# TaskRunningWaiterName usage example

from mypy_boto3_omics.literals import TaskRunningWaiterName

def get_value() -> TaskRunningWaiterName:
    return "task_running"
# TaskRunningWaiterName definition

TaskRunningWaiterName = Literal[
    "task_running",
]

TaskStatusType#

# TaskStatusType usage example

from mypy_boto3_omics.literals import TaskStatusType

def get_value() -> TaskStatusType:
    return "CANCELLED"
# TaskStatusType definition

TaskStatusType = Literal[
    "CANCELLED",
    "COMPLETED",
    "FAILED",
    "PENDING",
    "RUNNING",
    "STARTING",
    "STOPPING",
]

VariantImportJobCreatedWaiterName#

# VariantImportJobCreatedWaiterName usage example

from mypy_boto3_omics.literals import VariantImportJobCreatedWaiterName

def get_value() -> VariantImportJobCreatedWaiterName:
    return "variant_import_job_created"
# VariantImportJobCreatedWaiterName definition

VariantImportJobCreatedWaiterName = Literal[
    "variant_import_job_created",
]

VariantStoreCreatedWaiterName#

# VariantStoreCreatedWaiterName usage example

from mypy_boto3_omics.literals import VariantStoreCreatedWaiterName

def get_value() -> VariantStoreCreatedWaiterName:
    return "variant_store_created"
# VariantStoreCreatedWaiterName definition

VariantStoreCreatedWaiterName = Literal[
    "variant_store_created",
]

VariantStoreDeletedWaiterName#

# VariantStoreDeletedWaiterName usage example

from mypy_boto3_omics.literals import VariantStoreDeletedWaiterName

def get_value() -> VariantStoreDeletedWaiterName:
    return "variant_store_deleted"
# VariantStoreDeletedWaiterName definition

VariantStoreDeletedWaiterName = Literal[
    "variant_store_deleted",
]

VersionStatusType#

# VersionStatusType usage example

from mypy_boto3_omics.literals import VersionStatusType

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

VersionStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

WorkflowActiveWaiterName#

# WorkflowActiveWaiterName usage example

from mypy_boto3_omics.literals import WorkflowActiveWaiterName

def get_value() -> WorkflowActiveWaiterName:
    return "workflow_active"
# WorkflowActiveWaiterName definition

WorkflowActiveWaiterName = Literal[
    "workflow_active",
]

WorkflowEngineType#

# WorkflowEngineType usage example

from mypy_boto3_omics.literals import WorkflowEngineType

def get_value() -> WorkflowEngineType:
    return "CWL"
# WorkflowEngineType definition

WorkflowEngineType = Literal[
    "CWL",
    "NEXTFLOW",
    "WDL",
]

WorkflowExportType#

# WorkflowExportType usage example

from mypy_boto3_omics.literals import WorkflowExportType

def get_value() -> WorkflowExportType:
    return "DEFINITION"
# WorkflowExportType definition

WorkflowExportType = Literal[
    "DEFINITION",
]

WorkflowStatusType#

# WorkflowStatusType usage example

from mypy_boto3_omics.literals import WorkflowStatusType

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

WorkflowStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETED",
    "FAILED",
    "INACTIVE",
    "UPDATING",
]

WorkflowTypeType#

# WorkflowTypeType usage example

from mypy_boto3_omics.literals import WorkflowTypeType

def get_value() -> WorkflowTypeType:
    return "PRIVATE"
# WorkflowTypeType definition

WorkflowTypeType = Literal[
    "PRIVATE",
    "READY2RUN",
]

OmicsServiceName#

# OmicsServiceName usage example

from mypy_boto3_omics.literals import OmicsServiceName

def get_value() -> OmicsServiceName:
    return "omics"
# OmicsServiceName definition

OmicsServiceName = Literal[
    "omics",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_omics.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",
    "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",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "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",
    "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",
    "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_omics.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_omics.literals import PaginatorName

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

PaginatorName = Literal[
    "list_annotation_import_jobs",
    "list_annotation_store_versions",
    "list_annotation_stores",
    "list_multipart_read_set_uploads",
    "list_read_set_activation_jobs",
    "list_read_set_export_jobs",
    "list_read_set_import_jobs",
    "list_read_set_upload_parts",
    "list_read_sets",
    "list_reference_import_jobs",
    "list_reference_stores",
    "list_references",
    "list_run_groups",
    "list_run_tasks",
    "list_runs",
    "list_sequence_stores",
    "list_shares",
    "list_variant_import_jobs",
    "list_variant_stores",
    "list_workflows",
]

WaiterName#

# WaiterName usage example

from mypy_boto3_omics.literals import WaiterName

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

WaiterName = Literal[
    "annotation_import_job_created",
    "annotation_store_created",
    "annotation_store_deleted",
    "annotation_store_version_created",
    "annotation_store_version_deleted",
    "read_set_activation_job_completed",
    "read_set_export_job_completed",
    "read_set_import_job_completed",
    "reference_import_job_completed",
    "run_completed",
    "run_running",
    "task_completed",
    "task_running",
    "variant_import_job_created",
    "variant_store_created",
    "variant_store_deleted",
    "workflow_active",
]

RegionName#

# RegionName usage example

from mypy_boto3_omics.literals import RegionName

def get_value() -> RegionName:
    return "ap-southeast-1"
# RegionName definition

RegionName = Literal[
    "ap-southeast-1",
    "eu-central-1",
    "eu-west-1",
    "eu-west-2",
    "il-central-1",
    "us-east-1",
    "us-west-2",
]