@tachybase/module-file 1.3.17 → 1.3.18

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 (253) hide show
  1. package/dist/client/index.js +1 -1
  2. package/dist/externalVersion.js +8 -8
  3. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  4. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  5. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -1
  6. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +14 -11
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +3 -1
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +5 -5
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +31 -16
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +22 -10
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +210 -66
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +15 -12
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -5
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +13 -10
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +27 -21
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +41 -21
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +37 -16
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -2
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +28 -18
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -5
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -7
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -5
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +10 -7
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +2 -1
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +10 -7
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +8 -5
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -5
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +8 -5
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +22 -17
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +12 -13
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -46
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +10 -2
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +10 -10
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -2
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +14 -14
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -7
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -2
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +2 -1
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +14 -1
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +8 -8
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +14 -14
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -6
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +10 -10
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -7
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +9 -9
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +30 -30
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +31 -19
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +49 -33
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +26 -27
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +19 -6
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -7
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +22 -18
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -1
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +23 -15
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +4 -2
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +77 -70
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +37 -29
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +35 -27
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -28
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +38 -29
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -2
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +24 -10
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +21 -18
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -6
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +22 -19
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +31 -17
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -9
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -1
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +12 -9
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +18 -15
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -8
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +15 -12
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +13 -10
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +15 -12
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +17 -11
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +96 -81
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -2
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -2
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -2
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +14 -14
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -2
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +21 -20
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -15
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +27 -27
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -3
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +28 -30
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +576 -300
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +351 -121
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +32 -31
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +26 -25
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -33
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +5 -6
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -1
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +1 -1
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +1 -1
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +1 -1
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +1 -1
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +1 -1
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -1
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +1 -1
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +1 -1
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +1 -1
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +1 -1
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +1 -1
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +1 -1
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +1 -1
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -1
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +1 -1
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +1 -1
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +1 -1
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +1 -1
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +1 -1
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +1 -1
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +1 -1
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +1 -1
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +1 -1
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +1 -1
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -1
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +1 -1
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +1 -1
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -1
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +1 -1
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +37 -31
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +49 -7
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +36 -1
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +50 -47
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +40 -40
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -51
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -6
  243. package/dist/node_modules/@aws-sdk/client-s3/node_modules/.bin/uuid +21 -0
  244. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  245. package/dist/node_modules/mime-match/package.json +1 -1
  246. package/dist/node_modules/mkdirp/package.json +1 -1
  247. package/dist/node_modules/multer-aliyun-oss/index.js +14 -14
  248. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  249. package/dist/node_modules/multer-cos/index.js +16 -16
  250. package/dist/node_modules/multer-cos/package.json +1 -1
  251. package/dist/node_modules/multer-s3/index.js +3 -3
  252. package/dist/node_modules/multer-s3/package.json +1 -1
  253. package/package.json +12 -12
@@ -33,7 +33,7 @@ export type RequestCharged = (typeof RequestCharged)[keyof typeof RequestCharged
33
33
  export interface AbortMultipartUploadOutput {
34
34
  /**
35
35
  * <p>If present, indicates that the requester was successfully charged for the
36
- * request.</p>
36
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
37
37
  * <note>
38
38
  * <p>This functionality is not supported for directory buckets.</p>
39
39
  * </note>
@@ -63,17 +63,18 @@ export interface AbortMultipartUploadRequest {
63
63
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
64
64
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
65
65
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
66
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
66
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
67
67
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
68
68
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
69
69
  * <p>
70
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
70
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
71
71
  * <note>
72
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
72
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
73
73
  * </note>
74
74
  * <p>
75
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
76
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
75
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
76
+ * form <code>
77
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
77
78
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
78
79
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
79
80
  * @public
@@ -262,7 +263,14 @@ export interface Grant {
262
263
  Permission?: Permission | undefined;
263
264
  }
264
265
  /**
265
- * <p>Container for the owner's display name and ID.</p>
266
+ * <important>
267
+ * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
268
+ * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
269
+ * </p>
270
+ * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
271
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
272
+ * </important>
273
+ * <p>Container for the owner's display name and ID.</p>
266
274
  * @public
267
275
  */
268
276
  export interface Owner {
@@ -346,12 +354,25 @@ export interface AccessControlTranslation {
346
354
  */
347
355
  Owner: OwnerOverride | undefined;
348
356
  }
357
+ /**
358
+ * @public
359
+ * @enum
360
+ */
361
+ export declare const ChecksumType: {
362
+ readonly COMPOSITE: "COMPOSITE";
363
+ readonly FULL_OBJECT: "FULL_OBJECT";
364
+ };
365
+ /**
366
+ * @public
367
+ */
368
+ export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
349
369
  /**
350
370
  * @public
351
371
  * @enum
352
372
  */
353
373
  export declare const ServerSideEncryption: {
354
374
  readonly AES256: "AES256";
375
+ readonly aws_fsx: "aws:fsx";
355
376
  readonly aws_kms: "aws:kms";
356
377
  readonly aws_kms_dsse: "aws:kms:dsse";
357
378
  };
@@ -404,7 +425,7 @@ export interface CompleteMultipartUploadOutput {
404
425
  */
405
426
  ETag?: string | undefined;
406
427
  /**
407
- * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
428
+ * <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
408
429
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
409
430
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
410
431
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -412,7 +433,7 @@ export interface CompleteMultipartUploadOutput {
412
433
  */
413
434
  ChecksumCRC32?: string | undefined;
414
435
  /**
415
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
436
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
416
437
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
417
438
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
418
439
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -420,7 +441,16 @@ export interface CompleteMultipartUploadOutput {
420
441
  */
421
442
  ChecksumCRC32C?: string | undefined;
422
443
  /**
423
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
444
+ * <p>This header can be used as a data integrity check to verify that the data received is
445
+ * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
446
+ * <code>CRC64NVME</code> checksum of the object. The <code>CRC64NVME</code> checksum is
447
+ * always a full object checksum. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
448
+ * in the Amazon S3 User Guide</a>. </p>
449
+ * @public
450
+ */
451
+ ChecksumCRC64NVME?: string | undefined;
452
+ /**
453
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
424
454
  * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
425
455
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
426
456
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -428,7 +458,7 @@ export interface CompleteMultipartUploadOutput {
428
458
  */
429
459
  ChecksumSHA1?: string | undefined;
430
460
  /**
431
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
461
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
432
462
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
433
463
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
434
464
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -436,8 +466,21 @@ export interface CompleteMultipartUploadOutput {
436
466
  */
437
467
  ChecksumSHA256?: string | undefined;
438
468
  /**
439
- * <p>The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
440
- * <code>AES256</code>, <code>aws:kms</code>).</p>
469
+ * <p>The checksum type, which determines how part-level checksums are combined to create an
470
+ * object-level checksum for multipart objects. You can use this header as a data integrity
471
+ * check to verify that the checksum type that is received is the same checksum type that was
472
+ * specified during the <code>CreateMultipartUpload</code> request. For more information, see
473
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
474
+ * in the Amazon S3 User Guide</a>.</p>
475
+ * @public
476
+ */
477
+ ChecksumType?: ChecksumType | undefined;
478
+ /**
479
+ * <p>The server-side encryption algorithm used when storing this object in Amazon S3.</p>
480
+ * <note>
481
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
482
+ * </note>
483
+ * <p></p>
441
484
  * @public
442
485
  */
443
486
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -463,7 +506,7 @@ export interface CompleteMultipartUploadOutput {
463
506
  BucketKeyEnabled?: boolean | undefined;
464
507
  /**
465
508
  * <p>If present, indicates that the requester was successfully charged for the
466
- * request.</p>
509
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
467
510
  * <note>
468
511
  * <p>This functionality is not supported for directory buckets.</p>
469
512
  * </note>
@@ -482,34 +525,32 @@ export interface CompletedPart {
482
525
  */
483
526
  ETag?: string | undefined;
484
527
  /**
485
- * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
486
- * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
487
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
488
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
528
+ * <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. This checksum is present
529
+ * if the multipart upload request was created with the <code>CRC32</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
489
530
  * @public
490
531
  */
491
532
  ChecksumCRC32?: string | undefined;
492
533
  /**
493
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
494
- * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
495
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
496
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
534
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. This checksum is present
535
+ * if the multipart upload request was created with the <code>CRC32C</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
497
536
  * @public
498
537
  */
499
538
  ChecksumCRC32C?: string | undefined;
500
539
  /**
501
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
502
- * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
503
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
504
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
540
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
541
+ * if the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
542
+ * @public
543
+ */
544
+ ChecksumCRC64NVME?: string | undefined;
545
+ /**
546
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. This checksum is present
547
+ * if the multipart upload request was created with the <code>SHA1</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
505
548
  * @public
506
549
  */
507
550
  ChecksumSHA1?: string | undefined;
508
551
  /**
509
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
510
- * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
511
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
512
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
552
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. This checksum is present
553
+ * if the multipart upload request was created with the <code>SHA256</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
513
554
  * @public
514
555
  */
515
556
  ChecksumSHA256?: string | undefined;
@@ -565,17 +606,18 @@ export interface CompleteMultipartUploadRequest {
565
606
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
566
607
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
567
608
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
568
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
609
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
569
610
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
570
611
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
571
612
  * <p>
572
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
613
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
573
614
  * <note>
574
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
615
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
575
616
  * </note>
576
617
  * <p>
577
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
578
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
618
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
619
+ * form <code>
620
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
579
621
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
580
622
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
581
623
  * @public
@@ -598,7 +640,7 @@ export interface CompleteMultipartUploadRequest {
598
640
  UploadId: string | undefined;
599
641
  /**
600
642
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
601
- * This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
643
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. For more information, see
602
644
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
603
645
  * <i>Amazon S3 User Guide</i>.</p>
604
646
  * @public
@@ -606,15 +648,24 @@ export interface CompleteMultipartUploadRequest {
606
648
  ChecksumCRC32?: string | undefined;
607
649
  /**
608
650
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
609
- * This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
651
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. For more information, see
610
652
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
611
653
  * <i>Amazon S3 User Guide</i>.</p>
612
654
  * @public
613
655
  */
614
656
  ChecksumCRC32C?: string | undefined;
657
+ /**
658
+ * <p>This header can be used as a data integrity check to verify that the data received is
659
+ * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
660
+ * <code>CRC64NVME</code> checksum of the object. The <code>CRC64NVME</code> checksum is
661
+ * always a full object checksum. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
662
+ * in the Amazon S3 User Guide</a>.</p>
663
+ * @public
664
+ */
665
+ ChecksumCRC64NVME?: string | undefined;
615
666
  /**
616
667
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
617
- * This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
668
+ * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> digest of the object. For more information, see
618
669
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
619
670
  * <i>Amazon S3 User Guide</i>.</p>
620
671
  * @public
@@ -622,12 +673,30 @@ export interface CompleteMultipartUploadRequest {
622
673
  ChecksumSHA1?: string | undefined;
623
674
  /**
624
675
  * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
625
- * This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
676
+ * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> digest of the object. For more information, see
626
677
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
627
678
  * <i>Amazon S3 User Guide</i>.</p>
628
679
  * @public
629
680
  */
630
681
  ChecksumSHA256?: string | undefined;
682
+ /**
683
+ * <p>This header specifies the checksum type of the object, which determines how part-level
684
+ * checksums are combined to create an object-level checksum for multipart objects. You can
685
+ * use this header as a data integrity check to verify that the checksum type that is received
686
+ * is the same checksum that was specified. If the checksum type doesn’t match the checksum
687
+ * type that was specified for the object during the <code>CreateMultipartUpload</code>
688
+ * request, it’ll result in a <code>BadDigest</code> error. For more information, see Checking
689
+ * object integrity in the Amazon S3 User Guide. </p>
690
+ * @public
691
+ */
692
+ ChecksumType?: ChecksumType | undefined;
693
+ /**
694
+ * <p> The expected total object size of the multipart upload request. If there’s a mismatch
695
+ * between the specified object size value and the actual object size value, it results in an
696
+ * <code>HTTP 400 InvalidRequest</code> error. </p>
697
+ * @public
698
+ */
699
+ MpuObjectSize?: number | undefined;
631
700
  /**
632
701
  * <p>Confirms that the requester knows that they will be charged for the request. Bucket
633
702
  * owners need not specify this parameter in their requests. If either the source or
@@ -720,28 +789,41 @@ export interface CopyObjectResult {
720
789
  */
721
790
  LastModified?: Date | undefined;
722
791
  /**
723
- * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
792
+ * <p>The checksum type that is used to calculate the object’s
793
+ * checksum value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
794
+ * @public
795
+ */
796
+ ChecksumType?: ChecksumType | undefined;
797
+ /**
798
+ * <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. This checksum is only present if the object was uploaded
724
799
  * with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
725
800
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
726
801
  * @public
727
802
  */
728
803
  ChecksumCRC32?: string | undefined;
729
804
  /**
730
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
805
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This will only be present if the object was uploaded
731
806
  * with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
732
807
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
733
808
  * @public
734
809
  */
735
810
  ChecksumCRC32C?: string | undefined;
736
811
  /**
737
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
812
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This checksum is present
813
+ * if the object being copied was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if the object was uploaded without a
814
+ * checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
815
+ * @public
816
+ */
817
+ ChecksumCRC64NVME?: string | undefined;
818
+ /**
819
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
738
820
  * with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
739
821
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
740
822
  * @public
741
823
  */
742
824
  ChecksumSHA1?: string | undefined;
743
825
  /**
744
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
826
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
745
827
  * with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
746
828
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
747
829
  * @public
@@ -782,8 +864,10 @@ export interface CopyObjectOutput {
782
864
  */
783
865
  VersionId?: string | undefined;
784
866
  /**
785
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
786
- * example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
867
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
868
+ * <note>
869
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
870
+ * </note>
787
871
  * @public
788
872
  */
789
873
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -813,7 +897,7 @@ export interface CopyObjectOutput {
813
897
  SSEKMSKeyId?: string | undefined;
814
898
  /**
815
899
  * <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The
816
- * value of this header is a base64-encoded UTF-8 string holding JSON with the encryption
900
+ * value of this header is a Base64 encoded UTF-8 string holding JSON with the encryption
817
901
  * context key-value pairs.</p>
818
902
  * @public
819
903
  */
@@ -826,7 +910,7 @@ export interface CopyObjectOutput {
826
910
  BucketKeyEnabled?: boolean | undefined;
827
911
  /**
828
912
  * <p>If present, indicates that the requester was successfully charged for the
829
- * request.</p>
913
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
830
914
  * <note>
831
915
  * <p>This functionality is not supported for directory buckets.</p>
832
916
  * </note>
@@ -858,6 +942,7 @@ export type ObjectCannedACL = (typeof ObjectCannedACL)[keyof typeof ObjectCanned
858
942
  export declare const ChecksumAlgorithm: {
859
943
  readonly CRC32: "CRC32";
860
944
  readonly CRC32C: "CRC32C";
945
+ readonly CRC64NVME: "CRC64NVME";
861
946
  readonly SHA1: "SHA1";
862
947
  readonly SHA256: "SHA256";
863
948
  };
@@ -908,6 +993,7 @@ export type ObjectLockMode = (typeof ObjectLockMode)[keyof typeof ObjectLockMode
908
993
  export declare const StorageClass: {
909
994
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
910
995
  readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
996
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
911
997
  readonly GLACIER: "GLACIER";
912
998
  readonly GLACIER_IR: "GLACIER_IR";
913
999
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
@@ -975,7 +1061,7 @@ export interface CopyObjectRequest {
975
1061
  * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
976
1062
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
977
1063
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
978
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
1064
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
979
1065
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
980
1066
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
981
1067
  * <note>
@@ -983,13 +1069,19 @@ export interface CopyObjectRequest {
983
1069
  * you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p>
984
1070
  * </note>
985
1071
  * <p>
986
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
1072
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
987
1073
  * <note>
988
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
1074
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
989
1075
  * </note>
990
1076
  * <p>
991
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
992
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
1077
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must use the Outpost bucket access point ARN or the access point alias for the destination bucket.
1078
+ *
1079
+ * You can only copy objects within the same Outpost bucket. It's not supported to copy objects across different Amazon Web Services Outposts, between buckets on the same Outposts, or between Outposts buckets and any other bucket types.
1080
+ * For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>S3 on Outposts guide</i>.
1081
+ * When you use this action with S3 on Outposts through the REST API, you must direct requests to the S3 on Outposts hostname, in the format
1082
+ * <code>
1083
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. The hostname isn't required when you use the Amazon Web Services CLI or SDKs.
1084
+ * </p>
993
1085
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
994
1086
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
995
1087
  * @public
@@ -1373,6 +1465,10 @@ export interface CopyObjectRequest {
1373
1465
  * configuration.
1374
1466
  * </p>
1375
1467
  * </li>
1468
+ * <li>
1469
+ * <p>
1470
+ * <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
1471
+ * </li>
1376
1472
  * </ul>
1377
1473
  * @public
1378
1474
  */
@@ -1387,7 +1483,7 @@ export interface CopyObjectRequest {
1387
1483
  * <li>
1388
1484
  * <p>
1389
1485
  * <b>Directory buckets </b> -
1390
- * For directory buckets, only the S3 Express One Zone storage class is supported to store newly created objects.
1486
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.
1391
1487
  * Unsupported storage class values won't write a destination object and will respond with the HTTP status code <code>400 Bad Request</code>.</p>
1392
1488
  * </li>
1393
1489
  * <li>
@@ -1477,21 +1573,19 @@ export interface CopyObjectRequest {
1477
1573
  * <i>Amazon S3 User Guide</i>.</p>
1478
1574
  * <p>
1479
1575
  * <b>Directory buckets</b> -
1480
- * If you specify <code>x-amz-server-side-encryption</code> with <code>aws:kms</code>, the <code>
1481
- * x-amz-server-side-encryption-aws-kms-key-id</code> header is implicitly assigned the ID of the KMS
1482
- * symmetric encryption customer managed key that's configured for your directory bucket's default encryption setting.
1483
- * If you want to specify the <code>
1484
- * x-amz-server-side-encryption-aws-kms-key-id</code> header explicitly, you can only specify it with the ID (Key ID or Key ARN) of the KMS
1485
- * customer managed key that's configured for your directory bucket's default encryption setting. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use the key ID or key ARN. The key alias format of the KMS key isn't supported. Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
1576
+ * To encrypt data using SSE-KMS, it's recommended to specify the
1577
+ * <code>x-amz-server-side-encryption</code> header to <code>aws:kms</code>. Then, the <code>x-amz-server-side-encryption-aws-kms-key-id</code> header implicitly uses
1578
+ * the bucket's default KMS customer managed key ID. If you want to explicitly set the <code>
1579
+ * x-amz-server-side-encryption-aws-kms-key-id</code> header, it must match the bucket's default customer managed key (using key ID or ARN, not alias). Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
1486
1580
  * The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
1487
- * </p>
1581
+ *
1582
+ * Incorrect key specification results in an HTTP <code>400 Bad Request</code> error. </p>
1488
1583
  * @public
1489
1584
  */
1490
1585
  SSEKMSKeyId?: string | undefined;
1491
1586
  /**
1492
1587
  * <p>Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use
1493
- * for the destination object encryption. The value of this header is a base64-encoded UTF-8
1494
- * string holding JSON with the encryption context key-value pairs.</p>
1588
+ * for the destination object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>
1495
1589
  * <p>
1496
1590
  * <b>General purpose buckets</b> - This value must be explicitly
1497
1591
  * added to specify encryption context for <code>CopyObject</code> requests if you want an
@@ -1700,6 +1794,14 @@ export interface CreateBucketOutput {
1700
1794
  * @public
1701
1795
  */
1702
1796
  Location?: string | undefined;
1797
+ /**
1798
+ * <p>The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.</p>
1799
+ * <note>
1800
+ * <p>This parameter is only supported for S3 directory buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html">Using tags with directory buckets</a>.</p>
1801
+ * </note>
1802
+ * @public
1803
+ */
1804
+ BucketArn?: string | undefined;
1703
1805
  }
1704
1806
  /**
1705
1807
  * @public
@@ -1773,7 +1875,7 @@ export type LocationType = (typeof LocationType)[keyof typeof LocationType];
1773
1875
  /**
1774
1876
  * <p>Specifies the location where the bucket will be created.</p>
1775
1877
  * <p>For directory buckets, the location type is Availability Zone or Local Zone. For more information about directory buckets, see
1776
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1878
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Working with directory buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
1777
1879
  * <note>
1778
1880
  * <p>This functionality is only supported by directory buckets.</p>
1779
1881
  * </note>
@@ -1808,16 +1910,21 @@ export declare const BucketLocationConstraint: {
1808
1910
  readonly ap_southeast_1: "ap-southeast-1";
1809
1911
  readonly ap_southeast_2: "ap-southeast-2";
1810
1912
  readonly ap_southeast_3: "ap-southeast-3";
1913
+ readonly ap_southeast_4: "ap-southeast-4";
1914
+ readonly ap_southeast_5: "ap-southeast-5";
1811
1915
  readonly ca_central_1: "ca-central-1";
1812
1916
  readonly cn_north_1: "cn-north-1";
1813
1917
  readonly cn_northwest_1: "cn-northwest-1";
1814
1918
  readonly eu_central_1: "eu-central-1";
1919
+ readonly eu_central_2: "eu-central-2";
1815
1920
  readonly eu_north_1: "eu-north-1";
1816
1921
  readonly eu_south_1: "eu-south-1";
1817
1922
  readonly eu_south_2: "eu-south-2";
1818
1923
  readonly eu_west_1: "eu-west-1";
1819
1924
  readonly eu_west_2: "eu-west-2";
1820
1925
  readonly eu_west_3: "eu-west-3";
1926
+ readonly il_central_1: "il-central-1";
1927
+ readonly me_central_1: "me-central-1";
1821
1928
  readonly me_south_1: "me-south-1";
1822
1929
  readonly sa_east_1: "sa-east-1";
1823
1930
  readonly us_east_2: "us-east-2";
@@ -1830,6 +1937,22 @@ export declare const BucketLocationConstraint: {
1830
1937
  * @public
1831
1938
  */
1832
1939
  export type BucketLocationConstraint = (typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
1940
+ /**
1941
+ * <p>A container of a key value name pair.</p>
1942
+ * @public
1943
+ */
1944
+ export interface Tag {
1945
+ /**
1946
+ * <p>Name of the object key.</p>
1947
+ * @public
1948
+ */
1949
+ Key: string | undefined;
1950
+ /**
1951
+ * <p>Value of the tag.</p>
1952
+ * @public
1953
+ */
1954
+ Value: string | undefined;
1955
+ }
1833
1956
  /**
1834
1957
  * <p>The configuration information for the bucket.</p>
1835
1958
  * @public
@@ -1839,10 +1962,11 @@ export interface CreateBucketConfiguration {
1839
1962
  * <p>Specifies the Region where the bucket will be created. You might choose a Region to
1840
1963
  * optimize latency, minimize costs, or address regulatory requirements. For example, if you
1841
1964
  * reside in Europe, you will probably find it advantageous to create buckets in the Europe
1842
- * (Ireland) Region. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro">Accessing a
1843
- * bucket</a> in the <i>Amazon S3 User Guide</i>.</p>
1965
+ * (Ireland) Region.</p>
1844
1966
  * <p>If you don't specify a Region, the bucket is created in the US East (N. Virginia) Region
1845
- * (us-east-1) by default.</p>
1967
+ * (us-east-1) by default. Configurations using the value <code>EU</code> will create a bucket in <code>eu-west-1</code>.</p>
1968
+ * <p>For a list of the valid values for all of the Amazon Web Services Regions, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and
1969
+ * Endpoints</a>.</p>
1846
1970
  * <note>
1847
1971
  * <p>This functionality is not supported for directory buckets.</p>
1848
1972
  * </note>
@@ -1853,8 +1977,8 @@ export interface CreateBucketConfiguration {
1853
1977
  * <p>Specifies the location where the bucket will be created.</p>
1854
1978
  * <p>
1855
1979
  * <b>Directory buckets </b> - The location type is Availability Zone or Local Zone.
1856
- * When the location type is Local Zone, your Local Zone must be in opt-in status. Otherwise, you get an HTTP <code>400 Bad Request</code> error with the
1857
- * error code <code>Access denied</code>. To learn more about opt-in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/opt-in-directory-bucket-lz.html">Opt-in Dedicated Local Zones</a>in the <i>Amazon S3 User Guide</i>.
1980
+ * To use the Local Zone location type, your account must be enabled for Local Zones. Otherwise, you get an HTTP <code>403 Forbidden</code> error with the
1981
+ * error code <code>AccessDenied</code>. To learn more, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/opt-in-directory-bucket-lz.html">Enable accounts for Local Zones</a> in the <i>Amazon S3 User Guide</i>.
1858
1982
  * </p>
1859
1983
  * <note>
1860
1984
  * <p>This functionality is only supported by directory buckets.</p>
@@ -1870,6 +1994,14 @@ export interface CreateBucketConfiguration {
1870
1994
  * @public
1871
1995
  */
1872
1996
  Bucket?: BucketInfo | undefined;
1997
+ /**
1998
+ * <p>An array of tags that you can apply to the bucket that you're creating. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. </p>
1999
+ * <note>
2000
+ * <p>This parameter is only supported for S3 directory buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html">Using tags with directory buckets</a>.</p>
2001
+ * </note>
2002
+ * @public
2003
+ */
2004
+ Tags?: Tag[] | undefined;
1873
2005
  }
1874
2006
  /**
1875
2007
  * @public
@@ -2134,8 +2266,10 @@ export interface CreateMultipartUploadOutput {
2134
2266
  */
2135
2267
  UploadId?: string | undefined;
2136
2268
  /**
2137
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
2138
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
2269
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
2270
+ * <note>
2271
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
2272
+ * </note>
2139
2273
  * @public
2140
2274
  */
2141
2275
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -2165,7 +2299,7 @@ export interface CreateMultipartUploadOutput {
2165
2299
  SSEKMSKeyId?: string | undefined;
2166
2300
  /**
2167
2301
  * <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
2168
- * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.</p>
2302
+ * this header is a Base64 encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.</p>
2169
2303
  * @public
2170
2304
  */
2171
2305
  SSEKMSEncryptionContext?: string | undefined;
@@ -2177,7 +2311,7 @@ export interface CreateMultipartUploadOutput {
2177
2311
  BucketKeyEnabled?: boolean | undefined;
2178
2312
  /**
2179
2313
  * <p>If present, indicates that the requester was successfully charged for the
2180
- * request.</p>
2314
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
2181
2315
  * <note>
2182
2316
  * <p>This functionality is not supported for directory buckets.</p>
2183
2317
  * </note>
@@ -2189,6 +2323,13 @@ export interface CreateMultipartUploadOutput {
2189
2323
  * @public
2190
2324
  */
2191
2325
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
2326
+ /**
2327
+ * <p> Indicates the checksum type that you want Amazon S3 to use to calculate the object’s
2328
+ * checksum value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
2329
+ * in the Amazon S3 User Guide</a>.</p>
2330
+ * @public
2331
+ */
2332
+ ChecksumType?: ChecksumType | undefined;
2192
2333
  }
2193
2334
  /**
2194
2335
  * @public
@@ -2226,17 +2367,18 @@ export interface CreateMultipartUploadRequest {
2226
2367
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
2227
2368
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
2228
2369
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
2229
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
2370
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
2230
2371
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
2231
2372
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
2232
2373
  * <p>
2233
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
2374
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
2234
2375
  * <note>
2235
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
2376
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
2236
2377
  * </note>
2237
2378
  * <p>
2238
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
2239
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
2379
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
2380
+ * form <code>
2381
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
2240
2382
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
2241
2383
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
2242
2384
  * @public
@@ -2579,8 +2721,7 @@ export interface CreateMultipartUploadRequest {
2579
2721
  */
2580
2722
  Metadata?: Record<string, string> | undefined;
2581
2723
  /**
2582
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
2583
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
2724
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
2584
2725
  * <ul>
2585
2726
  * <li>
2586
2727
  * <p>
@@ -2603,6 +2744,10 @@ export interface CreateMultipartUploadRequest {
2603
2744
  * </p>
2604
2745
  * </note>
2605
2746
  * </li>
2747
+ * <li>
2748
+ * <p>
2749
+ * <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
2750
+ * </li>
2606
2751
  * </ul>
2607
2752
  * @public
2608
2753
  */
@@ -2616,8 +2761,7 @@ export interface CreateMultipartUploadRequest {
2616
2761
  * <note>
2617
2762
  * <ul>
2618
2763
  * <li>
2619
- * <p>For directory buckets, only the S3 Express One Zone storage class is supported to store
2620
- * newly created objects.</p>
2764
+ * <p>Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
2621
2765
  * </li>
2622
2766
  * <li>
2623
2767
  * <p>Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.</p>
@@ -2676,20 +2820,19 @@ export interface CreateMultipartUploadRequest {
2676
2820
  * <code>x-amz-server-side-encryption:aws:kms:dsse</code>, but do not provide <code>x-amz-server-side-encryption-aws-kms-key-id</code>, Amazon S3 uses the Amazon Web Services managed key
2677
2821
  * (<code>aws/s3</code>) to protect the data.</p>
2678
2822
  * <p>
2679
- * <b>Directory buckets</b> - If you specify <code>x-amz-server-side-encryption</code> with <code>aws:kms</code>, the <code>
2680
- * x-amz-server-side-encryption-aws-kms-key-id</code> header is implicitly assigned the ID of the KMS
2681
- * symmetric encryption customer managed key that's configured for your directory bucket's default encryption setting.
2682
- * If you want to specify the <code>
2683
- * x-amz-server-side-encryption-aws-kms-key-id</code> header explicitly, you can only specify it with the ID (Key ID or Key ARN) of the KMS
2684
- * customer managed key that's configured for your directory bucket's default encryption setting. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use the key ID or key ARN. The key alias format of the KMS key isn't supported. Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
2823
+ * <b>Directory buckets</b> - To encrypt data using SSE-KMS, it's recommended to specify the
2824
+ * <code>x-amz-server-side-encryption</code> header to <code>aws:kms</code>. Then, the <code>x-amz-server-side-encryption-aws-kms-key-id</code> header implicitly uses
2825
+ * the bucket's default KMS customer managed key ID. If you want to explicitly set the <code>
2826
+ * x-amz-server-side-encryption-aws-kms-key-id</code> header, it must match the bucket's default customer managed key (using key ID or ARN, not alias). Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
2685
2827
  * The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
2686
- * </p>
2828
+ *
2829
+ * Incorrect key specification results in an HTTP <code>400 Bad Request</code> error. </p>
2687
2830
  * @public
2688
2831
  */
2689
2832
  SSEKMSKeyId?: string | undefined;
2690
2833
  /**
2691
2834
  * <p>Specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
2692
- * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.</p>
2835
+ * this header is a Base64 encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.</p>
2693
2836
  * <p>
2694
2837
  * <b>Directory buckets</b> - You can optionally provide an explicit encryption context value. The value must match the default encryption context - the bucket Amazon Resource Name (ARN). An additional encryption context value is not supported. </p>
2695
2838
  * @public
@@ -2767,6 +2910,13 @@ export interface CreateMultipartUploadRequest {
2767
2910
  * @public
2768
2911
  */
2769
2912
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
2913
+ /**
2914
+ * <p>Indicates the checksum type that you want Amazon S3 to use to calculate the object’s
2915
+ * checksum value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
2916
+ * in the Amazon S3 User Guide</a>.</p>
2917
+ * @public
2918
+ */
2919
+ ChecksumType?: ChecksumType | undefined;
2770
2920
  }
2771
2921
  /**
2772
2922
  * <p>The established temporary security credentials of the session.</p>
@@ -2816,6 +2966,9 @@ export interface SessionCredentials {
2816
2966
  export interface CreateSessionOutput {
2817
2967
  /**
2818
2968
  * <p>The server-side encryption algorithm used when you store objects in the directory bucket.</p>
2969
+ * <note>
2970
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
2971
+ * </note>
2819
2972
  * @public
2820
2973
  */
2821
2974
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -2827,7 +2980,7 @@ export interface CreateSessionOutput {
2827
2980
  SSEKMSKeyId?: string | undefined;
2828
2981
  /**
2829
2982
  * <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
2830
- * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
2983
+ * this header is a Base64 encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
2831
2984
  * This value is stored as object metadata and automatically gets
2832
2985
  * passed on to Amazon Web Services KMS for future <code>GetObject</code>
2833
2986
  * operations on this object.</p>
@@ -2884,7 +3037,9 @@ export interface CreateSessionRequest {
2884
3037
  * <p>The server-side encryption algorithm to use when you store objects in the directory bucket.</p>
2885
3038
  * <p>For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). By default, Amazon S3 encrypts data with SSE-S3.
2886
3039
  * For more
2887
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
3040
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
3041
+ * <p>
3042
+ * <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
2888
3043
  * @public
2889
3044
  */
2890
3045
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -2893,7 +3048,7 @@ export interface CreateSessionRequest {
2893
3048
  * x-amz-server-side-encryption-aws-kms-key-id</code> header with the ID (Key ID or Key ARN) of the KMS
2894
3049
  * symmetric encryption customer managed key to use. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use the key ID or key ARN. The key alias format of the KMS key isn't supported. Also, if the KMS key doesn't exist in the same
2895
3050
  * account that't issuing the command, you must use the full Key ARN not the Key ID. </p>
2896
- * <p>Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
3051
+ * <p>Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
2897
3052
  * The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
2898
3053
  * </p>
2899
3054
  * @public
@@ -2901,7 +3056,7 @@ export interface CreateSessionRequest {
2901
3056
  SSEKMSKeyId?: string | undefined;
2902
3057
  /**
2903
3058
  * <p>Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption. The value of
2904
- * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
3059
+ * this header is a Base64 encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
2905
3060
  * This value is stored as object metadata and automatically gets passed on
2906
3061
  * to Amazon Web Services KMS for future <code>GetObject</code> operations on
2907
3062
  * this object.</p>
@@ -3042,6 +3197,11 @@ export interface DeleteBucketIntelligentTieringConfigurationRequest {
3042
3197
  * @public
3043
3198
  */
3044
3199
  Id: string | undefined;
3200
+ /**
3201
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
3202
+ * @public
3203
+ */
3204
+ ExpectedBucketOwner?: string | undefined;
3045
3205
  }
3046
3206
  /**
3047
3207
  * @public
@@ -3234,7 +3394,7 @@ export interface DeleteObjectOutput {
3234
3394
  * <p>Indicates whether the specified object version that was permanently deleted was (true)
3235
3395
  * or was not (false) a delete marker before deletion. In a simple DELETE, this header
3236
3396
  * indicates whether (true) or not (false) the current version of the object is a delete
3237
- * marker.</p>
3397
+ * marker. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete markers</a>.</p>
3238
3398
  * <note>
3239
3399
  * <p>This functionality is not supported for directory buckets.</p>
3240
3400
  * </note>
@@ -3252,7 +3412,7 @@ export interface DeleteObjectOutput {
3252
3412
  VersionId?: string | undefined;
3253
3413
  /**
3254
3414
  * <p>If present, indicates that the requester was successfully charged for the
3255
- * request.</p>
3415
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
3256
3416
  * <note>
3257
3417
  * <p>This functionality is not supported for directory buckets.</p>
3258
3418
  * </note>
@@ -3271,17 +3431,18 @@ export interface DeleteObjectRequest {
3271
3431
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
3272
3432
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
3273
3433
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
3274
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
3434
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
3275
3435
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
3276
3436
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
3277
3437
  * <p>
3278
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
3438
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
3279
3439
  * <note>
3280
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
3440
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
3281
3441
  * </note>
3282
3442
  * <p>
3283
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
3284
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
3443
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
3444
+ * form <code>
3445
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
3285
3446
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
3286
3447
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
3287
3448
  * @public
@@ -3342,7 +3503,7 @@ export interface DeleteObjectRequest {
3342
3503
  * <p>The <code>If-Match</code> header field makes the request method conditional on ETags. If the ETag value does not match, the operation returns
3343
3504
  * a <code>412 Precondition Failed</code> error. If the ETag matches or if the object doesn't exist, the operation will return a <code>204 Success (No
3344
3505
  * Content) response</code>.</p>
3345
- * <p>For more information about conditional requests, see <a href="https://docs.aws.amazon.com/https:/tools.ietf.org/html/rfc7232">RFC 7232</a>.</p>
3506
+ * <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>.</p>
3346
3507
  * <note>
3347
3508
  * <p>This functionality is only supported for directory buckets.</p>
3348
3509
  * </note>
@@ -3397,7 +3558,7 @@ export interface DeletedObject {
3397
3558
  * <p>Indicates whether the specified object version that was permanently deleted was (true)
3398
3559
  * or was not (false) a delete marker before deletion. In a simple DELETE, this header
3399
3560
  * indicates whether (true) or not (false) the current version of the object is a delete
3400
- * marker.</p>
3561
+ * marker. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete markers</a>.</p>
3401
3562
  * <note>
3402
3563
  * <p>This functionality is not supported for directory buckets.</p>
3403
3564
  * </note>
@@ -5323,7 +5484,7 @@ export interface DeleteObjectsOutput {
5323
5484
  Deleted?: DeletedObject[] | undefined;
5324
5485
  /**
5325
5486
  * <p>If present, indicates that the requester was successfully charged for the
5326
- * request.</p>
5487
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
5327
5488
  * <note>
5328
5489
  * <p>This functionality is not supported for directory buckets.</p>
5329
5490
  * </note>
@@ -5422,17 +5583,18 @@ export interface DeleteObjectsRequest {
5422
5583
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
5423
5584
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
5424
5585
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
5425
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
5586
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
5426
5587
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
5427
5588
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
5428
5589
  * <p>
5429
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
5590
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
5430
5591
  * <note>
5431
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
5592
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
5432
5593
  * </note>
5433
5594
  * <p>
5434
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
5435
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
5595
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
5596
+ * form <code>
5597
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
5436
5598
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
5437
5599
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
5438
5600
  * @public
@@ -5510,6 +5672,11 @@ export interface DeleteObjectsRequest {
5510
5672
  * </li>
5511
5673
  * <li>
5512
5674
  * <p>
5675
+ * <code>CRC64NVME</code>
5676
+ * </p>
5677
+ * </li>
5678
+ * <li>
5679
+ * <p>
5513
5680
  * <code>SHA1</code>
5514
5681
  * </p>
5515
5682
  * </li>
@@ -5523,9 +5690,7 @@ export interface DeleteObjectsRequest {
5523
5690
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
5524
5691
  * the <i>Amazon S3 User Guide</i>.</p>
5525
5692
  * <p>If the individual checksum value you provide through <code>x-amz-checksum-<i>algorithm</i>
5526
- * </code> doesn't match the checksum algorithm you set through <code>x-amz-sdk-checksum-algorithm</code>, Amazon S3 ignores any provided
5527
- * <code>ChecksumAlgorithm</code> parameter and uses the checksum algorithm that matches the provided value in <code>x-amz-checksum-<i>algorithm</i>
5528
- * </code>.</p>
5693
+ * </code> doesn't match the checksum algorithm you set through <code>x-amz-sdk-checksum-algorithm</code>, Amazon S3 fails the request with a <code>BadDigest</code> error.</p>
5529
5694
  * <p>If you provide an individual checksum, Amazon S3 ignores any provided
5530
5695
  * <code>ChecksumAlgorithm</code> parameter.</p>
5531
5696
  * @public
@@ -5549,10 +5714,11 @@ export interface DeleteObjectTaggingRequest {
5549
5714
  /**
5550
5715
  * <p>The bucket name containing the objects from which to remove the tags. </p>
5551
5716
  * <p>
5552
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
5717
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
5553
5718
  * <p>
5554
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
5555
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
5719
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
5720
+ * form <code>
5721
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
5556
5722
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
5557
5723
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
5558
5724
  * @public
@@ -5603,7 +5769,7 @@ export interface GetBucketAccelerateConfigurationOutput {
5603
5769
  Status?: BucketAccelerateStatus | undefined;
5604
5770
  /**
5605
5771
  * <p>If present, indicates that the requester was successfully charged for the
5606
- * request.</p>
5772
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
5607
5773
  * <note>
5608
5774
  * <p>This functionality is not supported for directory buckets.</p>
5609
5775
  * </note>
@@ -5678,22 +5844,6 @@ export interface GetBucketAclRequest {
5678
5844
  */
5679
5845
  ExpectedBucketOwner?: string | undefined;
5680
5846
  }
5681
- /**
5682
- * <p>A container of a key value name pair.</p>
5683
- * @public
5684
- */
5685
- export interface Tag {
5686
- /**
5687
- * <p>Name of the object key.</p>
5688
- * @public
5689
- */
5690
- Key: string | undefined;
5691
- /**
5692
- * <p>Value of the tag.</p>
5693
- * @public
5694
- */
5695
- Value: string | undefined;
5696
- }
5697
5847
  /**
5698
5848
  * <p>A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter.
5699
5849
  * The operator must have at least two predicates in any combination, and an object must match
@@ -6016,7 +6166,7 @@ export interface GetBucketCorsRequest {
6016
6166
  * <li>
6017
6167
  * <p>
6018
6168
  * <b>Directory buckets</b> -
6019
- * Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
6169
+ * Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
6020
6170
  * The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
6021
6171
  * </p>
6022
6172
  * </li>
@@ -6360,6 +6510,11 @@ export interface GetBucketIntelligentTieringConfigurationRequest {
6360
6510
  * @public
6361
6511
  */
6362
6512
  Id: string | undefined;
6513
+ /**
6514
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
6515
+ * @public
6516
+ */
6517
+ ExpectedBucketOwner?: string | undefined;
6363
6518
  }
6364
6519
  /**
6365
6520
  * <p>Specifies the use of SSE-KMS to encrypt delivered inventory reports.</p>
@@ -6840,7 +6995,15 @@ export interface Transition {
6840
6995
  Date?: Date | undefined;
6841
6996
  /**
6842
6997
  * <p>Indicates the number of days after creation when objects are transitioned to the
6843
- * specified storage class. The value must be a positive integer.</p>
6998
+ * specified storage class. If the specified storage class is <code>INTELLIGENT_TIERING</code>,
6999
+ * <code>GLACIER_IR</code>, <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code>, valid values are
7000
+ * <code>0</code> or positive integers. If the specified storage class is <code>STANDARD_IA</code>
7001
+ * or <code>ONEZONE_IA</code>, valid values are positive integers greater than <code>30</code>. Be
7002
+ * aware that some storage classes have a minimum storage duration and that you're charged for
7003
+ * transitioning objects before their minimum storage duration. For more information, see
7004
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html#lifecycle-configuration-constraints">
7005
+ * Constraints and considerations for transitions</a> in the
7006
+ * <i>Amazon S3 User Guide</i>.</p>
6844
7007
  * @public
6845
7008
  */
6846
7009
  Days?: number | undefined;
@@ -6869,8 +7032,6 @@ export interface LifecycleRule {
6869
7032
  */
6870
7033
  ID?: string | undefined;
6871
7034
  /**
6872
- * @deprecated
6873
- *
6874
7035
  * <p>Prefix identifying one or more objects to which the rule applies. This is
6875
7036
  * no longer used; use <code>Filter</code> instead.</p>
6876
7037
  * <important>
@@ -6878,14 +7039,17 @@ export interface LifecycleRule {
6878
7039
  * XML requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
6879
7040
  * XML related object key constraints</a>.</p>
6880
7041
  * </important>
7042
+ *
7043
+ * @deprecated
6881
7044
  * @public
6882
7045
  */
6883
7046
  Prefix?: string | undefined;
6884
7047
  /**
6885
7048
  * <p>The <code>Filter</code> is used to identify objects that a Lifecycle Rule applies to. A
6886
- * <code>Filter</code> must have exactly one of <code>Prefix</code>, <code>Tag</code>, or
6887
- * <code>And</code> specified. <code>Filter</code> is required if the
7049
+ * <code>Filter</code> must have exactly one of <code>Prefix</code>, <code>Tag</code>,
7050
+ * <code>ObjectSizeGreaterThan</code>, <code>ObjectSizeLessThan</code>, or <code>And</code> specified. <code>Filter</code> is required if the
6888
7051
  * <code>LifecycleRule</code> does not contain a <code>Prefix</code> element.</p>
7052
+ * <p>For more information about <code>Tag</code> filters, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-filters.html">Adding filters to Lifecycle rules</a> in the <i>Amazon S3 User Guide</i>.</p>
6889
7053
  * <note>
6890
7054
  * <p>
6891
7055
  * <code>Tag</code> filters are not supported for directory buckets.</p>
@@ -6967,14 +7131,13 @@ export interface GetBucketLifecycleConfigurationOutput {
6967
7131
  * <p>Indicates which default minimum object size behavior is applied to the lifecycle
6968
7132
  * configuration.</p>
6969
7133
  * <note>
6970
- * <p>This parameter applies to general purpose buckets only. It is not supported for
7134
+ * <p>This parameter applies to general purpose buckets only. It isn't supported for
6971
7135
  * directory bucket lifecycle configurations.</p>
6972
7136
  * </note>
6973
7137
  * <ul>
6974
7138
  * <li>
6975
7139
  * <p>
6976
- * <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not
6977
- * transition to any storage class by default.</p>
7140
+ * <code>all_storage_classes_128K</code> - Objects smaller than 128 KB will not transition to any storage class by default.</p>
6978
7141
  * </li>
6979
7142
  * <li>
6980
7143
  * <p>
@@ -7019,8 +7182,9 @@ export interface GetBucketLifecycleConfigurationRequest {
7019
7182
  export interface GetBucketLocationOutput {
7020
7183
  /**
7021
7184
  * <p>Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported
7022
- * location constraints by Region, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a>. Buckets in
7023
- * Region <code>us-east-1</code> have a LocationConstraint of <code>null</code>.</p>
7185
+ * location constraints by Region, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a>.</p>
7186
+ * <p>Buckets in Region <code>us-east-1</code> have a LocationConstraint of
7187
+ * <code>null</code>. Buckets with a LocationConstraint of <code>EU</code> reside in <code>eu-west-1</code>.</p>
7024
7188
  * @public
7025
7189
  */
7026
7190
  LocationConstraint?: BucketLocationConstraint | undefined;
@@ -7990,7 +8154,7 @@ export interface GetBucketPolicyRequest {
7990
8154
  * For more information about <code>InvalidAccessPointAliasError</code>, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList">List of
7991
8155
  * Error Codes</a>.</p>
7992
8156
  * <note>
7993
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
8157
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
7994
8158
  * </note>
7995
8159
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
7996
8160
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
@@ -8208,6 +8372,8 @@ export interface Destination {
8208
8372
  * object replica. </p>
8209
8373
  * <p>For valid values, see the <code>StorageClass</code> element of the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html">PUT Bucket
8210
8374
  * replication</a> action in the <i>Amazon S3 API Reference</i>.</p>
8375
+ * <p>
8376
+ * <code>FSX_OPENZFS</code> is not an accepted value when replicating objects.</p>
8211
8377
  * @public
8212
8378
  */
8213
8379
  StorageClass?: StorageClass | undefined;
@@ -8458,8 +8624,6 @@ export interface ReplicationRule {
8458
8624
  */
8459
8625
  Priority?: number | undefined;
8460
8626
  /**
8461
- * @deprecated
8462
- *
8463
8627
  * <p>An object key name prefix that identifies the object or objects to which the rule
8464
8628
  * applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket,
8465
8629
  * specify an empty string. </p>
@@ -8468,6 +8632,8 @@ export interface ReplicationRule {
8468
8632
  * XML requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
8469
8633
  * XML related object key constraints</a>.</p>
8470
8634
  * </important>
8635
+ *
8636
+ * @deprecated
8471
8637
  * @public
8472
8638
  */
8473
8639
  Prefix?: string | undefined;
@@ -8982,7 +9148,7 @@ export interface GetObjectOutput {
8982
9148
  * object copy.</p>
8983
9149
  * <note>
8984
9150
  * <p>This functionality is not supported for directory buckets.
8985
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
9151
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
8986
9152
  * </note>
8987
9153
  * @public
8988
9154
  */
@@ -9009,33 +9175,48 @@ export interface GetObjectOutput {
9009
9175
  */
9010
9176
  ETag?: string | undefined;
9011
9177
  /**
9012
- * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
9178
+ * <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. This checksum is only present if the object was uploaded
9013
9179
  * with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
9014
9180
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9015
9181
  * @public
9016
9182
  */
9017
9183
  ChecksumCRC32?: string | undefined;
9018
9184
  /**
9019
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
9185
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This will only be present if the object was uploaded
9020
9186
  * with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
9021
9187
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9022
9188
  * @public
9023
9189
  */
9024
9190
  ChecksumCRC32C?: string | undefined;
9025
9191
  /**
9026
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
9192
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. For more
9193
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
9194
+ * in the Amazon S3 User Guide</a>.</p>
9195
+ * @public
9196
+ */
9197
+ ChecksumCRC64NVME?: string | undefined;
9198
+ /**
9199
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
9027
9200
  * with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
9028
9201
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9029
9202
  * @public
9030
9203
  */
9031
9204
  ChecksumSHA1?: string | undefined;
9032
9205
  /**
9033
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
9206
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
9034
9207
  * with the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">
9035
9208
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9036
9209
  * @public
9037
9210
  */
9038
9211
  ChecksumSHA256?: string | undefined;
9212
+ /**
9213
+ * <p>The checksum type, which determines how part-level checksums are combined to create an
9214
+ * object-level checksum for multipart objects. You can use this header response to verify
9215
+ * that the checksum type that is received is the same checksum type that was specified in the
9216
+ * <code>CreateMultipartUpload</code> request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9217
+ * @public
9218
+ */
9219
+ ChecksumType?: ChecksumType | undefined;
9039
9220
  /**
9040
9221
  * <p>This is set to the number of metadata entries not returned in the headers that are
9041
9222
  * prefixed with <code>x-amz-meta-</code>. This can happen if you create metadata using an API
@@ -9088,9 +9269,9 @@ export interface GetObjectOutput {
9088
9269
  */
9089
9270
  ContentType?: string | undefined;
9090
9271
  /**
9091
- * @deprecated
9092
- *
9093
9272
  * Deprecated in favor of ExpiresString.
9273
+ *
9274
+ * @deprecated
9094
9275
  * @public
9095
9276
  */
9096
9277
  Expires?: Date | undefined;
@@ -9110,7 +9291,10 @@ export interface GetObjectOutput {
9110
9291
  */
9111
9292
  WebsiteRedirectLocation?: string | undefined;
9112
9293
  /**
9113
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
9294
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
9295
+ * <note>
9296
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
9297
+ * </note>
9114
9298
  * @public
9115
9299
  */
9116
9300
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -9155,14 +9339,14 @@ export interface GetObjectOutput {
9155
9339
  * <note>
9156
9340
  * <p>
9157
9341
  * <b>Directory buckets </b> -
9158
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
9342
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
9159
9343
  * </note>
9160
9344
  * @public
9161
9345
  */
9162
9346
  StorageClass?: StorageClass | undefined;
9163
9347
  /**
9164
9348
  * <p>If present, indicates that the requester was successfully charged for the
9165
- * request.</p>
9349
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
9166
9350
  * <note>
9167
9351
  * <p>This functionality is not supported for directory buckets.</p>
9168
9352
  * </note>
@@ -9244,19 +9428,20 @@ export interface GetObjectRequest {
9244
9428
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
9245
9429
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
9246
9430
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
9247
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
9431
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
9248
9432
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
9249
9433
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
9250
9434
  * <p>
9251
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
9435
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
9252
9436
  * <p>
9253
9437
  * <b>Object Lambda access points</b> - When you use this action with an Object Lambda access point, you must direct requests to the Object Lambda access point hostname. The Object Lambda access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-object-lambda.<i>Region</i>.amazonaws.com.</p>
9254
9438
  * <note>
9255
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
9439
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
9256
9440
  * </note>
9257
9441
  * <p>
9258
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
9259
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
9442
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
9443
+ * form <code>
9444
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
9260
9445
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
9261
9446
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
9262
9447
  * @public
@@ -9510,11 +9695,6 @@ export interface GetObjectRequest {
9510
9695
  ExpectedBucketOwner?: string | undefined;
9511
9696
  /**
9512
9697
  * <p>To retrieve the checksum, this mode must be enabled.</p>
9513
- * <p>
9514
- * <b>General purpose buckets</b> - In addition, if you enable
9515
- * checksum mode and the object is uploaded with a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html">checksum</a> and encrypted with an
9516
- * Key Management Service (KMS) key, you must have permission to use the <code>kms:Decrypt</code> action
9517
- * to retrieve the checksum.</p>
9518
9698
  * @public
9519
9699
  */
9520
9700
  ChecksumMode?: ChecksumMode | undefined;
@@ -9568,7 +9748,7 @@ export interface GetObjectAclOutput {
9568
9748
  Grants?: Grant[] | undefined;
9569
9749
  /**
9570
9750
  * <p>If present, indicates that the requester was successfully charged for the
9571
- * request.</p>
9751
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
9572
9752
  * <note>
9573
9753
  * <p>This functionality is not supported for directory buckets.</p>
9574
9754
  * </note>
@@ -9583,7 +9763,7 @@ export interface GetObjectAclRequest {
9583
9763
  /**
9584
9764
  * <p>The bucket name that contains the object for which to get the ACL information. </p>
9585
9765
  * <p>
9586
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
9766
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
9587
9767
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
9588
9768
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
9589
9769
  * @public
@@ -9627,7 +9807,7 @@ export interface GetObjectAclRequest {
9627
9807
  */
9628
9808
  export interface Checksum {
9629
9809
  /**
9630
- * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
9810
+ * <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
9631
9811
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
9632
9812
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
9633
9813
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -9635,7 +9815,7 @@ export interface Checksum {
9635
9815
  */
9636
9816
  ChecksumCRC32?: string | undefined;
9637
9817
  /**
9638
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
9818
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
9639
9819
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
9640
9820
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
9641
9821
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -9643,7 +9823,14 @@ export interface Checksum {
9643
9823
  */
9644
9824
  ChecksumCRC32C?: string | undefined;
9645
9825
  /**
9646
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
9826
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This checksum is present
9827
+ * if the object was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if the object was uploaded without a
9828
+ * checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9829
+ * @public
9830
+ */
9831
+ ChecksumCRC64NVME?: string | undefined;
9832
+ /**
9833
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
9647
9834
  * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
9648
9835
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
9649
9836
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -9651,13 +9838,19 @@ export interface Checksum {
9651
9838
  */
9652
9839
  ChecksumSHA1?: string | undefined;
9653
9840
  /**
9654
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
9841
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
9655
9842
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
9656
9843
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
9657
9844
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9658
9845
  * @public
9659
9846
  */
9660
9847
  ChecksumSHA256?: string | undefined;
9848
+ /**
9849
+ * <p>The checksum type that is used to calculate the object’s
9850
+ * checksum value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9851
+ * @public
9852
+ */
9853
+ ChecksumType?: ChecksumType | undefined;
9661
9854
  }
9662
9855
  /**
9663
9856
  * <p>A container for elements related to an individual part.</p>
@@ -9676,34 +9869,33 @@ export interface ObjectPart {
9676
9869
  */
9677
9870
  Size?: number | undefined;
9678
9871
  /**
9679
- * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
9680
- * This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
9681
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
9682
- * <i>Amazon S3 User Guide</i>.</p>
9872
+ * <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. This checksum is present
9873
+ * if the multipart upload request was created with the <code>CRC32</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9683
9874
  * @public
9684
9875
  */
9685
9876
  ChecksumCRC32?: string | undefined;
9686
9877
  /**
9687
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
9688
- * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
9689
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
9690
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9878
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. This checksum is present
9879
+ * if the multipart upload request was created with the <code>CRC32C</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9691
9880
  * @public
9692
9881
  */
9693
9882
  ChecksumCRC32C?: string | undefined;
9694
9883
  /**
9695
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
9696
- * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
9697
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
9698
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9884
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
9885
+ * if the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm, or if the object was uploaded without a
9886
+ * checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9887
+ * @public
9888
+ */
9889
+ ChecksumCRC64NVME?: string | undefined;
9890
+ /**
9891
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. This checksum is present
9892
+ * if the multipart upload request was created with the <code>SHA1</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9699
9893
  * @public
9700
9894
  */
9701
9895
  ChecksumSHA1?: string | undefined;
9702
9896
  /**
9703
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
9704
- * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
9705
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
9706
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9897
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. This checksum is present
9898
+ * if the multipart upload request was created with the <code>SHA256</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
9707
9899
  * @public
9708
9900
  */
9709
9901
  ChecksumSHA256?: string | undefined;
@@ -9750,18 +9942,18 @@ export interface GetObjectAttributesParts {
9750
9942
  * <li>
9751
9943
  * <p>
9752
9944
  * <b>General purpose buckets</b> - For
9753
- * <code>GetObjectAttributes</code>, if a additional checksum (including
9754
- * <code>x-amz-checksum-crc32</code>, <code>x-amz-checksum-crc32c</code>,
9755
- * <code>x-amz-checksum-sha1</code>, or <code>x-amz-checksum-sha256</code>) isn't
9945
+ * <code>GetObjectAttributes</code>, if an additional checksum (including
9946
+ * <code>x-amz-checksum-crc32</code>, <code>x-amz-checksum-crc32c</code>,
9947
+ * <code>x-amz-checksum-sha1</code>, or <code>x-amz-checksum-sha256</code>) isn't
9756
9948
  * applied to the object specified in the request, the response doesn't return
9757
- * <code>Part</code>.</p>
9949
+ * the <code>Part</code> element.</p>
9758
9950
  * </li>
9759
9951
  * <li>
9760
9952
  * <p>
9761
9953
  * <b>Directory buckets</b> - For
9762
- * <code>GetObjectAttributes</code>, no matter whether a additional checksum is
9954
+ * <code>GetObjectAttributes</code>, regardless of whether an additional checksum is
9763
9955
  * applied to the object specified in the request, the response returns
9764
- * <code>Part</code>.</p>
9956
+ * the <code>Part</code> element.</p>
9765
9957
  * </li>
9766
9958
  * </ul>
9767
9959
  * </note>
@@ -9776,7 +9968,7 @@ export interface GetObjectAttributesOutput {
9776
9968
  /**
9777
9969
  * <p>Specifies whether the object retrieved was (<code>true</code>) or was not
9778
9970
  * (<code>false</code>) a delete marker. If <code>false</code>, this response header does
9779
- * not appear in the response.</p>
9971
+ * not appear in the response. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete markers</a>.</p>
9780
9972
  * <note>
9781
9973
  * <p>This functionality is not supported for directory buckets.</p>
9782
9974
  * </note>
@@ -9798,7 +9990,7 @@ export interface GetObjectAttributesOutput {
9798
9990
  VersionId?: string | undefined;
9799
9991
  /**
9800
9992
  * <p>If present, indicates that the requester was successfully charged for the
9801
- * request.</p>
9993
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
9802
9994
  * <note>
9803
9995
  * <p>This functionality is not supported for directory buckets.</p>
9804
9996
  * </note>
@@ -9828,7 +10020,7 @@ export interface GetObjectAttributesOutput {
9828
10020
  * <note>
9829
10021
  * <p>
9830
10022
  * <b>Directory buckets</b> -
9831
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
10023
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
9832
10024
  * </note>
9833
10025
  * @public
9834
10026
  */
@@ -9865,17 +10057,18 @@ export interface GetObjectAttributesRequest {
9865
10057
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
9866
10058
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
9867
10059
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
9868
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
10060
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
9869
10061
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
9870
10062
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
9871
10063
  * <p>
9872
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10064
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
9873
10065
  * <note>
9874
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
10066
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
9875
10067
  * </note>
9876
10068
  * <p>
9877
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
9878
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
10069
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
10070
+ * form <code>
10071
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
9879
10072
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
9880
10073
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
9881
10074
  * @public
@@ -9896,13 +10089,13 @@ export interface GetObjectAttributesRequest {
9896
10089
  */
9897
10090
  VersionId?: string | undefined;
9898
10091
  /**
9899
- * <p>Sets the maximum number of parts to return.</p>
10092
+ * <p>Sets the maximum number of parts to return. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html">Uploading and copying objects using multipart upload in Amazon S3 </a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
9900
10093
  * @public
9901
10094
  */
9902
10095
  MaxParts?: number | undefined;
9903
10096
  /**
9904
10097
  * <p>Specifies the part after which listing should begin. Only parts with higher part numbers
9905
- * will be listed.</p>
10098
+ * will be listed. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html">Uploading and copying objects using multipart upload in Amazon S3 </a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
9906
10099
  * @public
9907
10100
  */
9908
10101
  PartNumberMarker?: string | undefined;
@@ -9988,7 +10181,7 @@ export interface GetObjectLegalHoldRequest {
9988
10181
  /**
9989
10182
  * <p>The bucket name containing the object whose legal hold status you want to retrieve. </p>
9990
10183
  * <p>
9991
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10184
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
9992
10185
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
9993
10186
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
9994
10187
  * @public
@@ -10137,7 +10330,7 @@ export interface GetObjectLockConfigurationRequest {
10137
10330
  /**
10138
10331
  * <p>The bucket whose Object Lock configuration you want to retrieve.</p>
10139
10332
  * <p>
10140
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10333
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10141
10334
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
10142
10335
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
10143
10336
  * @public
@@ -10182,7 +10375,7 @@ export interface GetObjectRetentionRequest {
10182
10375
  /**
10183
10376
  * <p>The bucket name containing the object whose retention settings you want to retrieve. </p>
10184
10377
  * <p>
10185
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10378
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10186
10379
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
10187
10380
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
10188
10381
  * @public
@@ -10239,10 +10432,11 @@ export interface GetObjectTaggingRequest {
10239
10432
  /**
10240
10433
  * <p>The bucket name containing the object for which to get the tagging information. </p>
10241
10434
  * <p>
10242
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10435
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10243
10436
  * <p>
10244
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
10245
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
10437
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
10438
+ * form <code>
10439
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
10246
10440
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
10247
10441
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
10248
10442
  * @public
@@ -10288,7 +10482,7 @@ export interface GetObjectTorrentOutput {
10288
10482
  Body?: StreamingBlobTypes | undefined;
10289
10483
  /**
10290
10484
  * <p>If present, indicates that the requester was successfully charged for the
10291
- * request.</p>
10485
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
10292
10486
  * <note>
10293
10487
  * <p>This functionality is not supported for directory buckets.</p>
10294
10488
  * </note>
@@ -10419,6 +10613,14 @@ export interface GetPublicAccessBlockRequest {
10419
10613
  * @public
10420
10614
  */
10421
10615
  export interface HeadBucketOutput {
10616
+ /**
10617
+ * <p>The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.</p>
10618
+ * <note>
10619
+ * <p>This parameter is only supported for S3 directory buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html">Using tags with directory buckets</a>.</p>
10620
+ * </note>
10621
+ * @public
10622
+ */
10623
+ BucketArn?: string | undefined;
10422
10624
  /**
10423
10625
  * <p>The type of location where the bucket is created.</p>
10424
10626
  * <note>
@@ -10461,22 +10663,23 @@ export interface HeadBucketRequest {
10461
10663
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
10462
10664
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
10463
10665
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
10464
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
10666
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
10465
10667
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
10466
10668
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
10467
10669
  * <p>
10468
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10670
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10469
10671
  * <p>
10470
10672
  * <b>Object Lambda access points</b> - When you use this API operation with an Object Lambda access point, provide the alias of the Object Lambda access point in place of the bucket name.
10471
10673
  * If the Object Lambda access point alias in a request is not valid, the error code <code>InvalidAccessPointAliasError</code> is returned.
10472
10674
  * For more information about <code>InvalidAccessPointAliasError</code>, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList">List of
10473
10675
  * Error Codes</a>.</p>
10474
10676
  * <note>
10475
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
10677
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
10476
10678
  * </note>
10477
10679
  * <p>
10478
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
10479
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
10680
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
10681
+ * form <code>
10682
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
10480
10683
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
10481
10684
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
10482
10685
  * @public
@@ -10557,7 +10760,7 @@ export interface HeadObjectOutput {
10557
10760
  * <p>For more information about archiving objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html#lifecycle-transition-general-considerations">Transitioning Objects: General Considerations</a>.</p>
10558
10761
  * <note>
10559
10762
  * <p>This functionality is not supported for directory buckets.
10560
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
10763
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
10561
10764
  * </note>
10562
10765
  * @public
10563
10766
  */
@@ -10581,7 +10784,7 @@ export interface HeadObjectOutput {
10581
10784
  */
10582
10785
  ContentLength?: number | undefined;
10583
10786
  /**
10584
- * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
10787
+ * <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
10585
10788
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
10586
10789
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
10587
10790
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -10589,7 +10792,7 @@ export interface HeadObjectOutput {
10589
10792
  */
10590
10793
  ChecksumCRC32?: string | undefined;
10591
10794
  /**
10592
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
10795
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
10593
10796
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
10594
10797
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
10595
10798
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -10597,7 +10800,14 @@ export interface HeadObjectOutput {
10597
10800
  */
10598
10801
  ChecksumCRC32C?: string | undefined;
10599
10802
  /**
10600
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
10803
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. For more
10804
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
10805
+ * in the Amazon S3 User Guide</a>.</p>
10806
+ * @public
10807
+ */
10808
+ ChecksumCRC64NVME?: string | undefined;
10809
+ /**
10810
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
10601
10811
  * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
10602
10812
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
10603
10813
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -10605,13 +10815,23 @@ export interface HeadObjectOutput {
10605
10815
  */
10606
10816
  ChecksumSHA1?: string | undefined;
10607
10817
  /**
10608
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
10818
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
10609
10819
  * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
10610
10820
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
10611
10821
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
10612
10822
  * @public
10613
10823
  */
10614
10824
  ChecksumSHA256?: string | undefined;
10825
+ /**
10826
+ * <p>The checksum type, which determines how part-level checksums are combined to create an
10827
+ * object-level checksum for multipart objects. You can use this header response to verify
10828
+ * that the checksum type that is received is the same checksum type that was specified in
10829
+ * <code>CreateMultipartUpload</code> request. For more
10830
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
10831
+ * in the Amazon S3 User Guide</a>.</p>
10832
+ * @public
10833
+ */
10834
+ ChecksumType?: ChecksumType | undefined;
10615
10835
  /**
10616
10836
  * <p>An entity tag (ETag) is an opaque identifier assigned by a web server to a specific
10617
10837
  * version of a resource found at a URL.</p>
@@ -10665,9 +10885,14 @@ export interface HeadObjectOutput {
10665
10885
  */
10666
10886
  ContentType?: string | undefined;
10667
10887
  /**
10668
- * @deprecated
10669
- *
10888
+ * <p>The portion of the object returned in the response for a <code>GET</code> request.</p>
10889
+ * @public
10890
+ */
10891
+ ContentRange?: string | undefined;
10892
+ /**
10670
10893
  * Deprecated in favor of ExpiresString.
10894
+ *
10895
+ * @deprecated
10671
10896
  * @public
10672
10897
  */
10673
10898
  Expires?: Date | undefined;
@@ -10687,8 +10912,10 @@ export interface HeadObjectOutput {
10687
10912
  */
10688
10913
  WebsiteRedirectLocation?: string | undefined;
10689
10914
  /**
10690
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
10691
- * example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
10915
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
10916
+ * <note>
10917
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
10918
+ * </note>
10692
10919
  * @public
10693
10920
  */
10694
10921
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -10734,14 +10961,14 @@ export interface HeadObjectOutput {
10734
10961
  * <note>
10735
10962
  * <p>
10736
10963
  * <b>Directory buckets </b> -
10737
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
10964
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
10738
10965
  * </note>
10739
10966
  * @public
10740
10967
  */
10741
10968
  StorageClass?: StorageClass | undefined;
10742
10969
  /**
10743
10970
  * <p>If present, indicates that the requester was successfully charged for the
10744
- * request.</p>
10971
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
10745
10972
  * <note>
10746
10973
  * <p>This functionality is not supported for directory buckets.</p>
10747
10974
  * </note>
@@ -10801,6 +11028,17 @@ export interface HeadObjectOutput {
10801
11028
  * @public
10802
11029
  */
10803
11030
  PartsCount?: number | undefined;
11031
+ /**
11032
+ * <p>The number of tags, if any, on the object, when you have the relevant permission to read
11033
+ * object tags.</p>
11034
+ * <p>You can use <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectTagging.html">GetObjectTagging</a> to retrieve
11035
+ * the tag set associated with an object.</p>
11036
+ * <note>
11037
+ * <p>This functionality is not supported for directory buckets.</p>
11038
+ * </note>
11039
+ * @public
11040
+ */
11041
+ TagCount?: number | undefined;
10804
11042
  /**
10805
11043
  * <p>The Object Lock mode, if any, that's in effect for this object. This header is only
10806
11044
  * returned if the requester has the <code>s3:GetObjectRetention</code> permission. For more
@@ -10843,17 +11081,18 @@ export interface HeadObjectRequest {
10843
11081
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
10844
11082
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
10845
11083
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
10846
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
11084
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
10847
11085
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
10848
11086
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
10849
11087
  * <p>
10850
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
11088
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
10851
11089
  * <note>
10852
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
11090
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
10853
11091
  * </note>
10854
11092
  * <p>
10855
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
10856
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
11093
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
11094
+ * form <code>
11095
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
10857
11096
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
10858
11097
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
10859
11098
  * @public
@@ -11163,6 +11402,11 @@ export interface ListBucketIntelligentTieringConfigurationsRequest {
11163
11402
  * @public
11164
11403
  */
11165
11404
  ContinuationToken?: string | undefined;
11405
+ /**
11406
+ * <p>The account ID of the expected bucket owner. If the account ID that you provide does not match the actual owner of the bucket, the request fails with the HTTP status code <code>403 Forbidden</code> (access denied).</p>
11407
+ * @public
11408
+ */
11409
+ ExpectedBucketOwner?: string | undefined;
11166
11410
  }
11167
11411
  /**
11168
11412
  * @public
@@ -11298,6 +11542,14 @@ export interface Bucket {
11298
11542
  * @public
11299
11543
  */
11300
11544
  BucketRegion?: string | undefined;
11545
+ /**
11546
+ * <p>The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.</p>
11547
+ * <note>
11548
+ * <p>This parameter is only supported for S3 directory buckets. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html">Using tags with directory buckets</a>.</p>
11549
+ * </note>
11550
+ * @public
11551
+ */
11552
+ BucketArn?: string | undefined;
11301
11553
  }
11302
11554
  /**
11303
11555
  * @public
@@ -11490,7 +11742,7 @@ export interface MultipartUpload {
11490
11742
  * <note>
11491
11743
  * <p>
11492
11744
  * <b>Directory buckets</b> -
11493
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
11745
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
11494
11746
  * </note>
11495
11747
  * @public
11496
11748
  */
@@ -11515,6 +11767,12 @@ export interface MultipartUpload {
11515
11767
  * @public
11516
11768
  */
11517
11769
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
11770
+ /**
11771
+ * <p>The checksum type that is used to calculate the object’s
11772
+ * checksum value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
11773
+ * @public
11774
+ */
11775
+ ChecksumType?: ChecksumType | undefined;
11518
11776
  }
11519
11777
  /**
11520
11778
  * @public
@@ -11621,7 +11879,7 @@ export interface ListMultipartUploadsOutput {
11621
11879
  EncodingType?: EncodingType | undefined;
11622
11880
  /**
11623
11881
  * <p>If present, indicates that the requester was successfully charged for the
11624
- * request.</p>
11882
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
11625
11883
  * <note>
11626
11884
  * <p>This functionality is not supported for directory buckets.</p>
11627
11885
  * </note>
@@ -11640,17 +11898,18 @@ export interface ListMultipartUploadsRequest {
11640
11898
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
11641
11899
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
11642
11900
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
11643
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
11901
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
11644
11902
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
11645
11903
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
11646
11904
  * <p>
11647
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
11905
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
11648
11906
  * <note>
11649
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
11907
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
11650
11908
  * </note>
11651
11909
  * <p>
11652
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
11653
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
11910
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
11911
+ * form <code>
11912
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
11654
11913
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
11655
11914
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
11656
11915
  * @public
@@ -11664,6 +11923,8 @@ export interface ListMultipartUploadsRequest {
11664
11923
  * substring starts at the beginning of the key. The keys that are grouped under
11665
11924
  * <code>CommonPrefixes</code> result element are not returned elsewhere in the
11666
11925
  * response.</p>
11926
+ * <p>
11927
+ * <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than the key-marker.</p>
11667
11928
  * <note>
11668
11929
  * <p>
11669
11930
  * <b>Directory buckets</b> - For directory buckets, <code>/</code> is the only supported delimiter.</p>
@@ -11780,7 +12041,7 @@ export interface ListMultipartUploadsRequest {
11780
12041
  * objects</a> in the <i>Amazon S3 User Guide</i>.</p>
11781
12042
  * <note>
11782
12043
  * <p>This functionality is not supported for directory buckets.
11783
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
12044
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
11784
12045
  * </note>
11785
12046
  * @public
11786
12047
  */
@@ -11819,6 +12080,7 @@ export interface RestoreStatus {
11819
12080
  export declare const ObjectStorageClass: {
11820
12081
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
11821
12082
  readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
12083
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
11822
12084
  readonly GLACIER: "GLACIER";
11823
12085
  readonly GLACIER_IR: "GLACIER_IR";
11824
12086
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
@@ -11884,6 +12146,12 @@ export interface _Object {
11884
12146
  * @public
11885
12147
  */
11886
12148
  ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
12149
+ /**
12150
+ * <p>The checksum type that is used to calculate the object’s
12151
+ * checksum value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
12152
+ * @public
12153
+ */
12154
+ ChecksumType?: ChecksumType | undefined;
11887
12155
  /**
11888
12156
  * <p>Size in bytes of the object</p>
11889
12157
  * @public
@@ -11894,7 +12162,7 @@ export interface _Object {
11894
12162
  * <note>
11895
12163
  * <p>
11896
12164
  * <b>Directory buckets</b> -
11897
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
12165
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
11898
12166
  * </note>
11899
12167
  * @public
11900
12168
  */
@@ -11916,7 +12184,7 @@ export interface _Object {
11916
12184
  * objects</a> in the <i>Amazon S3 User Guide</i>.</p>
11917
12185
  * <note>
11918
12186
  * <p>This functionality is not supported for directory buckets.
11919
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
12187
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
11920
12188
  * </note>
11921
12189
  * @public
11922
12190
  */
@@ -12020,7 +12288,7 @@ export interface ListObjectsOutput {
12020
12288
  EncodingType?: EncodingType | undefined;
12021
12289
  /**
12022
12290
  * <p>If present, indicates that the requester was successfully charged for the
12023
- * request.</p>
12291
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
12024
12292
  * <note>
12025
12293
  * <p>This functionality is not supported for directory buckets.</p>
12026
12294
  * </note>
@@ -12050,17 +12318,18 @@ export interface ListObjectsRequest {
12050
12318
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
12051
12319
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
12052
12320
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
12053
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
12321
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
12054
12322
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
12055
12323
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
12056
12324
  * <p>
12057
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
12325
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
12058
12326
  * <note>
12059
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
12327
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
12060
12328
  * </note>
12061
12329
  * <p>
12062
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
12063
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
12330
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
12331
+ * form <code>
12332
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
12064
12333
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
12065
12334
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
12066
12335
  * @public
@@ -12068,6 +12337,8 @@ export interface ListObjectsRequest {
12068
12337
  Bucket: string | undefined;
12069
12338
  /**
12070
12339
  * <p>A delimiter is a character that you use to group keys.</p>
12340
+ * <p>
12341
+ * <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than the key-marker.</p>
12071
12342
  * @public
12072
12343
  */
12073
12344
  Delimiter?: string | undefined;
@@ -12233,8 +12504,7 @@ export interface ListObjectsV2Output {
12233
12504
  /**
12234
12505
  * <p> If <code>ContinuationToken</code> was sent with the request, it is included in the
12235
12506
  * response. You can use the returned <code>ContinuationToken</code> for pagination of the
12236
- * list response. You can use this <code>ContinuationToken</code> for pagination of the list
12237
- * results. </p>
12507
+ * list response.</p>
12238
12508
  * @public
12239
12509
  */
12240
12510
  ContinuationToken?: string | undefined;
@@ -12257,7 +12527,7 @@ export interface ListObjectsV2Output {
12257
12527
  StartAfter?: string | undefined;
12258
12528
  /**
12259
12529
  * <p>If present, indicates that the requester was successfully charged for the
12260
- * request.</p>
12530
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
12261
12531
  * <note>
12262
12532
  * <p>This functionality is not supported for directory buckets.</p>
12263
12533
  * </note>
@@ -12275,17 +12545,18 @@ export interface ListObjectsV2Request {
12275
12545
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
12276
12546
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
12277
12547
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
12278
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
12548
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
12279
12549
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
12280
12550
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
12281
12551
  * <p>
12282
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
12552
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
12283
12553
  * <note>
12284
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
12554
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
12285
12555
  * </note>
12286
12556
  * <p>
12287
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
12288
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
12557
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
12558
+ * form <code>
12559
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
12289
12560
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
12290
12561
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
12291
12562
  * @public
@@ -12293,6 +12564,8 @@ export interface ListObjectsV2Request {
12293
12564
  Bucket: string | undefined;
12294
12565
  /**
12295
12566
  * <p>A delimiter is a character that you use to group keys.</p>
12567
+ * <p>
12568
+ * <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than the <code>StartAfter</code> value.</p>
12296
12569
  * <note>
12297
12570
  * <ul>
12298
12571
  * <li>
@@ -12407,7 +12680,7 @@ export interface ListObjectsV2Request {
12407
12680
  */
12408
12681
  export interface DeleteMarkerEntry {
12409
12682
  /**
12410
- * <p>The account that created the delete marker.></p>
12683
+ * <p>The account that created the delete marker. </p>
12411
12684
  * @public
12412
12685
  */
12413
12686
  Owner?: Owner | undefined;
@@ -12423,7 +12696,7 @@ export interface DeleteMarkerEntry {
12423
12696
  VersionId?: string | undefined;
12424
12697
  /**
12425
12698
  * <p>Specifies whether the object is (true) or is not (false) the latest version of an
12426
- * object.</p>
12699
+ * object. </p>
12427
12700
  * @public
12428
12701
  */
12429
12702
  IsLatest?: boolean | undefined;
@@ -12459,6 +12732,12 @@ export interface ObjectVersion {
12459
12732
  * @public
12460
12733
  */
12461
12734
  ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
12735
+ /**
12736
+ * <p>The checksum type that is used to calculate the object’s
12737
+ * checksum value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
12738
+ * @public
12739
+ */
12740
+ ChecksumType?: ChecksumType | undefined;
12462
12741
  /**
12463
12742
  * <p>Size in bytes of the object.</p>
12464
12743
  * @public
@@ -12548,7 +12827,7 @@ export interface ListObjectVersionsOutput {
12548
12827
  */
12549
12828
  Versions?: ObjectVersion[] | undefined;
12550
12829
  /**
12551
- * <p>Container for an object that is a delete marker.</p>
12830
+ * <p>Container for an object that is a delete marker. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete markers</a>.</p>
12552
12831
  * @public
12553
12832
  */
12554
12833
  DeleteMarkers?: DeleteMarkerEntry[] | undefined;
@@ -12595,7 +12874,7 @@ export interface ListObjectVersionsOutput {
12595
12874
  EncodingType?: EncodingType | undefined;
12596
12875
  /**
12597
12876
  * <p>If present, indicates that the requester was successfully charged for the
12598
- * request.</p>
12877
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
12599
12878
  * <note>
12600
12879
  * <p>This functionality is not supported for directory buckets.</p>
12601
12880
  * </note>
@@ -12620,6 +12899,8 @@ export interface ListObjectVersionsRequest {
12620
12899
  * grouped under a single result element in <code>CommonPrefixes</code>. These groups are
12621
12900
  * counted as one result against the <code>max-keys</code> limitation. These keys are not
12622
12901
  * returned elsewhere in the response.</p>
12902
+ * <p>
12903
+ * <code>CommonPrefixes</code> is filtered out from results if it is not lexicographically greater than the key-marker.</p>
12623
12904
  * @public
12624
12905
  */
12625
12906
  Delimiter?: string | undefined;
@@ -12721,34 +13002,33 @@ export interface Part {
12721
13002
  */
12722
13003
  Size?: number | undefined;
12723
13004
  /**
12724
- * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
12725
- * This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
12726
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
12727
- * <i>Amazon S3 User Guide</i>.</p>
13005
+ * <p>The Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. This checksum is present
13006
+ * if the object was uploaded with the <code>CRC32</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
12728
13007
  * @public
12729
13008
  */
12730
13009
  ChecksumCRC32?: string | undefined;
12731
13010
  /**
12732
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
12733
- * with the object. When you use an API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
12734
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
12735
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
13011
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. This checksum is present
13012
+ * if the object was uploaded with the <code>CRC32C</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
12736
13013
  * @public
12737
13014
  */
12738
13015
  ChecksumCRC32C?: string | undefined;
12739
13016
  /**
12740
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
12741
- * with the object. When you use the API operation on an object that was uploaded using multipart uploads, this value may not be a direct checksum value of the full object. Instead, it's a calculation based on the checksum values of each individual part. For more information about how checksums are calculated
12742
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
12743
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
13017
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
13018
+ * if the multipart upload request was created with the <code>CRC64NVME</code> checksum algorithm, or if the object was uploaded without a
13019
+ * checksum (and Amazon S3 added the default checksum, <code>CRC64NVME</code>, to the uploaded object). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
13020
+ * @public
13021
+ */
13022
+ ChecksumCRC64NVME?: string | undefined;
13023
+ /**
13024
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. This checksum is present
13025
+ * if the object was uploaded with the <code>SHA1</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
12744
13026
  * @public
12745
13027
  */
12746
13028
  ChecksumSHA1?: string | undefined;
12747
13029
  /**
12748
- * <p>This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
12749
- * This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
12750
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
12751
- * <i>Amazon S3 User Guide</i>.</p>
13030
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. This checksum is present
13031
+ * if the object was uploaded with the <code>SHA256</code> checksum algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
12752
13032
  * @public
12753
13033
  */
12754
13034
  ChecksumSHA256?: string | undefined;
@@ -12853,14 +13133,14 @@ export interface ListPartsOutput {
12853
13133
  * <note>
12854
13134
  * <p>
12855
13135
  * <b>Directory buckets</b> -
12856
- * Only the S3 Express One Zone storage class is supported by directory buckets to store objects.</p>
13136
+ * Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.</p>
12857
13137
  * </note>
12858
13138
  * @public
12859
13139
  */
12860
13140
  StorageClass?: StorageClass | undefined;
12861
13141
  /**
12862
13142
  * <p>If present, indicates that the requester was successfully charged for the
12863
- * request.</p>
13143
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/RequesterPaysBuckets.html">Using Requester Pays buckets for storage transfers and usage</a> in the <i>Amazon Simple Storage Service user guide</i>.</p>
12864
13144
  * <note>
12865
13145
  * <p>This functionality is not supported for directory buckets.</p>
12866
13146
  * </note>
@@ -12872,6 +13152,16 @@ export interface ListPartsOutput {
12872
13152
  * @public
12873
13153
  */
12874
13154
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
13155
+ /**
13156
+ * <p>The checksum type, which determines how part-level checksums are combined to create an
13157
+ * object-level checksum for multipart objects. You can use this header response to verify
13158
+ * that the checksum type that is received is the same checksum type that was specified in
13159
+ * <code>CreateMultipartUpload</code> request. For more
13160
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
13161
+ * in the Amazon S3 User Guide</a>.</p>
13162
+ * @public
13163
+ */
13164
+ ChecksumType?: ChecksumType | undefined;
12875
13165
  }
12876
13166
  /**
12877
13167
  * @public
@@ -12884,17 +13174,18 @@ export interface ListPartsRequest {
12884
13174
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
12885
13175
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
12886
13176
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
12887
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
13177
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
12888
13178
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
12889
13179
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
12890
13180
  * <p>
12891
- * <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
13181
+ * <b>Access points</b> - When you use this action with an access point for general purpose buckets, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When you use this action with an access point for directory buckets, you must provide the access point name in place of the bucket name. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
12892
13182
  * <note>
12893
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
13183
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
12894
13184
  * </note>
12895
13185
  * <p>
12896
- * <b>S3 on Outposts</b> - When you use this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form <code>
12897
- * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts through the Amazon Web Services SDKs, you provide the Outposts access point ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
13186
+ * <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
13187
+ * form <code>
13188
+ * <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
12898
13189
  * <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
12899
13190
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
12900
13191
  * @public
@@ -12995,7 +13286,7 @@ export interface PutBucketAccelerateConfigurationRequest {
12995
13286
  */
12996
13287
  ExpectedBucketOwner?: string | undefined;
12997
13288
  /**
12998
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
13289
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
12999
13290
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
13000
13291
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
13001
13292
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -13028,7 +13319,7 @@ export interface PutBucketAclRequest {
13028
13319
  */
13029
13320
  Bucket: string | undefined;
13030
13321
  /**
13031
- * <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
13322
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a message
13032
13323
  * integrity check to verify that the request body was not corrupted in transit. For more
13033
13324
  * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
13034
13325
  * 1864.</a>
@@ -13038,7 +13329,7 @@ export interface PutBucketAclRequest {
13038
13329
  */
13039
13330
  ContentMD5?: string | undefined;
13040
13331
  /**
13041
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
13332
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
13042
13333
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
13043
13334
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
13044
13335
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -13109,21 +13400,6 @@ export interface PutBucketAnalyticsConfigurationRequest {
13109
13400
  */
13110
13401
  ExpectedBucketOwner?: string | undefined;
13111
13402
  }
13112
- /**
13113
- * <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more
13114
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
13115
- * Cross-Origin Resource Sharing</a> in the
13116
- * <i>Amazon S3 User Guide</i>.</p>
13117
- * @public
13118
- */
13119
- export interface CORSConfiguration {
13120
- /**
13121
- * <p>A set of origins and methods (cross-origin access that you want to allow). You can add
13122
- * up to 100 rules to the configuration.</p>
13123
- * @public
13124
- */
13125
- CORSRules: CORSRule[] | undefined;
13126
- }
13127
13403
  /**
13128
13404
  * @internal
13129
13405
  */