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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a397b80ff74e1ed6692ecb4cdf861d9cf4c462790ec5f5d24083044143e7144d
4
- data.tar.gz: f4e0bb34120f05a1ac0005ec31639b7acfffa894b7f9c7660bbcdc4c1bf9a3a8
3
+ metadata.gz: 7db9ccab931b3fddd22106d4aafc2e93537236819ee849276aa364213afcaaa1
4
+ data.tar.gz: 77230fe2dd26eb25c76e0db069e4e2e168534f25b07ede57fbe421a66d8b277d
5
5
  SHA512:
6
- metadata.gz: 06ece80a90f8213ef85b3b613d0237d99353ccde2752bbf7e36e1db407528769ce8dddb5a5b3c0af4100891dacb1002bd2394b2d26865da37749304fce1be78f
7
- data.tar.gz: 0ba50e466bcc41254482bb2e5c617ecafc4500de9298eb6b258d46803d95a461442c4930e90af9abaa392194cf4a168db855c264e31744d000396c80375541f7
6
+ metadata.gz: 442df959935ffa4295d1cde5e7a948d939d6e93bcb47c3957b2aa5632a53e843cdfdc5cf7ace833915dbac68a1a7800f2ee2339fd89decabf752f91f8f57aec4
7
+ data.tar.gz: a4db1850bddb6312cc37d1b7cfcaa91e626f868590fbffca205f77db7b0a38b98dcee0f7872721ceb075983b62f4288d87b9527898cc510f50ac33a5fb31fb8c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2021-03-24)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for s3-control
8
+
4
9
  1.31.0 (2021-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-s3control/customizations'
48
48
  # @!group service
49
49
  module Aws::S3Control
50
50
 
51
- GEM_VERSION = '1.31.0'
51
+ GEM_VERSION = '1.32.0'
52
52
 
53
53
  end
@@ -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 this
421
- # Amazon S3 account. You can enable the configuration options in any
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&lt;Types::ListStorageLensConfigurationEntry&gt;
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.31.0'
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 this
350
- # Amazon S3 account. You can enable the configuration options in any
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.31.0
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-18 00:00:00.000000000 Z
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/master/gems/aws-sdk-s3control
76
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-s3control/CHANGELOG.md
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: