aws-sdk-s3 1.89.0 → 1.90.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.
@@ -722,8 +722,8 @@ module Aws::S3
722
722
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket Key
723
723
  # for object encryption with SSE-KMS.
724
724
  #
725
- # Specifying this header with a COPY operation doesn’t affect
726
- # bucket-level settings for S3 Bucket Key.
725
+ # Specifying this header with a COPY action doesn’t affect bucket-level
726
+ # settings for S3 Bucket Key.
727
727
  # @option options [String] :copy_source_sse_customer_algorithm
728
728
  # Specifies the algorithm to use when decrypting the source object (for
729
729
  # example, AES256).
@@ -1034,7 +1034,7 @@ module Aws::S3
1034
1034
  #
1035
1035
  #
1036
1036
  #
1037
- # [1]: https://docs.aws.amazon.com/http:/docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
1037
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
1038
1038
  # @option options [String] :ssekms_encryption_context
1039
1039
  # Specifies the AWS KMS Encryption Context to use for object encryption.
1040
1040
  # The value of this header is a base64-encoded UTF-8 string holding JSON
@@ -1045,7 +1045,7 @@ module Aws::S3
1045
1045
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket Key
1046
1046
  # for object encryption with SSE-KMS.
1047
1047
  #
1048
- # Specifying this header with an object operation doesn’t affect
1048
+ # Specifying this header with an object action doesn’t affect
1049
1049
  # bucket-level settings for S3 Bucket Key.
1050
1050
  # @option options [String] :request_payer
1051
1051
  # Confirms that the requester knows that they will be charged for the
@@ -1291,8 +1291,8 @@ module Aws::S3
1291
1291
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket Key
1292
1292
  # for object encryption with SSE-KMS.
1293
1293
  #
1294
- # Specifying this header with a PUT operation doesn’t affect
1295
- # bucket-level settings for S3 Bucket Key.
1294
+ # Specifying this header with a PUT action doesn’t affect bucket-level
1295
+ # settings for S3 Bucket Key.
1296
1296
  # @option options [String] :request_payer
1297
1297
  # Confirms that the requester knows that they will be charged for the
1298
1298
  # request. Bucket owners need not specify this parameter in their
@@ -465,8 +465,8 @@ module Aws::S3
465
465
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket Key
466
466
  # for object encryption with SSE-KMS.
467
467
  #
468
- # Specifying this header with a COPY operation doesn’t affect
469
- # bucket-level settings for S3 Bucket Key.
468
+ # Specifying this header with a COPY action doesn’t affect bucket-level
469
+ # settings for S3 Bucket Key.
470
470
  # @option options [String] :copy_source_sse_customer_algorithm
471
471
  # Specifies the algorithm to use when decrypting the source object (for
472
472
  # example, AES256).
@@ -777,7 +777,7 @@ module Aws::S3
777
777
  #
778
778
  #
779
779
  #
780
- # [1]: https://docs.aws.amazon.com/http:/docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
780
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
781
781
  # @option options [String] :ssekms_encryption_context
782
782
  # Specifies the AWS KMS Encryption Context to use for object encryption.
783
783
  # The value of this header is a base64-encoded UTF-8 string holding JSON
@@ -788,7 +788,7 @@ module Aws::S3
788
788
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket Key
789
789
  # for object encryption with SSE-KMS.
790
790
  #
791
- # Specifying this header with an object operation doesn’t affect
791
+ # Specifying this header with an object action doesn’t affect
792
792
  # bucket-level settings for S3 Bucket Key.
793
793
  # @option options [String] :request_payer
794
794
  # Confirms that the requester knows that they will be charged for the
@@ -1034,8 +1034,8 @@ module Aws::S3
1034
1034
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket Key
1035
1035
  # for object encryption with SSE-KMS.
1036
1036
  #
1037
- # Specifying this header with a PUT operation doesn’t affect
1038
- # bucket-level settings for S3 Bucket Key.
1037
+ # Specifying this header with a PUT action doesn’t affect bucket-level
1038
+ # settings for S3 Bucket Key.
1039
1039
  # @option options [String] :request_payer
1040
1040
  # Confirms that the requester knows that they will be charged for the
1041
1041
  # request. Bucket owners need not specify this parameter in their
@@ -67,20 +67,20 @@ module Aws::S3
67
67
  # @!attribute [rw] bucket
68
68
  # The bucket name to which the upload was taking place.
69
69
  #
70
- # When using this API with an access point, you must direct requests
71
- # to the access point hostname. The access point hostname takes the
72
- # form
70
+ # When using this action with an access point, you must direct
71
+ # requests to the access point hostname. The access point hostname
72
+ # takes the form
73
73
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
74
- # When using this operation with an access point through the AWS SDKs,
74
+ # When using this action with an access point through the AWS SDKs,
75
75
  # you provide the access point ARN in place of the bucket name. For
76
76
  # more information about access point ARNs, see [Using Access
77
77
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
78
78
  #
79
- # When using this API with Amazon S3 on Outposts, you must direct
79
+ # When using this action with Amazon S3 on Outposts, you must direct
80
80
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
81
81
  # takes the form
82
82
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
83
- # When using this operation using S3 on Outposts through the AWS SDKs,
83
+ # When using this action using S3 on Outposts through the AWS SDKs,
84
84
  # you provide the Outposts bucket ARN in place of the bucket name. For
85
85
  # more information about S3 on Outposts ARNs, see [Using S3 on
86
86
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -911,20 +911,20 @@ module Aws::S3
911
911
  # @!attribute [rw] bucket
912
912
  # The name of the bucket that contains the newly created object.
913
913
  #
914
- # When using this API with an access point, you must direct requests
915
- # to the access point hostname. The access point hostname takes the
916
- # form
914
+ # When using this action with an access point, you must direct
915
+ # requests to the access point hostname. The access point hostname
916
+ # takes the form
917
917
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
918
- # When using this operation with an access point through the AWS SDKs,
918
+ # When using this action with an access point through the AWS SDKs,
919
919
  # you provide the access point ARN in place of the bucket name. For
920
920
  # more information about access point ARNs, see [Using Access
921
921
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
922
922
  #
923
- # When using this API with Amazon S3 on Outposts, you must direct
923
+ # When using this action with Amazon S3 on Outposts, you must direct
924
924
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
925
925
  # takes the form
926
926
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
927
- # When using this operation using S3 on Outposts through the AWS SDKs,
927
+ # When using this action using S3 on Outposts through the AWS SDKs,
928
928
  # you provide the Outposts bucket ARN in place of the bucket name. For
929
929
  # more information about S3 on Outposts ARNs, see [Using S3 on
930
930
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -1313,20 +1313,20 @@ module Aws::S3
1313
1313
  # @!attribute [rw] bucket
1314
1314
  # The name of the destination bucket.
1315
1315
  #
1316
- # When using this API with an access point, you must direct requests
1317
- # to the access point hostname. The access point hostname takes the
1318
- # form
1316
+ # When using this action with an access point, you must direct
1317
+ # requests to the access point hostname. The access point hostname
1318
+ # takes the form
1319
1319
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
1320
- # When using this operation with an access point through the AWS SDKs,
1320
+ # When using this action with an access point through the AWS SDKs,
1321
1321
  # you provide the access point ARN in place of the bucket name. For
1322
1322
  # more information about access point ARNs, see [Using Access
1323
1323
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
1324
1324
  #
1325
- # When using this API with Amazon S3 on Outposts, you must direct
1325
+ # When using this action with Amazon S3 on Outposts, you must direct
1326
1326
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1327
1327
  # takes the form
1328
1328
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
1329
- # When using this operation using S3 on Outposts through the AWS SDKs,
1329
+ # When using this action using S3 on Outposts through the AWS SDKs,
1330
1330
  # you provide the Outposts bucket ARN in place of the bucket name. For
1331
1331
  # more information about S3 on Outposts ARNs, see [Using S3 on
1332
1332
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -1541,7 +1541,7 @@ module Aws::S3
1541
1541
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket
1542
1542
  # Key for object encryption with SSE-KMS.
1543
1543
  #
1544
- # Specifying this header with a COPY operation doesn’t affect
1544
+ # Specifying this header with a COPY action doesn’t affect
1545
1545
  # bucket-level settings for S3 Bucket Key.
1546
1546
  # @return [Boolean]
1547
1547
  #
@@ -1830,20 +1830,20 @@ module Aws::S3
1830
1830
  # @!attribute [rw] bucket
1831
1831
  # The name of the bucket to which the multipart upload was initiated.
1832
1832
  #
1833
- # When using this API with an access point, you must direct requests
1834
- # to the access point hostname. The access point hostname takes the
1835
- # form
1833
+ # When using this action with an access point, you must direct
1834
+ # requests to the access point hostname. The access point hostname
1835
+ # takes the form
1836
1836
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
1837
- # When using this operation with an access point through the AWS SDKs,
1837
+ # When using this action with an access point through the AWS SDKs,
1838
1838
  # you provide the access point ARN in place of the bucket name. For
1839
1839
  # more information about access point ARNs, see [Using Access
1840
1840
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
1841
1841
  #
1842
- # When using this API with Amazon S3 on Outposts, you must direct
1842
+ # When using this action with Amazon S3 on Outposts, you must direct
1843
1843
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1844
1844
  # takes the form
1845
1845
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
1846
- # When using this operation using S3 on Outposts through the AWS SDKs,
1846
+ # When using this action using S3 on Outposts through the AWS SDKs,
1847
1847
  # you provide the Outposts bucket ARN in place of the bucket name. For
1848
1848
  # more information about S3 on Outposts ARNs, see [Using S3 on
1849
1849
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -1968,20 +1968,20 @@ module Aws::S3
1968
1968
  # @!attribute [rw] bucket
1969
1969
  # The name of the bucket to which to initiate the upload
1970
1970
  #
1971
- # When using this API with an access point, you must direct requests
1972
- # to the access point hostname. The access point hostname takes the
1973
- # form
1971
+ # When using this action with an access point, you must direct
1972
+ # requests to the access point hostname. The access point hostname
1973
+ # takes the form
1974
1974
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
1975
- # When using this operation with an access point through the AWS SDKs,
1975
+ # When using this action with an access point through the AWS SDKs,
1976
1976
  # you provide the access point ARN in place of the bucket name. For
1977
1977
  # more information about access point ARNs, see [Using Access
1978
1978
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
1979
1979
  #
1980
- # When using this API with Amazon S3 on Outposts, you must direct
1980
+ # When using this action with Amazon S3 on Outposts, you must direct
1981
1981
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1982
1982
  # takes the form
1983
1983
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
1984
- # When using this operation using S3 on Outposts through the AWS SDKs,
1984
+ # When using this action using S3 on Outposts through the AWS SDKs,
1985
1985
  # you provide the Outposts bucket ARN in place of the bucket name. For
1986
1986
  # more information about S3 on Outposts ARNs, see [Using S3 on
1987
1987
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -2106,7 +2106,7 @@ module Aws::S3
2106
2106
  #
2107
2107
  #
2108
2108
  #
2109
- # [1]: https://docs.aws.amazon.com/http:/docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
2109
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
2110
2110
  # @return [String]
2111
2111
  #
2112
2112
  # @!attribute [rw] ssekms_encryption_context
@@ -2121,7 +2121,7 @@ module Aws::S3
2121
2121
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket
2122
2122
  # Key for object encryption with SSE-KMS.
2123
2123
  #
2124
- # Specifying this header with an object operation doesn’t affect
2124
+ # Specifying this header with an object action doesn’t affect
2125
2125
  # bucket-level settings for S3 Bucket Key.
2126
2126
  # @return [Boolean]
2127
2127
  #
@@ -2763,20 +2763,20 @@ module Aws::S3
2763
2763
  # @!attribute [rw] bucket
2764
2764
  # The bucket name of the bucket containing the object.
2765
2765
  #
2766
- # When using this API with an access point, you must direct requests
2767
- # to the access point hostname. The access point hostname takes the
2768
- # form
2766
+ # When using this action with an access point, you must direct
2767
+ # requests to the access point hostname. The access point hostname
2768
+ # takes the form
2769
2769
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
2770
- # When using this operation with an access point through the AWS SDKs,
2770
+ # When using this action with an access point through the AWS SDKs,
2771
2771
  # you provide the access point ARN in place of the bucket name. For
2772
2772
  # more information about access point ARNs, see [Using Access
2773
2773
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
2774
2774
  #
2775
- # When using this API with Amazon S3 on Outposts, you must direct
2775
+ # When using this action with Amazon S3 on Outposts, you must direct
2776
2776
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2777
2777
  # takes the form
2778
2778
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
2779
- # When using this operation using S3 on Outposts through the AWS SDKs,
2779
+ # When using this action using S3 on Outposts through the AWS SDKs,
2780
2780
  # you provide the Outposts bucket ARN in place of the bucket name. For
