@aws-sdk/client-omics 3.289.0 → 3.290.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 (67) hide show
  1. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +19 -0
  2. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +16 -0
  3. package/dist-types/commands/CancelRunCommand.d.ts +25 -0
  4. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +22 -0
  6. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +19 -0
  7. package/dist-types/commands/CreateRunGroupCommand.d.ts +25 -0
  8. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +19 -0
  9. package/dist-types/commands/CreateVariantStoreCommand.d.ts +22 -0
  10. package/dist-types/commands/CreateWorkflowCommand.d.ts +25 -0
  11. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +19 -0
  12. package/dist-types/commands/DeleteReferenceCommand.d.ts +22 -0
  13. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +22 -0
  14. package/dist-types/commands/DeleteRunCommand.d.ts +25 -0
  15. package/dist-types/commands/DeleteRunGroupCommand.d.ts +25 -0
  16. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +22 -0
  17. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +19 -0
  18. package/dist-types/commands/DeleteWorkflowCommand.d.ts +25 -0
  19. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +16 -0
  20. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +16 -0
  21. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +19 -0
  22. package/dist-types/commands/GetReadSetCommand.d.ts +25 -0
  23. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +19 -0
  24. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +19 -0
  25. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +19 -0
  26. package/dist-types/commands/GetReferenceCommand.d.ts +22 -0
  27. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +19 -0
  28. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +19 -0
  29. package/dist-types/commands/GetReferenceStoreCommand.d.ts +19 -0
  30. package/dist-types/commands/GetRunCommand.d.ts +25 -0
  31. package/dist-types/commands/GetRunGroupCommand.d.ts +25 -0
  32. package/dist-types/commands/GetRunTaskCommand.d.ts +25 -0
  33. package/dist-types/commands/GetSequenceStoreCommand.d.ts +19 -0
  34. package/dist-types/commands/GetVariantImportJobCommand.d.ts +16 -0
  35. package/dist-types/commands/GetVariantStoreCommand.d.ts +16 -0
  36. package/dist-types/commands/GetWorkflowCommand.d.ts +25 -0
  37. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +16 -0
  38. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +16 -0
  39. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +19 -0
  40. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +19 -0
  41. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +19 -0
  42. package/dist-types/commands/ListReadSetsCommand.d.ts +19 -0
  43. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +19 -0
  44. package/dist-types/commands/ListReferenceStoresCommand.d.ts +16 -0
  45. package/dist-types/commands/ListReferencesCommand.d.ts +19 -0
  46. package/dist-types/commands/ListRunGroupsCommand.d.ts +25 -0
  47. package/dist-types/commands/ListRunTasksCommand.d.ts +25 -0
  48. package/dist-types/commands/ListRunsCommand.d.ts +25 -0
  49. package/dist-types/commands/ListSequenceStoresCommand.d.ts +16 -0
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +25 -0
  51. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListVariantStoresCommand.d.ts +16 -0
  53. package/dist-types/commands/ListWorkflowsCommand.d.ts +25 -0
  54. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +19 -0
  55. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +22 -0
  56. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +22 -0
  57. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +22 -0
  58. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +22 -0
  59. package/dist-types/commands/StartRunCommand.d.ts +25 -0
  60. package/dist-types/commands/StartVariantImportJobCommand.d.ts +19 -0
  61. package/dist-types/commands/TagResourceCommand.d.ts +25 -0
  62. package/dist-types/commands/UntagResourceCommand.d.ts +25 -0
  63. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateRunGroupCommand.d.ts +25 -0
  65. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateWorkflowCommand.d.ts +25 -0
  67. package/package.json +32 -32
