@aws-sdk/client-s3 3.460.0 → 3.461.0

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 (340) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/S3.js +4 -0
  3. package/dist-cjs/S3Client.js +3 -1
  4. package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -0
  5. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +1 -0
  6. package/dist-cjs/commands/CopyObjectCommand.js +1 -0
  7. package/dist-cjs/commands/CreateBucketCommand.js +2 -0
  8. package/dist-cjs/commands/CreateMultipartUploadCommand.js +1 -0
  9. package/dist-cjs/commands/CreateSessionCommand.js +59 -0
  10. package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -0
  11. package/dist-cjs/commands/DeleteBucketCommand.js +2 -0
  12. package/dist-cjs/commands/DeleteBucketCorsCommand.js +2 -0
  13. package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +2 -0
  14. package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -0
  15. package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +2 -0
  16. package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +2 -0
  17. package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +2 -0
  18. package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +2 -0
  19. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +2 -0
  20. package/dist-cjs/commands/DeleteBucketReplicationCommand.js +2 -0
  21. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +2 -0
  22. package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +2 -0
  23. package/dist-cjs/commands/DeleteObjectCommand.js +1 -0
  24. package/dist-cjs/commands/DeleteObjectTaggingCommand.js +1 -0
  25. package/dist-cjs/commands/DeleteObjectsCommand.js +1 -0
  26. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +2 -0
  27. package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
  28. package/dist-cjs/commands/GetBucketAclCommand.js +2 -0
  29. package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
  30. package/dist-cjs/commands/GetBucketCorsCommand.js +2 -0
  31. package/dist-cjs/commands/GetBucketEncryptionCommand.js +2 -0
  32. package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
  33. package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +2 -0
  34. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
  35. package/dist-cjs/commands/GetBucketLocationCommand.js +2 -0
  36. package/dist-cjs/commands/GetBucketLoggingCommand.js +2 -0
  37. package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +2 -0
  38. package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +2 -0
  39. package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +2 -0
  40. package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -0
  41. package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +2 -0
  42. package/dist-cjs/commands/GetBucketReplicationCommand.js +2 -0
  43. package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +2 -0
  44. package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -0
  45. package/dist-cjs/commands/GetBucketVersioningCommand.js +2 -0
  46. package/dist-cjs/commands/GetBucketWebsiteCommand.js +2 -0
  47. package/dist-cjs/commands/GetObjectAclCommand.js +1 -0
  48. package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -0
  49. package/dist-cjs/commands/GetObjectCommand.js +1 -0
  50. package/dist-cjs/commands/GetObjectLegalHoldCommand.js +1 -0
  51. package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +1 -0
  52. package/dist-cjs/commands/GetObjectRetentionCommand.js +1 -0
  53. package/dist-cjs/commands/GetObjectTaggingCommand.js +1 -0
  54. package/dist-cjs/commands/GetObjectTorrentCommand.js +1 -0
  55. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -0
  56. package/dist-cjs/commands/HeadBucketCommand.js +1 -0
  57. package/dist-cjs/commands/HeadObjectCommand.js +1 -0
  58. package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
  59. package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
  60. package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
  61. package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
  62. package/dist-cjs/commands/ListBucketsCommand.js +1 -0
  63. package/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
  64. package/dist-cjs/commands/ListMultipartUploadsCommand.js +1 -0
  65. package/dist-cjs/commands/ListObjectVersionsCommand.js +1 -0
  66. package/dist-cjs/commands/ListObjectsCommand.js +1 -0
  67. package/dist-cjs/commands/ListObjectsV2Command.js +1 -0
  68. package/dist-cjs/commands/ListPartsCommand.js +1 -0
  69. package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +2 -0
  70. package/dist-cjs/commands/PutBucketAclCommand.js +2 -0
  71. package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +2 -0
  72. package/dist-cjs/commands/PutBucketCorsCommand.js +2 -0
  73. package/dist-cjs/commands/PutBucketEncryptionCommand.js +2 -0
  74. package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -0
  75. package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +2 -0
  76. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +2 -0
  77. package/dist-cjs/commands/PutBucketLoggingCommand.js +2 -0
  78. package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +2 -0
  79. package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +2 -0
  80. package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +2 -0
  81. package/dist-cjs/commands/PutBucketPolicyCommand.js +2 -0
  82. package/dist-cjs/commands/PutBucketReplicationCommand.js +2 -0
  83. package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +2 -0
  84. package/dist-cjs/commands/PutBucketTaggingCommand.js +2 -0
  85. package/dist-cjs/commands/PutBucketVersioningCommand.js +2 -0
  86. package/dist-cjs/commands/PutBucketWebsiteCommand.js +2 -0
  87. package/dist-cjs/commands/PutObjectAclCommand.js +1 -0
  88. package/dist-cjs/commands/PutObjectCommand.js +4 -3
  89. package/dist-cjs/commands/PutObjectLegalHoldCommand.js +1 -0
  90. package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +1 -0
  91. package/dist-cjs/commands/PutObjectRetentionCommand.js +1 -0
  92. package/dist-cjs/commands/PutObjectTaggingCommand.js +1 -0
  93. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +2 -0
  94. package/dist-cjs/commands/RestoreObjectCommand.js +1 -0
  95. package/dist-cjs/commands/SelectObjectContentCommand.js +1 -0
  96. package/dist-cjs/commands/UploadPartCommand.js +1 -0
  97. package/dist-cjs/commands/UploadPartCopyCommand.js +1 -0
  98. package/dist-cjs/commands/WriteGetObjectResponseCommand.js +1 -0
  99. package/dist-cjs/commands/index.js +2 -0
  100. package/dist-cjs/endpoint/ruleset.js +3 -3
  101. package/dist-cjs/models/models_0.js +41 -32
  102. package/dist-cjs/models/models_1.js +18 -1
  103. package/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
  104. package/dist-cjs/pagination/index.js +1 -0
  105. package/dist-cjs/protocols/Aws_restXml.js +174 -4
  106. package/dist-cjs/runtimeConfig.js +2 -0
  107. package/dist-es/S3.js +4 -0
  108. package/dist-es/S3Client.js +4 -2
  109. package/dist-es/commands/AbortMultipartUploadCommand.js +1 -0
  110. package/dist-es/commands/CompleteMultipartUploadCommand.js +1 -0
  111. package/dist-es/commands/CopyObjectCommand.js +1 -0
  112. package/dist-es/commands/CreateBucketCommand.js +2 -0
  113. package/dist-es/commands/CreateMultipartUploadCommand.js +1 -0
  114. package/dist-es/commands/CreateSessionCommand.js +55 -0
  115. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -0
  116. package/dist-es/commands/DeleteBucketCommand.js +2 -0
  117. package/dist-es/commands/DeleteBucketCorsCommand.js +2 -0
  118. package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -0
  119. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -0
  120. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -0
  121. package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -0
  122. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -0
  123. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -0
  124. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -0
  125. package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -0
  126. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -0
  127. package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -0
  128. package/dist-es/commands/DeleteObjectCommand.js +1 -0
  129. package/dist-es/commands/DeleteObjectTaggingCommand.js +1 -0
  130. package/dist-es/commands/DeleteObjectsCommand.js +1 -0
  131. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -0
  132. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
  133. package/dist-es/commands/GetBucketAclCommand.js +2 -0
  134. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
  135. package/dist-es/commands/GetBucketCorsCommand.js +2 -0
  136. package/dist-es/commands/GetBucketEncryptionCommand.js +2 -0
  137. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
  138. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -0
  139. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
  140. package/dist-es/commands/GetBucketLocationCommand.js +2 -0
  141. package/dist-es/commands/GetBucketLoggingCommand.js +2 -0
  142. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -0
  143. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -0
  144. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -0
  145. package/dist-es/commands/GetBucketPolicyCommand.js +2 -0
  146. package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -0
  147. package/dist-es/commands/GetBucketReplicationCommand.js +2 -0
  148. package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -0
  149. package/dist-es/commands/GetBucketTaggingCommand.js +2 -0
  150. package/dist-es/commands/GetBucketVersioningCommand.js +2 -0
  151. package/dist-es/commands/GetBucketWebsiteCommand.js +2 -0
  152. package/dist-es/commands/GetObjectAclCommand.js +1 -0
  153. package/dist-es/commands/GetObjectAttributesCommand.js +1 -0
  154. package/dist-es/commands/GetObjectCommand.js +1 -0
  155. package/dist-es/commands/GetObjectLegalHoldCommand.js +1 -0
  156. package/dist-es/commands/GetObjectLockConfigurationCommand.js +1 -0
  157. package/dist-es/commands/GetObjectRetentionCommand.js +1 -0
  158. package/dist-es/commands/GetObjectTaggingCommand.js +1 -0
  159. package/dist-es/commands/GetObjectTorrentCommand.js +1 -0
  160. package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -0
  161. package/dist-es/commands/HeadBucketCommand.js +1 -0
  162. package/dist-es/commands/HeadObjectCommand.js +1 -0
  163. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
  164. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
  165. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
  166. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
  167. package/dist-es/commands/ListBucketsCommand.js +1 -0
  168. package/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
  169. package/dist-es/commands/ListMultipartUploadsCommand.js +1 -0
  170. package/dist-es/commands/ListObjectVersionsCommand.js +1 -0
  171. package/dist-es/commands/ListObjectsCommand.js +1 -0
  172. package/dist-es/commands/ListObjectsV2Command.js +1 -0
  173. package/dist-es/commands/ListPartsCommand.js +1 -0
  174. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -0
  175. package/dist-es/commands/PutBucketAclCommand.js +2 -0
  176. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -0
  177. package/dist-es/commands/PutBucketCorsCommand.js +2 -0
  178. package/dist-es/commands/PutBucketEncryptionCommand.js +2 -0
  179. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -0
  180. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -0
  181. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -0
  182. package/dist-es/commands/PutBucketLoggingCommand.js +2 -0
  183. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -0
  184. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -0
  185. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -0
  186. package/dist-es/commands/PutBucketPolicyCommand.js +2 -0
  187. package/dist-es/commands/PutBucketReplicationCommand.js +2 -0
  188. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -0
  189. package/dist-es/commands/PutBucketTaggingCommand.js +2 -0
  190. package/dist-es/commands/PutBucketVersioningCommand.js +2 -0
  191. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -0
  192. package/dist-es/commands/PutObjectAclCommand.js +1 -0
  193. package/dist-es/commands/PutObjectCommand.js +2 -1
  194. package/dist-es/commands/PutObjectLegalHoldCommand.js +1 -0
  195. package/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -0
  196. package/dist-es/commands/PutObjectRetentionCommand.js +1 -0
  197. package/dist-es/commands/PutObjectTaggingCommand.js +1 -0
  198. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -0
  199. package/dist-es/commands/RestoreObjectCommand.js +1 -0
  200. package/dist-es/commands/SelectObjectContentCommand.js +1 -0
  201. package/dist-es/commands/UploadPartCommand.js +1 -0
  202. package/dist-es/commands/UploadPartCopyCommand.js +1 -0
  203. package/dist-es/commands/WriteGetObjectResponseCommand.js +1 -0
  204. package/dist-es/commands/index.js +2 -0
  205. package/dist-es/endpoint/ruleset.js +3 -3
  206. package/dist-es/models/models_0.js +36 -27
  207. package/dist-es/models/models_1.js +15 -0
  208. package/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
  209. package/dist-es/pagination/index.js +1 -0
  210. package/dist-es/protocols/Aws_restXml.js +166 -0
  211. package/dist-es/runtimeConfig.js +2 -0
  212. package/dist-types/S3.d.ts +14 -0
  213. package/dist-types/S3Client.d.ts +4 -2
  214. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
  215. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +97 -61
  216. package/dist-types/commands/CopyObjectCommand.d.ts +108 -180
  217. package/dist-types/commands/CreateBucketCommand.d.ts +116 -95
  218. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -224
  219. package/dist-types/commands/CreateSessionCommand.d.ts +145 -0
  220. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
  221. package/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
  222. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
  223. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +4 -1
  224. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
  225. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
  226. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
  227. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
  228. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
  229. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -20
  230. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
  231. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
  232. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
  233. package/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
  234. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +15 -12
  235. package/dist-types/commands/DeleteObjectsCommand.d.ts +109 -35
  236. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
  237. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -1
  238. package/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
  239. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -1
  240. package/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
  241. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
  242. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
  243. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -1
  244. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  245. package/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
  246. package/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
  247. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
  248. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
  249. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
  250. package/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -24
  251. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
  252. package/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
  253. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
  254. package/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
  255. package/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
  256. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
  257. package/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
  258. package/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -76
  259. package/dist-types/commands/GetObjectCommand.d.ts +122 -140
  260. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
  261. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
  262. package/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
  263. package/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
  264. package/dist-types/commands/GetObjectTorrentCommand.d.ts +5 -2
  265. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
  266. package/dist-types/commands/HeadBucketCommand.d.ts +53 -19
  267. package/dist-types/commands/HeadObjectCommand.d.ts +87 -83
  268. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
  269. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
  270. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
  271. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
  272. package/dist-types/commands/ListBucketsCommand.d.ts +4 -1
  273. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
  274. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +85 -17
  275. package/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
  276. package/dist-types/commands/ListObjectsCommand.d.ts +5 -2
  277. package/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
  278. package/dist-types/commands/ListPartsCommand.d.ts +47 -14
  279. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
  280. package/dist-types/commands/PutBucketAclCommand.d.ts +5 -2
  281. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -1
  282. package/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
  283. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -1
  284. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
  285. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -1
  286. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -1
  287. package/dist-types/commands/PutBucketLoggingCommand.d.ts +4 -1
  288. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
  289. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
  290. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
  291. package/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -19
  292. package/dist-types/commands/PutBucketReplicationCommand.d.ts +6 -3
  293. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
  294. package/dist-types/commands/PutBucketTaggingCommand.d.ts +5 -2
  295. package/dist-types/commands/PutBucketVersioningCommand.d.ts +5 -2
  296. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +5 -2
  297. package/dist-types/commands/PutObjectAclCommand.d.ts +6 -3
  298. package/dist-types/commands/PutObjectCommand.d.ts +151 -114
  299. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +5 -2
  300. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +4 -1
  301. package/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
  302. package/dist-types/commands/PutObjectTaggingCommand.d.ts +4 -1
  303. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
  304. package/dist-types/commands/RestoreObjectCommand.d.ts +6 -3
  305. package/dist-types/commands/SelectObjectContentCommand.d.ts +6 -3
  306. package/dist-types/commands/UploadPartCommand.d.ts +101 -62
  307. package/dist-types/commands/UploadPartCopyCommand.d.ts +121 -114
  308. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -2
  309. package/dist-types/commands/index.d.ts +2 -0
  310. package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  311. package/dist-types/models/models_0.d.ts +2443 -1104
  312. package/dist-types/models/models_1.d.ts +1189 -81
  313. package/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
  314. package/dist-types/pagination/index.d.ts +1 -0
  315. package/dist-types/protocols/Aws_restXml.d.ts +18 -0
  316. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  317. package/dist-types/runtimeConfig.d.ts +2 -0
  318. package/dist-types/runtimeConfig.native.d.ts +2 -0
  319. package/dist-types/ts3.4/S3.d.ts +34 -0
  320. package/dist-types/ts3.4/S3Client.d.ts +12 -0
  321. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
  322. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
  323. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
  324. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  325. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  331. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -0
  332. package/dist-types/ts3.4/models/models_0.d.ts +68 -124
  333. package/dist-types/ts3.4/models/models_1.d.ts +127 -1
  334. package/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
  335. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  336. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
  337. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -0
  338. package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
  339. package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -0
  340. package/package.json +7 -7