2781
2781
  # more information about S3 on Outposts ARNs, see [Using S3 on
2782
2782
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -2865,20 +2865,20 @@ module Aws::S3
2865
2865
  # The bucket name containing the objects from which to remove the
2866
2866
  # tags.
2867
2867
  #
2868
- # When using this API with an access point, you must direct requests
2869
- # to the access point hostname. The access point hostname takes the
2870
- # form
2868
+ # When using this action with an access point, you must direct
2869
+ # requests to the access point hostname. The access point hostname
2870
+ # takes the form
2871
2871
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
2872
- # When using this operation with an access point through the AWS SDKs,
2872
+ # When using this action with an access point through the AWS SDKs,
2873
2873
  # you provide the access point ARN in place of the bucket name. For
2874
2874
  # more information about access point ARNs, see [Using Access
2875
2875
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
2876
2876
  #
2877
- # When using this API with Amazon S3 on Outposts, you must direct
2877
+ # When using this action with Amazon S3 on Outposts, you must direct
2878
2878
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2879
2879
  # takes the form
2880
2880
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
2881
- # When using this operation using S3 on Outposts through the AWS SDKs,
2881
+ # When using this action using S3 on Outposts through the AWS SDKs,
2882
2882
  # you provide the Outposts bucket ARN in place of the bucket name. For
2883
2883
  # more information about S3 on Outposts ARNs, see [Using S3 on
2884
2884
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -2926,8 +2926,8 @@ module Aws::S3
2926
2926
  # @return [String]
2927
2927
  #
2928
2928
  # @!attribute [rw] errors
2929
- # Container for a failed delete operation that describes the object
2930
- # that Amazon S3 attempted to delete and the error it encountered.
2929
+ # Container for a failed delete action that describes the object that
2930
+ # Amazon S3 attempted to delete and the error it encountered.
2931
2931
  # @return [Array<Types::Error>]
2932
2932
  #
2933
2933
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/DeleteObjectsOutput AWS API Documentation
@@ -2963,20 +2963,20 @@ module Aws::S3
2963
2963
  # @!attribute [rw] bucket
2964
2964
  # The bucket name containing the objects to delete.
2965
2965
  #
2966
- # When using this API with an access point, you must direct requests
2967
- # to the access point hostname. The access point hostname takes the
2968
- # form
2966
+ # When using this action with an access point, you must direct
2967
+ # requests to the access point hostname. The access point hostname
2968
+ # takes the form
2969
2969
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
2970
- # When using this operation with an access point through the AWS SDKs,
2970
+ # When using this action with an access point through the AWS SDKs,
2971
2971
  # you provide the access point ARN in place of the bucket name. For
2972
2972
  # more information about access point ARNs, see [Using Access
2973
2973
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
2974
2974
  #
2975
- # When using this API with Amazon S3 on Outposts, you must direct
2975
+ # When using this action with Amazon S3 on Outposts, you must direct
2976
2976
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2977
2977
  # takes the form
2978
2978
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
2979
- # When using this operation using S3 on Outposts through the AWS SDKs,
2979
+ # When using this action using S3 on Outposts through the AWS SDKs,
2980
2980
  # you provide the Outposts bucket ARN in place of the bucket name. For
2981
2981
  # more information about S3 on Outposts ARNs, see [Using S3 on
2982
2982
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -3317,7 +3317,7 @@ module Aws::S3
3317
3317
  # * * *Code:* AccountProblem
3318
3318
  #
3319
3319
  # * *Description:* There is a problem with your AWS account that
3320
- # prevents the operation from completing successfully. Contact AWS
3320
+ # prevents the action from completing successfully. Contact AWS
3321
3321
  # Support for further assistance.
3322
3322
  #
3323
3323
  # * *HTTP Status Code:* 403 Forbidden
@@ -3550,8 +3550,8 @@ module Aws::S3
3550
3550
  #
3551
3551
  # * * *Code:* InvalidObjectState
3552
3552
  #
3553
- # * *Description:* The operation is not valid for the current state
3554
- # of the object.
3553
+ # * *Description:* The action is not valid for the current state of
3554
+ # the object.
3555
3555
  #
3556
3556
  # * *HTTP Status Code:* 403 Forbidden
3557
3557
  #
@@ -3932,8 +3932,8 @@ module Aws::S3
3932
3932
  #
3933
3933
  # * * *Code:* OperationAborted
3934
3934
  #
3935
- # * *Description:* A conflicting conditional operation is currently
3936
- # in progress against this resource. Try again.
3935
+ # * *Description:* A conflicting conditional action is currently in
3936
+ # progress against this resource. Try again.
3937
3937
  #
3938
3938
  # * *HTTP Status Code:* 409 Conflict
3939
3939
  #
@@ -4149,9 +4149,12 @@ module Aws::S3
4149
4149
  end
4150
4150
 
4151
4151
  # Optional configuration to replicate existing source bucket objects.
4152
- # For more information, see [Replicating Existing Objects](
4153
- # https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication)
4154
- # in the *Amazon S3 Developer Guide*.
4152
+ # For more information, see [Replicating Existing Objects][1] in the
4153
+ # *Amazon S3 Developer Guide*.
4154
+ #
4155
+ #
4156
+ #
4157
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication
4155
4158
  #
4156
4159
  # @note When making an API call, you may pass ExistingObjectReplication
4157
4160
  # data as a hash:
@@ -5127,11 +5130,11 @@ module Aws::S3
5127
5130
  # The bucket name that contains the object for which to get the ACL
5128
5131
  # information.
5129
5132
  #
5130
- # When using this API with an access point, you must direct requests
5131
- # to the access point hostname. The access point hostname takes the
5132
- # form
5133
+ # When using this action with an access point, you must direct
5134
+ # requests to the access point hostname. The access point hostname
5135
+ # takes the form
5133
5136
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5134
- # When using this operation with an access point through the AWS SDKs,
5137
+ # When using this action with an access point through the AWS SDKs,
5135
5138
  # you provide the access point ARN in place of the bucket name. For
5136
5139
  # more information about access point ARNs, see [Using Access
5137
5140
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5206,11 +5209,11 @@ module Aws::S3
5206
5209
  # The bucket name containing the object whose Legal Hold status you
5207
5210
  # want to retrieve.
5208
5211
  #
