@tachybase/module-file 1.3.17 → 1.3.19

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 (252) hide show
  1. package/dist/externalVersion.js +8 -8
  2. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  3. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  4. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -1
  5. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +14 -11
  6. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +3 -1
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +5 -5
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +31 -16
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +22 -10
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +210 -66
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +15 -12
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -5
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +13 -10
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +27 -21
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +41 -21
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +37 -16
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -2
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +28 -18
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -5
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -7
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -5
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +10 -7
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +2 -1
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +10 -7
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +8 -5
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -5
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +8 -5
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +22 -17
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +12 -13
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -46
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +10 -2
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +10 -10
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -2
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +14 -14
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -7
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -2
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +2 -1
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +14 -1
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +8 -8
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +14 -14
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -6
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +10 -10
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -7
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +9 -9
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +30 -30
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +31 -19
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +49 -33
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +26 -27
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +19 -6
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -7
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +22 -18
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -1
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +23 -15
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +4 -2
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +77 -70
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +37 -29
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +35 -27
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -28
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +38 -29
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -2
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +24 -10
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +21 -18
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -6
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +22 -19
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +31 -17
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -9
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -1
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +12 -9
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +18 -15
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -8
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +15 -12
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +13 -10
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +15 -12
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +17 -11
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +96 -81
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -2
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -2
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -2
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +14 -14
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -2
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +21 -20
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -15
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +27 -27
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -3
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +28 -30
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +576 -300
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +351 -121
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +32 -31
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +26 -25
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -33
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +5 -6
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -1
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +1 -1
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +1 -1
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +1 -1
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +1 -1
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +1 -1
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -1
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +1 -1
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +1 -1
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +1 -1
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +1 -1
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +1 -1
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +1 -1
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +1 -1
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -1
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +1 -1
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +1 -1
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +1 -1
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +1 -1
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +1 -1
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +1 -1
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +1 -1
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +1 -1
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +1 -1
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +1 -1
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -1
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +1 -1
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +1 -1
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -1
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +1 -1
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +37 -31
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +49 -7
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +36 -1
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +50 -47
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +40 -40
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -51
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -6
  242. package/dist/node_modules/@aws-sdk/client-s3/node_modules/.bin/uuid +21 -0
  243. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  244. package/dist/node_modules/mime-match/package.json +1 -1
  245. package/dist/node_modules/mkdirp/package.json +1 -1
  246. package/dist/node_modules/multer-aliyun-oss/index.js +14 -14
  247. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  248. package/dist/node_modules/multer-cos/index.js +16 -16
  249. package/dist/node_modules/multer-cos/package.json +1 -1
  250. package/dist/node_modules/multer-s3/index.js +3 -3
  251. package/dist/node_modules/multer-s3/package.json +1 -1
  252. package/package.json +12 -12
