@aws-sdk/client-swf 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SWF.d.ts +633 -98
  3. package/dist-types/ts3.4/SWFClient.d.ts +325 -110
  4. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -8
  19. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +33 -17
  23. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +33 -17
  24. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  36. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +30 -17
  39. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/SWFServiceException.d.ts +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +1502 -1950
  47. package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  49. package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  56. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +449 -113
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  61. package/package.json +34 -34
@@ -1,98 +1,633 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "./commands/CountClosedWorkflowExecutionsCommand";
3
- import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "./commands/CountOpenWorkflowExecutionsCommand";
4
- import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "./commands/CountPendingActivityTasksCommand";
5
- import { CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput } from "./commands/CountPendingDecisionTasksCommand";
6
- import { DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput } from "./commands/DeprecateActivityTypeCommand";
7
- import { DeprecateDomainCommandInput, DeprecateDomainCommandOutput } from "./commands/DeprecateDomainCommand";
8
- import { DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput } from "./commands/DeprecateWorkflowTypeCommand";
9
- import { DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput } from "./commands/DescribeActivityTypeCommand";
10
- import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
11
- import { DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput } from "./commands/DescribeWorkflowExecutionCommand";
12
- import { DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput } from "./commands/DescribeWorkflowTypeCommand";
13
- import { GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput } from "./commands/GetWorkflowExecutionHistoryCommand";
14
- import { ListActivityTypesCommandInput, ListActivityTypesCommandOutput } from "./commands/ListActivityTypesCommand";
15
- import { ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput } from "./commands/ListClosedWorkflowExecutionsCommand";
16
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
17
- import { ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput } from "./commands/ListOpenWorkflowExecutionsCommand";
18
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
19
- import { ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput } from "./commands/ListWorkflowTypesCommand";
20
- import { PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput } from "./commands/PollForActivityTaskCommand";
21
- import { PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput } from "./commands/PollForDecisionTaskCommand";
22
- import { RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput } from "./commands/RecordActivityTaskHeartbeatCommand";
23
- import { RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput } from "./commands/RegisterActivityTypeCommand";
24
- import { RegisterDomainCommandInput, RegisterDomainCommandOutput } from "./commands/RegisterDomainCommand";
25
- import { RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput } from "./commands/RegisterWorkflowTypeCommand";
26
- import { RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput } from "./commands/RequestCancelWorkflowExecutionCommand";
27
- import { RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput } from "./commands/RespondActivityTaskCanceledCommand";
28
- import { RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput } from "./commands/RespondActivityTaskCompletedCommand";
29
- import { RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput } from "./commands/RespondActivityTaskFailedCommand";
30
- import { RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput } from "./commands/RespondDecisionTaskCompletedCommand";
31
- import { SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput } from "./commands/SignalWorkflowExecutionCommand";
32
- import { StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput } from "./commands/StartWorkflowExecutionCommand";
33
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
34
- import { TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput } from "./commands/TerminateWorkflowExecutionCommand";
35
- import { UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput } from "./commands/UndeprecateActivityTypeCommand";
36
- import { UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput } from "./commands/UndeprecateDomainCommand";
37
- import { UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput } from "./commands/UndeprecateWorkflowTypeCommand";
38
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
39
- import { SWFClient } from "./SWFClient";
40
-
41
- export declare class SWF extends SWFClient {
42
-
43
- countClosedWorkflowExecutions(args: CountClosedWorkflowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<CountClosedWorkflowExecutionsCommandOutput>;
44
- countClosedWorkflowExecutions(args: CountClosedWorkflowExecutionsCommandInput, cb: (err: any, data?: CountClosedWorkflowExecutionsCommandOutput) => void): void;
45
- countClosedWorkflowExecutions(args: CountClosedWorkflowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CountClosedWorkflowExecutionsCommandOutput) => void): void;
46
-
47
- countOpenWorkflowExecutions(args: CountOpenWorkflowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<CountOpenWorkflowExecutionsCommandOutput>;
48
- countOpenWorkflowExecutions(args: CountOpenWorkflowExecutionsCommandInput, cb: (err: any, data?: CountOpenWorkflowExecutionsCommandOutput) => void): void;
49
- countOpenWorkflowExecutions(args: CountOpenWorkflowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CountOpenWorkflowExecutionsCommandOutput) => void): void;
50
-
51
- countPendingActivityTasks(args: CountPendingActivityTasksCommandInput, options?: __HttpHandlerOptions): Promise<CountPendingActivityTasksCommandOutput>;
52
- countPendingActivityTasks(args: CountPendingActivityTasksCommandInput, cb: (err: any, data?: CountPendingActivityTasksCommandOutput) => void): void;
53
- countPendingActivityTasks(args: CountPendingActivityTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CountPendingActivityTasksCommandOutput) => void): void;
54
-
55
- countPendingDecisionTasks(args: CountPendingDecisionTasksCommandInput, options?: __HttpHandlerOptions): Promise<CountPendingDecisionTasksCommandOutput>;
56
- countPendingDecisionTasks(args: CountPendingDecisionTasksCommandInput, cb: (err: any, data?: CountPendingDecisionTasksCommandOutput) => void): void;
57
- countPendingDecisionTasks(args: CountPendingDecisionTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CountPendingDecisionTasksCommandOutput) => void): void;
58
-
59
- deprecateActivityType(args: DeprecateActivityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateActivityTypeCommandOutput>;
60
- deprecateActivityType(args: DeprecateActivityTypeCommandInput, cb: (err: any, data?: DeprecateActivityTypeCommandOutput) => void): void;
61
- deprecateActivityType(args: DeprecateActivityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateActivityTypeCommandOutput) => void): void;
62
-
63
- deprecateDomain(args: DeprecateDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateDomainCommandOutput>;
64
- deprecateDomain(args: DeprecateDomainCommandInput, cb: (err: any, data?: DeprecateDomainCommandOutput) => void): void;
65
- deprecateDomain(args: DeprecateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateDomainCommandOutput) => void): void;
66
-
67
- deprecateWorkflowType(args: DeprecateWorkflowTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateWorkflowTypeCommandOutput>;
68
- deprecateWorkflowType(args: DeprecateWorkflowTypeCommandInput, cb: (err: any, data?: DeprecateWorkflowTypeCommandOutput) => void): void;
69
- deprecateWorkflowType(args: DeprecateWorkflowTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateWorkflowTypeCommandOutput) => void): void;
70
-
71
- describeActivityType(args: DescribeActivityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeActivityTypeCommandOutput>;
72
- describeActivityType(args: DescribeActivityTypeCommandInput, cb: (err: any, data?: DescribeActivityTypeCommandOutput) => void): void;
73
- describeActivityType(args: DescribeActivityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActivityTypeCommandOutput) => void): void;
74
-
75
- describeDomain(args: DescribeDomainCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainCommandOutput>;
76
- describeDomain(args: DescribeDomainCommandInput, cb: (err: any, data?: DescribeDomainCommandOutput) => void): void;
77
- describeDomain(args: DescribeDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainCommandOutput) => void): void;
78
-
79
- describeWorkflowExecution(args: DescribeWorkflowExecutionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkflowExecutionCommandOutput>;
80
- describeWorkflowExecution(args: DescribeWorkflowExecutionCommandInput, cb: (err: any, data?: DescribeWorkflowExecutionCommandOutput) => void): void;
81
- describeWorkflowExecution(args: DescribeWorkflowExecutionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowExecutionCommandOutput) => void): void;
82
-
83
- describeWorkflowType(args: DescribeWorkflowTypeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeWorkflowTypeCommandOutput>;
84
- describeWorkflowType(args: DescribeWorkflowTypeCommandInput, cb: (err: any, data?: DescribeWorkflowTypeCommandOutput) => void): void;
85
- describeWorkflowType(args: DescribeWorkflowTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeWorkflowTypeCommandOutput) => void): void;
86
-
87
- getWorkflowExecutionHistory(args: GetWorkflowExecutionHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkflowExecutionHistoryCommandOutput>;
88
- getWorkflowExecutionHistory(args: GetWorkflowExecutionHistoryCommandInput, cb: (err: any, data?: GetWorkflowExecutionHistoryCommandOutput) => void): void;
89
- getWorkflowExecutionHistory(args: GetWorkflowExecutionHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkflowExecutionHistoryCommandOutput) => void): void;
90
-
91
- listActivityTypes(args: ListActivityTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListActivityTypesCommandOutput>;
92
- listActivityTypes(args: ListActivityTypesCommandInput, cb: (err: any, data?: ListActivityTypesCommandOutput) => void): void;
93
- listActivityTypes(args: ListActivityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActivityTypesCommandOutput) => void): void;
94
-
95
- listClosedWorkflowExecutions(args: ListClosedWorkflowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListClosedWorkflowExecutionsCommandOutput>;
96
- listClosedWorkflowExecutions(args: ListClosedWorkflowExecutionsCommandInput, cb: (err: any, data?: ListClosedWorkflowExecutionsCommandOutput) => void): void;
97
- listClosedWorkflowExecutions(args: ListClosedWorkflowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClosedWorkflowExecutionsCommandOutput) => void): void;
98
-
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CountClosedWorkflowExecutionsCommandInput,
4
+ CountClosedWorkflowExecutionsCommandOutput,
5
+ } from "./commands/CountClosedWorkflowExecutionsCommand";
6
+ import {
7
+ CountOpenWorkflowExecutionsCommandInput,
8
+ CountOpenWorkflowExecutionsCommandOutput,
9
+ } from "./commands/CountOpenWorkflowExecutionsCommand";
10
+ import {
11
+ CountPendingActivityTasksCommandInput,
12
+ CountPendingActivityTasksCommandOutput,
13
+ } from "./commands/CountPendingActivityTasksCommand";
14
+ import {
15
+ CountPendingDecisionTasksCommandInput,
16
+ CountPendingDecisionTasksCommandOutput,
17
+ } from "./commands/CountPendingDecisionTasksCommand";
18
+ import {
19
+ DeprecateActivityTypeCommandInput,
20
+ DeprecateActivityTypeCommandOutput,
21
+ } from "./commands/DeprecateActivityTypeCommand";
22
+ import {
23
+ DeprecateDomainCommandInput,
24
+ DeprecateDomainCommandOutput,
25
+ } from "./commands/DeprecateDomainCommand";
26
+ import {
27
+ DeprecateWorkflowTypeCommandInput,
28
+ DeprecateWorkflowTypeCommandOutput,
29
+ } from "./commands/DeprecateWorkflowTypeCommand";
30
+ import {
31
+ DescribeActivityTypeCommandInput,
32
+ DescribeActivityTypeCommandOutput,
33
+ } from "./commands/DescribeActivityTypeCommand";
34
+ import {
35
+ DescribeDomainCommandInput,
36
+ DescribeDomainCommandOutput,
37
+ } from "./commands/DescribeDomainCommand";
38
+ import {
39
+ DescribeWorkflowExecutionCommandInput,
40
+ DescribeWorkflowExecutionCommandOutput,
41
+ } from "./commands/DescribeWorkflowExecutionCommand";
42
+ import {
43
+ DescribeWorkflowTypeCommandInput,
44
+ DescribeWorkflowTypeCommandOutput,
45
+ } from "./commands/DescribeWorkflowTypeCommand";
46
+ import {
47
+ GetWorkflowExecutionHistoryCommandInput,
48
+ GetWorkflowExecutionHistoryCommandOutput,
49
+ } from "./commands/GetWorkflowExecutionHistoryCommand";
50
+ import {
51
+ ListActivityTypesCommandInput,
52
+ ListActivityTypesCommandOutput,
53
+ } from "./commands/ListActivityTypesCommand";
54
+ import {
55
+ ListClosedWorkflowExecutionsCommandInput,
56
+ ListClosedWorkflowExecutionsCommandOutput,
57
+ } from "./commands/ListClosedWorkflowExecutionsCommand";
58
+ import {
59
+ ListDomainsCommandInput,
60
+ ListDomainsCommandOutput,
61
+ } from "./commands/ListDomainsCommand";
62
+ import {
63
+ ListOpenWorkflowExecutionsCommandInput,
64
+ ListOpenWorkflowExecutionsCommandOutput,
65
+ } from "./commands/ListOpenWorkflowExecutionsCommand";
66
+ import {
67
+ ListTagsForResourceCommandInput,
68
+ ListTagsForResourceCommandOutput,
69
+ } from "./commands/ListTagsForResourceCommand";
70
+ import {
71
+ ListWorkflowTypesCommandInput,
72
+ ListWorkflowTypesCommandOutput,
73
+ } from "./commands/ListWorkflowTypesCommand";
74
+ import {
75
+ PollForActivityTaskCommandInput,
76
+ PollForActivityTaskCommandOutput,
77
+ } from "./commands/PollForActivityTaskCommand";
78
+ import {
79
+ PollForDecisionTaskCommandInput,
80
+ PollForDecisionTaskCommandOutput,
81
+ } from "./commands/PollForDecisionTaskCommand";
82
+ import {
83
+ RecordActivityTaskHeartbeatCommandInput,
84
+ RecordActivityTaskHeartbeatCommandOutput,
85
+ } from "./commands/RecordActivityTaskHeartbeatCommand";
86
+ import {
87
+ RegisterActivityTypeCommandInput,
88
+ RegisterActivityTypeCommandOutput,
89
+ } from "./commands/RegisterActivityTypeCommand";
90
+ import {
91
+ RegisterDomainCommandInput,
92
+ RegisterDomainCommandOutput,
93
+ } from "./commands/RegisterDomainCommand";
94
+ import {
95
+ RegisterWorkflowTypeCommandInput,
96
+ RegisterWorkflowTypeCommandOutput,
97
+ } from "./commands/RegisterWorkflowTypeCommand";
98
+ import {
99
+ RequestCancelWorkflowExecutionCommandInput,
100
+ RequestCancelWorkflowExecutionCommandOutput,
101
+ } from "./commands/RequestCancelWorkflowExecutionCommand";
102
+ import {
103
+ RespondActivityTaskCanceledCommandInput,
104
+ RespondActivityTaskCanceledCommandOutput,
105
+ } from "./commands/RespondActivityTaskCanceledCommand";
106
+ import {
107
+ RespondActivityTaskCompletedCommandInput,
108
+ RespondActivityTaskCompletedCommandOutput,
109
+ } from "./commands/RespondActivityTaskCompletedCommand";
110
+ import {
111
+ RespondActivityTaskFailedCommandInput,
112
+ RespondActivityTaskFailedCommandOutput,
113
+ } from "./commands/RespondActivityTaskFailedCommand";
114
+ import {
115
+ RespondDecisionTaskCompletedCommandInput,
116
+ RespondDecisionTaskCompletedCommandOutput,
117
+ } from "./commands/RespondDecisionTaskCompletedCommand";
118
+ import {
119
+ SignalWorkflowExecutionCommandInput,
120
+ SignalWorkflowExecutionCommandOutput,
121
+ } from "./commands/SignalWorkflowExecutionCommand";
122
+ import {
123
+ StartWorkflowExecutionCommandInput,
124
+ StartWorkflowExecutionCommandOutput,
125
+ } from "./commands/StartWorkflowExecutionCommand";
126
+ import {
127
+ TagResourceCommandInput,
128
+ TagResourceCommandOutput,
129
+ } from "./commands/TagResourceCommand";
130
+ import {
131
+ TerminateWorkflowExecutionCommandInput,
132
+ TerminateWorkflowExecutionCommandOutput,
133
+ } from "./commands/TerminateWorkflowExecutionCommand";
134
+ import {
135
+ UndeprecateActivityTypeCommandInput,
136
+ UndeprecateActivityTypeCommandOutput,
137
+ } from "./commands/UndeprecateActivityTypeCommand";
138
+ import {
139
+ UndeprecateDomainCommandInput,
140
+ UndeprecateDomainCommandOutput,
141
+ } from "./commands/UndeprecateDomainCommand";
142
+ import {
143
+ UndeprecateWorkflowTypeCommandInput,
144
+ UndeprecateWorkflowTypeCommandOutput,
145
+ } from "./commands/UndeprecateWorkflowTypeCommand";
146
+ import {
147
+ UntagResourceCommandInput,
148
+ UntagResourceCommandOutput,
149
+ } from "./commands/UntagResourceCommand";
150
+ import { SWFClient } from "./SWFClient";
151
+ export declare class SWF extends SWFClient {
152
+ countClosedWorkflowExecutions(
153
+ args: CountClosedWorkflowExecutionsCommandInput,
154
+ options?: __HttpHandlerOptions
155
+ ): Promise<CountClosedWorkflowExecutionsCommandOutput>;
156
+ countClosedWorkflowExecutions(
157
+ args: CountClosedWorkflowExecutionsCommandInput,
158
+ cb: (err: any, data?: CountClosedWorkflowExecutionsCommandOutput) => void
159
+ ): void;
160
+ countClosedWorkflowExecutions(
161
+ args: CountClosedWorkflowExecutionsCommandInput,
162
+ options: __HttpHandlerOptions,
163
+ cb: (err: any, data?: CountClosedWorkflowExecutionsCommandOutput) => void
164
+ ): void;
165
+ countOpenWorkflowExecutions(
166
+ args: CountOpenWorkflowExecutionsCommandInput,
167
+ options?: __HttpHandlerOptions
168
+ ): Promise<CountOpenWorkflowExecutionsCommandOutput>;
169
+ countOpenWorkflowExecutions(
170
+ args: CountOpenWorkflowExecutionsCommandInput,
171
+ cb: (err: any, data?: CountOpenWorkflowExecutionsCommandOutput) => void
172
+ ): void;
173
+ countOpenWorkflowExecutions(
174
+ args: CountOpenWorkflowExecutionsCommandInput,
175
+ options: __HttpHandlerOptions,
176
+ cb: (err: any, data?: CountOpenWorkflowExecutionsCommandOutput) => void
177
+ ): void;
178
+ countPendingActivityTasks(
179
+ args: CountPendingActivityTasksCommandInput,
180
+ options?: __HttpHandlerOptions
181
+ ): Promise<CountPendingActivityTasksCommandOutput>;
182
+ countPendingActivityTasks(
183
+ args: CountPendingActivityTasksCommandInput,
184
+ cb: (err: any, data?: CountPendingActivityTasksCommandOutput) => void
185
+ ): void;
186
+ countPendingActivityTasks(
187
+ args: CountPendingActivityTasksCommandInput,
188
+ options: __HttpHandlerOptions,
189
+ cb: (err: any, data?: CountPendingActivityTasksCommandOutput) => void
190
+ ): void;
191
+ countPendingDecisionTasks(
192
+ args: CountPendingDecisionTasksCommandInput,
193
+ options?: __HttpHandlerOptions
194
+ ): Promise<CountPendingDecisionTasksCommandOutput>;
195
+ countPendingDecisionTasks(
196
+ args: CountPendingDecisionTasksCommandInput,
197
+ cb: (err: any, data?: CountPendingDecisionTasksCommandOutput) => void
198
+ ): void;
199
+ countPendingDecisionTasks(
200
+ args: CountPendingDecisionTasksCommandInput,
201
+ options: __HttpHandlerOptions,
202
+ cb: (err: any, data?: CountPendingDecisionTasksCommandOutput) => void
203
+ ): void;
204
+ deprecateActivityType(
205
+ args: DeprecateActivityTypeCommandInput,
206
+ options?: __HttpHandlerOptions
207
+ ): Promise<DeprecateActivityTypeCommandOutput>;
208
+ deprecateActivityType(
209
+ args: DeprecateActivityTypeCommandInput,
210
+ cb: (err: any, data?: DeprecateActivityTypeCommandOutput) => void
211
+ ): void;
212
+ deprecateActivityType(
213
+ args: DeprecateActivityTypeCommandInput,
214
+ options: __HttpHandlerOptions,
215
+ cb: (err: any, data?: DeprecateActivityTypeCommandOutput) => void
216
+ ): void;
217
+ deprecateDomain(
218
+ args: DeprecateDomainCommandInput,
219
+ options?: __HttpHandlerOptions
220
+ ): Promise<DeprecateDomainCommandOutput>;
221
+ deprecateDomain(
222
+ args: DeprecateDomainCommandInput,
223
+ cb: (err: any, data?: DeprecateDomainCommandOutput) => void
224
+ ): void;
225
+ deprecateDomain(
226
+ args: DeprecateDomainCommandInput,
227
+ options: __HttpHandlerOptions,
228
+ cb: (err: any, data?: DeprecateDomainCommandOutput) => void
229
+ ): void;
230
+ deprecateWorkflowType(
231
+ args: DeprecateWorkflowTypeCommandInput,
232
+ options?: __HttpHandlerOptions
233
+ ): Promise<DeprecateWorkflowTypeCommandOutput>;
234
+ deprecateWorkflowType(
235
+ args: DeprecateWorkflowTypeCommandInput,
236
+ cb: (err: any, data?: DeprecateWorkflowTypeCommandOutput) => void
237
+ ): void;
238
+ deprecateWorkflowType(
239
+ args: DeprecateWorkflowTypeCommandInput,
240
+ options: __HttpHandlerOptions,
241
+ cb: (err: any, data?: DeprecateWorkflowTypeCommandOutput) => void
242
+ ): void;
243
+ describeActivityType(
244
+ args: DescribeActivityTypeCommandInput,
245
+ options?: __HttpHandlerOptions
246
+ ): Promise<DescribeActivityTypeCommandOutput>;
247
+ describeActivityType(
248
+ args: DescribeActivityTypeCommandInput,
249
+ cb: (err: any, data?: DescribeActivityTypeCommandOutput) => void
250
+ ): void;
251
+ describeActivityType(
252
+ args: DescribeActivityTypeCommandInput,
253
+ options: __HttpHandlerOptions,
254
+ cb: (err: any, data?: DescribeActivityTypeCommandOutput) => void
255
+ ): void;
256
+ describeDomain(
257
+ args: DescribeDomainCommandInput,
258
+ options?: __HttpHandlerOptions
259
+ ): Promise<DescribeDomainCommandOutput>;
260
+ describeDomain(
261
+ args: DescribeDomainCommandInput,
262
+ cb: (err: any, data?: DescribeDomainCommandOutput) => void
263
+ ): void;
264
+ describeDomain(
265
+ args: DescribeDomainCommandInput,
266
+ options: __HttpHandlerOptions,
267
+ cb: (err: any, data?: DescribeDomainCommandOutput) => void
268
+ ): void;
269
+ describeWorkflowExecution(
270
+ args: DescribeWorkflowExecutionCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<DescribeWorkflowExecutionCommandOutput>;
273
+ describeWorkflowExecution(
274
+ args: DescribeWorkflowExecutionCommandInput,
275
+ cb: (err: any, data?: DescribeWorkflowExecutionCommandOutput) => void
276
+ ): void;
277
+ describeWorkflowExecution(
278
+ args: DescribeWorkflowExecutionCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: DescribeWorkflowExecutionCommandOutput) => void
281
+ ): void;
282
+ describeWorkflowType(
283
+ args: DescribeWorkflowTypeCommandInput,
284
+ options?: __HttpHandlerOptions
285
+ ): Promise<DescribeWorkflowTypeCommandOutput>;
286
+ describeWorkflowType(
287
+ args: DescribeWorkflowTypeCommandInput,
288
+ cb: (err: any, data?: DescribeWorkflowTypeCommandOutput) => void
289
+ ): void;
290
+ describeWorkflowType(
291
+ args: DescribeWorkflowTypeCommandInput,
292
+ options: __HttpHandlerOptions,
293
+ cb: (err: any, data?: DescribeWorkflowTypeCommandOutput) => void
294
+ ): void;
295
+ getWorkflowExecutionHistory(
296
+ args: GetWorkflowExecutionHistoryCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<GetWorkflowExecutionHistoryCommandOutput>;
299
+ getWorkflowExecutionHistory(
300
+ args: GetWorkflowExecutionHistoryCommandInput,
301
+ cb: (err: any, data?: GetWorkflowExecutionHistoryCommandOutput) => void
302
+ ): void;
303
+ getWorkflowExecutionHistory(
304
+ args: GetWorkflowExecutionHistoryCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: GetWorkflowExecutionHistoryCommandOutput) => void
307
+ ): void;
308
+ listActivityTypes(
309
+ args: ListActivityTypesCommandInput,
310
+ options?: __HttpHandlerOptions
311
+ ): Promise<ListActivityTypesCommandOutput>;
312
+ listActivityTypes(
313
+ args: ListActivityTypesCommandInput,
314
+ cb: (err: any, data?: ListActivityTypesCommandOutput) => void
315
+ ): void;
316
+ listActivityTypes(
317
+ args: ListActivityTypesCommandInput,
318
+ options: __HttpHandlerOptions,
319
+ cb: (err: any, data?: ListActivityTypesCommandOutput) => void
320
+ ): void;
321
+ listClosedWorkflowExecutions(
322
+ args: ListClosedWorkflowExecutionsCommandInput,
323
+ options?: __HttpHandlerOptions
324
+ ): Promise<ListClosedWorkflowExecutionsCommandOutput>;
325
+ listClosedWorkflowExecutions(
326
+ args: ListClosedWorkflowExecutionsCommandInput,
327
+ cb: (err: any, data?: ListClosedWorkflowExecutionsCommandOutput) => void
328
+ ): void;
329
+ listClosedWorkflowExecutions(
330
+ args: ListClosedWorkflowExecutionsCommandInput,
331
+ options: __HttpHandlerOptions,
332
+ cb: (err: any, data?: ListClosedWorkflowExecutionsCommandOutput) => void
333
+ ): void;
334
+ listDomains(
335
+ args: ListDomainsCommandInput,
336
+ options?: __HttpHandlerOptions
337
+ ): Promise<ListDomainsCommandOutput>;
338
+ listDomains(
339
+ args: ListDomainsCommandInput,
340
+ cb: (err: any, data?: ListDomainsCommandOutput) => void
341
+ ): void;
342
+ listDomains(
343
+ args: ListDomainsCommandInput,
344
+ options: __HttpHandlerOptions,
345
+ cb: (err: any, data?: ListDomainsCommandOutput) => void
346
+ ): void;
347
+ listOpenWorkflowExecutions(
348
+ args: ListOpenWorkflowExecutionsCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<ListOpenWorkflowExecutionsCommandOutput>;
351
+ listOpenWorkflowExecutions(
352
+ args: ListOpenWorkflowExecutionsCommandInput,
353
+ cb: (err: any, data?: ListOpenWorkflowExecutionsCommandOutput) => void
354
+ ): void;
355
+ listOpenWorkflowExecutions(
356
+ args: ListOpenWorkflowExecutionsCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: ListOpenWorkflowExecutionsCommandOutput) => void
359
+ ): void;
360
+ listTagsForResource(
361
+ args: ListTagsForResourceCommandInput,
362
+ options?: __HttpHandlerOptions
363
+ ): Promise<ListTagsForResourceCommandOutput>;
364
+ listTagsForResource(
365
+ args: ListTagsForResourceCommandInput,
366
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
367
+ ): void;
368
+ listTagsForResource(
369
+ args: ListTagsForResourceCommandInput,
370
+ options: __HttpHandlerOptions,
371
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
372
+ ): void;
373
+ listWorkflowTypes(
374
+ args: ListWorkflowTypesCommandInput,
375
+ options?: __HttpHandlerOptions
376
+ ): Promise<ListWorkflowTypesCommandOutput>;
377
+ listWorkflowTypes(
378
+ args: ListWorkflowTypesCommandInput,
379
+ cb: (err: any, data?: ListWorkflowTypesCommandOutput) => void
380
+ ): void;
381
+ listWorkflowTypes(
382
+ args: ListWorkflowTypesCommandInput,
383
+ options: __HttpHandlerOptions,
384
+ cb: (err: any, data?: ListWorkflowTypesCommandOutput) => void
385
+ ): void;
386
+ pollForActivityTask(
387
+ args: PollForActivityTaskCommandInput,
388
+ options?: __HttpHandlerOptions
389
+ ): Promise<PollForActivityTaskCommandOutput>;
390
+ pollForActivityTask(
391
+ args: PollForActivityTaskCommandInput,
392
+ cb: (err: any, data?: PollForActivityTaskCommandOutput) => void
393
+ ): void;
394
+ pollForActivityTask(
395
+ args: PollForActivityTaskCommandInput,
396
+ options: __HttpHandlerOptions,
397
+ cb: (err: any, data?: PollForActivityTaskCommandOutput) => void
398
+ ): void;
399
+ pollForDecisionTask(
400
+ args: PollForDecisionTaskCommandInput,
401
+ options?: __HttpHandlerOptions
402
+ ): Promise<PollForDecisionTaskCommandOutput>;
403
+ pollForDecisionTask(
404
+ args: PollForDecisionTaskCommandInput,
405
+ cb: (err: any, data?: PollForDecisionTaskCommandOutput) => void
406
+ ): void;
407
+ pollForDecisionTask(
408
+ args: PollForDecisionTaskCommandInput,
409
+ options: __HttpHandlerOptions,
410
+ cb: (err: any, data?: PollForDecisionTaskCommandOutput) => void
411
+ ): void;
412
+ recordActivityTaskHeartbeat(
413
+ args: RecordActivityTaskHeartbeatCommandInput,
414
+ options?: __HttpHandlerOptions
415
+ ): Promise<RecordActivityTaskHeartbeatCommandOutput>;
416
+ recordActivityTaskHeartbeat(
417
+ args: RecordActivityTaskHeartbeatCommandInput,
418
+ cb: (err: any, data?: RecordActivityTaskHeartbeatCommandOutput) => void
419
+ ): void;
420
+ recordActivityTaskHeartbeat(
421
+ args: RecordActivityTaskHeartbeatCommandInput,
422
+ options: __HttpHandlerOptions,
423
+ cb: (err: any, data?: RecordActivityTaskHeartbeatCommandOutput) => void
424
+ ): void;
425
+ registerActivityType(
426
+ args: RegisterActivityTypeCommandInput,
427
+ options?: __HttpHandlerOptions
428
+ ): Promise<RegisterActivityTypeCommandOutput>;
429
+ registerActivityType(
430
+ args: RegisterActivityTypeCommandInput,
431
+ cb: (err: any, data?: RegisterActivityTypeCommandOutput) => void
432
+ ): void;
433
+ registerActivityType(
434
+ args: RegisterActivityTypeCommandInput,
435
+ options: __HttpHandlerOptions,
436
+ cb: (err: any, data?: RegisterActivityTypeCommandOutput) => void
437
+ ): void;
438
+ registerDomain(
439
+ args: RegisterDomainCommandInput,
440
+ options?: __HttpHandlerOptions
441
+ ): Promise<RegisterDomainCommandOutput>;
442
+ registerDomain(
443
+ args: RegisterDomainCommandInput,
444
+ cb: (err: any, data?: RegisterDomainCommandOutput) => void
445
+ ): void;
446
+ registerDomain(
447
+ args: RegisterDomainCommandInput,
448
+ options: __HttpHandlerOptions,
449
+ cb: (err: any, data?: RegisterDomainCommandOutput) => void
450
+ ): void;
451
+ registerWorkflowType(
452
+ args: RegisterWorkflowTypeCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<RegisterWorkflowTypeCommandOutput>;
455
+ registerWorkflowType(
456
+ args: RegisterWorkflowTypeCommandInput,
457
+ cb: (err: any, data?: RegisterWorkflowTypeCommandOutput) => void
458
+ ): void;
459
+ registerWorkflowType(
460
+ args: RegisterWorkflowTypeCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: RegisterWorkflowTypeCommandOutput) => void
463
+ ): void;
464
+ requestCancelWorkflowExecution(
465
+ args: RequestCancelWorkflowExecutionCommandInput,
466
+ options?: __HttpHandlerOptions
467
+ ): Promise<RequestCancelWorkflowExecutionCommandOutput>;
468
+ requestCancelWorkflowExecution(
469
+ args: RequestCancelWorkflowExecutionCommandInput,
470
+ cb: (err: any, data?: RequestCancelWorkflowExecutionCommandOutput) => void
471
+ ): void;
472
+ requestCancelWorkflowExecution(
473
+ args: RequestCancelWorkflowExecutionCommandInput,
474
+ options: __HttpHandlerOptions,
475
+ cb: (err: any, data?: RequestCancelWorkflowExecutionCommandOutput) => void
476
+ ): void;
477
+ respondActivityTaskCanceled(
478
+ args: RespondActivityTaskCanceledCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<RespondActivityTaskCanceledCommandOutput>;
481
+ respondActivityTaskCanceled(
482
+ args: RespondActivityTaskCanceledCommandInput,
483
+ cb: (err: any, data?: RespondActivityTaskCanceledCommandOutput) => void
484
+ ): void;
485
+ respondActivityTaskCanceled(
486
+ args: RespondActivityTaskCanceledCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: RespondActivityTaskCanceledCommandOutput) => void
489
+ ): void;
490
+ respondActivityTaskCompleted(
491
+ args: RespondActivityTaskCompletedCommandInput,
492
+ options?: __HttpHandlerOptions
493
+ ): Promise<RespondActivityTaskCompletedCommandOutput>;
494
+ respondActivityTaskCompleted(
495
+ args: RespondActivityTaskCompletedCommandInput,
496
+ cb: (err: any, data?: RespondActivityTaskCompletedCommandOutput) => void
497
+ ): void;
498
+ respondActivityTaskCompleted(
499
+ args: RespondActivityTaskCompletedCommandInput,
500
+ options: __HttpHandlerOptions,
501
+ cb: (err: any, data?: RespondActivityTaskCompletedCommandOutput) => void
502
+ ): void;
503
+ respondActivityTaskFailed(
504
+ args: RespondActivityTaskFailedCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<RespondActivityTaskFailedCommandOutput>;
507
+ respondActivityTaskFailed(
508
+ args: RespondActivityTaskFailedCommandInput,
509
+ cb: (err: any, data?: RespondActivityTaskFailedCommandOutput) => void
510
+ ): void;
511
+ respondActivityTaskFailed(
512
+ args: RespondActivityTaskFailedCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: RespondActivityTaskFailedCommandOutput) => void
515
+ ): void;
516
+ respondDecisionTaskCompleted(
517
+ args: RespondDecisionTaskCompletedCommandInput,
518
+ options?: __HttpHandlerOptions
519
+ ): Promise<RespondDecisionTaskCompletedCommandOutput>;
520
+ respondDecisionTaskCompleted(
521
+ args: RespondDecisionTaskCompletedCommandInput,
522
+ cb: (err: any, data?: RespondDecisionTaskCompletedCommandOutput) => void
523
+ ): void;
524
+ respondDecisionTaskCompleted(
525
+ args: RespondDecisionTaskCompletedCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (err: any, data?: RespondDecisionTaskCompletedCommandOutput) => void
528
+ ): void;
529
+ signalWorkflowExecution(
530
+ args: SignalWorkflowExecutionCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<SignalWorkflowExecutionCommandOutput>;
533
+ signalWorkflowExecution(
534
+ args: SignalWorkflowExecutionCommandInput,
535
+ cb: (err: any, data?: SignalWorkflowExecutionCommandOutput) => void
536
+ ): void;
537
+ signalWorkflowExecution(
538
+ args: SignalWorkflowExecutionCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: SignalWorkflowExecutionCommandOutput) => void
541
+ ): void;
542
+ startWorkflowExecution(
543
+ args: StartWorkflowExecutionCommandInput,
544
+ options?: __HttpHandlerOptions
545
+ ): Promise<StartWorkflowExecutionCommandOutput>;
546
+ startWorkflowExecution(
547
+ args: StartWorkflowExecutionCommandInput,
548
+ cb: (err: any, data?: StartWorkflowExecutionCommandOutput) => void
549
+ ): void;
550
+ startWorkflowExecution(
551
+ args: StartWorkflowExecutionCommandInput,
552
+ options: __HttpHandlerOptions,
553
+ cb: (err: any, data?: StartWorkflowExecutionCommandOutput) => void
554
+ ): void;
555
+ tagResource(
556
+ args: TagResourceCommandInput,
557
+ options?: __HttpHandlerOptions
558
+ ): Promise<TagResourceCommandOutput>;
559
+ tagResource(
560
+ args: TagResourceCommandInput,
561
+ cb: (err: any, data?: TagResourceCommandOutput) => void
562
+ ): void;
563
+ tagResource(
564
+ args: TagResourceCommandInput,
565
+ options: __HttpHandlerOptions,
566
+ cb: (err: any, data?: TagResourceCommandOutput) => void
567
+ ): void;
568
+ terminateWorkflowExecution(
569
+ args: TerminateWorkflowExecutionCommandInput,
570
+ options?: __HttpHandlerOptions
571
+ ): Promise<TerminateWorkflowExecutionCommandOutput>;
572
+ terminateWorkflowExecution(
573
+ args: TerminateWorkflowExecutionCommandInput,
574
+ cb: (err: any, data?: TerminateWorkflowExecutionCommandOutput) => void
575
+ ): void;
576
+ terminateWorkflowExecution(
577
+ args: TerminateWorkflowExecutionCommandInput,
578
+ options: __HttpHandlerOptions,
579
+ cb: (err: any, data?: TerminateWorkflowExecutionCommandOutput) => void
580
+ ): void;
581
+ undeprecateActivityType(
582
+ args: UndeprecateActivityTypeCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<UndeprecateActivityTypeCommandOutput>;
585
+ undeprecateActivityType(
586
+ args: UndeprecateActivityTypeCommandInput,
587
+ cb: (err: any, data?: UndeprecateActivityTypeCommandOutput) => void
588
+ ): void;
589
+ undeprecateActivityType(
590
+ args: UndeprecateActivityTypeCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: UndeprecateActivityTypeCommandOutput) => void
593
+ ): void;
594
+ undeprecateDomain(
595
+ args: UndeprecateDomainCommandInput,
596
+ options?: __HttpHandlerOptions
597
+ ): Promise<UndeprecateDomainCommandOutput>;
598
+ undeprecateDomain(
599
+ args: UndeprecateDomainCommandInput,
600
+ cb: (err: any, data?: UndeprecateDomainCommandOutput) => void
601
+ ): void;
602
+ undeprecateDomain(
603
+ args: UndeprecateDomainCommandInput,
604
+ options: __HttpHandlerOptions,
605
+ cb: (err: any, data?: UndeprecateDomainCommandOutput) => void
606
+ ): void;
607
+ undeprecateWorkflowType(
608
+ args: UndeprecateWorkflowTypeCommandInput,
609
+ options?: __HttpHandlerOptions
610
+ ): Promise<UndeprecateWorkflowTypeCommandOutput>;
611
+ undeprecateWorkflowType(
612
+ args: UndeprecateWorkflowTypeCommandInput,
613
+ cb: (err: any, data?: UndeprecateWorkflowTypeCommandOutput) => void
614
+ ): void;
615
+ undeprecateWorkflowType(
616
+ args: UndeprecateWorkflowTypeCommandInput,
617
+ options: __HttpHandlerOptions,
618
+ cb: (err: any, data?: UndeprecateWorkflowTypeCommandOutput) => void
619
+ ): void;
620
+ untagResource(
621
+ args: UntagResourceCommandInput,
622
+ options?: __HttpHandlerOptions
623
+ ): Promise<UntagResourceCommandOutput>;
624
+ untagResource(
625
+ args: UntagResourceCommandInput,
626
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
627
+ ): void;
628
+ untagResource(
629
+ args: UntagResourceCommandInput,
630
+ options: __HttpHandlerOptions,
631
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
632
+ ): void;
633
+ }