@aws-sdk/client-sfn 3.489.0 → 3.495.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist-cjs/SFN.js +1 -83
  2. package/dist-cjs/SFNClient.js +1 -43
  3. package/dist-cjs/commands/CreateActivityCommand.js +1 -28
  4. package/dist-cjs/commands/CreateStateMachineAliasCommand.js +1 -29
  5. package/dist-cjs/commands/CreateStateMachineCommand.js +1 -29
  6. package/dist-cjs/commands/DeleteActivityCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteStateMachineAliasCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteStateMachineCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteStateMachineVersionCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeActivityCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeExecutionCommand.js +1 -29
  12. package/dist-cjs/commands/DescribeMapRunCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeStateMachineAliasCommand.js +1 -29
  14. package/dist-cjs/commands/DescribeStateMachineCommand.js +1 -29
  15. package/dist-cjs/commands/DescribeStateMachineForExecutionCommand.js +1 -29
  16. package/dist-cjs/commands/GetActivityTaskCommand.js +1 -29
  17. package/dist-cjs/commands/GetExecutionHistoryCommand.js +1 -29
  18. package/dist-cjs/commands/ListActivitiesCommand.js +1 -28
  19. package/dist-cjs/commands/ListExecutionsCommand.js +1 -28
  20. package/dist-cjs/commands/ListMapRunsCommand.js +1 -28
  21. package/dist-cjs/commands/ListStateMachineAliasesCommand.js +1 -28
  22. package/dist-cjs/commands/ListStateMachineVersionsCommand.js +1 -28
  23. package/dist-cjs/commands/ListStateMachinesCommand.js +1 -28
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  25. package/dist-cjs/commands/PublishStateMachineVersionCommand.js +1 -29
  26. package/dist-cjs/commands/RedriveExecutionCommand.js +1 -28
  27. package/dist-cjs/commands/SendTaskFailureCommand.js +1 -29
  28. package/dist-cjs/commands/SendTaskHeartbeatCommand.js +1 -28
  29. package/dist-cjs/commands/SendTaskSuccessCommand.js +1 -29
  30. package/dist-cjs/commands/StartExecutionCommand.js +1 -29
  31. package/dist-cjs/commands/StartSyncExecutionCommand.js +1 -29
  32. package/dist-cjs/commands/StopExecutionCommand.js +1 -29
  33. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  34. package/dist-cjs/commands/TestStateCommand.js +1 -29
  35. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  36. package/dist-cjs/commands/UpdateMapRunCommand.js +1 -28
  37. package/dist-cjs/commands/UpdateStateMachineAliasCommand.js +1 -29
  38. package/dist-cjs/commands/UpdateStateMachineCommand.js +1 -29
  39. package/dist-cjs/commands/index.js +1 -39
  40. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  41. package/dist-cjs/extensionConfiguration.js +1 -2
  42. package/dist-cjs/index.js +4364 -11
  43. package/dist-cjs/models/SFNServiceException.js +1 -12
  44. package/dist-cjs/models/index.js +1 -4
  45. package/dist-cjs/models/models_0.js +1 -843
  46. package/dist-cjs/pagination/GetExecutionHistoryPaginator.js +1 -7
  47. package/dist-cjs/pagination/Interfaces.js +1 -2
  48. package/dist-cjs/pagination/ListActivitiesPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListExecutionsPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListMapRunsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListStateMachinesPaginator.js +1 -7
  52. package/dist-cjs/pagination/index.js +1 -9
  53. package/dist-cjs/protocols/Aws_json1_0.js +1 -2453
  54. package/dist-cjs/runtimeExtensions.js +1 -22
  55. package/package.json +40 -40
@@ -1,39 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./CreateActivityCommand"), exports);
5
- tslib_1.__exportStar(require("./CreateStateMachineAliasCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateStateMachineCommand"), exports);
7
- tslib_1.__exportStar(require("./DeleteActivityCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteStateMachineAliasCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteStateMachineCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteStateMachineVersionCommand"), exports);
11
- tslib_1.__exportStar(require("./DescribeActivityCommand"), exports);
12
- tslib_1.__exportStar(require("./DescribeExecutionCommand"), exports);
13
- tslib_1.__exportStar(require("./DescribeMapRunCommand"), exports);
14
- tslib_1.__exportStar(require("./DescribeStateMachineAliasCommand"), exports);
15
- tslib_1.__exportStar(require("./DescribeStateMachineCommand"), exports);
16
- tslib_1.__exportStar(require("./DescribeStateMachineForExecutionCommand"), exports);
17
- tslib_1.__exportStar(require("./GetActivityTaskCommand"), exports);
18
- tslib_1.__exportStar(require("./GetExecutionHistoryCommand"), exports);
19
- tslib_1.__exportStar(require("./ListActivitiesCommand"), exports);
20
- tslib_1.__exportStar(require("./ListExecutionsCommand"), exports);
21
- tslib_1.__exportStar(require("./ListMapRunsCommand"), exports);
22
- tslib_1.__exportStar(require("./ListStateMachineAliasesCommand"), exports);
23
- tslib_1.__exportStar(require("./ListStateMachineVersionsCommand"), exports);
24
- tslib_1.__exportStar(require("./ListStateMachinesCommand"), exports);
25
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
26
- tslib_1.__exportStar(require("./PublishStateMachineVersionCommand"), exports);
27
- tslib_1.__exportStar(require("./RedriveExecutionCommand"), exports);
28
- tslib_1.__exportStar(require("./SendTaskFailureCommand"), exports);
29
- tslib_1.__exportStar(require("./SendTaskHeartbeatCommand"), exports);
30
- tslib_1.__exportStar(require("./SendTaskSuccessCommand"), exports);
31
- tslib_1.__exportStar(require("./StartExecutionCommand"), exports);
32
- tslib_1.__exportStar(require("./StartSyncExecutionCommand"), exports);
33
- tslib_1.__exportStar(require("./StopExecutionCommand"), exports);
34
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
35
- tslib_1.__exportStar(require("./TestStateCommand"), exports);
36
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
37
- tslib_1.__exportStar(require("./UpdateMapRunCommand"), exports);
38
- tslib_1.__exportStar(require("./UpdateStateMachineAliasCommand"), exports);
39
- tslib_1.__exportStar(require("./UpdateStateMachineCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "states",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");