aws-sdk-states 1.110.0 → 1.111.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-states/client.rb +15 -22
- data/lib/aws-sdk-states/types.rb +8 -11
- data/lib/aws-sdk-states.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6ab76d249eaa93fd95c4697a5e877de271521b9d0a5e3a5a081f9516bdd85a4
|
|
4
|
+
data.tar.gz: 8c94ce29f54ac446d3f50e918f0f7ce65d8554153faaa5c3d642737f32b76d59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20d41d03258f9287ef6f03dda088c6163a7d76db005b319dccfa5ef8aa3505654461db12dfcdc6fd40bb88a656d3687ed42c72c7b8ed2f039ab7a73383265941
|
|
7
|
+
data.tar.gz: bb50d33643c432d26bc30d517aece9a24295c6c0229b4c4090ff7e362b3c6cd984812cd2d08c02e4f10e34426bc19b507b18fbfc5bb2967cad54c6cbd145490e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.111.0 (2026-09-03)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updates Step Functions API documentation around CloudTrail, Execution name reuse and sort order of ListExecutions API
|
|
8
|
+
|
|
4
9
|
1.110.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.111.0
|
|
@@ -506,9 +506,7 @@ module Aws::States
|
|
|
506
506
|
#
|
|
507
507
|
# @option params [required, String] :name
|
|
508
508
|
# The name of the activity to create. This name must be unique for your
|
|
509
|
-
# Amazon Web Services account and region
|
|
510
|
-
# information, see [ Limits Related to State Machine Executions][1] in
|
|
511
|
-
# the *Step Functions Developer Guide*.
|
|
509
|
+
# Amazon Web Services account and region.
|
|
512
510
|
#
|
|
513
511
|
# A name must *not* contain:
|
|
514
512
|
#
|
|
@@ -529,10 +527,6 @@ module Aws::States
|
|
|
529
527
|
# To enable logging with CloudWatch Logs, the name should only contain
|
|
530
528
|
# 0-9, A-Z, a-z, - and \_.
|
|
531
529
|
#
|
|
532
|
-
#
|
|
533
|
-
#
|
|
534
|
-
# [1]: https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions
|
|
535
|
-
#
|
|
536
530
|
# @option params [Array<Types::Tag>] :tags
|
|
537
531
|
# The list of tags to add to a resource.
|
|
538
532
|
#
|
|
@@ -1504,10 +1498,6 @@ module Aws::States
|
|
|
1504
1498
|
# task is available within 60 seconds, the poll returns a `taskToken`
|
|
1505
1499
|
# with a null string.
|
|
1506
1500
|
#
|
|
1507
|
-
# <note markdown="1"> This API action isn't logged in CloudTrail.
|
|
1508
|
-
#
|
|
1509
|
-
# </note>
|
|
1510
|
-
#
|
|
1511
1501
|
# Workers should set their client side socket timeout to at least 65
|
|
1512
1502
|
# seconds (5 seconds higher than the maximum time the service may hold
|
|
1513
1503
|
# the poll request).
|
|
@@ -1805,6 +1795,8 @@ module Aws::States
|
|
|
1805
1795
|
# version.
|
|
1806
1796
|
#
|
|
1807
1797
|
# Results are sorted by time, with the most recent execution first.
|
|
1798
|
+
# Running executions are sorted by their `startDate` or `redriveDate`,
|
|
1799
|
+
# and other executions are sorted by their `stopDate`.
|
|
1808
1800
|
#
|
|
1809
1801
|
# If `nextToken` is returned, there are more results available. The
|
|
1810
1802
|
# value of `nextToken` is a unique pagination token for each page. Make
|
|
@@ -1818,7 +1810,9 @@ module Aws::States
|
|
|
1818
1810
|
#
|
|
1819
1811
|
# </note>
|
|
1820
1812
|
#
|
|
1821
|
-
# This API action is not supported by `EXPRESS` state machines.
|
|
1813
|
+
# This API action is not supported by `EXPRESS` state machines. However,
|
|
1814
|
+
# you may list `EXPRESS` children started by a map run using the
|
|
1815
|
+
# `mapRunArn` parameter.
|
|
1822
1816
|
#
|
|
1823
1817
|
#
|
|
1824
1818
|
#
|
|
@@ -2617,7 +2611,7 @@ module Aws::States
|
|
|
2617
2611
|
# and input as a running execution, the call succeeds and return the
|
|
2618
2612
|
# same response as the original request. If the execution is closed or
|
|
2619
2613
|
# if the input is different, it returns a `400 ExecutionAlreadyExists`
|
|
2620
|
-
# error. You can reuse
|
|
2614
|
+
# error. You can reuse the name 90 days after it closes.
|
|
2621
2615
|
#
|
|
2622
2616
|
# `StartExecution` isn't idempotent for `EXPRESS` workflows.
|
|
2623
2617
|
#
|
|
@@ -2665,10 +2659,13 @@ module Aws::States
|
|
|
2665
2659
|
# execution.
|
|
2666
2660
|
#
|
|
2667
2661
|
# @option params [String] :name
|
|
2668
|
-
# Optional name of the execution.
|
|
2669
|
-
# Amazon Web Services account,
|
|
2670
|
-
#
|
|
2671
|
-
#
|
|
2662
|
+
# Optional name of the execution. For STANDARD workflows, this name must
|
|
2663
|
+
# be unique for your Amazon Web Services account, region, and state
|
|
2664
|
+
# machine. If a previous execution with the same name exists, you can
|
|
2665
|
+
# reuse the name 90 days after it closes. For EXPRESS workflows,
|
|
2666
|
+
# execution names can be reused immediately. For more information, see [
|
|
2667
|
+
# Limits Related to State Machine Executions][1] in the *Step Functions
|
|
2668
|
+
# Developer Guide*.
|
|
2672
2669
|
#
|
|
2673
2670
|
# If you don't provide a name for the execution, Step Functions
|
|
2674
2671
|
# automatically generates a universally unique identifier (UUID) as the
|
|
@@ -2764,10 +2761,6 @@ module Aws::States
|
|
|
2764
2761
|
#
|
|
2765
2762
|
# </note>
|
|
2766
2763
|
#
|
|
2767
|
-
# <note markdown="1"> This API action isn't logged in CloudTrail.
|
|
2768
|
-
#
|
|
2769
|
-
# </note>
|
|
2770
|
-
#
|
|
2771
2764
|
# @option params [required, String] :state_machine_arn
|
|
2772
2765
|
# The Amazon Resource Name (ARN) of the state machine to execute.
|
|
2773
2766
|
#
|
|
@@ -3576,7 +3569,7 @@ module Aws::States
|
|
|
3576
3569
|
tracer: tracer
|
|
3577
3570
|
)
|
|
3578
3571
|
context[:gem_name] = 'aws-sdk-states'
|
|
3579
|
-
context[:gem_version] = '1.
|
|
3572
|
+
context[:gem_version] = '1.111.0'
|
|
3580
3573
|
Seahorse::Client::Request.new(handlers, context)
|
|
3581
3574
|
end
|
|
3582
3575
|
|
data/lib/aws-sdk-states/types.rb
CHANGED
|
@@ -322,9 +322,7 @@ module Aws::States
|
|
|
322
322
|
|
|
323
323
|
# @!attribute [rw] name
|
|
324
324
|
# The name of the activity to create. This name must be unique for
|
|
325
|
-
# your Amazon Web Services account and region
|
|
326
|
-
# information, see [ Limits Related to State Machine Executions][1] in
|
|
327
|
-
# the *Step Functions Developer Guide*.
|
|
325
|
+
# your Amazon Web Services account and region.
|
|
328
326
|
#
|
|
329
327
|
# A name must *not* contain:
|
|
330
328
|
#
|
|
@@ -344,10 +342,6 @@ module Aws::States
|
|
|
344
342
|
#
|
|
345
343
|
# To enable logging with CloudWatch Logs, the name should only contain
|
|
346
344
|
# 0-9, A-Z, a-z, - and \_.
|
|
347
|
-
#
|
|
348
|
-
#
|
|
349
|
-
#
|
|
350
|
-
# [1]: https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions
|
|
351
345
|
# @return [String]
|
|
352
346
|
#
|
|
353
347
|
# @!attribute [rw] tags
|
|
@@ -3720,10 +3714,13 @@ module Aws::States
|
|
|
3720
3714
|
# @return [String]
|
|
3721
3715
|
#
|
|
3722
3716
|
# @!attribute [rw] name
|
|
3723
|
-
# Optional name of the execution.
|
|
3724
|
-
# Amazon Web Services account,
|
|
3725
|
-
#
|
|
3726
|
-
#
|
|
3717
|
+
# Optional name of the execution. For STANDARD workflows, this name
|
|
3718
|
+
# must be unique for your Amazon Web Services account, region, and
|
|
3719
|
+
# state machine. If a previous execution with the same name exists,
|
|
3720
|
+
# you can reuse the name 90 days after it closes. For EXPRESS
|
|
3721
|
+
# workflows, execution names can be reused immediately. For more
|
|
3722
|
+
# information, see [ Limits Related to State Machine Executions][1] in
|
|
3723
|
+
# the *Step Functions Developer Guide*.
|
|
3727
3724
|
#
|
|
3728
3725
|
# If you don't provide a name for the execution, Step Functions
|
|
3729
3726
|
# automatically generates a universally unique identifier (UUID) as
|
data/lib/aws-sdk-states.rb
CHANGED