@aws-sdk/client-sfn 3.296.0 → 3.298.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 (90) hide show
  1. package/dist-cjs/commands/CreateActivityCommand.js +2 -3
  2. package/dist-cjs/commands/CreateStateMachineCommand.js +1 -1
  3. package/dist-cjs/commands/DeleteActivityCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteStateMachineCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeActivityCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeExecutionCommand.js +1 -1
  7. package/dist-cjs/commands/DescribeMapRunCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeStateMachineCommand.js +1 -1
  9. package/dist-cjs/commands/DescribeStateMachineForExecutionCommand.js +1 -1
  10. package/dist-cjs/commands/GetActivityTaskCommand.js +1 -1
  11. package/dist-cjs/commands/GetExecutionHistoryCommand.js +1 -1
  12. package/dist-cjs/commands/ListActivitiesCommand.js +2 -3
  13. package/dist-cjs/commands/ListExecutionsCommand.js +2 -3
  14. package/dist-cjs/commands/ListMapRunsCommand.js +2 -3
  15. package/dist-cjs/commands/ListStateMachinesCommand.js +2 -3
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  17. package/dist-cjs/commands/SendTaskFailureCommand.js +1 -1
  18. package/dist-cjs/commands/SendTaskHeartbeatCommand.js +2 -3
  19. package/dist-cjs/commands/SendTaskSuccessCommand.js +1 -1
  20. package/dist-cjs/commands/StartExecutionCommand.js +1 -1
  21. package/dist-cjs/commands/StopExecutionCommand.js +1 -1
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateMapRunCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateStateMachineCommand.js +1 -1
  26. package/dist-cjs/models/models_0.js +2 -239
  27. package/dist-es/commands/CreateActivityCommand.js +2 -3
  28. package/dist-es/commands/CreateStateMachineCommand.js +2 -2
  29. package/dist-es/commands/DeleteActivityCommand.js +2 -3
  30. package/dist-es/commands/DeleteStateMachineCommand.js +2 -3
  31. package/dist-es/commands/DescribeActivityCommand.js +2 -3
  32. package/dist-es/commands/DescribeExecutionCommand.js +2 -2
  33. package/dist-es/commands/DescribeMapRunCommand.js +2 -3
  34. package/dist-es/commands/DescribeStateMachineCommand.js +2 -2
  35. package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +2 -2
  36. package/dist-es/commands/GetActivityTaskCommand.js +2 -2
  37. package/dist-es/commands/GetExecutionHistoryCommand.js +2 -2
  38. package/dist-es/commands/ListActivitiesCommand.js +2 -3
  39. package/dist-es/commands/ListExecutionsCommand.js +2 -3
  40. package/dist-es/commands/ListMapRunsCommand.js +2 -3
  41. package/dist-es/commands/ListStateMachinesCommand.js +2 -3
  42. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  43. package/dist-es/commands/SendTaskFailureCommand.js +2 -2
  44. package/dist-es/commands/SendTaskHeartbeatCommand.js +2 -3
  45. package/dist-es/commands/SendTaskSuccessCommand.js +2 -2
  46. package/dist-es/commands/StartExecutionCommand.js +2 -2
  47. package/dist-es/commands/StopExecutionCommand.js +2 -2
  48. package/dist-es/commands/TagResourceCommand.js +2 -3
  49. package/dist-es/commands/UntagResourceCommand.js +2 -3
  50. package/dist-es/commands/UpdateMapRunCommand.js +2 -3
  51. package/dist-es/commands/UpdateStateMachineCommand.js +2 -2
  52. package/dist-es/models/models_0.js +0 -177
  53. package/dist-types/SFN.d.ts +27 -0
  54. package/dist-types/SFNClient.d.ts +24 -4
  55. package/dist-types/commands/CreateActivityCommand.d.ts +16 -0
  56. package/dist-types/commands/CreateStateMachineCommand.d.ts +16 -0
  57. package/dist-types/commands/DeleteActivityCommand.d.ts +16 -0
  58. package/dist-types/commands/DeleteStateMachineCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeActivityCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeExecutionCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeMapRunCommand.d.ts +16 -0
  62. package/dist-types/commands/DescribeStateMachineCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +16 -0
  64. package/dist-types/commands/GetActivityTaskCommand.d.ts +16 -0
  65. package/dist-types/commands/GetExecutionHistoryCommand.d.ts +16 -0
  66. package/dist-types/commands/ListActivitiesCommand.d.ts +16 -0
  67. package/dist-types/commands/ListExecutionsCommand.d.ts +16 -0
  68. package/dist-types/commands/ListMapRunsCommand.d.ts +16 -0
  69. package/dist-types/commands/ListStateMachinesCommand.d.ts +16 -0
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/SendTaskFailureCommand.d.ts +16 -0
  72. package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +16 -0
  73. package/dist-types/commands/SendTaskSuccessCommand.d.ts +16 -0
  74. package/dist-types/commands/StartExecutionCommand.d.ts +16 -0
  75. package/dist-types/commands/StartSyncExecutionCommand.d.ts +16 -0
  76. package/dist-types/commands/StopExecutionCommand.d.ts +16 -0
  77. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  78. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateMapRunCommand.d.ts +16 -0
  80. package/dist-types/commands/UpdateStateMachineCommand.d.ts +16 -0
  81. package/dist-types/models/SFNServiceException.d.ts +2 -0
  82. package/dist-types/models/models_0.d.ts +270 -250
  83. package/dist-types/pagination/GetExecutionHistoryPaginator.d.ts +3 -0
  84. package/dist-types/pagination/Interfaces.d.ts +3 -0
  85. package/dist-types/pagination/ListActivitiesPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListExecutionsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListMapRunsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListStateMachinesPaginator.d.ts +3 -0
  89. package/dist-types/ts3.4/models/models_0.d.ts +0 -175
  90. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartExecutionInput, StartExecutionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartExecutionCommand}.
