lib/aws-sdk-s3control/client.rb in aws-sdk-s3control-1.78.0 vs lib/aws-sdk-s3control/client.rb in aws-sdk-s3control-1.79.0
- old
+ new
@@ -841,10 +841,15 @@
#
# @option params [String] :bucket_account_id
# The Amazon Web Services account ID associated with the S3 bucket
# associated with this access point.
#
+ # For same account access point when your bucket and access point belong
+ # to the same account owner, the `BucketAccountId` is not required. For
+ # cross-account access point when your bucket and access point are not
+ # in the same account, the `BucketAccountId` is required.
+ #
# @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
# * {Types::CreateAccessPointResult#alias #alias} => String
#
@@ -1143,11 +1148,11 @@
# * [JobOperation][7]
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops-iam-role-policies.html
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_JobOperation.html
@@ -1405,13 +1410,13 @@
# specified buckets. For more information about creating Multi-Region
# Access Points, see [Creating Multi-Region Access Points][1] in the
# *Amazon S3 User Guide*.
#
# This action will always be routed to the US West (Oregon) Region. For
- # more information about the restrictions around managing Multi-Region
- # Access Points, see [Managing Multi-Region Access Points][2] in the
- # *Amazon S3 User Guide*.
+ # more information about the restrictions around working with
+ # Multi-Region Access Points, see [Multi-Region Access Point
+ # restrictions and limitations][2] in the *Amazon S3 User Guide*.
#
# This request is asynchronous, meaning that you might receive a
# response before the command has completed. When this request provides
# a response, it provides a token that you can use to monitor the status
# of the request with `DescribeMultiRegionAccessPointOperation`.
@@ -1427,11 +1432,11 @@
# * [ListMultiRegionAccessPoints][6]
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html
- # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
+ # [2]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html
#
@@ -2442,13 +2447,13 @@
# Deletes a Multi-Region Access Point. This action does not delete the
# buckets associated with the Multi-Region Access Point, only the
# Multi-Region Access Point itself.
#
# This action will always be routed to the US West (Oregon) Region. For
- # more information about the restrictions around managing Multi-Region
- # Access Points, see [Managing Multi-Region Access Points][1] in the
- # *Amazon S3 User Guide*.
+ # more information about the restrictions around working with
+ # Multi-Region Access Points, see [Multi-Region Access Point
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
#
# This request is asynchronous, meaning that you might receive a
# response before the command has completed. When this request provides
# a response, it provides a token that you can use to monitor the status
# of the request with `DescribeMultiRegionAccessPointOperation`.
@@ -2463,11 +2468,11 @@
#
# * [ListMultiRegionAccessPoints][5]
#
#
#
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html
#
@@ -2858,12 +2863,11 @@
# </note>
#
# Retrieves the status of an asynchronous request to manage a
# Multi-Region Access Point. For more information about managing
# Multi-Region Access Points and how asynchronous requests work, see
- # [Managing Multi-Region Access Points][1] in the *Amazon S3 User
- # Guide*.
+ # [Using Multi-Region Access Points][1] in the *Amazon S3 User Guide*.
#
# The following actions are related to `GetMultiRegionAccessPoint`:
#
# * [CreateMultiRegionAccessPoint][2]
#
@@ -2873,11 +2877,11 @@
#
# * [ListMultiRegionAccessPoints][5]
#
#
#
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MrapOperations.html
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html
#
@@ -3602,15 +3606,13 @@
def get_access_point_policy_status_for_object_lambda(params = {}, options = {})
req = build_request(:get_access_point_policy_status_for_object_lambda, params)
req.send_request(options)
end
- # <note markdown="1"> Gets an Amazon S3 on Outposts bucket. For more information, see [
+ # Gets an Amazon S3 on Outposts bucket. For more information, see [
# Using Amazon S3 on Outposts][1] in the *Amazon S3 User Guide*.
#
- # </note>
- #
# If you are using an identity other than the root user of the Amazon
# Web Services account that owns the Outposts bucket, the calling
# identity must have the `s3-outposts:GetBucket` permissions on the
# specified Outposts bucket and belong to the Outposts bucket owner's
# account in order to use this action. Only users from Outposts bucket
@@ -4221,11 +4223,12 @@
# Additional Permissions
#
# : The IAM role that S3 Access Grants assumes must have the following
# permissions specified in the trust policy when registering the
# location: `sts:AssumeRole`, for directory users or groups
- # `sts:SetContext`, and for IAM users or roles `sts:SourceIdentity`.
+ # `sts:SetContext`, and for IAM users or roles
+ # `sts:SetSourceIdentity`.
#
#
#
# [1]: https://docs.aws.amazon.com/STS/latest/APIReference/API_Credentials.html
#
@@ -4369,13 +4372,13 @@
#
# Returns configuration information about the specified Multi-Region
# Access Point.
#
# This action will always be routed to the US West (Oregon) Region. For
- # more information about the restrictions around managing Multi-Region
- # Access Points, see [Managing Multi-Region Access Points][1] in the
- # *Amazon S3 User Guide*.
+ # more information about the restrictions around working with
+ # Multi-Region Access Points, see [Multi-Region Access Point
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
#
# The following actions are related to `GetMultiRegionAccessPoint`:
#
# * [CreateMultiRegionAccessPoint][2]
#
@@ -4385,11 +4388,11 @@
#
# * [ListMultiRegionAccessPoints][5]
#
#
#
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html
#
@@ -4400,12 +4403,12 @@
# @option params [required, String] :name
# The name of the Multi-Region Access Point whose configuration
# information you want to receive. The name of the Multi-Region Access
# Point is different from the alias. For more information about the
# distinction between the name and the alias of an Multi-Region Access
- # Point, see [Managing Multi-Region Access Points][1] in the *Amazon S3
- # User Guide*.
+ # Point, see [Rules for naming Amazon S3 Multi-Region Access Points][1]
+ # in the *Amazon S3 User Guide*.
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming
#
@@ -4450,24 +4453,24 @@
#
# Returns the access control policy of the specified Multi-Region Access
# Point.
#
# This action will always be routed to the US West (Oregon) Region. For
- # more information about the restrictions around managing Multi-Region
- # Access Points, see [Managing Multi-Region Access Points][1] in the
- # *Amazon S3 User Guide*.
+ # more information about the restrictions around working with
+ # Multi-Region Access Points, see [Multi-Region Access Point
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
#
# The following actions are related to
# `GetMultiRegionAccessPointPolicy`:
#
# * [GetMultiRegionAccessPointPolicyStatus][2]
#
# * [PutMultiRegionAccessPointPolicy][3]
#
#
#
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html
#
# @option params [String] :account_id
# The Amazon Web Services account ID for the owner of the Multi-Region
@@ -4475,12 +4478,12 @@
#
# @option params [required, String] :name
# Specifies the Multi-Region Access Point. The name of the Multi-Region
# Access Point is different from the alias. For more information about
# the distinction between the name and the alias of an Multi-Region
- # Access Point, see [Managing Multi-Region Access Points][1] in the
- # *Amazon S3 User Guide*.
+ # Access Point, see [Rules for naming Amazon S3 Multi-Region Access
+ # Points][1] in the *Amazon S3 User Guide*.
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming
#
@@ -4515,24 +4518,24 @@
#
# Indicates whether the specified Multi-Region Access Point has an
# access control policy that allows public access.
#
# This action will always be routed to the US West (Oregon) Region. For
- # more information about the restrictions around managing Multi-Region
- # Access Points, see [Managing Multi-Region Access Points][1] in the
- # *Amazon S3 User Guide*.
+ # more information about the restrictions around working with
+ # Multi-Region Access Points, see [Multi-Region Access Point
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
#
# The following actions are related to
# `GetMultiRegionAccessPointPolicyStatus`:
#
# * [GetMultiRegionAccessPointPolicy][2]
#
# * [PutMultiRegionAccessPointPolicy][3]
#
#
#
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html
#
# @option params [String] :account_id
# The Amazon Web Services account ID for the owner of the Multi-Region
@@ -4540,12 +4543,12 @@
#
# @option params [required, String] :name
# Specifies the Multi-Region Access Point. The name of the Multi-Region
# Access Point is different from the alias. For more information about
# the distinction between the name and the alias of an Multi-Region
- # Access Point, see [Managing Multi-Region Access Points][1] in the
- # *Amazon S3 User Guide*.
+ # Access Point, see [Rules for naming Amazon S3 Multi-Region Access
+ # Points][1] in the *Amazon S3 User Guide*.
#
#
#
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming
#
@@ -4592,14 +4595,10 @@
#
# * `ap-northeast-1`
#
# * `eu-west-1`
#
- # <note markdown="1"> Your Amazon S3 bucket does not need to be in these five Regions.
- #
- # </note>
- #
# @option params [String] :account_id
# The Amazon Web Services account ID for the owner of the Multi-Region
# Access Point.
#
# @option params [required, String] :mrap
@@ -5318,11 +5317,11 @@
req = build_request(:list_access_points_for_object_lambda, params)
req.send_request(options)
end
# Lists current S3 Batch Operations jobs as well as the jobs that have
- # ended within the last 30 days for the Amazon Web Services account
+ # ended within the last 90 days for the Amazon Web Services account
# making the request. For more information, see [S3 Batch Operations][1]
# in the *Amazon S3 User Guide*.
#
# Permissions
#
@@ -5418,13 +5417,13 @@
# up to 100 Multi-Region Access Points, the maximum number of
# Multi-Region Access Points that can be associated with a single
# account.
#
# This action will always be routed to the US West (Oregon) Region. For
- # more information about the restrictions around managing Multi-Region
- # Access Points, see [Managing Multi-Region Access Points][1] in the
- # *Amazon S3 User Guide*.
+ # more information about the restrictions around working with
+ # Multi-Region Access Points, see [Multi-Region Access Point
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
#
# The following actions are related to `ListMultiRegionAccessPoint`:
#
# * [CreateMultiRegionAccessPoint][2]
#
@@ -5434,11 +5433,11 @@
#
# * [GetMultiRegionAccessPoint][5]
#
#
#
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html
#
@@ -6740,24 +6739,24 @@
# Access Point. Each Multi-Region Access Point can have only one policy,
# so a request made to this action replaces any existing policy that is
# associated with the specified Multi-Region Access Point.
#
# This action will always be routed to the US West (Oregon) Region. For
- # more information about the restrictions around managing Multi-Region
- # Access Points, see [Managing Multi-Region Access Points][1] in the
- # *Amazon S3 User Guide*.
+ # more information about the restrictions around working with
+ # Multi-Region Access Points, see [Multi-Region Access Point
+ # restrictions and limitations][1] in the *Amazon S3 User Guide*.
#
# The following actions are related to
# `PutMultiRegionAccessPointPolicy`:
#
# * [GetMultiRegionAccessPointPolicy][2]
#
# * [GetMultiRegionAccessPointPolicyStatus][3]
#
#
#
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html
# [2]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html
# [3]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html
#
# @option params [String] :account_id
# The Amazon Web Services account ID for the owner of the Multi-Region
@@ -7089,14 +7088,10 @@
#
# * `ap-northeast-1`
#
# * `eu-west-1`
#
- # <note markdown="1"> Your Amazon S3 bucket does not need to be in these five Regions.
- #
- # </note>
- #
# @option params [String] :account_id
# The Amazon Web Services account ID for the owner of the Multi-Region
# Access Point.
#
# @option params [required, String] :mrap
@@ -7577,10 +7572,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-s3control'
- context[:gem_version] = '1.78.0'
+ context[:gem_version] = '1.79.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated