@aws-sdk/client-swf 3.489.0 → 3.495.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 +3297 -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
package/dist-cjs/SWF.js CHANGED
@@ -1,85 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SWF = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CountClosedWorkflowExecutionsCommand_1 = require("./commands/CountClosedWorkflowExecutionsCommand");
6
- const CountOpenWorkflowExecutionsCommand_1 = require("./commands/CountOpenWorkflowExecutionsCommand");
7
- const CountPendingActivityTasksCommand_1 = require("./commands/CountPendingActivityTasksCommand");
8
- const CountPendingDecisionTasksCommand_1 = require("./commands/CountPendingDecisionTasksCommand");
9
- const DeprecateActivityTypeCommand_1 = require("./commands/DeprecateActivityTypeCommand");
10
- const DeprecateDomainCommand_1 = require("./commands/DeprecateDomainCommand");
11
- const DeprecateWorkflowTypeCommand_1 = require("./commands/DeprecateWorkflowTypeCommand");
12
- const DescribeActivityTypeCommand_1 = require("./commands/DescribeActivityTypeCommand");
13
- const DescribeDomainCommand_1 = require("./commands/DescribeDomainCommand");
14
- const DescribeWorkflowExecutionCommand_1 = require("./commands/DescribeWorkflowExecutionCommand");
15
- const DescribeWorkflowTypeCommand_1 = require("./commands/DescribeWorkflowTypeCommand");
16
- const GetWorkflowExecutionHistoryCommand_1 = require("./commands/GetWorkflowExecutionHistoryCommand");
17
- const ListActivityTypesCommand_1 = require("./commands/ListActivityTypesCommand");
18
- const ListClosedWorkflowExecutionsCommand_1 = require("./commands/ListClosedWorkflowExecutionsCommand");
19
- const ListDomainsCommand_1 = require("./commands/ListDomainsCommand");
20
- const ListOpenWorkflowExecutionsCommand_1 = require("./commands/ListOpenWorkflowExecutionsCommand");
21
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
22
- const ListWorkflowTypesCommand_1 = require("./commands/ListWorkflowTypesCommand");
23
- const PollForActivityTaskCommand_1 = require("./commands/PollForActivityTaskCommand");
24
- const PollForDecisionTaskCommand_1 = require("./commands/PollForDecisionTaskCommand");
25
- const RecordActivityTaskHeartbeatCommand_1 = require("./commands/RecordActivityTaskHeartbeatCommand");
26
- const RegisterActivityTypeCommand_1 = require("./commands/RegisterActivityTypeCommand");
27
- const RegisterDomainCommand_1 = require("./commands/RegisterDomainCommand");
28
- const RegisterWorkflowTypeCommand_1 = require("./commands/RegisterWorkflowTypeCommand");
29
- const RequestCancelWorkflowExecutionCommand_1 = require("./commands/RequestCancelWorkflowExecutionCommand");
30
- const RespondActivityTaskCanceledCommand_1 = require("./commands/RespondActivityTaskCanceledCommand");
31
- const RespondActivityTaskCompletedCommand_1 = require("./commands/RespondActivityTaskCompletedCommand");
32
- const RespondActivityTaskFailedCommand_1 = require("./commands/RespondActivityTaskFailedCommand");
33
- const RespondDecisionTaskCompletedCommand_1 = require("./commands/RespondDecisionTaskCompletedCommand");
34
- const SignalWorkflowExecutionCommand_1 = require("./commands/SignalWorkflowExecutionCommand");
35
- const StartWorkflowExecutionCommand_1 = require("./commands/StartWorkflowExecutionCommand");
36
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
37
- const TerminateWorkflowExecutionCommand_1 = require("./commands/TerminateWorkflowExecutionCommand");
38
- const UndeprecateActivityTypeCommand_1 = require("./commands/UndeprecateActivityTypeCommand");
39
- const UndeprecateDomainCommand_1 = require("./commands/UndeprecateDomainCommand");
40
- const UndeprecateWorkflowTypeCommand_1 = require("./commands/UndeprecateWorkflowTypeCommand");
41
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
42
- const SWFClient_1 = require("./SWFClient");
43
- const commands = {
44
- CountClosedWorkflowExecutionsCommand: CountClosedWorkflowExecutionsCommand_1.CountClosedWorkflowExecutionsCommand,
45
- CountOpenWorkflowExecutionsCommand: CountOpenWorkflowExecutionsCommand_1.CountOpenWorkflowExecutionsCommand,
46
- CountPendingActivityTasksCommand: CountPendingActivityTasksCommand_1.CountPendingActivityTasksCommand,
47
- CountPendingDecisionTasksCommand: CountPendingDecisionTasksCommand_1.CountPendingDecisionTasksCommand,
48
- DeprecateActivityTypeCommand: DeprecateActivityTypeCommand_1.DeprecateActivityTypeCommand,
49
- DeprecateDomainCommand: DeprecateDomainCommand_1.DeprecateDomainCommand,
50
- DeprecateWorkflowTypeCommand: DeprecateWorkflowTypeCommand_1.DeprecateWorkflowTypeCommand,
51
- DescribeActivityTypeCommand: DescribeActivityTypeCommand_1.DescribeActivityTypeCommand,
52
- DescribeDomainCommand: DescribeDomainCommand_1.DescribeDomainCommand,
53
- DescribeWorkflowExecutionCommand: DescribeWorkflowExecutionCommand_1.DescribeWorkflowExecutionCommand,
54
- DescribeWorkflowTypeCommand: DescribeWorkflowTypeCommand_1.DescribeWorkflowTypeCommand,
55
- GetWorkflowExecutionHistoryCommand: GetWorkflowExecutionHistoryCommand_1.GetWorkflowExecutionHistoryCommand,
56
- ListActivityTypesCommand: ListActivityTypesCommand_1.ListActivityTypesCommand,
57
- ListClosedWorkflowExecutionsCommand: ListClosedWorkflowExecutionsCommand_1.ListClosedWorkflowExecutionsCommand,
58
- ListDomainsCommand: ListDomainsCommand_1.ListDomainsCommand,
59
- ListOpenWorkflowExecutionsCommand: ListOpenWorkflowExecutionsCommand_1.ListOpenWorkflowExecutionsCommand,
60
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
61
- ListWorkflowTypesCommand: ListWorkflowTypesCommand_1.ListWorkflowTypesCommand,
62
- PollForActivityTaskCommand: PollForActivityTaskCommand_1.PollForActivityTaskCommand,
63
- PollForDecisionTaskCommand: PollForDecisionTaskCommand_1.PollForDecisionTaskCommand,
64
- RecordActivityTaskHeartbeatCommand: RecordActivityTaskHeartbeatCommand_1.RecordActivityTaskHeartbeatCommand,
65
- RegisterActivityTypeCommand: RegisterActivityTypeCommand_1.RegisterActivityTypeCommand,
66
- RegisterDomainCommand: RegisterDomainCommand_1.RegisterDomainCommand,
67
- RegisterWorkflowTypeCommand: RegisterWorkflowTypeCommand_1.RegisterWorkflowTypeCommand,
68
- RequestCancelWorkflowExecutionCommand: RequestCancelWorkflowExecutionCommand_1.RequestCancelWorkflowExecutionCommand,
69
- RespondActivityTaskCanceledCommand: RespondActivityTaskCanceledCommand_1.RespondActivityTaskCanceledCommand,
70
- RespondActivityTaskCompletedCommand: RespondActivityTaskCompletedCommand_1.RespondActivityTaskCompletedCommand,
71
- RespondActivityTaskFailedCommand: RespondActivityTaskFailedCommand_1.RespondActivityTaskFailedCommand,
72
- RespondDecisionTaskCompletedCommand: RespondDecisionTaskCompletedCommand_1.RespondDecisionTaskCompletedCommand,
73
- SignalWorkflowExecutionCommand: SignalWorkflowExecutionCommand_1.SignalWorkflowExecutionCommand,
74
- StartWorkflowExecutionCommand: StartWorkflowExecutionCommand_1.StartWorkflowExecutionCommand,
75
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
76
- TerminateWorkflowExecutionCommand: TerminateWorkflowExecutionCommand_1.TerminateWorkflowExecutionCommand,
77
- UndeprecateActivityTypeCommand: UndeprecateActivityTypeCommand_1.UndeprecateActivityTypeCommand,
78
- UndeprecateDomainCommand: UndeprecateDomainCommand_1.UndeprecateDomainCommand,
79
- UndeprecateWorkflowTypeCommand: UndeprecateWorkflowTypeCommand_1.UndeprecateWorkflowTypeCommand,
80
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
81
- };
82
- class SWF extends SWFClient_1.SWFClient {
83
- }
84
- exports.SWF = SWF;
85
- (0, smithy_client_1.createAggregatedClient)(commands, SWF);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SWFClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class SWFClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.SWFClient = SWFClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CountClosedWorkflowExecutionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CountClosedWorkflowExecutionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "CountClosedWorkflowExecutions", {})
22
- .n("SWFClient", "CountClosedWorkflowExecutionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CountClosedWorkflowExecutionsCommand)
25
- .de(Aws_json1_0_1.de_CountClosedWorkflowExecutionsCommand)
26
- .build() {
27
- }
28
- exports.CountClosedWorkflowExecutionsCommand = CountClosedWorkflowExecutionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CountOpenWorkflowExecutionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CountOpenWorkflowExecutionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "CountOpenWorkflowExecutions", {})
22
- .n("SWFClient", "CountOpenWorkflowExecutionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CountOpenWorkflowExecutionsCommand)
25
- .de(Aws_json1_0_1.de_CountOpenWorkflowExecutionsCommand)
26
- .build() {
27
- }
28
- exports.CountOpenWorkflowExecutionsCommand = CountOpenWorkflowExecutionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CountPendingActivityTasksCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CountPendingActivityTasksCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "CountPendingActivityTasks", {})
22
- .n("SWFClient", "CountPendingActivityTasksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CountPendingActivityTasksCommand)
25
- .de(Aws_json1_0_1.de_CountPendingActivityTasksCommand)
26
- .build() {
27
- }
28
- exports.CountPendingActivityTasksCommand = CountPendingActivityTasksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CountPendingDecisionTasksCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CountPendingDecisionTasksCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "CountPendingDecisionTasks", {})
22
- .n("SWFClient", "CountPendingDecisionTasksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CountPendingDecisionTasksCommand)
25
- .de(Aws_json1_0_1.de_CountPendingDecisionTasksCommand)
26
- .build() {
27
- }
28
- exports.CountPendingDecisionTasksCommand = CountPendingDecisionTasksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeprecateActivityTypeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeprecateActivityTypeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "DeprecateActivityType", {})
22
- .n("SWFClient", "DeprecateActivityTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeprecateActivityTypeCommand)
25
- .de(Aws_json1_0_1.de_DeprecateActivityTypeCommand)
26
- .build() {
27
- }
28
- exports.DeprecateActivityTypeCommand = DeprecateActivityTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeprecateDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeprecateDomainCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "DeprecateDomain", {})
22
- .n("SWFClient", "DeprecateDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeprecateDomainCommand)
25
- .de(Aws_json1_0_1.de_DeprecateDomainCommand)
26
- .build() {
27
- }
28
- exports.DeprecateDomainCommand = DeprecateDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeprecateWorkflowTypeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeprecateWorkflowTypeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "DeprecateWorkflowType", {})
22
- .n("SWFClient", "DeprecateWorkflowTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeprecateWorkflowTypeCommand)
25
- .de(Aws_json1_0_1.de_DeprecateWorkflowTypeCommand)
26
- .build() {
27
- }
28
- exports.DeprecateWorkflowTypeCommand = DeprecateWorkflowTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeActivityTypeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeActivityTypeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "DescribeActivityType", {})
22
- .n("SWFClient", "DescribeActivityTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeActivityTypeCommand)
25
- .de(Aws_json1_0_1.de_DescribeActivityTypeCommand)
26
- .build() {
27
- }
28
- exports.DescribeActivityTypeCommand = DescribeActivityTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeDomainCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "DescribeDomain", {})
22
- .n("SWFClient", "DescribeDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeDomainCommand)
25
- .de(Aws_json1_0_1.de_DescribeDomainCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainCommand = DescribeDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeWorkflowExecutionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeWorkflowExecutionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "DescribeWorkflowExecution", {})
22
- .n("SWFClient", "DescribeWorkflowExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeWorkflowExecutionCommand)
25
- .de(Aws_json1_0_1.de_DescribeWorkflowExecutionCommand)
26
- .build() {
27
- }
28
- exports.DescribeWorkflowExecutionCommand = DescribeWorkflowExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeWorkflowTypeCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeWorkflowTypeCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "DescribeWorkflowType", {})
22
- .n("SWFClient", "DescribeWorkflowTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeWorkflowTypeCommand)
25
- .de(Aws_json1_0_1.de_DescribeWorkflowTypeCommand)
26
- .build() {
27
- }
28
- exports.DescribeWorkflowTypeCommand = DescribeWorkflowTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkflowExecutionHistoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetWorkflowExecutionHistoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "GetWorkflowExecutionHistory", {})
22
- .n("SWFClient", "GetWorkflowExecutionHistoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetWorkflowExecutionHistoryCommand)
25
- .de(Aws_json1_0_1.de_GetWorkflowExecutionHistoryCommand)
26
- .build() {
27
- }
28
- exports.GetWorkflowExecutionHistoryCommand = GetWorkflowExecutionHistoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListActivityTypesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListActivityTypesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "ListActivityTypes", {})
22
- .n("SWFClient", "ListActivityTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListActivityTypesCommand)
25
- .de(Aws_json1_0_1.de_ListActivityTypesCommand)
26
- .build() {
27
- }
28
- exports.ListActivityTypesCommand = ListActivityTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListClosedWorkflowExecutionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListClosedWorkflowExecutionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "ListClosedWorkflowExecutions", {})
22
- .n("SWFClient", "ListClosedWorkflowExecutionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListClosedWorkflowExecutionsCommand)
25
- .de(Aws_json1_0_1.de_ListClosedWorkflowExecutionsCommand)
26
- .build() {
27
- }
28
- exports.ListClosedWorkflowExecutionsCommand = ListClosedWorkflowExecutionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDomainsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListDomainsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "ListDomains", {})
22
- .n("SWFClient", "ListDomainsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListDomainsCommand)
25
- .de(Aws_json1_0_1.de_ListDomainsCommand)
26
- .build() {
27
- }
28
- exports.ListDomainsCommand = ListDomainsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOpenWorkflowExecutionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListOpenWorkflowExecutionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("SimpleWorkflowService", "ListOpenWorkflowExecutions", {})
22
- .n("SWFClient", "ListOpenWorkflowExecutionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListOpenWorkflowExecutionsCommand)
25
- .de(Aws_json1_0_1.de_ListOpenWorkflowExecutionsCommand)
26
- .build() {
27
- }
28
- exports.ListOpenWorkflowExecutionsCommand = ListOpenWorkflowExecutionsCommand;
1
+ module.exports = require("../index.js");