@@ -186,6 +186,7 @@ export type ObjectLockMode =
186
186
  (typeof ObjectLockMode)[keyof typeof ObjectLockMode];
187
187
  export declare const StorageClass: {
188
188
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
189
+ readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
189
190
  readonly GLACIER: "GLACIER";
190
191
  readonly GLACIER_IR: "GLACIER_IR";
191
192
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
@@ -278,6 +279,27 @@ export declare const BucketCannedACL: {
278
279
  };
279
280
  export type BucketCannedACL =
280
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;
302
+ }
281
303
  export declare const BucketLocationConstraint: {
282
304
  readonly EU: "EU";
283
305
  readonly af_south_1: "af-south-1";
@@ -312,6 +334,8 @@ export type BucketLocationConstraint =
312
334
  (typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
313
335
  export interface CreateBucketConfiguration {
314
336
  LocationConstraint?: BucketLocationConstraint;
337
+ Location?: LocationInfo;
338
+ Bucket?: BucketInfo;
315
339
  }
316
340
  export declare const ObjectOwnership: {
317
341
  readonly BucketOwnerEnforced: "BucketOwnerEnforced";
@@ -379,6 +403,29 @@ export interface CreateMultipartUploadRequest {
379
403
  ExpectedBucketOwner?: string;
380
404
  ChecksumAlgorithm?: ChecksumAlgorithm;
381
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>);
428
+ }
382
429
  export interface DeleteBucketRequest {
383
430
  Bucket: string | undefined;
384
431
  ExpectedBucketOwner?: string;
@@ -1557,6 +1604,12 @@ export interface GetPublicAccessBlockRequest {
1557
1604
  Bucket: string | undefined;
1558
1605
  ExpectedBucketOwner?: string;
1559
1606
  }
1607
+ export interface HeadBucketOutput {
1608
+ BucketLocationType?: LocationType;
1609
+ BucketLocationName?: string;
1610
+ BucketRegion?: string;
1611
+ AccessPointAlias?: boolean;
1612
+ }
1560
1613
  export interface HeadBucketRequest {
1561
1614
  Bucket: string | undefined;
1562
1615
  ExpectedBucketOwner?: string;
@@ -1675,6 +1728,14 @@ export interface ListBucketsOutput {
1675
1728
  Buckets?: Bucket[];
1676
1729
  Owner?: Owner;
1677
1730
  }
1731
+ export interface ListDirectoryBucketsOutput {
1732
+ Buckets?: Bucket[];
1733
+ ContinuationToken?: string;
1734
+ }
1735
+ export interface ListDirectoryBucketsRequest {
1736
+ ContinuationToken?: string;
1737
+ MaxDirectoryBuckets?: number;
1738
+ }
1678
1739
  export interface CommonPrefix {
1679
1740
  Prefix?: string;
1680
1741
  }
@@ -1727,6 +1788,7 @@ export interface RestoreStatus {
1727
1788
  }
1728
1789
  export declare const ObjectStorageClass: {
1729
1790
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
1791
+ readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
1730
1792
  readonly GLACIER: "GLACIER";
1731
1793
  readonly GLACIER_IR: "GLACIER_IR";
1732
1794
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
@@ -1778,11 +1840,6 @@ export interface ListObjectsRequest {
1778
1840
  ExpectedBucketOwner?: string;
1779
1841
  OptionalObjectAttributes?: OptionalObjectAttributes[];
1780
1842
  }
1781
- export declare class NoSuchBucket extends __BaseException {
1782
- readonly name: "NoSuchBucket";
1783
- readonly $fault: "client";
1784
- constructor(opts: __ExceptionOptionType<NoSuchBucket, __BaseException>);
1785
- }
1786
1843
  export interface ListObjectsV2Output {
1787
1844
  IsTruncated?: boolean;
1788
1845
  Contents?: _Object[];
@@ -2002,119 +2059,6 @@ export interface PutBucketPolicyRequest {
2002
2059
  Policy: string | undefined;
2003
2060
  ExpectedBucketOwner?: string;
2004
2061
  }
2005
- export interface PutBucketReplicationRequest {
2006
- Bucket: string | undefined;
2007
- ContentMD5?: string;
2008
- ChecksumAlgorithm?: ChecksumAlgorithm;
2009
- ReplicationConfiguration: ReplicationConfiguration | undefined;
2010
- Token?: string;
2011
- ExpectedBucketOwner?: string;
2012
- }
2013
- export interface RequestPaymentConfiguration {
2014
- Payer: Payer | undefined;
2015
- }
2016
- export interface PutBucketRequestPaymentRequest {
2017
- Bucket: string | undefined;
2018
- ContentMD5?: string;
2019
- ChecksumAlgorithm?: ChecksumAlgorithm;
2020
- RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
2021
- ExpectedBucketOwner?: string;
2022
- }
2023
- export interface Tagging {
2024
- TagSet: Tag[] | undefined;
2025
- }
2026
- export interface PutBucketTaggingRequest {
2027
- Bucket: string | undefined;
2028
- ContentMD5?: string;
2029
- ChecksumAlgorithm?: ChecksumAlgorithm;
2030
- Tagging: Tagging | undefined;
2031
- ExpectedBucketOwner?: string;
2032
- }
2033
- export declare const MFADelete: {
2034
- readonly Disabled: "Disabled";
2035
- readonly Enabled: "Enabled";
2036
- };
2037
- export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
2038
- export interface VersioningConfiguration {
2039
- MFADelete?: MFADelete;
2040
- Status?: BucketVersioningStatus;
2041
- }
2042
- export interface PutBucketVersioningRequest {
2043
- Bucket: string | undefined;
2044
- ContentMD5?: string;
2045
- ChecksumAlgorithm?: ChecksumAlgorithm;
2046
- MFA?: string;
2047
- VersioningConfiguration: VersioningConfiguration | undefined;
2048
- ExpectedBucketOwner?: string;
2049
- }
2050
- export interface WebsiteConfiguration {
2051
- ErrorDocument?: ErrorDocument;
2052
- IndexDocument?: IndexDocument;
2053
- RedirectAllRequestsTo?: RedirectAllRequestsTo;
2054
- RoutingRules?: RoutingRule[];
2055
- }
2056
- export interface PutBucketWebsiteRequest {
2057
- Bucket: string | undefined;
2058
- ContentMD5?: string;
2059
- ChecksumAlgorithm?: ChecksumAlgorithm;
2060
- WebsiteConfiguration: WebsiteConfiguration | undefined;
2061
- ExpectedBucketOwner?: string;
2062
- }
2063
- export interface PutObjectOutput {
2064
- Expiration?: string;
2065
- ETag?: string;
2066
- ChecksumCRC32?: string;
2067
- ChecksumCRC32C?: string;
2068
- ChecksumSHA1?: string;
2069
- ChecksumSHA256?: string;
2070
- ServerSideEncryption?: ServerSideEncryption;
2071
- VersionId?: string;
2072
- SSECustomerAlgorithm?: string;
2073
- SSECustomerKeyMD5?: string;
2074
- SSEKMSKeyId?: string;
2075
- SSEKMSEncryptionContext?: string;
2076
- BucketKeyEnabled?: boolean;
2077
- RequestCharged?: RequestCharged;
2078
- }
2079
- export interface PutObjectRequest {
2080
- ACL?: ObjectCannedACL;
2081
- Body?: StreamingBlobTypes;
2082
- Bucket: string | undefined;
2083
- CacheControl?: string;
2084
- ContentDisposition?: string;
2085
- ContentEncoding?: string;
2086
- ContentLanguage?: string;
2087
- ContentLength?: number;
2088
- ContentMD5?: string;
2089
- ContentType?: string;
2090
- ChecksumAlgorithm?: ChecksumAlgorithm;
2091
- ChecksumCRC32?: string;
2092
- ChecksumCRC32C?: string;
2093
- ChecksumSHA1?: string;
2094
- ChecksumSHA256?: string;
2095
- Expires?: Date;
2096
- GrantFullControl?: string;
2097
- GrantRead?: string;
2098
- GrantReadACP?: string;
2099
- GrantWriteACP?: string;
2100
- Key: string | undefined;
2101
- Metadata?: Record<string, string>;
2102
- ServerSideEncryption?: ServerSideEncryption;
2103
- StorageClass?: StorageClass;
2104
- WebsiteRedirectLocation?: string;
2105
- SSECustomerAlgorithm?: string;
2106
- SSECustomerKey?: string;
2107
- SSECustomerKeyMD5?: string;
2108
- SSEKMSKeyId?: string;
2109
- SSEKMSEncryptionContext?: string;
2110
- BucketKeyEnabled?: boolean;
2111
- RequestPayer?: RequestPayer;
2112
- Tagging?: string;
2113
- ObjectLockMode?: ObjectLockMode;
2114
- ObjectLockRetainUntilDate?: Date;
2115
- ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
2116
- ExpectedBucketOwner?: string;
2117
- }
2118
2062
  export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
2119
2063
  obj: CompleteMultipartUploadOutput
2120
2064
  ) => any;
@@ -2133,6 +2077,12 @@ export declare const CreateMultipartUploadOutputFilterSensitiveLog: (
2133
2077
  export declare const CreateMultipartUploadRequestFilterSensitiveLog: (
2134
2078
  obj: CreateMultipartUploadRequest
2135
2079
  ) => any;
2080
+ export declare const SessionCredentialsFilterSensitiveLog: (
2081
+ obj: SessionCredentials
2082
+ ) => any;
2083
+ export declare const CreateSessionOutputFilterSensitiveLog: (
2084
+ obj: CreateSessionOutput
2085
+ ) => any;
2136
2086
  export declare const ServerSideEncryptionByDefaultFilterSensitiveLog: (
2137
2087
  obj: ServerSideEncryptionByDefault
2138
2088
  ) => any;
@@ -2191,9 +2141,3 @@ export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
2191
2141
  export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
2192
2142
  obj: PutBucketInventoryConfigurationRequest
2193
2143
  ) => any;
2194
- export declare const PutObjectOutputFilterSensitiveLog: (
2195
- obj: PutObjectOutput
2196
- ) => any;
2197
- export declare const PutObjectRequestFilterSensitiveLog: (
2198
- obj: PutObjectRequest
2199
- ) => any;
@@ -2,23 +2,143 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
2
2
  import { StreamingBlobTypes } from "@smithy/types";
3
3
  import {
4
4
  AccessControlPolicy,
5
+ BucketVersioningStatus,
5
6
  ChecksumAlgorithm,
7
+ ErrorDocument,
6
8
  Grant,
9
+ IndexDocument,
7
10
  ObjectCannedACL,
8
11
  ObjectLockConfiguration,
9
12
  ObjectLockLegalHold,
10
13
  ObjectLockLegalHoldStatus,
11
14
  ObjectLockMode,
12
15
  ObjectLockRetention,
16
+ Payer,
13
17
  PublicAccessBlockConfiguration,
18
+ RedirectAllRequestsTo,
19
+ ReplicationConfiguration,
14
20
  ReplicationStatus,
15
21
  RequestCharged,
16
22
  RequestPayer,
23
+ RoutingRule,
17
24
  ServerSideEncryption,
18
25
  StorageClass,
19
- Tagging,
26
+ Tag,
20
27
  } from "./models_0";
21
28
  import { S3ServiceException as __BaseException } from "./S3ServiceException";
29
+ export interface PutBucketReplicationRequest {
30
+ Bucket: string | undefined;
31
+ ContentMD5?: string;
32
+ ChecksumAlgorithm?: ChecksumAlgorithm;
33
+ ReplicationConfiguration: ReplicationConfiguration | undefined;
34
+ Token?: string;
35
+ ExpectedBucketOwner?: string;
36
+ }
37
+ export interface RequestPaymentConfiguration {
38
+ Payer: Payer | undefined;
39
+ }
40
+ export interface PutBucketRequestPaymentRequest {
41
+ Bucket: string | undefined;
42
+ ContentMD5?: string;
43
+ ChecksumAlgorithm?: ChecksumAlgorithm;
44
+ RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
45
+ ExpectedBucketOwner?: string;
46
+ }
47
+ export interface Tagging {
48
+ TagSet: Tag[] | undefined;
49
+ }
50
+ export interface PutBucketTaggingRequest {
51
+ Bucket: string | undefined;
52
+ ContentMD5?: string;
53
+ ChecksumAlgorithm?: ChecksumAlgorithm;
54
+ Tagging: Tagging | undefined;
55
+ ExpectedBucketOwner?: string;
56
+ }
57
+ export declare const MFADelete: {
58
+ readonly Disabled: "Disabled";
59
+ readonly Enabled: "Enabled";
60
+ };
61
+ export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
62
+ export interface VersioningConfiguration {
63
+ MFADelete?: MFADelete;
64
+ Status?: BucketVersioningStatus;
65
+ }
66
+ export interface PutBucketVersioningRequest {
67
+ Bucket: string | undefined;
68
+ ContentMD5?: string;
69
+ ChecksumAlgorithm?: ChecksumAlgorithm;
70
+ MFA?: string;
71
+ VersioningConfiguration: VersioningConfiguration | undefined;
72
+ ExpectedBucketOwner?: string;
73
+ }
74
+ export interface WebsiteConfiguration {
75
+ ErrorDocument?: ErrorDocument;
76
+ IndexDocument?: IndexDocument;
77
+ RedirectAllRequestsTo?: RedirectAllRequestsTo;
78
+ RoutingRules?: RoutingRule[];
79
+ }
80
+ export interface PutBucketWebsiteRequest {
81
+ Bucket: string | undefined;
82
+ ContentMD5?: string;
83
+ ChecksumAlgorithm?: ChecksumAlgorithm;
84
+ WebsiteConfiguration: WebsiteConfiguration | undefined;
85
+ ExpectedBucketOwner?: string;
86
+ }
87
+ export interface PutObjectOutput {
88
+ Expiration?: string;
89
+ ETag?: string;
90
+ ChecksumCRC32?: string;
91
+ ChecksumCRC32C?: string;
92
+ ChecksumSHA1?: string;
93
+ ChecksumSHA256?: string;
94
+ ServerSideEncryption?: ServerSideEncryption;
95
+ VersionId?: string;
96
+ SSECustomerAlgorithm?: string;
97
+ SSECustomerKeyMD5?: string;
98
+ SSEKMSKeyId?: string;
99
+ SSEKMSEncryptionContext?: string;
100
+ BucketKeyEnabled?: boolean;
101
+ RequestCharged?: RequestCharged;
102
+ }
103
+ export interface PutObjectRequest {
104
+ ACL?: ObjectCannedACL;
105
+ Body?: StreamingBlobTypes;
106
+ Bucket: string | undefined;
107
+ CacheControl?: string;
108
+ ContentDisposition?: string;
109
+ ContentEncoding?: string;
110
+ ContentLanguage?: string;
111
+ ContentLength?: number;
112
+ ContentMD5?: string;
113
+ ContentType?: string;
114
+ ChecksumAlgorithm?: ChecksumAlgorithm;
115
+ ChecksumCRC32?: string;
116
+ ChecksumCRC32C?: string;
117
+ ChecksumSHA1?: string;
118
+ ChecksumSHA256?: string;
119
+ Expires?: Date;
120
+ GrantFullControl?: string;
121
+ GrantRead?: string;
122
+ GrantReadACP?: string;
123
+ GrantWriteACP?: string;
124
+ Key: string | undefined;
125
+ Metadata?: Record<string, string>;
126
+ ServerSideEncryption?: ServerSideEncryption;
127
+ StorageClass?: StorageClass;
128
+ WebsiteRedirectLocation?: string;
129
+ SSECustomerAlgorithm?: string;
130
+ SSECustomerKey?: string;
131
+ SSECustomerKeyMD5?: string;
132
+ SSEKMSKeyId?: string;
133
+ SSEKMSEncryptionContext?: string;
134
+ BucketKeyEnabled?: boolean;
135
+ RequestPayer?: RequestPayer;
136
+ Tagging?: string;
137
+ ObjectLockMode?: ObjectLockMode;
138
+ ObjectLockRetainUntilDate?: Date;
139
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
140
+ ExpectedBucketOwner?: string;
141
+ }
22
142
  export interface PutObjectAclOutput {
23
143
  RequestCharged?: RequestCharged;
24
144
  }
@@ -457,6 +577,12 @@ export interface WriteGetObjectResponseRequest {
457
577
  VersionId?: string;
458
578
  BucketKeyEnabled?: boolean;
459
579
  }
580
+ export declare const PutObjectOutputFilterSensitiveLog: (
581
+ obj: PutObjectOutput
582
+ ) => any;
583
+ export declare const PutObjectRequestFilterSensitiveLog: (
584
+ obj: PutObjectRequest
585
+ ) => any;
460
586
  export declare const EncryptionFilterSensitiveLog: (obj: Encryption) => any;
461
587
  export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
462
588
  export declare const OutputLocationFilterSensitiveLog: (
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListDirectoryBucketsCommandInput,
4
+ ListDirectoryBucketsCommandOutput,
5
+ } from "../commands/ListDirectoryBucketsCommand";
6
+ import { S3PaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDirectoryBuckets(
8
+ config: S3PaginationConfiguration,
9
+ input: ListDirectoryBucketsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDirectoryBucketsCommandOutput>;
@@ -1,3 +1,4 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./ListDirectoryBucketsPaginator";
2
3
  export * from "./ListObjectsV2Paginator";
3
4
  export * from "./ListPartsPaginator";
@@ -27,6 +27,10 @@ import {
27
27
  CreateMultipartUploadCommandInput,
28
28
  CreateMultipartUploadCommandOutput,
29
29
  } from "../commands/CreateMultipartUploadCommand";
30
+ import {
31
+ CreateSessionCommandInput,
32
+ CreateSessionCommandOutput,
33
+ } from "../commands/CreateSessionCommand";
30
34
  import {
31
35
  DeleteBucketAnalyticsConfigurationCommandInput,
32
36
  DeleteBucketAnalyticsConfigurationCommandOutput,
@@ -239,6 +243,10 @@ import {
239
243
  ListBucketsCommandInput,
240
244
  ListBucketsCommandOutput,
241
245
  } from "../commands/ListBucketsCommand";
246
+ import {
247
+ ListDirectoryBucketsCommandInput,
248
+ ListDirectoryBucketsCommandOutput,
249
+ } from "../commands/ListDirectoryBucketsCommand";
242
250
  import {
243
251
  ListMultipartUploadsCommandInput,
244
252
  ListMultipartUploadsCommandOutput,
@@ -399,6 +407,10 @@ export declare const se_CreateMultipartUploadCommand: (
399
407
  input: CreateMultipartUploadCommandInput,
400
408
  context: __SerdeContext
401
409
  ) => Promise<__HttpRequest>;
410
+ export declare const se_CreateSessionCommand: (
411
+ input: CreateSessionCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
402
414
  export declare const se_DeleteBucketCommand: (
403
415
  input: DeleteBucketCommandInput,
404
416
  context: __SerdeContext
@@ -611,6 +623,10 @@ export declare const se_ListBucketsCommand: (
611
623
  input: ListBucketsCommandInput,
612
624
  context: __SerdeContext
613
625
  ) => Promise<__HttpRequest>;
626
+ export declare const se_ListDirectoryBucketsCommand: (
627
+ input: ListDirectoryBucketsCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
614
630
  export declare const se_ListMultipartUploadsCommand: (
615
631
  input: ListMultipartUploadsCommandInput,
616
632
  context: __SerdeContext
@@ -771,6 +787,10 @@ export declare const de_CreateMultipartUploadCommand: (
771
787
  output: __HttpResponse,
772
788
  context: __SerdeContext
773
789
  ) => Promise<CreateMultipartUploadCommandOutput>;
790
+ export declare const de_CreateSessionCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<CreateSessionCommandOutput>;
774
794
  export declare const de_DeleteBucketCommand: (
775
795
  output: __HttpResponse,
776
796
  context: __SerdeContext
@@ -983,6 +1003,10 @@ export declare const de_ListBucketsCommand: (
983
1003
  output: __HttpResponse,
984
1004
  context: __SerdeContext
985
1005
  ) => Promise<ListBucketsCommandOutput>;
1006
+ export declare const de_ListDirectoryBucketsCommand: (
1007
+ output: __HttpResponse,
1008
+ context: __SerdeContext
1009
+ ) => Promise<ListDirectoryBucketsCommandOutput>;
986
1010
  export declare const de_ListMultipartUploadsCommand: (
987
1011
  output: __HttpResponse,
988
1012
  context: __SerdeContext
@@ -116,9 +116,16 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
116
116
  | (boolean & (boolean | import("@smithy/types").Provider<boolean>))
117
117
  | undefined;
118
118
  followRegionRedirects?: boolean | undefined;
119
+ s3ExpressIdentityProvider?:
120
+ | import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
121
+ | undefined;
119
122
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
120
123
  useGlobalEndpoint?:
121
124
  | boolean
122
125
  | import("@smithy/types").Provider<boolean>
123
126
  | undefined;
127
+ disableS3ExpressSessionAuth?:
128
+ | boolean
129
+ | import("@smithy/types").Provider<boolean>
130
+ | undefined;
124
131
  };
@@ -13,6 +13,9 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<
14
14
  import("@aws-sdk/types").UserAgent
15
15
  >;
16
+ disableS3ExpressSessionAuth:
17
+ | boolean
18
+ | import("@aws-sdk/types").Provider<boolean>;
16
19
  eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
17
20
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
18
21
  md5: __HashConstructor;
@@ -119,6 +122,9 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
119
122
  | (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>))
120
123
  | undefined;
121
124
  followRegionRedirects?: boolean | undefined;
125
+ s3ExpressIdentityProvider?:
126
+ | import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
127
+ | undefined;
122
128
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
123
129
  useGlobalEndpoint?:
124
130
  | boolean
@@ -101,9 +101,16 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
101
101
  useAccelerateEndpoint?: boolean | undefined;
102
102
  disableMultiregionAccessPoints?: boolean | undefined;
103
103
  followRegionRedirects?: boolean | undefined;
104
+ s3ExpressIdentityProvider?:
105
+ | import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
106
+ | undefined;
104
107
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
105
108
  useGlobalEndpoint?:
106
109
  | boolean
107
110
  | import("@smithy/types").Provider<boolean>
108
111
  | undefined;
112
+ disableS3ExpressSessionAuth?:
113
+ | boolean
114
+ | import("@smithy/types").Provider<boolean>
115
+ | undefined;
109
116
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.460.0",
4
+ "version": "3.461.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -27,22 +27,22 @@
27
27
  "@aws-crypto/sha1-browser": "3.0.0",
28
28
  "@aws-crypto/sha256-browser": "3.0.0",
29
29
  "@aws-crypto/sha256-js": "3.0.0",
30
- "@aws-sdk/client-sts": "3.460.0",
30
+ "@aws-sdk/client-sts": "3.461.0",
31
31
  "@aws-sdk/core": "3.451.0",
32
32
  "@aws-sdk/credential-provider-node": "3.460.0",
33
33
  "@aws-sdk/middleware-bucket-endpoint": "3.460.0",
34
34
  "@aws-sdk/middleware-expect-continue": "3.460.0",
35
- "@aws-sdk/middleware-flexible-checksums": "3.460.0",
35
+ "@aws-sdk/middleware-flexible-checksums": "3.461.0",
36
36
  "@aws-sdk/middleware-host-header": "3.460.0",
37
- "@aws-sdk/middleware-location-constraint": "3.460.0",
37
+ "@aws-sdk/middleware-location-constraint": "3.461.0",
38
38
  "@aws-sdk/middleware-logger": "3.460.0",
39
39
  "@aws-sdk/middleware-recursion-detection": "3.460.0",
40
- "@aws-sdk/middleware-sdk-s3": "3.460.0",
41
- "@aws-sdk/middleware-signing": "3.460.0",
40
+ "@aws-sdk/middleware-sdk-s3": "3.461.0",
41
+ "@aws-sdk/middleware-signing": "3.461.0",
42
42
  "@aws-sdk/middleware-ssec": "3.460.0",
43
43
  "@aws-sdk/middleware-user-agent": "3.460.0",
44
44
  "@aws-sdk/region-config-resolver": "3.451.0",
45
- "@aws-sdk/signature-v4-multi-region": "3.460.0",
45
+ "@aws-sdk/signature-v4-multi-region": "3.461.0",
46
46
  "@aws-sdk/types": "3.460.0",
47
47
  "@aws-sdk/util-endpoints": "3.460.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.460.0",