@aws-sdk/client-swf 3.1077.0 → 3.1079.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 (125) hide show
  1. package/dist-cjs/index.js +50 -399
  2. package/dist-es/commandBuilder.js +10 -0
  3. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -14
  4. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -14
  5. package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -14
  6. package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -14
  7. package/dist-es/commands/DeleteActivityTypeCommand.js +2 -14
  8. package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -14
  9. package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -14
  10. package/dist-es/commands/DeprecateDomainCommand.js +2 -14
  11. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -14
  12. package/dist-es/commands/DescribeActivityTypeCommand.js +2 -14
  13. package/dist-es/commands/DescribeDomainCommand.js +2 -14
  14. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -14
  15. package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -14
  16. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -14
  17. package/dist-es/commands/ListActivityTypesCommand.js +2 -14
  18. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -14
  19. package/dist-es/commands/ListDomainsCommand.js +2 -14
  20. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/ListWorkflowTypesCommand.js +2 -14
  23. package/dist-es/commands/PollForActivityTaskCommand.js +2 -18
  24. package/dist-es/commands/PollForDecisionTaskCommand.js +2 -18
  25. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -14
  26. package/dist-es/commands/RegisterActivityTypeCommand.js +2 -14
  27. package/dist-es/commands/RegisterDomainCommand.js +2 -14
  28. package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -14
  29. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -14
  30. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -14
  31. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -14
  32. package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -14
  33. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -14
  34. package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -14
  35. package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -14
  36. package/dist-es/commands/TagResourceCommand.js +2 -14
  37. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -14
  38. package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -14
  39. package/dist-es/commands/UndeprecateDomainCommand.js +2 -14
  40. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -14
  41. package/dist-es/commands/UntagResourceCommand.js +2 -14
  42. package/dist-es/index.js +1 -0
  43. package/dist-types/commandBuilder.d.ts +22 -0
  44. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +3 -8
  45. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -8
  46. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +3 -8
  47. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +3 -8
  50. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +3 -8
  51. package/dist-types/commands/DeprecateDomainCommand.d.ts +3 -8
  52. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +3 -8
  57. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -8
  58. package/dist-types/commands/ListActivityTypesCommand.d.ts +3 -8
  59. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +3 -8
  64. package/dist-types/commands/PollForActivityTaskCommand.d.ts +3 -8
  65. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +3 -8
  66. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -8
  67. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +3 -8
  68. package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
  69. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +3 -8
  70. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -8
  71. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +3 -8
  72. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +3 -8
  73. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +3 -8
  74. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -8
  75. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +3 -8
  76. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +3 -8
  77. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +3 -8
  79. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +3 -8
  80. package/dist-types/commands/UndeprecateDomainCommand.d.ts +3 -8
  81. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -8
  82. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  83. package/dist-types/index.d.ts +1 -0
  84. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  85. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/index.d.ts +1 -0
  125. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteWorkflowType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteWorkflowTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "DeleteWorkflowType", {})
