@aws-sdk/client-omics 3.289.0 → 3.292.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 +38 -43
@@ -29,6 +29,31 @@ export interface ListRunGroupsCommandOutput extends ListRunGroupsResponse, __Met
29
29
  * @see {@link ListRunGroupsCommandOutput} 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 ListRunGroupsCommand extends $Command<ListRunGroupsCommandInput, ListRunGroupsCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: ListRunGroupsCommandInput;
@@ -29,6 +29,31 @@ export interface ListRunTasksCommandOutput extends ListRunTasksResponse, __Metad
29
29
  * @see {@link ListRunTasksCommandOutput} 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 ListRunTasksCommand extends $Command<ListRunTasksCommandInput, ListRunTasksCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: ListRunTasksCommandInput;
@@ -29,6 +29,31 @@ export interface ListRunsCommandOutput extends ListRunsResponse, __MetadataBeare
29
29
  * @see {@link ListRunsCommandOutput} 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 ListRunsCommand extends $Command<ListRunsCommandInput, ListRunsCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: ListRunsCommandInput;
@@ -29,6 +29,22 @@ export interface ListSequenceStoresCommandOutput extends ListSequenceStoresRespo
29
29
  * @see {@link ListSequenceStoresCommandOutput} 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 ListSequenceStoresCommand extends $Command<ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: ListSequenceStoresCommandInput;
@@ -29,6 +29,31 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,22 @@ export interface ListVariantImportJobsCommandOutput extends ListVariantImportJob
29
29
  * @see {@link ListVariantImportJobsCommandOutput} 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 ListVariantImportJobsCommand extends $Command<ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: ListVariantImportJobsCommandInput;
@@ -29,6 +29,22 @@ export interface ListVariantStoresCommandOutput extends ListVariantStoresRespons
29
29
  * @see {@link ListVariantStoresCommandOutput} 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 ListVariantStoresCommand extends $Command<ListVariantStoresCommandInput, ListVariantStoresCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: ListVariantStoresCommandInput;
@@ -29,6 +29,31 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
29
29
  * @see {@link ListWorkflowsCommandOutput} 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 ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: ListWorkflowsCommandInput;
@@ -29,6 +29,25 @@ export interface StartAnnotationImportJobCommandOutput extends StartAnnotationIm
29
29
  * @see {@link StartAnnotationImportJobCommandOutput} 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 ServiceQuotaExceededException} (client fault)
42
+ * <p>The request exceeds a service quota.</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 StartAnnotationImportJobCommand extends $Command<StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: StartAnnotationImportJobCommandInput;
@@ -30,6 +30,28 @@ export interface StartReadSetActivationJobCommandOutput extends StartReadSetActi
30
30
  * @see {@link StartReadSetActivationJobCommandOutput} for command's `response` shape.
31
31
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have sufficient access to perform this action.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An unexpected error occurred. Try the request again.</p>
38
+ *
39
+ * @throws {@link RequestTimeoutException} (client fault)
40
+ * <p>The request timed out.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The target resource was not found in the current Region.</p>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p>The request exceeds a service quota.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request was denied due to request throttling.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
53
+ *
54
+ *
33
55
  */
34
56
  export declare class StartReadSetActivationJobCommand extends $Command<StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput, OmicsClientResolvedConfig> {
35
57
  readonly input: StartReadSetActivationJobCommandInput;
@@ -29,6 +29,28 @@ export interface StartReadSetExportJobCommandOutput extends StartReadSetExportJo
29
29
  * @see {@link StartReadSetExportJobCommandOutput} 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 ServiceQuotaExceededException} (client fault)
45
+ * <p>The request exceeds a service quota.</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 StartReadSetExportJobCommand extends $Command<StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput, OmicsClientResolvedConfig> {
34
56
  readonly input: StartReadSetExportJobCommandInput;
@@ -29,6 +29,28 @@ export interface StartReadSetImportJobCommandOutput extends StartReadSetImportJo
29
29
  * @see {@link StartReadSetImportJobCommandOutput} 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 ServiceQuotaExceededException} (client fault)
45
+ * <p>The request exceeds a service quota.</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 StartReadSetImportJobCommand extends $Command<StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput, OmicsClientResolvedConfig> {
34
56
  readonly input: StartReadSetImportJobCommandInput;
@@ -29,6 +29,28 @@ export interface StartReferenceImportJobCommandOutput extends StartReferenceImpo
29
29
  * @see {@link StartReferenceImportJobCommandOutput} 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 ServiceQuotaExceededException} (client fault)
45
+ * <p>The request exceeds a service quota.</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 StartReferenceImportJobCommand extends $Command<StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput, OmicsClientResolvedConfig> {
34
56
  readonly input: StartReferenceImportJobCommandInput;
@@ -29,6 +29,31 @@ export interface StartRunCommandOutput extends StartRunResponse, __MetadataBeare
29
29
  * @see {@link StartRunCommandOutput} 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 StartRunCommand extends $Command<StartRunCommandInput, StartRunCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: StartRunCommandInput;
@@ -29,6 +29,25 @@ export interface StartVariantImportJobCommandOutput extends StartVariantImportRe
29
29
  * @see {@link StartVariantImportJobCommandOutput} 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 ServiceQuotaExceededException} (client fault)
42
+ * <p>The request exceeds a service quota.</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 StartVariantImportJobCommand extends $Command<StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput, OmicsClientResolvedConfig> {
34
53
  readonly input: StartVariantImportJobCommandInput;
@@ -29,6 +29,31 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} 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 TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,31 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} 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 UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateAnnotationStoreCommandOutput extends UpdateAnnotationStor
29
29
  * @see {@link UpdateAnnotationStoreCommandOutput} 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 UpdateAnnotationStoreCommand extends $Command<UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: UpdateAnnotationStoreCommandInput;
@@ -29,6 +29,31 @@ export interface UpdateRunGroupCommandOutput extends __MetadataBearer {
29
29
  * @see {@link UpdateRunGroupCommandOutput} 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 UpdateRunGroupCommand extends $Command<UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: UpdateRunGroupCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateVariantStoreCommandOutput extends UpdateVariantStoreRespo
29
29
  * @see {@link UpdateVariantStoreCommandOutput} 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 UpdateVariantStoreCommand extends $Command<UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput, OmicsClientResolvedConfig> {
34
50
  readonly input: UpdateVariantStoreCommandInput;
@@ -29,6 +29,31 @@ export interface UpdateWorkflowCommandOutput extends __MetadataBearer {
29
29
  * @see {@link UpdateWorkflowCommandOutput} 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 UpdateWorkflowCommand extends $Command<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, OmicsClientResolvedConfig> {
34
59
  readonly input: UpdateWorkflowCommandInput;