@aws-sdk/client-omics 3.295.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 +32 -32
@@ -67,335 +67,391 @@ import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from
67
67
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
68
68
  import { OmicsClient } from "./OmicsClient";
69
69
  /**
70
+ * @public
70
71
  * <p>This is the <i>Amazon Omics API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/omics/latest/dev/">What is Amazon Omics?</a> in the
71
72
  * <i>Amazon Omics Developer Guide</i>.</p>
72
73
  */
73
74
  export declare class Omics extends OmicsClient {
74
75
  /**
76
+ * @public
75
77
  * <p>Deletes one or more read sets.</p>
76
78
  */
77
79
  batchDeleteReadSet(args: BatchDeleteReadSetCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteReadSetCommandOutput>;
78
80
  batchDeleteReadSet(args: BatchDeleteReadSetCommandInput, cb: (err: any, data?: BatchDeleteReadSetCommandOutput) => void): void;
79
81
  batchDeleteReadSet(args: BatchDeleteReadSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteReadSetCommandOutput) => void): void;
80
82
  /**
83
+ * @public
81
84
  * <p>Cancels an annotation import job.</p>
82
85
  */
83
86
  cancelAnnotationImportJob(args: CancelAnnotationImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelAnnotationImportJobCommandOutput>;
84
87
  cancelAnnotationImportJob(args: CancelAnnotationImportJobCommandInput, cb: (err: any, data?: CancelAnnotationImportJobCommandOutput) => void): void;
85
88
  cancelAnnotationImportJob(args: CancelAnnotationImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelAnnotationImportJobCommandOutput) => void): void;
86
89
  /**
90
+ * @public
87
91
  * <p>Cancels a run.</p>
88
92
  */
89
93
  cancelRun(args: CancelRunCommandInput, options?: __HttpHandlerOptions): Promise<CancelRunCommandOutput>;
90
94
  cancelRun(args: CancelRunCommandInput, cb: (err: any, data?: CancelRunCommandOutput) => void): void;
91
95
  cancelRun(args: CancelRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelRunCommandOutput) => void): void;
92
96
  /**
97
+ * @public
93
98
  * <p>Cancels a variant import job.</p>
94
99
  */
95
100
  cancelVariantImportJob(args: CancelVariantImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelVariantImportJobCommandOutput>;
96
101
  cancelVariantImportJob(args: CancelVariantImportJobCommandInput, cb: (err: any, data?: CancelVariantImportJobCommandOutput) => void): void;
97
102
  cancelVariantImportJob(args: CancelVariantImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelVariantImportJobCommandOutput) => void): void;
98
103
  /**
104
+ * @public
99
105
  * <p>Creates an annotation store.</p>
100
106
  */
