@aws-sdk/client-swf 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 (60) hide show
  1. package/dist-cjs/index.js +1744 -1400
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/SWFClient.js +2 -0
  4. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +3 -9
  5. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +3 -9
  6. package/dist-es/commands/CountPendingActivityTasksCommand.js +3 -9
  7. package/dist-es/commands/CountPendingDecisionTasksCommand.js +3 -9
  8. package/dist-es/commands/DeleteActivityTypeCommand.js +3 -9
  9. package/dist-es/commands/DeleteWorkflowTypeCommand.js +3 -9
  10. package/dist-es/commands/DeprecateActivityTypeCommand.js +3 -9
  11. package/dist-es/commands/DeprecateDomainCommand.js +3 -9
  12. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +3 -9
  13. package/dist-es/commands/DescribeActivityTypeCommand.js +3 -9
  14. package/dist-es/commands/DescribeDomainCommand.js +3 -9
  15. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +3 -9
  16. package/dist-es/commands/DescribeWorkflowTypeCommand.js +3 -9
  17. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +3 -9
  18. package/dist-es/commands/ListActivityTypesCommand.js +3 -9
  19. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +3 -9
  20. package/dist-es/commands/ListDomainsCommand.js +3 -9
  21. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +3 -9
  22. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  23. package/dist-es/commands/ListWorkflowTypesCommand.js +3 -9
  24. package/dist-es/commands/PollForActivityTaskCommand.js +3 -9
  25. package/dist-es/commands/PollForDecisionTaskCommand.js +3 -9
  26. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +3 -9
  27. package/dist-es/commands/RegisterActivityTypeCommand.js +3 -9
  28. package/dist-es/commands/RegisterDomainCommand.js +3 -9
  29. package/dist-es/commands/RegisterWorkflowTypeCommand.js +3 -9
  30. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +3 -9
  31. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +3 -9
  32. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +3 -9
  33. package/dist-es/commands/RespondActivityTaskFailedCommand.js +3 -9
  34. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +3 -9
  35. package/dist-es/commands/SignalWorkflowExecutionCommand.js +3 -9
  36. package/dist-es/commands/StartWorkflowExecutionCommand.js +3 -9
  37. package/dist-es/commands/TagResourceCommand.js +3 -9
  38. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +3 -9
  39. package/dist-es/commands/UndeprecateActivityTypeCommand.js +3 -9
  40. package/dist-es/commands/UndeprecateDomainCommand.js +3 -9
  41. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/runtimeConfig.shared.js +7 -0
  44. package/dist-es/schemas/schemas_0.js +1633 -0
  45. package/dist-types/SWFClient.d.ts +10 -1
  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 +205 -0
  51. package/dist-types/ts3.4/SWFClient.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  56. package/dist-types/ts3.4/schemas/schemas_0.d.ts +210 -0
  57. package/package.json +5 -5
  58. package/dist-es/protocols/Aws_json1_0.js +0 -1098
  59. package/dist-types/protocols/Aws_json1_0.d.ts +0 -353
  60. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -473
