@aws-sdk/client-s3 3.414.0 → 3.417.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 (35) hide show
  1. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -6
  2. package/dist-types/commands/CopyObjectCommand.d.ts +90 -76
  3. package/dist-types/commands/CreateBucketCommand.d.ts +63 -37
  4. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +14 -12
  5. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -3
  6. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -2
  7. package/dist-types/commands/DeleteObjectsCommand.d.ts +2 -1
  8. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  9. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/GetBucketPolicyCommand.d.ts +5 -4
  11. package/dist-types/commands/GetObjectAttributesCommand.d.ts +15 -12
  12. package/dist-types/commands/GetObjectCommand.d.ts +44 -37
  13. package/dist-types/commands/HeadBucketCommand.d.ts +3 -3
  14. package/dist-types/commands/HeadObjectCommand.d.ts +11 -11
  15. package/dist-types/commands/PutBucketAclCommand.d.ts +41 -35
  16. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -8
  18. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +5 -4
  19. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +18 -18
  20. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +29 -25
  21. package/dist-types/commands/PutBucketLoggingCommand.d.ts +12 -10
  22. package/dist-types/commands/PutBucketPolicyCommand.d.ts +5 -4
  23. package/dist-types/commands/PutBucketReplicationCommand.d.ts +23 -17
  24. package/dist-types/commands/PutBucketTaggingCommand.d.ts +18 -35
  25. package/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -6
  26. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -0
  27. package/dist-types/commands/PutObjectAclCommand.d.ts +39 -36
  28. package/dist-types/commands/PutObjectTaggingCommand.d.ts +21 -58
  29. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  30. package/dist-types/commands/RestoreObjectCommand.d.ts +93 -91
  31. package/dist-types/commands/SelectObjectContentCommand.d.ts +46 -40
  32. package/dist-types/commands/UploadPartCopyCommand.d.ts +16 -14
  33. package/dist-types/models/models_0.d.ts +173 -110
  34. package/dist-types/models/models_1.d.ts +25 -13
  35. package/package.json +1 -1
@@ -32,8 +32,10 @@ export interface PutObjectLockConfigurationRequest {
32
32
  /**
33
33
  * @public
34
34
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
35
- * owners need not specify this parameter in their requests. For information about downloading
36
- * objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
35
+ * owners need not specify this parameter in their requests. If either the source or
36
+ * destination Amazon S3 bucket has Requester Pays enabled, the requester will pay for
37
+ * corresponding charges to copy the object. For information about downloading objects from
38
+ * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
37
39
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
38
40
  */
39
41
  RequestPayer?: RequestPayer | string;
@@ -103,8 +105,10 @@ export interface PutObjectRetentionRequest {
103
105
  /**
104
106
  * @public
105
107
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
106
- * owners need not specify this parameter in their requests. For information about downloading
107
- * objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
108
+ * owners need not specify this parameter in their requests. If either the source or
109
+ * destination Amazon S3 bucket has Requester Pays enabled, the requester will pay for
110
+ * corresponding charges to copy the object. For information about downloading objects from
111
+ * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
108
112
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
109
113
  */
110
114
  RequestPayer?: RequestPayer | string;
@@ -206,8 +210,10 @@ export interface PutObjectTaggingRequest {
206
210
  /**
207
211
  * @public
208
212
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
209
- * owners need not specify this parameter in their requests. For information about downloading
210
- * objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
213
+ * owners need not specify this parameter in their requests. If either the source or
214
+ * destination Amazon S3 bucket has Requester Pays enabled, the requester will pay for
215
+ * corresponding charges to copy the object. For information about downloading objects from
216
+ * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
211
217
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
212
218
  */
213
219
  RequestPayer?: RequestPayer | string;
@@ -776,8 +782,10 @@ export interface RestoreObjectRequest {
776
782
  /**
777
783
  * @public
778
784
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
779
- * owners need not specify this parameter in their requests. For information about downloading
780
- * objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
785
+ * owners need not specify this parameter in their requests. If either the source or
786
+ * destination Amazon S3 bucket has Requester Pays enabled, the requester will pay for
787
+ * corresponding charges to copy the object. For information about downloading objects from
788
+ * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
781
789
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
782
790
  */
783
791
  RequestPayer?: RequestPayer | string;
@@ -1330,8 +1338,10 @@ export interface UploadPartRequest {
1330
1338
  /**
1331
1339
  * @public
1332
1340
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1333
- * owners need not specify this parameter in their requests. For information about downloading
1334
- * objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1341
+ * owners need not specify this parameter in their requests. If either the source or
1342
+ * destination Amazon S3 bucket has Requester Pays enabled, the requester will pay for
1343
+ * corresponding charges to copy the object. For information about downloading objects from
1344
+ * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1335
1345
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1336
1346
  */
1337
1347
  RequestPayer?: RequestPayer | string;
@@ -1572,8 +1582,10 @@ export interface UploadPartCopyRequest {
1572
1582
  /**
1573
1583
  * @public
1574
1584
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
1575
- * owners need not specify this parameter in their requests. For information about downloading
1576
- * objects from Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1585
+ * owners need not specify this parameter in their requests. If either the source or
1586
+ * destination Amazon S3 bucket has Requester Pays enabled, the requester will pay for
1587
+ * corresponding charges to copy the object. For information about downloading objects from
1588
+ * Requester Pays buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html">Downloading Objects in
1577
1589
  * Requester Pays Buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1578
1590
  */
1579
1591
  RequestPayer?: RequestPayer | string;
@@ -1894,7 +1906,7 @@ export interface WriteGetObjectResponseRequest {
1894
1906
  SSECustomerAlgorithm?: string;
1895
1907
  /**
1896
1908
  * @public
1897
- * <p> If present, specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric
1909
+ * <p> If present, specifies the ID (Key ID, Key ARN, or Key Alias) of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric
1898
1910
  * encryption customer managed key that was used for stored in Amazon S3 object. </p>
1899
1911
  */
1900
1912
  SSEKMSKeyId?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.414.0",
4
+ "version": "3.417.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",