aws-sdk-s3control 1.31.0 → 1.32.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control.rb +1 -1
- data/lib/aws-sdk-s3control/client.rb +5 -12
- data/lib/aws-sdk-s3control/client_api.rb +5 -0
- data/lib/aws-sdk-s3control/types.rb +3 -12
- 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: 7db9ccab931b3fddd22106d4aafc2e93537236819ee849276aa364213afcaaa1
|
4
|
+
data.tar.gz: 77230fe2dd26eb25c76e0db069e4e2e168534f25b07ede57fbe421a66d8b277d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 442df959935ffa4295d1cde5e7a948d939d6e93bcb47c3957b2aa5632a53e843cdfdc5cf7ace833915dbac68a1a7800f2ee2339fd89decabf752f91f8f57aec4
|
7
|
+
data.tar.gz: a4db1850bddb6312cc37d1b7cfcaa91e626f868590fbffca205f77db7b0a38b98dcee0f7872721ceb075983b62f4288d87b9527898cc510f50ac33a5fb31fb8c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.32.0
|
data/lib/aws-sdk-s3control.rb
CHANGED
@@ -417,17 +417,8 @@ module Aws::S3Control
|
|
417
417
|
# </note>
|
418
418
|
#
|
419
419
|
# @option params [Types::PublicAccessBlockConfiguration] :public_access_block_configuration
|
420
|
-
# The `PublicAccessBlock` configuration that you want to apply to
|
421
|
-
#
|
422
|
-
# combination. For more information about when Amazon S3 considers a
|
423
|
-
# bucket or object public, see [The Meaning of "Public"][1] in the
|
424
|
-
# *Amazon Simple Storage Service Developer Guide*.
|
425
|
-
#
|
426
|
-
# This is not supported for Amazon S3 on Outposts.
|
427
|
-
#
|
428
|
-
#
|
429
|
-
#
|
430
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status
|
420
|
+
# The `PublicAccessBlock` configuration that you want to apply to the
|
421
|
+
# access point.
|
431
422
|
#
|
432
423
|
# @return [Types::CreateAccessPointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
433
424
|
#
|
@@ -3048,6 +3039,8 @@ module Aws::S3Control
|
|
3048
3039
|
# * {Types::ListStorageLensConfigurationsResult#next_token #next_token} => String
|
3049
3040
|
# * {Types::ListStorageLensConfigurationsResult#storage_lens_configuration_list #storage_lens_configuration_list} => Array<Types::ListStorageLensConfigurationEntry>
|
3050
3041
|
#
|
3042
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3043
|
+
#
|
3051
3044
|
# @example Request syntax with placeholder values
|
3052
3045
|
#
|
3053
3046
|
# resp = client.list_storage_lens_configurations({
|
@@ -4045,7 +4038,7 @@ module Aws::S3Control
|
|
4045
4038
|
params: params,
|
4046
4039
|
config: config)
|
4047
4040
|
context[:gem_name] = 'aws-sdk-s3control'
|
4048
|
-
context[:gem_version] = '1.
|
4041
|
+
context[:gem_version] = '1.32.0'
|
4049
4042
|
Seahorse::Client::Request.new(handlers, context)
|
4050
4043
|
end
|
4051
4044
|
|
@@ -1522,6 +1522,11 @@ module Aws::S3Control
|
|
1522
1522
|
}
|
1523
1523
|
o.input = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsRequest)
|
1524
1524
|
o.output = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsResult)
|
1525
|
+
o[:pager] = Aws::Pager.new(
|
1526
|
+
tokens: {
|
1527
|
+
"next_token" => "next_token"
|
1528
|
+
}
|
1529
|
+
)
|
1525
1530
|
end)
|
1526
1531
|
|
1527
1532
|
api.add_operation(:put_access_point_configuration_for_object_lambda, Seahorse::Model::Operation.new.tap do |o|
|
@@ -346,17 +346,8 @@ module Aws::S3Control
|
|
346
346
|
# @return [Types::VpcConfiguration]
|
347
347
|
#
|
348
348
|
# @!attribute [rw] public_access_block_configuration
|
349
|
-
# The `PublicAccessBlock` configuration that you want to apply to
|
350
|
-
#
|
351
|
-
# combination. For more information about when Amazon S3 considers a
|
352
|
-
# bucket or object public, see [The Meaning of "Public"][1] in the
|
353
|
-
# *Amazon Simple Storage Service Developer Guide*.
|
354
|
-
#
|
355
|
-
# This is not supported for Amazon S3 on Outposts.
|
356
|
-
#
|
357
|
-
#
|
358
|
-
#
|
359
|
-
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status
|
349
|
+
# The `PublicAccessBlock` configuration that you want to apply to the
|
350
|
+
# access point.
|
360
351
|
# @return [Types::PublicAccessBlockConfiguration]
|
361
352
|
#
|
362
353
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/CreateAccessPointRequest AWS API Documentation
|
@@ -3443,7 +3434,7 @@ module Aws::S3Control
|
|
3443
3434
|
#
|
3444
3435
|
# @!attribute [rw] actions
|
3445
3436
|
# A container for the action of an Object Lambda Access Point
|
3446
|
-
# configuration.
|
3437
|
+
# configuration. Valid input is `GetObject`.
|
3447
3438
|
# @return [Array<String>]
|
3448
3439
|
#
|
3449
3440
|
# @!attribute [rw] content_transformation
|
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.32.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: 2021-03-
|
11
|
+
date: 2021-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|
@@ -72,8 +72,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
72
72
|
licenses:
|
73
73
|
- Apache-2.0
|
74
74
|
metadata:
|
75
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
76
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
75
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-s3control
|
76
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-s3control/CHANGELOG.md
|
77
77
|
post_install_message:
|
78
78
|
rdoc_options: []
|
79
79
|
require_paths:
|