@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
@@ -1,7 +1,22 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { StreamingBlobTypes } from "@smithy/types";
3
- import { AccessControlPolicy, BucketVersioningStatus, ChecksumAlgorithm, CORSConfiguration, ErrorDocument, Grant, IndexDocument, IntelligentTieringConfiguration, InventoryConfiguration, LifecycleRule, LoggingEnabled, MetricsConfiguration, NotificationConfiguration, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, OwnershipControls, Payer, PublicAccessBlockConfiguration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RoutingRule, ServerSideEncryption, ServerSideEncryptionConfiguration, StorageClass, Tag, TransitionDefaultMinimumObjectSize } from "./models_0";
3
+ import { AccessControlPolicy, BucketVersioningStatus, ChecksumAlgorithm, ChecksumType, CORSRule, ErrorDocument, Grant, IndexDocument, IntelligentTieringConfiguration, InventoryConfiguration, LifecycleRule, LoggingEnabled, MetricsConfiguration, NotificationConfiguration, ObjectCannedACL, ObjectLockConfiguration, ObjectLockLegalHold, ObjectLockLegalHoldStatus, ObjectLockMode, ObjectLockRetention, OwnershipControls, Payer, PublicAccessBlockConfiguration, RedirectAllRequestsTo, ReplicationConfiguration, ReplicationStatus, RequestCharged, RequestPayer, RoutingRule, ServerSideEncryption, ServerSideEncryptionConfiguration, StorageClass, Tag, TransitionDefaultMinimumObjectSize } from "./models_0";
4
4
  import { S3ServiceException as __BaseException } from "./S3ServiceException";
5
+ /**
6
+ * <p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more
7
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
8
+ * Cross-Origin Resource Sharing</a> in the
9
+ * <i>Amazon S3 User Guide</i>.</p>
10
+ * @public
11
+ */
12
+ export interface CORSConfiguration {
13
+ /**
14
+ * <p>A set of origins and methods (cross-origin access that you want to allow). You can add
15
+ * up to 100 rules to the configuration.</p>
16
+ * @public
17
+ */
18
+ CORSRules: CORSRule[] | undefined;
19
+ }
5
20
  /**
6
21
  * @public
7
22
  */
@@ -22,7 +37,7 @@ export interface PutBucketCorsRequest {
22
37
  */
23
38
  CORSConfiguration: CORSConfiguration | undefined;
24
39
  /**
25
- * <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
40
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a message
26
41
  * integrity check to verify that the request body was not corrupted in transit. For more
27
42
  * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
28
43
  * 1864.</a>
@@ -32,7 +47,7 @@ export interface PutBucketCorsRequest {
32
47
  */
33
48
  ContentMD5?: string | undefined;
34
49
  /**
35
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
50
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
36
51
  * 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
37
52
  * <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
38
53
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -67,7 +82,7 @@ export interface PutBucketEncryptionRequest {
67
82
  */
68
83
  Bucket: string | undefined;
69
84
  /**
70
- * <p>The base64-encoded 128-bit MD5 digest of the server-side encryption
85
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the server-side encryption
71
86
  * configuration.</p>
72
87
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
73
88
  * <note>
@@ -77,7 +92,7 @@ export interface PutBucketEncryptionRequest {
77
92
  */
78
93
  ContentMD5?: string | undefined;
79
94
  /**
80
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
95
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
81
96
  * 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
82
97
  * <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
83
98
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -121,6 +136,11 @@ export interface PutBucketIntelligentTieringConfigurationRequest {
121
136
  * @public
122
137
  */
123
138
  Id: string | undefined;
139
+ /**
140
+ * <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>
141
+ * @public
142
+ */
143
+ ExpectedBucketOwner?: string | undefined;
124
144
  /**
125
145
  * <p>Container for S3 Intelligent-Tiering configuration.</p>
126
146
  * @public
@@ -212,7 +232,7 @@ export interface PutBucketLifecycleConfigurationRequest {
212
232
  */
213
233
  Bucket: string | undefined;
214
234
  /**
215
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
235
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
216
236
  * 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
217
237
  * <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
218
238
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -301,7 +321,7 @@ export interface PutBucketLoggingRequest {
301
321
  */
302
322
  ContentMD5?: string | undefined;
303
323
  /**
304
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
324
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
305
325
  * 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
306
326
  * <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
307
327
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -402,6 +422,18 @@ export interface PutBucketOwnershipControlsRequest {
402
422
  * @public
403
423
  */
404
424
  OwnershipControls: OwnershipControls | undefined;
425
+ /**
426
+ * <p> Indicates the algorithm used to create the checksum for the object when you use the
427
+ * SDK. This header will not provide any additional functionality if you don't use the
428
+ * SDK. When you send this header, there must be a corresponding
429
+ * <code>x-amz-checksum-<i>algorithm</i>
430
+ * </code> header sent. Otherwise, Amazon S3 fails the request with the HTTP
431
+ * status code <code>400 Bad Request</code>. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object
432
+ * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
433
+ * <p>If you provide an individual checksum, Amazon S3 ignores any provided <code>ChecksumAlgorithm</code> parameter. </p>
434
+ * @public
435
+ */
436
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
405
437
  }
406
438
  /**
407
439
  * @public
@@ -430,7 +462,7 @@ export interface PutBucketPolicyRequest {
430
462
  */
431
463
  ContentMD5?: string | undefined;
432
464
  /**
433
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
465
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
434
466
  * additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum-<i>algorithm</i>
435
467
  * </code> or
436
468
  * <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>.</p>
@@ -451,6 +483,11 @@ export interface PutBucketPolicyRequest {
451
483
  * </li>
452
484
  * <li>
453
485
  * <p>
486
+ * <code>CRC64NVME</code>
487
+ * </p>
488
+ * </li>
489
+ * <li>
490
+ * <p>
454
491
  * <code>SHA1</code>
455
492
  * </p>
456
493
  * </li>
@@ -464,9 +501,7 @@ export interface PutBucketPolicyRequest {
464
501
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
465
502
  * the <i>Amazon S3 User Guide</i>.</p>
466
503
  * <p>If the individual checksum value you provide through <code>x-amz-checksum-<i>algorithm</i>
467
- * </code> doesn't match the checksum algorithm you set through <code>x-amz-sdk-checksum-algorithm</code>, Amazon S3 ignores any provided
468
- * <code>ChecksumAlgorithm</code> parameter and uses the checksum algorithm that matches the provided value in <code>x-amz-checksum-<i>algorithm</i>
469
- * </code>.</p>
504
+ * </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>
470
505
  * <note>
471
506
  * <p>For directory buckets, when you use Amazon Web Services SDKs, <code>CRC32</code> is the default checksum algorithm that's used for performance.</p>
472
507
  * </note>
@@ -511,7 +546,7 @@ export interface PutBucketReplicationRequest {
511
546
  */
512
547
  Bucket: string | undefined;
513
548
  /**
514
- * <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
549
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
515
550
  * integrity check to verify that the request body was not corrupted in transit. For more
516
551
  * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
517
552
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
@@ -519,7 +554,7 @@ export interface PutBucketReplicationRequest {
519
554
  */
520
555
  ContentMD5?: string | undefined;
521
556
  /**
522
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
557
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
523
558
  * 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
524
559
  * <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
525
560
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -569,7 +604,7 @@ export interface PutBucketRequestPaymentRequest {
569
604
  */
570
605
  Bucket: string | undefined;
571
606
  /**
572
- * <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
607
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
573
608
  * integrity check to verify that the request body was not corrupted in transit. For more
574
609
  * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
575
610
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
@@ -577,7 +612,7 @@ export interface PutBucketRequestPaymentRequest {
577
612
  */
578
613
  ContentMD5?: string | undefined;
579
614
  /**
580
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
615
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
581
616
  * 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
582
617
  * <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
583
618
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -621,7 +656,7 @@ export interface PutBucketTaggingRequest {
621
656
  */
622
657
  Bucket: string | undefined;
623
658
  /**
624
- * <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
659
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
625
660
  * integrity check to verify that the request body was not corrupted in transit. For more
626
661
  * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
627
662
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
@@ -629,7 +664,7 @@ export interface PutBucketTaggingRequest {
629
664
  */
630
665
  ContentMD5?: string | undefined;
631
666
  /**
632
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
667
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
633
668
  * 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
634
669
  * <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
635
670
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -693,7 +728,7 @@ export interface PutBucketVersioningRequest {
693
728
  */
694
729
  Bucket: string | undefined;
695
730
  /**
696
- * <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a
731
+ * <p>>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a
697
732
  * message integrity check to verify that the request body was not corrupted in transit. For
698
733
  * more information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
699
734
  * 1864</a>.</p>
@@ -702,7 +737,7 @@ export interface PutBucketVersioningRequest {
702
737
  */
703
738
  ContentMD5?: string | undefined;
704
739
  /**
705
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
740
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
706
741
  * 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
707
742
  * <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
708
743
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -770,7 +805,7 @@ export interface PutBucketWebsiteRequest {
770
805
  */
771
806
  Bucket: string | undefined;
772
807
  /**
773
- * <p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message
808
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. You must use this header as a message
774
809
  * integrity check to verify that the request body was not corrupted in transit. For more
775
810
  * information, see <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p>
776
811
  * <p>For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.</p>
@@ -778,7 +813,7 @@ export interface PutBucketWebsiteRequest {
778
813
  */
779
814
  ContentMD5?: string | undefined;
780
815
  /**
781
- * <p>Indicates the algorithm used to create the checksum for the object when you use the SDK. This header will not provide any
816
+ * <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
782
817
  * 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
783
818
  * <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
784
819
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
@@ -881,7 +916,7 @@ export interface PutObjectOutput {
881
916
  */
882
917
  ETag?: string | undefined;
883
918
  /**
884
- * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
919
+ * <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
885
920
  * 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
886
921
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
887
922
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -889,7 +924,7 @@ export interface PutObjectOutput {
889
924
  */
890
925
  ChecksumCRC32?: string | undefined;
891
926
  /**
892
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
927
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
893
928
  * 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
894
929
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
895
930
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -897,7 +932,17 @@ export interface PutObjectOutput {
897
932
  */
898
933
  ChecksumCRC32C?: string | undefined;
899
934
  /**
900
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
935
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the object. This header
936
+ * is present if the object was uploaded with the <code>CRC64NVME</code> checksum algorithm, or if it
937
+ * was uploaded without a checksum (and Amazon S3 added the default checksum,
938
+ * <code>CRC64NVME</code>, to the uploaded object). For more information about how
939
+ * checksums are calculated with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity
940
+ * in the Amazon S3 User Guide</a>.</p>
941
+ * @public
942
+ */
943
+ ChecksumCRC64NVME?: string | undefined;
944
+ /**
945
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
901
946
  * 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
902
947
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
903
948
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -905,7 +950,7 @@ export interface PutObjectOutput {
905
950
  */
906
951
  ChecksumSHA1?: string | undefined;
907
952
  /**
908
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
953
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
909
954
  * 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
910
955
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
911
956
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -913,7 +958,19 @@ export interface PutObjectOutput {
913
958
  */
914
959
  ChecksumSHA256?: string | undefined;
