aws-sdk-lakeformation 1.23.0 → 1.24.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 +3 -3
- data/lib/aws-sdk-lakeformation/client_api.rb +1 -1
- data/lib/aws-sdk-lakeformation/types.rb +1 -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: fb073a55f5d3bbb2367e2bec0e2098bdbfeffee2c3de98ecd4d617666e6c99ba
|
4
|
+
data.tar.gz: de27f11d619065336a3b34bc8de06b91b9a82d7a1302df5d40cb54912fb14869
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b3d49d7a508e59fb7b9693e52cf225608fdc60ba894a55a3467e525d541066507bcab746ce2048fb1c624bdea934e189de20e09bcaeaae095932d1d8e869b1b
|
7
|
+
data.tar.gz: 36c33099f13425f9faa85eb62bd97a63bc2c9a6f071d894b72c7deed1d11741140fe082579ec3d8a9c05544a12c7bd82c1cc067e6faf32bd1a50790a657804c7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.24.0
|
@@ -2917,7 +2917,7 @@ module Aws::LakeFormation
|
|
2917
2917
|
# @option params [required, String] :table_name
|
2918
2918
|
# The governed table to update.
|
2919
2919
|
#
|
2920
|
-
# @option params [
|
2920
|
+
# @option params [String] :transaction_id
|
2921
2921
|
# The transaction at which to do the write.
|
2922
2922
|
#
|
2923
2923
|
# @option params [required, Array<Types::WriteOperation>] :write_operations
|
@@ -2932,7 +2932,7 @@ module Aws::LakeFormation
|
|
2932
2932
|
# catalog_id: "CatalogIdString",
|
2933
2933
|
# database_name: "NameString", # required
|
2934
2934
|
# table_name: "NameString", # required
|
2935
|
-
# transaction_id: "TransactionIdString",
|
2935
|
+
# transaction_id: "TransactionIdString",
|
2936
2936
|
# write_operations: [ # required
|
2937
2937
|
# {
|
2938
2938
|
# add_object: {
|
@@ -3016,7 +3016,7 @@ module Aws::LakeFormation
|
|
3016
3016
|
params: params,
|
3017
3017
|
config: config)
|
3018
3018
|
context[:gem_name] = 'aws-sdk-lakeformation'
|
3019
|
-
context[:gem_version] = '1.
|
3019
|
+
context[:gem_version] = '1.24.0'
|
3020
3020
|
Seahorse::Client::Request.new(handlers, context)
|
3021
3021
|
end
|
3022
3022
|
|
@@ -936,7 +936,7 @@ module Aws::LakeFormation
|
|
936
936
|
UpdateTableObjectsRequest.add_member(:catalog_id, Shapes::ShapeRef.new(shape: CatalogIdString, location_name: "CatalogId"))
|
937
937
|
UpdateTableObjectsRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
938
938
|
UpdateTableObjectsRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
939
|
-
UpdateTableObjectsRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString,
|
939
|
+
UpdateTableObjectsRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
|
940
940
|
UpdateTableObjectsRequest.add_member(:write_operations, Shapes::ShapeRef.new(shape: WriteOperationList, required: true, location_name: "WriteOperations"))
|
941
941
|
UpdateTableObjectsRequest.struct_class = Types::UpdateTableObjectsRequest
|
942
942
|
|
@@ -4288,7 +4288,7 @@ module Aws::LakeFormation
|
|
4288
4288
|
# catalog_id: "CatalogIdString",
|
4289
4289
|
# database_name: "NameString", # required
|
4290
4290
|
# table_name: "NameString", # required
|
4291
|
-
# transaction_id: "TransactionIdString",
|
4291
|
+
# transaction_id: "TransactionIdString",
|
4292
4292
|
# write_operations: [ # required
|
4293
4293
|
# {
|
4294
4294
|
# add_object: {
|
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.24.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: 2022-02-
|
11
|
+
date: 2022-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|