@aws-sdk/client-sfn 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SFN.d.ts +0 -23
- package/dist-types/ts3.4/SFNClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SFNServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -355
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-sfn
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-sfn
|
|
@@ -92,7 +92,6 @@ import {
|
|
|
92
92
|
UpdateStateMachineCommandOutput,
|
|
93
93
|
} from "./commands/UpdateStateMachineCommand";
|
|
94
94
|
import { SFNClient } from "./SFNClient";
|
|
95
|
-
|
|
96
95
|
export declare class SFN extends SFNClient {
|
|
97
96
|
createActivity(
|
|
98
97
|
args: CreateActivityCommandInput,
|
|
@@ -107,7 +106,6 @@ export declare class SFN extends SFNClient {
|
|
|
107
106
|
options: __HttpHandlerOptions,
|
|
108
107
|
cb: (err: any, data?: CreateActivityCommandOutput) => void
|
|
109
108
|
): void;
|
|
110
|
-
|
|
111
109
|
createStateMachine(
|
|
112
110
|
args: CreateStateMachineCommandInput,
|
|
113
111
|
options?: __HttpHandlerOptions
|
|
@@ -121,7 +119,6 @@ export declare class SFN extends SFNClient {
|
|
|
121
119
|
options: __HttpHandlerOptions,
|
|
122
120
|
cb: (err: any, data?: CreateStateMachineCommandOutput) => void
|
|
123
121
|
): void;
|
|
124
|
-
|
|
125
122
|
deleteActivity(
|
|
126
123
|
args: DeleteActivityCommandInput,
|
|
127
124
|
options?: __HttpHandlerOptions
|
|
@@ -135,7 +132,6 @@ export declare class SFN extends SFNClient {
|
|
|
135
132
|
options: __HttpHandlerOptions,
|
|
136
133
|
cb: (err: any, data?: DeleteActivityCommandOutput) => void
|
|
137
134
|
): void;
|
|
138
|
-
|
|
139
135
|
deleteStateMachine(
|
|
140
136
|
args: DeleteStateMachineCommandInput,
|
|
141
137
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +145,6 @@ export declare class SFN extends SFNClient {
|
|
|
149
145
|
options: __HttpHandlerOptions,
|
|
150
146
|
cb: (err: any, data?: DeleteStateMachineCommandOutput) => void
|
|
151
147
|
): void;
|
|
152
|
-
|
|
153
148
|
describeActivity(
|
|
154
149
|
args: DescribeActivityCommandInput,
|
|
155
150
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +158,6 @@ export declare class SFN extends SFNClient {
|
|
|
163
158
|
options: __HttpHandlerOptions,
|
|
164
159
|
cb: (err: any, data?: DescribeActivityCommandOutput) => void
|
|
165
160
|
): void;
|
|
166
|
-
|
|
167
161
|
describeExecution(
|
|
168
162
|
args: DescribeExecutionCommandInput,
|
|
169
163
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +171,6 @@ export declare class SFN extends SFNClient {
|
|
|
177
171
|
options: __HttpHandlerOptions,
|
|
178
172
|
cb: (err: any, data?: DescribeExecutionCommandOutput) => void
|
|
179
173
|
): void;
|
|
180
|
-
|
|
181
174
|
describeStateMachine(
|
|
182
175
|
args: DescribeStateMachineCommandInput,
|
|
183
176
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +184,6 @@ export declare class SFN extends SFNClient {
|
|
|
191
184
|
options: __HttpHandlerOptions,
|
|
192
185
|
cb: (err: any, data?: DescribeStateMachineCommandOutput) => void
|
|
193
186
|
): void;
|
|
194
|
-
|
|
195
187
|
describeStateMachineForExecution(
|
|
196
188
|
args: DescribeStateMachineForExecutionCommandInput,
|
|
197
189
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +197,6 @@ export declare class SFN extends SFNClient {
|
|
|
205
197
|
options: __HttpHandlerOptions,
|
|
206
198
|
cb: (err: any, data?: DescribeStateMachineForExecutionCommandOutput) => void
|
|
207
199
|
): void;
|
|
208
|
-
|
|
209
200
|
getActivityTask(
|
|
210
201
|
args: GetActivityTaskCommandInput,
|
|
211
202
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +210,6 @@ export declare class SFN extends SFNClient {
|
|
|
219
210
|
options: __HttpHandlerOptions,
|
|
220
211
|
cb: (err: any, data?: GetActivityTaskCommandOutput) => void
|
|
221
212
|
): void;
|
|
222
|
-
|
|
223
213
|
getExecutionHistory(
|
|
224
214
|
args: GetExecutionHistoryCommandInput,
|
|
225
215
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +223,6 @@ export declare class SFN extends SFNClient {
|
|
|
233
223
|
options: __HttpHandlerOptions,
|
|
234
224
|
cb: (err: any, data?: GetExecutionHistoryCommandOutput) => void
|
|
235
225
|
): void;
|
|
236
|
-
|
|
237
226
|
listActivities(
|
|
238
227
|
args: ListActivitiesCommandInput,
|
|
239
228
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +236,6 @@ export declare class SFN extends SFNClient {
|
|
|
247
236
|
options: __HttpHandlerOptions,
|
|
248
237
|
cb: (err: any, data?: ListActivitiesCommandOutput) => void
|
|
249
238
|
): void;
|
|
250
|
-
|
|
251
239
|
listExecutions(
|
|
252
240
|
args: ListExecutionsCommandInput,
|
|
253
241
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +249,6 @@ export declare class SFN extends SFNClient {
|
|
|
261
249
|
options: __HttpHandlerOptions,
|
|
262
250
|
cb: (err: any, data?: ListExecutionsCommandOutput) => void
|
|
263
251
|
): void;
|
|
264
|
-
|
|
265
252
|
listStateMachines(
|
|
266
253
|
args: ListStateMachinesCommandInput,
|
|
267
254
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +262,6 @@ export declare class SFN extends SFNClient {
|
|
|
275
262
|
options: __HttpHandlerOptions,
|
|
276
263
|
cb: (err: any, data?: ListStateMachinesCommandOutput) => void
|
|
277
264
|
): void;
|
|
278
|
-
|
|
279
265
|
listTagsForResource(
|
|
280
266
|
args: ListTagsForResourceCommandInput,
|
|
281
267
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +275,6 @@ export declare class SFN extends SFNClient {
|
|
|
289
275
|
options: __HttpHandlerOptions,
|
|
290
276
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
291
277
|
): void;
|
|
292
|
-
|
|
293
278
|
sendTaskFailure(
|
|
294
279
|
args: SendTaskFailureCommandInput,
|
|
295
280
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +288,6 @@ export declare class SFN extends SFNClient {
|
|
|
303
288
|
options: __HttpHandlerOptions,
|
|
304
289
|
cb: (err: any, data?: SendTaskFailureCommandOutput) => void
|
|
305
290
|
): void;
|
|
306
|
-
|
|
307
291
|
sendTaskHeartbeat(
|
|
308
292
|
args: SendTaskHeartbeatCommandInput,
|
|
309
293
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +301,6 @@ export declare class SFN extends SFNClient {
|
|
|
317
301
|
options: __HttpHandlerOptions,
|
|
318
302
|
cb: (err: any, data?: SendTaskHeartbeatCommandOutput) => void
|
|
319
303
|
): void;
|
|
320
|
-
|
|
321
304
|
sendTaskSuccess(
|
|
322
305
|
args: SendTaskSuccessCommandInput,
|
|
323
306
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +314,6 @@ export declare class SFN extends SFNClient {
|
|
|
331
314
|
options: __HttpHandlerOptions,
|
|
332
315
|
cb: (err: any, data?: SendTaskSuccessCommandOutput) => void
|
|
333
316
|
): void;
|
|
334
|
-
|
|
335
317
|
startExecution(
|
|
336
318
|
args: StartExecutionCommandInput,
|
|
337
319
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +327,6 @@ export declare class SFN extends SFNClient {
|
|
|
345
327
|
options: __HttpHandlerOptions,
|
|
346
328
|
cb: (err: any, data?: StartExecutionCommandOutput) => void
|
|
347
329
|
): void;
|
|
348
|
-
|
|
349
330
|
startSyncExecution(
|
|
350
331
|
args: StartSyncExecutionCommandInput,
|
|
351
332
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +340,6 @@ export declare class SFN extends SFNClient {
|
|
|
359
340
|
options: __HttpHandlerOptions,
|
|
360
341
|
cb: (err: any, data?: StartSyncExecutionCommandOutput) => void
|
|
361
342
|
): void;
|
|
362
|
-
|
|
363
343
|
stopExecution(
|
|
364
344
|
args: StopExecutionCommandInput,
|
|
365
345
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +353,6 @@ export declare class SFN extends SFNClient {
|
|
|
373
353
|
options: __HttpHandlerOptions,
|
|
374
354
|
cb: (err: any, data?: StopExecutionCommandOutput) => void
|
|
375
355
|
): void;
|
|
376
|
-
|
|
377
356
|
tagResource(
|
|
378
357
|
args: TagResourceCommandInput,
|
|
379
358
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +366,6 @@ export declare class SFN extends SFNClient {
|
|
|
387
366
|
options: __HttpHandlerOptions,
|
|
388
367
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
389
368
|
): void;
|
|
390
|
-
|
|
391
369
|
untagResource(
|
|
392
370
|
args: UntagResourceCommandInput,
|
|
393
371
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +379,6 @@ export declare class SFN extends SFNClient {
|
|
|
401
379
|
options: __HttpHandlerOptions,
|
|
402
380
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
403
381
|
): void;
|
|
404
|
-
|
|
405
382
|
updateStateMachine(
|
|
406
383
|
args: UpdateStateMachineCommandInput,
|
|
407
384
|
options?: __HttpHandlerOptions
|
|
@@ -185,47 +185,26 @@ export declare type ServiceOutputTypes =
|
|
|
185
185
|
export interface ClientDefaults
|
|
186
186
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
187
187
|
requestHandler?: __HttpHandler;
|
|
188
|
-
|
|
189
188
|
sha256?: __HashConstructor;
|
|
190
|
-
|
|
191
189
|
urlParser?: __UrlParser;
|
|
192
|
-
|
|
193
190
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
194
|
-
|
|
195
191
|
streamCollector?: __StreamCollector;
|
|
196
|
-
|
|
197
192
|
base64Decoder?: __Decoder;
|
|
198
|
-
|
|
199
193
|
base64Encoder?: __Encoder;
|
|
200
|
-
|
|
201
194
|
utf8Decoder?: __Decoder;
|
|
202
|
-
|
|
203
195
|
utf8Encoder?: __Encoder;
|
|
204
|
-
|
|
205
196
|
runtime?: string;
|
|
206
|
-
|
|
207
197
|
disableHostPrefix?: boolean;
|
|
208
|
-
|
|
209
198
|
maxAttempts?: number | __Provider<number>;
|
|
210
|
-
|
|
211
199
|
retryMode?: string | __Provider<string>;
|
|
212
|
-
|
|
213
200
|
logger?: __Logger;
|
|
214
|
-
|
|
215
201
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
-
|
|
217
202
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
218
|
-
|
|
219
203
|
serviceId?: string;
|
|
220
|
-
|
|
221
204
|
region?: string | __Provider<string>;
|
|
222
|
-
|
|
223
205
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
-
|
|
225
206
|
regionInfoProvider?: RegionInfoProvider;
|
|
226
|
-
|
|
227
207
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
228
|
-
|
|
229
208
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
230
209
|
}
|
|
231
210
|
declare type SFNClientConfigType = Partial<
|
|
@@ -238,7 +217,6 @@ declare type SFNClientConfigType = Partial<
|
|
|
238
217
|
HostHeaderInputConfig &
|
|
239
218
|
AwsAuthInputConfig &
|
|
240
219
|
UserAgentInputConfig;
|
|
241
|
-
|
|
242
220
|
export interface SFNClientConfig extends SFNClientConfigType {}
|
|
243
221
|
declare type SFNClientResolvedConfigType =
|
|
244
222
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -249,9 +227,7 @@ declare type SFNClientResolvedConfigType =
|
|
|
249
227
|
HostHeaderResolvedConfig &
|
|
250
228
|
AwsAuthResolvedConfig &
|
|
251
229
|
UserAgentResolvedConfig;
|
|
252
|
-
|
|
253
230
|
export interface SFNClientResolvedConfig extends SFNClientResolvedConfigType {}
|
|
254
|
-
|
|
255
231
|
export declare class SFNClient extends __Client<
|
|
256
232
|
__HttpHandlerOptions,
|
|
257
233
|
ServiceInputTypes,
|
|
@@ -260,7 +236,6 @@ export declare class SFNClient extends __Client<
|
|
|
260
236
|
> {
|
|
261
237
|
readonly config: SFNClientResolvedConfig;
|
|
262
238
|
constructor(configuration: SFNClientConfig);
|
|
263
|
-
|
|
264
239
|
destroy(): void;
|
|
265
240
|
}
|
|
266
241
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CreateActivityCommandInput extends CreateActivityInput {}
|
|
|
15
15
|
export interface CreateActivityCommandOutput
|
|
16
16
|
extends CreateActivityOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateActivityCommand extends $Command<
|
|
20
19
|
CreateActivityCommandInput,
|
|
21
20
|
CreateActivityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateActivityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateActivityCommandInput;
|
|
25
24
|
constructor(input: CreateActivityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SFNClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateStateMachineCommandInput
|
|
|
19
19
|
export interface CreateStateMachineCommandOutput
|
|
20
20
|
extends CreateStateMachineOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateStateMachineCommand extends $Command<
|
|
24
23
|
CreateStateMachineCommandInput,
|
|
25
24
|
CreateStateMachineCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateStateMachineCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateStateMachineCommandInput;
|
|
29
28
|
constructor(input: CreateStateMachineCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SFNClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteActivityCommandInput extends DeleteActivityInput {}
|
|
|
15
15
|
export interface DeleteActivityCommandOutput
|
|
16
16
|
extends DeleteActivityOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteActivityCommand extends $Command<
|
|
20
19
|
DeleteActivityCommandInput,
|
|
21
20
|
DeleteActivityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteActivityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteActivityCommandInput;
|
|
25
24
|
constructor(input: DeleteActivityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SFNClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteStateMachineCommandInput
|
|
|
19
19
|
export interface DeleteStateMachineCommandOutput
|
|
20
20
|
extends DeleteStateMachineOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteStateMachineCommand extends $Command<
|
|
24
23
|
DeleteStateMachineCommandInput,
|
|
25
24
|
DeleteStateMachineCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteStateMachineCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteStateMachineCommandInput;
|
|
29
28
|
constructor(input: DeleteStateMachineCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SFNClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeActivityCommandInput extends DescribeActivityInput {}
|
|
|
18
18
|
export interface DescribeActivityCommandOutput
|
|
19
19
|
extends DescribeActivityOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeActivityCommand extends $Command<
|
|
23
22
|
DescribeActivityCommandInput,
|
|
24
23
|
DescribeActivityCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeActivityCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeActivityCommandInput;
|
|
28
27
|
constructor(input: DescribeActivityCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SFNClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeExecutionCommandInput extends DescribeExecutionInput {}
|
|
|
18
18
|
export interface DescribeExecutionCommandOutput
|
|
19
19
|
extends DescribeExecutionOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeExecutionCommand extends $Command<
|
|
23
22
|
DescribeExecutionCommandInput,
|
|
24
23
|
DescribeExecutionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeExecutionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeExecutionCommandInput;
|
|
28
27
|
constructor(input: DescribeExecutionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SFNClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeStateMachineCommandInput
|
|
|
19
19
|
export interface DescribeStateMachineCommandOutput
|
|
20
20
|
extends DescribeStateMachineOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeStateMachineCommand extends $Command<
|
|
24
23
|
DescribeStateMachineCommandInput,
|
|
25
24
|
DescribeStateMachineCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeStateMachineCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeStateMachineCommandInput;
|
|
29
28
|
constructor(input: DescribeStateMachineCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SFNClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeStateMachineForExecutionCommandInput
|
|
|
19
19
|
export interface DescribeStateMachineForExecutionCommandOutput
|
|
20
20
|
extends DescribeStateMachineForExecutionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeStateMachineForExecutionCommand extends $Command<
|
|
24
23
|
DescribeStateMachineForExecutionCommandInput,
|
|
25
24
|
DescribeStateMachineForExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeStateMachineForExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeStateMachineForExecutionCommandInput;
|
|
29
28
|
constructor(input: DescribeStateMachineForExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SFNClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetActivityTaskCommandInput extends GetActivityTaskInput {}
|
|
|
18
18
|
export interface GetActivityTaskCommandOutput
|
|
19
19
|
extends GetActivityTaskOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetActivityTaskCommand extends $Command<
|
|
23
22
|
GetActivityTaskCommandInput,
|
|
24
23
|
GetActivityTaskCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetActivityTaskCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetActivityTaskCommandInput;
|
|
28
27
|
constructor(input: GetActivityTaskCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SFNClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetExecutionHistoryCommandInput
|
|
|
19
19
|
export interface GetExecutionHistoryCommandOutput
|
|
20
20
|
extends GetExecutionHistoryOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetExecutionHistoryCommand extends $Command<
|
|
24
23
|
GetExecutionHistoryCommandInput,
|
|
25
24
|
GetExecutionHistoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetExecutionHistoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetExecutionHistoryCommandInput;
|
|
29
28
|
constructor(input: GetExecutionHistoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SFNClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListActivitiesCommandInput extends ListActivitiesInput {}
|
|
|
15
15
|
export interface ListActivitiesCommandOutput
|
|
16
16
|
extends ListActivitiesOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListActivitiesCommand extends $Command<
|
|
20
19
|
ListActivitiesCommandInput,
|
|
21
20
|
ListActivitiesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListActivitiesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListActivitiesCommandInput;
|
|
25
24
|
constructor(input: ListActivitiesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SFNClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListExecutionsCommandInput extends ListExecutionsInput {}
|
|
|
15
15
|
export interface ListExecutionsCommandOutput
|
|
16
16
|
extends ListExecutionsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListExecutionsCommand extends $Command<
|
|
20
19
|
ListExecutionsCommandInput,
|
|
21
20
|
ListExecutionsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListExecutionsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListExecutionsCommandInput;
|
|
25
24
|
constructor(input: ListExecutionsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SFNClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListStateMachinesCommandInput extends ListStateMachinesInput {}
|
|
|
18
18
|
export interface ListStateMachinesCommandOutput
|
|
19
19
|
extends ListStateMachinesOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListStateMachinesCommand extends $Command<
|
|
23
22
|
ListStateMachinesCommandInput,
|
|
24
23
|
ListStateMachinesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListStateMachinesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListStateMachinesCommandInput;
|
|
28
27
|
constructor(input: ListStateMachinesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SFNClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SFNClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SendTaskFailureCommandInput extends SendTaskFailureInput {}
|
|
|
18
18
|
export interface SendTaskFailureCommandOutput
|
|
19
19
|
extends SendTaskFailureOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SendTaskFailureCommand extends $Command<
|
|
23
22
|
SendTaskFailureCommandInput,
|
|
24
23
|
SendTaskFailureCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SendTaskFailureCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SendTaskFailureCommandInput;
|
|
28
27
|
constructor(input: SendTaskFailureCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SFNClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SendTaskHeartbeatCommandInput extends SendTaskHeartbeatInput {}
|
|
|
18
18
|
export interface SendTaskHeartbeatCommandOutput
|
|
19
19
|
extends SendTaskHeartbeatOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SendTaskHeartbeatCommand extends $Command<
|
|
23
22
|
SendTaskHeartbeatCommandInput,
|
|
24
23
|
SendTaskHeartbeatCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SendTaskHeartbeatCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SendTaskHeartbeatCommandInput;
|
|
28
27
|
constructor(input: SendTaskHeartbeatCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SFNClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface SendTaskSuccessCommandInput extends SendTaskSuccessInput {}
|
|
|
18
18
|
export interface SendTaskSuccessCommandOutput
|
|
19
19
|
extends SendTaskSuccessOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class SendTaskSuccessCommand extends $Command<
|
|
23
22
|
SendTaskSuccessCommandInput,
|
|
24
23
|
SendTaskSuccessCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class SendTaskSuccessCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: SendTaskSuccessCommandInput;
|
|
28
27
|
constructor(input: SendTaskSuccessCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: SFNClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StartExecutionCommandInput extends StartExecutionInput {}
|
|
|
15
15
|
export interface StartExecutionCommandOutput
|
|
16
16
|
extends StartExecutionOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartExecutionCommand extends $Command<
|
|
20
19
|
StartExecutionCommandInput,
|
|
21
20
|
StartExecutionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartExecutionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartExecutionCommandInput;
|
|
25
24
|
constructor(input: StartExecutionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SFNClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartSyncExecutionCommandInput
|
|
|
19
19
|
export interface StartSyncExecutionCommandOutput
|
|
20
20
|
extends StartSyncExecutionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartSyncExecutionCommand extends $Command<
|
|
24
23
|
StartSyncExecutionCommandInput,
|
|
25
24
|
StartSyncExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartSyncExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartSyncExecutionCommandInput;
|
|
29
28
|
constructor(input: StartSyncExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SFNClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopExecutionCommandInput extends StopExecutionInput {}
|
|
|
15
15
|
export interface StopExecutionCommandOutput
|
|
16
16
|
extends StopExecutionOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopExecutionCommand extends $Command<
|
|
20
19
|
StopExecutionCommandInput,
|
|
21
20
|
StopExecutionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopExecutionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopExecutionCommandInput;
|
|
25
24
|
constructor(input: StopExecutionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SFNClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceInput {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SFNClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
|
15
15
|
export interface UntagResourceCommandOutput
|
|
16
16
|
extends UntagResourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UntagResourceCommand extends $Command<
|
|
20
19
|
UntagResourceCommandInput,
|
|
21
20
|
UntagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UntagResourceCommandInput;
|
|
25
24
|
constructor(input: UntagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SFNClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateStateMachineCommandInput
|
|
|
19
19
|
export interface UpdateStateMachineCommandOutput
|
|
20
20
|
extends UpdateStateMachineOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateStateMachineCommand extends $Command<
|
|
24
23
|
UpdateStateMachineCommandInput,
|
|
25
24
|
UpdateStateMachineCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateStateMachineCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateStateMachineCommandInput;
|
|
29
28
|
constructor(input: UpdateStateMachineCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: SFNClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class SFNServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|