@aws-sdk/client-migrationhuborchestrator 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/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 -0
- 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/package.json +3 -3
|
@@ -29,6 +29,7 @@ import { UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput } from
|
|
|
29
29
|
import { UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput } from "./commands/UpdateWorkflowStepGroupCommand";
|
|
30
30
|
import { MigrationHubOrchestratorClient } from "./MigrationHubOrchestratorClient";
|
|
31
31
|
/**
|
|
32
|
+
* @public
|
|
32
33
|
* <p>This API reference provides descriptions, syntax, and other details about each of the
|
|
33
34
|
* actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API
|
|
34
35
|
* request parameters and the response. Alternatively, you can use one of the AWS SDKs to
|
|
@@ -37,24 +38,28 @@ import { MigrationHubOrchestratorClient } from "./MigrationHubOrchestratorClient
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorClient {
|
|
39
40
|
/**
|
|
41
|
+
* @public
|
|
40
42
|
* <p>Create a workflow to orchestrate your migrations.</p>
|
|
41
43
|
*/
|
|
42
44
|
createWorkflow(args: CreateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowCommandOutput>;
|
|
43
45
|
createWorkflow(args: CreateWorkflowCommandInput, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
|
|
44
46
|
createWorkflow(args: CreateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowCommandOutput) => void): void;
|
|
45
47
|
/**
|
|
48
|
+
* @public
|
|
46
49
|
* <p>Create a step in the migration workflow.</p>
|
|
47
50
|
*/
|
|
48
51
|
createWorkflowStep(args: CreateWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowStepCommandOutput>;
|
|
49
52
|
createWorkflowStep(args: CreateWorkflowStepCommandInput, cb: (err: any, data?: CreateWorkflowStepCommandOutput) => void): void;
|
|
50
53
|
createWorkflowStep(args: CreateWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowStepCommandOutput) => void): void;
|
|
51
54
|
/**
|
|
55
|
+
* @public
|
|
52
56
|
* <p>Create a step group in a migration workflow.</p>
|
|
53
57
|
*/
|
|
54
58
|
createWorkflowStepGroup(args: CreateWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkflowStepGroupCommandOutput>;
|
|
55
59
|
createWorkflowStepGroup(args: CreateWorkflowStepGroupCommandInput, cb: (err: any, data?: CreateWorkflowStepGroupCommandOutput) => void): void;
|
|
56
60
|
createWorkflowStepGroup(args: CreateWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkflowStepGroupCommandOutput) => void): void;
|
|
57
61
|
/**
|
|
62
|
+
* @public
|
|
58
63
|
* <p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to
|
|
59
64
|
* delete it.</p>
|
|
60
65
|
*/
|
|
@@ -62,6 +67,7 @@ export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorCl
|
|
|
62
67
|
deleteWorkflow(args: DeleteWorkflowCommandInput, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
|
|
63
68
|
deleteWorkflow(args: DeleteWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowCommandOutput) => void): void;
|
|
64
69
|
/**
|
|
70
|
+
* @public
|
|
65
71
|
* <p>Delete a step in a migration workflow. Pause the workflow to delete a running
|
|
66
72
|
* step.</p>
|
|
67
73
|
*/
|
|
@@ -69,138 +75,161 @@ export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorCl
|
|
|
69
75
|
deleteWorkflowStep(args: DeleteWorkflowStepCommandInput, cb: (err: any, data?: DeleteWorkflowStepCommandOutput) => void): void;
|
|
70
76
|
deleteWorkflowStep(args: DeleteWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowStepCommandOutput) => void): void;
|
|
71
77
|
/**
|
|
78
|
+
* @public
|
|
72
79
|
* <p>Delete a step group in a migration workflow.</p>
|
|
73
80
|
*/
|
|
74
81
|
deleteWorkflowStepGroup(args: DeleteWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkflowStepGroupCommandOutput>;
|
|
75
82
|
deleteWorkflowStepGroup(args: DeleteWorkflowStepGroupCommandInput, cb: (err: any, data?: DeleteWorkflowStepGroupCommandOutput) => void): void;
|
|
76
83
|
deleteWorkflowStepGroup(args: DeleteWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkflowStepGroupCommandOutput) => void): void;
|
|
77
84
|
/**
|
|
85
|
+
* @public
|
|
78
86
|
* <p>Get the template you want to use for creating a migration workflow.</p>
|
|
79
87
|
*/
|
|
80
88
|
getTemplate(args: GetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateCommandOutput>;
|
|
81
89
|
getTemplate(args: GetTemplateCommandInput, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
82
90
|
getTemplate(args: GetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
|
|
83
91
|
/**
|
|
92
|
+
* @public
|
|
84
93
|
* <p>Get a specific step in a template.</p>
|
|
85
94
|
*/
|
|
86
95
|
getTemplateStep(args: GetTemplateStepCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateStepCommandOutput>;
|
|
87
96
|
getTemplateStep(args: GetTemplateStepCommandInput, cb: (err: any, data?: GetTemplateStepCommandOutput) => void): void;
|
|
88
97
|
getTemplateStep(args: GetTemplateStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateStepCommandOutput) => void): void;
|
|
89
98
|
/**
|
|
99
|
+
* @public
|
|
90
100
|
* <p>Get a step group in a template.</p>
|
|
91
101
|
*/
|
|
92
102
|
getTemplateStepGroup(args: GetTemplateStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateStepGroupCommandOutput>;
|
|
93
103
|
getTemplateStepGroup(args: GetTemplateStepGroupCommandInput, cb: (err: any, data?: GetTemplateStepGroupCommandOutput) => void): void;
|
|
94
104
|
getTemplateStepGroup(args: GetTemplateStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateStepGroupCommandOutput) => void): void;
|
|
95
105
|
/**
|
|
106
|
+
* @public
|
|
96
107
|
* <p>Get migration workflow.</p>
|
|
97
108
|
*/
|
|
98
109
|
getWorkflow(args: GetWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowCommandOutput>;
|
|
99
110
|
getWorkflow(args: GetWorkflowCommandInput, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
|
|
100
111
|
getWorkflow(args: GetWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowCommandOutput) => void): void;
|
|
101
112
|
/**
|
|
113
|
+
* @public
|
|
102
114
|
* <p>Get a step in the migration workflow.</p>
|
|
103
115
|
*/
|
|
104
116
|
getWorkflowStep(args: GetWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowStepCommandOutput>;
|
|
105
117
|
getWorkflowStep(args: GetWorkflowStepCommandInput, cb: (err: any, data?: GetWorkflowStepCommandOutput) => void): void;
|
|
106
118
|
getWorkflowStep(args: GetWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowStepCommandOutput) => void): void;
|
|
107
119
|
/**
|
|
120
|
+
* @public
|
|
108
121
|
* <p>Get the step group of a migration workflow.</p>
|
|
109
122
|
*/
|
|
110
123
|
getWorkflowStepGroup(args: GetWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowStepGroupCommandOutput>;
|
|
111
124
|
getWorkflowStepGroup(args: GetWorkflowStepGroupCommandInput, cb: (err: any, data?: GetWorkflowStepGroupCommandOutput) => void): void;
|
|
112
125
|
getWorkflowStepGroup(args: GetWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowStepGroupCommandOutput) => void): void;
|
|
113
126
|
/**
|
|
127
|
+
* @public
|
|
114
128
|
* <p>List AWS Migration Hub Orchestrator plugins.</p>
|
|
115
129
|
*/
|
|
116
130
|
listPlugins(args: ListPluginsCommandInput, options?: __HttpHandlerOptions): Promise<ListPluginsCommandOutput>;
|
|
117
131
|
listPlugins(args: ListPluginsCommandInput, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
|
|
118
132
|
listPlugins(args: ListPluginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
|
|
119
133
|
/**
|
|
134
|
+
* @public
|
|
120
135
|
* <p>List the tags added to a resource.</p>
|
|
121
136
|
*/
|
|
122
137
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
123
138
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
124
139
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
125
140
|
/**
|
|
141
|
+
* @public
|
|
126
142
|
* <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
|
|
127
143
|
*/
|
|
128
144
|
listTemplates(args: ListTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplatesCommandOutput>;
|
|
129
145
|
listTemplates(args: ListTemplatesCommandInput, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
130
146
|
listTemplates(args: ListTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
131
147
|
/**
|
|
148
|
+
* @public
|
|
132
149
|
* <p>List the step groups in a template.</p>
|
|
133
150
|
*/
|
|
134
151
|
listTemplateStepGroups(args: ListTemplateStepGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateStepGroupsCommandOutput>;
|
|
135
152
|
listTemplateStepGroups(args: ListTemplateStepGroupsCommandInput, cb: (err: any, data?: ListTemplateStepGroupsCommandOutput) => void): void;
|
|
136
153
|
listTemplateStepGroups(args: ListTemplateStepGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateStepGroupsCommandOutput) => void): void;
|
|
137
154
|
/**
|
|
155
|
+
* @public
|
|
138
156
|
* <p>List the steps in a template.</p>
|
|
139
157
|
*/
|
|
140
158
|
listTemplateSteps(args: ListTemplateStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateStepsCommandOutput>;
|
|
141
159
|
listTemplateSteps(args: ListTemplateStepsCommandInput, cb: (err: any, data?: ListTemplateStepsCommandOutput) => void): void;
|
|
142
160
|
listTemplateSteps(args: ListTemplateStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateStepsCommandOutput) => void): void;
|
|
143
161
|
/**
|
|
162
|
+
* @public
|
|
144
163
|
* <p>List the migration workflows.</p>
|
|
145
164
|
*/
|
|
146
165
|
listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
|
|
147
166
|
listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
148
167
|
listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
149
168
|
/**
|
|
169
|
+
* @public
|
|
150
170
|
* <p>List the step groups in a migration workflow.</p>
|
|
151
171
|
*/
|
|
152
172
|
listWorkflowStepGroups(args: ListWorkflowStepGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowStepGroupsCommandOutput>;
|
|
153
173
|
listWorkflowStepGroups(args: ListWorkflowStepGroupsCommandInput, cb: (err: any, data?: ListWorkflowStepGroupsCommandOutput) => void): void;
|
|
154
174
|
listWorkflowStepGroups(args: ListWorkflowStepGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowStepGroupsCommandOutput) => void): void;
|
|
155
175
|
/**
|
|
176
|
+
* @public
|
|
156
177
|
* <p>List the steps in a workflow.</p>
|
|
157
178
|
*/
|
|
158
179
|
listWorkflowSteps(args: ListWorkflowStepsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowStepsCommandOutput>;
|
|
159
180
|
listWorkflowSteps(args: ListWorkflowStepsCommandInput, cb: (err: any, data?: ListWorkflowStepsCommandOutput) => void): void;
|
|
160
181
|
listWorkflowSteps(args: ListWorkflowStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowStepsCommandOutput) => void): void;
|
|
161
182
|
/**
|
|
183
|
+
* @public
|
|
162
184
|
* <p>Retry a failed step in a migration workflow.</p>
|
|
163
185
|
*/
|
|
164
186
|
retryWorkflowStep(args: RetryWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<RetryWorkflowStepCommandOutput>;
|
|
165
187
|
retryWorkflowStep(args: RetryWorkflowStepCommandInput, cb: (err: any, data?: RetryWorkflowStepCommandOutput) => void): void;
|
|
166
188
|
retryWorkflowStep(args: RetryWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetryWorkflowStepCommandOutput) => void): void;
|
|
167
189
|
/**
|
|
190
|
+
* @public
|
|
168
191
|
* <p>Start a migration workflow.</p>
|
|
169
192
|
*/
|
|
170
193
|
startWorkflow(args: StartWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<StartWorkflowCommandOutput>;
|
|
171
194
|
startWorkflow(args: StartWorkflowCommandInput, cb: (err: any, data?: StartWorkflowCommandOutput) => void): void;
|
|
172
195
|
startWorkflow(args: StartWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartWorkflowCommandOutput) => void): void;
|
|
173
196
|
/**
|
|
197
|
+
* @public
|
|
174
198
|
* <p>Stop an ongoing migration workflow.</p>
|
|
175
199
|
*/
|
|
176
200
|
stopWorkflow(args: StopWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<StopWorkflowCommandOutput>;
|
|
177
201
|
stopWorkflow(args: StopWorkflowCommandInput, cb: (err: any, data?: StopWorkflowCommandOutput) => void): void;
|
|
178
202
|
stopWorkflow(args: StopWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopWorkflowCommandOutput) => void): void;
|
|
179
203
|
/**
|
|
204
|
+
* @public
|
|
180
205
|
* <p>Tag a resource by specifying its Amazon Resource Name (ARN).</p>
|
|
181
206
|
*/
|
|
182
207
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
183
208
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
184
209
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
185
210
|
/**
|
|
211
|
+
* @public
|
|
186
212
|
* <p>Deletes the tags for a resource.</p>
|
|
187
213
|
*/
|
|
188
214
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
189
215
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
190
216
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
191
217
|
/**
|
|
218
|
+
* @public
|
|
192
219
|
* <p>Update a migration workflow.</p>
|
|
193
220
|
*/
|
|
194
221
|
updateWorkflow(args: UpdateWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowCommandOutput>;
|
|
195
222
|
updateWorkflow(args: UpdateWorkflowCommandInput, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
|
|
196
223
|
updateWorkflow(args: UpdateWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowCommandOutput) => void): void;
|
|
197
224
|
/**
|
|
225
|
+
* @public
|
|
198
226
|
* <p>Update a step in a migration workflow.</p>
|
|
199
227
|
*/
|
|
200
228
|
updateWorkflowStep(args: UpdateWorkflowStepCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowStepCommandOutput>;
|
|
201
229
|
updateWorkflowStep(args: UpdateWorkflowStepCommandInput, cb: (err: any, data?: UpdateWorkflowStepCommandOutput) => void): void;
|
|
202
230
|
updateWorkflowStep(args: UpdateWorkflowStepCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowStepCommandOutput) => void): void;
|
|
203
231
|
/**
|
|
232
|
+
* @public
|
|
204
233
|
* <p>Update the step group in a migration workflow.</p>
|
|
205
234
|
*/
|
|
206
235
|
updateWorkflowStepGroup(args: UpdateWorkflowStepGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkflowStepGroupCommandOutput>;
|
|
@@ -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
|
}
|