@aws-sdk/client-sfn 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 (119) hide show
  1. package/dist-cjs/index.js +48 -376
  2. package/dist-es/commandBuilder.js +10 -0
  3. package/dist-es/commands/CreateActivityCommand.js +2 -14
  4. package/dist-es/commands/CreateStateMachineAliasCommand.js +2 -14
  5. package/dist-es/commands/CreateStateMachineCommand.js +2 -14
  6. package/dist-es/commands/DeleteActivityCommand.js +2 -14
  7. package/dist-es/commands/DeleteStateMachineAliasCommand.js +2 -14
  8. package/dist-es/commands/DeleteStateMachineCommand.js +2 -14
  9. package/dist-es/commands/DeleteStateMachineVersionCommand.js +2 -14
  10. package/dist-es/commands/DescribeActivityCommand.js +2 -14
  11. package/dist-es/commands/DescribeExecutionCommand.js +2 -14
  12. package/dist-es/commands/DescribeMapRunCommand.js +2 -14
  13. package/dist-es/commands/DescribeStateMachineAliasCommand.js +2 -14
  14. package/dist-es/commands/DescribeStateMachineCommand.js +2 -14
  15. package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +2 -14
  16. package/dist-es/commands/GetActivityTaskCommand.js +2 -18
  17. package/dist-es/commands/GetExecutionHistoryCommand.js +2 -14
  18. package/dist-es/commands/ListActivitiesCommand.js +2 -14
  19. package/dist-es/commands/ListExecutionsCommand.js +2 -14
  20. package/dist-es/commands/ListMapRunsCommand.js +2 -14
  21. package/dist-es/commands/ListStateMachineAliasesCommand.js +2 -14
  22. package/dist-es/commands/ListStateMachineVersionsCommand.js +2 -14
  23. package/dist-es/commands/ListStateMachinesCommand.js +2 -14
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  25. package/dist-es/commands/PublishStateMachineVersionCommand.js +2 -14
  26. package/dist-es/commands/RedriveExecutionCommand.js +2 -14
  27. package/dist-es/commands/SendTaskFailureCommand.js +2 -14
  28. package/dist-es/commands/SendTaskHeartbeatCommand.js +2 -14
  29. package/dist-es/commands/SendTaskSuccessCommand.js +2 -14
  30. package/dist-es/commands/StartExecutionCommand.js +2 -14
  31. package/dist-es/commands/StartSyncExecutionCommand.js +2 -14
  32. package/dist-es/commands/StopExecutionCommand.js +2 -14
  33. package/dist-es/commands/TagResourceCommand.js +2 -14
  34. package/dist-es/commands/TestStateCommand.js +2 -14
  35. package/dist-es/commands/UntagResourceCommand.js +2 -14
  36. package/dist-es/commands/UpdateMapRunCommand.js +2 -14
  37. package/dist-es/commands/UpdateStateMachineAliasCommand.js +2 -14
  38. package/dist-es/commands/UpdateStateMachineCommand.js +2 -14
  39. package/dist-es/commands/ValidateStateMachineDefinitionCommand.js +2 -14
  40. package/dist-es/index.js +1 -0
  41. package/dist-types/commandBuilder.d.ts +22 -0
  42. package/dist-types/commands/CreateActivityCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateStateMachineCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteActivityCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteStateMachineCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeActivityCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeExecutionCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeMapRunCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeStateMachineCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +3 -8
  55. package/dist-types/commands/GetActivityTaskCommand.d.ts +3 -8
  56. package/dist-types/commands/GetExecutionHistoryCommand.d.ts +3 -8
  57. package/dist-types/commands/ListActivitiesCommand.d.ts +3 -8
  58. package/dist-types/commands/ListExecutionsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListMapRunsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +3 -8
  61. package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListStateMachinesCommand.d.ts +3 -8
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +3 -8
  65. package/dist-types/commands/RedriveExecutionCommand.d.ts +3 -8
  66. package/dist-types/commands/SendTaskFailureCommand.d.ts +3 -8
  67. package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +3 -8
  68. package/dist-types/commands/SendTaskSuccessCommand.d.ts +3 -8
  69. package/dist-types/commands/StartExecutionCommand.d.ts +3 -8
  70. package/dist-types/commands/StartSyncExecutionCommand.d.ts +3 -8
  71. package/dist-types/commands/StopExecutionCommand.d.ts +3 -8
  72. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/TestStateCommand.d.ts +3 -8
  74. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdateMapRunCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateStateMachineCommand.d.ts +3 -8
  78. package/dist-types/commands/ValidateStateMachineDefinitionCommand.d.ts +3 -8
  79. package/dist-types/index.d.ts +1 -0
  80. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  81. package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/TestStateCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ValidateStateMachineDefinitionCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/index.d.ts +1 -0
  119. 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 { DescribeActivity$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeActivityCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "DescribeActivity", {})
