@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.
Files changed (71) hide show
  1. package/dist-cjs/models/models_0.js +181 -209
  2. package/dist-es/models/models_0.js +181 -209
  3. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +2 -2
  4. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +1 -1
  5. package/dist-types/commands/CancelRunCommand.d.ts +1 -1
  6. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +9 -9
  8. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateRunGroupCommand.d.ts +2 -2
  10. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +3 -3
  11. package/dist-types/commands/CreateVariantStoreCommand.d.ts +4 -4
  12. package/dist-types/commands/CreateWorkflowCommand.d.ts +4 -4
  13. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteReferenceCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteRunCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteRunGroupCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  21. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +1 -1
  22. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +1 -1
  23. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +1 -1
  24. package/dist-types/commands/GetReadSetCommand.d.ts +1 -1
  25. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +1 -1
  26. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +1 -1
  27. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +1 -1
  28. package/dist-types/commands/GetReferenceCommand.d.ts +1 -1
  29. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +1 -1
  30. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +1 -1
  31. package/dist-types/commands/GetReferenceStoreCommand.d.ts +1 -1
  32. package/dist-types/commands/GetRunCommand.d.ts +2 -2
  33. package/dist-types/commands/GetRunGroupCommand.d.ts +1 -1
  34. package/dist-types/commands/GetRunTaskCommand.d.ts +1 -1
  35. package/dist-types/commands/GetSequenceStoreCommand.d.ts +1 -1
  36. package/dist-types/commands/GetVariantImportJobCommand.d.ts +1 -1
  37. package/dist-types/commands/GetVariantStoreCommand.d.ts +1 -1
  38. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -2
  39. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +3 -3
  40. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +3 -3
  41. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +2 -2
  42. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +2 -2
  43. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +2 -2
  44. package/dist-types/commands/ListReadSetsCommand.d.ts +2 -2
  45. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +2 -2
  46. package/dist-types/commands/ListReferenceStoresCommand.d.ts +2 -2
  47. package/dist-types/commands/ListReferencesCommand.d.ts +2 -2
  48. package/dist-types/commands/ListRunGroupsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListRunTasksCommand.d.ts +1 -1
  50. package/dist-types/commands/ListRunsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListSequenceStoresCommand.d.ts +2 -2
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  53. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +3 -3
  54. package/dist-types/commands/ListVariantStoresCommand.d.ts +3 -3
  55. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  56. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +7 -7
  57. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +3 -3
  58. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +3 -3
  59. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +5 -5
  60. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +4 -4
  61. package/dist-types/commands/StartRunCommand.d.ts +2 -2
  62. package/dist-types/commands/StartVariantImportJobCommand.d.ts +3 -3
  63. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  64. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  65. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateRunGroupCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
  69. package/dist-types/models/models_0.d.ts +321 -181
  70. package/dist-types/ts3.4/models/models_0.d.ts +225 -181
  71. package/package.json +37 -37
@@ -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
  * },