aws-sdk-states 1.91.0 → 1.92.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: 2227f54e8ee8cd7d3e665fc69301172cf3918a1b9d8a7f21b8b699ac210e883d
4
- data.tar.gz: f382e0a2b9fe0a4d59b0ef3873ff64fd7b7e1ec36d4e18118a90e38d23b43f61
3
+ metadata.gz: dd29f81d6e08614f4d5477e583ee01a11b962b40f643cfc7fe230f1a63cdccd6
4
+ data.tar.gz: e2b7c52f4062e2bf3442d7c8b2cb9ec67e8ea0014d7a77e6e42aa70fe4402c21
5
5
  SHA512:
6
- metadata.gz: 40522560f3d583983359d47de9f114e3d132975093a68ba63d9727c34339905306d8daf76c5b4295333c1eb552cc0d3b9b2ce7d0c0c1de821ea48fd69bd70bd8
7
- data.tar.gz: a9ef1b4dc7cf6f14aa1a39951bcd2edfbffd12eca818007aeaf4832e9bcb24eddfce6401a640d7c055db7093ad9a6d3f04f38a1913015e176b23cd559b9759a4
6
+ metadata.gz: ba760df2e3acc459b06e1c7a868ebf113bab528a070465284b5a2f4501948fa89bddbccba102ee54ccac3048d5c88e62ef0e667698c2fbe2034b305d9729591a
7
+ data.tar.gz: 95ec83f776ba35f7f242fc980aa33113c82f4fc98b8e8a87c572ef0d24eefe0c092a94ba2da04a66c4dd41c434fa100d2653ddfb9a109bc44ae70940ff246d30
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.0 (2025-07-17)
5
+ ------------------
6
+
7
+ * Feature - Align input with style guidelines.
8
+
4
9
  1.91.0 (2025-07-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -2696,7 +2696,7 @@ module Aws::States
2696
2696
  # The string that contains the JSON input data for the execution, for
2697
2697
  # example:
2698
2698
  #
2699
- # `"{"first_name" : "Tim"}"`
2699
+ # `"{"first_name" : "Alejandro"}"`
2700
2700
  #
2701
2701
  # <note markdown="1"> If you don't include any JSON input data, you still must include the
2702
2702
  # two braces, for example: `"{}"`
@@ -2773,7 +2773,7 @@ module Aws::States
2773
2773
  # The string that contains the JSON input data for the execution, for
2774
2774
  # example:
2775
2775
  #
2776
- # `"{"first_name" : "Tim"}"`
2776
+ # `"{"first_name" : "Alejandro"}"`
2777
2777
  #
2778
2778
  # <note markdown="1"> If you don't include any JSON input data, you still must include the
2779
2779
  # two braces, for example: `"{}"`
@@ -3525,7 +3525,7 @@ module Aws::States
3525
3525
  tracer: tracer
3526
3526
  )
3527
3527
  context[:gem_name] = 'aws-sdk-states'
3528
- context[:gem_version] = '1.91.0'
3528
+ context[:gem_version] = '1.92.0'
3529
3529
  Seahorse::Client::Request.new(handlers, context)
3530
3530
  end
3531
3531
 
@@ -3624,7 +3624,7 @@ module Aws::States
3624
3624
  # The string that contains the JSON input data for the execution, for
3625
3625
  # example:
3626
3626
  #
3627
- # `"{"first_name" : "Tim"}"`
3627
+ # `"{"first_name" : "Alejandro"}"`
3628
3628
  #
3629
3629
  # <note markdown="1"> If you don't include any JSON input data, you still must include
3630
3630
  # the two braces, for example: `"{}"`
@@ -3690,7 +3690,7 @@ module Aws::States
3690
3690
  # The string that contains the JSON input data for the execution, for
3691
3691
  # example:
3692
3692
  #
3693
- # `"{"first_name" : "Tim"}"`
3693
+ # `"{"first_name" : "Alejandro"}"`
3694
3694
  #
3695
3695
  # <note markdown="1"> If you don't include any JSON input data, you still must include
3696
3696
  # the two braces, for example: `"{}"`
@@ -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.91.0'
57
+ GEM_VERSION = '1.92.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.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services