lib/aws-sdk-s3control/client.rb in aws-sdk-s3control-1.31.0 vs lib/aws-sdk-s3control/client.rb in aws-sdk-s3control-1.32.0

- old
+ new

@@ -415,22 +415,13 @@ # Outposts buckets. # # </note> # # @option params [Types::PublicAccessBlockConfiguration] :public_access_block_configuration - # The `PublicAccessBlock` configuration that you want to apply to this - # Amazon S3 account. You can enable the configuration options in any - # combination. For more information about when Amazon S3 considers a - # bucket or object public, see [The Meaning of "Public"][1] in the - # *Amazon Simple Storage Service Developer Guide*. + # The `PublicAccessBlock` configuration that you want to apply to the + # access point. # - # This is not supported for Amazon S3 on Outposts. - # - # - # - # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status - # # @return [Types::CreateAccessPointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::CreateAccessPointResult#access_point_arn #access_point_arn} => String # # @example Request syntax with placeholder values @@ -3046,10 +3037,12 @@ # @return [Types::ListStorageLensConfigurationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::ListStorageLensConfigurationsResult#next_token #next_token} => String # * {Types::ListStorageLensConfigurationsResult#storage_lens_configuration_list #storage_lens_configuration_list} => Array&lt;Types::ListStorageLensConfigurationEntry&gt; # + # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}. + # # @example Request syntax with placeholder values # # resp = client.list_storage_lens_configurations({ # account_id: "AccountId", # required # next_token: "ContinuationToken", @@ -4043,10 +4036,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-s3control' - context[:gem_version] = '1.31.0' + context[:gem_version] = '1.32.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated