@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.
- package/dist-types/SFN.d.ts +4 -1
- package/dist-types/SFNClient.d.ts +1 -1
- package/dist-types/commands/CreateActivityCommand.d.ts +2 -1
- package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteActivityCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeActivityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMapRunCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStateMachineCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +2 -1
- package/dist-types/commands/GetActivityTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetExecutionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListActivitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListMapRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListStateMachinesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +2 -1
- package/dist-types/commands/RedriveExecutionCommand.d.ts +2 -1
- package/dist-types/commands/SendTaskFailureCommand.d.ts +2 -1
- package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +2 -1
- package/dist-types/commands/SendTaskSuccessCommand.d.ts +2 -1
- package/dist-types/commands/StartExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartSyncExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StopExecutionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TestStateCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMapRunCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +2 -1
- package/dist-types/commands/UpdateStateMachineCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +507 -507
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/SFN.d.ts +3 -0
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TestStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface SendTaskSuccessCommandOutput extends SendTaskSuccessOutput, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const SendTaskSuccessCommand_base: {
|
|
24
24
|
new (input: SendTaskSuccessCommandInput): import("@smithy/smithy-client").CommandImpl<SendTaskSuccessCommandInput, SendTaskSuccessCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SendTaskSuccessCommandInput): import("@smithy/smithy-client").CommandImpl<SendTaskSuccessCommandInput, SendTaskSuccessCommandOutput, 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> completed
|
|
31
31
|
* successfully.</p>
|
|
@@ -66,6 +66,7 @@ declare const SendTaskSuccessCommand_base: {
|
|
|
66
66
|
* @throws {@link SFNServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from SFN service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class SendTaskSuccessCommand extends SendTaskSuccessCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartExecutionCommandOutput extends StartExecutionOutput, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartExecutionCommand_base: {
|
|
24
24
|
new (input: StartExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartExecutionCommandInput, StartExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartExecutionCommandInput, StartExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a state machine execution.</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>
|
|
@@ -128,6 +128,7 @@ declare const StartExecutionCommand_base: {
|
|
|
128
128
|
* @throws {@link SFNServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from SFN service.</p>
|
|
130
130
|
*
|
|
131
|
+
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class StartExecutionCommand extends StartExecutionCommand_base {
|
|
133
134
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartSyncExecutionCommandOutput extends StartSyncExecutionOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartSyncExecutionCommand_base: {
|
|
24
24
|
new (input: StartSyncExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartSyncExecutionCommandInput, StartSyncExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartSyncExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartSyncExecutionCommandInput, StartSyncExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a Synchronous Express state machine execution. <code>StartSyncExecution</code>
|
|
30
30
|
* is not available for <code>STANDARD</code> workflows.</p>
|
|
31
31
|
* <note>
|
|
@@ -106,6 +106,7 @@ declare const StartSyncExecutionCommand_base: {
|
|
|
106
106
|
* @throws {@link SFNServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from SFN service.</p>
|
|
108
108
|
*
|
|
109
|
+
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class StartSyncExecutionCommand extends StartSyncExecutionCommand_base {
|
|
111
112
|
}
|
|
@@ -22,10 +22,10 @@ export interface StopExecutionCommandOutput extends StopExecutionOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const StopExecutionCommand_base: {
|
|
24
24
|
new (input: StopExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopExecutionCommandInput, StopExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StopExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StopExecutionCommandInput, StopExecutionCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stops an execution.</p>
|
|
30
30
|
* <p>This API action is not supported by <code>EXPRESS</code> state machines.</p>
|
|
31
31
|
* @example
|
|
@@ -65,6 +65,7 @@ declare const StopExecutionCommand_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 StopExecutionCommand extends StopExecutionCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Add a tag to a Step Functions resource.</p>
|
|
30
30
|
* <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using
|
|
31
31
|
* Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User
|
|
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link SFNServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from SFN service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface TestStateCommandOutput extends TestStateOutput, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const TestStateCommand_base: {
|
|
24
24
|
new (input: TestStateCommandInput): import("@smithy/smithy-client").CommandImpl<TestStateCommandInput, TestStateCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TestStateCommandInput): import("@smithy/smithy-client").CommandImpl<TestStateCommandInput, TestStateCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
@@ -144,6 +144,7 @@ declare const TestStateCommand_base: {
|
|
|
144
144
|
* @throws {@link SFNServiceException}
|
|
145
145
|
* <p>Base exception class for all service exceptions from SFN service.</p>
|
|
146
146
|
*
|
|
147
|
+
* @public
|
|
147
148
|
*/
|
|
148
149
|
export declare class TestStateCommand extends TestStateCommand_base {
|
|
149
150
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Remove a tag from a Step Functions resource</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -60,6 +60,7 @@ declare const UntagResourceCommand_base: {
|
|
|
60
60
|
* @throws {@link SFNServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from SFN service.</p>
|
|
62
62
|
*
|
|
63
|
+
* @public
|
|
63
64
|
*/
|
|
64
65
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
65
66
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateMapRunCommandOutput extends UpdateMapRunOutput, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateMapRunCommand_base: {
|
|
24
24
|
new (input: UpdateMapRunCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMapRunCommandInput, UpdateMapRunCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateMapRunCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMapRunCommandInput, UpdateMapRunCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const UpdateMapRunCommand_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 UpdateMapRunCommand extends UpdateMapRunCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateStateMachineAliasCommandOutput extends UpdateStateMachine
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateStateMachineAliasCommand_base: {
|
|
24
24
|
new (input: UpdateStateMachineAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStateMachineAliasCommandInput, UpdateStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateStateMachineAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStateMachineAliasCommandInput, UpdateStateMachineAliasCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <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>
|
|
30
30
|
* <p>You must specify at least one of the <code>description</code> or <code>routingConfiguration</code> parameters to update a state machine alias.</p>
|
|
31
31
|
* <note>
|
|
@@ -115,6 +115,7 @@ declare const UpdateStateMachineAliasCommand_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 UpdateStateMachineAliasCommand extends UpdateStateMachineAliasCommand_base {
|
|
120
121
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateStateMachineCommandOutput extends UpdateStateMachineOutpu
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateStateMachineCommand_base: {
|
|
24
24
|
new (input: UpdateStateMachineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateStateMachineCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput, SFNClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing state machine by modifying its <code>definition</code>,
|
|
30
30
|
* <code>roleArn</code>, or <code>loggingConfiguration</code>. Running executions will continue
|
|
31
31
|
* to use the previous <code>definition</code> and <code>roleArn</code>. You must include at
|
|
@@ -152,6 +152,7 @@ declare const UpdateStateMachineCommand_base: {
|
|
|
152
152
|
* @throws {@link SFNServiceException}
|
|
153
153
|
* <p>Base exception class for all service exceptions from SFN service.</p>
|
|
154
154
|
*
|
|
155
|
+
* @public
|
|
155
156
|
*/
|
|
156
157
|
export declare class UpdateStateMachineCommand extends UpdateStateMachineCommand_base {
|
|
157
158
|
}
|