aws-sdk-states 1.81.0 → 1.82.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-states/client.rb +8 -8
- data/lib/aws-sdk-states/types.rb +15 -15
- data/lib/aws-sdk-states.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5baea4bb7abd0ce493cf77b84b4474a973fc35e38d6db6c5b8e2907408ed681
|
4
|
+
data.tar.gz: 42c8c25e157136fa6fb75bc778b28b812fcf55c1a5cd62a047b1312f14596ac6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fac109b72638900847a28d80cf0645227dded3184190d45fb9a7028c95e056c5a16185d41576a0594e83b8a999ecebb14b765a061ab7853c4ad417a0441f1c0a
|
7
|
+
data.tar.gz: bddafc8159f70911a361ac6dfbd88ce6a310fc187622841be4249d406cefebcc6d5146ea5b422514b0b75a776d9134d99b34db2b225ca8477b4488a73f839d46
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.82.0
|
@@ -487,7 +487,7 @@ module Aws::States
|
|
487
487
|
#
|
488
488
|
# * white space
|
489
489
|
#
|
490
|
-
# * brackets `< >
|
490
|
+
# * brackets `< > { } [ ]`
|
491
491
|
#
|
492
492
|
# * wildcard characters `? *`
|
493
493
|
#
|
@@ -602,7 +602,7 @@ module Aws::States
|
|
602
602
|
#
|
603
603
|
# * white space
|
604
604
|
#
|
605
|
-
# * brackets `< >
|
605
|
+
# * brackets `< > { } [ ]`
|
606
606
|
#
|
607
607
|
# * wildcard characters `? *`
|
608
608
|
#
|
@@ -2617,7 +2617,7 @@ module Aws::States
|
|
2617
2617
|
#
|
2618
2618
|
# * white space
|
2619
2619
|
#
|
2620
|
-
# * brackets `< >
|
2620
|
+
# * brackets `< > { } [ ]`
|
2621
2621
|
#
|
2622
2622
|
# * wildcard characters `? *`
|
2623
2623
|
#
|
@@ -2636,10 +2636,10 @@ module Aws::States
|
|
2636
2636
|
# The string that contains the JSON input data for the execution, for
|
2637
2637
|
# example:
|
2638
2638
|
#
|
2639
|
-
# `"input": "
|
2639
|
+
# `"input": "{"first_name" : "test"}"`
|
2640
2640
|
#
|
2641
2641
|
# <note markdown="1"> If you don't include any JSON input data, you still must include the
|
2642
|
-
# two braces, for example: `"input": "
|
2642
|
+
# two braces, for example: `"input": "{}"`
|
2643
2643
|
#
|
2644
2644
|
# </note>
|
2645
2645
|
#
|
@@ -2703,10 +2703,10 @@ module Aws::States
|
|
2703
2703
|
# The string that contains the JSON input data for the execution, for
|
2704
2704
|
# example:
|
2705
2705
|
#
|
2706
|
-
# `"input": "
|
2706
|
+
# `"input": "{"first_name" : "test"}"`
|
2707
2707
|
#
|
2708
2708
|
# <note markdown="1"> If you don't include any JSON input data, you still must include the
|
2709
|
-
# two braces, for example: `"input": "
|
2709
|
+
# two braces, for example: `"input": "{}"`
|
2710
2710
|
#
|
2711
2711
|
# </note>
|
2712
2712
|
#
|
@@ -3426,7 +3426,7 @@ module Aws::States
|
|
3426
3426
|
tracer: tracer
|
3427
3427
|
)
|
3428
3428
|
context[:gem_name] = 'aws-sdk-states'
|
3429
|
-
context[:gem_version] = '1.
|
3429
|
+
context[:gem_version] = '1.82.0'
|
3430
3430
|
Seahorse::Client::Request.new(handlers, context)
|
3431
3431
|
end
|
3432
3432
|
|
data/lib/aws-sdk-states/types.rb
CHANGED
@@ -82,7 +82,7 @@ module Aws::States
|
|
82
82
|
#
|
83
83
|
# * white space
|
84
84
|
#
|
85
|
-
# * brackets `< >
|
85
|
+
# * brackets `< > { } [ ]`
|
86
86
|
#
|
87
87
|
# * wildcard characters `? *`
|
88
88
|
#
|
@@ -309,7 +309,7 @@ module Aws::States
|
|
309
309
|
#
|
310
310
|
# * white space
|
311
311
|
#
|
312
|
-
# * brackets `< >
|
312
|
+
# * brackets `< > { } [ ]`
|
313
313
|
#
|
314
314
|
# * wildcard characters `? *`
|
315
315
|
#
|
@@ -428,7 +428,7 @@ module Aws::States
|
|
428
428
|
#
|
429
429
|
# * white space
|
430
430
|
#
|
431
|
-
# * brackets `< >
|
431
|
+
# * brackets `< > { } [ ]`
|
432
432
|
#
|
433
433
|
# * wildcard characters `? *`
|
434
434
|
#
|
@@ -640,7 +640,7 @@ module Aws::States
|
|
640
640
|
#
|
641
641
|
# * white space
|
642
642
|
#
|
643
|
-
# * brackets `< >
|
643
|
+
# * brackets `< > { } [ ]`
|
644
644
|
#
|
645
645
|
# * wildcard characters `? *`
|
646
646
|
#
|
@@ -707,7 +707,7 @@ module Aws::States
|
|
707
707
|
#
|
708
708
|
# * white space
|
709
709
|
#
|
710
|
-
# * brackets `< >
|
710
|
+
# * brackets `< > { } [ ]`
|
711
711
|
#
|
712
712
|
# * wildcard characters `? *`
|
713
713
|
#
|
@@ -1186,7 +1186,7 @@ module Aws::States
|
|
1186
1186
|
#
|
1187
1187
|
# * white space
|
1188
1188
|
#
|
1189
|
-
# * brackets `< >
|
1189
|
+
# * brackets `< > { } [ ]`
|
1190
1190
|
#
|
1191
1191
|
# * wildcard characters `? *`
|
1192
1192
|
#
|
@@ -1207,7 +1207,7 @@ module Aws::States
|
|
1207
1207
|
# [Amazon States Language][1].
|
1208
1208
|
#
|
1209
1209
|
# If called with `includedData = METADATA_ONLY`, the returned
|
1210
|
-
# definition will be
|
1210
|
+
# definition will be `{}`.
|
1211
1211
|
#
|
1212
1212
|
#
|
1213
1213
|
#
|
@@ -1435,7 +1435,7 @@ module Aws::States
|
|
1435
1435
|
#
|
1436
1436
|
# * white space
|
1437
1437
|
#
|
1438
|
-
# * brackets `< >
|
1438
|
+
# * brackets `< > { } [ ]`
|
1439
1439
|
#
|
1440
1440
|
# * wildcard characters `? *`
|
1441
1441
|
#
|
@@ -3459,7 +3459,7 @@ module Aws::States
|
|
3459
3459
|
#
|
3460
3460
|
# * white space
|
3461
3461
|
#
|
3462
|
-
# * brackets `< >
|
3462
|
+
# * brackets `< > { } [ ]`
|
3463
3463
|
#
|
3464
3464
|
# * wildcard characters `? *`
|
3465
3465
|
#
|
@@ -3479,10 +3479,10 @@ module Aws::States
|
|
3479
3479
|
# The string that contains the JSON input data for the execution, for
|
3480
3480
|
# example:
|
3481
3481
|
#
|
3482
|
-
# `"input": "
|
3482
|
+
# `"input": "{"first_name" : "test"}"`
|
3483
3483
|
#
|
3484
3484
|
# <note markdown="1"> If you don't include any JSON input data, you still must include
|
3485
|
-
# the two braces, for example: `"input": "
|
3485
|
+
# the two braces, for example: `"input": "{}"`
|
3486
3486
|
#
|
3487
3487
|
# </note>
|
3488
3488
|
#
|
@@ -3535,10 +3535,10 @@ module Aws::States
|
|
3535
3535
|
# The string that contains the JSON input data for the execution, for
|
3536
3536
|
# example:
|
3537
3537
|
#
|
3538
|
-
# `"input": "
|
3538
|
+
# `"input": "{"first_name" : "test"}"`
|
3539
3539
|
#
|
3540
3540
|
# <note markdown="1"> If you don't include any JSON input data, you still must include
|
3541
|
-
# the two braces, for example: `"input": "
|
3541
|
+
# the two braces, for example: `"input": "{}"`
|
3542
3542
|
#
|
3543
3543
|
# </note>
|
3544
3544
|
#
|
@@ -3692,7 +3692,7 @@ module Aws::States
|
|
3692
3692
|
#
|
3693
3693
|
# * white space
|
3694
3694
|
#
|
3695
|
-
# * brackets `< >
|
3695
|
+
# * brackets `< > { } [ ]`
|
3696
3696
|
#
|
3697
3697
|
# * wildcard characters `? *`
|
3698
3698
|
#
|
@@ -3812,7 +3812,7 @@ module Aws::States
|
|
3812
3812
|
#
|
3813
3813
|
# * white space
|
3814
3814
|
#
|
3815
|
-
# * brackets `< >
|
3815
|
+
# * brackets `< > { } [ ]`
|
3816
3816
|
#
|
3817
3817
|
# * wildcard characters `? *`
|
3818
3818
|
#
|
data/lib/aws-sdk-states.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-states
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.82.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|