@aws-sdk/client-sfn 3.278.0 → 3.281.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 (28) hide show
  1. package/README.md +211 -0
  2. package/dist-types/commands/CreateActivityCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateStateMachineCommand.d.ts +6 -0
  4. package/dist-types/commands/DeleteActivityCommand.d.ts +6 -0
  5. package/dist-types/commands/DeleteStateMachineCommand.d.ts +6 -0
  6. package/dist-types/commands/DescribeActivityCommand.d.ts +6 -0
  7. package/dist-types/commands/DescribeExecutionCommand.d.ts +6 -0
  8. package/dist-types/commands/DescribeMapRunCommand.d.ts +6 -0
  9. package/dist-types/commands/DescribeStateMachineCommand.d.ts +6 -0
  10. package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +6 -0
  11. package/dist-types/commands/GetActivityTaskCommand.d.ts +6 -0
  12. package/dist-types/commands/GetExecutionHistoryCommand.d.ts +6 -0
  13. package/dist-types/commands/ListActivitiesCommand.d.ts +6 -0
  14. package/dist-types/commands/ListExecutionsCommand.d.ts +6 -0
  15. package/dist-types/commands/ListMapRunsCommand.d.ts +6 -0
  16. package/dist-types/commands/ListStateMachinesCommand.d.ts +6 -0
  17. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  18. package/dist-types/commands/SendTaskFailureCommand.d.ts +6 -0
  19. package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +6 -0
  20. package/dist-types/commands/SendTaskSuccessCommand.d.ts +6 -0
  21. package/dist-types/commands/StartExecutionCommand.d.ts +6 -0
  22. package/dist-types/commands/StartSyncExecutionCommand.d.ts +6 -0
  23. package/dist-types/commands/StopExecutionCommand.d.ts +6 -0
  24. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  25. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  26. package/dist-types/commands/UpdateMapRunCommand.d.ts +6 -0
  27. package/dist-types/commands/UpdateStateMachineCommand.d.ts +6 -0
  28. package/package.json +6 -6
package/README.md CHANGED
@@ -219,3 +219,214 @@ To contribute to client you can check our [generate clients scripts](https://git
219
219
  This SDK is distributed under the
220
220
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
221
221
  see LICENSE for more information.
222
+
223
+ ## Client Commands (Operations List)
224
+
225
+ <details>
226
+ <summary>
227
+ CreateActivity
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/createactivitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/createactivitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/createactivitycommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CreateStateMachine
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/createstatemachinecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/createstatemachinecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/createstatemachinecommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ DeleteActivity
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/deleteactivitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/deleteactivitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/deleteactivitycommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ DeleteStateMachine
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/deletestatemachinecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/deletestatemachinecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/deletestatemachinecommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ DescribeActivity
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/describeactivitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describeactivitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describeactivitycommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ DescribeExecution
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/describeexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describeexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describeexecutioncommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ DescribeMapRun
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/describemapruncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describemapruncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describemapruncommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ DescribeStateMachine
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/describestatemachinecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describestatemachinecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describestatemachinecommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ DescribeStateMachineForExecution
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/describestatemachineforexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describestatemachineforexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/describestatemachineforexecutioncommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ GetActivityTask
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/getactivitytaskcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/getactivitytaskcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/getactivitytaskcommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ GetExecutionHistory
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/getexecutionhistorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/getexecutionhistorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/getexecutionhistorycommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ ListActivities
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/listactivitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/listactivitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/listactivitiescommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ ListExecutions
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/listexecutionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/listexecutionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/listexecutionscommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ ListMapRuns
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/listmaprunscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/listmaprunscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/listmaprunscommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ ListStateMachines
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/liststatemachinescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/liststatemachinescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/liststatemachinescommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ ListTagsForResource
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/listtagsforresourcecommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ SendTaskFailure
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/sendtaskfailurecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/sendtaskfailurecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/sendtaskfailurecommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ SendTaskHeartbeat
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/sendtaskheartbeatcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/sendtaskheartbeatcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/sendtaskheartbeatcommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ SendTaskSuccess
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/sendtasksuccesscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/sendtasksuccesscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/sendtasksuccesscommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ StartExecution
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/startexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/startexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/startexecutioncommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ StartSyncExecution
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/startsyncexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/startsyncexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/startsyncexecutioncommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ StopExecution
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/stopexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/stopexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/stopexecutioncommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ TagResource
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/tagresourcecommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ UntagResource
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/untagresourcecommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ UpdateMapRun
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/updatemapruncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/updatemapruncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/updatemapruncommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ UpdateStateMachine
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/classes/updatestatemachinecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/updatestatemachinecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sfn/interfaces/updatestatemachinecommandoutput.html)
431
+
432
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateActivityInput, CreateActivityOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link CreateActivityCommand}.
8
+ */
6
9
  export interface CreateActivityCommandInput extends CreateActivityInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateActivityCommand}.
