@aws-sdk/client-s3 3.321.1 → 3.326.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 (94) hide show
  1. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -0
  2. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +19 -0
  3. package/dist-types/commands/CopyObjectCommand.d.ts +23 -0
  4. package/dist-types/commands/CreateBucketCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +18 -0
  6. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -0
  7. package/dist-types/commands/DeleteBucketCommand.d.ts +4 -0
  8. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -0
  9. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +4 -0
  10. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -0
  11. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -0
  12. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteObjectCommand.d.ts +18 -10
  20. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +17 -11
  21. package/dist-types/commands/DeleteObjectsCommand.d.ts +22 -0
  22. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -0
  23. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -0
  24. package/dist-types/commands/GetBucketAclCommand.d.ts +21 -0
  25. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +37 -0
  26. package/dist-types/commands/GetBucketCorsCommand.d.ts +23 -0
  27. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +16 -0
  28. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +31 -0
  29. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +33 -0
  30. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +58 -0
  31. package/dist-types/commands/GetBucketLocationCommand.d.ts +6 -0
  32. package/dist-types/commands/GetBucketLoggingCommand.d.ts +21 -0
  33. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +26 -0
  34. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +63 -0
  35. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +12 -0
  36. package/dist-types/commands/GetBucketPolicyCommand.d.ts +6 -0
  37. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +8 -0
  38. package/dist-types/commands/GetBucketReplicationCommand.d.ts +69 -0
  39. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -0
  40. package/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -0
  41. package/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -0
  42. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +30 -0
  43. package/dist-types/commands/GetObjectAclCommand.d.ts +22 -0
  44. package/dist-types/commands/GetObjectAttributesCommand.d.ts +35 -0
  45. package/dist-types/commands/GetObjectCommand.d.ts +43 -0
  46. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +8 -0
  47. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +15 -0
  48. package/dist-types/commands/GetObjectRetentionCommand.d.ts +9 -0
  49. package/dist-types/commands/GetObjectTaggingCommand.d.ts +12 -0
  50. package/dist-types/commands/GetObjectTorrentCommand.d.ts +7 -0
  51. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +11 -0
  52. package/dist-types/commands/HeadBucketCommand.d.ts +4 -0
  53. package/dist-types/commands/HeadObjectCommand.d.ts +41 -0
  54. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +42 -0
  55. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +36 -0
  56. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +38 -0
  57. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +31 -0
  58. package/dist-types/commands/ListBucketsCommand.d.ts +15 -31
  59. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +37 -0
  60. package/dist-types/commands/ListObjectVersionsCommand.d.ts +50 -0
  61. package/dist-types/commands/ListObjectsCommand.d.ts +34 -0
  62. package/dist-types/commands/ListObjectsV2Command.d.ts +38 -2
  63. package/dist-types/commands/ListPartsCommand.d.ts +37 -0
  64. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -0
  65. package/dist-types/commands/PutBucketAclCommand.d.ts +4 -0
  66. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -0
  67. package/dist-types/commands/PutBucketCorsCommand.d.ts +4 -0
  68. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -0
  69. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -0
  70. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -0
  71. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -0
  72. package/dist-types/commands/PutBucketLoggingCommand.d.ts +4 -0
  73. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -0
  74. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -0
  75. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -0
  76. package/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -0
  77. package/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -0
  78. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -0
  79. package/dist-types/commands/PutBucketTaggingCommand.d.ts +4 -0
  80. package/dist-types/commands/PutBucketVersioningCommand.d.ts +4 -0
  81. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +4 -0
  82. package/dist-types/commands/PutObjectAclCommand.d.ts +6 -0
  83. package/dist-types/commands/PutObjectCommand.d.ts +68 -49
  84. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -0
  85. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +6 -0
  86. package/dist-types/commands/PutObjectRetentionCommand.d.ts +6 -0
  87. package/dist-types/commands/PutObjectTaggingCommand.d.ts +6 -0
  88. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -0
  89. package/dist-types/commands/RestoreObjectCommand.d.ts +7 -0
  90. package/dist-types/commands/SelectObjectContentCommand.d.ts +26 -0
  91. package/dist-types/commands/UploadPartCommand.d.ts +16 -0
  92. package/dist-types/commands/UploadPartCopyCommand.d.ts +33 -13
  93. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +4 -0
  94. package/package.json +21 -21
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.321.1",
4
+ "version": "3.326.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",
@@ -25,9 +25,9 @@
25
25
  "@aws-crypto/sha1-browser": "3.0.0",
