@aws-sdk/client-swf 3.490.0 → 3.496.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 (58) hide show
  1. package/dist-cjs/SWF.js +1 -85
  2. package/dist-cjs/SWFClient.js +1 -43
  3. package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +1 -28
  4. package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +1 -28
  5. package/dist-cjs/commands/CountPendingActivityTasksCommand.js +1 -28
  6. package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +1 -28
  7. package/dist-cjs/commands/DeprecateActivityTypeCommand.js +1 -28
  8. package/dist-cjs/commands/DeprecateDomainCommand.js +1 -28
  9. package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeActivityTypeCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeDomainCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +1 -28
  14. package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +1 -28
  15. package/dist-cjs/commands/ListActivityTypesCommand.js +1 -28
  16. package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +1 -28
  17. package/dist-cjs/commands/ListDomainsCommand.js +1 -28
  18. package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +1 -28
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  20. package/dist-cjs/commands/ListWorkflowTypesCommand.js +1 -28
  21. package/dist-cjs/commands/PollForActivityTaskCommand.js +1 -28
  22. package/dist-cjs/commands/PollForDecisionTaskCommand.js +1 -28
  23. package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +1 -28
  24. package/dist-cjs/commands/RegisterActivityTypeCommand.js +1 -28
  25. package/dist-cjs/commands/RegisterDomainCommand.js +1 -28
  26. package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +1 -28
  27. package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +1 -28
  28. package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +1 -28
  29. package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +1 -28
  30. package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +1 -28
  31. package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +1 -28
  32. package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +1 -28
  33. package/dist-cjs/commands/StartWorkflowExecutionCommand.js +1 -28
  34. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  35. package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +1 -28
  36. package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +1 -28
  37. package/dist-cjs/commands/UndeprecateDomainCommand.js +1 -28
  38. package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +1 -28
  39. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  40. package/dist-cjs/commands/index.js +1 -40
  41. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  42. package/dist-cjs/extensionConfiguration.js +1 -2
  43. package/dist-cjs/index.js +3299 -11
  44. package/dist-cjs/models/SWFServiceException.js +1 -12
  45. package/dist-cjs/models/index.js +1 -4
  46. package/dist-cjs/models/models_0.js +1 -335
  47. package/dist-cjs/pagination/GetWorkflowExecutionHistoryPaginator.js +1 -7
  48. package/dist-cjs/pagination/Interfaces.js +1 -2
  49. package/dist-cjs/pagination/ListActivityTypesPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListClosedWorkflowExecutionsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListDomainsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListOpenWorkflowExecutionsPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListWorkflowTypesPaginator.js +1 -7
  54. package/dist-cjs/pagination/PollForDecisionTaskPaginator.js +1 -7
  55. package/dist-cjs/pagination/index.js +1 -11
  56. package/dist-cjs/protocols/Aws_json1_0.js +1 -2002
  57. package/dist-cjs/runtimeExtensions.js +1 -22
  58. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SWFServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class SWFServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, SWFServiceException.prototype);
10
- }
11
- }
12
- exports.SWFServiceException = SWFServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,335 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WorkflowExecutionAlreadyStartedFault = exports.TooManyTagsFault = exports.TypeAlreadyExistsFault = exports.LimitExceededFault = exports.DomainAlreadyExistsFault = exports.ExecutionStatus = exports.DomainDeprecatedFault = exports.TypeDeprecatedFault = exports.DefaultUndefinedFault = exports.WorkflowExecutionTerminatedCause = exports.WorkflowExecutionCancelRequestedCause = exports.StartTimerFailedCause = exports.StartLambdaFunctionFailedCause = exports.StartChildWorkflowExecutionFailedCause = exports.SignalExternalWorkflowExecutionFailedCause = exports.ScheduleLambdaFunctionFailedCause = exports.ScheduleActivityTaskFailedCause = exports.RequestCancelExternalWorkflowExecutionFailedCause = exports.RequestCancelActivityTaskFailedCause = exports.RecordMarkerFailedCause = exports.LambdaFunctionTimeoutType = exports.FailWorkflowExecutionFailedCause = exports.EventType = exports.DecisionTaskTimeoutType = exports.DecisionType = exports.UnknownResourceFault = exports.OperationNotPermittedFault = exports.ContinueAsNewWorkflowExecutionFailedCause = exports.CompleteWorkflowExecutionFailedCause = exports.CloseStatus = exports.WorkflowExecutionTimeoutType = exports.ChildPolicy = exports.CancelWorkflowExecutionFailedCause = exports.CancelTimerFailedCause = exports.RegistrationStatus = exports.ActivityTaskTimeoutType = void 0;
4
- const SWFServiceException_1 = require("./SWFServiceException");
5
- exports.ActivityTaskTimeoutType = {
6
- HEARTBEAT: "HEARTBEAT",
7
- SCHEDULE_TO_CLOSE: "SCHEDULE_TO_CLOSE",
8
- SCHEDULE_TO_START: "SCHEDULE_TO_START",
9
- START_TO_CLOSE: "START_TO_CLOSE",
10
- };
11
- exports.RegistrationStatus = {
12
- DEPRECATED: "DEPRECATED",
13
- REGISTERED: "REGISTERED",
14
- };
15
- exports.CancelTimerFailedCause = {
16
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
17
- TIMER_ID_UNKNOWN: "TIMER_ID_UNKNOWN",
18
- };
19
- exports.CancelWorkflowExecutionFailedCause = {
20
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
21
- UNHANDLED_DECISION: "UNHANDLED_DECISION",
22
- };
23
- exports.ChildPolicy = {
24
- ABANDON: "ABANDON",
25
- REQUEST_CANCEL: "REQUEST_CANCEL",
26
- TERMINATE: "TERMINATE",
27
- };
28
- exports.WorkflowExecutionTimeoutType = {
29
- START_TO_CLOSE: "START_TO_CLOSE",
30
- };
31
- exports.CloseStatus = {
32
- CANCELED: "CANCELED",
33
- COMPLETED: "COMPLETED",
34
- CONTINUED_AS_NEW: "CONTINUED_AS_NEW",
35
- FAILED: "FAILED",
36
- TERMINATED: "TERMINATED",
37
- TIMED_OUT: "TIMED_OUT",
38
- };
39
- exports.CompleteWorkflowExecutionFailedCause = {
40
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
41
- UNHANDLED_DECISION: "UNHANDLED_DECISION",
42
- };
43
- exports.ContinueAsNewWorkflowExecutionFailedCause = {
44
- CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED: "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED",
45
- DEFAULT_CHILD_POLICY_UNDEFINED: "DEFAULT_CHILD_POLICY_UNDEFINED",
46
- DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
47
- DEFAULT_TASK_LIST_UNDEFINED: "DEFAULT_TASK_LIST_UNDEFINED",
48
- DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
49
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
50
- UNHANDLED_DECISION: "UNHANDLED_DECISION",
51
- WORKFLOW_TYPE_DEPRECATED: "WORKFLOW_TYPE_DEPRECATED",
52
- WORKFLOW_TYPE_DOES_NOT_EXIST: "WORKFLOW_TYPE_DOES_NOT_EXIST",
53
- };
54
- class OperationNotPermittedFault extends SWFServiceException_1.SWFServiceException {
55
- constructor(opts) {
56
- super({
57
- name: "OperationNotPermittedFault",
58
- $fault: "client",
59
- ...opts,
60
- });
61
- this.name = "OperationNotPermittedFault";
62
- this.$fault = "client";
63
- Object.setPrototypeOf(this, OperationNotPermittedFault.prototype);
64
- }
65
- }
66
- exports.OperationNotPermittedFault = OperationNotPermittedFault;
67
- class UnknownResourceFault extends SWFServiceException_1.SWFServiceException {
68
- constructor(opts) {
69
- super({
70
- name: "UnknownResourceFault",
71
- $fault: "client",
72
- ...opts,
73
- });
74
- this.name = "UnknownResourceFault";
75
- this.$fault = "client";
76
- Object.setPrototypeOf(this, UnknownResourceFault.prototype);
77
- }
78
- }
79
- exports.UnknownResourceFault = UnknownResourceFault;
80
- exports.DecisionType = {
81
- CancelTimer: "CancelTimer",
82
- CancelWorkflowExecution: "CancelWorkflowExecution",
83
- CompleteWorkflowExecution: "CompleteWorkflowExecution",
84
- ContinueAsNewWorkflowExecution: "ContinueAsNewWorkflowExecution",
85
- FailWorkflowExecution: "FailWorkflowExecution",
86
- RecordMarker: "RecordMarker",
87
- RequestCancelActivityTask: "RequestCancelActivityTask",
88
- RequestCancelExternalWorkflowExecution: "RequestCancelExternalWorkflowExecution",
89
- ScheduleActivityTask: "ScheduleActivityTask",
90
- ScheduleLambdaFunction: "ScheduleLambdaFunction",
91
- SignalExternalWorkflowExecution: "SignalExternalWorkflowExecution",
92
- StartChildWorkflowExecution: "StartChildWorkflowExecution",
93
- StartTimer: "StartTimer",
94
- };
95
- exports.DecisionTaskTimeoutType = {
96
- SCHEDULE_TO_START: "SCHEDULE_TO_START",
97
- START_TO_CLOSE: "START_TO_CLOSE",
98
- };
99
- exports.EventType = {
100
- ActivityTaskCancelRequested: "ActivityTaskCancelRequested",
101
- ActivityTaskCanceled: "ActivityTaskCanceled",
102
- ActivityTaskCompleted: "ActivityTaskCompleted",
103
- ActivityTaskFailed: "ActivityTaskFailed",
104
- ActivityTaskScheduled: "ActivityTaskScheduled",
105
- ActivityTaskStarted: "ActivityTaskStarted",
106
- ActivityTaskTimedOut: "ActivityTaskTimedOut",
107
- CancelTimerFailed: "CancelTimerFailed",
108
- CancelWorkflowExecutionFailed: "CancelWorkflowExecutionFailed",
109
- ChildWorkflowExecutionCanceled: "ChildWorkflowExecutionCanceled",
110
- ChildWorkflowExecutionCompleted: "ChildWorkflowExecutionCompleted",
111
- ChildWorkflowExecutionFailed: "ChildWorkflowExecutionFailed",
112
- ChildWorkflowExecutionStarted: "ChildWorkflowExecutionStarted",
113
- ChildWorkflowExecutionTerminated: "ChildWorkflowExecutionTerminated",
114
- ChildWorkflowExecutionTimedOut: "ChildWorkflowExecutionTimedOut",
115
- CompleteWorkflowExecutionFailed: "CompleteWorkflowExecutionFailed",
116
- ContinueAsNewWorkflowExecutionFailed: "ContinueAsNewWorkflowExecutionFailed",
117
- DecisionTaskCompleted: "DecisionTaskCompleted",
118
- DecisionTaskScheduled: "DecisionTaskScheduled",
119
- DecisionTaskStarted: "DecisionTaskStarted",
120
- DecisionTaskTimedOut: "DecisionTaskTimedOut",
121
- ExternalWorkflowExecutionCancelRequested: "ExternalWorkflowExecutionCancelRequested",
122
- ExternalWorkflowExecutionSignaled: "ExternalWorkflowExecutionSignaled",
123
- FailWorkflowExecutionFailed: "FailWorkflowExecutionFailed",
124
- LambdaFunctionCompleted: "LambdaFunctionCompleted",
125
- LambdaFunctionFailed: "LambdaFunctionFailed",
126
- LambdaFunctionScheduled: "LambdaFunctionScheduled",
127
- LambdaFunctionStarted: "LambdaFunctionStarted",
128
- LambdaFunctionTimedOut: "LambdaFunctionTimedOut",
129
- MarkerRecorded: "MarkerRecorded",
130
- RecordMarkerFailed: "RecordMarkerFailed",
131
- RequestCancelActivityTaskFailed: "RequestCancelActivityTaskFailed",
132
- RequestCancelExternalWorkflowExecutionFailed: "RequestCancelExternalWorkflowExecutionFailed",
133
- RequestCancelExternalWorkflowExecutionInitiated: "RequestCancelExternalWorkflowExecutionInitiated",
134
- ScheduleActivityTaskFailed: "ScheduleActivityTaskFailed",
135
- ScheduleLambdaFunctionFailed: "ScheduleLambdaFunctionFailed",
136
- SignalExternalWorkflowExecutionFailed: "SignalExternalWorkflowExecutionFailed",
137
- SignalExternalWorkflowExecutionInitiated: "SignalExternalWorkflowExecutionInitiated",
138
- StartChildWorkflowExecutionFailed: "StartChildWorkflowExecutionFailed",
139
- StartChildWorkflowExecutionInitiated: "StartChildWorkflowExecutionInitiated",
140
- StartLambdaFunctionFailed: "StartLambdaFunctionFailed",
141
- StartTimerFailed: "StartTimerFailed",
142
- TimerCanceled: "TimerCanceled",
143
- TimerFired: "TimerFired",
144
- TimerStarted: "TimerStarted",
145
- WorkflowExecutionCancelRequested: "WorkflowExecutionCancelRequested",
146
- WorkflowExecutionCanceled: "WorkflowExecutionCanceled",
147
- WorkflowExecutionCompleted: "WorkflowExecutionCompleted",
148
- WorkflowExecutionContinuedAsNew: "WorkflowExecutionContinuedAsNew",
149
- WorkflowExecutionFailed: "WorkflowExecutionFailed",
150
- WorkflowExecutionSignaled: "WorkflowExecutionSignaled",
151
- WorkflowExecutionStarted: "WorkflowExecutionStarted",
152
- WorkflowExecutionTerminated: "WorkflowExecutionTerminated",
153
- WorkflowExecutionTimedOut: "WorkflowExecutionTimedOut",
154
- };
155
- exports.FailWorkflowExecutionFailedCause = {
156
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
157
- UNHANDLED_DECISION: "UNHANDLED_DECISION",
158
- };
159
- exports.LambdaFunctionTimeoutType = {
160
- START_TO_CLOSE: "START_TO_CLOSE",
161
- };
162
- exports.RecordMarkerFailedCause = {
163
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
164
- };
165
- exports.RequestCancelActivityTaskFailedCause = {
166
- ACTIVITY_ID_UNKNOWN: "ACTIVITY_ID_UNKNOWN",
167
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
168
- };
169
- exports.RequestCancelExternalWorkflowExecutionFailedCause = {
170
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
171
- REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED: "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
172
- UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION: "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
173
- };
174
- exports.ScheduleActivityTaskFailedCause = {
175
- ACTIVITY_CREATION_RATE_EXCEEDED: "ACTIVITY_CREATION_RATE_EXCEEDED",
176
- ACTIVITY_ID_ALREADY_IN_USE: "ACTIVITY_ID_ALREADY_IN_USE",
177
- ACTIVITY_TYPE_DEPRECATED: "ACTIVITY_TYPE_DEPRECATED",
178
- ACTIVITY_TYPE_DOES_NOT_EXIST: "ACTIVITY_TYPE_DOES_NOT_EXIST",
179
- DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED: "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED",
180
- DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED",
181
- DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED: "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED",
182
- DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED",
183
- DEFAULT_TASK_LIST_UNDEFINED: "DEFAULT_TASK_LIST_UNDEFINED",
184
- OPEN_ACTIVITIES_LIMIT_EXCEEDED: "OPEN_ACTIVITIES_LIMIT_EXCEEDED",
185
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
186
- };
187
- exports.ScheduleLambdaFunctionFailedCause = {
188
- ID_ALREADY_IN_USE: "ID_ALREADY_IN_USE",
189
- LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED: "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED",
190
- LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION: "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION",
191
- OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED: "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED",
192
- };
193
- exports.SignalExternalWorkflowExecutionFailedCause = {
194
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
195
- SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED: "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
196
- UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION: "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
197
- };
198
- exports.StartChildWorkflowExecutionFailedCause = {
199
- CHILD_CREATION_RATE_EXCEEDED: "CHILD_CREATION_RATE_EXCEEDED",
200
- DEFAULT_CHILD_POLICY_UNDEFINED: "DEFAULT_CHILD_POLICY_UNDEFINED",
201
- DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
202
- DEFAULT_TASK_LIST_UNDEFINED: "DEFAULT_TASK_LIST_UNDEFINED",
203
- DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED: "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
204
- OPEN_CHILDREN_LIMIT_EXCEEDED: "OPEN_CHILDREN_LIMIT_EXCEEDED",
205
- OPEN_WORKFLOWS_LIMIT_EXCEEDED: "OPEN_WORKFLOWS_LIMIT_EXCEEDED",
206
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
207
- WORKFLOW_ALREADY_RUNNING: "WORKFLOW_ALREADY_RUNNING",
208
- WORKFLOW_TYPE_DEPRECATED: "WORKFLOW_TYPE_DEPRECATED",
209
- WORKFLOW_TYPE_DOES_NOT_EXIST: "WORKFLOW_TYPE_DOES_NOT_EXIST",
210
- };
211
- exports.StartLambdaFunctionFailedCause = {
212
- ASSUME_ROLE_FAILED: "ASSUME_ROLE_FAILED",
213
- };
214
- exports.StartTimerFailedCause = {
215
- OPEN_TIMERS_LIMIT_EXCEEDED: "OPEN_TIMERS_LIMIT_EXCEEDED",
216
- OPERATION_NOT_PERMITTED: "OPERATION_NOT_PERMITTED",
217
- TIMER_CREATION_RATE_EXCEEDED: "TIMER_CREATION_RATE_EXCEEDED",
218
- TIMER_ID_ALREADY_IN_USE: "TIMER_ID_ALREADY_IN_USE",
219
- };
220
- exports.WorkflowExecutionCancelRequestedCause = {
221
- CHILD_POLICY_APPLIED: "CHILD_POLICY_APPLIED",
222
- };
223
- exports.WorkflowExecutionTerminatedCause = {
224
- CHILD_POLICY_APPLIED: "CHILD_POLICY_APPLIED",
225
- EVENT_LIMIT_EXCEEDED: "EVENT_LIMIT_EXCEEDED",
226
- OPERATOR_INITIATED: "OPERATOR_INITIATED",
227
- };
228
- class DefaultUndefinedFault extends SWFServiceException_1.SWFServiceException {
229
- constructor(opts) {
230
- super({
231
- name: "DefaultUndefinedFault",
232
- $fault: "client",
233
- ...opts,
234
- });
235
- this.name = "DefaultUndefinedFault";
236
- this.$fault = "client";
237
- Object.setPrototypeOf(this, DefaultUndefinedFault.prototype);
238
- }
239
- }
240
- exports.DefaultUndefinedFault = DefaultUndefinedFault;
241
- class TypeDeprecatedFault extends SWFServiceException_1.SWFServiceException {
242
- constructor(opts) {
243
- super({
244
- name: "TypeDeprecatedFault",
245
- $fault: "client",
246
- ...opts,
247
- });
248
- this.name = "TypeDeprecatedFault";
249
- this.$fault = "client";
250
- Object.setPrototypeOf(this, TypeDeprecatedFault.prototype);
251
- }
252
- }
253
- exports.TypeDeprecatedFault = TypeDeprecatedFault;
254
- class DomainDeprecatedFault extends SWFServiceException_1.SWFServiceException {
255
- constructor(opts) {
256
- super({
257
- name: "DomainDeprecatedFault",
258
- $fault: "client",
259
- ...opts,
260
- });
261
- this.name = "DomainDeprecatedFault";
262
- this.$fault = "client";
263
- Object.setPrototypeOf(this, DomainDeprecatedFault.prototype);
264
- }
265
- }
266
- exports.DomainDeprecatedFault = DomainDeprecatedFault;
267
- exports.ExecutionStatus = {
268
- CLOSED: "CLOSED",
269
- OPEN: "OPEN",
270
- };
271
- class DomainAlreadyExistsFault extends SWFServiceException_1.SWFServiceException {
272
- constructor(opts) {
273
- super({
274
- name: "DomainAlreadyExistsFault",
275
- $fault: "client",
276
- ...opts,
277
- });
278
- this.name = "DomainAlreadyExistsFault";
279
- this.$fault = "client";
280
- Object.setPrototypeOf(this, DomainAlreadyExistsFault.prototype);
281
- }
282
- }
283
- exports.DomainAlreadyExistsFault = DomainAlreadyExistsFault;
284
- class LimitExceededFault extends SWFServiceException_1.SWFServiceException {
285
- constructor(opts) {
286
- super({
287
- name: "LimitExceededFault",
288
- $fault: "client",
289
- ...opts,
290
- });
291
- this.name = "LimitExceededFault";
292
- this.$fault = "client";
293
- Object.setPrototypeOf(this, LimitExceededFault.prototype);
294
- }
295
- }
296
- exports.LimitExceededFault = LimitExceededFault;
297
- class TypeAlreadyExistsFault extends SWFServiceException_1.SWFServiceException {
298
- constructor(opts) {
299
- super({
300
- name: "TypeAlreadyExistsFault",
301
- $fault: "client",
302
- ...opts,
303
- });
304
- this.name = "TypeAlreadyExistsFault";
305
- this.$fault = "client";
306
- Object.setPrototypeOf(this, TypeAlreadyExistsFault.prototype);
307
- }
308
- }
309
- exports.TypeAlreadyExistsFault = TypeAlreadyExistsFault;
310
- class TooManyTagsFault extends SWFServiceException_1.SWFServiceException {
311
- constructor(opts) {
312
- super({
313
- name: "TooManyTagsFault",
314
- $fault: "client",
315
- ...opts,
316
- });
317
- this.name = "TooManyTagsFault";
318
- this.$fault = "client";
319
- Object.setPrototypeOf(this, TooManyTagsFault.prototype);
320
- }
321
- }
322
- exports.TooManyTagsFault = TooManyTagsFault;
323
- class WorkflowExecutionAlreadyStartedFault extends SWFServiceException_1.SWFServiceException {
324
- constructor(opts) {
325
- super({
326
- name: "WorkflowExecutionAlreadyStartedFault",
327
- $fault: "client",
328
- ...opts,
329
- });
330
- this.name = "WorkflowExecutionAlreadyStartedFault";
331
- this.$fault = "client";
332
- Object.setPrototypeOf(this, WorkflowExecutionAlreadyStartedFault.prototype);
333
- }
334
- }
335
- exports.WorkflowExecutionAlreadyStartedFault = WorkflowExecutionAlreadyStartedFault;
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetWorkflowExecutionHistory = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetWorkflowExecutionHistoryCommand_1 = require("../commands/GetWorkflowExecutionHistoryCommand");
6
- const SWFClient_1 = require("../SWFClient");
7
- exports.paginateGetWorkflowExecutionHistory = (0, core_1.createPaginator)(SWFClient_1.SWFClient, GetWorkflowExecutionHistoryCommand_1.GetWorkflowExecutionHistoryCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListActivityTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListActivityTypesCommand_1 = require("../commands/ListActivityTypesCommand");
6
- const SWFClient_1 = require("../SWFClient");
7
- exports.paginateListActivityTypes = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListActivityTypesCommand_1.ListActivityTypesCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListClosedWorkflowExecutions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListClosedWorkflowExecutionsCommand_1 = require("../commands/ListClosedWorkflowExecutionsCommand");
6
- const SWFClient_1 = require("../SWFClient");
7
- exports.paginateListClosedWorkflowExecutions = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListClosedWorkflowExecutionsCommand_1.ListClosedWorkflowExecutionsCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDomains = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDomainsCommand_1 = require("../commands/ListDomainsCommand");
6
- const SWFClient_1 = require("../SWFClient");
7
- exports.paginateListDomains = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListDomainsCommand_1.ListDomainsCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListOpenWorkflowExecutions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListOpenWorkflowExecutionsCommand_1 = require("../commands/ListOpenWorkflowExecutionsCommand");
6
- const SWFClient_1 = require("../SWFClient");
7
- exports.paginateListOpenWorkflowExecutions = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListOpenWorkflowExecutionsCommand_1.ListOpenWorkflowExecutionsCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListWorkflowTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListWorkflowTypesCommand_1 = require("../commands/ListWorkflowTypesCommand");
6
- const SWFClient_1 = require("../SWFClient");
7
- exports.paginateListWorkflowTypes = (0, core_1.createPaginator)(SWFClient_1.SWFClient, ListWorkflowTypesCommand_1.ListWorkflowTypesCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginatePollForDecisionTask = void 0;
4
- const core_1 = require("@smithy/core");
5
- const PollForDecisionTaskCommand_1 = require("../commands/PollForDecisionTaskCommand");
6
- const SWFClient_1 = require("../SWFClient");
7
- exports.paginatePollForDecisionTask = (0, core_1.createPaginator)(SWFClient_1.SWFClient, PollForDecisionTaskCommand_1.PollForDecisionTaskCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
1
+ module.exports = require("../index.js");
@@ -1,11 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetWorkflowExecutionHistoryPaginator"), exports);
5
- tslib_1.__exportStar(require("./Interfaces"), exports);
6
- tslib_1.__exportStar(require("./ListActivityTypesPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListClosedWorkflowExecutionsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListDomainsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListOpenWorkflowExecutionsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListWorkflowTypesPaginator"), exports);
11
- tslib_1.__exportStar(require("./PollForDecisionTaskPaginator"), exports);
1
+ module.exports = require("../index.js");