aws-sdk-lakeformation 1.70.0 → 1.71.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: 309f0a3fc34b2e1161a4fe09327d2635c983ce14414256ba51f0ee2bf339e473
4
- data.tar.gz: 1af9695ef5293ffbfe1c958ceb5ae360ad5f4ce8575e2ff19dfb3f13f7ef3dc1
3
+ metadata.gz: 597e2aef69165560466f998bff24da01e24538eabd87167f42c3ac35e38a7c2e
4
+ data.tar.gz: 9031e2927e63d2a6585a6afbaa6db7f0dc47c0a6d0350afe01c0a947e803fda2
5
5
  SHA512:
6
- metadata.gz: bf481cbfbb830829b2d80fc01b5f8e25a5e7ae9a6a5ebf492971e4f53d401756594d9a0857dc3857a271f98fdee37682dd2c7d8a1da2b91ec36186336ccebc12
7
- data.tar.gz: 3c044cf6d065ee709a3302a29da3527dacabedad2320a6df31144ee95004c498c8c6abda845ace4219c2ed2258b3fcf484fb51606a8c02418e103fe2e5ed5c43
6
+ metadata.gz: 0da1e67543ce28b43a525c5bd35319937409bf23659dcaeaa2fc51a0419a8afcf621284275deab2c4ed705108bcf14d1a92d21b66a54f156428120d9a9f4b51a
7
+ data.tar.gz: 8f1826dfd65d9fbf179a9230d1edc34a0fc009b5749be2672fc05133f3e949d96ff6813c76faa3d6c2c5e6578374fb38348591cc8532d3f505cb358d9d0feced
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -200,8 +200,7 @@ module Aws::LakeFormation
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -4210,7 +4209,7 @@ module Aws::LakeFormation
4210
4209
  tracer: tracer
4211
4210
  )
4212
4211
  context[:gem_name] = 'aws-sdk-lakeformation'
4213
- context[:gem_version] = '1.70.0'
4212
+ context[:gem_version] = '1.71.0'
4214
4213
  Seahorse::Client::Request.new(handlers, context)
4215
4214
  end
4216
4215
 
@@ -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.70.0'
57
+ GEM_VERSION = '1.71.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.70.0
4
+ version: 1.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services