@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,273 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateWorkflowCommandInput,
|
|
47
|
+
CreateWorkflowCommandOutput,
|
|
48
|
+
} from "./commands/CreateWorkflowCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateWorkflowStepCommandInput,
|
|
51
|
+
CreateWorkflowStepCommandOutput,
|
|
52
|
+
} from "./commands/CreateWorkflowStepCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateWorkflowStepGroupCommandInput,
|
|
55
|
+
CreateWorkflowStepGroupCommandOutput,
|
|
56
|
+
} from "./commands/CreateWorkflowStepGroupCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteWorkflowCommandInput,
|
|
59
|
+
DeleteWorkflowCommandOutput,
|
|
60
|
+
} from "./commands/DeleteWorkflowCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteWorkflowStepCommandInput,
|
|
63
|
+
DeleteWorkflowStepCommandOutput,
|
|
64
|
+
} from "./commands/DeleteWorkflowStepCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteWorkflowStepGroupCommandInput,
|
|
67
|
+
DeleteWorkflowStepGroupCommandOutput,
|
|
68
|
+
} from "./commands/DeleteWorkflowStepGroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
GetTemplateCommandInput,
|
|
71
|
+
GetTemplateCommandOutput,
|
|
72
|
+
} from "./commands/GetTemplateCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetTemplateStepCommandInput,
|
|
75
|
+
GetTemplateStepCommandOutput,
|
|
76
|
+
} from "./commands/GetTemplateStepCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetTemplateStepGroupCommandInput,
|
|
79
|
+
GetTemplateStepGroupCommandOutput,
|
|
80
|
+
} from "./commands/GetTemplateStepGroupCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetWorkflowCommandInput,
|
|
83
|
+
GetWorkflowCommandOutput,
|
|
84
|
+
} from "./commands/GetWorkflowCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetWorkflowStepCommandInput,
|
|
87
|
+
GetWorkflowStepCommandOutput,
|
|
88
|
+
} from "./commands/GetWorkflowStepCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetWorkflowStepGroupCommandInput,
|
|
91
|
+
GetWorkflowStepGroupCommandOutput,
|
|
92
|
+
} from "./commands/GetWorkflowStepGroupCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListPluginsCommandInput,
|
|
95
|
+
ListPluginsCommandOutput,
|
|
96
|
+
} from "./commands/ListPluginsCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListTagsForResourceCommandInput,
|
|
99
|
+
ListTagsForResourceCommandOutput,
|
|
100
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListTemplatesCommandInput,
|
|
103
|
+
ListTemplatesCommandOutput,
|
|
104
|
+
} from "./commands/ListTemplatesCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListTemplateStepGroupsCommandInput,
|
|
107
|
+
ListTemplateStepGroupsCommandOutput,
|
|
108
|
+
} from "./commands/ListTemplateStepGroupsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListTemplateStepsCommandInput,
|
|
111
|
+
ListTemplateStepsCommandOutput,
|
|
112
|
+
} from "./commands/ListTemplateStepsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListWorkflowsCommandInput,
|
|
115
|
+
ListWorkflowsCommandOutput,
|
|
116
|
+
} from "./commands/ListWorkflowsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListWorkflowStepGroupsCommandInput,
|
|
119
|
+
ListWorkflowStepGroupsCommandOutput,
|
|
120
|
+
} from "./commands/ListWorkflowStepGroupsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListWorkflowStepsCommandInput,
|
|
123
|
+
ListWorkflowStepsCommandOutput,
|
|
124
|
+
} from "./commands/ListWorkflowStepsCommand";
|
|
125
|
+
import {
|
|
126
|
+
RetryWorkflowStepCommandInput,
|
|
127
|
+
RetryWorkflowStepCommandOutput,
|
|
128
|
+
} from "./commands/RetryWorkflowStepCommand";
|
|
129
|
+
import {
|
|
130
|
+
StartWorkflowCommandInput,
|
|
131
|
+
StartWorkflowCommandOutput,
|
|
132
|
+
} from "./commands/StartWorkflowCommand";
|
|
133
|
+
import {
|
|
134
|
+
StopWorkflowCommandInput,
|
|
135
|
+
StopWorkflowCommandOutput,
|
|
136
|
+
} from "./commands/StopWorkflowCommand";
|
|
137
|
+
import {
|
|
138
|
+
TagResourceCommandInput,
|
|
139
|
+
TagResourceCommandOutput,
|
|
140
|
+
} from "./commands/TagResourceCommand";
|
|
141
|
+
import {
|
|
142
|
+
UntagResourceCommandInput,
|
|
143
|
+
UntagResourceCommandOutput,
|
|
144
|
+
} from "./commands/UntagResourceCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateWorkflowCommandInput,
|
|
147
|
+
UpdateWorkflowCommandOutput,
|
|
148
|
+
} from "./commands/UpdateWorkflowCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdateWorkflowStepCommandInput,
|
|
151
|
+
UpdateWorkflowStepCommandOutput,
|
|
152
|
+
} from "./commands/UpdateWorkflowStepCommand";
|
|
153
|
+
import {
|
|
154
|
+
UpdateWorkflowStepGroupCommandInput,
|
|
155
|
+
UpdateWorkflowStepGroupCommandOutput,
|
|
156
|
+
} from "./commands/UpdateWorkflowStepGroupCommand";
|
|
157
|
+
export declare type ServiceInputTypes =
|
|
158
|
+
| CreateWorkflowCommandInput
|
|
159
|
+
| CreateWorkflowStepCommandInput
|
|
160
|
+
| CreateWorkflowStepGroupCommandInput
|
|
161
|
+
| DeleteWorkflowCommandInput
|
|
162
|
+
| DeleteWorkflowStepCommandInput
|
|
163
|
+
| DeleteWorkflowStepGroupCommandInput
|
|
164
|
+
| GetTemplateCommandInput
|
|
165
|
+
| GetTemplateStepCommandInput
|
|
166
|
+
| GetTemplateStepGroupCommandInput
|
|
167
|
+
| GetWorkflowCommandInput
|
|
168
|
+
| GetWorkflowStepCommandInput
|
|
169
|
+
| GetWorkflowStepGroupCommandInput
|
|
170
|
+
| ListPluginsCommandInput
|
|
171
|
+
| ListTagsForResourceCommandInput
|
|
172
|
+
| ListTemplateStepGroupsCommandInput
|
|
173
|
+
| ListTemplateStepsCommandInput
|
|
174
|
+
| ListTemplatesCommandInput
|
|
175
|
+
| ListWorkflowStepGroupsCommandInput
|
|
176
|
+
| ListWorkflowStepsCommandInput
|
|
177
|
+
| ListWorkflowsCommandInput
|
|
178
|
+
| RetryWorkflowStepCommandInput
|
|
179
|
+
| StartWorkflowCommandInput
|
|
180
|
+
| StopWorkflowCommandInput
|
|
181
|
+
| TagResourceCommandInput
|
|
182
|
+
| UntagResourceCommandInput
|
|
183
|
+
| UpdateWorkflowCommandInput
|
|
184
|
+
| UpdateWorkflowStepCommandInput
|
|
185
|
+
| UpdateWorkflowStepGroupCommandInput;
|
|
186
|
+
export declare type ServiceOutputTypes =
|
|
187
|
+
| CreateWorkflowCommandOutput
|
|
188
|
+
| CreateWorkflowStepCommandOutput
|
|
189
|
+
| CreateWorkflowStepGroupCommandOutput
|
|
190
|
+
| DeleteWorkflowCommandOutput
|
|
191
|
+
| DeleteWorkflowStepCommandOutput
|
|
192
|
+
| DeleteWorkflowStepGroupCommandOutput
|
|
193
|
+
| GetTemplateCommandOutput
|
|
194
|
+
| GetTemplateStepCommandOutput
|
|
195
|
+
| GetTemplateStepGroupCommandOutput
|
|
196
|
+
| GetWorkflowCommandOutput
|
|
197
|
+
| GetWorkflowStepCommandOutput
|
|
198
|
+
| GetWorkflowStepGroupCommandOutput
|
|
199
|
+
| ListPluginsCommandOutput
|
|
200
|
+
| ListTagsForResourceCommandOutput
|
|
201
|
+
| ListTemplateStepGroupsCommandOutput
|
|
202
|
+
| ListTemplateStepsCommandOutput
|
|
203
|
+
| ListTemplatesCommandOutput
|
|
204
|
+
| ListWorkflowStepGroupsCommandOutput
|
|
205
|
+
| ListWorkflowStepsCommandOutput
|
|
206
|
+
| ListWorkflowsCommandOutput
|
|
207
|
+
| RetryWorkflowStepCommandOutput
|
|
208
|
+
| StartWorkflowCommandOutput
|
|
209
|
+
| StopWorkflowCommandOutput
|
|
210
|
+
| TagResourceCommandOutput
|
|
211
|
+
| UntagResourceCommandOutput
|
|
212
|
+
| UpdateWorkflowCommandOutput
|
|
213
|
+
| UpdateWorkflowStepCommandOutput
|
|
214
|
+
| UpdateWorkflowStepGroupCommandOutput;
|
|
215
|
+
export interface ClientDefaults
|
|
216
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
217
|
+
requestHandler?: __HttpHandler;
|
|
218
|
+
sha256?: __HashConstructor;
|
|
219
|
+
urlParser?: __UrlParser;
|
|
220
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
221
|
+
streamCollector?: __StreamCollector;
|
|
222
|
+
base64Decoder?: __Decoder;
|
|
223
|
+
base64Encoder?: __Encoder;
|
|
224
|
+
utf8Decoder?: __Decoder;
|
|
225
|
+
utf8Encoder?: __Encoder;
|
|
226
|
+
runtime?: string;
|
|
227
|
+
disableHostPrefix?: boolean;
|
|
228
|
+
maxAttempts?: number | __Provider<number>;
|
|
229
|
+
retryMode?: string | __Provider<string>;
|
|
230
|
+
logger?: __Logger;
|
|
231
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
232
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
233
|
+
serviceId?: string;
|
|
234
|
+
region?: string | __Provider<string>;
|
|
235
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
237
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
238
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
239
|
+
}
|
|
240
|
+
declare type MigrationHubOrchestratorClientConfigType = Partial<
|
|
241
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
242
|
+
> &
|
|
243
|
+
ClientDefaults &
|
|
244
|
+
RegionInputConfig &
|
|
245
|
+
EndpointsInputConfig &
|
|
246
|
+
RetryInputConfig &
|
|
247
|
+
HostHeaderInputConfig &
|
|
248
|
+
AwsAuthInputConfig &
|
|
249
|
+
UserAgentInputConfig;
|
|
250
|
+
export interface MigrationHubOrchestratorClientConfig
|
|
251
|
+
extends MigrationHubOrchestratorClientConfigType {}
|
|
252
|
+
declare type MigrationHubOrchestratorClientResolvedConfigType =
|
|
253
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
254
|
+
Required<ClientDefaults> &
|
|
255
|
+
RegionResolvedConfig &
|
|
256
|
+
EndpointsResolvedConfig &
|
|
257
|
+
RetryResolvedConfig &
|
|
258
|
+
HostHeaderResolvedConfig &
|
|
259
|
+
AwsAuthResolvedConfig &
|
|
260
|
+
UserAgentResolvedConfig;
|
|
261
|
+
export interface MigrationHubOrchestratorClientResolvedConfig
|
|
262
|
+
extends MigrationHubOrchestratorClientResolvedConfigType {}
|
|
263
|
+
export declare class MigrationHubOrchestratorClient extends __Client<
|
|
264
|
+
__HttpHandlerOptions,
|
|
265
|
+
ServiceInputTypes,
|
|
266
|
+
ServiceOutputTypes,
|
|
267
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
268
|
+
> {
|
|
269
|
+
readonly config: MigrationHubOrchestratorClientResolvedConfig;
|
|
270
|
+
constructor(configuration: MigrationHubOrchestratorClientConfig);
|
|
271
|
+
destroy(): void;
|
|
272
|
+
}
|
|
273
|
+
export {};
|
|
@@ -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
|
+
CreateMigrationWorkflowRequest,
|
|
15
|
+
CreateMigrationWorkflowResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateWorkflowCommandInput
|
|
18
|
+
extends CreateMigrationWorkflowRequest {}
|
|
19
|
+
export interface CreateWorkflowCommandOutput
|
|
20
|
+
extends CreateMigrationWorkflowResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateWorkflowCommand extends $Command<
|
|
23
|
+
CreateWorkflowCommandInput,
|
|
24
|
+
CreateWorkflowCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateWorkflowCommandInput;
|
|
28
|
+
constructor(input: CreateWorkflowCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateWorkflowCommandInput, CreateWorkflowCommandOutput>;
|
|
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
|
+
CreateWorkflowStepRequest,
|
|
15
|
+
CreateWorkflowStepResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateWorkflowStepCommandInput
|
|
18
|
+
extends CreateWorkflowStepRequest {}
|
|
19
|
+
export interface CreateWorkflowStepCommandOutput
|
|
20
|
+
extends CreateWorkflowStepResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateWorkflowStepCommand extends $Command<
|
|
23
|
+
CreateWorkflowStepCommandInput,
|
|
24
|
+
CreateWorkflowStepCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateWorkflowStepCommandInput;
|
|
28
|
+
constructor(input: CreateWorkflowStepCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput>;
|
|
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
|
+
CreateWorkflowStepGroupRequest,
|
|
15
|
+
CreateWorkflowStepGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateWorkflowStepGroupCommandInput
|
|
18
|
+
extends CreateWorkflowStepGroupRequest {}
|
|
19
|
+
export interface CreateWorkflowStepGroupCommandOutput
|
|
20
|
+
extends CreateWorkflowStepGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateWorkflowStepGroupCommand extends $Command<
|
|
23
|
+
CreateWorkflowStepGroupCommandInput,
|
|
24
|
+
CreateWorkflowStepGroupCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateWorkflowStepGroupCommandInput;
|
|
28
|
+
constructor(input: CreateWorkflowStepGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateWorkflowStepGroupCommandInput,
|
|
35
|
+
CreateWorkflowStepGroupCommandOutput
|
|
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
|
+
DeleteMigrationWorkflowRequest,
|
|
15
|
+
DeleteMigrationWorkflowResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteWorkflowCommandInput
|
|
18
|
+
extends DeleteMigrationWorkflowRequest {}
|
|
19
|
+
export interface DeleteWorkflowCommandOutput
|
|
20
|
+
extends DeleteMigrationWorkflowResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteWorkflowCommand extends $Command<
|
|
23
|
+
DeleteWorkflowCommandInput,
|
|
24
|
+
DeleteWorkflowCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteWorkflowCommandInput;
|
|
28
|
+
constructor(input: DeleteWorkflowCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
|
|
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
|
+
DeleteWorkflowStepRequest,
|
|
15
|
+
DeleteWorkflowStepResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteWorkflowStepCommandInput
|
|
18
|
+
extends DeleteWorkflowStepRequest {}
|
|
19
|
+
export interface DeleteWorkflowStepCommandOutput
|
|
20
|
+
extends DeleteWorkflowStepResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteWorkflowStepCommand extends $Command<
|
|
23
|
+
DeleteWorkflowStepCommandInput,
|
|
24
|
+
DeleteWorkflowStepCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteWorkflowStepCommandInput;
|
|
28
|
+
constructor(input: DeleteWorkflowStepCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput>;
|
|
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
|
+
DeleteWorkflowStepGroupRequest,
|
|
15
|
+
DeleteWorkflowStepGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteWorkflowStepGroupCommandInput
|
|
18
|
+
extends DeleteWorkflowStepGroupRequest {}
|
|
19
|
+
export interface DeleteWorkflowStepGroupCommandOutput
|
|
20
|
+
extends DeleteWorkflowStepGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteWorkflowStepGroupCommand extends $Command<
|
|
23
|
+
DeleteWorkflowStepGroupCommandInput,
|
|
24
|
+
DeleteWorkflowStepGroupCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteWorkflowStepGroupCommandInput;
|
|
28
|
+
constructor(input: DeleteWorkflowStepGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteWorkflowStepGroupCommandInput,
|
|
35
|
+
DeleteWorkflowStepGroupCommandOutput
|
|
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
|
+
GetMigrationWorkflowTemplateRequest,
|
|
15
|
+
GetMigrationWorkflowTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetTemplateCommandInput
|
|
18
|
+
extends GetMigrationWorkflowTemplateRequest {}
|
|
19
|
+
export interface GetTemplateCommandOutput
|
|
20
|
+
extends GetMigrationWorkflowTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetTemplateCommand extends $Command<
|
|
23
|
+
GetTemplateCommandInput,
|
|
24
|
+
GetTemplateCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetTemplateCommandInput;
|
|
28
|
+
constructor(input: GetTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetTemplateCommandInput, GetTemplateCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
GetTemplateStepRequest,
|
|
15
|
+
GetTemplateStepResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetTemplateStepCommandInput extends GetTemplateStepRequest {}
|
|
18
|
+
export interface GetTemplateStepCommandOutput
|
|
19
|
+
extends GetTemplateStepResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetTemplateStepCommand extends $Command<
|
|
22
|
+
GetTemplateStepCommandInput,
|
|
23
|
+
GetTemplateStepCommandOutput,
|
|
24
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetTemplateStepCommandInput;
|
|
27
|
+
constructor(input: GetTemplateStepCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetTemplateStepCommandInput, GetTemplateStepCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
GetTemplateStepGroupRequest,
|
|
15
|
+
GetTemplateStepGroupResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetTemplateStepGroupCommandInput
|
|
18
|
+
extends GetTemplateStepGroupRequest {}
|
|
19
|
+
export interface GetTemplateStepGroupCommandOutput
|
|
20
|
+
extends GetTemplateStepGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetTemplateStepGroupCommand extends $Command<
|
|
23
|
+
GetTemplateStepGroupCommandInput,
|
|
24
|
+
GetTemplateStepGroupCommandOutput,
|
|
25
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetTemplateStepGroupCommandInput;
|
|
28
|
+
constructor(input: GetTemplateStepGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetTemplateStepGroupCommandInput,
|
|
35
|
+
GetTemplateStepGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
GetMigrationWorkflowRequest,
|
|
15
|
+
GetMigrationWorkflowResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetWorkflowCommandInput extends GetMigrationWorkflowRequest {}
|
|
18
|
+
export interface GetWorkflowCommandOutput
|
|
19
|
+
extends GetMigrationWorkflowResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetWorkflowCommand extends $Command<
|
|
22
|
+
GetWorkflowCommandInput,
|
|
23
|
+
GetWorkflowCommandOutput,
|
|
24
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetWorkflowCommandInput;
|
|
27
|
+
constructor(input: GetWorkflowCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetWorkflowCommandInput, GetWorkflowCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
GetWorkflowStepRequest,
|
|
15
|
+
GetWorkflowStepResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetWorkflowStepCommandInput extends GetWorkflowStepRequest {}
|
|
18
|
+
export interface GetWorkflowStepCommandOutput
|
|
19
|
+
extends GetWorkflowStepResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetWorkflowStepCommand extends $Command<
|
|
22
|
+
GetWorkflowStepCommandInput,
|
|
23
|
+
GetWorkflowStepCommandOutput,
|
|
24
|
+
MigrationHubOrchestratorClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetWorkflowStepCommandInput;
|
|
27
|
+
constructor(input: GetWorkflowStepCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: MigrationHubOrchestratorClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|