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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5aa01cf3e3e078d0fb2279aa7c8e03a6d7a901f54766dcaae5709c238af0f1a
4
- data.tar.gz: 5e6f29e465a2ff7dc6bebba9fc7644c48ea74b3e959c67f3cc0e26e3c2c7a4a8
3
+ metadata.gz: b6ab76d249eaa93fd95c4697a5e877de271521b9d0a5e3a5a081f9516bdd85a4
4
+ data.tar.gz: 8c94ce29f54ac446d3f50e918f0f7ce65d8554153faaa5c3d642737f32b76d59
5
5
  SHA512:
6
- metadata.gz: f132bb07b6f1ca72e95881b46889e216978e6941df25615ac07bcb0315f049f7b3d00b1a581201e5c74fba287dce6fa99f06982930e9a986c7fe4232343912e2
7
- data.tar.gz: 445a6a1185b9e7705e68c3dd203a1c99ed051f6f476c970f3d47334794b1fb34921933473a85314b6959b9a549f285cefca23c514f3d7870fcdb55afc25804fd
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.110.0
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 for 90 days. For more
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 names after 90 days.
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. This name must be unique for your
2669
- # Amazon Web Services account, Region, and state machine for 90 days.
2670
- # For more information, see [ Limits Related to State Machine
2671
- # Executions][1] in the *Step Functions Developer Guide*.
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.110.0'
3572
+ context[:gem_version] = '1.111.0'
3580
3573
  Seahorse::Client::Request.new(handlers, context)
3581
3574
  end
3582
3575
 
@@ -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 for 90 days. For more
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. This name must be unique for your
3724
- # Amazon Web Services account, Region, and state machine for 90 days.
3725
- # For more information, see [ Limits Related to State Machine
3726
- # Executions][1] in the *Step Functions Developer Guide*.
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
@@ -54,7 +54,7 @@ module Aws::States
54
54
  autoload :EndpointProvider, 'aws-sdk-states/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-states/endpoints'
56
56
 
57
- GEM_VERSION = '1.110.0'
57
+ GEM_VERSION = '1.111.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-states
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.110.0
4
+ version: 1.111.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services