13
+ */
8
14
  export interface CreateActivityCommandOutput extends CreateActivityOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateStateMachineInput, CreateStateMachineOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link CreateStateMachineCommand}.
8
+ */
6
9
  export interface CreateStateMachineCommandInput extends CreateStateMachineInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateStateMachineCommand}.
13
+ */
8
14
  export interface CreateStateMachineCommandOutput extends CreateStateMachineOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteActivityInput, DeleteActivityOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link DeleteActivityCommand}.
8
+ */
6
9
  export interface DeleteActivityCommandInput extends DeleteActivityInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteActivityCommand}.
13
+ */
8
14
  export interface DeleteActivityCommandOutput extends DeleteActivityOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteStateMachineInput, DeleteStateMachineOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link DeleteStateMachineCommand}.
8
+ */
6
9
  export interface DeleteStateMachineCommandInput extends DeleteStateMachineInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteStateMachineCommand}.
13
+ */
8
14
  export interface DeleteStateMachineCommandOutput extends DeleteStateMachineOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeActivityInput, DescribeActivityOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link DescribeActivityCommand}.
8
+ */
6
9
  export interface DescribeActivityCommandInput extends DescribeActivityInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeActivityCommand}.
13
+ */
8
14
  export interface DescribeActivityCommandOutput extends DescribeActivityOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeExecutionInput, DescribeExecutionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link DescribeExecutionCommand}.
8
+ */
6
9
  export interface DescribeExecutionCommandInput extends DescribeExecutionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeExecutionCommand}.
13
+ */
8
14
  export interface DescribeExecutionCommandOutput extends DescribeExecutionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeMapRunInput, DescribeMapRunOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link DescribeMapRunCommand}.
8
+ */
6
9
  export interface DescribeMapRunCommandInput extends DescribeMapRunInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeMapRunCommand}.
13
+ */
8
14
  export interface DescribeMapRunCommandOutput extends DescribeMapRunOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeStateMachineInput, DescribeStateMachineOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link DescribeStateMachineCommand}.
8
+ */
6
9
  export interface DescribeStateMachineCommandInput extends DescribeStateMachineInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStateMachineCommand}.
13
+ */
8
14
  export interface DescribeStateMachineCommandOutput extends DescribeStateMachineOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeStateMachineForExecutionInput, DescribeStateMachineForExecutionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link DescribeStateMachineForExecutionCommand}.
8
+ */
6
9
  export interface DescribeStateMachineForExecutionCommandInput extends DescribeStateMachineForExecutionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeStateMachineForExecutionCommand}.
13
+ */
8
14
  export interface DescribeStateMachineForExecutionCommandOutput extends DescribeStateMachineForExecutionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetActivityTaskInput, GetActivityTaskOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link GetActivityTaskCommand}.
8
+ */
6
9
  export interface GetActivityTaskCommandInput extends GetActivityTaskInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetActivityTaskCommand}.
13
+ */
8
14
  export interface GetActivityTaskCommandOutput extends GetActivityTaskOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetExecutionHistoryInput, GetExecutionHistoryOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link GetExecutionHistoryCommand}.
8
+ */
6
9
  export interface GetExecutionHistoryCommandInput extends GetExecutionHistoryInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetExecutionHistoryCommand}.
