@aws-sdk/client-omics 3.533.0 → 3.540.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 (175) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Omics.d.ts +10 -1
  6. package/dist-types/OmicsClient.d.ts +1 -1
  7. package/dist-types/commands/AbortMultipartReadSetUploadCommand.d.ts +2 -1
  8. package/dist-types/commands/AcceptShareCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +2 -1
  10. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +2 -1
  11. package/dist-types/commands/CancelRunCommand.d.ts +2 -1
  12. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +2 -1
  13. package/dist-types/commands/CompleteMultipartReadSetUploadCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateAnnotationStoreVersionCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateMultipartReadSetUploadCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateRunGroupCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateShareCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateVariantStoreCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteAnnotationStoreVersionsCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteReferenceCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteRunCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteRunGroupCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteShareCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  33. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +2 -1
  34. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +2 -1
  35. package/dist-types/commands/GetAnnotationStoreVersionCommand.d.ts +2 -1
  36. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +2 -1
  37. package/dist-types/commands/GetReadSetCommand.d.ts +2 -1
  38. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +2 -1
  39. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +2 -1
  40. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +2 -1
  41. package/dist-types/commands/GetReferenceCommand.d.ts +2 -1
  42. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +2 -1
  43. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +2 -1
  44. package/dist-types/commands/GetReferenceStoreCommand.d.ts +2 -1
  45. package/dist-types/commands/GetRunCommand.d.ts +2 -1
  46. package/dist-types/commands/GetRunGroupCommand.d.ts +2 -1
  47. package/dist-types/commands/GetRunTaskCommand.d.ts +2 -1
  48. package/dist-types/commands/GetSequenceStoreCommand.d.ts +2 -1
  49. package/dist-types/commands/GetShareCommand.d.ts +2 -1
  50. package/dist-types/commands/GetVariantImportJobCommand.d.ts +2 -1
  51. package/dist-types/commands/GetVariantStoreCommand.d.ts +2 -1
  52. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  53. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListAnnotationStoreVersionsCommand.d.ts +2 -1
  55. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +2 -1
  56. package/dist-types/commands/ListMultipartReadSetUploadsCommand.d.ts +2 -1
  57. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListReadSetUploadPartsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListReadSetsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListReferenceStoresCommand.d.ts +2 -1
  64. package/dist-types/commands/ListReferencesCommand.d.ts +2 -1
  65. package/dist-types/commands/ListRunGroupsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListRunTasksCommand.d.ts +2 -1
  67. package/dist-types/commands/ListRunsCommand.d.ts +2 -1
  68. package/dist-types/commands/ListSequenceStoresCommand.d.ts +2 -1
  69. package/dist-types/commands/ListSharesCommand.d.ts +2 -1
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  71. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListVariantStoresCommand.d.ts +2 -1
  73. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  74. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +2 -1
  75. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +2 -1
  76. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +2 -1
  77. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +2 -1
  78. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +2 -1
  79. package/dist-types/commands/StartRunCommand.d.ts +2 -1
  80. package/dist-types/commands/StartVariantImportJobCommand.d.ts +2 -1
  81. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  82. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  83. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +2 -1
  84. package/dist-types/commands/UpdateAnnotationStoreVersionCommand.d.ts +2 -1
  85. package/dist-types/commands/UpdateRunGroupCommand.d.ts +2 -1
  86. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +2 -1
  87. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
  88. package/dist-types/commands/UploadReadSetPartCommand.d.ts +2 -1
  89. package/dist-types/index.d.ts +0 -1
  90. package/dist-types/models/models_0.d.ts +1024 -1024
  91. package/dist-types/ts3.4/Omics.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/AbortMultipartReadSetUploadCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/AcceptShareCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/BatchDeleteReadSetCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/CancelAnnotationImportJobCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/CancelRunCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/CancelVariantImportJobCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/CompleteMultipartReadSetUploadCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateAnnotationStoreCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateAnnotationStoreVersionCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateMultipartReadSetUploadCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateReferenceStoreCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateRunGroupCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateSequenceStoreCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateShareCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateVariantStoreCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteAnnotationStoreCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteAnnotationStoreVersionsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteReferenceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteReferenceStoreCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteRunGroupCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteSequenceStoreCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteShareCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeleteVariantStoreCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/GetAnnotationImportJobCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/GetAnnotationStoreCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/GetAnnotationStoreVersionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/GetReadSetActivationJobCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/GetReadSetCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/GetReadSetExportJobCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetReadSetImportJobCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetReadSetMetadataCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetReferenceCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetReferenceImportJobCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetReferenceMetadataCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetReferenceStoreCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +7 -0
  131. package/dist-types/ts3.4/commands/GetRunGroupCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetRunTaskCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetSequenceStoreCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetShareCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetVariantImportJobCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/GetVariantStoreCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListAnnotationImportJobsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListAnnotationStoreVersionsCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListAnnotationStoresCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListMultipartReadSetUploadsCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListReadSetActivationJobsCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListReadSetExportJobsCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListReadSetImportJobsCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListReadSetUploadPartsCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListReadSetsCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/ListReferenceImportJobsCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/ListReferenceStoresCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ListReferencesCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/ListRunGroupsCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/ListRunTasksCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/ListSequenceStoresCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/ListSharesCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/ListVariantImportJobsCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListVariantStoresCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/StartAnnotationImportJobCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/StartReadSetActivationJobCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/StartReadSetExportJobCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/StartReadSetImportJobCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/StartReferenceImportJobCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/StartRunCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/StartVariantImportJobCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/UpdateAnnotationStoreCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/UpdateAnnotationStoreVersionCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/UpdateRunGroupCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/UpdateVariantStoreCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/index.d.ts +0 -1
  175. package/package.json +42 -42
