@aws-sdk/client-omics 3.303.0 → 3.309.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 (137) hide show
  1. package/dist-cjs/commands/BatchDeleteReadSetCommand.js +2 -2
  2. package/dist-cjs/commands/CancelAnnotationImportJobCommand.js +2 -2
  3. package/dist-cjs/commands/CancelRunCommand.js +2 -2
  4. package/dist-cjs/commands/CancelVariantImportJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAnnotationStoreCommand.js +2 -2
  6. package/dist-cjs/commands/CreateReferenceStoreCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRunGroupCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSequenceStoreCommand.js +2 -2
  9. package/dist-cjs/commands/CreateVariantStoreCommand.js +2 -2
  10. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteAnnotationStoreCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteReferenceCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteReferenceStoreCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteRunCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteRunGroupCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteSequenceStoreCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteVariantStoreCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
  19. package/dist-cjs/commands/GetAnnotationImportJobCommand.js +2 -2
  20. package/dist-cjs/commands/GetAnnotationStoreCommand.js +2 -2
  21. package/dist-cjs/commands/GetReadSetActivationJobCommand.js +2 -2
  22. package/dist-cjs/commands/GetReadSetCommand.js +2 -2
  23. package/dist-cjs/commands/GetReadSetExportJobCommand.js +2 -2
  24. package/dist-cjs/commands/GetReadSetImportJobCommand.js +2 -2
  25. package/dist-cjs/commands/GetReadSetMetadataCommand.js +2 -2
  26. package/dist-cjs/commands/GetReferenceCommand.js +2 -2
  27. package/dist-cjs/commands/GetReferenceImportJobCommand.js +2 -2
  28. package/dist-cjs/commands/GetReferenceMetadataCommand.js +2 -2
  29. package/dist-cjs/commands/GetReferenceStoreCommand.js +2 -2
  30. package/dist-cjs/commands/GetRunCommand.js +2 -2
  31. package/dist-cjs/commands/GetRunGroupCommand.js +2 -2
  32. package/dist-cjs/commands/GetRunTaskCommand.js +2 -2
  33. package/dist-cjs/commands/GetSequenceStoreCommand.js +2 -2
  34. package/dist-cjs/commands/GetVariantImportJobCommand.js +2 -2
  35. package/dist-cjs/commands/GetVariantStoreCommand.js +2 -2
  36. package/dist-cjs/commands/GetWorkflowCommand.js +2 -2
  37. package/dist-cjs/commands/ListAnnotationImportJobsCommand.js +2 -2
  38. package/dist-cjs/commands/ListAnnotationStoresCommand.js +2 -2
  39. package/dist-cjs/commands/ListReadSetActivationJobsCommand.js +2 -2
  40. package/dist-cjs/commands/ListReadSetExportJobsCommand.js +2 -2
  41. package/dist-cjs/commands/ListReadSetImportJobsCommand.js +2 -2
  42. package/dist-cjs/commands/ListReadSetsCommand.js +2 -2
  43. package/dist-cjs/commands/ListReferenceImportJobsCommand.js +2 -2
  44. package/dist-cjs/commands/ListReferenceStoresCommand.js +2 -2
  45. package/dist-cjs/commands/ListReferencesCommand.js +2 -2
  46. package/dist-cjs/commands/ListRunGroupsCommand.js +2 -2
  47. package/dist-cjs/commands/ListRunTasksCommand.js +2 -2
  48. package/dist-cjs/commands/ListRunsCommand.js +2 -2
  49. package/dist-cjs/commands/ListSequenceStoresCommand.js +2 -2
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  51. package/dist-cjs/commands/ListVariantImportJobsCommand.js +2 -2
  52. package/dist-cjs/commands/ListVariantStoresCommand.js +2 -2
  53. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  54. package/dist-cjs/commands/StartAnnotationImportJobCommand.js +2 -2
  55. package/dist-cjs/commands/StartReadSetActivationJobCommand.js +2 -2
  56. package/dist-cjs/commands/StartReadSetExportJobCommand.js +2 -2
  57. package/dist-cjs/commands/StartReadSetImportJobCommand.js +2 -2
  58. package/dist-cjs/commands/StartReferenceImportJobCommand.js +2 -2
  59. package/dist-cjs/commands/StartRunCommand.js +2 -2
  60. package/dist-cjs/commands/StartVariantImportJobCommand.js +2 -2
  61. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  62. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateAnnotationStoreCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateRunGroupCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateVariantStoreCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateWorkflowCommand.js +2 -2
  67. package/dist-cjs/protocols/Aws_restJson1.js +1109 -1131
  68. package/dist-es/commands/BatchDeleteReadSetCommand.js +3 -3
  69. package/dist-es/commands/CancelAnnotationImportJobCommand.js +3 -3
  70. package/dist-es/commands/CancelRunCommand.js +3 -3
  71. package/dist-es/commands/CancelVariantImportJobCommand.js +3 -3
  72. package/dist-es/commands/CreateAnnotationStoreCommand.js +3 -3
  73. package/dist-es/commands/CreateReferenceStoreCommand.js +3 -3
  74. package/dist-es/commands/CreateRunGroupCommand.js +3 -3
  75. package/dist-es/commands/CreateSequenceStoreCommand.js +3 -3
  76. package/dist-es/commands/CreateVariantStoreCommand.js +3 -3
  77. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  78. package/dist-es/commands/DeleteAnnotationStoreCommand.js +3 -3
  79. package/dist-es/commands/DeleteReferenceCommand.js +3 -3
  80. package/dist-es/commands/DeleteReferenceStoreCommand.js +3 -3
  81. package/dist-es/commands/DeleteRunCommand.js +3 -3
  82. package/dist-es/commands/DeleteRunGroupCommand.js +3 -3
  83. package/dist-es/commands/DeleteSequenceStoreCommand.js +3 -3
  84. package/dist-es/commands/DeleteVariantStoreCommand.js +3 -3
  85. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  86. package/dist-es/commands/GetAnnotationImportJobCommand.js +3 -3
  87. package/dist-es/commands/GetAnnotationStoreCommand.js +3 -3
  88. package/dist-es/commands/GetReadSetActivationJobCommand.js +3 -3
  89. package/dist-es/commands/GetReadSetCommand.js +3 -3
  90. package/dist-es/commands/GetReadSetExportJobCommand.js +3 -3
  91. package/dist-es/commands/GetReadSetImportJobCommand.js +3 -3
  92. package/dist-es/commands/GetReadSetMetadataCommand.js +3 -3
  93. package/dist-es/commands/GetReferenceCommand.js +3 -3
  94. package/dist-es/commands/GetReferenceImportJobCommand.js +3 -3
  95. package/dist-es/commands/GetReferenceMetadataCommand.js +3 -3
  96. package/dist-es/commands/GetReferenceStoreCommand.js +3 -3
  97. package/dist-es/commands/GetRunCommand.js +3 -3
  98. package/dist-es/commands/GetRunGroupCommand.js +3 -3
  99. package/dist-es/commands/GetRunTaskCommand.js +3 -3
  100. package/dist-es/commands/GetSequenceStoreCommand.js +3 -3
  101. package/dist-es/commands/GetVariantImportJobCommand.js +3 -3
  102. package/dist-es/commands/GetVariantStoreCommand.js +3 -3
  103. package/dist-es/commands/GetWorkflowCommand.js +3 -3
  104. package/dist-es/commands/ListAnnotationImportJobsCommand.js +3 -3
  105. package/dist-es/commands/ListAnnotationStoresCommand.js +3 -3
  106. package/dist-es/commands/ListReadSetActivationJobsCommand.js +3 -3
  107. package/dist-es/commands/ListReadSetExportJobsCommand.js +3 -3
  108. package/dist-es/commands/ListReadSetImportJobsCommand.js +3 -3
  109. package/dist-es/commands/ListReadSetsCommand.js +3 -3
  110. package/dist-es/commands/ListReferenceImportJobsCommand.js +3 -3
  111. package/dist-es/commands/ListReferenceStoresCommand.js +3 -3
  112. package/dist-es/commands/ListReferencesCommand.js +3 -3
  113. package/dist-es/commands/ListRunGroupsCommand.js +3 -3
  114. package/dist-es/commands/ListRunTasksCommand.js +3 -3
  115. package/dist-es/commands/ListRunsCommand.js +3 -3
  116. package/dist-es/commands/ListSequenceStoresCommand.js +3 -3
  117. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  118. package/dist-es/commands/ListVariantImportJobsCommand.js +3 -3
  119. package/dist-es/commands/ListVariantStoresCommand.js +3 -3
  120. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  121. package/dist-es/commands/StartAnnotationImportJobCommand.js +3 -3
  122. package/dist-es/commands/StartReadSetActivationJobCommand.js +3 -3
  123. package/dist-es/commands/StartReadSetExportJobCommand.js +3 -3
  124. package/dist-es/commands/StartReadSetImportJobCommand.js +3 -3
  125. package/dist-es/commands/StartReferenceImportJobCommand.js +3 -3
  126. package/dist-es/commands/StartRunCommand.js +3 -3
  127. package/dist-es/commands/StartVariantImportJobCommand.js +3 -3
  128. package/dist-es/commands/TagResourceCommand.js +3 -3
  129. package/dist-es/commands/UntagResourceCommand.js +3 -3
  130. package/dist-es/commands/UpdateAnnotationStoreCommand.js +3 -3
  131. package/dist-es/commands/UpdateRunGroupCommand.js +3 -3
  132. package/dist-es/commands/UpdateVariantStoreCommand.js +3 -3
  133. package/dist-es/commands/UpdateWorkflowCommand.js +3 -3
  134. package/dist-es/protocols/Aws_restJson1.js +974 -996
  135. package/dist-types/protocols/Aws_restJson1.d.ts +528 -132
  136. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -132
  137. package/package.json +32 -32