915
960
  /**
916
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
961
+ * <p>This header specifies the checksum type of the object, which determines how part-level
962
+ * checksums are combined to create an object-level checksum for multipart objects. For
963
+ * <code>PutObject</code> uploads, the checksum type is always <code>FULL_OBJECT</code>. You can use this header as a
964
+ * data integrity check to verify that the checksum type that is received is the same checksum
965
+ * that was specified. 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>
966
+ * @public
967
+ */
968
+ ChecksumType?: ChecksumType | undefined;
969
+ /**
970
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
971
+ * <note>
972
+ * <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>
973
+ * </note>
917
974
  * @public
918
975
  */
919
976
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -958,7 +1015,7 @@ export interface PutObjectOutput {
958
1015
  SSEKMSKeyId?: string | undefined;
959
1016
  /**
960
1017
  * <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
961
- * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
1018
+ * this header is a Base64 encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
962
1019
  * This value is stored as object metadata and automatically gets
963
1020
  * passed on to Amazon Web Services KMS for future <code>GetObject</code>
964
1021
  * operations on this object.</p>
@@ -973,7 +1030,7 @@ export interface PutObjectOutput {
973
1030
  BucketKeyEnabled?: boolean | undefined;
974
1031
  /**
975
1032
  * <p>
976
- * The size of the object in bytes. This will only be present if you append to an object.
1033
+ * The size of the object in bytes. This value is only be present if you append to an object.
977
1034
  * </p>
978
1035
  * <note>
979
1036
  * <p>This functionality is only supported for objects in the Amazon S3 Express One Zone storage class in directory buckets.</p>
@@ -983,7 +1040,7 @@ export interface PutObjectOutput {
983
1040
  Size?: number | undefined;
984
1041
  /**
985
1042
  * <p>If present, indicates that the requester was successfully charged for the
986
- * request.</p>
1043
+ * 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>
987
1044
  * <note>
988
1045
  * <p>This functionality is not supported for directory buckets.</p>
989
1046
  * </note>
@@ -1038,17 +1095,18 @@ export interface PutObjectRequest {
1038
1095
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
1039
1096
  * <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>
1040
1097
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
1041
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
1098
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
1042
1099
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
1043
1100
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
1044
1101
  * <p>
1045
- * <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>
1102
+ * <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>
1046
1103
  * <note>
1047
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
1104
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
1048
1105
  * </note>
1049
1106
  * <p>
1050
- * <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>
1051
- * <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>
1107
+ * <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
1108
+ * form <code>
1109
+ * <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>
1052
1110
  * <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.
1053
1111
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
1054
1112
  * @public
@@ -1084,7 +1142,7 @@ export interface PutObjectRequest {
1084
1142
  */
1085
1143
  ContentLength?: number | undefined;
1086
1144
  /**
1087
- * <p>The base64-encoded 128-bit MD5 digest of the message (without the headers) according to
1145
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the message (without the headers) according to
1088
1146
  * RFC 1864. This header can be used as a message integrity check to verify that the data is
1089
1147
  * the same data that was originally sent. Although it is optional, we recommend using the
1090
1148
  * Content-MD5 mechanism as an end-to-end integrity check. For more information about REST
@@ -1129,6 +1187,11 @@ export interface PutObjectRequest {
1129
1187
  * </li>
1130
1188
  * <li>
1131
1189
  * <p>
1190
+ * <code>CRC64NVME</code>
1191
+ * </p>
1192
+ * </li>
1193
+ * <li>
1194
+ * <p>
1132
1195
  * <code>SHA1</code>
1133
1196
  * </p>
1134
1197
  * </li>
@@ -1142,9 +1205,7 @@ export interface PutObjectRequest {
1142
1205
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
1143
1206
  * the <i>Amazon S3 User Guide</i>.</p>
1144
1207
  * <p>If the individual checksum value you provide through <code>x-amz-checksum-<i>algorithm</i>
1145
- * </code> doesn't match the checksum algorithm you set through <code>x-amz-sdk-checksum-algorithm</code>, Amazon S3 ignores any provided
1146
- * <code>ChecksumAlgorithm</code> parameter and uses the checksum algorithm that matches the provided value in <code>x-amz-checksum-<i>algorithm</i>
1147
- * </code>.</p>
1208
+ * </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>
1148
1209
  * <note>
1149
1210
  * <p>The <code>Content-MD5</code> or <code>x-amz-sdk-checksum-algorithm</code> header is
1150
1211
  * required for any request to upload an object with a retention period configured using
@@ -1157,7 +1218,7 @@ export interface PutObjectRequest {
1157
1218
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1158
1219
  /**
1159
1220
  * <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.
1160
- * This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
1221
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. For more information, see
1161
1222
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
1162
1223
  * <i>Amazon S3 User Guide</i>.</p>
1163
1224
  * @public
@@ -1165,15 +1226,24 @@ export interface PutObjectRequest {
1165
1226
  ChecksumCRC32?: string | undefined;
1166
1227
  /**
1167
1228
  * <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.
1168
- * This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
1229
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. For more information, see
1169
1230
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
1170
1231
  * <i>Amazon S3 User Guide</i>.</p>
1171
1232
  * @public
1172
1233
  */
1173
1234
  ChecksumCRC32C?: string | undefined;
1235
+ /**
1236
+ * <p>This header can be used as a data integrity check to verify that the data received is
1237
+ * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
1238
+ * <code>CRC64NVME</code> checksum of the object. The <code>CRC64NVME</code> checksum is
1239
+ * 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
1240
+ * in the Amazon S3 User Guide</a>.</p>
1241
+ * @public
1242
+ */
1243
+ ChecksumCRC64NVME?: string | undefined;
1174
1244
  /**
1175
1245
  * <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.
1176
- * This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
1246
+ * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> digest of the object. For more information, see
1177
1247
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
1178
1248
  * <i>Amazon S3 User Guide</i>.</p>
1179
1249
  * @public
@@ -1181,7 +1251,7 @@ export interface PutObjectRequest {
1181
1251
  ChecksumSHA1?: string | undefined;
1182
1252
  /**
1183
1253
  * <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.
1184
- * This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
1254
+ * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> digest of the object. For more information, see
1185
1255
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
1186
1256
  * <i>Amazon S3 User Guide</i>.</p>
1187
1257
  * @public
@@ -1297,8 +1367,7 @@ export interface PutObjectRequest {
1297
1367
  */
1298
1368
  Metadata?: Record<string, string> | undefined;
1299
1369
  /**
1300
- * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
1301
- * (for example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
1370
+ * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3 or Amazon FSx.</p>
1302
1371
  * <ul>
1303
1372
  * <li>
1304
1373
  * <p>
@@ -1333,6 +1402,10 @@ export interface PutObjectRequest {
1333
1402
  * </p>
1334
1403
  * </note>
1335
1404
  * </li>
1405
+ * <li>
1406
+ * <p>
1407
+ * <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>
1408
+ * </li>
1336
1409
  * </ul>
1337
1410
  * @public
1338
1411
  */
@@ -1346,8 +1419,7 @@ export interface PutObjectRequest {
1346
1419
  * <note>
1347
1420
  * <ul>
1348
1421
  * <li>
1349
- * <p>For directory buckets, only the S3 Express One Zone storage class is supported to store
1350
- * newly created objects.</p>
1422
+ * <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>
1351
1423
  * </li>
1352
1424
  * <li>
1353
1425
  * <p>Amazon S3 on Outposts only uses the OUTPOSTS Storage Class.</p>
@@ -1421,20 +1493,19 @@ export interface PutObjectRequest {
1421
1493
  * <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
1422
1494
  * (<code>aws/s3</code>) to protect the data.</p>
1423
1495
  * <p>
1424
- * <b>Directory buckets</b> - If you specify <code>x-amz-server-side-encryption</code> with <code>aws:kms</code>, the <code>
1425
- * x-amz-server-side-encryption-aws-kms-key-id</code> header is implicitly assigned the ID of the KMS
1426
- * symmetric encryption customer managed key that's configured for your directory bucket's default encryption setting.
1427
- * If you want to specify the <code>
1428
- * 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
1429
- * 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.
1496
+ * <b>Directory buckets</b> - To encrypt data using SSE-KMS, it's recommended to specify the
1497
+ * <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
1498
+ * the bucket's default KMS customer managed key ID. If you want to explicitly set the <code>
1499
+ * 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.
1430
1500
  * 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.
1431
- * </p>
1501
+ *
1502
+ * Incorrect key specification results in an HTTP <code>400 Bad Request</code> error. </p>
1432
1503
  * @public
1433
1504
  */
1434
1505
  SSEKMSKeyId?: string | undefined;
1435
1506
  /**
1436
1507
  * <p>Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption. The value of
1437
- * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
1508
+ * this header is a Base64 encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
1438
1509
  * This value is stored as object metadata and automatically gets passed on
1439
1510
  * to Amazon Web Services KMS for future <code>GetObject</code> operations on
1440
1511
  * this object.</p>
@@ -1537,7 +1608,7 @@ export declare class TooManyParts extends __BaseException {
1537
1608
  export interface PutObjectAclOutput {
1538
1609
  /**
1539
1610
  * <p>If present, indicates that the requester was successfully charged for the
1540
- * request.</p>
1611
+ * 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>
1541
1612
  * <note>
1542
1613
  * <p>This functionality is not supported for directory buckets.</p>
1543
1614
  * </note>
@@ -1563,17 +1634,18 @@ export interface PutObjectAclRequest {
1563
1634
  /**
1564
1635
  * <p>The bucket name that contains the object to which you want to attach the ACL. </p>
1565
1636
  * <p>
1566
- * <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>
1637
+ * <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>
1567
1638
  * <p>
1568
- * <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>
1569
- * <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>
1639
+ * <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
1640
+ * form <code>
1641
+ * <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>
1570
1642
  * <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.
1571
1643
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
1572
1644
  * @public
1573
1645
  */
1574
1646
  Bucket: string | undefined;
1575
1647
  /**
1576
- * <p>The base64-encoded 128-bit MD5 digest of the data. This header must be used as a message
1648
+ * <p>The Base64 encoded 128-bit <code>MD5</code> digest of the data. This header must be used as a message
1577
1649
  * integrity check to verify that the request body was not corrupted in transit. For more
1578
1650
  * information, go to <a href="http://www.ietf.org/rfc/rfc1864.txt">RFC
1579
1651
  * 1864.></a>
@@ -1663,7 +1735,7 @@ export interface PutObjectAclRequest {
1663
1735
  export interface PutObjectLegalHoldOutput {
1664
1736
  /**
1665
1737
  * <p>If present, indicates that the requester was successfully charged for the
1666
- * request.</p>
1738
+ * 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>
1667
1739
  * <note>
1668
1740
  * <p>This functionality is not supported for directory buckets.</p>
1669
1741
  * </note>
@@ -1678,7 +1750,7 @@ export interface PutObjectLegalHoldRequest {
1678
1750
  /**
1679
1751
  * <p>The bucket name containing the object that you want to place a legal hold on. </p>
1680
1752
  * <p>
1681
- * <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>
1753
+ * <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>
1682
1754
  * <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.
1683
1755
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
1684
1756
  * @public
@@ -1742,7 +1814,7 @@ export interface PutObjectLegalHoldRequest {
1742
1814
  export interface PutObjectLockConfigurationOutput {
1743
1815
  /**
1744
1816
  * <p>If present, indicates that the requester was successfully charged for the
1745
- * request.</p>
1817
+ * 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>
1746
1818
  * <note>
1747
1819
  * <p>This functionality is not supported for directory buckets.</p>
1748
1820
  * </note>
@@ -1813,7 +1885,7 @@ export interface PutObjectLockConfigurationRequest {
1813
1885
  export interface PutObjectRetentionOutput {
1814
1886
  /**
1815
1887
  * <p>If present, indicates that the requester was successfully charged for the
1816
- * request.</p>
1888
+ * 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>
1817
1889
  * <note>
1818
1890
  * <p>This functionality is not supported for directory buckets.</p>
1819
1891
  * </note>
@@ -1829,7 +1901,7 @@ export interface PutObjectRetentionRequest {
1829
1901
  * <p>The bucket name that contains the object you want to apply this Object Retention
1830
1902
  * configuration to. </p>
1831
1903
  * <p>
1832
- * <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>
1904
+ * <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>
1833
1905
  * <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.
1834
1906
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
1835
1907
  * @public
@@ -1910,10 +1982,11 @@ export interface PutObjectTaggingRequest {
1910
1982
  /**
1911
1983
  * <p>The bucket name containing the object. </p>
1912
1984
  * <p>
1913
- * <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>
1985
+ * <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>
1914
1986
  * <p>
1915
- * <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>
1916
- * <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>
1987
+ * <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
1988
+ * form <code>
1989
+ * <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>
1917
1990
  * <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.
1918
1991
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
1919
1992
  * @public
@@ -2012,6 +2085,127 @@ export interface PutPublicAccessBlockRequest {
2012
2085
  */
2013
2086
  ExpectedBucketOwner?: string | undefined;
2014
2087
  }
2088
+ /**
2089
+ * <p>Parameters on this idempotent request are inconsistent with parameters used in previous request(s).
2090
+ * </p>
2091
+ * <p>For a list of error codes and more information on Amazon S3 errors, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList">Error
2092
+ * codes</a>.</p>
2093
+ * <note>
2094
+ * <p>Idempotency ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.</p>
2095
+ * </note>
2096
+ * @public
2097
+ */
2098
+ export declare class IdempotencyParameterMismatch extends __BaseException {
2099
+ readonly name: "IdempotencyParameterMismatch";
2100
+ readonly $fault: "client";
2101
+ /**
2102
+ * @internal
2103
+ */
2104
+ constructor(opts: __ExceptionOptionType<IdempotencyParameterMismatch, __BaseException>);
2105
+ }
2106
+ /**
2107
+ * @public
2108
+ */
2109
+ export interface RenameObjectOutput {
2110
+ }
2111
+ /**
2112
+ * @public
2113
+ */
2114
+ export interface RenameObjectRequest {
2115
+ /**
2116
+ * <p>The bucket name of the directory bucket containing the object.</p>
2117
+ * <p> You must use virtual-hosted-style requests in the format
2118
+ * <code>Bucket-name.s3express-zone-id.region-code.amazonaws.com</code>. Path-style requests are not supported.
2119
+ * Directory bucket names must be unique in the chosen
2120
+ * Availability Zone. Bucket names must follow the format <code>bucket-base-name--zone-id--x-s3 </code> (for example,
2121
+ * <code>amzn-s3-demo-bucket--usw2-az1--x-s3</code>). For information about bucket naming
2122
+ * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket
2123
+ * naming rules</a> in the <i>Amazon S3 User Guide</i>.</p>
2124
+ * <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.
2125
+ * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
2126
+ * @public
2127
+ */
2128
+ Bucket: string | undefined;
2129
+ /**
2130
+ * <p>Key name of the object to rename.</p>
2131
+ * @public
2132
+ */
2133
+ Key: string | undefined;
2134
+ /**
2135
+ * <p>Specifies the source for the rename operation. The value must be URL encoded.</p>
2136
+ * @public
2137
+ */
2138
+ RenameSource: string | undefined;
2139
+ /**
2140
+ * <p>Renames the object only if the ETag (entity tag) value provided during the operation
2141
+ * matches the ETag of the object in S3. The <code>If-Match</code> header field makes the
2142
+ * request method conditional on ETags. If the ETag values do not match, the operation returns
2143
+ * a <code>412 Precondition Failed</code> error.</p>
2144
+ * <p>Expects the ETag value as a string.</p>
2145
+ * @public
2146
+ */
2147
+ DestinationIfMatch?: string | undefined;
2148
+ /**
2149
+ * <p> Renames the object only if the destination does not already exist in the specified
2150
+ * directory bucket. If the object does exist when you send a request with
2151
+ * <code>If-None-Match:*</code>, the S3 API will return a <code>412 Precondition
2152
+ * Failed</code> error, preventing an overwrite. The <code>If-None-Match</code> header
2153
+ * prevents overwrites of existing data by validating that there's not an object with the same
2154
+ * key name already in your directory bucket.</p>
2155
+ * <p> Expects the <code>*</code> character (asterisk).</p>
2156
+ * @public
2157
+ */
2158
+ DestinationIfNoneMatch?: string | undefined;
2159
+ /**
2160
+ * <p>Renames the object if the destination exists and if it has been modified since the
2161
+ * specified time.</p>
2162
+ * @public
2163
+ */
2164
+ DestinationIfModifiedSince?: Date | undefined;
2165
+ /**
2166
+ * <p>Renames the object if it hasn't been modified since the specified time.</p>
2167
+ * @public
2168
+ */
2169
+ DestinationIfUnmodifiedSince?: Date | undefined;
2170
+ /**
2171
+ * <p>Renames the object if the source exists and if its entity tag (ETag) matches the
2172
+ * specified ETag. </p>
2173
+ * @public
2174
+ */
2175
+ SourceIfMatch?: string | undefined;
2176
+ /**
2177
+ * <p>Renames the object if the source exists and if its entity tag (ETag) is different than
2178
+ * the specified ETag. If an asterisk (<code>*</code>) character is provided, the operation
2179
+ * will fail and return a <code>412 Precondition Failed</code> error. </p>
2180
+ * @public
2181
+ */
2182
+ SourceIfNoneMatch?: string | undefined;
2183
+ /**
2184
+ * <p>Renames the object if the source exists and if it has been modified since the specified time.</p>
2185
+ * @public
2186
+ */
2187
+ SourceIfModifiedSince?: Date | undefined;
2188
+ /**
2189
+ * <p>Renames the object if the source exists and hasn't been modified since the specified time.</p>
2190
+ * @public
2191
+ */
2192
+ SourceIfUnmodifiedSince?: Date | undefined;
2193
+ /**
2194
+ * <p> A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.</p>
2195
+ * <note>
2196
+ * <p>
2197
+ * <code>RenameObject</code> supports idempotency using a client token. To make an
2198
+ * idempotent API request using <code>RenameObject</code>, specify a client token in the
2199
+ * request. You should not reuse the same client token for other API requests. If you retry a
2200
+ * request that completed successfully using the same client token and the same parameters,
2201
+ * the retry succeeds without performing any further actions. If you retry a successful
2202
+ * request using the same client token, but one or more of the parameters are different, the
2203
+ * retry fails and an <code>IdempotentParameterMismatch</code> error is returned. </p>
2204
+ * </note>
2205
+ * @public
2206
+ */
2207
+ ClientToken?: string | undefined;
2208
+ }
2015
2209
  /**
2016
2210
  * <p>This action is not allowed against this storage tier.</p>
2017
2211
  * @public
@@ -2030,7 +2224,7 @@ export declare class ObjectAlreadyInActiveTierError extends __BaseException {
2030
2224
  export interface RestoreObjectOutput {
2031
2225
  /**
2032
2226
  * <p>If present, indicates that the requester was successfully charged for the
2033
- * request.</p>
2227
+ * 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>
2034
2228
  * <note>
2035
2229
  * <p>This functionality is not supported for directory buckets.</p>
2036
2230
  * </note>
@@ -2530,10 +2724,11 @@ export interface RestoreObjectRequest {
2530
2724
  /**
2531
2725
  * <p>The bucket name containing the object to restore. </p>
2532
2726
  * <p>
2533
- * <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>
2727
+ * <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>
2534
2728
  * <p>
2535
- * <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>
2536
- * <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>
2729
+ * <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
2730
+ * form <code>
2731
+ * <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>
2537
2732
  * <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.
2538
2733
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
2539
2734
  * @public
@@ -2639,7 +2834,7 @@ export interface RecordsEvent {
2639
2834
  * <p>The byte array of partial, one or more result records. S3 Select doesn't guarantee that
2640
2835
  * a record will be self-contained in one record frame. To ensure continuous streaming of
2641
2836
  * data, S3 Select might split the same record across multiple record frames instead of
2642
- * aggregating the results in memory. Some S3 clients (for example, the SDK for Java) handle this behavior by creating a <code>ByteStream</code> out of the response by
2837
+ * aggregating the results in memory. Some S3 clients (for example, the SDKforJava) handle this behavior by creating a <code>ByteStream</code> out of the response by
2643
2838
  * default. Other clients might not handle this behavior by default. In those cases, you must
2644
2839
  * aggregate the results on the client side and parse the response.</p>
2645
2840
  * @public
@@ -2933,8 +3128,10 @@ export interface SelectObjectContentRequest {
2933
3128
  */
2934
3129
  export interface UploadPartOutput {
2935
3130
  /**
2936
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
2937
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
3131
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
3132
+ * <note>
3133
+ * <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>
3134
+ * </note>
2938
3135
  * @public
2939
3136
  */
2940
3137
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -2944,7 +3141,7 @@ export interface UploadPartOutput {
2944
3141
  */
2945
3142
  ETag?: string | undefined;
2946
3143
  /**
2947
- * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
3144
+ * <p>The Base64 encoded, 32-bit <code>CRC32 checksum</code> of the object. This checksum is only be present if the checksum was uploaded
2948
3145
  * 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
2949
3146
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
2950
3147
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -2952,7 +3149,7 @@ export interface UploadPartOutput {
2952
3149
  */
2953
3150
  ChecksumCRC32?: string | undefined;
2954
3151
  /**
2955
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
3152
+ * <p>The Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. This checksum is only present if the checksum was uploaded
2956
3153
  * 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
2957
3154
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
2958
3155
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -2960,7 +3157,14 @@ export interface UploadPartOutput {
2960
3157
  */
2961
3158
  ChecksumCRC32C?: string | undefined;
2962
3159
  /**
2963
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
3160
+ * <p>This header can be used as a data integrity check to verify that the data received is
3161
+ * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3162
+ * <code>CRC64NVME</code> checksum of the part. 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>
3163
+ * @public
3164
+ */
3165
+ ChecksumCRC64NVME?: string | undefined;
3166
+ /**
3167
+ * <p>The Base64 encoded, 160-bit <code>SHA1</code> digest of the object. This will only be present if the object was uploaded
2964
3168
  * 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
2965
3169
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
2966
3170
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -2968,7 +3172,7 @@ export interface UploadPartOutput {
2968
3172
  */
2969
3173
  ChecksumSHA1?: string | undefined;
2970
3174
  /**
2971
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
3175
+ * <p>The Base64 encoded, 256-bit <code>SHA256</code> digest of the object. This will only be present if the object was uploaded
2972
3176
  * 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
2973
3177
  * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
2974
3178
  * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -3007,7 +3211,7 @@ export interface UploadPartOutput {
3007
3211
  BucketKeyEnabled?: boolean | undefined;
3008
3212
  /**
3009
3213
  * <p>If present, indicates that the requester was successfully charged for the
3010
- * request.</p>
3214
+ * 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>
3011
3215
  * <note>
3012
3216
  * <p>This functionality is not supported for directory buckets.</p>
3013
3217
  * </note>
@@ -3031,17 +3235,18 @@ export interface UploadPartRequest {
3031
3235
  * When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
3032
3236
  * <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>
3033
3237
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
3034
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
3238
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
3035
3239
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
3036
3240
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
3037
3241
  * <p>
3038
- * <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>
3242
+ * <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>
3039
3243
  * <note>
3040
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
3244
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
3041
3245
  * </note>
3042
3246
  * <p>
3043
- * <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>
3044
- * <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>
3247
+ * <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
3248
+ * form <code>
3249
+ * <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>
3045
3250
  * <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.
3046
3251
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
3047
3252
  * @public
@@ -3054,7 +3259,7 @@ export interface UploadPartRequest {
3054
3259
  */
3055
3260
  ContentLength?: number | undefined;
3056
3261
  /**
3057
- * <p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
3262
+ * <p>The Base64 encoded 128-bit MD5 digest of the part data. This parameter is auto-populated
3058
3263
  * when using the command from the CLI. This parameter is required if object lock parameters
3059
3264
  * are specified.</p>
3060
3265
  * <note>
@@ -3078,7 +3283,7 @@ export interface UploadPartRequest {
3078
3283
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
3079
3284
  /**
3080
3285
  * <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.
3081
- * This header specifies the base64-encoded, 32-bit CRC-32 checksum of the object. For more information, see
3286
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the object. For more information, see
3082
3287
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3083
3288
  * <i>Amazon S3 User Guide</i>.</p>
3084
3289
  * @public
@@ -3086,15 +3291,22 @@ export interface UploadPartRequest {
3086
3291
  ChecksumCRC32?: string | undefined;
3087
3292
  /**
3088
3293
  * <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.
3089
- * This header specifies the base64-encoded, 32-bit CRC-32C checksum of the object. For more information, see
3294
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the object. For more information, see
3090
3295
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3091
3296
  * <i>Amazon S3 User Guide</i>.</p>
3092
3297
  * @public
3093
3298
  */
3094
3299
  ChecksumCRC32C?: string | undefined;
3300
+ /**
3301
+ * <p>This header can be used as a data integrity check to verify that the data received is
3302
+ * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3303
+ * <code>CRC64NVME</code> checksum of the part. 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>
3304
+ * @public
3305
+ */
3306
+ ChecksumCRC64NVME?: string | undefined;
3095
3307
  /**
3096
3308
  * <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.
3097
- * This header specifies the base64-encoded, 160-bit SHA-1 digest of the object. For more information, see
3309
+ * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> digest of the object. For more information, see
3098
3310
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3099
3311
  * <i>Amazon S3 User Guide</i>.</p>
3100
3312
  * @public
@@ -3102,7 +3314,7 @@ export interface UploadPartRequest {
3102
3314
  ChecksumSHA1?: string | undefined;
3103
3315
  /**
3104
3316
  * <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.
3105
- * This header specifies the base64-encoded, 256-bit SHA-256 digest of the object. For more information, see
3317
+ * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> digest of the object. For more information, see
3106
3318
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3107
3319
  * <i>Amazon S3 User Guide</i>.</p>
3108
3320
  * @public
@@ -3189,34 +3401,40 @@ export interface CopyPartResult {
3189
3401
  */
3190
3402
  LastModified?: Date | undefined;
3191
3403
  /**
3192
- * <p>The base64-encoded, 32-bit CRC-32 checksum of the object. This will only be present if it was uploaded
3193
- * 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
3194
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
3195
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3404
+ * <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.
3405
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32</code> checksum of the part. For more information, see
3406
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3407
+ * <i>Amazon S3 User Guide</i>.</p>
3196
3408
  * @public
3197
3409
  */
3198
3410
  ChecksumCRC32?: string | undefined;
3199
3411
  /**
3200
- * <p>The base64-encoded, 32-bit CRC-32C checksum of the object. This will only be present if it was uploaded
3201
- * 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
3202
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
3203
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3412
+ * <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.
3413
+ * This header specifies the Base64 encoded, 32-bit <code>CRC32C</code> checksum of the part. For more information, see
3414
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3415
+ * <i>Amazon S3 User Guide</i>.</p>
3204
3416
  * @public
3205
3417
  */
3206
3418
  ChecksumCRC32C?: string | undefined;
3207
3419
  /**
3208
- * <p>The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded
3209
- * 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
3210
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
3211
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3420
+ * <p>The Base64 encoded, 64-bit <code>CRC64NVME</code> checksum of the part. This checksum is present
3421
+ * 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>
3422
+ * @public
3423
+ */
3424
+ ChecksumCRC64NVME?: string | undefined;
3425
+ /**
3426
+ * <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.
3427
+ * This header specifies the Base64 encoded, 160-bit <code>SHA1</code> checksum of the part. For more information, see
3428
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3429
+ * <i>Amazon S3 User Guide</i>.</p>
3212
3430
  * @public
3213
3431
  */
3214
3432
  ChecksumSHA1?: string | undefined;
3215
3433
  /**
3216
- * <p>The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded
3217
- * 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
3218
- * with multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums">
3219
- * Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
3434
+ * <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.
3435
+ * This header specifies the Base64 encoded, 256-bit <code>SHA256</code> checksum of the part. For more information, see
3436
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in the
3437
+ * <i>Amazon S3 User Guide</i>.</p>
3220
3438
  * @public
3221
3439
  */
3222
3440
  ChecksumSHA256?: string | undefined;
@@ -3240,8 +3458,10 @@ export interface UploadPartCopyOutput {
3240
3458
  */
3241
3459
  CopyPartResult?: CopyPartResult | undefined;
3242
3460
  /**
3243
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
3244
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
3461
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
3462
+ * <note>
3463
+ * <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>
3464
+ * </note>
3245
3465
  * @public
3246
3466
  */
3247
3467
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -3277,7 +3497,7 @@ export interface UploadPartCopyOutput {
3277
3497
  BucketKeyEnabled?: boolean | undefined;
3278
3498
  /**
3279
3499
  * <p>If present, indicates that the requester was successfully charged for the
3280
- * request.</p>
3500
+ * 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>
3281
3501
  * <note>
3282
3502
  * <p>This functionality is not supported for directory buckets.</p>
3283
3503
  * </note>
@@ -3295,7 +3515,7 @@ export interface UploadPartCopyRequest {
3295
3515
  * <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
3296
3516
  * <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>
3297
3517
  * <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
3298
- * <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
3518
+ * <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
3299
3519
  * restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
3300
3520
  * rules</a> in the <i>Amazon S3 User Guide</i>.</p>
3301
3521
  * <note>
@@ -3303,13 +3523,14 @@ export interface UploadPartCopyRequest {
3303
3523
  * you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p>
3304
3524
  * </note>
3305
3525
  * <p>
3306
- * <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>
3526
+ * <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>
3307
3527
  * <note>
3308
- * <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
3528
+ * <p>Object Lambda access points are not supported by directory buckets.</p>
3309
3529
  * </note>
3310
3530
  * <p>
3311
- * <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>
3312
- * <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>
3531
+ * <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
3532
+ * form <code>
3533
+ * <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>
3313
3534
  * <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.
3314
3535
  * For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
3315
3536
  * @public
@@ -3691,7 +3912,7 @@ export interface WriteGetObjectResponseRequest {
3691
3912
  ContentType?: string | undefined;
3692
3913
  /**
3693
3914
  * <p>This header can be used as a data integrity check to verify that the data received is
3694
- * the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32
3915
+ * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32</code>
3695
3916
  * checksum of the object returned by the Object Lambda function. This may not match the
3696
3917
  * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3697
3918
  * only when the original <code>GetObject</code> request required checksum validation. For
@@ -3705,7 +3926,7 @@ export interface WriteGetObjectResponseRequest {
3705
3926
  ChecksumCRC32?: string | undefined;
3706
3927
  /**
3707
3928
  * <p>This header can be used as a data integrity check to verify that the data received is
3708
- * the same data that was originally sent. This specifies the base64-encoded, 32-bit CRC-32C
3929
+ * the same data that was originally sent. This specifies the Base64 encoded, 32-bit <code>CRC32C</code>
3709
3930
  * checksum of the object returned by the Object Lambda function. This may not match the
3710
3931
  * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3711
3932
  * only when the original <code>GetObject</code> request required checksum validation. For
@@ -3718,7 +3939,14 @@ export interface WriteGetObjectResponseRequest {
3718
3939
  ChecksumCRC32C?: string | undefined;
3719
3940
  /**
3720
3941
  * <p>This header can be used as a data integrity check to verify that the data received is
3721
- * the same data that was originally sent. This specifies the base64-encoded, 160-bit SHA-1
3942
+ * the same data that was originally sent. This header specifies the Base64 encoded, 64-bit
3943
+ * <code>CRC64NVME</code> checksum of the part. 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>
3944
+ * @public
3945
+ */
3946
+ ChecksumCRC64NVME?: string | undefined;
3947
+ /**
3948
+ * <p>This header can be used as a data integrity check to verify that the data received is
3949
+ * the same data that was originally sent. This specifies the Base64 encoded, 160-bit <code>SHA1</code>
3722
3950
  * digest of the object returned by the Object Lambda function. This may not match the
3723
3951
  * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3724
3952
  * only when the original <code>GetObject</code> request required checksum validation. For
@@ -3731,7 +3959,7 @@ export interface WriteGetObjectResponseRequest {
3731
3959
  ChecksumSHA1?: string | undefined;
3732
3960
  /**
3733
3961
  * <p>This header can be used as a data integrity check to verify that the data received is
3734
- * the same data that was originally sent. This specifies the base64-encoded, 256-bit SHA-256
3962
+ * the same data that was originally sent. This specifies the Base64 encoded, 256-bit <code>SHA256</code>
3735
3963
  * digest of the object returned by the Object Lambda function. This may not match the
3736
3964
  * checksum for the object stored in Amazon S3. Amazon S3 will perform validation of the checksum values
3737
3965
  * only when the original <code>GetObject</code> request required checksum validation. For
@@ -3744,7 +3972,7 @@ export interface WriteGetObjectResponseRequest {
3744
3972
  ChecksumSHA256?: string | undefined;
3745
3973
  /**
3746
3974
  * <p>Specifies whether an object stored in Amazon S3 is (<code>true</code>) or is not
3747
- * (<code>false</code>) a delete marker. </p>
3975
+ * (<code>false</code>) 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>
3748
3976
  * @public
3749
3977
  */
3750
3978
  DeleteMarker?: boolean | undefined;
@@ -3814,7 +4042,7 @@ export interface WriteGetObjectResponseRequest {
3814
4042
  ReplicationStatus?: ReplicationStatus | undefined;
3815
4043
  /**
3816
4044
  * <p>If present, indicates that the requester was successfully charged for the
3817
- * request.</p>
4045
+ * 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>
3818
4046
  * <note>
3819
4047
  * <p>This functionality is not supported for directory buckets.</p>
3820
4048
  * </note>
@@ -3828,8 +4056,10 @@ export interface WriteGetObjectResponseRequest {
3828
4056
  */
3829
4057
  Restore?: string | undefined;
3830
4058
  /**
3831
- * <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for
3832
- * example, AES256, <code>aws:kms</code>).</p>
4059
+ * <p> The server-side encryption algorithm used when storing requested object in Amazon S3 or Amazon FSx.</p>
4060
+ * <note>
4061
+ * <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>
4062
+ * </note>
3833
4063
  * @public
3834
4064
  */
3835
4065
  ServerSideEncryption?: ServerSideEncryption | undefined;