@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,110 +1,325 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "./commands/CountClosedWorkflowExecutionsCommand";
10
- import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "./commands/CountOpenWorkflowExecutionsCommand";
11
- import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "./commands/CountPendingActivityTasksCommand";
12
- import { CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput } from "./commands/CountPendingDecisionTasksCommand";
13
- import { DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput } from "./commands/DeprecateActivityTypeCommand";
14
- import { DeprecateDomainCommandInput, DeprecateDomainCommandOutput } from "./commands/DeprecateDomainCommand";
15
- import { DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput } from "./commands/DeprecateWorkflowTypeCommand";
16
- import { DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput } from "./commands/DescribeActivityTypeCommand";
17
- import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "./commands/DescribeDomainCommand";
18
- import { DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput } from "./commands/DescribeWorkflowExecutionCommand";
19
- import { DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput } from "./commands/DescribeWorkflowTypeCommand";
20
- import { GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput } from "./commands/GetWorkflowExecutionHistoryCommand";
21
- import { ListActivityTypesCommandInput, ListActivityTypesCommandOutput } from "./commands/ListActivityTypesCommand";
22
- import { ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput } from "./commands/ListClosedWorkflowExecutionsCommand";
23
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
24
- import { ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput } from "./commands/ListOpenWorkflowExecutionsCommand";
25
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
26
- import { ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput } from "./commands/ListWorkflowTypesCommand";
27
- import { PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput } from "./commands/PollForActivityTaskCommand";
28
- import { PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput } from "./commands/PollForDecisionTaskCommand";
29
- import { RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput } from "./commands/RecordActivityTaskHeartbeatCommand";
30
- import { RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput } from "./commands/RegisterActivityTypeCommand";
31
- import { RegisterDomainCommandInput, RegisterDomainCommandOutput } from "./commands/RegisterDomainCommand";
32
- import { RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput } from "./commands/RegisterWorkflowTypeCommand";
33
- import { RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput } from "./commands/RequestCancelWorkflowExecutionCommand";
34
- import { RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput } from "./commands/RespondActivityTaskCanceledCommand";
35
- import { RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput } from "./commands/RespondActivityTaskCompletedCommand";
36
- import { RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput } from "./commands/RespondActivityTaskFailedCommand";
37
- import { RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput } from "./commands/RespondDecisionTaskCompletedCommand";
38
- import { SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput } from "./commands/SignalWorkflowExecutionCommand";
39
- import { StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput } from "./commands/StartWorkflowExecutionCommand";
40
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
41
- import { TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput } from "./commands/TerminateWorkflowExecutionCommand";
42
- import { UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput } from "./commands/UndeprecateActivityTypeCommand";
43
- import { UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput } from "./commands/UndeprecateDomainCommand";
44
- import { UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput } from "./commands/UndeprecateWorkflowTypeCommand";
45
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
- export declare type ServiceInputTypes = CountClosedWorkflowExecutionsCommandInput | CountOpenWorkflowExecutionsCommandInput | CountPendingActivityTasksCommandInput | CountPendingDecisionTasksCommandInput | DeprecateActivityTypeCommandInput | DeprecateDomainCommandInput | DeprecateWorkflowTypeCommandInput | DescribeActivityTypeCommandInput | DescribeDomainCommandInput | DescribeWorkflowExecutionCommandInput | DescribeWorkflowTypeCommandInput | GetWorkflowExecutionHistoryCommandInput | ListActivityTypesCommandInput | ListClosedWorkflowExecutionsCommandInput | ListDomainsCommandInput | ListOpenWorkflowExecutionsCommandInput | ListTagsForResourceCommandInput | ListWorkflowTypesCommandInput | PollForActivityTaskCommandInput | PollForDecisionTaskCommandInput | RecordActivityTaskHeartbeatCommandInput | RegisterActivityTypeCommandInput | RegisterDomainCommandInput | RegisterWorkflowTypeCommandInput | RequestCancelWorkflowExecutionCommandInput | RespondActivityTaskCanceledCommandInput | RespondActivityTaskCompletedCommandInput | RespondActivityTaskFailedCommandInput | RespondDecisionTaskCompletedCommandInput | SignalWorkflowExecutionCommandInput | StartWorkflowExecutionCommandInput | TagResourceCommandInput | TerminateWorkflowExecutionCommandInput | UndeprecateActivityTypeCommandInput | UndeprecateDomainCommandInput | UndeprecateWorkflowTypeCommandInput | UntagResourceCommandInput;
47
- export declare type ServiceOutputTypes = CountClosedWorkflowExecutionsCommandOutput | CountOpenWorkflowExecutionsCommandOutput | CountPendingActivityTasksCommandOutput | CountPendingDecisionTasksCommandOutput | DeprecateActivityTypeCommandOutput | DeprecateDomainCommandOutput | DeprecateWorkflowTypeCommandOutput | DescribeActivityTypeCommandOutput | DescribeDomainCommandOutput | DescribeWorkflowExecutionCommandOutput | DescribeWorkflowTypeCommandOutput | GetWorkflowExecutionHistoryCommandOutput | ListActivityTypesCommandOutput | ListClosedWorkflowExecutionsCommandOutput | ListDomainsCommandOutput | ListOpenWorkflowExecutionsCommandOutput | ListTagsForResourceCommandOutput | ListWorkflowTypesCommandOutput | PollForActivityTaskCommandOutput | PollForDecisionTaskCommandOutput | RecordActivityTaskHeartbeatCommandOutput | RegisterActivityTypeCommandOutput | RegisterDomainCommandOutput | RegisterWorkflowTypeCommandOutput | RequestCancelWorkflowExecutionCommandOutput | RespondActivityTaskCanceledCommandOutput | RespondActivityTaskCompletedCommandOutput | RespondActivityTaskFailedCommandOutput | RespondDecisionTaskCompletedCommandOutput | SignalWorkflowExecutionCommandOutput | StartWorkflowExecutionCommandOutput | TagResourceCommandOutput | TerminateWorkflowExecutionCommandOutput | UndeprecateActivityTypeCommandOutput | UndeprecateDomainCommandOutput | UndeprecateWorkflowTypeCommandOutput | UntagResourceCommandOutput;
48
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
49
-
50
- requestHandler?: __HttpHandler;
51
-
52
- sha256?: __HashConstructor;
53
-
54
- urlParser?: __UrlParser;
55
-
56
- bodyLengthChecker?: __BodyLengthCalculator;
57
-
58
- streamCollector?: __StreamCollector;
59
-
60
- base64Decoder?: __Decoder;
61
-
62
- base64Encoder?: __Encoder;
63
-
64
- utf8Decoder?: __Decoder;
65
-
66
- utf8Encoder?: __Encoder;
67
-
68
- runtime?: string;
69
-
70
- disableHostPrefix?: boolean;
71
-
72
- maxAttempts?: number | __Provider<number>;
73
-
74
- retryMode?: string | __Provider<string>;
75
-
76
- logger?: __Logger;
77
-
78
- useDualstackEndpoint?: boolean | __Provider<boolean>;
79
-
80
- useFipsEndpoint?: boolean | __Provider<boolean>;
81
-
82
- serviceId?: string;
83
-
84
- region?: string | __Provider<string>;
85
-
86
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
87
-
88
- regionInfoProvider?: RegionInfoProvider;
89
-
90
- defaultUserAgentProvider?: Provider<__UserAgent>;
91
-
92
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
93
- }
94
- declare type SWFClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
95
-
96
- export interface SWFClientConfig extends SWFClientConfigType {
97
- }
98
- declare type SWFClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
99
-
100
- export interface SWFClientResolvedConfig extends SWFClientResolvedConfigType {
101
- }
102
-
103
- export declare class SWFClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig> {
104
-
105
- readonly config: SWFClientResolvedConfig;
106
- constructor(configuration: SWFClientConfig);
107
-
108
- destroy(): void;
109
- }
110
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CountClosedWorkflowExecutionsCommandInput,
47
+ CountClosedWorkflowExecutionsCommandOutput,
48
+ } from "./commands/CountClosedWorkflowExecutionsCommand";
49
+ import {
50
+ CountOpenWorkflowExecutionsCommandInput,
51
+ CountOpenWorkflowExecutionsCommandOutput,
52
+ } from "./commands/CountOpenWorkflowExecutionsCommand";
53
+ import {
54
+ CountPendingActivityTasksCommandInput,
55
+ CountPendingActivityTasksCommandOutput,
56
+ } from "./commands/CountPendingActivityTasksCommand";
57
+ import {
58
+ CountPendingDecisionTasksCommandInput,
59
+ CountPendingDecisionTasksCommandOutput,
60
+ } from "./commands/CountPendingDecisionTasksCommand";
61
+ import {
62
+ DeprecateActivityTypeCommandInput,
63
+ DeprecateActivityTypeCommandOutput,
64
+ } from "./commands/DeprecateActivityTypeCommand";
65
+ import {
66
+ DeprecateDomainCommandInput,
67
+ DeprecateDomainCommandOutput,
68
+ } from "./commands/DeprecateDomainCommand";
69
+ import {
70
+ DeprecateWorkflowTypeCommandInput,
71
+ DeprecateWorkflowTypeCommandOutput,
72
+ } from "./commands/DeprecateWorkflowTypeCommand";
73
+ import {
74
+ DescribeActivityTypeCommandInput,
75
+ DescribeActivityTypeCommandOutput,
76
+ } from "./commands/DescribeActivityTypeCommand";
77
+ import {
78
+ DescribeDomainCommandInput,
79
+ DescribeDomainCommandOutput,
80
+ } from "./commands/DescribeDomainCommand";
81
+ import {
82
+ DescribeWorkflowExecutionCommandInput,
83
+ DescribeWorkflowExecutionCommandOutput,
84
+ } from "./commands/DescribeWorkflowExecutionCommand";
85
+ import {
86
+ DescribeWorkflowTypeCommandInput,
87
+ DescribeWorkflowTypeCommandOutput,
88
+ } from "./commands/DescribeWorkflowTypeCommand";
89
+ import {
90
+ GetWorkflowExecutionHistoryCommandInput,
91
+ GetWorkflowExecutionHistoryCommandOutput,
92
+ } from "./commands/GetWorkflowExecutionHistoryCommand";
93
+ import {
94
+ ListActivityTypesCommandInput,
95
+ ListActivityTypesCommandOutput,
96
+ } from "./commands/ListActivityTypesCommand";
97
+ import {
98
+ ListClosedWorkflowExecutionsCommandInput,
99
+ ListClosedWorkflowExecutionsCommandOutput,
100
+ } from "./commands/ListClosedWorkflowExecutionsCommand";
101
+ import {
102
+ ListDomainsCommandInput,
103
+ ListDomainsCommandOutput,
104
+ } from "./commands/ListDomainsCommand";
105
+ import {
106
+ ListOpenWorkflowExecutionsCommandInput,
107
+ ListOpenWorkflowExecutionsCommandOutput,
108
+ } from "./commands/ListOpenWorkflowExecutionsCommand";
109
+ import {
110
+ ListTagsForResourceCommandInput,
111
+ ListTagsForResourceCommandOutput,
112
+ } from "./commands/ListTagsForResourceCommand";
113
+ import {
114
+ ListWorkflowTypesCommandInput,
115
+ ListWorkflowTypesCommandOutput,
116
+ } from "./commands/ListWorkflowTypesCommand";
117
+ import {
118
+ PollForActivityTaskCommandInput,
119
+ PollForActivityTaskCommandOutput,
120
+ } from "./commands/PollForActivityTaskCommand";
121
+ import {
122
+ PollForDecisionTaskCommandInput,
123
+ PollForDecisionTaskCommandOutput,
124
+ } from "./commands/PollForDecisionTaskCommand";
125
+ import {
126
+ RecordActivityTaskHeartbeatCommandInput,
127
+ RecordActivityTaskHeartbeatCommandOutput,
128
+ } from "./commands/RecordActivityTaskHeartbeatCommand";
129
+ import {
130
+ RegisterActivityTypeCommandInput,
131
+ RegisterActivityTypeCommandOutput,
132
+ } from "./commands/RegisterActivityTypeCommand";
133
+ import {
134
+ RegisterDomainCommandInput,
135
+ RegisterDomainCommandOutput,
136
+ } from "./commands/RegisterDomainCommand";
137
+ import {
138
+ RegisterWorkflowTypeCommandInput,
139
+ RegisterWorkflowTypeCommandOutput,
140
+ } from "./commands/RegisterWorkflowTypeCommand";
141
+ import {
142
+ RequestCancelWorkflowExecutionCommandInput,
143
+ RequestCancelWorkflowExecutionCommandOutput,
144
+ } from "./commands/RequestCancelWorkflowExecutionCommand";
145
+ import {
146
+ RespondActivityTaskCanceledCommandInput,
147
+ RespondActivityTaskCanceledCommandOutput,
148
+ } from "./commands/RespondActivityTaskCanceledCommand";
149
+ import {
150
+ RespondActivityTaskCompletedCommandInput,
151
+ RespondActivityTaskCompletedCommandOutput,
152
+ } from "./commands/RespondActivityTaskCompletedCommand";
153
+ import {
154
+ RespondActivityTaskFailedCommandInput,
155
+ RespondActivityTaskFailedCommandOutput,
156
+ } from "./commands/RespondActivityTaskFailedCommand";
157
+ import {
158
+ RespondDecisionTaskCompletedCommandInput,
159
+ RespondDecisionTaskCompletedCommandOutput,
160
+ } from "./commands/RespondDecisionTaskCompletedCommand";
161
+ import {
162
+ SignalWorkflowExecutionCommandInput,
163
+ SignalWorkflowExecutionCommandOutput,
164
+ } from "./commands/SignalWorkflowExecutionCommand";
165
+ import {
166
+ StartWorkflowExecutionCommandInput,
167
+ StartWorkflowExecutionCommandOutput,
168
+ } from "./commands/StartWorkflowExecutionCommand";
169
+ import {
170
+ TagResourceCommandInput,
171
+ TagResourceCommandOutput,
172
+ } from "./commands/TagResourceCommand";
173
+ import {
174
+ TerminateWorkflowExecutionCommandInput,
175
+ TerminateWorkflowExecutionCommandOutput,
176
+ } from "./commands/TerminateWorkflowExecutionCommand";
177
+ import {
178
+ UndeprecateActivityTypeCommandInput,
179
+ UndeprecateActivityTypeCommandOutput,
180
+ } from "./commands/UndeprecateActivityTypeCommand";
181
+ import {
182
+ UndeprecateDomainCommandInput,
183
+ UndeprecateDomainCommandOutput,
184
+ } from "./commands/UndeprecateDomainCommand";
185
+ import {
186
+ UndeprecateWorkflowTypeCommandInput,
187
+ UndeprecateWorkflowTypeCommandOutput,
188
+ } from "./commands/UndeprecateWorkflowTypeCommand";
189
+ import {
190
+ UntagResourceCommandInput,
191
+ UntagResourceCommandOutput,
192
+ } from "./commands/UntagResourceCommand";
193
+ export declare type ServiceInputTypes =
194
+ | CountClosedWorkflowExecutionsCommandInput
195
+ | CountOpenWorkflowExecutionsCommandInput
196
+ | CountPendingActivityTasksCommandInput
197
+ | CountPendingDecisionTasksCommandInput
198
+ | DeprecateActivityTypeCommandInput
199
+ | DeprecateDomainCommandInput
200
+ | DeprecateWorkflowTypeCommandInput
201
+ | DescribeActivityTypeCommandInput
202
+ | DescribeDomainCommandInput
203
+ | DescribeWorkflowExecutionCommandInput
204
+ | DescribeWorkflowTypeCommandInput
205
+ | GetWorkflowExecutionHistoryCommandInput
206
+ | ListActivityTypesCommandInput
207
+ | ListClosedWorkflowExecutionsCommandInput
208
+ | ListDomainsCommandInput
209
+ | ListOpenWorkflowExecutionsCommandInput
210
+ | ListTagsForResourceCommandInput
211
+ | ListWorkflowTypesCommandInput
212
+ | PollForActivityTaskCommandInput
213
+ | PollForDecisionTaskCommandInput
214
+ | RecordActivityTaskHeartbeatCommandInput
215
+ | RegisterActivityTypeCommandInput
216
+ | RegisterDomainCommandInput
217
+ | RegisterWorkflowTypeCommandInput
218
+ | RequestCancelWorkflowExecutionCommandInput
219
+ | RespondActivityTaskCanceledCommandInput
220
+ | RespondActivityTaskCompletedCommandInput
221
+ | RespondActivityTaskFailedCommandInput
222
+ | RespondDecisionTaskCompletedCommandInput
223
+ | SignalWorkflowExecutionCommandInput
224
+ | StartWorkflowExecutionCommandInput
225
+ | TagResourceCommandInput
226
+ | TerminateWorkflowExecutionCommandInput
227
+ | UndeprecateActivityTypeCommandInput
228
+ | UndeprecateDomainCommandInput
229
+ | UndeprecateWorkflowTypeCommandInput
230
+ | UntagResourceCommandInput;
231
+ export declare type ServiceOutputTypes =
232
+ | CountClosedWorkflowExecutionsCommandOutput
233
+ | CountOpenWorkflowExecutionsCommandOutput
234
+ | CountPendingActivityTasksCommandOutput
235
+ | CountPendingDecisionTasksCommandOutput
236
+ | DeprecateActivityTypeCommandOutput
237
+ | DeprecateDomainCommandOutput
238
+ | DeprecateWorkflowTypeCommandOutput
239
+ | DescribeActivityTypeCommandOutput
240
+ | DescribeDomainCommandOutput
241
+ | DescribeWorkflowExecutionCommandOutput
242
+ | DescribeWorkflowTypeCommandOutput
243
+ | GetWorkflowExecutionHistoryCommandOutput
244
+ | ListActivityTypesCommandOutput
245
+ | ListClosedWorkflowExecutionsCommandOutput
246
+ | ListDomainsCommandOutput
247
+ | ListOpenWorkflowExecutionsCommandOutput
248
+ | ListTagsForResourceCommandOutput
249
+ | ListWorkflowTypesCommandOutput
250
+ | PollForActivityTaskCommandOutput
251
+ | PollForDecisionTaskCommandOutput
252
+ | RecordActivityTaskHeartbeatCommandOutput
253
+ | RegisterActivityTypeCommandOutput
254
+ | RegisterDomainCommandOutput
255
+ | RegisterWorkflowTypeCommandOutput
256
+ | RequestCancelWorkflowExecutionCommandOutput
257
+ | RespondActivityTaskCanceledCommandOutput
258
+ | RespondActivityTaskCompletedCommandOutput
259
+ | RespondActivityTaskFailedCommandOutput
260
+ | RespondDecisionTaskCompletedCommandOutput
261
+ | SignalWorkflowExecutionCommandOutput
262
+ | StartWorkflowExecutionCommandOutput
263
+ | TagResourceCommandOutput
264
+ | TerminateWorkflowExecutionCommandOutput
265
+ | UndeprecateActivityTypeCommandOutput
266
+ | UndeprecateDomainCommandOutput
267
+ | UndeprecateWorkflowTypeCommandOutput
268
+ | UntagResourceCommandOutput;
269
+ export interface ClientDefaults
270
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
271
+ requestHandler?: __HttpHandler;
272
+ sha256?: __HashConstructor;
273
+ urlParser?: __UrlParser;
274
+ bodyLengthChecker?: __BodyLengthCalculator;
275
+ streamCollector?: __StreamCollector;
276
+ base64Decoder?: __Decoder;
277
+ base64Encoder?: __Encoder;
278
+ utf8Decoder?: __Decoder;
279
+ utf8Encoder?: __Encoder;
280
+ runtime?: string;
281
+ disableHostPrefix?: boolean;
282
+ maxAttempts?: number | __Provider<number>;
283
+ retryMode?: string | __Provider<string>;
284
+ logger?: __Logger;
285
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
286
+ useFipsEndpoint?: boolean | __Provider<boolean>;
287
+ serviceId?: string;
288
+ region?: string | __Provider<string>;
289
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
290
+ regionInfoProvider?: RegionInfoProvider;
291
+ defaultUserAgentProvider?: Provider<__UserAgent>;
292
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
293
+ }
294
+ declare type SWFClientConfigType = Partial<
295
+ __SmithyConfiguration<__HttpHandlerOptions>
296
+ > &
297
+ ClientDefaults &
298
+ RegionInputConfig &
299
+ EndpointsInputConfig &
300
+ RetryInputConfig &
301
+ HostHeaderInputConfig &
302
+ AwsAuthInputConfig &
303
+ UserAgentInputConfig;
304
+ export interface SWFClientConfig extends SWFClientConfigType {}
305
+ declare type SWFClientResolvedConfigType =
306
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
307
+ Required<ClientDefaults> &
308
+ RegionResolvedConfig &
309
+ EndpointsResolvedConfig &
310
+ RetryResolvedConfig &
311
+ HostHeaderResolvedConfig &
312
+ AwsAuthResolvedConfig &
313
+ UserAgentResolvedConfig;
314
+ export interface SWFClientResolvedConfig extends SWFClientResolvedConfigType {}
315
+ export declare class SWFClient extends __Client<
316
+ __HttpHandlerOptions,
317
+ ServiceInputTypes,
318
+ ServiceOutputTypes,
319
+ SWFClientResolvedConfig
320
+ > {
321
+ readonly config: SWFClientResolvedConfig;
322
+ constructor(configuration: SWFClientConfig);
323
+ destroy(): void;
324
+ }
325
+ export {};
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
- export interface CountClosedWorkflowExecutionsCommandInput extends CountClosedWorkflowExecutionsInput {
6
- }
7
- export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
8
- }
9
-
10
- export declare class CountClosedWorkflowExecutionsCommand extends $Command<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
11
- readonly input: CountClosedWorkflowExecutionsCommandInput;
12
- constructor(input: CountClosedWorkflowExecutionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CountClosedWorkflowExecutionsInput,
10
+ WorkflowExecutionCount,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SWFClientResolvedConfig,
16
+ } from "../SWFClient";
17
+ export interface CountClosedWorkflowExecutionsCommandInput
18
+ extends CountClosedWorkflowExecutionsInput {}
19
+ export interface CountClosedWorkflowExecutionsCommandOutput
20
+ extends WorkflowExecutionCount,
21
+ __MetadataBearer {}
22
+ export declare class CountClosedWorkflowExecutionsCommand extends $Command<
23
+ CountClosedWorkflowExecutionsCommandInput,
24
+ CountClosedWorkflowExecutionsCommandOutput,
25
+ SWFClientResolvedConfig
26
+ > {
27
+ readonly input: CountClosedWorkflowExecutionsCommandInput;
28
+ constructor(input: CountClosedWorkflowExecutionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SWFClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CountClosedWorkflowExecutionsCommandInput,
35
+ CountClosedWorkflowExecutionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
- export interface CountOpenWorkflowExecutionsCommandInput extends CountOpenWorkflowExecutionsInput {
6
- }
7
- export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
8
- }
9
-
10
- export declare class CountOpenWorkflowExecutionsCommand extends $Command<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
11
- readonly input: CountOpenWorkflowExecutionsCommandInput;
12
- constructor(input: CountOpenWorkflowExecutionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CountOpenWorkflowExecutionsInput,
10
+ WorkflowExecutionCount,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SWFClientResolvedConfig,
16
+ } from "../SWFClient";
17
+ export interface CountOpenWorkflowExecutionsCommandInput
18
+ extends CountOpenWorkflowExecutionsInput {}
19
+ export interface CountOpenWorkflowExecutionsCommandOutput
20
+ extends WorkflowExecutionCount,
21
+ __MetadataBearer {}
22
+ export declare class CountOpenWorkflowExecutionsCommand extends $Command<
23
+ CountOpenWorkflowExecutionsCommandInput,
24
+ CountOpenWorkflowExecutionsCommandOutput,
25
+ SWFClientResolvedConfig
26
+ > {
27
+ readonly input: CountOpenWorkflowExecutionsCommandInput;
28
+ constructor(input: CountOpenWorkflowExecutionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SWFClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CountOpenWorkflowExecutionsCommandInput,
35
+ CountOpenWorkflowExecutionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
- export interface CountPendingActivityTasksCommandInput extends CountPendingActivityTasksInput {
6
- }
7
- export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
8
- }
9
-
10
- export declare class CountPendingActivityTasksCommand extends $Command<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig> {
11
- readonly input: CountPendingActivityTasksCommandInput;
12
- constructor(input: CountPendingActivityTasksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CountPendingActivityTasksInput,
10
+ PendingTaskCount,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ SWFClientResolvedConfig,
16
+ } from "../SWFClient";
17
+ export interface CountPendingActivityTasksCommandInput
18
+ extends CountPendingActivityTasksInput {}
19
+ export interface CountPendingActivityTasksCommandOutput
20
+ extends PendingTaskCount,
21
+ __MetadataBearer {}
22
+ export declare class CountPendingActivityTasksCommand extends $Command<
23
+ CountPendingActivityTasksCommandInput,
24
+ CountPendingActivityTasksCommandOutput,
25
+ SWFClientResolvedConfig
26
+ > {
27
+ readonly input: CountPendingActivityTasksCommandInput;
28
+ constructor(input: CountPendingActivityTasksCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: SWFClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CountPendingActivityTasksCommandInput,
35
+ CountPendingActivityTasksCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }