@aws-sdk/client-omics 3.295.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist-types/Omics.d.ts +67 -0
  2. package/dist-types/OmicsClient.d.ts +24 -4
  3. package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelRunCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelVariantImportJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateReferenceStoreCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateRunGroupCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateSequenceStoreCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateVariantStoreCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteReferenceCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteRunCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteRunGroupCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteVariantStoreCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +16 -0
  22. package/dist-types/commands/GetAnnotationStoreCommand.d.ts +16 -0
  23. package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +16 -0
  24. package/dist-types/commands/GetReadSetCommand.d.ts +16 -0
  25. package/dist-types/commands/GetReadSetExportJobCommand.d.ts +16 -0
  26. package/dist-types/commands/GetReadSetImportJobCommand.d.ts +16 -0
  27. package/dist-types/commands/GetReadSetMetadataCommand.d.ts +16 -0
  28. package/dist-types/commands/GetReferenceCommand.d.ts +16 -0
  29. package/dist-types/commands/GetReferenceImportJobCommand.d.ts +16 -0
  30. package/dist-types/commands/GetReferenceMetadataCommand.d.ts +16 -0
  31. package/dist-types/commands/GetReferenceStoreCommand.d.ts +16 -0
  32. package/dist-types/commands/GetRunCommand.d.ts +16 -0
  33. package/dist-types/commands/GetRunGroupCommand.d.ts +16 -0
  34. package/dist-types/commands/GetRunTaskCommand.d.ts +16 -0
  35. package/dist-types/commands/GetSequenceStoreCommand.d.ts +16 -0
  36. package/dist-types/commands/GetVariantImportJobCommand.d.ts +16 -0
  37. package/dist-types/commands/GetVariantStoreCommand.d.ts +16 -0
  38. package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
  39. package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListAnnotationStoresCommand.d.ts +16 -0
  41. package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +16 -0
  42. package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListReadSetsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListReferenceStoresCommand.d.ts +16 -0
  47. package/dist-types/commands/ListReferencesCommand.d.ts +16 -0
  48. package/dist-types/commands/ListRunGroupsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListRunTasksCommand.d.ts +16 -0
  50. package/dist-types/commands/ListRunsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListSequenceStoresCommand.d.ts +16 -0
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  53. package/dist-types/commands/ListVariantImportJobsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListVariantStoresCommand.d.ts +16 -0
  55. package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
  56. package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +16 -0
  57. package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +16 -0
  58. package/dist-types/commands/StartReadSetExportJobCommand.d.ts +16 -0
  59. package/dist-types/commands/StartReadSetImportJobCommand.d.ts +16 -0
  60. package/dist-types/commands/StartReferenceImportJobCommand.d.ts +16 -0
  61. package/dist-types/commands/StartRunCommand.d.ts +16 -0
  62. package/dist-types/commands/StartVariantImportJobCommand.d.ts +16 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateRunGroupCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateVariantStoreCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
  69. package/dist-types/models/OmicsServiceException.d.ts +2 -0
  70. package/dist-types/models/models_0.d.ts +535 -0
  71. package/dist-types/pagination/Interfaces.d.ts +3 -0
  72. package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListReadSetsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListReferencesPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListRunGroupsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListRunTasksPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListRunsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListVariantStoresPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
  88. package/package.json +32 -32
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteRunGroupRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRunGroupCommand}.
8
10
  */
9
11
  export interface DeleteRunGroupCommandInput extends DeleteRunGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRunGroupCommand}.
13
17
  */
14
18
  export interface DeleteRunGroupCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a workflow run group.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRunGroupCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRunGroupCommandInput - {@link DeleteRunGroupCommandInput}
