aws-sdk-lakeformation 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: 3a54879715e87bc30c62dde0449163504fbf60dfd2fb5c18d572ae394914c27a
4
- data.tar.gz: 6abef8b81607d04429ea1efb470a9b0d96cf8fbe12d8bf4d869a9bec95f074a3
3
+ metadata.gz: 6e64dedf2c8920a0aca915842cb27bd64913d3c025e3ffc85943c93dbbb80e32
4
+ data.tar.gz: 85e8e8cf765345d405f8fedaa031a0859e7170aae36296e287681d96ebf82464
5
5
  SHA512:
6
- metadata.gz: 6819ea5c7b11217a6f72f5b760531a66fdd29ec6ce9bd83990a070f0ee9199da4eaf23a8592029f6a96ab38b787c7ae990d97f00569fb629ca9c92132ed7ed94
7
- data.tar.gz: ee32c6431fa5a07ccae41c5123334a5ee055d41401bbc1f841d0339fda5bef3b153789876da9ac5c6f0a8fdfa8620ad585450308400ae9bf211f8add52e3ddb7
6
+ metadata.gz: 5f5ca82de401c75ef81c7f4e1acb22e664da38ad59727d61e247cb8e8f0d066616ed7863bd4e12753f0986cc3fcf348eb1e6af8fdfefe1c3298ba24830426f76
7
+ data.tar.gz: 440d42dae06ecc51976d07854743ad3584726b2cba7e4d7e002402827eb69ea65a22c007d76e039799babd480a626a35b38e42ea60474fee64a61ed1724c23a6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.38.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -216,6 +216,10 @@ module Aws::LakeFormation
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -3221,7 +3225,7 @@ module Aws::LakeFormation
3221
3225
  params: params,
3222
3226
  config: config)
3223
3227
  context[:gem_name] = 'aws-sdk-lakeformation'
3224
- context[:gem_version] = '1.38.0'
3228
+ context[:gem_version] = '1.39.0'
3225
3229
  Seahorse::Client::Request.new(handlers, context)
3226
3230
  end
3227
3231
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lakeformation/customizations'
52
52
  # @!group service
53
53
  module Aws::LakeFormation
54
54
 
55
- GEM_VERSION = '1.38.0'
55
+ GEM_VERSION = '1.39.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lakeformation
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
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core