@aws-sdk/client-omics 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Omics.d.ts +67 -0
- package/dist-types/OmicsClient.d.ts +24 -4
- package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +16 -0
- package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CancelRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelVariantImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +16 -0
- package/dist-types/commands/CreateReferenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/CreateRunGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateSequenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/CreateVariantStoreCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReferenceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRunCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRunGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVariantStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetExportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetReferenceCommand.d.ts +16 -0
- package/dist-types/commands/GetReferenceImportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetReferenceMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetReferenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/GetRunCommand.d.ts +16 -0
- package/dist-types/commands/GetRunGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetRunTaskCommand.d.ts +16 -0
- package/dist-types/commands/GetSequenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/GetVariantImportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetVariantStoreCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListAnnotationStoresCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReferenceStoresCommand.d.ts +16 -0
- package/dist-types/commands/ListReferencesCommand.d.ts +16 -0
- package/dist-types/commands/ListRunGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListRunTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListSequenceStoresCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListVariantImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListVariantStoresCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +16 -0
- package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +16 -0
- package/dist-types/commands/StartReadSetExportJobCommand.d.ts +16 -0
- package/dist-types/commands/StartReadSetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/StartReferenceImportJobCommand.d.ts +16 -0
- package/dist-types/commands/StartRunCommand.d.ts +16 -0
- package/dist-types/commands/StartVariantImportJobCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRunGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVariantStoreCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
- package/dist-types/models/OmicsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +535 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReadSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRunGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRunTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVariantStoresPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "../commands/ListAnnotationImportJobsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAnnotationImportJobs(config: OmicsPaginationConfiguration, input: ListAnnotationImportJobsCommandInput, ...additionalArguments: any): Paginator<ListAnnotationImportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "../commands/ListAnnotationStoresCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAnnotationStores(config: OmicsPaginationConfiguration, input: ListAnnotationStoresCommandInput, ...additionalArguments: any): Paginator<ListAnnotationStoresCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "../commands/ListReadSetActivationJobsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListReadSetActivationJobs(config: OmicsPaginationConfiguration, input: ListReadSetActivationJobsCommandInput, ...additionalArguments: any): Paginator<ListReadSetActivationJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "../commands/ListReadSetExportJobsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListReadSetExportJobs(config: OmicsPaginationConfiguration, input: ListReadSetExportJobsCommandInput, ...additionalArguments: any): Paginator<ListReadSetExportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput } from "../commands/ListReadSetImportJobsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListReadSetImportJobs(config: OmicsPaginationConfiguration, input: ListReadSetImportJobsCommandInput, ...additionalArguments: any): Paginator<ListReadSetImportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListReadSetsCommandInput, ListReadSetsCommandOutput } from "../commands/ListReadSetsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListReadSets(config: OmicsPaginationConfiguration, input: ListReadSetsCommandInput, ...additionalArguments: any): Paginator<ListReadSetsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "../commands/ListReferenceImportJobsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListReferenceImportJobs(config: OmicsPaginationConfiguration, input: ListReferenceImportJobsCommandInput, ...additionalArguments: any): Paginator<ListReferenceImportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "../commands/ListReferenceStoresCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListReferenceStores(config: OmicsPaginationConfiguration, input: ListReferenceStoresCommandInput, ...additionalArguments: any): Paginator<ListReferenceStoresCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListReferencesCommandInput, ListReferencesCommandOutput } from "../commands/ListReferencesCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListReferences(config: OmicsPaginationConfiguration, input: ListReferencesCommandInput, ...additionalArguments: any): Paginator<ListReferencesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "../commands/ListRunGroupsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRunGroups(config: OmicsPaginationConfiguration, input: ListRunGroupsCommandInput, ...additionalArguments: any): Paginator<ListRunGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "../commands/ListRunTasksCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRunTasks(config: OmicsPaginationConfiguration, input: ListRunTasksCommandInput, ...additionalArguments: any): Paginator<ListRunTasksCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListRuns(config: OmicsPaginationConfiguration, input: ListRunsCommandInput, ...additionalArguments: any): Paginator<ListRunsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "../commands/ListSequenceStoresCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSequenceStores(config: OmicsPaginationConfiguration, input: ListSequenceStoresCommandInput, ...additionalArguments: any): Paginator<ListSequenceStoresCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "../commands/ListVariantImportJobsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListVariantImportJobs(config: OmicsPaginationConfiguration, input: ListVariantImportJobsCommandInput, ...additionalArguments: any): Paginator<ListVariantImportJobsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "../commands/ListVariantStoresCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListVariantStores(config: OmicsPaginationConfiguration, input: ListVariantStoresCommandInput, ...additionalArguments: any): Paginator<ListVariantStoresCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
3
3
|
import { OmicsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListWorkflows(config: OmicsPaginationConfiguration, input: ListWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-omics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|