aws-sdk-lakeformation 1.54.0 → 1.55.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: 617a1ed8976ba3d9ff597de20f129562ec858a002a393ab5335dc9716c248299
4
- data.tar.gz: 71f373be02aef69958320e380178452ff64fbd2c592dde961621639281177a45
3
+ metadata.gz: 2bc46b551a68641b77dad28a078fb236b53637123aab7cc16dd84bfc8d17d6d7
4
+ data.tar.gz: 178734660454e2ee359cfb4043a92d7d41d6fd86f918905951ccb239b670b267
5
5
  SHA512:
6
- metadata.gz: 92965a05f03709a014af99ebc59208e41d5ff0a1d148bc1da7ee56934eda63ea10a75e4ee60d0bd82df98d6aa0c2c41e38222e6d30d8942613c835ecac8529ed
7
- data.tar.gz: 07f222b69e2246c9c2d2b09f50dae11a8a325d20f1ba49b6d7226e9b1f95b11537a2f80fd6c8fcfc27b21c53e6694f9ae7d1cc1532a280cd975bc95e7afe8310
6
+ metadata.gz: c41ccd8d95a5071d23ed43df4b05bce9b58e939e3c4619efffd84c973daf156e0bbbb5a9733ec2beabf6321cfefbbd66ff4f37e6bd381ee82aa5420670fd07fc
7
+ data.tar.gz: 54d7deb99546933a315944413c9af61f17f03722baf31472c66e32b1eea5b2e7fe04789b30b9d082f8cabb18d880fb837cfd33b65ef70a5ca0269767badcc28b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -3798,7 +3798,7 @@ module Aws::LakeFormation
3798
3798
  params: params,
3799
3799
  config: config)
3800
3800
  context[:gem_name] = 'aws-sdk-lakeformation'
3801
- context[:gem_version] = '1.54.0'
3801
+ context[:gem_version] = '1.55.0'
3802
3802
  Seahorse::Client::Request.new(handlers, context)
3803
3803
  end
3804
3804
 
@@ -1160,6 +1160,7 @@ module Aws::LakeFormation
1160
1160
 
1161
1161
  api.metadata = {
1162
1162
  "apiVersion" => "2017-03-31",
1163
+ "auth" => ["aws.auth#sigv4"],
1163
1164
  "endpointPrefix" => "lakeformation",
1164
1165
  "jsonVersion" => "1.1",
1165
1166
  "protocol" => "rest-json",
@@ -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.54.0'
55
+ GEM_VERSION = '1.55.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.54.0
4
+ version: 1.55.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: 2024-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core