@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,353 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "../commands/CountClosedWorkflowExecutionsCommand";
4
- import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "../commands/CountOpenWorkflowExecutionsCommand";
5
- import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "../commands/CountPendingActivityTasksCommand";
6
- import { CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput } from "../commands/CountPendingDecisionTasksCommand";
7
- import { DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput } from "../commands/DeleteActivityTypeCommand";
8
- import { DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput } from "../commands/DeleteWorkflowTypeCommand";
9
- import { DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput } from "../commands/DeprecateActivityTypeCommand";
10
- import { DeprecateDomainCommandInput, DeprecateDomainCommandOutput } from "../commands/DeprecateDomainCommand";
11
- import { DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput } from "../commands/DeprecateWorkflowTypeCommand";
12
- import { DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput } from "../commands/DescribeActivityTypeCommand";
13
- import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "../commands/DescribeDomainCommand";
14
- import { DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput } from "../commands/DescribeWorkflowExecutionCommand";
15
- import { DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput } from "../commands/DescribeWorkflowTypeCommand";
16
- import { GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput } from "../commands/GetWorkflowExecutionHistoryCommand";
17
- import { ListActivityTypesCommandInput, ListActivityTypesCommandOutput } from "../commands/ListActivityTypesCommand";
18
- import { ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput } from "../commands/ListClosedWorkflowExecutionsCommand";
19
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
20
- import { ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput } from "../commands/ListOpenWorkflowExecutionsCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
22
- import { ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput } from "../commands/ListWorkflowTypesCommand";
23
- import { PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput } from "../commands/PollForActivityTaskCommand";
24
- import { PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput } from "../commands/PollForDecisionTaskCommand";
25
- import { RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput } from "../commands/RecordActivityTaskHeartbeatCommand";
26
- import { RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput } from "../commands/RegisterActivityTypeCommand";
27
- import { RegisterDomainCommandInput, RegisterDomainCommandOutput } from "../commands/RegisterDomainCommand";
28
- import { RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput } from "../commands/RegisterWorkflowTypeCommand";
29
- import { RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput } from "../commands/RequestCancelWorkflowExecutionCommand";
30
- import { RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput } from "../commands/RespondActivityTaskCanceledCommand";
31
- import { RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput } from "../commands/RespondActivityTaskCompletedCommand";
32
- import { RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput } from "../commands/RespondActivityTaskFailedCommand";
33
- import { RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput } from "../commands/RespondDecisionTaskCompletedCommand";
34
- import { SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput } from "../commands/SignalWorkflowExecutionCommand";
35
- import { StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput } from "../commands/StartWorkflowExecutionCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
37
- import { TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput } from "../commands/TerminateWorkflowExecutionCommand";
38
- import { UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput } from "../commands/UndeprecateActivityTypeCommand";
39
- import { UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput } from "../commands/UndeprecateDomainCommand";
40
- import { UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput } from "../commands/UndeprecateWorkflowTypeCommand";
41
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
42
- /**
43
- * serializeAws_json1_0CountClosedWorkflowExecutionsCommand
44
- */
45
- export declare const se_CountClosedWorkflowExecutionsCommand: (input: CountClosedWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- /**
47
- * serializeAws_json1_0CountOpenWorkflowExecutionsCommand
48
- */
49
- export declare const se_CountOpenWorkflowExecutionsCommand: (input: CountOpenWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- /**
51
- * serializeAws_json1_0CountPendingActivityTasksCommand
52
- */
53
- export declare const se_CountPendingActivityTasksCommand: (input: CountPendingActivityTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- /**
55
- * serializeAws_json1_0CountPendingDecisionTasksCommand
56
- */
57
- export declare const se_CountPendingDecisionTasksCommand: (input: CountPendingDecisionTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- /**
59
- * serializeAws_json1_0DeleteActivityTypeCommand
60
- */
61
- export declare const se_DeleteActivityTypeCommand: (input: DeleteActivityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- /**
63
- * serializeAws_json1_0DeleteWorkflowTypeCommand
64
- */
65
- export declare const se_DeleteWorkflowTypeCommand: (input: DeleteWorkflowTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_json1_0DeprecateActivityTypeCommand
68
- */
69
- export declare const se_DeprecateActivityTypeCommand: (input: DeprecateActivityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_0DeprecateDomainCommand
72
- */
73
- export declare const se_DeprecateDomainCommand: (input: DeprecateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_json1_0DeprecateWorkflowTypeCommand
76
- */
77
- export declare const se_DeprecateWorkflowTypeCommand: (input: DeprecateWorkflowTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_0DescribeActivityTypeCommand
80
- */
81
- export declare const se_DescribeActivityTypeCommand: (input: DescribeActivityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_0DescribeDomainCommand
84
- */
85
- export declare const se_DescribeDomainCommand: (input: DescribeDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_0DescribeWorkflowExecutionCommand
88
- */
89
- export declare const se_DescribeWorkflowExecutionCommand: (input: DescribeWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_0DescribeWorkflowTypeCommand
92
- */
93
- export declare const se_DescribeWorkflowTypeCommand: (input: DescribeWorkflowTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_0GetWorkflowExecutionHistoryCommand
96
- */
97
- export declare const se_GetWorkflowExecutionHistoryCommand: (input: GetWorkflowExecutionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_0ListActivityTypesCommand
100
- */
101
- export declare const se_ListActivityTypesCommand: (input: ListActivityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_0ListClosedWorkflowExecutionsCommand
104
- */
105
- export declare const se_ListClosedWorkflowExecutionsCommand: (input: ListClosedWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_0ListDomainsCommand
108
- */
109
- export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_0ListOpenWorkflowExecutionsCommand
112
- */
113
- export declare const se_ListOpenWorkflowExecutionsCommand: (input: ListOpenWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_0ListTagsForResourceCommand
116
- */
117
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_json1_0ListWorkflowTypesCommand
120
- */
121
- export declare const se_ListWorkflowTypesCommand: (input: ListWorkflowTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_json1_0PollForActivityTaskCommand
124
- */
125
- export declare const se_PollForActivityTaskCommand: (input: PollForActivityTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_0PollForDecisionTaskCommand
128
- */
129
- export declare const se_PollForDecisionTaskCommand: (input: PollForDecisionTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_0RecordActivityTaskHeartbeatCommand
132
- */
133
- export declare const se_RecordActivityTaskHeartbeatCommand: (input: RecordActivityTaskHeartbeatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_0RegisterActivityTypeCommand
136
- */
137
- export declare const se_RegisterActivityTypeCommand: (input: RegisterActivityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_0RegisterDomainCommand
140
- */
141
- export declare const se_RegisterDomainCommand: (input: RegisterDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_0RegisterWorkflowTypeCommand
144
- */
145
- export declare const se_RegisterWorkflowTypeCommand: (input: RegisterWorkflowTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_0RequestCancelWorkflowExecutionCommand
148
- */
149
- export declare const se_RequestCancelWorkflowExecutionCommand: (input: RequestCancelWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_0RespondActivityTaskCanceledCommand
152
- */
153
- export declare const se_RespondActivityTaskCanceledCommand: (input: RespondActivityTaskCanceledCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_0RespondActivityTaskCompletedCommand
156
- */
157
- export declare const se_RespondActivityTaskCompletedCommand: (input: RespondActivityTaskCompletedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_0RespondActivityTaskFailedCommand
160
- */
161
- export declare const se_RespondActivityTaskFailedCommand: (input: RespondActivityTaskFailedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_0RespondDecisionTaskCompletedCommand
164
- */
165
- export declare const se_RespondDecisionTaskCompletedCommand: (input: RespondDecisionTaskCompletedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_0SignalWorkflowExecutionCommand
168
- */
169
- export declare const se_SignalWorkflowExecutionCommand: (input: SignalWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_0StartWorkflowExecutionCommand
172
- */
173
- export declare const se_StartWorkflowExecutionCommand: (input: StartWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_0TagResourceCommand
176
- */
177
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_0TerminateWorkflowExecutionCommand
180
- */
181
- export declare const se_TerminateWorkflowExecutionCommand: (input: TerminateWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_0UndeprecateActivityTypeCommand
184
- */
185
- export declare const se_UndeprecateActivityTypeCommand: (input: UndeprecateActivityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_json1_0UndeprecateDomainCommand
188
- */
189
- export declare const se_UndeprecateDomainCommand: (input: UndeprecateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_json1_0UndeprecateWorkflowTypeCommand
192
- */
193
- export declare const se_UndeprecateWorkflowTypeCommand: (input: UndeprecateWorkflowTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_0UntagResourceCommand
196
- */
197
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * deserializeAws_json1_0CountClosedWorkflowExecutionsCommand
200
- */
201
- export declare const de_CountClosedWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CountClosedWorkflowExecutionsCommandOutput>;
202
- /**
203
- * deserializeAws_json1_0CountOpenWorkflowExecutionsCommand
204
- */
205
- export declare const de_CountOpenWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CountOpenWorkflowExecutionsCommandOutput>;
206
- /**
207
- * deserializeAws_json1_0CountPendingActivityTasksCommand
208
- */
209
- export declare const de_CountPendingActivityTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CountPendingActivityTasksCommandOutput>;
210
- /**
211
- * deserializeAws_json1_0CountPendingDecisionTasksCommand
212
- */
213
- export declare const de_CountPendingDecisionTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CountPendingDecisionTasksCommandOutput>;
214
- /**
215
- * deserializeAws_json1_0DeleteActivityTypeCommand
216
- */
217
- export declare const de_DeleteActivityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteActivityTypeCommandOutput>;
218
- /**
219
- * deserializeAws_json1_0DeleteWorkflowTypeCommand
220
- */
221
- export declare const de_DeleteWorkflowTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowTypeCommandOutput>;
222
- /**
223
- * deserializeAws_json1_0DeprecateActivityTypeCommand
224
- */
225
- export declare const de_DeprecateActivityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprecateActivityTypeCommandOutput>;
226
- /**
227
- * deserializeAws_json1_0DeprecateDomainCommand
228
- */
229
- export declare const de_DeprecateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprecateDomainCommandOutput>;
230
- /**
231
- * deserializeAws_json1_0DeprecateWorkflowTypeCommand
232
- */
233
- export declare const de_DeprecateWorkflowTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprecateWorkflowTypeCommandOutput>;
234
- /**
235
- * deserializeAws_json1_0DescribeActivityTypeCommand
236
- */
237
- export declare const de_DescribeActivityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActivityTypeCommandOutput>;
238
- /**
239
- * deserializeAws_json1_0DescribeDomainCommand
240
- */
241
- export declare const de_DescribeDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainCommandOutput>;
242
- /**
243
- * deserializeAws_json1_0DescribeWorkflowExecutionCommand
244
- */
245
- export declare const de_DescribeWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowExecutionCommandOutput>;
246
- /**
247
- * deserializeAws_json1_0DescribeWorkflowTypeCommand
248
- */
249
- export declare const de_DescribeWorkflowTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowTypeCommandOutput>;
250
- /**
251
- * deserializeAws_json1_0GetWorkflowExecutionHistoryCommand
252
- */
253
- export declare const de_GetWorkflowExecutionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowExecutionHistoryCommandOutput>;
254
- /**
255
- * deserializeAws_json1_0ListActivityTypesCommand
256
- */
257
- export declare const de_ListActivityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActivityTypesCommandOutput>;
258
- /**
259
- * deserializeAws_json1_0ListClosedWorkflowExecutionsCommand
260
- */
261
- export declare const de_ListClosedWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClosedWorkflowExecutionsCommandOutput>;
262
- /**
263
- * deserializeAws_json1_0ListDomainsCommand
264
- */
265
- export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
266
- /**
267
- * deserializeAws_json1_0ListOpenWorkflowExecutionsCommand
268
- */
269
- export declare const de_ListOpenWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpenWorkflowExecutionsCommandOutput>;
270
- /**
271
- * deserializeAws_json1_0ListTagsForResourceCommand
272
- */
273
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
274
- /**
275
- * deserializeAws_json1_0ListWorkflowTypesCommand
276
- */
277
- export declare const de_ListWorkflowTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowTypesCommandOutput>;
278
- /**
279
- * deserializeAws_json1_0PollForActivityTaskCommand
280
- */
281
- export declare const de_PollForActivityTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForActivityTaskCommandOutput>;
282
- /**
283
- * deserializeAws_json1_0PollForDecisionTaskCommand
284
- */
285
- export declare const de_PollForDecisionTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForDecisionTaskCommandOutput>;
286
- /**
287
- * deserializeAws_json1_0RecordActivityTaskHeartbeatCommand
288
- */
289
- export declare const de_RecordActivityTaskHeartbeatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RecordActivityTaskHeartbeatCommandOutput>;
290
- /**
291
- * deserializeAws_json1_0RegisterActivityTypeCommand
292
- */
293
- export declare const de_RegisterActivityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterActivityTypeCommandOutput>;
294
- /**
295
- * deserializeAws_json1_0RegisterDomainCommand
296
- */
297
- export declare const de_RegisterDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDomainCommandOutput>;
298
- /**
299
- * deserializeAws_json1_0RegisterWorkflowTypeCommand
300
- */
301
- export declare const de_RegisterWorkflowTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterWorkflowTypeCommandOutput>;
302
- /**
303
- * deserializeAws_json1_0RequestCancelWorkflowExecutionCommand
304
- */
305
- export declare const de_RequestCancelWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestCancelWorkflowExecutionCommandOutput>;
306
- /**
307
- * deserializeAws_json1_0RespondActivityTaskCanceledCommand
308
- */
309
- export declare const de_RespondActivityTaskCanceledCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondActivityTaskCanceledCommandOutput>;
310
- /**
311
- * deserializeAws_json1_0RespondActivityTaskCompletedCommand
312
- */
313
- export declare const de_RespondActivityTaskCompletedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondActivityTaskCompletedCommandOutput>;
314
- /**
315
- * deserializeAws_json1_0RespondActivityTaskFailedCommand
316
- */
317
- export declare const de_RespondActivityTaskFailedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondActivityTaskFailedCommandOutput>;
318
- /**
319
- * deserializeAws_json1_0RespondDecisionTaskCompletedCommand
320
- */
321
- export declare const de_RespondDecisionTaskCompletedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondDecisionTaskCompletedCommandOutput>;
322
- /**
323
- * deserializeAws_json1_0SignalWorkflowExecutionCommand
324
- */
325
- export declare const de_SignalWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignalWorkflowExecutionCommandOutput>;
326
- /**
327
- * deserializeAws_json1_0StartWorkflowExecutionCommand
328
- */
329
- export declare const de_StartWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowExecutionCommandOutput>;
330
- /**
331
- * deserializeAws_json1_0TagResourceCommand
332
- */
333
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
334
- /**
335
- * deserializeAws_json1_0TerminateWorkflowExecutionCommand
336
- */
337
- export declare const de_TerminateWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateWorkflowExecutionCommandOutput>;
338
- /**
339
- * deserializeAws_json1_0UndeprecateActivityTypeCommand
340
- */
341
- export declare const de_UndeprecateActivityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UndeprecateActivityTypeCommandOutput>;
342
- /**
343
- * deserializeAws_json1_0UndeprecateDomainCommand
344
- */
345
- export declare const de_UndeprecateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UndeprecateDomainCommandOutput>;
346
- /**
347
- * deserializeAws_json1_0UndeprecateWorkflowTypeCommand
348
- */
349
- export declare const de_UndeprecateWorkflowTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UndeprecateWorkflowTypeCommandOutput>;
350
- /**
351
- * deserializeAws_json1_0UntagResourceCommand
352
- */
353
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;