aws-sdk-lakeformation 1.30.0 → 1.31.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: deecfd4f57236dfa2e8cb2e375b7a6454e32675f9e69679c62908b2d061e9607
4
- data.tar.gz: 25a91c56137a3c88525a520dd580f6eeea83c9c520d51c449a295fb3f50c5dcf
3
+ metadata.gz: 36e48de9f49d9f5816233c12aea8cc36c182e70f754ab31b07791378a068bd71
4
+ data.tar.gz: aaf451a7f57b0769445bbdb3669f50d4d2f136818d684087b5178c10f3f96eb6
5
5
  SHA512:
6
- metadata.gz: f58aed185e3839352d793364fdedfd6feed23c1b04eafcf572812dc7cdfdb09e93dcaa90387672cdf690aae3ab7275302cf42bebd89bc41059fd535fc2a6100c
7
- data.tar.gz: 63b44fe2366166e78ede19e7148a2b75e629be4837f882c15a5f06c2b4f1b055781ca1166fe1212d3290eb9634db44d2c6330ade013a74cbed8295c0375b13e2
6
+ metadata.gz: 77063f2e1bc8a7d9aa78ae8278297d50be1a175e13cbb7d302553e2c04045047d8ab7c365fd56118c4bd6780b0c6bdbf497c22340b610c7a6420c9519f0830b3
7
+ data.tar.gz: ef96b386f7d36507bde01a7f503157805b08eebce940f908ea91e2586c962345f657307d94e4e021083591c1c3d728da154d2d793eaedaa74880e7df1ae8bfde
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.0 (2023-02-08)
5
+ ------------------
6
+
7
+ * Feature - This release removes the LFTagpolicyResource expression limits.
8
+
4
9
  1.30.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -3106,7 +3106,7 @@ module Aws::LakeFormation
3106
3106
  params: params,
3107
3107
  config: config)
3108
3108
  context[:gem_name] = 'aws-sdk-lakeformation'
3109
- context[:gem_version] = '1.30.0'
3109
+ context[:gem_version] = '1.31.0'
3110
3110
  Seahorse::Client::Request.new(handlers, context)
3111
3111
  end
3112
3112
 
@@ -50,6 +50,9 @@ module Aws::LakeFormation
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?
@@ -15,7 +15,7 @@ module Aws::LakeFormation
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
17
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
18
+ if Aws::Endpoints::Matchers.set?(endpoint)
19
19
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
20
  raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
21
  end
@@ -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.30.0'
55
+ GEM_VERSION = '1.31.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.30.0
4
+ version: 1.31.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-01-18 00:00:00.000000000 Z
11
+ date: 2023-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core