@aws-sdk/client-s3 3.1077.0 → 3.1078.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 (344) hide show
  1. package/dist-cjs/index.js +458 -2167
  2. package/dist-es/commandBuilder.js +122 -0
  3. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -22
  4. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -23
  5. package/dist-es/commands/CopyObjectCommand.js +2 -25
  6. package/dist-es/commands/CreateBucketCommand.js +2 -24
  7. package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -25
  8. package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -25
  9. package/dist-es/commands/CreateMultipartUploadCommand.js +2 -23
  10. package/dist-es/commands/CreateSessionCommand.js +2 -22
  11. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -18
  12. package/dist-es/commands/DeleteBucketCommand.js +2 -18
  13. package/dist-es/commands/DeleteBucketCorsCommand.js +2 -18
  14. package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -18
  15. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -18
  16. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -18
  17. package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -18
  18. package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -18
  19. package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -18
  20. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -18
  21. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -18
  22. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -18
  23. package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -18
  24. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -18
  25. package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -18
  26. package/dist-es/commands/DeleteObjectAnnotationCommand.js +2 -21
  27. package/dist-es/commands/DeleteObjectCommand.js +2 -22
  28. package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -21
  29. package/dist-es/commands/DeleteObjectsCommand.js +2 -26
  30. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -18
  31. package/dist-es/commands/GetBucketAbacCommand.js +2 -21
  32. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -22
  33. package/dist-es/commands/GetBucketAclCommand.js +2 -22
  34. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -22
  35. package/dist-es/commands/GetBucketCorsCommand.js +2 -22
  36. package/dist-es/commands/GetBucketEncryptionCommand.js +2 -22
  37. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -22
  38. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -22
  39. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -22
  40. package/dist-es/commands/GetBucketLocationCommand.js +2 -22
  41. package/dist-es/commands/GetBucketLoggingCommand.js +2 -22
  42. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -22
  43. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -22
  44. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -22
  45. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -22
  46. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -22
  47. package/dist-es/commands/GetBucketPolicyCommand.js +2 -18
  48. package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -22
  49. package/dist-es/commands/GetBucketReplicationCommand.js +2 -22
  50. package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -22
  51. package/dist-es/commands/GetBucketTaggingCommand.js +2 -22
  52. package/dist-es/commands/GetBucketVersioningCommand.js +2 -22
  53. package/dist-es/commands/GetBucketWebsiteCommand.js +2 -22
  54. package/dist-es/commands/GetObjectAclCommand.js +2 -22
  55. package/dist-es/commands/GetObjectAnnotationCommand.js +2 -26
  56. package/dist-es/commands/GetObjectAttributesCommand.js +2 -22
  57. package/dist-es/commands/GetObjectCommand.js +2 -29
  58. package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -21
  59. package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -21
  60. package/dist-es/commands/GetObjectRetentionCommand.js +2 -21
  61. package/dist-es/commands/GetObjectTaggingCommand.js +2 -21
  62. package/dist-es/commands/GetObjectTorrentCommand.js +2 -17
  63. package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -22
  64. package/dist-es/commands/HeadBucketCommand.js +2 -21
  65. package/dist-es/commands/HeadObjectCommand.js +2 -24
  66. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -22
  67. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -22
  68. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -22
  69. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -22
  70. package/dist-es/commands/ListBucketsCommand.js +2 -18
  71. package/dist-es/commands/ListDirectoryBucketsCommand.js +2 -21
  72. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -22
  73. package/dist-es/commands/ListObjectAnnotationsCommand.js +2 -21
  74. package/dist-es/commands/ListObjectVersionsCommand.js +2 -22
  75. package/dist-es/commands/ListObjectsCommand.js +2 -22
  76. package/dist-es/commands/ListObjectsV2Command.js +2 -22
  77. package/dist-es/commands/ListPartsCommand.js +2 -23
  78. package/dist-es/commands/PutBucketAbacCommand.js +2 -24
  79. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -25
  80. package/dist-es/commands/PutBucketAclCommand.js +2 -25
  81. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -18
  82. package/dist-es/commands/PutBucketCorsCommand.js +2 -25
  83. package/dist-es/commands/PutBucketEncryptionCommand.js +2 -25
  84. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -18
  85. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -18
  86. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -27
  87. package/dist-es/commands/PutBucketLoggingCommand.js +2 -25
  88. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -18
  89. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -18
  90. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -25
  91. package/dist-es/commands/PutBucketPolicyCommand.js +2 -25
  92. package/dist-es/commands/PutBucketReplicationCommand.js +2 -25
  93. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -25
  94. package/dist-es/commands/PutBucketTaggingCommand.js +2 -25
  95. package/dist-es/commands/PutBucketVersioningCommand.js +2 -25
  96. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -25
  97. package/dist-es/commands/PutObjectAclCommand.js +2 -27
  98. package/dist-es/commands/PutObjectAnnotationCommand.js +2 -27
  99. package/dist-es/commands/PutObjectCommand.js +2 -29
  100. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -26
  101. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -26
  102. package/dist-es/commands/PutObjectRetentionCommand.js +2 -26
  103. package/dist-es/commands/PutObjectTaggingCommand.js +2 -26
  104. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -25
  105. package/dist-es/commands/RenameObjectCommand.js +2 -22
  106. package/dist-es/commands/RestoreObjectCommand.js +2 -26
  107. package/dist-es/commands/SelectObjectContentCommand.js +2 -25
  108. package/dist-es/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.js +2 -25
  109. package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -25
  110. package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -25
  111. package/dist-es/commands/UpdateObjectEncryptionCommand.js +2 -26
  112. package/dist-es/commands/UploadPartCommand.js +2 -28
  113. package/dist-es/commands/UploadPartCopyCommand.js +2 -23
  114. package/dist-es/commands/WriteGetObjectResponseCommand.js +2 -17
  115. package/dist-es/index.js +1 -0
  116. package/dist-types/commandBuilder.d.ts +106 -0
  117. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -8
  118. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -8
  119. package/dist-types/commands/CopyObjectCommand.d.ts +3 -8
  120. package/dist-types/commands/CreateBucketCommand.d.ts +3 -8
  121. package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -8
  122. package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -8
  123. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -8
  124. package/dist-types/commands/CreateSessionCommand.d.ts +3 -8
  125. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -8
  126. package/dist-types/commands/DeleteBucketCommand.d.ts +3 -8
  127. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -8
  128. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -8
  129. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
  130. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -8
  131. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -8
  132. package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -8
  133. package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -8
  134. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -8
  135. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -8
  136. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -8
  137. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -8
  138. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -8
  139. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -8
  140. package/dist-types/commands/DeleteObjectAnnotationCommand.d.ts +3 -8
  141. package/dist-types/commands/DeleteObjectCommand.d.ts +3 -8
  142. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -8
  143. package/dist-types/commands/DeleteObjectsCommand.d.ts +3 -8
  144. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -8
  145. package/dist-types/commands/GetBucketAbacCommand.d.ts +3 -8
  146. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -8
  147. package/dist-types/commands/GetBucketAclCommand.d.ts +3 -8
  148. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -8
  149. package/dist-types/commands/GetBucketCorsCommand.d.ts +3 -8
  150. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -8
  151. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
  152. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -8
  153. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -8
  154. package/dist-types/commands/GetBucketLocationCommand.d.ts +3 -8
  155. package/dist-types/commands/GetBucketLoggingCommand.d.ts +3 -8
  156. package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -8
  157. package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -8
  158. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -8
  159. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -8
  160. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -8
  161. package/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -8
  162. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -8
  163. package/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -8
  164. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -8
  165. package/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -8
  166. package/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -8
  167. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -8
  168. package/dist-types/commands/GetObjectAclCommand.d.ts +3 -8
  169. package/dist-types/commands/GetObjectAnnotationCommand.d.ts +3 -8
  170. package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -8
  171. package/dist-types/commands/GetObjectCommand.d.ts +3 -8
  172. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -8
  173. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -8
  174. package/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -8
  175. package/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -8
  176. package/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -8
  177. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -8
  178. package/dist-types/commands/HeadBucketCommand.d.ts +3 -8
  179. package/dist-types/commands/HeadObjectCommand.d.ts +3 -8
  180. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -8
  181. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -8
  182. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -8
  183. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -8
  184. package/dist-types/commands/ListBucketsCommand.d.ts +3 -8
  185. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -8
  186. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -8
  187. package/dist-types/commands/ListObjectAnnotationsCommand.d.ts +3 -8
  188. package/dist-types/commands/ListObjectVersionsCommand.d.ts +3 -8
  189. package/dist-types/commands/ListObjectsCommand.d.ts +3 -8
  190. package/dist-types/commands/ListObjectsV2Command.d.ts +3 -8
  191. package/dist-types/commands/ListPartsCommand.d.ts +3 -8
  192. package/dist-types/commands/PutBucketAbacCommand.d.ts +3 -8
  193. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -8
  194. package/dist-types/commands/PutBucketAclCommand.d.ts +3 -8
  195. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -8
  196. package/dist-types/commands/PutBucketCorsCommand.d.ts +3 -8
  197. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -8
  198. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
  199. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -8
  200. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -8
  201. package/dist-types/commands/PutBucketLoggingCommand.d.ts +3 -8
  202. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -8
  203. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -8
  204. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -8
  205. package/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -8
  206. package/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -8
  207. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -8
  208. package/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -8
  209. package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -8
  210. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -8
  211. package/dist-types/commands/PutObjectAclCommand.d.ts +3 -8
  212. package/dist-types/commands/PutObjectAnnotationCommand.d.ts +3 -8
  213. package/dist-types/commands/PutObjectCommand.d.ts +3 -8
  214. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -8
  215. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -8
  216. package/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -8
  217. package/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -8
  218. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -8
  219. package/dist-types/commands/RenameObjectCommand.d.ts +3 -8
  220. package/dist-types/commands/RestoreObjectCommand.d.ts +3 -8
  221. package/dist-types/commands/SelectObjectContentCommand.d.ts +3 -8
  222. package/dist-types/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +3 -8
  223. package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -8
  224. package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -8
  225. package/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +3 -8
  226. package/dist-types/commands/UploadPartCommand.d.ts +3 -8
  227. package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -8
  228. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -8
  229. package/dist-types/index.d.ts +1 -0
  230. package/dist-types/ts3.4/commandBuilder.d.ts +133 -0
  231. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +7 -16
  233. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +7 -16
  234. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +7 -16
  235. package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +7 -16
  236. package/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +7 -16
  237. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +7 -16
  238. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +7 -16
  239. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -16
  240. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +7 -16
  241. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +7 -16
  242. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +7 -16
  248. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +7 -16
  249. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +7 -16
  250. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +7 -16
  251. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +7 -16
  252. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +7 -16
  253. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +7 -16
  254. package/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +7 -16
  255. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +7 -16
  256. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +7 -16
  257. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +7 -16
  258. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +7 -16
  259. package/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +7 -16
  260. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +7 -16
  261. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +7 -16
  262. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +7 -16
  263. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +7 -16
  264. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +7 -16
  265. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
  266. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +7 -16
  267. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +7 -16
  268. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +7 -16
  269. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +7 -16
  270. package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +7 -16
  271. package/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +7 -16
  272. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +7 -16
  273. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -16
  274. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +7 -16
  275. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +7 -16
  276. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +7 -16
  277. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +7 -16
  278. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +7 -16
  279. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +7 -16
  280. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +7 -16
  281. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +7 -16
  282. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +7 -16
  283. package/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
  284. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +7 -16
  285. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +7 -16
  286. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +7 -16
  287. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +7 -16
  288. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +7 -16
  289. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +7 -16
  290. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +7 -16
  291. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +7 -16
  292. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +7 -16
  293. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +7 -16
  294. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +7 -16
  295. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +7 -16
  296. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +7 -16
  297. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +7 -16
  298. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +7 -16
  299. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +7 -16
  300. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +7 -16
  301. package/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +7 -16
  302. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +7 -16
  303. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +7 -16
  304. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +7 -16
  305. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -16
  306. package/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +7 -16
  307. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +7 -16
  308. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +7 -16
  309. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +7 -16
  310. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +7 -16
  311. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +7 -16
  312. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
  313. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +7 -16
  314. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -16
  315. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +7 -16
  316. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +7 -16
  317. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +7 -16
  318. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +7 -16
  319. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +7 -16
  320. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +7 -16
  321. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +7 -16
  322. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +7 -16
  323. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +7 -16
  324. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +7 -16
  325. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +7 -16
  326. package/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +7 -16
  327. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +7 -16
  328. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +7 -16
  329. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +7 -16
  330. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +7 -16
  331. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +7 -16
  332. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +7 -16
  333. package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +7 -16
  334. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +7 -16
  335. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +7 -16
  336. package/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +7 -16
  337. package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +7 -16
  338. package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +7 -16
  339. package/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +7 -16
  340. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +7 -16
  341. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +7 -16
  342. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -16
  343. package/dist-types/ts3.4/index.d.ts +1 -0
  344. package/package.json +13 -13
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetObjectLockConfigurationOutput, GetObjectLockConfigurationRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetObjectLockConfigurationCommandInput extends GetObjectLockCon
22
19
  export interface GetObjectLockConfigurationCommandOutput extends GetObjectLockConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetObjectLockConfigurationCommand_base: {
25
- new (input: GetObjectLockConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetObjectLockConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetObjectLockConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetObjectLockConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetObjectRetentionOutput, GetObjectRetentionRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetObjectRetentionCommandInput extends GetObjectRetentionReques
22
19
  export interface GetObjectRetentionCommandOutput extends GetObjectRetentionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetObjectRetentionCommand_base: {
25
- new (input: GetObjectRetentionCommandInput): import("@smithy/core/client").CommandImpl<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetObjectRetentionCommandInput): import("@smithy/core/client").CommandImpl<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetObjectRetentionCommandInput): import("@smithy/core/client").CommandImpl<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetObjectRetentionCommandInput): import("@smithy/core/client").CommandImpl<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetObjectTaggingOutput, GetObjectTaggingRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetObjectTaggingCommandInput extends GetObjectTaggingRequest {
22
19
  export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetObjectTaggingCommand_base: {
25
- new (input: GetObjectTaggingCommandInput): import("@smithy/core/client").CommandImpl<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetObjectTaggingCommandInput): import("@smithy/core/client").CommandImpl<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetObjectTaggingCommandInput): import("@smithy/core/client").CommandImpl<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetObjectTaggingCommandInput): import("@smithy/core/client").CommandImpl<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
3
2
  import type { GetObjectTorrentOutput, GetObjectTorrentRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -23,11 +20,9 @@ export interface GetObjectTorrentCommandOutput extends Omit<GetObjectTorrentOutp
23
20
  Body?: StreamingBlobPayloadOutputTypes;
24
21
  }
