@aws-sdk/client-sfn 3.36.0 → 3.39.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 (81) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/SFN.js +0 -18
  3. package/dist-cjs/SFNClient.js +0 -23
  4. package/dist-cjs/commands/CreateActivityCommand.js +0 -40
  5. package/dist-cjs/commands/CreateStateMachineCommand.js +0 -42
  6. package/dist-cjs/commands/DeleteActivityCommand.js +0 -24
  7. package/dist-cjs/commands/DeleteStateMachineCommand.js +0 -30
  8. package/dist-cjs/commands/DescribeActivityCommand.js +0 -27
  9. package/dist-cjs/commands/DescribeExecutionCommand.js +0 -28
  10. package/dist-cjs/commands/DescribeStateMachineCommand.js +0 -27
  11. package/dist-cjs/commands/DescribeStateMachineForExecutionCommand.js +0 -28
  12. package/dist-cjs/commands/GetActivityTaskCommand.js +0 -36
  13. package/dist-cjs/commands/GetExecutionHistoryCommand.js +0 -29
  14. package/dist-cjs/commands/ListActivitiesCommand.js +0 -29
  15. package/dist-cjs/commands/ListExecutionsCommand.js +0 -31
  16. package/dist-cjs/commands/ListStateMachinesCommand.js +0 -29
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  18. package/dist-cjs/commands/SendTaskFailureCommand.js +0 -25
  19. package/dist-cjs/commands/SendTaskHeartbeatCommand.js +0 -38
  20. package/dist-cjs/commands/SendTaskSuccessCommand.js +0 -26
  21. package/dist-cjs/commands/StartExecutionCommand.js +0 -32
  22. package/dist-cjs/commands/StartSyncExecutionCommand.js +0 -24
  23. package/dist-cjs/commands/StopExecutionCommand.js +0 -25
  24. package/dist-cjs/commands/TagResourceCommand.js +0 -29
  25. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  26. package/dist-cjs/commands/UpdateStateMachineCommand.js +0 -34
  27. package/dist-cjs/commands/index.js +26 -0
  28. package/dist-cjs/endpoints.js +6 -1
  29. package/dist-cjs/index.js +4 -30
  30. package/dist-cjs/models/models_0.js +0 -333
  31. package/dist-cjs/pagination/GetExecutionHistoryPaginator.js +0 -10
  32. package/dist-cjs/pagination/ListActivitiesPaginator.js +0 -10
  33. package/dist-cjs/pagination/ListExecutionsPaginator.js +0 -10
  34. package/dist-cjs/pagination/ListStateMachinesPaginator.js +0 -10
  35. package/dist-cjs/pagination/index.js +8 -0
  36. package/dist-cjs/protocols/Aws_json1_0.js +0 -5
  37. package/dist-cjs/runtimeConfig.browser.js +1 -5
  38. package/dist-cjs/runtimeConfig.js +1 -5
  39. package/dist-cjs/runtimeConfig.native.js +0 -3
  40. package/dist-cjs/runtimeConfig.shared.js +0 -3
  41. package/dist-es/commands/index.js +23 -0
  42. package/dist-es/endpoints.js +6 -1
  43. package/dist-es/index.js +4 -30
  44. package/dist-es/pagination/index.js +5 -0
  45. package/dist-types/commands/index.d.ts +23 -0
  46. package/dist-types/index.d.ts +4 -30
  47. package/dist-types/pagination/index.d.ts +5 -0
  48. package/dist-types/ts3.4/SFN.d.ts +24 -217
  49. package/dist-types/ts3.4/SFNClient.d.ts +24 -104
  50. package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +2 -36
  51. package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +2 -38
  52. package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +2 -20
  53. package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +2 -26
  54. package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +2 -23
  55. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +2 -24
  56. package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +2 -23
  57. package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +2 -24
  58. package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +2 -32
  59. package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +2 -25
  60. package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +2 -25
  61. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +2 -27
  62. package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +2 -25
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
  64. package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +2 -21
  65. package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +2 -34
  66. package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +2 -22
  67. package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +2 -28
  68. package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +2 -20
  69. package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +2 -21
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -25
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  72. package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +2 -30
  73. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  74. package/dist-types/ts3.4/index.d.ts +4 -30
  75. package/dist-types/ts3.4/models/models_0.d.ts +434 -1643
  76. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  81. package/package.json +32 -32
