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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 549183c6ef97c414f0f853615b9d4294055e1adc379c9c8d43d5a38f710f61fa
4
- data.tar.gz: 05c5271a058b732311caf8164a7d12fb8db4a78f5ecea5bc7d23fbbd67453642
3
+ metadata.gz: 1cc06b96d97ca42d5aad20fc498de75195843304d0c6c6cb379fd477722f1e03
4
+ data.tar.gz: 637b9abbaafc39d9db5b2d3a9009f32460635d03fd0ae69a7ef120d501cb5d83
5
5
  SHA512:
6
- metadata.gz: d0b867e49261c84db7d81585155c6588d7c8594e4b70012af603a63fafc36ac372b3e3959121e84f6e540c37ee9ae3ebee1f84f246ac903d0d6a0dfb3f6c0f98
7
- data.tar.gz: 710d597260d1f47a206da71addb10eea3989ec722cd5789eeed91b630622134b68ac8b587e61b9865ed78d5723e71bce842c910ee47c495c5164d8d89ebcf1e3
6
+ metadata.gz: b82a8cedc784b47b659d994799a62c3b00b32fc6a5533438e4818c2c7cb1491758c6dea43c4a6fb6aa938d4e36a2355ac9eb59bf2fffcd4abfa102c134478f8d
7
+ data.tar.gz: 8179bd192b5e0309b80bfd26f6955c87866480f0d31d237342784050603766d4ed1424f39e7ba67a334f0f99973a9a6ab817eea5df56116b0dfe32e3449508b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2026-03-30)
5
+ ------------------
6
+
7
+ * Feature - Add setSourceIdentity to DataLakeSettings Parameters
8
+
4
9
  1.87.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
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.87.0'
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. CROSS\_ACCOUNT\_VERSION is the key you can configure in
798
- # the Parameters field. Accepted values for the CrossAccountVersion
799
- # key are 1, 2, 3, 4 and 5.
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
@@ -54,7 +54,7 @@ module Aws::LakeFormation
54
54
  autoload :EndpointProvider, 'aws-sdk-lakeformation/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lakeformation/endpoints'
56
56
 
57
- GEM_VERSION = '1.87.0'
57
+ GEM_VERSION = '1.88.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lakeformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.87.0
4
+ version: 1.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services