@aws-sdk/client-omics 3.331.0 → 3.332.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 (78) hide show
  1. package/README.md +56 -8
  2. package/dist-cjs/Omics.js +12 -0
  3. package/dist-cjs/commands/AbortMultipartReadSetUploadCommand.js +45 -0
  4. package/dist-cjs/commands/CompleteMultipartReadSetUploadCommand.js +45 -0
  5. package/dist-cjs/commands/CreateMultipartReadSetUploadCommand.js +45 -0
  6. package/dist-cjs/commands/ListMultipartReadSetUploadsCommand.js +45 -0
  7. package/dist-cjs/commands/ListReadSetUploadPartsCommand.js +45 -0
  8. package/dist-cjs/commands/UploadReadSetPartCommand.js +46 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/models/models_0.js +83 -55
  11. package/dist-cjs/pagination/ListMultipartReadSetUploadsPaginator.js +29 -0
  12. package/dist-cjs/pagination/ListReadSetUploadPartsPaginator.js +29 -0
  13. package/dist-cjs/pagination/index.js +2 -0
  14. package/dist-cjs/protocols/Aws_restJson1.js +625 -3
  15. package/dist-es/Omics.js +12 -0
  16. package/dist-es/commands/AbortMultipartReadSetUploadCommand.js +41 -0
  17. package/dist-es/commands/CompleteMultipartReadSetUploadCommand.js +41 -0
  18. package/dist-es/commands/CreateMultipartReadSetUploadCommand.js +41 -0
  19. package/dist-es/commands/ListMultipartReadSetUploadsCommand.js +41 -0
  20. package/dist-es/commands/ListReadSetUploadPartsCommand.js +41 -0
  21. package/dist-es/commands/UploadReadSetPartCommand.js +42 -0
  22. package/dist-es/commands/index.js +6 -0
  23. package/dist-es/models/models_0.js +78 -52
  24. package/dist-es/pagination/ListMultipartReadSetUploadsPaginator.js +25 -0
  25. package/dist-es/pagination/ListReadSetUploadPartsPaginator.js +25 -0
  26. package/dist-es/pagination/index.js +2 -0
  27. package/dist-es/protocols/Aws_restJson1.js +611 -1
  28. package/dist-types/Omics.d.ts +43 -1
  29. package/dist-types/OmicsClient.d.ts +9 -3
  30. package/dist-types/commands/AbortMultipartReadSetUploadCommand.d.ts +96 -0
  31. package/dist-types/commands/CompleteMultipartReadSetUploadCommand.d.ts +105 -0
  32. package/dist-types/commands/CreateMultipartReadSetUploadCommand.d.ts +120 -0
  33. package/dist-types/commands/CreateRunGroupCommand.d.ts +1 -0
  34. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +2 -0
  35. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -0
  36. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +3 -0
  37. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +1 -0
  38. package/dist-types/commands/GetRunCommand.d.ts +1 -0
  39. package/dist-types/commands/GetRunGroupCommand.d.ts +1 -0
  40. package/dist-types/commands/GetRunTaskCommand.d.ts +1 -0
  41. package/dist-types/commands/GetSequenceStoreCommand.d.ts +1 -0
  42. package/dist-types/commands/GetVariantImportJobCommand.d.ts +3 -0
  43. package/dist-types/commands/GetWorkflowCommand.d.ts +4 -0
  44. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +3 -0
  45. package/dist-types/commands/ListMultipartReadSetUploadsCommand.d.ts +116 -0
  46. package/dist-types/commands/ListReadSetUploadPartsCommand.d.ts +115 -0
  47. package/dist-types/commands/ListReadSetsCommand.d.ts +4 -0
  48. package/dist-types/commands/ListRunGroupsCommand.d.ts +1 -0
  49. package/dist-types/commands/ListRunTasksCommand.d.ts +1 -0
  50. package/dist-types/commands/ListRunsCommand.d.ts +1 -0
  51. package/dist-types/commands/ListSequenceStoresCommand.d.ts +1 -0
  52. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +3 -0
  53. package/dist-types/commands/ListWorkflowsCommand.d.ts +3 -0
  54. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +3 -0
  55. package/dist-types/commands/StartVariantImportJobCommand.d.ts +3 -0
  56. package/dist-types/commands/UpdateRunGroupCommand.d.ts +1 -0
  57. package/dist-types/commands/UploadReadSetPartCommand.d.ts +111 -0
  58. package/dist-types/commands/index.d.ts +6 -0
  59. package/dist-types/models/models_0.d.ts +825 -119
  60. package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +7 -0
  61. package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +7 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  64. package/dist-types/ts3.4/Omics.d.ts +102 -0
  65. package/dist-types/ts3.4/OmicsClient.d.ts +38 -2
  66. package/dist-types/ts3.4/commands/AbortMultipartReadSetUploadCommand.d.ts +41 -0
  67. package/dist-types/ts3.4/commands/CompleteMultipartReadSetUploadCommand.d.ts +41 -0
  68. package/dist-types/ts3.4/commands/CreateMultipartReadSetUploadCommand.d.ts +41 -0
  69. package/dist-types/ts3.4/commands/ListMultipartReadSetUploadsCommand.d.ts +41 -0
  70. package/dist-types/ts3.4/commands/ListReadSetUploadPartsCommand.d.ts +41 -0
  71. package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +44 -0
  72. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +202 -52
  74. package/dist-types/ts3.4/pagination/ListMultipartReadSetUploadsPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/ListReadSetUploadPartsPaginator.d.ts +11 -0
  76. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  77. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  78. package/package.json +5 -5
@@ -1,9 +1,12 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput } from "./commands/AbortMultipartReadSetUploadCommand";
2
3
  import { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
3
4
  import { CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput } from "./commands/CancelAnnotationImportJobCommand";
4
5
  import { CancelRunCommandInput, CancelRunCommandOutput } from "./commands/CancelRunCommand";
5
6
  import { CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput } from "./commands/CancelVariantImportJobCommand";
7
+ import { CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput } from "./commands/CompleteMultipartReadSetUploadCommand";
6
8
  import { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput } from "./commands/CreateAnnotationStoreCommand";
9
+ import { CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput } from "./commands/CreateMultipartReadSetUploadCommand";
7
10
  import { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "./commands/CreateReferenceStoreCommand";
8
11
  import { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "./commands/CreateRunGroupCommand";
9
12
  import { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "./commands/CreateSequenceStoreCommand";
@@ -37,10 +40,12 @@ import { GetVariantStoreCommandInput, GetVariantStoreCommandOutput } from "./com
37
40
  import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
38
41
  import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "./commands/ListAnnotationImportJobsCommand";
39
42
  import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "./commands/ListAnnotationStoresCommand";
43
+ import { ListMultipartReadSetUploadsCommandInput, ListMultipartReadSetUploadsCommandOutput } from "./commands/ListMultipartReadSetUploadsCommand";
40
44
  import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "./commands/ListReadSetActivationJobsCommand";
41
45
  import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "./commands/ListReadSetExportJobsCommand";
42
46
  import { ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput } from "./commands/ListReadSetImportJobsCommand";
43
47
  import { ListReadSetsCommandInput, ListReadSetsCommandOutput } from "./commands/ListReadSetsCommand";
48
+ import { ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput } from "./commands/ListReadSetUploadPartsCommand";
44
49
  import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "./commands/ListReferenceImportJobsCommand";
45
50
  import { ListReferencesCommandInput, ListReferencesCommandOutput } from "./commands/ListReferencesCommand";
46
51
  import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "./commands/ListReferenceStoresCommand";
@@ -65,8 +70,15 @@ import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput }
65
70
  import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./commands/UpdateRunGroupCommand";
66
71
  import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
67
72
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
73
+ import { UploadReadSetPartCommandInput, UploadReadSetPartCommandOutput } from "./commands/UploadReadSetPartCommand";
68
74
  import { OmicsClient } from "./OmicsClient";
69
75
  export interface Omics {
76
+ /**
77
+ * @see {@link AbortMultipartReadSetUploadCommand}
78
+ */
79
+ abortMultipartReadSetUpload(args: AbortMultipartReadSetUploadCommandInput, options?: __HttpHandlerOptions): Promise<AbortMultipartReadSetUploadCommandOutput>;
80
+ abortMultipartReadSetUpload(args: AbortMultipartReadSetUploadCommandInput, cb: (err: any, data?: AbortMultipartReadSetUploadCommandOutput) => void): void;
81
+ abortMultipartReadSetUpload(args: AbortMultipartReadSetUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AbortMultipartReadSetUploadCommandOutput) => void): void;
70
82
  /**
71
83
  * @see {@link BatchDeleteReadSetCommand}
72
84
  */
@@ -91,12 +103,24 @@ export interface Omics {
91
103
  cancelVariantImportJob(args: CancelVariantImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelVariantImportJobCommandOutput>;
92
104
  cancelVariantImportJob(args: CancelVariantImportJobCommandInput, cb: (err: any, data?: CancelVariantImportJobCommandOutput) => void): void;
93
105
  cancelVariantImportJob(args: CancelVariantImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelVariantImportJobCommandOutput) => void): void;
106
+ /**
107
+ * @see {@link CompleteMultipartReadSetUploadCommand}
108
+ */
109
+ completeMultipartReadSetUpload(args: CompleteMultipartReadSetUploadCommandInput, options?: __HttpHandlerOptions): Promise<CompleteMultipartReadSetUploadCommandOutput>;
110
+ completeMultipartReadSetUpload(args: CompleteMultipartReadSetUploadCommandInput, cb: (err: any, data?: CompleteMultipartReadSetUploadCommandOutput) => void): void;
111
+ completeMultipartReadSetUpload(args: CompleteMultipartReadSetUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompleteMultipartReadSetUploadCommandOutput) => void): void;
94
112
  /**
95
113
  * @see {@link CreateAnnotationStoreCommand}
96
114
  */
97
115
  createAnnotationStore(args: CreateAnnotationStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnnotationStoreCommandOutput>;
98
116
  createAnnotationStore(args: CreateAnnotationStoreCommandInput, cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void): void;
99
117
  createAnnotationStore(args: CreateAnnotationStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnnotationStoreCommandOutput) => void): void;
118
+ /**
119
+ * @see {@link CreateMultipartReadSetUploadCommand}
120
+ */
121
+ createMultipartReadSetUpload(args: CreateMultipartReadSetUploadCommandInput, options?: __HttpHandlerOptions): Promise<CreateMultipartReadSetUploadCommandOutput>;
122
+ createMultipartReadSetUpload(args: CreateMultipartReadSetUploadCommandInput, cb: (err: any, data?: CreateMultipartReadSetUploadCommandOutput) => void): void;
123
+ createMultipartReadSetUpload(args: CreateMultipartReadSetUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMultipartReadSetUploadCommandOutput) => void): void;
100
124
  /**
101
125
  * @see {@link CreateReferenceStoreCommand}
102
126
  */
@@ -295,6 +319,12 @@ export interface Omics {
295
319
  listAnnotationStores(args: ListAnnotationStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListAnnotationStoresCommandOutput>;
296
320
  listAnnotationStores(args: ListAnnotationStoresCommandInput, cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void): void;
297
321
  listAnnotationStores(args: ListAnnotationStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnnotationStoresCommandOutput) => void): void;
322
+ /**
323
+ * @see {@link ListMultipartReadSetUploadsCommand}
324
+ */
325
+ listMultipartReadSetUploads(args: ListMultipartReadSetUploadsCommandInput, options?: __HttpHandlerOptions): Promise<ListMultipartReadSetUploadsCommandOutput>;
326
+ listMultipartReadSetUploads(args: ListMultipartReadSetUploadsCommandInput, cb: (err: any, data?: ListMultipartReadSetUploadsCommandOutput) => void): void;
327
+ listMultipartReadSetUploads(args: ListMultipartReadSetUploadsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMultipartReadSetUploadsCommandOutput) => void): void;
298
328
  /**
299
329
  * @see {@link ListReadSetActivationJobsCommand}
300
330
  */
@@ -319,6 +349,12 @@ export interface Omics {
319
349
  listReadSets(args: ListReadSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetsCommandOutput>;
320
350
  listReadSets(args: ListReadSetsCommandInput, cb: (err: any, data?: ListReadSetsCommandOutput) => void): void;
321
351
  listReadSets(args: ListReadSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetsCommandOutput) => void): void;
352
+ /**
353
+ * @see {@link ListReadSetUploadPartsCommand}
354
+ */
355
+ listReadSetUploadParts(args: ListReadSetUploadPartsCommandInput, options?: __HttpHandlerOptions): Promise<ListReadSetUploadPartsCommandOutput>;
356
+ listReadSetUploadParts(args: ListReadSetUploadPartsCommandInput, cb: (err: any, data?: ListReadSetUploadPartsCommandOutput) => void): void;
357
+ listReadSetUploadParts(args: ListReadSetUploadPartsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReadSetUploadPartsCommandOutput) => void): void;
322
358
  /**
323
359
  * @see {@link ListReferenceImportJobsCommand}
324
360
  */
@@ -463,11 +499,17 @@ export interface Omics {
463
499
  updateWorkflow(args: UpdateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowCommandOutput>;
464
500
  updateWorkflow(args: UpdateWorkflowCommandInput, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
465
501
  updateWorkflow(args: UpdateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
502
+ /**
503
+ * @see {@link UploadReadSetPartCommand}
504
+ */
505
+ uploadReadSetPart(args: UploadReadSetPartCommandInput, options?: __HttpHandlerOptions): Promise<UploadReadSetPartCommandOutput>;
506
+ uploadReadSetPart(args: UploadReadSetPartCommandInput, cb: (err: any, data?: UploadReadSetPartCommandOutput) => void): void;
507
+ uploadReadSetPart(args: UploadReadSetPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadReadSetPartCommandOutput) => void): void;
466
508
  }
467
509
  /**
468
510
  * @public
469
511
  * <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
470
- * <i>Amazon Omics Developer Guide</i>.</p>
512
+ * <i>Amazon Omics User Guide</i>.</p>
471
513
  */
472
514
  export declare class Omics extends OmicsClient implements Omics {
473
515
  }
@@ -7,11 +7,14 @@ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middlewa
7
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
8
8
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
9
9
  import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
10
+ import { AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput } from "./commands/AbortMultipartReadSetUploadCommand";
10
11
  import { BatchDeleteReadSetCommandInput, BatchDeleteReadSetCommandOutput } from "./commands/BatchDeleteReadSetCommand";
11
12
  import { CancelAnnotationImportJobCommandInput, CancelAnnotationImportJobCommandOutput } from "./commands/CancelAnnotationImportJobCommand";
12
13
  import { CancelRunCommandInput, CancelRunCommandOutput } from "./commands/CancelRunCommand";
13
14
  import { CancelVariantImportJobCommandInput, CancelVariantImportJobCommandOutput } from "./commands/CancelVariantImportJobCommand";
15
+ import { CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput } from "./commands/CompleteMultipartReadSetUploadCommand";
14
16
  import { CreateAnnotationStoreCommandInput, CreateAnnotationStoreCommandOutput } from "./commands/CreateAnnotationStoreCommand";
17
+ import { CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput } from "./commands/CreateMultipartReadSetUploadCommand";
15
18
  import { CreateReferenceStoreCommandInput, CreateReferenceStoreCommandOutput } from "./commands/CreateReferenceStoreCommand";
16
19
  import { CreateRunGroupCommandInput, CreateRunGroupCommandOutput } from "./commands/CreateRunGroupCommand";
17
20
  import { CreateSequenceStoreCommandInput, CreateSequenceStoreCommandOutput } from "./commands/CreateSequenceStoreCommand";
@@ -45,10 +48,12 @@ import { GetVariantStoreCommandInput, GetVariantStoreCommandOutput } from "./com
45
48
  import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "./commands/GetWorkflowCommand";
46
49
  import { ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput } from "./commands/ListAnnotationImportJobsCommand";
47
50
  import { ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput } from "./commands/ListAnnotationStoresCommand";
51
+ import { ListMultipartReadSetUploadsCommandInput, ListMultipartReadSetUploadsCommandOutput } from "./commands/ListMultipartReadSetUploadsCommand";
48
52
  import { ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput } from "./commands/ListReadSetActivationJobsCommand";
49
53
  import { ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput } from "./commands/ListReadSetExportJobsCommand";
50
54
  import { ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput } from "./commands/ListReadSetImportJobsCommand";
51
55
  import { ListReadSetsCommandInput, ListReadSetsCommandOutput } from "./commands/ListReadSetsCommand";
56
+ import { ListReadSetUploadPartsCommandInput, ListReadSetUploadPartsCommandOutput } from "./commands/ListReadSetUploadPartsCommand";
52
57
  import { ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput } from "./commands/ListReferenceImportJobsCommand";
53
58
  import { ListReferencesCommandInput, ListReferencesCommandOutput } from "./commands/ListReferencesCommand";
54
59
  import { ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput } from "./commands/ListReferenceStoresCommand";
@@ -73,15 +78,16 @@ import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput }
73
78
  import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "./commands/UpdateRunGroupCommand";
74
79
  import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "./commands/UpdateVariantStoreCommand";
75
80
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
81
+ import { UploadReadSetPartCommandInput, UploadReadSetPartCommandOutput } from "./commands/UploadReadSetPartCommand";
76
82
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
77
83
  /**
78
84
  * @public
79
85
  */
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;
86
+ export type ServiceInputTypes = AbortMultipartReadSetUploadCommandInput | BatchDeleteReadSetCommandInput | CancelAnnotationImportJobCommandInput | CancelRunCommandInput | CancelVariantImportJobCommandInput | CompleteMultipartReadSetUploadCommandInput | CreateAnnotationStoreCommandInput | CreateMultipartReadSetUploadCommandInput | 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 | ListMultipartReadSetUploadsCommandInput | ListReadSetActivationJobsCommandInput | ListReadSetExportJobsCommandInput | ListReadSetImportJobsCommandInput | ListReadSetUploadPartsCommandInput | 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 | UploadReadSetPartCommandInput;
81
87
  /**
82
88
  * @public
83
89
  */
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;
90
+ export type ServiceOutputTypes = AbortMultipartReadSetUploadCommandOutput | BatchDeleteReadSetCommandOutput | CancelAnnotationImportJobCommandOutput | CancelRunCommandOutput | CancelVariantImportJobCommandOutput | CompleteMultipartReadSetUploadCommandOutput | CreateAnnotationStoreCommandOutput | CreateMultipartReadSetUploadCommandOutput | 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 | ListMultipartReadSetUploadsCommandOutput | ListReadSetActivationJobsCommandOutput | ListReadSetExportJobsCommandOutput | ListReadSetImportJobsCommandOutput | ListReadSetUploadPartsCommandOutput | 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 | UploadReadSetPartCommandOutput;
85
91
  /**
86
92
  * @public
87
93
  */
@@ -215,7 +221,7 @@ export interface OmicsClientResolvedConfig extends OmicsClientResolvedConfigType
215
221
  /**
216
222
  * @public
217
223
  * <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
218
- * <i>Amazon Omics Developer Guide</i>.</p>
224
+ * <i>Amazon Omics User Guide</i>.</p>
219
225
  */
220
226
  export declare class OmicsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, OmicsClientResolvedConfig> {
221
227
  /**
@@ -0,0 +1,96 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { AbortMultipartReadSetUploadRequest, AbortMultipartReadSetUploadResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link AbortMultipartReadSetUploadCommand}.
10
+ */
11
+ export interface AbortMultipartReadSetUploadCommandInput extends AbortMultipartReadSetUploadRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link AbortMultipartReadSetUploadCommand}.
17
+ */
18
+ export interface AbortMultipartReadSetUploadCommandOutput extends AbortMultipartReadSetUploadResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>
23
+ * Stops a multipart upload.
24
+ * </p>
25
+ * @example
26
+ * Use a bare-bones client and the command you need to make an API call.
27
+ * ```javascript
28
+ * import { OmicsClient, AbortMultipartReadSetUploadCommand } from "@aws-sdk/client-omics"; // ES Modules import
29
+ * // const { OmicsClient, AbortMultipartReadSetUploadCommand } = require("@aws-sdk/client-omics"); // CommonJS import
30
+ * const client = new OmicsClient(config);
31
+ * const input = { // AbortMultipartReadSetUploadRequest
32
+ * sequenceStoreId: "STRING_VALUE", // required
33
+ * uploadId: "STRING_VALUE", // required
34
+ * };
35
+ * const command = new AbortMultipartReadSetUploadCommand(input);
36
+ * const response = await client.send(command);
37
+ * // {};
38
+ *
39
+ * ```
40
+ *
41
+ * @param AbortMultipartReadSetUploadCommandInput - {@link AbortMultipartReadSetUploadCommandInput}
42
+ * @returns {@link AbortMultipartReadSetUploadCommandOutput}
43
+ * @see {@link AbortMultipartReadSetUploadCommandInput} for command's `input` shape.
44
+ * @see {@link AbortMultipartReadSetUploadCommandOutput} for command's `response` shape.
45
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
46
+ *
47
+ * @throws {@link AccessDeniedException} (client fault)
48
+ * <p>You do not have sufficient access to perform this action.</p>
49
+ *
50
+ * @throws {@link InternalServerException} (server fault)
51
+ * <p>An unexpected error occurred. Try the request again.</p>
52
+ *
53
+ * @throws {@link NotSupportedOperationException} (client fault)
54
+ * <p>
55
+ * The operation is not supported by Amazon Omics, or the API does not exist.
56
+ * </p>
57
+ *
58
+ * @throws {@link RequestTimeoutException} (client fault)
59
+ * <p>The request timed out.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>The target resource was not found in the current Region.</p>
63
+ *
64
+ * @throws {@link ServiceQuotaExceededException} (client fault)
65
+ * <p>The request exceeds a service quota.</p>
66
+ *
67
+ * @throws {@link ThrottlingException} (client fault)
68
+ * <p>The request was denied due to request throttling.</p>
69
+ *
70
+ * @throws {@link ValidationException} (client fault)
71
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
72
+ *
73
+ * @throws {@link OmicsServiceException}
74
+ * <p>Base exception class for all service exceptions from Omics service.</p>
75
+ *
76
+ */
77
+ export declare class AbortMultipartReadSetUploadCommand extends $Command<AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput, OmicsClientResolvedConfig> {
78
+ readonly input: AbortMultipartReadSetUploadCommandInput;
79
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
83
+ constructor(input: AbortMultipartReadSetUploadCommandInput);
84
+ /**
85
+ * @internal
86
+ */
87
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AbortMultipartReadSetUploadCommandInput, AbortMultipartReadSetUploadCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
91
+ private serialize;
92
+ /**
93
+ * @internal
94
+ */
95
+ private deserialize;
96
+ }
@@ -0,0 +1,105 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { CompleteMultipartReadSetUploadRequest, CompleteMultipartReadSetUploadResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link CompleteMultipartReadSetUploadCommand}.
10
+ */
11
+ export interface CompleteMultipartReadSetUploadCommandInput extends CompleteMultipartReadSetUploadRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link CompleteMultipartReadSetUploadCommand}.
17
+ */
18
+ export interface CompleteMultipartReadSetUploadCommandOutput extends CompleteMultipartReadSetUploadResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>
23
+ * Concludes a multipart upload once you have uploaded all the components.
24
+ * </p>
25
+ * @example
26
+ * Use a bare-bones client and the command you need to make an API call.
27
+ * ```javascript
28
+ * import { OmicsClient, CompleteMultipartReadSetUploadCommand } from "@aws-sdk/client-omics"; // ES Modules import
29
+ * // const { OmicsClient, CompleteMultipartReadSetUploadCommand } = require("@aws-sdk/client-omics"); // CommonJS import
30
+ * const client = new OmicsClient(config);
31
+ * const input = { // CompleteMultipartReadSetUploadRequest
32
+ * sequenceStoreId: "STRING_VALUE", // required
33
+ * uploadId: "STRING_VALUE", // required
34
+ * parts: [ // CompleteReadSetUploadPartList // required
35
+ * { // CompleteReadSetUploadPartListItem
36
+ * partNumber: Number("int"), // required
37
+ * partSource: "STRING_VALUE", // required
38
+ * checksum: "STRING_VALUE", // required
39
+ * },
40
+ * ],
41
+ * };
42
+ * const command = new CompleteMultipartReadSetUploadCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // CompleteMultipartReadSetUploadResponse
45
+ * // readSetId: "STRING_VALUE", // required
46
+ * // };
47
+ *
48
+ * ```
49
+ *
50
+ * @param CompleteMultipartReadSetUploadCommandInput - {@link CompleteMultipartReadSetUploadCommandInput}
51
+ * @returns {@link CompleteMultipartReadSetUploadCommandOutput}
52
+ * @see {@link CompleteMultipartReadSetUploadCommandInput} for command's `input` shape.
53
+ * @see {@link CompleteMultipartReadSetUploadCommandOutput} for command's `response` shape.
54
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
55
+ *
56
+ * @throws {@link AccessDeniedException} (client fault)
57
+ * <p>You do not have sufficient access to perform this action.</p>
58
+ *
59
+ * @throws {@link InternalServerException} (server fault)
60
+ * <p>An unexpected error occurred. Try the request again.</p>
61
+ *
62
+ * @throws {@link NotSupportedOperationException} (client fault)
63
+ * <p>
64
+ * The operation is not supported by Amazon Omics, or the API does not exist.
65
+ * </p>
66
+ *
67
+ * @throws {@link RequestTimeoutException} (client fault)
68
+ * <p>The request timed out.</p>
69
+ *
70
+ * @throws {@link ResourceNotFoundException} (client fault)
71
+ * <p>The target resource was not found in the current Region.</p>
72
+ *
73
+ * @throws {@link ServiceQuotaExceededException} (client fault)
74
+ * <p>The request exceeds a service quota.</p>
75
+ *
76
+ * @throws {@link ThrottlingException} (client fault)
77
+ * <p>The request was denied due to request throttling.</p>
78
+ *
79
+ * @throws {@link ValidationException} (client fault)
80
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
81
+ *
82
+ * @throws {@link OmicsServiceException}
83
+ * <p>Base exception class for all service exceptions from Omics service.</p>
84
+ *
85
+ */
86
+ export declare class CompleteMultipartReadSetUploadCommand extends $Command<CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput, OmicsClientResolvedConfig> {
87
+ readonly input: CompleteMultipartReadSetUploadCommandInput;
88
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
+ /**
90
+ * @public
91
+ */
92
+ constructor(input: CompleteMultipartReadSetUploadCommandInput);
93
+ /**
94
+ * @internal
95
+ */
96
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteMultipartReadSetUploadCommandInput, CompleteMultipartReadSetUploadCommandOutput>;
97
+ /**
98
+ * @internal
99
+ */
100
+ private serialize;
101
+ /**
102
+ * @internal
103
+ */
104
+ private deserialize;
105
+ }
@@ -0,0 +1,120 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { CreateMultipartReadSetUploadRequest, CreateMultipartReadSetUploadResponse } from "../models/models_0";
5
+ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link CreateMultipartReadSetUploadCommand}.
10
+ */
11
+ export interface CreateMultipartReadSetUploadCommandInput extends CreateMultipartReadSetUploadRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link CreateMultipartReadSetUploadCommand}.
17
+ */
18
+ export interface CreateMultipartReadSetUploadCommandOutput extends CreateMultipartReadSetUploadResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>
23
+ * Begins a multipart read set upload.
24
+ * </p>
25
+ * @example
26
+ * Use a bare-bones client and the command you need to make an API call.
27
+ * ```javascript
28
+ * import { OmicsClient, CreateMultipartReadSetUploadCommand } from "@aws-sdk/client-omics"; // ES Modules import
29
+ * // const { OmicsClient, CreateMultipartReadSetUploadCommand } = require("@aws-sdk/client-omics"); // CommonJS import
30
+ * const client = new OmicsClient(config);
31
+ * const input = { // CreateMultipartReadSetUploadRequest
32
+ * sequenceStoreId: "STRING_VALUE", // required
33
+ * clientToken: "STRING_VALUE",
34
+ * sourceFileType: "STRING_VALUE", // required
35
+ * subjectId: "STRING_VALUE", // required
36
+ * sampleId: "STRING_VALUE", // required
37
+ * generatedFrom: "STRING_VALUE",
38
+ * referenceArn: "STRING_VALUE", // required
39
+ * name: "STRING_VALUE", // required
40
+ * description: "STRING_VALUE",
41
+ * tags: { // TagMap
42
+ * "<keys>": "STRING_VALUE",
43
+ * },
44
+ * };
45
+ * const command = new CreateMultipartReadSetUploadCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // CreateMultipartReadSetUploadResponse
48
+ * // sequenceStoreId: "STRING_VALUE", // required
49
+ * // uploadId: "STRING_VALUE", // required
50
+ * // sourceFileType: "STRING_VALUE", // required
51
+ * // subjectId: "STRING_VALUE", // required
52
+ * // sampleId: "STRING_VALUE", // required
53
+ * // generatedFrom: "STRING_VALUE",
54
+ * // referenceArn: "STRING_VALUE", // required
55
+ * // name: "STRING_VALUE",
56
+ * // description: "STRING_VALUE",
57
+ * // tags: { // TagMap
58
+ * // "<keys>": "STRING_VALUE",
59
+ * // },
60
+ * // creationTime: new Date("TIMESTAMP"), // required
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param CreateMultipartReadSetUploadCommandInput - {@link CreateMultipartReadSetUploadCommandInput}
66
+ * @returns {@link CreateMultipartReadSetUploadCommandOutput}
67
+ * @see {@link CreateMultipartReadSetUploadCommandInput} for command's `input` shape.
68
+ * @see {@link CreateMultipartReadSetUploadCommandOutput} for command's `response` shape.
69
+ * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
70
+ *
71
+ * @throws {@link AccessDeniedException} (client fault)
72
+ * <p>You do not have sufficient access to perform this action.</p>
73
+ *
74
+ * @throws {@link InternalServerException} (server fault)
75
+ * <p>An unexpected error occurred. Try the request again.</p>
76
+ *
77
+ * @throws {@link NotSupportedOperationException} (client fault)
78
+ * <p>
79
+ * The operation is not supported by Amazon Omics, or the API does not exist.
80
+ * </p>
81
+ *
82
+ * @throws {@link RequestTimeoutException} (client fault)
83
+ * <p>The request timed out.</p>
84
+ *
85
+ * @throws {@link ResourceNotFoundException} (client fault)
86
+ * <p>The target resource was not found in the current Region.</p>
87
+ *
88
+ * @throws {@link ServiceQuotaExceededException} (client fault)
89
+ * <p>The request exceeds a service quota.</p>
90
+ *
91
+ * @throws {@link ThrottlingException} (client fault)
92
+ * <p>The request was denied due to request throttling.</p>
93
+ *
94
+ * @throws {@link ValidationException} (client fault)
95
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
96
+ *
97
+ * @throws {@link OmicsServiceException}
98
+ * <p>Base exception class for all service exceptions from Omics service.</p>
99
+ *
100
+ */
101
+ export declare class CreateMultipartReadSetUploadCommand extends $Command<CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput, OmicsClientResolvedConfig> {
102
+ readonly input: CreateMultipartReadSetUploadCommandInput;
103
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
+ /**
105
+ * @public
106
+ */
107
+ constructor(input: CreateMultipartReadSetUploadCommandInput);
108
+ /**
109
+ * @internal
110
+ */
111
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMultipartReadSetUploadCommandInput, CreateMultipartReadSetUploadCommandOutput>;
112
+ /**
113
+ * @internal
114
+ */
115
+ private serialize;
116
+ /**
117
+ * @internal
118
+ */
119
+ private deserialize;
120
+ }
@@ -35,6 +35,7 @@ export interface CreateRunGroupCommandOutput extends CreateRunGroupResponse, __M
35
35
  * "<keys>": "STRING_VALUE",
36
36
  * },
37
37
  * requestId: "STRING_VALUE", // required
38
+ * maxGpus: Number("int"),
38
39
  * };
39
40
  * const command = new CreateRunGroupCommand(input);
40
41
  * const response = await client.send(command);
@@ -37,6 +37,7 @@ export interface CreateSequenceStoreCommandOutput extends CreateSequenceStoreRes
37
37
  * "<keys>": "STRING_VALUE",
38
38
  * },
39
39
  * clientToken: "STRING_VALUE",
40
+ * fallbackLocation: "STRING_VALUE",
40
41
  * };
41
42
  * const command = new CreateSequenceStoreCommand(input);
42
43
  * const response = await client.send(command);
@@ -50,6 +51,7 @@ export interface CreateSequenceStoreCommandOutput extends CreateSequenceStoreRes
50
51
  * // keyArn: "STRING_VALUE",
51
52
  * // },
52
53
  * // creationTime: new Date("TIMESTAMP"), // required
54
+ * // fallbackLocation: "STRING_VALUE",
53
55
  * // };
54
56
  *
55
57
  * ```
