@aws-sdk/client-migrationhuborchestrator 3.533.0 → 3.535.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 +4 -1
- package/dist-types/MigrationHubOrchestratorClient.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateStepCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/ListPluginsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/StartWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/StopWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +389 -389
- package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +3 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -119,6 +119,7 @@ export interface MigrationHubOrchestrator {
|
|
|
119
119
|
/**
|
|
120
120
|
* @see {@link ListPluginsCommand}
|
|
121
121
|
*/
|
|
122
|
+
listPlugins(): Promise<ListPluginsCommandOutput>;
|
|
122
123
|
listPlugins(args: ListPluginsCommandInput, options?: __HttpHandlerOptions): Promise<ListPluginsCommandOutput>;
|
|
123
124
|
listPlugins(args: ListPluginsCommandInput, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
|
|
124
125
|
listPlugins(args: ListPluginsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPluginsCommandOutput) => void): void;
|
|
@@ -131,6 +132,7 @@ export interface MigrationHubOrchestrator {
|
|
|
131
132
|
/**
|
|
132
133
|
* @see {@link ListTemplatesCommand}
|
|
133
134
|
*/
|
|
135
|
+
listTemplates(): Promise<ListTemplatesCommandOutput>;
|
|
134
136
|
listTemplates(args: ListTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplatesCommandOutput>;
|
|
135
137
|
listTemplates(args: ListTemplatesCommandInput, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
136
138
|
listTemplates(args: ListTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
|
|
@@ -149,6 +151,7 @@ export interface MigrationHubOrchestrator {
|
|
|
149
151
|
/**
|
|
150
152
|
* @see {@link ListWorkflowsCommand}
|
|
151
153
|
*/
|
|
154
|
+
listWorkflows(): Promise<ListWorkflowsCommandOutput>;
|
|
152
155
|
listWorkflows(args: ListWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkflowsCommandOutput>;
|
|
153
156
|
listWorkflows(args: ListWorkflowsCommandInput, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
154
157
|
listWorkflows(args: ListWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkflowsCommandOutput) => void): void;
|
|
@@ -220,12 +223,12 @@ export interface MigrationHubOrchestrator {
|
|
|
220
223
|
updateWorkflowStepGroup(args: UpdateWorkflowStepGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkflowStepGroupCommandOutput) => void): void;
|
|
221
224
|
}
|
|
222
225
|
/**
|
|
223
|
-
* @public
|
|
224
226
|
* <p>This API reference provides descriptions, syntax, and other details about each of the
|
|
225
227
|
* actions and data types for AWS Migration Hub Orchestrator. The topic for each action shows the API
|
|
226
228
|
* request parameters and responses. Alternatively, you can use one of the AWS SDKs to
|
|
227
229
|
* access an API that is tailored to the programming language or platform that you're
|
|
228
230
|
* using.</p>
|
|
231
|
+
* @public
|
|
229
232
|
*/
|
|
230
233
|
export declare class MigrationHubOrchestrator extends MigrationHubOrchestratorClient implements MigrationHubOrchestrator {
|
|
231
234
|
}
|
|
@@ -182,12 +182,12 @@ export type MigrationHubOrchestratorClientResolvedConfigType = __SmithyResolvedC
|
|
|
182
182
|
export interface MigrationHubOrchestratorClientResolvedConfig extends MigrationHubOrchestratorClientResolvedConfigType {
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
|
-
* @public
|
|
186
185
|
* <p>This API reference provides descriptions, syntax, and other details about each of the
|
|
187
186
|
* actions and data types for AWS Migration Hub Orchestrator. The topic for each action shows the API
|
|
188
187
|
* request parameters and responses. Alternatively, you can use one of the AWS SDKs to
|
|
189
188
|
* access an API that is tailored to the programming language or platform that you're
|
|
190
189
|
* using.</p>
|
|
190
|
+
* @public
|
|
191
191
|
*/
|
|
192
192
|
export declare class MigrationHubOrchestratorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MigrationHubOrchestratorClientResolvedConfig> {
|
|
193
193
|
/**
|
|
@@ -22,10 +22,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTemplateCommand_base: {
|
|
24
24
|
new (input: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a migration workflow template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -81,6 +81,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
81
81
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateWorkflowCommandOutput extends CreateMigrationWorkflowResp
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateWorkflowCommand_base: {
|
|
24
24
|
new (input: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Create a workflow to orchestrate your migrations.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -111,6 +111,7 @@ declare const CreateWorkflowCommand_base: {
|
|
|
111
111
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class CreateWorkflowCommand extends CreateWorkflowCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateWorkflowStepCommandOutput extends CreateWorkflowStepRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateWorkflowStepCommand_base: {
|
|
24
24
|
new (input: CreateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Create a step in the migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -108,6 +108,7 @@ declare const CreateWorkflowStepCommand_base: {
|
|
|
108
108
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class CreateWorkflowStepCommand extends CreateWorkflowStepCommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateWorkflowStepGroupCommandOutput extends CreateWorkflowStep
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateWorkflowStepGroupCommand_base: {
|
|
24
24
|
new (input: CreateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Create a step group in a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const CreateWorkflowStepGroupCommand_base: {
|
|
|
89
89
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateWorkflowStepGroupCommand extends CreateWorkflowStepGroupCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTemplateCommand_base: {
|
|
24
24
|
new (input: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a migration workflow template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -66,6 +66,7 @@ declare const DeleteTemplateCommand_base: {
|
|
|
66
66
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteWorkflowCommandOutput extends DeleteMigrationWorkflowResp
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteWorkflowCommand_base: {
|
|
24
24
|
new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator console to
|
|
30
30
|
* delete it.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const DeleteWorkflowCommand_base: {
|
|
|
71
71
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteWorkflowStepCommandOutput extends DeleteWorkflowStepRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteWorkflowStepCommand_base: {
|
|
24
24
|
new (input: DeleteWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Delete a step in a migration workflow. Pause the workflow to delete a running
|
|
30
30
|
* step.</p>
|
|
31
31
|
* @example
|
|
@@ -69,6 +69,7 @@ declare const DeleteWorkflowStepCommand_base: {
|
|
|
69
69
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteWorkflowStepCommand extends DeleteWorkflowStepCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteWorkflowStepGroupCommandOutput extends DeleteWorkflowStep
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteWorkflowStepGroupCommand_base: {
|
|
24
24
|
new (input: DeleteWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Delete a step group in a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const DeleteWorkflowStepGroupCommand_base: {
|
|
|
67
67
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteWorkflowStepGroupCommand extends DeleteWorkflowStepGroupCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTemplateCommandOutput extends GetMigrationWorkflowTemplateRe
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTemplateCommand_base: {
|
|
24
24
|
new (input: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get the template you want to use for creating a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const GetTemplateCommand_base: {
|
|
|
89
89
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetTemplateCommand extends GetTemplateCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTemplateStepCommandOutput extends GetTemplateStepResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTemplateStepCommand_base: {
|
|
24
24
|
new (input: GetTemplateStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTemplateStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepCommandInput, GetTemplateStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get a specific step in a template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -102,6 +102,7 @@ declare const GetTemplateStepCommand_base: {
|
|
|
102
102
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class GetTemplateStepCommand extends GetTemplateStepCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetTemplateStepGroupCommandOutput extends GetTemplateStepGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetTemplateStepGroupCommand_base: {
|
|
24
24
|
new (input: GetTemplateStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetTemplateStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get a step group in a template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const GetTemplateStepGroupCommand_base: {
|
|
|
87
87
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetTemplateStepGroupCommand extends GetTemplateStepGroupCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetWorkflowCommandOutput extends GetMigrationWorkflowResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetWorkflowCommand_base: {
|
|
24
24
|
new (input: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -105,6 +105,7 @@ declare const GetWorkflowCommand_base: {
|
|
|
105
105
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
107
107
|
*
|
|
108
|
+
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
|
|
110
111
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetWorkflowStepCommandOutput extends GetWorkflowStepResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetWorkflowStepCommand_base: {
|
|
24
24
|
new (input: GetWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get a step in the migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -118,6 +118,7 @@ declare const GetWorkflowStepCommand_base: {
|
|
|
118
118
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
120
120
|
*
|
|
121
|
+
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class GetWorkflowStepCommand extends GetWorkflowStepCommand_base {
|
|
123
124
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetWorkflowStepGroupCommandOutput extends GetWorkflowStepGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetWorkflowStepGroupCommand_base: {
|
|
24
24
|
new (input: GetWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get the step group of a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const GetWorkflowStepGroupCommand_base: {
|
|
|
89
89
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class GetWorkflowStepGroupCommand extends GetWorkflowStepGroupCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListPluginsCommandOutput extends ListPluginsResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListPluginsCommand_base: {
|
|
24
24
|
new (input: ListPluginsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListPluginsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPluginsCommandInput, ListPluginsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List AWS Migration Hub Orchestrator plugins.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const ListPluginsCommand_base: {
|
|
|
73
73
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListPluginsCommand extends ListPluginsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the tags added to a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -61,6 +61,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
61
61
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
66
67
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTemplateStepGroupsCommandOutput extends ListTemplateStepGro
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTemplateStepGroupsCommand_base: {
|
|
24
24
|
new (input: ListTemplateStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTemplateStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the step groups in a template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const ListTemplateStepGroupsCommand_base: {
|
|
|
79
79
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListTemplateStepGroupsCommand extends ListTemplateStepGroupsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTemplateStepsCommandOutput extends ListTemplateStepsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTemplateStepsCommand_base: {
|
|
24
24
|
new (input: ListTemplateStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTemplateStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the steps in a template.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const ListTemplateStepsCommand_base: {
|
|
|
88
88
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListTemplateStepsCommand extends ListTemplateStepsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTemplatesCommandOutput extends ListMigrationWorkflowTemplat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTemplatesCommand_base: {
|
|
24
24
|
new (input: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the templates available in Migration Hub Orchestrator to create a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const ListTemplatesCommand_base: {
|
|
|
72
72
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListWorkflowStepGroupsCommandOutput extends ListWorkflowStepGro
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListWorkflowStepGroupsCommand_base: {
|
|
24
24
|
new (input: ListWorkflowStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListWorkflowStepGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the step groups in a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const ListWorkflowStepGroupsCommand_base: {
|
|
|
84
84
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListWorkflowStepGroupsCommand extends ListWorkflowStepGroupsCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListWorkflowStepsCommandOutput extends ListWorkflowStepsRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListWorkflowStepsCommand_base: {
|
|
24
24
|
new (input: ListWorkflowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListWorkflowStepsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the steps in a workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -89,6 +89,7 @@ declare const ListWorkflowStepsCommand_base: {
|
|
|
89
89
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListWorkflowStepsCommand extends ListWorkflowStepsCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListWorkflowsCommandOutput extends ListMigrationWorkflowsRespon
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListWorkflowsCommand_base: {
|
|
24
24
|
new (input: ListWorkflowsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListWorkflowsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the migration workflows.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const ListWorkflowsCommand_base: {
|
|
|
87
87
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface RetryWorkflowStepCommandOutput extends RetryWorkflowStepRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const RetryWorkflowStepCommand_base: {
|
|
24
24
|
new (input: RetryWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RetryWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retry a failed step in a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,6 +70,7 @@ declare const RetryWorkflowStepCommand_base: {
|
|
|
70
70
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class RetryWorkflowStepCommand extends RetryWorkflowStepCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartWorkflowCommandOutput extends StartMigrationWorkflowRespon
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartWorkflowCommand_base: {
|
|
24
24
|
new (input: StartWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowCommandInput, StartWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Start a migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const StartWorkflowCommand_base: {
|
|
|
72
72
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class StartWorkflowCommand extends StartWorkflowCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopWorkflowCommandOutput extends StopMigrationWorkflowResponse
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopWorkflowCommand_base: {
|
|
24
24
|
new (input: StopWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<StopWorkflowCommandInput, StopWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stop an ongoing migration workflow.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const StopWorkflowCommand_base: {
|
|
|
72
72
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class StopWorkflowCommand extends StopWorkflowCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Tag a resource by specifying its Amazon Resource Name (ARN).</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const TagResourceCommand_base: {
|
|
|
60
60
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the tags for a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const UntagResourceCommand_base: {
|
|
|
60
60
|
* @throws {@link MigrationHubOrchestratorServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
65
66
|
}
|