13
- .n("SWFClient", "DeleteWorkflowTypeCommand")
14
- .sc(DeleteWorkflowType$)
15
- .build() {
3
+ export class DeleteWorkflowTypeCommand extends command(_ep0, _mw0, "DeleteWorkflowType", DeleteWorkflowType$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeprecateActivityType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeprecateActivityTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "DeprecateActivityType", {})
13
- .n("SWFClient", "DeprecateActivityTypeCommand")
14
- .sc(DeprecateActivityType$)
15
- .build() {
3
+ export class DeprecateActivityTypeCommand extends command(_ep0, _mw0, "DeprecateActivityType", DeprecateActivityType$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeprecateDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeprecateDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "DeprecateDomain", {})
13
- .n("SWFClient", "DeprecateDomainCommand")
14
- .sc(DeprecateDomain$)
15
- .build() {
3
+ export class DeprecateDomainCommand extends command(_ep0, _mw0, "DeprecateDomain", DeprecateDomain$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeprecateWorkflowType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeprecateWorkflowTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "DeprecateWorkflowType", {})
13
- .n("SWFClient", "DeprecateWorkflowTypeCommand")
14
- .sc(DeprecateWorkflowType$)
15
- .build() {
3
+ export class DeprecateWorkflowTypeCommand extends command(_ep0, _mw0, "DeprecateWorkflowType", DeprecateWorkflowType$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeActivityType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeActivityTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "DescribeActivityType", {})
13
- .n("SWFClient", "DescribeActivityTypeCommand")
14
- .sc(DescribeActivityType$)
15
- .build() {
3
+ export class DescribeActivityTypeCommand extends command(_ep0, _mw0, "DescribeActivityType", DescribeActivityType$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "DescribeDomain", {})
13
- .n("SWFClient", "DescribeDomainCommand")
14
- .sc(DescribeDomain$)
15
- .build() {
3
+ export class DescribeDomainCommand extends command(_ep0, _mw0, "DescribeDomain", DescribeDomain$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeWorkflowExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeWorkflowExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "DescribeWorkflowExecution", {})
13
- .n("SWFClient", "DescribeWorkflowExecutionCommand")
14
- .sc(DescribeWorkflowExecution$)
15
- .build() {
3
+ export class DescribeWorkflowExecutionCommand extends command(_ep0, _mw0, "DescribeWorkflowExecution", DescribeWorkflowExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeWorkflowType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeWorkflowTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "DescribeWorkflowType", {})
13
- .n("SWFClient", "DescribeWorkflowTypeCommand")
14
- .sc(DescribeWorkflowType$)
15
- .build() {
3
+ export class DescribeWorkflowTypeCommand extends command(_ep0, _mw0, "DescribeWorkflowType", DescribeWorkflowType$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetWorkflowExecutionHistory$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetWorkflowExecutionHistoryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "GetWorkflowExecutionHistory", {})
13
- .n("SWFClient", "GetWorkflowExecutionHistoryCommand")
14
- .sc(GetWorkflowExecutionHistory$)
15
- .build() {
3
+ export class GetWorkflowExecutionHistoryCommand extends command(_ep0, _mw0, "GetWorkflowExecutionHistory", GetWorkflowExecutionHistory$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListActivityTypes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListActivityTypesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "ListActivityTypes", {})
13
- .n("SWFClient", "ListActivityTypesCommand")
14
- .sc(ListActivityTypes$)
15
- .build() {
3
+ export class ListActivityTypesCommand extends command(_ep0, _mw0, "ListActivityTypes", ListActivityTypes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListClosedWorkflowExecutions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListClosedWorkflowExecutionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "ListClosedWorkflowExecutions", {})
13
- .n("SWFClient", "ListClosedWorkflowExecutionsCommand")
14
- .sc(ListClosedWorkflowExecutions$)
15
- .build() {
3
+ export class ListClosedWorkflowExecutionsCommand extends command(_ep0, _mw0, "ListClosedWorkflowExecutions", ListClosedWorkflowExecutions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDomains$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDomainsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "ListDomains", {})
13
- .n("SWFClient", "ListDomainsCommand")
14
- .sc(ListDomains$)
15
- .build() {
3
+ export class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListOpenWorkflowExecutions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListOpenWorkflowExecutionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "ListOpenWorkflowExecutions", {})
13
- .n("SWFClient", "ListOpenWorkflowExecutionsCommand")
14
- .sc(ListOpenWorkflowExecutions$)
15
- .build() {
3
+ export class ListOpenWorkflowExecutionsCommand extends command(_ep0, _mw0, "ListOpenWorkflowExecutions", ListOpenWorkflowExecutions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "ListTagsForResource", {})
13
- .n("SWFClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWorkflowTypes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWorkflowTypesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "ListWorkflowTypes", {})
13
- .n("SWFClient", "ListWorkflowTypesCommand")
14
- .sc(ListWorkflowTypes$)
15
- .build() {
3
+ export class ListWorkflowTypesCommand extends command(_ep0, _mw0, "ListWorkflowTypes", ListWorkflowTypes$) {
16
4
  }
@@ -1,20 +1,4 @@
1
- import { getLongPollPlugin } from "@aws-sdk/core/client";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw1, command } from "../commandBuilder";
5
2
  import { PollForActivityTask$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class PollForActivityTaskCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getLongPollPlugin(config),
14
- ];
15
- })
16
- .s("SimpleWorkflowService", "PollForActivityTask", {})
17
- .n("SWFClient", "PollForActivityTaskCommand")
18
- .sc(PollForActivityTask$)
19
- .build() {
3
+ export class PollForActivityTaskCommand extends command(_ep0, _mw1, "PollForActivityTask", PollForActivityTask$) {
20
4
  }
@@ -1,20 +1,4 @@
1
- import { getLongPollPlugin } from "@aws-sdk/core/client";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw1, command } from "../commandBuilder";
5
2
  import { PollForDecisionTask$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class PollForDecisionTaskCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getLongPollPlugin(config),
14
- ];
15
- })
16
- .s("SimpleWorkflowService", "PollForDecisionTask", {})
17
- .n("SWFClient", "PollForDecisionTaskCommand")
18
- .sc(PollForDecisionTask$)
19
- .build() {
3
+ export class PollForDecisionTaskCommand extends command(_ep0, _mw1, "PollForDecisionTask", PollForDecisionTask$) {
20
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RecordActivityTaskHeartbeat$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RecordActivityTaskHeartbeatCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "RecordActivityTaskHeartbeat", {})
13
- .n("SWFClient", "RecordActivityTaskHeartbeatCommand")
14
- .sc(RecordActivityTaskHeartbeat$)
15
- .build() {
3
+ export class RecordActivityTaskHeartbeatCommand extends command(_ep0, _mw0, "RecordActivityTaskHeartbeat", RecordActivityTaskHeartbeat$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RegisterActivityType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterActivityTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "RegisterActivityType", {})
13
- .n("SWFClient", "RegisterActivityTypeCommand")
14
- .sc(RegisterActivityType$)
15
- .build() {
3
+ export class RegisterActivityTypeCommand extends command(_ep0, _mw0, "RegisterActivityType", RegisterActivityType$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RegisterDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "RegisterDomain", {})
13
- .n("SWFClient", "RegisterDomainCommand")
14
- .sc(RegisterDomain$)
15
- .build() {
3
+ export class RegisterDomainCommand extends command(_ep0, _mw0, "RegisterDomain", RegisterDomain$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RegisterWorkflowType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RegisterWorkflowTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "RegisterWorkflowType", {})
13
- .n("SWFClient", "RegisterWorkflowTypeCommand")
14
- .sc(RegisterWorkflowType$)
15
- .build() {
3
+ export class RegisterWorkflowTypeCommand extends command(_ep0, _mw0, "RegisterWorkflowType", RegisterWorkflowType$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RequestCancelWorkflowExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RequestCancelWorkflowExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "RequestCancelWorkflowExecution", {})
13
- .n("SWFClient", "RequestCancelWorkflowExecutionCommand")
14
- .sc(RequestCancelWorkflowExecution$)
15
- .build() {
3
+ export class RequestCancelWorkflowExecutionCommand extends command(_ep0, _mw0, "RequestCancelWorkflowExecution", RequestCancelWorkflowExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RespondActivityTaskCanceled$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RespondActivityTaskCanceledCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "RespondActivityTaskCanceled", {})
13
- .n("SWFClient", "RespondActivityTaskCanceledCommand")
14
- .sc(RespondActivityTaskCanceled$)
15
- .build() {
3
+ export class RespondActivityTaskCanceledCommand extends command(_ep0, _mw0, "RespondActivityTaskCanceled", RespondActivityTaskCanceled$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RespondActivityTaskCompleted$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RespondActivityTaskCompletedCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "RespondActivityTaskCompleted", {})
13
- .n("SWFClient", "RespondActivityTaskCompletedCommand")
14
- .sc(RespondActivityTaskCompleted$)
15
- .build() {
3
+ export class RespondActivityTaskCompletedCommand extends command(_ep0, _mw0, "RespondActivityTaskCompleted", RespondActivityTaskCompleted$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RespondActivityTaskFailed$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RespondActivityTaskFailedCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "RespondActivityTaskFailed", {})
13
- .n("SWFClient", "RespondActivityTaskFailedCommand")
14
- .sc(RespondActivityTaskFailed$)
15
- .build() {
3
+ export class RespondActivityTaskFailedCommand extends command(_ep0, _mw0, "RespondActivityTaskFailed", RespondActivityTaskFailed$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RespondDecisionTaskCompleted$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RespondDecisionTaskCompletedCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "RespondDecisionTaskCompleted", {})
13
- .n("SWFClient", "RespondDecisionTaskCompletedCommand")
14
- .sc(RespondDecisionTaskCompleted$)
15
- .build() {
3
+ export class RespondDecisionTaskCompletedCommand extends command(_ep0, _mw0, "RespondDecisionTaskCompleted", RespondDecisionTaskCompleted$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SignalWorkflowExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SignalWorkflowExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "SignalWorkflowExecution", {})
13
- .n("SWFClient", "SignalWorkflowExecutionCommand")
14
- .sc(SignalWorkflowExecution$)
15
- .build() {
3
+ export class SignalWorkflowExecutionCommand extends command(_ep0, _mw0, "SignalWorkflowExecution", SignalWorkflowExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartWorkflowExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartWorkflowExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "StartWorkflowExecution", {})
13
- .n("SWFClient", "StartWorkflowExecutionCommand")
14
- .sc(StartWorkflowExecution$)
15
- .build() {
3
+ export class StartWorkflowExecutionCommand extends command(_ep0, _mw0, "StartWorkflowExecution", StartWorkflowExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "TagResource", {})
13
- .n("SWFClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TerminateWorkflowExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TerminateWorkflowExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "TerminateWorkflowExecution", {})
13
- .n("SWFClient", "TerminateWorkflowExecutionCommand")
14
- .sc(TerminateWorkflowExecution$)
15
- .build() {
3
+ export class TerminateWorkflowExecutionCommand extends command(_ep0, _mw0, "TerminateWorkflowExecution", TerminateWorkflowExecution$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UndeprecateActivityType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UndeprecateActivityTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "UndeprecateActivityType", {})
13
- .n("SWFClient", "UndeprecateActivityTypeCommand")
14
- .sc(UndeprecateActivityType$)
15
- .build() {
3
+ export class UndeprecateActivityTypeCommand extends command(_ep0, _mw0, "UndeprecateActivityType", UndeprecateActivityType$) {
16
4
  }