@@ -4,22 +4,13 @@ exports.paginateGetExecutionHistory = void 0;
4
4
  const GetExecutionHistoryCommand_1 = require("../commands/GetExecutionHistoryCommand");
5
5
  const SFN_1 = require("../SFN");
6
6
  const SFNClient_1 = require("../SFNClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new GetExecutionHistoryCommand_1.GetExecutionHistoryCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.getExecutionHistory(input, ...args);
20
12
  };
21
13
  async function* paginateGetExecutionHistory(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,7 +30,6 @@ async function* paginateGetExecutionHistory(config, input, ...additionalArgument
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateGetExecutionHistory = paginateGetExecutionHistory;
@@ -4,22 +4,13 @@ exports.paginateListActivities = void 0;
4
4
  const ListActivitiesCommand_1 = require("../commands/ListActivitiesCommand");
5
5
  const SFN_1 = require("../SFN");
6
6
  const SFNClient_1 = require("../SFNClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListActivitiesCommand_1.ListActivitiesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listActivities(input, ...args);
20
12
  };
21
13
  async function* paginateListActivities(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,7 +30,6 @@ async function* paginateListActivities(config, input, ...additionalArguments) {
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListActivities = paginateListActivities;
@@ -4,22 +4,13 @@ exports.paginateListExecutions = void 0;
4
4
  const ListExecutionsCommand_1 = require("../commands/ListExecutionsCommand");
5
5
  const SFN_1 = require("../SFN");
6
6
  const SFNClient_1 = require("../SFNClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListExecutionsCommand_1.ListExecutionsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listExecutions(input, ...args);
20
12
  };
21
13
  async function* paginateListExecutions(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,7 +30,6 @@ async function* paginateListExecutions(config, input, ...additionalArguments) {
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListExecutions = paginateListExecutions;
@@ -4,22 +4,13 @@ exports.paginateListStateMachines = void 0;
4
4
  const ListStateMachinesCommand_1 = require("../commands/ListStateMachinesCommand");
5
5
  const SFN_1 = require("../SFN");
6
6
  const SFNClient_1 = require("../SFNClient");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListStateMachinesCommand_1.ListStateMachinesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listStateMachines(input, ...args);
20
12
  };
21
13
  async function* paginateListStateMachines(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,7 +30,6 @@ async function* paginateListStateMachines(config, input, ...additionalArguments)
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListStateMachines = paginateListStateMachines;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./GetExecutionHistoryPaginator"), exports);
5
+ tslib_1.__exportStar(require("./Interfaces"), exports);
6
+ tslib_1.__exportStar(require("./ListActivitiesPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListExecutionsPaginator"), exports);
8
+ tslib_1.__exportStar(require("./ListStateMachinesPaginator"), exports);
@@ -3023,14 +3023,12 @@ const deserializeMetadata = (output) => {
3023
3023
  cfId: output.headers["x-amz-cf-id"],
3024
3024
  });
3025
3025
  };
3026
- // Collect low-level response body stream to Uint8Array.
3027
3026
  const collectBody = (streamBody = new Uint8Array(), context) => {
3028
3027
  if (streamBody instanceof Uint8Array) {
3029
3028
  return Promise.resolve(streamBody);
3030
3029
  }
3031
3030
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
3032
3031
  };
3033
- // Encode Uint8Array data into string with utf-8.
3034
3032
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
3035
3033
  const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
3036
3034
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
@@ -3056,9 +3054,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
3056
3054
  }
3057
3055
  return {};
3058
3056
  });
3059
- /**
3060
- * Load an error code for the aws.rest-json-1.1 protocol.
3061
- */
3062
3057
  const loadRestJsonErrorCode = (output, data) => {
3063
3058
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
3064
3059
  const sanitizeErrorCode = (rawValue) => {
@@ -2,8 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- // @ts-ignore: package.json will be imported from dist folders
6
- const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
7
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
8
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -13,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
13
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
14
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
15
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
16
- /**
17
- * @internal
18
- */
19
15
  const getRuntimeConfig = (config) => {
20
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -2,8 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- // @ts-ignore: package.json will be imported from dist folders
6
- const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
7
6
  const client_sts_1 = require("@aws-sdk/client-sts");
8
7
  const config_resolver_1 = require("@aws-sdk/config-resolver");
9
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -17,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
17
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
18
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
19
18
  const smithy_client_1 = require("@aws-sdk/smithy-client");
20
- /**
21
- * @internal
22
- */
23
19
  const getRuntimeConfig = (config) => {
24
20
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
25
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a;
11
8
  const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const url_parser_1 = require("@aws-sdk/url-parser");
5
5
  const endpoints_1 = require("./endpoints");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a, _b, _c, _d, _e;
11
8
  return ({
@@ -0,0 +1,23 @@
1
+ export * from "./CreateActivityCommand";
2
+ export * from "./CreateStateMachineCommand";
3
+ export * from "./DeleteActivityCommand";
4
+ export * from "./DeleteStateMachineCommand";
5
+ export * from "./DescribeActivityCommand";
6
+ export * from "./DescribeExecutionCommand";
7
+ export * from "./DescribeStateMachineCommand";
8
+ export * from "./DescribeStateMachineForExecutionCommand";
9
+ export * from "./GetActivityTaskCommand";
10
+ export * from "./GetExecutionHistoryCommand";
11
+ export * from "./ListActivitiesCommand";
12
+ export * from "./ListExecutionsCommand";
13
+ export * from "./ListStateMachinesCommand";
14
+ export * from "./ListTagsForResourceCommand";
15
+ export * from "./SendTaskFailureCommand";
16
+ export * from "./SendTaskHeartbeatCommand";
17
+ export * from "./SendTaskSuccessCommand";
18
+ export * from "./StartExecutionCommand";
19
+ export * from "./StartSyncExecutionCommand";
20
+ export * from "./StopExecutionCommand";
21
+ export * from "./TagResourceCommand";
22
+ export * from "./UntagResourceCommand";
23
+ export * from "./UpdateStateMachineCommand";
@@ -55,22 +55,27 @@ var partitionHash = {
55
55
  "us-west-1",
56
56
  "us-west-2",
57
57
  ],
58
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
58
59
  hostname: "states.{region}.amazonaws.com",
59
60
  },
60
61
  "aws-cn": {
61
62
  regions: ["cn-north-1", "cn-northwest-1"],
63
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
62
64
  hostname: "states.{region}.amazonaws.com.cn",
63
65
  },
64
66
  "aws-iso": {
65
- regions: ["us-iso-east-1"],
67
+ regions: ["us-iso-east-1", "us-iso-west-1"],
68
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
66
69
  hostname: "states.{region}.c2s.ic.gov",
67
70
  },
68
71
  "aws-iso-b": {
69
72
  regions: ["us-isob-east-1"],
73
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
70
74
  hostname: "states.{region}.sc2s.sgov.gov",
71
75
  },
72
76
  "aws-us-gov": {
73
77
  regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
78
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
74
79
  hostname: "states.{region}.amazonaws.com",
75
80
  },
76
81
  };
package/dist-es/index.js CHANGED
@@ -1,31 +1,5 @@
1
- export * from "./SFNClient";
2
1
  export * from "./SFN";
3
- export * from "./commands/CreateActivityCommand";
4
- export * from "./commands/CreateStateMachineCommand";
5
- export * from "./commands/DeleteActivityCommand";
6
- export * from "./commands/DeleteStateMachineCommand";
7
- export * from "./commands/DescribeActivityCommand";
8
- export * from "./commands/DescribeExecutionCommand";
9
- export * from "./commands/DescribeStateMachineCommand";
10
- export * from "./commands/DescribeStateMachineForExecutionCommand";
11
- export * from "./commands/GetActivityTaskCommand";
12
- export * from "./commands/GetExecutionHistoryCommand";
13
- export * from "./pagination/GetExecutionHistoryPaginator";
14
- export * from "./commands/ListActivitiesCommand";
15
- export * from "./pagination/ListActivitiesPaginator";
16
- export * from "./commands/ListExecutionsCommand";
17
- export * from "./pagination/ListExecutionsPaginator";
18
- export * from "./commands/ListStateMachinesCommand";
19
- export * from "./pagination/ListStateMachinesPaginator";
20
- export * from "./commands/ListTagsForResourceCommand";
21
- export * from "./commands/SendTaskFailureCommand";
22
- export * from "./commands/SendTaskHeartbeatCommand";
23
- export * from "./commands/SendTaskSuccessCommand";
24
- export * from "./commands/StartExecutionCommand";
25
- export * from "./commands/StartSyncExecutionCommand";
26
- export * from "./commands/StopExecutionCommand";
27
- export * from "./commands/TagResourceCommand";
28
- export * from "./commands/UntagResourceCommand";
29
- export * from "./commands/UpdateStateMachineCommand";
30
- export * from "./pagination/Interfaces";
31
- export * from "./models/index";
2
+ export * from "./SFNClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,5 @@
1
+ export * from "./GetExecutionHistoryPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListActivitiesPaginator";
4
+ export * from "./ListExecutionsPaginator";
5
+ export * from "./ListStateMachinesPaginator";
@@ -0,0 +1,23 @@
1
+ export * from "./CreateActivityCommand";
2
+ export * from "./CreateStateMachineCommand";
3
+ export * from "./DeleteActivityCommand";
4
+ export * from "./DeleteStateMachineCommand";
5
+ export * from "./DescribeActivityCommand";
6
+ export * from "./DescribeExecutionCommand";
7
+ export * from "./DescribeStateMachineCommand";
8
+ export * from "./DescribeStateMachineForExecutionCommand";
9
+ export * from "./GetActivityTaskCommand";
10
+ export * from "./GetExecutionHistoryCommand";
11
+ export * from "./ListActivitiesCommand";
12
+ export * from "./ListExecutionsCommand";
13
+ export * from "./ListStateMachinesCommand";
14
+ export * from "./ListTagsForResourceCommand";
15
+ export * from "./SendTaskFailureCommand";
16
+ export * from "./SendTaskHeartbeatCommand";
17
+ export * from "./SendTaskSuccessCommand";
18
+ export * from "./StartExecutionCommand";
19
+ export * from "./StartSyncExecutionCommand";
20
+ export * from "./StopExecutionCommand";
21
+ export * from "./TagResourceCommand";
22
+ export * from "./UntagResourceCommand";
23
+ export * from "./UpdateStateMachineCommand";
@@ -1,31 +1,5 @@
1
- export * from "./SFNClient";
2
1
  export * from "./SFN";
3
- export * from "./commands/CreateActivityCommand";
4
- export * from "./commands/CreateStateMachineCommand";
5
- export * from "./commands/DeleteActivityCommand";
6
- export * from "./commands/DeleteStateMachineCommand";
7
- export * from "./commands/DescribeActivityCommand";
8
- export * from "./commands/DescribeExecutionCommand";
9
- export * from "./commands/DescribeStateMachineCommand";
10
- export * from "./commands/DescribeStateMachineForExecutionCommand";
11
- export * from "./commands/GetActivityTaskCommand";
12
- export * from "./commands/GetExecutionHistoryCommand";
13
- export * from "./pagination/GetExecutionHistoryPaginator";
14
- export * from "./commands/ListActivitiesCommand";
15
- export * from "./pagination/ListActivitiesPaginator";
16
- export * from "./commands/ListExecutionsCommand";
17
- export * from "./pagination/ListExecutionsPaginator";
18
- export * from "./commands/ListStateMachinesCommand";
19
- export * from "./pagination/ListStateMachinesPaginator";
20
- export * from "./commands/ListTagsForResourceCommand";
21
- export * from "./commands/SendTaskFailureCommand";
22
- export * from "./commands/SendTaskHeartbeatCommand";
23
- export * from "./commands/SendTaskSuccessCommand";
24
- export * from "./commands/StartExecutionCommand";
25
- export * from "./commands/StartSyncExecutionCommand";
26
- export * from "./commands/StopExecutionCommand";
27
- export * from "./commands/TagResourceCommand";
28
- export * from "./commands/UntagResourceCommand";
29
- export * from "./commands/UpdateStateMachineCommand";
30
- export * from "./pagination/Interfaces";
31
- export * from "./models/index";
2
+ export * from "./SFNClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1,5 @@
1
+ export * from "./GetExecutionHistoryPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListActivitiesPaginator";
4
+ export * from "./ListExecutionsPaginator";
5
+ export * from "./ListStateMachinesPaginator";