@aws-sdk/client-omics 3.300.0 → 3.303.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-cjs/models/models_0.js +181 -209
- package/dist-es/models/models_0.js +181 -209
- 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/dist-types/models/models_0.d.ts +321 -181
- package/dist-types/ts3.4/models/models_0.d.ts +225 -181
- package/package.json +37 -37
|
@@ -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",
|