aws-sdk-states 1.81.0 → 1.83.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: cbcdd65ce8b6d351f02e0a8aa06dfaa7daf3f5612e5643571990f35705c76164
4
+ data.tar.gz: 8d876b7c8e6d6cff6d391ee73b007f99352c67a51929a2f9c65caa7b8468ac20
5
5
  SHA512:
6
- metadata.gz: e9264ae9d155b9a5edf94f5896f2638814ebb1cfe7f592b1abc71998e6fa6ce2aa9dc64c2c80c1810a1b7e7f3f2b627fcd09230c4bfe18928013cedf302e52f6
7
- data.tar.gz: c78871b0e02a24608d5c1829d2cd8dc98b605d377987eb1626a2e59941e219a3111ace11fab8f35401ec35787d4b004a5c251025b0bbfb0cdc4c9c6172183cbe
6
+ metadata.gz: f92740a6cd1753159d2b6f0dcb9dd451be2000468dc3b5215112e3511359dc08d740f315bcd8d59d01e7753e78a7ee9b1c0db0f16160ad747dda3e04ba01e06b
7
+ data.tar.gz: 6816ccde6b5d5ed82a6ec0b3309e172c3ea92180fee6456084d57bc1637c21d3037be8ca86a97be3f030297d3e912f33b0e2f1829b427757e6f4d78beda6b844
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.82.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.81.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.83.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.83.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
  #
@@ -853,7 +853,6 @@ module Aws::States
853
853
  # * `Execution has exceeded the max execution time`.
854
854
  #
855
855
  # * `Execution redrivable period exceeded`.
856
- #
857
856
  # * For a Distributed Map that includes child workflows of type
858
857
  # `EXPRESS`, `redriveStatusReason` is only returned if the child
859
858
  # workflows are not redrivable. This happens when the child workflow
@@ -1186,7 +1185,7 @@ module Aws::States
1186
1185
  #
1187
1186
  # * white space
1188
1187
  #
1189
- # * brackets `< > \{ \} [ ]`
1188
+ # * brackets `< > { } [ ]`
1190
1189
  #
1191
1190
  # * wildcard characters `? *`
1192
1191
  #
@@ -1207,7 +1206,7 @@ module Aws::States
1207
1206
  # [Amazon States Language][1].
1208
1207
  #
1209
1208
  # If called with `includedData = METADATA_ONLY`, the returned
1210
- # definition will be `\{\}`.
1209
+ # definition will be `{}`.
1211
1210
  #
1212
1211
  #
1213
1212
  #
@@ -1435,7 +1434,7 @@ module Aws::States
1435
1434
  #
1436
1435
  # * white space
1437
1436
  #
1438
- # * brackets `< > \{ \} [ ]`
1437
+ # * brackets `< > { } [ ]`
1439
1438
  #
1440
1439
  # * wildcard characters `? *`
1441
1440
  #
@@ -3459,7 +3458,7 @@ module Aws::States
3459
3458
  #
3460
3459
  # * white space
3461
3460
  #
3462
- # * brackets `< > \{ \} [ ]`
3461
+ # * brackets `< > { } [ ]`
3463
3462
  #
3464
3463
  # * wildcard characters `? *`
3465
3464
  #
@@ -3479,10 +3478,10 @@ module Aws::States
3479
3478
  # The string that contains the JSON input data for the execution, for
3480
3479
  # example:
3481
3480
  #
3482
- # `"input": "\{"first_name" : "test"\}"`
3481
+ # `"input": "{"first_name" : "test"}"`
3483
3482
  #
3484
3483
  # <note markdown="1"> If you don't include any JSON input data, you still must include
3485
- # the two braces, for example: `"input": "\{\}"`
3484
+ # the two braces, for example: `"input": "{}"`
3486
3485
  #
3487
3486
  # </note>
3488
3487
  #
@@ -3535,10 +3534,10 @@ module Aws::States
3535
3534
  # The string that contains the JSON input data for the execution, for
3536
3535
  # example:
3537
3536
  #
3538
- # `"input": "\{"first_name" : "test"\}"`
3537
+ # `"input": "{"first_name" : "test"}"`
3539
3538
  #
3540
3539
  # <note markdown="1"> If you don't include any JSON input data, you still must include
3541
- # the two braces, for example: `"input": "\{\}"`
3540
+ # the two braces, for example: `"input": "{}"`
3542
3541
  #
3543
3542
  # </note>
3544
3543
  #
@@ -3692,7 +3691,7 @@ module Aws::States
3692
3691
  #
3693
3692
  # * white space
3694
3693
  #
3695
- # * brackets `< > \{ \} [ ]`
3694
+ # * brackets `< > { } [ ]`
3696
3695
  #
3697
3696
  # * wildcard characters `? *`
3698
3697
  #
@@ -3812,7 +3811,7 @@ module Aws::States
3812
3811
  #
3813
3812
  # * white space
3814
3813
  #
3815
- # * brackets `< > \{ \} [ ]`
3814
+ # * brackets `< > { } [ ]`
3816
3815
  #
3817
3816
  # * wildcard characters `? *`
3818
3817
  #
@@ -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.83.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.83.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-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core