@aws-sdk/client-swf 3.490.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
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("SWFClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_0_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListWorkflowTypesCommand = 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 ListWorkflowTypesCommand 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", "ListWorkflowTypes", {})
22
- .n("SWFClient", "ListWorkflowTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListWorkflowTypesCommand)
25
- .de(Aws_json1_0_1.de_ListWorkflowTypesCommand)
26
- .build() {
27
- }
28
- exports.ListWorkflowTypesCommand = ListWorkflowTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PollForActivityTaskCommand = 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 PollForActivityTaskCommand 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", "PollForActivityTask", {})
22
- .n("SWFClient", "PollForActivityTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_PollForActivityTaskCommand)
25
- .de(Aws_json1_0_1.de_PollForActivityTaskCommand)
26
- .build() {
27
- }
28
- exports.PollForActivityTaskCommand = PollForActivityTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PollForDecisionTaskCommand = 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 PollForDecisionTaskCommand 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", "PollForDecisionTask", {})
22
- .n("SWFClient", "PollForDecisionTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_PollForDecisionTaskCommand)
25
- .de(Aws_json1_0_1.de_PollForDecisionTaskCommand)
26
- .build() {
27
- }
28
- exports.PollForDecisionTaskCommand = PollForDecisionTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RecordActivityTaskHeartbeatCommand = 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 RecordActivityTaskHeartbeatCommand 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", "RecordActivityTaskHeartbeat", {})
22
- .n("SWFClient", "RecordActivityTaskHeartbeatCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RecordActivityTaskHeartbeatCommand)
25
- .de(Aws_json1_0_1.de_RecordActivityTaskHeartbeatCommand)
26
- .build() {
27
- }
28
- exports.RecordActivityTaskHeartbeatCommand = RecordActivityTaskHeartbeatCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterActivityTypeCommand = 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 RegisterActivityTypeCommand 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", "RegisterActivityType", {})
22
- .n("SWFClient", "RegisterActivityTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RegisterActivityTypeCommand)
25
- .de(Aws_json1_0_1.de_RegisterActivityTypeCommand)
26
- .build() {
27
- }
28
- exports.RegisterActivityTypeCommand = RegisterActivityTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterDomainCommand = 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 RegisterDomainCommand 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", "RegisterDomain", {})
22
- .n("SWFClient", "RegisterDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RegisterDomainCommand)
25
- .de(Aws_json1_0_1.de_RegisterDomainCommand)
26
- .build() {
27
- }
28
- exports.RegisterDomainCommand = RegisterDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterWorkflowTypeCommand = 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 RegisterWorkflowTypeCommand 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", "RegisterWorkflowType", {})
22
- .n("SWFClient", "RegisterWorkflowTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RegisterWorkflowTypeCommand)
25
- .de(Aws_json1_0_1.de_RegisterWorkflowTypeCommand)
26
- .build() {
27
- }
28
- exports.RegisterWorkflowTypeCommand = RegisterWorkflowTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RequestCancelWorkflowExecutionCommand = 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 RequestCancelWorkflowExecutionCommand 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", "RequestCancelWorkflowExecution", {})
22
- .n("SWFClient", "RequestCancelWorkflowExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RequestCancelWorkflowExecutionCommand)
25
- .de(Aws_json1_0_1.de_RequestCancelWorkflowExecutionCommand)
26
- .build() {
27
- }
28
- exports.RequestCancelWorkflowExecutionCommand = RequestCancelWorkflowExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RespondActivityTaskCanceledCommand = 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 RespondActivityTaskCanceledCommand 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", "RespondActivityTaskCanceled", {})
22
- .n("SWFClient", "RespondActivityTaskCanceledCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RespondActivityTaskCanceledCommand)
25
- .de(Aws_json1_0_1.de_RespondActivityTaskCanceledCommand)
26
- .build() {
27
- }
28
- exports.RespondActivityTaskCanceledCommand = RespondActivityTaskCanceledCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RespondActivityTaskCompletedCommand = 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 RespondActivityTaskCompletedCommand 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", "RespondActivityTaskCompleted", {})
22
- .n("SWFClient", "RespondActivityTaskCompletedCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RespondActivityTaskCompletedCommand)
25
- .de(Aws_json1_0_1.de_RespondActivityTaskCompletedCommand)
26
- .build() {
27
- }
28
- exports.RespondActivityTaskCompletedCommand = RespondActivityTaskCompletedCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RespondActivityTaskFailedCommand = 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 RespondActivityTaskFailedCommand 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", "RespondActivityTaskFailed", {})
22
- .n("SWFClient", "RespondActivityTaskFailedCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RespondActivityTaskFailedCommand)
25
- .de(Aws_json1_0_1.de_RespondActivityTaskFailedCommand)
26
- .build() {
27
- }
28
- exports.RespondActivityTaskFailedCommand = RespondActivityTaskFailedCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RespondDecisionTaskCompletedCommand = 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 RespondDecisionTaskCompletedCommand 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", "RespondDecisionTaskCompleted", {})
22
- .n("SWFClient", "RespondDecisionTaskCompletedCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RespondDecisionTaskCompletedCommand)
25
- .de(Aws_json1_0_1.de_RespondDecisionTaskCompletedCommand)
26
- .build() {
27
- }
28
- exports.RespondDecisionTaskCompletedCommand = RespondDecisionTaskCompletedCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SignalWorkflowExecutionCommand = 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 SignalWorkflowExecutionCommand 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", "SignalWorkflowExecution", {})
22
- .n("SWFClient", "SignalWorkflowExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_SignalWorkflowExecutionCommand)
25
- .de(Aws_json1_0_1.de_SignalWorkflowExecutionCommand)
26
- .build() {
27
- }
28
- exports.SignalWorkflowExecutionCommand = SignalWorkflowExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartWorkflowExecutionCommand = 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 StartWorkflowExecutionCommand 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", "StartWorkflowExecution", {})
22
- .n("SWFClient", "StartWorkflowExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_StartWorkflowExecutionCommand)
25
- .de(Aws_json1_0_1.de_StartWorkflowExecutionCommand)
26
- .build() {
27
- }
28
- exports.StartWorkflowExecutionCommand = StartWorkflowExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("SWFClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_TagResourceCommand)
25
- .de(Aws_json1_0_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TerminateWorkflowExecutionCommand = 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 TerminateWorkflowExecutionCommand 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", "TerminateWorkflowExecution", {})
22
- .n("SWFClient", "TerminateWorkflowExecutionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_TerminateWorkflowExecutionCommand)
25
- .de(Aws_json1_0_1.de_TerminateWorkflowExecutionCommand)
26
- .build() {
27
- }
28
- exports.TerminateWorkflowExecutionCommand = TerminateWorkflowExecutionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UndeprecateActivityTypeCommand = 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 UndeprecateActivityTypeCommand 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", "UndeprecateActivityType", {})
22
- .n("SWFClient", "UndeprecateActivityTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UndeprecateActivityTypeCommand)
25
- .de(Aws_json1_0_1.de_UndeprecateActivityTypeCommand)
26
- .build() {
27
- }
28
- exports.UndeprecateActivityTypeCommand = UndeprecateActivityTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UndeprecateDomainCommand = 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 UndeprecateDomainCommand 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", "UndeprecateDomain", {})
22
- .n("SWFClient", "UndeprecateDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UndeprecateDomainCommand)
25
- .de(Aws_json1_0_1.de_UndeprecateDomainCommand)
26
- .build() {
27
- }
28
- exports.UndeprecateDomainCommand = UndeprecateDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UndeprecateWorkflowTypeCommand = 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 UndeprecateWorkflowTypeCommand 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", "UndeprecateWorkflowType", {})
22
- .n("SWFClient", "UndeprecateWorkflowTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UndeprecateWorkflowTypeCommand)
25
- .de(Aws_json1_0_1.de_UndeprecateWorkflowTypeCommand)
26
- .build() {
27
- }
28
- exports.UndeprecateWorkflowTypeCommand = UndeprecateWorkflowTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("SWFClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_UntagResourceCommand)
25
- .de(Aws_json1_0_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");