@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
@@ -0,0 +1,1324 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _CE = "ConflictException";
3
+ const _CMWR = "CreateMigrationWorkflowRequest";
4
+ const _CMWRr = "CreateMigrationWorkflowResponse";
5
+ const _CT = "CreateTemplate";
6
+ const _CTR = "CreateTemplateRequest";
7
+ const _CTRr = "CreateTemplateResponse";
8
+ const _CW = "CreateWorkflow";
9
+ const _CWS = "CreateWorkflowStep";
10
+ const _CWSG = "CreateWorkflowStepGroup";
11
+ const _CWSGR = "CreateWorkflowStepGroupRequest";
12
+ const _CWSGRr = "CreateWorkflowStepGroupResponse";
13
+ const _CWSR = "CreateWorkflowStepRequest";
14
+ const _CWSRr = "CreateWorkflowStepResponse";
15
+ const _DMWR = "DeleteMigrationWorkflowRequest";
16
+ const _DMWRe = "DeleteMigrationWorkflowResponse";
17
+ const _DT = "DeleteTemplate";
18
+ const _DTR = "DeleteTemplateRequest";
19
+ const _DTRe = "DeleteTemplateResponse";
20
+ const _DW = "DeleteWorkflow";
21
+ const _DWS = "DeleteWorkflowStep";
22
+ const _DWSG = "DeleteWorkflowStepGroup";
23
+ const _DWSGR = "DeleteWorkflowStepGroupRequest";
24
+ const _DWSGRe = "DeleteWorkflowStepGroupResponse";
25
+ const _DWSR = "DeleteWorkflowStepRequest";
26
+ const _DWSRe = "DeleteWorkflowStepResponse";
27
+ const _GMWR = "GetMigrationWorkflowRequest";
28
+ const _GMWRe = "GetMigrationWorkflowResponse";
29
+ const _GMWTR = "GetMigrationWorkflowTemplateRequest";
30
+ const _GMWTRe = "GetMigrationWorkflowTemplateResponse";
31
+ const _GT = "GetTemplate";
32
+ const _GTS = "GetTemplateStep";
33
+ const _GTSG = "GetTemplateStepGroup";
34
+ const _GTSGR = "GetTemplateStepGroupRequest";
35
+ const _GTSGRe = "GetTemplateStepGroupResponse";
36
+ const _GTSR = "GetTemplateStepRequest";
37
+ const _GTSRe = "GetTemplateStepResponse";
38
+ const _GW = "GetWorkflow";
39
+ const _GWS = "GetWorkflowStep";
40
+ const _GWSG = "GetWorkflowStepGroup";
41
+ const _GWSGR = "GetWorkflowStepGroupRequest";
42
+ const _GWSGRe = "GetWorkflowStepGroupResponse";
43
+ const _GWSR = "GetWorkflowStepRequest";
44
+ const _GWSRe = "GetWorkflowStepResponse";
45
+ const _ISE = "InternalServerException";
46
+ const _LMWR = "ListMigrationWorkflowsRequest";
47
+ const _LMWRi = "ListMigrationWorkflowsResponse";
48
+ const _LMWTR = "ListMigrationWorkflowTemplatesRequest";
49
+ const _LMWTRi = "ListMigrationWorkflowTemplatesResponse";
50
+ const _LP = "ListPlugins";
51
+ const _LPR = "ListPluginsRequest";
52
+ const _LPRi = "ListPluginsResponse";
53
+ const _LT = "ListTemplates";
54
+ const _LTFR = "ListTagsForResource";
55
+ const _LTFRR = "ListTagsForResourceRequest";
56
+ const _LTFRRi = "ListTagsForResourceResponse";
57
+ const _LTS = "ListTemplateSteps";
58
+ const _LTSG = "ListTemplateStepGroups";
59
+ const _LTSGR = "ListTemplateStepGroupsRequest";
60
+ const _LTSGRi = "ListTemplateStepGroupsResponse";
61
+ const _LTSR = "ListTemplateStepsRequest";
62
+ const _LTSRi = "ListTemplateStepsResponse";
63
+ const _LW = "ListWorkflows";
64
+ const _LWS = "ListWorkflowSteps";
65
+ const _LWSG = "ListWorkflowStepGroups";
66
+ const _LWSGR = "ListWorkflowStepGroupsRequest";
67
+ const _LWSGRi = "ListWorkflowStepGroupsResponse";
68
+ const _LWSR = "ListWorkflowStepsRequest";
69
+ const _LWSRi = "ListWorkflowStepsResponse";
70
+ const _MWS = "MigrationWorkflowSummary";
71
+ const _MWSL = "MigrationWorkflowSummaryList";
72
+ const _PC = "PlatformCommand";
73
+ const _PS = "PluginSummary";
74
+ const _PSK = "PlatformScriptKey";
75
+ const _PSl = "PluginSummaries";
76
+ const _RNFE = "ResourceNotFoundException";
77
+ const _RWS = "RetryWorkflowStep";
78
+ const _RWSR = "RetryWorkflowStepRequest";
79
+ const _RWSRe = "RetryWorkflowStepResponse";
80
+ const _SAC = "StepAutomationConfiguration";
81
+ const _SI = "StepInput";
82
+ const _SIP = "StepInputParameters";
83
+ const _SMWR = "StartMigrationWorkflowRequest";
84
+ const _SMWRt = "StartMigrationWorkflowResponse";
85
+ const _SMWRto = "StopMigrationWorkflowRequest";
86
+ const _SMWRtop = "StopMigrationWorkflowResponse";
87
+ const _SO = "StepOutput";
88
+ const _SOL = "StepOutputList";
89
+ const _SW = "StartWorkflow";
90
+ const _SWt = "StopWorkflow";
91
+ const _T = "Tool";
92
+ const _TE = "ThrottlingException";
93
+ const _TI = "TemplateInput";
94
+ const _TIL = "TemplateInputList";
95
+ const _TL = "ToolsList";
96
+ const _TR = "TagResource";
97
+ const _TRR = "TagResourceRequest";
98
+ const _TRRa = "TagResourceResponse";
99
+ const _TS = "TemplateSummary";
100
+ const _TSGS = "TemplateStepGroupSummary";
101
+ const _TSGSL = "TemplateStepGroupSummaryList";
102
+ const _TSL = "TemplateSummaryList";
103
+ const _TSS = "TemplateStepSummary";
104
+ const _TSSL = "TemplateStepSummaryList";
105
+ const _TSe = "TemplateSource";
106
+ const _UMWR = "UpdateMigrationWorkflowRequest";
107
+ const _UMWRp = "UpdateMigrationWorkflowResponse";
108
+ const _UR = "UntagResource";
109
+ const _URR = "UntagResourceRequest";
110
+ const _URRn = "UntagResourceResponse";
111
+ const _UT = "UpdateTemplate";
112
+ const _UTR = "UpdateTemplateRequest";
113
+ const _UTRp = "UpdateTemplateResponse";
114
+ const _UW = "UpdateWorkflow";
115
+ const _UWS = "UpdateWorkflowStep";
116
+ const _UWSG = "UpdateWorkflowStepGroup";
117
+ const _UWSGR = "UpdateWorkflowStepGroupRequest";
118
+ const _UWSGRp = "UpdateWorkflowStepGroupResponse";
119
+ const _UWSR = "UpdateWorkflowStepRequest";
120
+ const _UWSRp = "UpdateWorkflowStepResponse";
121
+ const _VE = "ValidationException";
122
+ const _WSAC = "WorkflowStepAutomationConfiguration";
123
+ const _WSGS = "WorkflowStepGroupSummary";
124
+ const _WSGSL = "WorkflowStepGroupsSummaryList";
125
+ const _WSO = "WorkflowStepOutput";
126
+ const _WSOL = "WorkflowStepOutputList";
127
+ const _WSOU = "WorkflowStepOutputUnion";
128
+ const _WSS = "WorkflowStepSummary";
129
+ const _WSSL = "WorkflowStepsSummaryList";
130
+ const _a = "arn";
131
+ const _aACI = "adsApplicationConfigurationId";
132
+ const _aACN = "adsApplicationConfigurationName";
133
+ const _aAN = "adsApplicationName";
134
+ const _aCI = "applicationConfigurationId";
135
+ const _c = "client";
136
+ const _cS = "completedSteps";
137
+ const _cT = "creationTime";
138
+ const _cTl = "clientToken";
139
+ const _co = "command";
140
+ const _d = "description";
141
+ const _dT = "dataType";
142
+ const _e = "error";
143
+ const _eT = "endTime";
144
+ const _h = "hostname";
145
+ const _hE = "httpError";
146
+ const _hQ = "httpQuery";
147
+ const _ht = "http";
148
+ const _i = "id";
149
+ const _iA = "ipAddress";
150
+ const _iN = "inputName";
151
+ const _iP = "inputParameters";
152
+ const _iV = "integerValue";
153
+ const _in = "inputs";
154
+ const _l = "linux";
155
+ const _lMT = "lastModifiedTime";
156
+ const _lOSV = "listOfStringsValue";
157
+ const _lOSVi = "listOfStringValue";
158
+ const _lST = "lastStartTime";
159
+ const _lSTa = "lastStopTime";
160
+ const _m = "message";
161
+ const _mOSV = "mapOfStringValue";
162
+ const _mR = "maxResults";
163
+ const _mWS = "migrationWorkflowSummary";
164
+ const _n = "name";
165
+ const _nOSC = "noOfSrvCompleted";
166
+ const _nOSF = "noOfSrvFailed";
167
+ const _nT = "nextToken";
168
+ const _ne = "next";
169
+ const _o = "outputs";
170
+ const _ow = "owner";
171
+ const _p = "previous";
172
+ const _pI = "pluginId";
173
+ const _pl = "plugins";
174
+ const _r = "required";
175
+ const _rA = "resourceArn";
176
+ const _rE = "runEnvironment";
177
+ const _rT = "registeredTime";
178
+ const _s = "status";
179
+ const _sAC = "stepAutomationConfiguration";
180
+ const _sAT = "stepActionType";
181
+ const _sGI = "stepGroupId";
182
+ const _sI = "stepId";
183
+ const _sL = "scriptLocation";
184
+ const _sLSB = "scriptLocationS3Bucket";
185
+ const _sLSK = "scriptLocationS3Key";
186
+ const _sM = "statusMessage";
187
+ const _sOL = "scriptOutputLocation";
188
+ const _sT = "stepTargets";
189
+ const _sTt = "stepTarget";
190
+ const _sV = "stringValue";
191
+ const _se = "server";
192
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhuborchestrator";
193
+ const _t = "tags";
194
+ const _tA = "templateArn";
195
+ const _tC = "templateClass";
196
+ const _tD = "templateDescription";
197
+ const _tI = "templateId";
198
+ const _tK = "tagKeys";
199
+ const _tN = "templateName";
200
+ const _tNOS = "totalNoOfSrv";
201
+ const _tS = "templateSource";
202
+ const _tSGS = "templateStepGroupSummary";
203
+ const _tSSL = "templateStepSummaryList";
204
+ const _tSe = "templateSummary";
205
+ const _tSo = "totalSteps";
206
+ const _tT = "targetType";
207
+ const _to = "tools";
208
+ const _u = "url";
209
+ const _v = "version";
210
+ const _va = "value";
211
+ const _w = "windows";
212
+ const _wB = "workflowBucket";
213
+ const _wI = "workflowInputs";
214
+ const _wIo = "workflowId";
215
+ const _wSAC = "workflowStepAutomationConfiguration";
216
+ const _wSGS = "workflowStepGroupsSummary";
217
+ const _wSS = "workflowStepsSummary";
218
+ const n0 = "com.amazonaws.migrationhuborchestrator";
219
+ import { TypeRegistry } from "@smithy/core/schema";
220
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
221
+ import { MigrationHubOrchestratorServiceException as __MigrationHubOrchestratorServiceException } from "../models/MigrationHubOrchestratorServiceException";
222
+ export var AccessDeniedException = [
223
+ -3,
224
+ n0,
225
+ _ADE,
226
+ {
227
+ [_e]: _c,
228
+ [_hE]: 403,
229
+ },
230
+ [_m],
231
+ [0],
232
+ ];
233
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
234
+ export var ConflictException = [
235
+ -3,
236
+ n0,
237
+ _CE,
238
+ {
239
+ [_e]: _c,
240
+ [_hE]: 409,
241
+ },
242
+ [_m],
243
+ [0],
244
+ ];
245
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
246
+ export var CreateMigrationWorkflowRequest = [
247
+ 3,
248
+ n0,
249
+ _CMWR,
250
+ 0,
251
+ [_n, _d, _tI, _aCI, _iP, _sT, _t],
252
+ [0, 0, 0, 0, [() => StepInputParameters, 0], 64 | 0, 128 | 0],
253
+ ];
254
+ export var CreateMigrationWorkflowResponse = [
255
+ 3,
256
+ n0,
257
+ _CMWRr,
258
+ 0,
259
+ [_i, _a, _n, _d, _tI, _aACI, _wI, _sT, _s, _cT, _t],
260
+ [0, 0, 0, 0, 0, 0, [() => StepInputParameters, 0], 64 | 0, 0, 4, 128 | 0],
261
+ ];
262
+ export var CreateTemplateRequest = [
263
+ 3,
264
+ n0,
265
+ _CTR,
266
+ 0,
267
+ [_tN, _tD, _tS, _cTl, _t],
268
+ [0, 0, () => TemplateSource, [0, 4], 128 | 0],
269
+ ];
270
+ export var CreateTemplateResponse = [3, n0, _CTRr, 0, [_tI, _tA, _t], [0, 0, 128 | 0]];
271
+ export var CreateWorkflowStepGroupRequest = [
272
+ 3,
273
+ n0,
274
+ _CWSGR,
275
+ 0,
276
+ [_wIo, _n, _d, _ne, _p],
277
+ [0, 0, 0, 64 | 0, 64 | 0],
278
+ ];
279
+ export var CreateWorkflowStepGroupResponse = [
280
+ 3,
281
+ n0,
282
+ _CWSGRr,
283
+ 0,
284
+ [_wIo, _n, _i, _d, _to, _ne, _p, _cT],
285
+ [0, 0, 0, 0, () => ToolsList, 64 | 0, 64 | 0, 4],
286
+ ];
287
+ export var CreateWorkflowStepRequest = [
288
+ 3,
289
+ n0,
290
+ _CWSR,
291
+ 0,
292
+ [_n, _sGI, _wIo, _sAT, _d, _wSAC, _sTt, _o, _p, _ne],
293
+ [0, 0, 0, 0, 0, () => WorkflowStepAutomationConfiguration, 64 | 0, () => WorkflowStepOutputList, 64 | 0, 64 | 0],
294
+ ];
295
+ export var CreateWorkflowStepResponse = [3, n0, _CWSRr, 0, [_i, _sGI, _wIo, _n], [0, 0, 0, 0]];
296
+ export var DeleteMigrationWorkflowRequest = [3, n0, _DMWR, 0, [_i], [[0, 1]]];
297
+ export var DeleteMigrationWorkflowResponse = [3, n0, _DMWRe, 0, [_i, _a, _s], [0, 0, 0]];
298
+ export var DeleteTemplateRequest = [3, n0, _DTR, 0, [_i], [[0, 1]]];
299
+ export var DeleteTemplateResponse = [3, n0, _DTRe, 0, [], []];
300
+ export var DeleteWorkflowStepGroupRequest = [
301
+ 3,
302
+ n0,
303
+ _DWSGR,
304
+ 0,
305
+ [_wIo, _i],
306
+ [
307
+ [
308
+ 0,
309
+ {
310
+ [_hQ]: _wIo,
311
+ },
312
+ ],
313
+ [0, 1],
314
+ ],
315
+ ];
316
+ export var DeleteWorkflowStepGroupResponse = [3, n0, _DWSGRe, 0, [], []];
317
+ export var DeleteWorkflowStepRequest = [
318
+ 3,
319
+ n0,
320
+ _DWSR,
321
+ 0,
322
+ [_i, _sGI, _wIo],
323
+ [
324
+ [0, 1],
325
+ [
326
+ 0,
327
+ {
328
+ [_hQ]: _sGI,
329
+ },
330
+ ],
331
+ [
332
+ 0,
333
+ {
334
+ [_hQ]: _wIo,
335
+ },
336
+ ],
337
+ ],
338
+ ];
339
+ export var DeleteWorkflowStepResponse = [3, n0, _DWSRe, 0, [], []];
340
+ export var GetMigrationWorkflowRequest = [3, n0, _GMWR, 0, [_i], [[0, 1]]];
341
+ export var GetMigrationWorkflowResponse = [
342
+ 3,
343
+ n0,
344
+ _GMWRe,
345
+ 0,
346
+ [_i, _a, _n, _d, _tI, _aACI, _aAN, _s, _sM, _cT, _lST, _lSTa, _lMT, _eT, _to, _tSo, _cS, _wI, _t, _wB],
347
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, () => ToolsList, 1, 1, [() => StepInputParameters, 0], 128 | 0, 0],
348
+ ];
349
+ export var GetMigrationWorkflowTemplateRequest = [3, n0, _GMWTR, 0, [_i], [[0, 1]]];
350
+ export var GetMigrationWorkflowTemplateResponse = [
351
+ 3,
352
+ n0,
353
+ _GMWTRe,
354
+ 0,
355
+ [_i, _tA, _n, _d, _in, _to, _cT, _ow, _s, _sM, _tC, _t],
356
+ [0, 0, 0, 0, () => TemplateInputList, () => ToolsList, 4, 0, 0, 0, 0, 128 | 0],
357
+ ];
358
+ export var GetTemplateStepGroupRequest = [
359
+ 3,
360
+ n0,
361
+ _GTSGR,
362
+ 0,
363
+ [_tI, _i],
364
+ [
365
+ [0, 1],
366
+ [0, 1],
367
+ ],
368
+ ];
369
+ export var GetTemplateStepGroupResponse = [
370
+ 3,
371
+ n0,
372
+ _GTSGRe,
373
+ 0,
374
+ [_tI, _i, _n, _d, _s, _cT, _lMT, _to, _p, _ne],
375
+ [0, 0, 0, 0, 0, 4, 4, () => ToolsList, 64 | 0, 64 | 0],
376
+ ];
377
+ export var GetTemplateStepRequest = [
378
+ 3,
379
+ n0,
380
+ _GTSR,
381
+ 0,
382
+ [_i, _tI, _sGI],
383
+ [
384
+ [0, 1],
385
+ [
386
+ 0,
387
+ {
388
+ [_hQ]: _tI,
389
+ },
390
+ ],
391
+ [
392
+ 0,
393
+ {
394
+ [_hQ]: _sGI,
395
+ },
396
+ ],
397
+ ],
398
+ ];
399
+ export var GetTemplateStepResponse = [
400
+ 3,
401
+ n0,
402
+ _GTSRe,
403
+ 0,
404
+ [_i, _sGI, _tI, _n, _d, _sAT, _cT, _p, _ne, _o, _sAC],
405
+ [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => StepOutputList, () => StepAutomationConfiguration],
406
+ ];
407
+ export var GetWorkflowStepGroupRequest = [
408
+ 3,
409
+ n0,
410
+ _GWSGR,
411
+ 0,
412
+ [_i, _wIo],
413
+ [
414
+ [0, 1],
415
+ [
416
+ 0,
417
+ {
418
+ [_hQ]: _wIo,
419
+ },
420
+ ],
421
+ ],
422
+ ];
423
+ export var GetWorkflowStepGroupResponse = [
424
+ 3,
425
+ n0,
426
+ _GWSGRe,
427
+ 0,
428
+ [_i, _wIo, _n, _d, _s, _ow, _cT, _lMT, _eT, _to, _p, _ne],
429
+ [0, 0, 0, 0, 0, 0, 4, 4, 4, () => ToolsList, 64 | 0, 64 | 0],
430
+ ];
431
+ export var GetWorkflowStepRequest = [
432
+ 3,
433
+ n0,
434
+ _GWSR,
435
+ 0,
436
+ [_wIo, _sGI, _i],
437
+ [
438
+ [
439
+ 0,
440
+ {
441
+ [_hQ]: _wIo,
442
+ },
443
+ ],
444
+ [
445
+ 0,
446
+ {
447
+ [_hQ]: _sGI,
448
+ },
449
+ ],
450
+ [0, 1],
451
+ ],
452
+ ];
453
+ export var GetWorkflowStepResponse = [
454
+ 3,
455
+ n0,
456
+ _GWSRe,
457
+ 0,
458
+ [_n, _sGI, _wIo, _sI, _d, _sAT, _ow, _wSAC, _sTt, _o, _p, _ne, _s, _sM, _sOL, _cT, _lST, _eT, _nOSC, _nOSF, _tNOS],
459
+ [
460
+ 0,
461
+ 0,
462
+ 0,
463
+ 0,
464
+ 0,
465
+ 0,
466
+ 0,
467
+ () => WorkflowStepAutomationConfiguration,
468
+ 64 | 0,
469
+ () => WorkflowStepOutputList,
470
+ 64 | 0,
471
+ 64 | 0,
472
+ 0,
473
+ 0,
474
+ 0,
475
+ 4,
476
+ 4,
477
+ 4,
478
+ 1,
479
+ 1,
480
+ 1,
481
+ ],
482
+ ];
483
+ export var InternalServerException = [
484
+ -3,
485
+ n0,
486
+ _ISE,
487
+ {
488
+ [_e]: _se,
489
+ [_hE]: 500,
490
+ },
491
+ [_m],
492
+ [0],
493
+ ];
494
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
495
+ export var ListMigrationWorkflowsRequest = [
496
+ 3,
497
+ n0,
498
+ _LMWR,
499
+ 0,
500
+ [_mR, _nT, _tI, _aACN, _s, _n],
501
+ [
502
+ [
503
+ 1,
504
+ {
505
+ [_hQ]: _mR,
506
+ },
507
+ ],
508
+ [
509
+ 0,
510
+ {
511
+ [_hQ]: _nT,
512
+ },
513
+ ],
514
+ [
515
+ 0,
516
+ {
517
+ [_hQ]: _tI,
518
+ },
519
+ ],
520
+ [
521
+ 0,
522
+ {
523
+ [_hQ]: _aACN,
524
+ },
525
+ ],
526
+ [
527
+ 0,
528
+ {
529
+ [_hQ]: _s,
530
+ },
531
+ ],
532
+ [
533
+ 0,
534
+ {
535
+ [_hQ]: _n,
536
+ },
537
+ ],
538
+ ],
539
+ ];
540
+ export var ListMigrationWorkflowsResponse = [
541
+ 3,
542
+ n0,
543
+ _LMWRi,
544
+ 0,
545
+ [_nT, _mWS],
546
+ [0, () => MigrationWorkflowSummaryList],
547
+ ];
548
+ export var ListMigrationWorkflowTemplatesRequest = [
549
+ 3,
550
+ n0,
551
+ _LMWTR,
552
+ 0,
553
+ [_mR, _nT, _n],
554
+ [
555
+ [
556
+ 1,
557
+ {
558
+ [_hQ]: _mR,
559
+ },
560
+ ],
561
+ [
562
+ 0,
563
+ {
564
+ [_hQ]: _nT,
565
+ },
566
+ ],
567
+ [
568
+ 0,
569
+ {
570
+ [_hQ]: _n,
571
+ },
572
+ ],
573
+ ],
574
+ ];
575
+ export var ListMigrationWorkflowTemplatesResponse = [
576
+ 3,
577
+ n0,
578
+ _LMWTRi,
579
+ 0,
580
+ [_nT, _tSe],
581
+ [0, () => TemplateSummaryList],
582
+ ];
583
+ export var ListPluginsRequest = [
584
+ 3,
585
+ n0,
586
+ _LPR,
587
+ 0,
588
+ [_mR, _nT],
589
+ [
590
+ [
591
+ 1,
592
+ {
593
+ [_hQ]: _mR,
594
+ },
595
+ ],
596
+ [
597
+ 0,
598
+ {
599
+ [_hQ]: _nT,
600
+ },
601
+ ],
602
+ ],
603
+ ];
604
+ export var ListPluginsResponse = [3, n0, _LPRi, 0, [_nT, _pl], [0, () => PluginSummaries]];
605
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
606
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
607
+ export var ListTemplateStepGroupsRequest = [
608
+ 3,
609
+ n0,
610
+ _LTSGR,
611
+ 0,
612
+ [_mR, _nT, _tI],
613
+ [
614
+ [
615
+ 1,
616
+ {
617
+ [_hQ]: _mR,
618
+ },
619
+ ],
620
+ [
621
+ 0,
622
+ {
623
+ [_hQ]: _nT,
624
+ },
625
+ ],
626
+ [0, 1],
627
+ ],
628
+ ];
629
+ export var ListTemplateStepGroupsResponse = [
630
+ 3,
631
+ n0,
632
+ _LTSGRi,
633
+ 0,
634
+ [_nT, _tSGS],
635
+ [0, () => TemplateStepGroupSummaryList],
636
+ ];
637
+ export var ListTemplateStepsRequest = [
638
+ 3,
639
+ n0,
640
+ _LTSR,
641
+ 0,
642
+ [_mR, _nT, _tI, _sGI],
643
+ [
644
+ [
645
+ 1,
646
+ {
647
+ [_hQ]: _mR,
648
+ },
649
+ ],
650
+ [
651
+ 0,
652
+ {
653
+ [_hQ]: _nT,
654
+ },
655
+ ],
656
+ [
657
+ 0,
658
+ {
659
+ [_hQ]: _tI,
660
+ },
661
+ ],
662
+ [
663
+ 0,
664
+ {
665
+ [_hQ]: _sGI,
666
+ },
667
+ ],
668
+ ],
669
+ ];
670
+ export var ListTemplateStepsResponse = [
671
+ 3,
672
+ n0,
673
+ _LTSRi,
674
+ 0,
675
+ [_nT, _tSSL],
676
+ [0, () => TemplateStepSummaryList],
677
+ ];
678
+ export var ListWorkflowStepGroupsRequest = [
679
+ 3,
680
+ n0,
681
+ _LWSGR,
682
+ 0,
683
+ [_nT, _mR, _wIo],
684
+ [
685
+ [
686
+ 0,
687
+ {
688
+ [_hQ]: _nT,
689
+ },
690
+ ],
691
+ [
692
+ 1,
693
+ {
694
+ [_hQ]: _mR,
695
+ },
696
+ ],
697
+ [
698
+ 0,
699
+ {
700
+ [_hQ]: _wIo,
701
+ },
702
+ ],
703
+ ],
704
+ ];
705
+ export var ListWorkflowStepGroupsResponse = [
706
+ 3,
707
+ n0,
708
+ _LWSGRi,
709
+ 0,
710
+ [_nT, _wSGS],
711
+ [0, () => WorkflowStepGroupsSummaryList],
712
+ ];
713
+ export var ListWorkflowStepsRequest = [
714
+ 3,
715
+ n0,
716
+ _LWSR,
717
+ 0,
718
+ [_nT, _mR, _wIo, _sGI],
719
+ [
720
+ [
721
+ 0,
722
+ {
723
+ [_hQ]: _nT,
724
+ },
725
+ ],
726
+ [
727
+ 1,
728
+ {
729
+ [_hQ]: _mR,
730
+ },
731
+ ],
732
+ [0, 1],
733
+ [0, 1],
734
+ ],
735
+ ];
736
+ export var ListWorkflowStepsResponse = [
737
+ 3,
738
+ n0,
739
+ _LWSRi,
740
+ 0,
741
+ [_nT, _wSS],
742
+ [0, () => WorkflowStepsSummaryList],
743
+ ];
744
+ export var MigrationWorkflowSummary = [
745
+ 3,
746
+ n0,
747
+ _MWS,
748
+ 0,
749
+ [_i, _n, _tI, _aACN, _s, _cT, _eT, _sM, _cS, _tSo],
750
+ [0, 0, 0, 0, 0, 4, 4, 0, 1, 1],
751
+ ];
752
+ export var PlatformCommand = [3, n0, _PC, 0, [_l, _w], [0, 0]];
753
+ export var PlatformScriptKey = [3, n0, _PSK, 0, [_l, _w], [0, 0]];
754
+ export var PluginSummary = [3, n0, _PS, 0, [_pI, _h, _s, _iA, _v, _rT], [0, 0, 0, 0, 0, 0]];
755
+ export var ResourceNotFoundException = [
756
+ -3,
757
+ n0,
758
+ _RNFE,
759
+ {
760
+ [_e]: _c,
761
+ [_hE]: 404,
762
+ },
763
+ [_m],
764
+ [0],
765
+ ];
766
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
767
+ export var RetryWorkflowStepRequest = [
768
+ 3,
769
+ n0,
770
+ _RWSR,
771
+ 0,
772
+ [_wIo, _sGI, _i],
773
+ [
774
+ [
775
+ 0,
776
+ {
777
+ [_hQ]: _wIo,
778
+ },
779
+ ],
780
+ [
781
+ 0,
782
+ {
783
+ [_hQ]: _sGI,
784
+ },
785
+ ],
786
+ [0, 1],
787
+ ],
788
+ ];
789
+ export var RetryWorkflowStepResponse = [3, n0, _RWSRe, 0, [_sGI, _wIo, _i, _s], [0, 0, 0, 0]];
790
+ export var StartMigrationWorkflowRequest = [3, n0, _SMWR, 0, [_i], [[0, 1]]];
791
+ export var StartMigrationWorkflowResponse = [
792
+ 3,
793
+ n0,
794
+ _SMWRt,
795
+ 0,
796
+ [_i, _a, _s, _sM, _lST],
797
+ [0, 0, 0, 0, 4],
798
+ ];
799
+ export var StepAutomationConfiguration = [
800
+ 3,
801
+ n0,
802
+ _SAC,
803
+ 0,
804
+ [_sLSB, _sLSK, _co, _rE, _tT],
805
+ [0, () => PlatformScriptKey, () => PlatformCommand, 0, 0],
806
+ ];
807
+ export var StepOutput = [3, n0, _SO, 0, [_n, _dT, _r], [0, 0, 2]];
808
+ export var StopMigrationWorkflowRequest = [3, n0, _SMWRto, 0, [_i], [[0, 1]]];
809
+ export var StopMigrationWorkflowResponse = [
810
+ 3,
811
+ n0,
812
+ _SMWRtop,
813
+ 0,
814
+ [_i, _a, _s, _sM, _lSTa],
815
+ [0, 0, 0, 0, 4],
816
+ ];
817
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
818
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
819
+ export var TemplateInput = [3, n0, _TI, 0, [_iN, _dT, _r], [0, 0, 2]];
820
+ export var TemplateStepGroupSummary = [
821
+ 3,
822
+ n0,
823
+ _TSGS,
824
+ 0,
825
+ [_i, _n, _p, _ne],
826
+ [0, 0, 64 | 0, 64 | 0],
827
+ ];
828
+ export var TemplateStepSummary = [
829
+ 3,
830
+ n0,
831
+ _TSS,
832
+ 0,
833
+ [_i, _sGI, _tI, _n, _sAT, _tT, _ow, _p, _ne],
834
+ [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0],
835
+ ];
836
+ export var TemplateSummary = [3, n0, _TS, 0, [_i, _n, _a, _d], [0, 0, 0, 0]];
837
+ export var ThrottlingException = [
838
+ -3,
839
+ n0,
840
+ _TE,
841
+ {
842
+ [_e]: _c,
843
+ [_hE]: 429,
844
+ },
845
+ [_m],
846
+ [0],
847
+ ];
848
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
849
+ export var Tool = [3, n0, _T, 0, [_n, _u], [0, 0]];
850
+ export var UntagResourceRequest = [
851
+ 3,
852
+ n0,
853
+ _URR,
854
+ 0,
855
+ [_rA, _tK],
856
+ [
857
+ [0, 1],
858
+ [
859
+ 64 | 0,
860
+ {
861
+ [_hQ]: _tK,
862
+ },
863
+ ],
864
+ ],
865
+ ];
866
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
867
+ export var UpdateMigrationWorkflowRequest = [
868
+ 3,
869
+ n0,
870
+ _UMWR,
871
+ 0,
872
+ [_i, _n, _d, _iP, _sT],
873
+ [[0, 1], 0, 0, [() => StepInputParameters, 0], 64 | 0],
874
+ ];
875
+ export var UpdateMigrationWorkflowResponse = [
876
+ 3,
877
+ n0,
878
+ _UMWRp,
879
+ 0,
880
+ [_i, _a, _n, _d, _tI, _aACI, _wI, _sT, _s, _cT, _lMT, _t],
881
+ [0, 0, 0, 0, 0, 0, [() => StepInputParameters, 0], 64 | 0, 0, 4, 4, 128 | 0],
882
+ ];
883
+ export var UpdateTemplateRequest = [
884
+ 3,
885
+ n0,
886
+ _UTR,
887
+ 0,
888
+ [_i, _tN, _tD, _cTl],
889
+ [[0, 1], 0, 0, [0, 4]],
890
+ ];
891
+ export var UpdateTemplateResponse = [3, n0, _UTRp, 0, [_tI, _tA, _t], [0, 0, 128 | 0]];
892
+ export var UpdateWorkflowStepGroupRequest = [
893
+ 3,
894
+ n0,
895
+ _UWSGR,
896
+ 0,
897
+ [_wIo, _i, _n, _d, _ne, _p],
898
+ [
899
+ [
900
+ 0,
901
+ {
902
+ [_hQ]: _wIo,
903
+ },
904
+ ],
905
+ [0, 1],
906
+ 0,
907
+ 0,
908
+ 64 | 0,
909
+ 64 | 0,
910
+ ],
911
+ ];
912
+ export var UpdateWorkflowStepGroupResponse = [
913
+ 3,
914
+ n0,
915
+ _UWSGRp,
916
+ 0,
917
+ [_wIo, _n, _i, _d, _to, _ne, _p, _lMT],
918
+ [0, 0, 0, 0, () => ToolsList, 64 | 0, 64 | 0, 4],
919
+ ];
920
+ export var UpdateWorkflowStepRequest = [
921
+ 3,
922
+ n0,
923
+ _UWSR,
924
+ 0,
925
+ [_i, _sGI, _wIo, _n, _d, _sAT, _wSAC, _sTt, _o, _p, _ne, _s],
926
+ [
927
+ [0, 1],
928
+ 0,
929
+ 0,
930
+ 0,
931
+ 0,
932
+ 0,
933
+ () => WorkflowStepAutomationConfiguration,
934
+ 64 | 0,
935
+ () => WorkflowStepOutputList,
936
+ 64 | 0,
937
+ 64 | 0,
938
+ 0,
939
+ ],
940
+ ];
941
+ export var UpdateWorkflowStepResponse = [3, n0, _UWSRp, 0, [_i, _sGI, _wIo, _n], [0, 0, 0, 0]];
942
+ export var ValidationException = [
943
+ -3,
944
+ n0,
945
+ _VE,
946
+ {
947
+ [_e]: _c,
948
+ [_hE]: 400,
949
+ },
950
+ [_m],
951
+ [0],
952
+ ];
953
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
954
+ export var WorkflowStepAutomationConfiguration = [
955
+ 3,
956
+ n0,
957
+ _WSAC,
958
+ 0,
959
+ [_sLSB, _sLSK, _co, _rE, _tT],
960
+ [0, () => PlatformScriptKey, () => PlatformCommand, 0, 0],
961
+ ];
962
+ export var WorkflowStepGroupSummary = [
963
+ 3,
964
+ n0,
965
+ _WSGS,
966
+ 0,
967
+ [_i, _n, _ow, _s, _p, _ne],
968
+ [0, 0, 0, 0, 64 | 0, 64 | 0],
969
+ ];
970
+ export var WorkflowStepOutput = [
971
+ 3,
972
+ n0,
973
+ _WSO,
974
+ 0,
975
+ [_n, _dT, _r, _va],
976
+ [0, 0, 2, () => WorkflowStepOutputUnion],
977
+ ];
978
+ export var WorkflowStepSummary = [
979
+ 3,
980
+ n0,
981
+ _WSS,
982
+ 0,
983
+ [_sI, _n, _sAT, _ow, _p, _ne, _s, _sM, _nOSC, _nOSF, _tNOS, _d, _sL],
984
+ [0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 1, 1, 1, 0, 0],
985
+ ];
986
+ export var MigrationHubOrchestratorServiceException = [
987
+ -3,
988
+ _sm,
989
+ "MigrationHubOrchestratorServiceException",
990
+ 0,
991
+ [],
992
+ [],
993
+ ];
994
+ TypeRegistry.for(_sm).registerError(MigrationHubOrchestratorServiceException, __MigrationHubOrchestratorServiceException);
995
+ export var MaxStringList = 64 | 0;
996
+ export var MigrationWorkflowSummaryList = [1, n0, _MWSL, 0, () => MigrationWorkflowSummary];
997
+ export var PluginSummaries = [1, n0, _PSl, 0, () => PluginSummary];
998
+ export var StepOutputList = [1, n0, _SOL, 0, () => StepOutput];
999
+ export var StringList = 64 | 0;
1000
+ export var TagKeyList = 64 | 0;
1001
+ export var TemplateInputList = [1, n0, _TIL, 0, () => TemplateInput];
1002
+ export var TemplateStepGroupSummaryList = [1, n0, _TSGSL, 0, () => TemplateStepGroupSummary];
1003
+ export var TemplateStepSummaryList = [1, n0, _TSSL, 0, () => TemplateStepSummary];
1004
+ export var TemplateSummaryList = [1, n0, _TSL, 0, () => TemplateSummary];
1005
+ export var ToolsList = [1, n0, _TL, 0, () => Tool];
1006
+ export var WorkflowStepGroupsSummaryList = [1, n0, _WSGSL, 0, () => WorkflowStepGroupSummary];
1007
+ export var WorkflowStepOutputList = [1, n0, _WSOL, 0, () => WorkflowStepOutput];
1008
+ export var WorkflowStepsSummaryList = [1, n0, _WSSL, 0, () => WorkflowStepSummary];
1009
+ export var StepInputParameters = [2, n0, _SIP, 8, 0, () => StepInput];
1010
+ export var StringMap = 128 | 0;
1011
+ export var TagMap = 128 | 0;
1012
+ export var StepInput = [3, n0, _SI, 0, [_iV, _sV, _lOSV, _mOSV], [1, 0, 64 | 0, 128 | 0]];
1013
+ export var TemplateSource = [3, n0, _TSe, 0, [_wIo], [0]];
1014
+ export var WorkflowStepOutputUnion = [3, n0, _WSOU, 0, [_iV, _sV, _lOSVi], [1, 0, 64 | 0]];
1015
+ export var CreateTemplate = [
1016
+ 9,
1017
+ n0,
1018
+ _CT,
1019
+ {
1020
+ [_ht]: ["POST", "/template", 200],
1021
+ },
1022
+ () => CreateTemplateRequest,
1023
+ () => CreateTemplateResponse,
1024
+ ];
1025
+ export var CreateWorkflow = [
1026
+ 9,
1027
+ n0,
1028
+ _CW,
1029
+ {
1030
+ [_ht]: ["POST", "/migrationworkflow/", 200],
1031
+ },
1032
+ () => CreateMigrationWorkflowRequest,
1033
+ () => CreateMigrationWorkflowResponse,
1034
+ ];
1035
+ export var CreateWorkflowStep = [
1036
+ 9,
1037
+ n0,
1038
+ _CWS,
1039
+ {
1040
+ [_ht]: ["POST", "/workflowstep", 200],
1041
+ },
1042
+ () => CreateWorkflowStepRequest,
1043
+ () => CreateWorkflowStepResponse,
1044
+ ];
1045
+ export var CreateWorkflowStepGroup = [
1046
+ 9,
1047
+ n0,
1048
+ _CWSG,
1049
+ {
1050
+ [_ht]: ["POST", "/workflowstepgroups", 200],
1051
+ },
1052
+ () => CreateWorkflowStepGroupRequest,
1053
+ () => CreateWorkflowStepGroupResponse,
1054
+ ];
1055
+ export var DeleteTemplate = [
1056
+ 9,
1057
+ n0,
1058
+ _DT,
1059
+ {
1060
+ [_ht]: ["DELETE", "/template/{id}", 200],
1061
+ },
1062
+ () => DeleteTemplateRequest,
1063
+ () => DeleteTemplateResponse,
1064
+ ];
1065
+ export var DeleteWorkflow = [
1066
+ 9,
1067
+ n0,
1068
+ _DW,
1069
+ {
1070
+ [_ht]: ["DELETE", "/migrationworkflow/{id}", 202],
1071
+ },
1072
+ () => DeleteMigrationWorkflowRequest,
1073
+ () => DeleteMigrationWorkflowResponse,
1074
+ ];
1075
+ export var DeleteWorkflowStep = [
1076
+ 9,
1077
+ n0,
1078
+ _DWS,
1079
+ {
1080
+ [_ht]: ["DELETE", "/workflowstep/{id}", 200],
1081
+ },
1082
+ () => DeleteWorkflowStepRequest,
1083
+ () => DeleteWorkflowStepResponse,
1084
+ ];
1085
+ export var DeleteWorkflowStepGroup = [
1086
+ 9,
1087
+ n0,
1088
+ _DWSG,
1089
+ {
1090
+ [_ht]: ["DELETE", "/workflowstepgroup/{id}", 202],
1091
+ },
1092
+ () => DeleteWorkflowStepGroupRequest,
1093
+ () => DeleteWorkflowStepGroupResponse,
1094
+ ];
1095
+ export var GetTemplate = [
1096
+ 9,
1097
+ n0,
1098
+ _GT,
1099
+ {
1100
+ [_ht]: ["GET", "/migrationworkflowtemplate/{id}", 200],
1101
+ },
1102
+ () => GetMigrationWorkflowTemplateRequest,
1103
+ () => GetMigrationWorkflowTemplateResponse,
1104
+ ];
1105
+ export var GetTemplateStep = [
1106
+ 9,
1107
+ n0,
1108
+ _GTS,
1109
+ {
1110
+ [_ht]: ["GET", "/templatestep/{id}", 200],
1111
+ },
1112
+ () => GetTemplateStepRequest,
1113
+ () => GetTemplateStepResponse,
1114
+ ];
1115
+ export var GetTemplateStepGroup = [
1116
+ 9,
1117
+ n0,
1118
+ _GTSG,
1119
+ {
1120
+ [_ht]: ["GET", "/templates/{templateId}/stepgroups/{id}", 200],
1121
+ },
1122
+ () => GetTemplateStepGroupRequest,
1123
+ () => GetTemplateStepGroupResponse,
1124
+ ];
1125
+ export var GetWorkflow = [
1126
+ 9,
1127
+ n0,
1128
+ _GW,
1129
+ {
1130
+ [_ht]: ["GET", "/migrationworkflow/{id}", 200],
1131
+ },
1132
+ () => GetMigrationWorkflowRequest,
1133
+ () => GetMigrationWorkflowResponse,
1134
+ ];
1135
+ export var GetWorkflowStep = [
1136
+ 9,
1137
+ n0,
1138
+ _GWS,
1139
+ {
1140
+ [_ht]: ["GET", "/workflowstep/{id}", 200],
1141
+ },
1142
+ () => GetWorkflowStepRequest,
1143
+ () => GetWorkflowStepResponse,
1144
+ ];
1145
+ export var GetWorkflowStepGroup = [
1146
+ 9,
1147
+ n0,
1148
+ _GWSG,
1149
+ {
1150
+ [_ht]: ["GET", "/workflowstepgroup/{id}", 200],
1151
+ },
1152
+ () => GetWorkflowStepGroupRequest,
1153
+ () => GetWorkflowStepGroupResponse,
1154
+ ];
1155
+ export var ListPlugins = [
1156
+ 9,
1157
+ n0,
1158
+ _LP,
1159
+ {
1160
+ [_ht]: ["GET", "/plugins", 200],
1161
+ },
1162
+ () => ListPluginsRequest,
1163
+ () => ListPluginsResponse,
1164
+ ];
1165
+ export var ListTagsForResource = [
1166
+ 9,
1167
+ n0,
1168
+ _LTFR,
1169
+ {
1170
+ [_ht]: ["GET", "/tags/{resourceArn}", 200],
1171
+ },
1172
+ () => ListTagsForResourceRequest,
1173
+ () => ListTagsForResourceResponse,
1174
+ ];
1175
+ export var ListTemplates = [
1176
+ 9,
1177
+ n0,
1178
+ _LT,
1179
+ {
1180
+ [_ht]: ["GET", "/migrationworkflowtemplates", 200],
1181
+ },
1182
+ () => ListMigrationWorkflowTemplatesRequest,
1183
+ () => ListMigrationWorkflowTemplatesResponse,
1184
+ ];
1185
+ export var ListTemplateStepGroups = [
1186
+ 9,
1187
+ n0,
1188
+ _LTSG,
1189
+ {
1190
+ [_ht]: ["GET", "/templatestepgroups/{templateId}", 200],
1191
+ },
1192
+ () => ListTemplateStepGroupsRequest,
1193
+ () => ListTemplateStepGroupsResponse,
1194
+ ];
1195
+ export var ListTemplateSteps = [
1196
+ 9,
1197
+ n0,
1198
+ _LTS,
1199
+ {
1200
+ [_ht]: ["GET", "/templatesteps", 200],
1201
+ },
1202
+ () => ListTemplateStepsRequest,
1203
+ () => ListTemplateStepsResponse,
1204
+ ];
1205
+ export var ListWorkflows = [
1206
+ 9,
1207
+ n0,
1208
+ _LW,
1209
+ {
1210
+ [_ht]: ["GET", "/migrationworkflows", 200],
1211
+ },
1212
+ () => ListMigrationWorkflowsRequest,
1213
+ () => ListMigrationWorkflowsResponse,
1214
+ ];
1215
+ export var ListWorkflowStepGroups = [
1216
+ 9,
1217
+ n0,
1218
+ _LWSG,
1219
+ {
1220
+ [_ht]: ["GET", "/workflowstepgroups", 200],
1221
+ },
1222
+ () => ListWorkflowStepGroupsRequest,
1223
+ () => ListWorkflowStepGroupsResponse,
1224
+ ];
1225
+ export var ListWorkflowSteps = [
1226
+ 9,
1227
+ n0,
1228
+ _LWS,
1229
+ {
1230
+ [_ht]: ["GET", "/workflow/{workflowId}/workflowstepgroups/{stepGroupId}/workflowsteps", 200],
1231
+ },
1232
+ () => ListWorkflowStepsRequest,
1233
+ () => ListWorkflowStepsResponse,
1234
+ ];
1235
+ export var RetryWorkflowStep = [
1236
+ 9,
1237
+ n0,
1238
+ _RWS,
1239
+ {
1240
+ [_ht]: ["POST", "/retryworkflowstep/{id}", 200],
1241
+ },
1242
+ () => RetryWorkflowStepRequest,
1243
+ () => RetryWorkflowStepResponse,
1244
+ ];
1245
+ export var StartWorkflow = [
1246
+ 9,
1247
+ n0,
1248
+ _SW,
1249
+ {
1250
+ [_ht]: ["POST", "/migrationworkflow/{id}/start", 200],
1251
+ },
1252
+ () => StartMigrationWorkflowRequest,
1253
+ () => StartMigrationWorkflowResponse,
1254
+ ];
1255
+ export var StopWorkflow = [
1256
+ 9,
1257
+ n0,
1258
+ _SWt,
1259
+ {
1260
+ [_ht]: ["POST", "/migrationworkflow/{id}/stop", 200],
1261
+ },
1262
+ () => StopMigrationWorkflowRequest,
1263
+ () => StopMigrationWorkflowResponse,
1264
+ ];
1265
+ export var TagResource = [
1266
+ 9,
1267
+ n0,
1268
+ _TR,
1269
+ {
1270
+ [_ht]: ["POST", "/tags/{resourceArn}", 200],
1271
+ },
1272
+ () => TagResourceRequest,
1273
+ () => TagResourceResponse,
1274
+ ];
1275
+ export var UntagResource = [
1276
+ 9,
1277
+ n0,
1278
+ _UR,
1279
+ {
1280
+ [_ht]: ["DELETE", "/tags/{resourceArn}", 200],
1281
+ },
1282
+ () => UntagResourceRequest,
1283
+ () => UntagResourceResponse,
1284
+ ];
1285
+ export var UpdateTemplate = [
1286
+ 9,
1287
+ n0,
1288
+ _UT,
1289
+ {
1290
+ [_ht]: ["POST", "/template/{id}", 200],
1291
+ },
1292
+ () => UpdateTemplateRequest,
1293
+ () => UpdateTemplateResponse,
1294
+ ];
1295
+ export var UpdateWorkflow = [
1296
+ 9,
1297
+ n0,
1298
+ _UW,
1299
+ {
1300
+ [_ht]: ["POST", "/migrationworkflow/{id}", 200],
1301
+ },
1302
+ () => UpdateMigrationWorkflowRequest,
1303
+ () => UpdateMigrationWorkflowResponse,
1304
+ ];
1305
+ export var UpdateWorkflowStep = [
1306
+ 9,
1307
+ n0,
1308
+ _UWS,
1309
+ {
1310
+ [_ht]: ["POST", "/workflowstep/{id}", 200],
1311
+ },
1312
+ () => UpdateWorkflowStepRequest,
1313
+ () => UpdateWorkflowStepResponse,
1314
+ ];
1315
+ export var UpdateWorkflowStepGroup = [
1316
+ 9,
1317
+ n0,
1318
+ _UWSG,
1319
+ {
1320
+ [_ht]: ["POST", "/workflowstepgroup/{id}", 202],
1321
+ },
1322
+ () => UpdateWorkflowStepGroupRequest,
1323
+ () => UpdateWorkflowStepGroupResponse,
1324
+ ];