export declare const Accelerators: { readonly GPU: "GPU"; }; export type Accelerators = (typeof Accelerators)[keyof typeof Accelerators]; export declare const ShareStatus: { readonly ACTIVATING: "ACTIVATING"; readonly ACTIVE: "ACTIVE"; readonly DELETED: "DELETED"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; }; export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus]; export declare const ReadSetActivationJobStatus: { readonly CANCELLED: "CANCELLED"; readonly CANCELLING: "CANCELLING"; readonly COMPLETED: "COMPLETED"; readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUBMITTED: "SUBMITTED"; }; export type ReadSetActivationJobStatus = (typeof ReadSetActivationJobStatus)[keyof typeof ReadSetActivationJobStatus]; export declare const ReadSetActivationJobItemStatus: { readonly FAILED: "FAILED"; readonly FINISHED: "FINISHED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly NOT_STARTED: "NOT_STARTED"; }; export type ReadSetActivationJobItemStatus = (typeof ReadSetActivationJobItemStatus)[keyof typeof ReadSetActivationJobItemStatus]; export declare const JobStatus: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUBMITTED: "SUBMITTED"; }; export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus]; export declare const EncryptionType: { readonly KMS: "KMS"; }; export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType]; export declare const StoreFormat: { readonly GFF: "GFF"; readonly TSV: "TSV"; readonly VCF: "VCF"; }; export type StoreFormat = (typeof StoreFormat)[keyof typeof StoreFormat]; export declare const AnnotationType: { readonly CHR_POS: "CHR_POS"; readonly CHR_POS_REF_ALT: "CHR_POS_REF_ALT"; readonly CHR_START_END_ONE_BASE: "CHR_START_END_ONE_BASE"; readonly CHR_START_END_REF_ALT_ONE_BASE: "CHR_START_END_REF_ALT_ONE_BASE"; readonly CHR_START_END_REF_ALT_ZERO_BASE: "CHR_START_END_REF_ALT_ZERO_BASE"; readonly CHR_START_END_ZERO_BASE: "CHR_START_END_ZERO_BASE"; readonly GENERIC: "GENERIC"; }; export type AnnotationType = (typeof AnnotationType)[keyof typeof AnnotationType]; export declare const FormatToHeaderKey: { readonly ALT: "ALT"; readonly CHR: "CHR"; readonly END: "END"; readonly POS: "POS"; readonly REF: "REF"; readonly START: "START"; }; export type FormatToHeaderKey = (typeof FormatToHeaderKey)[keyof typeof FormatToHeaderKey]; export declare const SchemaValueType: { readonly BOOLEAN: "BOOLEAN"; readonly DOUBLE: "DOUBLE"; readonly FLOAT: "FLOAT"; readonly INT: "INT"; readonly LONG: "LONG"; readonly STRING: "STRING"; }; export type SchemaValueType = (typeof SchemaValueType)[keyof typeof SchemaValueType]; export declare const StoreStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly UPDATING: "UPDATING"; }; export type StoreStatus = (typeof StoreStatus)[keyof typeof StoreStatus]; export declare const VersionStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly UPDATING: "UPDATING"; }; export type VersionStatus = (typeof VersionStatus)[keyof typeof VersionStatus]; export declare const BatchStatus: { readonly CANCELLED: "CANCELLED"; readonly CREATING: "CREATING"; readonly FAILED: "FAILED"; readonly INPROGRESS: "INPROGRESS"; readonly PENDING: "PENDING"; readonly PROCESSED: "PROCESSED"; readonly RUNS_DELETED: "RUNS_DELETED"; readonly RUNS_DELETING: "RUNS_DELETING"; readonly STOPPING: "STOPPING"; readonly SUBMITTING: "SUBMITTING"; }; export type BatchStatus = (typeof BatchStatus)[keyof typeof BatchStatus]; export declare const CacheBehavior: { readonly CACHE_ALWAYS: "CACHE_ALWAYS"; readonly CACHE_ON_FAILURE: "CACHE_ON_FAILURE"; }; export type CacheBehavior = (typeof CacheBehavior)[keyof typeof CacheBehavior]; export declare const ReadSetPartSource: { readonly SOURCE1: "SOURCE1"; readonly SOURCE2: "SOURCE2"; }; export type ReadSetPartSource = (typeof ReadSetPartSource)[keyof typeof ReadSetPartSource]; export declare const ConfigurationStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETED: "DELETED"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly UPDATING: "UPDATING"; }; export type ConfigurationStatus = (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus]; export declare const FileType: { readonly BAM: "BAM"; readonly CRAM: "CRAM"; readonly FASTQ: "FASTQ"; readonly UBAM: "UBAM"; }; export type FileType = (typeof FileType)[keyof typeof FileType]; export declare const RunCacheStatus: { readonly ACTIVE: "ACTIVE"; readonly DELETED: "DELETED"; readonly FAILED: "FAILED"; }; export type RunCacheStatus = (typeof RunCacheStatus)[keyof typeof RunCacheStatus]; export declare const ETagAlgorithmFamily: { readonly MD5UP: "MD5up"; readonly SHA256UP: "SHA256up"; readonly SHA512UP: "SHA512up"; }; export type ETagAlgorithmFamily = (typeof ETagAlgorithmFamily)[keyof typeof ETagAlgorithmFamily]; export declare const SequenceStoreStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly UPDATING: "UPDATING"; }; export type SequenceStoreStatus = (typeof SequenceStoreStatus)[keyof typeof SequenceStoreStatus]; export declare const SourceReferenceType: { readonly BRANCH: "BRANCH"; readonly COMMIT: "COMMIT"; readonly TAG: "TAG"; }; export type SourceReferenceType = (typeof SourceReferenceType)[keyof typeof SourceReferenceType]; export declare const WorkflowEngine: { readonly CWL: "CWL"; readonly NEXTFLOW: "NEXTFLOW"; readonly WDL: "WDL"; readonly WDL_LENIENT: "WDL_LENIENT"; }; export type WorkflowEngine = (typeof WorkflowEngine)[keyof typeof WorkflowEngine]; export declare const StorageType: { readonly DYNAMIC: "DYNAMIC"; readonly STATIC: "STATIC"; }; export type StorageType = (typeof StorageType)[keyof typeof StorageType]; export declare const WorkflowStatus: { readonly ACTIVE: "ACTIVE"; readonly CREATING: "CREATING"; readonly DELETED: "DELETED"; readonly FAILED: "FAILED"; readonly INACTIVE: "INACTIVE"; readonly UPDATING: "UPDATING"; }; export type WorkflowStatus = (typeof WorkflowStatus)[keyof typeof WorkflowStatus]; export declare const CreationType: { readonly IMPORT: "IMPORT"; readonly UPLOAD: "UPLOAD"; }; export type CreationType = (typeof CreationType)[keyof typeof CreationType]; export declare const RunLogLevel: { readonly ALL: "ALL"; readonly ERROR: "ERROR"; readonly FATAL: "FATAL"; readonly OFF: "OFF"; }; export type RunLogLevel = (typeof RunLogLevel)[keyof typeof RunLogLevel]; export declare const NetworkingMode: { readonly RESTRICTED: "RESTRICTED"; readonly VPC: "VPC"; }; export type NetworkingMode = (typeof NetworkingMode)[keyof typeof NetworkingMode]; export declare const RunRetentionMode: { readonly REMOVE: "REMOVE"; readonly RETAIN: "RETAIN"; }; export type RunRetentionMode = (typeof RunRetentionMode)[keyof typeof RunRetentionMode]; export declare const ScratchStorageMode: { readonly LOCAL: "LOCAL"; readonly SHARED: "SHARED"; }; export type ScratchStorageMode = (typeof ScratchStorageMode)[keyof typeof ScratchStorageMode]; export declare const WorkflowType: { readonly PRIVATE: "PRIVATE"; readonly READY2RUN: "READY2RUN"; }; export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType]; export declare const ETagAlgorithm: { readonly BAM_MD5UP: "BAM_MD5up"; readonly BAM_SHA256UP: "BAM_SHA256up"; readonly BAM_SHA512UP: "BAM_SHA512up"; readonly CRAM_MD5UP: "CRAM_MD5up"; readonly CRAM_SHA256UP: "CRAM_SHA256up"; readonly CRAM_SHA512UP: "CRAM_SHA512up"; readonly FASTQ_MD5UP: "FASTQ_MD5up"; readonly FASTQ_SHA256UP: "FASTQ_SHA256up"; readonly FASTQ_SHA512UP: "FASTQ_SHA512up"; }; export type ETagAlgorithm = (typeof ETagAlgorithm)[keyof typeof ETagAlgorithm]; export declare const ReadSetExportJobItemStatus: { readonly FAILED: "FAILED"; readonly FINISHED: "FINISHED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly NOT_STARTED: "NOT_STARTED"; }; export type ReadSetExportJobItemStatus = (typeof ReadSetExportJobItemStatus)[keyof typeof ReadSetExportJobItemStatus]; export declare const ReadSetExportJobStatus: { readonly CANCELLED: "CANCELLED"; readonly CANCELLING: "CANCELLING"; readonly COMPLETED: "COMPLETED"; readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUBMITTED: "SUBMITTED"; }; export type ReadSetExportJobStatus = (typeof ReadSetExportJobStatus)[keyof typeof ReadSetExportJobStatus]; export declare const ShareResourceType: { readonly ANNOTATION_STORE: "ANNOTATION_STORE"; readonly VARIANT_STORE: "VARIANT_STORE"; readonly WORKFLOW: "WORKFLOW"; }; export type ShareResourceType = (typeof ShareResourceType)[keyof typeof ShareResourceType]; export declare const ReadSetFile: { readonly INDEX: "INDEX"; readonly SOURCE1: "SOURCE1"; readonly SOURCE2: "SOURCE2"; }; export type ReadSetFile = (typeof ReadSetFile)[keyof typeof ReadSetFile]; export declare const ReadSetImportJobItemStatus: { readonly FAILED: "FAILED"; readonly FINISHED: "FINISHED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly NOT_STARTED: "NOT_STARTED"; }; export type ReadSetImportJobItemStatus = (typeof ReadSetImportJobItemStatus)[keyof typeof ReadSetImportJobItemStatus]; export declare const ReadSetImportJobStatus: { readonly CANCELLED: "CANCELLED"; readonly CANCELLING: "CANCELLING"; readonly COMPLETED: "COMPLETED"; readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUBMITTED: "SUBMITTED"; }; export type ReadSetImportJobStatus = (typeof ReadSetImportJobStatus)[keyof typeof ReadSetImportJobStatus]; export declare const ReadSetStatus: { readonly ACTIVATING: "ACTIVATING"; readonly ACTIVE: "ACTIVE"; readonly ARCHIVED: "ARCHIVED"; readonly DELETED: "DELETED"; readonly DELETING: "DELETING"; readonly PROCESSING_UPLOAD: "PROCESSING_UPLOAD"; readonly UPLOAD_FAILED: "UPLOAD_FAILED"; }; export type ReadSetStatus = (typeof ReadSetStatus)[keyof typeof ReadSetStatus]; export declare const ReferenceFile: { readonly INDEX: "INDEX"; readonly SOURCE: "SOURCE"; }; export type ReferenceFile = (typeof ReferenceFile)[keyof typeof ReferenceFile]; export declare const ReferenceImportJobItemStatus: { readonly FAILED: "FAILED"; readonly FINISHED: "FINISHED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly NOT_STARTED: "NOT_STARTED"; }; export type ReferenceImportJobItemStatus = (typeof ReferenceImportJobItemStatus)[keyof typeof ReferenceImportJobItemStatus]; export declare const ReferenceImportJobStatus: { readonly CANCELLED: "CANCELLED"; readonly CANCELLING: "CANCELLING"; readonly COMPLETED: "COMPLETED"; readonly COMPLETED_WITH_FAILURES: "COMPLETED_WITH_FAILURES"; readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUBMITTED: "SUBMITTED"; }; export type ReferenceImportJobStatus = (typeof ReferenceImportJobStatus)[keyof typeof ReferenceImportJobStatus]; export declare const ReferenceCreationType: { readonly IMPORT: "IMPORT"; }; export type ReferenceCreationType = (typeof ReferenceCreationType)[keyof typeof ReferenceCreationType]; export declare const ReferenceStatus: { readonly ACTIVE: "ACTIVE"; readonly DELETED: "DELETED"; readonly DELETING: "DELETING"; }; export type ReferenceStatus = (typeof ReferenceStatus)[keyof typeof ReferenceStatus]; export declare const RunExport: { readonly DEFINITION: "DEFINITION"; }; export type RunExport = (typeof RunExport)[keyof typeof RunExport]; export declare const RunStatus: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; readonly DELETED: "DELETED"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; readonly RUNNING: "RUNNING"; readonly STARTING: "STARTING"; readonly STOPPING: "STOPPING"; }; export type RunStatus = (typeof RunStatus)[keyof typeof RunStatus]; export declare const TaskStatus: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly PENDING: "PENDING"; readonly RUNNING: "RUNNING"; readonly STARTING: "STARTING"; readonly STOPPING: "STOPPING"; }; export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus]; export declare const StoreType: { readonly REFERENCE_STORE: "REFERENCE_STORE"; readonly SEQUENCE_STORE: "SEQUENCE_STORE"; }; export type StoreType = (typeof StoreType)[keyof typeof StoreType]; export declare const WorkflowExport: { readonly DEFINITION: "DEFINITION"; readonly README: "README"; }; export type WorkflowExport = (typeof WorkflowExport)[keyof typeof WorkflowExport]; export declare const SubmissionStatus: { readonly CANCEL_FAILED: "CANCEL_FAILED"; readonly CANCEL_SUCCESS: "CANCEL_SUCCESS"; readonly DELETE_FAILED: "DELETE_FAILED"; readonly DELETE_SUCCESS: "DELETE_SUCCESS"; readonly FAILED: "FAILED"; readonly SUCCESS: "SUCCESS"; }; export type SubmissionStatus = (typeof SubmissionStatus)[keyof typeof SubmissionStatus]; export declare const ResourceOwner: { readonly OTHER: "OTHER"; readonly SELF: "SELF"; }; export type ResourceOwner = (typeof ResourceOwner)[keyof typeof ResourceOwner];