@@ -29,6 +29,25 @@ export interface GetReadSetExportJobCommandOutput extends GetReadSetExportJobRes
29
29
  * @see {@link GetReadSetExportJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class GetReadSetExportJobCommand extends $Command<GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: GetReadSetExportJobCommandInput;
@@ -29,6 +29,25 @@ export interface GetReadSetImportJobCommandOutput extends GetReadSetImportJobRes
29
29
  * @see {@link GetReadSetImportJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class GetReadSetImportJobCommand extends $Command<GetReadSetImportJobCommandInput, GetReadSetImportJobCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: GetReadSetImportJobCommandInput;
@@ -29,6 +29,25 @@ export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataRespo
29
29
  * @see {@link GetReadSetMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class GetReadSetMetadataCommand extends $Command<GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: GetReadSetMetadataCommandInput;
@@ -29,6 +29,28 @@ export interface GetReferenceCommandOutput extends __WithSdkStreamMixin<GetRefer
29
29
  * @see {@link GetReferenceCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RangeNotSatisfiableException} (client fault)
39
+ * <p>The ranges specified in the request are not valid.</p>
40
+ *
41
+ * @throws {@link RequestTimeoutException} (client fault)
42
+ * <p>The request timed out.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The target resource was not found in the current Region.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied due to request throttling.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class GetReferenceCommand extends $Command<GetReferenceCommandInput, GetReferenceCommandOutput, OmicsClientResolvedConfig> {
34
56
  readonly input: GetReferenceCommandInput;
@@ -29,6 +29,25 @@ export interface GetReferenceImportJobCommandOutput extends GetReferenceImportJo
29
29
  * @see {@link GetReferenceImportJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class GetReferenceImportJobCommand extends $Command<GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: GetReferenceImportJobCommandInput;
@@ -29,6 +29,25 @@ export interface GetReferenceMetadataCommandOutput extends GetReferenceMetadataR
29
29
  * @see {@link GetReferenceMetadataCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class GetReferenceMetadataCommand extends $Command<GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: GetReferenceMetadataCommandInput;
@@ -29,6 +29,25 @@ export interface GetReferenceStoreCommandOutput extends GetReferenceStoreRespons
29
29
  * @see {@link GetReferenceStoreCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class GetReferenceStoreCommand extends $Command<GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: GetReferenceStoreCommandInput;
@@ -29,6 +29,31 @@ export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {
29
29
  * @see {@link GetRunCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request cannot be applied to the target resource in its current state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred. Try the request again.</p>
40
+ *
41
+ * @throws {@link RequestTimeoutException} (client fault)
42
+ * <p>The request timed out.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The target resource was not found in the current Region.</p>
46
+ *
47
+ * @throws {@link ServiceQuotaExceededException} (client fault)
48
+ * <p>The request exceeds a service quota.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class GetRunCommand extends $Command<GetRunCommandInput, GetRunCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: GetRunCommandInput;
@@ -29,6 +29,31 @@ export interface GetRunGroupCommandOutput extends GetRunGroupResponse, __Metadat
29
29
  * @see {@link GetRunGroupCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request cannot be applied to the target resource in its current state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred. Try the request again.</p>
40
+ *
41
+ * @throws {@link RequestTimeoutException} (client fault)
42
+ * <p>The request timed out.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The target resource was not found in the current Region.</p>
46
+ *
47
+ * @throws {@link ServiceQuotaExceededException} (client fault)
48
+ * <p>The request exceeds a service quota.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class GetRunGroupCommand extends $Command<GetRunGroupCommandInput, GetRunGroupCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: GetRunGroupCommandInput;
@@ -29,6 +29,31 @@ export interface GetRunTaskCommandOutput extends GetRunTaskResponse, __MetadataB
29
29
  * @see {@link GetRunTaskCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request cannot be applied to the target resource in its current state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred. Try the request again.</p>
40
+ *
41
+ * @throws {@link RequestTimeoutException} (client fault)
42
+ * <p>The request timed out.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The target resource was not found in the current Region.</p>
46
+ *
47
+ * @throws {@link ServiceQuotaExceededException} (client fault)
48
+ * <p>The request exceeds a service quota.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class GetRunTaskCommand extends $Command<GetRunTaskCommandInput, GetRunTaskCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: GetRunTaskCommandInput;
@@ -29,6 +29,25 @@ export interface GetSequenceStoreCommandOutput extends GetSequenceStoreResponse,
29
29
  * @see {@link GetSequenceStoreCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class GetSequenceStoreCommand extends $Command<GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: GetSequenceStoreCommandInput;
@@ -29,6 +29,22 @@ export interface GetVariantImportJobCommandOutput extends GetVariantImportRespon
29
29
  * @see {@link GetVariantImportJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The target resource was not found in the current Region.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied due to request throttling.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetVariantImportJobCommand extends $Command<GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: GetVariantImportJobCommandInput;
@@ -29,6 +29,22 @@ export interface GetVariantStoreCommandOutput extends GetVariantStoreResponse, _
29
29
  * @see {@link GetVariantStoreCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The target resource was not found in the current Region.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied due to request throttling.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetVariantStoreCommand extends $Command<GetVariantStoreCommandInput, GetVariantStoreCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: GetVariantStoreCommandInput;
@@ -29,6 +29,31 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
29
29
  * @see {@link GetWorkflowCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request cannot be applied to the target resource in its current state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An unexpected error occurred. Try the request again.</p>
40
+ *
41
+ * @throws {@link RequestTimeoutException} (client fault)
42
+ * <p>The request timed out.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The target resource was not found in the current Region.</p>
46
+ *
47
+ * @throws {@link ServiceQuotaExceededException} (client fault)
48
+ * <p>The request exceeds a service quota.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class GetWorkflowCommand extends $Command<GetWorkflowCommandInput, GetWorkflowCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: GetWorkflowCommandInput;
@@ -29,6 +29,22 @@ export interface ListAnnotationImportJobsCommandOutput extends ListAnnotationImp
29
29
  * @see {@link ListAnnotationImportJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The target resource was not found in the current Region.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied due to request throttling.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListAnnotationImportJobsCommand extends $Command<ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: ListAnnotationImportJobsCommandInput;
@@ -29,6 +29,22 @@ export interface ListAnnotationStoresCommandOutput extends ListAnnotationStoresR
29
29
  * @see {@link ListAnnotationStoresCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The target resource was not found in the current Region.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied due to request throttling.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListAnnotationStoresCommand extends $Command<ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: ListAnnotationStoresCommandInput;
@@ -29,6 +29,25 @@ export interface ListReadSetActivationJobsCommandOutput extends ListReadSetActiv
29
29
  * @see {@link ListReadSetActivationJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListReadSetActivationJobsCommand extends $Command<ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: ListReadSetActivationJobsCommandInput;
@@ -29,6 +29,25 @@ export interface ListReadSetExportJobsCommandOutput extends ListReadSetExportJob
29
29
  * @see {@link ListReadSetExportJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListReadSetExportJobsCommand extends $Command<ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: ListReadSetExportJobsCommandInput;
@@ -29,6 +29,25 @@ export interface ListReadSetImportJobsCommandOutput extends ListReadSetImportJob
29
29
  * @see {@link ListReadSetImportJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListReadSetImportJobsCommand extends $Command<ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: ListReadSetImportJobsCommandInput;
@@ -29,6 +29,25 @@ export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
29
29
  * @see {@link ListReadSetsCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListReadSetsCommand extends $Command<ListReadSetsCommandInput, ListReadSetsCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: ListReadSetsCommandInput;
@@ -29,6 +29,25 @@ export interface ListReferenceImportJobsCommandOutput extends ListReferenceImpor
29
29
  * @see {@link ListReferenceImportJobsCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListReferenceImportJobsCommand extends $Command<ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: ListReferenceImportJobsCommandInput;
@@ -29,6 +29,22 @@ export interface ListReferenceStoresCommandOutput extends ListReferenceStoresRes
29
29
  * @see {@link ListReferenceStoresCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>The request was denied due to request throttling.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListReferenceStoresCommand extends $Command<ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: ListReferenceStoresCommandInput;
@@ -29,6 +29,25 @@ export interface ListReferencesCommandOutput extends ListReferencesResponse, __M
29
29
  * @see {@link ListReferencesCommandOutput} for command's `response` shape.
30
30
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An unexpected error occurred. Try the request again.</p>
37
+ *
38
+ * @throws {@link RequestTimeoutException} (client fault)
39
+ * <p>The request timed out.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The target resource was not found in the current Region.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListReferencesCommand extends $Command<ListReferencesCommandInput, ListReferencesCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: ListReferencesCommandInput;