@aws-sdk/client-s3 3.296.0 → 3.297.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.
Files changed (107) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +88 -436
  2. package/dist-es/protocols/Aws_restXml.js +88 -436
  3. package/dist-types/S3.d.ts +94 -0
  4. package/dist-types/S3Client.d.ts +24 -4
  5. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -0
  6. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +16 -0
  7. package/dist-types/commands/CopyObjectCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateBucketCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteBucketCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteObjectCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteObjectsCommand.d.ts +16 -0
  26. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +16 -0
  27. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +16 -0
  28. package/dist-types/commands/GetBucketAclCommand.d.ts +16 -0
  29. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +16 -0
  30. package/dist-types/commands/GetBucketCorsCommand.d.ts +16 -0
  31. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  33. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +16 -0
  34. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +16 -0
  35. package/dist-types/commands/GetBucketLocationCommand.d.ts +16 -0
  36. package/dist-types/commands/GetBucketLoggingCommand.d.ts +16 -0
  37. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +16 -0
  38. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +16 -0
  40. package/dist-types/commands/GetBucketPolicyCommand.d.ts +16 -0
  41. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +16 -0
  42. package/dist-types/commands/GetBucketReplicationCommand.d.ts +16 -0
  43. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +16 -0
  44. package/dist-types/commands/GetBucketTaggingCommand.d.ts +16 -0
  45. package/dist-types/commands/GetBucketVersioningCommand.d.ts +16 -0
  46. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +16 -0
  47. package/dist-types/commands/GetObjectAclCommand.d.ts +16 -0
  48. package/dist-types/commands/GetObjectAttributesCommand.d.ts +16 -0
  49. package/dist-types/commands/GetObjectCommand.d.ts +16 -0
  50. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +16 -0
  51. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +16 -0
  52. package/dist-types/commands/GetObjectRetentionCommand.d.ts +16 -0
  53. package/dist-types/commands/GetObjectTaggingCommand.d.ts +16 -0
  54. package/dist-types/commands/GetObjectTorrentCommand.d.ts +16 -0
  55. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +16 -0
  56. package/dist-types/commands/HeadBucketCommand.d.ts +16 -0
  57. package/dist-types/commands/HeadObjectCommand.d.ts +16 -0
  58. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListBucketsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +16 -0
  64. package/dist-types/commands/ListObjectVersionsCommand.d.ts +16 -0
  65. package/dist-types/commands/ListObjectsCommand.d.ts +16 -0
  66. package/dist-types/commands/ListObjectsV2Command.d.ts +16 -0
  67. package/dist-types/commands/ListPartsCommand.d.ts +16 -0
  68. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +16 -0
  69. package/dist-types/commands/PutBucketAclCommand.d.ts +16 -0
  70. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +16 -0
  71. package/dist-types/commands/PutBucketCorsCommand.d.ts +16 -0
  72. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +16 -0
  73. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  74. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +16 -0
  75. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +16 -0
  76. package/dist-types/commands/PutBucketLoggingCommand.d.ts +16 -0
  77. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +16 -0
  78. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +16 -0
  79. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +16 -0
  80. package/dist-types/commands/PutBucketPolicyCommand.d.ts +16 -0
  81. package/dist-types/commands/PutBucketReplicationCommand.d.ts +16 -0
  82. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +16 -0
  83. package/dist-types/commands/PutBucketTaggingCommand.d.ts +16 -0
  84. package/dist-types/commands/PutBucketVersioningCommand.d.ts +16 -0
  85. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +16 -0
  86. package/dist-types/commands/PutObjectAclCommand.d.ts +16 -0
  87. package/dist-types/commands/PutObjectCommand.d.ts +17 -2
  88. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +16 -0
  89. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +16 -0
  90. package/dist-types/commands/PutObjectRetentionCommand.d.ts +16 -0
  91. package/dist-types/commands/PutObjectTaggingCommand.d.ts +16 -0
  92. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +16 -0
  93. package/dist-types/commands/RestoreObjectCommand.d.ts +16 -0
  94. package/dist-types/commands/SelectObjectContentCommand.d.ts +16 -0
  95. package/dist-types/commands/UploadPartCommand.d.ts +17 -2
  96. package/dist-types/commands/UploadPartCopyCommand.d.ts +16 -0
  97. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +17 -2
  98. package/dist-types/models/S3ServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +684 -0
  100. package/dist-types/models/models_1.d.ts +90 -0
  101. package/dist-types/pagination/Interfaces.d.ts +3 -0
  102. package/dist-types/pagination/ListObjectsV2Paginator.d.ts +3 -0
  103. package/dist-types/pagination/ListPartsPaginator.d.ts +3 -0
  104. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -2
  105. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -2
  106. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -2
  107. package/package.json +3 -3
@@ -94,10 +94,12 @@ import { UploadPartCopyCommandInput, UploadPartCopyCommandOutput } from "./comma
94
94
  import { WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput } from "./commands/WriteGetObjectResponseCommand";
95
95
  import { S3Client } from "./S3Client";
96
96
  /**
97
+ * @public
97
98
  * <p></p>
98
99
  */
