@aws-sdk/client-s3 3.1045.0 → 3.1047.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 (372) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +7 -7
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +262 -264
  5. package/dist-cjs/models/S3ServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +17 -20
  7. package/dist-cjs/runtimeConfig.js +29 -33
  8. package/dist-cjs/runtimeConfig.shared.js +11 -13
  9. package/dist-es/S3.js +1 -1
  10. package/dist-es/S3Client.js +6 -6
  11. package/dist-es/auth/httpAuthSchemeProvider.js +2 -2
  12. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
  13. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  14. package/dist-es/commands/CopyObjectCommand.js +2 -2
  15. package/dist-es/commands/CreateBucketCommand.js +2 -2
  16. package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -2
  17. package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -2
  18. package/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  19. package/dist-es/commands/CreateSessionCommand.js +2 -2
  20. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
  21. package/dist-es/commands/DeleteBucketCommand.js +2 -2
  22. package/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
  23. package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
  24. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
  25. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
  26. package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
  27. package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
  28. package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
  29. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
  30. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
  31. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  32. package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
  33. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  34. package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
  35. package/dist-es/commands/DeleteObjectCommand.js +2 -2
  36. package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -2
  37. package/dist-es/commands/DeleteObjectsCommand.js +2 -2
  38. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  39. package/dist-es/commands/GetBucketAbacCommand.js +2 -2
  40. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -2
  41. package/dist-es/commands/GetBucketAclCommand.js +2 -2
  42. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -2
  43. package/dist-es/commands/GetBucketCorsCommand.js +2 -2
  44. package/dist-es/commands/GetBucketEncryptionCommand.js +2 -2
  45. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -2
  46. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -2
  47. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
  48. package/dist-es/commands/GetBucketLocationCommand.js +2 -2
  49. package/dist-es/commands/GetBucketLoggingCommand.js +2 -2
  50. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -2
  51. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -2
  52. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -2
  53. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -2
  54. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -2
  55. package/dist-es/commands/GetBucketPolicyCommand.js +2 -2
  56. package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -2
  57. package/dist-es/commands/GetBucketReplicationCommand.js +2 -2
  58. package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -2
  59. package/dist-es/commands/GetBucketTaggingCommand.js +2 -2
  60. package/dist-es/commands/GetBucketVersioningCommand.js +2 -2
  61. package/dist-es/commands/GetBucketWebsiteCommand.js +2 -2
  62. package/dist-es/commands/GetObjectAclCommand.js +2 -2
  63. package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  64. package/dist-es/commands/GetObjectCommand.js +2 -2
  65. package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -2
  66. package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -2
  67. package/dist-es/commands/GetObjectRetentionCommand.js +2 -2
  68. package/dist-es/commands/GetObjectTaggingCommand.js +2 -2
  69. package/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  70. package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -2
  71. package/dist-es/commands/HeadBucketCommand.js +2 -2
  72. package/dist-es/commands/HeadObjectCommand.js +2 -2
  73. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -2
  74. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -2
  75. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -2
  76. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -2
  77. package/dist-es/commands/ListBucketsCommand.js +2 -2
  78. package/dist-es/commands/ListDirectoryBucketsCommand.js +2 -2
  79. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
  80. package/dist-es/commands/ListObjectVersionsCommand.js +2 -2
  81. package/dist-es/commands/ListObjectsCommand.js +2 -2
  82. package/dist-es/commands/ListObjectsV2Command.js +2 -2
  83. package/dist-es/commands/ListPartsCommand.js +2 -2
  84. package/dist-es/commands/PutBucketAbacCommand.js +2 -2
  85. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -2
  86. package/dist-es/commands/PutBucketAclCommand.js +2 -2
  87. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
  88. package/dist-es/commands/PutBucketCorsCommand.js +2 -2
  89. package/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
  90. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
  91. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
  92. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
  93. package/dist-es/commands/PutBucketLoggingCommand.js +2 -2
  94. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
  95. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
  96. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -2
  97. package/dist-es/commands/PutBucketPolicyCommand.js +2 -2
  98. package/dist-es/commands/PutBucketReplicationCommand.js +2 -2
  99. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -2
  100. package/dist-es/commands/PutBucketTaggingCommand.js +2 -2
  101. package/dist-es/commands/PutBucketVersioningCommand.js +2 -2
  102. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -2
  103. package/dist-es/commands/PutObjectAclCommand.js +2 -2
  104. package/dist-es/commands/PutObjectCommand.js +2 -2
  105. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -2
  106. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -2
  107. package/dist-es/commands/PutObjectRetentionCommand.js +2 -2
  108. package/dist-es/commands/PutObjectTaggingCommand.js +2 -2
  109. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -2
  110. package/dist-es/commands/RenameObjectCommand.js +2 -2
  111. package/dist-es/commands/RestoreObjectCommand.js +2 -2
  112. package/dist-es/commands/SelectObjectContentCommand.js +2 -2
  113. package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -2
  114. package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -2
  115. package/dist-es/commands/UpdateObjectEncryptionCommand.js +2 -2
  116. package/dist-es/commands/UploadPartCommand.js +2 -2
  117. package/dist-es/commands/UploadPartCopyCommand.js +2 -2
  118. package/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
  119. package/dist-es/endpoint/bdd.js +1 -1
  120. package/dist-es/endpoint/endpointResolver.js +1 -1
  121. package/dist-es/models/S3ServiceException.js +1 -1
  122. package/dist-es/runtimeConfig.browser.js +6 -9
  123. package/dist-es/runtimeConfig.js +6 -10
  124. package/dist-es/runtimeConfig.shared.js +3 -5
  125. package/dist-es/runtimeExtensions.js +2 -2
  126. package/dist-es/waiters/waitForBucketExists.js +1 -1
  127. package/dist-es/waiters/waitForBucketNotExists.js +1 -1
  128. package/dist-es/waiters/waitForObjectExists.js +1 -1
  129. package/dist-es/waiters/waitForObjectNotExists.js +1 -1
  130. package/dist-types/S3.d.ts +1 -1
  131. package/dist-types/S3Client.d.ts +6 -6
  132. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -4
  133. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -4
  134. package/dist-types/commands/CopyObjectCommand.d.ts +6 -4
  135. package/dist-types/commands/CreateBucketCommand.d.ts +6 -4
  136. package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +6 -4
  137. package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +6 -4
  138. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -4
  139. package/dist-types/commands/CreateSessionCommand.d.ts +6 -4
  140. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +6 -4
  141. package/dist-types/commands/DeleteBucketCommand.d.ts +6 -4
  142. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +6 -4
  143. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -4
  144. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  145. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -4
  146. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +6 -4
  147. package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +6 -4
  148. package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +6 -4
  149. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +6 -4
  150. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -4
  151. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +6 -4
  152. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +6 -4
  153. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +6 -4
  154. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +6 -4
  155. package/dist-types/commands/DeleteObjectCommand.d.ts +6 -4
  156. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +6 -4
  157. package/dist-types/commands/DeleteObjectsCommand.d.ts +6 -4
  158. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -4
  159. package/dist-types/commands/GetBucketAbacCommand.d.ts +6 -4
  160. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -4
  161. package/dist-types/commands/GetBucketAclCommand.d.ts +6 -4
  162. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -4
  163. package/dist-types/commands/GetBucketCorsCommand.d.ts +6 -4
  164. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +6 -4
  165. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  166. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -4
  167. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -4
  168. package/dist-types/commands/GetBucketLocationCommand.d.ts +6 -4
  169. package/dist-types/commands/GetBucketLoggingCommand.d.ts +6 -4
  170. package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +6 -4
  171. package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +6 -4
  172. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +6 -4
  173. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -4
  174. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +6 -4
  175. package/dist-types/commands/GetBucketPolicyCommand.d.ts +6 -4
  176. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +6 -4
  177. package/dist-types/commands/GetBucketReplicationCommand.d.ts +6 -4
  178. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -4
  179. package/dist-types/commands/GetBucketTaggingCommand.d.ts +6 -4
  180. package/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -4
  181. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -4
  182. package/dist-types/commands/GetObjectAclCommand.d.ts +6 -4
  183. package/dist-types/commands/GetObjectAttributesCommand.d.ts +6 -4
  184. package/dist-types/commands/GetObjectCommand.d.ts +6 -4
  185. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -4
  186. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +6 -4
  187. package/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -4
  188. package/dist-types/commands/GetObjectTaggingCommand.d.ts +6 -4
  189. package/dist-types/commands/GetObjectTorrentCommand.d.ts +6 -4
  190. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +6 -4
  191. package/dist-types/commands/HeadBucketCommand.d.ts +6 -4
  192. package/dist-types/commands/HeadObjectCommand.d.ts +6 -4
  193. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +6 -4
  194. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -4
  195. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +6 -4
  196. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +6 -4
  197. package/dist-types/commands/ListBucketsCommand.d.ts +6 -4
  198. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +6 -4
  199. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
  200. package/dist-types/commands/ListObjectVersionsCommand.d.ts +6 -4
  201. package/dist-types/commands/ListObjectsCommand.d.ts +6 -4
  202. package/dist-types/commands/ListObjectsV2Command.d.ts +6 -4
  203. package/dist-types/commands/ListPartsCommand.d.ts +6 -4
  204. package/dist-types/commands/PutBucketAbacCommand.d.ts +6 -4
  205. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +6 -4
  206. package/dist-types/commands/PutBucketAclCommand.d.ts +6 -4
  207. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -4
  208. package/dist-types/commands/PutBucketCorsCommand.d.ts +6 -4
  209. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +6 -4
  210. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  211. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +6 -4
  212. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +6 -4
  213. package/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -4
  214. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +6 -4
  215. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +6 -4
  216. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -4
  217. package/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -4
  218. package/dist-types/commands/PutBucketReplicationCommand.d.ts +6 -4
  219. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +6 -4
  220. package/dist-types/commands/PutBucketTaggingCommand.d.ts +6 -4
  221. package/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -4
  222. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -4
  223. package/dist-types/commands/PutObjectAclCommand.d.ts +6 -4
  224. package/dist-types/commands/PutObjectCommand.d.ts +6 -4
  225. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -4
  226. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +6 -4
  227. package/dist-types/commands/PutObjectRetentionCommand.d.ts +6 -4
  228. package/dist-types/commands/PutObjectTaggingCommand.d.ts +6 -4
  229. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +6 -4
  230. package/dist-types/commands/RenameObjectCommand.d.ts +6 -4
  231. package/dist-types/commands/RestoreObjectCommand.d.ts +6 -4
  232. package/dist-types/commands/SelectObjectContentCommand.d.ts +6 -4
  233. package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +6 -4
  234. package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +6 -4
  235. package/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +6 -4
  236. package/dist-types/commands/UploadPartCommand.d.ts +6 -4
  237. package/dist-types/commands/UploadPartCopyCommand.d.ts +6 -4
  238. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +6 -4
  239. package/dist-types/endpoint/bdd.d.ts +1 -1
  240. package/dist-types/extensionConfiguration.d.ts +1 -1
  241. package/dist-types/models/S3ServiceException.d.ts +1 -1
  242. package/dist-types/models/errors.d.ts +1 -1
  243. package/dist-types/runtimeConfig.browser.d.ts +3 -3
  244. package/dist-types/runtimeConfig.d.ts +3 -3
  245. package/dist-types/runtimeConfig.native.d.ts +3 -3
  246. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  247. package/dist-types/ts3.4/S3.d.ts +1 -1
  248. package/dist-types/ts3.4/S3Client.d.ts +12 -18
  249. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +6 -4
  250. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  262. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +6 -8
  302. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +6 -4
  303. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +6 -4
  304. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +6 -4
  305. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +6 -4
  306. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -4
  307. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +6 -4
  308. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +6 -4
  309. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +6 -4
  310. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +6 -4
  311. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -4
  312. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +6 -4
  313. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +6 -4
  314. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +6 -4
  315. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +6 -4
  316. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +6 -4
  317. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +6 -4
  318. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +6 -4
  319. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +6 -4
  320. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +6 -8
  321. package/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +6 -4
  322. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +6 -4
  323. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +6 -4
  324. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -4
  325. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +6 -4
  327. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  328. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +6 -4
  329. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +6 -4
  330. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +6 -4
  331. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +6 -4
  332. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +6 -4
  333. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +6 -4
  334. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +6 -4
  335. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +6 -4
  336. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +6 -4
  337. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +6 -4
  338. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +6 -4
  339. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +6 -4
  340. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +6 -4
  341. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +6 -8
  342. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +6 -4
  343. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +6 -4
  344. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +6 -4
  345. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +6 -4
  346. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +6 -4
  347. package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +6 -4
  348. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +6 -4
  349. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +6 -4
  350. package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +6 -4
  351. package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +6 -4
  352. package/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +6 -4
  353. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +6 -4
  354. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +6 -4
  355. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +6 -4
  356. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  357. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  358. package/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
  359. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  360. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -3
  361. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -3
  362. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  363. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  364. package/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +1 -1
  365. package/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +1 -1
  366. package/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +1 -1
  367. package/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +1 -1
  368. package/dist-types/waiters/waitForBucketExists.d.ts +1 -1
  369. package/dist-types/waiters/waitForBucketNotExists.d.ts +1 -1
  370. package/dist-types/waiters/waitForObjectExists.d.ts +1 -1
  371. package/dist-types/waiters/waitForObjectNotExists.d.ts +1 -1
  372. package/package.json +20 -49
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListBucketIntelligentTieringConfigurationsOutput, ListBucketIntelligentTieringConfigurationsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListBucketIntelligentTieringConfigurationsCommandInput extends
22
22
  export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends ListBucketIntelligentTieringConfigurationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
25
- new (input: ListBucketIntelligentTieringConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBucketIntelligentTieringConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListBucketIntelligentTieringConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListBucketIntelligentTieringConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListBucketInventoryConfigurationsOutput, ListBucketInventoryConfigurationsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListBucketInventoryConfigurationsCommandInput extends ListBucke
22
22
  export interface ListBucketInventoryConfigurationsCommandOutput extends ListBucketInventoryConfigurationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListBucketInventoryConfigurationsCommand_base: {
25
- new (input: ListBucketInventoryConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBucketInventoryConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListBucketInventoryConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListBucketInventoryConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of S3 Inventory configurations for the bucket. You can have up to 1,000 inventory
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListBucketMetricsConfigurationsOutput, ListBucketMetricsConfigurationsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListBucketMetricsConfigurationsCommandInput extends ListBucketM
22
22
  export interface ListBucketMetricsConfigurationsCommandOutput extends ListBucketMetricsConfigurationsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListBucketMetricsConfigurationsCommand_base: {
25
- new (input: ListBucketMetricsConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBucketMetricsConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListBucketMetricsConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListBucketMetricsConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the metrics configurations for the bucket. The metrics configurations are only for the request
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListBucketsOutput, ListBucketsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListBucketsCommandInput extends ListBucketsRequest {
22
22
  export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListBucketsCommand_base: {
25
- new (input: ListBucketsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListBucketsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListBucketsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListBucketsCommandInput]): import("@smithy/core/client").CommandImpl<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDirectoryBucketsOutput, ListDirectoryBucketsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListDirectoryBucketsCommandInput extends ListDirectoryBucketsRe
22
22
  export interface ListDirectoryBucketsCommandOutput extends ListDirectoryBucketsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListDirectoryBucketsCommand_base: {
25
- new (input: ListDirectoryBucketsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListDirectoryBucketsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListDirectoryBucketsCommandInput): import("@smithy/core/client").CommandImpl<ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDirectoryBucketsCommandInput]): import("@smithy/core/client").CommandImpl<ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request. For
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListMultipartUploadsOutput, ListMultipartUploadsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsRe
22
22
  export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListMultipartUploadsCommand_base: {
25
- new (input: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation lists in-progress multipart uploads in a bucket. An in-progress multipart upload is a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListObjectVersionsOutput, ListObjectVersionsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListObjectVersionsCommandInput extends ListObjectVersionsReques
22
22
  export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListObjectVersionsCommand_base: {
25
- new (input: ListObjectVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListObjectVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListObjectVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListObjectVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListObjectsOutput, ListObjectsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListObjectsCommandInput extends ListObjectsRequest {
22
22
  export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListObjectsCommand_base: {
25
- new (input: ListObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListObjectsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListObjectsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListObjectsV2Output, ListObjectsV2Request } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListObjectsV2CommandInput extends ListObjectsV2Request {
22
22
  export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __MetadataBearer {
23
23
  }
24
24
  declare const ListObjectsV2Command_base: {
25
- new (input: ListObjectsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListObjectsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListObjectsV2CommandInput): import("@smithy/core/client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListObjectsV2CommandInput): import("@smithy/core/client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListPartsOutput, ListPartsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface ListPartsCommandInput extends ListPartsRequest {
22
22
  export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListPartsCommand_base: {
25
- new (input: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists the parts that have been uploaded for a specific multipart upload.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketAbacRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketAbacCommandInput extends PutBucketAbacRequest {
22
22
  export interface PutBucketAbacCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketAbacCommand_base: {
25
- new (input: PutBucketAbacCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAbacCommandInput, PutBucketAbacCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketAbacCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAbacCommandInput, PutBucketAbacCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketAbacCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAbacCommandInput, PutBucketAbacCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketAbacCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAbacCommandInput, PutBucketAbacCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets the attribute-based access control (ABAC) property of the general purpose bucket. You must have <code>s3:PutBucketABAC</code> permission to perform this action. When you enable ABAC, you can use tags for access control on your buckets. Additionally, when ABAC is enabled, you must use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_TagResource.html">TagResource</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UntagResource.html">UntagResource</a> actions to manage tags on your buckets. You can nolonger use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html">PutBucketTagging</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html">DeleteBucketTagging</a> actions to tag your bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html">Enabling ABAC in general purpose buckets</a>. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketAccelerateConfigurationRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketAccelerateConfigurationCommandInput extends PutBucketA
22
22
  export interface PutBucketAccelerateConfigurationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketAccelerateConfigurationCommand_base: {
25
- new (input: PutBucketAccelerateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketAccelerateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketAccelerateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketAccelerateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketAclRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketAclCommandInput extends PutBucketAclRequest {
22
22
  export interface PutBucketAclCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketAclCommand_base: {
25
- new (input: PutBucketAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketAclCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketAclCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketAnalyticsConfigurationRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketAnalyticsConfigurationCommandInput extends PutBucketAn
22
22
  export interface PutBucketAnalyticsConfigurationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketAnalyticsConfigurationCommand_base: {
25
- new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketCorsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketCorsCommandInput extends PutBucketCorsRequest {
22
22
  export interface PutBucketCorsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketCorsCommand_base: {
25
- new (input: PutBucketCorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketCorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketCorsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketCorsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketEncryptionRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketEncryptionCommandInput extends PutBucketEncryptionRequ
22
22
  export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketEncryptionCommand_base: {
25
- new (input: PutBucketEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketEncryptionCommandInput): import("@smithy/core/client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation configures default encryption and Amazon S3 Bucket Keys for an existing bucket. You can also <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_BlockedEncryptionTypes.html">block encryption types</a> using this operation.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketIntelligentTieringConfigurationCommandInput extends Pu
22
22
  export interface PutBucketIntelligentTieringConfigurationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketIntelligentTieringConfigurationCommand_base: {
25
- new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketInventoryConfigurationRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketInventoryConfigurationCommandInput extends PutBucketIn
22
22
  export interface PutBucketInventoryConfigurationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketInventoryConfigurationCommand_base: {
25
- new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketInventoryConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This implementation of the <code>PUT</code> action adds an S3 Inventory configuration (identified by
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketLifecycleConfigurationOutput, PutBucketLifecycleConfigurationRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketLifecycleConfigurationCommandInput extends PutBucketLi
22
22
  export interface PutBucketLifecycleConfigurationCommandOutput extends PutBucketLifecycleConfigurationOutput, __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketLifecycleConfigurationCommand_base: {
25
- new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketLifecycleConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketLoggingRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketLoggingCommandInput extends PutBucketLoggingRequest {
22
22
  export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketLoggingCommand_base: {
25
- new (input: PutBucketLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketLoggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketLoggingCommandInput): import("@smithy/core/client").CommandImpl<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketMetricsConfigurationRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketMetricsConfigurationCommandInput extends PutBucketMetr
22
22
  export interface PutBucketMetricsConfigurationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketMetricsConfigurationCommand_base: {
25
- new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketMetricsConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket. You can
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketNotificationConfigurationRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketNotificationConfigurationCommandInput extends PutBucke
22
22
  export interface PutBucketNotificationConfigurationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketNotificationConfigurationCommand_base: {
25
- new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketOwnershipControlsRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketOwnershipControlsCommandInput extends PutBucketOwnersh
22
22
  export interface PutBucketOwnershipControlsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketOwnershipControlsCommand_base: {
25
- new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketOwnershipControlsCommandInput): import("@smithy/core/client").CommandImpl<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketPolicyRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketPolicyCommandInput extends PutBucketPolicyRequest {
22
22
  export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketPolicyCommand_base: {
25
- new (input: PutBucketPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Applies an Amazon S3 bucket policy to an Amazon S3 bucket.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketReplicationRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketReplicationCommandInput extends PutBucketReplicationRe
22
22
  export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketReplicationCommand_base: {
25
- new (input: PutBucketReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketReplicationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketReplicationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PutBucketRequestPaymentRequest } from "../models/models_0";
4
4
  import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
@@ -22,9 +22,11 @@ export interface PutBucketRequestPaymentCommandInput extends PutBucketRequestPay
22
22
  export interface PutBucketRequestPaymentCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PutBucketRequestPaymentCommand_base: {
25
- new (input: PutBucketRequestPaymentCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutBucketRequestPaymentCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: PutBucketRequestPaymentCommandInput): import("@smithy/core/client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: PutBucketRequestPaymentCommandInput): import("@smithy/core/client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <note>