aws-sdk-docdbelastic 1.38.0 → 1.39.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: ac39d4af5ae6e218a95d125428cb30d93515e8a264b53af7dace8055cbc1d74f
4
- data.tar.gz: 93f43aed1cb01fb5ff504e7b7acff186c89e0305b1112762ada84fb86e731411
3
+ metadata.gz: 2427f4c92ac366f6d794afd9e72da4d1502e5d9b24e14556d4710c3c943f77a3
4
+ data.tar.gz: bb7704379f48e22e9f44adb96a7b86e20921eeb7d49e634b9ecf0e57a80422a3
5
5
  SHA512:
6
- metadata.gz: 282153ac6282bf73aae3ae1e2af927d9c8c1a2fe9f04b1b1647edcce53501d62d2d381a3ce0a0d3f76cf3911e3e4b4cbdb4bcbfb2db4205bb7055963d5588ba5
7
- data.tar.gz: 44de9057906a65090d4133913c1a2bc5cb4042f7392d589085d7dbc6acbf2e5e977f02b167b936a6186a09c3100cf333564b964bff5c19a9420b536bd904d760
6
+ metadata.gz: 911565d5946ecfd47e8860570b585d296cb7bccf5f5f96aa6f1bcd94d83ab45826c54ebadf21638a46aba0d1eee6ecd792f45cd92c9cf734fc28be975c810a61
7
+ data.tar.gz: b409ed921e699c84541e7f71182004903ee24b9938559957b518f47e6a434c86ad67588d345b627895ae08119aa5928767210292b9fcb5c626325e60dbd5e66f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2025-10-23)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.38.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -1638,7 +1638,7 @@ module Aws::DocDBElastic
1638
1638
  tracer: tracer
1639
1639
  )
1640
1640
  context[:gem_name] = 'aws-sdk-docdbelastic'
1641
- context[:gem_version] = '1.38.0'
1641
+ context[:gem_version] = '1.39.0'
1642
1642
  Seahorse::Client::Request.new(handlers, context)
1643
1643
  end
1644
1644
 
@@ -13,22 +13,22 @@ module Aws::DocDBElastic
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::DocDBElastic
54
54
  autoload :EndpointProvider, 'aws-sdk-docdbelastic/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-docdbelastic/endpoints'
56
56
 
57
- GEM_VERSION = '1.38.0'
57
+ GEM_VERSION = '1.39.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-docdbelastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services