@@ -22,10 +22,10 @@ export interface ListReadSetUploadPartsCommandOutput extends ListReadSetUploadPa
22
22
  }
23
23
  declare const ListReadSetUploadPartsCommand_base: {
24
24
  new (input: ListReadSetUploadPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListReadSetUploadPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * This operation will list all parts in a requested multipart upload for a sequence store.
31
31
  * </p>
@@ -99,6 +99,7 @@ declare const ListReadSetUploadPartsCommand_base: {
99
99
  * @throws {@link OmicsServiceException}
100
100
  * <p>Base exception class for all service exceptions from Omics service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class ListReadSetUploadPartsCommand extends ListReadSetUploadPartsCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
22
22
  }
23
23
  declare const ListReadSetsCommand_base: {
24
24
  new (input: ListReadSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReadSetsCommandInput, ListReadSetsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListReadSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReadSetsCommandInput, ListReadSetsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of read sets.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -112,6 +112,7 @@ declare const ListReadSetsCommand_base: {
112
112
  * @throws {@link OmicsServiceException}
113
113
  * <p>Base exception class for all service exceptions from Omics service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class ListReadSetsCommand extends ListReadSetsCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface ListReferenceImportJobsCommandOutput extends ListReferenceImpor
22
22
  }
23
23
  declare const ListReferenceImportJobsCommand_base: {
24
24
  new (input: ListReferenceImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListReferenceImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of reference import jobs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const ListReferenceImportJobsCommand_base: {
88
88
  * @throws {@link OmicsServiceException}
89
89
  * <p>Base exception class for all service exceptions from Omics service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListReferenceImportJobsCommand extends ListReferenceImportJobsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListReferenceStoresCommandOutput extends ListReferenceStoresRes
22
22
  }
23
23
  declare const ListReferenceStoresCommand_base: {
24
24
  new (input: ListReferenceStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListReferenceStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of reference stores.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const ListReferenceStoresCommand_base: {
87
87
  * @throws {@link OmicsServiceException}
88
88
  * <p>Base exception class for all service exceptions from Omics service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListReferenceStoresCommand extends ListReferenceStoresCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface ListReferencesCommandOutput extends ListReferencesResponse, __M
22
22
  }
23
23
  declare const ListReferencesCommand_base: {
24
24
  new (input: ListReferencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListReferencesCommandInput, ListReferencesCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListReferencesCommandInput): import("@smithy/smithy-client").CommandImpl<ListReferencesCommandInput, ListReferencesCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of references.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const ListReferencesCommand_base: {
92
92
  * @throws {@link OmicsServiceException}
93
93
  * <p>Base exception class for all service exceptions from Omics service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListReferencesCommand extends ListReferencesCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListRunGroupsCommandOutput extends ListRunGroupsResponse, __Met
22
22
  }
23
23
  declare const ListRunGroupsCommand_base: {
24
24
  new (input: ListRunGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRunGroupsCommandInput, ListRunGroupsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListRunGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRunGroupsCommandInput, ListRunGroupsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of run groups.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const ListRunGroupsCommand_base: {
91
91
  * @throws {@link OmicsServiceException}
92
92
  * <p>Base exception class for all service exceptions from Omics service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ListRunGroupsCommand extends ListRunGroupsCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListRunTasksCommandOutput extends ListRunTasksResponse, __Metad
22
22
  }
23
23
  declare const ListRunTasksCommand_base: {
24
24
  new (input: ListRunTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListRunTasksCommandInput, ListRunTasksCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRunTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListRunTasksCommandInput, ListRunTasksCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of tasks for a run.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const ListRunTasksCommand_base: {
94
94
  * @throws {@link OmicsServiceException}
95
95
  * <p>Base exception class for all service exceptions from Omics service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListRunTasksCommand extends ListRunTasksCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListRunsCommandOutput extends ListRunsResponse, __MetadataBeare
22
22
  }
23
23
  declare const ListRunsCommand_base: {
24
24
  new (input: ListRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRunsCommandInput, ListRunsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListRunsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRunsCommandInput, ListRunsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of runs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const ListRunsCommand_base: {
95
95
  * @throws {@link OmicsServiceException}
96
96
  * <p>Base exception class for all service exceptions from Omics service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class ListRunsCommand extends ListRunsCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface ListSequenceStoresCommandOutput extends ListSequenceStoresRespo
22
22
  }
23
23
  declare const ListSequenceStoresCommand_base: {
24
24
  new (input: ListSequenceStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSequenceStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of sequence stores.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const ListSequenceStoresCommand_base: {
88
88
  * @throws {@link OmicsServiceException}
89
89
  * <p>Base exception class for all service exceptions from Omics service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListSequenceStoresCommand extends ListSequenceStoresCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListSharesCommandOutput extends ListSharesResponse, __MetadataB
22
22
  }
23
23
  declare const ListSharesCommand_base: {
24
24
  new (input: ListSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSharesCommandInput, ListSharesCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSharesCommandInput, ListSharesCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Lists all shares associated with an account.
31
31
  * </p>
@@ -99,6 +99,7 @@ declare const ListSharesCommand_base: {
99
99
  * @throws {@link OmicsServiceException}
100
100
  * <p>Base exception class for all service exceptions from Omics service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class ListSharesCommand extends ListSharesCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of tags for a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListTagsForResourceCommand_base: {
79
79
  * @throws {@link OmicsServiceException}
80
80
  * <p>Base exception class for all service exceptions from Omics service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListVariantImportJobsCommandOutput extends ListVariantImportJob
22
22
  }
23
23
  declare const ListVariantImportJobsCommand_base: {
24
24
  new (input: ListVariantImportJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListVariantImportJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of variant import jobs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const ListVariantImportJobsCommand_base: {
91
91
  * @throws {@link OmicsServiceException}
92
92
  * <p>Base exception class for all service exceptions from Omics service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class ListVariantImportJobsCommand extends ListVariantImportJobsCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListVariantStoresCommandOutput extends ListVariantStoresRespons
22
22
  }
23
23
  declare const ListVariantStoresCommand_base: {
24
24
  new (input: ListVariantStoresCommandInput): import("@smithy/smithy-client").CommandImpl<ListVariantStoresCommandInput, ListVariantStoresCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListVariantStoresCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVariantStoresCommandInput, ListVariantStoresCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of variant stores.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const ListVariantStoresCommand_base: {
95
95
  * @throws {@link OmicsServiceException}
96
96
  * <p>Base exception class for all service exceptions from Omics service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class ListVariantStoresCommand extends ListVariantStoresCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
22
22
  }
23
23
  declare const ListWorkflowsCommand_base: {
24
24
  new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of workflows.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const ListWorkflowsCommand_base: {
94
94
  * @throws {@link OmicsServiceException}
95
95
  * <p>Base exception class for all service exceptions from Omics service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface StartAnnotationImportJobCommandOutput extends StartAnnotationIm
22
22
  }
23
23
  declare const StartAnnotationImportJobCommand_base: {
24
24
  new (input: StartAnnotationImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartAnnotationImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an annotation import job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -101,6 +101,7 @@ declare const StartAnnotationImportJobCommand_base: {
101
101
  * @throws {@link OmicsServiceException}
102
102
  * <p>Base exception class for all service exceptions from Omics service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class StartAnnotationImportJobCommand extends StartAnnotationImportJobCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface StartReadSetActivationJobCommandOutput extends StartReadSetActi
22
22
  }
23
23
  declare const StartReadSetActivationJobCommand_base: {
24
24
  new (input: StartReadSetActivationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartReadSetActivationJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read
30
30
  * sets after 30 days.</p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const StartReadSetActivationJobCommand_base: {
84
84
  * @throws {@link OmicsServiceException}
85
85
  * <p>Base exception class for all service exceptions from Omics service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class StartReadSetActivationJobCommand extends StartReadSetActivationJobCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface StartReadSetExportJobCommandOutput extends StartReadSetExportJo
22
22
  }
23
23
  declare const StartReadSetExportJobCommand_base: {
24
24
  new (input: StartReadSetExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartReadSetExportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Exports a read set to Amazon S3.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const StartReadSetExportJobCommand_base: {
86
86
  * @throws {@link OmicsServiceException}
87
87
  * <p>Base exception class for all service exceptions from Omics service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class StartReadSetExportJobCommand extends StartReadSetExportJobCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface StartReadSetImportJobCommandOutput extends StartReadSetImportJo
22
22
  }
23
23
  declare const StartReadSetImportJobCommand_base: {
24
24
  new (input: StartReadSetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartReadSetImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a read set import job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const StartReadSetImportJobCommand_base: {
98
98
  * @throws {@link OmicsServiceException}
99
99
  * <p>Base exception class for all service exceptions from Omics service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class StartReadSetImportJobCommand extends StartReadSetImportJobCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface StartReferenceImportJobCommandOutput extends StartReferenceImpo
22
22
  }
23
23
  declare const StartReferenceImportJobCommand_base: {
24
24
  new (input: StartReferenceImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartReferenceImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a reference import job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const StartReferenceImportJobCommand_base: {
90
90
  * @throws {@link OmicsServiceException}
91
91
  * <p>Base exception class for all service exceptions from Omics service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class StartReferenceImportJobCommand extends StartReferenceImportJobCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface StartRunCommandOutput extends StartRunResponse, __MetadataBeare
22
22
  }
23
23
  declare const StartRunCommand_base: {
24
24
  new (input: StartRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartRunCommandInput, StartRunCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartRunCommandInput, StartRunCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a workflow run. To duplicate a run, specify the run's ID and a role ARN. The
30
30
  * remaining parameters are copied from the previous run.</p>
31
31
  * <p>The total number of runs in your account is subject to a quota per Region. To avoid
@@ -103,6 +103,7 @@ declare const StartRunCommand_base: {
103
103
  * @throws {@link OmicsServiceException}
104
104
  * <p>Base exception class for all service exceptions from Omics service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class StartRunCommand extends StartRunCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface StartVariantImportJobCommandOutput extends StartVariantImportRe
22
22
  }
23
23
  declare const StartVariantImportJobCommand_base: {
24
24
  new (input: StartVariantImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartVariantImportJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a variant import job.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const StartVariantImportJobCommand_base: {
81
81
  * @throws {@link OmicsServiceException}
82
82
  * <p>Base exception class for all service exceptions from Omics service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class StartVariantImportJobCommand extends StartVariantImportJobCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Tags a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const TagResourceCommand_base: {
78
78
  * @throws {@link OmicsServiceException}
79
79
  * <p>Base exception class for all service exceptions from Omics service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class TagResourceCommand extends TagResourceCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes tags from a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const UntagResourceCommand_base: {
78
78
  * @throws {@link OmicsServiceException}
79
79
  * <p>Base exception class for all service exceptions from Omics service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UpdateAnnotationStoreCommandOutput extends UpdateAnnotationStor
22
22
  }
23
23
  declare const UpdateAnnotationStoreCommand_base: {
24
24
  new (input: UpdateAnnotationStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAnnotationStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an annotation store.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const UpdateAnnotationStoreCommand_base: {
91
91
  * @throws {@link OmicsServiceException}
92
92
  * <p>Base exception class for all service exceptions from Omics service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateAnnotationStoreCommand extends UpdateAnnotationStoreCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface UpdateAnnotationStoreVersionCommandOutput extends UpdateAnnotat
22
22
  }
23
23
  declare const UpdateAnnotationStoreVersionCommand_base: {
24
24
  new (input: UpdateAnnotationStoreVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAnnotationStoreVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnnotationStoreVersionCommandInput, UpdateAnnotationStoreVersionCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Updates the description of an annotation store version.
31
31
  * </p>
@@ -79,6 +79,7 @@ declare const UpdateAnnotationStoreVersionCommand_base: {
79
79
  * @throws {@link OmicsServiceException}
80
80
  * <p>Base exception class for all service exceptions from Omics service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class UpdateAnnotationStoreVersionCommand extends UpdateAnnotationStoreVersionCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface UpdateRunGroupCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateRunGroupCommand_base: {
24
24
  new (input: UpdateRunGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRunGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a run group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const UpdateRunGroupCommand_base: {
80
80
  * @throws {@link OmicsServiceException}
81
81
  * <p>Base exception class for all service exceptions from Omics service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class UpdateRunGroupCommand extends UpdateRunGroupCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface UpdateVariantStoreCommandOutput extends UpdateVariantStoreRespo
22
22
  }
23
23
  declare const UpdateVariantStoreCommand_base: {
24
24
  new (input: UpdateVariantStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateVariantStoreCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a variant store.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const UpdateVariantStoreCommand_base: {
77
77
  * @throws {@link OmicsServiceException}
78
78
  * <p>Base exception class for all service exceptions from Omics service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class UpdateVariantStoreCommand extends UpdateVariantStoreCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface UpdateWorkflowCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateWorkflowCommand_base: {
24
24
  new (input: UpdateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const UpdateWorkflowCommand_base: {
77
77
  * @throws {@link OmicsServiceException}
78
78
  * <p>Base exception class for all service exceptions from Omics service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class UpdateWorkflowCommand extends UpdateWorkflowCommand_base {
82
83
  }
@@ -23,10 +23,10 @@ export interface UploadReadSetPartCommandOutput extends UploadReadSetPartRespons
23
23
  }
24
24
  declare const UploadReadSetPartCommand_base: {
25
25
  new (input: UploadReadSetPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadReadSetPartCommandInput, UploadReadSetPartCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UploadReadSetPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadReadSetPartCommandInput, UploadReadSetPartCommandOutput, OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * @public
30
30
  * <p>
31
31
  * This operation uploads a specific part of a read set. If you upload a new part using a previously used part number, the previously uploaded part will be overwritten.
32
32
  * </p>
@@ -86,6 +86,7 @@ declare const UploadReadSetPartCommand_base: {
86
86
  * @throws {@link OmicsServiceException}
87
87
  * <p>Base exception class for all service exceptions from Omics service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class UploadReadSetPartCommand extends UploadReadSetPartCommand_base {
91
92
  }
@@ -13,5 +13,4 @@ export * from "./commands";
13
13
  export * from "./pagination";
14
14
  export * from "./waiters";
15
15
  export * from "./models";
16
- import "@aws-sdk/util-endpoints";
17
16
  export { OmicsServiceException } from "./models/OmicsServiceException";