aws-sdk-s3control 1.102.0 → 1.104.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +35 -32
- data/lib/aws-sdk-s3control/client_api.rb +1 -0
- data/lib/aws-sdk-s3control/types.rb +14 -1
- data/lib/aws-sdk-s3control.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +1 -0
- 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: 2662a20ea548dd9b131b04e0ab0130f0c9c78aa8a221cb1ca15f5a1b775a2fbf
|
4
|
+
data.tar.gz: 7e05d896b5e1d3409136fc6d713557a094ced3281361a1705ee61ba17ecd9312
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 663d5df66aff28d6f23e25a3554b8d941a87ae182293131104edc18ec947d7285b4f233ca1bef08a284dcd06aafa1245f4b61826f7e474b7bd91d9326d998612
|
7
|
+
data.tar.gz: 30df16bb30abd799288bfc51e3f27ffaa1cea5e85e97d4cb67a17bbfaa8e375e04601d5a3198d0c6cf657e1aaf1203ca120667f36debb81b53f8965b3db4e83b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.104.0 (2025-03-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updating GetDataAccess response for S3 Access Grants to include the matched Grantee for the requested prefix
|
8
|
+
|
9
|
+
1.103.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.102.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.104.0
|
@@ -7,37 +7,37 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/rest_xml
|
38
|
-
require 'aws-sdk-s3control/plugins/arn
|
39
|
-
require 'aws-sdk-s3control/plugins/dualstack
|
40
|
-
require 'aws-sdk-s3control/plugins/s3_host_id
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/rest_xml'
|
38
|
+
require 'aws-sdk-s3control/plugins/arn'
|
39
|
+
require 'aws-sdk-s3control/plugins/dualstack'
|
40
|
+
require 'aws-sdk-s3control/plugins/s3_host_id'
|
41
41
|
|
42
42
|
module Aws::S3Control
|
43
43
|
# An API client for S3Control. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -4375,6 +4375,7 @@ module Aws::S3Control
|
|
4375
4375
|
#
|
4376
4376
|
# * {Types::GetDataAccessResult#credentials #credentials} => Types::Credentials
|
4377
4377
|
# * {Types::GetDataAccessResult#matched_grant_target #matched_grant_target} => String
|
4378
|
+
# * {Types::GetDataAccessResult#grantee #grantee} => Types::Grantee
|
4378
4379
|
#
|
4379
4380
|
# @example Request syntax with placeholder values
|
4380
4381
|
#
|
@@ -4394,6 +4395,8 @@ module Aws::S3Control
|
|
4394
4395
|
# resp.credentials.session_token #=> String
|
4395
4396
|
# resp.credentials.expiration #=> Time
|
4396
4397
|
# resp.matched_grant_target #=> String
|
4398
|
+
# resp.grantee.grantee_type #=> String, one of "DIRECTORY_USER", "DIRECTORY_GROUP", "IAM"
|
4399
|
+
# resp.grantee.grantee_identifier #=> String
|
4397
4400
|
#
|
4398
4401
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetDataAccess AWS API Documentation
|
4399
4402
|
#
|
@@ -7757,7 +7760,7 @@ module Aws::S3Control
|
|
7757
7760
|
tracer: tracer
|
7758
7761
|
)
|
7759
7762
|
context[:gem_name] = 'aws-sdk-s3control'
|
7760
|
-
context[:gem_version] = '1.
|
7763
|
+
context[:gem_version] = '1.104.0'
|
7761
7764
|
Seahorse::Client::Request.new(handlers, context)
|
7762
7765
|
end
|
7763
7766
|
|
@@ -1056,6 +1056,7 @@ module Aws::S3Control
|
|
1056
1056
|
|
1057
1057
|
GetDataAccessResult.add_member(:credentials, Shapes::ShapeRef.new(shape: Credentials, location_name: "Credentials"))
|
1058
1058
|
GetDataAccessResult.add_member(:matched_grant_target, Shapes::ShapeRef.new(shape: S3Prefix, location_name: "MatchedGrantTarget"))
|
1059
|
+
GetDataAccessResult.add_member(:grantee, Shapes::ShapeRef.new(shape: Grantee, location_name: "Grantee"))
|
1059
1060
|
GetDataAccessResult.struct_class = Types::GetDataAccessResult
|
1060
1061
|
|
1061
1062
|
GetJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
@@ -3154,11 +3154,24 @@ module Aws::S3Control
|
|
3154
3154
|
# access credentials.
|
3155
3155
|
# @return [String]
|
3156
3156
|
#
|
3157
|
+
# @!attribute [rw] grantee
|
3158
|
+
# The user, group, or role that was granted access to the S3 location
|
3159
|
+
# scope. For directory identities, this API also returns the grants of
|
3160
|
+
# the IAM role used for the identity-aware request. For more
|
3161
|
+
# information on identity-aware sessions, see [Granting permissions to
|
3162
|
+
# use identity-aware console sessions][1].
|
3163
|
+
#
|
3164
|
+
#
|
3165
|
+
#
|
3166
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_sts-setcontext.html
|
3167
|
+
# @return [Types::Grantee]
|
3168
|
+
#
|
3157
3169
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/GetDataAccessResult AWS API Documentation
|
3158
3170
|
#
|
3159
3171
|
class GetDataAccessResult < Struct.new(
|
3160
3172
|
:credentials,
|
3161
|
-
:matched_grant_target
|
3173
|
+
:matched_grant_target,
|
3174
|
+
:grantee)
|
3162
3175
|
SENSITIVE = [:credentials]
|
3163
3176
|
include Aws::Structure
|
3164
3177
|
end
|
data/lib/aws-sdk-s3control.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -914,6 +914,7 @@ module Aws
|
|
914
914
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetDataAccessResult]
|
915
915
|
def credentials: () -> Types::Credentials
|
916
916
|
def matched_grant_target: () -> ::String
|
917
|
+
def grantee: () -> Types::Grantee
|
917
918
|
end
|
918
919
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/S3Control/Client.html#get_data_access-instance_method
|
919
920
|
def get_data_access: (
|
data/sig/types.rbs
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-s3control
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.104.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: 2025-
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|