@aws-sdk/client-swf 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/SWF.d.ts +1467 -16
- package/dist-types/ts3.4/SWFClient.d.ts +350 -110
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +17 -8
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/SWFServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2218 -1950
- package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,113 +1,449 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/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
|
+
DeprecateActivityTypeCommandInput,
|
|
24
|
+
DeprecateActivityTypeCommandOutput,
|
|
25
|
+
} from "../commands/DeprecateActivityTypeCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeprecateDomainCommandInput,
|
|
28
|
+
DeprecateDomainCommandOutput,
|
|
29
|
+
} from "../commands/DeprecateDomainCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeprecateWorkflowTypeCommandInput,
|
|
32
|
+
DeprecateWorkflowTypeCommandOutput,
|
|
33
|
+
} from "../commands/DeprecateWorkflowTypeCommand";
|
|
34
|
+
import {
|
|
35
|
+
DescribeActivityTypeCommandInput,
|
|
36
|
+
DescribeActivityTypeCommandOutput,
|
|
37
|
+
} from "../commands/DescribeActivityTypeCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeDomainCommandInput,
|
|
40
|
+
DescribeDomainCommandOutput,
|
|
41
|
+
} from "../commands/DescribeDomainCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeWorkflowExecutionCommandInput,
|
|
44
|
+
DescribeWorkflowExecutionCommandOutput,
|
|
45
|
+
} from "../commands/DescribeWorkflowExecutionCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeWorkflowTypeCommandInput,
|
|
48
|
+
DescribeWorkflowTypeCommandOutput,
|
|
49
|
+
} from "../commands/DescribeWorkflowTypeCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetWorkflowExecutionHistoryCommandInput,
|
|
52
|
+
GetWorkflowExecutionHistoryCommandOutput,
|
|
53
|
+
} from "../commands/GetWorkflowExecutionHistoryCommand";
|
|
54
|
+
import {
|
|
55
|
+
ListActivityTypesCommandInput,
|
|
56
|
+
ListActivityTypesCommandOutput,
|
|
57
|
+
} from "../commands/ListActivityTypesCommand";
|
|
58
|
+
import {
|
|
59
|
+
ListClosedWorkflowExecutionsCommandInput,
|
|
60
|
+
ListClosedWorkflowExecutionsCommandOutput,
|
|
61
|
+
} from "../commands/ListClosedWorkflowExecutionsCommand";
|
|
62
|
+
import {
|
|
63
|
+
ListDomainsCommandInput,
|
|
64
|
+
ListDomainsCommandOutput,
|
|
65
|
+
} from "../commands/ListDomainsCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListOpenWorkflowExecutionsCommandInput,
|
|
68
|
+
ListOpenWorkflowExecutionsCommandOutput,
|
|
69
|
+
} from "../commands/ListOpenWorkflowExecutionsCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListTagsForResourceCommandInput,
|
|
72
|
+
ListTagsForResourceCommandOutput,
|
|
73
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListWorkflowTypesCommandInput,
|
|
76
|
+
ListWorkflowTypesCommandOutput,
|
|
77
|
+
} from "../commands/ListWorkflowTypesCommand";
|
|
78
|
+
import {
|
|
79
|
+
PollForActivityTaskCommandInput,
|
|
80
|
+
PollForActivityTaskCommandOutput,
|
|
81
|
+
} from "../commands/PollForActivityTaskCommand";
|
|
82
|
+
import {
|
|
83
|
+
PollForDecisionTaskCommandInput,
|
|
84
|
+
PollForDecisionTaskCommandOutput,
|
|
85
|
+
} from "../commands/PollForDecisionTaskCommand";
|
|
86
|
+
import {
|
|
87
|
+
RecordActivityTaskHeartbeatCommandInput,
|
|
88
|
+
RecordActivityTaskHeartbeatCommandOutput,
|
|
89
|
+
} from "../commands/RecordActivityTaskHeartbeatCommand";
|
|
90
|
+
import {
|
|
91
|
+
RegisterActivityTypeCommandInput,
|
|
92
|
+
RegisterActivityTypeCommandOutput,
|
|
93
|
+
} from "../commands/RegisterActivityTypeCommand";
|
|
94
|
+
import {
|
|
95
|
+
RegisterDomainCommandInput,
|
|
96
|
+
RegisterDomainCommandOutput,
|
|
97
|
+
} from "../commands/RegisterDomainCommand";
|
|
98
|
+
import {
|
|
99
|
+
RegisterWorkflowTypeCommandInput,
|
|
100
|
+
RegisterWorkflowTypeCommandOutput,
|
|
101
|
+
} from "../commands/RegisterWorkflowTypeCommand";
|
|
102
|
+
import {
|
|
103
|
+
RequestCancelWorkflowExecutionCommandInput,
|
|
104
|
+
RequestCancelWorkflowExecutionCommandOutput,
|
|
105
|
+
} from "../commands/RequestCancelWorkflowExecutionCommand";
|
|
106
|
+
import {
|
|
107
|
+
RespondActivityTaskCanceledCommandInput,
|
|
108
|
+
RespondActivityTaskCanceledCommandOutput,
|
|
109
|
+
} from "../commands/RespondActivityTaskCanceledCommand";
|
|
110
|
+
import {
|
|
111
|
+
RespondActivityTaskCompletedCommandInput,
|
|
112
|
+
RespondActivityTaskCompletedCommandOutput,
|
|
113
|
+
} from "../commands/RespondActivityTaskCompletedCommand";
|
|
114
|
+
import {
|
|
115
|
+
RespondActivityTaskFailedCommandInput,
|
|
116
|
+
RespondActivityTaskFailedCommandOutput,
|
|
117
|
+
} from "../commands/RespondActivityTaskFailedCommand";
|
|
118
|
+
import {
|
|
119
|
+
RespondDecisionTaskCompletedCommandInput,
|
|
120
|
+
RespondDecisionTaskCompletedCommandOutput,
|
|
121
|
+
} from "../commands/RespondDecisionTaskCompletedCommand";
|
|
122
|
+
import {
|
|
123
|
+
SignalWorkflowExecutionCommandInput,
|
|
124
|
+
SignalWorkflowExecutionCommandOutput,
|
|
125
|
+
} from "../commands/SignalWorkflowExecutionCommand";
|
|
126
|
+
import {
|
|
127
|
+
StartWorkflowExecutionCommandInput,
|
|
128
|
+
StartWorkflowExecutionCommandOutput,
|
|
129
|
+
} from "../commands/StartWorkflowExecutionCommand";
|
|
130
|
+
import {
|
|
131
|
+
TagResourceCommandInput,
|
|
132
|
+
TagResourceCommandOutput,
|
|
133
|
+
} from "../commands/TagResourceCommand";
|
|
134
|
+
import {
|
|
135
|
+
TerminateWorkflowExecutionCommandInput,
|
|
136
|
+
TerminateWorkflowExecutionCommandOutput,
|
|
137
|
+
} from "../commands/TerminateWorkflowExecutionCommand";
|
|
138
|
+
import {
|
|
139
|
+
UndeprecateActivityTypeCommandInput,
|
|
140
|
+
UndeprecateActivityTypeCommandOutput,
|
|
141
|
+
} from "../commands/UndeprecateActivityTypeCommand";
|
|
142
|
+
import {
|
|
143
|
+
UndeprecateDomainCommandInput,
|
|
144
|
+
UndeprecateDomainCommandOutput,
|
|
145
|
+
} from "../commands/UndeprecateDomainCommand";
|
|
146
|
+
import {
|
|
147
|
+
UndeprecateWorkflowTypeCommandInput,
|
|
148
|
+
UndeprecateWorkflowTypeCommandOutput,
|
|
149
|
+
} from "../commands/UndeprecateWorkflowTypeCommand";
|
|
150
|
+
import {
|
|
151
|
+
UntagResourceCommandInput,
|
|
152
|
+
UntagResourceCommandOutput,
|
|
153
|
+
} from "../commands/UntagResourceCommand";
|
|
154
|
+
export declare const serializeAws_json1_0CountClosedWorkflowExecutionsCommand: (
|
|
155
|
+
input: CountClosedWorkflowExecutionsCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_json1_0CountOpenWorkflowExecutionsCommand: (
|
|
159
|
+
input: CountOpenWorkflowExecutionsCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_json1_0CountPendingActivityTasksCommand: (
|
|
163
|
+
input: CountPendingActivityTasksCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_json1_0CountPendingDecisionTasksCommand: (
|
|
167
|
+
input: CountPendingDecisionTasksCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_json1_0DeprecateActivityTypeCommand: (
|
|
171
|
+
input: DeprecateActivityTypeCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_json1_0DeprecateDomainCommand: (
|
|
175
|
+
input: DeprecateDomainCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_json1_0DeprecateWorkflowTypeCommand: (
|
|
179
|
+
input: DeprecateWorkflowTypeCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_json1_0DescribeActivityTypeCommand: (
|
|
183
|
+
input: DescribeActivityTypeCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_json1_0DescribeDomainCommand: (
|
|
187
|
+
input: DescribeDomainCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_json1_0DescribeWorkflowExecutionCommand: (
|
|
191
|
+
input: DescribeWorkflowExecutionCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_json1_0DescribeWorkflowTypeCommand: (
|
|
195
|
+
input: DescribeWorkflowTypeCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_json1_0GetWorkflowExecutionHistoryCommand: (
|
|
199
|
+
input: GetWorkflowExecutionHistoryCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_json1_0ListActivityTypesCommand: (
|
|
203
|
+
input: ListActivityTypesCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_json1_0ListClosedWorkflowExecutionsCommand: (
|
|
207
|
+
input: ListClosedWorkflowExecutionsCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_json1_0ListDomainsCommand: (
|
|
211
|
+
input: ListDomainsCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_json1_0ListOpenWorkflowExecutionsCommand: (
|
|
215
|
+
input: ListOpenWorkflowExecutionsCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_json1_0ListTagsForResourceCommand: (
|
|
219
|
+
input: ListTagsForResourceCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_json1_0ListWorkflowTypesCommand: (
|
|
223
|
+
input: ListWorkflowTypesCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_json1_0PollForActivityTaskCommand: (
|
|
227
|
+
input: PollForActivityTaskCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_0PollForDecisionTaskCommand: (
|
|
231
|
+
input: PollForDecisionTaskCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_json1_0RecordActivityTaskHeartbeatCommand: (
|
|
235
|
+
input: RecordActivityTaskHeartbeatCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_json1_0RegisterActivityTypeCommand: (
|
|
239
|
+
input: RegisterActivityTypeCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_json1_0RegisterDomainCommand: (
|
|
243
|
+
input: RegisterDomainCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_json1_0RegisterWorkflowTypeCommand: (
|
|
247
|
+
input: RegisterWorkflowTypeCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_json1_0RequestCancelWorkflowExecutionCommand: (
|
|
251
|
+
input: RequestCancelWorkflowExecutionCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_json1_0RespondActivityTaskCanceledCommand: (
|
|
255
|
+
input: RespondActivityTaskCanceledCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_json1_0RespondActivityTaskCompletedCommand: (
|
|
259
|
+
input: RespondActivityTaskCompletedCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_json1_0RespondActivityTaskFailedCommand: (
|
|
263
|
+
input: RespondActivityTaskFailedCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_json1_0RespondDecisionTaskCompletedCommand: (
|
|
267
|
+
input: RespondDecisionTaskCompletedCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_json1_0SignalWorkflowExecutionCommand: (
|
|
271
|
+
input: SignalWorkflowExecutionCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_json1_0StartWorkflowExecutionCommand: (
|
|
275
|
+
input: StartWorkflowExecutionCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_0TagResourceCommand: (
|
|
279
|
+
input: TagResourceCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_json1_0TerminateWorkflowExecutionCommand: (
|
|
283
|
+
input: TerminateWorkflowExecutionCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_json1_0UndeprecateActivityTypeCommand: (
|
|
287
|
+
input: UndeprecateActivityTypeCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_json1_0UndeprecateDomainCommand: (
|
|
291
|
+
input: UndeprecateDomainCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_json1_0UndeprecateWorkflowTypeCommand: (
|
|
295
|
+
input: UndeprecateWorkflowTypeCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_json1_0UntagResourceCommand: (
|
|
299
|
+
input: UntagResourceCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const deserializeAws_json1_0CountClosedWorkflowExecutionsCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<CountClosedWorkflowExecutionsCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_json1_0CountOpenWorkflowExecutionsCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<CountOpenWorkflowExecutionsCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_json1_0CountPendingActivityTasksCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<CountPendingActivityTasksCommandOutput>;
|
|
314
|
+
export declare const deserializeAws_json1_0CountPendingDecisionTasksCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<CountPendingDecisionTasksCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_json1_0DeprecateActivityTypeCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<DeprecateActivityTypeCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_json1_0DeprecateDomainCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<DeprecateDomainCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_json1_0DeprecateWorkflowTypeCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<DeprecateWorkflowTypeCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_json1_0DescribeActivityTypeCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<DescribeActivityTypeCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_json1_0DescribeDomainCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<DescribeDomainCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_json1_0DescribeWorkflowExecutionCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<DescribeWorkflowExecutionCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_json1_0DescribeWorkflowTypeCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<DescribeWorkflowTypeCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_json1_0GetWorkflowExecutionHistoryCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<GetWorkflowExecutionHistoryCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_json1_0ListActivityTypesCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<ListActivityTypesCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_json1_0ListClosedWorkflowExecutionsCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<ListClosedWorkflowExecutionsCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_json1_0ListDomainsCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<ListDomainsCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_json1_0ListOpenWorkflowExecutionsCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<ListOpenWorkflowExecutionsCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_json1_0ListWorkflowTypesCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<ListWorkflowTypesCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_json1_0PollForActivityTaskCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<PollForActivityTaskCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_json1_0PollForDecisionTaskCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<PollForDecisionTaskCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_json1_0RecordActivityTaskHeartbeatCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<RecordActivityTaskHeartbeatCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_json1_0RegisterActivityTypeCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<RegisterActivityTypeCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_json1_0RegisterDomainCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<RegisterDomainCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_json1_0RegisterWorkflowTypeCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<RegisterWorkflowTypeCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_json1_0RequestCancelWorkflowExecutionCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<RequestCancelWorkflowExecutionCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_json1_0RespondActivityTaskCanceledCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<RespondActivityTaskCanceledCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_json1_0RespondActivityTaskCompletedCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<RespondActivityTaskCompletedCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_json1_0RespondActivityTaskFailedCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<RespondActivityTaskFailedCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_json1_0RespondDecisionTaskCompletedCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<RespondDecisionTaskCompletedCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_json1_0SignalWorkflowExecutionCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<SignalWorkflowExecutionCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_json1_0StartWorkflowExecutionCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<StartWorkflowExecutionCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_json1_0TagResourceCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<TagResourceCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_json1_0TerminateWorkflowExecutionCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<TerminateWorkflowExecutionCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_json1_0UndeprecateActivityTypeCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<UndeprecateActivityTypeCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_json1_0UndeprecateDomainCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<UndeprecateDomainCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_json1_0UndeprecateWorkflowTypeCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<UndeprecateWorkflowTypeCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_0UntagResourceCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<UntagResourceCommandOutput>;
|