34
+ * @returns {@link DeleteRunGroupCommandOutput}
28
35
  * @see {@link DeleteRunGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRunGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteRunGroupCommandOutput extends __MetadataBearer {
58
65
  export declare class DeleteRunGroupCommand extends $Command<DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput, OmicsClientResolvedConfig> {
59
66
  readonly input: DeleteRunGroupCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteRunGroupCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRunGroupCommandInput, DeleteRunGroupCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteSequenceStoreRequest, DeleteSequenceStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteSequenceStoreCommand}.
8
10
  */
9
11
  export interface DeleteSequenceStoreCommandInput extends DeleteSequenceStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteSequenceStoreCommand}.
13
17
  */
14
18
  export interface DeleteSequenceStoreCommandOutput extends DeleteSequenceStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a sequence store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteSequenceStoreCommandOutput extends DeleteSequenceStoreRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteSequenceStoreCommandInput - {@link DeleteSequenceStoreCommandInput}
34
+ * @returns {@link DeleteSequenceStoreCommandOutput}
28
35
  * @see {@link DeleteSequenceStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteSequenceStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -55,11 +62,20 @@ export interface DeleteSequenceStoreCommandOutput extends DeleteSequenceStoreRes
55
62
  export declare class DeleteSequenceStoreCommand extends $Command<DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput, OmicsClientResolvedConfig> {
56
63
  readonly input: DeleteSequenceStoreCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: DeleteSequenceStoreCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSequenceStoreCommandInput, DeleteSequenceStoreCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteVariantStoreRequest, DeleteVariantStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteVariantStoreCommand}.
8
10
  */
9
11
  export interface DeleteVariantStoreCommandInput extends DeleteVariantStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteVariantStoreCommand}.
13
17
  */
14
18
  export interface DeleteVariantStoreCommandOutput extends DeleteVariantStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a variant store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteVariantStoreCommandOutput extends DeleteVariantStoreRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteVariantStoreCommandInput - {@link DeleteVariantStoreCommandInput}
34
+ * @returns {@link DeleteVariantStoreCommandOutput}
28
35
  * @see {@link DeleteVariantStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteVariantStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteVariantStoreCommandOutput extends DeleteVariantStoreRespo
52
59
  export declare class DeleteVariantStoreCommand extends $Command<DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: DeleteVariantStoreCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteVariantStoreCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVariantStoreCommandInput, DeleteVariantStoreCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteWorkflowRequest } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteWorkflowCommand}.
8
10
  */
9
11
  export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteWorkflowCommand}.
13
17
  */
14
18
  export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a workflow.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteWorkflowCommandInput - {@link DeleteWorkflowCommandInput}
34
+ * @returns {@link DeleteWorkflowCommandOutput}
28
35
  * @see {@link DeleteWorkflowCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteWorkflowCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
58
65
  export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, OmicsClientResolvedConfig> {
59
66
  readonly input: DeleteWorkflowCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteWorkflowCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetAnnotationImportRequest, GetAnnotationImportResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAnnotationImportJobCommand}.
8
10
  */
9
11
  export interface GetAnnotationImportJobCommandInput extends GetAnnotationImportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAnnotationImportJobCommand}.
13
17
  */
14
18
  export interface GetAnnotationImportJobCommandOutput extends GetAnnotationImportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about an annotation import job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetAnnotationImportJobCommandOutput extends GetAnnotationImport
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetAnnotationImportJobCommandInput - {@link GetAnnotationImportJobCommandInput}
34
+ * @returns {@link GetAnnotationImportJobCommandOutput}
28
35
  * @see {@link GetAnnotationImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetAnnotationImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetAnnotationImportJobCommandOutput extends GetAnnotationImport
49
56
  export declare class GetAnnotationImportJobCommand extends $Command<GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput, OmicsClientResolvedConfig> {
50
57
  readonly input: GetAnnotationImportJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetAnnotationImportJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnnotationImportJobCommandInput, GetAnnotationImportJobCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetAnnotationStoreRequest, GetAnnotationStoreResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAnnotationStoreCommand}.
8
10
  */
9
11
  export interface GetAnnotationStoreCommandInput extends GetAnnotationStoreRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAnnotationStoreCommand}.
13
17
  */