25
22
  declare const GetObjectTorrentCommand_base: {
26
- new (input: GetObjectTorrentCommandInput): import("@smithy/core/client").CommandImpl<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- new (input: GetObjectTorrentCommandInput): import("@smithy/core/client").CommandImpl<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
28
- getEndpointParameterInstructions(): {
29
- [x: string]: unknown;
30
- };
23
+ new (input: GetObjectTorrentCommandInput): import("@smithy/core/client").CommandImpl<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ new (input: GetObjectTorrentCommandInput): import("@smithy/core/client").CommandImpl<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
31
26
  };
32
27
  /**
33
28
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPublicAccessBlockCommandInput extends GetPublicAccessBlockRe
22
19
  export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetPublicAccessBlockCommand_base: {
25
- new (input: GetPublicAccessBlockCommandInput): import("@smithy/core/client").CommandImpl<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPublicAccessBlockCommandInput): import("@smithy/core/client").CommandImpl<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPublicAccessBlockCommandInput): import("@smithy/core/client").CommandImpl<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPublicAccessBlockCommandInput): import("@smithy/core/client").CommandImpl<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { HeadBucketOutput, HeadBucketRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface HeadBucketCommandInput extends HeadBucketRequest {
22
19
  export interface HeadBucketCommandOutput extends HeadBucketOutput, __MetadataBearer {
23
20
  }
24
21
  declare const HeadBucketCommand_base: {
25
- new (input: HeadBucketCommandInput): import("@smithy/core/client").CommandImpl<HeadBucketCommandInput, HeadBucketCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: HeadBucketCommandInput): import("@smithy/core/client").CommandImpl<HeadBucketCommandInput, HeadBucketCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: HeadBucketCommandInput): import("@smithy/core/client").CommandImpl<HeadBucketCommandInput, HeadBucketCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: HeadBucketCommandInput): import("@smithy/core/client").CommandImpl<HeadBucketCommandInput, HeadBucketCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>You can use this operation to determine if a bucket exists and if you have permission to access it.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { HeadObjectOutput, HeadObjectRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface HeadObjectCommandInput extends HeadObjectRequest {
22
19
  export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBearer {
23
20
  }
24
21
  declare const HeadObjectCommand_base: {
25
- new (input: HeadObjectCommandInput): import("@smithy/core/client").CommandImpl<HeadObjectCommandInput, HeadObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: HeadObjectCommandInput): import("@smithy/core/client").CommandImpl<HeadObjectCommandInput, HeadObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: HeadObjectCommandInput): import("@smithy/core/client").CommandImpl<HeadObjectCommandInput, HeadObjectCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: HeadObjectCommandInput): import("@smithy/core/client").CommandImpl<HeadObjectCommandInput, HeadObjectCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The <code>HEAD</code> operation retrieves metadata from an object without returning the object
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListBucketAnalyticsConfigurationsOutput, ListBucketAnalyticsConfigurationsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListBucketAnalyticsConfigurationsCommandInput extends ListBucke
22
19
  export interface ListBucketAnalyticsConfigurationsCommandOutput extends ListBucketAnalyticsConfigurationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListBucketAnalyticsConfigurationsCommand_base: {
25
- new (input: ListBucketAnalyticsConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListBucketAnalyticsConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListBucketAnalyticsConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBucketAnalyticsConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListBucketIntelligentTieringConfigurationsOutput, ListBucketIntelligentTieringConfigurationsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListBucketIntelligentTieringConfigurationsCommandInput extends
22
19
  export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends ListBucketIntelligentTieringConfigurationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
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
- };
22
+ new (input: ListBucketIntelligentTieringConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBucketIntelligentTieringConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListBucketInventoryConfigurationsOutput, ListBucketInventoryConfigurationsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListBucketInventoryConfigurationsCommandInput extends ListBucke
22
19
  export interface ListBucketInventoryConfigurationsCommandOutput extends ListBucketInventoryConfigurationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListBucketInventoryConfigurationsCommand_base: {
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
- };
22
+ new (input: ListBucketInventoryConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBucketInventoryConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of S3 Inventory configurations for the bucket. You can have up to 1,000 inventory
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListBucketMetricsConfigurationsOutput, ListBucketMetricsConfigurationsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListBucketMetricsConfigurationsCommandInput extends ListBucketM
22
19
  export interface ListBucketMetricsConfigurationsCommandOutput extends ListBucketMetricsConfigurationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListBucketMetricsConfigurationsCommand_base: {
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
- };
22
+ new (input: ListBucketMetricsConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListBucketMetricsConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the metrics configurations for the bucket. The metrics configurations are only for the request
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListBucketsOutput, ListBucketsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListBucketsCommandInput extends ListBucketsRequest {
22
19
  export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListBucketsCommand_base: {
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
- };
22
+ new (input: ListBucketsCommandInput): import("@smithy/core/client").CommandImpl<ListBucketsCommandInput, ListBucketsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListBucketsCommandInput]): import("@smithy/core/client").CommandImpl<ListBucketsCommandInput, ListBucketsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListDirectoryBucketsOutput, ListDirectoryBucketsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDirectoryBucketsCommandInput extends ListDirectoryBucketsRe
22
19
  export interface ListDirectoryBucketsCommandOutput extends ListDirectoryBucketsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListDirectoryBucketsCommand_base: {
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
- };
22
+ new (input: ListDirectoryBucketsCommandInput): import("@smithy/core/client").CommandImpl<ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListDirectoryBucketsCommandInput]): import("@smithy/core/client").CommandImpl<ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListMultipartUploadsOutput, ListMultipartUploadsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsRe
22
19
  export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListMultipartUploadsCommand_base: {
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
- };
22
+ new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This operation lists in-progress multipart uploads in a bucket. An in-progress multipart upload is a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListObjectAnnotationsOutput, ListObjectAnnotationsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListObjectAnnotationsCommandInput extends ListObjectAnnotations
22
19
  export interface ListObjectAnnotationsCommandOutput extends ListObjectAnnotationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListObjectAnnotationsCommand_base: {
25
- new (input: ListObjectAnnotationsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectAnnotationsCommandInput, ListObjectAnnotationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListObjectAnnotationsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectAnnotationsCommandInput, ListObjectAnnotationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListObjectAnnotationsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectAnnotationsCommandInput, ListObjectAnnotationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListObjectAnnotationsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectAnnotationsCommandInput, ListObjectAnnotationsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the annotations attached to an Amazon S3 object. Results are paginated, with a maximum of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListObjectVersionsOutput, ListObjectVersionsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListObjectVersionsCommandInput extends ListObjectVersionsReques
22
19
  export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListObjectVersionsCommand_base: {
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
- };
22
+ new (input: ListObjectVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListObjectVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListObjectsOutput, ListObjectsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListObjectsCommandInput extends ListObjectsRequest {
22
19
  export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListObjectsCommand_base: {
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
- };
22
+ new (input: ListObjectsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListObjectsCommandInput): import("@smithy/core/client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListObjectsV2Output, ListObjectsV2Request } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListObjectsV2CommandInput extends ListObjectsV2Request {
22
19
  export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __MetadataBearer {
23
20
  }
24
21
  declare const ListObjectsV2Command_base: {
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
- };
22
+ new (input: ListObjectsV2CommandInput): import("@smithy/core/client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListObjectsV2CommandInput): import("@smithy/core/client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListPartsOutput, ListPartsRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPartsCommandInput extends ListPartsRequest {
22
19
  export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListPartsCommand_base: {
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
- };
22
+ new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the parts that have been uploaded for a specific multipart upload.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutBucketAbacRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutBucketAbacCommandInput extends PutBucketAbacRequest {
22
19
  export interface PutBucketAbacCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutBucketAbacCommand_base: {
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
- };
22
+ new (input: PutBucketAbacCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAbacCommandInput, PutBucketAbacCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutBucketAbacCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAbacCommandInput, PutBucketAbacCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutBucketAccelerateConfigurationRequest } from "../models/models_0";
4
- import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutBucketAccelerateConfigurationCommandInput extends PutBucketA
22
19
  export interface PutBucketAccelerateConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PutBucketAccelerateConfigurationCommand_base: {
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
- };
22
+ new (input: PutBucketAccelerateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutBucketAccelerateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note>