aws-sdk-lakeformation 1.46.0 → 1.47.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: dd6854c58e8eeba79b7a63aca551a32a776c11f4720dee1de378702a9464878e
4
- data.tar.gz: fb99b30bfd97525fbe02d04d9354132a5d9a911fa5d83a3388368416f54a6f28
3
+ metadata.gz: 813e2edc1b405e43c61273bb4fcc9d66a5e0154ffb65d112350e1ed036aecb09
4
+ data.tar.gz: 31286fa5e62a1926c283904dc5baf8d4869f92c3df7e432c4ffbb7f032231357
5
5
  SHA512:
6
- metadata.gz: 78d30b1abb502ee336252f397850cfbb4549a2451893986a485424b0603b4490c2624bd95caf461aa166c9569909c5d896ef5b47c2dc61592a1117ae74aa216a
7
- data.tar.gz: b9fa2978df420001b94ff115717f62eff24aed4c7830f022c77b52a69c51938fe8d25e2027dd31cfab11a9347d7c5b15d8345f9c9984528072b0515e723c0d89
6
+ metadata.gz: b2e03e9a03bb68738d2bcdff02940d9c7b5497fca60153eba18cf8767f972d79450b0730273481c7359638e33cc5b7a972d35c3797414ee4308e314f12c0a3b9
7
+ data.tar.gz: e28c26510c4d5ef86de0610467c8aa562c6246503cf1817f2e9de7368c62080ddec4a284fad181725b0ddf3e5ee49030ba9f92007f0f30fc43b079e57b04d57b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2023-12-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -3708,7 +3708,7 @@ module Aws::LakeFormation
3708
3708
  params: params,
3709
3709
  config: config)
3710
3710
  context[:gem_name] = 'aws-sdk-lakeformation'
3711
- context[:gem_version] = '1.46.0'
3711
+ context[:gem_version] = '1.47.0'
3712
3712
  Seahorse::Client::Request.new(handlers, context)
3713
3713
  end
3714
3714
 
@@ -14,6 +14,7 @@ module Aws::LakeFormation
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::LakeFormation::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.46.0'
55
+ GEM_VERSION = '1.47.0'
56
56
 
57
57
  end