26
26
  "@aws-crypto/sha256-browser": "3.0.0",
27
27
  "@aws-crypto/sha256-js": "3.0.0",
28
- "@aws-sdk/client-sts": "3.321.1",
28
+ "@aws-sdk/client-sts": "3.326.0",
29
29
  "@aws-sdk/config-resolver": "3.310.0",
30
- "@aws-sdk/credential-provider-node": "3.321.1",
30
+ "@aws-sdk/credential-provider-node": "3.326.0",
31
31
  "@aws-sdk/eventstream-serde-browser": "3.310.0",
32
32
  "@aws-sdk/eventstream-serde-config-resolver": "3.310.0",
33
33
  "@aws-sdk/eventstream-serde-node": "3.310.0",
@@ -38,33 +38,33 @@
38
38
  "@aws-sdk/invalid-dependency": "3.310.0",
39
39
  "@aws-sdk/md5-js": "3.310.0",
40
40
  "@aws-sdk/middleware-bucket-endpoint": "3.310.0",
41
- "@aws-sdk/middleware-content-length": "3.310.0",
42
- "@aws-sdk/middleware-endpoint": "3.310.0",
43
- "@aws-sdk/middleware-expect-continue": "3.310.0",
44
- "@aws-sdk/middleware-flexible-checksums": "3.310.0",
45
- "@aws-sdk/middleware-host-header": "3.310.0",
46
- "@aws-sdk/middleware-location-constraint": "3.310.0",
47
- "@aws-sdk/middleware-logger": "3.310.0",
48
- "@aws-sdk/middleware-recursion-detection": "3.310.0",
49
- "@aws-sdk/middleware-retry": "3.310.0",
50
- "@aws-sdk/middleware-sdk-s3": "3.310.0",
51
- "@aws-sdk/middleware-serde": "3.310.0",
52
- "@aws-sdk/middleware-signing": "3.310.0",
53
- "@aws-sdk/middleware-ssec": "3.310.0",
54
- "@aws-sdk/middleware-stack": "3.310.0",
55
- "@aws-sdk/middleware-user-agent": "3.319.0",
41
+ "@aws-sdk/middleware-content-length": "3.325.0",
42
+ "@aws-sdk/middleware-endpoint": "3.325.0",
43
+ "@aws-sdk/middleware-expect-continue": "3.325.0",
44
+ "@aws-sdk/middleware-flexible-checksums": "3.326.0",
45
+ "@aws-sdk/middleware-host-header": "3.325.0",
46
+ "@aws-sdk/middleware-location-constraint": "3.325.0",
47
+ "@aws-sdk/middleware-logger": "3.325.0",
48
+ "@aws-sdk/middleware-recursion-detection": "3.325.0",
49
+ "@aws-sdk/middleware-retry": "3.325.0",
50
+ "@aws-sdk/middleware-sdk-s3": "3.326.0",
51
+ "@aws-sdk/middleware-serde": "3.325.0",
52
+ "@aws-sdk/middleware-signing": "3.325.0",
53
+ "@aws-sdk/middleware-ssec": "3.325.0",
54
+ "@aws-sdk/middleware-stack": "3.325.0",
55
+ "@aws-sdk/middleware-user-agent": "3.325.0",
56
56
  "@aws-sdk/node-config-provider": "3.310.0",
57
57
  "@aws-sdk/node-http-handler": "3.321.1",
58
58
  "@aws-sdk/protocol-http": "3.310.0",
59
59
  "@aws-sdk/signature-v4-multi-region": "3.310.0",
60
- "@aws-sdk/smithy-client": "3.316.0",
60
+ "@aws-sdk/smithy-client": "3.325.0",
61
61
  "@aws-sdk/types": "3.310.0",
62
62
  "@aws-sdk/url-parser": "3.310.0",
63
63
  "@aws-sdk/util-base64": "3.310.0",
64
64
  "@aws-sdk/util-body-length-browser": "3.310.0",
65
65
  "@aws-sdk/util-body-length-node": "3.310.0",
66
- "@aws-sdk/util-defaults-mode-browser": "3.316.0",
67
- "@aws-sdk/util-defaults-mode-node": "3.316.0",
66
+ "@aws-sdk/util-defaults-mode-browser": "3.325.0",
67
+ "@aws-sdk/util-defaults-mode-node": "3.325.0",
68
68
  "@aws-sdk/util-endpoints": "3.319.0",
69
69
  "@aws-sdk/util-retry": "3.310.0",
70
70
  "@aws-sdk/util-stream-browser": "3.310.0",