aws-sdk-dax 1.78.0 → 1.79.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: 02bb4f0c3bbf1910f6d2d17b234be9bbdfdeb89b58469093a125feb602d7c771
4
- data.tar.gz: 5b8cee78bd0a6dfa4529e115deb18df8aba8f4c266e88734b4a6d88b77ca355b
3
+ metadata.gz: ee430815c6aaa98cc94913994b8cb5c42acbc63b6c29a61553a6024b2501b78f
4
+ data.tar.gz: 7f9471acc10787c32c14faffe8ac66d7bb45bb3c3e9904f7bb1931af4f486572
5
5
  SHA512:
6
- metadata.gz: 9c2387233374bb0f4a67c63f63e71cd65bae61fda7bace34a0eab33c78d2696270ef6a7a69876eb8178d7132d4fa9c3d66b2b8ed3bf6e9483752343b32eb6f51
7
- data.tar.gz: ce07601287f8c6b3f3e5a5ed358ef10d5c0afedf0f852273c394d3ffafed6a4d583c5e5892c0349c7cfa0dd717cb87955ef8b3c7293a9181f258cbadeccb2b1e
6
+ metadata.gz: 2469cc3ee5ebb0e817c90d7eac08bf9a3985f8170a0e8862736d0c35b5026ab1fd74ea4d5961ee10b662525a95f9c203804afd71f9d75fb8b1c5df73ad39de79
7
+ data.tar.gz: 1408c9efc6ca1991490d43f80906516116645808d0b97d8b5135026541b0d926e2ef5876d84d3b696da7fb4cdf5c9e4a3a775c5b282b3ac46e9ca0e3dade1e0d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.79.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.78.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.79.0
@@ -1853,7 +1853,7 @@ module Aws::DAX
1853
1853
  tracer: tracer
1854
1854
  )
1855
1855
  context[:gem_name] = 'aws-sdk-dax'
1856
- context[:gem_version] = '1.78.0'
1856
+ context[:gem_version] = '1.79.0'
1857
1857
  Seahorse::Client::Request.new(handlers, context)
1858
1858
  end
1859
1859
 
@@ -13,22 +13,22 @@ module Aws::DAX
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,
data/lib/aws-sdk-dax.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::DAX
54
54
  autoload :EndpointProvider, 'aws-sdk-dax/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-dax/endpoints'
56
56
 
57
- GEM_VERSION = '1.78.0'
57
+ GEM_VERSION = '1.79.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-dax
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services