@aws-sdk/client-omics 3.278.0 → 3.281.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.
Files changed (79) hide show
  1. package/README.md +531 -0
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +3 -0
  4. package/dist-cjs/protocols/Aws_restJson1.js +1 -0
  5. package/dist-es/endpoint/ruleset.js +3 -3
  6. package/dist-es/models/models_0.js +3 -0
  7. package/dist-es/protocols/Aws_restJson1.js +1 -0
  8. package/dist-types/Omics.d.ts +3 -2
  9. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +6 -0
  10. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +6 -0
  11. package/dist-types/commands/CancelRunCommand.d.ts +6 -0
  12. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateRunGroupCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +6 -0
  17. package/dist-types/commands/CreateVariantStoreCommand.d.ts +6 -0
  18. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteReferenceCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteRunCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteRunGroupCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
  27. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +6 -0
  28. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +6 -0
  29. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +6 -0
  30. package/dist-types/commands/GetReadSetCommand.d.ts +6 -0
  31. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +6 -0
  32. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +6 -0
  33. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +6 -0
  34. package/dist-types/commands/GetReferenceCommand.d.ts +6 -0
  35. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +6 -0
  36. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +6 -0
  37. package/dist-types/commands/GetReferenceStoreCommand.d.ts +6 -0
  38. package/dist-types/commands/GetRunCommand.d.ts +6 -0
  39. package/dist-types/commands/GetRunGroupCommand.d.ts +6 -0
  40. package/dist-types/commands/GetRunTaskCommand.d.ts +6 -0
  41. package/dist-types/commands/GetSequenceStoreCommand.d.ts +6 -0
  42. package/dist-types/commands/GetVariantImportJobCommand.d.ts +6 -0
  43. package/dist-types/commands/GetVariantStoreCommand.d.ts +6 -0
  44. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -0
  45. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +6 -0
  47. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +6 -0
  49. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListReadSetsCommand.d.ts +6 -0
  51. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +6 -0
  52. package/dist-types/commands/ListReferenceStoresCommand.d.ts +6 -0
  53. package/dist-types/commands/ListReferencesCommand.d.ts +6 -0
  54. package/dist-types/commands/ListRunGroupsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListRunTasksCommand.d.ts +6 -0
  56. package/dist-types/commands/ListRunsCommand.d.ts +6 -0
  57. package/dist-types/commands/ListSequenceStoresCommand.d.ts +6 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  59. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +6 -0
  60. package/dist-types/commands/ListVariantStoresCommand.d.ts +6 -0
  61. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -0
  62. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +6 -0
  63. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +8 -1
  64. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +7 -1
  65. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +6 -0
  66. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +6 -0
  67. package/dist-types/commands/StartRunCommand.d.ts +6 -0
  68. package/dist-types/commands/StartVariantImportJobCommand.d.ts +6 -0
  69. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateRunGroupCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -0
  75. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  76. package/dist-types/models/models_0.d.ts +32 -22
  77. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  78. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  79. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAnnotationImportJobsRequest, ListAnnotationImportJobsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListAnnotationImportJobsCommand}.
8
+ */
6
9
  export interface ListAnnotationImportJobsCommandInput extends ListAnnotationImportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAnnotationImportJobsCommand}.
13
+ */
8
14
  export interface ListAnnotationImportJobsCommandOutput extends ListAnnotationImportJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAnnotationStoresRequest, ListAnnotationStoresResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListAnnotationStoresCommand}.
8
+ */
6
9
  export interface ListAnnotationStoresCommandInput extends ListAnnotationStoresRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAnnotationStoresCommand}.
13
+ */
8
14
  export interface ListAnnotationStoresCommandOutput extends ListAnnotationStoresResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReadSetActivationJobsRequest, ListReadSetActivationJobsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListReadSetActivationJobsCommand}.
8
+ */
6
9
  export interface ListReadSetActivationJobsCommandInput extends ListReadSetActivationJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReadSetActivationJobsCommand}.
13
+ */
8
14
  export interface ListReadSetActivationJobsCommandOutput extends ListReadSetActivationJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReadSetExportJobsRequest, ListReadSetExportJobsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListReadSetExportJobsCommand}.
8
+ */
6
9
  export interface ListReadSetExportJobsCommandInput extends ListReadSetExportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReadSetExportJobsCommand}.
13
+ */
8
14
  export interface ListReadSetExportJobsCommandOutput extends ListReadSetExportJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReadSetImportJobsRequest, ListReadSetImportJobsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListReadSetImportJobsCommand}.
8
+ */
6
9
  export interface ListReadSetImportJobsCommandInput extends ListReadSetImportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReadSetImportJobsCommand}.
13
+ */
8
14
  export interface ListReadSetImportJobsCommandOutput extends ListReadSetImportJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReadSetsRequest, ListReadSetsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListReadSetsCommand}.
8
+ */
6
9
  export interface ListReadSetsCommandInput extends ListReadSetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReadSetsCommand}.
13
+ */
8
14
  export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReferenceImportJobsRequest, ListReferenceImportJobsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListReferenceImportJobsCommand}.
8
+ */
6
9
  export interface ListReferenceImportJobsCommandInput extends ListReferenceImportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReferenceImportJobsCommand}.
13
+ */
8
14
  export interface ListReferenceImportJobsCommandOutput extends ListReferenceImportJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReferenceStoresRequest, ListReferenceStoresResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListReferenceStoresCommand}.
8
+ */
6
9
  export interface ListReferenceStoresCommandInput extends ListReferenceStoresRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReferenceStoresCommand}.
13
+ */
8
14
  export interface ListReferenceStoresCommandOutput extends ListReferenceStoresResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListReferencesRequest, ListReferencesResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListReferencesCommand}.
8
+ */
6
9
  export interface ListReferencesCommandInput extends ListReferencesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReferencesCommand}.
13
+ */
8
14
  export interface ListReferencesCommandOutput extends ListReferencesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRunGroupsRequest, ListRunGroupsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListRunGroupsCommand}.
8
+ */
6
9
  export interface ListRunGroupsCommandInput extends ListRunGroupsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRunGroupsCommand}.
13
+ */
8
14
  export interface ListRunGroupsCommandOutput extends ListRunGroupsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRunTasksRequest, ListRunTasksResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListRunTasksCommand}.
8
+ */
6
9
  export interface ListRunTasksCommandInput extends ListRunTasksRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRunTasksCommand}.
13
+ */
8
14
  export interface ListRunTasksCommandOutput extends ListRunTasksResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRunsRequest, ListRunsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListRunsCommand}.
8
+ */
6
9
  export interface ListRunsCommandInput extends ListRunsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRunsCommand}.
13
+ */
8
14
  export interface ListRunsCommandOutput extends ListRunsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListSequenceStoresRequest, ListSequenceStoresResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListSequenceStoresCommand}.
8
+ */
6
9
  export interface ListSequenceStoresCommandInput extends ListSequenceStoresRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSequenceStoresCommand}.
13
+ */
8
14
  export interface ListSequenceStoresCommandOutput extends ListSequenceStoresResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListVariantImportJobsRequest, ListVariantImportJobsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListVariantImportJobsCommand}.
8
+ */
6
9
  export interface ListVariantImportJobsCommandInput extends ListVariantImportJobsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVariantImportJobsCommand}.
13
+ */
8
14
  export interface ListVariantImportJobsCommandOutput extends ListVariantImportJobsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListVariantStoresRequest, ListVariantStoresResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListVariantStoresCommand}.
8
+ */
6
9
  export interface ListVariantStoresCommandInput extends ListVariantStoresRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVariantStoresCommand}.
13
+ */
8
14
  export interface ListVariantStoresCommandOutput extends ListVariantStoresResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link ListWorkflowsCommand}.
8
+ */
6
9
  export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListWorkflowsCommand}.
13
+ */
8
14
  export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartAnnotationImportRequest, StartAnnotationImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link StartAnnotationImportJobCommand}.