13
- .n("SFNClient", "DescribeActivityCommand")
14
- .sc(DescribeActivity$)
15
- .build() {
3
+ export class DescribeActivityCommand extends command(_ep0, _mw0, "DescribeActivity", DescribeActivity$) {
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 { DescribeExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "DescribeExecution", {})
13
- .n("SFNClient", "DescribeExecutionCommand")
14
- .sc(DescribeExecution$)
15
- .build() {
3
+ export class DescribeExecutionCommand extends command(_ep0, _mw0, "DescribeExecution", DescribeExecution$) {
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 { DescribeMapRun$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeMapRunCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "DescribeMapRun", {})
13
- .n("SFNClient", "DescribeMapRunCommand")
14
- .sc(DescribeMapRun$)
15
- .build() {
3
+ export class DescribeMapRunCommand extends command(_ep0, _mw0, "DescribeMapRun", DescribeMapRun$) {
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 { DescribeStateMachineAlias$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeStateMachineAliasCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "DescribeStateMachineAlias", {})
13
- .n("SFNClient", "DescribeStateMachineAliasCommand")
14
- .sc(DescribeStateMachineAlias$)
15
- .build() {
3
+ export class DescribeStateMachineAliasCommand extends command(_ep0, _mw0, "DescribeStateMachineAlias", DescribeStateMachineAlias$) {
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 { DescribeStateMachine$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeStateMachineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "DescribeStateMachine", {})
13
- .n("SFNClient", "DescribeStateMachineCommand")
14
- .sc(DescribeStateMachine$)
15
- .build() {
3
+ export class DescribeStateMachineCommand extends command(_ep0, _mw0, "DescribeStateMachine", DescribeStateMachine$) {
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 { DescribeStateMachineForExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeStateMachineForExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "DescribeStateMachineForExecution", {})
13
- .n("SFNClient", "DescribeStateMachineForExecutionCommand")
14
- .sc(DescribeStateMachineForExecution$)
15
- .build() {
3
+ export class DescribeStateMachineForExecutionCommand extends command(_ep0, _mw0, "DescribeStateMachineForExecution", DescribeStateMachineForExecution$) {
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 { GetActivityTask$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class GetActivityTaskCommand 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("AWSStepFunctions", "GetActivityTask", {})
17
- .n("SFNClient", "GetActivityTaskCommand")
18
- .sc(GetActivityTask$)
19
- .build() {
3
+ export class GetActivityTaskCommand extends command(_ep0, _mw1, "GetActivityTask", GetActivityTask$) {
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 { GetExecutionHistory$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetExecutionHistoryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "GetExecutionHistory", {})
13
- .n("SFNClient", "GetExecutionHistoryCommand")
14
- .sc(GetExecutionHistory$)
15
- .build() {
3
+ export class GetExecutionHistoryCommand extends command(_ep0, _mw0, "GetExecutionHistory", GetExecutionHistory$) {
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 { ListActivities$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListActivitiesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "ListActivities", {})
13
- .n("SFNClient", "ListActivitiesCommand")
14
- .sc(ListActivities$)
15
- .build() {
3
+ export class ListActivitiesCommand extends command(_ep0, _mw0, "ListActivities", ListActivities$) {
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 { ListExecutions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListExecutionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "ListExecutions", {})
13
- .n("SFNClient", "ListExecutionsCommand")
14
- .sc(ListExecutions$)
15
- .build() {
3
+ export class ListExecutionsCommand extends command(_ep0, _mw0, "ListExecutions", ListExecutions$) {
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 { ListMapRuns$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMapRunsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "ListMapRuns", {})
13
- .n("SFNClient", "ListMapRunsCommand")
14
- .sc(ListMapRuns$)
15
- .build() {
3
+ export class ListMapRunsCommand extends command(_ep0, _mw0, "ListMapRuns", ListMapRuns$) {
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 { ListStateMachineAliases$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListStateMachineAliasesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "ListStateMachineAliases", {})
13
- .n("SFNClient", "ListStateMachineAliasesCommand")
14
- .sc(ListStateMachineAliases$)
15
- .build() {
3
+ export class ListStateMachineAliasesCommand extends command(_ep0, _mw0, "ListStateMachineAliases", ListStateMachineAliases$) {
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 { ListStateMachineVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListStateMachineVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "ListStateMachineVersions", {})
13
- .n("SFNClient", "ListStateMachineVersionsCommand")
14
- .sc(ListStateMachineVersions$)
15
- .build() {
3
+ export class ListStateMachineVersionsCommand extends command(_ep0, _mw0, "ListStateMachineVersions", ListStateMachineVersions$) {
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 { ListStateMachines$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListStateMachinesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "ListStateMachines", {})
13
- .n("SFNClient", "ListStateMachinesCommand")
14
- .sc(ListStateMachines$)
15
- .build() {
3
+ export class ListStateMachinesCommand extends command(_ep0, _mw0, "ListStateMachines", ListStateMachines$) {
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("AWSStepFunctions", "ListTagsForResource", {})
13
- .n("SFNClient", "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 { PublishStateMachineVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PublishStateMachineVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "PublishStateMachineVersion", {})
13
- .n("SFNClient", "PublishStateMachineVersionCommand")
14
- .sc(PublishStateMachineVersion$)
15
- .build() {
3
+ export class PublishStateMachineVersionCommand extends command(_ep0, _mw0, "PublishStateMachineVersion", PublishStateMachineVersion$) {
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 { RedriveExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RedriveExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "RedriveExecution", {})
13
- .n("SFNClient", "RedriveExecutionCommand")
14
- .sc(RedriveExecution$)
15
- .build() {
3
+ export class RedriveExecutionCommand extends command(_ep0, _mw0, "RedriveExecution", RedriveExecution$) {
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 { SendTaskFailure$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendTaskFailureCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "SendTaskFailure", {})
13
- .n("SFNClient", "SendTaskFailureCommand")
14
- .sc(SendTaskFailure$)
15
- .build() {
3
+ export class SendTaskFailureCommand extends command(_ep0, _mw0, "SendTaskFailure", SendTaskFailure$) {
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 { SendTaskHeartbeat$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendTaskHeartbeatCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "SendTaskHeartbeat", {})
13
- .n("SFNClient", "SendTaskHeartbeatCommand")
14
- .sc(SendTaskHeartbeat$)
15
- .build() {
3
+ export class SendTaskHeartbeatCommand extends command(_ep0, _mw0, "SendTaskHeartbeat", SendTaskHeartbeat$) {
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 { SendTaskSuccess$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendTaskSuccessCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "SendTaskSuccess", {})
13
- .n("SFNClient", "SendTaskSuccessCommand")
14
- .sc(SendTaskSuccess$)
15
- .build() {
3
+ export class SendTaskSuccessCommand extends command(_ep0, _mw0, "SendTaskSuccess", SendTaskSuccess$) {
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 { StartExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "StartExecution", {})
13
- .n("SFNClient", "StartExecutionCommand")
14
- .sc(StartExecution$)
15
- .build() {
3
+ export class StartExecutionCommand extends command(_ep0, _mw0, "StartExecution", StartExecution$) {
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 { StartSyncExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartSyncExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "StartSyncExecution", {})
13
- .n("SFNClient", "StartSyncExecutionCommand")
14
- .sc(StartSyncExecution$)
15
- .build() {
3
+ export class StartSyncExecutionCommand extends command(_ep0, _mw0, "StartSyncExecution", StartSyncExecution$) {
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 { StopExecution$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopExecutionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "StopExecution", {})
13
- .n("SFNClient", "StopExecutionCommand")
14
- .sc(StopExecution$)
15
- .build() {
3
+ export class StopExecutionCommand extends command(_ep0, _mw0, "StopExecution", StopExecution$) {
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("AWSStepFunctions", "TagResource", {})
13
- .n("SFNClient", "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 { TestState$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TestStateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "TestState", {})
13
- .n("SFNClient", "TestStateCommand")
14
- .sc(TestState$)
15
- .build() {
3
+ export class TestStateCommand extends command(_ep0, _mw0, "TestState", TestState$) {
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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "UntagResource", {})
13
- .n("SFNClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
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 { UpdateMapRun$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateMapRunCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "UpdateMapRun", {})
13
- .n("SFNClient", "UpdateMapRunCommand")
14
- .sc(UpdateMapRun$)
15
- .build() {
3
+ export class UpdateMapRunCommand extends command(_ep0, _mw0, "UpdateMapRun", UpdateMapRun$) {
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 { UpdateStateMachineAlias$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateStateMachineAliasCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "UpdateStateMachineAlias", {})
13
- .n("SFNClient", "UpdateStateMachineAliasCommand")
14
- .sc(UpdateStateMachineAlias$)
15
- .build() {
3
+ export class UpdateStateMachineAliasCommand extends command(_ep0, _mw0, "UpdateStateMachineAlias", UpdateStateMachineAlias$) {
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 { UpdateStateMachine$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateStateMachineCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "UpdateStateMachine", {})
13
- .n("SFNClient", "UpdateStateMachineCommand")
14
- .sc(UpdateStateMachine$)
15
- .build() {
3
+ export class UpdateStateMachineCommand extends command(_ep0, _mw0, "UpdateStateMachine", UpdateStateMachine$) {
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 { ValidateStateMachineDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ValidateStateMachineDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStepFunctions", "ValidateStateMachineDefinition", {})
13
- .n("SFNClient", "ValidateStateMachineDefinitionCommand")
14
- .sc(ValidateStateMachineDefinition$)
15
- .build() {
3
+ export class ValidateStateMachineDefinitionCommand extends command(_ep0, _mw0, "ValidateStateMachineDefinition", ValidateStateMachineDefinition$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SFNClient";
2
2
  export * from "./SFN";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";