Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Omics

import { Omics } from "https://aws-api.deno.dev/v0.4/services/omics.ts?docs=full";
class Omics {
constructor(apiFactory: client.ApiFactory);
async batchDeleteReadSet(params: BatchDeleteReadSetRequest, opts?: client.RequestOptions): Promise<BatchDeleteReadSetResponse>;
async cancelAnnotationImportJob(params: CancelAnnotationImportRequest, opts?: client.RequestOptions): Promise<void>;
async cancelRun(params: CancelRunRequest, opts?: client.RequestOptions): Promise<void>;
async cancelVariantImportJob(params: CancelVariantImportRequest, opts?: client.RequestOptions): Promise<void>;
async createAnnotationStore(params: CreateAnnotationStoreRequest, opts?: client.RequestOptions): Promise<CreateAnnotationStoreResponse>;
async createReferenceStore(params: CreateReferenceStoreRequest, opts?: client.RequestOptions): Promise<CreateReferenceStoreResponse>;
async createRunGroup(params: CreateRunGroupRequest, opts?: client.RequestOptions): Promise<CreateRunGroupResponse>;
async createSequenceStore(params: CreateSequenceStoreRequest, opts?: client.RequestOptions): Promise<CreateSequenceStoreResponse>;
async createVariantStore(params: CreateVariantStoreRequest, opts?: client.RequestOptions): Promise<CreateVariantStoreResponse>;
async createWorkflow(params: CreateWorkflowRequest, opts?: client.RequestOptions): Promise<CreateWorkflowResponse>;
async deleteAnnotationStore(params: DeleteAnnotationStoreRequest, opts?: client.RequestOptions): Promise<DeleteAnnotationStoreResponse>;
async deleteReference(params: DeleteReferenceRequest, opts?: client.RequestOptions): Promise<void>;
async deleteReferenceStore(params: DeleteReferenceStoreRequest, opts?: client.RequestOptions): Promise<void>;
async deleteRun(params: DeleteRunRequest, opts?: client.RequestOptions): Promise<void>;
async deleteRunGroup(params: DeleteRunGroupRequest, opts?: client.RequestOptions): Promise<void>;
async deleteSequenceStore(params: DeleteSequenceStoreRequest, opts?: client.RequestOptions): Promise<void>;
async deleteVariantStore(params: DeleteVariantStoreRequest, opts?: client.RequestOptions): Promise<DeleteVariantStoreResponse>;
async deleteWorkflow(params: DeleteWorkflowRequest, opts?: client.RequestOptions): Promise<void>;
async getAnnotationImportJob(params: GetAnnotationImportRequest, opts?: client.RequestOptions): Promise<GetAnnotationImportResponse>;
async getAnnotationStore(params: GetAnnotationStoreRequest, opts?: client.RequestOptions): Promise<GetAnnotationStoreResponse>;
async getReadSet(params: GetReadSetRequest, opts?: client.RequestOptions): Promise<GetReadSetResponse>;
async getReadSetActivationJob(params: GetReadSetActivationJobRequest, opts?: client.RequestOptions): Promise<GetReadSetActivationJobResponse>;
async getReadSetExportJob(params: GetReadSetExportJobRequest, opts?: client.RequestOptions): Promise<GetReadSetExportJobResponse>;
async getReadSetImportJob(params: GetReadSetImportJobRequest, opts?: client.RequestOptions): Promise<GetReadSetImportJobResponse>;
async getReadSetMetadata(params: GetReadSetMetadataRequest, opts?: client.RequestOptions): Promise<GetReadSetMetadataResponse>;
async getReference(params: GetReferenceRequest, opts?: client.RequestOptions): Promise<GetReferenceResponse>;
async getReferenceImportJob(params: GetReferenceImportJobRequest, opts?: client.RequestOptions): Promise<GetReferenceImportJobResponse>;
async getReferenceMetadata(params: GetReferenceMetadataRequest, opts?: client.RequestOptions): Promise<GetReferenceMetadataResponse>;
async getReferenceStore(params: GetReferenceStoreRequest, opts?: client.RequestOptions): Promise<GetReferenceStoreResponse>;
async getRun(params: GetRunRequest, opts?: client.RequestOptions): Promise<GetRunResponse>;
async getRunGroup(params: GetRunGroupRequest, opts?: client.RequestOptions): Promise<GetRunGroupResponse>;
async getRunTask(params: GetRunTaskRequest, opts?: client.RequestOptions): Promise<GetRunTaskResponse>;
async getSequenceStore(params: GetSequenceStoreRequest, opts?: client.RequestOptions): Promise<GetSequenceStoreResponse>;
async getVariantImportJob(params: GetVariantImportRequest, opts?: client.RequestOptions): Promise<GetVariantImportResponse>;
async getVariantStore(params: GetVariantStoreRequest, opts?: client.RequestOptions): Promise<GetVariantStoreResponse>;
async getWorkflow(params: GetWorkflowRequest, opts?: client.RequestOptions): Promise<GetWorkflowResponse>;
async listAnnotationImportJobs(params?: ListAnnotationImportJobsRequest, opts?: client.RequestOptions): Promise<ListAnnotationImportJobsResponse>;
async listAnnotationStores(params?: ListAnnotationStoresRequest, opts?: client.RequestOptions): Promise<ListAnnotationStoresResponse>;
async listReadSetActivationJobs(params: ListReadSetActivationJobsRequest, opts?: client.RequestOptions): Promise<ListReadSetActivationJobsResponse>;
async listReadSetExportJobs(params: ListReadSetExportJobsRequest, opts?: client.RequestOptions): Promise<ListReadSetExportJobsResponse>;
async listReadSetImportJobs(params: ListReadSetImportJobsRequest, opts?: client.RequestOptions): Promise<ListReadSetImportJobsResponse>;
async listReadSets(params: ListReadSetsRequest, opts?: client.RequestOptions): Promise<ListReadSetsResponse>;
async listReferenceImportJobs(params: ListReferenceImportJobsRequest, opts?: client.RequestOptions): Promise<ListReferenceImportJobsResponse>;
async listReferences(params: ListReferencesRequest, opts?: client.RequestOptions): Promise<ListReferencesResponse>;
async listReferenceStores(params?: ListReferenceStoresRequest, opts?: client.RequestOptions): Promise<ListReferenceStoresResponse>;
async listRunGroups(params?: ListRunGroupsRequest, opts?: client.RequestOptions): Promise<ListRunGroupsResponse>;
async listRuns(params?: ListRunsRequest, opts?: client.RequestOptions): Promise<ListRunsResponse>;
async listRunTasks(params: ListRunTasksRequest, opts?: client.RequestOptions): Promise<ListRunTasksResponse>;
async listSequenceStores(params?: ListSequenceStoresRequest, opts?: client.RequestOptions): Promise<ListSequenceStoresResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listVariantImportJobs(params?: ListVariantImportJobsRequest, opts?: client.RequestOptions): Promise<ListVariantImportJobsResponse>;
async listVariantStores(params?: ListVariantStoresRequest, opts?: client.RequestOptions): Promise<ListVariantStoresResponse>;
async listWorkflows(params?: ListWorkflowsRequest, opts?: client.RequestOptions): Promise<ListWorkflowsResponse>;
async startAnnotationImportJob(params: StartAnnotationImportRequest, opts?: client.RequestOptions): Promise<StartAnnotationImportResponse>;
async startReadSetActivationJob(params: StartReadSetActivationJobRequest, opts?: client.RequestOptions): Promise<StartReadSetActivationJobResponse>;
async startReadSetExportJob(params: StartReadSetExportJobRequest, opts?: client.RequestOptions): Promise<StartReadSetExportJobResponse>;
async startReadSetImportJob(params: StartReadSetImportJobRequest, opts?: client.RequestOptions): Promise<StartReadSetImportJobResponse>;
async startReferenceImportJob(params: StartReferenceImportJobRequest, opts?: client.RequestOptions): Promise<StartReferenceImportJobResponse>;
async startRun(params: StartRunRequest, opts?: client.RequestOptions): Promise<StartRunResponse>;
async startVariantImportJob(params: StartVariantImportRequest, opts?: client.RequestOptions): Promise<StartVariantImportResponse>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateAnnotationStore(params: UpdateAnnotationStoreRequest, opts?: client.RequestOptions): Promise<UpdateAnnotationStoreResponse>;
async updateRunGroup(params: UpdateRunGroupRequest, opts?: client.RequestOptions): Promise<void>;
async updateVariantStore(params: UpdateVariantStoreRequest, opts?: client.RequestOptions): Promise<UpdateVariantStoreResponse>;
async updateWorkflow(params: UpdateWorkflowRequest, opts?: client.RequestOptions): Promise<void>;
async waitForAnnotationImportJobCreated(params: GetAnnotationImportRequest, opts?: client.RequestOptions): Promise<GetAnnotationImportResponse>;
async waitForAnnotationStoreCreated(params: GetAnnotationStoreRequest, opts?: client.RequestOptions): Promise<GetAnnotationStoreResponse>;
async waitForAnnotationStoreDeleted(params: GetAnnotationStoreRequest, opts?: client.RequestOptions): Promise<Error | GetAnnotationStoreResponse>;
async waitForReadSetActivationJobCompleted(params: GetReadSetActivationJobRequest, opts?: client.RequestOptions): Promise<GetReadSetActivationJobResponse>;
async waitForReadSetExportJobCompleted(params: GetReadSetExportJobRequest, opts?: client.RequestOptions): Promise<GetReadSetExportJobResponse>;
async waitForReadSetImportJobCompleted(params: GetReadSetImportJobRequest, opts?: client.RequestOptions): Promise<GetReadSetImportJobResponse>;
async waitForReferenceImportJobCompleted(params: GetReferenceImportJobRequest, opts?: client.RequestOptions): Promise<GetReferenceImportJobResponse>;
async waitForRunCompleted(params: GetRunRequest, opts?: client.RequestOptions): Promise<GetRunResponse>;
async waitForRunRunning(params: GetRunRequest, opts?: client.RequestOptions): Promise<GetRunResponse>;
async waitForTaskCompleted(params: GetRunTaskRequest, opts?: client.RequestOptions): Promise<GetRunTaskResponse>;
async waitForTaskRunning(params: GetRunTaskRequest, opts?: client.RequestOptions): Promise<GetRunTaskResponse>;
async waitForVariantImportJobCreated(params: GetVariantImportRequest, opts?: client.RequestOptions): Promise<GetVariantImportResponse>;
async waitForVariantStoreCreated(params: GetVariantStoreRequest, opts?: client.RequestOptions): Promise<GetVariantStoreResponse>;
async waitForVariantStoreDeleted(params: GetVariantStoreRequest, opts?: client.RequestOptions): Promise<Error | GetVariantStoreResponse>;
async waitForWorkflowActive(params: GetWorkflowRequest, opts?: client.RequestOptions): Promise<GetWorkflowResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Omics(apiFactory: client.ApiFactory)
[src]

§Methods

§

Deletes one or more read sets.

§
cancelAnnotationImportJob(params: CancelAnnotationImportRequest, opts?: client.RequestOptions): Promise<void>
[src]

Cancels an annotation import job.

§
cancelRun(params: CancelRunRequest, opts?: client.RequestOptions): Promise<void>
[src]

Cancels a run.

§
cancelVariantImportJob(params: CancelVariantImportRequest, opts?: client.RequestOptions): Promise<void>
[src]

Cancels a variant import job.

§

Creates an annotation store.

§

Creates a reference store.

§

Creates a run group.

§

Creates a sequence store.

§

Creates a variant store.

§

Creates a workflow.

§

Deletes an annotation store.

§
deleteReference(params: DeleteReferenceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a genome reference.

§
deleteReferenceStore(params: DeleteReferenceStoreRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a genome reference store.

§
deleteRun(params: DeleteRunRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a workflow run.

§
deleteRunGroup(params: DeleteRunGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a workflow run group.

§
deleteSequenceStore(params: DeleteSequenceStoreRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a sequence store.

§

Deletes a variant store.

§
deleteWorkflow(params: DeleteWorkflowRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a workflow.

§

Gets information about an annotation import job.

§

Gets information about an annotation store.

§

Gets a file from a read set.

§

Gets information about a read set activation job.

§

Gets information about a read set export job.

§

Gets information about a read set import job.

§

Gets details about a read set.

§

Gets a reference file.

§

Gets information about a reference import job.

§

Gets information about a genome reference's metadata.

§

Gets information about a reference store.

§
getRun(params: GetRunRequest, opts?: client.RequestOptions): Promise<GetRunResponse>
[src]

Gets information about a workflow run.

§

Gets information about a workflow run group.

§

Gets information about a workflow run task.

§

Gets information about a sequence store.

§
getVariantImportJob(params: GetVariantImportRequest, opts?: client.RequestOptions): Promise<GetVariantImportResponse>
[src]

Gets information about a variant import job.

§

Gets information about a variant store.

§

Gets information about a workflow.

§

Retrieves a list of annotation import jobs.

§

Retrieves a list of annotation stores.

§

Retrieves a list of read set activation jobs.

§

Retrieves a list of read set export jobs.

§

Retrieves a list of read set import jobs.

§

Retrieves a list of read sets.

§

Retrieves a list of reference import jobs.

§

Retrieves a list of references.

§

Retrieves a list of reference stores.

§

Retrieves a list of run groups.

§
listRuns(params?: ListRunsRequest, opts?: client.RequestOptions): Promise<ListRunsResponse>
[src]

Retrieves a list of runs.

§

Retrieves a list of tasks for a run.

§

Retrieves a list of sequence stores.

§

Retrieves a list of tags for a resource.

§

Retrieves a list of variant import jobs.

§

Retrieves a list of variant stores.

§

Retrieves a list of workflows.

§

Starts an annotation import job.

§

Starts a read set activation job.

§

Starts a read set export job.

§

Starts a read set import job.

§

Starts a reference import job.

§
startRun(params: StartRunRequest, opts?: client.RequestOptions): Promise<StartRunResponse>
[src]

Starts a run.

§

Starts a variant import job.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Tags a resource.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes tags from a resource.

§

Updates an annotation store.

§
updateRunGroup(params: UpdateRunGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates a run group.

§

Updates a variant store.

§
updateWorkflow(params: UpdateWorkflowRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates a workflow.

§
waitForAnnotationImportJobCreated(params: GetAnnotationImportRequest, opts?: client.RequestOptions): Promise<GetAnnotationImportResponse>
[src]

Wait until an annotation import is completed Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForAnnotationStoreCreated(params: GetAnnotationStoreRequest, opts?: client.RequestOptions): Promise<GetAnnotationStoreResponse>
[src]

Wait until an annotation store is created Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForAnnotationStoreDeleted(params: GetAnnotationStoreRequest, opts?: client.RequestOptions): Promise<Error | GetAnnotationStoreResponse>
[src]

Wait until an annotation store is deleted. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForReadSetActivationJobCompleted(params: GetReadSetActivationJobRequest, opts?: client.RequestOptions): Promise<GetReadSetActivationJobResponse>
[src]

Wait until a job is completed. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForReadSetExportJobCompleted(params: GetReadSetExportJobRequest, opts?: client.RequestOptions): Promise<GetReadSetExportJobResponse>
[src]

Wait until a job is completed. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForReadSetImportJobCompleted(params: GetReadSetImportJobRequest, opts?: client.RequestOptions): Promise<GetReadSetImportJobResponse>
[src]

Wait until a job is completed. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForReferenceImportJobCompleted(params: GetReferenceImportJobRequest, opts?: client.RequestOptions): Promise<GetReferenceImportJobResponse>
[src]

Wait until a job is completed. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForRunCompleted(params: GetRunRequest, opts?: client.RequestOptions): Promise<GetRunResponse>
[src]

Wait until a run is completed. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForRunRunning(params: GetRunRequest, opts?: client.RequestOptions): Promise<GetRunResponse>
[src]

Wait until a run is running. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForTaskCompleted(params: GetRunTaskRequest, opts?: client.RequestOptions): Promise<GetRunTaskResponse>
[src]

Wait until a task is completed. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForTaskRunning(params: GetRunTaskRequest, opts?: client.RequestOptions): Promise<GetRunTaskResponse>
[src]

Wait until a task is running. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForVariantImportJobCreated(params: GetVariantImportRequest, opts?: client.RequestOptions): Promise<GetVariantImportResponse>
[src]

Wait until variant import is completed Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForVariantStoreCreated(params: GetVariantStoreRequest, opts?: client.RequestOptions): Promise<GetVariantStoreResponse>
[src]

Wait until a variant store is created Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForVariantStoreDeleted(params: GetVariantStoreRequest, opts?: client.RequestOptions): Promise<Error | GetVariantStoreResponse>
[src]

Wait until a variant store is deleted. Checks state up to 20 times, 30 seconds apart (about 10 minutes max wait time).

§
waitForWorkflowActive(params: GetWorkflowRequest, opts?: client.RequestOptions): Promise<GetWorkflowResponse>
[src]

Wait until a workflow is active. Checks state up to 10 times, 3 seconds apart (about 1 minutes max wait time).

§Static Properties