@aws-sdk/client-sfn 3.926.0 → 3.928.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 (61) hide show
  1. package/dist-cjs/index.js +2040 -2279
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/SFNClient.js +2 -0
  4. package/dist-es/commands/CreateActivityCommand.js +3 -9
  5. package/dist-es/commands/CreateStateMachineAliasCommand.js +3 -10
  6. package/dist-es/commands/CreateStateMachineCommand.js +3 -10
  7. package/dist-es/commands/DeleteActivityCommand.js +3 -9
  8. package/dist-es/commands/DeleteStateMachineAliasCommand.js +3 -9
  9. package/dist-es/commands/DeleteStateMachineCommand.js +3 -9
  10. package/dist-es/commands/DeleteStateMachineVersionCommand.js +3 -9
  11. package/dist-es/commands/DescribeActivityCommand.js +3 -9
  12. package/dist-es/commands/DescribeExecutionCommand.js +3 -10
  13. package/dist-es/commands/DescribeMapRunCommand.js +3 -9
  14. package/dist-es/commands/DescribeStateMachineAliasCommand.js +3 -10
  15. package/dist-es/commands/DescribeStateMachineCommand.js +3 -10
  16. package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +3 -10
  17. package/dist-es/commands/GetActivityTaskCommand.js +3 -10
  18. package/dist-es/commands/GetExecutionHistoryCommand.js +3 -10
  19. package/dist-es/commands/ListActivitiesCommand.js +3 -9
  20. package/dist-es/commands/ListExecutionsCommand.js +3 -9
  21. package/dist-es/commands/ListMapRunsCommand.js +3 -9
  22. package/dist-es/commands/ListStateMachineAliasesCommand.js +3 -9
  23. package/dist-es/commands/ListStateMachineVersionsCommand.js +3 -9
  24. package/dist-es/commands/ListStateMachinesCommand.js +3 -9
  25. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  26. package/dist-es/commands/PublishStateMachineVersionCommand.js +3 -10
  27. package/dist-es/commands/RedriveExecutionCommand.js +3 -9
  28. package/dist-es/commands/SendTaskFailureCommand.js +3 -10
  29. package/dist-es/commands/SendTaskHeartbeatCommand.js +3 -9
  30. package/dist-es/commands/SendTaskSuccessCommand.js +3 -10
  31. package/dist-es/commands/StartExecutionCommand.js +3 -10
  32. package/dist-es/commands/StartSyncExecutionCommand.js +3 -10
  33. package/dist-es/commands/StopExecutionCommand.js +3 -10
  34. package/dist-es/commands/TagResourceCommand.js +3 -9
  35. package/dist-es/commands/TestStateCommand.js +3 -10
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateMapRunCommand.js +3 -9
  38. package/dist-es/commands/UpdateStateMachineAliasCommand.js +3 -10
  39. package/dist-es/commands/UpdateStateMachineCommand.js +3 -10
  40. package/dist-es/commands/ValidateStateMachineDefinitionCommand.js +3 -10
  41. package/dist-es/models/models_0.js +0 -333
  42. package/dist-es/runtimeConfig.shared.js +7 -0
  43. package/dist-es/schemas/schemas_0.js +1867 -0
  44. package/dist-types/SFNClient.d.ts +10 -1
  45. package/dist-types/models/models_0.d.ts +0 -204
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  47. package/dist-types/runtimeConfig.d.ts +1 -0
  48. package/dist-types/runtimeConfig.native.d.ts +1 -0
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  50. package/dist-types/schemas/schemas_0.d.ts +235 -0
  51. package/dist-types/ts3.4/SFNClient.d.ts +4 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +0 -151
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +242 -0
  58. package/package.json +5 -6
  59. package/dist-es/protocols/Aws_json1_0.js +0 -1539
  60. package/dist-types/protocols/Aws_json1_0.d.ts +0 -335
  61. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -449
