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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0eaef2ad0477a7fd633e262c9a52801d32de3be534d009f8b71152f95668d263
4
- data.tar.gz: 0f88276957bfedacb9dbf94d0e9a114d8ae2654837f7174b81d0368560c0607a
3
+ metadata.gz: fb073a55f5d3bbb2367e2bec0e2098bdbfeffee2c3de98ecd4d617666e6c99ba
4
+ data.tar.gz: de27f11d619065336a3b34bc8de06b91b9a82d7a1302df5d40cb54912fb14869
5
5
  SHA512:
6
- metadata.gz: 39dbfa33e8a9ea6a31996f4fe3502039e56fa0afde76d409def63c7caa3153a7b70b4926a52cc08e48a3ff0959f5a90a6ac6fd8908a59d269c6e7760e7804761
7
- data.tar.gz: 6247099aed34538f7f264ce5e67a2a5d645f1c999a86200e8cee4ebb2da34d12e7db118d68258247a6a73c1a102a94fb6f01615a9f2ec15169195508fdc87261
6
+ metadata.gz: 7b3d49d7a508e59fb7b9693e52cf225608fdc60ba894a55a3467e525d541066507bcab746ce2048fb1c624bdea934e189de20e09bcaeaae095932d1d8e869b1b
7
+ data.tar.gz: 36c33099f13425f9faa85eb62bd97a63bc2c9a6f071d894b72c7deed1d11741140fe082579ec3d8a9c05544a12c7bd82c1cc067e6faf32bd1a50790a657804c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2022-02-04)
5
+ ------------------
6
+
7
+ * Feature - Add support for calling Update Table Objects without a TransactionId.
8
+
4
9
  1.23.0 (2022-02-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
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 [required, String] :transaction_id
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", # required
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.23.0'
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, required: true, location_name: "TransactionId"))
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", # required
4291
+ # transaction_id: "TransactionIdString",
4292
4292
  # write_operations: [ # required
4293
4293
  # {
4294
4294
  # add_object: {
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lakeformation/customizations'
48
48
  # @!group service
49
49
  module Aws::LakeFormation
50
50
 
51
- GEM_VERSION = '1.23.0'
51
+ GEM_VERSION = '1.24.0'
52
52
 
53
53
  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.23.0
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-03 00:00:00.000000000 Z
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