@@ -66,135 +66,531 @@ import { UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput }
66
66
  import { UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput } from "../commands/UpdateRunGroupCommand";
67
67
  import { UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput } from "../commands/UpdateVariantStoreCommand";
68
68
  import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "../commands/UpdateWorkflowCommand";
69
- export declare const serializeAws_restJson1BatchDeleteReadSetCommand: (input: BatchDeleteReadSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1CancelAnnotationImportJobCommand: (input: CancelAnnotationImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1CancelRunCommand: (input: CancelRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1CancelVariantImportJobCommand: (input: CancelVariantImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1CreateAnnotationStoreCommand: (input: CreateAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1CreateReferenceStoreCommand: (input: CreateReferenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1CreateRunGroupCommand: (input: CreateRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1CreateSequenceStoreCommand: (input: CreateSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1CreateVariantStoreCommand: (input: CreateVariantStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1DeleteAnnotationStoreCommand: (input: DeleteAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1DeleteReferenceCommand: (input: DeleteReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1DeleteReferenceStoreCommand: (input: DeleteReferenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DeleteRunCommand: (input: DeleteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DeleteRunGroupCommand: (input: DeleteRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DeleteSequenceStoreCommand: (input: DeleteSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DeleteVariantStoreCommand: (input: DeleteVariantStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1GetAnnotationImportJobCommand: (input: GetAnnotationImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1GetAnnotationStoreCommand: (input: GetAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1GetReadSetCommand: (input: GetReadSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1GetReadSetActivationJobCommand: (input: GetReadSetActivationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1GetReadSetExportJobCommand: (input: GetReadSetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1GetReadSetImportJobCommand: (input: GetReadSetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1GetReadSetMetadataCommand: (input: GetReadSetMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1GetReferenceCommand: (input: GetReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1GetReferenceImportJobCommand: (input: GetReferenceImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1GetReferenceMetadataCommand: (input: GetReferenceMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1GetReferenceStoreCommand: (input: GetReferenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1GetRunCommand: (input: GetRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1GetRunGroupCommand: (input: GetRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1GetRunTaskCommand: (input: GetRunTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1GetSequenceStoreCommand: (input: GetSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1GetVariantImportJobCommand: (input: GetVariantImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1GetVariantStoreCommand: (input: GetVariantStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1ListAnnotationImportJobsCommand: (input: ListAnnotationImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1ListAnnotationStoresCommand: (input: ListAnnotationStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1ListReadSetActivationJobsCommand: (input: ListReadSetActivationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1ListReadSetExportJobsCommand: (input: ListReadSetExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1ListReadSetImportJobsCommand: (input: ListReadSetImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1ListReadSetsCommand: (input: ListReadSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1ListReferenceImportJobsCommand: (input: ListReferenceImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1ListReferencesCommand: (input: ListReferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1ListReferenceStoresCommand: (input: ListReferenceStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1ListRunGroupsCommand: (input: ListRunGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1ListRunsCommand: (input: ListRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1ListRunTasksCommand: (input: ListRunTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1ListSequenceStoresCommand: (input: ListSequenceStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1ListVariantImportJobsCommand: (input: ListVariantImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1ListVariantStoresCommand: (input: ListVariantStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1StartAnnotationImportJobCommand: (input: StartAnnotationImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1StartReadSetActivationJobCommand: (input: StartReadSetActivationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1StartReadSetExportJobCommand: (input: StartReadSetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1StartReadSetImportJobCommand: (input: StartReadSetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1StartReferenceImportJobCommand: (input: StartReferenceImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1StartRunCommand: (input: StartRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1StartVariantImportJobCommand: (input: StartVariantImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1UpdateAnnotationStoreCommand: (input: UpdateAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1UpdateRunGroupCommand: (input: UpdateRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1UpdateVariantStoreCommand: (input: UpdateVariantStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1UpdateWorkflowCommand: (input: UpdateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const deserializeAws_restJson1BatchDeleteReadSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteReadSetCommandOutput>;
136
- export declare const deserializeAws_restJson1CancelAnnotationImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelAnnotationImportJobCommandOutput>;
137
- export declare const deserializeAws_restJson1CancelRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelRunCommandOutput>;
138
- export declare const deserializeAws_restJson1CancelVariantImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelVariantImportJobCommandOutput>;
139
- export declare const deserializeAws_restJson1CreateAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnnotationStoreCommandOutput>;
140
- export declare const deserializeAws_restJson1CreateReferenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReferenceStoreCommandOutput>;
141
- export declare const deserializeAws_restJson1CreateRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRunGroupCommandOutput>;
142
- export declare const deserializeAws_restJson1CreateSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSequenceStoreCommandOutput>;
143
- export declare const deserializeAws_restJson1CreateVariantStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVariantStoreCommandOutput>;
144
- export declare const deserializeAws_restJson1CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
145
- export declare const deserializeAws_restJson1DeleteAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnnotationStoreCommandOutput>;
146
- export declare const deserializeAws_restJson1DeleteReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReferenceCommandOutput>;
147
- export declare const deserializeAws_restJson1DeleteReferenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReferenceStoreCommandOutput>;
148
- export declare const deserializeAws_restJson1DeleteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunCommandOutput>;
149
- export declare const deserializeAws_restJson1DeleteRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunGroupCommandOutput>;
150
- export declare const deserializeAws_restJson1DeleteSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSequenceStoreCommandOutput>;
151
- export declare const deserializeAws_restJson1DeleteVariantStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVariantStoreCommandOutput>;
152
- export declare const deserializeAws_restJson1DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
153
- export declare const deserializeAws_restJson1GetAnnotationImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnnotationImportJobCommandOutput>;
154
- export declare const deserializeAws_restJson1GetAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnnotationStoreCommandOutput>;
155
- export declare const deserializeAws_restJson1GetReadSetCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetReadSetCommandOutput>;
156
- export declare const deserializeAws_restJson1GetReadSetActivationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadSetActivationJobCommandOutput>;
157
- export declare const deserializeAws_restJson1GetReadSetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadSetExportJobCommandOutput>;
158
- export declare const deserializeAws_restJson1GetReadSetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadSetImportJobCommandOutput>;
159
- export declare const deserializeAws_restJson1GetReadSetMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadSetMetadataCommandOutput>;
160
- export declare const deserializeAws_restJson1GetReferenceCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetReferenceCommandOutput>;
161
- export declare const deserializeAws_restJson1GetReferenceImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReferenceImportJobCommandOutput>;
162
- export declare const deserializeAws_restJson1GetReferenceMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReferenceMetadataCommandOutput>;
163
- export declare const deserializeAws_restJson1GetReferenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReferenceStoreCommandOutput>;
164
- export declare const deserializeAws_restJson1GetRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunCommandOutput>;
165
- export declare const deserializeAws_restJson1GetRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunGroupCommandOutput>;
166
- export declare const deserializeAws_restJson1GetRunTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunTaskCommandOutput>;
167
- export declare const deserializeAws_restJson1GetSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSequenceStoreCommandOutput>;
168
- export declare const deserializeAws_restJson1GetVariantImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVariantImportJobCommandOutput>;
169
- export declare const deserializeAws_restJson1GetVariantStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVariantStoreCommandOutput>;
170
- export declare const deserializeAws_restJson1GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
171
- export declare const deserializeAws_restJson1ListAnnotationImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnnotationImportJobsCommandOutput>;
172
- export declare const deserializeAws_restJson1ListAnnotationStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnnotationStoresCommandOutput>;
173
- export declare const deserializeAws_restJson1ListReadSetActivationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadSetActivationJobsCommandOutput>;
174
- export declare const deserializeAws_restJson1ListReadSetExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadSetExportJobsCommandOutput>;
175
- export declare const deserializeAws_restJson1ListReadSetImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadSetImportJobsCommandOutput>;
176
- export declare const deserializeAws_restJson1ListReadSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadSetsCommandOutput>;
177
- export declare const deserializeAws_restJson1ListReferenceImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReferenceImportJobsCommandOutput>;
178
- export declare const deserializeAws_restJson1ListReferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReferencesCommandOutput>;
179
- export declare const deserializeAws_restJson1ListReferenceStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReferenceStoresCommandOutput>;
180
- export declare const deserializeAws_restJson1ListRunGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunGroupsCommandOutput>;
181
- export declare const deserializeAws_restJson1ListRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunsCommandOutput>;
182
- export declare const deserializeAws_restJson1ListRunTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunTasksCommandOutput>;
183
- export declare const deserializeAws_restJson1ListSequenceStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSequenceStoresCommandOutput>;
184
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
185
- export declare const deserializeAws_restJson1ListVariantImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVariantImportJobsCommandOutput>;
186
- export declare const deserializeAws_restJson1ListVariantStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVariantStoresCommandOutput>;
187
- export declare const deserializeAws_restJson1ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
188
- export declare const deserializeAws_restJson1StartAnnotationImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAnnotationImportJobCommandOutput>;
189
- export declare const deserializeAws_restJson1StartReadSetActivationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReadSetActivationJobCommandOutput>;
190
- export declare const deserializeAws_restJson1StartReadSetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReadSetExportJobCommandOutput>;
191
- export declare const deserializeAws_restJson1StartReadSetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReadSetImportJobCommandOutput>;
192
- export declare const deserializeAws_restJson1StartReferenceImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReferenceImportJobCommandOutput>;
193
- export declare const deserializeAws_restJson1StartRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRunCommandOutput>;
194
- export declare const deserializeAws_restJson1StartVariantImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVariantImportJobCommandOutput>;
195
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
196
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
197
- export declare const deserializeAws_restJson1UpdateAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnnotationStoreCommandOutput>;
198
- export declare const deserializeAws_restJson1UpdateRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRunGroupCommandOutput>;
199
- export declare const deserializeAws_restJson1UpdateVariantStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVariantStoreCommandOutput>;
200
- export declare const deserializeAws_restJson1UpdateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowCommandOutput>;
69
+ /**
70
+ * serializeAws_restJson1BatchDeleteReadSetCommand
71
+ */
72
+ export declare const se_BatchDeleteReadSetCommand: (input: BatchDeleteReadSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_restJson1CancelAnnotationImportJobCommand
75
+ */
76
+ export declare const se_CancelAnnotationImportJobCommand: (input: CancelAnnotationImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_restJson1CancelRunCommand
79
+ */
80
+ export declare const se_CancelRunCommand: (input: CancelRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_restJson1CancelVariantImportJobCommand
83
+ */
84
+ export declare const se_CancelVariantImportJobCommand: (input: CancelVariantImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_restJson1CreateAnnotationStoreCommand
87
+ */
88
+ export declare const se_CreateAnnotationStoreCommand: (input: CreateAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_restJson1CreateReferenceStoreCommand
91
+ */
92
+ export declare const se_CreateReferenceStoreCommand: (input: CreateReferenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_restJson1CreateRunGroupCommand
95
+ */
96
+ export declare const se_CreateRunGroupCommand: (input: CreateRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_restJson1CreateSequenceStoreCommand
99
+ */
100
+ export declare const se_CreateSequenceStoreCommand: (input: CreateSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_restJson1CreateVariantStoreCommand
103
+ */
104
+ export declare const se_CreateVariantStoreCommand: (input: CreateVariantStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_restJson1CreateWorkflowCommand
107
+ */
108
+ export declare const se_CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_restJson1DeleteAnnotationStoreCommand
111
+ */
112
+ export declare const se_DeleteAnnotationStoreCommand: (input: DeleteAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_restJson1DeleteReferenceCommand
115
+ */
116
+ export declare const se_DeleteReferenceCommand: (input: DeleteReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_restJson1DeleteReferenceStoreCommand
119
+ */
120
+ export declare const se_DeleteReferenceStoreCommand: (input: DeleteReferenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_restJson1DeleteRunCommand
123
+ */
124
+ export declare const se_DeleteRunCommand: (input: DeleteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_restJson1DeleteRunGroupCommand
127
+ */
128
+ export declare const se_DeleteRunGroupCommand: (input: DeleteRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_restJson1DeleteSequenceStoreCommand
131
+ */
132
+ export declare const se_DeleteSequenceStoreCommand: (input: DeleteSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_restJson1DeleteVariantStoreCommand
135
+ */
136
+ export declare const se_DeleteVariantStoreCommand: (input: DeleteVariantStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_restJson1DeleteWorkflowCommand
139
+ */
140
+ export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_restJson1GetAnnotationImportJobCommand
143
+ */
144
+ export declare const se_GetAnnotationImportJobCommand: (input: GetAnnotationImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_restJson1GetAnnotationStoreCommand
147
+ */
148
+ export declare const se_GetAnnotationStoreCommand: (input: GetAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_restJson1GetReadSetCommand
151
+ */
152
+ export declare const se_GetReadSetCommand: (input: GetReadSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_restJson1GetReadSetActivationJobCommand
155
+ */
156
+ export declare const se_GetReadSetActivationJobCommand: (input: GetReadSetActivationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_restJson1GetReadSetExportJobCommand
159
+ */
160
+ export declare const se_GetReadSetExportJobCommand: (input: GetReadSetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_restJson1GetReadSetImportJobCommand
163
+ */
164
+ export declare const se_GetReadSetImportJobCommand: (input: GetReadSetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_restJson1GetReadSetMetadataCommand
167
+ */
168
+ export declare const se_GetReadSetMetadataCommand: (input: GetReadSetMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_restJson1GetReferenceCommand
171
+ */
172
+ export declare const se_GetReferenceCommand: (input: GetReferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_restJson1GetReferenceImportJobCommand
175
+ */
176
+ export declare const se_GetReferenceImportJobCommand: (input: GetReferenceImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_restJson1GetReferenceMetadataCommand
179
+ */
180
+ export declare const se_GetReferenceMetadataCommand: (input: GetReferenceMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_restJson1GetReferenceStoreCommand
183
+ */
184
+ export declare const se_GetReferenceStoreCommand: (input: GetReferenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ /**
186
+ * serializeAws_restJson1GetRunCommand
187
+ */
188
+ export declare const se_GetRunCommand: (input: GetRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
+ /**
190
+ * serializeAws_restJson1GetRunGroupCommand
191
+ */
192
+ export declare const se_GetRunGroupCommand: (input: GetRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
+ /**
194
+ * serializeAws_restJson1GetRunTaskCommand
195
+ */
196
+ export declare const se_GetRunTaskCommand: (input: GetRunTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ /**
198
+ * serializeAws_restJson1GetSequenceStoreCommand
199
+ */
200
+ export declare const se_GetSequenceStoreCommand: (input: GetSequenceStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ /**
202
+ * serializeAws_restJson1GetVariantImportJobCommand
203
+ */
204
+ export declare const se_GetVariantImportJobCommand: (input: GetVariantImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_restJson1GetVariantStoreCommand
207
+ */
208
+ export declare const se_GetVariantStoreCommand: (input: GetVariantStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ /**
210
+ * serializeAws_restJson1GetWorkflowCommand
211
+ */
212
+ export declare const se_GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * serializeAws_restJson1ListAnnotationImportJobsCommand
215
+ */
216
+ export declare const se_ListAnnotationImportJobsCommand: (input: ListAnnotationImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ /**
218
+ * serializeAws_restJson1ListAnnotationStoresCommand
219
+ */
220
+ export declare const se_ListAnnotationStoresCommand: (input: ListAnnotationStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
+ /**
222
+ * serializeAws_restJson1ListReadSetActivationJobsCommand
223
+ */
224
+ export declare const se_ListReadSetActivationJobsCommand: (input: ListReadSetActivationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
+ /**
226
+ * serializeAws_restJson1ListReadSetExportJobsCommand
227
+ */
228
+ export declare const se_ListReadSetExportJobsCommand: (input: ListReadSetExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
+ /**
230
+ * serializeAws_restJson1ListReadSetImportJobsCommand
231
+ */
232
+ export declare const se_ListReadSetImportJobsCommand: (input: ListReadSetImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ /**
234
+ * serializeAws_restJson1ListReadSetsCommand
235
+ */
236
+ export declare const se_ListReadSetsCommand: (input: ListReadSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
+ /**
238
+ * serializeAws_restJson1ListReferenceImportJobsCommand
239
+ */
240
+ export declare const se_ListReferenceImportJobsCommand: (input: ListReferenceImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
+ /**
242
+ * serializeAws_restJson1ListReferencesCommand
243
+ */
244
+ export declare const se_ListReferencesCommand: (input: ListReferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
+ /**
246
+ * serializeAws_restJson1ListReferenceStoresCommand
247
+ */
248
+ export declare const se_ListReferenceStoresCommand: (input: ListReferenceStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ /**
250
+ * serializeAws_restJson1ListRunGroupsCommand
251
+ */
252
+ export declare const se_ListRunGroupsCommand: (input: ListRunGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
+ /**
254
+ * serializeAws_restJson1ListRunsCommand
255
+ */
256
+ export declare const se_ListRunsCommand: (input: ListRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
+ /**
258
+ * serializeAws_restJson1ListRunTasksCommand
259
+ */
260
+ export declare const se_ListRunTasksCommand: (input: ListRunTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
+ /**
262
+ * serializeAws_restJson1ListSequenceStoresCommand
263
+ */
264
+ export declare const se_ListSequenceStoresCommand: (input: ListSequenceStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
+ /**
266
+ * serializeAws_restJson1ListTagsForResourceCommand
267
+ */
268
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
+ /**
270
+ * serializeAws_restJson1ListVariantImportJobsCommand
271
+ */
272
+ export declare const se_ListVariantImportJobsCommand: (input: ListVariantImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
+ /**
274
+ * serializeAws_restJson1ListVariantStoresCommand
275
+ */
276
+ export declare const se_ListVariantStoresCommand: (input: ListVariantStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
+ /**
278
+ * serializeAws_restJson1ListWorkflowsCommand
279
+ */
280
+ export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
+ /**
282
+ * serializeAws_restJson1StartAnnotationImportJobCommand
283
+ */
284
+ export declare const se_StartAnnotationImportJobCommand: (input: StartAnnotationImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
+ /**
286
+ * serializeAws_restJson1StartReadSetActivationJobCommand
287
+ */
288
+ export declare const se_StartReadSetActivationJobCommand: (input: StartReadSetActivationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
+ /**
290
+ * serializeAws_restJson1StartReadSetExportJobCommand
291
+ */
292
+ export declare const se_StartReadSetExportJobCommand: (input: StartReadSetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
+ /**
294
+ * serializeAws_restJson1StartReadSetImportJobCommand
295
+ */
296
+ export declare const se_StartReadSetImportJobCommand: (input: StartReadSetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
+ /**
298
+ * serializeAws_restJson1StartReferenceImportJobCommand
299
+ */
300
+ export declare const se_StartReferenceImportJobCommand: (input: StartReferenceImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
+ /**
302
+ * serializeAws_restJson1StartRunCommand
303
+ */
304
+ export declare const se_StartRunCommand: (input: StartRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
+ /**
306
+ * serializeAws_restJson1StartVariantImportJobCommand
307
+ */
308
+ export declare const se_StartVariantImportJobCommand: (input: StartVariantImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
+ /**
310
+ * serializeAws_restJson1TagResourceCommand
311
+ */
312
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
+ /**
314
+ * serializeAws_restJson1UntagResourceCommand
315
+ */
316
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
317
+ /**
318
+ * serializeAws_restJson1UpdateAnnotationStoreCommand
319
+ */
320
+ export declare const se_UpdateAnnotationStoreCommand: (input: UpdateAnnotationStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
321
+ /**
322
+ * serializeAws_restJson1UpdateRunGroupCommand
323
+ */
324
+ export declare const se_UpdateRunGroupCommand: (input: UpdateRunGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
325
+ /**
326
+ * serializeAws_restJson1UpdateVariantStoreCommand
327
+ */
328
+ export declare const se_UpdateVariantStoreCommand: (input: UpdateVariantStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
329
+ /**
330
+ * serializeAws_restJson1UpdateWorkflowCommand
331
+ */
332
+ export declare const se_UpdateWorkflowCommand: (input: UpdateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
333
+ /**
334
+ * deserializeAws_restJson1BatchDeleteReadSetCommand
335
+ */
336
+ export declare const de_BatchDeleteReadSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteReadSetCommandOutput>;
337
+ /**
338
+ * deserializeAws_restJson1CancelAnnotationImportJobCommand
339
+ */
340
+ export declare const de_CancelAnnotationImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelAnnotationImportJobCommandOutput>;
341
+ /**
342
+ * deserializeAws_restJson1CancelRunCommand
343
+ */
344
+ export declare const de_CancelRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelRunCommandOutput>;
345
+ /**
346
+ * deserializeAws_restJson1CancelVariantImportJobCommand
347
+ */
348
+ export declare const de_CancelVariantImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelVariantImportJobCommandOutput>;
349
+ /**
350
+ * deserializeAws_restJson1CreateAnnotationStoreCommand
351
+ */
352
+ export declare const de_CreateAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnnotationStoreCommandOutput>;
353
+ /**
354
+ * deserializeAws_restJson1CreateReferenceStoreCommand
355
+ */
356
+ export declare const de_CreateReferenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReferenceStoreCommandOutput>;
357
+ /**
358
+ * deserializeAws_restJson1CreateRunGroupCommand
359
+ */
360
+ export declare const de_CreateRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRunGroupCommandOutput>;
361
+ /**
362
+ * deserializeAws_restJson1CreateSequenceStoreCommand
363
+ */
364
+ export declare const de_CreateSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSequenceStoreCommandOutput>;
365
+ /**
366
+ * deserializeAws_restJson1CreateVariantStoreCommand
367
+ */
368
+ export declare const de_CreateVariantStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVariantStoreCommandOutput>;
369
+ /**
370
+ * deserializeAws_restJson1CreateWorkflowCommand
371
+ */
372
+ export declare const de_CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
373
+ /**
374
+ * deserializeAws_restJson1DeleteAnnotationStoreCommand
375
+ */
376
+ export declare const de_DeleteAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnnotationStoreCommandOutput>;
377
+ /**
378
+ * deserializeAws_restJson1DeleteReferenceCommand
379
+ */
380
+ export declare const de_DeleteReferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReferenceCommandOutput>;
381
+ /**
382
+ * deserializeAws_restJson1DeleteReferenceStoreCommand
383
+ */
384
+ export declare const de_DeleteReferenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReferenceStoreCommandOutput>;
385
+ /**
386
+ * deserializeAws_restJson1DeleteRunCommand
387
+ */
388
+ export declare const de_DeleteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunCommandOutput>;
389
+ /**
390
+ * deserializeAws_restJson1DeleteRunGroupCommand
391
+ */
392
+ export declare const de_DeleteRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunGroupCommandOutput>;
393
+ /**
394
+ * deserializeAws_restJson1DeleteSequenceStoreCommand
395
+ */
396
+ export declare const de_DeleteSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSequenceStoreCommandOutput>;
397
+ /**
398
+ * deserializeAws_restJson1DeleteVariantStoreCommand
399
+ */
400
+ export declare const de_DeleteVariantStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVariantStoreCommandOutput>;
401
+ /**
402
+ * deserializeAws_restJson1DeleteWorkflowCommand
403
+ */
404
+ export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
405
+ /**
406
+ * deserializeAws_restJson1GetAnnotationImportJobCommand
407
+ */
408
+ export declare const de_GetAnnotationImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnnotationImportJobCommandOutput>;
409
+ /**
410
+ * deserializeAws_restJson1GetAnnotationStoreCommand
411
+ */
412
+ export declare const de_GetAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnnotationStoreCommandOutput>;
413
+ /**
414
+ * deserializeAws_restJson1GetReadSetCommand
415
+ */
416
+ export declare const de_GetReadSetCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetReadSetCommandOutput>;
417
+ /**
418
+ * deserializeAws_restJson1GetReadSetActivationJobCommand
419
+ */
420
+ export declare const de_GetReadSetActivationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadSetActivationJobCommandOutput>;
421
+ /**
422
+ * deserializeAws_restJson1GetReadSetExportJobCommand
423
+ */
424
+ export declare const de_GetReadSetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadSetExportJobCommandOutput>;
425
+ /**
426
+ * deserializeAws_restJson1GetReadSetImportJobCommand
427
+ */
428
+ export declare const de_GetReadSetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadSetImportJobCommandOutput>;
429
+ /**
430
+ * deserializeAws_restJson1GetReadSetMetadataCommand
431
+ */
432
+ export declare const de_GetReadSetMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReadSetMetadataCommandOutput>;
433
+ /**
434
+ * deserializeAws_restJson1GetReferenceCommand
435
+ */
436
+ export declare const de_GetReferenceCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<GetReferenceCommandOutput>;
437
+ /**
438
+ * deserializeAws_restJson1GetReferenceImportJobCommand
439
+ */
440
+ export declare const de_GetReferenceImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReferenceImportJobCommandOutput>;
441
+ /**
442
+ * deserializeAws_restJson1GetReferenceMetadataCommand
443
+ */
444
+ export declare const de_GetReferenceMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReferenceMetadataCommandOutput>;
445
+ /**
446
+ * deserializeAws_restJson1GetReferenceStoreCommand
447
+ */
448
+ export declare const de_GetReferenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReferenceStoreCommandOutput>;
449
+ /**
450
+ * deserializeAws_restJson1GetRunCommand
451
+ */
452
+ export declare const de_GetRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunCommandOutput>;
453
+ /**
454
+ * deserializeAws_restJson1GetRunGroupCommand
455
+ */
456
+ export declare const de_GetRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunGroupCommandOutput>;
457
+ /**
458
+ * deserializeAws_restJson1GetRunTaskCommand
459
+ */
460
+ export declare const de_GetRunTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunTaskCommandOutput>;
461
+ /**
462
+ * deserializeAws_restJson1GetSequenceStoreCommand
463
+ */
464
+ export declare const de_GetSequenceStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSequenceStoreCommandOutput>;
465
+ /**
466
+ * deserializeAws_restJson1GetVariantImportJobCommand
467
+ */
468
+ export declare const de_GetVariantImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVariantImportJobCommandOutput>;
469
+ /**
470
+ * deserializeAws_restJson1GetVariantStoreCommand
471
+ */
472
+ export declare const de_GetVariantStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVariantStoreCommandOutput>;
473
+ /**
474
+ * deserializeAws_restJson1GetWorkflowCommand
475
+ */
476
+ export declare const de_GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
477
+ /**
478
+ * deserializeAws_restJson1ListAnnotationImportJobsCommand
479
+ */
480
+ export declare const de_ListAnnotationImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnnotationImportJobsCommandOutput>;
481
+ /**
482
+ * deserializeAws_restJson1ListAnnotationStoresCommand
483
+ */
484
+ export declare const de_ListAnnotationStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnnotationStoresCommandOutput>;
485
+ /**
486
+ * deserializeAws_restJson1ListReadSetActivationJobsCommand
487
+ */
488
+ export declare const de_ListReadSetActivationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadSetActivationJobsCommandOutput>;
489
+ /**
490
+ * deserializeAws_restJson1ListReadSetExportJobsCommand
491
+ */
492
+ export declare const de_ListReadSetExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadSetExportJobsCommandOutput>;
493
+ /**
494
+ * deserializeAws_restJson1ListReadSetImportJobsCommand
495
+ */
496
+ export declare const de_ListReadSetImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadSetImportJobsCommandOutput>;
497
+ /**
498
+ * deserializeAws_restJson1ListReadSetsCommand
499
+ */
500
+ export declare const de_ListReadSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReadSetsCommandOutput>;
501
+ /**
502
+ * deserializeAws_restJson1ListReferenceImportJobsCommand
503
+ */
504
+ export declare const de_ListReferenceImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReferenceImportJobsCommandOutput>;
505
+ /**
506
+ * deserializeAws_restJson1ListReferencesCommand
507
+ */
508
+ export declare const de_ListReferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReferencesCommandOutput>;
509
+ /**
510
+ * deserializeAws_restJson1ListReferenceStoresCommand
511
+ */
512
+ export declare const de_ListReferenceStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReferenceStoresCommandOutput>;
513
+ /**
514
+ * deserializeAws_restJson1ListRunGroupsCommand
515
+ */
516
+ export declare const de_ListRunGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunGroupsCommandOutput>;
517
+ /**
518
+ * deserializeAws_restJson1ListRunsCommand
519
+ */
520
+ export declare const de_ListRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunsCommandOutput>;
521
+ /**
522
+ * deserializeAws_restJson1ListRunTasksCommand
523
+ */
524
+ export declare const de_ListRunTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunTasksCommandOutput>;
525
+ /**
526
+ * deserializeAws_restJson1ListSequenceStoresCommand
527
+ */
528
+ export declare const de_ListSequenceStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSequenceStoresCommandOutput>;
529
+ /**
530
+ * deserializeAws_restJson1ListTagsForResourceCommand
531
+ */
532
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
533
+ /**
534
+ * deserializeAws_restJson1ListVariantImportJobsCommand
535
+ */
536
+ export declare const de_ListVariantImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVariantImportJobsCommandOutput>;
537
+ /**
538
+ * deserializeAws_restJson1ListVariantStoresCommand
539
+ */
540
+ export declare const de_ListVariantStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVariantStoresCommandOutput>;
541
+ /**
542
+ * deserializeAws_restJson1ListWorkflowsCommand
543
+ */
544
+ export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
545
+ /**
546
+ * deserializeAws_restJson1StartAnnotationImportJobCommand
547
+ */
548
+ export declare const de_StartAnnotationImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAnnotationImportJobCommandOutput>;
549
+ /**
550
+ * deserializeAws_restJson1StartReadSetActivationJobCommand
551
+ */
552
+ export declare const de_StartReadSetActivationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReadSetActivationJobCommandOutput>;
553
+ /**
554
+ * deserializeAws_restJson1StartReadSetExportJobCommand
555
+ */
556
+ export declare const de_StartReadSetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReadSetExportJobCommandOutput>;
557
+ /**
558
+ * deserializeAws_restJson1StartReadSetImportJobCommand
559
+ */
560
+ export declare const de_StartReadSetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReadSetImportJobCommandOutput>;
561
+ /**
562
+ * deserializeAws_restJson1StartReferenceImportJobCommand
563
+ */
564
+ export declare const de_StartReferenceImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReferenceImportJobCommandOutput>;
565
+ /**
566
+ * deserializeAws_restJson1StartRunCommand
567
+ */
568
+ export declare const de_StartRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRunCommandOutput>;
569
+ /**
570
+ * deserializeAws_restJson1StartVariantImportJobCommand
571
+ */
572
+ export declare const de_StartVariantImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartVariantImportJobCommandOutput>;
573
+ /**
574
+ * deserializeAws_restJson1TagResourceCommand
575
+ */
576
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
577
+ /**
578
+ * deserializeAws_restJson1UntagResourceCommand
579
+ */
580
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
581
+ /**
582
+ * deserializeAws_restJson1UpdateAnnotationStoreCommand
583
+ */
584
+ export declare const de_UpdateAnnotationStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnnotationStoreCommandOutput>;
585
+ /**
586
+ * deserializeAws_restJson1UpdateRunGroupCommand
587
+ */
588
+ export declare const de_UpdateRunGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRunGroupCommandOutput>;
589
+ /**
590
+ * deserializeAws_restJson1UpdateVariantStoreCommand
591
+ */
592
+ export declare const de_UpdateVariantStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVariantStoreCommandOutput>;
593
+ /**
594
+ * deserializeAws_restJson1UpdateWorkflowCommand
595
+ */
596
+ export declare const de_UpdateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowCommandOutput>;