@nocobase/plugin-file-manager 1.6.0-beta.2 → 1.6.0-beta.4

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 (500) hide show
  1. package/dist/client/index.js +1 -1
  2. package/dist/client/schemas/storageTypes/ali-oss.d.ts +3 -0
  3. package/dist/client/schemas/storageTypes/index.d.ts +9 -0
  4. package/dist/client/schemas/storageTypes/s3.d.ts +3 -0
  5. package/dist/client/schemas/storageTypes/tx-cos.d.ts +3 -0
  6. package/dist/externalVersion.js +6 -6
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +1302 -101
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +12 -18
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +13 -20
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +10 -18
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +10 -17
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +13 -20
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +10 -18
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +13 -20
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +13 -20
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +13 -20
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +13 -20
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +13 -20
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +13 -20
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +13 -20
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +13 -20
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +13 -20
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +13 -19
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +13 -19
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +13 -20
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +13 -20
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +13 -20
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +11 -19
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +11 -19
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +13 -20
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +13 -20
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +13 -20
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +13 -20
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +13 -20
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +13 -20
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +13 -20
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +13 -20
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +13 -20
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +13 -20
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +13 -20
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +13 -20
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +13 -20
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +11 -18
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +10 -18
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +13 -19
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +13 -19
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +13 -19
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +13 -19
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +11 -18
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +13 -20
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +13 -19
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +10 -18
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +11 -19
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +13 -19
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +13 -20
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +13 -20
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +13 -20
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +13 -20
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +11 -19
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +13 -20
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +13 -20
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +11 -19
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +11 -19
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +13 -20
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +13 -20
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +13 -20
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +13 -20
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +13 -20
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +13 -20
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +13 -20
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +13 -20
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +13 -20
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +13 -20
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +13 -20
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +13 -21
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +13 -19
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +13 -19
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +13 -19
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +13 -19
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +13 -20
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +11 -18
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +10 -20
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +10 -18
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +10 -17
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +11 -18
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +0 -2
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +0 -1
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +1 -1
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -3
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +2 -3
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +1300 -378
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +143 -49
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js +8 -1
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js +8 -1
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +0 -1
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +2257 -1975
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +16 -10
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +18 -16
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +16 -25
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js +1 -1
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js +1 -1
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js +1 -1
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js +1 -1
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +1302 -101
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +12 -18
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +13 -20
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +10 -18
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +10 -17
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +13 -20
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +10 -18
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +13 -20
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +13 -20
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +13 -20
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +13 -20
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +13 -20
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +13 -20
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +13 -20
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +13 -20
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +13 -20
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +13 -19
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +13 -19
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +13 -20
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +13 -20
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +13 -20
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +12 -20
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +12 -20
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +13 -20
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +13 -20
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +13 -20
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +13 -20
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +13 -20
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +13 -20
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +13 -20
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +13 -20
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +13 -20
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +13 -20
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +13 -20
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +13 -20
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +13 -20
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +12 -19
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +10 -18
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +13 -19
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +13 -19
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +13 -19
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +13 -19
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +12 -19
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +13 -20
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +13 -19
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +10 -18
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +12 -20
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +13 -19
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +13 -20
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +13 -20
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +13 -20
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +13 -20
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +12 -20
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +13 -20
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +13 -20
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +11 -19
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +11 -19
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +13 -20
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +13 -20
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +13 -20
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +13 -20
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +13 -20
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +13 -20
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +13 -20
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +13 -20
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +13 -20
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +13 -20
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +13 -20
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +11 -19
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +13 -19
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +13 -19
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +13 -19
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +13 -19
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +13 -20
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +12 -19
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +10 -20
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +10 -18
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +10 -17
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +11 -18
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +0 -2
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +0 -1
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +1 -1
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -3
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js +1 -2
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1066 -362
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +116 -46
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +8 -1
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +8 -1
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +0 -1
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1739 -1453
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +16 -10
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +18 -16
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +16 -25
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +5312 -115
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +39 -69
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +8 -96
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +66 -212
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +161 -253
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +124 -201
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +212 -247
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +8 -45
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +7 -85
  244. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -56
  245. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +12 -49
  246. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -43
  247. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -45
  248. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +8 -54
  249. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +11 -48
  250. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -44
  251. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +22 -97
  252. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +9 -57
  253. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +5 -53
  254. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -53
  255. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +23 -158
  256. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -83
  257. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +27 -238
  258. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +7 -44
  259. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +12 -53
  260. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +14 -72
  261. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +11 -82
  262. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +7 -95
  263. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +10 -60
  264. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -70
  265. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +9 -74
  266. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +9 -127
  267. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +9 -70
  268. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +6 -66
  269. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +13 -70
  270. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +9 -108
  271. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +7 -54
  272. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +22 -110
  273. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +7 -47
  274. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +9 -135
  275. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -62
  276. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +6 -74
  277. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -62
  278. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +7 -91
  279. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +12 -126
  280. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +117 -228
  281. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +166 -290
  282. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -50
  283. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +7 -54
  284. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -52
  285. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +13 -109
  286. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +7 -63
  287. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +8 -50
  288. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +21 -109
  289. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +87 -216
  290. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +12 -85
  291. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -75
  292. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +13 -82
  293. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -76
  294. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +5 -84
  295. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +23 -262
  296. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +13 -153
  297. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +6 -130
  298. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +24 -185
  299. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +20 -165
  300. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +15 -50
  301. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +122 -201
  302. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +25 -83
  303. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +10 -112
  304. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +22 -69
  305. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +63 -99
  306. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +71 -121
  307. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +81 -197
  308. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +54 -144
  309. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +13 -69
  310. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +25 -134
  311. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -54
  312. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +20 -108
  313. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +41 -171
  314. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +7 -63
  315. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +54 -104
  316. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +24 -76
  317. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +9 -93
  318. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +129 -220
  319. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +99 -342
  320. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -54
  321. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +13 -67
  322. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +9 -58
  323. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +77 -108
  324. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +14 -52
  325. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +214 -337
  326. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +98 -200
  327. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +92 -189
  328. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +121 -237
  329. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +34 -113
  330. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +0 -2
  331. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +2 -10
  332. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +1 -1
  333. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +1 -1
  334. package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -11
  335. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -4
  336. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2799 -5390
  337. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +354 -1959
  338. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +3 -5
  339. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -4
  340. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -4
  341. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +0 -1
  342. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +188 -764
  343. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +38 -45
  344. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +9 -16
  345. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -41
  346. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +8 -14
  347. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +2 -37
  348. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -55
  349. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +3 -4
  350. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +3 -4
  351. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -4
  352. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -4
  353. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +3 -4
  354. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -4
  355. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +3 -4
  356. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +3 -4
  357. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
  358. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
  359. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -4
  360. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
  361. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -4
  362. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -4
  363. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
  364. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +3 -4
  365. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
  366. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
  367. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -4
  368. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +3 -4
  369. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -4
  370. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +3 -4
  371. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -4
  372. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -4
  373. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -4
  374. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -4
  375. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +3 -4
  376. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
  377. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -4
  378. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -4
  379. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +3 -4
  380. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +3 -4
  381. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -4
  382. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -4
  383. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +3 -4
  384. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +3 -4
  385. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +3 -4
  386. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +3 -4
  387. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +3 -4
  388. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +3 -4
  389. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +3 -4
  390. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +3 -4
  391. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -4
  392. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +3 -4
  393. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +6 -9
  394. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +3 -4
  395. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +3 -4
  396. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +3 -4
  397. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +3 -4
  398. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -12
  399. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +3 -4
  400. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +5 -8
  401. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -4
  402. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -4
  403. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -4
  404. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -4
  405. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -4
  406. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +3 -4
  407. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +3 -4
  408. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +3 -4
  409. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -4
  410. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -4
  411. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +3 -4
  412. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -4
  413. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +3 -4
  414. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -4
  415. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +3 -4
  416. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
  417. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
  418. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -4
  419. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -4
  420. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +3 -4
  421. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -4
  422. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -4
  423. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +3 -4
  424. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +3 -4
  425. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +4 -5
  426. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  427. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +4 -5
  428. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +4 -5
  429. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +4 -5
  430. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +4 -5
  431. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -10
  432. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +4 -5
  433. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -5
  434. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +3 -4
  435. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +3 -4
  436. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
  437. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -4
  438. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +3 -4
  439. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +11 -9
  440. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +3 -4
  441. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +11 -11
  442. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +0 -2
  443. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -9
  444. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  445. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  446. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +2 -6
  447. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -2
  448. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +1189 -639
  449. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +123 -251
  450. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +3 -2
  451. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +1 -1
  452. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -1
  453. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +0 -1
  454. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +188 -212
  455. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +62 -78
  456. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +14 -29
  457. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +52 -70
  458. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -19
  459. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +1 -1
  460. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +1 -1
  461. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +1 -1
  462. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +1 -1
  463. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +1 -1
  464. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +1 -1
  465. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +1 -1
  466. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +1 -1
  467. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  468. package/dist/node_modules/mime-match/package.json +1 -1
  469. package/dist/node_modules/mkdirp/package.json +1 -1
  470. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  471. package/dist/node_modules/multer-cos/index.js +1 -1
  472. package/dist/node_modules/multer-cos/package.json +1 -1
  473. package/dist/node_modules/multer-s3/index.js +4 -4
  474. package/dist/node_modules/multer-s3/package.json +1 -1
  475. package/dist/server/actions/attachments.js +2 -1
  476. package/dist/server/collections/attachments.js +1 -0
  477. package/dist/server/collections/storages.js +1 -0
  478. package/dist/server/server.d.ts +1 -0
  479. package/dist/server/server.js +8 -14
  480. package/package.json +3 -3
  481. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +0 -59
  482. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +0 -58
  483. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +0 -2
  484. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +0 -29
  485. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +0 -22
  486. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +0 -55
  487. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +0 -54
  488. package/dist/node_modules/@aws-sdk/client-s3/dist-es/extensionConfiguration.js +0 -1
  489. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +0 -25
  490. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +0 -18
  491. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +0 -145
  492. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +0 -98
  493. package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +0 -8
  494. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +0 -7
  495. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +0 -17
  496. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +0 -35
  497. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +0 -42
  498. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +0 -7
  499. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +0 -11
  500. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
@@ -1,26 +1,23 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { StreamingBlobTypes } from "@smithy/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { Readable } from "stream";
3
3
  import { S3ServiceException as __BaseException } from "./S3ServiceException";
4
4
  export interface AbortIncompleteMultipartUpload {
5
5
  DaysAfterInitiation?: number;
6
6
  }
7
- export declare const RequestCharged: {
8
- readonly requester: "requester";
9
- };
10
- export type RequestCharged =
11
- (typeof RequestCharged)[keyof typeof RequestCharged];
7
+ export declare enum RequestCharged {
8
+ requester = "requester",
9
+ }
12
10
  export interface AbortMultipartUploadOutput {
13
- RequestCharged?: RequestCharged;
11
+ RequestCharged?: RequestCharged | string;
12
+ }
13
+ export declare enum RequestPayer {
14
+ requester = "requester",
14
15
  }
15
- export declare const RequestPayer: {
16
- readonly requester: "requester";
17
- };
18
- export type RequestPayer = (typeof RequestPayer)[keyof typeof RequestPayer];
19
16
  export interface AbortMultipartUploadRequest {
20
17
  Bucket: string | undefined;
21
18
  Key: string | undefined;
22
19
  UploadId: string | undefined;
23
- RequestPayer?: RequestPayer;
20
+ RequestPayer?: RequestPayer | string;
24
21
  ExpectedBucketOwner?: string;
25
22
  }
26
23
  export declare class NoSuchUpload extends __BaseException {
@@ -28,39 +25,35 @@ export declare class NoSuchUpload extends __BaseException {
28
25
  readonly $fault: "client";
29
26
  constructor(opts: __ExceptionOptionType<NoSuchUpload, __BaseException>);
30
27
  }
31
- export declare const BucketAccelerateStatus: {
32
- readonly Enabled: "Enabled";
33
- readonly Suspended: "Suspended";
34
- };
35
- export type BucketAccelerateStatus =
36
- (typeof BucketAccelerateStatus)[keyof typeof BucketAccelerateStatus];
28
+ export declare enum BucketAccelerateStatus {
29
+ Enabled = "Enabled",
30
+ Suspended = "Suspended",
31
+ }
37
32
  export interface AccelerateConfiguration {
38
- Status?: BucketAccelerateStatus;
39
- }
40
- export declare const Type: {
41
- readonly AmazonCustomerByEmail: "AmazonCustomerByEmail";
42
- readonly CanonicalUser: "CanonicalUser";
43
- readonly Group: "Group";
44
- };
45
- export type Type = (typeof Type)[keyof typeof Type];
33
+ Status?: BucketAccelerateStatus | string;
34
+ }
35
+ export declare enum Type {
36
+ AmazonCustomerByEmail = "AmazonCustomerByEmail",
37
+ CanonicalUser = "CanonicalUser",
38
+ Group = "Group",
39
+ }
46
40
  export interface Grantee {
47
41
  DisplayName?: string;
48
42
  EmailAddress?: string;
49
43
  ID?: string;
50
44
  URI?: string;
51
- Type: Type | undefined;
52
- }
53
- export declare const Permission: {
54
- readonly FULL_CONTROL: "FULL_CONTROL";
55
- readonly READ: "READ";
56
- readonly READ_ACP: "READ_ACP";
57
- readonly WRITE: "WRITE";
58
- readonly WRITE_ACP: "WRITE_ACP";
59
- };
60
- export type Permission = (typeof Permission)[keyof typeof Permission];
45
+ Type: Type | string | undefined;
46
+ }
47
+ export declare enum Permission {
48
+ FULL_CONTROL = "FULL_CONTROL",
49
+ READ = "READ",
50
+ READ_ACP = "READ_ACP",
51
+ WRITE = "WRITE",
52
+ WRITE_ACP = "WRITE_ACP",
53
+ }
61
54
  export interface Grant {
62
55
  Grantee?: Grantee;
63
- Permission?: Permission;
56
+ Permission?: Permission | string;
64
57
  }
