aws-sdk-elasticache 1.134.0 → 1.135.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: 7385be370c01639d10445f598de74860b43e6ebc0f22bdb33beae35c8c799c49
4
- data.tar.gz: 0ed1fbde032ca5cc09261cde1b38ae824b0244ef66fb95e07c7fe400f4518cb9
3
+ metadata.gz: ba38e486e1fbe6b2041f3d42e211657ba9f34d29882092f4e3b122bd5fe29032
4
+ data.tar.gz: 898ac91eab7ed2945f5f22332c4d12470a51a9c57887a91dd787c9876464fb55
5
5
  SHA512:
6
- metadata.gz: 9453f658ecb9bacdcfa0aec8f3f6df00db8446c0f27d1807d2e63f2bda104b16d683c41faf0d1c7985ee5a5e3bc7c4755b65be5a6d5f8016dbcc2899a42602d0
7
- data.tar.gz: 967b4252d1ddf2d2a757435d8465d594ff18945c71df52e0517f278f716768db1d4ba2052d42a17993691a5612b5e01282c85c4d52a74296d5f5b365561f7c17
6
+ metadata.gz: e0880b3f1d1551a30f64347931c97365f56132b11ce028c960462cc896a24c28cc41f8fc4bc607ba19e8d7e26de7b700555f037ac8d2610fdd7ee7fae61bdda3
7
+ data.tar.gz: 004d03d5b6f9994526aac2d6942f5b0b231515da321d2bfeba8510aa538d612465e48d48273e49f4ddb7e7510fabc3da603a40341f59d9c098b4b9a5479ca6c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.134.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -11493,7 +11493,7 @@ module Aws::ElastiCache
11493
11493
  tracer: tracer
11494
11494
  )
11495
11495
  context[:gem_name] = 'aws-sdk-elasticache'
11496
- context[:gem_version] = '1.134.0'
11496
+ context[:gem_version] = '1.135.0'
11497
11497
  Seahorse::Client::Request.new(handlers, context)
11498
11498
  end
11499
11499
 
@@ -13,22 +13,22 @@ module Aws::ElastiCache
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,
@@ -55,7 +55,7 @@ module Aws::ElastiCache
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticache/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticache/endpoints'
57
57
 
58
- GEM_VERSION = '1.134.0'
58
+ GEM_VERSION = '1.135.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.134.0
4
+ version: 1.135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services