5209
- # When using this API with an access point, you must direct requests
5210
- # to the access point hostname. The access point hostname takes the
5211
- # form
5212
+ # When using this action with an access point, you must direct
5213
+ # requests to the access point hostname. The access point hostname
5214
+ # takes the form
5212
5215
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5213
- # When using this operation with an access point through the AWS SDKs,
5216
+ # When using this action with an access point through the AWS SDKs,
5214
5217
  # you provide the access point ARN in place of the bucket name. For
5215
5218
  # more information about access point ARNs, see [Using Access
5216
5219
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5283,11 +5286,11 @@ module Aws::S3
5283
5286
  # @!attribute [rw] bucket
5284
5287
  # The bucket whose Object Lock configuration you want to retrieve.
5285
5288
  #
5286
- # When using this API with an access point, you must direct requests
5287
- # to the access point hostname. The access point hostname takes the
5288
- # form
5289
+ # When using this action with an access point, you must direct
5290
+ # requests to the access point hostname. The access point hostname
5291
+ # takes the form
5289
5292
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5290
- # When using this operation with an access point through the AWS SDKs,
5293
+ # When using this action with an access point through the AWS SDKs,
5291
5294
  # you provide the access point ARN in place of the bucket name. For
5292
5295
  # more information about access point ARNs, see [Using Access
5293
5296
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5334,8 +5337,8 @@ module Aws::S3
5334
5337
  # @return [String]
5335
5338
  #
5336
5339
  # @!attribute [rw] restore
5337
- # Provides information about object restoration operation and
5338
- # expiration time of the restored object copy.
5340
+ # Provides information about object restoration action and expiration
5341
+ # time of the restored object copy.
5339
5342
  # @return [String]
5340
5343
  #
5341
5344
  # @!attribute [rw] last_modified
@@ -5543,20 +5546,20 @@ module Aws::S3
5543
5546
  # @!attribute [rw] bucket
5544
5547
  # The bucket name containing the object.
5545
5548
  #
5546
- # When using this API with an access point, you must direct requests
5547
- # to the access point hostname. The access point hostname takes the
5548
- # form
5549
+ # When using this action with an access point, you must direct
5550
+ # requests to the access point hostname. The access point hostname
5551
+ # takes the form
5549
5552
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5550
- # When using this operation with an access point through the AWS SDKs,
5553
+ # When using this action with an access point through the AWS SDKs,
5551
5554
  # you provide the access point ARN in place of the bucket name. For
5552
5555
  # more information about access point ARNs, see [Using Access
5553
5556
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
5554
5557
  #
5555
- # When using this API with Amazon S3 on Outposts, you must direct
5558
+ # When using this action with Amazon S3 on Outposts, you must direct
5556
5559
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5557
5560
  # takes the form
5558
5561
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
5559
- # When using this operation using S3 on Outposts through the AWS SDKs,
5562
+ # When using this action using S3 on Outposts through the AWS SDKs,
5560
5563
  # you provide the Outposts bucket ARN in place of the bucket name. For
5561
5564
  # more information about S3 on Outposts ARNs, see [Using S3 on
5562
5565
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5732,11 +5735,11 @@ module Aws::S3
5732
5735
  # The bucket name containing the object whose retention settings you
5733
5736
  # want to retrieve.
5734
5737
  #
5735
- # When using this API with an access point, you must direct requests
5736
- # to the access point hostname. The access point hostname takes the
5737
- # form
5738
+ # When using this action with an access point, you must direct
5739
+ # requests to the access point hostname. The access point hostname
5740
+ # takes the form
5738
5741
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5739
- # When using this operation with an access point through the AWS SDKs,
5742
+ # When using this action with an access point through the AWS SDKs,
5740
5743
  # you provide the access point ARN in place of the bucket name. For
5741
5744
  # more information about access point ARNs, see [Using Access
5742
5745
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5819,20 +5822,20 @@ module Aws::S3
5819
5822
  # The bucket name containing the object for which to get the tagging
5820
5823
  # information.
5821
5824
  #
5822
- # When using this API with an access point, you must direct requests
5823
- # to the access point hostname. The access point hostname takes the
5824
- # form
5825
+ # When using this action with an access point, you must direct
5826
+ # requests to the access point hostname. The access point hostname
5827
+ # takes the form
5825
5828
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5826
- # When using this operation with an access point through the AWS SDKs,
5829
+ # When using this action with an access point through the AWS SDKs,
5827
5830
  # you provide the access point ARN in place of the bucket name. For
5828
5831
  # more information about access point ARNs, see [Using Access
5829
5832
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
5830
5833
  #
5831
- # When using this API with Amazon S3 on Outposts, you must direct
5834
+ # When using this action with Amazon S3 on Outposts, you must direct
5832
5835
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5833
5836
  # takes the form
5834
5837
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
5835
- # When using this operation using S3 on Outposts through the AWS SDKs,
5838
+ # When using this action using S3 on Outposts through the AWS SDKs,
5836
5839
  # you provide the Outposts bucket ARN in place of the bucket name. For
5837
5840
  # more information about S3 on Outposts ARNs, see [Using S3 on
5838
5841
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -6127,20 +6130,20 @@ module Aws::S3
6127
6130
  # @!attribute [rw] bucket
6128
6131
  # The bucket name.
6129
6132
  #
6130
- # When using this API with an access point, you must direct requests
6131
- # to the access point hostname. The access point hostname takes the
6132
- # form
6133
+ # When using this action with an access point, you must direct
6134
+ # requests to the access point hostname. The access point hostname
6135
+ # takes the form
6133
6136
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
6134
- # When using this operation with an access point through the AWS SDKs,
6137
+ # When using this action with an access point through the AWS SDKs,
6135
6138
  # you provide the access point ARN in place of the bucket name. For
6136
6139
  # more information about access point ARNs, see [Using Access
6137
6140
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
6138
6141
  #
6139
- # When using this API with Amazon S3 on Outposts, you must direct
6142
+ # When using this action with Amazon S3 on Outposts, you must direct
6140
6143
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
6141
6144
  # takes the form
6142
6145
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
6143
- # When using this operation using S3 on Outposts through the AWS SDKs,
6146
+ # When using this action using S3 on Outposts through the AWS SDKs,
6144
6147
  # you provide the Outposts bucket ARN in place of the bucket name. For
6145
6148
  # more information about S3 on Outposts ARNs, see [Using S3 on
6146
6149
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -6463,20 +6466,20 @@ module Aws::S3
6463
6466
  # @!attribute [rw] bucket
6464
6467
  # The name of the bucket containing the object.
6465
6468
  #
