@aws-sdk/client-omics 3.296.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 +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ListReadSetImportJobsRequest, ListReadSetImportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReadSetImportJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReadSetImportJobsCommandInput extends ListReadSetImportJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReadSetImportJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReadSetImportJobsCommandOutput extends ListReadSetImportJobsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of read set 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 ListReadSetImportJobsCommandOutput extends ListReadSetImportJob
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListReadSetImportJobsCommandInput - {@link ListReadSetImportJobsCommandInput}
|
|
34
|
+
* @returns {@link ListReadSetImportJobsCommandOutput}
|
|
28
35
|
* @see {@link ListReadSetImportJobsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListReadSetImportJobsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListReadSetImportJobsCommandOutput extends ListReadSetImportJob
|
|
|
52
59
|
export declare class ListReadSetImportJobsCommand extends $Command<ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: ListReadSetImportJobsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListReadSetImportJobsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReadSetImportJobsCommandInput, ListReadSetImportJobsCommandOutput>;
|
|
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 { ListReadSetsRequest, ListReadSetsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReadSetsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReadSetsCommandInput extends ListReadSetsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReadSetsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of read sets.</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 ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListReadSetsCommandInput - {@link ListReadSetsCommandInput}
|
|
34
|
+
* @returns {@link ListReadSetsCommandOutput}
|
|
28
35
|
* @see {@link ListReadSetsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListReadSetsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListReadSetsCommandOutput extends ListReadSetsResponse, __Metad
|
|
|
52
59
|
export declare class ListReadSetsCommand extends $Command<ListReadSetsCommandInput, ListReadSetsCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: ListReadSetsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListReadSetsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReadSetsCommandInput, ListReadSetsCommandOutput>;
|
|
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 { ListReferenceImportJobsRequest, ListReferenceImportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReferenceImportJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReferenceImportJobsCommandInput extends ListReferenceImportJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReferenceImportJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReferenceImportJobsCommandOutput extends ListReferenceImportJobsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of reference 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 ListReferenceImportJobsCommandOutput extends ListReferenceImpor
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListReferenceImportJobsCommandInput - {@link ListReferenceImportJobsCommandInput}
|
|
34
|
+
* @returns {@link ListReferenceImportJobsCommandOutput}
|
|
28
35
|
* @see {@link ListReferenceImportJobsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListReferenceImportJobsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListReferenceImportJobsCommandOutput extends ListReferenceImpor
|
|
|
52
59
|
export declare class ListReferenceImportJobsCommand extends $Command<ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: ListReferenceImportJobsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListReferenceImportJobsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReferenceImportJobsCommandInput, ListReferenceImportJobsCommandOutput>;
|
|
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 { ListReferenceStoresRequest, ListReferenceStoresResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReferenceStoresCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReferenceStoresCommandInput extends ListReferenceStoresRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReferenceStoresCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReferenceStoresCommandOutput extends ListReferenceStoresResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of reference 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 ListReferenceStoresCommandOutput extends ListReferenceStoresRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListReferenceStoresCommandInput - {@link ListReferenceStoresCommandInput}
|
|
34
|
+
* @returns {@link ListReferenceStoresCommandOutput}
|
|
28
35
|
* @see {@link ListReferenceStoresCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListReferenceStoresCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListReferenceStoresCommandOutput extends ListReferenceStoresRes
|
|
|
49
56
|
export declare class ListReferenceStoresCommand extends $Command<ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: ListReferenceStoresCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListReferenceStoresCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReferenceStoresCommandInput, ListReferenceStoresCommandOutput>;
|
|
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 { ListReferencesRequest, ListReferencesResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListReferencesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListReferencesCommandInput extends ListReferencesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListReferencesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListReferencesCommandOutput extends ListReferencesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of references.</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 ListReferencesCommandOutput extends ListReferencesResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListReferencesCommandInput - {@link ListReferencesCommandInput}
|
|
34
|
+
* @returns {@link ListReferencesCommandOutput}
|
|
28
35
|
* @see {@link ListReferencesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListReferencesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListReferencesCommandOutput extends ListReferencesResponse, __M
|
|
|
52
59
|
export declare class ListReferencesCommand extends $Command<ListReferencesCommandInput, ListReferencesCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: ListReferencesCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListReferencesCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListReferencesCommandInput, ListReferencesCommandOutput>;
|
|
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 { ListRunGroupsRequest, ListRunGroupsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListRunGroupsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListRunGroupsCommandInput extends ListRunGroupsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListRunGroupsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListRunGroupsCommandOutput extends ListRunGroupsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of run groups.</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 ListRunGroupsCommandOutput extends ListRunGroupsResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListRunGroupsCommandInput - {@link ListRunGroupsCommandInput}
|
|
34
|
+
* @returns {@link ListRunGroupsCommandOutput}
|
|
28
35
|
* @see {@link ListRunGroupsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListRunGroupsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface ListRunGroupsCommandOutput extends ListRunGroupsResponse, __Met
|
|
|
58
65
|
export declare class ListRunGroupsCommand extends $Command<ListRunGroupsCommandInput, ListRunGroupsCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: ListRunGroupsCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: ListRunGroupsCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRunGroupsCommandInput, ListRunGroupsCommandOutput>;
|
|
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 { ListRunTasksRequest, ListRunTasksResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListRunTasksCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListRunTasksCommandInput extends ListRunTasksRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListRunTasksCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListRunTasksCommandOutput extends ListRunTasksResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of tasks for a 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 ListRunTasksCommandOutput extends ListRunTasksResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListRunTasksCommandInput - {@link ListRunTasksCommandInput}
|
|
34
|
+
* @returns {@link ListRunTasksCommandOutput}
|
|
28
35
|
* @see {@link ListRunTasksCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListRunTasksCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface ListRunTasksCommandOutput extends ListRunTasksResponse, __Metad
|
|
|
58
65
|
export declare class ListRunTasksCommand extends $Command<ListRunTasksCommandInput, ListRunTasksCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: ListRunTasksCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: ListRunTasksCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRunTasksCommandInput, ListRunTasksCommandOutput>;
|
|
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 { ListRunsRequest, ListRunsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListRunsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListRunsCommandInput extends ListRunsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListRunsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListRunsCommandOutput extends ListRunsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of runs.</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 ListRunsCommandOutput extends ListRunsResponse, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListRunsCommandInput - {@link ListRunsCommandInput}
|
|
34
|
+
* @returns {@link ListRunsCommandOutput}
|
|
28
35
|
* @see {@link ListRunsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListRunsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface ListRunsCommandOutput extends ListRunsResponse, __MetadataBeare
|
|
|
58
65
|
export declare class ListRunsCommand extends $Command<ListRunsCommandInput, ListRunsCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: ListRunsCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: ListRunsCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRunsCommandInput, ListRunsCommandOutput>;
|
|
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 { ListSequenceStoresRequest, ListSequenceStoresResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListSequenceStoresCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListSequenceStoresCommandInput extends ListSequenceStoresRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListSequenceStoresCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListSequenceStoresCommandOutput extends ListSequenceStoresResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of sequence 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 ListSequenceStoresCommandOutput extends ListSequenceStoresRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListSequenceStoresCommandInput - {@link ListSequenceStoresCommandInput}
|
|
34
|
+
* @returns {@link ListSequenceStoresCommandOutput}
|
|
28
35
|
* @see {@link ListSequenceStoresCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListSequenceStoresCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListSequenceStoresCommandOutput extends ListSequenceStoresRespo
|
|
|
49
56
|
export declare class ListSequenceStoresCommand extends $Command<ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: ListSequenceStoresCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListSequenceStoresCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSequenceStoresCommandInput, ListSequenceStoresCommandOutput>;
|
|
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of tags for a resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
58
65
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: ListTagsForResourceCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: ListTagsForResourceCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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 { ListVariantImportJobsRequest, ListVariantImportJobsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListVariantImportJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListVariantImportJobsCommandInput extends ListVariantImportJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListVariantImportJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListVariantImportJobsCommandOutput extends ListVariantImportJobsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of variant 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 ListVariantImportJobsCommandOutput extends ListVariantImportJob
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListVariantImportJobsCommandInput - {@link ListVariantImportJobsCommandInput}
|
|
34
|
+
* @returns {@link ListVariantImportJobsCommandOutput}
|
|
28
35
|
* @see {@link ListVariantImportJobsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListVariantImportJobsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListVariantImportJobsCommandOutput extends ListVariantImportJob
|
|
|
49
56
|
export declare class ListVariantImportJobsCommand extends $Command<ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: ListVariantImportJobsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListVariantImportJobsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVariantImportJobsCommandInput, ListVariantImportJobsCommandOutput>;
|
|
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 { ListVariantStoresRequest, ListVariantStoresResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListVariantStoresCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListVariantStoresCommandInput extends ListVariantStoresRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListVariantStoresCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListVariantStoresCommandOutput extends ListVariantStoresResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of variant 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 ListVariantStoresCommandOutput extends ListVariantStoresRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListVariantStoresCommandInput - {@link ListVariantStoresCommandInput}
|
|
34
|
+
* @returns {@link ListVariantStoresCommandOutput}
|
|
28
35
|
* @see {@link ListVariantStoresCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListVariantStoresCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListVariantStoresCommandOutput extends ListVariantStoresRespons
|
|
|
49
56
|
export declare class ListVariantStoresCommand extends $Command<ListVariantStoresCommandInput, ListVariantStoresCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: ListVariantStoresCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListVariantStoresCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVariantStoresCommandInput, ListVariantStoresCommandOutput>;
|
|
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 { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListWorkflowsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListWorkflowsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a list of workflows.</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 ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListWorkflowsCommandInput - {@link ListWorkflowsCommandInput}
|
|
34
|
+
* @returns {@link ListWorkflowsCommandOutput}
|
|
28
35
|
* @see {@link ListWorkflowsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListWorkflowsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
|
|
|
58
65
|
export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: ListWorkflowsCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: ListWorkflowsCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|