aws-sdk-memorydb 1.53.0 → 1.54.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: 37a13deb1a497b18c1f09daecb4a0761536a2c1bcde450abe1b3cf1d191e4093
4
- data.tar.gz: 629c33b77a6ea41b7f126a7786b223afbdfd5babde87fdd0969b4618701bc84b
3
+ metadata.gz: 8e949cc85a3a2d04a7e3a0b657a83f527dc99af59e267b604117619427e9e3e8
4
+ data.tar.gz: 220b378f6974f1cc7e94bfab8f72bc577abf963913c43039963ccc24ebfb17d4
5
5
  SHA512:
6
- metadata.gz: 0a253a25c737dd53291ae015d7c7e52585ce190e7ed7b3fae1b18b8a385387ddedf13de4cd471edcaa4183f64b1c0350b3526bf2ccaf839b2e388fafeffb0605
7
- data.tar.gz: 36611810e445d1ffea9b5922c993534fc06bd8619e1152199b3fe828b2607edc62e87699b0db156a739b5798d934b285af1cf03822a8279fa2adafcbf95b7091
6
+ metadata.gz: 814ce75cf54d1104295ffa0080e9f5452d2f78d031af4d0bf3a51c1ffdb1ff73947f9dd98f2dba62c4ae6cb324ff1160a98914dcc9322d0bcc3b46a1ae971f40
7
+ data.tar.gz: 508a80ab44394d70e14e6140f66a02971bf5ff94a58c483e06099ca710711d1b641b17e23641fc9b762e777ae3f5c7abaccdfd1aa3dd9afee8a9362ee69f6822
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.53.0 (2025-10-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -3544,7 +3544,7 @@ module Aws::MemoryDB
3544
3544
  tracer: tracer
3545
3545
  )
3546
3546
  context[:gem_name] = 'aws-sdk-memorydb'
3547
- context[:gem_version] = '1.53.0'
3547
+ context[:gem_version] = '1.54.0'
3548
3548
  Seahorse::Client::Request.new(handlers, context)
3549
3549
  end
3550
3550
 
@@ -13,22 +13,22 @@ module Aws::MemoryDB
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::MemoryDB
54
54
  autoload :EndpointProvider, 'aws-sdk-memorydb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-memorydb/endpoints'
56
56
 
57
- GEM_VERSION = '1.53.0'
57
+ GEM_VERSION = '1.54.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-memorydb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services