@tachybase/module-file 1.3.16 → 1.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/dist/client/index.js +1 -1
  2. package/dist/externalVersion.js +8 -8
  3. package/dist/index.js +4 -4
  4. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  5. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  6. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -1
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +14 -11
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +3 -1
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +5 -5
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +31 -16
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +22 -10
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +210 -66
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +15 -12
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -5
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +13 -10
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +27 -21
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +41 -21
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +37 -16
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -2
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +28 -18
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -5
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -7
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -5
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +10 -7
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +2 -1
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +10 -7
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +8 -5
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -5
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +8 -5
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +22 -17
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +12 -13
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -46
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +10 -2
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +10 -10
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -2
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +14 -14
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -7
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -2
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +2 -1
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +14 -1
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +8 -8
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +14 -14
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -6
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +10 -10
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -7
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +9 -9
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +30 -30
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +31 -19
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +49 -33
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +26 -27
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +19 -6
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -7
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +22 -18
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -1
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +23 -15
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +4 -2
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +77 -70
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +37 -29
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +35 -27
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -28
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +38 -29
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -2
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +24 -10
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +21 -18
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -6
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +22 -19
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +31 -17
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -9
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -1
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +12 -9
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +18 -15
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -8
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +15 -12
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +13 -10
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +15 -12
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +17 -11
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +96 -81
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -2
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -2
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -2
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +14 -14
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -2
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +21 -20
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -15
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +27 -27
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -3
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +28 -30
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +576 -300
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +351 -121
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +32 -31
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +26 -25
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -33
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +5 -6
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -1
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +1 -1
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +1 -1
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +1 -1
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +1 -1
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +1 -1
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -1
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +1 -1
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +1 -1
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +1 -1
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +1 -1
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +1 -1
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +1 -1
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +1 -1
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -1
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +1 -1
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +1 -1
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +1 -1
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +1 -1
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +1 -1
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +1 -1
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +1 -1
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +1 -1
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +1 -1
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +1 -1
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -1
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +1 -1
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +1 -1
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -1
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +1 -1
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +37 -31
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +49 -7
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +36 -1
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +50 -47
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +40 -40
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -51
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -6
  244. package/dist/node_modules/@aws-sdk/client-s3/node_modules/.bin/uuid +21 -0
  245. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  246. package/dist/node_modules/mime-match/package.json +1 -1
  247. package/dist/node_modules/mkdirp/package.json +1 -1
  248. package/dist/node_modules/multer-aliyun-oss/index.js +14 -14
  249. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  250. package/dist/node_modules/multer-cos/index.js +16 -16
  251. package/dist/node_modules/multer-cos/package.json +1 -1
  252. package/dist/node_modules/multer-s3/index.js +3 -3
  253. package/dist/node_modules/multer-s3/package.json +1 -1
  254. package/package.json +12 -12
@@ -23,7 +23,7 @@ declare const PutBucketNotificationConfigurationCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: PutBucketNotificationConfigurationCommandInput
26
+ input: PutBucketNotificationConfigurationCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  PutBucketNotificationConfigurationCommandInput,
29
29
  PutBucketNotificationConfigurationCommandOutput,
@@ -23,7 +23,7 @@ declare const PutBucketOwnershipControlsCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: PutBucketOwnershipControlsCommandInput
26
+ input: PutBucketOwnershipControlsCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  PutBucketOwnershipControlsCommandInput,
29
29
  PutBucketOwnershipControlsCommandOutput,
@@ -21,7 +21,7 @@ declare const PutBucketPolicyCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: PutBucketPolicyCommandInput
24
+ input: PutBucketPolicyCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  PutBucketPolicyCommandInput,
27
27
  PutBucketPolicyCommandOutput,
@@ -22,7 +22,7 @@ declare const PutBucketReplicationCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: PutBucketReplicationCommandInput
25
+ input: PutBucketReplicationCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  PutBucketReplicationCommandInput,
28
28
  PutBucketReplicationCommandOutput,
@@ -23,7 +23,7 @@ declare const PutBucketRequestPaymentCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: PutBucketRequestPaymentCommandInput
26
+ input: PutBucketRequestPaymentCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  PutBucketRequestPaymentCommandInput,
29
29
  PutBucketRequestPaymentCommandOutput,
@@ -21,7 +21,7 @@ declare const PutBucketTaggingCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: PutBucketTaggingCommandInput
24
+ input: PutBucketTaggingCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  PutBucketTaggingCommandInput,
27
27
  PutBucketTaggingCommandOutput,
@@ -22,7 +22,7 @@ declare const PutBucketVersioningCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: PutBucketVersioningCommandInput
25
+ input: PutBucketVersioningCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  PutBucketVersioningCommandInput,
28
28
  PutBucketVersioningCommandOutput,
@@ -21,7 +21,7 @@ declare const PutBucketWebsiteCommand_base: {
21
21
  ServiceOutputTypes
22
22
  >;
23
23
  new (
24
- __0_0: PutBucketWebsiteCommandInput
24
+ input: PutBucketWebsiteCommandInput
25
25
  ): import("@smithy/smithy-client").CommandImpl<
26
26
  PutBucketWebsiteCommandInput,
27
27
  PutBucketWebsiteCommandOutput,
@@ -23,7 +23,7 @@ declare const PutObjectAclCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: PutObjectAclCommandInput
26
+ input: PutObjectAclCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  PutObjectAclCommandInput,
29
29
  PutObjectAclCommandOutput,
@@ -29,7 +29,7 @@ declare const PutObjectCommand_base: {
29
29
  ServiceOutputTypes
30
30
  >;
31
31
  new (
32
- __0_0: PutObjectCommandInput
32
+ input: PutObjectCommandInput
33
33
  ): import("@smithy/smithy-client").CommandImpl<
34
34
  PutObjectCommandInput,
35
35
  PutObjectCommandOutput,
@@ -27,7 +27,7 @@ declare const PutObjectLegalHoldCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutObjectLegalHoldCommandInput
30
+ input: PutObjectLegalHoldCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutObjectLegalHoldCommandInput,
33
33
  PutObjectLegalHoldCommandOutput,
@@ -27,7 +27,7 @@ declare const PutObjectLockConfigurationCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutObjectLockConfigurationCommandInput
30
+ input: PutObjectLockConfigurationCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutObjectLockConfigurationCommandInput,
33
33
  PutObjectLockConfigurationCommandOutput,
@@ -27,7 +27,7 @@ declare const PutObjectRetentionCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: PutObjectRetentionCommandInput
30
+ input: PutObjectRetentionCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  PutObjectRetentionCommandInput,
33
33
  PutObjectRetentionCommandOutput,
@@ -26,7 +26,7 @@ declare const PutObjectTaggingCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: PutObjectTaggingCommandInput
29
+ input: PutObjectTaggingCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  PutObjectTaggingCommandInput,
32
32
  PutObjectTaggingCommandOutput,
@@ -22,7 +22,7 @@ declare const PutPublicAccessBlockCommand_base: {
22
22
  ServiceOutputTypes
23
23
  >;
24
24
  new (
25
- __0_0: PutPublicAccessBlockCommandInput
25
+ input: PutPublicAccessBlockCommandInput
26
26
  ): import("@smithy/smithy-client").CommandImpl<
27
27
  PutPublicAccessBlockCommandInput,
28
28
  PutPublicAccessBlockCommandOutput,
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { RenameObjectOutput, RenameObjectRequest } from "../models/models_1";
4
+ import {
5
+ S3ClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../S3Client";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface RenameObjectCommandInput extends RenameObjectRequest {}
12
+ export interface RenameObjectCommandOutput
13
+ extends RenameObjectOutput,
14
+ __MetadataBearer {}
15
+ declare const RenameObjectCommand_base: {
16
+ new (
17
+ input: RenameObjectCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ RenameObjectCommandInput,
20
+ RenameObjectCommandOutput,
21
+ S3ClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: RenameObjectCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ RenameObjectCommandInput,
29
+ RenameObjectCommandOutput,
30
+ S3ClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class RenameObjectCommand extends RenameObjectCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RenameObjectRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: RenameObjectCommandInput;
44
+ output: RenameObjectCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -23,7 +23,7 @@ declare const RestoreObjectCommand_base: {
23
23
  ServiceOutputTypes
24
24
  >;
25
25
  new (
26
- __0_0: RestoreObjectCommandInput
26
+ input: RestoreObjectCommandInput
27
27
  ): import("@smithy/smithy-client").CommandImpl<
28
28
  RestoreObjectCommandInput,
29
29
  RestoreObjectCommandOutput,
@@ -27,7 +27,7 @@ declare const SelectObjectContentCommand_base: {
27
27
  ServiceOutputTypes
28
28
  >;
29
29
  new (
30
- __0_0: SelectObjectContentCommandInput
30
+ input: SelectObjectContentCommandInput
31
31
  ): import("@smithy/smithy-client").CommandImpl<
32
32
  SelectObjectContentCommandInput,
33
33
  SelectObjectContentCommandOutput,
@@ -29,7 +29,7 @@ declare const UploadPartCommand_base: {
29
29
  ServiceOutputTypes
30
30
  >;
31
31
  new (
32
- __0_0: UploadPartCommandInput
32
+ input: UploadPartCommandInput
33
33
  ): import("@smithy/smithy-client").CommandImpl<
34
34
  UploadPartCommandInput,
35
35
  UploadPartCommandOutput,
@@ -26,7 +26,7 @@ declare const UploadPartCopyCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- __0_0: UploadPartCopyCommandInput
29
+ input: UploadPartCopyCommandInput
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  UploadPartCopyCommandInput,
32
32
  UploadPartCopyCommandOutput,
@@ -30,7 +30,7 @@ declare const WriteGetObjectResponseCommand_base: {
30
30
  ServiceOutputTypes
31
31
  >;
32
32
  new (
33
- __0_0: WriteGetObjectResponseCommandInput
33
+ input: WriteGetObjectResponseCommandInput
34
34
  ): import("@smithy/smithy-client").CommandImpl<
35
35
  WriteGetObjectResponseCommandInput,
36
36
  WriteGetObjectResponseCommandOutput,
@@ -91,6 +91,7 @@ export * from "./PutObjectLockConfigurationCommand";
91
91
  export * from "./PutObjectRetentionCommand";
92
92
  export * from "./PutObjectTaggingCommand";
93
93
  export * from "./PutPublicAccessBlockCommand";
94
+ export * from "./RenameObjectCommand";
94
95
  export * from "./RestoreObjectCommand";
95
96
  export * from "./SelectObjectContentCommand";
96
97
  export * from "./UploadPartCommand";
@@ -5,9 +5,9 @@ import {
5
5
  Provider,
6
6
  } from "@smithy/types";
7
7
  export interface ClientInputEndpointParameters {
8
- region?: string | Provider<string>;
9
- useFipsEndpoint?: boolean | Provider<boolean>;
10
- useDualstackEndpoint?: boolean | Provider<boolean>;
8
+ region?: string | undefined | Provider<string | undefined>;
9
+ useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
10
+ useDualstackEndpoint?: boolean | undefined | Provider<boolean | undefined>;
11
11
  endpoint?:
12
12
  | string
13
13
  | Provider<string>
@@ -15,22 +15,28 @@ export interface ClientInputEndpointParameters {
15
15
  | Provider<Endpoint>
16
16
  | EndpointV2
17
17
  | Provider<EndpointV2>;
18
- forcePathStyle?: boolean | Provider<boolean>;
19
- useAccelerateEndpoint?: boolean | Provider<boolean>;
20
- useGlobalEndpoint?: boolean | Provider<boolean>;
21
- disableMultiregionAccessPoints?: boolean | Provider<boolean>;
22
- useArnRegion?: boolean | Provider<boolean>;
23
- disableS3ExpressSessionAuth?: boolean | Provider<boolean>;
18
+ forcePathStyle?: boolean | undefined | Provider<boolean | undefined>;
19
+ useAccelerateEndpoint?: boolean | undefined | Provider<boolean | undefined>;
20
+ useGlobalEndpoint?: boolean | undefined | Provider<boolean | undefined>;
21
+ disableMultiregionAccessPoints?:
22
+ | boolean
23
+ | undefined
24
+ | Provider<boolean | undefined>;
25
+ useArnRegion?: boolean | undefined | Provider<boolean | undefined>;
26
+ disableS3ExpressSessionAuth?:
27
+ | boolean
28
+ | undefined
29
+ | Provider<boolean | undefined>;
24
30
  }
25
- export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
31
+ export type ClientResolvedEndpointParameters = Pick<
32
+ ClientInputEndpointParameters,
33
+ Exclude<keyof ClientInputEndpointParameters, "endpoint">
34
+ > & {
26
35
  defaultSigningName: string;
27
36
  };
28
37
  export declare const resolveClientEndpointParameters: <T>(
29
38
  options: T & ClientInputEndpointParameters
30
- ) => T &
31
- ClientInputEndpointParameters & {
32
- defaultSigningName: string;
33
- };
39
+ ) => T & ClientResolvedEndpointParameters;
34
40
  export declare const commonParams: {
35
41
  readonly ForcePathStyle: {
36
42
  readonly type: "clientContextParams";
@@ -74,21 +80,21 @@ export declare const commonParams: {
74
80
  };
75
81
  };
76
82
  export interface EndpointParameters extends __EndpointParameters {
77
- Bucket?: string;
78
- Region?: string;
79
- UseFIPS?: boolean;
80
- UseDualStack?: boolean;
81
- Endpoint?: string;
82
- ForcePathStyle?: boolean;
83
- Accelerate?: boolean;
84
- UseGlobalEndpoint?: boolean;
85
- UseObjectLambdaEndpoint?: boolean;
86
- Key?: string;
87
- Prefix?: string;
88
- CopySource?: string;
89
- DisableAccessPoints?: boolean;
90
- DisableMultiRegionAccessPoints?: boolean;
91
- UseArnRegion?: boolean;
92
- UseS3ExpressControlEndpoint?: boolean;
93
- DisableS3ExpressSessionAuth?: boolean;
83
+ Bucket?: string | undefined;
84
+ Region?: string | undefined;
85
+ UseFIPS?: boolean | undefined;
86
+ UseDualStack?: boolean | undefined;
87
+ Endpoint?: string | undefined;
88
+ ForcePathStyle?: boolean | undefined;
89
+ Accelerate?: boolean | undefined;
90
+ UseGlobalEndpoint?: boolean | undefined;
91
+ UseObjectLambdaEndpoint?: boolean | undefined;
92
+ Key?: string | undefined;
93
+ Prefix?: string | undefined;
94
+ CopySource?: string | undefined;
95
+ DisableAccessPoints?: boolean | undefined;
96
+ DisableMultiRegionAccessPoints?: boolean | undefined;
97
+ UseArnRegion?: boolean | undefined;
98
+ UseS3ExpressControlEndpoint?: boolean | undefined;
99
+ DisableS3ExpressSessionAuth?: boolean | undefined;
94
100
  }
@@ -78,8 +78,14 @@ export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
78
78
  export interface AccessControlTranslation {
79
79
  Owner: OwnerOverride | undefined;
80
80
  }
81
+ export declare const ChecksumType: {
82
+ readonly COMPOSITE: "COMPOSITE";
83
+ readonly FULL_OBJECT: "FULL_OBJECT";
84
+ };
85
+ export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
81
86
  export declare const ServerSideEncryption: {
82
87
  readonly AES256: "AES256";
88
+ readonly aws_fsx: "aws:fsx";
83
89
  readonly aws_kms: "aws:kms";
84
90
  readonly aws_kms_dsse: "aws:kms:dsse";
85
91
  };
@@ -93,8 +99,10 @@ export interface CompleteMultipartUploadOutput {
93
99
  ETag?: string | undefined;
94
100
  ChecksumCRC32?: string | undefined;
95
101
  ChecksumCRC32C?: string | undefined;
102
+ ChecksumCRC64NVME?: string | undefined;
96
103
  ChecksumSHA1?: string | undefined;
97
104
  ChecksumSHA256?: string | undefined;
105
+ ChecksumType?: ChecksumType | undefined;
98
106
  ServerSideEncryption?: ServerSideEncryption | undefined;
99
107
  VersionId?: string | undefined;
100
108
  SSEKMSKeyId?: string | undefined;
@@ -105,6 +113,7 @@ export interface CompletedPart {
105
113
  ETag?: string | undefined;
106
114
  ChecksumCRC32?: string | undefined;
107
115
  ChecksumCRC32C?: string | undefined;
116
+ ChecksumCRC64NVME?: string | undefined;
108
117
  ChecksumSHA1?: string | undefined;
109
118
  ChecksumSHA256?: string | undefined;
110
119
  PartNumber?: number | undefined;
@@ -119,8 +128,11 @@ export interface CompleteMultipartUploadRequest {
119
128
  UploadId: string | undefined;
120
129
  ChecksumCRC32?: string | undefined;
121
130
  ChecksumCRC32C?: string | undefined;
131
+ ChecksumCRC64NVME?: string | undefined;
122
132
  ChecksumSHA1?: string | undefined;
123
133
  ChecksumSHA256?: string | undefined;
134
+ ChecksumType?: ChecksumType | undefined;
135
+ MpuObjectSize?: number | undefined;
124
136
  RequestPayer?: RequestPayer | undefined;
125
137
  ExpectedBucketOwner?: string | undefined;
126
138
  IfMatch?: string | undefined;
@@ -132,8 +144,10 @@ export interface CompleteMultipartUploadRequest {
132
144
  export interface CopyObjectResult {
133
145
  ETag?: string | undefined;
134
146
  LastModified?: Date | undefined;
147
+ ChecksumType?: ChecksumType | undefined;
135
148
  ChecksumCRC32?: string | undefined;
136
149
  ChecksumCRC32C?: string | undefined;
150
+ ChecksumCRC64NVME?: string | undefined;
137
151
  ChecksumSHA1?: string | undefined;
138
152
  ChecksumSHA256?: string | undefined;
139
153
  }
@@ -164,6 +178,7 @@ export type ObjectCannedACL =
164
178
  export declare const ChecksumAlgorithm: {
165
179
  readonly CRC32: "CRC32";
166
180
  readonly CRC32C: "CRC32C";
181
+ readonly CRC64NVME: "CRC64NVME";
167
182
  readonly SHA1: "SHA1";
168
183
  readonly SHA256: "SHA256";
169
184
  };
@@ -190,6 +205,7 @@ export type ObjectLockMode =
190
205
  export declare const StorageClass: {
191
206
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
192
207
  readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
208
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
193
209
  readonly GLACIER: "GLACIER";
194
210
  readonly GLACIER_IR: "GLACIER_IR";
195
211
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
@@ -273,6 +289,7 @@ export declare class BucketAlreadyOwnedByYou extends __BaseException {
273
289
  }
274
290
  export interface CreateBucketOutput {
275
291
  Location?: string | undefined;
292
+ BucketArn?: string | undefined;
276
293
  }
277
294
  export declare const BucketCannedACL: {
278
295
  readonly authenticated_read: "authenticated-read";
@@ -317,16 +334,21 @@ export declare const BucketLocationConstraint: {
317
334
  readonly ap_southeast_1: "ap-southeast-1";
318
335
  readonly ap_southeast_2: "ap-southeast-2";
319
336
  readonly ap_southeast_3: "ap-southeast-3";
337
+ readonly ap_southeast_4: "ap-southeast-4";
338
+ readonly ap_southeast_5: "ap-southeast-5";
320
339
  readonly ca_central_1: "ca-central-1";
321
340
  readonly cn_north_1: "cn-north-1";
322
341
  readonly cn_northwest_1: "cn-northwest-1";
323
342
  readonly eu_central_1: "eu-central-1";
343
+ readonly eu_central_2: "eu-central-2";
324
344
  readonly eu_north_1: "eu-north-1";
325
345
  readonly eu_south_1: "eu-south-1";
326
346
  readonly eu_south_2: "eu-south-2";
327
347
  readonly eu_west_1: "eu-west-1";
328
348
  readonly eu_west_2: "eu-west-2";
329
349
  readonly eu_west_3: "eu-west-3";
350
+ readonly il_central_1: "il-central-1";
351
+ readonly me_central_1: "me-central-1";
330
352
  readonly me_south_1: "me-south-1";
331
353
  readonly sa_east_1: "sa-east-1";
332
354
  readonly us_east_2: "us-east-2";
@@ -337,10 +359,15 @@ export declare const BucketLocationConstraint: {
337
359
  };
338
360
  export type BucketLocationConstraint =
339
361
  (typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
362
+ export interface Tag {
363
+ Key: string | undefined;
364
+ Value: string | undefined;
365
+ }
340
366
  export interface CreateBucketConfiguration {
341
367
  LocationConstraint?: BucketLocationConstraint | undefined;
342
368
  Location?: LocationInfo | undefined;
343
369
  Bucket?: BucketInfo | undefined;
370
+ Tags?: Tag[] | undefined;
344
371
  }
345
372
  export declare const ObjectOwnership: {
346
373
  readonly BucketOwnerEnforced: "BucketOwnerEnforced";
@@ -389,6 +416,7 @@ export interface CreateMultipartUploadOutput {
389
416
  BucketKeyEnabled?: boolean | undefined;
390
417
  RequestCharged?: RequestCharged | undefined;
391
418
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
419
+ ChecksumType?: ChecksumType | undefined;
392
420
  }
393
421
  export interface CreateMultipartUploadRequest {
394
422
  ACL?: ObjectCannedACL | undefined;
@@ -421,6 +449,7 @@ export interface CreateMultipartUploadRequest {
421
449
  ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
422
450
  ExpectedBucketOwner?: string | undefined;
423
451
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
452
+ ChecksumType?: ChecksumType | undefined;
424
453
  }
425
454
  export interface SessionCredentials {
426
455
  AccessKeyId: string | undefined;
@@ -473,6 +502,7 @@ export interface DeleteBucketEncryptionRequest {
473
502
  export interface DeleteBucketIntelligentTieringConfigurationRequest {
474
503
  Bucket: string | undefined;
475
504
  Id: string | undefined;
505
+ ExpectedBucketOwner?: string | undefined;
476
506
  }
477
507
  export interface DeleteBucketInventoryConfigurationRequest {
478
508
  Bucket: string | undefined;
@@ -596,10 +626,6 @@ export interface GetBucketAclRequest {
596
626
  Bucket: string | undefined;
597
627
  ExpectedBucketOwner?: string | undefined;
598
628
  }
599
- export interface Tag {
600
- Key: string | undefined;
601
- Value: string | undefined;
602
- }
603
629
  export interface AnalyticsAndOperator {
604
630
  Prefix?: string | undefined;
605
631
  Tags?: Tag[] | undefined;
@@ -755,6 +781,7 @@ export interface GetBucketIntelligentTieringConfigurationOutput {
755
781
  export interface GetBucketIntelligentTieringConfigurationRequest {
756
782
  Bucket: string | undefined;
757
783
  Id: string | undefined;
784
+ ExpectedBucketOwner?: string | undefined;
758
785
  }
759
786
  export interface SSEKMS {
760
787
  KeyId: string | undefined;
@@ -1367,8 +1394,10 @@ export interface GetObjectOutput {
1367
1394
  ETag?: string | undefined;
1368
1395
  ChecksumCRC32?: string | undefined;
1369
1396
  ChecksumCRC32C?: string | undefined;
1397
+ ChecksumCRC64NVME?: string | undefined;
1370
1398
  ChecksumSHA1?: string | undefined;
1371
1399
  ChecksumSHA256?: string | undefined;
1400
+ ChecksumType?: ChecksumType | undefined;
1372
1401
  MissingMeta?: number | undefined;
1373
1402
  VersionId?: string | undefined;
1374
1403
  CacheControl?: string | undefined;
@@ -1449,14 +1478,17 @@ export interface GetObjectAclRequest {
1449
1478
  export interface Checksum {
1450
1479
  ChecksumCRC32?: string | undefined;
1451
1480
  ChecksumCRC32C?: string | undefined;
1481
+ ChecksumCRC64NVME?: string | undefined;
1452
1482
  ChecksumSHA1?: string | undefined;
1453
1483
  ChecksumSHA256?: string | undefined;
1484
+ ChecksumType?: ChecksumType | undefined;
1454
1485
  }
1455
1486
  export interface ObjectPart {
1456
1487
  PartNumber?: number | undefined;
1457
1488
  Size?: number | undefined;
1458
1489
  ChecksumCRC32?: string | undefined;
1459
1490
  ChecksumCRC32C?: string | undefined;
1491
+ ChecksumCRC64NVME?: string | undefined;
1460
1492
  ChecksumSHA1?: string | undefined;
1461
1493
  ChecksumSHA256?: string | undefined;
1462
1494
  }
@@ -1593,6 +1625,7 @@ export interface GetPublicAccessBlockRequest {
1593
1625
  ExpectedBucketOwner?: string | undefined;
1594
1626
  }
1595
1627
  export interface HeadBucketOutput {
1628
+ BucketArn?: string | undefined;
1596
1629
  BucketLocationType?: LocationType | undefined;
1597
1630
  BucketLocationName?: string | undefined;
1598
1631
  BucketRegion?: string | undefined;
@@ -1622,8 +1655,10 @@ export interface HeadObjectOutput {
1622
1655
  ContentLength?: number | undefined;
1623
1656
  ChecksumCRC32?: string | undefined;
1624
1657
  ChecksumCRC32C?: string | undefined;
1658
+ ChecksumCRC64NVME?: string | undefined;
1625
1659
  ChecksumSHA1?: string | undefined;
1626
1660
  ChecksumSHA256?: string | undefined;
1661
+ ChecksumType?: ChecksumType | undefined;
1627
1662
  ETag?: string | undefined;
1628
1663
  MissingMeta?: number | undefined;
1629
1664
  VersionId?: string | undefined;
@@ -1632,6 +1667,7 @@ export interface HeadObjectOutput {
1632
1667
  ContentEncoding?: string | undefined;
1633
1668
  ContentLanguage?: string | undefined;
1634
1669
  ContentType?: string | undefined;
1670
+ ContentRange?: string | undefined;
1635
1671
  Expires?: Date | undefined;
1636
1672
  ExpiresString?: string | undefined;
1637
1673
  WebsiteRedirectLocation?: string | undefined;
@@ -1645,6 +1681,7 @@ export interface HeadObjectOutput {
1645
1681
  RequestCharged?: RequestCharged | undefined;
1646
1682
  ReplicationStatus?: ReplicationStatus | undefined;
1647
1683
  PartsCount?: number | undefined;
1684
+ TagCount?: number | undefined;
1648
1685
  ObjectLockMode?: ObjectLockMode | undefined;
1649
1686
  ObjectLockRetainUntilDate?: Date | undefined;
1650
1687
  ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
@@ -1694,6 +1731,7 @@ export interface ListBucketIntelligentTieringConfigurationsOutput {
1694
1731
  export interface ListBucketIntelligentTieringConfigurationsRequest {
1695
1732
  Bucket: string | undefined;
1696
1733
  ContinuationToken?: string | undefined;
1734
+ ExpectedBucketOwner?: string | undefined;
1697
1735
  }
1698
1736
  export interface ListBucketInventoryConfigurationsOutput {
1699
1737
  ContinuationToken?: string | undefined;
@@ -1721,6 +1759,7 @@ export interface Bucket {
1721
1759
  Name?: string | undefined;
1722
1760
  CreationDate?: Date | undefined;
1723
1761
  BucketRegion?: string | undefined;
1762
+ BucketArn?: string | undefined;
1724
1763
  }
1725
1764
  export interface ListBucketsOutput {
1726
1765
  Buckets?: Bucket[] | undefined;
@@ -1761,6 +1800,7 @@ export interface MultipartUpload {
1761
1800
  Owner?: Owner | undefined;
1762
1801
  Initiator?: Initiator | undefined;
1763
1802
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1803
+ ChecksumType?: ChecksumType | undefined;
1764
1804
  }
1765
1805
  export interface ListMultipartUploadsOutput {
1766
1806
  Bucket?: string | undefined;
@@ -1795,6 +1835,7 @@ export interface RestoreStatus {
1795
1835
  export declare const ObjectStorageClass: {
1796
1836
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
1797
1837
  readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
1838
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
1798
1839
  readonly GLACIER: "GLACIER";
1799
1840
  readonly GLACIER_IR: "GLACIER_IR";
1800
1841
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
@@ -1812,6 +1853,7 @@ export interface _Object {
1812
1853
  LastModified?: Date | undefined;
1813
1854
  ETag?: string | undefined;
1814
1855
  ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
1856
+ ChecksumType?: ChecksumType | undefined;
1815
1857
  Size?: number | undefined;
1816
1858
  StorageClass?: ObjectStorageClass | undefined;
1817
1859
  Owner?: Owner | undefined;
@@ -1889,6 +1931,7 @@ export type ObjectVersionStorageClass =
1889
1931
  export interface ObjectVersion {
1890
1932
  ETag?: string | undefined;
1891
1933
  ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
1934
+ ChecksumType?: ChecksumType | undefined;
1892
1935
  Size?: number | undefined;
1893
1936
  StorageClass?: ObjectVersionStorageClass | undefined;
1894
1937
  Key?: string | undefined;
@@ -1933,6 +1976,7 @@ export interface Part {
1933
1976
  Size?: number | undefined;
1934
1977
  ChecksumCRC32?: string | undefined;
1935
1978
  ChecksumCRC32C?: string | undefined;
1979
+ ChecksumCRC64NVME?: string | undefined;
1936
1980
  ChecksumSHA1?: string | undefined;
1937
1981
  ChecksumSHA256?: string | undefined;
1938
1982
  }
@@ -1952,6 +1996,7 @@ export interface ListPartsOutput {
1952
1996
  StorageClass?: StorageClass | undefined;
1953
1997
  RequestCharged?: RequestCharged | undefined;
1954
1998
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1999
+ ChecksumType?: ChecksumType | undefined;
1955
2000
  }
1956
2001
  export interface ListPartsRequest {
1957
2002
  Bucket: string | undefined;
@@ -1990,9 +2035,6 @@ export interface PutBucketAnalyticsConfigurationRequest {
1990
2035
  AnalyticsConfiguration: AnalyticsConfiguration | undefined;
1991
2036
  ExpectedBucketOwner?: string | undefined;
1992
2037
  }
1993
- export interface CORSConfiguration {
1994
- CORSRules: CORSRule[] | undefined;
1995
- }
1996
2038
  export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
1997
2039
  obj: CompleteMultipartUploadOutput
1998
2040
  ) => any;