@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 { StartAnnotationImportRequest, StartAnnotationImportResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartAnnotationImportJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartAnnotationImportJobCommandInput extends StartAnnotationImportRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartAnnotationImportJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartAnnotationImportJobCommandOutput extends StartAnnotationImportResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts 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 StartAnnotationImportJobCommandOutput extends StartAnnotationIm
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartAnnotationImportJobCommandInput - {@link StartAnnotationImportJobCommandInput}
|
|
34
|
+
* @returns {@link StartAnnotationImportJobCommandOutput}
|
|
28
35
|
* @see {@link StartAnnotationImportJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartAnnotationImportJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface StartAnnotationImportJobCommandOutput extends StartAnnotationIm
|
|
|
52
59
|
export declare class StartAnnotationImportJobCommand extends $Command<StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: StartAnnotationImportJobCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: StartAnnotationImportJobCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAnnotationImportJobCommandInput, StartAnnotationImportJobCommandOutput>;
|
|
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 { StartReadSetActivationJobRequest, StartReadSetActivationJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartReadSetActivationJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartReadSetActivationJobCommandInput extends StartReadSetActivationJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartReadSetActivationJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartReadSetActivationJobCommandOutput extends StartReadSetActivationJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Activates an archived read set. To reduce storage charges, Amazon Omics archives unused read
|
|
18
23
|
* sets after 30 days.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface StartReadSetActivationJobCommandOutput extends StartReadSetActi
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param StartReadSetActivationJobCommandInput - {@link StartReadSetActivationJobCommandInput}
|
|
35
|
+
* @returns {@link StartReadSetActivationJobCommandOutput}
|
|
29
36
|
* @see {@link StartReadSetActivationJobCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link StartReadSetActivationJobCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -56,11 +63,20 @@ export interface StartReadSetActivationJobCommandOutput extends StartReadSetActi
|
|
|
56
63
|
export declare class StartReadSetActivationJobCommand extends $Command<StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput, OmicsClientResolvedConfig> {
|
|
57
64
|
readonly input: StartReadSetActivationJobCommandInput;
|
|
58
65
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
66
|
+
/**
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
59
69
|
constructor(input: StartReadSetActivationJobCommandInput);
|
|
60
70
|
/**
|
|
61
71
|
* @internal
|
|
62
72
|
*/
|
|
63
73
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReadSetActivationJobCommandInput, StartReadSetActivationJobCommandOutput>;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
64
77
|
private serialize;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
65
81
|
private deserialize;
|
|
66
82
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartReadSetExportJobRequest, StartReadSetExportJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartReadSetExportJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartReadSetExportJobCommandInput extends StartReadSetExportJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartReadSetExportJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartReadSetExportJobCommandOutput extends StartReadSetExportJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Exports a read set to Amazon S3.</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 StartReadSetExportJobCommandOutput extends StartReadSetExportJo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartReadSetExportJobCommandInput - {@link StartReadSetExportJobCommandInput}
|
|
34
|
+
* @returns {@link StartReadSetExportJobCommandOutput}
|
|
28
35
|
* @see {@link StartReadSetExportJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartReadSetExportJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface StartReadSetExportJobCommandOutput extends StartReadSetExportJo
|
|
|
55
62
|
export declare class StartReadSetExportJobCommand extends $Command<StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput, OmicsClientResolvedConfig> {
|
|
56
63
|
readonly input: StartReadSetExportJobCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: StartReadSetExportJobCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReadSetExportJobCommandInput, StartReadSetExportJobCommandOutput>;
|
|
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 { StartReadSetImportJobRequest, StartReadSetImportJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartReadSetImportJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartReadSetImportJobCommandInput extends StartReadSetImportJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartReadSetImportJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartReadSetImportJobCommandOutput extends StartReadSetImportJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts 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 StartReadSetImportJobCommandOutput extends StartReadSetImportJo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartReadSetImportJobCommandInput - {@link StartReadSetImportJobCommandInput}
|
|
34
|
+
* @returns {@link StartReadSetImportJobCommandOutput}
|
|
28
35
|
* @see {@link StartReadSetImportJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartReadSetImportJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface StartReadSetImportJobCommandOutput extends StartReadSetImportJo
|
|
|
55
62
|
export declare class StartReadSetImportJobCommand extends $Command<StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput, OmicsClientResolvedConfig> {
|
|
56
63
|
readonly input: StartReadSetImportJobCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: StartReadSetImportJobCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReadSetImportJobCommandInput, StartReadSetImportJobCommandOutput>;
|
|
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 { StartReferenceImportJobRequest, StartReferenceImportJobResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartReferenceImportJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartReferenceImportJobCommandInput extends StartReferenceImportJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartReferenceImportJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartReferenceImportJobCommandOutput extends StartReferenceImportJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts 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 StartReferenceImportJobCommandOutput extends StartReferenceImpo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartReferenceImportJobCommandInput - {@link StartReferenceImportJobCommandInput}
|
|
34
|
+
* @returns {@link StartReferenceImportJobCommandOutput}
|
|
28
35
|
* @see {@link StartReferenceImportJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartReferenceImportJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface StartReferenceImportJobCommandOutput extends StartReferenceImpo
|
|
|
55
62
|
export declare class StartReferenceImportJobCommand extends $Command<StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput, OmicsClientResolvedConfig> {
|
|
56
63
|
readonly input: StartReferenceImportJobCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: StartReferenceImportJobCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReferenceImportJobCommandInput, StartReferenceImportJobCommandOutput>;
|
|
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 { StartRunRequest, StartRunResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartRunCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartRunCommandInput extends StartRunRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartRunCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartRunCommandOutput extends StartRunResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts 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 StartRunCommandOutput extends StartRunResponse, __MetadataBeare
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartRunCommandInput - {@link StartRunCommandInput}
|
|
34
|
+
* @returns {@link StartRunCommandOutput}
|
|
28
35
|
* @see {@link StartRunCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartRunCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface StartRunCommandOutput extends StartRunResponse, __MetadataBeare
|
|
|
58
65
|
export declare class StartRunCommand extends $Command<StartRunCommandInput, StartRunCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: StartRunCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: StartRunCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartRunCommandInput, StartRunCommandOutput>;
|
|
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 { StartVariantImportRequest, StartVariantImportResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartVariantImportJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartVariantImportJobCommandInput extends StartVariantImportRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartVariantImportJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartVariantImportJobCommandOutput extends StartVariantImportResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts 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 StartVariantImportJobCommandOutput extends StartVariantImportRe
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StartVariantImportJobCommandInput - {@link StartVariantImportJobCommandInput}
|
|
34
|
+
* @returns {@link StartVariantImportJobCommandOutput}
|
|
28
35
|
* @see {@link StartVariantImportJobCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StartVariantImportJobCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface StartVariantImportJobCommandOutput extends StartVariantImportRe
|
|
|
52
59
|
export declare class StartVariantImportJobCommand extends $Command<StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput, OmicsClientResolvedConfig> {
|
|
53
60
|
readonly input: StartVariantImportJobCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: StartVariantImportJobCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartVariantImportJobCommandInput, StartVariantImportJobCommandOutput>;
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Tags 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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
34
|
+
* @returns {@link TagResourceCommandOutput}
|
|
28
35
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
58
65
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: TagResourceCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: TagResourceCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes tags from 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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
34
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
28
35
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
58
65
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: UntagResourceCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UntagResourceCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
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 { UpdateAnnotationStoreRequest, UpdateAnnotationStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateAnnotationStoreCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateAnnotationStoreCommandInput extends UpdateAnnotationStoreRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateAnnotationStoreCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateAnnotationStoreCommandOutput extends UpdateAnnotationStoreResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates 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 UpdateAnnotationStoreCommandOutput extends UpdateAnnotationStor
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateAnnotationStoreCommandInput - {@link UpdateAnnotationStoreCommandInput}
|
|
34
|
+
* @returns {@link UpdateAnnotationStoreCommandOutput}
|
|
28
35
|
* @see {@link UpdateAnnotationStoreCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateAnnotationStoreCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateAnnotationStoreCommandOutput extends UpdateAnnotationStor
|
|
|
49
56
|
export declare class UpdateAnnotationStoreCommand extends $Command<UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateAnnotationStoreCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateAnnotationStoreCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAnnotationStoreCommandInput, UpdateAnnotationStoreCommandOutput>;
|
|
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 { UpdateRunGroupRequest } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateRunGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateRunGroupCommandInput extends UpdateRunGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateRunGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateRunGroupCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a 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 UpdateRunGroupCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateRunGroupCommandInput - {@link UpdateRunGroupCommandInput}
|
|
34
|
+
* @returns {@link UpdateRunGroupCommandOutput}
|
|
28
35
|
* @see {@link UpdateRunGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateRunGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UpdateRunGroupCommandOutput extends __MetadataBearer {
|
|
|
58
65
|
export declare class UpdateRunGroupCommand extends $Command<UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: UpdateRunGroupCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UpdateRunGroupCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRunGroupCommandInput, UpdateRunGroupCommandOutput>;
|
|
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 { UpdateVariantStoreRequest, UpdateVariantStoreResponse } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateVariantStoreCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateVariantStoreCommandInput extends UpdateVariantStoreRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateVariantStoreCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateVariantStoreCommandOutput extends UpdateVariantStoreResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates 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 UpdateVariantStoreCommandOutput extends UpdateVariantStoreRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateVariantStoreCommandInput - {@link UpdateVariantStoreCommandInput}
|
|
34
|
+
* @returns {@link UpdateVariantStoreCommandOutput}
|
|
28
35
|
* @see {@link UpdateVariantStoreCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateVariantStoreCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateVariantStoreCommandOutput extends UpdateVariantStoreRespo
|
|
|
49
56
|
export declare class UpdateVariantStoreCommand extends $Command<UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput, OmicsClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateVariantStoreCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateVariantStoreCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVariantStoreCommandInput, UpdateVariantStoreCommandOutput>;
|
|
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 { UpdateWorkflowRequest } from "../models/models_0";
|
|
5
5
|
import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateWorkflowCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateWorkflowCommandInput extends UpdateWorkflowRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateWorkflowCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateWorkflowCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates 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 UpdateWorkflowCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateWorkflowCommandInput - {@link UpdateWorkflowCommandInput}
|
|
34
|
+
* @returns {@link UpdateWorkflowCommandOutput}
|
|
28
35
|
* @see {@link UpdateWorkflowCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateWorkflowCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link OmicsClientResolvedConfig | config} for OmicsClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface UpdateWorkflowCommandOutput extends __MetadataBearer {
|
|
|
58
65
|
export declare class UpdateWorkflowCommand extends $Command<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, OmicsClientResolvedConfig> {
|
|
59
66
|
readonly input: UpdateWorkflowCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: UpdateWorkflowCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OmicsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|