@aws-sdk/client-migrationhuborchestrator 3.987.0 → 3.989.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +50 -1025
- package/dist-cjs/models/MigrationHubOrchestratorServiceException.js +12 -0
- package/dist-cjs/models/errors.js +85 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +804 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +54 -48
- package/dist-types/schemas/schemas_0.d.ts +12 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/package.json +13 -13
|
@@ -0,0 +1,804 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListWorkflowStepGroupsResponse$ = exports.ListWorkflowStepGroupsRequest$ = exports.ListTemplateStepsResponse$ = exports.ListTemplateStepsRequest$ = exports.ListTemplateStepGroupsResponse$ = exports.ListTemplateStepGroupsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListPluginsResponse$ = exports.ListPluginsRequest$ = exports.ListMigrationWorkflowTemplatesResponse$ = exports.ListMigrationWorkflowTemplatesRequest$ = exports.ListMigrationWorkflowsResponse$ = exports.ListMigrationWorkflowsRequest$ = exports.GetWorkflowStepResponse$ = exports.GetWorkflowStepRequest$ = exports.GetWorkflowStepGroupResponse$ = exports.GetWorkflowStepGroupRequest$ = exports.GetTemplateStepResponse$ = exports.GetTemplateStepRequest$ = exports.GetTemplateStepGroupResponse$ = exports.GetTemplateStepGroupRequest$ = exports.GetMigrationWorkflowTemplateResponse$ = exports.GetMigrationWorkflowTemplateRequest$ = exports.GetMigrationWorkflowResponse$ = exports.GetMigrationWorkflowRequest$ = exports.DeleteWorkflowStepResponse$ = exports.DeleteWorkflowStepRequest$ = exports.DeleteWorkflowStepGroupResponse$ = exports.DeleteWorkflowStepGroupRequest$ = exports.DeleteTemplateResponse$ = exports.DeleteTemplateRequest$ = exports.DeleteMigrationWorkflowResponse$ = exports.DeleteMigrationWorkflowRequest$ = exports.CreateWorkflowStepResponse$ = exports.CreateWorkflowStepRequest$ = exports.CreateWorkflowStepGroupResponse$ = exports.CreateWorkflowStepGroupRequest$ = exports.CreateTemplateResponse$ = exports.CreateTemplateRequest$ = exports.CreateMigrationWorkflowResponse$ = exports.CreateMigrationWorkflowRequest$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.MigrationHubOrchestratorServiceException$ = void 0;
|
|
4
|
+
exports.GetWorkflow$ = exports.GetTemplateStepGroup$ = exports.GetTemplateStep$ = exports.GetTemplate$ = exports.DeleteWorkflowStepGroup$ = exports.DeleteWorkflowStep$ = exports.DeleteWorkflow$ = exports.DeleteTemplate$ = exports.CreateWorkflowStepGroup$ = exports.CreateWorkflowStep$ = exports.CreateWorkflow$ = exports.CreateTemplate$ = exports.WorkflowStepOutputUnion$ = exports.TemplateSource$ = exports.StepInput$ = exports.WorkflowStepSummary$ = exports.WorkflowStepOutput$ = exports.WorkflowStepGroupSummary$ = exports.WorkflowStepAutomationConfiguration$ = exports.UpdateWorkflowStepResponse$ = exports.UpdateWorkflowStepRequest$ = exports.UpdateWorkflowStepGroupResponse$ = exports.UpdateWorkflowStepGroupRequest$ = exports.UpdateTemplateResponse$ = exports.UpdateTemplateRequest$ = exports.UpdateMigrationWorkflowResponse$ = exports.UpdateMigrationWorkflowRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.Tool$ = exports.TemplateSummary$ = exports.TemplateStepSummary$ = exports.TemplateStepGroupSummary$ = exports.TemplateInput$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StopMigrationWorkflowResponse$ = exports.StopMigrationWorkflowRequest$ = exports.StepOutput$ = exports.StepAutomationConfiguration$ = exports.StartMigrationWorkflowResponse$ = exports.StartMigrationWorkflowRequest$ = exports.RetryWorkflowStepResponse$ = exports.RetryWorkflowStepRequest$ = exports.PluginSummary$ = exports.PlatformScriptKey$ = exports.PlatformCommand$ = exports.MigrationWorkflowSummary$ = exports.ListWorkflowStepsResponse$ = exports.ListWorkflowStepsRequest$ = void 0;
|
|
5
|
+
exports.UpdateWorkflowStepGroup$ = exports.UpdateWorkflowStep$ = exports.UpdateWorkflow$ = exports.UpdateTemplate$ = exports.UntagResource$ = exports.TagResource$ = exports.StopWorkflow$ = exports.StartWorkflow$ = exports.RetryWorkflowStep$ = exports.ListWorkflowSteps$ = exports.ListWorkflowStepGroups$ = exports.ListWorkflows$ = exports.ListTemplateSteps$ = exports.ListTemplateStepGroups$ = exports.ListTemplates$ = exports.ListTagsForResource$ = exports.ListPlugins$ = exports.GetWorkflowStepGroup$ = exports.GetWorkflowStep$ = void 0;
|
|
6
|
+
const _ADE = "AccessDeniedException";
|
|
7
|
+
const _CE = "ConflictException";
|
|
8
|
+
const _CMWR = "CreateMigrationWorkflowRequest";
|
|
9
|
+
const _CMWRr = "CreateMigrationWorkflowResponse";
|
|
10
|
+
const _CT = "CreateTemplate";
|
|
11
|
+
const _CTR = "CreateTemplateRequest";
|
|
12
|
+
const _CTRr = "CreateTemplateResponse";
|
|
13
|
+
const _CW = "CreateWorkflow";
|
|
14
|
+
const _CWS = "CreateWorkflowStep";
|
|
15
|
+
const _CWSG = "CreateWorkflowStepGroup";
|
|
16
|
+
const _CWSGR = "CreateWorkflowStepGroupRequest";
|
|
17
|
+
const _CWSGRr = "CreateWorkflowStepGroupResponse";
|
|
18
|
+
const _CWSR = "CreateWorkflowStepRequest";
|
|
19
|
+
const _CWSRr = "CreateWorkflowStepResponse";
|
|
20
|
+
const _DMWR = "DeleteMigrationWorkflowRequest";
|
|
21
|
+
const _DMWRe = "DeleteMigrationWorkflowResponse";
|
|
22
|
+
const _DT = "DeleteTemplate";
|
|
23
|
+
const _DTR = "DeleteTemplateRequest";
|
|
24
|
+
const _DTRe = "DeleteTemplateResponse";
|
|
25
|
+
const _DW = "DeleteWorkflow";
|
|
26
|
+
const _DWS = "DeleteWorkflowStep";
|
|
27
|
+
const _DWSG = "DeleteWorkflowStepGroup";
|
|
28
|
+
const _DWSGR = "DeleteWorkflowStepGroupRequest";
|
|
29
|
+
const _DWSGRe = "DeleteWorkflowStepGroupResponse";
|
|
30
|
+
const _DWSR = "DeleteWorkflowStepRequest";
|
|
31
|
+
const _DWSRe = "DeleteWorkflowStepResponse";
|
|
32
|
+
const _GMWR = "GetMigrationWorkflowRequest";
|
|
33
|
+
const _GMWRe = "GetMigrationWorkflowResponse";
|
|
34
|
+
const _GMWTR = "GetMigrationWorkflowTemplateRequest";
|
|
35
|
+
const _GMWTRe = "GetMigrationWorkflowTemplateResponse";
|
|
36
|
+
const _GT = "GetTemplate";
|
|
37
|
+
const _GTS = "GetTemplateStep";
|
|
38
|
+
const _GTSG = "GetTemplateStepGroup";
|
|
39
|
+
const _GTSGR = "GetTemplateStepGroupRequest";
|
|
40
|
+
const _GTSGRe = "GetTemplateStepGroupResponse";
|
|
41
|
+
const _GTSR = "GetTemplateStepRequest";
|
|
42
|
+
const _GTSRe = "GetTemplateStepResponse";
|
|
43
|
+
const _GW = "GetWorkflow";
|
|
44
|
+
const _GWS = "GetWorkflowStep";
|
|
45
|
+
const _GWSG = "GetWorkflowStepGroup";
|
|
46
|
+
const _GWSGR = "GetWorkflowStepGroupRequest";
|
|
47
|
+
const _GWSGRe = "GetWorkflowStepGroupResponse";
|
|
48
|
+
const _GWSR = "GetWorkflowStepRequest";
|
|
49
|
+
const _GWSRe = "GetWorkflowStepResponse";
|
|
50
|
+
const _ISE = "InternalServerException";
|
|
51
|
+
const _LMWR = "ListMigrationWorkflowsRequest";
|
|
52
|
+
const _LMWRi = "ListMigrationWorkflowsResponse";
|
|
53
|
+
const _LMWTR = "ListMigrationWorkflowTemplatesRequest";
|
|
54
|
+
const _LMWTRi = "ListMigrationWorkflowTemplatesResponse";
|
|
55
|
+
const _LP = "ListPlugins";
|
|
56
|
+
const _LPR = "ListPluginsRequest";
|
|
57
|
+
const _LPRi = "ListPluginsResponse";
|
|
58
|
+
const _LT = "ListTemplates";
|
|
59
|
+
const _LTFR = "ListTagsForResource";
|
|
60
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
61
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
62
|
+
const _LTS = "ListTemplateSteps";
|
|
63
|
+
const _LTSG = "ListTemplateStepGroups";
|
|
64
|
+
const _LTSGR = "ListTemplateStepGroupsRequest";
|
|
65
|
+
const _LTSGRi = "ListTemplateStepGroupsResponse";
|
|
66
|
+
const _LTSR = "ListTemplateStepsRequest";
|
|
67
|
+
const _LTSRi = "ListTemplateStepsResponse";
|
|
68
|
+
const _LW = "ListWorkflows";
|
|
69
|
+
const _LWS = "ListWorkflowSteps";
|
|
70
|
+
const _LWSG = "ListWorkflowStepGroups";
|
|
71
|
+
const _LWSGR = "ListWorkflowStepGroupsRequest";
|
|
72
|
+
const _LWSGRi = "ListWorkflowStepGroupsResponse";
|
|
73
|
+
const _LWSR = "ListWorkflowStepsRequest";
|
|
74
|
+
const _LWSRi = "ListWorkflowStepsResponse";
|
|
75
|
+
const _MWS = "MigrationWorkflowSummary";
|
|
76
|
+
const _MWSL = "MigrationWorkflowSummaryList";
|
|
77
|
+
const _PC = "PlatformCommand";
|
|
78
|
+
const _PS = "PluginSummary";
|
|
79
|
+
const _PSK = "PlatformScriptKey";
|
|
80
|
+
const _PSl = "PluginSummaries";
|
|
81
|
+
const _RNFE = "ResourceNotFoundException";
|
|
82
|
+
const _RWS = "RetryWorkflowStep";
|
|
83
|
+
const _RWSR = "RetryWorkflowStepRequest";
|
|
84
|
+
const _RWSRe = "RetryWorkflowStepResponse";
|
|
85
|
+
const _SAC = "StepAutomationConfiguration";
|
|
86
|
+
const _SI = "StepInput";
|
|
87
|
+
const _SIP = "StepInputParameters";
|
|
88
|
+
const _SMWR = "StartMigrationWorkflowRequest";
|
|
89
|
+
const _SMWRt = "StartMigrationWorkflowResponse";
|
|
90
|
+
const _SMWRto = "StopMigrationWorkflowRequest";
|
|
91
|
+
const _SMWRtop = "StopMigrationWorkflowResponse";
|
|
92
|
+
const _SO = "StepOutput";
|
|
93
|
+
const _SOL = "StepOutputList";
|
|
94
|
+
const _SW = "StartWorkflow";
|
|
95
|
+
const _SWt = "StopWorkflow";
|
|
96
|
+
const _T = "Tool";
|
|
97
|
+
const _TE = "ThrottlingException";
|
|
98
|
+
const _TI = "TemplateInput";
|
|
99
|
+
const _TIL = "TemplateInputList";
|
|
100
|
+
const _TL = "ToolsList";
|
|
101
|
+
const _TR = "TagResource";
|
|
102
|
+
const _TRR = "TagResourceRequest";
|
|
103
|
+
const _TRRa = "TagResourceResponse";
|
|
104
|
+
const _TS = "TemplateSummary";
|
|
105
|
+
const _TSGS = "TemplateStepGroupSummary";
|
|
106
|
+
const _TSGSL = "TemplateStepGroupSummaryList";
|
|
107
|
+
const _TSL = "TemplateSummaryList";
|
|
108
|
+
const _TSS = "TemplateStepSummary";
|
|
109
|
+
const _TSSL = "TemplateStepSummaryList";
|
|
110
|
+
const _TSe = "TemplateSource";
|
|
111
|
+
const _UMWR = "UpdateMigrationWorkflowRequest";
|
|
112
|
+
const _UMWRp = "UpdateMigrationWorkflowResponse";
|
|
113
|
+
const _UR = "UntagResource";
|
|
114
|
+
const _URR = "UntagResourceRequest";
|
|
115
|
+
const _URRn = "UntagResourceResponse";
|
|
116
|
+
const _UT = "UpdateTemplate";
|
|
117
|
+
const _UTR = "UpdateTemplateRequest";
|
|
118
|
+
const _UTRp = "UpdateTemplateResponse";
|
|
119
|
+
const _UW = "UpdateWorkflow";
|
|
120
|
+
const _UWS = "UpdateWorkflowStep";
|
|
121
|
+
const _UWSG = "UpdateWorkflowStepGroup";
|
|
122
|
+
const _UWSGR = "UpdateWorkflowStepGroupRequest";
|
|
123
|
+
const _UWSGRp = "UpdateWorkflowStepGroupResponse";
|
|
124
|
+
const _UWSR = "UpdateWorkflowStepRequest";
|
|
125
|
+
const _UWSRp = "UpdateWorkflowStepResponse";
|
|
126
|
+
const _VE = "ValidationException";
|
|
127
|
+
const _WSAC = "WorkflowStepAutomationConfiguration";
|
|
128
|
+
const _WSGS = "WorkflowStepGroupSummary";
|
|
129
|
+
const _WSGSL = "WorkflowStepGroupsSummaryList";
|
|
130
|
+
const _WSO = "WorkflowStepOutput";
|
|
131
|
+
const _WSOL = "WorkflowStepOutputList";
|
|
132
|
+
const _WSOU = "WorkflowStepOutputUnion";
|
|
133
|
+
const _WSS = "WorkflowStepSummary";
|
|
134
|
+
const _WSSL = "WorkflowStepsSummaryList";
|
|
135
|
+
const _a = "arn";
|
|
136
|
+
const _aACI = "adsApplicationConfigurationId";
|
|
137
|
+
const _aACN = "adsApplicationConfigurationName";
|
|
138
|
+
const _aAN = "adsApplicationName";
|
|
139
|
+
const _aCI = "applicationConfigurationId";
|
|
140
|
+
const _c = "client";
|
|
141
|
+
const _cS = "completedSteps";
|
|
142
|
+
const _cT = "creationTime";
|
|
143
|
+
const _cTl = "clientToken";
|
|
144
|
+
const _co = "command";
|
|
145
|
+
const _d = "description";
|
|
146
|
+
const _dT = "dataType";
|
|
147
|
+
const _e = "error";
|
|
148
|
+
const _eT = "endTime";
|
|
149
|
+
const _h = "hostname";
|
|
150
|
+
const _hE = "httpError";
|
|
151
|
+
const _hQ = "httpQuery";
|
|
152
|
+
const _ht = "http";
|
|
153
|
+
const _i = "id";
|
|
154
|
+
const _iA = "ipAddress";
|
|
155
|
+
const _iN = "inputName";
|
|
156
|
+
const _iP = "inputParameters";
|
|
157
|
+
const _iV = "integerValue";
|
|
158
|
+
const _in = "inputs";
|
|
159
|
+
const _l = "linux";
|
|
160
|
+
const _lMT = "lastModifiedTime";
|
|
161
|
+
const _lOSV = "listOfStringsValue";
|
|
162
|
+
const _lOSVi = "listOfStringValue";
|
|
163
|
+
const _lST = "lastStartTime";
|
|
164
|
+
const _lSTa = "lastStopTime";
|
|
165
|
+
const _m = "message";
|
|
166
|
+
const _mOSV = "mapOfStringValue";
|
|
167
|
+
const _mR = "maxResults";
|
|
168
|
+
const _mWS = "migrationWorkflowSummary";
|
|
169
|
+
const _n = "name";
|
|
170
|
+
const _nOSC = "noOfSrvCompleted";
|
|
171
|
+
const _nOSF = "noOfSrvFailed";
|
|
172
|
+
const _nT = "nextToken";
|
|
173
|
+
const _ne = "next";
|
|
174
|
+
const _o = "outputs";
|
|
175
|
+
const _ow = "owner";
|
|
176
|
+
const _p = "previous";
|
|
177
|
+
const _pI = "pluginId";
|
|
178
|
+
const _pl = "plugins";
|
|
179
|
+
const _r = "required";
|
|
180
|
+
const _rA = "resourceArn";
|
|
181
|
+
const _rE = "runEnvironment";
|
|
182
|
+
const _rT = "registeredTime";
|
|
183
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhuborchestrator";
|
|
184
|
+
const _sAC = "stepAutomationConfiguration";
|
|
185
|
+
const _sAT = "stepActionType";
|
|
186
|
+
const _sGI = "stepGroupId";
|
|
187
|
+
const _sI = "stepId";
|
|
188
|
+
const _sL = "scriptLocation";
|
|
189
|
+
const _sLSB = "scriptLocationS3Bucket";
|
|
190
|
+
const _sLSK = "scriptLocationS3Key";
|
|
191
|
+
const _sM = "statusMessage";
|
|
192
|
+
const _sOL = "scriptOutputLocation";
|
|
193
|
+
const _sT = "stepTargets";
|
|
194
|
+
const _sTt = "stepTarget";
|
|
195
|
+
const _sV = "stringValue";
|
|
196
|
+
const _se = "server";
|
|
197
|
+
const _st = "status";
|
|
198
|
+
const _t = "tags";
|
|
199
|
+
const _tA = "templateArn";
|
|
200
|
+
const _tC = "templateClass";
|
|
201
|
+
const _tD = "templateDescription";
|
|
202
|
+
const _tI = "templateId";
|
|
203
|
+
const _tK = "tagKeys";
|
|
204
|
+
const _tN = "templateName";
|
|
205
|
+
const _tNOS = "totalNoOfSrv";
|
|
206
|
+
const _tS = "templateSource";
|
|
207
|
+
const _tSGS = "templateStepGroupSummary";
|
|
208
|
+
const _tSSL = "templateStepSummaryList";
|
|
209
|
+
const _tSe = "templateSummary";
|
|
210
|
+
const _tSo = "totalSteps";
|
|
211
|
+
const _tT = "targetType";
|
|
212
|
+
const _to = "tools";
|
|
213
|
+
const _u = "url";
|
|
214
|
+
const _v = "version";
|
|
215
|
+
const _va = "value";
|
|
216
|
+
const _w = "windows";
|
|
217
|
+
const _wB = "workflowBucket";
|
|
218
|
+
const _wI = "workflowInputs";
|
|
219
|
+
const _wIo = "workflowId";
|
|
220
|
+
const _wSAC = "workflowStepAutomationConfiguration";
|
|
221
|
+
const _wSGS = "workflowStepGroupsSummary";
|
|
222
|
+
const _wSS = "workflowStepsSummary";
|
|
223
|
+
const n0 = "com.amazonaws.migrationhuborchestrator";
|
|
224
|
+
const schema_1 = require("@smithy/core/schema");
|
|
225
|
+
const errors_1 = require("../models/errors");
|
|
226
|
+
const MigrationHubOrchestratorServiceException_1 = require("../models/MigrationHubOrchestratorServiceException");
|
|
227
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
228
|
+
exports.MigrationHubOrchestratorServiceException$ = [-3, _s, "MigrationHubOrchestratorServiceException", 0, [], []];
|
|
229
|
+
_s_registry.registerError(exports.MigrationHubOrchestratorServiceException$, MigrationHubOrchestratorServiceException_1.MigrationHubOrchestratorServiceException);
|
|
230
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
231
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
232
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
233
|
+
[_m],
|
|
234
|
+
[0], 1
|
|
235
|
+
];
|
|
236
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
237
|
+
exports.ConflictException$ = [-3, n0, _CE,
|
|
238
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
239
|
+
[_m],
|
|
240
|
+
[0], 1
|
|
241
|
+
];
|
|
242
|
+
n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
|
|
243
|
+
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
244
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
245
|
+
[_m],
|
|
246
|
+
[0], 1
|
|
247
|
+
];
|
|
248
|
+
n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
|
|
249
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
250
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
251
|
+
[_m],
|
|
252
|
+
[0], 1
|
|
253
|
+
];
|
|
254
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
255
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
256
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
257
|
+
[_m],
|
|
258
|
+
[0], 1
|
|
259
|
+
];
|
|
260
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
261
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
262
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
263
|
+
[_m],
|
|
264
|
+
[0], 1
|
|
265
|
+
];
|
|
266
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
267
|
+
exports.errorTypeRegistries = [
|
|
268
|
+
_s_registry,
|
|
269
|
+
n0_registry,
|
|
270
|
+
];
|
|
271
|
+
exports.CreateMigrationWorkflowRequest$ = [3, n0, _CMWR,
|
|
272
|
+
0,
|
|
273
|
+
[_n, _tI, _iP, _d, _aCI, _sT, _t],
|
|
274
|
+
[0, 0, [() => StepInputParameters, 0], 0, 0, 64 | 0, 128 | 0], 3
|
|
275
|
+
];
|
|
276
|
+
exports.CreateMigrationWorkflowResponse$ = [3, n0, _CMWRr,
|
|
277
|
+
0,
|
|
278
|
+
[_i, _a, _n, _d, _tI, _aACI, _wI, _sT, _st, _cT, _t],
|
|
279
|
+
[0, 0, 0, 0, 0, 0, [() => StepInputParameters, 0], 64 | 0, 0, 4, 128 | 0]
|
|
280
|
+
];
|
|
281
|
+
exports.CreateTemplateRequest$ = [3, n0, _CTR,
|
|
282
|
+
0,
|
|
283
|
+
[_tN, _tS, _tD, _cTl, _t],
|
|
284
|
+
[0, () => exports.TemplateSource$, 0, [0, 4], 128 | 0], 2
|
|
285
|
+
];
|
|
286
|
+
exports.CreateTemplateResponse$ = [3, n0, _CTRr,
|
|
287
|
+
0,
|
|
288
|
+
[_tI, _tA, _t],
|
|
289
|
+
[0, 0, 128 | 0]
|
|
290
|
+
];
|
|
291
|
+
exports.CreateWorkflowStepGroupRequest$ = [3, n0, _CWSGR,
|
|
292
|
+
0,
|
|
293
|
+
[_wIo, _n, _d, _ne, _p],
|
|
294
|
+
[0, 0, 0, 64 | 0, 64 | 0], 2
|
|
295
|
+
];
|
|
296
|
+
exports.CreateWorkflowStepGroupResponse$ = [3, n0, _CWSGRr,
|
|
297
|
+
0,
|
|
298
|
+
[_wIo, _n, _i, _d, _to, _ne, _p, _cT],
|
|
299
|
+
[0, 0, 0, 0, () => ToolsList, 64 | 0, 64 | 0, 4]
|
|
300
|
+
];
|
|
301
|
+
exports.CreateWorkflowStepRequest$ = [3, n0, _CWSR,
|
|
302
|
+
0,
|
|
303
|
+
[_n, _sGI, _wIo, _sAT, _d, _wSAC, _sTt, _o, _p, _ne],
|
|
304
|
+
[0, 0, 0, 0, 0, () => exports.WorkflowStepAutomationConfiguration$, 64 | 0, () => WorkflowStepOutputList, 64 | 0, 64 | 0], 4
|
|
305
|
+
];
|
|
306
|
+
exports.CreateWorkflowStepResponse$ = [3, n0, _CWSRr,
|
|
307
|
+
0,
|
|
308
|
+
[_i, _sGI, _wIo, _n],
|
|
309
|
+
[0, 0, 0, 0]
|
|
310
|
+
];
|
|
311
|
+
exports.DeleteMigrationWorkflowRequest$ = [3, n0, _DMWR,
|
|
312
|
+
0,
|
|
313
|
+
[_i],
|
|
314
|
+
[[0, 1]], 1
|
|
315
|
+
];
|
|
316
|
+
exports.DeleteMigrationWorkflowResponse$ = [3, n0, _DMWRe,
|
|
317
|
+
0,
|
|
318
|
+
[_i, _a, _st],
|
|
319
|
+
[0, 0, 0]
|
|
320
|
+
];
|
|
321
|
+
exports.DeleteTemplateRequest$ = [3, n0, _DTR,
|
|
322
|
+
0,
|
|
323
|
+
[_i],
|
|
324
|
+
[[0, 1]], 1
|
|
325
|
+
];
|
|
326
|
+
exports.DeleteTemplateResponse$ = [3, n0, _DTRe,
|
|
327
|
+
0,
|
|
328
|
+
[],
|
|
329
|
+
[]
|
|
330
|
+
];
|
|
331
|
+
exports.DeleteWorkflowStepGroupRequest$ = [3, n0, _DWSGR,
|
|
332
|
+
0,
|
|
333
|
+
[_wIo, _i],
|
|
334
|
+
[[0, { [_hQ]: _wIo }], [0, 1]], 2
|
|
335
|
+
];
|
|
336
|
+
exports.DeleteWorkflowStepGroupResponse$ = [3, n0, _DWSGRe,
|
|
337
|
+
0,
|
|
338
|
+
[],
|
|
339
|
+
[]
|
|
340
|
+
];
|
|
341
|
+
exports.DeleteWorkflowStepRequest$ = [3, n0, _DWSR,
|
|
342
|
+
0,
|
|
343
|
+
[_i, _sGI, _wIo],
|
|
344
|
+
[[0, 1], [0, { [_hQ]: _sGI }], [0, { [_hQ]: _wIo }]], 3
|
|
345
|
+
];
|
|
346
|
+
exports.DeleteWorkflowStepResponse$ = [3, n0, _DWSRe,
|
|
347
|
+
0,
|
|
348
|
+
[],
|
|
349
|
+
[]
|
|
350
|
+
];
|
|
351
|
+
exports.GetMigrationWorkflowRequest$ = [3, n0, _GMWR,
|
|
352
|
+
0,
|
|
353
|
+
[_i],
|
|
354
|
+
[[0, 1]], 1
|
|
355
|
+
];
|
|
356
|
+
exports.GetMigrationWorkflowResponse$ = [3, n0, _GMWRe,
|
|
357
|
+
0,
|
|
358
|
+
[_i, _a, _n, _d, _tI, _aACI, _aAN, _st, _sM, _cT, _lST, _lSTa, _lMT, _eT, _to, _tSo, _cS, _wI, _t, _wB],
|
|
359
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, () => ToolsList, 1, 1, [() => StepInputParameters, 0], 128 | 0, 0]
|
|
360
|
+
];
|
|
361
|
+
exports.GetMigrationWorkflowTemplateRequest$ = [3, n0, _GMWTR,
|
|
362
|
+
0,
|
|
363
|
+
[_i],
|
|
364
|
+
[[0, 1]], 1
|
|
365
|
+
];
|
|
366
|
+
exports.GetMigrationWorkflowTemplateResponse$ = [3, n0, _GMWTRe,
|
|
367
|
+
0,
|
|
368
|
+
[_i, _tA, _n, _d, _in, _to, _cT, _ow, _st, _sM, _tC, _t],
|
|
369
|
+
[0, 0, 0, 0, () => TemplateInputList, () => ToolsList, 4, 0, 0, 0, 0, 128 | 0]
|
|
370
|
+
];
|
|
371
|
+
exports.GetTemplateStepGroupRequest$ = [3, n0, _GTSGR,
|
|
372
|
+
0,
|
|
373
|
+
[_tI, _i],
|
|
374
|
+
[[0, 1], [0, 1]], 2
|
|
375
|
+
];
|
|
376
|
+
exports.GetTemplateStepGroupResponse$ = [3, n0, _GTSGRe,
|
|
377
|
+
0,
|
|
378
|
+
[_tI, _i, _n, _d, _st, _cT, _lMT, _to, _p, _ne],
|
|
379
|
+
[0, 0, 0, 0, 0, 4, 4, () => ToolsList, 64 | 0, 64 | 0]
|
|
380
|
+
];
|
|
381
|
+
exports.GetTemplateStepRequest$ = [3, n0, _GTSR,
|
|
382
|
+
0,
|
|
383
|
+
[_i, _tI, _sGI],
|
|
384
|
+
[[0, 1], [0, { [_hQ]: _tI }], [0, { [_hQ]: _sGI }]], 3
|
|
385
|
+
];
|
|
386
|
+
exports.GetTemplateStepResponse$ = [3, n0, _GTSRe,
|
|
387
|
+
0,
|
|
388
|
+
[_i, _sGI, _tI, _n, _d, _sAT, _cT, _p, _ne, _o, _sAC],
|
|
389
|
+
[0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => StepOutputList, () => exports.StepAutomationConfiguration$]
|
|
390
|
+
];
|
|
391
|
+
exports.GetWorkflowStepGroupRequest$ = [3, n0, _GWSGR,
|
|
392
|
+
0,
|
|
393
|
+
[_i, _wIo],
|
|
394
|
+
[[0, 1], [0, { [_hQ]: _wIo }]], 2
|
|
395
|
+
];
|
|
396
|
+
exports.GetWorkflowStepGroupResponse$ = [3, n0, _GWSGRe,
|
|
397
|
+
0,
|
|
398
|
+
[_i, _wIo, _n, _d, _st, _ow, _cT, _lMT, _eT, _to, _p, _ne],
|
|
399
|
+
[0, 0, 0, 0, 0, 0, 4, 4, 4, () => ToolsList, 64 | 0, 64 | 0]
|
|
400
|
+
];
|
|
401
|
+
exports.GetWorkflowStepRequest$ = [3, n0, _GWSR,
|
|
402
|
+
0,
|
|
403
|
+
[_wIo, _sGI, _i],
|
|
404
|
+
[[0, { [_hQ]: _wIo }], [0, { [_hQ]: _sGI }], [0, 1]], 3
|
|
405
|
+
];
|
|
406
|
+
exports.GetWorkflowStepResponse$ = [3, n0, _GWSRe,
|
|
407
|
+
0,
|
|
408
|
+
[_n, _sGI, _wIo, _sI, _d, _sAT, _ow, _wSAC, _sTt, _o, _p, _ne, _st, _sM, _sOL, _cT, _lST, _eT, _nOSC, _nOSF, _tNOS],
|
|
409
|
+
[0, 0, 0, 0, 0, 0, 0, () => exports.WorkflowStepAutomationConfiguration$, 64 | 0, () => WorkflowStepOutputList, 64 | 0, 64 | 0, 0, 0, 0, 4, 4, 4, 1, 1, 1]
|
|
410
|
+
];
|
|
411
|
+
exports.ListMigrationWorkflowsRequest$ = [3, n0, _LMWR,
|
|
412
|
+
0,
|
|
413
|
+
[_mR, _nT, _tI, _aACN, _st, _n],
|
|
414
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _tI }], [0, { [_hQ]: _aACN }], [0, { [_hQ]: _st }], [0, { [_hQ]: _n }]]
|
|
415
|
+
];
|
|
416
|
+
exports.ListMigrationWorkflowsResponse$ = [3, n0, _LMWRi,
|
|
417
|
+
0,
|
|
418
|
+
[_mWS, _nT],
|
|
419
|
+
[() => MigrationWorkflowSummaryList, 0], 1
|
|
420
|
+
];
|
|
421
|
+
exports.ListMigrationWorkflowTemplatesRequest$ = [3, n0, _LMWTR,
|
|
422
|
+
0,
|
|
423
|
+
[_mR, _nT, _n],
|
|
424
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _n }]]
|
|
425
|
+
];
|
|
426
|
+
exports.ListMigrationWorkflowTemplatesResponse$ = [3, n0, _LMWTRi,
|
|
427
|
+
0,
|
|
428
|
+
[_tSe, _nT],
|
|
429
|
+
[() => TemplateSummaryList, 0], 1
|
|
430
|
+
];
|
|
431
|
+
exports.ListPluginsRequest$ = [3, n0, _LPR,
|
|
432
|
+
0,
|
|
433
|
+
[_mR, _nT],
|
|
434
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
435
|
+
];
|
|
436
|
+
exports.ListPluginsResponse$ = [3, n0, _LPRi,
|
|
437
|
+
0,
|
|
438
|
+
[_nT, _pl],
|
|
439
|
+
[0, () => PluginSummaries]
|
|
440
|
+
];
|
|
441
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
442
|
+
0,
|
|
443
|
+
[_rA],
|
|
444
|
+
[[0, 1]], 1
|
|
445
|
+
];
|
|
446
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
447
|
+
0,
|
|
448
|
+
[_t],
|
|
449
|
+
[128 | 0]
|
|
450
|
+
];
|
|
451
|
+
exports.ListTemplateStepGroupsRequest$ = [3, n0, _LTSGR,
|
|
452
|
+
0,
|
|
453
|
+
[_tI, _mR, _nT],
|
|
454
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
455
|
+
];
|
|
456
|
+
exports.ListTemplateStepGroupsResponse$ = [3, n0, _LTSGRi,
|
|
457
|
+
0,
|
|
458
|
+
[_tSGS, _nT],
|
|
459
|
+
[() => TemplateStepGroupSummaryList, 0], 1
|
|
460
|
+
];
|
|
461
|
+
exports.ListTemplateStepsRequest$ = [3, n0, _LTSR,
|
|
462
|
+
0,
|
|
463
|
+
[_tI, _sGI, _mR, _nT],
|
|
464
|
+
[[0, { [_hQ]: _tI }], [0, { [_hQ]: _sGI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
|
|
465
|
+
];
|
|
466
|
+
exports.ListTemplateStepsResponse$ = [3, n0, _LTSRi,
|
|
467
|
+
0,
|
|
468
|
+
[_nT, _tSSL],
|
|
469
|
+
[0, () => TemplateStepSummaryList]
|
|
470
|
+
];
|
|
471
|
+
exports.ListWorkflowStepGroupsRequest$ = [3, n0, _LWSGR,
|
|
472
|
+
0,
|
|
473
|
+
[_wIo, _nT, _mR],
|
|
474
|
+
[[0, { [_hQ]: _wIo }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
475
|
+
];
|
|
476
|
+
exports.ListWorkflowStepGroupsResponse$ = [3, n0, _LWSGRi,
|
|
477
|
+
0,
|
|
478
|
+
[_wSGS, _nT],
|
|
479
|
+
[() => WorkflowStepGroupsSummaryList, 0], 1
|
|
480
|
+
];
|
|
481
|
+
exports.ListWorkflowStepsRequest$ = [3, n0, _LWSR,
|
|
482
|
+
0,
|
|
483
|
+
[_wIo, _sGI, _nT, _mR],
|
|
484
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
485
|
+
];
|
|
486
|
+
exports.ListWorkflowStepsResponse$ = [3, n0, _LWSRi,
|
|
487
|
+
0,
|
|
488
|
+
[_wSS, _nT],
|
|
489
|
+
[() => WorkflowStepsSummaryList, 0], 1
|
|
490
|
+
];
|
|
491
|
+
exports.MigrationWorkflowSummary$ = [3, n0, _MWS,
|
|
492
|
+
0,
|
|
493
|
+
[_i, _n, _tI, _aACN, _st, _cT, _eT, _sM, _cS, _tSo],
|
|
494
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 1, 1]
|
|
495
|
+
];
|
|
496
|
+
exports.PlatformCommand$ = [3, n0, _PC,
|
|
497
|
+
0,
|
|
498
|
+
[_l, _w],
|
|
499
|
+
[0, 0]
|
|
500
|
+
];
|
|
501
|
+
exports.PlatformScriptKey$ = [3, n0, _PSK,
|
|
502
|
+
0,
|
|
503
|
+
[_l, _w],
|
|
504
|
+
[0, 0]
|
|
505
|
+
];
|
|
506
|
+
exports.PluginSummary$ = [3, n0, _PS,
|
|
507
|
+
0,
|
|
508
|
+
[_pI, _h, _st, _iA, _v, _rT],
|
|
509
|
+
[0, 0, 0, 0, 0, 0]
|
|
510
|
+
];
|
|
511
|
+
exports.RetryWorkflowStepRequest$ = [3, n0, _RWSR,
|
|
512
|
+
0,
|
|
513
|
+
[_wIo, _sGI, _i],
|
|
514
|
+
[[0, { [_hQ]: _wIo }], [0, { [_hQ]: _sGI }], [0, 1]], 3
|
|
515
|
+
];
|
|
516
|
+
exports.RetryWorkflowStepResponse$ = [3, n0, _RWSRe,
|
|
517
|
+
0,
|
|
518
|
+
[_sGI, _wIo, _i, _st],
|
|
519
|
+
[0, 0, 0, 0]
|
|
520
|
+
];
|
|
521
|
+
exports.StartMigrationWorkflowRequest$ = [3, n0, _SMWR,
|
|
522
|
+
0,
|
|
523
|
+
[_i],
|
|
524
|
+
[[0, 1]], 1
|
|
525
|
+
];
|
|
526
|
+
exports.StartMigrationWorkflowResponse$ = [3, n0, _SMWRt,
|
|
527
|
+
0,
|
|
528
|
+
[_i, _a, _st, _sM, _lST],
|
|
529
|
+
[0, 0, 0, 0, 4]
|
|
530
|
+
];
|
|
531
|
+
exports.StepAutomationConfiguration$ = [3, n0, _SAC,
|
|
532
|
+
0,
|
|
533
|
+
[_sLSB, _sLSK, _co, _rE, _tT],
|
|
534
|
+
[0, () => exports.PlatformScriptKey$, () => exports.PlatformCommand$, 0, 0]
|
|
535
|
+
];
|
|
536
|
+
exports.StepOutput$ = [3, n0, _SO,
|
|
537
|
+
0,
|
|
538
|
+
[_n, _dT, _r],
|
|
539
|
+
[0, 0, 2]
|
|
540
|
+
];
|
|
541
|
+
exports.StopMigrationWorkflowRequest$ = [3, n0, _SMWRto,
|
|
542
|
+
0,
|
|
543
|
+
[_i],
|
|
544
|
+
[[0, 1]], 1
|
|
545
|
+
];
|
|
546
|
+
exports.StopMigrationWorkflowResponse$ = [3, n0, _SMWRtop,
|
|
547
|
+
0,
|
|
548
|
+
[_i, _a, _st, _sM, _lSTa],
|
|
549
|
+
[0, 0, 0, 0, 4]
|
|
550
|
+
];
|
|
551
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
552
|
+
0,
|
|
553
|
+
[_rA, _t],
|
|
554
|
+
[[0, 1], 128 | 0], 2
|
|
555
|
+
];
|
|
556
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
557
|
+
0,
|
|
558
|
+
[],
|
|
559
|
+
[]
|
|
560
|
+
];
|
|
561
|
+
exports.TemplateInput$ = [3, n0, _TI,
|
|
562
|
+
0,
|
|
563
|
+
[_iN, _dT, _r],
|
|
564
|
+
[0, 0, 2]
|
|
565
|
+
];
|
|
566
|
+
exports.TemplateStepGroupSummary$ = [3, n0, _TSGS,
|
|
567
|
+
0,
|
|
568
|
+
[_i, _n, _p, _ne],
|
|
569
|
+
[0, 0, 64 | 0, 64 | 0]
|
|
570
|
+
];
|
|
571
|
+
exports.TemplateStepSummary$ = [3, n0, _TSS,
|
|
572
|
+
0,
|
|
573
|
+
[_i, _sGI, _tI, _n, _sAT, _tT, _ow, _p, _ne],
|
|
574
|
+
[0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0]
|
|
575
|
+
];
|
|
576
|
+
exports.TemplateSummary$ = [3, n0, _TS,
|
|
577
|
+
0,
|
|
578
|
+
[_i, _n, _a, _d],
|
|
579
|
+
[0, 0, 0, 0]
|
|
580
|
+
];
|
|
581
|
+
exports.Tool$ = [3, n0, _T,
|
|
582
|
+
0,
|
|
583
|
+
[_n, _u],
|
|
584
|
+
[0, 0]
|
|
585
|
+
];
|
|
586
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
587
|
+
0,
|
|
588
|
+
[_rA, _tK],
|
|
589
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
590
|
+
];
|
|
591
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
592
|
+
0,
|
|
593
|
+
[],
|
|
594
|
+
[]
|
|
595
|
+
];
|
|
596
|
+
exports.UpdateMigrationWorkflowRequest$ = [3, n0, _UMWR,
|
|
597
|
+
0,
|
|
598
|
+
[_i, _n, _d, _iP, _sT],
|
|
599
|
+
[[0, 1], 0, 0, [() => StepInputParameters, 0], 64 | 0], 1
|
|
600
|
+
];
|
|
601
|
+
exports.UpdateMigrationWorkflowResponse$ = [3, n0, _UMWRp,
|
|
602
|
+
0,
|
|
603
|
+
[_i, _a, _n, _d, _tI, _aACI, _wI, _sT, _st, _cT, _lMT, _t],
|
|
604
|
+
[0, 0, 0, 0, 0, 0, [() => StepInputParameters, 0], 64 | 0, 0, 4, 4, 128 | 0]
|
|
605
|
+
];
|
|
606
|
+
exports.UpdateTemplateRequest$ = [3, n0, _UTR,
|
|
607
|
+
0,
|
|
608
|
+
[_i, _tN, _tD, _cTl],
|
|
609
|
+
[[0, 1], 0, 0, [0, 4]], 1
|
|
610
|
+
];
|
|
611
|
+
exports.UpdateTemplateResponse$ = [3, n0, _UTRp,
|
|
612
|
+
0,
|
|
613
|
+
[_tI, _tA, _t],
|
|
614
|
+
[0, 0, 128 | 0]
|
|
615
|
+
];
|
|
616
|
+
exports.UpdateWorkflowStepGroupRequest$ = [3, n0, _UWSGR,
|
|
617
|
+
0,
|
|
618
|
+
[_wIo, _i, _n, _d, _ne, _p],
|
|
619
|
+
[[0, { [_hQ]: _wIo }], [0, 1], 0, 0, 64 | 0, 64 | 0], 2
|
|
620
|
+
];
|
|
621
|
+
exports.UpdateWorkflowStepGroupResponse$ = [3, n0, _UWSGRp,
|
|
622
|
+
0,
|
|
623
|
+
[_wIo, _n, _i, _d, _to, _ne, _p, _lMT],
|
|
624
|
+
[0, 0, 0, 0, () => ToolsList, 64 | 0, 64 | 0, 4]
|
|
625
|
+
];
|
|
626
|
+
exports.UpdateWorkflowStepRequest$ = [3, n0, _UWSR,
|
|
627
|
+
0,
|
|
628
|
+
[_i, _sGI, _wIo, _n, _d, _sAT, _wSAC, _sTt, _o, _p, _ne, _st],
|
|
629
|
+
[[0, 1], 0, 0, 0, 0, 0, () => exports.WorkflowStepAutomationConfiguration$, 64 | 0, () => WorkflowStepOutputList, 64 | 0, 64 | 0, 0], 3
|
|
630
|
+
];
|
|
631
|
+
exports.UpdateWorkflowStepResponse$ = [3, n0, _UWSRp,
|
|
632
|
+
0,
|
|
633
|
+
[_i, _sGI, _wIo, _n],
|
|
634
|
+
[0, 0, 0, 0]
|
|
635
|
+
];
|
|
636
|
+
exports.WorkflowStepAutomationConfiguration$ = [3, n0, _WSAC,
|
|
637
|
+
0,
|
|
638
|
+
[_sLSB, _sLSK, _co, _rE, _tT],
|
|
639
|
+
[0, () => exports.PlatformScriptKey$, () => exports.PlatformCommand$, 0, 0]
|
|
640
|
+
];
|
|
641
|
+
exports.WorkflowStepGroupSummary$ = [3, n0, _WSGS,
|
|
642
|
+
0,
|
|
643
|
+
[_i, _n, _ow, _st, _p, _ne],
|
|
644
|
+
[0, 0, 0, 0, 64 | 0, 64 | 0]
|
|
645
|
+
];
|
|
646
|
+
exports.WorkflowStepOutput$ = [3, n0, _WSO,
|
|
647
|
+
0,
|
|
648
|
+
[_n, _dT, _r, _va],
|
|
649
|
+
[0, 0, 2, () => exports.WorkflowStepOutputUnion$]
|
|
650
|
+
];
|
|
651
|
+
exports.WorkflowStepSummary$ = [3, n0, _WSS,
|
|
652
|
+
0,
|
|
653
|
+
[_sI, _n, _sAT, _ow, _p, _ne, _st, _sM, _nOSC, _nOSF, _tNOS, _d, _sL],
|
|
654
|
+
[0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 1, 1, 1, 0, 0]
|
|
655
|
+
];
|
|
656
|
+
var MaxStringList = 64 | 0;
|
|
657
|
+
var MigrationWorkflowSummaryList = [1, n0, _MWSL,
|
|
658
|
+
0, () => exports.MigrationWorkflowSummary$
|
|
659
|
+
];
|
|
660
|
+
var PluginSummaries = [1, n0, _PSl,
|
|
661
|
+
0, () => exports.PluginSummary$
|
|
662
|
+
];
|
|
663
|
+
var StepOutputList = [1, n0, _SOL,
|
|
664
|
+
0, () => exports.StepOutput$
|
|
665
|
+
];
|
|
666
|
+
var StringList = 64 | 0;
|
|
667
|
+
var TagKeyList = 64 | 0;
|
|
668
|
+
var TemplateInputList = [1, n0, _TIL,
|
|
669
|
+
0, () => exports.TemplateInput$
|
|
670
|
+
];
|
|
671
|
+
var TemplateStepGroupSummaryList = [1, n0, _TSGSL,
|
|
672
|
+
0, () => exports.TemplateStepGroupSummary$
|
|
673
|
+
];
|
|
674
|
+
var TemplateStepSummaryList = [1, n0, _TSSL,
|
|
675
|
+
0, () => exports.TemplateStepSummary$
|
|
676
|
+
];
|
|
677
|
+
var TemplateSummaryList = [1, n0, _TSL,
|
|
678
|
+
0, () => exports.TemplateSummary$
|
|
679
|
+
];
|
|
680
|
+
var ToolsList = [1, n0, _TL,
|
|
681
|
+
0, () => exports.Tool$
|
|
682
|
+
];
|
|
683
|
+
var WorkflowStepGroupsSummaryList = [1, n0, _WSGSL,
|
|
684
|
+
0, () => exports.WorkflowStepGroupSummary$
|
|
685
|
+
];
|
|
686
|
+
var WorkflowStepOutputList = [1, n0, _WSOL,
|
|
687
|
+
0, () => exports.WorkflowStepOutput$
|
|
688
|
+
];
|
|
689
|
+
var WorkflowStepsSummaryList = [1, n0, _WSSL,
|
|
690
|
+
0, () => exports.WorkflowStepSummary$
|
|
691
|
+
];
|
|
692
|
+
var StepInputParameters = [2, n0, _SIP,
|
|
693
|
+
8, 0, () => exports.StepInput$
|
|
694
|
+
];
|
|
695
|
+
var StringMap = 128 | 0;
|
|
696
|
+
var TagMap = 128 | 0;
|
|
697
|
+
exports.StepInput$ = [4, n0, _SI,
|
|
698
|
+
0,
|
|
699
|
+
[_iV, _sV, _lOSV, _mOSV],
|
|
700
|
+
[1, 0, 64 | 0, 128 | 0]
|
|
701
|
+
];
|
|
702
|
+
exports.TemplateSource$ = [4, n0, _TSe,
|
|
703
|
+
0,
|
|
704
|
+
[_wIo],
|
|
705
|
+
[0]
|
|
706
|
+
];
|
|
707
|
+
exports.WorkflowStepOutputUnion$ = [4, n0, _WSOU,
|
|
708
|
+
0,
|
|
709
|
+
[_iV, _sV, _lOSVi],
|
|
710
|
+
[1, 0, 64 | 0]
|
|
711
|
+
];
|
|
712
|
+
exports.CreateTemplate$ = [9, n0, _CT,
|
|
713
|
+
{ [_ht]: ["POST", "/template", 200] }, () => exports.CreateTemplateRequest$, () => exports.CreateTemplateResponse$
|
|
714
|
+
];
|
|
715
|
+
exports.CreateWorkflow$ = [9, n0, _CW,
|
|
716
|
+
{ [_ht]: ["POST", "/migrationworkflow/", 200] }, () => exports.CreateMigrationWorkflowRequest$, () => exports.CreateMigrationWorkflowResponse$
|
|
717
|
+
];
|
|
718
|
+
exports.CreateWorkflowStep$ = [9, n0, _CWS,
|
|
719
|
+
{ [_ht]: ["POST", "/workflowstep", 200] }, () => exports.CreateWorkflowStepRequest$, () => exports.CreateWorkflowStepResponse$
|
|
720
|
+
];
|
|
721
|
+
exports.CreateWorkflowStepGroup$ = [9, n0, _CWSG,
|
|
722
|
+
{ [_ht]: ["POST", "/workflowstepgroups", 200] }, () => exports.CreateWorkflowStepGroupRequest$, () => exports.CreateWorkflowStepGroupResponse$
|
|
723
|
+
];
|
|
724
|
+
exports.DeleteTemplate$ = [9, n0, _DT,
|
|
725
|
+
{ [_ht]: ["DELETE", "/template/{id}", 200] }, () => exports.DeleteTemplateRequest$, () => exports.DeleteTemplateResponse$
|
|
726
|
+
];
|
|
727
|
+
exports.DeleteWorkflow$ = [9, n0, _DW,
|
|
728
|
+
{ [_ht]: ["DELETE", "/migrationworkflow/{id}", 202] }, () => exports.DeleteMigrationWorkflowRequest$, () => exports.DeleteMigrationWorkflowResponse$
|
|
729
|
+
];
|
|
730
|
+
exports.DeleteWorkflowStep$ = [9, n0, _DWS,
|
|
731
|
+
{ [_ht]: ["DELETE", "/workflowstep/{id}", 200] }, () => exports.DeleteWorkflowStepRequest$, () => exports.DeleteWorkflowStepResponse$
|
|
732
|
+
];
|
|
733
|
+
exports.DeleteWorkflowStepGroup$ = [9, n0, _DWSG,
|
|
734
|
+
{ [_ht]: ["DELETE", "/workflowstepgroup/{id}", 202] }, () => exports.DeleteWorkflowStepGroupRequest$, () => exports.DeleteWorkflowStepGroupResponse$
|
|
735
|
+
];
|
|
736
|
+
exports.GetTemplate$ = [9, n0, _GT,
|
|
737
|
+
{ [_ht]: ["GET", "/migrationworkflowtemplate/{id}", 200] }, () => exports.GetMigrationWorkflowTemplateRequest$, () => exports.GetMigrationWorkflowTemplateResponse$
|
|
738
|
+
];
|
|
739
|
+
exports.GetTemplateStep$ = [9, n0, _GTS,
|
|
740
|
+
{ [_ht]: ["GET", "/templatestep/{id}", 200] }, () => exports.GetTemplateStepRequest$, () => exports.GetTemplateStepResponse$
|
|
741
|
+
];
|
|
742
|
+
exports.GetTemplateStepGroup$ = [9, n0, _GTSG,
|
|
743
|
+
{ [_ht]: ["GET", "/templates/{templateId}/stepgroups/{id}", 200] }, () => exports.GetTemplateStepGroupRequest$, () => exports.GetTemplateStepGroupResponse$
|
|
744
|
+
];
|
|
745
|
+
exports.GetWorkflow$ = [9, n0, _GW,
|
|
746
|
+
{ [_ht]: ["GET", "/migrationworkflow/{id}", 200] }, () => exports.GetMigrationWorkflowRequest$, () => exports.GetMigrationWorkflowResponse$
|
|
747
|
+
];
|
|
748
|
+
exports.GetWorkflowStep$ = [9, n0, _GWS,
|
|
749
|
+
{ [_ht]: ["GET", "/workflowstep/{id}", 200] }, () => exports.GetWorkflowStepRequest$, () => exports.GetWorkflowStepResponse$
|
|
750
|
+
];
|
|
751
|
+
exports.GetWorkflowStepGroup$ = [9, n0, _GWSG,
|
|
752
|
+
{ [_ht]: ["GET", "/workflowstepgroup/{id}", 200] }, () => exports.GetWorkflowStepGroupRequest$, () => exports.GetWorkflowStepGroupResponse$
|
|
753
|
+
];
|
|
754
|
+
exports.ListPlugins$ = [9, n0, _LP,
|
|
755
|
+
{ [_ht]: ["GET", "/plugins", 200] }, () => exports.ListPluginsRequest$, () => exports.ListPluginsResponse$
|
|
756
|
+
];
|
|
757
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
758
|
+
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
759
|
+
];
|
|
760
|
+
exports.ListTemplates$ = [9, n0, _LT,
|
|
761
|
+
{ [_ht]: ["GET", "/migrationworkflowtemplates", 200] }, () => exports.ListMigrationWorkflowTemplatesRequest$, () => exports.ListMigrationWorkflowTemplatesResponse$
|
|
762
|
+
];
|
|
763
|
+
exports.ListTemplateStepGroups$ = [9, n0, _LTSG,
|
|
764
|
+
{ [_ht]: ["GET", "/templatestepgroups/{templateId}", 200] }, () => exports.ListTemplateStepGroupsRequest$, () => exports.ListTemplateStepGroupsResponse$
|
|
765
|
+
];
|
|
766
|
+
exports.ListTemplateSteps$ = [9, n0, _LTS,
|
|
767
|
+
{ [_ht]: ["GET", "/templatesteps", 200] }, () => exports.ListTemplateStepsRequest$, () => exports.ListTemplateStepsResponse$
|
|
768
|
+
];
|
|
769
|
+
exports.ListWorkflows$ = [9, n0, _LW,
|
|
770
|
+
{ [_ht]: ["GET", "/migrationworkflows", 200] }, () => exports.ListMigrationWorkflowsRequest$, () => exports.ListMigrationWorkflowsResponse$
|
|
771
|
+
];
|
|
772
|
+
exports.ListWorkflowStepGroups$ = [9, n0, _LWSG,
|
|
773
|
+
{ [_ht]: ["GET", "/workflowstepgroups", 200] }, () => exports.ListWorkflowStepGroupsRequest$, () => exports.ListWorkflowStepGroupsResponse$
|
|
774
|
+
];
|
|
775
|
+
exports.ListWorkflowSteps$ = [9, n0, _LWS,
|
|
776
|
+
{ [_ht]: ["GET", "/workflow/{workflowId}/workflowstepgroups/{stepGroupId}/workflowsteps", 200] }, () => exports.ListWorkflowStepsRequest$, () => exports.ListWorkflowStepsResponse$
|
|
777
|
+
];
|
|
778
|
+
exports.RetryWorkflowStep$ = [9, n0, _RWS,
|
|
779
|
+
{ [_ht]: ["POST", "/retryworkflowstep/{id}", 200] }, () => exports.RetryWorkflowStepRequest$, () => exports.RetryWorkflowStepResponse$
|
|
780
|
+
];
|
|
781
|
+
exports.StartWorkflow$ = [9, n0, _SW,
|
|
782
|
+
{ [_ht]: ["POST", "/migrationworkflow/{id}/start", 200] }, () => exports.StartMigrationWorkflowRequest$, () => exports.StartMigrationWorkflowResponse$
|
|
783
|
+
];
|
|
784
|
+
exports.StopWorkflow$ = [9, n0, _SWt,
|
|
785
|
+
{ [_ht]: ["POST", "/migrationworkflow/{id}/stop", 200] }, () => exports.StopMigrationWorkflowRequest$, () => exports.StopMigrationWorkflowResponse$
|
|
786
|
+
];
|
|
787
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
788
|
+
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
789
|
+
];
|
|
790
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
791
|
+
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
792
|
+
];
|
|
793
|
+
exports.UpdateTemplate$ = [9, n0, _UT,
|
|
794
|
+
{ [_ht]: ["POST", "/template/{id}", 200] }, () => exports.UpdateTemplateRequest$, () => exports.UpdateTemplateResponse$
|
|
795
|
+
];
|
|
796
|
+
exports.UpdateWorkflow$ = [9, n0, _UW,
|
|
797
|
+
{ [_ht]: ["POST", "/migrationworkflow/{id}", 200] }, () => exports.UpdateMigrationWorkflowRequest$, () => exports.UpdateMigrationWorkflowResponse$
|
|
798
|
+
];
|
|
799
|
+
exports.UpdateWorkflowStep$ = [9, n0, _UWS,
|
|
800
|
+
{ [_ht]: ["POST", "/workflowstep/{id}", 200] }, () => exports.UpdateWorkflowStepRequest$, () => exports.UpdateWorkflowStepResponse$
|
|
801
|
+
];
|
|
802
|
+
exports.UpdateWorkflowStepGroup$ = [9, n0, _UWSG,
|
|
803
|
+
{ [_ht]: ["POST", "/workflowstepgroup/{id}", 202] }, () => exports.UpdateWorkflowStepGroupRequest$, () => exports.UpdateWorkflowStepGroupResponse$
|
|
804
|
+
];
|