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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e07e11377c17f07635abf803de4c997983693f6bcdd0d8a70283fd359d50a091
4
- data.tar.gz: 0d1b205c5a3866dfa16557ba81c1021f999c9b8c1725db6a757621307c71ef80
3
+ metadata.gz: f5baea4bb7abd0ce493cf77b84b4474a973fc35e38d6db6c5b8e2907408ed681
4
+ data.tar.gz: 42c8c25e157136fa6fb75bc778b28b812fcf55c1a5cd62a047b1312f14596ac6
5
5
  SHA512:
6
- metadata.gz: e9264ae9d155b9a5edf94f5896f2638814ebb1cfe7f592b1abc71998e6fa6ce2aa9dc64c2c80c1810a1b7e7f3f2b627fcd09230c4bfe18928013cedf302e52f6
7
- data.tar.gz: c78871b0e02a24608d5c1829d2cd8dc98b605d377987eb1626a2e59941e219a3111ace11fab8f35401ec35787d4b004a5c251025b0bbfb0cdc4c9c6172183cbe
6
+ metadata.gz: fac109b72638900847a28d80cf0645227dded3184190d45fb9a7028c95e056c5a16185d41576a0594e83b8a999ecebb14b765a061ab7853c4ad417a0441f1c0a
7
+ data.tar.gz: bddafc8159f70911a361ac6dfbd88ce6a310fc187622841be4249d406cefebcc6d5146ea5b422514b0b75a776d9134d99b34db2b225ca8477b4488a73f839d46
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.81.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
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": "\{"first_name" : "test"\}"`
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": "\{"first_name" : "test"\}"`
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.81.0'
3429
+ context[:gem_version] = '1.82.0'
3430
3430
  Seahorse::Client::Request.new(handlers, context)
3431
3431
  end
3432
3432
 
@@ -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": "\{"first_name" : "test"\}"`
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": "\{"first_name" : "test"\}"`
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
  #
@@ -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.81.0'
57
+ GEM_VERSION = '1.82.0'
58
58
 
59
59
  end
60
60
 
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.81.0
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-10-18 00:00:00.000000000 Z
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