@aws-sdk/client-migrationhuborchestrator 3.181.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/CHANGELOG.md +11 -0
- package/LICENSE +201 -0
- package/README.md +209 -0
- package/dist-cjs/MigrationHubOrchestrator.js +427 -0
- package/dist-cjs/MigrationHubOrchestratorClient.js +37 -0
- package/dist-cjs/commands/CreateWorkflowCommand.js +36 -0
- package/dist-cjs/commands/CreateWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteWorkflowCommand.js +36 -0
- package/dist-cjs/commands/DeleteWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateStepCommand.js +36 -0
- package/dist-cjs/commands/GetTemplateStepGroupCommand.js +36 -0
- package/dist-cjs/commands/GetWorkflowCommand.js +36 -0
- package/dist-cjs/commands/GetWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +36 -0
- package/dist-cjs/commands/ListPluginsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListTemplateStepsCommand.js +36 -0
- package/dist-cjs/commands/ListTemplatesCommand.js +36 -0
- package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListWorkflowStepsCommand.js +36 -0
- package/dist-cjs/commands/ListWorkflowsCommand.js +36 -0
- package/dist-cjs/commands/RetryWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/StartWorkflowCommand.js +36 -0
- package/dist-cjs/commands/StopWorkflowCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateWorkflowCommand.js +36 -0
- package/dist-cjs/commands/UpdateWorkflowStepCommand.js +36 -0
- package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +36 -0
- package/dist-cjs/commands/index.js +31 -0
- package/dist-cjs/endpoints.js +132 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/MigrationHubOrchestratorServiceException.js +11 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +491 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListPluginsPaginator.js +36 -0
- package/dist-cjs/pagination/ListTemplateStepGroupsPaginator.js +36 -0
- package/dist-cjs/pagination/ListTemplateStepsPaginator.js +36 -0
- package/dist-cjs/pagination/ListTemplatesPaginator.js +36 -0
- package/dist-cjs/pagination/ListWorkflowStepGroupsPaginator.js +36 -0
- package/dist-cjs/pagination/ListWorkflowStepsPaginator.js +36 -0
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2816 -0
- package/dist-cjs/runtimeConfig.browser.js +45 -0
- package/dist-cjs/runtimeConfig.js +52 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/MigrationHubOrchestrator.js +430 -0
- package/dist-es/MigrationHubOrchestratorClient.js +39 -0
- package/dist-es/commands/CreateWorkflowCommand.js +39 -0
- package/dist-es/commands/CreateWorkflowStepCommand.js +39 -0
- package/dist-es/commands/CreateWorkflowStepGroupCommand.js +39 -0
- package/dist-es/commands/DeleteWorkflowCommand.js +39 -0
- package/dist-es/commands/DeleteWorkflowStepCommand.js +39 -0
- package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +39 -0
- package/dist-es/commands/GetTemplateCommand.js +39 -0
- package/dist-es/commands/GetTemplateStepCommand.js +39 -0
- package/dist-es/commands/GetTemplateStepGroupCommand.js +39 -0
- package/dist-es/commands/GetWorkflowCommand.js +39 -0
- package/dist-es/commands/GetWorkflowStepCommand.js +39 -0
- package/dist-es/commands/GetWorkflowStepGroupCommand.js +39 -0
- package/dist-es/commands/ListPluginsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTemplateStepGroupsCommand.js +39 -0
- package/dist-es/commands/ListTemplateStepsCommand.js +39 -0
- package/dist-es/commands/ListTemplatesCommand.js +39 -0
- package/dist-es/commands/ListWorkflowStepGroupsCommand.js +39 -0
- package/dist-es/commands/ListWorkflowStepsCommand.js +39 -0
- package/dist-es/commands/ListWorkflowsCommand.js +39 -0
- package/dist-es/commands/RetryWorkflowStepCommand.js +39 -0
- package/dist-es/commands/StartWorkflowCommand.js +39 -0
- package/dist-es/commands/StopWorkflowCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateWorkflowCommand.js +39 -0
- package/dist-es/commands/UpdateWorkflowStepCommand.js +39 -0
- package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +39 -0
- package/dist-es/commands/index.js +28 -0
- package/dist-es/endpoints.js +128 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/MigrationHubOrchestratorServiceException.js +12 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +261 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListPluginsPaginator.js +75 -0
- package/dist-es/pagination/ListTemplateStepGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListTemplateStepsPaginator.js +75 -0
- package/dist-es/pagination/ListTemplatesPaginator.js +75 -0
- package/dist-es/pagination/ListWorkflowStepGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListWorkflowStepsPaginator.js +75 -0
- package/dist-es/pagination/ListWorkflowsPaginator.js +75 -0
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +3593 -0
- package/dist-es/runtimeConfig.browser.js +26 -0
- package/dist-es/runtimeConfig.js +30 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/MigrationHubOrchestrator.d.ts +209 -0
- package/dist-types/MigrationHubOrchestratorClient.d.ts +176 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +35 -0
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +36 -0
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +36 -0
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +35 -0
- package/dist-types/commands/GetTemplateStepCommand.d.ts +35 -0
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +35 -0
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/ListPluginsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +35 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +35 -0
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +35 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +35 -0
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +35 -0
- package/dist-types/commands/StartWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/StopWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +35 -0
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +35 -0
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +28 -0
- package/dist-types/endpoints.d.ts +2 -0
- package/dist-types/index.d.ts +6 -0
- package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +10 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2063 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListPluginsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +86 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +40 -0
- package/dist-types/runtimeConfig.native.d.ts +39 -0
- package/dist-types/runtimeConfig.shared.d.ts +13 -0
- package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +480 -0
- package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +273 -0
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/MigrationHubOrchestratorServiceException.d.ts +7 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +880 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplateStepGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplateStepsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowStepGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowStepsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +69 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +69 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -0
- package/package.json +100 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
GetWorkflowStepGroupRequest,
|
|
15
|
+
GetWorkflowStepGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetWorkflowStepGroupCommandInput
|
|
18
|
+
extends GetWorkflowStepGroupRequest {}
|
|
19
|
+
export interface GetWorkflowStepGroupCommandOutput
|
|
20
|
+
extends GetWorkflowStepGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetWorkflowStepGroupCommand extends $Command<
|
|
23
|
+
GetWorkflowStepGroupCommandInput,
|
|
24
|
+
GetWorkflowStepGroupCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetWorkflowStepGroupCommandInput;
|
|
28
|
+
constructor(input: GetWorkflowStepGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetWorkflowStepGroupCommandInput,
|
|
35
|
+
GetWorkflowStepGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListPluginsCommandInput extends ListPluginsRequest {}
|
|
15
|
+
export interface ListPluginsCommandOutput
|
|
16
|
+
extends ListPluginsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListPluginsCommand extends $Command<
|
|
19
|
+
ListPluginsCommandInput,
|
|
20
|
+
ListPluginsCommandOutput,
|
|
21
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListPluginsCommandInput;
|
|
24
|
+
constructor(input: ListPluginsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListPluginsCommandInput, ListPluginsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTemplateStepGroupsRequest,
|
|
15
|
+
ListTemplateStepGroupsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTemplateStepGroupsCommandInput
|
|
18
|
+
extends ListTemplateStepGroupsRequest {}
|
|
19
|
+
export interface ListTemplateStepGroupsCommandOutput
|
|
20
|
+
extends ListTemplateStepGroupsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTemplateStepGroupsCommand extends $Command<
|
|
23
|
+
ListTemplateStepGroupsCommandInput,
|
|
24
|
+
ListTemplateStepGroupsCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTemplateStepGroupsCommandInput;
|
|
28
|
+
constructor(input: ListTemplateStepGroupsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListTemplateStepGroupsCommandInput,
|
|
35
|
+
ListTemplateStepGroupsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTemplateStepsRequest,
|
|
15
|
+
ListTemplateStepsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTemplateStepsCommandInput
|
|
18
|
+
extends ListTemplateStepsRequest {}
|
|
19
|
+
export interface ListTemplateStepsCommandOutput
|
|
20
|
+
extends ListTemplateStepsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTemplateStepsCommand extends $Command<
|
|
23
|
+
ListTemplateStepsCommandInput,
|
|
24
|
+
ListTemplateStepsCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTemplateStepsCommandInput;
|
|
28
|
+
constructor(input: ListTemplateStepsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
ListMigrationWorkflowTemplatesRequest,
|
|
15
|
+
ListMigrationWorkflowTemplatesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTemplatesCommandInput
|
|
18
|
+
extends ListMigrationWorkflowTemplatesRequest {}
|
|
19
|
+
export interface ListTemplatesCommandOutput
|
|
20
|
+
extends ListMigrationWorkflowTemplatesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTemplatesCommand extends $Command<
|
|
23
|
+
ListTemplatesCommandInput,
|
|
24
|
+
ListTemplatesCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTemplatesCommandInput;
|
|
28
|
+
constructor(input: ListTemplatesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTemplatesCommandInput, ListTemplatesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
ListWorkflowStepGroupsRequest,
|
|
15
|
+
ListWorkflowStepGroupsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListWorkflowStepGroupsCommandInput
|
|
18
|
+
extends ListWorkflowStepGroupsRequest {}
|
|
19
|
+
export interface ListWorkflowStepGroupsCommandOutput
|
|
20
|
+
extends ListWorkflowStepGroupsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListWorkflowStepGroupsCommand extends $Command<
|
|
23
|
+
ListWorkflowStepGroupsCommandInput,
|
|
24
|
+
ListWorkflowStepGroupsCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListWorkflowStepGroupsCommandInput;
|
|
28
|
+
constructor(input: ListWorkflowStepGroupsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListWorkflowStepGroupsCommandInput,
|
|
35
|
+
ListWorkflowStepGroupsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
ListWorkflowStepsRequest,
|
|
15
|
+
ListWorkflowStepsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListWorkflowStepsCommandInput
|
|
18
|
+
extends ListWorkflowStepsRequest {}
|
|
19
|
+
export interface ListWorkflowStepsCommandOutput
|
|
20
|
+
extends ListWorkflowStepsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListWorkflowStepsCommand extends $Command<
|
|
23
|
+
ListWorkflowStepsCommandInput,
|
|
24
|
+
ListWorkflowStepsCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListWorkflowStepsCommandInput;
|
|
28
|
+
constructor(input: ListWorkflowStepsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
ListMigrationWorkflowsRequest,
|
|
15
|
+
ListMigrationWorkflowsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListWorkflowsCommandInput
|
|
18
|
+
extends ListMigrationWorkflowsRequest {}
|
|
19
|
+
export interface ListWorkflowsCommandOutput
|
|
20
|
+
extends ListMigrationWorkflowsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListWorkflowsCommand extends $Command<
|
|
23
|
+
ListWorkflowsCommandInput,
|
|
24
|
+
ListWorkflowsCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListWorkflowsCommandInput;
|
|
28
|
+
constructor(input: ListWorkflowsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListWorkflowsCommandInput, ListWorkflowsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
RetryWorkflowStepRequest,
|
|
15
|
+
RetryWorkflowStepResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RetryWorkflowStepCommandInput
|
|
18
|
+
extends RetryWorkflowStepRequest {}
|
|
19
|
+
export interface RetryWorkflowStepCommandOutput
|
|
20
|
+
extends RetryWorkflowStepResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RetryWorkflowStepCommand extends $Command<
|
|
23
|
+
RetryWorkflowStepCommandInput,
|
|
24
|
+
RetryWorkflowStepCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RetryWorkflowStepCommandInput;
|
|
28
|
+
constructor(input: RetryWorkflowStepCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
StartMigrationWorkflowRequest,
|
|
15
|
+
StartMigrationWorkflowResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartWorkflowCommandInput
|
|
18
|
+
extends StartMigrationWorkflowRequest {}
|
|
19
|
+
export interface StartWorkflowCommandOutput
|
|
20
|
+
extends StartMigrationWorkflowResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartWorkflowCommand extends $Command<
|
|
23
|
+
StartWorkflowCommandInput,
|
|
24
|
+
StartWorkflowCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartWorkflowCommandInput;
|
|
28
|
+
constructor(input: StartWorkflowCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StartWorkflowCommandInput, StartWorkflowCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
StopMigrationWorkflowRequest,
|
|
15
|
+
StopMigrationWorkflowResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StopWorkflowCommandInput
|
|
18
|
+
extends StopMigrationWorkflowRequest {}
|
|
19
|
+
export interface StopWorkflowCommandOutput
|
|
20
|
+
extends StopMigrationWorkflowResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StopWorkflowCommand extends $Command<
|
|
23
|
+
StopWorkflowCommandInput,
|
|
24
|
+
StopWorkflowCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StopWorkflowCommandInput;
|
|
28
|
+
constructor(input: StopWorkflowCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StopWorkflowCommandInput, StopWorkflowCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class TagResourceCommand extends $Command<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TagResourceCommandInput;
|
|
24
|
+
constructor(input: TagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UntagResourceCommand extends $Command<
|
|
22
|
+
UntagResourceCommandInput,
|
|
23
|
+
UntagResourceCommandOutput,
|
|
24
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UntagResourceCommandInput;
|
|
27
|
+
constructor(input: UntagResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateMigrationWorkflowRequest,
|
|
15
|
+
UpdateMigrationWorkflowResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateWorkflowCommandInput
|
|
18
|
+
extends UpdateMigrationWorkflowRequest {}
|
|
19
|
+
export interface UpdateWorkflowCommandOutput
|
|
20
|
+
extends UpdateMigrationWorkflowResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateWorkflowCommand extends $Command<
|
|
23
|
+
UpdateWorkflowCommandInput,
|
|
24
|
+
UpdateWorkflowCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateWorkflowCommandInput;
|
|
28
|
+
constructor(input: UpdateWorkflowCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateWorkflowStepRequest,
|
|
15
|
+
UpdateWorkflowStepResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateWorkflowStepCommandInput
|
|
18
|
+
extends UpdateWorkflowStepRequest {}
|
|
19
|
+
export interface UpdateWorkflowStepCommandOutput
|
|
20
|
+
extends UpdateWorkflowStepResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateWorkflowStepCommand extends $Command<
|
|
23
|
+
UpdateWorkflowStepCommandInput,
|
|
24
|
+
UpdateWorkflowStepCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateWorkflowStepCommandInput;
|
|
28
|
+
constructor(input: UpdateWorkflowStepCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MigrationHubOrchestratorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MigrationHubOrchestratorClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateWorkflowStepGroupRequest,
|
|
15
|
+
UpdateWorkflowStepGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateWorkflowStepGroupCommandInput
|
|
18
|
+
extends UpdateWorkflowStepGroupRequest {}
|
|
19
|
+
export interface UpdateWorkflowStepGroupCommandOutput
|
|
20
|
+
extends UpdateWorkflowStepGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateWorkflowStepGroupCommand extends $Command<
|
|
23
|
+
UpdateWorkflowStepGroupCommandInput,
|
|
24
|
+
UpdateWorkflowStepGroupCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateWorkflowStepGroupCommandInput;
|
|
28
|
+
constructor(input: UpdateWorkflowStepGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateWorkflowStepGroupCommandInput,
|
|
35
|
+
UpdateWorkflowStepGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export * from "./CreateWorkflowCommand";
|
|
2
|
+
export * from "./CreateWorkflowStepCommand";
|
|
3
|
+
export * from "./CreateWorkflowStepGroupCommand";
|
|
4
|
+
export * from "./DeleteWorkflowCommand";
|
|
5
|
+
export * from "./DeleteWorkflowStepCommand";
|
|
6
|
+
export * from "./DeleteWorkflowStepGroupCommand";
|
|
7
|
+
export * from "./GetTemplateCommand";
|
|
8
|
+
export * from "./GetTemplateStepCommand";
|
|
9
|
+
export * from "./GetTemplateStepGroupCommand";
|
|
10
|
+
export * from "./GetWorkflowCommand";
|
|
11
|
+
export * from "./GetWorkflowStepCommand";
|
|
12
|
+
export * from "./GetWorkflowStepGroupCommand";
|
|
13
|
+
export * from "./ListPluginsCommand";
|
|
14
|
+
export * from "./ListTagsForResourceCommand";
|
|
15
|
+
export * from "./ListTemplateStepGroupsCommand";
|
|
16
|
+
export * from "./ListTemplateStepsCommand";
|
|
17
|
+
export * from "./ListTemplatesCommand";
|
|
18
|
+
export * from "./ListWorkflowStepGroupsCommand";
|
|
19
|
+
export * from "./ListWorkflowStepsCommand";
|
|
20
|
+
export * from "./ListWorkflowsCommand";
|
|
21
|
+
export * from "./RetryWorkflowStepCommand";
|
|
22
|
+
export * from "./StartWorkflowCommand";
|
|
23
|
+
export * from "./StopWorkflowCommand";
|
|
24
|
+
export * from "./TagResourceCommand";
|
|
25
|
+
export * from "./UntagResourceCommand";
|
|
26
|
+
export * from "./UpdateWorkflowCommand";
|
|
27
|
+
export * from "./UpdateWorkflowStepCommand";
|
|
28
|
+
export * from "./UpdateWorkflowStepGroupCommand";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from "./MigrationHubOrchestrator";
|
|
2
|
+
export * from "./MigrationHubOrchestratorClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { MigrationHubOrchestratorServiceException } from "./models/MigrationHubOrchestratorServiceException";
|