@aws-sdk/client-sfn 3.1077.0 → 3.1078.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,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListActivitiesInput, ListActivitiesOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SFNClientResolvedConfig,
8
- } from "../SFNClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListActivitiesCommandInput extends ListActivitiesInput {}
12
5
  export interface ListActivitiesCommandOutput
13
6
  extends ListActivitiesOutput,
@@ -18,22 +11,20 @@ declare const ListActivitiesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListActivitiesCommandInput,
20
13
  ListActivitiesCommandOutput,
21
- SFNClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SFNClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListActivitiesCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListActivitiesCommandInput,
29
22
  ListActivitiesCommandOutput,
30
- SFNClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SFNClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListActivitiesCommand extends ListActivitiesCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListExecutionsInput, ListExecutionsOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SFNClientResolvedConfig,
8
- } from "../SFNClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListExecutionsCommandInput extends ListExecutionsInput {}
12
5
  export interface ListExecutionsCommandOutput
13
6
  extends ListExecutionsOutput,
@@ -18,22 +11,20 @@ declare const ListExecutionsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListExecutionsCommandInput,
20
13
  ListExecutionsCommandOutput,
21
- SFNClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SFNClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListExecutionsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListExecutionsCommandInput,
29
22
  ListExecutionsCommandOutput,
30
- SFNClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SFNClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ListMapRunsInput, ListMapRunsOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SFNClientResolvedConfig,
8
- } from "../SFNClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListMapRunsCommandInput extends ListMapRunsInput {}
12
5
  export interface ListMapRunsCommandOutput
13
6
  extends ListMapRunsOutput,
@@ -18,22 +11,20 @@ declare const ListMapRunsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListMapRunsCommandInput,
20
13
  ListMapRunsCommandOutput,
21
- SFNClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SFNClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListMapRunsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListMapRunsCommandInput,
29
22
  ListMapRunsCommandOutput,
30
- SFNClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SFNClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListMapRunsCommand extends ListMapRunsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListStateMachineAliasesInput,
5
4
  ListStateMachineAliasesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListStateMachineAliasesCommandInput
15
8
  extends ListStateMachineAliasesInput {}
16
9
  export interface ListStateMachineAliasesCommandOutput
@@ -22,22 +15,20 @@ declare const ListStateMachineAliasesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListStateMachineAliasesCommandInput,
24
17
  ListStateMachineAliasesCommandOutput,
25
- SFNClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SFNClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListStateMachineAliasesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListStateMachineAliasesCommandInput,
33
26
  ListStateMachineAliasesCommandOutput,
34
- SFNClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SFNClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListStateMachineAliasesCommand extends ListStateMachineAliasesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListStateMachineVersionsInput,
5
4
  ListStateMachineVersionsOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListStateMachineVersionsCommandInput
15
8
  extends ListStateMachineVersionsInput {}
16
9
  export interface ListStateMachineVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListStateMachineVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListStateMachineVersionsCommandInput,
24
17
  ListStateMachineVersionsCommandOutput,
25
- SFNClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SFNClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListStateMachineVersionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListStateMachineVersionsCommandInput,
33
26
  ListStateMachineVersionsCommandOutput,
34
- SFNClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SFNClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListStateMachineVersionsCommand extends ListStateMachineVersionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListStateMachinesInput,
5
4
  ListStateMachinesOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListStateMachinesCommandInput extends ListStateMachinesInput {}
15
8
  export interface ListStateMachinesCommandOutput
16
9
  extends ListStateMachinesOutput,
@@ -21,22 +14,20 @@ declare const ListStateMachinesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListStateMachinesCommandInput,
23
16
  ListStateMachinesCommandOutput,
24
- SFNClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SFNClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListStateMachinesCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListStateMachinesCommandInput,
32
25
  ListStateMachinesCommandOutput,
33
- SFNClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SFNClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListStateMachinesCommand extends ListStateMachinesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceInput,
5
4
  ListTagsForResourceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceInput {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- SFNClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SFNClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- SFNClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SFNClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  PublishStateMachineVersionInput,
5
4
  PublishStateMachineVersionOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PublishStateMachineVersionCommandInput
15
8
  extends PublishStateMachineVersionInput {}
16
9
  export interface PublishStateMachineVersionCommandOutput
@@ -22,22 +15,20 @@ declare const PublishStateMachineVersionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PublishStateMachineVersionCommandInput,
24
17
  PublishStateMachineVersionCommandOutput,
25
- SFNClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SFNClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PublishStateMachineVersionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PublishStateMachineVersionCommandInput,
33
26
  PublishStateMachineVersionCommandOutput,
34
- SFNClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SFNClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PublishStateMachineVersionCommand extends PublishStateMachineVersionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  RedriveExecutionInput,
5
4
  RedriveExecutionOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RedriveExecutionCommandInput extends RedriveExecutionInput {}
15
8
  export interface RedriveExecutionCommandOutput
16
9
  extends RedriveExecutionOutput,
@@ -21,22 +14,20 @@ declare const RedriveExecutionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  RedriveExecutionCommandInput,
23
16
  RedriveExecutionCommandOutput,
24
- SFNClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SFNClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: RedriveExecutionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  RedriveExecutionCommandInput,
32
25
  RedriveExecutionCommandOutput,
33
- SFNClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SFNClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class RedriveExecutionCommand extends RedriveExecutionCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SendTaskFailureInput,
5
4
  SendTaskFailureOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SendTaskFailureCommandInput extends SendTaskFailureInput {}
15
8
  export interface SendTaskFailureCommandOutput
16
9
  extends SendTaskFailureOutput,
@@ -21,22 +14,20 @@ declare const SendTaskFailureCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  SendTaskFailureCommandInput,
23
16
  SendTaskFailureCommandOutput,
24
- SFNClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SFNClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: SendTaskFailureCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  SendTaskFailureCommandInput,
32
25
  SendTaskFailureCommandOutput,
33
- SFNClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SFNClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class SendTaskFailureCommand extends SendTaskFailureCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SendTaskHeartbeatInput,
5
4
  SendTaskHeartbeatOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SendTaskHeartbeatCommandInput extends SendTaskHeartbeatInput {}
15
8
  export interface SendTaskHeartbeatCommandOutput
16
9
  extends SendTaskHeartbeatOutput,
@@ -21,22 +14,20 @@ declare const SendTaskHeartbeatCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  SendTaskHeartbeatCommandInput,
23
16
  SendTaskHeartbeatCommandOutput,
24
- SFNClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SFNClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: SendTaskHeartbeatCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  SendTaskHeartbeatCommandInput,
32
25
  SendTaskHeartbeatCommandOutput,
33
- SFNClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SFNClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class SendTaskHeartbeatCommand extends SendTaskHeartbeatCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  SendTaskSuccessInput,
5
4
  SendTaskSuccessOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SendTaskSuccessCommandInput extends SendTaskSuccessInput {}
15
8
  export interface SendTaskSuccessCommandOutput
16
9
  extends SendTaskSuccessOutput,
@@ -21,22 +14,20 @@ declare const SendTaskSuccessCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  SendTaskSuccessCommandInput,
23
16
  SendTaskSuccessCommandOutput,
24
- SFNClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SFNClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: SendTaskSuccessCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  SendTaskSuccessCommandInput,
32
25
  SendTaskSuccessCommandOutput,
33
- SFNClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SFNClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class SendTaskSuccessCommand extends SendTaskSuccessCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { StartExecutionInput, StartExecutionOutput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SFNClientResolvedConfig,
8
- } from "../SFNClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StartExecutionCommandInput extends StartExecutionInput {}
12
5
  export interface StartExecutionCommandOutput
13
6
  extends StartExecutionOutput,
@@ -18,22 +11,20 @@ declare const StartExecutionCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StartExecutionCommandInput,
20
13
  StartExecutionCommandOutput,
21
- SFNClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SFNClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: StartExecutionCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StartExecutionCommandInput,
29
22
  StartExecutionCommandOutput,
30
- SFNClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SFNClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class StartExecutionCommand extends StartExecutionCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  StartSyncExecutionInput,
5
4
  StartSyncExecutionOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SFNClientResolvedConfig,
11
- } from "../SFNClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartSyncExecutionCommandInput
15
8
  extends StartSyncExecutionInput {}
16
9
  export interface StartSyncExecutionCommandOutput
@@ -22,22 +15,20 @@ declare const StartSyncExecutionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  StartSyncExecutionCommandInput,
24
17
  StartSyncExecutionCommandOutput,
25
- SFNClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SFNClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: StartSyncExecutionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  StartSyncExecutionCommandInput,
33
26
  StartSyncExecutionCommandOutput,
34
- SFNClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SFNClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class StartSyncExecutionCommand extends StartSyncExecutionCommand_base {
43
34
  protected static __types: {