aws-sdk-lakeformation 1.76.0 → 1.77.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: 8c6481e1c8b2e7661b3493646f01592f923475ae20a1a69b71dae6b6d61e28f6
4
- data.tar.gz: 777ecde16156df571dceaa63ad50b865543699d8e43a38c7db821e84980d7670
3
+ metadata.gz: cc6b3c47b00477542f13cc0be75554d32d2956d566a4259f119ed2925a9ecba1
4
+ data.tar.gz: 4fe8622ff5d81157990c296d8cbaa0bdbc228a56c8c16948fb2a21b331263868
5
5
  SHA512:
6
- metadata.gz: 965e292da657e4909f5d5dee50572a568a2cfec0d994bcaa550649bb94e012b72e57b5323bc600470204fb78b11b67dc54214b5e5103a3db3e9baf2dc543fd7d
7
- data.tar.gz: 7b2cab9896beea68d604ddbec433c2120dd13dc78e90fad4181b3470106ff47b5b71ccfa25d2c48075cbc385b4afeeacf4edb97a069c1a1d5b109ec48b9349d0
6
+ metadata.gz: d0a5d5838d98a237d72a1edb080695b535e5dd06f2ee36e4c69b20133c19b78b2ba78e7a2edb3c1ce19abf9cac2e62acedc2a9ebf9a350411bedfbe62e1f8a7e
7
+ data.tar.gz: a075a1d76d32b4b74a2a31a447297a7d1ed5c31b5fafff9ce2b8c0dd0cddc11dd0ff4ed73418c273b1293272f40a7fb1f28930617148ccb33983206a209d58fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.76.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.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.76.0'
4219
+ context[:gem_version] = '1.77.0'
4220
4220
  Seahorse::Client::Request.new(handlers, context)
4221
4221
  end
4222
4222
 
@@ -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.76.0'
57
+ GEM_VERSION = '1.77.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.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services