8
10
  */
9
11
  export interface StartExecutionCommandInput extends StartExecutionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartExecutionCommand}.
13
17
  */
14
18
  export interface StartExecutionCommandOutput extends StartExecutionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a state machine execution. If the given state machine Amazon Resource Name (ARN) is a qualified state machine ARN, it will fail with ValidationException.</p>
18
23
  *
19
24
  * <p>A qualified state machine ARN refers to a <i>Distributed Map state</i> defined within a state machine. For example, the qualified state machine ARN <code>arn:partition:states:region:account-id:stateMachine:stateMachineName/mapStateLabel</code> refers to a <i>Distributed Map state</i> with a label <code>mapStateLabel</code> in the state machine named <code>stateMachineName</code>.</p>
@@ -38,6 +43,8 @@ export interface StartExecutionCommandOutput extends StartExecutionOutput, __Met
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param StartExecutionCommandInput - {@link StartExecutionCommandInput}
47
+ * @returns {@link StartExecutionCommandOutput}
41
48
  * @see {@link StartExecutionCommandInput} for command's `input` shape.
42
49
  * @see {@link StartExecutionCommandOutput} for command's `response` shape.
43
50
  * @see {@link SFNClientResolvedConfig | config} for SFNClient's `config` shape.
@@ -77,11 +84,20 @@ export interface StartExecutionCommandOutput extends StartExecutionOutput, __Met
77
84
  export declare class StartExecutionCommand extends $Command<StartExecutionCommandInput, StartExecutionCommandOutput, SFNClientResolvedConfig> {
78
85
  readonly input: StartExecutionCommandInput;
79
86
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
+ /**
88
+ * @public
89
+ */
80
90
  constructor(input: StartExecutionCommandInput);
81
91
  /**
82
92
  * @internal
83
93
  */
84
94
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SFNClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartExecutionCommandInput, StartExecutionCommandOutput>;
95
+ /**
96
+ * @internal
97
+ */
85
98
  private serialize;
99
+ /**
100
+ * @internal
101
+ */
86
102
  private deserialize;
87
103
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StartSyncExecutionInput, StartSyncExecutionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartSyncExecutionCommand}.
8
10
  */
9
11
  export interface StartSyncExecutionCommandInput extends StartSyncExecutionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartSyncExecutionCommand}.
13
17
  */
14
18
  export interface StartSyncExecutionCommandOutput extends StartSyncExecutionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a Synchronous Express state machine execution. <code>StartSyncExecution</code>
18
23
  * is not available for <code>STANDARD</code> workflows.</p>
19
24
  * <note>
@@ -37,6 +42,8 @@ export interface StartSyncExecutionCommandOutput extends StartSyncExecutionOutpu
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param StartSyncExecutionCommandInput - {@link StartSyncExecutionCommandInput}
46
+ * @returns {@link StartSyncExecutionCommandOutput}
40
47
  * @see {@link StartSyncExecutionCommandInput} for command's `input` shape.
41
48
  * @see {@link StartSyncExecutionCommandOutput} for command's `response` shape.
42
49
  * @see {@link SFNClientResolvedConfig | config} for SFNClient's `config` shape.
@@ -64,11 +71,20 @@ export interface StartSyncExecutionCommandOutput extends StartSyncExecutionOutpu
64
71
  export declare class StartSyncExecutionCommand extends $Command<StartSyncExecutionCommandInput, StartSyncExecutionCommandOutput, SFNClientResolvedConfig> {
65
72
  readonly input: StartSyncExecutionCommandInput;
66
73
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
+ /**
75
+ * @public
76
+ */
67
77
  constructor(input: StartSyncExecutionCommandInput);
68
78
  /**
69
79
  * @internal
70
80
  */
71
81
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SFNClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSyncExecutionCommandInput, StartSyncExecutionCommandOutput>;
82
+ /**
83
+ * @internal
84
+ */
72
85
  private serialize;
86
+ /**
87
+ * @internal
88
+ */
73
89
  private deserialize;
74
90
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { StopExecutionInput, StopExecutionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopExecutionCommand}.
8
10
  */
9
11
  export interface StopExecutionCommandInput extends StopExecutionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopExecutionCommand}.
13
17
  */
14
18
  export interface StopExecutionCommandOutput extends StopExecutionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops an execution.</p>
18
23
  * <p>This API action is not supported by <code>EXPRESS</code> state machines.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StopExecutionCommandOutput extends StopExecutionOutput, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StopExecutionCommandInput - {@link StopExecutionCommandInput}
35
+ * @returns {@link StopExecutionCommandOutput}
29
36
  * @see {@link StopExecutionCommandInput} for command's `input` shape.
30
37
  * @see {@link StopExecutionCommandOutput} for command's `response` shape.
31
38
  * @see {@link SFNClientResolvedConfig | config} for SFNClient's `config` shape.
@@ -44,11 +51,20 @@ export interface StopExecutionCommandOutput extends StopExecutionOutput, __Metad
44
51
  export declare class StopExecutionCommand extends $Command<StopExecutionCommandInput, StopExecutionCommandOutput, SFNClientResolvedConfig> {
45
52
  readonly input: StopExecutionCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: StopExecutionCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SFNClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopExecutionCommandInput, StopExecutionCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Add a tag to a Step Functions resource.</p>
18
23
  * <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
19
24
  * Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User
@@ -30,6 +35,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
39
+ * @returns {@link TagResourceCommandOutput}
33
40
  * @see {@link TagResourceCommandInput} for command's `input` shape.
34
41
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
35
42
  * @see {@link SFNClientResolvedConfig | config} for SFNClient's `config` shape.
@@ -50,11 +57,20 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
50
57
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SFNClientResolvedConfig> {
51
58
  readonly input: TagResourceCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: TagResourceCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SFNClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Remove a tag from a Step Functions resource</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link SFNClientResolvedConfig | config} for SFNClient's `config` shape.
@@ -41,11 +48,20 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
41
48
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SFNClientResolvedConfig> {
42
49
  readonly input: UntagResourceCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: UntagResourceCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SFNClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateMapRunInput, UpdateMapRunOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateMapRunCommand}.
8
10
  */
9
11
  export interface UpdateMapRunCommandInput extends UpdateMapRunInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateMapRunCommand}.
13
17
  */
14
18
  export interface UpdateMapRunCommandOutput extends UpdateMapRunOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateMapRunCommandOutput extends UpdateMapRunOutput, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateMapRunCommandInput - {@link UpdateMapRunCommandInput}
34
+ * @returns {@link UpdateMapRunCommandOutput}
28
35
  * @see {@link UpdateMapRunCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateMapRunCommandOutput} for command's `response` shape.
30
37
  * @see {@link SFNClientResolvedConfig | config} for SFNClient's `config` shape.
@@ -44,11 +51,20 @@ export interface UpdateMapRunCommandOutput extends UpdateMapRunOutput, __Metadat
44
51
  export declare class UpdateMapRunCommand extends $Command<UpdateMapRunCommandInput, UpdateMapRunCommandOutput, SFNClientResolvedConfig> {
45
52
  readonly input: UpdateMapRunCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: UpdateMapRunCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SFNClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMapRunCommandInput, UpdateMapRunCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateStateMachineInput, UpdateStateMachineOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateStateMachineCommand}.
8
10
  */
9
11
  export interface UpdateStateMachineCommandInput extends UpdateStateMachineInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateStateMachineCommand}.
13
17
  */
14
18
  export interface UpdateStateMachineCommandOutput extends UpdateStateMachineOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an existing state machine by modifying its <code>definition</code>,
18
23
  * <code>roleArn</code>, or <code>loggingConfiguration</code>. Running executions will continue
19
24
  * to use the previous <code>definition</code> and <code>roleArn</code>. You must include at
@@ -40,6 +45,8 @@ export interface UpdateStateMachineCommandOutput extends UpdateStateMachineOutpu
40
45
  * const response = await client.send(command);
41
46
  * ```
42
47
  *
48
+ * @param UpdateStateMachineCommandInput - {@link UpdateStateMachineCommandInput}
49
+ * @returns {@link UpdateStateMachineCommandOutput}
43
50
  * @see {@link UpdateStateMachineCommandInput} for command's `input` shape.
44
51
  * @see {@link UpdateStateMachineCommandOutput} for command's `response` shape.
45
52
  * @see {@link SFNClientResolvedConfig | config} for SFNClient's `config` shape.
@@ -75,11 +82,20 @@ export interface UpdateStateMachineCommandOutput extends UpdateStateMachineOutpu
75
82
  export declare class UpdateStateMachineCommand extends $Command<UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput, SFNClientResolvedConfig> {
76
83
  readonly input: UpdateStateMachineCommandInput;
77
84
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
78
88
  constructor(input: UpdateStateMachineCommandInput);
79
89
  /**
80
90
  * @internal
81
91
  */
82
92
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SFNClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStateMachineCommandInput, UpdateStateMachineCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
83
96
  private serialize;
97
+ /**
98
+ * @internal
99
+ */
84
100
  private deserialize;
85
101
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from SFN service.
4
6
  */
5
7
  export declare class SFNServiceException extends __ServiceException {