aws-sdk-lakeformation 1.3.0 → 1.4.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: 26d1b780865e3bba2c6e2aeca4689a66fde2f61d2c49cb7fbd64d97339001838
4
- data.tar.gz: 3fe39fddb80bda5b5eceb0aa209c449ad0af6c1cf5d206ad6a3ce13d2c0316c2
3
+ metadata.gz: 971a54c2549d5a1e23f5e429f24a023cec9ccc96da8eeb02b73e7921f16df514
4
+ data.tar.gz: 8196f1868ea5dd22cc4ae0192374081c8bd496cd396b7515efa75d006a4264ad
5
5
  SHA512:
6
- metadata.gz: f46b571254b03458162b54a29edc3dc4946cc274a553d84c9e86e646d6225df1bd5f2d36fae60bf6d5e605f20fefea90d83f4639dcffb80e09de48e1657f621a
7
- data.tar.gz: fbf03bed66403fd1ea194073161d81092cd0265b9614b488512dddc43ce02cddeddf3c9ae0287b667f15424c655ab37d68499da1deeceb12be0d039e05d9ae45
6
+ metadata.gz: 274b79ffe53e547fbbb709c86784413e75b281eb10e157064a84008a0dcc85f7e89c4af44ff7df28ac8a44eefdce554b0d455435785bbf3a580e391433780e0f
7
+ data.tar.gz: 1048e4ca74041e407255f965b663ec4e1e427718f804dbbe57ab8018e7ebf3b03f2a892ca5f798a6ddf1134969fe7d5e7d2b0e5cb448c50280b06a5b7909f6bb
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-lakeformation/customizations'
45
45
  # @service
46
46
  module Aws::LakeFormation
47
47
 
48
- GEM_VERSION = '1.3.0'
48
+ GEM_VERSION = '1.4.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::LakeFormation
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -1104,7 +1104,7 @@ module Aws::LakeFormation
1104
1104
  params: params,
1105
1105
  config: config)
1106
1106
  context[:gem_name] = 'aws-sdk-lakeformation'
1107
- context[:gem_version] = '1.3.0'
1107
+ context[:gem_version] = '1.4.0'
1108
1108
  Seahorse::Client::Request.new(handlers, context)
1109
1109
  end
1110
1110
 
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.3.0
4
+ version: 1.4.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: 2020-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core