101
107
  createAnnotationStore(args: CreateAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnnotationStoreCommandOutput>;
102
108
  createAnnotationStore(args: CreateAnnotationStoreCommandInput, cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void): void;
103
109
  createAnnotationStore(args: CreateAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void): void;
104
110
  /**
111
+ * @public
105
112
  * <p>Creates a reference store.</p>
106
113
  */
107
114
  createReferenceStore(args: CreateReferenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateReferenceStoreCommandOutput>;
108
115
  createReferenceStore(args: CreateReferenceStoreCommandInput, cb: (err: any, data?: CreateReferenceStoreCommandOutput) => void): void;
109
116
  createReferenceStore(args: CreateReferenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReferenceStoreCommandOutput) => void): void;
110
117
  /**
118
+ * @public
111
119
  * <p>Creates a run group.</p>
112
120
  */
113
121
  createRunGroup(args: CreateRunGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateRunGroupCommandOutput>;
114
122
  createRunGroup(args: CreateRunGroupCommandInput, cb: (err: any, data?: CreateRunGroupCommandOutput) => void): void;
115
123
  createRunGroup(args: CreateRunGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRunGroupCommandOutput) => void): void;
116
124
  /**
125
+ * @public
117
126
  * <p>Creates a sequence store.</p>
118
127
  */
119
128
  createSequenceStore(args: CreateSequenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateSequenceStoreCommandOutput>;
120
129
  createSequenceStore(args: CreateSequenceStoreCommandInput, cb: (err: any, data?: CreateSequenceStoreCommandOutput) => void): void;
121
130
  createSequenceStore(args: CreateSequenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSequenceStoreCommandOutput) => void): void;
122
131
  /**
132
+ * @public
123
133
  * <p>Creates a variant store.</p>
124
134
  */
125
135
  createVariantStore(args: CreateVariantStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateVariantStoreCommandOutput>;
126
136
  createVariantStore(args: CreateVariantStoreCommandInput, cb: (err: any, data?: CreateVariantStoreCommandOutput) => void): void;
127
137
  createVariantStore(args: CreateVariantStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVariantStoreCommandOutput) => void): void;
128
138
  /**
139
+ * @public
129
140
  * <p>Creates a workflow.</p>
130
141
  */
131
142
  createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
132
143
  createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
133
144
  createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
134
145
  /**
146
+ * @public
135
147
  * <p>Deletes an annotation store.</p>
136
148
  */
137
149
  deleteAnnotationStore(args: DeleteAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnnotationStoreCommandOutput>;
138
150
  deleteAnnotationStore(args: DeleteAnnotationStoreCommandInput, cb: (err: any, data?: DeleteAnnotationStoreCommandOutput) => void): void;
139
151
  deleteAnnotationStore(args: DeleteAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnnotationStoreCommandOutput) => void): void;
140
152
  /**
153
+ * @public
141
154
  * <p>Deletes a genome reference.</p>
142
155
  */
143
156
  deleteReference(args: DeleteReferenceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReferenceCommandOutput>;
144
157
  deleteReference(args: DeleteReferenceCommandInput, cb: (err: any, data?: DeleteReferenceCommandOutput) => void): void;
145
158
  deleteReference(args: DeleteReferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReferenceCommandOutput) => void): void;
146
159
  /**
160
+ * @public
147
161
  * <p>Deletes a genome reference store.</p>
148
162
  */
149
163
  deleteReferenceStore(args: DeleteReferenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReferenceStoreCommandOutput>;
150
164
  deleteReferenceStore(args: DeleteReferenceStoreCommandInput, cb: (err: any, data?: DeleteReferenceStoreCommandOutput) => void): void;
151
165
  deleteReferenceStore(args: DeleteReferenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReferenceStoreCommandOutput) => void): void;
152
166
  /**
167
+ * @public
153
168
  * <p>Deletes a workflow run.</p>
154
169
  */
155
170
  deleteRun(args: DeleteRunCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRunCommandOutput>;
156
171
  deleteRun(args: DeleteRunCommandInput, cb: (err: any, data?: DeleteRunCommandOutput) => void): void;
157
172
  deleteRun(args: DeleteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRunCommandOutput) => void): void;
158
173
  /**
174
+ * @public
159
175
  * <p>Deletes a workflow run group.</p>
160
176
  */
161
177
  deleteRunGroup(args: DeleteRunGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRunGroupCommandOutput>;
162
178
  deleteRunGroup(args: DeleteRunGroupCommandInput, cb: (err: any, data?: DeleteRunGroupCommandOutput) => void): void;
163
179
  deleteRunGroup(args: DeleteRunGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRunGroupCommandOutput) => void): void;
164
180
  /**
181
+ * @public
165
182
  * <p>Deletes a sequence store.</p>
166
183
  */
167
184
  deleteSequenceStore(args: DeleteSequenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSequenceStoreCommandOutput>;
168
185
  deleteSequenceStore(args: DeleteSequenceStoreCommandInput, cb: (err: any, data?: DeleteSequenceStoreCommandOutput) => void): void;
169
186
  deleteSequenceStore(args: DeleteSequenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSequenceStoreCommandOutput) => void): void;
170
187
  /**
188
+ * @public
171
189
  * <p>Deletes a variant store.</p>
172
190
  */
173
191
  deleteVariantStore(args: DeleteVariantStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVariantStoreCommandOutput>;
174
192
  deleteVariantStore(args: DeleteVariantStoreCommandInput, cb: (err: any, data?: DeleteVariantStoreCommandOutput) => void): void;
175
193
  deleteVariantStore(args: DeleteVariantStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVariantStoreCommandOutput) => void): void;
176
194
  /**
195
+ * @public
177
196
  * <p>Deletes a workflow.</p>
178
197
  */
179
198
  deleteWorkflow(args: DeleteWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowCommandOutput>;
180
199
  deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
181
200
  deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
182
201
  /**
202
+ * @public
183
203
  * <p>Gets information about an annotation import job.</p>
184
204
  */
185
205
  getAnnotationImportJob(args: GetAnnotationImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetAnnotationImportJobCommandOutput>;
186
206
  getAnnotationImportJob(args: GetAnnotationImportJobCommandInput, cb: (err: any, data?: GetAnnotationImportJobCommandOutput) => void): void;
187
207
  getAnnotationImportJob(args: GetAnnotationImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnnotationImportJobCommandOutput) => void): void;
188
208
  /**
209
+ * @public
189
210
  * <p>Gets information about an annotation store.</p>
190
211
  */
191
212
  getAnnotationStore(args: GetAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetAnnotationStoreCommandOutput>;
192
213
  getAnnotationStore(args: GetAnnotationStoreCommandInput, cb: (err: any, data?: GetAnnotationStoreCommandOutput) => void): void;
193
214
  getAnnotationStore(args: GetAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAnnotationStoreCommandOutput) => void): void;
194
215
  /**
216
+ * @public
195
217
  * <p>Gets a file from a read set.</p>
196
218
  */
197
219
  getReadSet(args: GetReadSetCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetCommandOutput>;
198
220
  getReadSet(args: GetReadSetCommandInput, cb: (err: any, data?: GetReadSetCommandOutput) => void): void;
199
221
  getReadSet(args: GetReadSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetCommandOutput) => void): void;
200
222
  /**
223
+ * @public
201
224
  * <p>Gets information about a read set activation job.</p>
202
225
  */
203
226
  getReadSetActivationJob(args: GetReadSetActivationJobCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetActivationJobCommandOutput>;
204
227
  getReadSetActivationJob(args: GetReadSetActivationJobCommandInput, cb: (err: any, data?: GetReadSetActivationJobCommandOutput) => void): void;
205
228
  getReadSetActivationJob(args: GetReadSetActivationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetActivationJobCommandOutput) => void): void;
206
229
  /**
230
+ * @public
207
231
  * <p>Gets information about a read set export job.</p>
208
232
  */
209
233
  getReadSetExportJob(args: GetReadSetExportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetExportJobCommandOutput>;
210
234
  getReadSetExportJob(args: GetReadSetExportJobCommandInput, cb: (err: any, data?: GetReadSetExportJobCommandOutput) => void): void;
211
235
  getReadSetExportJob(args: GetReadSetExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetExportJobCommandOutput) => void): void;
212
236
  /**
237
+ * @public
213
238
  * <p>Gets information about a read set import job.</p>
214
239
  */
215
240
  getReadSetImportJob(args: GetReadSetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetImportJobCommandOutput>;
216
241
  getReadSetImportJob(args: GetReadSetImportJobCommandInput, cb: (err: any, data?: GetReadSetImportJobCommandOutput) => void): void;
217
242
  getReadSetImportJob(args: GetReadSetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetImportJobCommandOutput) => void): void;
218
243
  /**
244
+ * @public
219
245
  * <p>Gets details about a read set.</p>
220
246
  */
221
247
  getReadSetMetadata(args: GetReadSetMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetReadSetMetadataCommandOutput>;
222
248
  getReadSetMetadata(args: GetReadSetMetadataCommandInput, cb: (err: any, data?: GetReadSetMetadataCommandOutput) => void): void;
223
249
  getReadSetMetadata(args: GetReadSetMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReadSetMetadataCommandOutput) => void): void;
224
250
  /**
251
+ * @public
225
252
  * <p>Gets a reference file.</p>
226
253
  */
227
254
  getReference(args: GetReferenceCommandInput, options?: __HttpHandlerOptions): Promise<GetReferenceCommandOutput>;
228
255
  getReference(args: GetReferenceCommandInput, cb: (err: any, data?: GetReferenceCommandOutput) => void): void;
229
256
  getReference(args: GetReferenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReferenceCommandOutput) => void): void;
230
257
  /**
258
+ * @public
231
259
  * <p>Gets information about a reference import job.</p>
232
260
  */
233
261
  getReferenceImportJob(args: GetReferenceImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetReferenceImportJobCommandOutput>;
234
262
  getReferenceImportJob(args: GetReferenceImportJobCommandInput, cb: (err: any, data?: GetReferenceImportJobCommandOutput) => void): void;
235
263
  getReferenceImportJob(args: GetReferenceImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReferenceImportJobCommandOutput) => void): void;
236
264
  /**
265
+ * @public
237
266
  * <p>Gets information about a genome reference's metadata.</p>
238
267
  */
239
268
  getReferenceMetadata(args: GetReferenceMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetReferenceMetadataCommandOutput>;
240
269
  getReferenceMetadata(args: GetReferenceMetadataCommandInput, cb: (err: any, data?: GetReferenceMetadataCommandOutput) => void): void;
241
270
  getReferenceMetadata(args: GetReferenceMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReferenceMetadataCommandOutput) => void): void;
242
271
  /**
272
+ * @public
243
273
  * <p>Gets information about a reference store.</p>
244
274
  */
245
275
  getReferenceStore(args: GetReferenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetReferenceStoreCommandOutput>;
246
276
  getReferenceStore(args: GetReferenceStoreCommandInput, cb: (err: any, data?: GetReferenceStoreCommandOutput) => void): void;
247
277
  getReferenceStore(args: GetReferenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetReferenceStoreCommandOutput) => void): void;
248
278
  /**
279
+ * @public
249
280
  * <p>Gets information about a workflow run.</p>
250
281
  */
251
282
  getRun(args: GetRunCommandInput, options?: __HttpHandlerOptions): Promise<GetRunCommandOutput>;
252
283
  getRun(args: GetRunCommandInput, cb: (err: any, data?: GetRunCommandOutput) => void): void;
253
284
  getRun(args: GetRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRunCommandOutput) => void): void;
254
285
  /**
286
+ * @public
255
287
  * <p>Gets information about a workflow run group.</p>
256
288
  */
257
289
  getRunGroup(args: GetRunGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetRunGroupCommandOutput>;
258
290
  getRunGroup(args: GetRunGroupCommandInput, cb: (err: any, data?: GetRunGroupCommandOutput) => void): void;
259
291
  getRunGroup(args: GetRunGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRunGroupCommandOutput) => void): void;
260
292
  /**
293
+ * @public
261
294
  * <p>Gets information about a workflow run task.</p>
262
295
  */
263
296
  getRunTask(args: GetRunTaskCommandInput, options?: __HttpHandlerOptions): Promise<GetRunTaskCommandOutput>;
264
297
  getRunTask(args: GetRunTaskCommandInput, cb: (err: any, data?: GetRunTaskCommandOutput) => void): void;
265
298
  getRunTask(args: GetRunTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRunTaskCommandOutput) => void): void;
266
299
  /**
300
+ * @public
267
301
  * <p>Gets information about a sequence store.</p>
268
302
  */
269
303
  getSequenceStore(args: GetSequenceStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetSequenceStoreCommandOutput>;
270
304
  getSequenceStore(args: GetSequenceStoreCommandInput, cb: (err: any, data?: GetSequenceStoreCommandOutput) => void): void;
271
305
  getSequenceStore(args: GetSequenceStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSequenceStoreCommandOutput) => void): void;
272
306
  /**
307
+ * @public
273
308
  * <p>Gets information about a variant import job.</p>
274
309
  */
275
310
  getVariantImportJob(args: GetVariantImportJobCommandInput, options?: __HttpHandlerOptions): Promise<GetVariantImportJobCommandOutput>;
276
311
  getVariantImportJob(args: GetVariantImportJobCommandInput, cb: (err: any, data?: GetVariantImportJobCommandOutput) => void): void;
277
312
  getVariantImportJob(args: GetVariantImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVariantImportJobCommandOutput) => void): void;
278
313
  /**
314
+ * @public
279
315
  * <p>Gets information about a variant store.</p>
280
316
  */
281
317
  getVariantStore(args: GetVariantStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetVariantStoreCommandOutput>;
282
318
  getVariantStore(args: GetVariantStoreCommandInput, cb: (err: any, data?: GetVariantStoreCommandOutput) => void): void;
283
319
  getVariantStore(args: GetVariantStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVariantStoreCommandOutput) => void): void;
284
320
  /**
321
+ * @public
285
322
  * <p>Gets information about a workflow.</p>
286
323
  */
287
324
  getWorkflow(args: GetWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowCommandOutput>;
288
325
  getWorkflow(args: GetWorkflowCommandInput, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
289
326
  getWorkflow(args: GetWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
290
327
  /**
328
+ * @public
291
329
  * <p>Retrieves a list of annotation import jobs.</p>
292
330
  */
293
331
  listAnnotationImportJobs(args: ListAnnotationImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListAnnotationImportJobsCommandOutput>;
294
332
  listAnnotationImportJobs(args: ListAnnotationImportJobsCommandInput, cb: (err: any, data?: ListAnnotationImportJobsCommandOutput) => void): void;
295
333
  listAnnotationImportJobs(args: ListAnnotationImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnnotationImportJobsCommandOutput) => void): void;
296
334
  /**
335
+ * @public
297
336
  * <p>Retrieves a list of annotation stores.</p>
298
337
  */
299
338
  listAnnotationStores(args: ListAnnotationStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListAnnotationStoresCommandOutput>;
300
339
  listAnnotationStores(args: ListAnnotationStoresCommandInput, cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void): void;
301
340
  listAnnotationStores(args: ListAnnotationStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void): void;
302
341
  /**
342
+ * @public
303
343
  * <p>Retrieves a list of read set activation jobs.</p>
304
344
  */
305
345
  listReadSetActivationJobs(args: ListReadSetActivationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetActivationJobsCommandOutput>;
306
346
  listReadSetActivationJobs(args: ListReadSetActivationJobsCommandInput, cb: (err: any, data?: ListReadSetActivationJobsCommandOutput) => void): void;
307
347
  listReadSetActivationJobs(args: ListReadSetActivationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetActivationJobsCommandOutput) => void): void;
308
348
  /**
349
+ * @public
309
350
  * <p>Retrieves a list of read set export jobs.</p>
310
351
  */
311
352
  listReadSetExportJobs(args: ListReadSetExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetExportJobsCommandOutput>;
312
353
  listReadSetExportJobs(args: ListReadSetExportJobsCommandInput, cb: (err: any, data?: ListReadSetExportJobsCommandOutput) => void): void;
313
354
  listReadSetExportJobs(args: ListReadSetExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetExportJobsCommandOutput) => void): void;
314
355
  /**
356
+ * @public
315
357
  * <p>Retrieves a list of read set import jobs.</p>
316
358
  */
317
359
  listReadSetImportJobs(args: ListReadSetImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetImportJobsCommandOutput>;
318
360
  listReadSetImportJobs(args: ListReadSetImportJobsCommandInput, cb: (err: any, data?: ListReadSetImportJobsCommandOutput) => void): void;
319
361
  listReadSetImportJobs(args: ListReadSetImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetImportJobsCommandOutput) => void): void;
320
362
  /**
363
+ * @public
321
364
  * <p>Retrieves a list of read sets.</p>
322
365
  */
323
366
  listReadSets(args: ListReadSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetsCommandOutput>;
324
367
  listReadSets(args: ListReadSetsCommandInput, cb: (err: any, data?: ListReadSetsCommandOutput) => void): void;
325
368
  listReadSets(args: ListReadSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetsCommandOutput) => void): void;
326
369
  /**
370
+ * @public
327
371
  * <p>Retrieves a list of reference import jobs.</p>
328
372
  */
329
373
  listReferenceImportJobs(args: ListReferenceImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReferenceImportJobsCommandOutput>;
330
374
  listReferenceImportJobs(args: ListReferenceImportJobsCommandInput, cb: (err: any, data?: ListReferenceImportJobsCommandOutput) => void): void;
331
375
  listReferenceImportJobs(args: ListReferenceImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReferenceImportJobsCommandOutput) => void): void;
332
376
  /**
377
+ * @public
333
378
  * <p>Retrieves a list of references.</p>
334
379
  */
335
380
  listReferences(args: ListReferencesCommandInput, options?: __HttpHandlerOptions): Promise<ListReferencesCommandOutput>;
336
381
  listReferences(args: ListReferencesCommandInput, cb: (err: any, data?: ListReferencesCommandOutput) => void): void;
337
382
  listReferences(args: ListReferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReferencesCommandOutput) => void): void;
338
383
  /**
384
+ * @public
339
385
  * <p>Retrieves a list of reference stores.</p>
340
386
  */
341
387
  listReferenceStores(args: ListReferenceStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListReferenceStoresCommandOutput>;
342
388
  listReferenceStores(args: ListReferenceStoresCommandInput, cb: (err: any, data?: ListReferenceStoresCommandOutput) => void): void;
343
389
  listReferenceStores(args: ListReferenceStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReferenceStoresCommandOutput) => void): void;
344
390
  /**
391
+ * @public
345
392
  * <p>Retrieves a list of run groups.</p>
346
393
  */
347
394
  listRunGroups(args: ListRunGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListRunGroupsCommandOutput>;
348
395
  listRunGroups(args: ListRunGroupsCommandInput, cb: (err: any, data?: ListRunGroupsCommandOutput) => void): void;
349
396
  listRunGroups(args: ListRunGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRunGroupsCommandOutput) => void): void;
350
397
  /**
398
+ * @public
351
399
  * <p>Retrieves a list of runs.</p>
352
400
  */
353
401
  listRuns(args: ListRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListRunsCommandOutput>;
354
402
  listRuns(args: ListRunsCommandInput, cb: (err: any, data?: ListRunsCommandOutput) => void): void;
355
403
  listRuns(args: ListRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRunsCommandOutput) => void): void;
356
404
  /**
405
+ * @public
357
406
  * <p>Retrieves a list of tasks for a run.</p>
358
407
  */
359
408
  listRunTasks(args: ListRunTasksCommandInput, options?: __HttpHandlerOptions): Promise<ListRunTasksCommandOutput>;
360
409
  listRunTasks(args: ListRunTasksCommandInput, cb: (err: any, data?: ListRunTasksCommandOutput) => void): void;
361
410
  listRunTasks(args: ListRunTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRunTasksCommandOutput) => void): void;
362
411
  /**
412
+ * @public
363
413
  * <p>Retrieves a list of sequence stores.</p>
364
414
  */
365
415
  listSequenceStores(args: ListSequenceStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListSequenceStoresCommandOutput>;
366
416
  listSequenceStores(args: ListSequenceStoresCommandInput, cb: (err: any, data?: ListSequenceStoresCommandOutput) => void): void;
367
417
  listSequenceStores(args: ListSequenceStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSequenceStoresCommandOutput) => void): void;
368
418
  /**
419
+ * @public
369
420
  * <p>Retrieves a list of tags for a resource.</p>
370
421
  */
371
422
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
372
423
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
373
424
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
374
425
  /**
426
+ * @public
375
427
  * <p>Retrieves a list of variant import jobs.</p>
376
428
  */
377
429
  listVariantImportJobs(args: ListVariantImportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListVariantImportJobsCommandOutput>;
378
430
  listVariantImportJobs(args: ListVariantImportJobsCommandInput, cb: (err: any, data?: ListVariantImportJobsCommandOutput) => void): void;
379
431
  listVariantImportJobs(args: ListVariantImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVariantImportJobsCommandOutput) => void): void;
380
432
  /**
433
+ * @public
381
434
  * <p>Retrieves a list of variant stores.</p>
382
435
  */
383
436
  listVariantStores(args: ListVariantStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListVariantStoresCommandOutput>;
384
437
  listVariantStores(args: ListVariantStoresCommandInput, cb: (err: any, data?: ListVariantStoresCommandOutput) => void): void;
385
438
  listVariantStores(args: ListVariantStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVariantStoresCommandOutput) => void): void;
386
439
  /**
440
+ * @public
387
441
  * <p>Retrieves a list of workflows.</p>
388
442
  */
389
443
  listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
390
444
  listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
391
445
  listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
392
446
  /**
447
+ * @public
393
448
  * <p>Starts an annotation import job.</p>
394
449
  */
395
450
  startAnnotationImportJob(args: StartAnnotationImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartAnnotationImportJobCommandOutput>;
396
451
  startAnnotationImportJob(args: StartAnnotationImportJobCommandInput, cb: (err: any, data?: StartAnnotationImportJobCommandOutput) => void): void;
397
452
  startAnnotationImportJob(args: StartAnnotationImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAnnotationImportJobCommandOutput) => void): void;
398
453
  /**
454
+ * @public
399
455
  * <p>Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read
400
456
  * sets after 30 days.</p>
401
457
  */
@@ -403,66 +459,77 @@ export declare class Omics extends OmicsClient {
403
459
  startReadSetActivationJob(args: StartReadSetActivationJobCommandInput, cb: (err: any, data?: StartReadSetActivationJobCommandOutput) => void): void;
404
460
  startReadSetActivationJob(args: StartReadSetActivationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReadSetActivationJobCommandOutput) => void): void;
405
461
  /**
462
+ * @public
406
463
  * <p>Exports a read set to Amazon S3.</p>
407
464
  */
408
465
  startReadSetExportJob(args: StartReadSetExportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReadSetExportJobCommandOutput>;
409
466
  startReadSetExportJob(args: StartReadSetExportJobCommandInput, cb: (err: any, data?: StartReadSetExportJobCommandOutput) => void): void;
410
467
  startReadSetExportJob(args: StartReadSetExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReadSetExportJobCommandOutput) => void): void;
411
468
  /**
469
+ * @public
412
470
  * <p>Starts a read set import job.</p>
413
471
  */
414
472
  startReadSetImportJob(args: StartReadSetImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReadSetImportJobCommandOutput>;
415
473
  startReadSetImportJob(args: StartReadSetImportJobCommandInput, cb: (err: any, data?: StartReadSetImportJobCommandOutput) => void): void;
416
474
  startReadSetImportJob(args: StartReadSetImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReadSetImportJobCommandOutput) => void): void;
417
475
  /**
476
+ * @public
418
477
  * <p>Starts a reference import job.</p>
419
478
  */
420
479
  startReferenceImportJob(args: StartReferenceImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReferenceImportJobCommandOutput>;
421
480
  startReferenceImportJob(args: StartReferenceImportJobCommandInput, cb: (err: any, data?: StartReferenceImportJobCommandOutput) => void): void;
422
481
  startReferenceImportJob(args: StartReferenceImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReferenceImportJobCommandOutput) => void): void;
423
482
  /**
483
+ * @public
424
484
  * <p>Starts a run.</p>
425
485
  */
426
486
  startRun(args: StartRunCommandInput, options?: __HttpHandlerOptions): Promise<StartRunCommandOutput>;
427
487
  startRun(args: StartRunCommandInput, cb: (err: any, data?: StartRunCommandOutput) => void): void;
428
488
  startRun(args: StartRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRunCommandOutput) => void): void;
429
489
  /**
490
+ * @public
430
491
  * <p>Starts a variant import job.</p>
431
492
  */
432
493
  startVariantImportJob(args: StartVariantImportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartVariantImportJobCommandOutput>;
433
494
  startVariantImportJob(args: StartVariantImportJobCommandInput, cb: (err: any, data?: StartVariantImportJobCommandOutput) => void): void;
434
495
  startVariantImportJob(args: StartVariantImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartVariantImportJobCommandOutput) => void): void;
435
496
  /**
497
+ * @public
436
498
  * <p>Tags a resource.</p>
437
499
  */
438
500
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
439
501
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
440
502
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
441
503
  /**
504
+ * @public
442
505
  * <p>Removes tags from a resource.</p>
443
506
  */
444
507
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
445
508
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
446
509
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
447
510
  /**
511
+ * @public
448
512
  * <p>Updates an annotation store.</p>
449
513
  */
450
514
  updateAnnotationStore(args: UpdateAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnnotationStoreCommandOutput>;
451
515
  updateAnnotationStore(args: UpdateAnnotationStoreCommandInput, cb: (err: any, data?: UpdateAnnotationStoreCommandOutput) => void): void;
452
516
  updateAnnotationStore(args: UpdateAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnnotationStoreCommandOutput) => void): void;
453
517
  /**
518
+ * @public
454
519
  * <p>Updates a run group.</p>
455
520
  */
456
521
  updateRunGroup(args: UpdateRunGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRunGroupCommandOutput>;
457
522
  updateRunGroup(args: UpdateRunGroupCommandInput, cb: (err: any, data?: UpdateRunGroupCommandOutput) => void): void;
458
523
  updateRunGroup(args: UpdateRunGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRunGroupCommandOutput) => void): void;
459
524
  /**
525
+ * @public
460
526
  * <p>Updates a variant store.</p>
461
527
  */
462
528
  updateVariantStore(args: UpdateVariantStoreCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVariantStoreCommandOutput>;
463
529
  updateVariantStore(args: UpdateVariantStoreCommandInput, cb: (err: any, data?: UpdateVariantStoreCommandOutput) => void): void;
464
530
  updateVariantStore(args: UpdateVariantStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVariantStoreCommandOutput) => void): void;
465
531
  /**
532
+ * @public
466
533
  * <p>Updates a workflow.</p>
467
534
  */
468
535
  updateWorkflow(args: UpdateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowCommandOutput>;
@@ -74,15 +74,24 @@ import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./comma
74
74
  import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
75
75
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
76
76
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
77
+ /**
78
+ * @public
79
+ */
77
80
  export type ServiceInputTypes = BatchDeleteReadSetCommandInput | CancelAnnotationImportJobCommandInput | CancelRunCommandInput | CancelVariantImportJobCommandInput | CreateAnnotationStoreCommandInput | CreateReferenceStoreCommandInput | CreateRunGroupCommandInput | CreateSequenceStoreCommandInput | CreateVariantStoreCommandInput | CreateWorkflowCommandInput | DeleteAnnotationStoreCommandInput | DeleteReferenceCommandInput | DeleteReferenceStoreCommandInput | DeleteRunCommandInput | DeleteRunGroupCommandInput | DeleteSequenceStoreCommandInput | DeleteVariantStoreCommandInput | DeleteWorkflowCommandInput | GetAnnotationImportJobCommandInput | GetAnnotationStoreCommandInput | GetReadSetActivationJobCommandInput | GetReadSetCommandInput | GetReadSetExportJobCommandInput | GetReadSetImportJobCommandInput | GetReadSetMetadataCommandInput | GetReferenceCommandInput | GetReferenceImportJobCommandInput | GetReferenceMetadataCommandInput | GetReferenceStoreCommandInput | GetRunCommandInput | GetRunGroupCommandInput | GetRunTaskCommandInput | GetSequenceStoreCommandInput | GetVariantImportJobCommandInput | GetVariantStoreCommandInput | GetWorkflowCommandInput | ListAnnotationImportJobsCommandInput | ListAnnotationStoresCommandInput | ListReadSetActivationJobsCommandInput | ListReadSetExportJobsCommandInput | ListReadSetImportJobsCommandInput | ListReadSetsCommandInput | ListReferenceImportJobsCommandInput | ListReferenceStoresCommandInput | ListReferencesCommandInput | ListRunGroupsCommandInput | ListRunTasksCommandInput | ListRunsCommandInput | ListSequenceStoresCommandInput | ListTagsForResourceCommandInput | ListVariantImportJobsCommandInput | ListVariantStoresCommandInput | ListWorkflowsCommandInput | StartAnnotationImportJobCommandInput | StartReadSetActivationJobCommandInput | StartReadSetExportJobCommandInput | StartReadSetImportJobCommandInput | StartReferenceImportJobCommandInput | StartRunCommandInput | StartVariantImportJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnnotationStoreCommandInput | UpdateRunGroupCommandInput | UpdateVariantStoreCommandInput | UpdateWorkflowCommandInput;
81
+ /**
82
+ * @public
83
+ */
78
84
  export type ServiceOutputTypes = BatchDeleteReadSetCommandOutput | CancelAnnotationImportJobCommandOutput | CancelRunCommandOutput | CancelVariantImportJobCommandOutput | CreateAnnotationStoreCommandOutput | CreateReferenceStoreCommandOutput | CreateRunGroupCommandOutput | CreateSequenceStoreCommandOutput | CreateVariantStoreCommandOutput | CreateWorkflowCommandOutput | DeleteAnnotationStoreCommandOutput | DeleteReferenceCommandOutput | DeleteReferenceStoreCommandOutput | DeleteRunCommandOutput | DeleteRunGroupCommandOutput | DeleteSequenceStoreCommandOutput | DeleteVariantStoreCommandOutput | DeleteWorkflowCommandOutput | GetAnnotationImportJobCommandOutput | GetAnnotationStoreCommandOutput | GetReadSetActivationJobCommandOutput | GetReadSetCommandOutput | GetReadSetExportJobCommandOutput | GetReadSetImportJobCommandOutput | GetReadSetMetadataCommandOutput | GetReferenceCommandOutput | GetReferenceImportJobCommandOutput | GetReferenceMetadataCommandOutput | GetReferenceStoreCommandOutput | GetRunCommandOutput | GetRunGroupCommandOutput | GetRunTaskCommandOutput | GetSequenceStoreCommandOutput | GetVariantImportJobCommandOutput | GetVariantStoreCommandOutput | GetWorkflowCommandOutput | ListAnnotationImportJobsCommandOutput | ListAnnotationStoresCommandOutput | ListReadSetActivationJobsCommandOutput | ListReadSetExportJobsCommandOutput | ListReadSetImportJobsCommandOutput | ListReadSetsCommandOutput | ListReferenceImportJobsCommandOutput | ListReferenceStoresCommandOutput | ListReferencesCommandOutput | ListRunGroupsCommandOutput | ListRunTasksCommandOutput | ListRunsCommandOutput | ListSequenceStoresCommandOutput | ListTagsForResourceCommandOutput | ListVariantImportJobsCommandOutput | ListVariantStoresCommandOutput | ListWorkflowsCommandOutput | StartAnnotationImportJobCommandOutput | StartReadSetActivationJobCommandOutput | StartReadSetExportJobCommandOutput | StartReadSetImportJobCommandOutput | StartReferenceImportJobCommandOutput | StartRunCommandOutput | StartVariantImportJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnnotationStoreCommandOutput | UpdateRunGroupCommandOutput | UpdateVariantStoreCommandOutput | UpdateWorkflowCommandOutput;
85
+ /**
86
+ * @public
87
+ */
79
88
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
80
89
  /**
81
90
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
82
91
  */
83
92
  requestHandler?: __HttpHandler;
84
93
  /**
85
- * A constructor for a class implementing the {@link __Checksum} interface
94
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
86
95
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
87
96
  * @internal
88
97
  */
@@ -172,7 +181,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
172
181
  */
173
182
  logger?: __Logger;
174
183
  /**
175
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
184
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
176
185
  */
177
186
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
178
187
  /**
@@ -181,19 +190,30 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
181
190
  */
182
191
  sdkStreamMixin?: __SdkStreamMixinInjector;
183
192
  }
193
+ /**
194
+ * @public
195
+ */
184
196
  type OmicsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
185
197
  /**
186
- * The configuration interface of OmicsClient class constructor that set the region, credentials and other options.
198
+ * @public
199
+ *
200
+ * The configuration interface of OmicsClient class constructor that set the region, credentials and other options.
187
201
  */
188
202
  export interface OmicsClientConfig extends OmicsClientConfigType {
189
203
  }
204
+ /**
205
+ * @public
206
+ */
190
207
  type OmicsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
191
208
  /**
192
- * The resolved configuration interface of OmicsClient class. This is resolved and normalized from the {@link OmicsClientConfig | constructor configuration interface}.
209
+ * @public
210
+ *
211
+ * The resolved configuration interface of OmicsClient class. This is resolved and normalized from the {@link OmicsClientConfig | constructor configuration interface}.
193
212
  */
194
213
  export interface OmicsClientResolvedConfig extends OmicsClientResolvedConfigType {
195
214
  }
196
215
  /**
216
+ * @public
197
217
  * <p>This is the <i>Amazon Omics API Reference</i>. For an introduction to the service, see <a href="https://docs.aws.amazon.com/omics/latest/dev/">What is Amazon Omics?</a> in the
198
218
  * <i>Amazon Omics Developer Guide</i>.</p>
199
219
  */
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BatchDeleteReadSetRequest, BatchDeleteReadSetResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchDeleteReadSetCommand}.
8
10
  */
9
11
  export interface BatchDeleteReadSetCommandInput extends BatchDeleteReadSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchDeleteReadSetCommand}.
13
17
  */
14
18
  export interface BatchDeleteReadSetCommandOutput extends BatchDeleteReadSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes one or more read sets.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BatchDeleteReadSetCommandOutput extends BatchDeleteReadSetRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchDeleteReadSetCommandInput - {@link BatchDeleteReadSetCommandInput}
34
+ * @returns {@link BatchDeleteReadSetCommandOutput}
28
35
  * @see {@link BatchDeleteReadSetCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchDeleteReadSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface BatchDeleteReadSetCommandOutput extends BatchDeleteReadSetRespo
52
59
  export declare class BatchDeleteReadSetCommand extends $Command<BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: BatchDeleteReadSetCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: BatchDeleteReadSetCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }