@aws-sdk/client-migrationhuborchestrator 3.928.0 → 3.930.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.
Files changed (55) hide show
  1. package/dist-cjs/index.js +1393 -1423
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/MigrationHubOrchestratorClient.js +2 -0
  4. package/dist-es/commands/CreateTemplateCommand.js +3 -9
  5. package/dist-es/commands/CreateWorkflowCommand.js +3 -10
  6. package/dist-es/commands/CreateWorkflowStepCommand.js +3 -9
  7. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +3 -9
  8. package/dist-es/commands/DeleteTemplateCommand.js +3 -9
  9. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  10. package/dist-es/commands/DeleteWorkflowStepCommand.js +3 -9
  11. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +3 -9
  12. package/dist-es/commands/GetTemplateCommand.js +3 -9
  13. package/dist-es/commands/GetTemplateStepCommand.js +3 -9
  14. package/dist-es/commands/GetTemplateStepGroupCommand.js +3 -9
  15. package/dist-es/commands/GetWorkflowCommand.js +3 -10
  16. package/dist-es/commands/GetWorkflowStepCommand.js +3 -9
  17. package/dist-es/commands/GetWorkflowStepGroupCommand.js +3 -9
  18. package/dist-es/commands/ListPluginsCommand.js +3 -9
  19. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  20. package/dist-es/commands/ListTemplateStepGroupsCommand.js +3 -9
  21. package/dist-es/commands/ListTemplateStepsCommand.js +3 -9
  22. package/dist-es/commands/ListTemplatesCommand.js +3 -9
  23. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +3 -9
  24. package/dist-es/commands/ListWorkflowStepsCommand.js +3 -9
  25. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  26. package/dist-es/commands/RetryWorkflowStepCommand.js +3 -9
  27. package/dist-es/commands/StartWorkflowCommand.js +3 -9
  28. package/dist-es/commands/StopWorkflowCommand.js +3 -9
  29. package/dist-es/commands/TagResourceCommand.js +3 -9
  30. package/dist-es/commands/UntagResourceCommand.js +3 -9
  31. package/dist-es/commands/UpdateTemplateCommand.js +3 -9
  32. package/dist-es/commands/UpdateWorkflowCommand.js +3 -10
  33. package/dist-es/commands/UpdateWorkflowStepCommand.js +3 -9
  34. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +3 -9
  35. package/dist-es/models/models_0.js +0 -55
  36. package/dist-es/runtimeConfig.shared.js +2 -0
  37. package/dist-es/schemas/schemas_0.js +1324 -0
  38. package/dist-types/MigrationHubOrchestratorClient.d.ts +10 -1
  39. package/dist-types/models/models_0.d.ts +12 -23
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  41. package/dist-types/runtimeConfig.d.ts +1 -0
  42. package/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  44. package/dist-types/schemas/schemas_0.d.ts +136 -0
  45. package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +4 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +0 -18
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +142 -0
  52. package/package.json +33 -34
  53. package/dist-es/protocols/Aws_restJson1.js +0 -1138
  54. package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
@@ -1,281 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "../commands/CreateTemplateCommand";
4
- import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
5
- import { CreateWorkflowStepCommandInput, CreateWorkflowStepCommandOutput } from "../commands/CreateWorkflowStepCommand";
6
- import { CreateWorkflowStepGroupCommandInput, CreateWorkflowStepGroupCommandOutput } from "../commands/CreateWorkflowStepGroupCommand";
7
- import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "../commands/DeleteTemplateCommand";
8
- import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
9
- import { DeleteWorkflowStepCommandInput, DeleteWorkflowStepCommandOutput } from "../commands/DeleteWorkflowStepCommand";
10
- import { DeleteWorkflowStepGroupCommandInput, DeleteWorkflowStepGroupCommandOutput } from "../commands/DeleteWorkflowStepGroupCommand";
11
- import { GetTemplateCommandInput, GetTemplateCommandOutput } from "../commands/GetTemplateCommand";
12
- import { GetTemplateStepCommandInput, GetTemplateStepCommandOutput } from "../commands/GetTemplateStepCommand";
13
- import { GetTemplateStepGroupCommandInput, GetTemplateStepGroupCommandOutput } from "../commands/GetTemplateStepGroupCommand";
14
- import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
15
- import { GetWorkflowStepCommandInput, GetWorkflowStepCommandOutput } from "../commands/GetWorkflowStepCommand";
16
- import { GetWorkflowStepGroupCommandInput, GetWorkflowStepGroupCommandOutput } from "../commands/GetWorkflowStepGroupCommand";
17
- import { ListPluginsCommandInput, ListPluginsCommandOutput } from "../commands/ListPluginsCommand";
18
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
19
- import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
20
- import { ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput } from "../commands/ListTemplateStepGroupsCommand";
21
- import { ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput } from "../commands/ListTemplateStepsCommand";
22
- import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
23
- import { ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput } from "../commands/ListWorkflowStepGroupsCommand";
24
- import { ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput } from "../commands/ListWorkflowStepsCommand";
25
- import { RetryWorkflowStepCommandInput, RetryWorkflowStepCommandOutput } from "../commands/RetryWorkflowStepCommand";
26
- import { StartWorkflowCommandInput, StartWorkflowCommandOutput } from "../commands/StartWorkflowCommand";
27
- import { StopWorkflowCommandInput, StopWorkflowCommandOutput } from "../commands/StopWorkflowCommand";
28
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
29
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
30
- import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "../commands/UpdateTemplateCommand";
31
- import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "../commands/UpdateWorkflowCommand";
32
- import { UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput } from "../commands/UpdateWorkflowStepCommand";
33
- import { UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput } from "../commands/UpdateWorkflowStepGroupCommand";
34
- /**
35
- * serializeAws_restJson1CreateTemplateCommand
36
- */
37
- export declare const se_CreateTemplateCommand: (input: CreateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- /**
39
- * serializeAws_restJson1CreateWorkflowCommand
40
- */
41
- export declare const se_CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- /**
43
- * serializeAws_restJson1CreateWorkflowStepCommand
44
- */
45
- export declare const se_CreateWorkflowStepCommand: (input: CreateWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_restJson1CreateWorkflowStepGroupCommand
48
- */
49
- export declare const se_CreateWorkflowStepGroupCommand: (input: CreateWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_restJson1DeleteTemplateCommand
52
- */
53
- export declare const se_DeleteTemplateCommand: (input: DeleteTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_restJson1DeleteWorkflowCommand
56
- */
57
- export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_restJson1DeleteWorkflowStepCommand
60
- */
61
- export declare const se_DeleteWorkflowStepCommand: (input: DeleteWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_restJson1DeleteWorkflowStepGroupCommand
64
- */
65
- export declare const se_DeleteWorkflowStepGroupCommand: (input: DeleteWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_restJson1GetTemplateCommand
68
- */
69
- export declare const se_GetTemplateCommand: (input: GetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_restJson1GetTemplateStepCommand
72
- */
73
- export declare const se_GetTemplateStepCommand: (input: GetTemplateStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_restJson1GetTemplateStepGroupCommand
76
- */
77
- export declare const se_GetTemplateStepGroupCommand: (input: GetTemplateStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_restJson1GetWorkflowCommand
80
- */
81
- export declare const se_GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1GetWorkflowStepCommand
84
- */
85
- export declare const se_GetWorkflowStepCommand: (input: GetWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1GetWorkflowStepGroupCommand
88
- */
89
- export declare const se_GetWorkflowStepGroupCommand: (input: GetWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1ListPluginsCommand
92
- */
93
- export declare const se_ListPluginsCommand: (input: ListPluginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1ListTagsForResourceCommand
96
- */
97
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1ListTemplatesCommand
100
- */
101
- export declare const se_ListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1ListTemplateStepGroupsCommand
104
- */
105
- export declare const se_ListTemplateStepGroupsCommand: (input: ListTemplateStepGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1ListTemplateStepsCommand
108
- */
109
- export declare const se_ListTemplateStepsCommand: (input: ListTemplateStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1ListWorkflowsCommand
112
- */
113
- export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1ListWorkflowStepGroupsCommand
116
- */
117
- export declare const se_ListWorkflowStepGroupsCommand: (input: ListWorkflowStepGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1ListWorkflowStepsCommand
120
- */
121
- export declare const se_ListWorkflowStepsCommand: (input: ListWorkflowStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1RetryWorkflowStepCommand
124
- */
125
- export declare const se_RetryWorkflowStepCommand: (input: RetryWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1StartWorkflowCommand
128
- */
129
- export declare const se_StartWorkflowCommand: (input: StartWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1StopWorkflowCommand
132
- */
133
- export declare const se_StopWorkflowCommand: (input: StopWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1TagResourceCommand
136
- */
137
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1UntagResourceCommand
140
- */
141
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1UpdateTemplateCommand
144
- */
145
- export declare const se_UpdateTemplateCommand: (input: UpdateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1UpdateWorkflowCommand
148
- */
149
- export declare const se_UpdateWorkflowCommand: (input: UpdateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1UpdateWorkflowStepCommand
152
- */
153
- export declare const se_UpdateWorkflowStepCommand: (input: UpdateWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1UpdateWorkflowStepGroupCommand
156
- */
157
- export declare const se_UpdateWorkflowStepGroupCommand: (input: UpdateWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * deserializeAws_restJson1CreateTemplateCommand
160
- */
161
- export declare const de_CreateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateCommandOutput>;
162
- /**
163
- * deserializeAws_restJson1CreateWorkflowCommand
164
- */
165
- export declare const de_CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
166
- /**
167
- * deserializeAws_restJson1CreateWorkflowStepCommand
168
- */
169
- export declare const de_CreateWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowStepCommandOutput>;
170
- /**
171
- * deserializeAws_restJson1CreateWorkflowStepGroupCommand
172
- */
173
- export declare const de_CreateWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowStepGroupCommandOutput>;
174
- /**
175
- * deserializeAws_restJson1DeleteTemplateCommand
176
- */
177
- export declare const de_DeleteTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateCommandOutput>;
178
- /**
179
- * deserializeAws_restJson1DeleteWorkflowCommand
180
- */
181
- export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
182
- /**
183
- * deserializeAws_restJson1DeleteWorkflowStepCommand
184
- */
185
- export declare const de_DeleteWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowStepCommandOutput>;
186
- /**
187
- * deserializeAws_restJson1DeleteWorkflowStepGroupCommand
188
- */
189
- export declare const de_DeleteWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowStepGroupCommandOutput>;
190
- /**
191
- * deserializeAws_restJson1GetTemplateCommand
192
- */
193
- export declare const de_GetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateCommandOutput>;
194
- /**
195
- * deserializeAws_restJson1GetTemplateStepCommand
196
- */
197
- export declare const de_GetTemplateStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateStepCommandOutput>;
198
- /**
199
- * deserializeAws_restJson1GetTemplateStepGroupCommand
200
- */
201
- export declare const de_GetTemplateStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateStepGroupCommandOutput>;
202
- /**
203
- * deserializeAws_restJson1GetWorkflowCommand
204
- */
205
- export declare const de_GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
206
- /**
207
- * deserializeAws_restJson1GetWorkflowStepCommand
208
- */
209
- export declare const de_GetWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepCommandOutput>;
210
- /**
211
- * deserializeAws_restJson1GetWorkflowStepGroupCommand
212
- */
213
- export declare const de_GetWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepGroupCommandOutput>;
214
- /**
215
- * deserializeAws_restJson1ListPluginsCommand
216
- */
217
- export declare const de_ListPluginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginsCommandOutput>;
218
- /**
219
- * deserializeAws_restJson1ListTagsForResourceCommand
220
- */
221
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
222
- /**
223
- * deserializeAws_restJson1ListTemplatesCommand
224
- */
225
- export declare const de_ListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
226
- /**
227
- * deserializeAws_restJson1ListTemplateStepGroupsCommand
228
- */
229
- export declare const de_ListTemplateStepGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateStepGroupsCommandOutput>;
230
- /**
231
- * deserializeAws_restJson1ListTemplateStepsCommand
232
- */
233
- export declare const de_ListTemplateStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateStepsCommandOutput>;
234
- /**
235
- * deserializeAws_restJson1ListWorkflowsCommand
236
- */
237
- export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
238
- /**
239
- * deserializeAws_restJson1ListWorkflowStepGroupsCommand
240
- */
241
- export declare const de_ListWorkflowStepGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepGroupsCommandOutput>;
242
- /**
243
- * deserializeAws_restJson1ListWorkflowStepsCommand
244
- */
245
- export declare const de_ListWorkflowStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepsCommandOutput>;
246
- /**
247
- * deserializeAws_restJson1RetryWorkflowStepCommand
248
- */
249
- export declare const de_RetryWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryWorkflowStepCommandOutput>;
250
- /**
251
- * deserializeAws_restJson1StartWorkflowCommand
252
- */
253
- export declare const de_StartWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowCommandOutput>;
254
- /**
255
- * deserializeAws_restJson1StopWorkflowCommand
256
- */
257
- export declare const de_StopWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkflowCommandOutput>;
258
- /**
259
- * deserializeAws_restJson1TagResourceCommand
260
- */
261
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
262
- /**
263
- * deserializeAws_restJson1UntagResourceCommand
264
- */
265
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
266
- /**
267
- * deserializeAws_restJson1UpdateTemplateCommand
268
- */
269
- export declare const de_UpdateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateCommandOutput>;
270
- /**
271
- * deserializeAws_restJson1UpdateWorkflowCommand
272
- */
273
- export declare const de_UpdateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowCommandOutput>;
274
- /**
275
- * deserializeAws_restJson1UpdateWorkflowStepCommand
276
- */
277
- export declare const de_UpdateWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowStepCommandOutput>;
278
- /**
279
- * deserializeAws_restJson1UpdateWorkflowStepGroupCommand
280
- */
281
- export declare const de_UpdateWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowStepGroupCommandOutput>;
@@ -1,377 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateTemplateCommandInput,
8
- CreateTemplateCommandOutput,
9
- } from "../commands/CreateTemplateCommand";
10
- import {
11
- CreateWorkflowCommandInput,
12
- CreateWorkflowCommandOutput,
13
- } from "../commands/CreateWorkflowCommand";
14
- import {
15
- CreateWorkflowStepCommandInput,
16
- CreateWorkflowStepCommandOutput,
17
- } from "../commands/CreateWorkflowStepCommand";
18
- import {
19
- CreateWorkflowStepGroupCommandInput,
20
- CreateWorkflowStepGroupCommandOutput,
21
- } from "../commands/CreateWorkflowStepGroupCommand";
22
- import {
23
- DeleteTemplateCommandInput,
24
- DeleteTemplateCommandOutput,
25
- } from "../commands/DeleteTemplateCommand";
26
- import {
27
- DeleteWorkflowCommandInput,
28
- DeleteWorkflowCommandOutput,
29
- } from "../commands/DeleteWorkflowCommand";
30
- import {
31
- DeleteWorkflowStepCommandInput,
32
- DeleteWorkflowStepCommandOutput,
33
- } from "../commands/DeleteWorkflowStepCommand";
34
- import {
35
- DeleteWorkflowStepGroupCommandInput,
36
- DeleteWorkflowStepGroupCommandOutput,
37
- } from "../commands/DeleteWorkflowStepGroupCommand";
38
- import {
39
- GetTemplateCommandInput,
40
- GetTemplateCommandOutput,
41
- } from "../commands/GetTemplateCommand";
42
- import {
43
- GetTemplateStepCommandInput,
44
- GetTemplateStepCommandOutput,
45
- } from "../commands/GetTemplateStepCommand";
46
- import {
47
- GetTemplateStepGroupCommandInput,
48
- GetTemplateStepGroupCommandOutput,
49
- } from "../commands/GetTemplateStepGroupCommand";
50
- import {
51
- GetWorkflowCommandInput,
52
- GetWorkflowCommandOutput,
53
- } from "../commands/GetWorkflowCommand";
54
- import {
55
- GetWorkflowStepCommandInput,
56
- GetWorkflowStepCommandOutput,
57
- } from "../commands/GetWorkflowStepCommand";
58
- import {
59
- GetWorkflowStepGroupCommandInput,
60
- GetWorkflowStepGroupCommandOutput,
61
- } from "../commands/GetWorkflowStepGroupCommand";
62
- import {
63
- ListPluginsCommandInput,
64
- ListPluginsCommandOutput,
65
- } from "../commands/ListPluginsCommand";
66
- import {
67
- ListTagsForResourceCommandInput,
68
- ListTagsForResourceCommandOutput,
69
- } from "../commands/ListTagsForResourceCommand";
70
- import {
71
- ListTemplatesCommandInput,
72
- ListTemplatesCommandOutput,
73
- } from "../commands/ListTemplatesCommand";
74
- import {
75
- ListTemplateStepGroupsCommandInput,
76
- ListTemplateStepGroupsCommandOutput,
77
- } from "../commands/ListTemplateStepGroupsCommand";
78
- import {
79
- ListTemplateStepsCommandInput,
80
- ListTemplateStepsCommandOutput,
81
- } from "../commands/ListTemplateStepsCommand";
82
- import {
83
- ListWorkflowsCommandInput,
84
- ListWorkflowsCommandOutput,
85
- } from "../commands/ListWorkflowsCommand";
86
- import {
87
- ListWorkflowStepGroupsCommandInput,
88
- ListWorkflowStepGroupsCommandOutput,
89
- } from "../commands/ListWorkflowStepGroupsCommand";
90
- import {
91
- ListWorkflowStepsCommandInput,
92
- ListWorkflowStepsCommandOutput,
93
- } from "../commands/ListWorkflowStepsCommand";
94
- import {
95
- RetryWorkflowStepCommandInput,
96
- RetryWorkflowStepCommandOutput,
97
- } from "../commands/RetryWorkflowStepCommand";
98
- import {
99
- StartWorkflowCommandInput,
100
- StartWorkflowCommandOutput,
101
- } from "../commands/StartWorkflowCommand";
102
- import {
103
- StopWorkflowCommandInput,
104
- StopWorkflowCommandOutput,
105
- } from "../commands/StopWorkflowCommand";
106
- import {
107
- TagResourceCommandInput,
108
- TagResourceCommandOutput,
109
- } from "../commands/TagResourceCommand";
110
- import {
111
- UntagResourceCommandInput,
112
- UntagResourceCommandOutput,
113
- } from "../commands/UntagResourceCommand";
114
- import {
115
- UpdateTemplateCommandInput,
116
- UpdateTemplateCommandOutput,
117
- } from "../commands/UpdateTemplateCommand";
118
- import {
119
- UpdateWorkflowCommandInput,
120
- UpdateWorkflowCommandOutput,
121
- } from "../commands/UpdateWorkflowCommand";
122
- import {
123
- UpdateWorkflowStepCommandInput,
124
- UpdateWorkflowStepCommandOutput,
125
- } from "../commands/UpdateWorkflowStepCommand";
126
- import {
127
- UpdateWorkflowStepGroupCommandInput,
128
- UpdateWorkflowStepGroupCommandOutput,
129
- } from "../commands/UpdateWorkflowStepGroupCommand";
130
- export declare const se_CreateTemplateCommand: (
131
- input: CreateTemplateCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_CreateWorkflowCommand: (
135
- input: CreateWorkflowCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_CreateWorkflowStepCommand: (
139
- input: CreateWorkflowStepCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_CreateWorkflowStepGroupCommand: (
143
- input: CreateWorkflowStepGroupCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DeleteTemplateCommand: (
147
- input: DeleteTemplateCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DeleteWorkflowCommand: (
151
- input: DeleteWorkflowCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteWorkflowStepCommand: (
155
- input: DeleteWorkflowStepCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DeleteWorkflowStepGroupCommand: (
159
- input: DeleteWorkflowStepGroupCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_GetTemplateCommand: (
163
- input: GetTemplateCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_GetTemplateStepCommand: (
167
- input: GetTemplateStepCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_GetTemplateStepGroupCommand: (
171
- input: GetTemplateStepGroupCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_GetWorkflowCommand: (
175
- input: GetWorkflowCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_GetWorkflowStepCommand: (
179
- input: GetWorkflowStepCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_GetWorkflowStepGroupCommand: (
183
- input: GetWorkflowStepGroupCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_ListPluginsCommand: (
187
- input: ListPluginsCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListTagsForResourceCommand: (
191
- input: ListTagsForResourceCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_ListTemplatesCommand: (
195
- input: ListTemplatesCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_ListTemplateStepGroupsCommand: (
199
- input: ListTemplateStepGroupsCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_ListTemplateStepsCommand: (
203
- input: ListTemplateStepsCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_ListWorkflowsCommand: (
207
- input: ListWorkflowsCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_ListWorkflowStepGroupsCommand: (
211
- input: ListWorkflowStepGroupsCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_ListWorkflowStepsCommand: (
215
- input: ListWorkflowStepsCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_RetryWorkflowStepCommand: (
219
- input: RetryWorkflowStepCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_StartWorkflowCommand: (
223
- input: StartWorkflowCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_StopWorkflowCommand: (
227
- input: StopWorkflowCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_TagResourceCommand: (
231
- input: TagResourceCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_UntagResourceCommand: (
235
- input: UntagResourceCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_UpdateTemplateCommand: (
239
- input: UpdateTemplateCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_UpdateWorkflowCommand: (
243
- input: UpdateWorkflowCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_UpdateWorkflowStepCommand: (
247
- input: UpdateWorkflowStepCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_UpdateWorkflowStepGroupCommand: (
251
- input: UpdateWorkflowStepGroupCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const de_CreateTemplateCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<CreateTemplateCommandOutput>;
258
- export declare const de_CreateWorkflowCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<CreateWorkflowCommandOutput>;
262
- export declare const de_CreateWorkflowStepCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<CreateWorkflowStepCommandOutput>;
266
- export declare const de_CreateWorkflowStepGroupCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<CreateWorkflowStepGroupCommandOutput>;
270
- export declare const de_DeleteTemplateCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<DeleteTemplateCommandOutput>;
274
- export declare const de_DeleteWorkflowCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<DeleteWorkflowCommandOutput>;
278
- export declare const de_DeleteWorkflowStepCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<DeleteWorkflowStepCommandOutput>;
282
- export declare const de_DeleteWorkflowStepGroupCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<DeleteWorkflowStepGroupCommandOutput>;
286
- export declare const de_GetTemplateCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<GetTemplateCommandOutput>;
290
- export declare const de_GetTemplateStepCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<GetTemplateStepCommandOutput>;
294
- export declare const de_GetTemplateStepGroupCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<GetTemplateStepGroupCommandOutput>;
298
- export declare const de_GetWorkflowCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<GetWorkflowCommandOutput>;
302
- export declare const de_GetWorkflowStepCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<GetWorkflowStepCommandOutput>;
306
- export declare const de_GetWorkflowStepGroupCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<GetWorkflowStepGroupCommandOutput>;
310
- export declare const de_ListPluginsCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<ListPluginsCommandOutput>;
314
- export declare const de_ListTagsForResourceCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<ListTagsForResourceCommandOutput>;
318
- export declare const de_ListTemplatesCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<ListTemplatesCommandOutput>;
322
- export declare const de_ListTemplateStepGroupsCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<ListTemplateStepGroupsCommandOutput>;
326
- export declare const de_ListTemplateStepsCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<ListTemplateStepsCommandOutput>;
330
- export declare const de_ListWorkflowsCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<ListWorkflowsCommandOutput>;
334
- export declare const de_ListWorkflowStepGroupsCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<ListWorkflowStepGroupsCommandOutput>;
338
- export declare const de_ListWorkflowStepsCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<ListWorkflowStepsCommandOutput>;
342
- export declare const de_RetryWorkflowStepCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<RetryWorkflowStepCommandOutput>;
346
- export declare const de_StartWorkflowCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<StartWorkflowCommandOutput>;
350
- export declare const de_StopWorkflowCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<StopWorkflowCommandOutput>;
354
- export declare const de_TagResourceCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<TagResourceCommandOutput>;
358
- export declare const de_UntagResourceCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<UntagResourceCommandOutput>;
362
- export declare const de_UpdateTemplateCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<UpdateTemplateCommandOutput>;
366
- export declare const de_UpdateWorkflowCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<UpdateWorkflowCommandOutput>;
370
- export declare const de_UpdateWorkflowStepCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<UpdateWorkflowStepCommandOutput>;
374
- export declare const de_UpdateWorkflowStepGroupCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<UpdateWorkflowStepGroupCommandOutput>;