13
+ */
8
14
  export interface GetExecutionHistoryCommandOutput extends GetExecutionHistoryOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListActivitiesInput, ListActivitiesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link ListActivitiesCommand}.
8
+ */
6
9
  export interface ListActivitiesCommandInput extends ListActivitiesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListActivitiesCommand}.
13
+ */
8
14
  export interface ListActivitiesCommandOutput extends ListActivitiesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListExecutionsInput, ListExecutionsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link ListExecutionsCommand}.
8
+ */
6
9
  export interface ListExecutionsCommandInput extends ListExecutionsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListExecutionsCommand}.
13
+ */
8
14
  export interface ListExecutionsCommandOutput extends ListExecutionsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListMapRunsInput, ListMapRunsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link ListMapRunsCommand}.
8
+ */
6
9
  export interface ListMapRunsCommandInput extends ListMapRunsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListMapRunsCommand}.
13
+ */
8
14
  export interface ListMapRunsCommandOutput extends ListMapRunsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListStateMachinesInput, ListStateMachinesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link ListStateMachinesCommand}.
8
+ */
6
9
  export interface ListStateMachinesCommandInput extends ListStateMachinesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListStateMachinesCommand}.
13
+ */
8
14
  export interface ListStateMachinesCommandOutput extends ListStateMachinesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendTaskFailureInput, SendTaskFailureOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link SendTaskFailureCommand}.
8
+ */
6
9
  export interface SendTaskFailureCommandInput extends SendTaskFailureInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SendTaskFailureCommand}.
13
+ */
8
14
  export interface SendTaskFailureCommandOutput extends SendTaskFailureOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendTaskHeartbeatInput, SendTaskHeartbeatOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link SendTaskHeartbeatCommand}.
8
+ */
6
9
  export interface SendTaskHeartbeatCommandInput extends SendTaskHeartbeatInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SendTaskHeartbeatCommand}.
13
+ */
8
14
  export interface SendTaskHeartbeatCommandOutput extends SendTaskHeartbeatOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SendTaskSuccessInput, SendTaskSuccessOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link SendTaskSuccessCommand}.
8
+ */
6
9
  export interface SendTaskSuccessCommandInput extends SendTaskSuccessInput {
7
10
  }
11
+ /**
12
+ * The output of {@link SendTaskSuccessCommand}.
13
+ */
8
14
  export interface SendTaskSuccessCommandOutput extends SendTaskSuccessOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartExecutionInput, StartExecutionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link StartExecutionCommand}.
8
+ */
6
9
  export interface StartExecutionCommandInput extends StartExecutionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StartExecutionCommand}.
13
+ */
8
14
  export interface StartExecutionCommandOutput extends StartExecutionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartSyncExecutionInput, StartSyncExecutionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link StartSyncExecutionCommand}.
8
+ */
6
9
  export interface StartSyncExecutionCommandInput extends StartSyncExecutionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StartSyncExecutionCommand}.
13
+ */
8
14
  export interface StartSyncExecutionCommandOutput extends StartSyncExecutionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StopExecutionInput, StopExecutionOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link StopExecutionCommand}.
8
+ */
6
9
  export interface StopExecutionCommandInput extends StopExecutionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StopExecutionCommand}.
13
+ */
8
14
  export interface StopExecutionCommandOutput extends StopExecutionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateMapRunInput, UpdateMapRunOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link UpdateMapRunCommand}.
8
+ */
6
9
  export interface UpdateMapRunCommandInput extends UpdateMapRunInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMapRunCommand}.
13
+ */
8
14
  export interface UpdateMapRunCommandOutput extends UpdateMapRunOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateStateMachineInput, UpdateStateMachineOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient";
6
+ /**
7
+ * The input for {@link UpdateStateMachineCommand}.
8
+ */
6
9
  export interface UpdateStateMachineCommandInput extends UpdateStateMachineInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateStateMachineCommand}.
13
+ */
8
14
  export interface UpdateStateMachineCommandOutput extends UpdateStateMachineOutput, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sfn",
3
3
  "description": "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",