@tachybase/module-file 1.3.17 → 1.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/dist/client/index.js +1 -1
  2. package/dist/externalVersion.js +8 -8
  3. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  4. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  5. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -1
  6. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +14 -11
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +3 -1
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +5 -5
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +31 -16
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +22 -10
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +210 -66
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +15 -12
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -5
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +13 -10
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +27 -21
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +41 -21
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +37 -16
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -2
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +28 -18
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -5
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -7
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -5
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +10 -7
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +2 -1
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +10 -7
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +8 -5
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -5
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +8 -5
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +22 -17
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +12 -13
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -46
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +10 -2
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +10 -10
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -2
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +14 -14
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -7
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -2
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +2 -1
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +14 -1
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +8 -8
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +14 -14
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -6
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +10 -10
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -7
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +9 -9
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +30 -30
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +31 -19
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +49 -33
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +26 -27
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +19 -6
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -7
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +22 -18
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -1
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +23 -15
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +4 -2
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +77 -70
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +37 -29
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +35 -27
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -28
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +38 -29
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -2
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +24 -10
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +21 -18
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -6
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +22 -19
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +31 -17
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -9
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -1
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +12 -9
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +18 -15
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -8
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +15 -12
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +13 -10
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +15 -12
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +17 -11
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +96 -81
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -2
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -2
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -2
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +14 -14
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -2
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +21 -20
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -15
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +27 -27
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -3
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +28 -30
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +576 -300
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +351 -121
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +32 -31
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +26 -25
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -33
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +5 -6
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -1
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +1 -1
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +1 -1
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +1 -1
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +1 -1
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +1 -1
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -1
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +1 -1
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +1 -1
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +1 -1
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +1 -1
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +1 -1
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +1 -1
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +1 -1
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -1
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +1 -1
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +1 -1
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +1 -1
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +1 -1
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +1 -1
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +1 -1
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +1 -1
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +1 -1
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +1 -1
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +1 -1
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -1
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +1 -1
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +1 -1
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -1
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +1 -1
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +37 -31
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +49 -7
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +36 -1
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +50 -47
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +40 -40
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -51
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -6
  243. package/dist/node_modules/@aws-sdk/client-s3/node_modules/.bin/uuid +21 -0
  244. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  245. package/dist/node_modules/mime-match/package.json +1 -1
  246. package/dist/node_modules/mkdirp/package.json +1 -1
  247. package/dist/node_modules/multer-aliyun-oss/index.js +14 -14
  248. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  249. package/dist/node_modules/multer-cos/index.js +16 -16
  250. package/dist/node_modules/multer-cos/package.json +1 -1
  251. package/dist/node_modules/multer-s3/index.js +3 -3
  252. package/dist/node_modules/multer-s3/package.json +1 -1
  253. package/package.json +12 -12
@@ -23,11 +23,18 @@ export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutpu
23
23
  }
24
24
  declare const ListObjectVersionsCommand_base: {
25
25
  new (input: ListObjectVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListObjectVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListObjectVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, 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 stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
+ * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
+ * </p>
34
+ * <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,
35
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
36
+ * </important>
37
+ * <note>
31
38
  * <p>This operation is not supported for directory buckets.</p>
32
39
  * </note>
33
40
  * <p>Returns metadata about all versions of the objects in a bucket. You can also use request
@@ -98,8 +105,9 @@ declare const ListObjectVersionsCommand_base: {
98
105
  * // { // ObjectVersion
99
106
  * // ETag: "STRING_VALUE",
100
107
  * // ChecksumAlgorithm: [ // ChecksumAlgorithmList
101
- * // "CRC32" || "CRC32C" || "SHA1" || "SHA256",
108
+ * // "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
102
109
  * // ],
110
+ * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
103
111
  * // Size: Number("long"),
104
112
  * // StorageClass: "STANDARD",
105
113
  * // Key: "STRING_VALUE",
@@ -152,51 +160,51 @@ declare const ListObjectVersionsCommand_base: {
152
160
  * @throws {@link S3ServiceException}
153
161
  * <p>Base exception class for all service exceptions from S3 service.</p>
154
162
  *
155
- * @public
163
+ *
156
164
  * @example To list object versions
157
165
  * ```javascript
158
166
  * // The following example returns versions of an object with specific key name prefix.
159
167
  * const input = {
160
- * "Bucket": "examplebucket",
161
- * "Prefix": "HappyFace.jpg"
168
+ * Bucket: "examplebucket",
169
+ * Prefix: "HappyFace.jpg"
162
170
  * };
163
171
  * const command = new ListObjectVersionsCommand(input);
164
172
  * const response = await client.send(command);
165
- * /* response ==
173
+ * /* response is
166
174
  * {
167
- * "Versions": [
175
+ * Versions: [
168
176
  * {
169
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
170
- * "IsLatest": true,
171
- * "Key": "HappyFace.jpg",
172
- * "LastModified": "2016-12-15T01:19:41.000Z",
173
- * "Owner": {
174
- * "DisplayName": "owner-display-name",
175
- * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
177
+ * ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
178
+ * IsLatest: true,
179
+ * Key: "HappyFace.jpg",
180
+ * LastModified: "2016-12-15T01:19:41.000Z",
181
+ * Owner: {
182
+ * DisplayName: "owner-display-name",
183
+ * ID: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
176
184
  * },
177
- * "Size": 3191,
178
- * "StorageClass": "STANDARD",
179
- * "VersionId": "null"
185
+ * Size: 3191,
186
+ * StorageClass: "STANDARD",
187
+ * VersionId: "null"
180
188
  * },
181
189
  * {
182
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
183
- * "IsLatest": false,
184
- * "Key": "HappyFace.jpg",
185
- * "LastModified": "2016-12-13T00:58:26.000Z",
186
- * "Owner": {
187
- * "DisplayName": "owner-display-name",
188
- * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
190
+ * ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
191
+ * IsLatest: false,
192
+ * Key: "HappyFace.jpg",
193
+ * LastModified: "2016-12-13T00:58:26.000Z",
194
+ * Owner: {
195
+ * DisplayName: "owner-display-name",
196
+ * ID: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
189
197
  * },
190
- * "Size": 3191,
191
- * "StorageClass": "STANDARD",
192
- * "VersionId": "PHtexPGjH2y.zBgT8LmB7wwLI2mpbz.k"
198
+ * Size: 3191,
199
+ * StorageClass: "STANDARD",
200
+ * VersionId: "PHtexPGjH2y.zBgT8LmB7wwLI2mpbz.k"
193
201
  * }
194
202
  * ]
195
203
  * }
196
204
  * *\/
197
- * // example id: to-list-object-versions-1481910996058
198
205
  * ```
199
206
  *
207
+ * @public
200
208
  */
201
209
  export declare class ListObjectVersionsCommand extends ListObjectVersionsCommand_base {
202
210
  /** @internal type navigation helper, not in runtime. */
@@ -23,11 +23,18 @@ export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataB
23
23
  }
24
24
  declare const ListObjectsCommand_base: {
25
25
  new (input: ListObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, 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 stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
+ * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
+ * </p>
34
+ * <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,
35
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
36
+ * </important>
37
+ * <note>
31
38
  * <p>This operation is not supported for directory buckets.</p>
32
39
  * </note>
33
40
  * <p>Returns some or all (up to 1,000) of the objects in a bucket. You can use the request
@@ -97,10 +104,11 @@ declare const ListObjectsCommand_base: {
97
104
  * // LastModified: new Date("TIMESTAMP"),
98
105
  * // ETag: "STRING_VALUE",
99
106
  * // ChecksumAlgorithm: [ // ChecksumAlgorithmList
100
- * // "CRC32" || "CRC32C" || "SHA1" || "SHA256",
107
+ * // "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
101
108
  * // ],
109
+ * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
102
110
  * // Size: Number("long"),
103
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
111
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
104
112
  * // Owner: { // Owner
105
113
  * // DisplayName: "STRING_VALUE",
106
114
  * // ID: "STRING_VALUE",
@@ -138,48 +146,48 @@ declare const ListObjectsCommand_base: {
138
146
  * @throws {@link S3ServiceException}
139
147
  * <p>Base exception class for all service exceptions from S3 service.</p>
140
148
  *
141
- * @public
149
+ *
142
150
  * @example To list objects in a bucket
143
151
  * ```javascript
144
152
  * // The following example list two objects in a bucket.
145
153
  * const input = {
146
- * "Bucket": "examplebucket",
147
- * "MaxKeys": "2"
154
+ * Bucket: "examplebucket",
155
+ * MaxKeys: 2
148
156
  * };
149
157
  * const command = new ListObjectsCommand(input);
150
158
  * const response = await client.send(command);
151
- * /* response ==
159
+ * /* response is
152
160
  * {
153
- * "Contents": [
161
+ * Contents: [
154
162
  * {
155
- * "ETag": "\"70ee1738b6b21e2c8a43f3a5ab0eee71\"",
156
- * "Key": "example1.jpg",
157
- * "LastModified": "2014-11-21T19:40:05.000Z",
158
- * "Owner": {
159
- * "DisplayName": "myname",
160
- * "ID": "12345example25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
163
+ * ETag: `"70ee1738b6b21e2c8a43f3a5ab0eee71"`,
164
+ * Key: "example1.jpg",
165
+ * LastModified: "2014-11-21T19:40:05.000Z",
166
+ * Owner: {
167
+ * DisplayName: "myname",
168
+ * ID: "12345example25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
161
169
  * },
162
- * "Size": 11,
163
- * "StorageClass": "STANDARD"
170
+ * Size: 11,
171
+ * StorageClass: "STANDARD"
164
172
  * },
165
173
  * {
166
- * "ETag": "\"9c8af9a76df052144598c115ef33e511\"",
167
- * "Key": "example2.jpg",
168
- * "LastModified": "2013-11-15T01:10:49.000Z",
169
- * "Owner": {
170
- * "DisplayName": "myname",
171
- * "ID": "12345example25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
174
+ * ETag: `"9c8af9a76df052144598c115ef33e511"`,
175
+ * Key: "example2.jpg",
176
+ * LastModified: "2013-11-15T01:10:49.000Z",
177
+ * Owner: {
178
+ * DisplayName: "myname",
179
+ * ID: "12345example25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
172
180
  * },
173
- * "Size": 713193,
174
- * "StorageClass": "STANDARD"
181
+ * Size: 713193,
182
+ * StorageClass: "STANDARD"
175
183
  * }
176
184
  * ],
177
- * "NextMarker": "eyJNYXJrZXIiOiBudWxsLCAiYm90b190cnVuY2F0ZV9hbW91bnQiOiAyfQ=="
185
+ * NextMarker: "eyJNYXJrZXIiOiBudWxsLCAiYm90b190cnVuY2F0ZV9hbW91bnQiOiAyfQ=="
178
186
  * }
179
187
  * *\/
180
- * // example id: to-list-objects-in-a-bucket-1473447646507
181
188
  * ```
182
189
  *
190
+ * @public
183
191
  */
184
192
  export declare class ListObjectsCommand extends ListObjectsCommand_base {
185
193
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __Metad
23
23
  }
24
24
  declare const ListObjectsV2Command_base: {
25
25
  new (input: ListObjectsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListObjectsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListObjectsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -51,9 +51,9 @@ declare const ListObjectsV2Command_base: {
51
51
  * <li>
52
52
  * <p>
53
53
  * <b>Directory buckets</b> -
54
- * 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>
55
- * </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
56
- * <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
54
+ * 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>
55
+ * </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
56
+ * <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
57
57
  * <i>Amazon S3 User Guide</i>.</p>
58
58
  * </li>
59
59
  * </ul>
@@ -161,10 +161,11 @@ declare const ListObjectsV2Command_base: {
161
161
  * // LastModified: new Date("TIMESTAMP"),
162
162
  * // ETag: "STRING_VALUE",
163
163
  * // ChecksumAlgorithm: [ // ChecksumAlgorithmList
164
- * // "CRC32" || "CRC32C" || "SHA1" || "SHA256",
164
+ * // "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
165
165
  * // ],
166
+ * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
166
167
  * // Size: Number("long"),
167
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
168
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
168
169
  * // Owner: { // Owner
169
170
  * // DisplayName: "STRING_VALUE",
170
171
  * // ID: "STRING_VALUE",
@@ -206,45 +207,45 @@ declare const ListObjectsV2Command_base: {
206
207
  * @throws {@link S3ServiceException}
207
208
  * <p>Base exception class for all service exceptions from S3 service.</p>
208
209
  *
209
- * @public
210
+ *
210
211
  * @example To get object list
211
212
  * ```javascript
212
213
  * // The following example retrieves object list. The request specifies max keys to limit response to include only 2 object keys.
213
214
  * const input = {
214
- * "Bucket": "DOC-EXAMPLE-BUCKET",
215
- * "MaxKeys": "2"
215
+ * Bucket: "DOC-EXAMPLE-BUCKET",
216
+ * MaxKeys: 2
216
217
  * };
217
218
  * const command = new ListObjectsV2Command(input);
218
219
  * const response = await client.send(command);
219
- * /* response ==
220
+ * /* response is
220
221
  * {
221
- * "Contents": [
222
+ * Contents: [
222
223
  * {
223
- * "ETag": "\"70ee1738b6b21e2c8a43f3a5ab0eee71\"",
224
- * "Key": "happyface.jpg",
225
- * "LastModified": "2014-11-21T19:40:05.000Z",
226
- * "Size": 11,
227
- * "StorageClass": "STANDARD"
224
+ * ETag: `"70ee1738b6b21e2c8a43f3a5ab0eee71"`,
225
+ * Key: "happyface.jpg",
226
+ * LastModified: "2014-11-21T19:40:05.000Z",
227
+ * Size: 11,
228
+ * StorageClass: "STANDARD"
228
229
  * },
229
230
  * {
230
- * "ETag": "\"becf17f89c30367a9a44495d62ed521a-1\"",
231
- * "Key": "test.jpg",
232
- * "LastModified": "2014-05-02T04:51:50.000Z",
233
- * "Size": 4192256,
234
- * "StorageClass": "STANDARD"
231
+ * ETag: `"becf17f89c30367a9a44495d62ed521a-1"`,
232
+ * Key: "test.jpg",
233
+ * LastModified: "2014-05-02T04:51:50.000Z",
234
+ * Size: 4192256,
235
+ * StorageClass: "STANDARD"
235
236
  * }
236
237
  * ],
237
- * "IsTruncated": true,
238
- * "KeyCount": "2",
239
- * "MaxKeys": "2",
240
- * "Name": "DOC-EXAMPLE-BUCKET",
241
- * "NextContinuationToken": "1w41l63U0xa8q7smH50vCxyTQqdxo69O3EmK28Bi5PcROI4wI/EyIJg==",
242
- * "Prefix": ""
238
+ * IsTruncated: true,
239
+ * KeyCount: 2,
240
+ * MaxKeys: 2,
241
+ * Name: "DOC-EXAMPLE-BUCKET",
242
+ * NextContinuationToken: "1w41l63U0xa8q7smH50vCxyTQqdxo69O3EmK28Bi5PcROI4wI/EyIJg==",
243
+ * Prefix: ""
243
244
  * }
244
245
  * *\/
245
- * // example id: to-get-object-list
246
246
  * ```
247
247
  *
248
+ * @public
248
249
  */
249
250
  export declare class ListObjectsV2Command extends ListObjectsV2Command_base {
250
251
  /** @internal type navigation helper, not in runtime. */
@@ -23,11 +23,18 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
23
23
  }
24
24
  declare const ListPartsCommand_base: {
25
25
  new (input: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the parts that have been uploaded for a specific multipart upload.</p>
30
+ * <important>
31
+ * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
+ * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
+ * </p>
34
+ * <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,
35
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
36
+ * </important>
37
+ * <p>Lists the parts that have been uploaded for a specific multipart upload.</p>
31
38
  * <p>To use this operation, you must provide the <code>upload ID</code> in the request. You
32
39
  * obtain this uploadID by sending the initiate multipart upload request through <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>.</p>
33
40
  * <p>The <code>ListParts</code> request returns a maximum of 1,000 uploaded parts. The limit
@@ -43,9 +50,9 @@ declare const ListPartsCommand_base: {
43
50
  * <note>
44
51
  * <p>
45
52
  * <b>Directory buckets</b> -
46
- * 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>
47
- * </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
48
- * <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
53
+ * 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>
54
+ * </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
55
+ * <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
49
56
  * <i>Amazon S3 User Guide</i>.</p>
50
57
  * </note>
51
58
  * <dl>
@@ -153,6 +160,7 @@ declare const ListPartsCommand_base: {
153
160
  * // Size: Number("long"),
154
161
  * // ChecksumCRC32: "STRING_VALUE",
155
162
  * // ChecksumCRC32C: "STRING_VALUE",
163
+ * // ChecksumCRC64NVME: "STRING_VALUE",
156
164
  * // ChecksumSHA1: "STRING_VALUE",
157
165
  * // ChecksumSHA256: "STRING_VALUE",
158
166
  * // },
@@ -165,9 +173,10 @@ declare const ListPartsCommand_base: {
165
173
  * // DisplayName: "STRING_VALUE",
166
174
  * // ID: "STRING_VALUE",
167
175
  * // },
168
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
176
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
169
177
  * // RequestCharged: "requester",
170
- * // ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
178
+ * // ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
179
+ * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
171
180
  * // };
172
181
  *
173
182
  * ```
@@ -181,47 +190,47 @@ declare const ListPartsCommand_base: {
181
190
  * @throws {@link S3ServiceException}
182
191
  * <p>Base exception class for all service exceptions from S3 service.</p>
183
192
  *
184
- * @public
193
+ *
185
194
  * @example To list parts of a multipart upload.
186
195
  * ```javascript
187
196
  * // The following example lists parts uploaded for a specific multipart upload.
188
197
  * const input = {
189
- * "Bucket": "examplebucket",
190
- * "Key": "bigobject",
191
- * "UploadId": "example7YPBOJuoFiQ9cz4P3Pe6FIZwO4f7wN93uHsNBEw97pl5eNwzExg0LAT2dUN91cOmrEQHDsP3WA60CEg--"
198
+ * Bucket: "examplebucket",
199
+ * Key: "bigobject",
200
+ * UploadId: "example7YPBOJuoFiQ9cz4P3Pe6FIZwO4f7wN93uHsNBEw97pl5eNwzExg0LAT2dUN91cOmrEQHDsP3WA60CEg--"
192
201
  * };
193
202
  * const command = new ListPartsCommand(input);
194
203
  * const response = await client.send(command);
195
- * /* response ==
204
+ * /* response is
196
205
  * {
197
- * "Initiator": {
198
- * "DisplayName": "owner-display-name",
199
- * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
206
+ * Initiator: {
207
+ * DisplayName: "owner-display-name",
208
+ * ID: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
200
209
  * },
201
- * "Owner": {
202
- * "DisplayName": "owner-display-name",
203
- * "ID": "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
210
+ * Owner: {
211
+ * DisplayName: "owner-display-name",
212
+ * ID: "examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484be31bebcc"
204
213
  * },
205
- * "Parts": [
214
+ * Parts: [
206
215
  * {
207
- * "ETag": "\"d8c2eafd90c266e19ab9dcacc479f8af\"",
208
- * "LastModified": "2016-12-16T00:11:42.000Z",
209
- * "PartNumber": "1",
210
- * "Size": 26246026
216
+ * ETag: `"d8c2eafd90c266e19ab9dcacc479f8af"`,
217
+ * LastModified: "2016-12-16T00:11:42.000Z",
218
+ * PartNumber: 1,
219
+ * Size: 26246026
211
220
  * },
212
221
  * {
213
- * "ETag": "\"d8c2eafd90c266e19ab9dcacc479f8af\"",
214
- * "LastModified": "2016-12-16T00:15:01.000Z",
215
- * "PartNumber": "2",
216
- * "Size": 26246026
222
+ * ETag: `"d8c2eafd90c266e19ab9dcacc479f8af"`,
223
+ * LastModified: "2016-12-16T00:15:01.000Z",
224
+ * PartNumber: 2,
225
+ * Size: 26246026
217
226
  * }
218
227
  * ],
219
- * "StorageClass": "STANDARD"
228
+ * StorageClass: "STANDARD"
220
229
  * }
221
230
  * *\/
222
- * // example id: to-list-parts-of-a-multipart-upload-1481852006923
223
231
  * ```
224
232
  *
233
+ * @public
225
234
  */
226
235
  export declare class ListPartsCommand extends ListPartsCommand_base {
227
236
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutBucketAccelerateConfigurationCommandOutput extends __Metadat
23
23
  }
24
24
  declare const PutBucketAccelerateConfigurationCommand_base: {
25
25
  new (input: PutBucketAccelerateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketAccelerateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketAccelerateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -81,7 +81,7 @@ declare const PutBucketAccelerateConfigurationCommand_base: {
81
81
  * Status: "Enabled" || "Suspended",
82
82
  * },
83
83
  * ExpectedBucketOwner: "STRING_VALUE",
84
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
84
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
85
85
  * };
86
86
  * const command = new PutBucketAccelerateConfigurationCommand(input);
87
87
  * const response = await client.send(command);
@@ -98,6 +98,7 @@ declare const PutBucketAccelerateConfigurationCommand_base: {
98
98
  * @throws {@link S3ServiceException}
99
99
  * <p>Base exception class for all service exceptions from S3 service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class PutBucketAccelerateConfigurationCommand extends PutBucketAccelerateConfigurationCommand_base {
@@ -23,11 +23,19 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketAclCommand_base: {
25
25
  new (input: PutBucketAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, 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>Sets the permissions on an existing bucket using access control lists (ACL). For more
@@ -150,7 +158,10 @@ declare const PutBucketAclCommand_base: {
150
158
  * <dt>Grantee Values</dt>
151
159
  * <dd>
152
160
  * <p>You can specify the person (grantee) to whom you're assigning access rights
153
- * (using request elements) in the following ways:</p>
161
+ * (using request elements) in the following ways. For examples of how to specify these
162
+ * 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">
163
+ * Enabling Amazon S3 server access logging</a> in the
164
+ * <i>Amazon S3 User Guide</i>.</p>
154
165
  * <ul>
155
166
  * <li>
156
167
  * <p>By the person's ID:</p>
@@ -256,7 +267,7 @@ declare const PutBucketAclCommand_base: {
256
267
  * },
257
268
  * Bucket: "STRING_VALUE", // required
258
269
  * ContentMD5: "STRING_VALUE",
259
- * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
270
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
260
271
  * GrantFullControl: "STRING_VALUE",
261
272
  * GrantRead: "STRING_VALUE",
262
273
  * GrantReadACP: "STRING_VALUE",
@@ -279,20 +290,23 @@ declare const PutBucketAclCommand_base: {
279
290
  * @throws {@link S3ServiceException}
280
291
  * <p>Base exception class for all service exceptions from S3 service.</p>
281
292
  *
282
- * @public
293
+ *
283
294
  * @example Put bucket acl
284
295
  * ```javascript
285
296
  * // The following example replaces existing ACL on a bucket. The ACL grants the bucket owner (specified using the owner ID) and write permission to the LogDelivery group. Because this is a replace operation, you must specify all the grants in your request. To incrementally add or remove ACL grants, you might use the console.
286
297
  * const input = {
287
- * "Bucket": "examplebucket",
288
- * "GrantFullControl": "id=examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484",
289
- * "GrantWrite": "uri=http://acs.amazonaws.com/groups/s3/LogDelivery"
298
+ * Bucket: "examplebucket",
299
+ * GrantFullControl: "id=examplee7a2f25102679df27bb0ae12b3f85be6f290b936c4393484",
300
+ * GrantWrite: "uri=http://acs.amazonaws.com/groups/s3/LogDelivery"
290
301
  * };
291
302
  * const command = new PutBucketAclCommand(input);
292
- * await client.send(command);
293
- * // example id: put-bucket-acl-1482260397033
303
+ * const response = await client.send(command);
304
+ * /* response is
305
+ * { /* metadata only *\/ }
306
+ * *\/
294
307
  * ```
295
308
  *
309
+ * @public
296
310
  */
297
311
  export declare class PutBucketAclCommand extends PutBucketAclCommand_base {
298
312
  /** @internal type navigation helper, not in runtime. */
@@ -23,7 +23,7 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata
23
23
  }
24
24
  declare const PutBucketAnalyticsConfigurationCommand_base: {
25
25
  new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -191,6 +191,7 @@ declare const PutBucketAnalyticsConfigurationCommand_base: {
191
191
  * @throws {@link S3ServiceException}
192
192
  * <p>Base exception class for all service exceptions from S3 service.</p>
193
193
  *
194
+ *
194
195
  * @public
195
196
  */
196
197
  export declare class PutBucketAnalyticsConfigurationCommand extends PutBucketAnalyticsConfigurationCommand_base {