65
58
  export interface Owner {
66
59
  DisplayName?: string;
@@ -70,20 +63,16 @@ export interface AccessControlPolicy {
70
63
  Grants?: Grant[];
71
64
  Owner?: Owner;
72
65
  }
73
- export declare const OwnerOverride: {
74
- readonly Destination: "Destination";
75
- };
76
- export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
66
+ export declare enum OwnerOverride {
67
+ Destination = "Destination",
68
+ }
77
69
  export interface AccessControlTranslation {
78
- Owner: OwnerOverride | undefined;
79
- }
80
- export declare const ServerSideEncryption: {
81
- readonly AES256: "AES256";
82
- readonly aws_kms: "aws:kms";
83
- readonly aws_kms_dsse: "aws:kms:dsse";
84
- };
85
- export type ServerSideEncryption =
86
- (typeof ServerSideEncryption)[keyof typeof ServerSideEncryption];
70
+ Owner: OwnerOverride | string | undefined;
71
+ }
72
+ export declare enum ServerSideEncryption {
73
+ AES256 = "AES256",
74
+ aws_kms = "aws:kms",
75
+ }
87
76
  export interface CompleteMultipartUploadOutput {
88
77
  Location?: string;
89
78
  Bucket?: string;
@@ -94,11 +83,11 @@ export interface CompleteMultipartUploadOutput {
94
83
  ChecksumCRC32C?: string;
95
84
  ChecksumSHA1?: string;
96
85
  ChecksumSHA256?: string;
97
- ServerSideEncryption?: ServerSideEncryption;
86
+ ServerSideEncryption?: ServerSideEncryption | string;
98
87
  VersionId?: string;
99
88
  SSEKMSKeyId?: string;
100
89
  BucketKeyEnabled?: boolean;
101
- RequestCharged?: RequestCharged;
90
+ RequestCharged?: RequestCharged | string;
102
91
  }
103
92
  export interface CompletedPart {
104
93
  ETag?: string;
@@ -120,7 +109,7 @@ export interface CompleteMultipartUploadRequest {
120
109
  ChecksumCRC32C?: string;
121
110
  ChecksumSHA1?: string;
122
111
  ChecksumSHA256?: string;
123
- RequestPayer?: RequestPayer;
112
+ RequestPayer?: RequestPayer | string;
124
113
  ExpectedBucketOwner?: string;
125
114
  SSECustomerAlgorithm?: string;
126
115
  SSECustomerKey?: string;
@@ -139,76 +128,61 @@ export interface CopyObjectOutput {
139
128
  Expiration?: string;
140
129
  CopySourceVersionId?: string;
141
130
  VersionId?: string;
142
- ServerSideEncryption?: ServerSideEncryption;
131
+ ServerSideEncryption?: ServerSideEncryption | string;
143
132
  SSECustomerAlgorithm?: string;
144
133
  SSECustomerKeyMD5?: string;
145
134
  SSEKMSKeyId?: string;
146
135
  SSEKMSEncryptionContext?: string;
147
136
  BucketKeyEnabled?: boolean;
148
- RequestCharged?: RequestCharged;
149
- }
150
- export declare const ObjectCannedACL: {
151
- readonly authenticated_read: "authenticated-read";
152
- readonly aws_exec_read: "aws-exec-read";
153
- readonly bucket_owner_full_control: "bucket-owner-full-control";
154
- readonly bucket_owner_read: "bucket-owner-read";
155
- readonly private: "private";
156
- readonly public_read: "public-read";
157
- readonly public_read_write: "public-read-write";
158
- };
159
- export type ObjectCannedACL =
160
- (typeof ObjectCannedACL)[keyof typeof ObjectCannedACL];
161
- export declare const ChecksumAlgorithm: {
162
- readonly CRC32: "CRC32";
163
- readonly CRC32C: "CRC32C";
164
- readonly SHA1: "SHA1";
165
- readonly SHA256: "SHA256";
166
- };
167
- export type ChecksumAlgorithm =
168
- (typeof ChecksumAlgorithm)[keyof typeof ChecksumAlgorithm];
169
- export declare const MetadataDirective: {
170
- readonly COPY: "COPY";
171
- readonly REPLACE: "REPLACE";
172
- };
173
- export type MetadataDirective =
174
- (typeof MetadataDirective)[keyof typeof MetadataDirective];
175
- export declare const ObjectLockLegalHoldStatus: {
176
- readonly OFF: "OFF";
177
- readonly ON: "ON";
178
- };
179
- export type ObjectLockLegalHoldStatus =
180
- (typeof ObjectLockLegalHoldStatus)[keyof typeof ObjectLockLegalHoldStatus];
181
- export declare const ObjectLockMode: {
182
- readonly COMPLIANCE: "COMPLIANCE";
183
- readonly GOVERNANCE: "GOVERNANCE";
184
- };
185
- export type ObjectLockMode =
186
- (typeof ObjectLockMode)[keyof typeof ObjectLockMode];
187
- export declare const StorageClass: {
188
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
189
- readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
190
- readonly GLACIER: "GLACIER";
191
- readonly GLACIER_IR: "GLACIER_IR";
192
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
193
- readonly ONEZONE_IA: "ONEZONE_IA";
194
- readonly OUTPOSTS: "OUTPOSTS";
195
- readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
196
- readonly SNOW: "SNOW";
197
- readonly STANDARD: "STANDARD";
198
- readonly STANDARD_IA: "STANDARD_IA";
199
- };
200
- export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
201
- export declare const TaggingDirective: {
202
- readonly COPY: "COPY";
203
- readonly REPLACE: "REPLACE";
204
- };
205
- export type TaggingDirective =
206
- (typeof TaggingDirective)[keyof typeof TaggingDirective];
137
+ RequestCharged?: RequestCharged | string;
138
+ }
139
+ export declare enum ObjectCannedACL {
140
+ authenticated_read = "authenticated-read",
141
+ aws_exec_read = "aws-exec-read",
142
+ bucket_owner_full_control = "bucket-owner-full-control",
143
+ bucket_owner_read = "bucket-owner-read",
144
+ private = "private",
145
+ public_read = "public-read",
146
+ public_read_write = "public-read-write",
147
+ }
148
+ export declare enum ChecksumAlgorithm {
149
+ CRC32 = "CRC32",
150
+ CRC32C = "CRC32C",
151
+ SHA1 = "SHA1",
152
+ SHA256 = "SHA256",
153
+ }
154
+ export declare enum MetadataDirective {
155
+ COPY = "COPY",
156
+ REPLACE = "REPLACE",
157
+ }
158
+ export declare enum ObjectLockLegalHoldStatus {
159
+ OFF = "OFF",
160
+ ON = "ON",
161
+ }
162
+ export declare enum ObjectLockMode {
163
+ COMPLIANCE = "COMPLIANCE",
164
+ GOVERNANCE = "GOVERNANCE",
165
+ }
166
+ export declare enum StorageClass {
167
+ DEEP_ARCHIVE = "DEEP_ARCHIVE",
168
+ GLACIER = "GLACIER",
169
+ GLACIER_IR = "GLACIER_IR",
170
+ INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
171
+ ONEZONE_IA = "ONEZONE_IA",
172
+ OUTPOSTS = "OUTPOSTS",
173
+ REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
174
+ STANDARD = "STANDARD",
175
+ STANDARD_IA = "STANDARD_IA",
176
+ }
177
+ export declare enum TaggingDirective {
178
+ COPY = "COPY",
179
+ REPLACE = "REPLACE",
180
+ }
207
181
  export interface CopyObjectRequest {
208
- ACL?: ObjectCannedACL;
182
+ ACL?: ObjectCannedACL | string;
209
183
  Bucket: string | undefined;
210
184
  CacheControl?: string;
211
- ChecksumAlgorithm?: ChecksumAlgorithm;
185
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
212
186
  ContentDisposition?: string;
213
187
  ContentEncoding?: string;
214
188
  ContentLanguage?: string;
@@ -225,10 +199,10 @@ export interface CopyObjectRequest {
225
199
  GrantWriteACP?: string;
226
200
  Key: string | undefined;
227
201
  Metadata?: Record<string, string>;
228
- MetadataDirective?: MetadataDirective;
229
- TaggingDirective?: TaggingDirective;
230
- ServerSideEncryption?: ServerSideEncryption;
231
- StorageClass?: StorageClass;
202
+ MetadataDirective?: MetadataDirective | string;
203
+ TaggingDirective?: TaggingDirective | string;
204
+ ServerSideEncryption?: ServerSideEncryption | string;
205
+ StorageClass?: StorageClass | string;
232
206
  WebsiteRedirectLocation?: string;
233
207
  SSECustomerAlgorithm?: string;
234
208
  SSECustomerKey?: string;
@@ -239,11 +213,11 @@ export interface CopyObjectRequest {
239
213
  CopySourceSSECustomerAlgorithm?: string;
240
214
  CopySourceSSECustomerKey?: string;
241
215
  CopySourceSSECustomerKeyMD5?: string;
242
- RequestPayer?: RequestPayer;
216
+ RequestPayer?: RequestPayer | string;
243
217
  Tagging?: string;
244
- ObjectLockMode?: ObjectLockMode;
218
+ ObjectLockMode?: ObjectLockMode | string;
245
219
  ObjectLockRetainUntilDate?: Date;
246
- ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
220
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
247
221
  ExpectedBucketOwner?: string;
248
222
  ExpectedSourceBucketOwner?: string;
249
223
  }
@@ -271,81 +245,50 @@ export declare class BucketAlreadyOwnedByYou extends __BaseException {
271
245
  export interface CreateBucketOutput {
272
246
  Location?: string;
273
247
  }
274
- export declare const BucketCannedACL: {
275
- readonly authenticated_read: "authenticated-read";
276
- readonly private: "private";
277
- readonly public_read: "public-read";
278
- readonly public_read_write: "public-read-write";
279
- };
280
- export type BucketCannedACL =
281
- (typeof BucketCannedACL)[keyof typeof BucketCannedACL];
282
- export declare const DataRedundancy: {
283
- readonly SingleAvailabilityZone: "SingleAvailabilityZone";
284
- };
285
- export type DataRedundancy =
286
- (typeof DataRedundancy)[keyof typeof DataRedundancy];
287
- export declare const BucketType: {
288
- readonly Directory: "Directory";
289
- };
290
- export type BucketType = (typeof BucketType)[keyof typeof BucketType];
291
- export interface BucketInfo {
292
- DataRedundancy?: DataRedundancy;
293
- Type?: BucketType;
294
- }
295
- export declare const LocationType: {
296
- readonly AvailabilityZone: "AvailabilityZone";
297
- };
298
- export type LocationType = (typeof LocationType)[keyof typeof LocationType];
299
- export interface LocationInfo {
300
- Type?: LocationType;
301
- Name?: string;
248
+ export declare enum BucketCannedACL {
249
+ authenticated_read = "authenticated-read",
250
+ private = "private",
251
+ public_read = "public-read",
252
+ public_read_write = "public-read-write",
253
+ }
254
+ export declare enum BucketLocationConstraint {
255
+ EU = "EU",
256
+ af_south_1 = "af-south-1",
257
+ ap_east_1 = "ap-east-1",
258
+ ap_northeast_1 = "ap-northeast-1",
259
+ ap_northeast_2 = "ap-northeast-2",
260
+ ap_northeast_3 = "ap-northeast-3",
261
+ ap_south_1 = "ap-south-1",
262
+ ap_southeast_1 = "ap-southeast-1",
263
+ ap_southeast_2 = "ap-southeast-2",
264
+ ap_southeast_3 = "ap-southeast-3",
265
+ ca_central_1 = "ca-central-1",
266
+ cn_north_1 = "cn-north-1",
267
+ cn_northwest_1 = "cn-northwest-1",
268
+ eu_central_1 = "eu-central-1",
269
+ eu_north_1 = "eu-north-1",
270
+ eu_south_1 = "eu-south-1",
271
+ eu_west_1 = "eu-west-1",
272
+ eu_west_2 = "eu-west-2",
273
+ eu_west_3 = "eu-west-3",
274
+ me_south_1 = "me-south-1",
275
+ sa_east_1 = "sa-east-1",
276
+ us_east_2 = "us-east-2",
277
+ us_gov_east_1 = "us-gov-east-1",
278
+ us_gov_west_1 = "us-gov-west-1",
279
+ us_west_1 = "us-west-1",
280
+ us_west_2 = "us-west-2",
302
281
  }
303
- export declare const BucketLocationConstraint: {
304
- readonly EU: "EU";
305
- readonly af_south_1: "af-south-1";
306
- readonly ap_east_1: "ap-east-1";
307
- readonly ap_northeast_1: "ap-northeast-1";
308
- readonly ap_northeast_2: "ap-northeast-2";
309
- readonly ap_northeast_3: "ap-northeast-3";
310
- readonly ap_south_1: "ap-south-1";
311
- readonly ap_south_2: "ap-south-2";
312
- readonly ap_southeast_1: "ap-southeast-1";
313
- readonly ap_southeast_2: "ap-southeast-2";
314
- readonly ap_southeast_3: "ap-southeast-3";
315
- readonly ca_central_1: "ca-central-1";
316
- readonly cn_north_1: "cn-north-1";
317
- readonly cn_northwest_1: "cn-northwest-1";
318
- readonly eu_central_1: "eu-central-1";
319
- readonly eu_north_1: "eu-north-1";
320
- readonly eu_south_1: "eu-south-1";
321
- readonly eu_south_2: "eu-south-2";
322
- readonly eu_west_1: "eu-west-1";
323
- readonly eu_west_2: "eu-west-2";
324
- readonly eu_west_3: "eu-west-3";
325
- readonly me_south_1: "me-south-1";
326
- readonly sa_east_1: "sa-east-1";
327
- readonly us_east_2: "us-east-2";
328
- readonly us_gov_east_1: "us-gov-east-1";
329
- readonly us_gov_west_1: "us-gov-west-1";
330
- readonly us_west_1: "us-west-1";
331
- readonly us_west_2: "us-west-2";
332
- };
333
- export type BucketLocationConstraint =
334
- (typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
335
282
  export interface CreateBucketConfiguration {
336
- LocationConstraint?: BucketLocationConstraint;
337
- Location?: LocationInfo;
338
- Bucket?: BucketInfo;
339
- }
340
- export declare const ObjectOwnership: {
341
- readonly BucketOwnerEnforced: "BucketOwnerEnforced";
342
- readonly BucketOwnerPreferred: "BucketOwnerPreferred";
343
- readonly ObjectWriter: "ObjectWriter";
344
- };
345
- export type ObjectOwnership =
346
- (typeof ObjectOwnership)[keyof typeof ObjectOwnership];
283
+ LocationConstraint?: BucketLocationConstraint | string;
284
+ }
285
+ export declare enum ObjectOwnership {
286
+ BucketOwnerEnforced = "BucketOwnerEnforced",
287
+ BucketOwnerPreferred = "BucketOwnerPreferred",
288
+ ObjectWriter = "ObjectWriter",
289
+ }
347
290
  export interface CreateBucketRequest {
348
- ACL?: BucketCannedACL;
291
+ ACL?: BucketCannedACL | string;
349
292
  Bucket: string | undefined;
350
293
  CreateBucketConfiguration?: CreateBucketConfiguration;
351
294
  GrantFullControl?: string;
@@ -354,7 +297,7 @@ export interface CreateBucketRequest {
354
297
  GrantWrite?: string;
355
298
  GrantWriteACP?: string;
356
299
  ObjectLockEnabledForBucket?: boolean;
357
- ObjectOwnership?: ObjectOwnership;
300
+ ObjectOwnership?: ObjectOwnership | string;
358
301
  }
359
302
  export interface CreateMultipartUploadOutput {
360
303
  AbortDate?: Date;
@@ -362,17 +305,17 @@ export interface CreateMultipartUploadOutput {
362
305
  Bucket?: string;
363
306
  Key?: string;
364
307
  UploadId?: string;
365
- ServerSideEncryption?: ServerSideEncryption;
308
+ ServerSideEncryption?: ServerSideEncryption | string;
366
309
  SSECustomerAlgorithm?: string;
367
310
  SSECustomerKeyMD5?: string;
368
311
  SSEKMSKeyId?: string;
369
312
  SSEKMSEncryptionContext?: string;
370
313
  BucketKeyEnabled?: boolean;
371
- RequestCharged?: RequestCharged;
372
- ChecksumAlgorithm?: ChecksumAlgorithm;
314
+ RequestCharged?: RequestCharged | string;
315
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
373
316
  }
374
317
  export interface CreateMultipartUploadRequest {
375
- ACL?: ObjectCannedACL;
318
+ ACL?: ObjectCannedACL | string;
376
319
  Bucket: string | undefined;
377
320
  CacheControl?: string;
378
321
  ContentDisposition?: string;
@@ -386,8 +329,8 @@ export interface CreateMultipartUploadRequest {
386
329
  GrantWriteACP?: string;
387
330
  Key: string | undefined;
388
331
  Metadata?: Record<string, string>;
389
- ServerSideEncryption?: ServerSideEncryption;
390
- StorageClass?: StorageClass;
332
+ ServerSideEncryption?: ServerSideEncryption | string;
333
+ StorageClass?: StorageClass | string;
391
334
  WebsiteRedirectLocation?: string;
392
335
  SSECustomerAlgorithm?: string;
393
336
  SSECustomerKey?: string;
@@ -395,36 +338,13 @@ export interface CreateMultipartUploadRequest {
395
338
  SSEKMSKeyId?: string;
396
339
  SSEKMSEncryptionContext?: string;
397
340
  BucketKeyEnabled?: boolean;
398
- RequestPayer?: RequestPayer;
341
+ RequestPayer?: RequestPayer | string;
399
342
  Tagging?: string;
400
- ObjectLockMode?: ObjectLockMode;
343
+ ObjectLockMode?: ObjectLockMode | string;
401
344
  ObjectLockRetainUntilDate?: Date;
402
- ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
345
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
403
346
  ExpectedBucketOwner?: string;
404
- ChecksumAlgorithm?: ChecksumAlgorithm;
405
- }
406
- export interface SessionCredentials {
407
- AccessKeyId: string | undefined;
408
- SecretAccessKey: string | undefined;
409
- SessionToken: string | undefined;
410
- Expiration: Date | undefined;
411
- }
412
- export interface CreateSessionOutput {
413
- Credentials: SessionCredentials | undefined;
414
- }
415
- export declare const SessionMode: {
416
- readonly ReadOnly: "ReadOnly";
417
- readonly ReadWrite: "ReadWrite";
418
- };
419
- export type SessionMode = (typeof SessionMode)[keyof typeof SessionMode];
420
- export interface CreateSessionRequest {
421
- SessionMode?: SessionMode;
422
- Bucket: string | undefined;
423
- }
424
- export declare class NoSuchBucket extends __BaseException {
425
- readonly name: "NoSuchBucket";
426
- readonly $fault: "client";
427
- constructor(opts: __ExceptionOptionType<NoSuchBucket, __BaseException>);
347
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
428
348
  }
429
349
  export interface DeleteBucketRequest {
430
350
  Bucket: string | undefined;
@@ -484,14 +404,14 @@ export interface DeleteBucketWebsiteRequest {
484
404
  export interface DeleteObjectOutput {
485
405
  DeleteMarker?: boolean;
486
406
  VersionId?: string;
487
- RequestCharged?: RequestCharged;
407
+ RequestCharged?: RequestCharged | string;
488
408
  }
489
409
  export interface DeleteObjectRequest {
490
410
  Bucket: string | undefined;
491
411
  Key: string | undefined;
492
412
  MFA?: string;
493
413
  VersionId?: string;
494
- RequestPayer?: RequestPayer;
414
+ RequestPayer?: RequestPayer | string;
495
415
  BypassGovernanceRetention?: boolean;
496
416
  ExpectedBucketOwner?: string;
497
417
  }
@@ -509,7 +429,7 @@ export interface _Error {
509
429
  }
510
430
  export interface DeleteObjectsOutput {
511
431
  Deleted?: DeletedObject[];
512
- RequestCharged?: RequestCharged;
432
+ RequestCharged?: RequestCharged | string;
513
433
  Errors?: _Error[];
514
434
  }
515
435
  export interface ObjectIdentifier {
@@ -524,10 +444,10 @@ export interface DeleteObjectsRequest {
524
444
  Bucket: string | undefined;
525
445
  Delete: Delete | undefined;
526
446
  MFA?: string;
527
- RequestPayer?: RequestPayer;
447
+ RequestPayer?: RequestPayer | string;
528
448
  BypassGovernanceRetention?: boolean;
529
449
  ExpectedBucketOwner?: string;
530
- ChecksumAlgorithm?: ChecksumAlgorithm;
450
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
531
451
  }
532
452
  export interface DeleteObjectTaggingOutput {
533
453
  VersionId?: string;
@@ -543,13 +463,11 @@ export interface DeletePublicAccessBlockRequest {
543
463
  ExpectedBucketOwner?: string;
544
464
  }
545
465
  export interface GetBucketAccelerateConfigurationOutput {
546
- Status?: BucketAccelerateStatus;
547
- RequestCharged?: RequestCharged;
466
+ Status?: BucketAccelerateStatus | string;
548
467
  }
549
468
  export interface GetBucketAccelerateConfigurationRequest {
550
469
  Bucket: string | undefined;
551
470
  ExpectedBucketOwner?: string;
552
- RequestPayer?: RequestPayer;
553
471
  }
554
472
  export interface GetBucketAclOutput {
555
473
  Owner?: Owner;
@@ -567,7 +485,7 @@ export interface AnalyticsAndOperator {
567
485
  Prefix?: string;
568
486
  Tags?: Tag[];
569
487
  }
570
- export type AnalyticsFilter =
488
+ export declare type AnalyticsFilter =
571
489
  | AnalyticsFilter.AndMember
572
490
  | AnalyticsFilter.PrefixMember
573
491
  | AnalyticsFilter.TagMember
@@ -605,13 +523,11 @@ export declare namespace AnalyticsFilter {
605
523
  }
606
524
  const visit: <T>(value: AnalyticsFilter, visitor: Visitor<T>) => T;
607
525
  }
608
- export declare const AnalyticsS3ExportFileFormat: {
609
- readonly CSV: "CSV";
610
- };
611
- export type AnalyticsS3ExportFileFormat =
612
- (typeof AnalyticsS3ExportFileFormat)[keyof typeof AnalyticsS3ExportFileFormat];
526
+ export declare enum AnalyticsS3ExportFileFormat {
527
+ CSV = "CSV",
528
+ }
613
529
  export interface AnalyticsS3BucketDestination {
614
- Format: AnalyticsS3ExportFileFormat | undefined;
530
+ Format: AnalyticsS3ExportFileFormat | string | undefined;
615
531
  BucketAccountId?: string;
616
532
  Bucket: string | undefined;
617
533
  Prefix?: string;
@@ -619,13 +535,11 @@ export interface AnalyticsS3BucketDestination {
619
535
  export interface AnalyticsExportDestination {
620
536
  S3BucketDestination: AnalyticsS3BucketDestination | undefined;
621
537
  }
622
- export declare const StorageClassAnalysisSchemaVersion: {
623
- readonly V_1: "V_1";
624
- };
625
- export type StorageClassAnalysisSchemaVersion =
626
- (typeof StorageClassAnalysisSchemaVersion)[keyof typeof StorageClassAnalysisSchemaVersion];
538
+ export declare enum StorageClassAnalysisSchemaVersion {
539
+ V_1 = "V_1",
540
+ }
627
541
  export interface StorageClassAnalysisDataExport {
628
- OutputSchemaVersion: StorageClassAnalysisSchemaVersion | undefined;
542
+ OutputSchemaVersion: StorageClassAnalysisSchemaVersion | string | undefined;
629
543
  Destination: AnalyticsExportDestination | undefined;
630
544
  }
631
545
  export interface StorageClassAnalysis {
@@ -660,7 +574,7 @@ export interface GetBucketCorsRequest {
660
574
  ExpectedBucketOwner?: string;
661
575
  }
662
576
  export interface ServerSideEncryptionByDefault {
663
- SSEAlgorithm: ServerSideEncryption | undefined;
577
+ SSEAlgorithm: ServerSideEncryption | string | undefined;
664
578
  KMSMasterKeyID?: string;
665
579
  }
666
580
  export interface ServerSideEncryptionRule {
@@ -686,26 +600,22 @@ export interface IntelligentTieringFilter {
686
600
  Tag?: Tag;
687
601
  And?: IntelligentTieringAndOperator;
688
602
  }
689
- export declare const IntelligentTieringStatus: {
690
- readonly Disabled: "Disabled";
691
- readonly Enabled: "Enabled";
692
- };
693
- export type IntelligentTieringStatus =
694
- (typeof IntelligentTieringStatus)[keyof typeof IntelligentTieringStatus];
695
- export declare const IntelligentTieringAccessTier: {
696
- readonly ARCHIVE_ACCESS: "ARCHIVE_ACCESS";
697
- readonly DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS";
698
- };
699
- export type IntelligentTieringAccessTier =
700
- (typeof IntelligentTieringAccessTier)[keyof typeof IntelligentTieringAccessTier];
603
+ export declare enum IntelligentTieringStatus {
604
+ Disabled = "Disabled",
605
+ Enabled = "Enabled",
606
+ }
607
+ export declare enum IntelligentTieringAccessTier {
608
+ ARCHIVE_ACCESS = "ARCHIVE_ACCESS",
609
+ DEEP_ARCHIVE_ACCESS = "DEEP_ARCHIVE_ACCESS",
610
+ }
701
611
  export interface Tiering {
702
612
  Days: number | undefined;
703
- AccessTier: IntelligentTieringAccessTier | undefined;
613
+ AccessTier: IntelligentTieringAccessTier | string | undefined;
704
614
  }
705
615
  export interface IntelligentTieringConfiguration {
706
616
  Id: string | undefined;
707
617
  Filter?: IntelligentTieringFilter;
708
- Status: IntelligentTieringStatus | undefined;
618
+ Status: IntelligentTieringStatus | string | undefined;
709
619
  Tierings: Tiering[] | undefined;
710
620
  }
711
621
  export interface GetBucketIntelligentTieringConfigurationOutput {
@@ -723,17 +633,15 @@ export interface InventoryEncryption {
723
633
  SSES3?: SSES3;
724
634
  SSEKMS?: SSEKMS;
725
635
  }
726
- export declare const InventoryFormat: {
727
- readonly CSV: "CSV";
728
- readonly ORC: "ORC";
729
- readonly Parquet: "Parquet";
730
- };
731
- export type InventoryFormat =
732
- (typeof InventoryFormat)[keyof typeof InventoryFormat];
636
+ export declare enum InventoryFormat {
637
+ CSV = "CSV",
638
+ ORC = "ORC",
639
+ Parquet = "Parquet",
640
+ }
733
641
  export interface InventoryS3BucketDestination {
734
642
  AccountId?: string;
735
643
  Bucket: string | undefined;
736
- Format: InventoryFormat | undefined;
644
+ Format: InventoryFormat | string | undefined;
737
645
  Prefix?: string;
738
646
  Encryption?: InventoryEncryption;
739
647
  }
@@ -743,47 +651,39 @@ export interface InventoryDestination {
743
651
  export interface InventoryFilter {
744
652
  Prefix: string | undefined;
745
653
  }
746
- export declare const InventoryIncludedObjectVersions: {
747
- readonly All: "All";
748
- readonly Current: "Current";
749
- };
750
- export type InventoryIncludedObjectVersions =
751
- (typeof InventoryIncludedObjectVersions)[keyof typeof InventoryIncludedObjectVersions];
752
- export declare const InventoryOptionalField: {
753
- readonly BucketKeyStatus: "BucketKeyStatus";
754
- readonly ChecksumAlgorithm: "ChecksumAlgorithm";
755
- readonly ETag: "ETag";
756
- readonly EncryptionStatus: "EncryptionStatus";
757
- readonly IntelligentTieringAccessTier: "IntelligentTieringAccessTier";
758
- readonly IsMultipartUploaded: "IsMultipartUploaded";
759
- readonly LastModifiedDate: "LastModifiedDate";
760
- readonly ObjectAccessControlList: "ObjectAccessControlList";
761
- readonly ObjectLockLegalHoldStatus: "ObjectLockLegalHoldStatus";
762
- readonly ObjectLockMode: "ObjectLockMode";
763
- readonly ObjectLockRetainUntilDate: "ObjectLockRetainUntilDate";
764
- readonly ObjectOwner: "ObjectOwner";
765
- readonly ReplicationStatus: "ReplicationStatus";
766
- readonly Size: "Size";
767
- readonly StorageClass: "StorageClass";
768
- };
769
- export type InventoryOptionalField =
770
- (typeof InventoryOptionalField)[keyof typeof InventoryOptionalField];
771
- export declare const InventoryFrequency: {
772
- readonly Daily: "Daily";
773
- readonly Weekly: "Weekly";
774
- };
775
- export type InventoryFrequency =
776
- (typeof InventoryFrequency)[keyof typeof InventoryFrequency];
654
+ export declare enum InventoryIncludedObjectVersions {
655
+ All = "All",
656
+ Current = "Current",
657
+ }
658
+ export declare enum InventoryOptionalField {
659
+ BucketKeyStatus = "BucketKeyStatus",
660
+ ChecksumAlgorithm = "ChecksumAlgorithm",
661
+ ETag = "ETag",
662
+ EncryptionStatus = "EncryptionStatus",
663
+ IntelligentTieringAccessTier = "IntelligentTieringAccessTier",
664
+ IsMultipartUploaded = "IsMultipartUploaded",
665
+ LastModifiedDate = "LastModifiedDate",
666
+ ObjectLockLegalHoldStatus = "ObjectLockLegalHoldStatus",
667
+ ObjectLockMode = "ObjectLockMode",
668
+ ObjectLockRetainUntilDate = "ObjectLockRetainUntilDate",
669
+ ReplicationStatus = "ReplicationStatus",
670
+ Size = "Size",
671
+ StorageClass = "StorageClass",
672
+ }
673
+ export declare enum InventoryFrequency {
674
+ Daily = "Daily",
675
+ Weekly = "Weekly",
676
+ }
777
677
  export interface InventorySchedule {
778
- Frequency: InventoryFrequency | undefined;
678
+ Frequency: InventoryFrequency | string | undefined;
779
679
  }
780
680
  export interface InventoryConfiguration {
781
681
  Destination: InventoryDestination | undefined;
782
682
  IsEnabled: boolean | undefined;
783
683
  Filter?: InventoryFilter;
784
684
  Id: string | undefined;
785
- IncludedObjectVersions: InventoryIncludedObjectVersions | undefined;
786
- OptionalFields?: InventoryOptionalField[];
685
+ IncludedObjectVersions: InventoryIncludedObjectVersions | string | undefined;
686
+ OptionalFields?: (InventoryOptionalField | string)[];
787
687
  Schedule: InventorySchedule | undefined;
788
688
  }
789
689
  export interface GetBucketInventoryConfigurationOutput {
@@ -805,7 +705,7 @@ export interface LifecycleRuleAndOperator {
805
705
  ObjectSizeGreaterThan?: number;
806
706
  ObjectSizeLessThan?: number;
807
707
  }
808
- export type LifecycleRuleFilter =
708
+ export declare type LifecycleRuleFilter =
809
709
  | LifecycleRuleFilter.AndMember
810
710
  | LifecycleRuleFilter.ObjectSizeGreaterThanMember
811
711
  | LifecycleRuleFilter.ObjectSizeLessThanMember
@@ -875,38 +775,34 @@ export interface NoncurrentVersionExpiration {
875
775
  NoncurrentDays?: number;
876
776
  NewerNoncurrentVersions?: number;
877
777
  }
878
- export declare const TransitionStorageClass: {
879
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
880
- readonly GLACIER: "GLACIER";
881
- readonly GLACIER_IR: "GLACIER_IR";
882
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
883
- readonly ONEZONE_IA: "ONEZONE_IA";
884
- readonly STANDARD_IA: "STANDARD_IA";
885
- };
886
- export type TransitionStorageClass =
887
- (typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
778
+ export declare enum TransitionStorageClass {
779
+ DEEP_ARCHIVE = "DEEP_ARCHIVE",
780
+ GLACIER = "GLACIER",
781
+ GLACIER_IR = "GLACIER_IR",
782
+ INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
783
+ ONEZONE_IA = "ONEZONE_IA",
784
+ STANDARD_IA = "STANDARD_IA",
785
+ }
888
786
  export interface NoncurrentVersionTransition {
889
787
  NoncurrentDays?: number;
890
- StorageClass?: TransitionStorageClass;
788
+ StorageClass?: TransitionStorageClass | string;
891
789
  NewerNoncurrentVersions?: number;
892
790
  }
893
- export declare const ExpirationStatus: {
894
- readonly Disabled: "Disabled";
895
- readonly Enabled: "Enabled";
896
- };
897
- export type ExpirationStatus =
898
- (typeof ExpirationStatus)[keyof typeof ExpirationStatus];
791
+ export declare enum ExpirationStatus {
792
+ Disabled = "Disabled",
793
+ Enabled = "Enabled",
794
+ }
899
795
  export interface Transition {
900
796
  Date?: Date;
901
797
  Days?: number;
902
- StorageClass?: TransitionStorageClass;
798
+ StorageClass?: TransitionStorageClass | string;
903
799
  }
904
800
  export interface LifecycleRule {
905
801
  Expiration?: LifecycleExpiration;
906
802
  ID?: string;
907
803
  Prefix?: string;
908
804
  Filter?: LifecycleRuleFilter;
909
- Status: ExpirationStatus | undefined;
805
+ Status: ExpirationStatus | string | undefined;
910
806
  Transitions?: Transition[];
911
807
  NoncurrentVersionTransitions?: NoncurrentVersionTransition[];
912
808
  NoncurrentVersionExpiration?: NoncurrentVersionExpiration;
@@ -920,42 +816,25 @@ export interface GetBucketLifecycleConfigurationRequest {
920
816
  ExpectedBucketOwner?: string;
921
817
  }
922
818
  export interface GetBucketLocationOutput {
923
- LocationConstraint?: BucketLocationConstraint;
819
+ LocationConstraint?: BucketLocationConstraint | string;
924
820
  }
925
821
  export interface GetBucketLocationRequest {
926
822
  Bucket: string | undefined;
927
823
  ExpectedBucketOwner?: string;
928
824
  }
929
- export declare const BucketLogsPermission: {
930
- readonly FULL_CONTROL: "FULL_CONTROL";
931
- readonly READ: "READ";
932
- readonly WRITE: "WRITE";
933
- };
934
- export type BucketLogsPermission =
935
- (typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
825
+ export declare enum BucketLogsPermission {
826
+ FULL_CONTROL = "FULL_CONTROL",
827
+ READ = "READ",
828
+ WRITE = "WRITE",
829
+ }
936
830
  export interface TargetGrant {
937
831
  Grantee?: Grantee;
938
- Permission?: BucketLogsPermission;
939
- }
940
- export declare const PartitionDateSource: {
941
- readonly DeliveryTime: "DeliveryTime";
942
- readonly EventTime: "EventTime";
943
- };
944
- export type PartitionDateSource =
945
- (typeof PartitionDateSource)[keyof typeof PartitionDateSource];
946
- export interface PartitionedPrefix {
947
- PartitionDateSource?: PartitionDateSource;
948
- }
949
- export interface SimplePrefix {}
950
- export interface TargetObjectKeyFormat {
951
- SimplePrefix?: SimplePrefix;
952
- PartitionedPrefix?: PartitionedPrefix;
832
+ Permission?: BucketLogsPermission | string;
953
833
  }
954
834
  export interface LoggingEnabled {
955
835
  TargetBucket: string | undefined;
956
836
  TargetGrants?: TargetGrant[];
957
837
  TargetPrefix: string | undefined;
958
- TargetObjectKeyFormat?: TargetObjectKeyFormat;
959
838
  }
960
839
  export interface GetBucketLoggingOutput {
961
840
  LoggingEnabled?: LoggingEnabled;
@@ -969,7 +848,7 @@ export interface MetricsAndOperator {
969
848
  Tags?: Tag[];
970
849
  AccessPointArn?: string;
971
850
  }
972
- export type MetricsFilter =
851
+ export declare type MetricsFilter =
973
852
  | MetricsFilter.AccessPointArnMember
974
853
  | MetricsFilter.AndMember
975
854
  | MetricsFilter.PrefixMember
@@ -1037,44 +916,40 @@ export interface GetBucketNotificationConfigurationRequest {
1037
916
  ExpectedBucketOwner?: string;
1038
917
  }
1039
918
  export interface EventBridgeConfiguration {}
1040
- export declare const Event: {
1041
- readonly s3_IntelligentTiering: "s3:IntelligentTiering";
1042
- readonly s3_LifecycleExpiration_: "s3:LifecycleExpiration:*";
1043
- readonly s3_LifecycleExpiration_Delete: "s3:LifecycleExpiration:Delete";
1044
- readonly s3_LifecycleExpiration_DeleteMarkerCreated: "s3:LifecycleExpiration:DeleteMarkerCreated";
1045
- readonly s3_LifecycleTransition: "s3:LifecycleTransition";
1046
- readonly s3_ObjectAcl_Put: "s3:ObjectAcl:Put";
1047
- readonly s3_ObjectCreated_: "s3:ObjectCreated:*";
1048
- readonly s3_ObjectCreated_CompleteMultipartUpload: "s3:ObjectCreated:CompleteMultipartUpload";
1049
- readonly s3_ObjectCreated_Copy: "s3:ObjectCreated:Copy";
1050
- readonly s3_ObjectCreated_Post: "s3:ObjectCreated:Post";
1051
- readonly s3_ObjectCreated_Put: "s3:ObjectCreated:Put";
1052
- readonly s3_ObjectRemoved_: "s3:ObjectRemoved:*";
1053
- readonly s3_ObjectRemoved_Delete: "s3:ObjectRemoved:Delete";
1054
- readonly s3_ObjectRemoved_DeleteMarkerCreated: "s3:ObjectRemoved:DeleteMarkerCreated";
1055
- readonly s3_ObjectRestore_: "s3:ObjectRestore:*";
1056
- readonly s3_ObjectRestore_Completed: "s3:ObjectRestore:Completed";
1057
- readonly s3_ObjectRestore_Delete: "s3:ObjectRestore:Delete";
1058
- readonly s3_ObjectRestore_Post: "s3:ObjectRestore:Post";
1059
- readonly s3_ObjectTagging_: "s3:ObjectTagging:*";
1060
- readonly s3_ObjectTagging_Delete: "s3:ObjectTagging:Delete";
1061
- readonly s3_ObjectTagging_Put: "s3:ObjectTagging:Put";
1062
- readonly s3_ReducedRedundancyLostObject: "s3:ReducedRedundancyLostObject";
1063
- readonly s3_Replication_: "s3:Replication:*";
1064
- readonly s3_Replication_OperationFailedReplication: "s3:Replication:OperationFailedReplication";
1065
- readonly s3_Replication_OperationMissedThreshold: "s3:Replication:OperationMissedThreshold";
1066
- readonly s3_Replication_OperationNotTracked: "s3:Replication:OperationNotTracked";
1067
- readonly s3_Replication_OperationReplicatedAfterThreshold: "s3:Replication:OperationReplicatedAfterThreshold";
1068
- };
1069
- export type Event = (typeof Event)[keyof typeof Event];
1070
- export declare const FilterRuleName: {
1071
- readonly prefix: "prefix";
1072
- readonly suffix: "suffix";
1073
- };
1074
- export type FilterRuleName =
1075
- (typeof FilterRuleName)[keyof typeof FilterRuleName];
919
+ export declare type Event =
920
+ | "s3:IntelligentTiering"
921
+ | "s3:LifecycleExpiration:*"
922
+ | "s3:LifecycleExpiration:Delete"
923
+ | "s3:LifecycleExpiration:DeleteMarkerCreated"
924
+ | "s3:LifecycleTransition"
925
+ | "s3:ObjectAcl:Put"
926
+ | "s3:ObjectCreated:*"
927
+ | "s3:ObjectCreated:CompleteMultipartUpload"
928
+ | "s3:ObjectCreated:Copy"
929
+ | "s3:ObjectCreated:Post"
930
+ | "s3:ObjectCreated:Put"
931
+ | "s3:ObjectRemoved:*"
932
+ | "s3:ObjectRemoved:Delete"
933
+ | "s3:ObjectRemoved:DeleteMarkerCreated"
934
+ | "s3:ObjectRestore:*"
935
+ | "s3:ObjectRestore:Completed"
936
+ | "s3:ObjectRestore:Delete"
937
+ | "s3:ObjectRestore:Post"
938
+ | "s3:ObjectTagging:*"
939
+ | "s3:ObjectTagging:Delete"
940
+ | "s3:ObjectTagging:Put"
941
+ | "s3:ReducedRedundancyLostObject"
942
+ | "s3:Replication:*"
943
+ | "s3:Replication:OperationFailedReplication"
944
+ | "s3:Replication:OperationMissedThreshold"
945
+ | "s3:Replication:OperationNotTracked"
946
+ | "s3:Replication:OperationReplicatedAfterThreshold";
947
+ export declare enum FilterRuleName {
948
+ prefix = "prefix",
949
+ suffix = "suffix",
950
+ }
1076
951
  export interface FilterRule {
1077
- Name?: FilterRuleName;
952
+ Name?: FilterRuleName | string;
1078
953
  Value?: string;
1079
954
  }
1080
955
  export interface S3KeyFilter {
@@ -1086,19 +961,19 @@ export interface NotificationConfigurationFilter {
1086
961
  export interface LambdaFunctionConfiguration {
1087
962
  Id?: string;
1088
963
  LambdaFunctionArn: string | undefined;
1089
- Events: Event[] | undefined;
964
+ Events: (Event | string)[] | undefined;
1090
965
  Filter?: NotificationConfigurationFilter;
1091
966
  }
1092
967
  export interface QueueConfiguration {
1093
968
  Id?: string;
1094
969
  QueueArn: string | undefined;
1095
- Events: Event[] | undefined;
970
+ Events: (Event | string)[] | undefined;
1096
971
  Filter?: NotificationConfigurationFilter;
1097
972
  }
1098
973
  export interface TopicConfiguration {
1099
974
  Id?: string;
1100
975
  TopicArn: string | undefined;
1101
- Events: Event[] | undefined;
976
+ Events: (Event | string)[] | undefined;
1102
977
  Filter?: NotificationConfigurationFilter;
1103
978
  }
1104
979
  export interface NotificationConfiguration {
@@ -1108,7 +983,7 @@ export interface NotificationConfiguration {
1108
983
  EventBridgeConfiguration?: EventBridgeConfiguration;
1109
984
  }
1110
985
  export interface OwnershipControlsRule {
1111
- ObjectOwnership: ObjectOwnership | undefined;
986
+ ObjectOwnership: ObjectOwnership | string | undefined;
1112
987
  }
1113
988
  export interface OwnershipControls {
1114
989
  Rules: OwnershipControlsRule[] | undefined;
@@ -1137,14 +1012,12 @@ export interface GetBucketPolicyStatusRequest {
1137
1012
  Bucket: string | undefined;
1138
1013
  ExpectedBucketOwner?: string;
1139
1014
  }
1140
- export declare const DeleteMarkerReplicationStatus: {
1141
- readonly Disabled: "Disabled";
1142
- readonly Enabled: "Enabled";
1143
- };
1144
- export type DeleteMarkerReplicationStatus =
1145
- (typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
1015
+ export declare enum DeleteMarkerReplicationStatus {
1016
+ Disabled = "Disabled",
1017
+ Enabled = "Enabled",
1018
+ }
1146
1019
  export interface DeleteMarkerReplication {
1147
- Status?: DeleteMarkerReplicationStatus;
1020
+ Status?: DeleteMarkerReplicationStatus | string;
1148
1021
  }
1149
1022
  export interface EncryptionConfiguration {
1150
1023
  ReplicaKmsKeyID?: string;
@@ -1152,48 +1025,43 @@ export interface EncryptionConfiguration {
1152
1025
  export interface ReplicationTimeValue {
1153
1026
  Minutes?: number;
1154
1027
  }
1155
- export declare const MetricsStatus: {
1156
- readonly Disabled: "Disabled";
1157
- readonly Enabled: "Enabled";
1158
- };
1159
- export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
1028
+ export declare enum MetricsStatus {
1029
+ Disabled = "Disabled",
1030
+ Enabled = "Enabled",
1031
+ }
1160
1032
  export interface Metrics {
1161
- Status: MetricsStatus | undefined;
1033
+ Status: MetricsStatus | string | undefined;
1162
1034
  EventThreshold?: ReplicationTimeValue;
1163
1035
  }
1164
- export declare const ReplicationTimeStatus: {
1165
- readonly Disabled: "Disabled";
1166
- readonly Enabled: "Enabled";
1167
- };
1168
- export type ReplicationTimeStatus =
1169
- (typeof ReplicationTimeStatus)[keyof typeof ReplicationTimeStatus];
1036
+ export declare enum ReplicationTimeStatus {
1037
+ Disabled = "Disabled",
1038
+ Enabled = "Enabled",
1039
+ }
1170
1040
  export interface ReplicationTime {
1171
- Status: ReplicationTimeStatus | undefined;
1041
+ Status: ReplicationTimeStatus | string | undefined;
1172
1042
  Time: ReplicationTimeValue | undefined;
1173
1043
  }
1174
1044
  export interface Destination {
1175
1045
  Bucket: string | undefined;
1176
1046
  Account?: string;
1177
- StorageClass?: StorageClass;
1047
+ StorageClass?: StorageClass | string;
1178
1048
  AccessControlTranslation?: AccessControlTranslation;
1179
1049
  EncryptionConfiguration?: EncryptionConfiguration;
1180
1050
  ReplicationTime?: ReplicationTime;
1181
1051
  Metrics?: Metrics;
1182
1052
  }
1183
- export declare const ExistingObjectReplicationStatus: {
1184
- readonly Disabled: "Disabled";
1185
- readonly Enabled: "Enabled";
1186
- };
1187
- export type ExistingObjectReplicationStatus =
1188
- (typeof ExistingObjectReplicationStatus)[keyof typeof ExistingObjectReplicationStatus];
1053
+ export declare enum ExistingObjectReplicationStatus {
1054
+ Disabled = "Disabled",
1055
+ Enabled = "Enabled",
1056
+ }
1189
1057
  export interface ExistingObjectReplication {
1190
- Status: ExistingObjectReplicationStatus | undefined;
1058
+ Status: ExistingObjectReplicationStatus | string | undefined;
1191
1059
  }
1192
1060
  export interface ReplicationRuleAndOperator {
1193
1061
  Prefix?: string;
1194
1062
  Tags?: Tag[];
1195
1063
  }
1196
- export type ReplicationRuleFilter =
1064
+ export declare type ReplicationRuleFilter =
1197
1065
  | ReplicationRuleFilter.AndMember
1198
1066
  | ReplicationRuleFilter.PrefixMember
1199
1067
  | ReplicationRuleFilter.TagMember
@@ -1231,40 +1099,34 @@ export declare namespace ReplicationRuleFilter {
1231
1099
  }
1232
1100
  const visit: <T>(value: ReplicationRuleFilter, visitor: Visitor<T>) => T;
1233
1101
  }
1234
- export declare const ReplicaModificationsStatus: {
1235
- readonly Disabled: "Disabled";
1236
- readonly Enabled: "Enabled";
1237
- };
1238
- export type ReplicaModificationsStatus =
1239
- (typeof ReplicaModificationsStatus)[keyof typeof ReplicaModificationsStatus];
1102
+ export declare enum ReplicaModificationsStatus {
1103
+ Disabled = "Disabled",
1104
+ Enabled = "Enabled",
1105
+ }
1240
1106
  export interface ReplicaModifications {
1241
- Status: ReplicaModificationsStatus | undefined;
1242
- }
1243
- export declare const SseKmsEncryptedObjectsStatus: {
1244
- readonly Disabled: "Disabled";
1245
- readonly Enabled: "Enabled";
1246
- };
1247
- export type SseKmsEncryptedObjectsStatus =
1248
- (typeof SseKmsEncryptedObjectsStatus)[keyof typeof SseKmsEncryptedObjectsStatus];
1107
+ Status: ReplicaModificationsStatus | string | undefined;
1108
+ }
1109
+ export declare enum SseKmsEncryptedObjectsStatus {
1110
+ Disabled = "Disabled",
1111
+ Enabled = "Enabled",
1112
+ }
1249
1113
  export interface SseKmsEncryptedObjects {
1250
- Status: SseKmsEncryptedObjectsStatus | undefined;
1114
+ Status: SseKmsEncryptedObjectsStatus | string | undefined;
1251
1115
  }
1252
1116
  export interface SourceSelectionCriteria {
1253
1117
  SseKmsEncryptedObjects?: SseKmsEncryptedObjects;
1254
1118
  ReplicaModifications?: ReplicaModifications;
1255
1119
  }
1256
- export declare const ReplicationRuleStatus: {
1257
- readonly Disabled: "Disabled";
1258
- readonly Enabled: "Enabled";
1259
- };
1260
- export type ReplicationRuleStatus =
1261
- (typeof ReplicationRuleStatus)[keyof typeof ReplicationRuleStatus];
1120
+ export declare enum ReplicationRuleStatus {
1121
+ Disabled = "Disabled",
1122
+ Enabled = "Enabled",
1123
+ }
1262
1124
  export interface ReplicationRule {
1263
1125
  ID?: string;
1264
1126
  Priority?: number;
1265
1127
  Prefix?: string;
1266
1128
  Filter?: ReplicationRuleFilter;
1267
- Status: ReplicationRuleStatus | undefined;
1129
+ Status: ReplicationRuleStatus | string | undefined;
1268
1130
  SourceSelectionCriteria?: SourceSelectionCriteria;
1269
1131
  ExistingObjectReplication?: ExistingObjectReplication;
1270
1132
  Destination: Destination | undefined;
@@ -1281,13 +1143,12 @@ export interface GetBucketReplicationRequest {
1281
1143
  Bucket: string | undefined;
1282
1144
  ExpectedBucketOwner?: string;
1283
1145
  }
1284
- export declare const Payer: {
1285
- readonly BucketOwner: "BucketOwner";
1286
- readonly Requester: "Requester";
1287
- };
1288
- export type Payer = (typeof Payer)[keyof typeof Payer];
1146
+ export declare enum Payer {
1147
+ BucketOwner = "BucketOwner",
1148
+ Requester = "Requester",
1149
+ }
1289
1150
  export interface GetBucketRequestPaymentOutput {
1290
- Payer?: Payer;
1151
+ Payer?: Payer | string;
1291
1152
  }
1292
1153
  export interface GetBucketRequestPaymentRequest {
1293
1154
  Bucket: string | undefined;
@@ -1300,21 +1161,17 @@ export interface GetBucketTaggingRequest {
1300
1161
  Bucket: string | undefined;
1301
1162
  ExpectedBucketOwner?: string;
1302
1163
  }
1303
- export declare const MFADeleteStatus: {
1304
- readonly Disabled: "Disabled";
1305
- readonly Enabled: "Enabled";
1306
- };
1307
- export type MFADeleteStatus =
1308
- (typeof MFADeleteStatus)[keyof typeof MFADeleteStatus];
1309
- export declare const BucketVersioningStatus: {
1310
- readonly Enabled: "Enabled";
1311
- readonly Suspended: "Suspended";
1312
- };
1313
- export type BucketVersioningStatus =
1314
- (typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
1164
+ export declare enum MFADeleteStatus {
1165
+ Disabled = "Disabled",
1166
+ Enabled = "Enabled",
1167
+ }
1168
+ export declare enum BucketVersioningStatus {
1169
+ Enabled = "Enabled",
1170
+ Suspended = "Suspended",
1171
+ }
1315
1172
  export interface GetBucketVersioningOutput {
1316
- Status?: BucketVersioningStatus;
1317
- MFADelete?: MFADeleteStatus;
1173
+ Status?: BucketVersioningStatus | string;
1174
+ MFADelete?: MFADeleteStatus | string;
1318
1175
  }
1319
1176
  export interface GetBucketVersioningRequest {
1320
1177
  Bucket: string | undefined;
@@ -1326,14 +1183,13 @@ export interface ErrorDocument {
1326
1183
  export interface IndexDocument {
1327
1184
  Suffix: string | undefined;
1328
1185
  }
1329
- export declare const Protocol: {
1330
- readonly http: "http";
1331
- readonly https: "https";
1332
- };
1333
- export type Protocol = (typeof Protocol)[keyof typeof Protocol];
1186
+ export declare enum Protocol {
1187
+ http = "http",
1188
+ https = "https",
1189
+ }
1334
1190
  export interface RedirectAllRequestsTo {
1335
1191
  HostName: string | undefined;
1336
- Protocol?: Protocol;
1192
+ Protocol?: Protocol | string;
1337
1193
  }
1338
1194
  export interface Condition {
1339
1195
  HttpErrorCodeReturnedEquals?: string;
@@ -1342,7 +1198,7 @@ export interface Condition {
1342
1198
  export interface Redirect {
1343
1199
  HostName?: string;
1344
1200
  HttpRedirectCode?: string;
1345
- Protocol?: Protocol;
1201
+ Protocol?: Protocol | string;
1346
1202
  ReplaceKeyPrefixWith?: string;
1347
1203
  ReplaceKeyWith?: string;
1348
1204
  }
@@ -1360,17 +1216,14 @@ export interface GetBucketWebsiteRequest {
1360
1216
  Bucket: string | undefined;
1361
1217
  ExpectedBucketOwner?: string;
1362
1218
  }
1363
- export declare const ReplicationStatus: {
1364
- readonly COMPLETE: "COMPLETE";
1365
- readonly COMPLETED: "COMPLETED";
1366
- readonly FAILED: "FAILED";
1367
- readonly PENDING: "PENDING";
1368
- readonly REPLICA: "REPLICA";
1369
- };
1370
- export type ReplicationStatus =
1371
- (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
1219
+ export declare enum ReplicationStatus {
1220
+ COMPLETE = "COMPLETE",
1221
+ FAILED = "FAILED",
1222
+ PENDING = "PENDING",
1223
+ REPLICA = "REPLICA",
1224
+ }
1372
1225
  export interface GetObjectOutput {
1373
- Body?: StreamingBlobTypes;
1226
+ Body?: Readable | ReadableStream | Blob;
1374
1227
  DeleteMarker?: boolean;
1375
1228
  AcceptRanges?: string;
1376
1229
  Expiration?: string;
@@ -1392,25 +1245,24 @@ export interface GetObjectOutput {
1392
1245
  ContentType?: string;
1393
1246
  Expires?: Date;
1394
1247
  WebsiteRedirectLocation?: string;
1395
- ServerSideEncryption?: ServerSideEncryption;
1248
+ ServerSideEncryption?: ServerSideEncryption | string;
1396
1249
  Metadata?: Record<string, string>;
1397
1250
  SSECustomerAlgorithm?: string;
1398
1251
  SSECustomerKeyMD5?: string;
1399
1252
  SSEKMSKeyId?: string;
1400
1253
  BucketKeyEnabled?: boolean;
1401
- StorageClass?: StorageClass;
1402
- RequestCharged?: RequestCharged;
1403
- ReplicationStatus?: ReplicationStatus;
1254
+ StorageClass?: StorageClass | string;
1255
+ RequestCharged?: RequestCharged | string;
1256
+ ReplicationStatus?: ReplicationStatus | string;
1404
1257
  PartsCount?: number;
1405
1258
  TagCount?: number;
1406
- ObjectLockMode?: ObjectLockMode;
1259
+ ObjectLockMode?: ObjectLockMode | string;
1407
1260
  ObjectLockRetainUntilDate?: Date;
1408
- ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
1261
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
1262
+ }
1263
+ export declare enum ChecksumMode {
1264
+ ENABLED = "ENABLED",
1409
1265
  }
1410
- export declare const ChecksumMode: {
1411
- readonly ENABLED: "ENABLED";
1412
- };
1413
- export type ChecksumMode = (typeof ChecksumMode)[keyof typeof ChecksumMode];
1414
1266
  export interface GetObjectRequest {
1415
1267
  Bucket: string | undefined;
1416
1268
  IfMatch?: string;
@@ -1429,16 +1281,16 @@ export interface GetObjectRequest {
1429
1281
  SSECustomerAlgorithm?: string;
1430
1282
  SSECustomerKey?: string;
1431
1283
  SSECustomerKeyMD5?: string;
1432
- RequestPayer?: RequestPayer;
1284
+ RequestPayer?: RequestPayer | string;
1433
1285
  PartNumber?: number;
1434
1286
  ExpectedBucketOwner?: string;
1435
- ChecksumMode?: ChecksumMode;
1287
+ ChecksumMode?: ChecksumMode | string;
1436
1288
  }
1437
1289
  export declare class InvalidObjectState extends __BaseException {
1438
1290
  readonly name: "InvalidObjectState";
1439
1291
  readonly $fault: "client";
1440
- StorageClass?: StorageClass;
1441
- AccessTier?: IntelligentTieringAccessTier;
1292
+ StorageClass?: StorageClass | string;
1293
+ AccessTier?: IntelligentTieringAccessTier | string;
1442
1294
  constructor(opts: __ExceptionOptionType<InvalidObjectState, __BaseException>);
1443
1295
  }
1444
1296
  export declare class NoSuchKey extends __BaseException {
@@ -1449,13 +1301,13 @@ export declare class NoSuchKey extends __BaseException {
1449
1301
  export interface GetObjectAclOutput {
1450
1302
  Owner?: Owner;
1451
1303
  Grants?: Grant[];
1452
- RequestCharged?: RequestCharged;
1304
+ RequestCharged?: RequestCharged | string;
1453
1305
  }
1454
1306
  export interface GetObjectAclRequest {
1455
1307
  Bucket: string | undefined;
1456
1308
  Key: string | undefined;
1457
1309
  VersionId?: string;
1458
- RequestPayer?: RequestPayer;
1310
+ RequestPayer?: RequestPayer | string;
1459
1311
  ExpectedBucketOwner?: string;
1460
1312
  }
1461
1313
  export interface Checksum {
@@ -1484,22 +1336,20 @@ export interface GetObjectAttributesOutput {
1484
1336
  DeleteMarker?: boolean;
1485
1337
  LastModified?: Date;
1486
1338
  VersionId?: string;
1487
- RequestCharged?: RequestCharged;
1339
+ RequestCharged?: RequestCharged | string;
1488
1340
  ETag?: string;
1489
1341
  Checksum?: Checksum;
1490
1342
  ObjectParts?: GetObjectAttributesParts;
1491
- StorageClass?: StorageClass;
1343
+ StorageClass?: StorageClass | string;
1492
1344
  ObjectSize?: number;
1493
1345
  }
1494
- export declare const ObjectAttributes: {
1495
- readonly CHECKSUM: "Checksum";
1496
- readonly ETAG: "ETag";
1497
- readonly OBJECT_PARTS: "ObjectParts";
1498
- readonly OBJECT_SIZE: "ObjectSize";
1499
- readonly STORAGE_CLASS: "StorageClass";
1500
- };
1501
- export type ObjectAttributes =
1502
- (typeof ObjectAttributes)[keyof typeof ObjectAttributes];
1346
+ export declare enum ObjectAttributes {
1347
+ CHECKSUM = "Checksum",
1348
+ ETAG = "ETag",
1349
+ OBJECT_PARTS = "ObjectParts",
1350
+ OBJECT_SIZE = "ObjectSize",
1351
+ STORAGE_CLASS = "StorageClass",
1352
+ }
1503
1353
  export interface GetObjectAttributesRequest {
1504
1354
  Bucket: string | undefined;
1505
1355
  Key: string | undefined;
@@ -1509,12 +1359,12 @@ export interface GetObjectAttributesRequest {
1509
1359
  SSECustomerAlgorithm?: string;
1510
1360
  SSECustomerKey?: string;
1511
1361
  SSECustomerKeyMD5?: string;
1512
- RequestPayer?: RequestPayer;
1362
+ RequestPayer?: RequestPayer | string;
1513
1363
  ExpectedBucketOwner?: string;
1514
- ObjectAttributes: ObjectAttributes[] | undefined;
1364
+ ObjectAttributes: (ObjectAttributes | string)[] | undefined;
1515
1365
  }
1516
1366
  export interface ObjectLockLegalHold {
1517
- Status?: ObjectLockLegalHoldStatus;
1367
+ Status?: ObjectLockLegalHoldStatus | string;
1518
1368
  }
1519
1369
  export interface GetObjectLegalHoldOutput {
1520
1370
  LegalHold?: ObjectLockLegalHold;
@@ -1523,22 +1373,18 @@ export interface GetObjectLegalHoldRequest {
1523
1373
  Bucket: string | undefined;
1524
1374
  Key: string | undefined;
1525
1375
  VersionId?: string;
1526
- RequestPayer?: RequestPayer;
1527
- ExpectedBucketOwner?: string;
1528
- }
1529
- export declare const ObjectLockEnabled: {
1530
- readonly Enabled: "Enabled";
1531
- };
1532
- export type ObjectLockEnabled =
1533
- (typeof ObjectLockEnabled)[keyof typeof ObjectLockEnabled];
1534
- export declare const ObjectLockRetentionMode: {
1535
- readonly COMPLIANCE: "COMPLIANCE";
1536
- readonly GOVERNANCE: "GOVERNANCE";
1537
- };
1538
- export type ObjectLockRetentionMode =
1539
- (typeof ObjectLockRetentionMode)[keyof typeof ObjectLockRetentionMode];
1376
+ RequestPayer?: RequestPayer | string;
1377
+ ExpectedBucketOwner?: string;
1378
+ }
1379
+ export declare enum ObjectLockEnabled {
1380
+ Enabled = "Enabled",
1381
+ }
1382
+ export declare enum ObjectLockRetentionMode {
1383
+ COMPLIANCE = "COMPLIANCE",
1384
+ GOVERNANCE = "GOVERNANCE",
1385
+ }
1540
1386
  export interface DefaultRetention {
1541
- Mode?: ObjectLockRetentionMode;
1387
+ Mode?: ObjectLockRetentionMode | string;
1542
1388
  Days?: number;
1543
1389
  Years?: number;
1544
1390
  }
@@ -1546,7 +1392,7 @@ export interface ObjectLockRule {
1546
1392
  DefaultRetention?: DefaultRetention;
1547
1393
  }
1548
1394
  export interface ObjectLockConfiguration {
1549
- ObjectLockEnabled?: ObjectLockEnabled;
1395
+ ObjectLockEnabled?: ObjectLockEnabled | string;
1550
1396
  Rule?: ObjectLockRule;
1551
1397
  }
1552
1398
  export interface GetObjectLockConfigurationOutput {
@@ -1557,7 +1403,7 @@ export interface GetObjectLockConfigurationRequest {
1557
1403
  ExpectedBucketOwner?: string;
1558
1404
  }
1559
1405
  export interface ObjectLockRetention {
1560
- Mode?: ObjectLockRetentionMode;
1406
+ Mode?: ObjectLockRetentionMode | string;
1561
1407
  RetainUntilDate?: Date;
1562
1408
  }
1563
1409
  export interface GetObjectRetentionOutput {
@@ -1567,7 +1413,7 @@ export interface GetObjectRetentionRequest {
1567
1413
  Bucket: string | undefined;
1568
1414
  Key: string | undefined;
1569
1415
  VersionId?: string;
1570
- RequestPayer?: RequestPayer;
1416
+ RequestPayer?: RequestPayer | string;
1571
1417
  ExpectedBucketOwner?: string;
1572
1418
  }
1573
1419
  export interface GetObjectTaggingOutput {
@@ -1579,16 +1425,16 @@ export interface GetObjectTaggingRequest {
1579
1425
  Key: string | undefined;
1580
1426
  VersionId?: string;
1581
1427
  ExpectedBucketOwner?: string;
1582
- RequestPayer?: RequestPayer;
1428
+ RequestPayer?: RequestPayer | string;
1583
1429
  }
1584
1430
  export interface GetObjectTorrentOutput {
1585
- Body?: StreamingBlobTypes;
1586
- RequestCharged?: RequestCharged;
1431
+ Body?: Readable | ReadableStream | Blob;
1432
+ RequestCharged?: RequestCharged | string;
1587
1433
  }
1588
1434
  export interface GetObjectTorrentRequest {
1589
1435
  Bucket: string | undefined;
1590
1436
  Key: string | undefined;
1591
- RequestPayer?: RequestPayer;
1437
+ RequestPayer?: RequestPayer | string;
1592
1438
  ExpectedBucketOwner?: string;
1593
1439
  }
1594
1440
  export interface PublicAccessBlockConfiguration {
@@ -1604,12 +1450,6 @@ export interface GetPublicAccessBlockRequest {
1604
1450
  Bucket: string | undefined;
1605
1451
  ExpectedBucketOwner?: string;
1606
1452
  }
1607
- export interface HeadBucketOutput {
1608
- BucketLocationType?: LocationType;
1609
- BucketLocationName?: string;
1610
- BucketRegion?: string;
1611
- AccessPointAlias?: boolean;
1612
- }
1613
1453
  export interface HeadBucketRequest {
1614
1454
  Bucket: string | undefined;
1615
1455
  ExpectedBucketOwner?: string;
@@ -1619,17 +1459,16 @@ export declare class NotFound extends __BaseException {
1619
1459
  readonly $fault: "client";
1620
1460
  constructor(opts: __ExceptionOptionType<NotFound, __BaseException>);
1621
1461
  }
1622
- export declare const ArchiveStatus: {
1623
- readonly ARCHIVE_ACCESS: "ARCHIVE_ACCESS";
1624
- readonly DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS";
1625
- };
1626
- export type ArchiveStatus = (typeof ArchiveStatus)[keyof typeof ArchiveStatus];
1462
+ export declare enum ArchiveStatus {
1463
+ ARCHIVE_ACCESS = "ARCHIVE_ACCESS",
1464
+ DEEP_ARCHIVE_ACCESS = "DEEP_ARCHIVE_ACCESS",
1465
+ }
1627
1466
  export interface HeadObjectOutput {
1628
1467
  DeleteMarker?: boolean;
1629
1468
  AcceptRanges?: string;
1630
1469
  Expiration?: string;
1631
1470
  Restore?: string;
1632
- ArchiveStatus?: ArchiveStatus;
1471
+ ArchiveStatus?: ArchiveStatus | string;
1633
1472
  LastModified?: Date;
1634
1473
  ContentLength?: number;
1635
1474
  ChecksumCRC32?: string;
@@ -1646,19 +1485,19 @@ export interface HeadObjectOutput {
1646
1485
  ContentType?: string;
1647
1486
  Expires?: Date;
1648
1487
  WebsiteRedirectLocation?: string;
1649
- ServerSideEncryption?: ServerSideEncryption;
1488
+ ServerSideEncryption?: ServerSideEncryption | string;
1650
1489
  Metadata?: Record<string, string>;
1651
1490
  SSECustomerAlgorithm?: string;
1652
1491
  SSECustomerKeyMD5?: string;
1653
1492
  SSEKMSKeyId?: string;
1654
1493
  BucketKeyEnabled?: boolean;
1655
- StorageClass?: StorageClass;
1656
- RequestCharged?: RequestCharged;
1657
- ReplicationStatus?: ReplicationStatus;
1494
+ StorageClass?: StorageClass | string;
1495
+ RequestCharged?: RequestCharged | string;
1496
+ ReplicationStatus?: ReplicationStatus | string;
1658
1497
  PartsCount?: number;
1659
- ObjectLockMode?: ObjectLockMode;
1498
+ ObjectLockMode?: ObjectLockMode | string;
1660
1499
  ObjectLockRetainUntilDate?: Date;
1661
- ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
1500
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
1662
1501
  }
1663
1502
  export interface HeadObjectRequest {
1664
1503
  Bucket: string | undefined;
@@ -1672,10 +1511,10 @@ export interface HeadObjectRequest {
1672
1511
  SSECustomerAlgorithm?: string;
1673
1512
  SSECustomerKey?: string;
1674
1513
  SSECustomerKeyMD5?: string;
1675
- RequestPayer?: RequestPayer;
1514
+ RequestPayer?: RequestPayer | string;
1676
1515
  PartNumber?: number;
1677
1516
  ExpectedBucketOwner?: string;
1678
- ChecksumMode?: ChecksumMode;
1517
+ ChecksumMode?: ChecksumMode | string;
1679
1518
  }
1680
1519
  export interface ListBucketAnalyticsConfigurationsOutput {
1681
1520
  IsTruncated?: boolean;
@@ -1728,21 +1567,12 @@ export interface ListBucketsOutput {
1728
1567
  Buckets?: Bucket[];
1729
1568
  Owner?: Owner;
1730
1569
  }
1731
- export interface ListDirectoryBucketsOutput {
1732
- Buckets?: Bucket[];
1733
- ContinuationToken?: string;
1734
- }
1735
- export interface ListDirectoryBucketsRequest {
1736
- ContinuationToken?: string;
1737
- MaxDirectoryBuckets?: number;
1738
- }
1739
1570
  export interface CommonPrefix {
1740
1571
  Prefix?: string;
1741
1572
  }
1742
- export declare const EncodingType: {
1743
- readonly url: "url";
1744
- };
1745
- export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
1573
+ export declare enum EncodingType {
1574
+ url = "url",
1575
+ }
1746
1576
  export interface Initiator {
1747
1577
  ID?: string;
1748
1578
  DisplayName?: string;
@@ -1751,10 +1581,10 @@ export interface MultipartUpload {
1751
1581
  UploadId?: string;
1752
1582
  Key?: string;
1753
1583
  Initiated?: Date;
1754
- StorageClass?: StorageClass;
1584
+ StorageClass?: StorageClass | string;
1755
1585
  Owner?: Owner;
1756
1586
  Initiator?: Initiator;
1757
- ChecksumAlgorithm?: ChecksumAlgorithm;
1587
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1758
1588
  }
1759
1589
  export interface ListMultipartUploadsOutput {
1760
1590
  Bucket?: string;
@@ -1768,48 +1598,37 @@ export interface ListMultipartUploadsOutput {
1768
1598
  IsTruncated?: boolean;
1769
1599
  Uploads?: MultipartUpload[];
1770
1600
  CommonPrefixes?: CommonPrefix[];
1771
- EncodingType?: EncodingType;
1772
- RequestCharged?: RequestCharged;
1601
+ EncodingType?: EncodingType | string;
1773
1602
  }
1774
1603
  export interface ListMultipartUploadsRequest {
1775
1604
  Bucket: string | undefined;
1776
1605
  Delimiter?: string;
1777
- EncodingType?: EncodingType;
1606
+ EncodingType?: EncodingType | string;
1778
1607
  KeyMarker?: string;
1779
1608
  MaxUploads?: number;
1780
1609
  Prefix?: string;
1781
1610
  UploadIdMarker?: string;
1782
1611
  ExpectedBucketOwner?: string;
1783
- RequestPayer?: RequestPayer;
1784
- }
1785
- export interface RestoreStatus {
1786
- IsRestoreInProgress?: boolean;
1787
- RestoreExpiryDate?: Date;
1788
- }
1789
- export declare const ObjectStorageClass: {
1790
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
1791
- readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
1792
- readonly GLACIER: "GLACIER";
1793
- readonly GLACIER_IR: "GLACIER_IR";
1794
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
1795
- readonly ONEZONE_IA: "ONEZONE_IA";
1796
- readonly OUTPOSTS: "OUTPOSTS";
1797
- readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
1798
- readonly SNOW: "SNOW";
1799
- readonly STANDARD: "STANDARD";
1800
- readonly STANDARD_IA: "STANDARD_IA";
1801
- };
1802
- export type ObjectStorageClass =
1803
- (typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
1612
+ }
1613
+ export declare enum ObjectStorageClass {
1614
+ DEEP_ARCHIVE = "DEEP_ARCHIVE",
1615
+ GLACIER = "GLACIER",
1616
+ GLACIER_IR = "GLACIER_IR",
1617
+ INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
1618
+ ONEZONE_IA = "ONEZONE_IA",
1619
+ OUTPOSTS = "OUTPOSTS",
1620
+ REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
1621
+ STANDARD = "STANDARD",
1622
+ STANDARD_IA = "STANDARD_IA",
1623
+ }
1804
1624
  export interface _Object {
1805
1625
  Key?: string;
1806
1626
  LastModified?: Date;
1807
1627
  ETag?: string;
1808
- ChecksumAlgorithm?: ChecksumAlgorithm[];
1628
+ ChecksumAlgorithm?: (ChecksumAlgorithm | string)[];
1809
1629
  Size?: number;
1810
- StorageClass?: ObjectStorageClass;
1630
+ StorageClass?: ObjectStorageClass | string;
1811
1631
  Owner?: Owner;
1812
- RestoreStatus?: RestoreStatus;
1813
1632
  }
1814
1633
  export interface ListObjectsOutput {
1815
1634
  IsTruncated?: boolean;
@@ -1821,24 +1640,22 @@ export interface ListObjectsOutput {
1821
1640
  Delimiter?: string;
1822
1641
  MaxKeys?: number;
1823
1642
  CommonPrefixes?: CommonPrefix[];
1824
- EncodingType?: EncodingType;
1825
- RequestCharged?: RequestCharged;
1826
- }
1827
- export declare const OptionalObjectAttributes: {
1828
- readonly RESTORE_STATUS: "RestoreStatus";
1829
- };
1830
- export type OptionalObjectAttributes =
1831
- (typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
1643
+ EncodingType?: EncodingType | string;
1644
+ }
1832
1645
  export interface ListObjectsRequest {
1833
1646
  Bucket: string | undefined;
1834
1647
  Delimiter?: string;
1835
- EncodingType?: EncodingType;
1648
+ EncodingType?: EncodingType | string;
1836
1649
  Marker?: string;
1837
1650
  MaxKeys?: number;
1838
1651
  Prefix?: string;
1839
- RequestPayer?: RequestPayer;
1652
+ RequestPayer?: RequestPayer | string;
1840
1653
  ExpectedBucketOwner?: string;
1841
- OptionalObjectAttributes?: OptionalObjectAttributes[];
1654
+ }
1655
+ export declare class NoSuchBucket extends __BaseException {
1656
+ readonly name: "NoSuchBucket";
1657
+ readonly $fault: "client";
1658
+ constructor(opts: __ExceptionOptionType<NoSuchBucket, __BaseException>);
1842
1659
  }
1843
1660
  export interface ListObjectsV2Output {
1844
1661
  IsTruncated?: boolean;
@@ -1848,25 +1665,23 @@ export interface ListObjectsV2Output {
1848
1665
  Delimiter?: string;
1849
1666
  MaxKeys?: number;
1850
1667
  CommonPrefixes?: CommonPrefix[];
1851
- EncodingType?: EncodingType;
1668
+ EncodingType?: EncodingType | string;
1852
1669
  KeyCount?: number;
1853
1670
  ContinuationToken?: string;
1854
1671
  NextContinuationToken?: string;
1855
1672
  StartAfter?: string;
1856
- RequestCharged?: RequestCharged;
1857
1673
  }
1858
1674
  export interface ListObjectsV2Request {
1859
1675
  Bucket: string | undefined;
1860
1676
  Delimiter?: string;
1861
- EncodingType?: EncodingType;
1677
+ EncodingType?: EncodingType | string;
1862
1678
  MaxKeys?: number;
1863
1679
  Prefix?: string;
1864
1680
  ContinuationToken?: string;
1865
1681
  FetchOwner?: boolean;
1866
1682
  StartAfter?: string;
1867
- RequestPayer?: RequestPayer;
1683
+ RequestPayer?: RequestPayer | string;
1868
1684
  ExpectedBucketOwner?: string;
1869
- OptionalObjectAttributes?: OptionalObjectAttributes[];
1870
1685
  }
1871
1686
  export interface DeleteMarkerEntry {
1872
1687
  Owner?: Owner;
@@ -1875,22 +1690,19 @@ export interface DeleteMarkerEntry {
1875
1690
  IsLatest?: boolean;
1876
1691
  LastModified?: Date;
1877
1692
  }
1878
- export declare const ObjectVersionStorageClass: {
1879
- readonly STANDARD: "STANDARD";
1880
- };
1881
- export type ObjectVersionStorageClass =
1882
- (typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
1693
+ export declare enum ObjectVersionStorageClass {
1694
+ STANDARD = "STANDARD",
1695
+ }
1883
1696
  export interface ObjectVersion {
1884
1697
  ETag?: string;
1885
- ChecksumAlgorithm?: ChecksumAlgorithm[];
1698
+ ChecksumAlgorithm?: (ChecksumAlgorithm | string)[];
1886
1699
  Size?: number;
1887
- StorageClass?: ObjectVersionStorageClass;
1700
+ StorageClass?: ObjectVersionStorageClass | string;
1888
1701
  Key?: string;
1889
1702
  VersionId?: string;
1890
1703
  IsLatest?: boolean;
1891
1704
  LastModified?: Date;
1892
1705
  Owner?: Owner;
1893
- RestoreStatus?: RestoreStatus;
1894
1706
  }
1895
1707
  export interface ListObjectVersionsOutput {
1896
1708
  IsTruncated?: boolean;
@@ -1905,20 +1717,17 @@ export interface ListObjectVersionsOutput {
1905
1717
  Delimiter?: string;
1906
1718
  MaxKeys?: number;
1907
1719
  CommonPrefixes?: CommonPrefix[];
1908
- EncodingType?: EncodingType;
1909
- RequestCharged?: RequestCharged;
1720
+ EncodingType?: EncodingType | string;
1910
1721
  }
1911
1722
  export interface ListObjectVersionsRequest {
1912
1723
  Bucket: string | undefined;
1913
1724
  Delimiter?: string;
1914
- EncodingType?: EncodingType;
1725
+ EncodingType?: EncodingType | string;
1915
1726
  KeyMarker?: string;
1916
1727
  MaxKeys?: number;
1917
1728
  Prefix?: string;
1918
1729
  VersionIdMarker?: string;
1919
1730
  ExpectedBucketOwner?: string;
1920
- RequestPayer?: RequestPayer;
1921
- OptionalObjectAttributes?: OptionalObjectAttributes[];
1922
1731
  }
1923
1732
  export interface Part {
1924
1733
  PartNumber?: number;
@@ -1943,9 +1752,9 @@ export interface ListPartsOutput {
1943
1752
  Parts?: Part[];
1944
1753
  Initiator?: Initiator;
1945
1754
  Owner?: Owner;
1946
- StorageClass?: StorageClass;
1947
- RequestCharged?: RequestCharged;
1948
- ChecksumAlgorithm?: ChecksumAlgorithm;
1755
+ StorageClass?: StorageClass | string;
1756
+ RequestCharged?: RequestCharged | string;
1757
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1949
1758
  }
1950
1759
  export interface ListPartsRequest {
1951
1760
  Bucket: string | undefined;
@@ -1953,7 +1762,7 @@ export interface ListPartsRequest {
1953
1762
  MaxParts?: number;
1954
1763
  PartNumberMarker?: string;
1955
1764
  UploadId: string | undefined;
1956
- RequestPayer?: RequestPayer;
1765
+ RequestPayer?: RequestPayer | string;
1957
1766
  ExpectedBucketOwner?: string;
1958
1767
  SSECustomerAlgorithm?: string;
1959
1768
  SSECustomerKey?: string;
@@ -1963,14 +1772,14 @@ export interface PutBucketAccelerateConfigurationRequest {
1963
1772
  Bucket: string | undefined;
1964
1773
  AccelerateConfiguration: AccelerateConfiguration | undefined;
1965
1774
  ExpectedBucketOwner?: string;
1966
- ChecksumAlgorithm?: ChecksumAlgorithm;
1775
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1967
1776
  }
1968
1777
  export interface PutBucketAclRequest {
1969
- ACL?: BucketCannedACL;
1778
+ ACL?: BucketCannedACL | string;
1970
1779
  AccessControlPolicy?: AccessControlPolicy;
1971
1780
  Bucket: string | undefined;
1972
1781
  ContentMD5?: string;
1973
- ChecksumAlgorithm?: ChecksumAlgorithm;
1782
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1974
1783
  GrantFullControl?: string;
1975
1784
  GrantRead?: string;
1976
1785
  GrantReadACP?: string;
@@ -1991,13 +1800,13 @@ export interface PutBucketCorsRequest {
1991
1800
  Bucket: string | undefined;
1992
1801
  CORSConfiguration: CORSConfiguration | undefined;
1993
1802
  ContentMD5?: string;
1994
- ChecksumAlgorithm?: ChecksumAlgorithm;
1803
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1995
1804
  ExpectedBucketOwner?: string;
1996
1805
  }
1997
1806
  export interface PutBucketEncryptionRequest {
1998
1807
  Bucket: string | undefined;
1999
1808
  ContentMD5?: string;
2000
- ChecksumAlgorithm?: ChecksumAlgorithm;
1809
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2001
1810
  ServerSideEncryptionConfiguration:
2002
1811
  | ServerSideEncryptionConfiguration
2003
1812
  | undefined;
@@ -2019,7 +1828,7 @@ export interface BucketLifecycleConfiguration {
2019
1828
  }
2020
1829
  export interface PutBucketLifecycleConfigurationRequest {
2021
1830
  Bucket: string | undefined;
2022
- ChecksumAlgorithm?: ChecksumAlgorithm;
1831
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2023
1832
  LifecycleConfiguration?: BucketLifecycleConfiguration;
2024
1833
  ExpectedBucketOwner?: string;
2025
1834
  }
@@ -2030,7 +1839,7 @@ export interface PutBucketLoggingRequest {
2030
1839
  Bucket: string | undefined;
2031
1840
  BucketLoggingStatus: BucketLoggingStatus | undefined;
2032
1841
  ContentMD5?: string;
2033
- ChecksumAlgorithm?: ChecksumAlgorithm;
1842
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2034
1843
  ExpectedBucketOwner?: string;
2035
1844
  }
2036
1845
  export interface PutBucketMetricsConfigurationRequest {
@@ -2054,34 +1863,338 @@ export interface PutBucketOwnershipControlsRequest {
2054
1863
  export interface PutBucketPolicyRequest {
2055
1864
  Bucket: string | undefined;
2056
1865
  ContentMD5?: string;
2057
- ChecksumAlgorithm?: ChecksumAlgorithm;
1866
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2058
1867
  ConfirmRemoveSelfBucketAccess?: boolean;
2059
1868
  Policy: string | undefined;
2060
1869
  ExpectedBucketOwner?: string;
2061
1870
  }
1871
+ export interface PutBucketReplicationRequest {
1872
+ Bucket: string | undefined;
1873
+ ContentMD5?: string;
1874
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1875
+ ReplicationConfiguration: ReplicationConfiguration | undefined;
1876
+ Token?: string;
1877
+ ExpectedBucketOwner?: string;
1878
+ }
1879
+ export interface RequestPaymentConfiguration {
1880
+ Payer: Payer | string | undefined;
1881
+ }
1882
+ export interface PutBucketRequestPaymentRequest {
1883
+ Bucket: string | undefined;
1884
+ ContentMD5?: string;
1885
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1886
+ RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
1887
+ ExpectedBucketOwner?: string;
1888
+ }
1889
+ export interface Tagging {
1890
+ TagSet: Tag[] | undefined;
1891
+ }
1892
+ export interface PutBucketTaggingRequest {
1893
+ Bucket: string | undefined;
1894
+ ContentMD5?: string;
1895
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1896
+ Tagging: Tagging | undefined;
1897
+ ExpectedBucketOwner?: string;
1898
+ }
1899
+ export declare enum MFADelete {
1900
+ Disabled = "Disabled",
1901
+ Enabled = "Enabled",
1902
+ }
1903
+ export interface VersioningConfiguration {
1904
+ MFADelete?: MFADelete | string;
1905
+ Status?: BucketVersioningStatus | string;
1906
+ }
1907
+ export interface PutBucketVersioningRequest {
1908
+ Bucket: string | undefined;
1909
+ ContentMD5?: string;
1910
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1911
+ MFA?: string;
1912
+ VersioningConfiguration: VersioningConfiguration | undefined;
1913
+ ExpectedBucketOwner?: string;
1914
+ }
1915
+ export interface WebsiteConfiguration {
1916
+ ErrorDocument?: ErrorDocument;
1917
+ IndexDocument?: IndexDocument;
1918
+ RedirectAllRequestsTo?: RedirectAllRequestsTo;
1919
+ RoutingRules?: RoutingRule[];
1920
+ }
1921
+ export interface PutBucketWebsiteRequest {
1922
+ Bucket: string | undefined;
1923
+ ContentMD5?: string;
1924
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1925
+ WebsiteConfiguration: WebsiteConfiguration | undefined;
1926
+ ExpectedBucketOwner?: string;
1927
+ }
1928
+ export interface PutObjectOutput {
1929
+ Expiration?: string;
1930
+ ETag?: string;
1931
+ ChecksumCRC32?: string;
1932
+ ChecksumCRC32C?: string;
1933
+ ChecksumSHA1?: string;
1934
+ ChecksumSHA256?: string;
1935
+ ServerSideEncryption?: ServerSideEncryption | string;
1936
+ VersionId?: string;
1937
+ SSECustomerAlgorithm?: string;
1938
+ SSECustomerKeyMD5?: string;
1939
+ SSEKMSKeyId?: string;
1940
+ SSEKMSEncryptionContext?: string;
1941
+ BucketKeyEnabled?: boolean;
1942
+ RequestCharged?: RequestCharged | string;
1943
+ }
1944
+ export interface PutObjectRequest {
1945
+ ACL?: ObjectCannedACL | string;
1946
+ Body?: Readable | ReadableStream | Blob;
1947
+ Bucket: string | undefined;
1948
+ CacheControl?: string;
1949
+ ContentDisposition?: string;
1950
+ ContentEncoding?: string;
1951
+ ContentLanguage?: string;
1952
+ ContentLength?: number;
1953
+ ContentMD5?: string;
1954
+ ContentType?: string;
1955
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1956
+ ChecksumCRC32?: string;
1957
+ ChecksumCRC32C?: string;
1958
+ ChecksumSHA1?: string;
1959
+ ChecksumSHA256?: string;
1960
+ Expires?: Date;
1961
+ GrantFullControl?: string;
1962
+ GrantRead?: string;
1963
+ GrantReadACP?: string;
1964
+ GrantWriteACP?: string;
1965
+ Key: string | undefined;
1966
+ Metadata?: Record<string, string>;
1967
+ ServerSideEncryption?: ServerSideEncryption | string;
1968
+ StorageClass?: StorageClass | string;
1969
+ WebsiteRedirectLocation?: string;
1970
+ SSECustomerAlgorithm?: string;
1971
+ SSECustomerKey?: string;
1972
+ SSECustomerKeyMD5?: string;
1973
+ SSEKMSKeyId?: string;
1974
+ SSEKMSEncryptionContext?: string;
1975
+ BucketKeyEnabled?: boolean;
1976
+ RequestPayer?: RequestPayer | string;
1977
+ Tagging?: string;
1978
+ ObjectLockMode?: ObjectLockMode | string;
1979
+ ObjectLockRetainUntilDate?: Date;
1980
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
1981
+ ExpectedBucketOwner?: string;
1982
+ }
1983
+ export interface PutObjectAclOutput {
1984
+ RequestCharged?: RequestCharged | string;
1985
+ }
1986
+ export interface PutObjectAclRequest {
1987
+ ACL?: ObjectCannedACL | string;
1988
+ AccessControlPolicy?: AccessControlPolicy;
1989
+ Bucket: string | undefined;
1990
+ ContentMD5?: string;
1991
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1992
+ GrantFullControl?: string;
1993
+ GrantRead?: string;
1994
+ GrantReadACP?: string;
1995
+ GrantWrite?: string;
1996
+ GrantWriteACP?: string;
1997
+ Key: string | undefined;
1998
+ RequestPayer?: RequestPayer | string;
1999
+ VersionId?: string;
2000
+ ExpectedBucketOwner?: string;
2001
+ }
2002
+ export interface PutObjectLegalHoldOutput {
2003
+ RequestCharged?: RequestCharged | string;
2004
+ }
2005
+ export interface PutObjectLegalHoldRequest {
2006
+ Bucket: string | undefined;
2007
+ Key: string | undefined;
2008
+ LegalHold?: ObjectLockLegalHold;
2009
+ RequestPayer?: RequestPayer | string;
2010
+ VersionId?: string;
2011
+ ContentMD5?: string;
2012
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2013
+ ExpectedBucketOwner?: string;
2014
+ }
2015
+ export interface PutObjectLockConfigurationOutput {
2016
+ RequestCharged?: RequestCharged | string;
2017
+ }
2018
+ export interface PutObjectLockConfigurationRequest {
2019
+ Bucket: string | undefined;
2020
+ ObjectLockConfiguration?: ObjectLockConfiguration;
2021
+ RequestPayer?: RequestPayer | string;
2022
+ Token?: string;
2023
+ ContentMD5?: string;
2024
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2025
+ ExpectedBucketOwner?: string;
2026
+ }
2027
+ export declare const AbortIncompleteMultipartUploadFilterSensitiveLog: (
2028
+ obj: AbortIncompleteMultipartUpload
2029
+ ) => any;
2030
+ export declare const AbortMultipartUploadOutputFilterSensitiveLog: (
2031
+ obj: AbortMultipartUploadOutput
2032
+ ) => any;
2033
+ export declare const AbortMultipartUploadRequestFilterSensitiveLog: (
2034
+ obj: AbortMultipartUploadRequest
2035
+ ) => any;
2036
+ export declare const AccelerateConfigurationFilterSensitiveLog: (
2037
+ obj: AccelerateConfiguration
2038
+ ) => any;
2039
+ export declare const GranteeFilterSensitiveLog: (obj: Grantee) => any;
2040
+ export declare const GrantFilterSensitiveLog: (obj: Grant) => any;
2041
+ export declare const OwnerFilterSensitiveLog: (obj: Owner) => any;
2042
+ export declare const AccessControlPolicyFilterSensitiveLog: (
2043
+ obj: AccessControlPolicy
2044
+ ) => any;
2045
+ export declare const AccessControlTranslationFilterSensitiveLog: (
2046
+ obj: AccessControlTranslation
2047
+ ) => any;
2062
2048
  export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
2063
2049
  obj: CompleteMultipartUploadOutput
2064
2050
  ) => any;
2051
+ export declare const CompletedPartFilterSensitiveLog: (
2052
+ obj: CompletedPart
2053
+ ) => any;
2054
+ export declare const CompletedMultipartUploadFilterSensitiveLog: (
2055
+ obj: CompletedMultipartUpload
2056
+ ) => any;
2065
2057
  export declare const CompleteMultipartUploadRequestFilterSensitiveLog: (
2066
2058
  obj: CompleteMultipartUploadRequest
2067
2059
  ) => any;
2060
+ export declare const CopyObjectResultFilterSensitiveLog: (
2061
+ obj: CopyObjectResult
2062
+ ) => any;
2068
2063
  export declare const CopyObjectOutputFilterSensitiveLog: (
2069
2064
  obj: CopyObjectOutput
2070
2065
  ) => any;
2071
2066
  export declare const CopyObjectRequestFilterSensitiveLog: (
2072
2067
  obj: CopyObjectRequest
2073
2068
  ) => any;
2069
+ export declare const CreateBucketOutputFilterSensitiveLog: (
2070
+ obj: CreateBucketOutput
2071
+ ) => any;
2072
+ export declare const CreateBucketConfigurationFilterSensitiveLog: (
2073
+ obj: CreateBucketConfiguration
2074
+ ) => any;
2075
+ export declare const CreateBucketRequestFilterSensitiveLog: (
2076
+ obj: CreateBucketRequest
2077
+ ) => any;
2074
2078
  export declare const CreateMultipartUploadOutputFilterSensitiveLog: (
2075
2079
  obj: CreateMultipartUploadOutput
2076
2080
  ) => any;
2077
2081
  export declare const CreateMultipartUploadRequestFilterSensitiveLog: (
2078
2082
  obj: CreateMultipartUploadRequest
2079
2083
  ) => any;
2080
- export declare const SessionCredentialsFilterSensitiveLog: (
2081
- obj: SessionCredentials
2084
+ export declare const DeleteBucketRequestFilterSensitiveLog: (
2085
+ obj: DeleteBucketRequest
2086
+ ) => any;
2087
+ export declare const DeleteBucketAnalyticsConfigurationRequestFilterSensitiveLog: (
2088
+ obj: DeleteBucketAnalyticsConfigurationRequest
2089
+ ) => any;
2090
+ export declare const DeleteBucketCorsRequestFilterSensitiveLog: (
2091
+ obj: DeleteBucketCorsRequest
2092
+ ) => any;
2093
+ export declare const DeleteBucketEncryptionRequestFilterSensitiveLog: (
2094
+ obj: DeleteBucketEncryptionRequest
2095
+ ) => any;
2096
+ export declare const DeleteBucketIntelligentTieringConfigurationRequestFilterSensitiveLog: (
2097
+ obj: DeleteBucketIntelligentTieringConfigurationRequest
2098
+ ) => any;
2099
+ export declare const DeleteBucketInventoryConfigurationRequestFilterSensitiveLog: (
2100
+ obj: DeleteBucketInventoryConfigurationRequest
2101
+ ) => any;
2102
+ export declare const DeleteBucketLifecycleRequestFilterSensitiveLog: (
2103
+ obj: DeleteBucketLifecycleRequest
2104
+ ) => any;
2105
+ export declare const DeleteBucketMetricsConfigurationRequestFilterSensitiveLog: (
2106
+ obj: DeleteBucketMetricsConfigurationRequest
2107
+ ) => any;
2108
+ export declare const DeleteBucketOwnershipControlsRequestFilterSensitiveLog: (
2109
+ obj: DeleteBucketOwnershipControlsRequest
2110
+ ) => any;
2111
+ export declare const DeleteBucketPolicyRequestFilterSensitiveLog: (
2112
+ obj: DeleteBucketPolicyRequest
2113
+ ) => any;
2114
+ export declare const DeleteBucketReplicationRequestFilterSensitiveLog: (
2115
+ obj: DeleteBucketReplicationRequest
2116
+ ) => any;
2117
+ export declare const DeleteBucketTaggingRequestFilterSensitiveLog: (
2118
+ obj: DeleteBucketTaggingRequest
2119
+ ) => any;
2120
+ export declare const DeleteBucketWebsiteRequestFilterSensitiveLog: (
2121
+ obj: DeleteBucketWebsiteRequest
2122
+ ) => any;
2123
+ export declare const DeleteObjectOutputFilterSensitiveLog: (
2124
+ obj: DeleteObjectOutput
2125
+ ) => any;
2126
+ export declare const DeleteObjectRequestFilterSensitiveLog: (
2127
+ obj: DeleteObjectRequest
2128
+ ) => any;
2129
+ export declare const DeletedObjectFilterSensitiveLog: (
2130
+ obj: DeletedObject
2131
+ ) => any;
2132
+ export declare const _ErrorFilterSensitiveLog: (obj: _Error) => any;
2133
+ export declare const DeleteObjectsOutputFilterSensitiveLog: (
2134
+ obj: DeleteObjectsOutput
2135
+ ) => any;
2136
+ export declare const ObjectIdentifierFilterSensitiveLog: (
2137
+ obj: ObjectIdentifier
2138
+ ) => any;
2139
+ export declare const DeleteFilterSensitiveLog: (obj: Delete) => any;
2140
+ export declare const DeleteObjectsRequestFilterSensitiveLog: (
2141
+ obj: DeleteObjectsRequest
2142
+ ) => any;
2143
+ export declare const DeleteObjectTaggingOutputFilterSensitiveLog: (
2144
+ obj: DeleteObjectTaggingOutput
2082
2145
  ) => any;
2083
- export declare const CreateSessionOutputFilterSensitiveLog: (
2084
- obj: CreateSessionOutput
2146
+ export declare const DeleteObjectTaggingRequestFilterSensitiveLog: (
2147
+ obj: DeleteObjectTaggingRequest
2148
+ ) => any;
2149
+ export declare const DeletePublicAccessBlockRequestFilterSensitiveLog: (
2150
+ obj: DeletePublicAccessBlockRequest
2151
+ ) => any;
2152
+ export declare const GetBucketAccelerateConfigurationOutputFilterSensitiveLog: (
2153
+ obj: GetBucketAccelerateConfigurationOutput
2154
+ ) => any;
2155
+ export declare const GetBucketAccelerateConfigurationRequestFilterSensitiveLog: (
2156
+ obj: GetBucketAccelerateConfigurationRequest
2157
+ ) => any;
2158
+ export declare const GetBucketAclOutputFilterSensitiveLog: (
2159
+ obj: GetBucketAclOutput
2160
+ ) => any;
2161
+ export declare const GetBucketAclRequestFilterSensitiveLog: (
2162
+ obj: GetBucketAclRequest
2163
+ ) => any;
2164
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2165
+ export declare const AnalyticsAndOperatorFilterSensitiveLog: (
2166
+ obj: AnalyticsAndOperator
2167
+ ) => any;
2168
+ export declare const AnalyticsFilterFilterSensitiveLog: (
2169
+ obj: AnalyticsFilter
2170
+ ) => any;
2171
+ export declare const AnalyticsS3BucketDestinationFilterSensitiveLog: (
2172
+ obj: AnalyticsS3BucketDestination
2173
+ ) => any;
2174
+ export declare const AnalyticsExportDestinationFilterSensitiveLog: (
2175
+ obj: AnalyticsExportDestination
2176
+ ) => any;
2177
+ export declare const StorageClassAnalysisDataExportFilterSensitiveLog: (
2178
+ obj: StorageClassAnalysisDataExport
2179
+ ) => any;
2180
+ export declare const StorageClassAnalysisFilterSensitiveLog: (
2181
+ obj: StorageClassAnalysis
2182
+ ) => any;
2183
+ export declare const AnalyticsConfigurationFilterSensitiveLog: (
2184
+ obj: AnalyticsConfiguration
2185
+ ) => any;
2186
+ export declare const GetBucketAnalyticsConfigurationOutputFilterSensitiveLog: (
2187
+ obj: GetBucketAnalyticsConfigurationOutput
2188
+ ) => any;
2189
+ export declare const GetBucketAnalyticsConfigurationRequestFilterSensitiveLog: (
2190
+ obj: GetBucketAnalyticsConfigurationRequest
2191
+ ) => any;
2192
+ export declare const CORSRuleFilterSensitiveLog: (obj: CORSRule) => any;
2193
+ export declare const GetBucketCorsOutputFilterSensitiveLog: (
2194
+ obj: GetBucketCorsOutput
2195
+ ) => any;
2196
+ export declare const GetBucketCorsRequestFilterSensitiveLog: (
2197
+ obj: GetBucketCorsRequest
2085
2198
  ) => any;
2086
2199
  export declare const ServerSideEncryptionByDefaultFilterSensitiveLog: (
2087
2200
  obj: ServerSideEncryptionByDefault
@@ -2095,7 +2208,27 @@ export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (
2095
2208
  export declare const GetBucketEncryptionOutputFilterSensitiveLog: (
2096
2209
  obj: GetBucketEncryptionOutput
2097
2210
  ) => any;
2211
+ export declare const GetBucketEncryptionRequestFilterSensitiveLog: (
2212
+ obj: GetBucketEncryptionRequest
2213
+ ) => any;
2214
+ export declare const IntelligentTieringAndOperatorFilterSensitiveLog: (
2215
+ obj: IntelligentTieringAndOperator
2216
+ ) => any;
2217
+ export declare const IntelligentTieringFilterFilterSensitiveLog: (
2218
+ obj: IntelligentTieringFilter
2219
+ ) => any;
2220
+ export declare const TieringFilterSensitiveLog: (obj: Tiering) => any;
2221
+ export declare const IntelligentTieringConfigurationFilterSensitiveLog: (
2222
+ obj: IntelligentTieringConfiguration
2223
+ ) => any;
2224
+ export declare const GetBucketIntelligentTieringConfigurationOutputFilterSensitiveLog: (
2225
+ obj: GetBucketIntelligentTieringConfigurationOutput
2226
+ ) => any;
2227
+ export declare const GetBucketIntelligentTieringConfigurationRequestFilterSensitiveLog: (
2228
+ obj: GetBucketIntelligentTieringConfigurationRequest
2229
+ ) => any;
2098
2230
  export declare const SSEKMSFilterSensitiveLog: (obj: SSEKMS) => any;
2231
+ export declare const SSES3FilterSensitiveLog: (obj: SSES3) => any;
2099
2232
  export declare const InventoryEncryptionFilterSensitiveLog: (
2100
2233
  obj: InventoryEncryption
2101
2234
  ) => any;
@@ -2105,39 +2238,456 @@ export declare const InventoryS3BucketDestinationFilterSensitiveLog: (
2105
2238
  export declare const InventoryDestinationFilterSensitiveLog: (
2106
2239
  obj: InventoryDestination
2107
2240
  ) => any;
2241
+ export declare const InventoryFilterFilterSensitiveLog: (
2242
+ obj: InventoryFilter
2243
+ ) => any;
2244
+ export declare const InventoryScheduleFilterSensitiveLog: (
2245
+ obj: InventorySchedule
2246
+ ) => any;
2108
2247
  export declare const InventoryConfigurationFilterSensitiveLog: (
2109
2248
  obj: InventoryConfiguration
2110
2249
  ) => any;
2111
2250
  export declare const GetBucketInventoryConfigurationOutputFilterSensitiveLog: (
2112
2251
  obj: GetBucketInventoryConfigurationOutput
2113
2252
  ) => any;
2253
+ export declare const GetBucketInventoryConfigurationRequestFilterSensitiveLog: (
2254
+ obj: GetBucketInventoryConfigurationRequest
2255
+ ) => any;
2256
+ export declare const LifecycleExpirationFilterSensitiveLog: (
2257
+ obj: LifecycleExpiration
2258
+ ) => any;
2259
+ export declare const LifecycleRuleAndOperatorFilterSensitiveLog: (
2260
+ obj: LifecycleRuleAndOperator
2261
+ ) => any;
2262
+ export declare const LifecycleRuleFilterFilterSensitiveLog: (
2263
+ obj: LifecycleRuleFilter
2264
+ ) => any;
2265
+ export declare const NoncurrentVersionExpirationFilterSensitiveLog: (
2266
+ obj: NoncurrentVersionExpiration
2267
+ ) => any;
2268
+ export declare const NoncurrentVersionTransitionFilterSensitiveLog: (
2269
+ obj: NoncurrentVersionTransition
2270
+ ) => any;
2271
+ export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
2272
+ export declare const LifecycleRuleFilterSensitiveLog: (
2273
+ obj: LifecycleRule
2274
+ ) => any;
2275
+ export declare const GetBucketLifecycleConfigurationOutputFilterSensitiveLog: (
2276
+ obj: GetBucketLifecycleConfigurationOutput
2277
+ ) => any;
2278
+ export declare const GetBucketLifecycleConfigurationRequestFilterSensitiveLog: (
2279
+ obj: GetBucketLifecycleConfigurationRequest
2280
+ ) => any;
2281
+ export declare const GetBucketLocationOutputFilterSensitiveLog: (
2282
+ obj: GetBucketLocationOutput
2283
+ ) => any;
2284
+ export declare const GetBucketLocationRequestFilterSensitiveLog: (
2285
+ obj: GetBucketLocationRequest
2286
+ ) => any;
2287
+ export declare const TargetGrantFilterSensitiveLog: (obj: TargetGrant) => any;
2288
+ export declare const LoggingEnabledFilterSensitiveLog: (
2289
+ obj: LoggingEnabled
2290
+ ) => any;
2291
+ export declare const GetBucketLoggingOutputFilterSensitiveLog: (
2292
+ obj: GetBucketLoggingOutput
2293
+ ) => any;
2294
+ export declare const GetBucketLoggingRequestFilterSensitiveLog: (
2295
+ obj: GetBucketLoggingRequest
2296
+ ) => any;
2297
+ export declare const MetricsAndOperatorFilterSensitiveLog: (
2298
+ obj: MetricsAndOperator
2299
+ ) => any;
2300
+ export declare const MetricsFilterFilterSensitiveLog: (
2301
+ obj: MetricsFilter
2302
+ ) => any;
2303
+ export declare const MetricsConfigurationFilterSensitiveLog: (
2304
+ obj: MetricsConfiguration
2305
+ ) => any;
2306
+ export declare const GetBucketMetricsConfigurationOutputFilterSensitiveLog: (
2307
+ obj: GetBucketMetricsConfigurationOutput
2308
+ ) => any;
2309
+ export declare const GetBucketMetricsConfigurationRequestFilterSensitiveLog: (
2310
+ obj: GetBucketMetricsConfigurationRequest
2311
+ ) => any;
2312
+ export declare const GetBucketNotificationConfigurationRequestFilterSensitiveLog: (
2313
+ obj: GetBucketNotificationConfigurationRequest
2314
+ ) => any;
2315
+ export declare const EventBridgeConfigurationFilterSensitiveLog: (
2316
+ obj: EventBridgeConfiguration
2317
+ ) => any;
2318
+ export declare const FilterRuleFilterSensitiveLog: (obj: FilterRule) => any;
2319
+ export declare const S3KeyFilterFilterSensitiveLog: (obj: S3KeyFilter) => any;
2320
+ export declare const NotificationConfigurationFilterFilterSensitiveLog: (
2321
+ obj: NotificationConfigurationFilter
2322
+ ) => any;
2323
+ export declare const LambdaFunctionConfigurationFilterSensitiveLog: (
2324
+ obj: LambdaFunctionConfiguration
2325
+ ) => any;
2326
+ export declare const QueueConfigurationFilterSensitiveLog: (
2327
+ obj: QueueConfiguration
2328
+ ) => any;
2329
+ export declare const TopicConfigurationFilterSensitiveLog: (
2330
+ obj: TopicConfiguration
2331
+ ) => any;
2332
+ export declare const NotificationConfigurationFilterSensitiveLog: (
2333
+ obj: NotificationConfiguration
2334
+ ) => any;
2335
+ export declare const OwnershipControlsRuleFilterSensitiveLog: (
2336
+ obj: OwnershipControlsRule
2337
+ ) => any;
2338
+ export declare const OwnershipControlsFilterSensitiveLog: (
2339
+ obj: OwnershipControls
2340
+ ) => any;
2341
+ export declare const GetBucketOwnershipControlsOutputFilterSensitiveLog: (
2342
+ obj: GetBucketOwnershipControlsOutput
2343
+ ) => any;
2344
+ export declare const GetBucketOwnershipControlsRequestFilterSensitiveLog: (
2345
+ obj: GetBucketOwnershipControlsRequest
2346
+ ) => any;
2347
+ export declare const GetBucketPolicyOutputFilterSensitiveLog: (
2348
+ obj: GetBucketPolicyOutput
2349
+ ) => any;
2350
+ export declare const GetBucketPolicyRequestFilterSensitiveLog: (
2351
+ obj: GetBucketPolicyRequest
2352
+ ) => any;
2353
+ export declare const PolicyStatusFilterSensitiveLog: (obj: PolicyStatus) => any;
2354
+ export declare const GetBucketPolicyStatusOutputFilterSensitiveLog: (
2355
+ obj: GetBucketPolicyStatusOutput
2356
+ ) => any;
2357
+ export declare const GetBucketPolicyStatusRequestFilterSensitiveLog: (
2358
+ obj: GetBucketPolicyStatusRequest
2359
+ ) => any;
2360
+ export declare const DeleteMarkerReplicationFilterSensitiveLog: (
2361
+ obj: DeleteMarkerReplication
2362
+ ) => any;
2363
+ export declare const EncryptionConfigurationFilterSensitiveLog: (
2364
+ obj: EncryptionConfiguration
2365
+ ) => any;
2366
+ export declare const ReplicationTimeValueFilterSensitiveLog: (
2367
+ obj: ReplicationTimeValue
2368
+ ) => any;
2369
+ export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
2370
+ export declare const ReplicationTimeFilterSensitiveLog: (
2371
+ obj: ReplicationTime
2372
+ ) => any;
2373
+ export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
2374
+ export declare const ExistingObjectReplicationFilterSensitiveLog: (
2375
+ obj: ExistingObjectReplication
2376
+ ) => any;
2377
+ export declare const ReplicationRuleAndOperatorFilterSensitiveLog: (
2378
+ obj: ReplicationRuleAndOperator
2379
+ ) => any;
2380
+ export declare const ReplicationRuleFilterFilterSensitiveLog: (
2381
+ obj: ReplicationRuleFilter
2382
+ ) => any;
2383
+ export declare const ReplicaModificationsFilterSensitiveLog: (
2384
+ obj: ReplicaModifications
2385
+ ) => any;
2386
+ export declare const SseKmsEncryptedObjectsFilterSensitiveLog: (
2387
+ obj: SseKmsEncryptedObjects
2388
+ ) => any;
2389
+ export declare const SourceSelectionCriteriaFilterSensitiveLog: (
2390
+ obj: SourceSelectionCriteria
2391
+ ) => any;
2392
+ export declare const ReplicationRuleFilterSensitiveLog: (
2393
+ obj: ReplicationRule
2394
+ ) => any;
2395
+ export declare const ReplicationConfigurationFilterSensitiveLog: (
2396
+ obj: ReplicationConfiguration
2397
+ ) => any;
2398
+ export declare const GetBucketReplicationOutputFilterSensitiveLog: (
2399
+ obj: GetBucketReplicationOutput
2400
+ ) => any;
2401
+ export declare const GetBucketReplicationRequestFilterSensitiveLog: (
2402
+ obj: GetBucketReplicationRequest
2403
+ ) => any;
2404
+ export declare const GetBucketRequestPaymentOutputFilterSensitiveLog: (
2405
+ obj: GetBucketRequestPaymentOutput
2406
+ ) => any;
2407
+ export declare const GetBucketRequestPaymentRequestFilterSensitiveLog: (
2408
+ obj: GetBucketRequestPaymentRequest
2409
+ ) => any;
2410
+ export declare const GetBucketTaggingOutputFilterSensitiveLog: (
2411
+ obj: GetBucketTaggingOutput
2412
+ ) => any;
2413
+ export declare const GetBucketTaggingRequestFilterSensitiveLog: (
2414
+ obj: GetBucketTaggingRequest
2415
+ ) => any;
2416
+ export declare const GetBucketVersioningOutputFilterSensitiveLog: (
2417
+ obj: GetBucketVersioningOutput
2418
+ ) => any;
2419
+ export declare const GetBucketVersioningRequestFilterSensitiveLog: (
2420
+ obj: GetBucketVersioningRequest
2421
+ ) => any;
2422
+ export declare const ErrorDocumentFilterSensitiveLog: (
2423
+ obj: ErrorDocument
2424
+ ) => any;
2425
+ export declare const IndexDocumentFilterSensitiveLog: (
2426
+ obj: IndexDocument
2427
+ ) => any;
2428
+ export declare const RedirectAllRequestsToFilterSensitiveLog: (
2429
+ obj: RedirectAllRequestsTo
2430
+ ) => any;
2431
+ export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
2432
+ export declare const RedirectFilterSensitiveLog: (obj: Redirect) => any;
2433
+ export declare const RoutingRuleFilterSensitiveLog: (obj: RoutingRule) => any;
2434
+ export declare const GetBucketWebsiteOutputFilterSensitiveLog: (
2435
+ obj: GetBucketWebsiteOutput
2436
+ ) => any;
2437
+ export declare const GetBucketWebsiteRequestFilterSensitiveLog: (
2438
+ obj: GetBucketWebsiteRequest
2439
+ ) => any;
2114
2440
  export declare const GetObjectOutputFilterSensitiveLog: (
2115
2441
  obj: GetObjectOutput
2116
2442
  ) => any;
2117
2443
  export declare const GetObjectRequestFilterSensitiveLog: (
2118
2444
  obj: GetObjectRequest
2119
2445
  ) => any;
2446
+ export declare const GetObjectAclOutputFilterSensitiveLog: (
2447
+ obj: GetObjectAclOutput
2448
+ ) => any;
2449
+ export declare const GetObjectAclRequestFilterSensitiveLog: (
2450
+ obj: GetObjectAclRequest
2451
+ ) => any;
2452
+ export declare const ChecksumFilterSensitiveLog: (obj: Checksum) => any;
2453
+ export declare const ObjectPartFilterSensitiveLog: (obj: ObjectPart) => any;
2454
+ export declare const GetObjectAttributesPartsFilterSensitiveLog: (
2455
+ obj: GetObjectAttributesParts
2456
+ ) => any;
2457
+ export declare const GetObjectAttributesOutputFilterSensitiveLog: (
2458
+ obj: GetObjectAttributesOutput
2459
+ ) => any;
2120
2460
  export declare const GetObjectAttributesRequestFilterSensitiveLog: (
2121
2461
  obj: GetObjectAttributesRequest
2122
2462
  ) => any;
2463
+ export declare const ObjectLockLegalHoldFilterSensitiveLog: (
2464
+ obj: ObjectLockLegalHold
2465
+ ) => any;
2466
+ export declare const GetObjectLegalHoldOutputFilterSensitiveLog: (
2467
+ obj: GetObjectLegalHoldOutput
2468
+ ) => any;
2469
+ export declare const GetObjectLegalHoldRequestFilterSensitiveLog: (
2470
+ obj: GetObjectLegalHoldRequest
2471
+ ) => any;
2472
+ export declare const DefaultRetentionFilterSensitiveLog: (
2473
+ obj: DefaultRetention
2474
+ ) => any;
2475
+ export declare const ObjectLockRuleFilterSensitiveLog: (
2476
+ obj: ObjectLockRule
2477
+ ) => any;
2478
+ export declare const ObjectLockConfigurationFilterSensitiveLog: (
2479
+ obj: ObjectLockConfiguration
2480
+ ) => any;
2481
+ export declare const GetObjectLockConfigurationOutputFilterSensitiveLog: (
2482
+ obj: GetObjectLockConfigurationOutput
2483
+ ) => any;
2484
+ export declare const GetObjectLockConfigurationRequestFilterSensitiveLog: (
2485
+ obj: GetObjectLockConfigurationRequest
2486
+ ) => any;
2487
+ export declare const ObjectLockRetentionFilterSensitiveLog: (
2488
+ obj: ObjectLockRetention
2489
+ ) => any;
2490
+ export declare const GetObjectRetentionOutputFilterSensitiveLog: (
2491
+ obj: GetObjectRetentionOutput
2492
+ ) => any;
2493
+ export declare const GetObjectRetentionRequestFilterSensitiveLog: (
2494
+ obj: GetObjectRetentionRequest
2495
+ ) => any;
2496
+ export declare const GetObjectTaggingOutputFilterSensitiveLog: (
2497
+ obj: GetObjectTaggingOutput
2498
+ ) => any;
2499
+ export declare const GetObjectTaggingRequestFilterSensitiveLog: (
2500
+ obj: GetObjectTaggingRequest
2501
+ ) => any;
2123
2502
  export declare const GetObjectTorrentOutputFilterSensitiveLog: (
2124
2503
  obj: GetObjectTorrentOutput
2125
2504
  ) => any;
2505
+ export declare const GetObjectTorrentRequestFilterSensitiveLog: (
2506
+ obj: GetObjectTorrentRequest
2507
+ ) => any;
2508
+ export declare const PublicAccessBlockConfigurationFilterSensitiveLog: (
2509
+ obj: PublicAccessBlockConfiguration
2510
+ ) => any;
2511
+ export declare const GetPublicAccessBlockOutputFilterSensitiveLog: (
2512
+ obj: GetPublicAccessBlockOutput
2513
+ ) => any;
2514
+ export declare const GetPublicAccessBlockRequestFilterSensitiveLog: (
2515
+ obj: GetPublicAccessBlockRequest
2516
+ ) => any;
2517
+ export declare const HeadBucketRequestFilterSensitiveLog: (
2518
+ obj: HeadBucketRequest
2519
+ ) => any;
2126
2520
  export declare const HeadObjectOutputFilterSensitiveLog: (
2127
2521
  obj: HeadObjectOutput
2128
2522
  ) => any;
2129
2523
  export declare const HeadObjectRequestFilterSensitiveLog: (
2130
2524
  obj: HeadObjectRequest
2131
2525
  ) => any;
2526
+ export declare const ListBucketAnalyticsConfigurationsOutputFilterSensitiveLog: (
2527
+ obj: ListBucketAnalyticsConfigurationsOutput
2528
+ ) => any;
2529
+ export declare const ListBucketAnalyticsConfigurationsRequestFilterSensitiveLog: (
2530
+ obj: ListBucketAnalyticsConfigurationsRequest
2531
+ ) => any;
2532
+ export declare const ListBucketIntelligentTieringConfigurationsOutputFilterSensitiveLog: (
2533
+ obj: ListBucketIntelligentTieringConfigurationsOutput
2534
+ ) => any;
2535
+ export declare const ListBucketIntelligentTieringConfigurationsRequestFilterSensitiveLog: (
2536
+ obj: ListBucketIntelligentTieringConfigurationsRequest
2537
+ ) => any;
2132
2538
  export declare const ListBucketInventoryConfigurationsOutputFilterSensitiveLog: (
2133
2539
  obj: ListBucketInventoryConfigurationsOutput
2134
2540
  ) => any;
2541
+ export declare const ListBucketInventoryConfigurationsRequestFilterSensitiveLog: (
2542
+ obj: ListBucketInventoryConfigurationsRequest
2543
+ ) => any;
2544
+ export declare const ListBucketMetricsConfigurationsOutputFilterSensitiveLog: (
2545
+ obj: ListBucketMetricsConfigurationsOutput
2546
+ ) => any;
2547
+ export declare const ListBucketMetricsConfigurationsRequestFilterSensitiveLog: (
2548
+ obj: ListBucketMetricsConfigurationsRequest
2549
+ ) => any;
2550
+ export declare const BucketFilterSensitiveLog: (obj: Bucket) => any;
2551
+ export declare const ListBucketsOutputFilterSensitiveLog: (
2552
+ obj: ListBucketsOutput
2553
+ ) => any;
2554
+ export declare const CommonPrefixFilterSensitiveLog: (obj: CommonPrefix) => any;
2555
+ export declare const InitiatorFilterSensitiveLog: (obj: Initiator) => any;
2556
+ export declare const MultipartUploadFilterSensitiveLog: (
2557
+ obj: MultipartUpload
2558
+ ) => any;
2559
+ export declare const ListMultipartUploadsOutputFilterSensitiveLog: (
2560
+ obj: ListMultipartUploadsOutput
2561
+ ) => any;
2562
+ export declare const ListMultipartUploadsRequestFilterSensitiveLog: (
2563
+ obj: ListMultipartUploadsRequest
2564
+ ) => any;
2565
+ export declare const _ObjectFilterSensitiveLog: (obj: _Object) => any;
2566
+ export declare const ListObjectsOutputFilterSensitiveLog: (
2567
+ obj: ListObjectsOutput
2568
+ ) => any;
2569
+ export declare const ListObjectsRequestFilterSensitiveLog: (
2570
+ obj: ListObjectsRequest
2571
+ ) => any;
2572
+ export declare const ListObjectsV2OutputFilterSensitiveLog: (
2573
+ obj: ListObjectsV2Output
2574
+ ) => any;
2575
+ export declare const ListObjectsV2RequestFilterSensitiveLog: (
2576
+ obj: ListObjectsV2Request
2577
+ ) => any;
2578
+ export declare const DeleteMarkerEntryFilterSensitiveLog: (
2579
+ obj: DeleteMarkerEntry
2580
+ ) => any;
2581
+ export declare const ObjectVersionFilterSensitiveLog: (
2582
+ obj: ObjectVersion
2583
+ ) => any;
2584
+ export declare const ListObjectVersionsOutputFilterSensitiveLog: (
2585
+ obj: ListObjectVersionsOutput
2586
+ ) => any;
2587
+ export declare const ListObjectVersionsRequestFilterSensitiveLog: (
2588
+ obj: ListObjectVersionsRequest
2589
+ ) => any;
2590
+ export declare const PartFilterSensitiveLog: (obj: Part) => any;
2591
+ export declare const ListPartsOutputFilterSensitiveLog: (
2592
+ obj: ListPartsOutput
2593
+ ) => any;
2135
2594
  export declare const ListPartsRequestFilterSensitiveLog: (
2136
2595
  obj: ListPartsRequest
2137
2596
  ) => any;
2597
+ export declare const PutBucketAccelerateConfigurationRequestFilterSensitiveLog: (
2598
+ obj: PutBucketAccelerateConfigurationRequest
2599
+ ) => any;
2600
+ export declare const PutBucketAclRequestFilterSensitiveLog: (
2601
+ obj: PutBucketAclRequest
2602
+ ) => any;
2603
+ export declare const PutBucketAnalyticsConfigurationRequestFilterSensitiveLog: (
2604
+ obj: PutBucketAnalyticsConfigurationRequest
2605
+ ) => any;
2606
+ export declare const CORSConfigurationFilterSensitiveLog: (
2607
+ obj: CORSConfiguration
2608
+ ) => any;
2609
+ export declare const PutBucketCorsRequestFilterSensitiveLog: (
2610
+ obj: PutBucketCorsRequest
2611
+ ) => any;
2138
2612
  export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
2139
2613
  obj: PutBucketEncryptionRequest
2140
2614
  ) => any;
2615
+ export declare const PutBucketIntelligentTieringConfigurationRequestFilterSensitiveLog: (
2616
+ obj: PutBucketIntelligentTieringConfigurationRequest
2617
+ ) => any;
2141
2618
  export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
2142
2619
  obj: PutBucketInventoryConfigurationRequest
2143
2620
  ) => any;
2621
+ export declare const BucketLifecycleConfigurationFilterSensitiveLog: (
2622
+ obj: BucketLifecycleConfiguration
2623
+ ) => any;
2624
+ export declare const PutBucketLifecycleConfigurationRequestFilterSensitiveLog: (
2625
+ obj: PutBucketLifecycleConfigurationRequest
2626
+ ) => any;
2627
+ export declare const BucketLoggingStatusFilterSensitiveLog: (
2628
+ obj: BucketLoggingStatus
2629
+ ) => any;
2630
+ export declare const PutBucketLoggingRequestFilterSensitiveLog: (
2631
+ obj: PutBucketLoggingRequest
2632
+ ) => any;
2633
+ export declare const PutBucketMetricsConfigurationRequestFilterSensitiveLog: (
2634
+ obj: PutBucketMetricsConfigurationRequest
2635
+ ) => any;
2636
+ export declare const PutBucketNotificationConfigurationRequestFilterSensitiveLog: (
2637
+ obj: PutBucketNotificationConfigurationRequest
2638
+ ) => any;
2639
+ export declare const PutBucketOwnershipControlsRequestFilterSensitiveLog: (
2640
+ obj: PutBucketOwnershipControlsRequest
2641
+ ) => any;
2642
+ export declare const PutBucketPolicyRequestFilterSensitiveLog: (
2643
+ obj: PutBucketPolicyRequest
2644
+ ) => any;
2645
+ export declare const PutBucketReplicationRequestFilterSensitiveLog: (
2646
+ obj: PutBucketReplicationRequest
2647
+ ) => any;
2648
+ export declare const RequestPaymentConfigurationFilterSensitiveLog: (
2649
+ obj: RequestPaymentConfiguration
2650
+ ) => any;
2651
+ export declare const PutBucketRequestPaymentRequestFilterSensitiveLog: (
2652
+ obj: PutBucketRequestPaymentRequest
2653
+ ) => any;
2654
+ export declare const TaggingFilterSensitiveLog: (obj: Tagging) => any;
2655
+ export declare const PutBucketTaggingRequestFilterSensitiveLog: (
2656
+ obj: PutBucketTaggingRequest
2657
+ ) => any;
2658
+ export declare const VersioningConfigurationFilterSensitiveLog: (
2659
+ obj: VersioningConfiguration
2660
+ ) => any;
2661
+ export declare const PutBucketVersioningRequestFilterSensitiveLog: (
2662
+ obj: PutBucketVersioningRequest
2663
+ ) => any;
2664
+ export declare const WebsiteConfigurationFilterSensitiveLog: (
2665
+ obj: WebsiteConfiguration
2666
+ ) => any;
2667
+ export declare const PutBucketWebsiteRequestFilterSensitiveLog: (
2668
+ obj: PutBucketWebsiteRequest
2669
+ ) => any;
2670
+ export declare const PutObjectOutputFilterSensitiveLog: (
2671
+ obj: PutObjectOutput
2672
+ ) => any;
2673
+ export declare const PutObjectRequestFilterSensitiveLog: (
2674
+ obj: PutObjectRequest
2675
+ ) => any;
2676
+ export declare const PutObjectAclOutputFilterSensitiveLog: (
2677
+ obj: PutObjectAclOutput
2678
+ ) => any;
2679
+ export declare const PutObjectAclRequestFilterSensitiveLog: (
2680
+ obj: PutObjectAclRequest
2681
+ ) => any;
2682
+ export declare const PutObjectLegalHoldOutputFilterSensitiveLog: (
2683
+ obj: PutObjectLegalHoldOutput
2684
+ ) => any;
2685
+ export declare const PutObjectLegalHoldRequestFilterSensitiveLog: (
2686
+ obj: PutObjectLegalHoldRequest
2687
+ ) => any;
2688
+ export declare const PutObjectLockConfigurationOutputFilterSensitiveLog: (
2689
+ obj: PutObjectLockConfigurationOutput
2690
+ ) => any;
2691
+ export declare const PutObjectLockConfigurationRequestFilterSensitiveLog: (
2692
+ obj: PutObjectLockConfigurationRequest
2693
+ ) => any;