@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.
- package/dist-types/Omics.d.ts +67 -0
- package/dist-types/OmicsClient.d.ts +24 -4
- package/dist-types/commands/BatchDeleteReadSetCommand.d.ts +16 -0
- package/dist-types/commands/CancelAnnotationImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CancelRunCommand.d.ts +16 -0
- package/dist-types/commands/CancelVariantImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateAnnotationStoreCommand.d.ts +16 -0
- package/dist-types/commands/CreateReferenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/CreateRunGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateSequenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/CreateVariantStoreCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAnnotationStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReferenceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReferenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRunCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRunGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSequenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVariantStoreCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetAnnotationImportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetAnnotationStoreCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetActivationJobCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetExportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetReadSetMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetReferenceCommand.d.ts +16 -0
- package/dist-types/commands/GetReferenceImportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetReferenceMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetReferenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/GetRunCommand.d.ts +16 -0
- package/dist-types/commands/GetRunGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetRunTaskCommand.d.ts +16 -0
- package/dist-types/commands/GetSequenceStoreCommand.d.ts +16 -0
- package/dist-types/commands/GetVariantImportJobCommand.d.ts +16 -0
- package/dist-types/commands/GetVariantStoreCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/ListAnnotationImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListAnnotationStoresCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetActivationJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReadSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListReferenceImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReferenceStoresCommand.d.ts +16 -0
- package/dist-types/commands/ListReferencesCommand.d.ts +16 -0
- package/dist-types/commands/ListRunGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListRunTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListRunsCommand.d.ts +16 -0
- package/dist-types/commands/ListSequenceStoresCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListVariantImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListVariantStoresCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/StartAnnotationImportJobCommand.d.ts +16 -0
- package/dist-types/commands/StartReadSetActivationJobCommand.d.ts +16 -0
- package/dist-types/commands/StartReadSetExportJobCommand.d.ts +16 -0
- package/dist-types/commands/StartReadSetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/StartReferenceImportJobCommand.d.ts +16 -0
- package/dist-types/commands/StartRunCommand.d.ts +16 -0
- package/dist-types/commands/StartVariantImportJobCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAnnotationStoreCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRunGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVariantStoreCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
- package/dist-types/models/OmicsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +535 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReadSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRunGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRunTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListVariantStoresPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
- package/package.json +32 -32
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GetReferenceMetadataRequest, GetReferenceMetadataResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetReferenceMetadataCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetReferenceMetadataCommandInput extends GetReferenceMetadataRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetReferenceMetadataCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetReferenceMetadataCommandOutput extends GetReferenceMetadataResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about a genome reference's metadata.</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 GetReferenceMetadataCommandOutput extends GetReferenceMetadataR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetReferenceMetadataCommandInput - {@link GetReferenceMetadataCommandInput}
|
|
34
|
+
* @returns {@link GetReferenceMetadataCommandOutput}
|
|
28
35
|
* @see {@link GetReferenceMetadataCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetReferenceMetadataCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface GetReferenceMetadataCommandOutput extends GetReferenceMetadataR
|
|
|
52
59
|
export declare class GetReferenceMetadataCommand extends $Command<GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: GetReferenceMetadataCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: GetReferenceMetadataCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReferenceMetadataCommandInput, GetReferenceMetadataCommandOutput>;
|
|
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 { GetReferenceStoreRequest, GetReferenceStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetReferenceStoreCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetReferenceStoreCommandInput extends GetReferenceStoreRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetReferenceStoreCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetReferenceStoreCommandOutput extends GetReferenceStoreResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about a reference 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 GetReferenceStoreCommandOutput extends GetReferenceStoreRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetReferenceStoreCommandInput - {@link GetReferenceStoreCommandInput}
|
|
34
|
+
* @returns {@link GetReferenceStoreCommandOutput}
|
|
28
35
|
* @see {@link GetReferenceStoreCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetReferenceStoreCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface GetReferenceStoreCommandOutput extends GetReferenceStoreRespons
|
|
|
52
59
|
export declare class GetReferenceStoreCommand extends $Command<GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: GetReferenceStoreCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: GetReferenceStoreCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetReferenceStoreCommandInput, GetReferenceStoreCommandOutput>;
|
|
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 { GetRunRequest, GetRunResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetRunCommandInput extends GetRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about a workflow run.</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 GetRunCommandOutput extends GetRunResponse, __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetRunCommandInput - {@link GetRunCommandInput}
|
|
34
|
+
* @returns {@link GetRunCommandOutput}
|
|
28
35
|
* @see {@link GetRunCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetRunCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface GetRunCommandOutput extends GetRunResponse, __MetadataBearer {
|
|
|
58
65
|
export declare class GetRunCommand extends $Command<GetRunCommandInput, GetRunCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: GetRunCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: GetRunCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRunCommandInput, GetRunCommandOutput>;
|
|
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 { GetRunGroupRequest, GetRunGroupResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetRunGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetRunGroupCommandInput extends GetRunGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetRunGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetRunGroupCommandOutput extends GetRunGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about 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 GetRunGroupCommandOutput extends GetRunGroupResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetRunGroupCommandInput - {@link GetRunGroupCommandInput}
|
|
34
|
+
* @returns {@link GetRunGroupCommandOutput}
|
|
28
35
|
* @see {@link GetRunGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetRunGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface GetRunGroupCommandOutput extends GetRunGroupResponse, __Metadat
|
|
|
58
65
|
export declare class GetRunGroupCommand extends $Command<GetRunGroupCommandInput, GetRunGroupCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: GetRunGroupCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: GetRunGroupCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRunGroupCommandInput, GetRunGroupCommandOutput>;
|
|
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 { GetRunTaskRequest, GetRunTaskResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetRunTaskCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetRunTaskCommandInput extends GetRunTaskRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetRunTaskCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetRunTaskCommandOutput extends GetRunTaskResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about a workflow run task.</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 GetRunTaskCommandOutput extends GetRunTaskResponse, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetRunTaskCommandInput - {@link GetRunTaskCommandInput}
|
|
34
|
+
* @returns {@link GetRunTaskCommandOutput}
|
|
28
35
|
* @see {@link GetRunTaskCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetRunTaskCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface GetRunTaskCommandOutput extends GetRunTaskResponse, __MetadataB
|
|
|
58
65
|
export declare class GetRunTaskCommand extends $Command<GetRunTaskCommandInput, GetRunTaskCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: GetRunTaskCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: GetRunTaskCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRunTaskCommandInput, GetRunTaskCommandOutput>;
|
|
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 { GetSequenceStoreRequest, GetSequenceStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetSequenceStoreCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetSequenceStoreCommandInput extends GetSequenceStoreRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetSequenceStoreCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetSequenceStoreCommandOutput extends GetSequenceStoreResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about 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 GetSequenceStoreCommandOutput extends GetSequenceStoreResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetSequenceStoreCommandInput - {@link GetSequenceStoreCommandInput}
|
|
34
|
+
* @returns {@link GetSequenceStoreCommandOutput}
|
|
28
35
|
* @see {@link GetSequenceStoreCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetSequenceStoreCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface GetSequenceStoreCommandOutput extends GetSequenceStoreResponse,
|
|
|
52
59
|
export declare class GetSequenceStoreCommand extends $Command<GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: GetSequenceStoreCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: GetSequenceStoreCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSequenceStoreCommandInput, GetSequenceStoreCommandOutput>;
|
|
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 { GetVariantImportRequest, GetVariantImportResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetVariantImportJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetVariantImportJobCommandInput extends GetVariantImportRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetVariantImportJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetVariantImportJobCommandOutput extends GetVariantImportResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about a variant 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 GetVariantImportJobCommandOutput extends GetVariantImportRespon
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetVariantImportJobCommandInput - {@link GetVariantImportJobCommandInput}
|
|
34
|
+
* @returns {@link GetVariantImportJobCommandOutput}
|
|
28
35
|
* @see {@link GetVariantImportJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetVariantImportJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetVariantImportJobCommandOutput extends GetVariantImportRespon
|
|
|
49
56
|
export declare class GetVariantImportJobCommand extends $Command<GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: GetVariantImportJobCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetVariantImportJobCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVariantImportJobCommandInput, GetVariantImportJobCommandOutput>;
|
|
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 { GetVariantStoreRequest, GetVariantStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetVariantStoreCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetVariantStoreCommandInput extends GetVariantStoreRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetVariantStoreCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetVariantStoreCommandOutput extends GetVariantStoreResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about 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 GetVariantStoreCommandOutput extends GetVariantStoreResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetVariantStoreCommandInput - {@link GetVariantStoreCommandInput}
|
|
34
|
+
* @returns {@link GetVariantStoreCommandOutput}
|
|
28
35
|
* @see {@link GetVariantStoreCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetVariantStoreCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetVariantStoreCommandOutput extends GetVariantStoreResponse, _
|
|
|
49
56
|
export declare class GetVariantStoreCommand extends $Command<GetVariantStoreCommandInput, GetVariantStoreCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: GetVariantStoreCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetVariantStoreCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVariantStoreCommandInput, GetVariantStoreCommandOutput>;
|
|
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 { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetWorkflowCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetWorkflowCommandInput extends GetWorkflowRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetWorkflowCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets information about 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 GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetWorkflowCommandInput - {@link GetWorkflowCommandInput}
|
|
34
|
+
* @returns {@link GetWorkflowCommandOutput}
|
|
28
35
|
* @see {@link GetWorkflowCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetWorkflowCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
|
|
|
58
65
|
export declare class GetWorkflowCommand extends $Command<GetWorkflowCommandInput, GetWorkflowCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: GetWorkflowCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: GetWorkflowCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowCommandInput, GetWorkflowCommandOutput>;
|
|
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 { ListAnnotationImportJobsRequest, ListAnnotationImportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAnnotationImportJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAnnotationImportJobsCommandInput extends ListAnnotationImportJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAnnotationImportJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAnnotationImportJobsCommandOutput extends ListAnnotationImportJobsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of annotation import jobs.</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 ListAnnotationImportJobsCommandOutput extends ListAnnotationImp
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAnnotationImportJobsCommandInput - {@link ListAnnotationImportJobsCommandInput}
|
|
34
|
+
* @returns {@link ListAnnotationImportJobsCommandOutput}
|
|
28
35
|
* @see {@link ListAnnotationImportJobsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAnnotationImportJobsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListAnnotationImportJobsCommandOutput extends ListAnnotationImp
|
|
|
49
56
|
export declare class ListAnnotationImportJobsCommand extends $Command<ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: ListAnnotationImportJobsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListAnnotationImportJobsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnnotationImportJobsCommandInput, ListAnnotationImportJobsCommandOutput>;
|
|
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 { ListAnnotationStoresRequest, ListAnnotationStoresResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAnnotationStoresCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAnnotationStoresCommandInput extends ListAnnotationStoresRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAnnotationStoresCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAnnotationStoresCommandOutput extends ListAnnotationStoresResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of annotation stores.</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 ListAnnotationStoresCommandOutput extends ListAnnotationStoresR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAnnotationStoresCommandInput - {@link ListAnnotationStoresCommandInput}
|
|
34
|
+
* @returns {@link ListAnnotationStoresCommandOutput}
|
|
28
35
|
* @see {@link ListAnnotationStoresCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAnnotationStoresCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListAnnotationStoresCommandOutput extends ListAnnotationStoresR
|
|
|
49
56
|
export declare class ListAnnotationStoresCommand extends $Command<ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: ListAnnotationStoresCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListAnnotationStoresCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnnotationStoresCommandInput, ListAnnotationStoresCommandOutput>;
|
|
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 { ListReadSetActivationJobsRequest, ListReadSetActivationJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReadSetActivationJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReadSetActivationJobsCommandInput extends ListReadSetActivationJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReadSetActivationJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReadSetActivationJobsCommandOutput extends ListReadSetActivationJobsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of read set activation jobs.</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 ListReadSetActivationJobsCommandOutput extends ListReadSetActiv
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListReadSetActivationJobsCommandInput - {@link ListReadSetActivationJobsCommandInput}
|
|
34
|
+
* @returns {@link ListReadSetActivationJobsCommandOutput}
|
|
28
35
|
* @see {@link ListReadSetActivationJobsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListReadSetActivationJobsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListReadSetActivationJobsCommandOutput extends ListReadSetActiv
|
|
|
52
59
|
export declare class ListReadSetActivationJobsCommand extends $Command<ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: ListReadSetActivationJobsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListReadSetActivationJobsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReadSetActivationJobsCommandInput, ListReadSetActivationJobsCommandOutput>;
|
|
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 { ListReadSetExportJobsRequest, ListReadSetExportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReadSetExportJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReadSetExportJobsCommandInput extends ListReadSetExportJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReadSetExportJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReadSetExportJobsCommandOutput extends ListReadSetExportJobsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of read set export jobs.</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 ListReadSetExportJobsCommandOutput extends ListReadSetExportJob
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListReadSetExportJobsCommandInput - {@link ListReadSetExportJobsCommandInput}
|
|
34
|
+
* @returns {@link ListReadSetExportJobsCommandOutput}
|
|
28
35
|
* @see {@link ListReadSetExportJobsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListReadSetExportJobsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListReadSetExportJobsCommandOutput extends ListReadSetExportJob
|
|
|
52
59
|
export declare class ListReadSetExportJobsCommand extends $Command<ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: ListReadSetExportJobsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListReadSetExportJobsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReadSetExportJobsCommandInput, ListReadSetExportJobsCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|