@@ -44,6 +44,7 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
44
44
  * "<keys>": "STRING_VALUE",
45
45
  * },
46
46
  * requestId: "STRING_VALUE", // required
47
+ * accelerators: "STRING_VALUE",
47
48
  * };
48
49
  * const command = new CreateWorkflowCommand(input);
49
50
  * const response = await client.send(command);
@@ -66,6 +66,9 @@ export interface GetAnnotationImportJobCommandOutput extends GetAnnotationImport
66
66
  * // ignoreFilterField: true || false,
67
67
  * // },
68
68
  * // },
69
+ * // annotationFields: { // AnnotationFieldMap
70
+ * // "<keys>": "STRING_VALUE",
71
+ * // },
69
72
  * // };
70
73
  *
71
74
  * ```
@@ -67,6 +67,7 @@ export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataRespo
67
67
  * // contentLength: Number("long"),
68
68
  * // },
69
69
  * // },
70
+ * // statusMessage: "STRING_VALUE",
70
71
  * // };
71
72
  *
72
73
  * ```
@@ -62,6 +62,7 @@ export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {
62
62
  * // tags: { // TagMap
63
63
  * // "<keys>": "STRING_VALUE",
64
64
  * // },
65
+ * // accelerators: "STRING_VALUE",
65
66
  * // };
66
67
  *
67
68
  * ```
@@ -42,6 +42,7 @@ export interface GetRunGroupCommandOutput extends GetRunGroupResponse, __Metadat
42
42
  * // tags: { // TagMap
43
43
  * // "<keys>": "STRING_VALUE",
44
44
  * // },
45
+ * // maxGpus: Number("int"),
45
46
  * // };
46
47
  *
47
48
  * ```
@@ -43,6 +43,7 @@ export interface GetRunTaskCommandOutput extends GetRunTaskResponse, __MetadataB
43
43
  * // stopTime: new Date("TIMESTAMP"),
44
44
  * // statusMessage: "STRING_VALUE",
45
45
  * // logStream: "STRING_VALUE",
46
+ * // gpus: Number("int"),
46
47
  * // };
47
48
  *
48
49
  * ```
@@ -41,6 +41,7 @@ export interface GetSequenceStoreCommandOutput extends GetSequenceStoreResponse,
41
41
  * // keyArn: "STRING_VALUE",
42
42
  * // },
43
43
  * // creationTime: new Date("TIMESTAMP"), // required
44
+ * // fallbackLocation: "STRING_VALUE",
44
45
  * // };
45
46
  *
46
47
  * ```
@@ -48,6 +48,9 @@ export interface GetVariantImportJobCommandOutput extends GetVariantImportRespon
48
48
  * // },
49
49
  * // ],
50
50
  * // runLeftNormalization: true || false, // required
51
+ * // annotationFields: { // AnnotationFieldMap
52
+ * // "<keys>": "STRING_VALUE",
53
+ * // },
51
54
  * // };
52
55
  *
53
56
  * ```
@@ -58,6 +58,10 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
58
58
  * // tags: { // TagMap
59
59
  * // "<keys>": "STRING_VALUE",
60
60
  * // },
61
+ * // metadata: { // WorkflowMetadata
62
+ * // "<keys>": "STRING_VALUE",
63
+ * // },
64
+ * // accelerators: "STRING_VALUE",
61
65
  * // };
62
66
  *
63
67
  * ```
@@ -50,6 +50,9 @@ export interface ListAnnotationImportJobsCommandOutput extends ListAnnotationImp
50
50
  * // updateTime: new Date("TIMESTAMP"), // required
51
51
  * // completionTime: new Date("TIMESTAMP"),
52
52
  * // runLeftNormalization: true || false,
53
+ * // annotationFields: { // AnnotationFieldMap
54
+ * // "<keys>": "STRING_VALUE",
55
+ * // },
53
56
  * // },
54
57
  * // ],
55
58
  * // nextToken: "STRING_VALUE",