aws-sdk-s3 1.89.0 → 1.91.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -634,6 +634,7 @@ module Aws::S3
634
634
  CORSConfiguration.add_member(:cors_rules, Shapes::ShapeRef.new(shape: CORSRules, required: true, location_name: "CORSRule"))
635
635
  CORSConfiguration.struct_class = Types::CORSConfiguration
636
636
 
637
+ CORSRule.add_member(:id, Shapes::ShapeRef.new(shape: ID, location_name: "ID"))
637
638
  CORSRule.add_member(:allowed_headers, Shapes::ShapeRef.new(shape: AllowedHeaders, location_name: "AllowedHeader"))
638
639
  CORSRule.add_member(:allowed_methods, Shapes::ShapeRef.new(shape: AllowedMethods, required: true, location_name: "AllowedMethod"))
639
640
  CORSRule.add_member(:allowed_origins, Shapes::ShapeRef.new(shape: AllowedOrigins, required: true, location_name: "AllowedOrigin"))
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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*.
@@ -621,6 +621,7 @@ module Aws::S3
621
621
  # {
622
622
  # cors_rules: [ # required
623
623
  # {
624
+ # id: "ID",
624
625
  # allowed_headers: ["AllowedHeader"],
625
626
  # allowed_methods: ["AllowedMethod"], # required
626
627
  # allowed_origins: ["AllowedOrigin"], # required
@@ -649,6 +650,7 @@ module Aws::S3
649
650
  # data as a hash:
650
651
  #
651
652
  # {
653
+ # id: "ID",
652
654
  # allowed_headers: ["AllowedHeader"],
653
655
  # allowed_methods: ["AllowedMethod"], # required
654
656
  # allowed_origins: ["AllowedOrigin"], # required
@@ -656,6 +658,11 @@ module Aws::S3
656
658
  # max_age_seconds: 1,
657
659
  # }
658
660
  #
661
+ # @!attribute [rw] id
662
+ # Unique identifier for the rule. The value cannot be longer than 255
663
+ # characters.
664
+ # @return [String]
665
+ #
659
666
  # @!attribute [rw] allowed_headers
660
667
  # Headers that are specified in the `Access-Control-Request-Headers`
661
668
  # header. These headers are allowed in a preflight OPTIONS request. In
@@ -687,6 +694,7 @@ module Aws::S3
687
694
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CORSRule AWS API Documentation
688
695
  #
