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