aws-sdk-lakeformation 1.32.0 → 1.33.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lakeformation/client.rb +3 -3
- data/lib/aws-sdk-lakeformation/types.rb +2 -1
- data/lib/aws-sdk-lakeformation.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0506d42f1f0555db53063a45ab918abb21642b48bb6dd4a79416765ec388aa0
|
|
4
|
+
data.tar.gz: 1301a770fc354aaf4ba9bb359301fc7a9270db4bbc8d9df0e91c5023a2b4d3e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b1f2536484bb8e9bbb7d6f2c98bf0d80b8592bd49b0c4e20d0cb42e489293557a21a0c0db7fff4ac3a2351932c39cdc2634b73c05bf931f394b47787e67751a
|
|
7
|
+
data.tar.gz: c7a0cf1748956060a353e44e5f097ee4222c09efec89f4cd663e5d84f1f7206782c1a0409e60c7b025198a05458c9d8ef17e163d0dd3c324fc35d29ddc3d381b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.33.0
|
|
@@ -2510,7 +2510,7 @@ module Aws::LakeFormation
|
|
|
2510
2510
|
# `ResourceArn = arn:aws:s3:::my-bucket UseServiceLinkedRole = true`
|
|
2511
2511
|
#
|
|
2512
2512
|
# If `UseServiceLinkedRole` is not set to true, you must provide or set
|
|
2513
|
-
# the `RoleArn
|
|
2513
|
+
# the `RoleArn`:
|
|
2514
2514
|
#
|
|
2515
2515
|
# `arn:aws:iam::12345:role/my-data-access-role`
|
|
2516
2516
|
#
|
|
@@ -2678,7 +2678,7 @@ module Aws::LakeFormation
|
|
|
2678
2678
|
#
|
|
2679
2679
|
#
|
|
2680
2680
|
#
|
|
2681
|
-
# [1]: https://docs
|
|
2681
|
+
# [1]: https://docs.aws.amazon.com/lake-formation/latest/dg/security-data-access.html
|
|
2682
2682
|
#
|
|
2683
2683
|
# @option params [Array<String>] :permissions_with_grant_option
|
|
2684
2684
|
# Indicates a list of permissions for which to revoke the grant option
|
|
@@ -3195,7 +3195,7 @@ module Aws::LakeFormation
|
|
|
3195
3195
|
params: params,
|
|
3196
3196
|
config: config)
|
|
3197
3197
|
context[:gem_name] = 'aws-sdk-lakeformation'
|
|
3198
|
-
context[:gem_version] = '1.
|
|
3198
|
+
context[:gem_version] = '1.33.0'
|
|
3199
3199
|
Seahorse::Client::Request.new(handlers, context)
|
|
3200
3200
|
end
|
|
3201
3201
|
|
|
@@ -497,6 +497,7 @@ module Aws::LakeFormation
|
|
|
497
497
|
# @return [Types::ColumnWildcard]
|
|
498
498
|
#
|
|
499
499
|
# @!attribute [rw] version_id
|
|
500
|
+
# The ID of the data cells filter version.
|
|
500
501
|
# @return [String]
|
|
501
502
|
#
|
|
502
503
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/DataCellsFilter AWS API Documentation
|
|
@@ -2590,7 +2591,7 @@ module Aws::LakeFormation
|
|
|
2590
2591
|
#
|
|
2591
2592
|
#
|
|
2592
2593
|
#
|
|
2593
|
-
# [1]: https://docs
|
|
2594
|
+
# [1]: https://docs.aws.amazon.com/lake-formation/latest/dg/security-data-access.html
|
|
2594
2595
|
# @return [Array<String>]
|
|
2595
2596
|
#
|
|
2596
2597
|
# @!attribute [rw] permissions_with_grant_option
|
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.33.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-03-
|
|
11
|
+
date: 2023-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|