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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45654dbef185bb081f694090115720fafaf68ed209c4fef6c5a7ebef07ef2c2a
4
- data.tar.gz: b094503abe317c83e37a9bc88c7db2fa6f32def9f1739465b19cbe3501e18181
3
+ metadata.gz: d0506d42f1f0555db53063a45ab918abb21642b48bb6dd4a79416765ec388aa0
4
+ data.tar.gz: 1301a770fc354aaf4ba9bb359301fc7a9270db4bbc8d9df0e91c5023a2b4d3e7
5
5
  SHA512:
6
- metadata.gz: 45f1553af29484cf00ee9ffb24a23e4052b3461990ef1cb1f39d48ab15152ae66438ba93d5c953ba82d7d54559ebd9b30c1ebc9b53583b60e7fe81a6a5509689
7
- data.tar.gz: 28b8a8048b921b66165f18b71fb02592633561abb11d78e60613f4b6c467e5735956dfc1bd1e3fc7e266fb5193d4a78d4fc37cd3a383713fa15fafc865f038a4
6
+ metadata.gz: 2b1f2536484bb8e9bbb7d6f2c98bf0d80b8592bd49b0c4e20d0cb42e489293557a21a0c0db7fff4ac3a2351932c39cdc2634b73c05bf931f394b47787e67751a
7
+ data.tar.gz: c7a0cf1748956060a353e44e5f097ee4222c09efec89f4cd663e5d84f1f7206782c1a0409e60c7b025198a05458c9d8ef17e163d0dd3c324fc35d29ddc3d381b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2023-03-13)
5
+ ------------------
6
+
7
+ * Feature - This release updates the documentation regarding Get/Update DataCellsFilter
8
+
4
9
  1.32.0 (2023-03-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.32.0
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-aws.amazon.com/lake-formation/latest/dg/security-data-access.html
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.32.0'
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-aws.amazon.com/lake-formation/latest/dg/security-data-access.html
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lakeformation/customizations'
52
52
  # @!group service
53
53
  module Aws::LakeFormation
54
54
 
55
- GEM_VERSION = '1.32.0'
55
+ GEM_VERSION = '1.33.0'
56
56
 
57
57
  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.32.0
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-08 00:00:00.000000000 Z
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