@@ -1,473 +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
- CountClosedWorkflowExecutionsCommandInput,
8
- CountClosedWorkflowExecutionsCommandOutput,
9
- } from "../commands/CountClosedWorkflowExecutionsCommand";
10
- import {
11
- CountOpenWorkflowExecutionsCommandInput,
12
- CountOpenWorkflowExecutionsCommandOutput,
13
- } from "../commands/CountOpenWorkflowExecutionsCommand";
14
- import {
15
- CountPendingActivityTasksCommandInput,
16
- CountPendingActivityTasksCommandOutput,
17
- } from "../commands/CountPendingActivityTasksCommand";
18
- import {
19
- CountPendingDecisionTasksCommandInput,
20
- CountPendingDecisionTasksCommandOutput,
21
- } from "../commands/CountPendingDecisionTasksCommand";
22
- import {
23
- DeleteActivityTypeCommandInput,
24
- DeleteActivityTypeCommandOutput,
25
- } from "../commands/DeleteActivityTypeCommand";
26
- import {
27
- DeleteWorkflowTypeCommandInput,
28
- DeleteWorkflowTypeCommandOutput,
29
- } from "../commands/DeleteWorkflowTypeCommand";
30
- import {
31
- DeprecateActivityTypeCommandInput,
32
- DeprecateActivityTypeCommandOutput,
33
- } from "../commands/DeprecateActivityTypeCommand";
34
- import {
35
- DeprecateDomainCommandInput,
36
- DeprecateDomainCommandOutput,
37
- } from "../commands/DeprecateDomainCommand";
38
- import {
39
- DeprecateWorkflowTypeCommandInput,
40
- DeprecateWorkflowTypeCommandOutput,
41
- } from "../commands/DeprecateWorkflowTypeCommand";
42
- import {
43
- DescribeActivityTypeCommandInput,
44
- DescribeActivityTypeCommandOutput,
45
- } from "../commands/DescribeActivityTypeCommand";
46
- import {
47
- DescribeDomainCommandInput,
48
- DescribeDomainCommandOutput,
49
- } from "../commands/DescribeDomainCommand";
50
- import {
51
- DescribeWorkflowExecutionCommandInput,
52
- DescribeWorkflowExecutionCommandOutput,
53
- } from "../commands/DescribeWorkflowExecutionCommand";
54
- import {
55
- DescribeWorkflowTypeCommandInput,
56
- DescribeWorkflowTypeCommandOutput,
57
- } from "../commands/DescribeWorkflowTypeCommand";
58
- import {
59
- GetWorkflowExecutionHistoryCommandInput,
60
- GetWorkflowExecutionHistoryCommandOutput,
61
- } from "../commands/GetWorkflowExecutionHistoryCommand";
62
- import {
63
- ListActivityTypesCommandInput,
64
- ListActivityTypesCommandOutput,
65
- } from "../commands/ListActivityTypesCommand";
66
- import {
67
- ListClosedWorkflowExecutionsCommandInput,
68
- ListClosedWorkflowExecutionsCommandOutput,
69
- } from "../commands/ListClosedWorkflowExecutionsCommand";
70
- import {
71
- ListDomainsCommandInput,
72
- ListDomainsCommandOutput,
73
- } from "../commands/ListDomainsCommand";
74
- import {
75
- ListOpenWorkflowExecutionsCommandInput,
76
- ListOpenWorkflowExecutionsCommandOutput,
77
- } from "../commands/ListOpenWorkflowExecutionsCommand";
78
- import {
79
- ListTagsForResourceCommandInput,
80
- ListTagsForResourceCommandOutput,
81
- } from "../commands/ListTagsForResourceCommand";
82
- import {
83
- ListWorkflowTypesCommandInput,
84
- ListWorkflowTypesCommandOutput,
85
- } from "../commands/ListWorkflowTypesCommand";
86
- import {
87
- PollForActivityTaskCommandInput,
88
- PollForActivityTaskCommandOutput,
89
- } from "../commands/PollForActivityTaskCommand";
90
- import {
91
- PollForDecisionTaskCommandInput,
92
- PollForDecisionTaskCommandOutput,
93
- } from "../commands/PollForDecisionTaskCommand";
94
- import {
95
- RecordActivityTaskHeartbeatCommandInput,
96
- RecordActivityTaskHeartbeatCommandOutput,
97
- } from "../commands/RecordActivityTaskHeartbeatCommand";
98
- import {
99
- RegisterActivityTypeCommandInput,
100
- RegisterActivityTypeCommandOutput,
101
- } from "../commands/RegisterActivityTypeCommand";
102
- import {
103
- RegisterDomainCommandInput,
104
- RegisterDomainCommandOutput,
105
- } from "../commands/RegisterDomainCommand";
106
- import {
107
- RegisterWorkflowTypeCommandInput,
108
- RegisterWorkflowTypeCommandOutput,
109
- } from "../commands/RegisterWorkflowTypeCommand";
110
- import {
111
- RequestCancelWorkflowExecutionCommandInput,
112
- RequestCancelWorkflowExecutionCommandOutput,
113
- } from "../commands/RequestCancelWorkflowExecutionCommand";
114
- import {
115
- RespondActivityTaskCanceledCommandInput,
116
- RespondActivityTaskCanceledCommandOutput,
117
- } from "../commands/RespondActivityTaskCanceledCommand";
118
- import {
119
- RespondActivityTaskCompletedCommandInput,
120
- RespondActivityTaskCompletedCommandOutput,
121
- } from "../commands/RespondActivityTaskCompletedCommand";
122
- import {
123
- RespondActivityTaskFailedCommandInput,
124
- RespondActivityTaskFailedCommandOutput,
125
- } from "../commands/RespondActivityTaskFailedCommand";
126
- import {
127
- RespondDecisionTaskCompletedCommandInput,
128
- RespondDecisionTaskCompletedCommandOutput,
129
- } from "../commands/RespondDecisionTaskCompletedCommand";
130
- import {
131
- SignalWorkflowExecutionCommandInput,
132
- SignalWorkflowExecutionCommandOutput,
133
- } from "../commands/SignalWorkflowExecutionCommand";
134
- import {
135
- StartWorkflowExecutionCommandInput,
136
- StartWorkflowExecutionCommandOutput,
137
- } from "../commands/StartWorkflowExecutionCommand";
138
- import {
139
- TagResourceCommandInput,
140
- TagResourceCommandOutput,
141
- } from "../commands/TagResourceCommand";
142
- import {
143
- TerminateWorkflowExecutionCommandInput,
144
- TerminateWorkflowExecutionCommandOutput,
145
- } from "../commands/TerminateWorkflowExecutionCommand";
146
- import {
147
- UndeprecateActivityTypeCommandInput,
148
- UndeprecateActivityTypeCommandOutput,
149
- } from "../commands/UndeprecateActivityTypeCommand";
150
- import {
151
- UndeprecateDomainCommandInput,
152
- UndeprecateDomainCommandOutput,
153
- } from "../commands/UndeprecateDomainCommand";
154
- import {
155
- UndeprecateWorkflowTypeCommandInput,
156
- UndeprecateWorkflowTypeCommandOutput,
157
- } from "../commands/UndeprecateWorkflowTypeCommand";
158
- import {
159
- UntagResourceCommandInput,
160
- UntagResourceCommandOutput,
161
- } from "../commands/UntagResourceCommand";
162
- export declare const se_CountClosedWorkflowExecutionsCommand: (
163
- input: CountClosedWorkflowExecutionsCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CountOpenWorkflowExecutionsCommand: (
167
- input: CountOpenWorkflowExecutionsCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CountPendingActivityTasksCommand: (
171
- input: CountPendingActivityTasksCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CountPendingDecisionTasksCommand: (
175
- input: CountPendingDecisionTasksCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteActivityTypeCommand: (
179
- input: DeleteActivityTypeCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteWorkflowTypeCommand: (
183
- input: DeleteWorkflowTypeCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeprecateActivityTypeCommand: (
187
- input: DeprecateActivityTypeCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeprecateDomainCommand: (
191
- input: DeprecateDomainCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeprecateWorkflowTypeCommand: (
195
- input: DeprecateWorkflowTypeCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DescribeActivityTypeCommand: (
199
- input: DescribeActivityTypeCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DescribeDomainCommand: (
203
- input: DescribeDomainCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DescribeWorkflowExecutionCommand: (
207
- input: DescribeWorkflowExecutionCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DescribeWorkflowTypeCommand: (
211
- input: DescribeWorkflowTypeCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetWorkflowExecutionHistoryCommand: (
215
- input: GetWorkflowExecutionHistoryCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_ListActivityTypesCommand: (
219
- input: ListActivityTypesCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_ListClosedWorkflowExecutionsCommand: (
223
- input: ListClosedWorkflowExecutionsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListDomainsCommand: (
227
- input: ListDomainsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListOpenWorkflowExecutionsCommand: (
231
- input: ListOpenWorkflowExecutionsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListTagsForResourceCommand: (
235
- input: ListTagsForResourceCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListWorkflowTypesCommand: (
239
- input: ListWorkflowTypesCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_PollForActivityTaskCommand: (
243
- input: PollForActivityTaskCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_PollForDecisionTaskCommand: (
247
- input: PollForDecisionTaskCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_RecordActivityTaskHeartbeatCommand: (
251
- input: RecordActivityTaskHeartbeatCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_RegisterActivityTypeCommand: (
255
- input: RegisterActivityTypeCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_RegisterDomainCommand: (
259
- input: RegisterDomainCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_RegisterWorkflowTypeCommand: (
263
- input: RegisterWorkflowTypeCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_RequestCancelWorkflowExecutionCommand: (
267
- input: RequestCancelWorkflowExecutionCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_RespondActivityTaskCanceledCommand: (
271
- input: RespondActivityTaskCanceledCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_RespondActivityTaskCompletedCommand: (
275
- input: RespondActivityTaskCompletedCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_RespondActivityTaskFailedCommand: (
279
- input: RespondActivityTaskFailedCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_RespondDecisionTaskCompletedCommand: (
283
- input: RespondDecisionTaskCompletedCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_SignalWorkflowExecutionCommand: (
287
- input: SignalWorkflowExecutionCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_StartWorkflowExecutionCommand: (
291
- input: StartWorkflowExecutionCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_TagResourceCommand: (
295
- input: TagResourceCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_TerminateWorkflowExecutionCommand: (
299
- input: TerminateWorkflowExecutionCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_UndeprecateActivityTypeCommand: (
303
- input: UndeprecateActivityTypeCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_UndeprecateDomainCommand: (
307
- input: UndeprecateDomainCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_UndeprecateWorkflowTypeCommand: (
311
- input: UndeprecateWorkflowTypeCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_UntagResourceCommand: (
315
- input: UntagResourceCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const de_CountClosedWorkflowExecutionsCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CountClosedWorkflowExecutionsCommandOutput>;
322
- export declare const de_CountOpenWorkflowExecutionsCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<CountOpenWorkflowExecutionsCommandOutput>;
326
- export declare const de_CountPendingActivityTasksCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<CountPendingActivityTasksCommandOutput>;
330
- export declare const de_CountPendingDecisionTasksCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<CountPendingDecisionTasksCommandOutput>;
334
- export declare const de_DeleteActivityTypeCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DeleteActivityTypeCommandOutput>;
338
- export declare const de_DeleteWorkflowTypeCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DeleteWorkflowTypeCommandOutput>;
342
- export declare const de_DeprecateActivityTypeCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DeprecateActivityTypeCommandOutput>;
346
- export declare const de_DeprecateDomainCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DeprecateDomainCommandOutput>;
350
- export declare const de_DeprecateWorkflowTypeCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DeprecateWorkflowTypeCommandOutput>;
354
- export declare const de_DescribeActivityTypeCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<DescribeActivityTypeCommandOutput>;
358
- export declare const de_DescribeDomainCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DescribeDomainCommandOutput>;
362
- export declare const de_DescribeWorkflowExecutionCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<DescribeWorkflowExecutionCommandOutput>;
366
- export declare const de_DescribeWorkflowTypeCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<DescribeWorkflowTypeCommandOutput>;
370
- export declare const de_GetWorkflowExecutionHistoryCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<GetWorkflowExecutionHistoryCommandOutput>;
374
- export declare const de_ListActivityTypesCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListActivityTypesCommandOutput>;
378
- export declare const de_ListClosedWorkflowExecutionsCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ListClosedWorkflowExecutionsCommandOutput>;
382
- export declare const de_ListDomainsCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListDomainsCommandOutput>;
386
- export declare const de_ListOpenWorkflowExecutionsCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ListOpenWorkflowExecutionsCommandOutput>;
390
- export declare const de_ListTagsForResourceCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<ListTagsForResourceCommandOutput>;
394
- export declare const de_ListWorkflowTypesCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ListWorkflowTypesCommandOutput>;
398
- export declare const de_PollForActivityTaskCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<PollForActivityTaskCommandOutput>;
402
- export declare const de_PollForDecisionTaskCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<PollForDecisionTaskCommandOutput>;
406
- export declare const de_RecordActivityTaskHeartbeatCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<RecordActivityTaskHeartbeatCommandOutput>;
410
- export declare const de_RegisterActivityTypeCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<RegisterActivityTypeCommandOutput>;
414
- export declare const de_RegisterDomainCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<RegisterDomainCommandOutput>;
418
- export declare const de_RegisterWorkflowTypeCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<RegisterWorkflowTypeCommandOutput>;
422
- export declare const de_RequestCancelWorkflowExecutionCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<RequestCancelWorkflowExecutionCommandOutput>;
426
- export declare const de_RespondActivityTaskCanceledCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<RespondActivityTaskCanceledCommandOutput>;
430
- export declare const de_RespondActivityTaskCompletedCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<RespondActivityTaskCompletedCommandOutput>;
434
- export declare const de_RespondActivityTaskFailedCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<RespondActivityTaskFailedCommandOutput>;
438
- export declare const de_RespondDecisionTaskCompletedCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<RespondDecisionTaskCompletedCommandOutput>;
442
- export declare const de_SignalWorkflowExecutionCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<SignalWorkflowExecutionCommandOutput>;
446
- export declare const de_StartWorkflowExecutionCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<StartWorkflowExecutionCommandOutput>;
450
- export declare const de_TagResourceCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<TagResourceCommandOutput>;
454
- export declare const de_TerminateWorkflowExecutionCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<TerminateWorkflowExecutionCommandOutput>;
458
- export declare const de_UndeprecateActivityTypeCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<UndeprecateActivityTypeCommandOutput>;
462
- export declare const de_UndeprecateDomainCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<UndeprecateDomainCommandOutput>;
466
- export declare const de_UndeprecateWorkflowTypeCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<UndeprecateWorkflowTypeCommandOutput>;
470
- export declare const de_UntagResourceCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<UntagResourceCommandOutput>;