8
+ */
6
9
  export interface StartAnnotationImportJobCommandInput extends StartAnnotationImportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartAnnotationImportJobCommand}.
13
+ */
8
14
  export interface StartAnnotationImportJobCommandOutput extends StartAnnotationImportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,12 +3,19 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartReadSetActivationJobRequest, StartReadSetActivationJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link StartReadSetActivationJobCommand}.
8
+ */
6
9
  export interface StartReadSetActivationJobCommandInput extends StartReadSetActivationJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartReadSetActivationJobCommand}.
13
+ */
8
14
  export interface StartReadSetActivationJobCommandOutput extends StartReadSetActivationJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
11
- * <p>Starts a read set activation job.</p>
17
+ * <p>Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read
18
+ * sets after 30 days.</p>
12
19
  * @example
13
20
  * Use a bare-bones client and the command you need to make an API call.
14
21
  * ```javascript
@@ -3,12 +3,18 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartReadSetExportJobRequest, StartReadSetExportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link StartReadSetExportJobCommand}.
8
+ */
6
9
  export interface StartReadSetExportJobCommandInput extends StartReadSetExportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartReadSetExportJobCommand}.
13
+ */
8
14
  export interface StartReadSetExportJobCommandOutput extends StartReadSetExportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
11
- * <p>Starts a read set export job.</p>
17
+ * <p>Exports a read set to Amazon S3.</p>
12
18
  * @example
13
19
  * Use a bare-bones client and the command you need to make an API call.
14
20
  * ```javascript
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartReadSetImportJobRequest, StartReadSetImportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link StartReadSetImportJobCommand}.
8
+ */
6
9
  export interface StartReadSetImportJobCommandInput extends StartReadSetImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartReadSetImportJobCommand}.
13
+ */
8
14
  export interface StartReadSetImportJobCommandOutput extends StartReadSetImportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartReferenceImportJobRequest, StartReferenceImportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link StartReferenceImportJobCommand}.
8
+ */
6
9
  export interface StartReferenceImportJobCommandInput extends StartReferenceImportJobRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartReferenceImportJobCommand}.
13
+ */
8
14
  export interface StartReferenceImportJobCommandOutput extends StartReferenceImportJobResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartRunRequest, StartRunResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link StartRunCommand}.
8
+ */
6
9
  export interface StartRunCommandInput extends StartRunRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartRunCommand}.
13
+ */
8
14
  export interface StartRunCommandOutput extends StartRunResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartVariantImportRequest, StartVariantImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link StartVariantImportJobCommand}.
8
+ */
6
9
  export interface StartVariantImportJobCommandInput extends StartVariantImportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartVariantImportJobCommand}.
13
+ */
8
14
  export interface StartVariantImportJobCommandOutput extends StartVariantImportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateAnnotationStoreRequest, UpdateAnnotationStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link UpdateAnnotationStoreCommand}.
8
+ */
6
9
  export interface UpdateAnnotationStoreCommandInput extends UpdateAnnotationStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAnnotationStoreCommand}.
13
+ */
8
14
  export interface UpdateAnnotationStoreCommandOutput extends UpdateAnnotationStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateRunGroupRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link UpdateRunGroupCommand}.
8
+ */
6
9
  export interface UpdateRunGroupCommandInput extends UpdateRunGroupRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRunGroupCommand}.
13
+ */
8
14
  export interface UpdateRunGroupCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateVariantStoreRequest, UpdateVariantStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link UpdateVariantStoreCommand}.
8
+ */
6
9
  export interface UpdateVariantStoreCommandInput extends UpdateVariantStoreRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateVariantStoreCommand}.
13
+ */
8
14
  export interface UpdateVariantStoreCommandOutput extends UpdateVariantStoreResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateWorkflowRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * The input for {@link UpdateWorkflowCommand}.
8
+ */
6
9
  export interface UpdateWorkflowCommandInput extends UpdateWorkflowRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateWorkflowCommand}.
13
+ */
8
14
  export interface UpdateWorkflowCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region: string;
15
+ Region?: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;