@tachybase/module-file 1.3.16 → 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 (254) hide show
  1. package/dist/client/index.js +1 -1
  2. package/dist/externalVersion.js +8 -8
  3. package/dist/index.js +4 -4
  4. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  5. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  6. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -1
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +14 -11
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +3 -1
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +5 -5
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +31 -16
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +22 -10
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +210 -66
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +15 -12
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -5
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +13 -10
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +27 -21
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +41 -21
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +37 -16
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -2
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +28 -18
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -5
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -7
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -5
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +10 -7
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +2 -1
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +10 -7
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +8 -5
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -5
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +8 -5
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +22 -17
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +12 -13
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -46
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +10 -2
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +10 -10
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -2
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +14 -14
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -7
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -2
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +2 -1
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +14 -1
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +8 -8
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +14 -14
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -6
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +10 -10
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -7
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +9 -9
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +30 -30
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +31 -19
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +49 -33
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +26 -27
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +19 -6
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -7
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +22 -18
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -1
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +23 -15
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +4 -2
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +77 -70
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +37 -29
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +35 -27
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -28
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +38 -29
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -2
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +24 -10
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +21 -18
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -6
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +22 -19
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +31 -17
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -9
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -1
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +12 -9
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +18 -15
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -8
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +15 -12
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +13 -10
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +15 -12
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +17 -11
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +96 -81
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -2
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -2
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -2
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +14 -14
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -2
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +21 -20
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -15
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +27 -27
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -3
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +28 -30
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +576 -300
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +351 -121
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +32 -31
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +26 -25
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -33
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +5 -6
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -1
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +1 -1
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +1 -1
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +1 -1
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +1 -1
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +1 -1
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -1
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +1 -1
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +1 -1
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +1 -1
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +1 -1
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +1 -1
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +1 -1
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +1 -1
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -1
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +1 -1
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +1 -1
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +1 -1
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +1 -1
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +1 -1
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +1 -1
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +1 -1
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +1 -1
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +1 -1
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +1 -1
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -1
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +1 -1
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +1 -1
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -1
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +1 -1
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +37 -31
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +49 -7
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +36 -1
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +50 -47
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +40 -40
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -51
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -6
  244. package/dist/node_modules/@aws-sdk/client-s3/node_modules/.bin/uuid +21 -0
  245. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  246. package/dist/node_modules/mime-match/package.json +1 -1
  247. package/dist/node_modules/mkdirp/package.json +1 -1
  248. package/dist/node_modules/multer-aliyun-oss/index.js +14 -14
  249. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  250. package/dist/node_modules/multer-cos/index.js +16 -16
  251. package/dist/node_modules/multer-cos/package.json +1 -1
  252. package/dist/node_modules/multer-s3/index.js +3 -3
  253. package/dist/node_modules/multer-s3/package.json +1 -1
  254. package/package.json +12 -12
@@ -23,7 +23,7 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketCorsCommand_base: {
25
25
  new (input: PutBucketCorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketCorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketCorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -113,7 +113,7 @@ declare const PutBucketCorsCommand_base: {
113
113
  * ],
114
114
  * },
115
115
  * ContentMD5: "STRING_VALUE",
116
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
116
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
117
117
  * ExpectedBucketOwner: "STRING_VALUE",
118
118
  * };
119
119
  * const command = new PutBucketCorsCommand(input);
@@ -131,52 +131,55 @@ declare const PutBucketCorsCommand_base: {
131
131
  * @throws {@link S3ServiceException}
132
132
  * <p>Base exception class for all service exceptions from S3 service.</p>
133
133
  *
134
- * @public
134
+ *
135
135
  * @example To set cors configuration on a bucket.
136
136
  * ```javascript
137
137
  * // The following example enables PUT, POST, and DELETE requests from www.example.com, and enables GET requests from any domain.
138
138
  * const input = {
139
- * "Bucket": "",
140
- * "CORSConfiguration": {
141
- * "CORSRules": [
139
+ * Bucket: "",
140
+ * CORSConfiguration: {
141
+ * CORSRules: [
142
142
  * {
143
- * "AllowedHeaders": [
143
+ * AllowedHeaders: [
144
144
  * "*"
145
145
  * ],
146
- * "AllowedMethods": [
146
+ * AllowedMethods: [
147
147
  * "PUT",
148
148
  * "POST",
149
149
  * "DELETE"
150
150
  * ],
151
- * "AllowedOrigins": [
151
+ * AllowedOrigins: [
152
152
  * "http://www.example.com"
153
153
  * ],
154
- * "ExposeHeaders": [
154
+ * ExposeHeaders: [
155
155
  * "x-amz-server-side-encryption"
156
156
  * ],
157
- * "MaxAgeSeconds": 3000
157
+ * MaxAgeSeconds: 3000
158
158
  * },
159
159
  * {
160
- * "AllowedHeaders": [
160
+ * AllowedHeaders: [
161
161
  * "Authorization"
162
162
  * ],
163
- * "AllowedMethods": [
163
+ * AllowedMethods: [
164
164
  * "GET"
165
165
  * ],
166
- * "AllowedOrigins": [
166
+ * AllowedOrigins: [
167
167
  * "*"
168
168
  * ],
169
- * "MaxAgeSeconds": 3000
169
+ * MaxAgeSeconds: 3000
170
170
  * }
171
171
  * ]
172
172
  * },
173
- * "ContentMD5": ""
173
+ * ContentMD5: ""
174
174
  * };
175
175
  * const command = new PutBucketCorsCommand(input);
176
- * await client.send(command);
177
- * // example id: to-set-cors-configuration-on-a-bucket-1483037818805
176
+ * const response = await client.send(command);
177
+ * /* response is
178
+ * { /* metadata only *\/ }
179
+ * *\/
178
180
  * ```
179
181
  *
182
+ * @public
180
183
  */
181
184
  export declare class PutBucketCorsCommand extends PutBucketCorsCommand_base {
182
185
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketEncryptionCommand_base: {
25
25
  new (input: PutBucketEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -33,8 +33,8 @@ declare const PutBucketEncryptionCommand_base: {
33
33
  * <p>
34
34
  * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
35
35
  * </code>. Virtual-hosted-style requests aren't supported.
36
- * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
37
- * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
36
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
37
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
38
38
  * <i>Amazon S3 User Guide</i>.</p>
39
39
  * </note>
40
40
  * <p>By default, all buckets have a default encryption configuration that uses server-side
@@ -78,7 +78,7 @@ declare const PutBucketEncryptionCommand_base: {
78
78
  * For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>.</p>
79
79
  * </li>
80
80
  * <li>
81
- * <p>Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
81
+ * <p>Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
82
82
  * 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.
83
83
  * </p>
84
84
  * </li>
@@ -163,12 +163,12 @@ declare const PutBucketEncryptionCommand_base: {
163
163
  * const input = { // PutBucketEncryptionRequest
164
164
  * Bucket: "STRING_VALUE", // required
165
165
  * ContentMD5: "STRING_VALUE",
166
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
166
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
167
167
  * ServerSideEncryptionConfiguration: { // ServerSideEncryptionConfiguration
168
168
  * Rules: [ // ServerSideEncryptionRules // required
169
169
  * { // ServerSideEncryptionRule
170
170
  * ApplyServerSideEncryptionByDefault: { // ServerSideEncryptionByDefault
171
- * SSEAlgorithm: "AES256" || "aws:kms" || "aws:kms:dsse", // required
171
+ * SSEAlgorithm: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse", // required
172
172
  * KMSMasterKeyID: "STRING_VALUE",
173
173
  * },
174
174
  * BucketKeyEnabled: true || false,
@@ -192,6 +192,7 @@ declare const PutBucketEncryptionCommand_base: {
192
192
  * @throws {@link S3ServiceException}
193
193
  * <p>Base exception class for all service exceptions from S3 service.</p>
194
194
  *
195
+ *
195
196
  * @public
196
197
  */
197
198
  export declare class PutBucketEncryptionCommand extends PutBucketEncryptionCommand_base {
@@ -23,7 +23,7 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
23
23
  }
24
24
  declare const PutBucketIntelligentTieringConfigurationCommand_base: {
25
25
  new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -94,6 +94,7 @@ declare const PutBucketIntelligentTieringConfigurationCommand_base: {
94
94
  * const input = { // PutBucketIntelligentTieringConfigurationRequest
95
95
  * Bucket: "STRING_VALUE", // required
96
96
  * Id: "STRING_VALUE", // required
97
+ * ExpectedBucketOwner: "STRING_VALUE",
97
98
  * IntelligentTieringConfiguration: { // IntelligentTieringConfiguration
98
99
  * Id: "STRING_VALUE", // required
99
100
  * Filter: { // IntelligentTieringFilter
@@ -136,6 +137,7 @@ declare const PutBucketIntelligentTieringConfigurationCommand_base: {
136
137
  * @throws {@link S3ServiceException}
137
138
  * <p>Base exception class for all service exceptions from S3 service.</p>
138
139
  *
140
+ *
139
141
  * @public
140
142
  */
141
143
  export declare class PutBucketIntelligentTieringConfigurationCommand extends PutBucketIntelligentTieringConfigurationCommand_base {
@@ -23,7 +23,7 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata
23
23
  }
24
24
  declare const PutBucketInventoryConfigurationCommand_base: {
25
25
  new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketInventoryConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -168,6 +168,7 @@ declare const PutBucketInventoryConfigurationCommand_base: {
168
168
  * @throws {@link S3ServiceException}
169
169
  * <p>Base exception class for all service exceptions from S3 service.</p>
170
170
  *
171
+ *
171
172
  * @public
172
173
  */
173
174
  export declare class PutBucketInventoryConfigurationCommand extends PutBucketInventoryConfigurationCommand_base {
@@ -23,7 +23,7 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends PutBucketL
23
23
  }
24
24
  declare const PutBucketLifecycleConfigurationCommand_base: {
25
25
  new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketLifecycleConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -133,8 +133,8 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
133
133
  * <p>
134
134
  * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
135
135
  * </code>. Virtual-hosted-style requests aren't supported.
136
- * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
137
- * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
136
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
137
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
138
138
  * <i>Amazon S3 User Guide</i>.</p>
139
139
  * </note>
140
140
  * </li>
@@ -169,7 +169,7 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
169
169
  * const client = new S3Client(config);
170
170
  * const input = { // PutBucketLifecycleConfigurationRequest
171
171
  * Bucket: "STRING_VALUE", // required
172
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
172
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
173
173
  * LifecycleConfiguration: { // BucketLifecycleConfiguration
174
174
  * Rules: [ // LifecycleRules // required
175
175
  * { // LifecycleRule
@@ -245,27 +245,27 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
245
245
  * @throws {@link S3ServiceException}
246
246
  * <p>Base exception class for all service exceptions from S3 service.</p>
247
247
  *
248
- * @public
248
+ *
249
249
  * @example Put bucket lifecycle
250
250
  * ```javascript
251
251
  * // The following example replaces existing lifecycle configuration, if any, on the specified bucket.
252
252
  * const input = {
253
- * "Bucket": "examplebucket",
254
- * "LifecycleConfiguration": {
255
- * "Rules": [
253
+ * Bucket: "examplebucket",
254
+ * LifecycleConfiguration: {
255
+ * Rules: [
256
256
  * {
257
- * "Expiration": {
258
- * "Days": 3650
257
+ * Expiration: {
258
+ * Days: 3650
259
259
  * },
260
- * "Filter": {
261
- * "Prefix": "documents/"
260
+ * Filter: {
261
+ * Prefix: "documents/"
262
262
  * },
263
- * "ID": "TestOnly",
264
- * "Status": "Enabled",
265
- * "Transitions": [
263
+ * ID: "TestOnly",
264
+ * Status: "Enabled",
265
+ * Transitions: [
266
266
  * {
267
- * "Days": 365,
268
- * "StorageClass": "GLACIER"
267
+ * Days: 365,
268
+ * StorageClass: "GLACIER"
269
269
  * }
270
270
  * ]
271
271
  * }
@@ -273,10 +273,13 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
273
273
  * }
274
274
  * };
275
275
  * const command = new PutBucketLifecycleConfigurationCommand(input);
276
- * await client.send(command);
277
- * // example id: put-bucket-lifecycle-1482264533092
276
+ * const response = await client.send(command);
277
+ * /* response is
278
+ * { /* metadata only *\/ }
279
+ * *\/
278
280
  * ```
279
281
  *
282
+ * @public
280
283
  */
281
284
  export declare class PutBucketLifecycleConfigurationCommand extends PutBucketLifecycleConfigurationCommand_base {
282
285
  /** @internal type navigation helper, not in runtime. */
@@ -23,11 +23,19 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketLoggingCommand_base: {
25
25
  new (input: PutBucketLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
30
+ * <important>
31
+ * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will discontinue support for creating new Email Grantee Access Control Lists (ACL).
32
+ * Email Grantee ACLs created prior to this date will continue to work and remain accessible through the Amazon Web Services Management Console, Command Line Interface (CLI), SDKs,
33
+ * and REST API. However, you will no longer be able to create new Email Grantee ACLs.
34
+ * </p>
35
+ * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
36
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
37
+ * </important>
38
+ * <note>
31
39
  * <p>This operation is not supported for directory buckets.</p>
32
40
  * </note>
33
41
  * <p>Set the logging parameters for a bucket and to specify permissions for who can view and
@@ -49,7 +57,10 @@ declare const PutBucketLoggingCommand_base: {
49
57
  * <dt>Grantee Values</dt>
50
58
  * <dd>
51
59
  * <p>You can specify the person (grantee) to whom you're assigning access rights (by
52
- * using request elements) in the following ways:</p>
60
+ * using request elements) in the following ways. For examples of how to specify these
61
+ * grantee values in JSON format, see the Amazon Web Services CLI example in <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html">
62
+ * Enabling Amazon S3 server access logging</a> in the
63
+ * <i>Amazon S3 User Guide</i>.</p>
53
64
  * <ul>
54
65
  * <li>
55
66
  * <p>By the person's ID:</p>
@@ -148,7 +159,7 @@ declare const PutBucketLoggingCommand_base: {
148
159
  * },
149
160
  * },
150
161
  * ContentMD5: "STRING_VALUE",
151
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
162
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
152
163
  * ExpectedBucketOwner: "STRING_VALUE",
153
164
  * };
154
165
  * const command = new PutBucketLoggingCommand(input);
@@ -166,33 +177,36 @@ declare const PutBucketLoggingCommand_base: {
166
177
  * @throws {@link S3ServiceException}
167
178
  * <p>Base exception class for all service exceptions from S3 service.</p>
168
179
  *
169
- * @public
180
+ *
170
181
  * @example Set logging configuration for a bucket
171
182
  * ```javascript
172
183
  * // The following example sets logging policy on a bucket. For the Log Delivery group to deliver logs to the destination bucket, it needs permission for the READ_ACP action which the policy grants.
173
184
  * const input = {
174
- * "Bucket": "sourcebucket",
175
- * "BucketLoggingStatus": {
176
- * "LoggingEnabled": {
177
- * "TargetBucket": "targetbucket",
178
- * "TargetGrants": [
185
+ * Bucket: "sourcebucket",
186
+ * BucketLoggingStatus: {
187
+ * LoggingEnabled: {
188
+ * TargetBucket: "targetbucket",
189
+ * TargetGrants: [
179
190
  * {
180
- * "Grantee": {
181
- * "Type": "Group",
182
- * "URI": "http://acs.amazonaws.com/groups/global/AllUsers"
191
+ * Grantee: {
192
+ * Type: "Group",
193
+ * URI: "http://acs.amazonaws.com/groups/global/AllUsers"
183
194
  * },
184
- * "Permission": "READ"
195
+ * Permission: "READ"
185
196
  * }
186
197
  * ],
187
- * "TargetPrefix": "MyBucketLogs/"
198
+ * TargetPrefix: "MyBucketLogs/"
188
199
  * }
189
200
  * }
190
201
  * };
191
202
  * const command = new PutBucketLoggingCommand(input);
192
- * await client.send(command);
193
- * // example id: set-logging-configuration-for-a-bucket-1482269119909
203
+ * const response = await client.send(command);
204
+ * /* response is
205
+ * { /* metadata only *\/ }
206
+ * *\/
194
207
  * ```
195
208
  *
209
+ * @public
196
210
  */
197
211
  export declare class PutBucketLoggingCommand extends PutBucketLoggingCommand_base {
198
212
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutBucketMetricsConfigurationCommandOutput extends __MetadataBe
23
23
  }
24
24
  declare const PutBucketMetricsConfigurationCommand_base: {
25
25
  new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketMetricsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -124,6 +124,7 @@ declare const PutBucketMetricsConfigurationCommand_base: {
124
124
  * @throws {@link S3ServiceException}
125
125
  * <p>Base exception class for all service exceptions from S3 service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class PutBucketMetricsConfigurationCommand extends PutBucketMetricsConfigurationCommand_base {
@@ -23,7 +23,7 @@ export interface PutBucketNotificationConfigurationCommandOutput extends __Metad
23
23
  }
24
24
  declare const PutBucketNotificationConfigurationCommand_base: {
25
25
  new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -168,28 +168,31 @@ declare const PutBucketNotificationConfigurationCommand_base: {
168
168
  * @throws {@link S3ServiceException}
169
169
  * <p>Base exception class for all service exceptions from S3 service.</p>
170
170
  *
171
- * @public
171
+ *
172
172
  * @example Set notification configuration for a bucket
173
173
  * ```javascript
174
174
  * // The following example sets notification configuration on a bucket to publish the object created events to an SNS topic.
175
175
  * const input = {
176
- * "Bucket": "examplebucket",
177
- * "NotificationConfiguration": {
178
- * "TopicConfigurations": [
176
+ * Bucket: "examplebucket",
177
+ * NotificationConfiguration: {
178
+ * TopicConfigurations: [
179
179
  * {
180
- * "Events": [
180
+ * Events: [
181
181
  * "s3:ObjectCreated:*"
182
182
  * ],
183
- * "TopicArn": "arn:aws:sns:us-west-2:123456789012:s3-notification-topic"
183
+ * TopicArn: "arn:aws:sns:us-west-2:123456789012:s3-notification-topic"
184
184
  * }
185
185
  * ]
186
186
  * }
187
187
  * };
188
188
  * const command = new PutBucketNotificationConfigurationCommand(input);
189
- * await client.send(command);
190
- * // example id: set-notification-configuration-for-a-bucket-1482270296426
189
+ * const response = await client.send(command);
190
+ * /* response is
191
+ * { /* metadata only *\/ }
192
+ * *\/
191
193
  * ```
192
194
  *
195
+ * @public
193
196
  */
194
197
  export declare class PutBucketNotificationConfigurationCommand extends PutBucketNotificationConfigurationCommand_base {
195
198
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutBucketOwnershipControlsCommandOutput extends __MetadataBeare
23
23
  }
24
24
  declare const PutBucketOwnershipControlsCommand_base: {
25
25
  new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketOwnershipControlsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -66,6 +66,7 @@ declare const PutBucketOwnershipControlsCommand_base: {
66
66
  * },
67
67
  * ],
68
68
  * },
69
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
69
70
  * };
70
71
  * const command = new PutBucketOwnershipControlsCommand(input);
71
72
  * const response = await client.send(command);
@@ -82,6 +83,7 @@ declare const PutBucketOwnershipControlsCommand_base: {
82
83
  * @throws {@link S3ServiceException}
83
84
  * <p>Base exception class for all service exceptions from S3 service.</p>
84
85
  *
86
+ *
85
87
  * @public
86
88
  */
87
89
  export declare class PutBucketOwnershipControlsCommand extends PutBucketOwnershipControlsCommand_base {
@@ -23,7 +23,7 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketPolicyCommand_base: {
25
25
  new (input: PutBucketPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -32,8 +32,8 @@ declare const PutBucketPolicyCommand_base: {
32
32
  * <p>
33
33
  * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
34
34
  * </code>. Virtual-hosted-style requests aren't supported.
35
- * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
36
- * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
35
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
36
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
37
37
  * <i>Amazon S3 User Guide</i>.</p>
38
38
  * </note>
39
39
  * <dl>
@@ -113,7 +113,7 @@ declare const PutBucketPolicyCommand_base: {
113
113
  * const input = { // PutBucketPolicyRequest
114
114
  * Bucket: "STRING_VALUE", // required
115
115
  * ContentMD5: "STRING_VALUE",
116
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
116
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
117
117
  * ConfirmRemoveSelfBucketAccess: true || false,
118
118
  * Policy: "STRING_VALUE", // required
119
119
  * ExpectedBucketOwner: "STRING_VALUE",
@@ -133,19 +133,22 @@ declare const PutBucketPolicyCommand_base: {
133
133
  * @throws {@link S3ServiceException}
134
134
  * <p>Base exception class for all service exceptions from S3 service.</p>
135
135
  *
136
- * @public
136
+ *
137
137
  * @example Set bucket policy
138
138
  * ```javascript
139
139
  * // The following example sets a permission policy on a bucket.
140
140
  * const input = {
141
- * "Bucket": "examplebucket",
142
- * "Policy": "{\"Version\": \"2012-10-17\", \"Statement\": [{ \"Sid\": \"id-1\",\"Effect\": \"Allow\",\"Principal\": {\"AWS\": \"arn:aws:iam::123456789012:root\"}, \"Action\": [ \"s3:PutObject\",\"s3:PutObjectAcl\"], \"Resource\": [\"arn:aws:s3:::acl3/*\" ] } ]}"
141
+ * Bucket: "examplebucket",
142
+ * Policy: `{"Version": "2012-10-17", "Statement": [{ "Sid": "id-1","Effect": "Allow","Principal": {"AWS": "arn:aws:iam::123456789012:root"}, "Action": [ "s3:PutObject","s3:PutObjectAcl"], "Resource": ["arn:aws:s3:::acl3/*" ] } ]}`
143
143
  * };
144
144
  * const command = new PutBucketPolicyCommand(input);
145
- * await client.send(command);
146
- * // example id: set-bucket-policy-1482448903302
145
+ * const response = await client.send(command);
146
+ * /* response is
147
+ * { /* metadata only *\/ }
148
+ * *\/
147
149
  * ```
148
150
  *
151
+ * @public
149
152
  */
150
153
  export declare class PutBucketPolicyCommand extends PutBucketPolicyCommand_base {
151
154
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketReplicationCommand_base: {
25
25
  new (input: PutBucketReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -109,7 +109,7 @@ declare const PutBucketReplicationCommand_base: {
109
109
  * const input = { // PutBucketReplicationRequest
110
110
  * Bucket: "STRING_VALUE", // required
111
111
  * ContentMD5: "STRING_VALUE",
112
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
112
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
113
113
  * ReplicationConfiguration: { // ReplicationConfiguration
114
114
  * Role: "STRING_VALUE", // required
115
115
  * Rules: [ // ReplicationRules // required
@@ -148,7 +148,7 @@ declare const PutBucketReplicationCommand_base: {
148
148
  * Destination: { // Destination
149
149
  * Bucket: "STRING_VALUE", // required
150
150
  * Account: "STRING_VALUE",
151
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
151
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
152
152
  * AccessControlTranslation: { // AccessControlTranslation
153
153
  * Owner: "Destination", // required
154
154
  * },
@@ -192,31 +192,34 @@ declare const PutBucketReplicationCommand_base: {
192
192
  * @throws {@link S3ServiceException}
193
193
  * <p>Base exception class for all service exceptions from S3 service.</p>
194
194
  *
195
- * @public
195
+ *
196
196
  * @example Set replication configuration on a bucket
197
197
  * ```javascript
198
198
  * // The following example sets replication configuration on a bucket.
199
199
  * const input = {
200
- * "Bucket": "examplebucket",
201
- * "ReplicationConfiguration": {
202
- * "Role": "arn:aws:iam::123456789012:role/examplerole",
203
- * "Rules": [
200
+ * Bucket: "examplebucket",
201
+ * ReplicationConfiguration: {
202
+ * Role: "arn:aws:iam::123456789012:role/examplerole",
203
+ * Rules: [
204
204
  * {
205
- * "Destination": {
206
- * "Bucket": "arn:aws:s3:::destinationbucket",
207
- * "StorageClass": "STANDARD"
205
+ * Destination: {
206
+ * Bucket: "arn:aws:s3:::destinationbucket",
207
+ * StorageClass: "STANDARD"
208
208
  * },
209
- * "Prefix": "",
210
- * "Status": "Enabled"
209
+ * Prefix: "",
210
+ * Status: "Enabled"
211
211
  * }
212
212
  * ]
213
213
  * }
214
214
  * };
215
215
  * const command = new PutBucketReplicationCommand(input);
216
- * await client.send(command);
217
- * // example id: id-1
216
+ * const response = await client.send(command);
217
+ * /* response is
218
+ * { /* metadata only *\/ }
219
+ * *\/
218
220
  * ```
219
221
  *
222
+ * @public
220
223
  */
221
224
  export declare class PutBucketReplicationCommand extends PutBucketReplicationCommand_base {
222
225
  /** @internal type navigation helper, not in runtime. */