99
100
  export declare class S3 extends S3Client {
100
101
  /**
102
+ * @public
101
103
  * <p>This action aborts a multipart upload. After a multipart upload is aborted, no
102
104
  * additional parts can be uploaded using that upload ID. The storage consumed by any
103
105
  * previously uploaded parts will be freed. However, if any part uploads are currently in
@@ -142,6 +144,7 @@ export declare class S3 extends S3Client {
142
144
  abortMultipartUpload(args: AbortMultipartUploadCommandInput, cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void): void;
143
145
  abortMultipartUpload(args: AbortMultipartUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void): void;
144
146
  /**
147
+ * @public
145
148
  * <p>Completes a multipart upload by assembling previously uploaded parts.</p>
146
149
  * <p>You first initiate the multipart upload and then upload all parts using the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
147
150
  * operation. After successfully uploading all relevant parts of an upload, you call this
@@ -258,6 +261,7 @@ export declare class S3 extends S3Client {
258
261
  completeMultipartUpload(args: CompleteMultipartUploadCommandInput, cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void): void;
259
262
  completeMultipartUpload(args: CompleteMultipartUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void): void;
260
263
  /**
264
+ * @public
261
265
  * <p>Creates a copy of an object that is already stored in Amazon S3.</p>
262
266
  * <note>
263
267
  * <p>You can store individual objects of up to 5 TB in Amazon S3. You create a copy of your
@@ -447,6 +451,7 @@ export declare class S3 extends S3Client {
447
451
  copyObject(args: CopyObjectCommandInput, cb: (err: any, data?: CopyObjectCommandOutput) => void): void;
448
452
  copyObject(args: CopyObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopyObjectCommandOutput) => void): void;
449
453
  /**
454
+ * @public
450
455
  * <p>Creates a new S3 bucket. To create a bucket, you must register with Amazon S3 and have a
451
456
  * valid Amazon Web Services Access Key ID to authenticate requests. Anonymous requests are never allowed to
452
457
  * create buckets. By creating the bucket, you become the bucket owner.</p>
@@ -598,6 +603,7 @@ export declare class S3 extends S3Client {
598
603
  createBucket(args: CreateBucketCommandInput, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
599
604
  createBucket(args: CreateBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
600
605
  /**
606
+ * @public
601
607
  * <p>This action initiates a multipart upload and returns an upload ID. This upload ID is
602
608
  * used to associate all of the parts in the specific multipart upload. You specify this
603
609
  * upload ID in each of your subsequent upload part requests (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>). You also include this
@@ -871,6 +877,7 @@ export declare class S3 extends S3Client {
871
877
  createMultipartUpload(args: CreateMultipartUploadCommandInput, cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void): void;
872
878
  createMultipartUpload(args: CreateMultipartUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void): void;
873
879
  /**
880
+ * @public
874
881
  * <p>Deletes the S3 bucket. All objects (including all object versions and delete markers) in
875
882
  * the bucket must be deleted before the bucket itself can be deleted.</p>
876
883
  * <p class="title">
@@ -893,6 +900,7 @@ export declare class S3 extends S3Client {
893
900
  deleteBucket(args: DeleteBucketCommandInput, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
894
901
  deleteBucket(args: DeleteBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
895
902
  /**
903
+ * @public
896
904
  * <p>Deletes an analytics configuration for the bucket (specified by the analytics
897
905
  * configuration ID).</p>
898
906
  * <p>To use this operation, you must have permissions to perform the
@@ -926,6 +934,7 @@ export declare class S3 extends S3Client {
926
934
  deleteBucketAnalyticsConfiguration(args: DeleteBucketAnalyticsConfigurationCommandInput, cb: (err: any, data?: DeleteBucketAnalyticsConfigurationCommandOutput) => void): void;
927
935
  deleteBucketAnalyticsConfiguration(args: DeleteBucketAnalyticsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketAnalyticsConfigurationCommandOutput) => void): void;
928
936
  /**
937
+ * @public
929
938
  * <p>Deletes the <code>cors</code> configuration information set for the bucket.</p>
930
939
  * <p>To use this operation, you must have permission to perform the
931
940
  * <code>s3:PutBucketCORS</code> action. The bucket owner has this permission by default
@@ -952,6 +961,7 @@ export declare class S3 extends S3Client {
952
961
  deleteBucketCors(args: DeleteBucketCorsCommandInput, cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void): void;
953
962
  deleteBucketCors(args: DeleteBucketCorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void): void;
954
963
  /**
964
+ * @public
955
965
  * <p>This implementation of the DELETE action removes default encryption from the bucket.
956
966
  * For information about the Amazon S3 default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Default Bucket Encryption</a> in the
957
967
  * <i>Amazon S3 User Guide</i>.</p>
@@ -980,6 +990,7 @@ export declare class S3 extends S3Client {
980
990
  deleteBucketEncryption(args: DeleteBucketEncryptionCommandInput, cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void): void;
981
991
  deleteBucketEncryption(args: DeleteBucketEncryptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void): void;
982
992
  /**
993
+ * @public
983
994
  * <p>Deletes the S3 Intelligent-Tiering configuration from the specified bucket.</p>
984
995
  * <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in three low latency and high throughput access tiers. To get the lowest storage cost on data that can be accessed in minutes to hours, you can choose to activate additional archiving capabilities.</p>
985
996
  * <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not monitored and not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
@@ -1008,6 +1019,7 @@ export declare class S3 extends S3Client {
1008
1019
  deleteBucketIntelligentTieringConfiguration(args: DeleteBucketIntelligentTieringConfigurationCommandInput, cb: (err: any, data?: DeleteBucketIntelligentTieringConfigurationCommandOutput) => void): void;
1009
1020
  deleteBucketIntelligentTieringConfiguration(args: DeleteBucketIntelligentTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketIntelligentTieringConfigurationCommandOutput) => void): void;
1010
1021
  /**
1022
+ * @public
1011
1023
  * <p>Deletes an inventory configuration (identified by the inventory ID) from the
1012
1024
  * bucket.</p>
1013
1025
  * <p>To use this operation, you must have permissions to perform the
@@ -1039,6 +1051,7 @@ export declare class S3 extends S3Client {
1039
1051
  deleteBucketInventoryConfiguration(args: DeleteBucketInventoryConfigurationCommandInput, cb: (err: any, data?: DeleteBucketInventoryConfigurationCommandOutput) => void): void;
1040
1052
  deleteBucketInventoryConfiguration(args: DeleteBucketInventoryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketInventoryConfigurationCommandOutput) => void): void;
1041
1053
  /**
1054
+ * @public
1042
1055
  * <p>Deletes the lifecycle configuration from the specified bucket. Amazon S3 removes all the
1043
1056
  * lifecycle configuration rules in the lifecycle subresource associated with the bucket. Your
1044
1057
  * objects never expire, and Amazon S3 no longer automatically deletes any objects on the basis of
@@ -1068,6 +1081,7 @@ export declare class S3 extends S3Client {
1068
1081
  deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void): void;
1069
1082
  deleteBucketLifecycle(args: DeleteBucketLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void): void;
1070
1083
  /**
1084
+ * @public
1071
1085
  * <p>Deletes a metrics configuration for the Amazon CloudWatch request metrics (specified by the
1072
1086
  * metrics configuration ID) from the bucket. Note that this doesn't include the daily storage
1073
1087
  * metrics.</p>
@@ -1107,6 +1121,7 @@ export declare class S3 extends S3Client {
1107
1121
  deleteBucketMetricsConfiguration(args: DeleteBucketMetricsConfigurationCommandInput, cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void): void;
1108
1122
  deleteBucketMetricsConfiguration(args: DeleteBucketMetricsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void): void;
1109
1123
  /**
1124
+ * @public
1110
1125
  * <p>Removes <code>OwnershipControls</code> for an Amazon S3 bucket. To use this operation, you
1111
1126
  * must have the <code>s3:PutBucketOwnershipControls</code> permission. For more information
1112
1127
  * about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying
@@ -1131,6 +1146,7 @@ export declare class S3 extends S3Client {
1131
1146
  deleteBucketOwnershipControls(args: DeleteBucketOwnershipControlsCommandInput, cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void): void;
1132
1147
  deleteBucketOwnershipControls(args: DeleteBucketOwnershipControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void): void;
1133
1148
  /**
1149
+ * @public
1134
1150
  * <p>This implementation of the DELETE action uses the policy subresource to delete the
1135
1151
  * policy of a specified bucket. If you are using an identity other than the root user of the
1136
1152
  * Amazon Web Services account that owns the bucket, the calling identity must have the
@@ -1166,6 +1182,7 @@ export declare class S3 extends S3Client {
1166
1182
  deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void): void;
1167
1183
  deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void): void;
1168
1184
  /**
1185
+ * @public
1169
1186
  * <p> Deletes the replication configuration from the bucket.</p>
1170
1187
  * <p>To use this operation, you must have permissions to perform the
1171
1188
  * <code>s3:PutReplicationConfiguration</code> action. The bucket owner has these
@@ -1195,6 +1212,7 @@ export declare class S3 extends S3Client {
1195
1212
  deleteBucketReplication(args: DeleteBucketReplicationCommandInput, cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void): void;
1196
1213
  deleteBucketReplication(args: DeleteBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void): void;
1197
1214
  /**
1215
+ * @public
1198
1216
  * <p>Deletes the tags from the bucket.</p>
1199
1217
  * <p>To use this operation, you must have permission to perform the
1200
1218
  * <code>s3:PutBucketTagging</code> action. By default, the bucket owner has this
@@ -1217,6 +1235,7 @@ export declare class S3 extends S3Client {
1217
1235
  deleteBucketTagging(args: DeleteBucketTaggingCommandInput, cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void): void;
1218
1236
  deleteBucketTagging(args: DeleteBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void): void;
1219
1237
  /**
1238
+ * @public
1220
1239
  * <p>This action removes the website configuration for a bucket. Amazon S3 returns a <code>200
1221
1240
  * OK</code> response upon successfully deleting a website configuration on the specified
1222
1241
  * bucket. You will get a <code>200 OK</code> response if the website configuration you are
@@ -1246,6 +1265,7 @@ export declare class S3 extends S3Client {
1246
1265
  deleteBucketWebsite(args: DeleteBucketWebsiteCommandInput, cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void): void;
1247
1266
  deleteBucketWebsite(args: DeleteBucketWebsiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void): void;
1248
1267
  /**
1268
+ * @public
1249
1269
  * <p>Removes the null version (if there is one) of an object and inserts a delete marker,
1250
1270
  * which becomes the latest version of the object. If there isn't a null version, Amazon S3 does
1251
1271
  * not remove any objects but will still respond that the command was successful.</p>
@@ -1277,6 +1297,7 @@ export declare class S3 extends S3Client {
1277
1297
  deleteObject(args: DeleteObjectCommandInput, cb: (err: any, data?: DeleteObjectCommandOutput) => void): void;
1278
1298
  deleteObject(args: DeleteObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectCommandOutput) => void): void;
1279
1299
  /**
1300
+ * @public
1280
1301
  * <p>This action enables you to delete multiple objects from a bucket using a single HTTP
1281
1302
  * request. If you know the object keys that you want to delete, then this action provides
1282
1303
  * a suitable alternative to sending individual delete requests, reducing per-request
@@ -1334,6 +1355,7 @@ export declare class S3 extends S3Client {
1334
1355
  deleteObjects(args: DeleteObjectsCommandInput, cb: (err: any, data?: DeleteObjectsCommandOutput) => void): void;
1335
1356
  deleteObjects(args: DeleteObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectsCommandOutput) => void): void;
1336
1357
  /**
1358
+ * @public
1337
1359
  * <p>Removes the entire tag set from the specified object. For more information about
1338
1360
  * managing object tags, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-tagging.html"> Object
1339
1361
  * Tagging</a>.</p>
@@ -1361,6 +1383,7 @@ export declare class S3 extends S3Client {
1361
1383
  deleteObjectTagging(args: DeleteObjectTaggingCommandInput, cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void): void;
1362
1384
  deleteObjectTagging(args: DeleteObjectTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void): void;
1363
1385
  /**
1386
+ * @public
1364
1387
  * <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. To use this
1365
1388
  * operation, you must have the <code>s3:PutBucketPublicAccessBlock</code> permission. For
1366
1389
  * more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
@@ -1394,6 +1417,7 @@ export declare class S3 extends S3Client {
1394
1417
  deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void): void;
1395
1418
  deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void): void;
1396
1419
  /**
1420
+ * @public
1397
1421
  * <p>This implementation of the GET action uses the <code>accelerate</code> subresource to
1398
1422
  * return the Transfer Acceleration state of a bucket, which is either <code>Enabled</code> or
1399
1423
  * <code>Suspended</code>. Amazon S3 Transfer Acceleration is a bucket-level feature that
@@ -1425,6 +1449,7 @@ export declare class S3 extends S3Client {
1425
1449
  getBucketAccelerateConfiguration(args: GetBucketAccelerateConfigurationCommandInput, cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void): void;
1426
1450
  getBucketAccelerateConfiguration(args: GetBucketAccelerateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void): void;
1427
1451
  /**
1452
+ * @public
1428
1453
  * <p>This implementation of the <code>GET</code> action uses the <code>acl</code>
1429
1454
  * subresource to return the access control list (ACL) of a bucket. To use <code>GET</code> to
1430
1455
  * return the ACL of the bucket, you must have <code>READ_ACP</code> access to the bucket. If
@@ -1452,6 +1477,7 @@ export declare class S3 extends S3Client {
1452
1477
  getBucketAcl(args: GetBucketAclCommandInput, cb: (err: any, data?: GetBucketAclCommandOutput) => void): void;
1453
1478
  getBucketAcl(args: GetBucketAclCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketAclCommandOutput) => void): void;
1454
1479
  /**
1480
+ * @public
1455
1481
  * <p>This implementation of the GET action returns an analytics configuration (identified
1456
1482
  * by the analytics configuration ID) from the bucket.</p>
1457
1483
  * <p>To use this operation, you must have permissions to perform the
@@ -1486,6 +1512,7 @@ export declare class S3 extends S3Client {
1486
1512
  getBucketAnalyticsConfiguration(args: GetBucketAnalyticsConfigurationCommandInput, cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void): void;
1487
1513
  getBucketAnalyticsConfiguration(args: GetBucketAnalyticsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void): void;
1488
1514
  /**
1515
+ * @public
1489
1516
  * <p>Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the
1490
1517
  * bucket.</p>
1491
1518
  * <p> To use this operation, you must have permission to perform the
@@ -1511,6 +1538,7 @@ export declare class S3 extends S3Client {
1511
1538
  getBucketCors(args: GetBucketCorsCommandInput, cb: (err: any, data?: GetBucketCorsCommandOutput) => void): void;
1512
1539
  getBucketCors(args: GetBucketCorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketCorsCommandOutput) => void): void;
1513
1540
  /**
1541
+ * @public
1514
1542
  * <p>Returns the default encryption configuration for an Amazon S3 bucket. If the bucket does not
1515
1543
  * have a default encryption configuration, GetBucketEncryption returns
1516
1544
  * <code>ServerSideEncryptionConfigurationNotFoundError</code>. </p>
@@ -1538,6 +1566,7 @@ export declare class S3 extends S3Client {
1538
1566
  getBucketEncryption(args: GetBucketEncryptionCommandInput, cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void): void;
1539
1567
  getBucketEncryption(args: GetBucketEncryptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void): void;
1540
1568
  /**
1569
+ * @public
1541
1570
  * <p>Gets the S3 Intelligent-Tiering configuration from the specified bucket.</p>
1542
1571
  * <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in three low latency and high throughput access tiers. To get the lowest storage cost on data that can be accessed in minutes to hours, you can choose to activate additional archiving capabilities.</p>
1543
1572
  * <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not monitored and not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
@@ -1566,6 +1595,7 @@ export declare class S3 extends S3Client {
1566
1595
  getBucketIntelligentTieringConfiguration(args: GetBucketIntelligentTieringConfigurationCommandInput, cb: (err: any, data?: GetBucketIntelligentTieringConfigurationCommandOutput) => void): void;
1567
1596
  getBucketIntelligentTieringConfiguration(args: GetBucketIntelligentTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketIntelligentTieringConfigurationCommandOutput) => void): void;
1568
1597
  /**
1598
+ * @public
1569
1599
  * <p>Returns an inventory configuration (identified by the inventory configuration ID) from
1570
1600
  * the bucket.</p>
1571
1601
  * <p>To use this operation, you must have permissions to perform the
@@ -1598,6 +1628,7 @@ export declare class S3 extends S3Client {
1598
1628
  getBucketInventoryConfiguration(args: GetBucketInventoryConfigurationCommandInput, cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void): void;
1599
1629
  getBucketInventoryConfiguration(args: GetBucketInventoryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void): void;
1600
1630
  /**
1631
+ * @public
1601
1632
  * <note>
1602
1633
  * <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an
1603
1634
  * object key name prefix, one or more object tags, or a combination of both. Accordingly,
@@ -1657,6 +1688,7 @@ export declare class S3 extends S3Client {
1657
1688
  getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void): void;
1658
1689
  getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void): void;
1659
1690
  /**
1691
+ * @public
1660
1692
  * <p>Returns the Region the bucket resides in. You set the bucket's Region using the
1661
1693
  * <code>LocationConstraint</code> request parameter in a <code>CreateBucket</code>
1662
1694
  * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>.</p>
@@ -1680,6 +1712,7 @@ export declare class S3 extends S3Client {
1680
1712
  getBucketLocation(args: GetBucketLocationCommandInput, cb: (err: any, data?: GetBucketLocationCommandOutput) => void): void;
1681
1713
  getBucketLocation(args: GetBucketLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLocationCommandOutput) => void): void;
1682
1714
  /**
1715
+ * @public
1683
1716
  * <p>Returns the logging status of a bucket and the permissions users have to view and modify
1684
1717
  * that status. To use GET, you must be the bucket owner.</p>
1685
1718
  * <p>The following operations are related to <code>GetBucketLogging</code>:</p>
@@ -1700,6 +1733,7 @@ export declare class S3 extends S3Client {
1700
1733
  getBucketLogging(args: GetBucketLoggingCommandInput, cb: (err: any, data?: GetBucketLoggingCommandOutput) => void): void;
1701
1734
  getBucketLogging(args: GetBucketLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLoggingCommandOutput) => void): void;
1702
1735
  /**
1736
+ * @public
1703
1737
  * <p>Gets a metrics configuration (specified by the metrics configuration ID) from the
1704
1738
  * bucket. Note that this doesn't include the daily storage metrics.</p>
1705
1739
  * <p> To use this operation, you must have permissions to perform the
@@ -1739,6 +1773,7 @@ export declare class S3 extends S3Client {
1739
1773
  getBucketMetricsConfiguration(args: GetBucketMetricsConfigurationCommandInput, cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void): void;
1740
1774
  getBucketMetricsConfiguration(args: GetBucketMetricsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void): void;
1741
1775
  /**
1776
+ * @public
1742
1777
  * <p>Returns the notification configuration of a bucket.</p>
1743
1778
  * <p>If notifications are not enabled on the bucket, the action returns an empty
1744
1779
  * <code>NotificationConfiguration</code> element.</p>
@@ -1762,6 +1797,7 @@ export declare class S3 extends S3Client {
1762
1797
  getBucketNotificationConfiguration(args: GetBucketNotificationConfigurationCommandInput, cb: (err: any, data?: GetBucketNotificationConfigurationCommandOutput) => void): void;
1763
1798
  getBucketNotificationConfiguration(args: GetBucketNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketNotificationConfigurationCommandOutput) => void): void;
1764
1799
  /**
1800
+ * @public
1765
1801
  * <p>Retrieves <code>OwnershipControls</code> for an Amazon S3 bucket. To use this operation, you
1766
1802
  * must have the <code>s3:GetBucketOwnershipControls</code> permission. For more information
1767
1803
  * about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html">Specifying
@@ -1785,6 +1821,7 @@ export declare class S3 extends S3Client {
1785
1821
  getBucketOwnershipControls(args: GetBucketOwnershipControlsCommandInput, cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void): void;
1786
1822
  getBucketOwnershipControls(args: GetBucketOwnershipControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void): void;
1787
1823
  /**
1824
+ * @public
1788
1825
  * <p>Returns the policy of a specified bucket. If you are using an identity other than the
1789
1826
  * root user of the Amazon Web Services account that owns the bucket, the calling identity must have the
1790
1827
  * <code>GetBucketPolicy</code> permissions on the specified bucket and belong to the
@@ -1813,6 +1850,7 @@ export declare class S3 extends S3Client {
1813
1850
  getBucketPolicy(args: GetBucketPolicyCommandInput, cb: (err: any, data?: GetBucketPolicyCommandOutput) => void): void;
1814
1851
  getBucketPolicy(args: GetBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketPolicyCommandOutput) => void): void;
1815
1852
  /**
1853
+ * @public
1816
1854
  * <p>Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.
1817
1855
  * In order to use this operation, you must have the <code>s3:GetBucketPolicyStatus</code>
1818
1856
  * permission. For more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
@@ -1847,6 +1885,7 @@ export declare class S3 extends S3Client {
1847
1885
  getBucketPolicyStatus(args: GetBucketPolicyStatusCommandInput, cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void): void;
1848
1886
  getBucketPolicyStatus(args: GetBucketPolicyStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void): void;
1849
1887
  /**
1888
+ * @public
1850
1889
  * <p>Returns the replication configuration of a bucket.</p>
1851
1890
  * <note>
1852
1891
  * <p> It can take a while to propagate the put or delete a replication configuration to
@@ -1882,6 +1921,7 @@ export declare class S3 extends S3Client {
1882
1921
  getBucketReplication(args: GetBucketReplicationCommandInput, cb: (err: any, data?: GetBucketReplicationCommandOutput) => void): void;
1883
1922
  getBucketReplication(args: GetBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketReplicationCommandOutput) => void): void;
1884
1923
  /**
1924
+ * @public
1885
1925
  * <p>Returns the request payment configuration of a bucket. To use this version of the
1886
1926
  * operation, you must be the bucket owner. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html">Requester Pays Buckets</a>.</p>
1887
1927
  * <p>The following operations are related to <code>GetBucketRequestPayment</code>:</p>
@@ -1897,6 +1937,7 @@ export declare class S3 extends S3Client {
1897
1937
  getBucketRequestPayment(args: GetBucketRequestPaymentCommandInput, cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void): void;
1898
1938
  getBucketRequestPayment(args: GetBucketRequestPaymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void): void;
1899
1939
  /**
1940
+ * @public
1900
1941
  * <p>Returns the tag set associated with the bucket.</p>
1901
1942
  * <p>To use this operation, you must have permission to perform the
1902
1943
  * <code>s3:GetBucketTagging</code> action. By default, the bucket owner has this
@@ -1932,6 +1973,7 @@ export declare class S3 extends S3Client {
1932
1973
  getBucketTagging(args: GetBucketTaggingCommandInput, cb: (err: any, data?: GetBucketTaggingCommandOutput) => void): void;
1933
1974
  getBucketTagging(args: GetBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketTaggingCommandOutput) => void): void;
1934
1975
  /**
1976
+ * @public
1935
1977
  * <p>Returns the versioning state of a bucket.</p>
1936
1978
  * <p>To retrieve the versioning state of a bucket, you must be the bucket owner.</p>
1937
1979
  * <p>This implementation also returns the MFA Delete status of the versioning state. If the
@@ -1960,6 +2002,7 @@ export declare class S3 extends S3Client {
1960
2002
  getBucketVersioning(args: GetBucketVersioningCommandInput, cb: (err: any, data?: GetBucketVersioningCommandOutput) => void): void;
1961
2003
  getBucketVersioning(args: GetBucketVersioningCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketVersioningCommandOutput) => void): void;
1962
2004
  /**
2005
+ * @public
1963
2006
  * <p>Returns the website configuration for a bucket. To host website on Amazon S3, you can
1964
2007
  * configure a bucket as website by adding a website configuration. For more information about
1965
2008
  * hosting websites, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html">Hosting Websites on
@@ -1986,6 +2029,7 @@ export declare class S3 extends S3Client {
1986
2029
  getBucketWebsite(args: GetBucketWebsiteCommandInput, cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void): void;
1987
2030
  getBucketWebsite(args: GetBucketWebsiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void): void;
1988
2031
  /**
2032
+ * @public
1989
2033
  * <p>Retrieves objects from Amazon S3. To use <code>GET</code>, you must have <code>READ</code>
1990
2034
  * access to the object. If you grant <code>READ</code> access to the anonymous user, you can
1991
2035
  * return the object without using an authorization header.</p>
@@ -2153,6 +2197,7 @@ export declare class S3 extends S3Client {
2153
2197
  getObject(args: GetObjectCommandInput, cb: (err: any, data?: GetObjectCommandOutput) => void): void;
2154
2198
  getObject(args: GetObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectCommandOutput) => void): void;
2155
2199
  /**
2200
+ * @public
2156
2201
  * <p>Returns the access control list (ACL) of an object. To use this operation, you must have
2157
2202
  * <code>s3:GetObjectAcl</code> permissions or <code>READ_ACP</code> access to the object.
2158
2203
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#acl-access-policy-permission-mapping">Mapping of ACL permissions and access policy permissions</a> in the <i>Amazon S3
@@ -2199,6 +2244,7 @@ export declare class S3 extends S3Client {
2199
2244
  getObjectAcl(args: GetObjectAclCommandInput, cb: (err: any, data?: GetObjectAclCommandOutput) => void): void;
2200
2245
  getObjectAcl(args: GetObjectAclCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectAclCommandOutput) => void): void;
2201
2246
  /**
2247
+ * @public
2202
2248
  * <p>Retrieves all the metadata from an object without returning the object itself. This
2203
2249
  * action is useful if you're interested only in an object's metadata. To use
2204
2250
  * <code>GetObjectAttributes</code>, you must have READ access to the object.</p>
@@ -2354,6 +2400,7 @@ export declare class S3 extends S3Client {
2354
2400
  getObjectAttributes(args: GetObjectAttributesCommandInput, cb: (err: any, data?: GetObjectAttributesCommandOutput) => void): void;
2355
2401
  getObjectAttributes(args: GetObjectAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectAttributesCommandOutput) => void): void;
2356
2402
  /**
2403
+ * @public
2357
2404
  * <p>Gets an object's current legal hold status. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking
2358
2405
  * Objects</a>.</p>
2359
2406
  * <p>This action is not supported by Amazon S3 on Outposts.</p>
@@ -2370,6 +2417,7 @@ export declare class S3 extends S3Client {
2370
2417
  getObjectLegalHold(args: GetObjectLegalHoldCommandInput, cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void): void;
2371
2418
  getObjectLegalHold(args: GetObjectLegalHoldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void): void;
2372
2419
  /**
2420
+ * @public
2373
2421
  * <p>Gets the Object Lock configuration for a bucket. The rule specified in the Object Lock
2374
2422
  * configuration will be applied by default to every new object placed in the specified
2375
2423
  * bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking
@@ -2387,6 +2435,7 @@ export declare class S3 extends S3Client {
2387
2435
  getObjectLockConfiguration(args: GetObjectLockConfigurationCommandInput, cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void): void;
2388
2436
  getObjectLockConfiguration(args: GetObjectLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void): void;
2389
2437
  /**
2438
+ * @public
2390
2439
  * <p>Retrieves an object's retention settings. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.</p>
2391
2440
  * <p>This action is not supported by Amazon S3 on Outposts.</p>
2392
2441
  * <p>The following action is related to <code>GetObjectRetention</code>:</p>
@@ -2402,6 +2451,7 @@ export declare class S3 extends S3Client {
2402
2451
  getObjectRetention(args: GetObjectRetentionCommandInput, cb: (err: any, data?: GetObjectRetentionCommandOutput) => void): void;
2403
2452
  getObjectRetention(args: GetObjectRetentionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectRetentionCommandOutput) => void): void;
2404
2453
  /**
2454
+ * @public
2405
2455
  * <p>Returns the tag-set of an object. You send the GET request against the tagging
2406
2456
  * subresource associated with the object.</p>
2407
2457
  * <p>To use this operation, you must have permission to perform the
@@ -2436,6 +2486,7 @@ export declare class S3 extends S3Client {
2436
2486
  getObjectTagging(args: GetObjectTaggingCommandInput, cb: (err: any, data?: GetObjectTaggingCommandOutput) => void): void;
2437
2487
  getObjectTagging(args: GetObjectTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectTaggingCommandOutput) => void): void;
2438
2488
  /**
2489
+ * @public
2439
2490
  * <p>Returns torrent files from a bucket. BitTorrent can save you bandwidth when you're
2440
2491
  * distributing large files. For more information about BitTorrent, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3Torrent.html">Using BitTorrent with Amazon S3</a>.</p>
2441
2492
  * <note>
@@ -2458,6 +2509,7 @@ export declare class S3 extends S3Client {
2458
2509
  getObjectTorrent(args: GetObjectTorrentCommandInput, cb: (err: any, data?: GetObjectTorrentCommandOutput) => void): void;
2459
2510
  getObjectTorrent(args: GetObjectTorrentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetObjectTorrentCommandOutput) => void): void;
2460
2511
  /**
2512
+ * @public
2461
2513
  * <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. To use
2462
2514
  * this operation, you must have the <code>s3:GetBucketPublicAccessBlock</code> permission.
2463
2515
  * For more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
@@ -2500,6 +2552,7 @@ export declare class S3 extends S3Client {
2500
2552
  getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void): void;
2501
2553
  getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void): void;
2502
2554
  /**
2555
+ * @public
2503
2556
  * <p>This action is useful to determine if a bucket exists and you have permission to
2504
2557
  * access it. The action returns a <code>200 OK</code> if the bucket exists and you have
2505
2558
  * permission to access it.</p>
@@ -2516,6 +2569,7 @@ export declare class S3 extends S3Client {
2516
2569
  headBucket(args: HeadBucketCommandInput, cb: (err: any, data?: HeadBucketCommandOutput) => void): void;
2517
2570
  headBucket(args: HeadBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: HeadBucketCommandOutput) => void): void;
2518
2571
  /**
2572
+ * @public
2519
2573
  * <p>The HEAD action retrieves metadata from an object without returning the object
2520
2574
  * itself. This action is useful if you're only interested in an object's metadata. To use
2521
2575
  * HEAD, you must have READ access to the object.</p>
@@ -2631,6 +2685,7 @@ export declare class S3 extends S3Client {
2631
2685
  headObject(args: HeadObjectCommandInput, cb: (err: any, data?: HeadObjectCommandOutput) => void): void;
2632
2686
  headObject(args: HeadObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: HeadObjectCommandOutput) => void): void;
2633
2687
  /**
2688
+ * @public
2634
2689
  * <p>Lists the analytics configurations for the bucket. You can have up to 1,000 analytics
2635
2690
  * configurations per bucket.</p>
2636
2691
  * <p>This action supports list pagination and does not return more than 100 configurations
@@ -2672,6 +2727,7 @@ export declare class S3 extends S3Client {
2672
2727
  listBucketAnalyticsConfigurations(args: ListBucketAnalyticsConfigurationsCommandInput, cb: (err: any, data?: ListBucketAnalyticsConfigurationsCommandOutput) => void): void;
2673
2728
  listBucketAnalyticsConfigurations(args: ListBucketAnalyticsConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketAnalyticsConfigurationsCommandOutput) => void): void;
2674
2729
  /**
2730
+ * @public
2675
2731
  * <p>Lists the S3 Intelligent-Tiering configuration from the specified bucket.</p>
2676
2732
  * <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in three low latency and high throughput access tiers. To get the lowest storage cost on data that can be accessed in minutes to hours, you can choose to activate additional archiving capabilities.</p>
2677
2733
  * <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not monitored and not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
@@ -2700,6 +2756,7 @@ export declare class S3 extends S3Client {
2700
2756
  listBucketIntelligentTieringConfigurations(args: ListBucketIntelligentTieringConfigurationsCommandInput, cb: (err: any, data?: ListBucketIntelligentTieringConfigurationsCommandOutput) => void): void;
2701
2757
  listBucketIntelligentTieringConfigurations(args: ListBucketIntelligentTieringConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketIntelligentTieringConfigurationsCommandOutput) => void): void;
2702
2758
  /**
2759
+ * @public
2703
2760
  * <p>Returns a list of inventory configurations for the bucket. You can have up to 1,000
2704
2761
  * analytics configurations per bucket.</p>
2705
2762
  * <p>This action supports list pagination and does not return more than 100 configurations
@@ -2740,6 +2797,7 @@ export declare class S3 extends S3Client {
2740
2797
  listBucketInventoryConfigurations(args: ListBucketInventoryConfigurationsCommandInput, cb: (err: any, data?: ListBucketInventoryConfigurationsCommandOutput) => void): void;
2741
2798
  listBucketInventoryConfigurations(args: ListBucketInventoryConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketInventoryConfigurationsCommandOutput) => void): void;
2742
2799
  /**
2800
+ * @public
2743
2801
  * <p>Lists the metrics configurations for the bucket. The metrics configurations are only for
2744
2802
  * the request metrics of the bucket and do not provide information on daily storage metrics.
2745
2803
  * You can have up to 1,000 configurations per bucket.</p>
@@ -2782,6 +2840,7 @@ export declare class S3 extends S3Client {
2782
2840
  listBucketMetricsConfigurations(args: ListBucketMetricsConfigurationsCommandInput, cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void): void;
2783
2841
  listBucketMetricsConfigurations(args: ListBucketMetricsConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void): void;
2784
2842
  /**
2843
+ * @public
2785
2844
  * <p>Returns a list of all buckets owned by the authenticated sender of the request. To use
2786
2845
  * this operation, you must have the <code>s3:ListAllMyBuckets</code> permission.</p>
2787
2846
  */
@@ -2789,6 +2848,7 @@ export declare class S3 extends S3Client {
2789
2848
  listBuckets(args: ListBucketsCommandInput, cb: (err: any, data?: ListBucketsCommandOutput) => void): void;
2790
2849
  listBuckets(args: ListBucketsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBucketsCommandOutput) => void): void;
2791
2850
  /**
2851
+ * @public
2792
2852
  * <p>This action lists in-progress multipart uploads. An in-progress multipart upload is a
2793
2853
  * multipart upload that has been initiated using the Initiate Multipart Upload request, but
2794
2854
  * has not yet been completed or aborted.</p>
@@ -2840,6 +2900,7 @@ export declare class S3 extends S3Client {
2840
2900
  listMultipartUploads(args: ListMultipartUploadsCommandInput, cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void): void;
2841
2901
  listMultipartUploads(args: ListMultipartUploadsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void): void;
2842
2902
  /**
2903
+ * @public
2843
2904
  * <p>Returns some or all (up to 1,000) of the objects in a bucket. You can use the request
2844
2905
  * parameters as selection criteria to return a subset of the objects in a bucket. A 200 OK
2845
2906
  * response can contain valid or invalid XML. Be sure to design your application to parse the
@@ -2881,6 +2942,7 @@ export declare class S3 extends S3Client {
2881
2942
  listObjects(args: ListObjectsCommandInput, cb: (err: any, data?: ListObjectsCommandOutput) => void): void;
2882
2943
  listObjects(args: ListObjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectsCommandOutput) => void): void;
2883
2944
  /**
2945
+ * @public
2884
2946
  * <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use
2885
2947
  * the request parameters as selection criteria to return a subset of the objects in a bucket. A
2886
2948
  * <code>200 OK</code> response can contain valid or invalid XML. Make sure to design your
@@ -2924,6 +2986,7 @@ export declare class S3 extends S3Client {
2924
2986
  listObjectsV2(args: ListObjectsV2CommandInput, cb: (err: any, data?: ListObjectsV2CommandOutput) => void): void;
2925
2987
  listObjectsV2(args: ListObjectsV2CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectsV2CommandOutput) => void): void;
2926
2988
  /**
2989
+ * @public
2927
2990
  * <p>Returns metadata about all versions of the objects in a bucket. You can also use request
2928
2991
  * parameters as selection criteria to return metadata about a subset of all the object
2929
2992
  * versions.</p>
@@ -2968,6 +3031,7 @@ export declare class S3 extends S3Client {
2968
3031
  listObjectVersions(args: ListObjectVersionsCommandInput, cb: (err: any, data?: ListObjectVersionsCommandOutput) => void): void;
2969
3032
  listObjectVersions(args: ListObjectVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListObjectVersionsCommandOutput) => void): void;
2970
3033
  /**
3034
+ * @public
2971
3035
  * <p>Lists the parts that have been uploaded for a specific multipart upload. This operation
2972
3036
  * must include the upload ID, which you obtain by sending the initiate multipart upload
2973
3037
  * request (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>).
@@ -3023,6 +3087,7 @@ export declare class S3 extends S3Client {
3023
3087
  listParts(args: ListPartsCommandInput, cb: (err: any, data?: ListPartsCommandOutput) => void): void;
3024
3088
  listParts(args: ListPartsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPartsCommandOutput) => void): void;
3025
3089
  /**
3090
+ * @public
3026
3091
  * <p>Sets the accelerate configuration of an existing bucket. Amazon S3 Transfer Acceleration is a
3027
3092
  * bucket-level feature that enables you to perform faster data transfers to Amazon S3.</p>
3028
3093
  * <p> To use this operation, you must have permission to perform the
@@ -3066,6 +3131,7 @@ export declare class S3 extends S3Client {
3066
3131
  putBucketAccelerateConfiguration(args: PutBucketAccelerateConfigurationCommandInput, cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void): void;
3067
3132
  putBucketAccelerateConfiguration(args: PutBucketAccelerateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void): void;
3068
3133
  /**
3134
+ * @public
3069
3135
  * <p>Sets the permissions on an existing bucket using access control lists (ACL). For more
3070
3136
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Using ACLs</a>. To set
3071
3137
  * the ACL of a bucket, you must have <code>WRITE_ACP</code> permission.</p>
@@ -3260,6 +3326,7 @@ export declare class S3 extends S3Client {
3260
3326
  putBucketAcl(args: PutBucketAclCommandInput, cb: (err: any, data?: PutBucketAclCommandOutput) => void): void;
3261
3327
  putBucketAcl(args: PutBucketAclCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketAclCommandOutput) => void): void;
3262
3328
  /**
3329
+ * @public
3263
3330
  * <p>Sets an analytics configuration for the bucket (specified by the analytics configuration
3264
3331
  * ID). You can have up to 1,000 analytics configurations per bucket.</p>
3265
3332
  * <p>You can choose to have storage class analysis export analysis reports sent to a
@@ -3370,6 +3437,7 @@ export declare class S3 extends S3Client {
3370
3437
  putBucketAnalyticsConfiguration(args: PutBucketAnalyticsConfigurationCommandInput, cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void): void;
3371
3438
  putBucketAnalyticsConfiguration(args: PutBucketAnalyticsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void): void;
3372
3439
  /**
3440
+ * @public
3373
3441
  * <p>Sets the <code>cors</code> configuration for your bucket. If the configuration exists,
3374
3442
  * Amazon S3 replaces it.</p>
3375
3443
  * <p>To use this operation, you must be allowed to perform the <code>s3:PutBucketCORS</code>
@@ -3431,6 +3499,7 @@ export declare class S3 extends S3Client {
3431
3499
  putBucketCors(args: PutBucketCorsCommandInput, cb: (err: any, data?: PutBucketCorsCommandOutput) => void): void;
3432
3500
  putBucketCors(args: PutBucketCorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketCorsCommandOutput) => void): void;
3433
3501
  /**
3502
+ * @public
3434
3503
  * <p>This action uses the <code>encryption</code> subresource to configure default
3435
3504
  * encryption and Amazon S3 Bucket Key for an existing bucket.</p>
3436
3505
  * <p>Default encryption for a bucket can use server-side encryption with Amazon S3-managed keys
@@ -3470,6 +3539,7 @@ export declare class S3 extends S3Client {
3470
3539
  putBucketEncryption(args: PutBucketEncryptionCommandInput, cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void): void;
3471
3540
  putBucketEncryption(args: PutBucketEncryptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void): void;
3472
3541
  /**
3542
+ * @public
3473
3543
  * <p>Puts a S3 Intelligent-Tiering configuration to the specified bucket.
3474
3544
  * You can have up to 1,000 S3 Intelligent-Tiering configurations per bucket.</p>
3475
3545
  * <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in three low latency and high throughput access tiers. To get the lowest storage cost on data that can be accessed in minutes to hours, you can choose to activate additional archiving capabilities.</p>
@@ -3557,6 +3627,7 @@ export declare class S3 extends S3Client {
3557
3627
  putBucketIntelligentTieringConfiguration(args: PutBucketIntelligentTieringConfigurationCommandInput, cb: (err: any, data?: PutBucketIntelligentTieringConfigurationCommandOutput) => void): void;
3558
3628
  putBucketIntelligentTieringConfiguration(args: PutBucketIntelligentTieringConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketIntelligentTieringConfigurationCommandOutput) => void): void;
3559
3629
  /**
3630
+ * @public
3560
3631
  * <p>This implementation of the <code>PUT</code> action adds an inventory configuration
3561
3632
  * (identified by the inventory ID) to the bucket. You can have up to 1,000 inventory
3562
3633
  * configurations per bucket. </p>
@@ -3661,6 +3732,7 @@ export declare class S3 extends S3Client {
3661
3732
  putBucketInventoryConfiguration(args: PutBucketInventoryConfigurationCommandInput, cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void): void;
3662
3733
  putBucketInventoryConfiguration(args: PutBucketInventoryConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void): void;
3663
3734
  /**
3735
+ * @public
3664
3736
  * <p>Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle
3665
3737
  * configuration. Keep in mind that this will overwrite an existing lifecycle configuration, so if
3666
3738
  * you want to retain any configuration details, they must be included in the new lifecycle
@@ -3754,6 +3826,7 @@ export declare class S3 extends S3Client {
3754
3826
  putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void): void;
3755
3827
  putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void): void;
3756
3828
  /**
3829
+ * @public
3757
3830
  * <p>Set the logging parameters for a bucket and to specify permissions for who can view and
3758
3831
  * modify the logging parameters. All logs are saved to buckets in the same Amazon Web Services Region as the
3759
3832
  * source bucket. To set the logging status of a bucket, you must be the bucket owner.</p>
@@ -3835,6 +3908,7 @@ export declare class S3 extends S3Client {
3835
3908
  putBucketLogging(args: PutBucketLoggingCommandInput, cb: (err: any, data?: PutBucketLoggingCommandOutput) => void): void;
3836
3909
  putBucketLogging(args: PutBucketLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketLoggingCommandOutput) => void): void;
3837
3910
  /**
3911
+ * @public
3838
3912
  * <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.
3839
3913
  * You can have up to 1,000 metrics configurations per bucket. If you're updating an existing
3840
3914
  * metrics configuration, note that this is a full replacement of the existing metrics
@@ -3887,6 +3961,7 @@ export declare class S3 extends S3Client {
3887
3961
  putBucketMetricsConfiguration(args: PutBucketMetricsConfigurationCommandInput, cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void): void;
3888
3962
  putBucketMetricsConfiguration(args: PutBucketMetricsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void): void;
3889
3963
  /**
3964
+ * @public
3890
3965
  * <p>Enables notifications of specified events for a bucket. For more information about event
3891
3966
  * notifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Event
3892
3967
  * Notifications</a>.</p>
@@ -3947,6 +4022,7 @@ export declare class S3 extends S3Client {
3947
4022
  putBucketNotificationConfiguration(args: PutBucketNotificationConfigurationCommandInput, cb: (err: any, data?: PutBucketNotificationConfigurationCommandOutput) => void): void;
3948
4023
  putBucketNotificationConfiguration(args: PutBucketNotificationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketNotificationConfigurationCommandOutput) => void): void;
3949
4024
  /**
4025
+ * @public
3950
4026
  * <p>Creates or modifies <code>OwnershipControls</code> for an Amazon S3 bucket. To use this
3951
4027
  * operation, you must have the <code>s3:PutBucketOwnershipControls</code> permission. For
3952
4028
  * more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-with-s3-actions.html">Specifying permissions in a policy</a>. </p>
@@ -3969,6 +4045,7 @@ export declare class S3 extends S3Client {
3969
4045
  putBucketOwnershipControls(args: PutBucketOwnershipControlsCommandInput, cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void): void;
3970
4046
  putBucketOwnershipControls(args: PutBucketOwnershipControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void): void;
3971
4047
  /**
4048
+ * @public
3972
4049
  * <p>Applies an Amazon S3 bucket policy to an Amazon S3 bucket. If you are using an identity other than
3973
4050
  * the root user of the Amazon Web Services account that owns the bucket, the calling identity must have the
3974
4051
  * <code>PutBucketPolicy</code> permissions on the specified bucket and belong to the
@@ -4001,6 +4078,7 @@ export declare class S3 extends S3Client {
4001
4078
  putBucketPolicy(args: PutBucketPolicyCommandInput, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
4002
4079
  putBucketPolicy(args: PutBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
4003
4080
  /**
4081
+ * @public
4004
4082
  * <p> Creates a replication configuration or replaces an existing one. For more information,
4005
4083
  * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication.html">Replication</a> in the <i>Amazon S3 User Guide</i>. </p>
4006
4084
  * <p>Specify the replication configuration in the request body. In the replication
@@ -4068,6 +4146,7 @@ export declare class S3 extends S3Client {
4068
4146
  putBucketReplication(args: PutBucketReplicationCommandInput, cb: (err: any, data?: PutBucketReplicationCommandOutput) => void): void;
4069
4147
  putBucketReplication(args: PutBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketReplicationCommandOutput) => void): void;
4070
4148
  /**
4149
+ * @public
4071
4150
  * <p>Sets the request payment configuration for a bucket. By default, the bucket owner pays
4072
4151
  * for downloads from the bucket. This configuration parameter enables the bucket owner (only)
4073
4152
  * to specify that the person requesting the download will be charged for the download. For
@@ -4091,6 +4170,7 @@ export declare class S3 extends S3Client {
4091
4170
  putBucketRequestPayment(args: PutBucketRequestPaymentCommandInput, cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void): void;
4092
4171
  putBucketRequestPayment(args: PutBucketRequestPaymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void): void;
4093
4172
  /**
4173
+ * @public
4094
4174
  * <p>Sets the tags for a bucket.</p>
4095
4175
  * <p>Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign
4096
4176
  * up to get your Amazon Web Services account bill with tag key values included. Then, to see the cost of
@@ -4171,6 +4251,7 @@ export declare class S3 extends S3Client {
4171
4251
  putBucketTagging(args: PutBucketTaggingCommandInput, cb: (err: any, data?: PutBucketTaggingCommandOutput) => void): void;
4172
4252
  putBucketTagging(args: PutBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketTaggingCommandOutput) => void): void;
4173
4253
  /**
4254
+ * @public
4174
4255
  * <p>Sets the versioning state of an existing bucket.</p>
4175
4256
  * <p>You can set the versioning state with one of the following values:</p>
4176
4257
  * <p>
@@ -4219,6 +4300,7 @@ export declare class S3 extends S3Client {
4219
4300
  putBucketVersioning(args: PutBucketVersioningCommandInput, cb: (err: any, data?: PutBucketVersioningCommandOutput) => void): void;
4220
4301
  putBucketVersioning(args: PutBucketVersioningCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketVersioningCommandOutput) => void): void;
4221
4302
  /**
4303
+ * @public
4222
4304
  * <p>Sets the configuration of the website that is specified in the <code>website</code>
4223
4305
  * subresource. To configure a bucket as a website, you can add this subresource on the bucket
4224
4306
  * with website configuration information such as the file name of the index document and any
@@ -4346,6 +4428,7 @@ export declare class S3 extends S3Client {
4346
4428
  putBucketWebsite(args: PutBucketWebsiteCommandInput, cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void): void;
4347
4429
  putBucketWebsite(args: PutBucketWebsiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void): void;
4348
4430
  /**
4431
+ * @public
4349
4432
  * <p>Adds an object to a bucket. You must have WRITE permissions on a bucket to add an object
4350
4433
  * to it.</p>
4351
4434
  * <p>Amazon S3 never adds partial objects; if you receive a success response, Amazon S3 added the
@@ -4450,6 +4533,7 @@ export declare class S3 extends S3Client {
4450
4533
  putObject(args: PutObjectCommandInput, cb: (err: any, data?: PutObjectCommandOutput) => void): void;
4451
4534
  putObject(args: PutObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectCommandOutput) => void): void;
4452
4535
  /**
4536
+ * @public
4453
4537
  * <p>Uses the <code>acl</code> subresource to set the access control list (ACL) permissions
4454
4538
  * for a new or existing object in an S3 bucket. You must have <code>WRITE_ACP</code>
4455
4539
  * permission to set the ACL of an object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#permissions">What
@@ -4634,6 +4718,7 @@ export declare class S3 extends S3Client {
4634
4718
  putObjectAcl(args: PutObjectAclCommandInput, cb: (err: any, data?: PutObjectAclCommandOutput) => void): void;
4635
4719
  putObjectAcl(args: PutObjectAclCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectAclCommandOutput) => void): void;
4636
4720
  /**
4721
+ * @public
4637
4722
  * <p>Applies a legal hold configuration to the specified object. For more information, see
4638
4723
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking
4639
4724
  * Objects</a>.</p>
@@ -4643,6 +4728,7 @@ export declare class S3 extends S3Client {
4643
4728
  putObjectLegalHold(args: PutObjectLegalHoldCommandInput, cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void): void;
4644
4729
  putObjectLegalHold(args: PutObjectLegalHoldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void): void;
4645
4730
  /**
4731
+ * @public
4646
4732
  * <p>Places an Object Lock configuration on the specified bucket. The rule specified in the
4647
4733
  * Object Lock configuration will be applied by default to every new object placed in the
4648
4734
  * specified bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.
@@ -4669,6 +4755,7 @@ export declare class S3 extends S3Client {
4669
4755
  putObjectLockConfiguration(args: PutObjectLockConfigurationCommandInput, cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void): void;
4670
4756
  putObjectLockConfiguration(args: PutObjectLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void): void;
4671
4757
  /**
4758
+ * @public
4672
4759
  * <p>Places an Object Retention configuration on an object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.
4673
4760
  * Users or accounts require the <code>s3:PutObjectRetention</code> permission in order to place
4674
4761
  * an Object Retention configuration on objects. Bypassing a Governance Retention configuration
@@ -4680,6 +4767,7 @@ export declare class S3 extends S3Client {
4680
4767
  putObjectRetention(args: PutObjectRetentionCommandInput, cb: (err: any, data?: PutObjectRetentionCommandOutput) => void): void;
4681
4768
  putObjectRetention(args: PutObjectRetentionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectRetentionCommandOutput) => void): void;
4682
4769
  /**
4770
+ * @public
4683
4771
  * <p>Sets the supplied tag-set to an object that already exists in a bucket.</p>
4684
4772
  * <p>A tag is a key-value pair. You can associate tags with an object by sending a PUT
4685
4773
  * request against the tagging subresource that is associated with the object. You can
@@ -4777,6 +4865,7 @@ export declare class S3 extends S3Client {
4777
4865
  putObjectTagging(args: PutObjectTaggingCommandInput, cb: (err: any, data?: PutObjectTaggingCommandOutput) => void): void;
4778
4866
  putObjectTagging(args: PutObjectTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutObjectTaggingCommandOutput) => void): void;
4779
4867
  /**
4868
+ * @public
4780
4869
  * <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket.
4781
4870
  * To use this operation, you must have the <code>s3:PutBucketPublicAccessBlock</code>
4782
4871
  * permission. For more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
@@ -4821,6 +4910,7 @@ export declare class S3 extends S3Client {
4821
4910
  putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void): void;
4822
4911
  putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void): void;
4823
4912
  /**
4913
+ * @public
4824
4914
  * <p>Restores an archived copy of an object back into Amazon S3</p>
4825
4915
  * <p>This action is not supported by Amazon S3 on Outposts.</p>
4826
4916
  * <p>This action performs the following types of requests: </p>
@@ -5110,6 +5200,7 @@ export declare class S3 extends S3Client {
5110
5200
  restoreObject(args: RestoreObjectCommandInput, cb: (err: any, data?: RestoreObjectCommandOutput) => void): void;
5111
5201
  restoreObject(args: RestoreObjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreObjectCommandOutput) => void): void;
5112
5202
  /**
5203
+ * @public
5113
5204
  * <p>This action filters the contents of an Amazon S3 object based on a simple structured query
5114
5205
  * language (SQL) statement. In the request, along with the SQL expression, you must also
5115
5206
  * specify a data serialization format (JSON, CSV, or Apache Parquet) of the object. Amazon S3 uses
@@ -5230,6 +5321,7 @@ export declare class S3 extends S3Client {
5230
5321
  selectObjectContent(args: SelectObjectContentCommandInput, cb: (err: any, data?: SelectObjectContentCommandOutput) => void): void;
5231
5322
  selectObjectContent(args: SelectObjectContentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SelectObjectContentCommandOutput) => void): void;
5232
5323
  /**
5324
+ * @public
5233
5325
  * <p>Uploads a part in a multipart upload.</p>
5234
5326
  * <note>
5235
5327
  * <p>In this operation, you provide part data in your request. However, you have an option
@@ -5355,6 +5447,7 @@ export declare class S3 extends S3Client {
5355
5447
  uploadPart(args: UploadPartCommandInput, cb: (err: any, data?: UploadPartCommandOutput) => void): void;
5356
5448
  uploadPart(args: UploadPartCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadPartCommandOutput) => void): void;
5357
5449
  /**
5450
+ * @public
5358
5451
  * <p>Uploads a part by copying data from an existing object as data source. You specify the
5359
5452
  * data source by adding the request header <code>x-amz-copy-source</code> in your request and
5360
5453
  * a byte range by adding the request header <code>x-amz-copy-source-range</code> in your
@@ -5527,6 +5620,7 @@ export declare class S3 extends S3Client {
5527
5620
  uploadPartCopy(args: UploadPartCopyCommandInput, cb: (err: any, data?: UploadPartCopyCommandOutput) => void): void;
5528
5621
  uploadPartCopy(args: UploadPartCopyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadPartCopyCommandOutput) => void): void;
5529
5622
  /**
5623
+ * @public
5530
5624
  * <p>Passes transformed
5531
5625
  * objects to a <code>GetObject</code> operation when using Object Lambda access points. For information about
5532
5626
  * Object Lambda access points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">Transforming objects with