aws-sdk-lakeformation 1.33.0 → 1.35.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lakeformation/client.rb +16 -1
- data/lib/aws-sdk-lakeformation/client_api.rb +3 -0
- data/lib/aws-sdk-lakeformation/types.rb +19 -4
- data/lib/aws-sdk-lakeformation.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d9a4d51ee7357be2a63e4505c201cc639ba7de3e56626ee9f2a70dc84e07701
|
4
|
+
data.tar.gz: 9f1d44b2b4bab9120fffda6ee4fad8a1982f6ecfa7736dcf57f4f43fb2d7573b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6771b0ff95b23e98df6214363ded317c1d1796c8685a9888a9ee187fc92a275994a9e9770fccc069c377423448da69effa4c07abe619b109f7b25c997cc217ed
|
7
|
+
data.tar.gz: 71e7dced294db14f2912f404056ca3ee7e14ba7cc9c5a27f3e142630909616c02e6d7810cec22f16dd2d803fa448a7cd3d469f4aece531503db0eed334074c7f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.35.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.34.0 (2023-04-03)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add support for database-level federation
|
13
|
+
|
4
14
|
1.33.0 (2023-03-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.35.0
|
@@ -275,6 +275,11 @@ module Aws::LakeFormation
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -1092,6 +1097,7 @@ module Aws::LakeFormation
|
|
1092
1097
|
# resp.resource_info.resource_arn #=> String
|
1093
1098
|
# resp.resource_info.role_arn #=> String
|
1094
1099
|
# resp.resource_info.last_modified #=> Time
|
1100
|
+
# resp.resource_info.with_federation #=> Boolean
|
1095
1101
|
#
|
1096
1102
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/DescribeResource AWS API Documentation
|
1097
1103
|
#
|
@@ -2291,6 +2297,7 @@ module Aws::LakeFormation
|
|
2291
2297
|
# resp.resource_info_list[0].resource_arn #=> String
|
2292
2298
|
# resp.resource_info_list[0].role_arn #=> String
|
2293
2299
|
# resp.resource_info_list[0].last_modified #=> Time
|
2300
|
+
# resp.resource_info_list[0].with_federation #=> Boolean
|
2294
2301
|
# resp.next_token #=> String
|
2295
2302
|
#
|
2296
2303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/ListResources AWS API Documentation
|
@@ -2534,6 +2541,9 @@ module Aws::LakeFormation
|
|
2534
2541
|
# @option params [String] :role_arn
|
2535
2542
|
# The identifier for the role that registers the resource.
|
2536
2543
|
#
|
2544
|
+
# @option params [Boolean] :with_federation
|
2545
|
+
# Whether or not the resource is a federated resource.
|
2546
|
+
#
|
2537
2547
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2538
2548
|
#
|
2539
2549
|
# @example Request syntax with placeholder values
|
@@ -2542,6 +2552,7 @@ module Aws::LakeFormation
|
|
2542
2552
|
# resource_arn: "ResourceArnString", # required
|
2543
2553
|
# use_service_linked_role: false,
|
2544
2554
|
# role_arn: "IAMRoleArn",
|
2555
|
+
# with_federation: false,
|
2545
2556
|
# })
|
2546
2557
|
#
|
2547
2558
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/RegisterResource AWS API Documentation
|
@@ -3065,6 +3076,9 @@ module Aws::LakeFormation
|
|
3065
3076
|
# @option params [required, String] :resource_arn
|
3066
3077
|
# The resource ARN.
|
3067
3078
|
#
|
3079
|
+
# @option params [Boolean] :with_federation
|
3080
|
+
# Whether or not the resource is a federated resource.
|
3081
|
+
#
|
3068
3082
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3069
3083
|
#
|
3070
3084
|
# @example Request syntax with placeholder values
|
@@ -3072,6 +3086,7 @@ module Aws::LakeFormation
|
|
3072
3086
|
# resp = client.update_resource({
|
3073
3087
|
# role_arn: "IAMRoleArn", # required
|
3074
3088
|
# resource_arn: "ResourceArnString", # required
|
3089
|
+
# with_federation: false,
|
3075
3090
|
# })
|
3076
3091
|
#
|
3077
3092
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/UpdateResource AWS API Documentation
|
@@ -3195,7 +3210,7 @@ module Aws::LakeFormation
|
|
3195
3210
|
params: params,
|
3196
3211
|
config: config)
|
3197
3212
|
context[:gem_name] = 'aws-sdk-lakeformation'
|
3198
|
-
context[:gem_version] = '1.
|
3213
|
+
context[:gem_version] = '1.35.0'
|
3199
3214
|
Seahorse::Client::Request.new(handlers, context)
|
3200
3215
|
end
|
3201
3216
|
|
@@ -797,6 +797,7 @@ module Aws::LakeFormation
|
|
797
797
|
RegisterResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
798
798
|
RegisterResourceRequest.add_member(:use_service_linked_role, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "UseServiceLinkedRole"))
|
799
799
|
RegisterResourceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "RoleArn"))
|
800
|
+
RegisterResourceRequest.add_member(:with_federation, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "WithFederation"))
|
800
801
|
RegisterResourceRequest.struct_class = Types::RegisterResourceRequest
|
801
802
|
|
802
803
|
RegisterResourceResponse.struct_class = Types::RegisterResourceResponse
|
@@ -822,6 +823,7 @@ module Aws::LakeFormation
|
|
822
823
|
ResourceInfo.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, location_name: "ResourceArn"))
|
823
824
|
ResourceInfo.add_member(:role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, location_name: "RoleArn"))
|
824
825
|
ResourceInfo.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModifiedTimestamp, location_name: "LastModified"))
|
826
|
+
ResourceInfo.add_member(:with_federation, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "WithFederation"))
|
825
827
|
ResourceInfo.struct_class = Types::ResourceInfo
|
826
828
|
|
827
829
|
ResourceInfoList.member = Shapes::ShapeRef.new(shape: ResourceInfo)
|
@@ -973,6 +975,7 @@ module Aws::LakeFormation
|
|
973
975
|
|
974
976
|
UpdateResourceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IAMRoleArn, required: true, location_name: "RoleArn"))
|
975
977
|
UpdateResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
978
|
+
UpdateResourceRequest.add_member(:with_federation, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "WithFederation"))
|
976
979
|
UpdateResourceRequest.struct_class = Types::UpdateResourceRequest
|
977
980
|
|
978
981
|
UpdateResourceResponse.struct_class = Types::UpdateResourceResponse
|
@@ -925,7 +925,7 @@ module Aws::LakeFormation
|
|
925
925
|
include Aws::Structure
|
926
926
|
end
|
927
927
|
|
928
|
-
# A specified entity does not exist
|
928
|
+
# A specified entity does not exist.
|
929
929
|
#
|
930
930
|
# @!attribute [rw] message
|
931
931
|
# A message describing the problem.
|
@@ -2404,12 +2404,17 @@ module Aws::LakeFormation
|
|
2404
2404
|
# The identifier for the role that registers the resource.
|
2405
2405
|
# @return [String]
|
2406
2406
|
#
|
2407
|
+
# @!attribute [rw] with_federation
|
2408
|
+
# Whether or not the resource is a federated resource.
|
2409
|
+
# @return [Boolean]
|
2410
|
+
#
|
2407
2411
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/RegisterResourceRequest AWS API Documentation
|
2408
2412
|
#
|
2409
2413
|
class RegisterResourceRequest < Struct.new(
|
2410
2414
|
:resource_arn,
|
2411
2415
|
:use_service_linked_role,
|
2412
|
-
:role_arn
|
2416
|
+
:role_arn,
|
2417
|
+
:with_federation)
|
2413
2418
|
SENSITIVE = []
|
2414
2419
|
include Aws::Structure
|
2415
2420
|
end
|
@@ -2530,12 +2535,17 @@ module Aws::LakeFormation
|
|
2530
2535
|
# The date and time the resource was last modified.
|
2531
2536
|
# @return [Time]
|
2532
2537
|
#
|
2538
|
+
# @!attribute [rw] with_federation
|
2539
|
+
# Whether or not the resource is a federated resource.
|
2540
|
+
# @return [Boolean]
|
2541
|
+
#
|
2533
2542
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/ResourceInfo AWS API Documentation
|
2534
2543
|
#
|
2535
2544
|
class ResourceInfo < Struct.new(
|
2536
2545
|
:resource_arn,
|
2537
2546
|
:role_arn,
|
2538
|
-
:last_modified
|
2547
|
+
:last_modified,
|
2548
|
+
:with_federation)
|
2539
2549
|
SENSITIVE = []
|
2540
2550
|
include Aws::Structure
|
2541
2551
|
end
|
@@ -3167,11 +3177,16 @@ module Aws::LakeFormation
|
|
3167
3177
|
# The resource ARN.
|
3168
3178
|
# @return [String]
|
3169
3179
|
#
|
3180
|
+
# @!attribute [rw] with_federation
|
3181
|
+
# Whether or not the resource is a federated resource.
|
3182
|
+
# @return [Boolean]
|
3183
|
+
#
|
3170
3184
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/UpdateResourceRequest AWS API Documentation
|
3171
3185
|
#
|
3172
3186
|
class UpdateResourceRequest < Struct.new(
|
3173
3187
|
:role_arn,
|
3174
|
-
:resource_arn
|
3188
|
+
:resource_arn,
|
3189
|
+
:with_federation)
|
3175
3190
|
SENSITIVE = []
|
3176
3191
|
include Aws::Structure
|
3177
3192
|
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.
|
4
|
+
version: 1.35.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-
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|