14
18
  export interface GetAnnotationStoreCommandOutput extends GetAnnotationStoreResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about an annotation store.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetAnnotationStoreCommandOutput extends GetAnnotationStoreRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetAnnotationStoreCommandInput - {@link GetAnnotationStoreCommandInput}
34
+ * @returns {@link GetAnnotationStoreCommandOutput}
28
35
  * @see {@link GetAnnotationStoreCommandInput} for command's `input` shape.
29
36
  * @see {@link GetAnnotationStoreCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetAnnotationStoreCommandOutput extends GetAnnotationStoreRespo
49
56
  export declare class GetAnnotationStoreCommand extends $Command<GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput, OmicsClientResolvedConfig> {
50
57
  readonly input: GetAnnotationStoreCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetAnnotationStoreCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnnotationStoreCommandInput, GetAnnotationStoreCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetReadSetActivationJobRequest, GetReadSetActivationJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetReadSetActivationJobCommand}.
8
10
  */
9
11
  export interface GetReadSetActivationJobCommandInput extends GetReadSetActivationJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetReadSetActivationJobCommand}.
13
17
  */
14
18
  export interface GetReadSetActivationJobCommandOutput extends GetReadSetActivationJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a read set activation job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetReadSetActivationJobCommandOutput extends GetReadSetActivati
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetReadSetActivationJobCommandInput - {@link GetReadSetActivationJobCommandInput}
34
+ * @returns {@link GetReadSetActivationJobCommandOutput}
28
35
  * @see {@link GetReadSetActivationJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetReadSetActivationJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface GetReadSetActivationJobCommandOutput extends GetReadSetActivati
52
59
  export declare class GetReadSetActivationJobCommand extends $Command<GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: GetReadSetActivationJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: GetReadSetActivationJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadSetActivationJobCommandInput, GetReadSetActivationJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetReadSetRequest, GetReadSetResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetReadSetCommand}.
8
10
  */
9
11
  export interface GetReadSetCommandInput extends GetReadSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetReadSetCommand}.
13
17
  */
14
18
  export interface GetReadSetCommandOutput extends __WithSdkStreamMixin<GetReadSetResponse, "payload">, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a file from a read set.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetReadSetCommandOutput extends __WithSdkStreamMixin<GetReadSet
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetReadSetCommandInput - {@link GetReadSetCommandInput}
34
+ * @returns {@link GetReadSetCommandOutput}
28
35
  * @see {@link GetReadSetCommandInput} for command's `input` shape.
29
36
  * @see {@link GetReadSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -58,11 +65,20 @@ export interface GetReadSetCommandOutput extends __WithSdkStreamMixin<GetReadSet
58
65
  export declare class GetReadSetCommand extends $Command<GetReadSetCommandInput, GetReadSetCommandOutput, OmicsClientResolvedConfig> {
59
66
  readonly input: GetReadSetCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: GetReadSetCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadSetCommandInput, GetReadSetCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetReadSetExportJobRequest, GetReadSetExportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetReadSetExportJobCommand}.
8
10
  */
9
11
  export interface GetReadSetExportJobCommandInput extends GetReadSetExportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetReadSetExportJobCommand}.
13
17
  */
14
18
  export interface GetReadSetExportJobCommandOutput extends GetReadSetExportJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a read set export job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetReadSetExportJobCommandOutput extends GetReadSetExportJobRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetReadSetExportJobCommandInput - {@link GetReadSetExportJobCommandInput}
34
+ * @returns {@link GetReadSetExportJobCommandOutput}
28
35
  * @see {@link GetReadSetExportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetReadSetExportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface GetReadSetExportJobCommandOutput extends GetReadSetExportJobRes
52
59
  export declare class GetReadSetExportJobCommand extends $Command<GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: GetReadSetExportJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: GetReadSetExportJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadSetExportJobCommandInput, GetReadSetExportJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetReadSetImportJobRequest, GetReadSetImportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetReadSetImportJobCommand}.
8
10
  */
