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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-states/client.rb +3 -3
- data/lib/aws-sdk-states/types.rb +2 -2
- 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: dd29f81d6e08614f4d5477e583ee01a11b962b40f643cfc7fe230f1a63cdccd6
|
4
|
+
data.tar.gz: e2b7c52f4062e2bf3442d7c8b2cb9ec67e8ea0014d7a77e6e42aa70fe4402c21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba760df2e3acc459b06e1c7a868ebf113bab528a070465284b5a2f4501948fa89bddbccba102ee54ccac3048d5c88e62ef0e667698c2fbe2034b305d9729591a
|
7
|
+
data.tar.gz: 95ec83f776ba35f7f242fc980aa33113c82f4fc98b8e8a87c572ef0d24eefe0c092a94ba2da04a66c4dd41c434fa100d2653ddfb9a109bc44ae70940ff246d30
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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" : "
|
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" : "
|
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.
|
3528
|
+
context[:gem_version] = '1.92.0'
|
3529
3529
|
Seahorse::Client::Request.new(handlers, context)
|
3530
3530
|
end
|
3531
3531
|
|
data/lib/aws-sdk-states/types.rb
CHANGED
@@ -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" : "
|
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" : "
|
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: `"{}"`
|
data/lib/aws-sdk-states.rb
CHANGED