@aws-sdk/client-sfn 3.529.1 → 3.535.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 (85) hide show
  1. package/dist-types/SFN.d.ts +4 -1
  2. package/dist-types/SFNClient.d.ts +1 -1
  3. package/dist-types/commands/CreateActivityCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateStateMachineCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteActivityCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteStateMachineCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeActivityCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeMapRunCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeStateMachineCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +2 -1
  16. package/dist-types/commands/GetActivityTaskCommand.d.ts +2 -1
  17. package/dist-types/commands/GetExecutionHistoryCommand.d.ts +2 -1
  18. package/dist-types/commands/ListActivitiesCommand.d.ts +2 -1
  19. package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListMapRunsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListStateMachinesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +2 -1
  26. package/dist-types/commands/RedriveExecutionCommand.d.ts +2 -1
  27. package/dist-types/commands/SendTaskFailureCommand.d.ts +2 -1
  28. package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +2 -1
  29. package/dist-types/commands/SendTaskSuccessCommand.d.ts +2 -1
  30. package/dist-types/commands/StartExecutionCommand.d.ts +2 -1
  31. package/dist-types/commands/StartSyncExecutionCommand.d.ts +2 -1
  32. package/dist-types/commands/StopExecutionCommand.d.ts +2 -1
  33. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  34. package/dist-types/commands/TestStateCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateMapRunCommand.d.ts +2 -1
  37. package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +2 -1
  38. package/dist-types/commands/UpdateStateMachineCommand.d.ts +2 -1
  39. package/dist-types/models/models_0.d.ts +507 -507
  40. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  41. package/dist-types/runtimeConfig.d.ts +2 -2
  42. package/dist-types/runtimeConfig.native.d.ts +2 -2
  43. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  44. package/dist-types/ts3.4/SFN.d.ts +3 -0
  45. package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/TestStateCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  85. package/package.json +40 -40