9
11
  export interface GetReadSetImportJobCommandInput extends GetReadSetImportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetReadSetImportJobCommand}.
13
17
  */
14
18
  export interface GetReadSetImportJobCommandOutput extends GetReadSetImportJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a read set import job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetReadSetImportJobCommandOutput extends GetReadSetImportJobRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetReadSetImportJobCommandInput - {@link GetReadSetImportJobCommandInput}
34
+ * @returns {@link GetReadSetImportJobCommandOutput}
28
35
  * @see {@link GetReadSetImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetReadSetImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface GetReadSetImportJobCommandOutput extends GetReadSetImportJobRes
52
59
  export declare class GetReadSetImportJobCommand extends $Command<GetReadSetImportJobCommandInput, GetReadSetImportJobCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: GetReadSetImportJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: GetReadSetImportJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadSetImportJobCommandInput, GetReadSetImportJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetReadSetMetadataRequest, GetReadSetMetadataResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetReadSetMetadataCommand}.
8
10
  */
9
11
  export interface GetReadSetMetadataCommandInput extends GetReadSetMetadataRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetReadSetMetadataCommand}.
13
17
  */
14
18
  export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets details about a read set.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetReadSetMetadataCommandInput - {@link GetReadSetMetadataCommandInput}
34
+ * @returns {@link GetReadSetMetadataCommandOutput}
28
35
  * @see {@link GetReadSetMetadataCommandInput} for command's `input` shape.
29
36
  * @see {@link GetReadSetMetadataCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface GetReadSetMetadataCommandOutput extends GetReadSetMetadataRespo
52
59
  export declare class GetReadSetMetadataCommand extends $Command<GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: GetReadSetMetadataCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: GetReadSetMetadataCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReadSetMetadataCommandInput, GetReadSetMetadataCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetReferenceRequest, GetReferenceResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetReferenceCommand}.
8
10
  */
9
11
  export interface GetReferenceCommandInput extends GetReferenceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetReferenceCommand}.
13
17
  */
14
18
  export interface GetReferenceCommandOutput extends __WithSdkStreamMixin<GetReferenceResponse, "payload">, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a reference file.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetReferenceCommandOutput extends __WithSdkStreamMixin<GetRefer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetReferenceCommandInput - {@link GetReferenceCommandInput}
34
+ * @returns {@link GetReferenceCommandOutput}
28
35
  * @see {@link GetReferenceCommandInput} for command's `input` shape.
29
36
  * @see {@link GetReferenceCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -55,11 +62,20 @@ export interface GetReferenceCommandOutput extends __WithSdkStreamMixin<GetRefer
55
62
  export declare class GetReferenceCommand extends $Command<GetReferenceCommandInput, GetReferenceCommandOutput, OmicsClientResolvedConfig> {
56
63
  readonly input: GetReferenceCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: GetReferenceCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReferenceCommandInput, GetReferenceCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetReferenceImportJobRequest, GetReferenceImportJobResponse } from "../models/models_0";
5
5
  import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetReferenceImportJobCommand}.
8
10
  */
9
11
  export interface GetReferenceImportJobCommandInput extends GetReferenceImportJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetReferenceImportJobCommand}.
13
17
  */
14
18
  export interface GetReferenceImportJobCommandOutput extends GetReferenceImportJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a reference import job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetReferenceImportJobCommandOutput extends GetReferenceImportJo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetReferenceImportJobCommandInput - {@link GetReferenceImportJobCommandInput}
34
+ * @returns {@link GetReferenceImportJobCommandOutput}
28
35
  * @see {@link GetReferenceImportJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetReferenceImportJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
@@ -52,11 +59,20 @@ export interface GetReferenceImportJobCommandOutput extends GetReferenceImportJo
52
59
  export declare class GetReferenceImportJobCommand extends $Command<GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput, OmicsClientResolvedConfig> {
53
60
  readonly input: GetReferenceImportJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: GetReferenceImportJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReferenceImportJobCommandInput, GetReferenceImportJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }