aws-sdk-lakeformation 1.87.0 → 1.88.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 +5 -1
- data/lib/aws-sdk-lakeformation/types.rb +13 -3
- data/lib/aws-sdk-lakeformation.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cc06b96d97ca42d5aad20fc498de75195843304d0c6c6cb379fd477722f1e03
|
|
4
|
+
data.tar.gz: 637b9abbaafc39d9db5b2d3a9009f32460635d03fd0ae69a7ef120d501cb5d83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b82a8cedc784b47b659d994799a62c3b00b32fc6a5533438e4818c2c7cb1491758c6dea43c4a6fb6aa938d4e36a2355ac9eb59bf2fffcd4abfa102c134478f8d
|
|
7
|
+
data.tar.gz: 8179bd192b5e0309b80bfd26f6955c87866480f0d31d237342784050603766d4ed1424f39e7ba67a334f0f99973a9a6ab817eea5df56116b0dfe32e3449508b6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.88.0
|
|
@@ -2303,6 +2303,10 @@ module Aws::LakeFormation
|
|
|
2303
2303
|
# providing temporary scoped credentials that are limited to the
|
|
2304
2304
|
# requested data location and the caller's authorized access level.
|
|
2305
2305
|
#
|
|
2306
|
+
# `GetDataAccess` is logged in CloudTrail whenever a principal requests
|
|
2307
|
+
# temporary data location credentials to access data in a data lake
|
|
2308
|
+
# location that is registered with Lake Formation.
|
|
2309
|
+
#
|
|
2306
2310
|
# The API operation returns an error in the following scenarios:
|
|
2307
2311
|
#
|
|
2308
2312
|
# * The data location is not registered with Lake Formation.
|
|
@@ -4366,7 +4370,7 @@ module Aws::LakeFormation
|
|
|
4366
4370
|
tracer: tracer
|
|
4367
4371
|
)
|
|
4368
4372
|
context[:gem_name] = 'aws-sdk-lakeformation'
|
|
4369
|
-
context[:gem_version] = '1.
|
|
4373
|
+
context[:gem_version] = '1.88.0'
|
|
4370
4374
|
Seahorse::Client::Request.new(handlers, context)
|
|
4371
4375
|
end
|
|
4372
4376
|
|
|
@@ -794,9 +794,19 @@ module Aws::LakeFormation
|
|
|
794
794
|
#
|
|
795
795
|
# @!attribute [rw] parameters
|
|
796
796
|
# A key-value map that provides an additional configuration on your
|
|
797
|
-
# data lake.
|
|
798
|
-
#
|
|
799
|
-
#
|
|
797
|
+
# data lake. The following key-value pairs are supported:
|
|
798
|
+
#
|
|
799
|
+
# * `CROSS_ACCOUNT_VERSION` - Accepted values are 1, 2, 3, 4, and 5.
|
|
800
|
+
#
|
|
801
|
+
# * `SET_SOURCE_IDENTITY` - Accepted values are `TRUE` and `FALSE`.
|
|
802
|
+
# When set to `TRUE`, Lake Formation includes the IAM role
|
|
803
|
+
# identifier that was used to query in the S3 data event CloudTrail
|
|
804
|
+
# logs for `s3:GetObject` calls. For more information, see [Tracking
|
|
805
|
+
# query engine IAM roles in S3 data events][1].
|
|
806
|
+
#
|
|
807
|
+
#
|
|
808
|
+
#
|
|
809
|
+
# [1]: https://docs.aws.amazon.com/lake-formation/latest/dg/cloudtrail-logging.html#source-identity-cloudtrail
|
|
800
810
|
# @return [Hash<String,String>]
|
|
801
811
|
#
|
|
802
812
|
# @!attribute [rw] trusted_resource_owners
|