@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListStateMachinesInput, ListStateMachinesOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListStateMachinesCommandInput extends ListStateMachinesInput {
22
19
  export interface ListStateMachinesCommandOutput extends ListStateMachinesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListStateMachinesCommand_base: {
25
- new (input: ListStateMachinesCommandInput): import("@smithy/core/client").CommandImpl<ListStateMachinesCommandInput, ListStateMachinesCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListStateMachinesCommandInput]): import("@smithy/core/client").CommandImpl<ListStateMachinesCommandInput, ListStateMachinesCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListStateMachinesCommandInput): import("@smithy/core/client").CommandImpl<ListStateMachinesCommandInput, ListStateMachinesCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListStateMachinesCommandInput]): import("@smithy/core/client").CommandImpl<ListStateMachinesCommandInput, ListStateMachinesCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the existing state machines.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List tags for a given resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PublishStateMachineVersionInput, PublishStateMachineVersionOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PublishStateMachineVersionCommandInput extends PublishStateMach
22
19
  export interface PublishStateMachineVersionCommandOutput extends PublishStateMachineVersionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PublishStateMachineVersionCommand_base: {
25
- new (input: PublishStateMachineVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishStateMachineVersionCommandInput, PublishStateMachineVersionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PublishStateMachineVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishStateMachineVersionCommandInput, PublishStateMachineVersionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PublishStateMachineVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishStateMachineVersionCommandInput, PublishStateMachineVersionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PublishStateMachineVersionCommandInput): import("@smithy/core/client").CommandImpl<PublishStateMachineVersionCommandInput, PublishStateMachineVersionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a> from the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RedriveExecutionInput, RedriveExecutionOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RedriveExecutionCommandInput extends RedriveExecutionInput {
22
19
  export interface RedriveExecutionCommandOutput extends RedriveExecutionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const RedriveExecutionCommand_base: {
25
- new (input: RedriveExecutionCommandInput): import("@smithy/core/client").CommandImpl<RedriveExecutionCommandInput, RedriveExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RedriveExecutionCommandInput): import("@smithy/core/client").CommandImpl<RedriveExecutionCommandInput, RedriveExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RedriveExecutionCommandInput): import("@smithy/core/client").CommandImpl<RedriveExecutionCommandInput, RedriveExecutionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RedriveExecutionCommandInput): import("@smithy/core/client").CommandImpl<RedriveExecutionCommandInput, RedriveExecutionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days. These include failed, aborted, or timed out executions. When you <a href="https://docs.aws.amazon.com/step-functions/latest/dg/redrive-executions.html">redrive</a> an execution, it continues the failed execution from the unsuccessful step and uses the same input. Step Functions preserves the results and execution history of the successful steps, and doesn't rerun these steps when you redrive an execution. Redriven executions use the same state machine definition and execution ARN as the original execution attempt.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SendTaskFailureInput, SendTaskFailureOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SendTaskFailureCommandInput extends SendTaskFailureInput {
22
19
  export interface SendTaskFailureCommandOutput extends SendTaskFailureOutput, __MetadataBearer {
23
20
  }
24
21
  declare const SendTaskFailureCommand_base: {
25
- new (input: SendTaskFailureCommandInput): import("@smithy/core/client").CommandImpl<SendTaskFailureCommandInput, SendTaskFailureCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendTaskFailureCommandInput): import("@smithy/core/client").CommandImpl<SendTaskFailureCommandInput, SendTaskFailureCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendTaskFailureCommandInput): import("@smithy/core/client").CommandImpl<SendTaskFailureCommandInput, SendTaskFailureCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendTaskFailureCommandInput): import("@smithy/core/client").CommandImpl<SendTaskFailureCommandInput, SendTaskFailureCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by activity workers, Task states using the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token">callback</a>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SendTaskHeartbeatInput, SendTaskHeartbeatOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SendTaskHeartbeatCommandInput extends SendTaskHeartbeatInput {
22
19
  export interface SendTaskHeartbeatCommandOutput extends SendTaskHeartbeatOutput, __MetadataBearer {
23
20
  }
24
21
  declare const SendTaskHeartbeatCommand_base: {
25
- new (input: SendTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<SendTaskHeartbeatCommandInput, SendTaskHeartbeatCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<SendTaskHeartbeatCommandInput, SendTaskHeartbeatCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<SendTaskHeartbeatCommandInput, SendTaskHeartbeatCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<SendTaskHeartbeatCommandInput, SendTaskHeartbeatCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by activity workers and Task states using the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token">callback</a>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SendTaskSuccessInput, SendTaskSuccessOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SendTaskSuccessCommandInput extends SendTaskSuccessInput {
22
19
  export interface SendTaskSuccessCommandOutput extends SendTaskSuccessOutput, __MetadataBearer {
23
20
  }
24
21
  declare const SendTaskSuccessCommand_base: {
25
- new (input: SendTaskSuccessCommandInput): import("@smithy/core/client").CommandImpl<SendTaskSuccessCommandInput, SendTaskSuccessCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendTaskSuccessCommandInput): import("@smithy/core/client").CommandImpl<SendTaskSuccessCommandInput, SendTaskSuccessCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendTaskSuccessCommandInput): import("@smithy/core/client").CommandImpl<SendTaskSuccessCommandInput, SendTaskSuccessCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendTaskSuccessCommandInput): import("@smithy/core/client").CommandImpl<SendTaskSuccessCommandInput, SendTaskSuccessCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by activity workers, Task states using the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-wait-token">callback</a>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartExecutionInput, StartExecutionOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartExecutionCommandInput extends StartExecutionInput {
22
19
  export interface StartExecutionCommandOutput extends StartExecutionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartExecutionCommand_base: {
25
- new (input: StartExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartExecutionCommandInput, StartExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartExecutionCommandInput, StartExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartExecutionCommandInput, StartExecutionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartExecutionCommandInput, StartExecutionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a state machine execution.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartSyncExecutionInput, StartSyncExecutionOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartSyncExecutionCommandInput extends StartSyncExecutionInput
22
19
  export interface StartSyncExecutionCommandOutput extends StartSyncExecutionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StartSyncExecutionCommand_base: {
25
- new (input: StartSyncExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartSyncExecutionCommandInput, StartSyncExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartSyncExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartSyncExecutionCommandInput, StartSyncExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartSyncExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartSyncExecutionCommandInput, StartSyncExecutionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartSyncExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartSyncExecutionCommandInput, StartSyncExecutionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a Synchronous Express state machine execution. <code>StartSyncExecution</code>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StopExecutionInput, StopExecutionOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopExecutionCommandInput extends StopExecutionInput {
22
19
  export interface StopExecutionCommandOutput extends StopExecutionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const StopExecutionCommand_base: {
25
- new (input: StopExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopExecutionCommandInput, StopExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopExecutionCommandInput, StopExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopExecutionCommandInput, StopExecutionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopExecutionCommandInput, StopExecutionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops an execution.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Add a tag to a Step Functions resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TestStateInput, TestStateOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TestStateCommandInput extends TestStateInput {
22
19
  export interface TestStateCommandOutput extends TestStateOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TestStateCommand_base: {
25
- new (input: TestStateCommandInput): import("@smithy/core/client").CommandImpl<TestStateCommandInput, TestStateCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TestStateCommandInput): import("@smithy/core/client").CommandImpl<TestStateCommandInput, TestStateCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TestStateCommandInput): import("@smithy/core/client").CommandImpl<TestStateCommandInput, TestStateCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TestStateCommandInput): import("@smithy/core/client").CommandImpl<TestStateCommandInput, TestStateCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Accepts the definition of a single state and executes it. You can test a state without creating a state machine or updating an existing state machine. Using this API, you can test the following:</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Remove a tag from a Step Functions resource</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateMapRunInput, UpdateMapRunOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateMapRunCommandInput extends UpdateMapRunInput {
22
19
  export interface UpdateMapRunCommandOutput extends UpdateMapRunOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateMapRunCommand_base: {
25
- new (input: UpdateMapRunCommandInput): import("@smithy/core/client").CommandImpl<UpdateMapRunCommandInput, UpdateMapRunCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateMapRunCommandInput): import("@smithy/core/client").CommandImpl<UpdateMapRunCommandInput, UpdateMapRunCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateMapRunCommandInput): import("@smithy/core/client").CommandImpl<UpdateMapRunCommandInput, UpdateMapRunCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateMapRunCommandInput): import("@smithy/core/client").CommandImpl<UpdateMapRunCommandInput, UpdateMapRunCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateStateMachineAliasInput, UpdateStateMachineAliasOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateStateMachineAliasCommandInput extends UpdateStateMachineA
22
19
  export interface UpdateStateMachineAliasCommandOutput extends UpdateStateMachineAliasOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateStateMachineAliasCommand_base: {
25
- new (input: UpdateStateMachineAliasCommandInput): import("@smithy/core/client").CommandImpl<UpdateStateMachineAliasCommandInput, UpdateStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateStateMachineAliasCommandInput): import("@smithy/core/client").CommandImpl<UpdateStateMachineAliasCommandInput, UpdateStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateStateMachineAliasCommandInput): import("@smithy/core/client").CommandImpl<UpdateStateMachineAliasCommandInput, UpdateStateMachineAliasCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateStateMachineAliasCommandInput): import("@smithy/core/client").CommandImpl<UpdateStateMachineAliasCommandInput, UpdateStateMachineAliasCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the configuration of an existing state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a> by modifying its <code>description</code> or <code>routingConfiguration</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateStateMachineInput, UpdateStateMachineOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateStateMachineCommandInput extends UpdateStateMachineInput
22
19
  export interface UpdateStateMachineCommandOutput extends UpdateStateMachineOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateStateMachineCommand_base: {
25
- new (input: UpdateStateMachineCommandInput): import("@smithy/core/client").CommandImpl<UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateStateMachineCommandInput): import("@smithy/core/client").CommandImpl<UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateStateMachineCommandInput): import("@smithy/core/client").CommandImpl<UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateStateMachineCommandInput): import("@smithy/core/client").CommandImpl<UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing state machine by modifying its <code>definition</code>,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ValidateStateMachineDefinitionInput, ValidateStateMachineDefinitionOutput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ValidateStateMachineDefinitionCommandInput extends ValidateStat
22
19
  export interface ValidateStateMachineDefinitionCommandOutput extends ValidateStateMachineDefinitionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ValidateStateMachineDefinitionCommand_base: {
25
- new (input: ValidateStateMachineDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ValidateStateMachineDefinitionCommandInput, ValidateStateMachineDefinitionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ValidateStateMachineDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ValidateStateMachineDefinitionCommandInput, ValidateStateMachineDefinitionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ValidateStateMachineDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ValidateStateMachineDefinitionCommandInput, ValidateStateMachineDefinitionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ValidateStateMachineDefinitionCommandInput): import("@smithy/core/client").CommandImpl<ValidateStateMachineDefinitionCommandInput, ValidateStateMachineDefinitionCommandOutput, import("..").SFNClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Validates the syntax of a state machine definition specified in <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html">Amazon States Language</a> (ASL), a
@@ -18,6 +18,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
18
18
  export type { RuntimeExtension } from "./runtimeExtensions";
19
19
  export type { SFNExtensionConfiguration } from "./extensionConfiguration";
20
20
  export * from "./commands";
21
+ export { Command as $Command } from "@smithy/core/client";
21
22
  export * from "./schemas/schemas_0";
22
23
  export * from "./pagination";
23
24
  export * from "./models/enums";
@@ -0,0 +1,52 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ SFNClientResolvedConfig,
6
+ } from "./SFNClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SFNClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SFNClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
47
+ export declare const _mw1: (
48
+ Command: any,
49
+ cs: any,
50
+ config: any,
51
+ o: any
52
+ ) => import("@smithy/types").Pluggable<any, any>[];
@@ -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 { CreateActivityInput, CreateActivityOutput } 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 CreateActivityCommandInput extends CreateActivityInput {}
12
5
  export interface CreateActivityCommandOutput
13
6
  extends CreateActivityOutput,
@@ -18,22 +11,20 @@ declare const CreateActivityCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateActivityCommandInput,
20
13
  CreateActivityCommandOutput,
21
- SFNClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SFNClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateActivityCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateActivityCommandInput,
29
22
  CreateActivityCommandOutput,
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 CreateActivityCommand extends CreateActivityCommand_base {
39
30
  protected static __types: {