@@ -1,449 +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
- CreateActivityCommandInput,
8
- CreateActivityCommandOutput,
9
- } from "../commands/CreateActivityCommand";
10
- import {
11
- CreateStateMachineAliasCommandInput,
12
- CreateStateMachineAliasCommandOutput,
13
- } from "../commands/CreateStateMachineAliasCommand";
14
- import {
15
- CreateStateMachineCommandInput,
16
- CreateStateMachineCommandOutput,
17
- } from "../commands/CreateStateMachineCommand";
18
- import {
19
- DeleteActivityCommandInput,
20
- DeleteActivityCommandOutput,
21
- } from "../commands/DeleteActivityCommand";
22
- import {
23
- DeleteStateMachineAliasCommandInput,
24
- DeleteStateMachineAliasCommandOutput,
25
- } from "../commands/DeleteStateMachineAliasCommand";
26
- import {
27
- DeleteStateMachineCommandInput,
28
- DeleteStateMachineCommandOutput,
29
- } from "../commands/DeleteStateMachineCommand";
30
- import {
31
- DeleteStateMachineVersionCommandInput,
32
- DeleteStateMachineVersionCommandOutput,
33
- } from "../commands/DeleteStateMachineVersionCommand";
34
- import {
35
- DescribeActivityCommandInput,
36
- DescribeActivityCommandOutput,
37
- } from "../commands/DescribeActivityCommand";
38
- import {
39
- DescribeExecutionCommandInput,
40
- DescribeExecutionCommandOutput,
41
- } from "../commands/DescribeExecutionCommand";
42
- import {
43
- DescribeMapRunCommandInput,
44
- DescribeMapRunCommandOutput,
45
- } from "../commands/DescribeMapRunCommand";
46
- import {
47
- DescribeStateMachineAliasCommandInput,
48
- DescribeStateMachineAliasCommandOutput,
49
- } from "../commands/DescribeStateMachineAliasCommand";
50
- import {
51
- DescribeStateMachineCommandInput,
52
- DescribeStateMachineCommandOutput,
53
- } from "../commands/DescribeStateMachineCommand";
54
- import {
55
- DescribeStateMachineForExecutionCommandInput,
56
- DescribeStateMachineForExecutionCommandOutput,
57
- } from "../commands/DescribeStateMachineForExecutionCommand";
58
- import {
59
- GetActivityTaskCommandInput,
60
- GetActivityTaskCommandOutput,
61
- } from "../commands/GetActivityTaskCommand";
62
- import {
63
- GetExecutionHistoryCommandInput,
64
- GetExecutionHistoryCommandOutput,
65
- } from "../commands/GetExecutionHistoryCommand";
66
- import {
67
- ListActivitiesCommandInput,
68
- ListActivitiesCommandOutput,
69
- } from "../commands/ListActivitiesCommand";
70
- import {
71
- ListExecutionsCommandInput,
72
- ListExecutionsCommandOutput,
73
- } from "../commands/ListExecutionsCommand";
74
- import {
75
- ListMapRunsCommandInput,
76
- ListMapRunsCommandOutput,
77
- } from "../commands/ListMapRunsCommand";
78
- import {
79
- ListStateMachineAliasesCommandInput,
80
- ListStateMachineAliasesCommandOutput,
81
- } from "../commands/ListStateMachineAliasesCommand";
82
- import {
83
- ListStateMachinesCommandInput,
84
- ListStateMachinesCommandOutput,
85
- } from "../commands/ListStateMachinesCommand";
86
- import {
87
- ListStateMachineVersionsCommandInput,
88
- ListStateMachineVersionsCommandOutput,
89
- } from "../commands/ListStateMachineVersionsCommand";
90
- import {
91
- ListTagsForResourceCommandInput,
92
- ListTagsForResourceCommandOutput,
93
- } from "../commands/ListTagsForResourceCommand";
94
- import {
95
- PublishStateMachineVersionCommandInput,
96
- PublishStateMachineVersionCommandOutput,
97
- } from "../commands/PublishStateMachineVersionCommand";
98
- import {
99
- RedriveExecutionCommandInput,
100
- RedriveExecutionCommandOutput,
101
- } from "../commands/RedriveExecutionCommand";
102
- import {
103
- SendTaskFailureCommandInput,
104
- SendTaskFailureCommandOutput,
105
- } from "../commands/SendTaskFailureCommand";
106
- import {
107
- SendTaskHeartbeatCommandInput,
108
- SendTaskHeartbeatCommandOutput,
109
- } from "../commands/SendTaskHeartbeatCommand";
110
- import {
111
- SendTaskSuccessCommandInput,
112
- SendTaskSuccessCommandOutput,
113
- } from "../commands/SendTaskSuccessCommand";
114
- import {
115
- StartExecutionCommandInput,
116
- StartExecutionCommandOutput,
117
- } from "../commands/StartExecutionCommand";
118
- import {
119
- StartSyncExecutionCommandInput,
120
- StartSyncExecutionCommandOutput,
121
- } from "../commands/StartSyncExecutionCommand";
122
- import {
123
- StopExecutionCommandInput,
124
- StopExecutionCommandOutput,
125
- } from "../commands/StopExecutionCommand";
126
- import {
127
- TagResourceCommandInput,
128
- TagResourceCommandOutput,
129
- } from "../commands/TagResourceCommand";
130
- import {
131
- TestStateCommandInput,
132
- TestStateCommandOutput,
133
- } from "../commands/TestStateCommand";
134
- import {
135
- UntagResourceCommandInput,
136
- UntagResourceCommandOutput,
137
- } from "../commands/UntagResourceCommand";
138
- import {
139
- UpdateMapRunCommandInput,
140
- UpdateMapRunCommandOutput,
141
- } from "../commands/UpdateMapRunCommand";
142
- import {
143
- UpdateStateMachineAliasCommandInput,
144
- UpdateStateMachineAliasCommandOutput,
145
- } from "../commands/UpdateStateMachineAliasCommand";
146
- import {
147
- UpdateStateMachineCommandInput,
148
- UpdateStateMachineCommandOutput,
149
- } from "../commands/UpdateStateMachineCommand";
150
- import {
151
- ValidateStateMachineDefinitionCommandInput,
152
- ValidateStateMachineDefinitionCommandOutput,
153
- } from "../commands/ValidateStateMachineDefinitionCommand";
154
- export declare const se_CreateActivityCommand: (
155
- input: CreateActivityCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreateStateMachineCommand: (
159
- input: CreateStateMachineCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CreateStateMachineAliasCommand: (
163
- input: CreateStateMachineAliasCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DeleteActivityCommand: (
167
- input: DeleteActivityCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteStateMachineCommand: (
171
- input: DeleteStateMachineCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DeleteStateMachineAliasCommand: (
175
- input: DeleteStateMachineAliasCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteStateMachineVersionCommand: (
179
- input: DeleteStateMachineVersionCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DescribeActivityCommand: (
183
- input: DescribeActivityCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DescribeExecutionCommand: (
187
- input: DescribeExecutionCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DescribeMapRunCommand: (
191
- input: DescribeMapRunCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DescribeStateMachineCommand: (
195
- input: DescribeStateMachineCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DescribeStateMachineAliasCommand: (
199
- input: DescribeStateMachineAliasCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DescribeStateMachineForExecutionCommand: (
203
- input: DescribeStateMachineForExecutionCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetActivityTaskCommand: (
207
- input: GetActivityTaskCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetExecutionHistoryCommand: (
211
- input: GetExecutionHistoryCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_ListActivitiesCommand: (
215
- input: ListActivitiesCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ListExecutionsCommand: (
219
- input: ListExecutionsCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListMapRunsCommand: (
223
- input: ListMapRunsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListStateMachineAliasesCommand: (
227
- input: ListStateMachineAliasesCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListStateMachinesCommand: (
231
- input: ListStateMachinesCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListStateMachineVersionsCommand: (
235
- input: ListStateMachineVersionsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListTagsForResourceCommand: (
239
- input: ListTagsForResourceCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_PublishStateMachineVersionCommand: (
243
- input: PublishStateMachineVersionCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_RedriveExecutionCommand: (
247
- input: RedriveExecutionCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_SendTaskFailureCommand: (
251
- input: SendTaskFailureCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_SendTaskHeartbeatCommand: (
255
- input: SendTaskHeartbeatCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_SendTaskSuccessCommand: (
259
- input: SendTaskSuccessCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_StartExecutionCommand: (
263
- input: StartExecutionCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_StartSyncExecutionCommand: (
267
- input: StartSyncExecutionCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_StopExecutionCommand: (
271
- input: StopExecutionCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_TagResourceCommand: (
275
- input: TagResourceCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_TestStateCommand: (
279
- input: TestStateCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_UntagResourceCommand: (
283
- input: UntagResourceCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_UpdateMapRunCommand: (
287
- input: UpdateMapRunCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_UpdateStateMachineCommand: (
291
- input: UpdateStateMachineCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_UpdateStateMachineAliasCommand: (
295
- input: UpdateStateMachineAliasCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ValidateStateMachineDefinitionCommand: (
299
- input: ValidateStateMachineDefinitionCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const de_CreateActivityCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<CreateActivityCommandOutput>;
306
- export declare const de_CreateStateMachineCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<CreateStateMachineCommandOutput>;
310
- export declare const de_CreateStateMachineAliasCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<CreateStateMachineAliasCommandOutput>;
314
- export declare const de_DeleteActivityCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<DeleteActivityCommandOutput>;
318
- export declare const de_DeleteStateMachineCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<DeleteStateMachineCommandOutput>;
322
- export declare const de_DeleteStateMachineAliasCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<DeleteStateMachineAliasCommandOutput>;
326
- export declare const de_DeleteStateMachineVersionCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DeleteStateMachineVersionCommandOutput>;
330
- export declare const de_DescribeActivityCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DescribeActivityCommandOutput>;
334
- export declare const de_DescribeExecutionCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DescribeExecutionCommandOutput>;
338
- export declare const de_DescribeMapRunCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DescribeMapRunCommandOutput>;
342
- export declare const de_DescribeStateMachineCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DescribeStateMachineCommandOutput>;
346
- export declare const de_DescribeStateMachineAliasCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DescribeStateMachineAliasCommandOutput>;
350
- export declare const de_DescribeStateMachineForExecutionCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DescribeStateMachineForExecutionCommandOutput>;
354
- export declare const de_GetActivityTaskCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GetActivityTaskCommandOutput>;
358
- export declare const de_GetExecutionHistoryCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<GetExecutionHistoryCommandOutput>;
362
- export declare const de_ListActivitiesCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ListActivitiesCommandOutput>;
366
- export declare const de_ListExecutionsCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<ListExecutionsCommandOutput>;
370
- export declare const de_ListMapRunsCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<ListMapRunsCommandOutput>;
374
- export declare const de_ListStateMachineAliasesCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListStateMachineAliasesCommandOutput>;
378
- export declare const de_ListStateMachinesCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ListStateMachinesCommandOutput>;
382
- export declare const de_ListStateMachineVersionsCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListStateMachineVersionsCommandOutput>;
386
- export declare const de_ListTagsForResourceCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ListTagsForResourceCommandOutput>;
390
- export declare const de_PublishStateMachineVersionCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<PublishStateMachineVersionCommandOutput>;
394
- export declare const de_RedriveExecutionCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<RedriveExecutionCommandOutput>;
398
- export declare const de_SendTaskFailureCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<SendTaskFailureCommandOutput>;
402
- export declare const de_SendTaskHeartbeatCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<SendTaskHeartbeatCommandOutput>;
406
- export declare const de_SendTaskSuccessCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<SendTaskSuccessCommandOutput>;
410
- export declare const de_StartExecutionCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<StartExecutionCommandOutput>;
414
- export declare const de_StartSyncExecutionCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<StartSyncExecutionCommandOutput>;
418
- export declare const de_StopExecutionCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<StopExecutionCommandOutput>;
422
- export declare const de_TagResourceCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<TagResourceCommandOutput>;
426
- export declare const de_TestStateCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<TestStateCommandOutput>;
430
- export declare const de_UntagResourceCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<UntagResourceCommandOutput>;
434
- export declare const de_UpdateMapRunCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<UpdateMapRunCommandOutput>;
438
- export declare const de_UpdateStateMachineCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<UpdateStateMachineCommandOutput>;
442
- export declare const de_UpdateStateMachineAliasCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<UpdateStateMachineAliasCommandOutput>;
446
- export declare const de_ValidateStateMachineDefinitionCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<ValidateStateMachineDefinitionCommandOutput>;