@aws-sdk/client-omics 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist-types/Omics.d.ts +67 -0
  2. package/dist-types/OmicsClient.d.ts +24 -4
  3. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelRunCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateRunGroupCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateVariantStoreCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteReferenceCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteRunCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteRunGroupCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +16 -0
  22. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +16 -0
  23. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +16 -0
  24. package/dist-types/commands/GetReadSetCommand.d.ts +16 -0
  25. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +16 -0
  26. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +16 -0
  27. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +16 -0
  28. package/dist-types/commands/GetReferenceCommand.d.ts +16 -0
  29. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +16 -0
  30. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +16 -0
  31. package/dist-types/commands/GetReferenceStoreCommand.d.ts +16 -0
  32. package/dist-types/commands/GetRunCommand.d.ts +16 -0
  33. package/dist-types/commands/GetRunGroupCommand.d.ts +16 -0
  34. package/dist-types/commands/GetRunTaskCommand.d.ts +16 -0
  35. package/dist-types/commands/GetSequenceStoreCommand.d.ts +16 -0
  36. package/dist-types/commands/GetVariantImportJobCommand.d.ts +16 -0
  37. package/dist-types/commands/GetVariantStoreCommand.d.ts +16 -0
  38. package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
  39. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +16 -0
  41. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +16 -0
  42. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListReadSetsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListReferenceStoresCommand.d.ts +16 -0
  47. package/dist-types/commands/ListReferencesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListRunGroupsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListRunTasksCommand.d.ts +16 -0
  50. package/dist-types/commands/ListRunsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListSequenceStoresCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListVariantStoresCommand.d.ts +16 -0
  55. package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
  56. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +16 -0
  57. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +16 -0
  58. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +16 -0
  59. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +16 -0
  60. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +16 -0
  61. package/dist-types/commands/StartRunCommand.d.ts +16 -0
  62. package/dist-types/commands/StartVariantImportJobCommand.d.ts +16 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateRunGroupCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
  69. package/dist-types/models/OmicsServiceException.d.ts +2 -0
  70. package/dist-types/models/models_0.d.ts +535 -0
  71. package/dist-types/pagination/Interfaces.d.ts +3 -0
  72. package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListReadSetsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListReferencesPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListRunGroupsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListRunTasksPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListRunsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListVariantStoresPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
  88. package/package.json +3 -3
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { OmicsClient } from "../OmicsClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface OmicsPaginationConfiguration extends PaginationConfiguration {
4
7
  client: OmicsClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "../commands/ListAnnotationImportJobsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAnnotationImportJobs(config: OmicsPaginationConfiguration, input: ListAnnotationImportJobsCommandInput, ...additionalArguments: any): Paginator<ListAnnotationImportJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "../commands/ListAnnotationStoresCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListAnnotationStores(config: OmicsPaginationConfiguration, input: ListAnnotationStoresCommandInput, ...additionalArguments: any): Paginator<ListAnnotationStoresCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "../commands/ListReadSetActivationJobsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReadSetActivationJobs(config: OmicsPaginationConfiguration, input: ListReadSetActivationJobsCommandInput, ...additionalArguments: any): Paginator<ListReadSetActivationJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "../commands/ListReadSetExportJobsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReadSetExportJobs(config: OmicsPaginationConfiguration, input: ListReadSetExportJobsCommandInput, ...additionalArguments: any): Paginator<ListReadSetExportJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput } from "../commands/ListReadSetImportJobsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReadSetImportJobs(config: OmicsPaginationConfiguration, input: ListReadSetImportJobsCommandInput, ...additionalArguments: any): Paginator<ListReadSetImportJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReadSetsCommandInput, ListReadSetsCommandOutput } from "../commands/ListReadSetsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReadSets(config: OmicsPaginationConfiguration, input: ListReadSetsCommandInput, ...additionalArguments: any): Paginator<ListReadSetsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "../commands/ListReferenceImportJobsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReferenceImportJobs(config: OmicsPaginationConfiguration, input: ListReferenceImportJobsCommandInput, ...additionalArguments: any): Paginator<ListReferenceImportJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "../commands/ListReferenceStoresCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReferenceStores(config: OmicsPaginationConfiguration, input: ListReferenceStoresCommandInput, ...additionalArguments: any): Paginator<ListReferenceStoresCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListReferencesCommandInput, ListReferencesCommandOutput } from "../commands/ListReferencesCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListReferences(config: OmicsPaginationConfiguration, input: ListReferencesCommandInput, ...additionalArguments: any): Paginator<ListReferencesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRunGroupsCommandInput, ListRunGroupsCommandOutput } from "../commands/ListRunGroupsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRunGroups(config: OmicsPaginationConfiguration, input: ListRunGroupsCommandInput, ...additionalArguments: any): Paginator<ListRunGroupsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRunTasksCommandInput, ListRunTasksCommandOutput } from "../commands/ListRunTasksCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRunTasks(config: OmicsPaginationConfiguration, input: ListRunTasksCommandInput, ...additionalArguments: any): Paginator<ListRunTasksCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListRuns(config: OmicsPaginationConfiguration, input: ListRunsCommandInput, ...additionalArguments: any): Paginator<ListRunsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput } from "../commands/ListSequenceStoresCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSequenceStores(config: OmicsPaginationConfiguration, input: ListSequenceStoresCommandInput, ...additionalArguments: any): Paginator<ListSequenceStoresCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput } from "../commands/ListVariantImportJobsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListVariantImportJobs(config: OmicsPaginationConfiguration, input: ListVariantImportJobsCommandInput, ...additionalArguments: any): Paginator<ListVariantImportJobsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListVariantStoresCommandInput, ListVariantStoresCommandOutput } from "../commands/ListVariantStoresCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListVariantStores(config: OmicsPaginationConfiguration, input: ListVariantStoresCommandInput, ...additionalArguments: any): Paginator<ListVariantStoresCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
3
3
  import { OmicsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListWorkflows(config: OmicsPaginationConfiguration, input: ListWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowsCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-omics",
3
3
  "description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",