aws-sdk-lakeformation 1.77.0 → 1.78.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: cc6b3c47b00477542f13cc0be75554d32d2956d566a4259f119ed2925a9ecba1
4
- data.tar.gz: 4fe8622ff5d81157990c296d8cbaa0bdbc228a56c8c16948fb2a21b331263868
3
+ metadata.gz: ec05403a3b24a239b4296978931915c3f65905d7b49065f2bbd79e4a4008cd59
4
+ data.tar.gz: 9ff3860a23489149980c2c7b5a8ee8539d4d19853d077c60f69aa43f1e37bd8b
5
5
  SHA512:
6
- metadata.gz: d0a5d5838d98a237d72a1edb080695b535e5dd06f2ee36e4c69b20133c19b78b2ba78e7a2edb3c1ce19abf9cac2e62acedc2a9ebf9a350411bedfbe62e1f8a7e
7
- data.tar.gz: a075a1d76d32b4b74a2a31a447297a7d1ed5c31b5fafff9ce2b8c0dd0cddc11dd0ff4ed73418c273b1293272f40a7fb1f28930617148ccb33983206a209d58fb
6
+ metadata.gz: 7879b507ccb1b277c997e336fc53a1a125b0f41ee901419825e60008760d84d610be99dea15788ff52c452b5dcc8ec0c4ecbf86dd283e9f5cb1515969d809feb
7
+ data.tar.gz: 6a1e624a7b506209af884608ce7fc148e93ea24248621b25b259704c399075046807b7740a52af9e00e44787aaf34be1cbe868f007db9f6c6525685d394da0c0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.77.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -4216,7 +4216,7 @@ module Aws::LakeFormation
4216
4216
  tracer: tracer
4217
4217
  )
4218
4218
  context[:gem_name] = 'aws-sdk-lakeformation'
4219
- context[:gem_version] = '1.77.0'
4219
+ context[:gem_version] = '1.78.0'
4220
4220
  Seahorse::Client::Request.new(handlers, context)
4221
4221
  end
4222
4222
 
@@ -13,22 +13,22 @@ module Aws::LakeFormation
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::LakeFormation
54
54
  autoload :EndpointProvider, 'aws-sdk-lakeformation/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lakeformation/endpoints'
56
56
 
57
- GEM_VERSION = '1.77.0'
57
+ GEM_VERSION = '1.78.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-lakeformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services