6466
- # When using this API with an access point, you must direct requests
6467
- # to the access point hostname. The access point hostname takes the
6468
- # form
6469
+ # When using this action with an access point, you must direct
6470
+ # requests to the access point hostname. The access point hostname
6471
+ # takes the form
6469
6472
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
6470
- # When using this operation with an access point through the AWS SDKs,
6473
+ # When using this action with an access point through the AWS SDKs,
6471
6474
  # you provide the access point ARN in place of the bucket name. For
6472
6475
  # more information about access point ARNs, see [Using Access
6473
6476
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
6474
6477
  #
6475
- # When using this API with Amazon S3 on Outposts, you must direct
6478
+ # When using this action with Amazon S3 on Outposts, you must direct
6476
6479
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
6477
6480
  # takes the form
6478
6481
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
6479
- # When using this operation using S3 on Outposts through the AWS SDKs,
6482
+ # When using this action using S3 on Outposts through the AWS SDKs,
6480
6483
  # you provide the Outposts bucket ARN in place of the bucket name. For
6481
6484
  # more information about S3 on Outposts ARNs, see [Using S3 on
6482
6485
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -7954,20 +7957,20 @@ module Aws::S3
7954
7957
  # @!attribute [rw] bucket
7955
7958
  # The name of the bucket to which the multipart upload was initiated.
7956
7959
  #
7957
- # When using this API with an access point, you must direct requests
7958
- # to the access point hostname. The access point hostname takes the
7959
- # form
7960
+ # When using this action with an access point, you must direct
7961
+ # requests to the access point hostname. The access point hostname
7962
+ # takes the form
7960
7963
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
7961
- # When using this operation with an access point through the AWS SDKs,
7964
+ # When using this action with an access point through the AWS SDKs,
7962
7965
  # you provide the access point ARN in place of the bucket name. For
7963
7966
  # more information about access point ARNs, see [Using Access
7964
7967
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
7965
7968
  #
7966
- # When using this API with Amazon S3 on Outposts, you must direct
7969
+ # When using this action with Amazon S3 on Outposts, you must direct
7967
7970
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
7968
7971
  # takes the form
7969
7972
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
7970
- # When using this operation using S3 on Outposts through the AWS SDKs,
7973
+ # When using this action using S3 on Outposts through the AWS SDKs,
7971
7974
  # you provide the Outposts bucket ARN in place of the bucket name. For
7972
7975
  # more information about S3 on Outposts ARNs, see [Using S3 on
7973
7976
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -8194,7 +8197,7 @@ module Aws::S3
8194
8197
  #
8195
8198
  # @!attribute [rw] max_keys
8196
8199
  # Sets the maximum number of keys returned in the response. By default
8197
- # the API returns up to 1,000 key names. The response might contain
8200
+ # the action returns up to 1,000 key names. The response might contain
8198
8201
  # fewer keys but will never contain more. If additional keys satisfy
8199
8202
  # the search criteria, but were not returned because max-keys was
8200
8203
  # exceeded, the response contains
@@ -8339,20 +8342,20 @@ module Aws::S3
8339
8342
  # @!attribute [rw] bucket
8340
8343
  # The name of the bucket containing the objects.
8341
8344
  #
8342
- # When using this API with an access point, you must direct requests
8343
- # to the access point hostname. The access point hostname takes the
8344
- # form
8345
+ # When using this action with an access point, you must direct
8346
+ # requests to the access point hostname. The access point hostname
8347
+ # takes the form
8345
8348
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
8346
- # When using this operation with an access point through the AWS SDKs,
8349
+ # When using this action with an access point through the AWS SDKs,
8347
8350
  # you provide the access point ARN in place of the bucket name. For
8348
8351
  # more information about access point ARNs, see [Using Access
8349
8352
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
8350
8353
  #
8351
- # When using this API with Amazon S3 on Outposts, you must direct
8354
+ # When using this action with Amazon S3 on Outposts, you must direct
8352
8355
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8353
8356
  # takes the form
8354
8357
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
8355
- # When using this operation using S3 on Outposts through the AWS SDKs,
8358
+ # When using this action using S3 on Outposts through the AWS SDKs,
8356
8359
  # you provide the Outposts bucket ARN in place of the bucket name. For
8357
8360
  # more information about S3 on Outposts ARNs, see [Using S3 on
8358
8361
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -8382,7 +8385,7 @@ module Aws::S3
8382
8385
  #
8383
8386
  # @!attribute [rw] max_keys
8384
8387
  # Sets the maximum number of keys returned in the response. By default
8385
- # the API returns up to 1,000 key names. The response might contain
8388
+ # the action returns up to 1,000 key names. The response might contain
8386
8389
  # fewer keys but will never contain more.
8387
8390
  # @return [Integer]
8388
8391
  #
@@ -8430,20 +8433,20 @@ module Aws::S3
8430
8433
  # @!attribute [rw] name
8431
8434
  # The bucket name.
8432
8435
  #
8433
- # When using this API with an access point, you must direct requests
8434
- # to the access point hostname. The access point hostname takes the
8435
- # form
8436
+ # When using this action with an access point, you must direct
8437
+ # requests to the access point hostname. The access point hostname
8438
+ # takes the form
8436
8439
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
8437
- # When using this operation with an access point through the AWS SDKs,
8440
+ # When using this action with an access point through the AWS SDKs,
8438
8441
  # you provide the access point ARN in place of the bucket name. For
8439
8442
  # more information about access point ARNs, see [Using Access
8440
8443
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
8441
8444
  #
8442
- # When using this API with Amazon S3 on Outposts, you must direct
8445
+ # When using this action with Amazon S3 on Outposts, you must direct
8443
8446
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8444
8447
  # takes the form
8445
8448
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
8446
- # When using this operation using S3 on Outposts through the AWS SDKs,
8449
+ # When using this action using S3 on Outposts through the AWS SDKs,
8447
8450
  # you provide the Outposts bucket ARN in place of the bucket name. For
8448
8451
  # more information about S3 on Outposts ARNs, see [Using S3 on
8449
8452
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -8468,7 +8471,7 @@ module Aws::S3
8468
8471
  #
8469
8472
  # @!attribute [rw] max_keys
8470
8473
  # Sets the maximum number of keys returned in the response. By default
8471
- # the API returns up to 1,000 key names. The response might contain
8474
+ # the action returns up to 1,000 key names. The response might contain
8472
8475
  # fewer keys but will never contain more.
8473
8476
  # @return [Integer]
8474
8477
  #
@@ -8565,20 +8568,20 @@ module Aws::S3
8565
8568
  # @!attribute [rw] bucket
8566
8569
  # Bucket name to list.
8567
8570
  #
8568
- # When using this API with an access point, you must direct requests
8569
- # to the access point hostname. The access point hostname takes the
8570
- # form
8571
+ # When using this action with an access point, you must direct
8572
+ # requests to the access point hostname. The access point hostname
8573
+ # takes the form
8571
8574
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
8572
- # When using this operation with an access point through the AWS SDKs,
8575
+ # When using this action with an access point through the AWS SDKs,
8573
8576
  # you provide the access point ARN in place of the bucket name. For
8574
8577
  # more information about access point ARNs, see [Using Access
8575
8578
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
8576
8579
  #
8577
- # When using this API with Amazon S3 on Outposts, you must direct
8580
+ # When using this action with Amazon S3 on Outposts, you must direct
8578
8581
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8579
8582
  # takes the form
8580
8583
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
8581
- # When using this operation using S3 on Outposts through the AWS SDKs,
8584
+ # When using this action using S3 on Outposts through the AWS SDKs,
8582
8585
  # you provide the Outposts bucket ARN in place of the bucket name. For
8583
8586
  # more information about S3 on Outposts ARNs, see [Using S3 on
8584
8587
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -8600,7 +8603,7 @@ module Aws::S3
8600
8603
  #
8601
8604
  # @!attribute [rw] max_keys
8602
8605
  # Sets the maximum number of keys returned in the response. By default
8603
- # the API returns up to 1,000 key names. The response might contain
8606
+ # the action returns up to 1,000 key names. The response might contain
8604
8607
  # fewer keys but will never contain more.
8605
8608
  # @return [Integer]
8606
8609
  #
@@ -8780,20 +8783,20 @@ module Aws::S3
8780
8783
  # @!attribute [rw] bucket
8781
8784
  # The name of the bucket to which the parts are being uploaded.
8782
8785
  #
8783
- # When using this API with an access point, you must direct requests
8784
- # to the access point hostname. The access point hostname takes the
8785
- # form
8786
+ # When using this action with an access point, you must direct
8787
+ # requests to the access point hostname. The access point hostname
8788
+ # takes the form
8786
8789
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
8787
- # When using this operation with an access point through the AWS SDKs,
8790
+ # When using this action with an access point through the AWS SDKs,
8788
8791
  # you provide the access point ARN in place of the bucket name. For
8789
8792
  # more information about access point ARNs, see [Using Access
8790
8793
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
8791
8794
  #
8792
- # When using this API with Amazon S3 on Outposts, you must direct
8795
+ # When using this action with Amazon S3 on Outposts, you must direct
8793
8796
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8794
8797
  # takes the form
8795
8798
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
8796
- # When using this operation using S3 on Outposts through the AWS SDKs,
8799
+ # When using this action using S3 on Outposts through the AWS SDKs,
8797
8800
  # you provide the Outposts bucket ARN in place of the bucket name. For
8798
8801
  # more information about S3 on Outposts ARNs, see [Using S3 on
8799
8802
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -9472,7 +9475,7 @@ module Aws::S3
9472
9475
  include Aws::Structure
9473
9476
  end
9474
9477
 
9475
- # This operation is not allowed against this storage tier.
9478
+ # This action is not allowed against this storage tier.
9476
9479
  #
9477
9480
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ObjectAlreadyInActiveTierError AWS API Documentation
9478
9481
  #
@@ -9621,8 +9624,8 @@ module Aws::S3
9621
9624
  include Aws::Structure
9622
9625
  end
9623
9626
 
9624
- # The source object of the COPY operation is not in the active tier and
9625
- # is only stored in Amazon S3 Glacier.
9627
+ # The source object of the COPY action is not in the active tier and is
9628
+ # only stored in Amazon S3 Glacier.
9626
9629
  #
9627
9630
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ObjectNotInActiveTierError AWS API Documentation
9628
9631
  #
@@ -9949,7 +9952,7 @@ module Aws::S3
9949
9952
  # Amazon S3 bucket. You can enable the configuration options in any
9950
9953
  # combination. For more information about when Amazon S3 considers a
9951
9954
  # bucket or object public, see [The Meaning of "Public"][1] in the
9952
- # *Amazon Simple Storage Service Developer Guide*.
9955
+ # *Amazon Simple Storage Service User Guide*.
9953
9956
  #
9954
9957
  #
9955
9958
  #
@@ -10261,7 +10264,7 @@ module Aws::S3
10261
10264
  # @!attribute [rw] cors_configuration
10262
10265
  # Describes the cross-origin access configuration for objects in an
10263
10266
  # Amazon S3 bucket. For more information, see [Enabling Cross-Origin
10264
- # Resource Sharing][1] in the *Amazon Simple Storage Service Developer
10267
+ # Resource Sharing][1] in the *Amazon Simple Storage Service User
10265
10268
  # Guide*.
10266
10269
  #
10267
10270
  #
@@ -11424,11 +11427,11 @@ module Aws::S3
11424
11427
  # The bucket name that contains the object to which you want to attach
11425
11428
  # the ACL.
11426
11429
  #
11427
- # When using this API with an access point, you must direct requests
11428
- # to the access point hostname. The access point hostname takes the
11429
- # form
11430
+ # When using this action with an access point, you must direct
11431
+ # requests to the access point hostname. The access point hostname
11432
+ # takes the form
11430
11433
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
11431
- # When using this operation with an access point through the AWS SDKs,
11434
+ # When using this action with an access point through the AWS SDKs,
11432
11435
  # you provide the access point ARN in place of the bucket name. For
11433
11436
  # more information about access point ARNs, see [Using Access
11434
11437
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -11483,22 +11486,22 @@ module Aws::S3
11483
11486
  # @return [String]
11484
11487
  #
11485
11488
  # @!attribute [rw] key
11486
- # Key for which the PUT operation was initiated.
11489
+ # Key for which the PUT action was initiated.
11487
11490
  #
11488
- # When using this API with an access point, you must direct requests
11489
- # to the access point hostname. The access point hostname takes the
11490
- # form
11491
+ # When using this action with an access point, you must direct
11492
+ # requests to the access point hostname. The access point hostname
11493
+ # takes the form
11491
11494
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
11492
- # When using this operation with an access point through the AWS SDKs,
11495
+ # When using this action with an access point through the AWS SDKs,
11493
11496
  # you provide the access point ARN in place of the bucket name. For
11494
11497
  # more information about access point ARNs, see [Using Access
11495
11498
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
11496
11499
  #
11497
- # When using this API with Amazon S3 on Outposts, you must direct
11500
+ # When using this action with Amazon S3 on Outposts, you must direct
11498
11501
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
11499
11502
  # takes the form
11500
11503
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
11501
- # When using this operation using S3 on Outposts through the AWS SDKs,
11504
+ # When using this action using S3 on Outposts through the AWS SDKs,
11502
11505
  # you provide the Outposts bucket ARN in place of the bucket name. For
11503
11506
  # more information about S3 on Outposts ARNs, see [Using S3 on
11504
11507
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -11583,11 +11586,11 @@ module Aws::S3
11583
11586
  # The bucket name containing the object that you want to place a Legal
11584
11587
  # Hold on.
11585
11588
  #
11586
- # When using this API with an access point, you must direct requests
11587
- # to the access point hostname. The access point hostname takes the
11588
- # form
11589
+ # When using this action with an access point, you must direct
11590
+ # requests to the access point hostname. The access point hostname
11591
+ # takes the form
11589
11592
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
11590
- # When using this operation with an access point through the AWS SDKs,
11593
+ # When using this action with an access point through the AWS SDKs,
11591
11594
  # you provide the access point ARN in place of the bucket name. For
11592
11595
  # more information about access point ARNs, see [Using Access
11593
11596
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -11872,22 +11875,22 @@ module Aws::S3
11872
11875
  # @return [IO]
11873
11876
  #
11874
11877
  # @!attribute [rw] bucket
11875
- # The bucket name to which the PUT operation was initiated.
11878
+ # The bucket name to which the PUT action was initiated.
11876
11879
  #
11877
- # When using this API with an access point, you must direct requests
11878
- # to the access point hostname. The access point hostname takes the
11879
- # form
11880
+ # When using this action with an access point, you must direct
11881
+ # requests to the access point hostname. The access point hostname
11882
+ # takes the form
11880
11883
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
11881
- # When using this operation with an access point through the AWS SDKs,
11884
+ # When using this action with an access point through the AWS SDKs,
11882
11885
  # you provide the access point ARN in place of the bucket name. For
11883
11886
  # more information about access point ARNs, see [Using Access
11884
11887
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
11885
11888
  #
11886
- # When using this API with Amazon S3 on Outposts, you must direct
11889
+ # When using this action with Amazon S3 on Outposts, you must direct
11887
11890
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
11888
11891
  # takes the form
11889
11892
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
11890
- # When using this operation using S3 on Outposts through the AWS SDKs,
11893
+ # When using this action using S3 on Outposts through the AWS SDKs,
11891
11894
  # you provide the Outposts bucket ARN in place of the bucket name. For
11892
11895
  # more information about S3 on Outposts ARNs, see [Using S3 on
11893
11896
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -12005,7 +12008,7 @@ module Aws::S3
12005
12008
  # @return [String]
12006
12009
  #
12007
12010
  # @!attribute [rw] key
12008
- # Object key for which the PUT operation was initiated.
12011
+ # Object key for which the PUT action was initiated.
12009
12012
  # @return [String]
12010
12013
  #
12011
12014
  # @!attribute [rw] metadata
@@ -12103,8 +12106,8 @@ module Aws::S3
12103
12106
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket
12104
12107
  # Key for object encryption with SSE-KMS.
12105
12108
  #
12106
- # Specifying this header with a PUT operation doesn’t affect
12107
- # bucket-level settings for S3 Bucket Key.
12109
+ # Specifying this header with a PUT action doesn’t affect bucket-level
12110
+ # settings for S3 Bucket Key.
12108
12111
  # @return [Boolean]
12109
12112
  #
12110
12113
  # @!attribute [rw] request_payer
@@ -12221,11 +12224,11 @@ module Aws::S3
12221
12224
  # The bucket name that contains the object you want to apply this
12222
12225
  # Object Retention configuration to.
12223
12226
  #
12224
- # When using this API with an access point, you must direct requests
12225
- # to the access point hostname. The access point hostname takes the
12226
- # form
12227
+ # When using this action with an access point, you must direct
12228
+ # requests to the access point hostname. The access point hostname
12229
+ # takes the form
12227
12230
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
12228
- # When using this operation with an access point through the AWS SDKs,
12231
+ # When using this action with an access point through the AWS SDKs,
12229
12232
  # you provide the access point ARN in place of the bucket name. For
12230
12233
  # more information about access point ARNs, see [Using Access
12231
12234
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -12262,7 +12265,7 @@ module Aws::S3
12262
12265
  # @return [String]
12263
12266
  #
12264
12267
  # @!attribute [rw] bypass_governance_retention
12265
- # Indicates whether this operation should bypass Governance-mode
12268
+ # Indicates whether this action should bypass Governance-mode
12266
12269
  # restrictions.
12267
12270
  # @return [Boolean]
12268
12271
  #
@@ -12329,20 +12332,20 @@ module Aws::S3
12329
12332
  # @!attribute [rw] bucket
12330
12333
  # The bucket name containing the object.
12331
12334
  #
12332
- # When using this API with an access point, you must direct requests
12333
- # to the access point hostname. The access point hostname takes the
12334
- # form
12335
+ # When using this action with an access point, you must direct
12336
+ # requests to the access point hostname. The access point hostname
12337
+ # takes the form
12335
12338
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
12336
- # When using this operation with an access point through the AWS SDKs,
12339
+ # When using this action with an access point through the AWS SDKs,
12337
12340
  # you provide the access point ARN in place of the bucket name. For
12338
12341
  # more information about access point ARNs, see [Using Access
12339
12342
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
12340
12343
  #
12341
- # When using this API with Amazon S3 on Outposts, you must direct
12344
+ # When using this action with Amazon S3 on Outposts, you must direct
12342
12345
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
12343
12346
  # takes the form
12344
12347
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
12345
- # When using this operation using S3 on Outposts through the AWS SDKs,
12348
+ # When using this action using S3 on Outposts through the AWS SDKs,
12346
12349
  # you provide the Outposts bucket ARN in place of the bucket name. For
12347
12350
  # more information about S3 on Outposts ARNs, see [Using S3 on
12348
12351
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -13309,20 +13312,20 @@ module Aws::S3
13309
13312
  # @!attribute [rw] bucket
13310
13313
  # The bucket name containing the object to restore.
13311
13314
  #