@@ -130,12 +130,14 @@ export interface SFN {
130
130
  /**
131
131
  * @see {@link ListActivitiesCommand}
132
132
  */
133
+ listActivities(): Promise<ListActivitiesCommandOutput>;
133
134
  listActivities(args: ListActivitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListActivitiesCommandOutput>;
134
135
  listActivities(args: ListActivitiesCommandInput, cb: (err: any, data?: ListActivitiesCommandOutput) => void): void;
135
136
  listActivities(args: ListActivitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListActivitiesCommandOutput) => void): void;
136
137
  /**
137
138
  * @see {@link ListExecutionsCommand}
138
139
  */
140
+ listExecutions(): Promise<ListExecutionsCommandOutput>;
139
141
  listExecutions(args: ListExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListExecutionsCommandOutput>;
140
142
  listExecutions(args: ListExecutionsCommandInput, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
141
143
  listExecutions(args: ListExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExecutionsCommandOutput) => void): void;
@@ -154,6 +156,7 @@ export interface SFN {
154
156
  /**
155
157
  * @see {@link ListStateMachinesCommand}
156
158
  */
159
+ listStateMachines(): Promise<ListStateMachinesCommandOutput>;
157
160
  listStateMachines(args: ListStateMachinesCommandInput, options?: __HttpHandlerOptions): Promise<ListStateMachinesCommandOutput>;
158
161
  listStateMachines(args: ListStateMachinesCommandInput, cb: (err: any, data?: ListStateMachinesCommandOutput) => void): void;
159
162
  listStateMachines(args: ListStateMachinesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStateMachinesCommandOutput) => void): void;
@@ -255,7 +258,6 @@ export interface SFN {
255
258
  updateStateMachineAlias(args: UpdateStateMachineAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateStateMachineAliasCommandOutput) => void): void;
256
259
  }
257
260
  /**
258
- * @public
259
261
  * <fullname>Step Functions</fullname>
260
262
  * <p>Step Functions is a service that lets you coordinate the components of distributed applications
261
263
  * and microservices using visual workflows.</p>
@@ -275,6 +277,7 @@ export interface SFN {
275
277
  * <important>
276
278
  * <p>If you use the Step Functions API actions using Amazon Web Services SDK integrations, make sure the API actions are in camel case and parameter names are in Pascal case. For example, you could use Step Functions API action <code>startSyncExecution</code> and specify its parameter as <code>StateMachineArn</code>.</p>
277
279
  * </important>
280
+ * @public
278
281
  */
279
282
  export declare class SFN extends SFNClient implements SFN {
280
283
  }
@@ -187,7 +187,6 @@ export type SFNClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
187
187
  export interface SFNClientResolvedConfig extends SFNClientResolvedConfigType {
188
188
  }
189
189
  /**
190
- * @public
191
190
  * <fullname>Step Functions</fullname>
192
191
  * <p>Step Functions is a service that lets you coordinate the components of distributed applications
193
192
  * and microservices using visual workflows.</p>
@@ -207,6 +206,7 @@ export interface SFNClientResolvedConfig extends SFNClientResolvedConfigType {
207
206
  * <important>
208
207
  * <p>If you use the Step Functions API actions using Amazon Web Services SDK integrations, make sure the API actions are in camel case and parameter names are in Pascal case. For example, you could use Step Functions API action <code>startSyncExecution</code> and specify its parameter as <code>StateMachineArn</code>.</p>
209
208
  * </important>
209
+ * @public
210
210
  */
211
211
  export declare class SFNClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig> {
212
212
  /**
@@ -22,10 +22,10 @@ export interface CreateActivityCommandOutput extends CreateActivityOutput, __Met
22
22
  }
23
23
  declare const CreateActivityCommand_base: {
24
24
  new (input: CreateActivityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateActivityCommandInput, CreateActivityCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateActivityCommandInput): import("@smithy/smithy-client").CommandImpl<CreateActivityCommandInput, CreateActivityCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an activity. An activity is a task that you write in any programming language and
30
30
  * host on any machine that has access to Step Functions. Activities must poll Step Functions using the
31
31
  * <code>GetActivityTask</code> API action and respond using <code>SendTask*</code> API
@@ -87,6 +87,7 @@ declare const CreateActivityCommand_base: {
87
87
  * @throws {@link SFNServiceException}
88
88
  * <p>Base exception class for all service exceptions from SFN service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CreateActivityCommand extends CreateActivityCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface CreateStateMachineAliasCommandOutput extends CreateStateMachine
22
22
  }
23
23
  declare const CreateStateMachineAliasCommand_base: {
24
24
  new (input: CreateStateMachineAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStateMachineAliasCommandInput, CreateStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateStateMachineAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStateMachineAliasCommandInput, CreateStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a> for a state machine that points to one or two <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">versions</a> of the same state machine. You can set your application to call <a>StartExecution</a> with an alias and update the version the alias uses without changing the client's code.</p>
30
30
  * <p>You can also map an alias to split <a>StartExecution</a> requests between two
31
31
  * versions of a state machine. To do this, add a second <code>RoutingConfig</code> object in the
@@ -124,6 +124,7 @@ declare const CreateStateMachineAliasCommand_base: {
124
124
  * @throws {@link SFNServiceException}
125
125
  * <p>Base exception class for all service exceptions from SFN service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class CreateStateMachineAliasCommand extends CreateStateMachineAliasCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface CreateStateMachineCommandOutput extends CreateStateMachineOutpu
22
22
  }
23
23
  declare const CreateStateMachineCommand_base: {
24
24
  new (input: CreateStateMachineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStateMachineCommandInput, CreateStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateStateMachineCommandInput): import("@smithy/smithy-client").CommandImpl<CreateStateMachineCommandInput, CreateStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a state machine. A state machine consists of a collection of states that can do
30
30
  * work (<code>Task</code> states), determine to which states to transition next
31
31
  * (<code>Choice</code> states), stop an execution with an error (<code>Fail</code> states),
@@ -142,6 +142,7 @@ declare const CreateStateMachineCommand_base: {
142
142
  * @throws {@link SFNServiceException}
143
143
  * <p>Base exception class for all service exceptions from SFN service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class CreateStateMachineCommand extends CreateStateMachineCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface DeleteActivityCommandOutput extends DeleteActivityOutput, __Met
22
22
  }
23
23
  declare const DeleteActivityCommand_base: {
24
24
  new (input: DeleteActivityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteActivityCommandInput, DeleteActivityCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteActivityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteActivityCommandInput, DeleteActivityCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an activity.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const DeleteActivityCommand_base: {
54
54
  * @throws {@link SFNServiceException}
55
55
  * <p>Base exception class for all service exceptions from SFN service.</p>
56
56
  *
57
+ * @public
57
58
  */
58
59
  export declare class DeleteActivityCommand extends DeleteActivityCommand_base {
59
60
  }
@@ -22,10 +22,10 @@ export interface DeleteStateMachineAliasCommandOutput extends DeleteStateMachine
22
22
  }
23
23
  declare const DeleteStateMachineAliasCommand_base: {
24
24
  new (input: DeleteStateMachineAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStateMachineAliasCommandInput, DeleteStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteStateMachineAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStateMachineAliasCommandInput, DeleteStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>.</p>
30
30
  * <p>After you delete a state machine alias, you can't use it to start executions. When you
31
31
  * delete a state machine alias, Step Functions doesn't delete the state machine versions
@@ -92,6 +92,7 @@ declare const DeleteStateMachineAliasCommand_base: {
92
92
  * @throws {@link SFNServiceException}
93
93
  * <p>Base exception class for all service exceptions from SFN service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class DeleteStateMachineAliasCommand extends DeleteStateMachineAliasCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface DeleteStateMachineCommandOutput extends DeleteStateMachineOutpu
22
22
  }
23
23
  declare const DeleteStateMachineCommand_base: {
24
24
  new (input: DeleteStateMachineCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStateMachineCommandInput, DeleteStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteStateMachineCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStateMachineCommandInput, DeleteStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a state machine. This is an asynchronous operation. It sets the state machine's
30
30
  * status to <code>DELETING</code> and begins the deletion process. A state machine is deleted only when all its executions are completed. On the next state transition, the state machine's executions are terminated.</p>
31
31
  * <p>A qualified state machine ARN can either refer to a <i>Distributed Map state</i> defined within a state machine, a version ARN, or an alias ARN.</p>
@@ -83,6 +83,7 @@ declare const DeleteStateMachineCommand_base: {
83
83
  * @throws {@link SFNServiceException}
84
84
  * <p>Base exception class for all service exceptions from SFN service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DeleteStateMachineCommand extends DeleteStateMachineCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DeleteStateMachineVersionCommandOutput extends DeleteStateMachi
22
22
  }
23
23
  declare const DeleteStateMachineVersionCommand_base: {
24
24
  new (input: DeleteStateMachineVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStateMachineVersionCommandInput, DeleteStateMachineVersionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteStateMachineVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteStateMachineVersionCommandInput, DeleteStateMachineVersionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a>. After
30
30
  * you delete a version, you can't call <a>StartExecution</a> using that version's ARN
31
31
  * or use
@@ -86,6 +86,7 @@ declare const DeleteStateMachineVersionCommand_base: {
86
86
  * @throws {@link SFNServiceException}
87
87
  * <p>Base exception class for all service exceptions from SFN service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DeleteStateMachineVersionCommand extends DeleteStateMachineVersionCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DescribeActivityCommandOutput extends DescribeActivityOutput, _
22
22
  }
23
23
  declare const DescribeActivityCommand_base: {
24
24
  new (input: DescribeActivityCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivityCommandInput, DescribeActivityCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeActivityCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivityCommandInput, DescribeActivityCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an activity.</p>
30
30
  * <note>
31
31
  * <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>
@@ -64,6 +64,7 @@ declare const DescribeActivityCommand_base: {
64
64
  * @throws {@link SFNServiceException}
65
65
  * <p>Base exception class for all service exceptions from SFN service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class DescribeActivityCommand extends DescribeActivityCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface DescribeExecutionCommandOutput extends DescribeExecutionOutput,
22
22
  }
23
23
  declare const DescribeExecutionCommand_base: {
24
24
  new (input: DescribeExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExecutionCommandInput, DescribeExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExecutionCommandInput, DescribeExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata. If you've <a href="https://docs.aws.amazon.com/step-functions/latest/dg/redrive-executions.html">redriven</a> an execution, you can use this API action to return information about the redrives of that execution. In addition, you can use this API action to return the Map Run Amazon Resource Name (ARN) if the execution was dispatched by a Map Run.</p>
30
30
  * <p>If you specify a version or alias ARN when you call the <a>StartExecution</a>
31
31
  * API action, <code>DescribeExecution</code> returns that ARN.</p>
@@ -88,6 +88,7 @@ declare const DescribeExecutionCommand_base: {
88
88
  * @throws {@link SFNServiceException}
89
89
  * <p>Base exception class for all service exceptions from SFN service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface DescribeMapRunCommandOutput extends DescribeMapRunOutput, __Met
22
22
  }
23
23
  declare const DescribeMapRunCommand_base: {
24
24
  new (input: DescribeMapRunCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMapRunCommandInput, DescribeMapRunCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeMapRunCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeMapRunCommandInput, DescribeMapRunCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about a Map Run's configuration, progress, and results. If you've <a href="https://docs.aws.amazon.com/step-functions/latest/dg/redrive-map-run.html">redriven</a> a Map Run, this API action also returns information about the redrives of that Map Run. For more information, see <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-examine-map-run.html">Examining Map Run</a> in the <i>Step Functions Developer Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const DescribeMapRunCommand_base: {
92
92
  * @throws {@link SFNServiceException}
93
93
  * <p>Base exception class for all service exceptions from SFN service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class DescribeMapRunCommand extends DescribeMapRunCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface DescribeStateMachineAliasCommandOutput extends DescribeStateMac
22
22
  }
23
23
  declare const DescribeStateMachineAliasCommand_base: {
24
24
  new (input: DescribeStateMachineAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStateMachineAliasCommandInput, DescribeStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeStateMachineAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStateMachineAliasCommandInput, DescribeStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns details about a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a>.</p>
30
30
  * <p>
31
31
  * <b>Related operations:</b>
@@ -97,6 +97,7 @@ declare const DescribeStateMachineAliasCommand_base: {
97
97
  * @throws {@link SFNServiceException}
98
98
  * <p>Base exception class for all service exceptions from SFN service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class DescribeStateMachineAliasCommand extends DescribeStateMachineAliasCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface DescribeStateMachineCommandOutput extends DescribeStateMachineO
22
22
  }
23
23
  declare const DescribeStateMachineCommand_base: {
24
24
  new (input: DescribeStateMachineCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStateMachineCommandInput, DescribeStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeStateMachineCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStateMachineCommandInput, DescribeStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and configuration.</p>
30
30
  * <p>A qualified state machine ARN can either refer to a <i>Distributed Map state</i> defined within a state machine, a version ARN, or an alias ARN.</p>
31
31
  * <p>The following are some examples of qualified and unqualified state machine ARNs:</p>
@@ -115,6 +115,7 @@ declare const DescribeStateMachineCommand_base: {
115
115
  * @throws {@link SFNServiceException}
116
116
  * <p>Base exception class for all service exceptions from SFN service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class DescribeStateMachineCommand extends DescribeStateMachineCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface DescribeStateMachineForExecutionCommandOutput extends DescribeS
22
22
  }
23
23
  declare const DescribeStateMachineForExecutionCommand_base: {
24
24
  new (input: DescribeStateMachineForExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStateMachineForExecutionCommandInput, DescribeStateMachineForExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeStateMachineForExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStateMachineForExecutionCommandInput, DescribeStateMachineForExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Provides information about a state machine's definition, its execution role ARN, and
30
30
  * configuration. If a Map Run dispatched the execution, this action returns the Map Run
31
31
  * Amazon Resource Name (ARN) in the response.
@@ -89,6 +89,7 @@ declare const DescribeStateMachineForExecutionCommand_base: {
89
89
  * @throws {@link SFNServiceException}
90
90
  * <p>Base exception class for all service exceptions from SFN service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DescribeStateMachineForExecutionCommand extends DescribeStateMachineForExecutionCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface GetActivityTaskCommandOutput extends GetActivityTaskOutput, __M
22
22
  }
23
23
  declare const GetActivityTaskCommand_base: {
24
24
  new (input: GetActivityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetActivityTaskCommandInput, GetActivityTaskCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetActivityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetActivityTaskCommandInput, GetActivityTaskCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used by workers to retrieve a task (with the specified activity ARN) which has been
30
30
  * scheduled for execution by a running state machine. This initiates a long poll, where the
31
31
  * service holds the HTTP connection open and responds as soon as a task becomes available (i.e.
@@ -80,6 +80,7 @@ declare const GetActivityTaskCommand_base: {
80
80
  * @throws {@link SFNServiceException}
81
81
  * <p>Base exception class for all service exceptions from SFN service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class GetActivityTaskCommand extends GetActivityTaskCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface GetExecutionHistoryCommandOutput extends GetExecutionHistoryOut
22
22
  }
23
23
  declare const GetExecutionHistoryCommand_base: {
24
24
  new (input: GetExecutionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetExecutionHistoryCommandInput, GetExecutionHistoryCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetExecutionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetExecutionHistoryCommandInput, GetExecutionHistoryCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the history of the specified execution as a list of events. By default, the
30
30
  * results are returned in ascending order of the <code>timeStamp</code> of the events. Use the
31
31
  * <code>reverseOrder</code> parameter to get the latest events first.</p>
@@ -261,6 +261,7 @@ declare const GetExecutionHistoryCommand_base: {
261
261
  * @throws {@link SFNServiceException}
262
262
  * <p>Base exception class for all service exceptions from SFN service.</p>
263
263
  *
264
+ * @public
264
265
  */
265
266
  export declare class GetExecutionHistoryCommand extends GetExecutionHistoryCommand_base {
266
267
  }
@@ -22,10 +22,10 @@ export interface ListActivitiesCommandOutput extends ListActivitiesOutput, __Met
22
22
  }
23
23
  declare const ListActivitiesCommand_base: {
24
24
  new (input: ListActivitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListActivitiesCommandInput, ListActivitiesCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListActivitiesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListActivitiesCommandInput, ListActivitiesCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the existing activities.</p>
30
30
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
31
31
  * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
@@ -69,6 +69,7 @@ declare const ListActivitiesCommand_base: {
69
69
  * @throws {@link SFNServiceException}
70
70
  * <p>Base exception class for all service exceptions from SFN service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class ListActivitiesCommand extends ListActivitiesCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ListExecutionsCommandOutput extends ListExecutionsOutput, __Met
22
22
  }
23
23
  declare const ListExecutionsCommand_base: {
24
24
  new (input: ListExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListExecutionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all executions of a state machine or a Map Run. You can list all executions related to a state machine by specifying a state machine Amazon Resource Name (ARN), or those related to a Map Run by specifying a Map Run ARN. Using this API action, you can also list all <a href="https://docs.aws.amazon.com/step-functions/latest/dg/redrive-executions.html">redriven</a> executions.</p>
30
30
  * <p>You can also provide a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">alias</a> ARN or <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a> ARN to list the executions associated with a specific alias or version.</p>
31
31
  * <p>Results are
@@ -101,6 +101,7 @@ declare const ListExecutionsCommand_base: {
101
101
  * @throws {@link SFNServiceException}
102
102
  * <p>Base exception class for all service exceptions from SFN service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface ListMapRunsCommandOutput extends ListMapRunsOutput, __MetadataB
22
22
  }
23
23
  declare const ListMapRunsCommand_base: {
24
24
  new (input: ListMapRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMapRunsCommandInput, ListMapRunsCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListMapRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMapRunsCommandInput, ListMapRunsCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all Map Runs that were started by a given state machine execution. Use this API action to obtain Map Run ARNs, and then call <code>DescribeMapRun</code> to obtain more information, if needed.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -73,6 +73,7 @@ declare const ListMapRunsCommand_base: {
73
73
  * @throws {@link SFNServiceException}
74
74
  * <p>Base exception class for all service exceptions from SFN service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class ListMapRunsCommand extends ListMapRunsCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface ListStateMachineAliasesCommandOutput extends ListStateMachineAl
22
22
  }
23
23
  declare const ListStateMachineAliasesCommand_base: {
24
24
  new (input: ListStateMachineAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStateMachineAliasesCommandInput, ListStateMachineAliasesCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListStateMachineAliasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStateMachineAliasesCommandInput, ListStateMachineAliasesCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html">aliases</a> for a specified state machine ARN. Results are sorted by time, with the most recently created aliases listed first. </p>
30
30
  * <p>To list aliases that reference a state machine <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a>, you can specify the version ARN in the <code>stateMachineArn</code> parameter.</p>
31
31
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
@@ -104,6 +104,7 @@ declare const ListStateMachineAliasesCommand_base: {
104
104
  * @throws {@link SFNServiceException}
105
105
  * <p>Base exception class for all service exceptions from SFN service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class ListStateMachineAliasesCommand extends ListStateMachineAliasesCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface ListStateMachineVersionsCommandOutput extends ListStateMachineV
22
22
  }
23
23
  declare const ListStateMachineVersionsCommand_base: {
24
24
  new (input: ListStateMachineVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStateMachineVersionsCommandInput, ListStateMachineVersionsCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListStateMachineVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListStateMachineVersionsCommandInput, ListStateMachineVersionsCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">versions</a> for the specified state machine Amazon Resource Name (ARN).</p>
30
30
  * <p>The results are sorted in descending order of the version creation time.</p>
31
31
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
@@ -88,6 +88,7 @@ declare const ListStateMachineVersionsCommand_base: {
88
88
  * @throws {@link SFNServiceException}
89
89
  * <p>Base exception class for all service exceptions from SFN service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListStateMachineVersionsCommand extends ListStateMachineVersionsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListStateMachinesCommandOutput extends ListStateMachinesOutput,
22
22
  }
23
23
  declare const ListStateMachinesCommand_base: {
24
24
  new (input: ListStateMachinesCommandInput): import("@smithy/smithy-client").CommandImpl<ListStateMachinesCommandInput, ListStateMachinesCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListStateMachinesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListStateMachinesCommandInput, ListStateMachinesCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the existing state machines.</p>
30
30
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
31
31
  * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
@@ -70,6 +70,7 @@ declare const ListStateMachinesCommand_base: {
70
70
  * @throws {@link SFNServiceException}
71
71
  * <p>Base exception class for all service exceptions from SFN service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class ListStateMachinesCommand extends ListStateMachinesCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List tags for a given resource.</p>
30
30
  * <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>
31
31
  * @example
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
65
65
  * @throws {@link SFNServiceException}
66
66
  * <p>Base exception class for all service exceptions from SFN service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface PublishStateMachineVersionCommandOutput extends PublishStateMac
22
22
  }
23
23
  declare const PublishStateMachineVersionCommand_base: {
24
24
  new (input: PublishStateMachineVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishStateMachineVersionCommandInput, PublishStateMachineVersionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PublishStateMachineVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishStateMachineVersionCommandInput, PublishStateMachineVersionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html">version</a> from the
30
30
  * current revision of a state machine. Use versions to create immutable snapshots of your state
31
31
  * machine. You can start executions from versions either directly or with an alias. To create an
@@ -102,6 +102,7 @@ declare const PublishStateMachineVersionCommand_base: {
102
102
  * @throws {@link SFNServiceException}
103
103
  * <p>Base exception class for all service exceptions from SFN service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class PublishStateMachineVersionCommand extends PublishStateMachineVersionCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface RedriveExecutionCommandOutput extends RedriveExecutionOutput, _
22
22
  }
23
23
  declare const RedriveExecutionCommand_base: {
24
24
  new (input: RedriveExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RedriveExecutionCommandInput, RedriveExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RedriveExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RedriveExecutionCommandInput, RedriveExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * <p>For workflows that include an <a href="https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-map-state.html">Inline Map</a> or <a href="https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-parallel-state.html">Parallel</a> state, <code>RedriveExecution</code> API action reschedules and redrives only the iterations and branches that failed or aborted.</p>
31
31
  * <p>To redrive a workflow that includes a Distributed Map state whose Map Run failed, you must redrive the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/use-dist-map-orchestrate-large-scale-parallel-workloads.html#dist-map-orchestrate-parallel-workloads-key-terms">parent workflow</a>. The parent workflow redrives all the unsuccessful states, including a failed Map Run. If a Map Run was not started in the original execution attempt, the redriven parent workflow starts the Map Run.</p>
@@ -88,6 +88,7 @@ declare const RedriveExecutionCommand_base: {
88
88
  * @throws {@link SFNServiceException}
89
89
  * <p>Base exception class for all service exceptions from SFN service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class RedriveExecutionCommand extends RedriveExecutionCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface SendTaskFailureCommandOutput extends SendTaskFailureOutput, __M
22
22
  }
23
23
  declare const SendTaskFailureCommand_base: {
24
24
  new (input: SendTaskFailureCommandInput): import("@smithy/smithy-client").CommandImpl<SendTaskFailureCommandInput, SendTaskFailureCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendTaskFailureCommandInput): import("@smithy/smithy-client").CommandImpl<SendTaskFailureCommandInput, SendTaskFailureCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * pattern, and optionally Task states using the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-sync">job run</a> pattern to report that the task identified by the <code>taskToken</code> failed.</p>
31
31
  * @example
@@ -63,6 +63,7 @@ declare const SendTaskFailureCommand_base: {
63
63
  * @throws {@link SFNServiceException}
64
64
  * <p>Base exception class for all service exceptions from SFN service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class SendTaskFailureCommand extends SendTaskFailureCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface SendTaskHeartbeatCommandOutput extends SendTaskHeartbeatOutput,
22
22
  }
23
23
  declare const SendTaskHeartbeatCommand_base: {
24
24
  new (input: SendTaskHeartbeatCommandInput): import("@smithy/smithy-client").CommandImpl<SendTaskHeartbeatCommandInput, SendTaskHeartbeatCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendTaskHeartbeatCommandInput): import("@smithy/smithy-client").CommandImpl<SendTaskHeartbeatCommandInput, SendTaskHeartbeatCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <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>
30
30
  * pattern, and optionally Task states using the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/connect-to-resource.html#connect-sync">job run</a> pattern to report to Step Functions that the task represented by the specified
31
31
  * <code>taskToken</code> is still making progress. This action resets the
@@ -74,6 +74,7 @@ declare const SendTaskHeartbeatCommand_base: {
74
74
  * @throws {@link SFNServiceException}
75
75
  * <p>Base exception class for all service exceptions from SFN service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class SendTaskHeartbeatCommand extends SendTaskHeartbeatCommand_base {
79
80
  }