@@ -23,7 +23,7 @@ export interface PutBucketRequestPaymentCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketRequestPaymentCommand_base: {
25
25
  new (input: PutBucketRequestPaymentCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketRequestPaymentCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketRequestPaymentCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -57,7 +57,7 @@ declare const PutBucketRequestPaymentCommand_base: {
57
57
  * const input = { // PutBucketRequestPaymentRequest
58
58
  * Bucket: "STRING_VALUE", // required
59
59
  * ContentMD5: "STRING_VALUE",
60
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
60
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
61
61
  * RequestPaymentConfiguration: { // RequestPaymentConfiguration
62
62
  * Payer: "Requester" || "BucketOwner", // required
63
63
  * },
@@ -78,21 +78,24 @@ declare const PutBucketRequestPaymentCommand_base: {
78
78
  * @throws {@link S3ServiceException}
79
79
  * <p>Base exception class for all service exceptions from S3 service.</p>
80
80
  *
81
- * @public
81
+ *
82
82
  * @example Set request payment configuration on a bucket.
83
83
  * ```javascript
84
84
  * // The following example sets request payment configuration on a bucket so that person requesting the download is charged.
85
85
  * const input = {
86
- * "Bucket": "examplebucket",
87
- * "RequestPaymentConfiguration": {
88
- * "Payer": "Requester"
86
+ * Bucket: "examplebucket",
87
+ * RequestPaymentConfiguration: {
88
+ * Payer: "Requester"
89
89
  * }
90
90
  * };
91
91
  * const command = new PutBucketRequestPaymentCommand(input);
92
- * await client.send(command);
93
- * // example id: set-request-payment-configuration-on-a-bucket-1482343596680
92
+ * const response = await client.send(command);
93
+ * /* response is
94
+ * { /* metadata only *\/ }
95
+ * *\/
94
96
  * ```
95
97
  *
98
+ * @public
96
99
  */
97
100
  export declare class PutBucketRequestPaymentCommand extends PutBucketRequestPaymentCommand_base {
98
101
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketTaggingCommand_base: {
25
25
  new (input: PutBucketTaggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketTaggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketTaggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -97,7 +97,7 @@ declare const PutBucketTaggingCommand_base: {
97
97
  * const input = { // PutBucketTaggingRequest
98
98
  * Bucket: "STRING_VALUE", // required
99
99
  * ContentMD5: "STRING_VALUE",
100
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
100
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
101
101
  * Tagging: { // Tagging
102
102
  * TagSet: [ // TagSet // required
103
103
  * { // Tag
@@ -123,30 +123,33 @@ declare const PutBucketTaggingCommand_base: {
123
123
  * @throws {@link S3ServiceException}
124
124
  * <p>Base exception class for all service exceptions from S3 service.</p>
125
125
  *
126
- * @public
126
+ *
127
127
  * @example Set tags on a bucket
128
128
  * ```javascript
129
129
  * // The following example sets tags on a bucket. Any existing tags are replaced.
130
130
  * const input = {
131
- * "Bucket": "examplebucket",
132
- * "Tagging": {
133
- * "TagSet": [
131
+ * Bucket: "examplebucket",
132
+ * Tagging: {
133
+ * TagSet: [
134
134
  * {
135
- * "Key": "Key1",
136
- * "Value": "Value1"
135
+ * Key: "Key1",
136
+ * Value: "Value1"
137
137
  * },
138
138
  * {
139
- * "Key": "Key2",
140
- * "Value": "Value2"
139
+ * Key: "Key2",
140
+ * Value: "Value2"
141
141
  * }
142
142
  * ]
143
143
  * }
144
144
  * };
145
145
  * const command = new PutBucketTaggingCommand(input);
146
- * await client.send(command);
147
- * // example id: set-tags-on-a-bucket-1482346269066
146
+ * const response = await client.send(command);
147
+ * /* response is
148
+ * { /* metadata only *\/ }
149
+ * *\/
148
150
  * ```
149
151
  *
152
+ * @public
150
153
  */
151
154
  export declare class PutBucketTaggingCommand extends PutBucketTaggingCommand_base {
152
155
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketVersioningCommand_base: {
25
25
  new (input: PutBucketVersioningCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketVersioningCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketVersioningCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -33,7 +33,7 @@ declare const PutBucketVersioningCommand_base: {
33
33
  * <note>
34
34
  * <p>When you enable versioning on a bucket for the first time, it might take a short
35
35
  * amount of time for the change to be fully propagated. While this change is propagating,
36
- * you may encounter intermittent <code>HTTP 404 NoSuchKey</code> errors for requests to
36
+ * you might encounter intermittent <code>HTTP 404 NoSuchKey</code> errors for requests to
37
37
  * objects created or updated after enabling versioning. We recommend that you wait for 15
38
38
  * minutes after enabling versioning before issuing write operations (<code>PUT</code> or
39
39
  * <code>DELETE</code>) on objects in the bucket. </p>
@@ -88,7 +88,7 @@ declare const PutBucketVersioningCommand_base: {
88
88
  * const input = { // PutBucketVersioningRequest
89
89
  * Bucket: "STRING_VALUE", // required
90
90
  * ContentMD5: "STRING_VALUE",
91
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
91
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
92
92
  * MFA: "STRING_VALUE",
93
93
  * VersioningConfiguration: { // VersioningConfiguration
94
94
  * MFADelete: "Enabled" || "Disabled",
@@ -111,22 +111,25 @@ declare const PutBucketVersioningCommand_base: {
111
111
  * @throws {@link S3ServiceException}
112
112
  * <p>Base exception class for all service exceptions from S3 service.</p>
113
113
  *
114
- * @public
114
+ *
115
115
  * @example Set versioning configuration on a bucket
116
116
  * ```javascript
117
117
  * // The following example sets versioning configuration on bucket. The configuration enables versioning on the bucket.
118
118
  * const input = {
119
- * "Bucket": "examplebucket",
120
- * "VersioningConfiguration": {
121
- * "MFADelete": "Disabled",
122
- * "Status": "Enabled"
119
+ * Bucket: "examplebucket",
120
+ * VersioningConfiguration: {
121
+ * MFADelete: "Disabled",
122
+ * Status: "Enabled"
123
123
  * }
124
124
  * };
125
125
  * const command = new PutBucketVersioningCommand(input);
126
- * await client.send(command);
127
- * // example id: set-versioning-configuration-on-a-bucket-1482344186279
126
+ * const response = await client.send(command);
127
+ * /* response is
128
+ * { /* metadata only *\/ }
129
+ * *\/
128
130
  * ```
129
131
  *
132
+ * @public
130
133
  */
131
134
  export declare class PutBucketVersioningCommand extends PutBucketVersioningCommand_base {
132
135
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutBucketWebsiteCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketWebsiteCommand_base: {
25
25
  new (input: PutBucketWebsiteCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketWebsiteCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketWebsiteCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -162,7 +162,7 @@ declare const PutBucketWebsiteCommand_base: {
162
162
  * const input = { // PutBucketWebsiteRequest
163
163
  * Bucket: "STRING_VALUE", // required
164
164
  * ContentMD5: "STRING_VALUE",
165
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
165
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
166
166
  * WebsiteConfiguration: { // WebsiteConfiguration
167
167
  * ErrorDocument: { // ErrorDocument
168
168
  * Key: "STRING_VALUE", // required
@@ -207,27 +207,30 @@ declare const PutBucketWebsiteCommand_base: {
207
207
  * @throws {@link S3ServiceException}
208
208
  * <p>Base exception class for all service exceptions from S3 service.</p>
209
209
  *
210
- * @public
210
+ *
211
211
  * @example Set website configuration on a bucket
212
212
  * ```javascript
213
213
  * // The following example adds website configuration to a bucket.
214
214
  * const input = {
215
- * "Bucket": "examplebucket",
216
- * "ContentMD5": "",
217
- * "WebsiteConfiguration": {
218
- * "ErrorDocument": {
219
- * "Key": "error.html"
215
+ * Bucket: "examplebucket",
216
+ * ContentMD5: "",
217
+ * WebsiteConfiguration: {
218
+ * ErrorDocument: {
219
+ * Key: "error.html"
220
220
  * },
221
- * "IndexDocument": {
222
- * "Suffix": "index.html"
221
+ * IndexDocument: {
222
+ * Suffix: "index.html"
223
223
  * }
224
224
  * }
225
225
  * };
226
226
  * const command = new PutBucketWebsiteCommand(input);
227
- * await client.send(command);
228
- * // example id: set-website-configuration-on-a-bucket-1482346836261
227
+ * const response = await client.send(command);
228
+ * /* response is
229
+ * { /* metadata only *\/ }
230
+ * *\/
229
231
  * ```
230
232
  *
233
+ * @public
231
234
  */
232
235
  export declare class PutBucketWebsiteCommand extends PutBucketWebsiteCommand_base {
233
236
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutObjectAclCommandOutput extends PutObjectAclOutput, __Metadat
23
23
  }
24
24
  declare const PutObjectAclCommand_base: {
25
25
  new (input: PutObjectAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectAclCommandInput, PutObjectAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutObjectAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectAclCommandInput, PutObjectAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutObjectAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectAclCommandInput, PutObjectAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -137,7 +137,10 @@ declare const PutObjectAclCommand_base: {
137
137
  * <dt>Grantee Values</dt>
138
138
  * <dd>
139
139
  * <p>You can specify the person (grantee) to whom you're assigning access rights
140
- * (using request elements) in the following ways:</p>
140
+ * (using request elements) in the following ways. For examples of how to specify these
141
+ * 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">
142
+ * Enabling Amazon S3 server access logging</a> in the
143
+ * <i>Amazon S3 User Guide</i>.</p>
141
144
  * <ul>
142
145
  * <li>
143
146
  * <p>By the person's ID:</p>
@@ -244,7 +247,7 @@ declare const PutObjectAclCommand_base: {
244
247
  * },
245
248
  * Bucket: "STRING_VALUE", // required
246
249
  * ContentMD5: "STRING_VALUE",
247
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
250
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
248
251
  * GrantFullControl: "STRING_VALUE",
249
252
  * GrantRead: "STRING_VALUE",
250
253
  * GrantReadACP: "STRING_VALUE",
@@ -275,22 +278,25 @@ declare const PutObjectAclCommand_base: {
275
278
  * @throws {@link S3ServiceException}
276
279
  * <p>Base exception class for all service exceptions from S3 service.</p>
277
280
  *
278
- * @public
281
+ *
279
282
  * @example To grant permissions using object ACL
280
283
  * ```javascript
281
284
  * // The following example adds grants to an object ACL. The first permission grants user1 and user2 FULL_CONTROL and the AllUsers group READ permission.
282
285
  * const input = {
283
- * "AccessControlPolicy": {},
284
- * "Bucket": "examplebucket",
285
- * "GrantFullControl": "emailaddress=user1@example.com,emailaddress=user2@example.com",
286
- * "GrantRead": "uri=http://acs.amazonaws.com/groups/global/AllUsers",
287
- * "Key": "HappyFace.jpg"
286
+ * AccessControlPolicy: { /* empty *\/ },
287
+ * Bucket: "examplebucket",
288
+ * GrantFullControl: "emailaddress=user1@example.com,emailaddress=user2@example.com",
289
+ * GrantRead: "uri=http://acs.amazonaws.com/groups/global/AllUsers",
290
+ * Key: "HappyFace.jpg"
288
291
  * };
289
292
  * const command = new PutObjectAclCommand(input);
290
- * await client.send(command);
291
- * // example id: to-grant-permissions-using-object-acl-1481835549285
293
+ * const response = await client.send(command);
294
+ * /* response is
295
+ * { /* empty *\/ }
296
+ * *\/
292
297
  * ```
293
298
  *
299
+ * @public
294
300
  */
295
301
  export declare class PutObjectAclCommand extends PutObjectAclCommand_base {
296
302
  /** @internal type navigation helper, not in runtime. */
@@ -24,11 +24,19 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare
24
24
  }
25
25
  declare const PutObjectCommand_base: {
26
26
  new (input: PutObjectCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (__0_0: PutObjectCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ new (input: PutObjectCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
30
  /**
31
- * <p>Adds an object to a bucket.</p>
31
+ * <important>
32
+ * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will discontinue support for creating new Email Grantee Access Control Lists (ACL).
33
+ * 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,
34
+ * and REST API. However, you will no longer be able to create new Email Grantee ACLs.
35
+ * </p>
36
+ * <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,
37
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
38
+ * </important>
39
+ * <p>Adds an object to a bucket.</p>
32
40
  * <note>
33
41
  * <ul>
34
42
  * <li>
@@ -45,9 +53,9 @@ declare const PutObjectCommand_base: {
45
53
  * <li>
46
54
  * <p>
47
55
  * <b>Directory buckets</b> -
48
- * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
49
- * </code>. Path-style requests are not supported. 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
50
- * <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
56
+ * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
57
+ * </code>. Path-style requests are not supported. 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
58
+ * <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
51
59
  * <i>Amazon S3 User Guide</i>.</p>
52
60
  * </li>
53
61
  * </ul>
@@ -67,6 +75,16 @@ declare const PutObjectCommand_base: {
67
75
  * </li>
68
76
  * <li>
69
77
  * <p>
78
+ * <b>If-None-Match</b> - Uploads the object only if the object key name does not already exist in the specified bucket. Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error. If a conflicting operation occurs during the upload, S3 returns a <code>409 ConditionalRequestConflict</code> response. On a 409 failure, retry the upload.</p>
79
+ * <p>Expects the * character (asterisk).</p>
80
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Add preconditions to S3 operations with conditional requests</a> in the <i>Amazon S3 User Guide</i> or <a href="https://datatracker.ietf.org/doc/rfc7232/">RFC 7232</a>.
81
+ * </p>
82
+ * <note>
83
+ * <p>This functionality is not supported for S3 on Outposts.</p>
84
+ * </note>
85
+ * </li>
86
+ * <li>
87
+ * <p>
70
88
  * <b>S3 Versioning</b> - When you enable versioning
71
89
  * for a bucket, if Amazon S3 receives multiple write requests for the same object
72
90
  * simultaneously, it stores all versions of the objects. For each write request that is
@@ -190,9 +208,10 @@ declare const PutObjectCommand_base: {
190
208
  * ContentLength: Number("long"),
191
209
  * ContentMD5: "STRING_VALUE",
192
210
  * ContentType: "STRING_VALUE",
193
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
211
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
194
212
  * ChecksumCRC32: "STRING_VALUE",
195
213
  * ChecksumCRC32C: "STRING_VALUE",
214
+ * ChecksumCRC64NVME: "STRING_VALUE",
196
215
  * ChecksumSHA1: "STRING_VALUE",
197
216
  * ChecksumSHA256: "STRING_VALUE",
198
217
  * Expires: new Date("TIMESTAMP"),
@@ -207,8 +226,8 @@ declare const PutObjectCommand_base: {
207
226
  * Metadata: { // Metadata
208
227
  * "<keys>": "STRING_VALUE",
209
228
  * },
210
- * ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
211
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
229
+ * ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
230
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
212
231
  * WebsiteRedirectLocation: "STRING_VALUE",
213
232
  * SSECustomerAlgorithm: "STRING_VALUE",
214
233
  * SSECustomerKey: "STRING_VALUE",
@@ -230,9 +249,11 @@ declare const PutObjectCommand_base: {
230
249
  * // ETag: "STRING_VALUE",
231
250
  * // ChecksumCRC32: "STRING_VALUE",
232
251
  * // ChecksumCRC32C: "STRING_VALUE",
252
+ * // ChecksumCRC64NVME: "STRING_VALUE",
233
253
  * // ChecksumSHA1: "STRING_VALUE",
234
254
  * // ChecksumSHA256: "STRING_VALUE",
235
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
255
+ * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
256
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
236
257
  * // VersionId: "STRING_VALUE",
237
258
  * // SSECustomerAlgorithm: "STRING_VALUE",
238
259
  * // SSECustomerKeyMD5: "STRING_VALUE",
@@ -287,152 +308,146 @@ declare const PutObjectCommand_base: {
287
308
  * @throws {@link S3ServiceException}
288
309
  * <p>Base exception class for all service exceptions from S3 service.</p>
289
310
  *
290
- * @public
291
- * @example To upload an object (specify optional headers)
311
+ *
312
+ * @example To create an object.
292
313
  * ```javascript
293
- * // The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.
314
+ * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
294
315
  * const input = {
295
- * "Body": "HappyFace.jpg",
296
- * "Bucket": "examplebucket",
297
- * "Key": "HappyFace.jpg",
298
- * "ServerSideEncryption": "AES256",
299
- * "StorageClass": "STANDARD_IA"
316
+ * Body: "filetoupload",
317
+ * Bucket: "examplebucket",
318
+ * Key: "objectkey"
300
319
  * };
301
320
  * const command = new PutObjectCommand(input);
302
321
  * const response = await client.send(command);
303
- * /* response ==
322
+ * /* response is
304
323
  * {
305
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
306
- * "ServerSideEncryption": "AES256",
307
- * "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
324
+ * ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
325
+ * VersionId: "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
308
326
  * }
309
327
  * *\/
310
- * // example id: to-upload-an-object-(specify-optional-headers)
311
328
  * ```
312
329
  *
313
- * @example To upload an object and specify server-side encryption and object tags
330
+ * @example To upload an object (specify optional headers)
314
331
  * ```javascript
315
- * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
332
+ * // The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.
316
333
  * const input = {
317
- * "Body": "filetoupload",
318
- * "Bucket": "examplebucket",
319
- * "Key": "exampleobject",
320
- * "ServerSideEncryption": "AES256",
321
- * "Tagging": "key1=value1&key2=value2"
334
+ * Body: "HappyFace.jpg",
335
+ * Bucket: "examplebucket",
336
+ * Key: "HappyFace.jpg",
337
+ * ServerSideEncryption: "AES256",
338
+ * StorageClass: "STANDARD_IA"
322
339
  * };
323
340
  * const command = new PutObjectCommand(input);
324
341
  * const response = await client.send(command);
325
- * /* response ==
342
+ * /* response is
326
343
  * {
327
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
328
- * "ServerSideEncryption": "AES256",
329
- * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
344
+ * ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
345
+ * ServerSideEncryption: "AES256",
346
+ * VersionId: "CG612hodqujkf8FaaNfp8U..FIhLROcp"
330
347
  * }
331
348
  * *\/
332
- * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831
333
349
  * ```
334
350
  *
335
- * @example To upload object and specify user-defined metadata
351
+ * @example To upload an object
336
352
  * ```javascript
337
- * // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.
353
+ * // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.
338
354
  * const input = {
339
- * "Body": "filetoupload",
340
- * "Bucket": "examplebucket",
341
- * "Key": "exampleobject",
342
- * "Metadata": {
343
- * "metadata1": "value1",
344
- * "metadata2": "value2"
345
- * }
355
+ * Body: "HappyFace.jpg",
356
+ * Bucket: "examplebucket",
357
+ * Key: "HappyFace.jpg"
346
358
  * };
347
359
  * const command = new PutObjectCommand(input);
348
360
  * const response = await client.send(command);
349
- * /* response ==
361
+ * /* response is
350
362
  * {
351
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
352
- * "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
363
+ * ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
364
+ * VersionId: "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
353
365
  * }
354
366
  * *\/
355
- * // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757
356
367
  * ```
357
368
  *
358
369
  * @example To upload an object and specify canned ACL.
359
370
  * ```javascript
360
371
  * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.
361
372
  * const input = {
362
- * "ACL": "authenticated-read",
363
- * "Body": "filetoupload",
364
- * "Bucket": "examplebucket",
365
- * "Key": "exampleobject"
373
+ * ACL: "authenticated-read",
374
+ * Body: "filetoupload",
375
+ * Bucket: "examplebucket",
376
+ * Key: "exampleobject"
366
377
  * };
367
378
  * const command = new PutObjectCommand(input);
368
379
  * const response = await client.send(command);
369
- * /* response ==
380
+ * /* response is
370
381
  * {
371
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
372
- * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
382
+ * ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
383
+ * VersionId: "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
373
384
  * }
374
385
  * *\/
375
- * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571
376
386
  * ```
377
387
  *
378
388
  * @example To upload an object and specify optional tags
379
389
  * ```javascript
380
390
  * // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.
381
391
  * const input = {
382
- * "Body": "c:\\HappyFace.jpg",
383
- * "Bucket": "examplebucket",
384
- * "Key": "HappyFace.jpg",
385
- * "Tagging": "key1=value1&key2=value2"
392
+ * Body: "c:\HappyFace.jpg",
393
+ * Bucket: "examplebucket",
394
+ * Key: "HappyFace.jpg",
395
+ * Tagging: "key1=value1&key2=value2"
386
396
  * };
387
397
  * const command = new PutObjectCommand(input);
388
398
  * const response = await client.send(command);
389
- * /* response ==
399
+ * /* response is
390
400
  * {
391
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
392
- * "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
401
+ * ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
402
+ * VersionId: "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
393
403
  * }
394
404
  * *\/
395
- * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955
396
405
  * ```
397
406
  *
398
- * @example To upload an object
407
+ * @example To upload an object and specify server-side encryption and object tags
399
408
  * ```javascript
400
- * // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.
409
+ * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
401
410
  * const input = {
402
- * "Body": "HappyFace.jpg",
403
- * "Bucket": "examplebucket",
404
- * "Key": "HappyFace.jpg"
411
+ * Body: "filetoupload",
412
+ * Bucket: "examplebucket",
413
+ * Key: "exampleobject",
414
+ * ServerSideEncryption: "AES256",
415
+ * Tagging: "key1=value1&key2=value2"
405
416
  * };
406
417
  * const command = new PutObjectCommand(input);
407
418
  * const response = await client.send(command);
408
- * /* response ==
419
+ * /* response is
409
420
  * {
410
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
411
- * "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
421
+ * ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
422
+ * ServerSideEncryption: "AES256",
423
+ * VersionId: "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
412
424
  * }
413
425
  * *\/
414
- * // example id: to-upload-an-object-1481760101010
415
426
  * ```
416
427
  *
417
- * @example To create an object.
428
+ * @example To upload object and specify user-defined metadata
418
429
  * ```javascript
419
- * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
430
+ * // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.
420
431
  * const input = {
421
- * "Body": "filetoupload",
422
- * "Bucket": "examplebucket",
423
- * "Key": "objectkey"
432
+ * Body: "filetoupload",
433
+ * Bucket: "examplebucket",
434
+ * Key: "exampleobject",
435
+ * Metadata: {
436
+ * metadata1: "value1",
437
+ * metadata2: "value2"
438
+ * }
424
439
  * };
425
440
  * const command = new PutObjectCommand(input);
426
441
  * const response = await client.send(command);
427
- * /* response ==
442
+ * /* response is
428
443
  * {
429
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
430
- * "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
444
+ * ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
445
+ * VersionId: "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
431
446
  * }
432
447
  * *\/
433
- * // example id: to-create-an-object-1483147613675
434
448
  * ```
435
449
  *
450
+ * @public
436
451
  */
437
452
  export declare class PutObjectCommand extends PutObjectCommand_base {
438
453
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutObjectLegalHoldCommandOutput extends PutObjectLegalHoldOutpu
23
23
  }
24
24
  declare const PutObjectLegalHoldCommand_base: {
25
25
  new (input: PutObjectLegalHoldCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutObjectLegalHoldCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutObjectLegalHoldCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -49,7 +49,7 @@ declare const PutObjectLegalHoldCommand_base: {
49
49
  * RequestPayer: "requester",
50
50
  * VersionId: "STRING_VALUE",
51
51
  * ContentMD5: "STRING_VALUE",
52
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
52
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
53
53
  * ExpectedBucketOwner: "STRING_VALUE",
54
54
  * };
55
55
  * const command = new PutObjectLegalHoldCommand(input);
@@ -69,6 +69,7 @@ declare const PutObjectLegalHoldCommand_base: {
69
69
  * @throws {@link S3ServiceException}
70
70
  * <p>Base exception class for all service exceptions from S3 service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class PutObjectLegalHoldCommand extends PutObjectLegalHoldCommand_base {