aws-sdk-lakeformation 1.46.0 → 1.47.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lakeformation/client.rb +1 -1
- data/lib/aws-sdk-lakeformation/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-lakeformation.rb +1 -1
- data/sig/client.rbs +1446 -0
- data/sig/errors.rbs +70 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1080 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 813e2edc1b405e43c61273bb4fcc9d66a5e0154ffb65d112350e1ed036aecb09
|
4
|
+
data.tar.gz: 31286fa5e62a1926c283904dc5baf8d4869f92c3df7e432c4ffbb7f032231357
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2e03e9a03bb68738d2bcdff02940d9c7b5497fca60153eba18cf8767f972d79450b0730273481c7359638e33cc5b7a972d35c3797414ee4308e314f12c0a3b9
|
7
|
+
data.tar.gz: e28c26510c4d5ef86de0610467c8aa562c6246503cf1817f2e9de7368c62080ddec4a284fad181725b0ddf3e5ee49030ba9f92007f0f30fc43b079e57b04d57b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.47.0
|
@@ -3708,7 +3708,7 @@ module Aws::LakeFormation
|
|
3708
3708
|
params: params,
|
3709
3709
|
config: config)
|
3710
3710
|
context[:gem_name] = 'aws-sdk-lakeformation'
|
3711
|
-
context[:gem_version] = '1.
|
3711
|
+
context[:gem_version] = '1.47.0'
|
3712
3712
|
Seahorse::Client::Request.new(handlers, context)
|
3713
3713
|
end
|
3714
3714
|
|
@@ -14,6 +14,7 @@ module Aws::LakeFormation
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::LakeFormation::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|