@aws-sdk/client-omics 3.300.0 → 3.301.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/commands/BatchDeleteReadSetCommand.d.ts +2 -2
- package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CancelRunCommand.d.ts +1 -1
- package/dist-types/commands/CancelVariantImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +9 -9
- package/dist-types/commands/CreateReferenceStoreCommand.d.ts +3 -3
- package/dist-types/commands/CreateRunGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSequenceStoreCommand.d.ts +3 -3
- package/dist-types/commands/CreateVariantStoreCommand.d.ts +4 -4
- package/dist-types/commands/CreateWorkflowCommand.d.ts +4 -4
- package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRunCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRunGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +1 -1
- package/dist-types/commands/GetReadSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReadSetExportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetReadSetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetReadSetMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetReferenceCommand.d.ts +1 -1
- package/dist-types/commands/GetReferenceImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetReferenceMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetReferenceStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetRunCommand.d.ts +2 -2
- package/dist-types/commands/GetRunGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetRunTaskCommand.d.ts +1 -1
- package/dist-types/commands/GetSequenceStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetVariantImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -2
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListAnnotationStoresCommand.d.ts +3 -3
- package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListReadSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListReferenceStoresCommand.d.ts +2 -2
- package/dist-types/commands/ListReferencesCommand.d.ts +2 -2
- package/dist-types/commands/ListRunGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListRunTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListRunsCommand.d.ts +1 -1
- package/dist-types/commands/ListSequenceStoresCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVariantImportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListVariantStoresCommand.d.ts +3 -3
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +7 -7
- package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +3 -3
- package/dist-types/commands/StartReadSetExportJobCommand.d.ts +3 -3
- package/dist-types/commands/StartReadSetImportJobCommand.d.ts +5 -5
- package/dist-types/commands/StartReferenceImportJobCommand.d.ts +4 -4
- package/dist-types/commands/StartRunCommand.d.ts +2 -2
- package/dist-types/commands/StartVariantImportJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRunGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVariantStoreCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -26,8 +26,8 @@ export interface BatchDeleteReadSetCommandOutput extends BatchDeleteReadSetRespo
|
|
|
26
26
|
* import { OmicsClient, BatchDeleteReadSetCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, BatchDeleteReadSetCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ids: [ // required
|
|
29
|
+
* const input = { // BatchDeleteReadSetRequest
|
|
30
|
+
* ids: [ // ReadSetIdList // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface CancelAnnotationImportJobCommandOutput extends CancelAnnotation
|
|
|
26
26
|
* import { OmicsClient, CancelAnnotationImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, CancelAnnotationImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CancelAnnotationImportRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelAnnotationImportJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface CancelRunCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { OmicsClient, CancelRunCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, CancelRunCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CancelRunRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelRunCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface CancelVariantImportJobCommandOutput extends CancelVariantImport
|
|
|
26
26
|
* import { OmicsClient, CancelVariantImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, CancelVariantImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CancelVariantImportRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CancelVariantImportJobCommand(input);
|
|
@@ -26,28 +26,28 @@ export interface CreateAnnotationStoreCommandOutput extends CreateAnnotationStor
|
|
|
26
26
|
* import { OmicsClient, CreateAnnotationStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, CreateAnnotationStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* reference: { // Union: only one key present
|
|
29
|
+
* const input = { // CreateAnnotationStoreRequest
|
|
30
|
+
* reference: { // ReferenceItem Union: only one key present
|
|
31
31
|
* referenceArn: "STRING_VALUE",
|
|
32
32
|
* },
|
|
33
33
|
* name: "STRING_VALUE",
|
|
34
34
|
* description: "STRING_VALUE",
|
|
35
|
-
* tags: {
|
|
35
|
+
* tags: { // TagMap
|
|
36
36
|
* "<keys>": "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
|
-
* sseConfig: {
|
|
38
|
+
* sseConfig: { // SseConfig
|
|
39
39
|
* type: "STRING_VALUE", // required
|
|
40
40
|
* keyArn: "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* storeFormat: "STRING_VALUE", // required
|
|
43
|
-
* storeOptions: { // Union: only one key present
|
|
44
|
-
* tsvStoreOptions: {
|
|
43
|
+
* storeOptions: { // StoreOptions Union: only one key present
|
|
44
|
+
* tsvStoreOptions: { // TsvStoreOptions
|
|
45
45
|
* annotationType: "STRING_VALUE",
|
|
46
|
-
* formatToHeader: {
|
|
46
|
+
* formatToHeader: { // FormatToHeader
|
|
47
47
|
* "<keys>": "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
|
-
* schema: [
|
|
50
|
-
* {
|
|
49
|
+
* schema: [ // Schema
|
|
50
|
+
* { // SchemaItem
|
|
51
51
|
* "<keys>": "STRING_VALUE",
|
|
52
52
|
* },
|
|
53
53
|
* ],
|
|
@@ -26,14 +26,14 @@ export interface CreateReferenceStoreCommandOutput extends CreateReferenceStoreR
|
|
|
26
26
|
* import { OmicsClient, CreateReferenceStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, CreateReferenceStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateReferenceStoreRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* sseConfig: {
|
|
32
|
+
* sseConfig: { // SseConfig
|
|
33
33
|
* type: "STRING_VALUE", // required
|
|
34
34
|
* keyArn: "STRING_VALUE",
|
|
35
35
|
* },
|
|
36
|
-
* tags: {
|
|
36
|
+
* tags: { // TagMap
|
|
37
37
|
* "<keys>": "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* clientToken: "STRING_VALUE",
|
|
@@ -26,12 +26,12 @@ export interface CreateRunGroupCommandOutput extends CreateRunGroupResponse, __M
|
|
|
26
26
|
* import { OmicsClient, CreateRunGroupCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, CreateRunGroupCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateRunGroupRequest
|
|
30
30
|
* name: "STRING_VALUE",
|
|
31
31
|
* maxCpus: Number("int"),
|
|
32
32
|
* maxRuns: Number("int"),
|
|
33
33
|
* maxDuration: Number("int"),
|
|
34
|
-
* tags: {
|
|
34
|
+
* tags: { // TagMap
|
|
35
35
|
* "<keys>": "STRING_VALUE",
|
|
36
36
|
* },
|
|
37
37
|
* requestId: "STRING_VALUE", // required
|
|
@@ -26,14 +26,14 @@ export interface CreateSequenceStoreCommandOutput extends CreateSequenceStoreRes
|
|
|
26
26
|
* import { OmicsClient, CreateSequenceStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, CreateSequenceStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateSequenceStoreRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
|
-
* sseConfig: {
|
|
32
|
+
* sseConfig: { // SseConfig
|
|
33
33
|
* type: "STRING_VALUE", // required
|
|
34
34
|
* keyArn: "STRING_VALUE",
|
|
35
35
|
* },
|
|
36
|
-
* tags: {
|
|
36
|
+
* tags: { // TagMap
|
|
37
37
|
* "<keys>": "STRING_VALUE",
|
|
38
38
|
* },
|
|
39
39
|
* clientToken: "STRING_VALUE",
|
|
@@ -26,16 +26,16 @@ export interface CreateVariantStoreCommandOutput extends CreateVariantStoreRespo
|
|
|
26
26
|
* import { OmicsClient, CreateVariantStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, CreateVariantStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* reference: { // Union: only one key present
|
|
29
|
+
* const input = { // CreateVariantStoreRequest
|
|
30
|
+
* reference: { // ReferenceItem Union: only one key present
|
|
31
31
|
* referenceArn: "STRING_VALUE",
|
|
32
32
|
* },
|
|
33
33
|
* name: "STRING_VALUE",
|
|
34
34
|
* description: "STRING_VALUE",
|
|
35
|
-
* tags: {
|
|
35
|
+
* tags: { // TagMap
|
|
36
36
|
* "<keys>": "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
|
-
* sseConfig: {
|
|
38
|
+
* sseConfig: { // SseConfig
|
|
39
39
|
* type: "STRING_VALUE", // required
|
|
40
40
|
* keyArn: "STRING_VALUE",
|
|
41
41
|
* },
|
|
@@ -26,21 +26,21 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
|
|
|
26
26
|
* import { OmicsClient, CreateWorkflowCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, CreateWorkflowCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateWorkflowRequest
|
|
30
30
|
* name: "STRING_VALUE",
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
32
|
* engine: "STRING_VALUE",
|
|
33
33
|
* definitionZip: "BLOB_VALUE",
|
|
34
34
|
* definitionUri: "STRING_VALUE",
|
|
35
35
|
* main: "STRING_VALUE",
|
|
36
|
-
* parameterTemplate: {
|
|
37
|
-
* "<keys>": {
|
|
36
|
+
* parameterTemplate: { // WorkflowParameterTemplate
|
|
37
|
+
* "<keys>": { // WorkflowParameter
|
|
38
38
|
* description: "STRING_VALUE",
|
|
39
39
|
* optional: true || false,
|
|
40
40
|
* },
|
|
41
41
|
* },
|
|
42
42
|
* storageCapacity: Number("int"),
|
|
43
|
-
* tags: {
|
|
43
|
+
* tags: { // TagMap
|
|
44
44
|
* "<keys>": "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* requestId: "STRING_VALUE", // required
|
|
@@ -26,7 +26,7 @@ export interface DeleteAnnotationStoreCommandOutput extends DeleteAnnotationStor
|
|
|
26
26
|
* import { OmicsClient, DeleteAnnotationStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, DeleteAnnotationStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteAnnotationStoreRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* force: true || false,
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteReferenceCommandOutput extends DeleteReferenceResponse, _
|
|
|
26
26
|
* import { OmicsClient, DeleteReferenceCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, DeleteReferenceCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteReferenceRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* referenceStoreId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteReferenceStoreCommandOutput extends DeleteReferenceStoreR
|
|
|
26
26
|
* import { OmicsClient, DeleteReferenceStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, DeleteReferenceStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteReferenceStoreRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteReferenceStoreCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteRunCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { OmicsClient, DeleteRunCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, DeleteRunCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteRunRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteRunCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteRunGroupCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { OmicsClient, DeleteRunGroupCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, DeleteRunGroupCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteRunGroupRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteRunGroupCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteSequenceStoreCommandOutput extends DeleteSequenceStoreRes
|
|
|
26
26
|
* import { OmicsClient, DeleteSequenceStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, DeleteSequenceStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteSequenceStoreRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteSequenceStoreCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteVariantStoreCommandOutput extends DeleteVariantStoreRespo
|
|
|
26
26
|
* import { OmicsClient, DeleteVariantStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, DeleteVariantStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteVariantStoreRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* force: true || false,
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { OmicsClient, DeleteWorkflowCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, DeleteWorkflowCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteWorkflowRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteWorkflowCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetAnnotationImportJobCommandOutput extends GetAnnotationImport
|
|
|
26
26
|
* import { OmicsClient, GetAnnotationImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetAnnotationImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetAnnotationImportRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetAnnotationImportJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetAnnotationStoreCommandOutput extends GetAnnotationStoreRespo
|
|
|
26
26
|
* import { OmicsClient, GetAnnotationStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetAnnotationStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetAnnotationStoreRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetAnnotationStoreCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetReadSetActivationJobCommandOutput extends GetReadSetActivati
|
|
|
26
26
|
* import { OmicsClient, GetReadSetActivationJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetReadSetActivationJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetReadSetActivationJobRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetReadSetCommandOutput extends __WithSdkStreamMixin<GetReadSet
|
|
|
26
26
|
* import { OmicsClient, GetReadSetCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetReadSetCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetReadSetRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
32
32
|
* file: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetReadSetExportJobCommandOutput extends GetReadSetExportJobRes
|
|
|
26
26
|
* import { OmicsClient, GetReadSetExportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetReadSetExportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetReadSetExportJobRequest
|
|
30
30
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
31
31
|
* id: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetReadSetImportJobCommandOutput extends GetReadSetImportJobRes
|
|
|
26
26
|
* import { OmicsClient, GetReadSetImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetReadSetImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetReadSetImportJobRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataRespo
|
|
|
26
26
|
* import { OmicsClient, GetReadSetMetadataCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetReadSetMetadataCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetReadSetMetadataRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetReferenceCommandOutput extends __WithSdkStreamMixin<GetRefer
|
|
|
26
26
|
* import { OmicsClient, GetReferenceCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetReferenceCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetReferenceRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* referenceStoreId: "STRING_VALUE", // required
|
|
32
32
|
* range: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface GetReferenceImportJobCommandOutput extends GetReferenceImportJo
|
|
|
26
26
|
* import { OmicsClient, GetReferenceImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetReferenceImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetReferenceImportJobRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* referenceStoreId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetReferenceMetadataCommandOutput extends GetReferenceMetadataR
|
|
|
26
26
|
* import { OmicsClient, GetReferenceMetadataCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetReferenceMetadataCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetReferenceMetadataRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* referenceStoreId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetReferenceStoreCommandOutput extends GetReferenceStoreRespons
|
|
|
26
26
|
* import { OmicsClient, GetReferenceStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetReferenceStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetReferenceStoreRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetReferenceStoreCommand(input);
|
|
@@ -26,9 +26,9 @@ export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {
|
|
|
26
26
|
* import { OmicsClient, GetRunCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetRunCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetRunRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
|
-
* export: [
|
|
31
|
+
* export: [ // RunExportList
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetRunGroupCommandOutput extends GetRunGroupResponse, __Metadat
|
|
|
26
26
|
* import { OmicsClient, GetRunGroupCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetRunGroupCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetRunGroupRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetRunGroupCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetRunTaskCommandOutput extends GetRunTaskResponse, __MetadataB
|
|
|
26
26
|
* import { OmicsClient, GetRunTaskCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetRunTaskCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetRunTaskRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* taskId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetSequenceStoreCommandOutput extends GetSequenceStoreResponse,
|
|
|
26
26
|
* import { OmicsClient, GetSequenceStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetSequenceStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetSequenceStoreRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetSequenceStoreCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetVariantImportJobCommandOutput extends GetVariantImportRespon
|
|
|
26
26
|
* import { OmicsClient, GetVariantImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetVariantImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetVariantImportRequest
|
|
30
30
|
* jobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetVariantImportJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetVariantStoreCommandOutput extends GetVariantStoreResponse, _
|
|
|
26
26
|
* import { OmicsClient, GetVariantStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetVariantStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetVariantStoreRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetVariantStoreCommand(input);
|
|
@@ -26,10 +26,10 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
|
|
|
26
26
|
* import { OmicsClient, GetWorkflowCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, GetWorkflowCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetWorkflowRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* type: "STRING_VALUE",
|
|
32
|
-
* export: [
|
|
32
|
+
* export: [ // WorkflowExportList
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -26,13 +26,13 @@ export interface ListAnnotationImportJobsCommandOutput extends ListAnnotationImp
|
|
|
26
26
|
* import { OmicsClient, ListAnnotationImportJobsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListAnnotationImportJobsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListAnnotationImportJobsRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
|
-
* ids: [
|
|
31
|
+
* ids: [ // IdList
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* nextToken: "STRING_VALUE",
|
|
35
|
-
* filter: {
|
|
35
|
+
* filter: { // ListAnnotationImportJobsFilter
|
|
36
36
|
* status: "STRING_VALUE",
|
|
37
37
|
* storeName: "STRING_VALUE",
|
|
38
38
|
* },
|
|
@@ -26,13 +26,13 @@ export interface ListAnnotationStoresCommandOutput extends ListAnnotationStoresR
|
|
|
26
26
|
* import { OmicsClient, ListAnnotationStoresCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListAnnotationStoresCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* ids: [
|
|
29
|
+
* const input = { // ListAnnotationStoresRequest
|
|
30
|
+
* ids: [ // IdList
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* maxResults: Number("int"),
|
|
34
34
|
* nextToken: "STRING_VALUE",
|
|
35
|
-
* filter: {
|
|
35
|
+
* filter: { // ListAnnotationStoresFilter
|
|
36
36
|
* status: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
38
|
* };
|
|
@@ -26,11 +26,11 @@ export interface ListReadSetActivationJobsCommandOutput extends ListReadSetActiv
|
|
|
26
26
|
* import { OmicsClient, ListReadSetActivationJobsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListReadSetActivationJobsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListReadSetActivationJobsRequest
|
|
30
30
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
|
-
* filter: {
|
|
33
|
+
* filter: { // ActivateReadSetFilter
|
|
34
34
|
* status: "STRING_VALUE",
|
|
35
35
|
* createdAfter: new Date("TIMESTAMP"),
|
|
36
36
|
* createdBefore: new Date("TIMESTAMP"),
|
|
@@ -26,11 +26,11 @@ export interface ListReadSetExportJobsCommandOutput extends ListReadSetExportJob
|
|
|
26
26
|
* import { OmicsClient, ListReadSetExportJobsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListReadSetExportJobsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListReadSetExportJobsRequest
|
|
30
30
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
|
-
* filter: {
|
|
33
|
+
* filter: { // ExportReadSetFilter
|
|
34
34
|
* status: "STRING_VALUE",
|
|
35
35
|
* createdAfter: new Date("TIMESTAMP"),
|
|
36
36
|
* createdBefore: new Date("TIMESTAMP"),
|
|
@@ -26,11 +26,11 @@ export interface ListReadSetImportJobsCommandOutput extends ListReadSetImportJob
|
|
|
26
26
|
* import { OmicsClient, ListReadSetImportJobsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListReadSetImportJobsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListReadSetImportJobsRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
33
|
-
* filter: {
|
|
33
|
+
* filter: { // ImportReadSetFilter
|
|
34
34
|
* status: "STRING_VALUE",
|
|
35
35
|
* createdAfter: new Date("TIMESTAMP"),
|
|
36
36
|
* createdBefore: new Date("TIMESTAMP"),
|
|
@@ -26,11 +26,11 @@ export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
|
|
|
26
26
|
* import { OmicsClient, ListReadSetsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListReadSetsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListReadSetsRequest
|
|
30
30
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
|
-
* filter: {
|
|
33
|
+
* filter: { // ReadSetFilter
|
|
34
34
|
* name: "STRING_VALUE",
|
|
35
35
|
* status: "STRING_VALUE",
|
|
36
36
|
* referenceArn: "STRING_VALUE",
|
|
@@ -26,11 +26,11 @@ export interface ListReferenceImportJobsCommandOutput extends ListReferenceImpor
|
|
|
26
26
|
* import { OmicsClient, ListReferenceImportJobsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListReferenceImportJobsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListReferenceImportJobsRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
32
|
* referenceStoreId: "STRING_VALUE", // required
|
|
33
|
-
* filter: {
|
|
33
|
+
* filter: { // ImportReferenceFilter
|
|
34
34
|
* status: "STRING_VALUE",
|
|
35
35
|
* createdAfter: new Date("TIMESTAMP"),
|
|
36
36
|
* createdBefore: new Date("TIMESTAMP"),
|
|
@@ -26,10 +26,10 @@ export interface ListReferenceStoresCommandOutput extends ListReferenceStoresRes
|
|
|
26
26
|
* import { OmicsClient, ListReferenceStoresCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListReferenceStoresCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListReferenceStoresRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
|
-
* filter: {
|
|
32
|
+
* filter: { // ReferenceStoreFilter
|
|
33
33
|
* name: "STRING_VALUE",
|
|
34
34
|
* createdAfter: new Date("TIMESTAMP"),
|
|
35
35
|
* createdBefore: new Date("TIMESTAMP"),
|
|
@@ -26,11 +26,11 @@ export interface ListReferencesCommandOutput extends ListReferencesResponse, __M
|
|
|
26
26
|
* import { OmicsClient, ListReferencesCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListReferencesCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListReferencesRequest
|
|
30
30
|
* referenceStoreId: "STRING_VALUE", // required
|
|
31
31
|
* maxResults: Number("int"),
|
|
32
32
|
* nextToken: "STRING_VALUE",
|
|
33
|
-
* filter: {
|
|
33
|
+
* filter: { // ReferenceFilter
|
|
34
34
|
* name: "STRING_VALUE",
|
|
35
35
|
* md5: "STRING_VALUE",
|
|
36
36
|
* createdAfter: new Date("TIMESTAMP"),
|
|
@@ -26,7 +26,7 @@ export interface ListRunGroupsCommandOutput extends ListRunGroupsResponse, __Met
|
|
|
26
26
|
* import { OmicsClient, ListRunGroupsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListRunGroupsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRunGroupsRequest
|
|
30
30
|
* name: "STRING_VALUE",
|
|
31
31
|
* startingToken: "STRING_VALUE",
|
|
32
32
|
* maxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListRunTasksCommandOutput extends ListRunTasksResponse, __Metad
|
|
|
26
26
|
* import { OmicsClient, ListRunTasksCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListRunTasksCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRunTasksRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* status: "STRING_VALUE",
|
|
32
32
|
* startingToken: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListRunsCommandOutput extends ListRunsResponse, __MetadataBeare
|
|
|
26
26
|
* import { OmicsClient, ListRunsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListRunsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRunsRequest
|
|
30
30
|
* name: "STRING_VALUE",
|
|
31
31
|
* runGroupId: "STRING_VALUE",
|
|
32
32
|
* startingToken: "STRING_VALUE",
|
|
@@ -26,10 +26,10 @@ export interface ListSequenceStoresCommandOutput extends ListSequenceStoresRespo
|
|
|
26
26
|
* import { OmicsClient, ListSequenceStoresCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListSequenceStoresCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListSequenceStoresRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
31
|
* nextToken: "STRING_VALUE",
|
|
32
|
-
* filter: {
|
|
32
|
+
* filter: { // SequenceStoreFilter
|
|
33
33
|
* name: "STRING_VALUE",
|
|
34
34
|
* createdAfter: new Date("TIMESTAMP"),
|
|
35
35
|
* createdBefore: new Date("TIMESTAMP"),
|
|
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
26
26
|
* import { OmicsClient, ListTagsForResourceCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListTagsForResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListTagsForResourceCommand(input);
|
|
@@ -26,13 +26,13 @@ export interface ListVariantImportJobsCommandOutput extends ListVariantImportJob
|
|
|
26
26
|
* import { OmicsClient, ListVariantImportJobsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListVariantImportJobsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListVariantImportJobsRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
|
-
* ids: [
|
|
31
|
+
* ids: [ // IdList
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* nextToken: "STRING_VALUE",
|
|
35
|
-
* filter: {
|
|
35
|
+
* filter: { // ListVariantImportJobsFilter
|
|
36
36
|
* status: "STRING_VALUE",
|
|
37
37
|
* storeName: "STRING_VALUE",
|
|
38
38
|
* },
|
|
@@ -26,13 +26,13 @@ export interface ListVariantStoresCommandOutput extends ListVariantStoresRespons
|
|
|
26
26
|
* import { OmicsClient, ListVariantStoresCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListVariantStoresCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListVariantStoresRequest
|
|
30
30
|
* maxResults: Number("int"),
|
|
31
|
-
* ids: [
|
|
31
|
+
* ids: [ // IdList
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* nextToken: "STRING_VALUE",
|
|
35
|
-
* filter: {
|
|
35
|
+
* filter: { // ListVariantStoresFilter
|
|
36
36
|
* status: "STRING_VALUE",
|
|
37
37
|
* },
|
|
38
38
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
26
26
|
* import { OmicsClient, ListWorkflowsCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, ListWorkflowsCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListWorkflowsRequest
|
|
30
30
|
* type: "STRING_VALUE",
|
|
31
31
|
* name: "STRING_VALUE",
|
|
32
32
|
* startingToken: "STRING_VALUE",
|
|
@@ -26,17 +26,17 @@ export interface StartAnnotationImportJobCommandOutput extends StartAnnotationIm
|
|
|
26
26
|
* import { OmicsClient, StartAnnotationImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, StartAnnotationImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartAnnotationImportRequest
|
|
30
30
|
* destinationName: "STRING_VALUE", // required
|
|
31
31
|
* roleArn: "STRING_VALUE", // required
|
|
32
|
-
* items: [ // required
|
|
33
|
-
* {
|
|
32
|
+
* items: [ // AnnotationImportItemSources // required
|
|
33
|
+
* { // AnnotationImportItemSource
|
|
34
34
|
* source: "STRING_VALUE", // required
|
|
35
35
|
* },
|
|
36
36
|
* ],
|
|
37
|
-
* formatOptions: { // Union: only one key present
|
|
38
|
-
* tsvOptions: {
|
|
39
|
-
* readOptions: {
|
|
37
|
+
* formatOptions: { // FormatOptions Union: only one key present
|
|
38
|
+
* tsvOptions: { // TsvOptions
|
|
39
|
+
* readOptions: { // ReadOptions
|
|
40
40
|
* sep: "STRING_VALUE",
|
|
41
41
|
* encoding: "STRING_VALUE",
|
|
42
42
|
* quote: "STRING_VALUE",
|
|
@@ -48,7 +48,7 @@ export interface StartAnnotationImportJobCommandOutput extends StartAnnotationIm
|
|
|
48
48
|
* lineSep: "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
50
|
* },
|
|
51
|
-
* vcfOptions: {
|
|
51
|
+
* vcfOptions: { // VcfOptions
|
|
52
52
|
* ignoreQualField: true || false,
|
|
53
53
|
* ignoreFilterField: true || false,
|
|
54
54
|
* },
|
|
@@ -27,11 +27,11 @@ export interface StartReadSetActivationJobCommandOutput extends StartReadSetActi
|
|
|
27
27
|
* import { OmicsClient, StartReadSetActivationJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
28
28
|
* // const { OmicsClient, StartReadSetActivationJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
29
29
|
* const client = new OmicsClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // StartReadSetActivationJobRequest
|
|
31
31
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
32
32
|
* clientToken: "STRING_VALUE",
|
|
33
|
-
* sources: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* sources: [ // StartReadSetActivationJobSourceList // required
|
|
34
|
+
* { // StartReadSetActivationJobSourceItem
|
|
35
35
|
* readSetId: "STRING_VALUE", // required
|
|
36
36
|
* },
|
|
37
37
|
* ],
|
|
@@ -26,13 +26,13 @@ export interface StartReadSetExportJobCommandOutput extends StartReadSetExportJo
|
|
|
26
26
|
* import { OmicsClient, StartReadSetExportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, StartReadSetExportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartReadSetExportJobRequest
|
|
30
30
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
31
31
|
* destination: "STRING_VALUE", // required
|
|
32
32
|
* roleArn: "STRING_VALUE", // required
|
|
33
33
|
* clientToken: "STRING_VALUE",
|
|
34
|
-
* sources: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* sources: [ // ExportReadSetList // required
|
|
35
|
+
* { // ExportReadSet
|
|
36
36
|
* readSetId: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
38
38
|
* ],
|
|
@@ -26,13 +26,13 @@ export interface StartReadSetImportJobCommandOutput extends StartReadSetImportJo
|
|
|
26
26
|
* import { OmicsClient, StartReadSetImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, StartReadSetImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartReadSetImportJobRequest
|
|
30
30
|
* sequenceStoreId: "STRING_VALUE", // required
|
|
31
31
|
* roleArn: "STRING_VALUE", // required
|
|
32
32
|
* clientToken: "STRING_VALUE",
|
|
33
|
-
* sources: [ // required
|
|
34
|
-
* {
|
|
35
|
-
* sourceFiles: {
|
|
33
|
+
* sources: [ // StartReadSetImportJobSourceList // required
|
|
34
|
+
* { // StartReadSetImportJobSourceItem
|
|
35
|
+
* sourceFiles: { // SourceFiles
|
|
36
36
|
* source1: "STRING_VALUE", // required
|
|
37
37
|
* source2: "STRING_VALUE",
|
|
38
38
|
* },
|
|
@@ -43,7 +43,7 @@ export interface StartReadSetImportJobCommandOutput extends StartReadSetImportJo
|
|
|
43
43
|
* referenceArn: "STRING_VALUE", // required
|
|
44
44
|
* name: "STRING_VALUE",
|
|
45
45
|
* description: "STRING_VALUE",
|
|
46
|
-
* tags: {
|
|
46
|
+
* tags: { // TagMap
|
|
47
47
|
* "<keys>": "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
@@ -26,16 +26,16 @@ export interface StartReferenceImportJobCommandOutput extends StartReferenceImpo
|
|
|
26
26
|
* import { OmicsClient, StartReferenceImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, StartReferenceImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartReferenceImportJobRequest
|
|
30
30
|
* referenceStoreId: "STRING_VALUE", // required
|
|
31
31
|
* roleArn: "STRING_VALUE", // required
|
|
32
32
|
* clientToken: "STRING_VALUE",
|
|
33
|
-
* sources: [ // required
|
|
34
|
-
* {
|
|
33
|
+
* sources: [ // StartReferenceImportJobSourceList // required
|
|
34
|
+
* { // StartReferenceImportJobSourceItem
|
|
35
35
|
* sourceFile: "STRING_VALUE", // required
|
|
36
36
|
* name: "STRING_VALUE", // required
|
|
37
37
|
* description: "STRING_VALUE",
|
|
38
|
-
* tags: {
|
|
38
|
+
* tags: { // TagMap
|
|
39
39
|
* "<keys>": "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* },
|
|
@@ -26,7 +26,7 @@ export interface StartRunCommandOutput extends StartRunResponse, __MetadataBeare
|
|
|
26
26
|
* import { OmicsClient, StartRunCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, StartRunCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartRunRequest
|
|
30
30
|
* workflowId: "STRING_VALUE",
|
|
31
31
|
* workflowType: "STRING_VALUE",
|
|
32
32
|
* runId: "STRING_VALUE",
|
|
@@ -38,7 +38,7 @@ export interface StartRunCommandOutput extends StartRunResponse, __MetadataBeare
|
|
|
38
38
|
* storageCapacity: Number("int"),
|
|
39
39
|
* outputUri: "STRING_VALUE",
|
|
40
40
|
* logLevel: "STRING_VALUE",
|
|
41
|
-
* tags: {
|
|
41
|
+
* tags: { // TagMap
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
43
43
|
* },
|
|
44
44
|
* requestId: "STRING_VALUE", // required
|
|
@@ -26,11 +26,11 @@ export interface StartVariantImportJobCommandOutput extends StartVariantImportRe
|
|
|
26
26
|
* import { OmicsClient, StartVariantImportJobCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, StartVariantImportJobCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartVariantImportRequest
|
|
30
30
|
* destinationName: "STRING_VALUE", // required
|
|
31
31
|
* roleArn: "STRING_VALUE", // required
|
|
32
|
-
* items: [ // required
|
|
33
|
-
* {
|
|
32
|
+
* items: [ // VariantImportItemSources // required
|
|
33
|
+
* { // VariantImportItemSource
|
|
34
34
|
* source: "STRING_VALUE", // required
|
|
35
35
|
* },
|
|
36
36
|
* ],
|
|
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
26
26
|
* import { OmicsClient, TagResourceCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, TagResourceCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TagResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
|
-
* tags: { // required
|
|
31
|
+
* tags: { // TagMap // required
|
|
32
32
|
* "<keys>": "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* };
|
|
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
26
26
|
* import { OmicsClient, UntagResourceCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, UntagResourceCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UntagResourceRequest
|
|
30
30
|
* resourceArn: "STRING_VALUE", // required
|
|
31
|
-
* tagKeys: [ // required
|
|
31
|
+
* tagKeys: [ // TagKeyList // required
|
|
32
32
|
* "STRING_VALUE",
|
|
33
33
|
* ],
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateAnnotationStoreCommandOutput extends UpdateAnnotationStor
|
|
|
26
26
|
* import { OmicsClient, UpdateAnnotationStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, UpdateAnnotationStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateAnnotationStoreRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateRunGroupCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { OmicsClient, UpdateRunGroupCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, UpdateRunGroupCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateRunGroupRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE",
|
|
32
32
|
* maxCpus: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface UpdateVariantStoreCommandOutput extends UpdateVariantStoreRespo
|
|
|
26
26
|
* import { OmicsClient, UpdateVariantStoreCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, UpdateVariantStoreCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateVariantStoreRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* description: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface UpdateWorkflowCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { OmicsClient, UpdateWorkflowCommand } from "@aws-sdk/client-omics"; // ES Modules import
|
|
27
27
|
* // const { OmicsClient, UpdateWorkflowCommand } = require("@aws-sdk/client-omics"); // CommonJS import
|
|
28
28
|
* const client = new OmicsClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // UpdateWorkflowRequest
|
|
30
30
|
* id: "STRING_VALUE", // required
|
|
31
31
|
* name: "STRING_VALUE",
|
|
32
32
|
* description: "STRING_VALUE",
|
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.301.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|