aws-sdk-lakeformation 1.30.0 → 1.31.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36e48de9f49d9f5816233c12aea8cc36c182e70f754ab31b07791378a068bd71
|
4
|
+
data.tar.gz: aaf451a7f57b0769445bbdb3669f50d4d2f136818d684087b5178c10f3f96eb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77063f2e1bc8a7d9aa78ae8278297d50be1a175e13cbb7d302553e2c04045047d8ab7c365fd56118c4bd6780b0c6bdbf497c22340b610c7a6420c9519f0830b3
|
7
|
+
data.tar.gz: ef96b386f7d36507bde01a7f503157805b08eebce940f908ea91e2586c962345f657307d94e4e021083591c1c3d728da154d2d793eaedaa74880e7df1ae8bfde
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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)
|
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
|
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.
|
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-
|
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
|