@aws-sdk/client-migrationhuborchestrator 3.296.0 → 3.298.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-cjs/commands/CreateWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateStepCommand.js +2 -3
- package/dist-cjs/commands/GetTemplateStepGroupCommand.js +2 -3
- package/dist-cjs/commands/GetWorkflowCommand.js +1 -1
- package/dist-cjs/commands/GetWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/commands/ListPluginsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTemplateStepsCommand.js +2 -3
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowStepsCommand.js +2 -3
- package/dist-cjs/commands/ListWorkflowsCommand.js +2 -3
- package/dist-cjs/commands/RetryWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/StartWorkflowCommand.js +2 -3
- package/dist-cjs/commands/StopWorkflowCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkflowStepCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -294
- package/dist-es/commands/CreateWorkflowStepCommand.js +2 -3
- package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -3
- package/dist-es/commands/DeleteWorkflowCommand.js +2 -3
- package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -3
- package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -3
- package/dist-es/commands/GetTemplateCommand.js +2 -3
- package/dist-es/commands/GetTemplateStepCommand.js +2 -3
- package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -3
- package/dist-es/commands/GetWorkflowCommand.js +2 -2
- package/dist-es/commands/GetWorkflowStepCommand.js +2 -3
- package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -3
- package/dist-es/commands/ListPluginsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -3
- package/dist-es/commands/ListTemplateStepsCommand.js +2 -3
- package/dist-es/commands/ListTemplatesCommand.js +2 -3
- package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -3
- package/dist-es/commands/ListWorkflowStepsCommand.js +2 -3
- package/dist-es/commands/ListWorkflowsCommand.js +2 -3
- package/dist-es/commands/RetryWorkflowStepCommand.js +2 -3
- package/dist-es/commands/StartWorkflowCommand.js +2 -3
- package/dist-es/commands/StopWorkflowCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -3
- package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -224
- package/dist-types/MigrationHubOrchestrator.d.ts +29 -0
- package/dist-types/MigrationHubOrchestratorClient.d.ts +24 -4
- package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateStepCommand.d.ts +16 -0
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +16 -0
- package/dist-types/commands/ListPluginsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/StartWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/StopWorkflowCommand.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/UpdateWorkflowCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +16 -0
- package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +226 -272
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListPluginsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -198
- package/package.json +4 -3
|
@@ -36,15 +36,24 @@ import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./comma
|
|
|
36
36
|
import { UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput } from "./commands/UpdateWorkflowStepCommand";
|
|
37
37
|
import { UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput } from "./commands/UpdateWorkflowStepGroupCommand";
|
|
38
38
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
39
42
|
export type ServiceInputTypes = CreateWorkflowCommandInput | CreateWorkflowStepCommandInput | CreateWorkflowStepGroupCommandInput | DeleteWorkflowCommandInput | DeleteWorkflowStepCommandInput | DeleteWorkflowStepGroupCommandInput | GetTemplateCommandInput | GetTemplateStepCommandInput | GetTemplateStepGroupCommandInput | GetWorkflowCommandInput | GetWorkflowStepCommandInput | GetWorkflowStepGroupCommandInput | ListPluginsCommandInput | ListTagsForResourceCommandInput | ListTemplateStepGroupsCommandInput | ListTemplateStepsCommandInput | ListTemplatesCommandInput | ListWorkflowStepGroupsCommandInput | ListWorkflowStepsCommandInput | ListWorkflowsCommandInput | RetryWorkflowStepCommandInput | StartWorkflowCommandInput | StopWorkflowCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateWorkflowCommandInput | UpdateWorkflowStepCommandInput | UpdateWorkflowStepGroupCommandInput;
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
40
46
|
export type ServiceOutputTypes = CreateWorkflowCommandOutput | CreateWorkflowStepCommandOutput | CreateWorkflowStepGroupCommandOutput | DeleteWorkflowCommandOutput | DeleteWorkflowStepCommandOutput | DeleteWorkflowStepGroupCommandOutput | GetTemplateCommandOutput | GetTemplateStepCommandOutput | GetTemplateStepGroupCommandOutput | GetWorkflowCommandOutput | GetWorkflowStepCommandOutput | GetWorkflowStepGroupCommandOutput | ListPluginsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateStepGroupsCommandOutput | ListTemplateStepsCommandOutput | ListTemplatesCommandOutput | ListWorkflowStepGroupsCommandOutput | ListWorkflowStepsCommandOutput | ListWorkflowsCommandOutput | RetryWorkflowStepCommandOutput | StartWorkflowCommandOutput | StopWorkflowCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateWorkflowCommandOutput | UpdateWorkflowStepCommandOutput | UpdateWorkflowStepGroupCommandOutput;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
41
50
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
42
51
|
/**
|
|
43
52
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
44
53
|
*/
|
|
45
54
|
requestHandler?: __HttpHandler;
|
|
46
55
|
/**
|
|
47
|
-
* A constructor for a class implementing the {@link
|
|
56
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
48
57
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
49
58
|
* @internal
|
|
50
59
|
*/
|
|
@@ -134,23 +143,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
134
143
|
*/
|
|
135
144
|
logger?: __Logger;
|
|
136
145
|
/**
|
|
137
|
-
* The {@link
|
|
146
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
138
147
|
*/
|
|
139
148
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
140
149
|
}
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
141
153
|
type MigrationHubOrchestratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
142
154
|
/**
|
|
143
|
-
*
|
|
155
|
+
* @public
|
|
156
|
+
*
|
|
157
|
+
* The configuration interface of MigrationHubOrchestratorClient class constructor that set the region, credentials and other options.
|
|
144
158
|
*/
|
|
145
159
|
export interface MigrationHubOrchestratorClientConfig extends MigrationHubOrchestratorClientConfigType {
|
|
146
160
|
}
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
147
164
|
type MigrationHubOrchestratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
148
165
|
/**
|
|
149
|
-
*
|
|
166
|
+
* @public
|
|
167
|
+
*
|
|
168
|
+
* The resolved configuration interface of MigrationHubOrchestratorClient class. This is resolved and normalized from the {@link MigrationHubOrchestratorClientConfig | constructor configuration interface}.
|
|
150
169
|
*/
|
|
151
170
|
export interface MigrationHubOrchestratorClientResolvedConfig extends MigrationHubOrchestratorClientResolvedConfigType {
|
|
152
171
|
}
|
|
153
172
|
/**
|
|
173
|
+
* @public
|
|
154
174
|
* <p>This API reference provides descriptions, syntax, and other details about each of the
|
|
155
175
|
* actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API
|
|
156
176
|
* request parameters and the response. Alternatively, you can use one of the AWS SDKs to
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { CreateMigrationWorkflowRequest, CreateMigrationWorkflowResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateWorkflowCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateWorkflowCommandInput extends CreateMigrationWorkflowRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateWorkflowCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateWorkflowCommandOutput extends CreateMigrationWorkflowResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Create a workflow to orchestrate your migrations.</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 CreateWorkflowCommandOutput extends CreateMigrationWorkflowResp
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateWorkflowCommandInput - {@link CreateWorkflowCommandInput}
|
|
34
|
+
* @returns {@link CreateWorkflowCommandOutput}
|
|
28
35
|
* @see {@link CreateWorkflowCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateWorkflowCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface CreateWorkflowCommandOutput extends CreateMigrationWorkflowResp
|
|
|
46
53
|
export declare class CreateWorkflowCommand extends $Command<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
47
54
|
readonly input: CreateWorkflowCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: CreateWorkflowCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkflowCommandInput, CreateWorkflowCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { CreateWorkflowStepRequest, CreateWorkflowStepResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateWorkflowStepCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateWorkflowStepCommandInput extends CreateWorkflowStepRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateWorkflowStepCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateWorkflowStepCommandOutput extends CreateWorkflowStepResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Create a step in the migration 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 CreateWorkflowStepCommandOutput extends CreateWorkflowStepRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateWorkflowStepCommandInput - {@link CreateWorkflowStepCommandInput}
|
|
34
|
+
* @returns {@link CreateWorkflowStepCommandOutput}
|
|
28
35
|
* @see {@link CreateWorkflowStepCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateWorkflowStepCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface CreateWorkflowStepCommandOutput extends CreateWorkflowStepRespo
|
|
|
46
53
|
export declare class CreateWorkflowStepCommand extends $Command<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
47
54
|
readonly input: CreateWorkflowStepCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: CreateWorkflowStepCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { CreateWorkflowStepGroupRequest, CreateWorkflowStepGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateWorkflowStepGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateWorkflowStepGroupCommandInput extends CreateWorkflowStepGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateWorkflowStepGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStepGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Create a step group in a migration 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 CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStep
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateWorkflowStepGroupCommandInput - {@link CreateWorkflowStepGroupCommandInput}
|
|
34
|
+
* @returns {@link CreateWorkflowStepGroupCommandOutput}
|
|
28
35
|
* @see {@link CreateWorkflowStepGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateWorkflowStepGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStep
|
|
|
46
53
|
export declare class CreateWorkflowStepGroupCommand extends $Command<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
47
54
|
readonly input: CreateWorkflowStepGroupCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: CreateWorkflowStepGroupCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { DeleteMigrationWorkflowRequest, DeleteMigrationWorkflowResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteWorkflowCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteWorkflowCommandInput extends DeleteMigrationWorkflowRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteWorkflowCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to
|
|
18
23
|
* delete it.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResp
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteWorkflowCommandInput - {@link DeleteWorkflowCommandInput}
|
|
35
|
+
* @returns {@link DeleteWorkflowCommandOutput}
|
|
29
36
|
* @see {@link DeleteWorkflowCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteWorkflowCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResp
|
|
|
50
57
|
export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteWorkflowCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteWorkflowCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { DeleteWorkflowStepRequest, DeleteWorkflowStepResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteWorkflowStepCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteWorkflowStepCommandInput extends DeleteWorkflowStepRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteWorkflowStepCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteWorkflowStepCommandOutput extends DeleteWorkflowStepResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete a step in a migration workflow. Pause the workflow to delete a running
|
|
18
23
|
* step.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteWorkflowStepCommandOutput extends DeleteWorkflowStepRespo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteWorkflowStepCommandInput - {@link DeleteWorkflowStepCommandInput}
|
|
35
|
+
* @returns {@link DeleteWorkflowStepCommandOutput}
|
|
29
36
|
* @see {@link DeleteWorkflowStepCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteWorkflowStepCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface DeleteWorkflowStepCommandOutput extends DeleteWorkflowStepRespo
|
|
|
50
57
|
export declare class DeleteWorkflowStepCommand extends $Command<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
51
58
|
readonly input: DeleteWorkflowStepCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: DeleteWorkflowStepCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { DeleteWorkflowStepGroupRequest, DeleteWorkflowStepGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteWorkflowStepGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteWorkflowStepGroupCommandInput extends DeleteWorkflowStepGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteWorkflowStepGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteWorkflowStepGroupCommandOutput extends DeleteWorkflowStepGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Delete a step group in a migration 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 DeleteWorkflowStepGroupCommandOutput extends DeleteWorkflowStep
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteWorkflowStepGroupCommandInput - {@link DeleteWorkflowStepGroupCommandInput}
|
|
34
|
+
* @returns {@link DeleteWorkflowStepGroupCommandOutput}
|
|
28
35
|
* @see {@link DeleteWorkflowStepGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteWorkflowStepGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DeleteWorkflowStepGroupCommandOutput extends DeleteWorkflowStep
|
|
|
49
56
|
export declare class DeleteWorkflowStepGroupCommand extends $Command<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
50
57
|
readonly input: DeleteWorkflowStepGroupCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DeleteWorkflowStepGroupCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput>;
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { GetMigrationWorkflowTemplateRequest, GetMigrationWorkflowTemplateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetTemplateCommandInput extends GetMigrationWorkflowTemplateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetTemplateCommandOutput extends GetMigrationWorkflowTemplateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Get the template you want to use for creating a migration 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 GetTemplateCommandOutput extends GetMigrationWorkflowTemplateRe
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetTemplateCommandInput - {@link GetTemplateCommandInput}
|
|
34
|
+
* @returns {@link GetTemplateCommandOutput}
|
|
28
35
|
* @see {@link GetTemplateCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetTemplateCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetTemplateCommandOutput extends GetMigrationWorkflowTemplateRe
|
|
|
46
53
|
export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
47
54
|
readonly input: GetTemplateCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetTemplateCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { GetTemplateStepRequest, GetTemplateStepResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetTemplateStepCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetTemplateStepCommandInput extends GetTemplateStepRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetTemplateStepCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetTemplateStepCommandOutput extends GetTemplateStepResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Get a specific step in a template.</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 GetTemplateStepCommandOutput extends GetTemplateStepResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetTemplateStepCommandInput - {@link GetTemplateStepCommandInput}
|
|
34
|
+
* @returns {@link GetTemplateStepCommandOutput}
|
|
28
35
|
* @see {@link GetTemplateStepCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetTemplateStepCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetTemplateStepCommandOutput extends GetTemplateStepResponse, _
|
|
|
49
56
|
export declare class GetTemplateStepCommand extends $Command<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
50
57
|
readonly input: GetTemplateStepCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetTemplateStepCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateStepCommandInput, GetTemplateStepCommandOutput>;
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { GetTemplateStepGroupRequest, GetTemplateStepGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetTemplateStepGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetTemplateStepGroupCommandInput extends GetTemplateStepGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetTemplateStepGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetTemplateStepGroupCommandOutput extends GetTemplateStepGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Get a step group in a template.</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 GetTemplateStepGroupCommandOutput extends GetTemplateStepGroupR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetTemplateStepGroupCommandInput - {@link GetTemplateStepGroupCommandInput}
|
|
34
|
+
* @returns {@link GetTemplateStepGroupCommandOutput}
|
|
28
35
|
* @see {@link GetTemplateStepGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetTemplateStepGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetTemplateStepGroupCommandOutput extends GetTemplateStepGroupR
|
|
|
49
56
|
export declare class GetTemplateStepGroupCommand extends $Command<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
50
57
|
readonly input: GetTemplateStepGroupCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetTemplateStepGroupCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput>;
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { GetMigrationWorkflowRequest, GetMigrationWorkflowResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetWorkflowCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetWorkflowCommandInput extends GetMigrationWorkflowRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetWorkflowCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetWorkflowCommandOutput extends GetMigrationWorkflowResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Get migration 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 GetMigrationWorkflowResponse,
|
|
|
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 MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetWorkflowCommandOutput extends GetMigrationWorkflowResponse,
|
|
|
49
56
|
export declare class GetWorkflowCommand extends $Command<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
50
57
|
readonly input: GetWorkflowCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetWorkflowCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowCommandInput, GetWorkflowCommandOutput>;
|
|
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 { MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MigrationHubOrchestratorClient";
|
|
5
5
|
import { GetWorkflowStepRequest, GetWorkflowStepResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetWorkflowStepCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetWorkflowStepCommandInput extends GetWorkflowStepRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetWorkflowStepCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetWorkflowStepCommandOutput extends GetWorkflowStepResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Get a step in the migration 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 GetWorkflowStepCommandOutput extends GetWorkflowStepResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetWorkflowStepCommandInput - {@link GetWorkflowStepCommandInput}
|
|
34
|
+
* @returns {@link GetWorkflowStepCommandOutput}
|
|
28
35
|
* @see {@link GetWorkflowStepCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetWorkflowStepCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link MigrationHubOrchestratorClientResolvedConfig | config} for MigrationHubOrchestratorClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetWorkflowStepCommandOutput extends GetWorkflowStepResponse, _
|
|
|
46
53
|
export declare class GetWorkflowStepCommand extends $Command<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig> {
|
|
47
54
|
readonly input: GetWorkflowStepCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetWorkflowStepCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MigrationHubOrchestratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|