689
696
  class CORSRule < Struct.new(
697
+ :id,
690
698
  :allowed_headers,
691
699
  :allowed_methods,
692
700
  :allowed_origins,
@@ -911,20 +919,20 @@ module Aws::S3
911
919
  # @!attribute [rw] bucket
912
920
  # The name of the bucket that contains the newly created object.
913
921
  #
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
922
+ # When using this action with an access point, you must direct
923
+ # requests to the access point hostname. The access point hostname
924
+ # takes the form
917
925
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
918
- # When using this operation with an access point through the AWS SDKs,
926
+ # When using this action with an access point through the AWS SDKs,
919
927
  # you provide the access point ARN in place of the bucket name. For
920
928
  # more information about access point ARNs, see [Using Access
921
929
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
922
930
  #
923
- # When using this API with Amazon S3 on Outposts, you must direct
931
+ # When using this action with Amazon S3 on Outposts, you must direct
924
932
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
925
933
  # takes the form
926
934
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
927
- # When using this operation using S3 on Outposts through the AWS SDKs,
935
+ # When using this action using S3 on Outposts through the AWS SDKs,
928
936
  # you provide the Outposts bucket ARN in place of the bucket name. For
929
937
  # more information about S3 on Outposts ARNs, see [Using S3 on
930
938
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -1313,20 +1321,20 @@ module Aws::S3
1313
1321
  # @!attribute [rw] bucket
1314
1322
  # The name of the destination bucket.
1315
1323
  #
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
1324
+ # When using this action with an access point, you must direct
1325
+ # requests to the access point hostname. The access point hostname
1326
+ # takes the form
1319
1327
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
1320
- # When using this operation with an access point through the AWS SDKs,
1328
+ # When using this action with an access point through the AWS SDKs,
1321
1329
  # you provide the access point ARN in place of the bucket name. For
1322
1330
  # more information about access point ARNs, see [Using Access
1323
1331
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
1324
1332
  #
1325
- # When using this API with Amazon S3 on Outposts, you must direct
1333
+ # When using this action with Amazon S3 on Outposts, you must direct
1326
1334
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1327
1335
  # takes the form
1328
1336
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
1329
- # When using this operation using S3 on Outposts through the AWS SDKs,
1337
+ # When using this action using S3 on Outposts through the AWS SDKs,
1330
1338
  # you provide the Outposts bucket ARN in place of the bucket name. For
1331
1339
  # more information about S3 on Outposts ARNs, see [Using S3 on
1332
1340
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -1541,7 +1549,7 @@ module Aws::S3
1541
1549
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket
1542
1550
  # Key for object encryption with SSE-KMS.
1543
1551
  #
1544
- # Specifying this header with a COPY operation doesn’t affect
1552
+ # Specifying this header with a COPY action doesn’t affect
1545
1553
  # bucket-level settings for S3 Bucket Key.
1546
1554
  # @return [Boolean]
1547
1555
  #
@@ -1830,20 +1838,20 @@ module Aws::S3
1830
1838
  # @!attribute [rw] bucket
1831
1839
  # The name of the bucket to which the multipart upload was initiated.
1832
1840
  #
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
1841
+ # When using this action with an access point, you must direct
1842
+ # requests to the access point hostname. The access point hostname
1843
+ # takes the form
1836
1844
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
1837
- # When using this operation with an access point through the AWS SDKs,
1845
+ # When using this action with an access point through the AWS SDKs,
1838
1846
  # you provide the access point ARN in place of the bucket name. For
1839
1847
  # more information about access point ARNs, see [Using Access
1840
1848
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
1841
1849
  #
1842
- # When using this API with Amazon S3 on Outposts, you must direct
1850
+ # When using this action with Amazon S3 on Outposts, you must direct
1843
1851
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1844
1852
  # takes the form
1845
1853
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
1846
- # When using this operation using S3 on Outposts through the AWS SDKs,
1854
+ # When using this action using S3 on Outposts through the AWS SDKs,
1847
1855
  # you provide the Outposts bucket ARN in place of the bucket name. For
1848
1856
  # more information about S3 on Outposts ARNs, see [Using S3 on
1849
1857
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -1968,20 +1976,20 @@ module Aws::S3
1968
1976
  # @!attribute [rw] bucket
1969
1977
  # The name of the bucket to which to initiate the upload
1970
1978
  #
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
1979
+ # When using this action with an access point, you must direct
1980
+ # requests to the access point hostname. The access point hostname
1981
+ # takes the form
1974
1982
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
1975
- # When using this operation with an access point through the AWS SDKs,
1983
+ # When using this action with an access point through the AWS SDKs,
1976
1984
  # you provide the access point ARN in place of the bucket name. For
1977
1985
  # more information about access point ARNs, see [Using Access
1978
1986
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
1979
1987
  #
1980
- # When using this API with Amazon S3 on Outposts, you must direct
1988
+ # When using this action with Amazon S3 on Outposts, you must direct
1981
1989
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
1982
1990
  # takes the form
1983
1991
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
1984
- # When using this operation using S3 on Outposts through the AWS SDKs,
1992
+ # When using this action using S3 on Outposts through the AWS SDKs,
1985
1993
  # you provide the Outposts bucket ARN in place of the bucket name. For
1986
1994
  # more information about S3 on Outposts ARNs, see [Using S3 on
1987
1995
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -2106,7 +2114,7 @@ module Aws::S3
2106
2114
  #
2107
2115
  #
2108
2116
  #
2109
- # [1]: https://docs.aws.amazon.com/http:/docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
2117
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version
2110
2118
  # @return [String]
2111
2119
  #
2112
2120
  # @!attribute [rw] ssekms_encryption_context
@@ -2121,7 +2129,7 @@ module Aws::S3
2121
2129
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket
2122
2130
  # Key for object encryption with SSE-KMS.
2123
2131
  #
2124
- # Specifying this header with an object operation doesn’t affect
2132
+ # Specifying this header with an object action doesn’t affect
2125
2133
  # bucket-level settings for S3 Bucket Key.
2126
2134
  # @return [Boolean]
2127
2135
  #
@@ -2763,20 +2771,20 @@ module Aws::S3
2763
2771
  # @!attribute [rw] bucket
2764
2772
  # The bucket name of the bucket containing the object.
2765
2773
  #
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
2774
+ # When using this action with an access point, you must direct
2775
+ # requests to the access point hostname. The access point hostname
2776
+ # takes the form
2769
2777
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
2770
- # When using this operation with an access point through the AWS SDKs,
2778
+ # When using this action with an access point through the AWS SDKs,
2771
2779
  # you provide the access point ARN in place of the bucket name. For
2772
2780
  # more information about access point ARNs, see [Using Access
2773
2781
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
2774
2782
  #
2775
- # When using this API with Amazon S3 on Outposts, you must direct
2783
+ # When using this action with Amazon S3 on Outposts, you must direct
2776
2784
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2777
2785
  # takes the form
2778
2786
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
2779
- # When using this operation using S3 on Outposts through the AWS SDKs,
2787
+ # When using this action using S3 on Outposts through the AWS SDKs,
2780
2788
  # you provide the Outposts bucket ARN in place of the bucket name. For
2781
2789
  # more information about S3 on Outposts ARNs, see [Using S3 on
2782
2790
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -2865,20 +2873,20 @@ module Aws::S3
2865
2873
  # The bucket name containing the objects from which to remove the
2866
2874
  # tags.
2867
2875
  #
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
2876
+ # When using this action with an access point, you must direct
2877
+ # requests to the access point hostname. The access point hostname
2878
+ # takes the form
2871
2879
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
2872
- # When using this operation with an access point through the AWS SDKs,
2880
+ # When using this action with an access point through the AWS SDKs,
2873
2881
  # you provide the access point ARN in place of the bucket name. For
2874
2882
  # more information about access point ARNs, see [Using Access
2875
2883
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
2876
2884
  #
2877
- # When using this API with Amazon S3 on Outposts, you must direct
2885
+ # When using this action with Amazon S3 on Outposts, you must direct
2878
2886
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2879
2887
  # takes the form
2880
2888
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
2881
- # When using this operation using S3 on Outposts through the AWS SDKs,
2889
+ # When using this action using S3 on Outposts through the AWS SDKs,
2882
2890
  # you provide the Outposts bucket ARN in place of the bucket name. For
2883
2891
  # more information about S3 on Outposts ARNs, see [Using S3 on
2884
2892
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -2926,8 +2934,8 @@ module Aws::S3
2926
2934
  # @return [String]
2927
2935
  #
2928
2936
  # @!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.
2937
+ # Container for a failed delete action that describes the object that
2938
+ # Amazon S3 attempted to delete and the error it encountered.
2931
2939
  # @return [Array<Types::Error>]
2932
2940
  #
2933
2941
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/DeleteObjectsOutput AWS API Documentation
@@ -2963,20 +2971,20 @@ module Aws::S3
2963
2971
  # @!attribute [rw] bucket
2964
2972
  # The bucket name containing the objects to delete.
2965
2973
  #
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
2974
+ # When using this action with an access point, you must direct
2975
+ # requests to the access point hostname. The access point hostname
2976
+ # takes the form
2969
2977
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
2970
- # When using this operation with an access point through the AWS SDKs,
2978
+ # When using this action with an access point through the AWS SDKs,
2971
2979
  # you provide the access point ARN in place of the bucket name. For
2972
2980
  # more information about access point ARNs, see [Using Access
2973
2981
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
2974
2982
  #
2975
- # When using this API with Amazon S3 on Outposts, you must direct
2983
+ # When using this action with Amazon S3 on Outposts, you must direct
2976
2984
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
2977
2985
  # takes the form
2978
2986
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
2979
- # When using this operation using S3 on Outposts through the AWS SDKs,
2987
+ # When using this action using S3 on Outposts through the AWS SDKs,
2980
2988
  # you provide the Outposts bucket ARN in place of the bucket name. For
2981
2989
  # more information about S3 on Outposts ARNs, see [Using S3 on
2982
2990
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -3317,7 +3325,7 @@ module Aws::S3
3317
3325
  # * * *Code:* AccountProblem
3318
3326
  #
3319
3327
  # * *Description:* There is a problem with your AWS account that
3320
- # prevents the operation from completing successfully. Contact AWS
3328
+ # prevents the action from completing successfully. Contact AWS
3321
3329
  # Support for further assistance.
3322
3330
  #
3323
3331
  # * *HTTP Status Code:* 403 Forbidden
@@ -3550,8 +3558,8 @@ module Aws::S3
3550
3558
  #
3551
3559
  # * * *Code:* InvalidObjectState
3552
3560
  #
3553
- # * *Description:* The operation is not valid for the current state
3554
- # of the object.
3561
+ # * *Description:* The action is not valid for the current state of
3562
+ # the object.
3555
3563
  #
3556
3564
  # * *HTTP Status Code:* 403 Forbidden
3557
3565
  #
@@ -3932,8 +3940,8 @@ module Aws::S3
3932
3940
  #
3933
3941
  # * * *Code:* OperationAborted
3934
3942
  #
3935
- # * *Description:* A conflicting conditional operation is currently
3936
- # in progress against this resource. Try again.
3943
+ # * *Description:* A conflicting conditional action is currently in
3944
+ # progress against this resource. Try again.
3937
3945
  #
3938
3946
  # * *HTTP Status Code:* 409 Conflict
3939
3947
  #
@@ -4149,9 +4157,12 @@ module Aws::S3
4149
4157
  end
4150
4158
 
4151
4159
  # 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*.
4160
+ # For more information, see [Replicating Existing Objects][1] in the
4161
+ # *Amazon S3 Developer Guide*.
4162
+ #
4163
+ #
4164
+ #
4165
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication
4155
4166
  #
4156
4167
  # @note When making an API call, you may pass ExistingObjectReplication
4157
4168
  # data as a hash:
@@ -5127,11 +5138,11 @@ module Aws::S3
5127
5138
  # The bucket name that contains the object for which to get the ACL
5128
5139
  # information.
5129
5140
  #
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
5141
+ # When using this action with an access point, you must direct
5142
+ # requests to the access point hostname. The access point hostname
5143
+ # takes the form
5133
5144
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5134
- # When using this operation with an access point through the AWS SDKs,
5145
+ # When using this action with an access point through the AWS SDKs,
5135
5146
  # you provide the access point ARN in place of the bucket name. For
5136
5147
  # more information about access point ARNs, see [Using Access
5137
5148
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5206,11 +5217,11 @@ module Aws::S3
5206
5217
  # The bucket name containing the object whose Legal Hold status you
5207
5218
  # want to retrieve.
5208
5219
  #
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
5220
+ # When using this action with an access point, you must direct
5221
+ # requests to the access point hostname. The access point hostname
5222
+ # takes the form
5212
5223
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5213
- # When using this operation with an access point through the AWS SDKs,
5224
+ # When using this action with an access point through the AWS SDKs,
5214
5225
  # you provide the access point ARN in place of the bucket name. For
5215
5226
  # more information about access point ARNs, see [Using Access
5216
5227
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5283,11 +5294,11 @@ module Aws::S3
5283
5294
  # @!attribute [rw] bucket
5284
5295
  # The bucket whose Object Lock configuration you want to retrieve.
5285
5296
  #
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
5297
+ # When using this action with an access point, you must direct
5298
+ # requests to the access point hostname. The access point hostname
5299
+ # takes the form
5289
5300
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5290
- # When using this operation with an access point through the AWS SDKs,
5301
+ # When using this action with an access point through the AWS SDKs,
5291
5302
  # you provide the access point ARN in place of the bucket name. For
5292
5303
  # more information about access point ARNs, see [Using Access
5293
5304
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5334,8 +5345,8 @@ module Aws::S3
5334
5345
  # @return [String]
5335
5346
  #
5336
5347
  # @!attribute [rw] restore
5337
- # Provides information about object restoration operation and
5338
- # expiration time of the restored object copy.
5348
+ # Provides information about object restoration action and expiration
5349
+ # time of the restored object copy.
5339
5350
  # @return [String]
5340
5351
  #
5341
5352
  # @!attribute [rw] last_modified
@@ -5543,20 +5554,20 @@ module Aws::S3
5543
5554
  # @!attribute [rw] bucket
5544
5555
  # The bucket name containing the object.
5545
5556
  #
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
5557
+ # When using this action with an access point, you must direct
5558
+ # requests to the access point hostname. The access point hostname
5559
+ # takes the form
5549
5560
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5550
- # When using this operation with an access point through the AWS SDKs,
5561
+ # When using this action with an access point through the AWS SDKs,
5551
5562
  # you provide the access point ARN in place of the bucket name. For
5552
5563
  # more information about access point ARNs, see [Using Access
5553
5564
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
5554
5565
  #
5555
- # When using this API with Amazon S3 on Outposts, you must direct
5566
+ # When using this action with Amazon S3 on Outposts, you must direct
5556
5567
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5557
5568
  # takes the form
5558
5569
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
5559
- # When using this operation using S3 on Outposts through the AWS SDKs,
5570
+ # When using this action using S3 on Outposts through the AWS SDKs,
5560
5571
  # you provide the Outposts bucket ARN in place of the bucket name. For
5561
5572
  # more information about S3 on Outposts ARNs, see [Using S3 on
5562
5573
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5732,11 +5743,11 @@ module Aws::S3
5732
5743
  # The bucket name containing the object whose retention settings you
5733
5744
  # want to retrieve.
5734
5745
  #
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
5746
+ # When using this action with an access point, you must direct
5747
+ # requests to the access point hostname. The access point hostname
5748
+ # takes the form
5738
5749
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5739
- # When using this operation with an access point through the AWS SDKs,
5750
+ # When using this action with an access point through the AWS SDKs,
5740
5751
  # you provide the access point ARN in place of the bucket name. For
5741
5752
  # more information about access point ARNs, see [Using Access
5742
5753
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -5819,20 +5830,20 @@ module Aws::S3
5819
5830
  # The bucket name containing the object for which to get the tagging
5820
5831
  # information.
5821
5832
  #
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
5833
+ # When using this action with an access point, you must direct
5834
+ # requests to the access point hostname. The access point hostname
5835
+ # takes the form
5825
5836
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
5826
- # When using this operation with an access point through the AWS SDKs,
5837
+ # When using this action with an access point through the AWS SDKs,
5827
5838
  # you provide the access point ARN in place of the bucket name. For
5828
5839
  # more information about access point ARNs, see [Using Access
5829
5840
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
5830
5841
  #
5831
- # When using this API with Amazon S3 on Outposts, you must direct
5842
+ # When using this action with Amazon S3 on Outposts, you must direct
5832
5843
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
5833
5844
  # takes the form
5834
5845
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
5835
- # When using this operation using S3 on Outposts through the AWS SDKs,
5846
+ # When using this action using S3 on Outposts through the AWS SDKs,
5836
5847
  # you provide the Outposts bucket ARN in place of the bucket name. For
5837
5848
  # more information about S3 on Outposts ARNs, see [Using S3 on
5838
5849
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -6127,20 +6138,20 @@ module Aws::S3
6127
6138
  # @!attribute [rw] bucket
6128
6139
  # The bucket name.
6129
6140
  #
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
6141
+ # When using this action with an access point, you must direct
6142
+ # requests to the access point hostname. The access point hostname
6143
+ # takes the form
6133
6144
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
6134
- # When using this operation with an access point through the AWS SDKs,
6145
+ # When using this action with an access point through the AWS SDKs,
6135
6146
  # you provide the access point ARN in place of the bucket name. For
6136
6147
  # more information about access point ARNs, see [Using Access
6137
6148
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
6138
6149
  #
6139
- # When using this API with Amazon S3 on Outposts, you must direct
6150
+ # When using this action with Amazon S3 on Outposts, you must direct
6140
6151
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
6141
6152
  # takes the form
6142
6153
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
6143
- # When using this operation using S3 on Outposts through the AWS SDKs,
6154
+ # When using this action using S3 on Outposts through the AWS SDKs,
6144
6155
  # you provide the Outposts bucket ARN in place of the bucket name. For
6145
6156
  # more information about S3 on Outposts ARNs, see [Using S3 on
6146
6157
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -6463,20 +6474,20 @@ module Aws::S3
6463
6474
  # @!attribute [rw] bucket
6464
6475
  # The name of the bucket containing the object.
6465
6476
  #
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
6477
+ # When using this action with an access point, you must direct
6478
+ # requests to the access point hostname. The access point hostname
6479
+ # takes the form
6469
6480
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
6470
- # When using this operation with an access point through the AWS SDKs,
6481
+ # When using this action with an access point through the AWS SDKs,
6471
6482
  # you provide the access point ARN in place of the bucket name. For
6472
6483
  # more information about access point ARNs, see [Using Access
6473
6484
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
6474
6485
  #
6475
- # When using this API with Amazon S3 on Outposts, you must direct
6486
+ # When using this action with Amazon S3 on Outposts, you must direct
6476
6487
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
6477
6488
  # takes the form
6478
6489
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
6479
- # When using this operation using S3 on Outposts through the AWS SDKs,
6490
+ # When using this action using S3 on Outposts through the AWS SDKs,
6480
6491
  # you provide the Outposts bucket ARN in place of the bucket name. For
6481
6492
  # more information about S3 on Outposts ARNs, see [Using S3 on
6482
6493
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -7954,20 +7965,20 @@ module Aws::S3
7954
7965
  # @!attribute [rw] bucket
7955
7966
  # The name of the bucket to which the multipart upload was initiated.
7956
7967
  #
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
7968
+ # When using this action with an access point, you must direct
7969
+ # requests to the access point hostname. The access point hostname
7970
+ # takes the form
7960
7971
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
7961
- # When using this operation with an access point through the AWS SDKs,
7972
+ # When using this action with an access point through the AWS SDKs,
7962
7973
  # you provide the access point ARN in place of the bucket name. For
7963
7974
  # more information about access point ARNs, see [Using Access
7964
7975
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
7965
7976
  #
7966
- # When using this API with Amazon S3 on Outposts, you must direct
7977
+ # When using this action with Amazon S3 on Outposts, you must direct
7967
7978
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
7968
7979
  # takes the form
7969
7980
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
7970
- # When using this operation using S3 on Outposts through the AWS SDKs,
7981
+ # When using this action using S3 on Outposts through the AWS SDKs,
7971
7982
  # you provide the Outposts bucket ARN in place of the bucket name. For
7972
7983
  # more information about S3 on Outposts ARNs, see [Using S3 on
7973
7984
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -8194,7 +8205,7 @@ module Aws::S3
8194
8205
  #
8195
8206
  # @!attribute [rw] max_keys
8196
8207
  # 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
8208
+ # the action returns up to 1,000 key names. The response might contain
8198
8209
  # fewer keys but will never contain more. If additional keys satisfy
8199
8210
  # the search criteria, but were not returned because max-keys was
8200
8211
  # exceeded, the response contains
@@ -8339,20 +8350,20 @@ module Aws::S3
8339
8350
  # @!attribute [rw] bucket
8340
8351
  # The name of the bucket containing the objects.
8341
8352
  #
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
8353
+ # When using this action with an access point, you must direct
8354
+ # requests to the access point hostname. The access point hostname
8355
+ # takes the form
8345
8356
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
8346
- # When using this operation with an access point through the AWS SDKs,
8357
+ # When using this action with an access point through the AWS SDKs,
8347
8358
  # you provide the access point ARN in place of the bucket name. For
8348
8359
  # more information about access point ARNs, see [Using Access
8349
8360
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
8350
8361
  #
8351
- # When using this API with Amazon S3 on Outposts, you must direct
8362
+ # When using this action with Amazon S3 on Outposts, you must direct
8352
8363
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8353
8364
  # takes the form
8354
8365
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
8355
- # When using this operation using S3 on Outposts through the AWS SDKs,
8366
+ # When using this action using S3 on Outposts through the AWS SDKs,
8356
8367
  # you provide the Outposts bucket ARN in place of the bucket name. For
8357
8368
  # more information about S3 on Outposts ARNs, see [Using S3 on
8358
8369
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -8382,7 +8393,7 @@ module Aws::S3
8382
8393
  #
8383
8394
  # @!attribute [rw] max_keys
8384
8395
  # 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
8396
+ # the action returns up to 1,000 key names. The response might contain
8386
8397
  # fewer keys but will never contain more.
8387
8398
  # @return [Integer]
8388
8399
  #
@@ -8430,20 +8441,20 @@ module Aws::S3
8430
8441
  # @!attribute [rw] name
8431
8442
  # The bucket name.
8432
8443
  #
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
8444
+ # When using this action with an access point, you must direct
8445
+ # requests to the access point hostname. The access point hostname
8446
+ # takes the form
8436
8447
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
8437
- # When using this operation with an access point through the AWS SDKs,
8448
+ # When using this action with an access point through the AWS SDKs,
8438
8449
  # you provide the access point ARN in place of the bucket name. For
8439
8450
  # more information about access point ARNs, see [Using Access
8440
8451
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
8441
8452
  #
8442
- # When using this API with Amazon S3 on Outposts, you must direct
8453
+ # When using this action with Amazon S3 on Outposts, you must direct
8443
8454
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8444
8455
  # takes the form
8445
8456
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
8446
- # When using this operation using S3 on Outposts through the AWS SDKs,
8457
+ # When using this action using S3 on Outposts through the AWS SDKs,
8447
8458
  # you provide the Outposts bucket ARN in place of the bucket name. For
8448
8459
  # more information about S3 on Outposts ARNs, see [Using S3 on
8449
8460
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -8468,7 +8479,7 @@ module Aws::S3
8468
8479
  #
8469
8480
  # @!attribute [rw] max_keys
8470
8481
  # 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
8482
+ # the action returns up to 1,000 key names. The response might contain
8472
8483
  # fewer keys but will never contain more.
8473
8484
  # @return [Integer]
8474
8485
  #
@@ -8565,20 +8576,20 @@ module Aws::S3
8565
8576
  # @!attribute [rw] bucket
8566
8577
  # Bucket name to list.
8567
8578
  #
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
8579
+ # When using this action with an access point, you must direct
8580
+ # requests to the access point hostname. The access point hostname
8581
+ # takes the form
8571
8582
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
8572
- # When using this operation with an access point through the AWS SDKs,
8583
+ # When using this action with an access point through the AWS SDKs,
8573
8584
  # you provide the access point ARN in place of the bucket name. For
8574
8585
  # more information about access point ARNs, see [Using Access
8575
8586
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
8576
8587
  #
8577
- # When using this API with Amazon S3 on Outposts, you must direct
8588
+ # When using this action with Amazon S3 on Outposts, you must direct
8578
8589
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8579
8590
  # takes the form
8580
8591
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
8581
- # When using this operation using S3 on Outposts through the AWS SDKs,
8592
+ # When using this action using S3 on Outposts through the AWS SDKs,
8582
8593
  # you provide the Outposts bucket ARN in place of the bucket name. For
8583
8594
  # more information about S3 on Outposts ARNs, see [Using S3 on
8584
8595
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -8600,7 +8611,7 @@ module Aws::S3
8600
8611
  #
8601
8612
  # @!attribute [rw] max_keys
8602
8613
  # 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
8614
+ # the action returns up to 1,000 key names. The response might contain
8604
8615
  # fewer keys but will never contain more.
8605
8616
  # @return [Integer]
8606
8617
  #
@@ -8780,20 +8791,20 @@ module Aws::S3
8780
8791
  # @!attribute [rw] bucket
8781
8792
  # The name of the bucket to which the parts are being uploaded.
8782
8793
  #
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
8794
+ # When using this action with an access point, you must direct
8795
+ # requests to the access point hostname. The access point hostname
8796
+ # takes the form
8786
8797
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
8787
- # When using this operation with an access point through the AWS SDKs,
8798
+ # When using this action with an access point through the AWS SDKs,
8788
8799
  # you provide the access point ARN in place of the bucket name. For
8789
8800
  # more information about access point ARNs, see [Using Access
8790
8801
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
8791
8802
  #
8792
- # When using this API with Amazon S3 on Outposts, you must direct
8803
+ # When using this action with Amazon S3 on Outposts, you must direct
8793
8804
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
8794
8805
  # takes the form
8795
8806
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
8796
- # When using this operation using S3 on Outposts through the AWS SDKs,
8807
+ # When using this action using S3 on Outposts through the AWS SDKs,
8797
8808
  # you provide the Outposts bucket ARN in place of the bucket name. For
8798
8809
  # more information about S3 on Outposts ARNs, see [Using S3 on
8799
8810
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -9472,7 +9483,7 @@ module Aws::S3
9472
9483
  include Aws::Structure
9473
9484
  end
9474
9485
 
9475
- # This operation is not allowed against this storage tier.
9486
+ # This action is not allowed against this storage tier.
9476
9487
  #
9477
9488
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ObjectAlreadyInActiveTierError AWS API Documentation
9478
9489
  #
@@ -9621,8 +9632,8 @@ module Aws::S3
9621
9632
  include Aws::Structure
9622
9633
  end
9623
9634
 
9624
- # The source object of the COPY operation is not in the active tier and
9625
- # is only stored in Amazon S3 Glacier.
9635
+ # The source object of the COPY action is not in the active tier and is
9636
+ # only stored in Amazon S3 Glacier.
9626
9637
  #
9627
9638
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ObjectNotInActiveTierError AWS API Documentation
9628
9639
  #
@@ -9949,7 +9960,7 @@ module Aws::S3
9949
9960
  # Amazon S3 bucket. You can enable the configuration options in any
9950
9961
  # combination. For more information about when Amazon S3 considers a
9951
9962
  # bucket or object public, see [The Meaning of "Public"][1] in the
9952
- # *Amazon Simple Storage Service Developer Guide*.
9963
+ # *Amazon Simple Storage Service User Guide*.
9953
9964
  #
9954
9965
  #
9955
9966
  #
@@ -10242,6 +10253,7 @@ module Aws::S3
10242
10253
  # cors_configuration: { # required
10243
10254
  # cors_rules: [ # required
10244
10255
  # {
10256
+ # id: "ID",
10245
10257
  # allowed_headers: ["AllowedHeader"],
10246
10258
  # allowed_methods: ["AllowedMethod"], # required
10247
10259
  # allowed_origins: ["AllowedOrigin"], # required
@@ -10261,7 +10273,7 @@ module Aws::S3
10261
10273
  # @!attribute [rw] cors_configuration
10262
10274
  # Describes the cross-origin access configuration for objects in an
10263
10275
  # Amazon S3 bucket. For more information, see [Enabling Cross-Origin
10264
- # Resource Sharing][1] in the *Amazon Simple Storage Service Developer
10276
+ # Resource Sharing][1] in the *Amazon Simple Storage Service User
10265
10277
  # Guide*.
10266
10278
  #
10267
10279
  #
@@ -11424,11 +11436,11 @@ module Aws::S3
11424
11436
  # The bucket name that contains the object to which you want to attach
11425
11437
  # the ACL.
11426
11438
  #
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
11439
+ # When using this action with an access point, you must direct
11440
+ # requests to the access point hostname. The access point hostname
11441
+ # takes the form
11430
11442
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
11431
- # When using this operation with an access point through the AWS SDKs,
11443
+ # When using this action with an access point through the AWS SDKs,
11432
11444
  # you provide the access point ARN in place of the bucket name. For
11433
11445
  # more information about access point ARNs, see [Using Access
11434
11446
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -11483,22 +11495,22 @@ module Aws::S3
11483
11495
  # @return [String]
11484
11496
  #
11485
11497
  # @!attribute [rw] key
11486
- # Key for which the PUT operation was initiated.
11498
+ # Key for which the PUT action was initiated.
11487
11499
  #
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
11500
+ # When using this action with an access point, you must direct
11501
+ # requests to the access point hostname. The access point hostname
11502
+ # takes the form
11491
11503
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
11492
- # When using this operation with an access point through the AWS SDKs,
11504
+ # When using this action with an access point through the AWS SDKs,
11493
11505
  # you provide the access point ARN in place of the bucket name. For
11494
11506
  # more information about access point ARNs, see [Using Access
11495
11507
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
11496
11508
  #
11497
- # When using this API with Amazon S3 on Outposts, you must direct
11509
+ # When using this action with Amazon S3 on Outposts, you must direct
11498
11510
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
11499
11511
  # takes the form
11500
11512
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
11501
- # When using this operation using S3 on Outposts through the AWS SDKs,
11513
+ # When using this action using S3 on Outposts through the AWS SDKs,
11502
11514
  # you provide the Outposts bucket ARN in place of the bucket name. For
11503
11515
  # more information about S3 on Outposts ARNs, see [Using S3 on
11504
11516
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -11583,11 +11595,11 @@ module Aws::S3
11583
11595
  # The bucket name containing the object that you want to place a Legal
11584
11596
  # Hold on.
11585
11597
  #
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
11598
+ # When using this action with an access point, you must direct
11599
+ # requests to the access point hostname. The access point hostname
11600
+ # takes the form
11589
11601
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
11590
- # When using this operation with an access point through the AWS SDKs,
11602
+ # When using this action with an access point through the AWS SDKs,
11591
11603
  # you provide the access point ARN in place of the bucket name. For
11592
11604
  # more information about access point ARNs, see [Using Access
11593
11605
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -11872,22 +11884,22 @@ module Aws::S3
11872
11884
  # @return [IO]
11873
11885
  #
11874
11886
  # @!attribute [rw] bucket
11875
- # The bucket name to which the PUT operation was initiated.
11887
+ # The bucket name to which the PUT action was initiated.
11876
11888
  #
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
11889
+ # When using this action with an access point, you must direct
11890
+ # requests to the access point hostname. The access point hostname
11891
+ # takes the form
11880
11892
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
11881
- # When using this operation with an access point through the AWS SDKs,
11893
+ # When using this action with an access point through the AWS SDKs,
11882
11894
  # you provide the access point ARN in place of the bucket name. For
11883
11895
  # more information about access point ARNs, see [Using Access
11884
11896
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
11885
11897
  #
11886
- # When using this API with Amazon S3 on Outposts, you must direct
11898
+ # When using this action with Amazon S3 on Outposts, you must direct
11887
11899
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
11888
11900
  # takes the form
11889
11901
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
11890
- # When using this operation using S3 on Outposts through the AWS SDKs,
11902
+ # When using this action using S3 on Outposts through the AWS SDKs,
11891
11903
  # you provide the Outposts bucket ARN in place of the bucket name. For
11892
11904
  # more information about S3 on Outposts ARNs, see [Using S3 on
11893
11905
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -12005,7 +12017,7 @@ module Aws::S3
12005
12017
  # @return [String]
12006
12018
  #
12007
12019
  # @!attribute [rw] key
12008
- # Object key for which the PUT operation was initiated.
12020
+ # Object key for which the PUT action was initiated.
12009
12021
  # @return [String]
12010
12022
  #
12011
12023
  # @!attribute [rw] metadata
@@ -12103,8 +12115,8 @@ module Aws::S3
12103
12115
  # Setting this header to `true` causes Amazon S3 to use an S3 Bucket
12104
12116
  # Key for object encryption with SSE-KMS.
12105
12117
  #
12106
- # Specifying this header with a PUT operation doesn’t affect
12107
- # bucket-level settings for S3 Bucket Key.
12118
+ # Specifying this header with a PUT action doesn’t affect bucket-level
12119
+ # settings for S3 Bucket Key.
12108
12120
  # @return [Boolean]
12109
12121
  #
12110
12122
  # @!attribute [rw] request_payer
@@ -12221,11 +12233,11 @@ module Aws::S3
12221
12233
  # The bucket name that contains the object you want to apply this
12222
12234
  # Object Retention configuration to.
12223
12235
  #
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
12236
+ # When using this action with an access point, you must direct
12237
+ # requests to the access point hostname. The access point hostname
12238
+ # takes the form
12227
12239
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
12228
- # When using this operation with an access point through the AWS SDKs,
12240
+ # When using this action with an access point through the AWS SDKs,
12229
12241
  # you provide the access point ARN in place of the bucket name. For
12230
12242
  # more information about access point ARNs, see [Using Access
12231
12243
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
@@ -12262,7 +12274,7 @@ module Aws::S3
12262
12274
  # @return [String]
12263
12275
  #
12264
12276
  # @!attribute [rw] bypass_governance_retention
12265
- # Indicates whether this operation should bypass Governance-mode
12277
+ # Indicates whether this action should bypass Governance-mode
12266
12278
  # restrictions.
12267
12279
  # @return [Boolean]
12268
12280
  #
@@ -12329,20 +12341,20 @@ module Aws::S3
12329
12341
  # @!attribute [rw] bucket
12330
12342
  # The bucket name containing the object.
12331
12343
  #
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
12344
+ # When using this action with an access point, you must direct
12345
+ # requests to the access point hostname. The access point hostname
12346
+ # takes the form
12335
12347
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
12336
- # When using this operation with an access point through the AWS SDKs,
12348
+ # When using this action with an access point through the AWS SDKs,
12337
12349
  # you provide the access point ARN in place of the bucket name. For
12338
12350
  # more information about access point ARNs, see [Using Access
12339
12351
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
12340
12352
  #
12341
- # When using this API with Amazon S3 on Outposts, you must direct
12353
+ # When using this action with Amazon S3 on Outposts, you must direct
12342
12354
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
12343
12355
  # takes the form
12344
12356
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
12345
- # When using this operation using S3 on Outposts through the AWS SDKs,
12357
+ # When using this action using S3 on Outposts through the AWS SDKs,
12346
12358
  # you provide the Outposts bucket ARN in place of the bucket name. For
12347
12359
  # more information about S3 on Outposts ARNs, see [Using S3 on
12348
12360
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -13309,20 +13321,20 @@ module Aws::S3
13309
13321
  # @!attribute [rw] bucket
13310
13322
  # The bucket name containing the object to restore.
13311
13323
  #
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
13324
+ # When using this action with an access point, you must direct
13325
+ # requests to the access point hostname. The access point hostname
13326
+ # takes the form
13315
13327
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
13316
- # When using this operation with an access point through the AWS SDKs,
13328
+ # When using this action with an access point through the AWS SDKs,
13317
13329
  # you provide the access point ARN in place of the bucket name. For
13318
13330
  # more information about access point ARNs, see [Using Access
13319
13331
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
13320
13332
  #
13321
- # When using this API with Amazon S3 on Outposts, you must direct
13333
+ # When using this action with Amazon S3 on Outposts, you must direct
13322
13334
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
13323
13335
  # takes the form
13324
13336
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
13325
- # When using this operation using S3 on Outposts through the AWS SDKs,
13337
+ # When using this action using S3 on Outposts through the AWS SDKs,
13326
13338
  # you provide the Outposts bucket ARN in place of the bucket name. For
13327
13339
  # more information about S3 on Outposts ARNs, see [Using S3 on
13328
13340
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -13334,7 +13346,7 @@ module Aws::S3
13334
13346
  # @return [String]
13335
13347
  #
13336
13348
  # @!attribute [rw] key
13337
- # Object key for which the operation was initiated.
13349
+ # Object key for which the action was initiated.
13338
13350
  # @return [String]
13339
13351
  #
13340
13352
  # @!attribute [rw] version_id
@@ -13512,8 +13524,8 @@ module Aws::S3
13512
13524
 
13513
13525
  # Specifies the redirect behavior and when a redirect is applied. For
13514
13526
  # more information about routing rules, see [Configuring advanced
13515
- # conditional redirects][1] in the *Amazon Simple Storage Service
13516
- # Developer Guide*.
13527
+ # conditional redirects][1] in the *Amazon Simple Storage Service User
13528
+ # Guide*.
13517
13529
  #
13518
13530
  #
13519
13531
  #
@@ -13629,7 +13641,7 @@ module Aws::S3
13629
13641
  # Specifies when an object transitions to a specified storage class.
13630
13642
  # For more information about Amazon S3 lifecycle configuration rules,
13631
13643
  # see [Transitioning Objects Using Amazon S3 Lifecycle][1] in the
13632
- # *Amazon Simple Storage Service Developer Guide*.
13644
+ # *Amazon Simple Storage Service User Guide*.
13633
13645
  #
13634
13646
  #
13635
13647
  #
@@ -14233,7 +14245,7 @@ module Aws::S3
14233
14245
  # Bucket Key. By default, S3 Bucket Key is not enabled.
14234
14246
  #
14235
14247
  # For more information, see [Amazon S3 Bucket Keys][1] in the *Amazon
14236
- # Simple Storage Service Developer Guide*.
14248
+ # Simple Storage Service User Guide*.
14237
14249
  #
14238
14250
  #
14239
14251
  #
@@ -14595,7 +14607,7 @@ module Aws::S3
14595
14607
  # @!attribute [rw] events
14596
14608
  # The Amazon S3 bucket event about which to send notifications. For
14597
14609
  # more information, see [Supported Event Types][1] in the *Amazon
14598
- # Simple Storage Service Developer Guide*.
14610
+ # Simple Storage Service User Guide*.
14599
14611
  #
14600
14612
  #
14601
14613
  #
@@ -14675,7 +14687,7 @@ module Aws::S3
14675
14687
  # Specifies when an object transitions to a specified storage class. For
14676
14688
  # more information about Amazon S3 lifecycle configuration rules, see
14677
14689
  # [Transitioning Objects Using Amazon S3 Lifecycle][1] in the *Amazon
14678
- # Simple Storage Service Developer Guide*.
14690
+ # Simple Storage Service User Guide*.
14679
14691
  #
14680
14692
  #
14681
14693
  #
@@ -14802,20 +14814,20 @@ module Aws::S3
14802
14814
  # @!attribute [rw] bucket
14803
14815
  # The bucket name.
14804
14816
  #
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
14817
+ # When using this action with an access point, you must direct
14818
+ # requests to the access point hostname. The access point hostname
14819
+ # takes the form
14808
14820
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
14809
- # When using this operation with an access point through the AWS SDKs,
14821
+ # When using this action with an access point through the AWS SDKs,
14810
14822
  # you provide the access point ARN in place of the bucket name. For
14811
14823
  # more information about access point ARNs, see [Using Access
14812
14824
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
14813
14825
  #
14814
- # When using this API with Amazon S3 on Outposts, you must direct
14826
+ # When using this action with Amazon S3 on Outposts, you must direct
14815
14827
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
14816
14828
  # takes the form
14817
14829
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
14818
- # When using this operation using S3 on Outposts through the AWS SDKs,
14830
+ # When using this action using S3 on Outposts through the AWS SDKs,
14819
14831
  # you provide the Outposts bucket ARN in place of the bucket name. For
14820
14832
  # more information about S3 on Outposts ARNs, see [Using S3 on
14821
14833
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.
@@ -15079,20 +15091,20 @@ module Aws::S3
15079
15091
  # @!attribute [rw] bucket
15080
15092
  # The name of the bucket to which the multipart upload was initiated.
15081
15093
  #
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
15094
+ # When using this action with an access point, you must direct
15095
+ # requests to the access point hostname. The access point hostname
15096
+ # takes the form
15085
15097
  # *AccessPointName*-*AccountId*.s3-accesspoint.*Region*.amazonaws.com.
15086
- # When using this operation with an access point through the AWS SDKs,
15098
+ # When using this action with an access point through the AWS SDKs,
15087
15099
  # you provide the access point ARN in place of the bucket name. For
15088
15100
  # more information about access point ARNs, see [Using Access
15089
15101
  # Points][1] in the *Amazon Simple Storage Service Developer Guide*.
15090
15102
  #
15091
- # When using this API with Amazon S3 on Outposts, you must direct
15103
+ # When using this action with Amazon S3 on Outposts, you must direct
15092
15104
  # requests to the S3 on Outposts hostname. The S3 on Outposts hostname
15093
15105
  # takes the form
15094
15106
  # *AccessPointName*-*AccountId*.*outpostID*.s3-outposts.*Region*.amazonaws.com.
15095
- # When using this operation using S3 on Outposts through the AWS SDKs,
15107
+ # When using this action using S3 on Outposts through the AWS SDKs,
15096
15108
  # you provide the Outposts bucket ARN in place of the bucket name. For
15097
15109
  # more information about S3 on Outposts ARNs, see [Using S3 on
15098
15110
  # Outposts][2] in the *Amazon Simple Storage Service Developer Guide*.