aws-sdk-states 1.98.0 → 1.99.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: 449a6e037f0e3211866bfecf6e719c8f10bd134500a1fb422e0be72d4c40e705
4
- data.tar.gz: 97d24aa12d5022afb50fc9ff2293e88d54142cc7b571663cb9567f67e462c0dd
3
+ metadata.gz: 61a333c5e3c473390de92a7f96c2d97e0aa9467be44c45877e6d58a3d8748613
4
+ data.tar.gz: e1e3638ff683a09fb4515c3d15cdc8a73692257a3af5478e689ffb871f4d79c1
5
5
  SHA512:
6
- metadata.gz: 4ca56ac44c43cbd0262b4b7ea0f491fa8c6101bfb244f3518e80642f3445920a435917155932cf92bb3b674beb7dfa976d1356ef588915d52d5a322992a519b6
7
- data.tar.gz: 02ca79e0471234d2cbc1114dead794e9e211c7f6f2e1cb43c561ec9aaa5ac13294d737308c3a10db069e04e72cde2fc06c3f2d0cd20faa4e8b29ff969c40fcea
6
+ metadata.gz: df7f0917169931b5ce079125569ea2fef9cf0cdc89f4145c5a400ebc550cf28419323ab8d57d67babca4a57aacb29157fc248e48808d5de6601117d803077868
7
+ data.tar.gz: 43d626f250f7b3ecbbf5cec4f6a482cce986e725d6b649b760ffe3bc57b8eb6956efbe62210515b4fe115ecbc96c39195095bc0ecf998c39aa8794811fc007fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.98.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -3532,7 +3532,7 @@ module Aws::States
3532
3532
  tracer: tracer
3533
3533
  )
3534
3534
  context[:gem_name] = 'aws-sdk-states'
3535
- context[:gem_version] = '1.98.0'
3535
+ context[:gem_version] = '1.99.0'
3536
3536
  Seahorse::Client::Request.new(handlers, context)
3537
3537
  end
3538
3538
 
@@ -13,22 +13,22 @@ module Aws::States
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.98.0'
57
+ GEM_VERSION = '1.99.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.98.0
4
+ version: 1.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services