13312
- # When using this API with an access point, you must direct requests
13313
- # to the access point hostname. The access point hostname takes the
13314
- # form
13315
+ # When using this action with an access point, you must direct
13316
+ # requests to the access point hostname. The access point hostname
13317
+ # takes the form
13315
13318
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
13316
- # When using this operation with an access point through the AWS SDKs,
13319
+ # When using this action with an access point through the AWS SDKs,
13317
13320
  # you provide the access point ARN in place of the bucket name. For
13318
13321
  # more information about access point ARNs, see [Using Access
13319
13322
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
13320
13323
  #
13321
- # When using this API with Amazon S3 on Outposts, you must direct
13324
+ # When using this action with Amazon S3 on Outposts, you must direct
13322
13325
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
13323
13326
  # takes the form
13324
13327
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
13325
- # When using this operation using S3 on Outposts through the AWS SDKs,
13328
+ # When using this action using S3 on Outposts through the AWS SDKs,
13326
13329
  # you provide the Outposts bucket ARN in place of the bucket name. For
13327
13330
  # more information about S3 on Outposts ARNs, see [Using S3 on
13328
13331
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -13334,7 +13337,7 @@ module Aws::S3
13334
13337
  # @return [String]
13335
13338
  #
13336
13339
  # @!attribute [rw] key
13337
- # Object key for which the operation was initiated.
13340
+ # Object key for which the action was initiated.
13338
13341
  # @return [String]
13339
13342
  #
13340
13343
  # @!attribute [rw] version_id
@@ -13512,8 +13515,8 @@ module Aws::S3
13512
13515
 
13513
13516
  # Specifies the redirect behavior and when a redirect is applied. For
13514
13517
  # more information about routing rules, see [Configuring advanced
13515
- # conditional redirects][1] in the *Amazon Simple Storage Service
13516
- # Developer Guide*.
13518
+ # conditional redirects][1] in the *Amazon Simple Storage Service User
13519
+ # Guide*.
13517
13520
  #
13518
13521
  #
13519
13522
  #
@@ -13629,7 +13632,7 @@ module Aws::S3
13629
13632
  # Specifies when an object transitions to a specified storage class.
13630
13633
  # For more information about Amazon S3 lifecycle configuration rules,
13631
13634
  # see [Transitioning Objects Using Amazon S3 Lifecycle][1] in the
13632
- # *Amazon Simple Storage Service Developer Guide*.
13635
+ # *Amazon Simple Storage Service User Guide*.
13633
13636
  #
13634
13637
  #
13635
13638
  #
@@ -14233,7 +14236,7 @@ module Aws::S3
14233
14236
  # Bucket Key. By default, S3 Bucket Key is not enabled.
14234
14237
  #
14235
14238
  # For more information, see [Amazon S3 Bucket Keys][1] in the *Amazon
14236
- # Simple Storage Service Developer Guide*.
14239
+ # Simple Storage Service User Guide*.
14237
14240
  #
14238
14241
  #
14239
14242
  #
@@ -14595,7 +14598,7 @@ module Aws::S3
14595
14598
  # @!attribute [rw] events
14596
14599
  # The Amazon S3 bucket event about which to send notifications. For
14597
14600
  # more information, see [Supported Event Types][1] in the *Amazon
14598
- # Simple Storage Service Developer Guide*.
14601
+ # Simple Storage Service User Guide*.
14599
14602
  #
14600
14603
  #
14601
14604
  #
@@ -14675,7 +14678,7 @@ module Aws::S3
14675
14678
  # Specifies when an object transitions to a specified storage class. For
14676
14679
  # more information about Amazon S3 lifecycle configuration rules, see
14677
14680
  # [Transitioning Objects Using Amazon S3 Lifecycle][1] in the *Amazon
14678
- # Simple Storage Service Developer Guide*.
14681
+ # Simple Storage Service User Guide*.
14679
14682
  #
14680
14683
  #
14681
14684
  #
@@ -14802,20 +14805,20 @@ module Aws::S3
14802
14805
  # @!attribute [rw] bucket
14803
14806
  # The bucket name.
14804
14807
  #
14805
- # When using this API with an access point, you must direct requests
14806
- # to the access point hostname. The access point hostname takes the
14807
- # form
14808
+ # When using this action with an access point, you must direct
14809
+ # requests to the access point hostname. The access point hostname
14810
+ # takes the form
14808
14811
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
14809
- # When using this operation with an access point through the AWS SDKs,
14812
+ # When using this action with an access point through the AWS SDKs,
14810
14813
  # you provide the access point ARN in place of the bucket name. For
14811
14814
  # more information about access point ARNs, see [Using Access
14812
14815
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
14813
14816
  #
14814
- # When using this API with Amazon S3 on Outposts, you must direct
14817
+ # When using this action with Amazon S3 on Outposts, you must direct
14815
14818
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
14816
14819
  # takes the form
14817
14820
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
14818
- # When using this operation using S3 on Outposts through the AWS SDKs,
14821
+ # When using this action using S3 on Outposts through the AWS SDKs,
14819
14822
  # you provide the Outposts bucket ARN in place of the bucket name. For
14820
14823
  # more information about S3 on Outposts ARNs, see [Using S3 on
14821
14824
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -15079,20 +15082,20 @@ module Aws::S3
15079
15082
  # @!attribute [rw] bucket
15080
15083
  # The name of the bucket to which the multipart upload was initiated.
15081
15084
  #
15082
- # When using this API with an access point, you must direct requests
15083
- # to the access point hostname. The access point hostname takes the
15084
- # form
15085
+ # When using this action with an access point, you must direct
15086
+ # requests to the access point hostname. The access point hostname
15087
+ # takes the form
15085
15088
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
15086
- # When using this operation with an access point through the AWS SDKs,
15089
+ # When using this action with an access point through the AWS SDKs,
15087
15090
  # you provide the access point ARN in place of the bucket name. For
15088
15091
  # more information about access point ARNs, see [Using Access
15089
15092
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
15090
15093
  #
15091
- # When using this API with Amazon S3 on Outposts, you must direct
15094
+ # When using this action with Amazon S3 on Outposts, you must direct
15092
15095
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
15093
15096
  # takes the form
15094
15097
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
15095
- # When using this operation using S3 on Outposts through the AWS SDKs,
15098
+ # When using this action using S3 on Outposts through the AWS SDKs,
15096
15099
  # you provide the Outposts bucket ARN in place of the bucket name. For
15097
15100
  # more information about S3 on Outposts ARNs, see [Using S3 on
15098
15101
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.