@aws-sdk/client-s3 3.1076.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 (359) hide show
  1. package/dist-cjs/index.js +464 -2172
  2. package/dist-es/S3Client.js +1 -1
  3. package/dist-es/commandBuilder.js +122 -0
  4. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -22
  5. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -23
  6. package/dist-es/commands/CopyObjectCommand.js +2 -25
  7. package/dist-es/commands/CreateBucketCommand.js +2 -24
  8. package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -25
  9. package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -25
  10. package/dist-es/commands/CreateMultipartUploadCommand.js +2 -23
  11. package/dist-es/commands/CreateSessionCommand.js +2 -22
  12. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -18
  13. package/dist-es/commands/DeleteBucketCommand.js +2 -18
  14. package/dist-es/commands/DeleteBucketCorsCommand.js +2 -18
  15. package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -18
  16. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -18
  17. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -18
  18. package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -18
  19. package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -18
  20. package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -18
  21. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -18
  22. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -18
  23. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -18
  24. package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -18
  25. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -18
  26. package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -18
  27. package/dist-es/commands/DeleteObjectAnnotationCommand.js +2 -21
  28. package/dist-es/commands/DeleteObjectCommand.js +2 -22
  29. package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -21
  30. package/dist-es/commands/DeleteObjectsCommand.js +2 -26
  31. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -18
  32. package/dist-es/commands/GetBucketAbacCommand.js +2 -21
  33. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -22
  34. package/dist-es/commands/GetBucketAclCommand.js +2 -22
  35. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -22
  36. package/dist-es/commands/GetBucketCorsCommand.js +2 -22
  37. package/dist-es/commands/GetBucketEncryptionCommand.js +2 -22
  38. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -22
  39. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -22
  40. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -22
  41. package/dist-es/commands/GetBucketLocationCommand.js +2 -22
  42. package/dist-es/commands/GetBucketLoggingCommand.js +2 -22
  43. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -22
  44. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -22
  45. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -22
  46. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -22
  47. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -22
  48. package/dist-es/commands/GetBucketPolicyCommand.js +2 -18
  49. package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -22
  50. package/dist-es/commands/GetBucketReplicationCommand.js +2 -22
  51. package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -22
  52. package/dist-es/commands/GetBucketTaggingCommand.js +2 -22
  53. package/dist-es/commands/GetBucketVersioningCommand.js +2 -22
  54. package/dist-es/commands/GetBucketWebsiteCommand.js +2 -22
  55. package/dist-es/commands/GetObjectAclCommand.js +2 -22
  56. package/dist-es/commands/GetObjectAnnotationCommand.js +2 -26
  57. package/dist-es/commands/GetObjectAttributesCommand.js +2 -22
  58. package/dist-es/commands/GetObjectCommand.js +2 -29
  59. package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -21
  60. package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -21
  61. package/dist-es/commands/GetObjectRetentionCommand.js +2 -21
  62. package/dist-es/commands/GetObjectTaggingCommand.js +2 -21
  63. package/dist-es/commands/GetObjectTorrentCommand.js +2 -17
  64. package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -22
  65. package/dist-es/commands/HeadBucketCommand.js +2 -21
  66. package/dist-es/commands/HeadObjectCommand.js +2 -24
  67. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -22
  68. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -22
  69. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -22
  70. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -22
  71. package/dist-es/commands/ListBucketsCommand.js +2 -18
  72. package/dist-es/commands/ListDirectoryBucketsCommand.js +2 -21
  73. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -22
  74. package/dist-es/commands/ListObjectAnnotationsCommand.js +2 -21
  75. package/dist-es/commands/ListObjectVersionsCommand.js +2 -22
  76. package/dist-es/commands/ListObjectsCommand.js +2 -22
  77. package/dist-es/commands/ListObjectsV2Command.js +2 -22
  78. package/dist-es/commands/ListPartsCommand.js +2 -23
  79. package/dist-es/commands/PutBucketAbacCommand.js +2 -24
  80. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -25
  81. package/dist-es/commands/PutBucketAclCommand.js +2 -25
  82. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -18
  83. package/dist-es/commands/PutBucketCorsCommand.js +2 -25
  84. package/dist-es/commands/PutBucketEncryptionCommand.js +2 -25
  85. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -18
  86. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -18
  87. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -27
  88. package/dist-es/commands/PutBucketLoggingCommand.js +2 -25
  89. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -18
  90. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -18
  91. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -25
  92. package/dist-es/commands/PutBucketPolicyCommand.js +2 -25
  93. package/dist-es/commands/PutBucketReplicationCommand.js +2 -25
  94. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -25
  95. package/dist-es/commands/PutBucketTaggingCommand.js +2 -25
  96. package/dist-es/commands/PutBucketVersioningCommand.js +2 -25
  97. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -25
  98. package/dist-es/commands/PutObjectAclCommand.js +2 -27
  99. package/dist-es/commands/PutObjectAnnotationCommand.js +2 -27
  100. package/dist-es/commands/PutObjectCommand.js +2 -29
  101. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -26
  102. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -26
  103. package/dist-es/commands/PutObjectRetentionCommand.js +2 -26
  104. package/dist-es/commands/PutObjectTaggingCommand.js +2 -26
  105. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -25
  106. package/dist-es/commands/RenameObjectCommand.js +2 -22
  107. package/dist-es/commands/RestoreObjectCommand.js +2 -26
  108. package/dist-es/commands/SelectObjectContentCommand.js +2 -25
  109. package/dist-es/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.js +2 -25
  110. package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -25
  111. package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -25
  112. package/dist-es/commands/UpdateObjectEncryptionCommand.js +2 -26
  113. package/dist-es/commands/UploadPartCommand.js +2 -28
  114. package/dist-es/commands/UploadPartCopyCommand.js +2 -23
  115. package/dist-es/commands/WriteGetObjectResponseCommand.js +2 -17
  116. package/dist-es/index.js +1 -0
  117. package/dist-es/runtimeConfig.browser.js +1 -6
  118. package/dist-es/runtimeConfig.js +2 -5
  119. package/dist-es/runtimeConfig.native.js +0 -2
  120. package/dist-es/runtimeConfig.shared.js +5 -0
  121. package/dist-types/S3Client.d.ts +1 -1
  122. package/dist-types/commandBuilder.d.ts +106 -0
  123. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -8
  124. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -8
  125. package/dist-types/commands/CopyObjectCommand.d.ts +3 -8
  126. package/dist-types/commands/CreateBucketCommand.d.ts +3 -8
  127. package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -8
  128. package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -8
  129. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -8
  130. package/dist-types/commands/CreateSessionCommand.d.ts +3 -8
  131. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -8
  132. package/dist-types/commands/DeleteBucketCommand.d.ts +3 -8
  133. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -8
  134. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -8
  135. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
  136. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -8
  137. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -8
  138. package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -8
  139. package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -8
  140. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -8
  141. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -8
  142. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -8
  143. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -8
  144. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -8
  145. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -8
  146. package/dist-types/commands/DeleteObjectAnnotationCommand.d.ts +3 -8
  147. package/dist-types/commands/DeleteObjectCommand.d.ts +3 -8
  148. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -8
  149. package/dist-types/commands/DeleteObjectsCommand.d.ts +3 -8
  150. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -8
  151. package/dist-types/commands/GetBucketAbacCommand.d.ts +3 -8
  152. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -8
  153. package/dist-types/commands/GetBucketAclCommand.d.ts +3 -8
  154. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -8
  155. package/dist-types/commands/GetBucketCorsCommand.d.ts +3 -8
  156. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -8
  157. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
  158. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -8
  159. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -8
  160. package/dist-types/commands/GetBucketLocationCommand.d.ts +3 -8
  161. package/dist-types/commands/GetBucketLoggingCommand.d.ts +3 -8
  162. package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -8
  163. package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -8
  164. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -8
  165. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -8
  166. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -8
  167. package/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -8
  168. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -8
  169. package/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -8
  170. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -8
  171. package/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -8
  172. package/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -8
  173. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -8
  174. package/dist-types/commands/GetObjectAclCommand.d.ts +3 -8
  175. package/dist-types/commands/GetObjectAnnotationCommand.d.ts +3 -8
  176. package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -8
  177. package/dist-types/commands/GetObjectCommand.d.ts +3 -8
  178. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -8
  179. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -8
  180. package/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -8
  181. package/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -8
  182. package/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -8
  183. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -8
  184. package/dist-types/commands/HeadBucketCommand.d.ts +3 -8
  185. package/dist-types/commands/HeadObjectCommand.d.ts +3 -8
  186. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -8
  187. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -8
  188. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -8
  189. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -8
  190. package/dist-types/commands/ListBucketsCommand.d.ts +3 -8
  191. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -8
  192. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -8
  193. package/dist-types/commands/ListObjectAnnotationsCommand.d.ts +3 -8
  194. package/dist-types/commands/ListObjectVersionsCommand.d.ts +3 -8
  195. package/dist-types/commands/ListObjectsCommand.d.ts +3 -8
  196. package/dist-types/commands/ListObjectsV2Command.d.ts +3 -8
  197. package/dist-types/commands/ListPartsCommand.d.ts +3 -8
  198. package/dist-types/commands/PutBucketAbacCommand.d.ts +3 -8
  199. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -8
  200. package/dist-types/commands/PutBucketAclCommand.d.ts +3 -8
  201. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -8
  202. package/dist-types/commands/PutBucketCorsCommand.d.ts +3 -8
  203. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -8
  204. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -8
  205. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -8
  206. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -8
  207. package/dist-types/commands/PutBucketLoggingCommand.d.ts +3 -8
  208. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -8
  209. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -8
  210. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -8
  211. package/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -8
  212. package/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -8
  213. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -8
  214. package/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -8
  215. package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -8
  216. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -8
  217. package/dist-types/commands/PutObjectAclCommand.d.ts +3 -8
  218. package/dist-types/commands/PutObjectAnnotationCommand.d.ts +3 -8
  219. package/dist-types/commands/PutObjectCommand.d.ts +3 -8
  220. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -8
  221. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -8
  222. package/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -8
  223. package/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -8
  224. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -8
  225. package/dist-types/commands/RenameObjectCommand.d.ts +3 -8
  226. package/dist-types/commands/RestoreObjectCommand.d.ts +3 -8
  227. package/dist-types/commands/SelectObjectContentCommand.d.ts +3 -8
  228. package/dist-types/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +3 -8
  229. package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -8
  230. package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -8
  231. package/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +3 -8
  232. package/dist-types/commands/UploadPartCommand.d.ts +3 -8
  233. package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -8
  234. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -8
  235. package/dist-types/index.d.ts +1 -0
  236. package/dist-types/runtimeConfig.browser.d.ts +5 -5
  237. package/dist-types/runtimeConfig.d.ts +46 -47
  238. package/dist-types/runtimeConfig.native.d.ts +3 -3
  239. package/dist-types/runtimeConfig.shared.d.ts +3 -0
  240. package/dist-types/ts3.4/S3Client.d.ts +4 -4
  241. package/dist-types/ts3.4/commandBuilder.d.ts +133 -0
  242. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +7 -16
  243. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +7 -16
  244. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +7 -16
  245. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +7 -16
  246. package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +7 -16
  247. package/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +7 -16
  248. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +7 -16
  249. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +7 -16
  250. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +7 -16
  251. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +7 -16
  252. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +7 -16
  253. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +7 -16
  254. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
  255. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +7 -16
  256. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +7 -16
  257. package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +7 -16
  258. package/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +7 -16
  259. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +7 -16
  260. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +7 -16
  261. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +7 -16
  262. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +7 -16
  263. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +7 -16
  264. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +7 -16
  265. package/dist-types/ts3.4/commands/DeleteObjectAnnotationCommand.d.ts +7 -16
  266. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +7 -16
  267. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +7 -16
  268. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +7 -16
  269. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +7 -16
  270. package/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +7 -16
  271. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +7 -16
  272. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +7 -16
  273. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +7 -16
  274. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +7 -16
  275. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +7 -16
  276. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
  277. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +7 -16
  278. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +7 -16
  279. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +7 -16
  280. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +7 -16
  281. package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +7 -16
  282. package/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +7 -16
  283. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +7 -16
  284. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +7 -16
  285. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +7 -16
  286. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +7 -16
  287. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +7 -16
  288. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +7 -16
  289. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +7 -16
  290. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +7 -16
  291. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +7 -16
  292. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +7 -16
  293. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +7 -16
  294. package/dist-types/ts3.4/commands/GetObjectAnnotationCommand.d.ts +7 -16
  295. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +7 -16
  296. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +7 -16
  297. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +7 -16
  298. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +7 -16
  299. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +7 -16
  300. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +7 -16
  301. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +7 -16
  302. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +7 -16
  303. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +7 -16
  304. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +7 -16
  305. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +7 -16
  306. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +7 -16
  307. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +7 -16
  308. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +7 -16
  309. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +7 -16
  310. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +7 -16
  311. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +7 -16
  312. package/dist-types/ts3.4/commands/ListObjectAnnotationsCommand.d.ts +7 -16
  313. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +7 -16
  314. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +7 -16
  315. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +7 -16
  316. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +7 -16
  317. package/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +7 -16
  318. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +7 -16
  319. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +7 -16
  320. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +7 -16
  321. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +7 -16
  322. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +7 -16
  323. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +7 -16
  324. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +7 -16
  325. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -16
  326. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +7 -16
  327. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +7 -16
  328. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +7 -16
  329. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +7 -16
  330. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +7 -16
  331. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +7 -16
  332. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +7 -16
  333. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +7 -16
  334. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +7 -16
  335. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +7 -16
  336. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +7 -16
  337. package/dist-types/ts3.4/commands/PutObjectAnnotationCommand.d.ts +7 -16
  338. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +7 -16
  339. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +7 -16
  340. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +7 -16
  341. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +7 -16
  342. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +7 -16
  343. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +7 -16
  344. package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +7 -16
  345. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +7 -16
  346. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +7 -16
  347. package/dist-types/ts3.4/commands/UpdateBucketMetadataAnnotationTableConfigurationCommand.d.ts +7 -16
  348. package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +7 -16
  349. package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +7 -16
  350. package/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +7 -16
  351. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +7 -16
  352. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +7 -16
  353. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -16
  354. package/dist-types/ts3.4/index.d.ts +1 -0
  355. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -7
  356. package/dist-types/ts3.4/runtimeConfig.d.ts +63 -73
  357. package/dist-types/ts3.4/runtimeConfig.native.d.ts +5 -5
  358. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -0
  359. package/package.json +13 -16
package/dist-cjs/index.js CHANGED
@@ -1,9 +1,10 @@
1
+ const { getFlexibleChecksumsPlugin, NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS, NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS, resolveFlexibleChecksumsConfig } = require("@aws-sdk/checksums/flexible-checksums");
1
2
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
- const { NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS, NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS, resolveFlexibleChecksumsConfig, getFlexibleChecksumsPlugin } = require("@aws-sdk/middleware-flexible-checksums");
3
- const { getThrow200ExceptionsPlugin, S3RestXmlProtocol, NODE_USE_ARN_REGION_CONFIG_OPTIONS, NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS, resolveS3Config, getValidateBucketNamePlugin, getAddExpectContinuePlugin, getRegionRedirectMiddlewarePlugin, getS3ExpressPlugin, getS3ExpressHttpSigningPlugin, getSsecPlugin, getLocationConstraintPlugin, getS3ExpiresMiddlewarePlugin, getCheckContentLengthHeaderPlugin } = require("@aws-sdk/middleware-sdk-s3/s3");
3
+ const { getThrow200ExceptionsPlugin, getSsecPlugin, getLocationConstraintPlugin, getS3ExpiresMiddlewarePlugin, getCheckContentLengthHeaderPlugin, S3RestXmlProtocol, NODE_USE_ARN_REGION_CONFIG_OPTIONS, NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS, resolveS3Config, getValidateBucketNamePlugin, getAddExpectContinuePlugin, getRegionRedirectMiddlewarePlugin, getS3ExpressPlugin, getS3ExpressHttpSigningPlugin } = require("@aws-sdk/middleware-sdk-s3/s3");
4
4
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
5
- const { normalizeProvider, getSmithyContext, ServiceException, Command, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
6
- exports.$Command = Command;
5
+ const { normalizeProvider, getSmithyContext, makeBuilder, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
6
+ const { Command: $Command } = require("@smithy/core/client");
7
+ exports.$Command = $Command;
7
8
  exports.__Client = Client;
8
9
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
9
10
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveParams, getEndpointPlugin, resolveEndpointConfig } = require("@smithy/core/endpoints");
@@ -14,9 +15,10 @@ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
14
15
  const { resolveAwsSdkSigV4Config, resolveAwsSdkSigV4AConfig, AwsSdkSigV4Signer, AwsSdkSigV4ASigner, NODE_SIGV4A_CONFIG_OPTIONS, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
15
16
  const { SignatureV4MultiRegion } = require("@aws-sdk/signature-v4-multi-region");
16
17
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
17
- const { readableStreamHasher } = require("@smithy/core/checksum");
18
- const { toUtf8, fromUtf8, sdkStreamMixin, getAwsChunkedEncodingStream, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
18
+ const { Sha256, Md5, readableStreamHasher } = require("@smithy/core/checksum");
19
+ const { toUtf8, fromUtf8, sdkStreamMixin, getAwsChunkedEncodingStream, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
19
20
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
21
+ const { Sha1 } = require("@aws-sdk/checksums/sha");
20
22
 
21
23
  const aw = "ref", ax = "argv", ay = "backend", az = "authSchemes", aA = "disableDoubleEncoding", aB = "signingName", aC = "signingRegion", aD = "signingRegionSet";
22
24
  const a = -1, b = true, c = false, d = "isSet", e = "booleanEquals", f = "stringEquals", g = "coalesce", h = "substring", i = "", j = "aws.partition", k = "partitionResult", l = "accessPointSuffix", m = "regionPrefix", n = (n) => "outpostId_ssa_" + n + i, o = "hardwareType", p = "ite", q = "isValidHostLabel", s = "sigv4", t = "aws.isVirtualHostableS3Bucket", u = "url", v = "getAttr", w = "bucketArn", x = "--", y = "arnType", z = "accesspoint", A = (n) => "accessPointName_ssa_" + n + i, B = "s3-object-lambda", C = "s3-outposts", D = "bucketPartition", E = "us-east-1", F = "outpostType", G = "name", H = "s3", I = "{url#scheme}://{Bucket}.{url#authority}{url#path}", J = "{url#scheme}://{url#authority}{url#path}", K = "{url#scheme}://{url#authority}{url#normalizedPath}{Bucket}", L = "https://{Bucket}.s3-accelerate.{partitionResult#dnsSuffix}", M = "https://{Bucket}.s3.{partitionResult#dnsSuffix}", N = (n) => "{url#scheme}://{accessPointName_ssa_" + n + "}-{bucketArn#accountId}.{url#authority}{url#path}", O = (n) => "Invalid ARN: The access point name may only contain a-z, A-Z, 0-9 and `-`. Found: `{accessPointName_ssa_" + n + "}`", P = "sigv4a", Q = "{url#scheme}://{url#authority}{url#normalizedPath}{uri_encoded_bucket}", R = "https://s3.{partitionResult#dnsSuffix}/{uri_encoded_bucket}", S = "https://s3.{partitionResult#dnsSuffix}", T = { [aw]: "UseFIPS" }, U = { [aw]: "UseDualStack" }, V = { [aw]: "Bucket" }, W = { "fn": v, [ax]: [{ [aw]: k }, G] }, X = { [aw]: u }, Y = { [aw]: "Region" }, Z = { [aw]: w }, aa = { [aw]: y }, ab = { [aw]: "accessPointName_ssa_1" }, ac = { "fn": v, [ax]: [Z, "region"] }, ad = { [aw]: o }, ae = { "fn": v, [ax]: [Z, "service"] }, af = { "fn": v, [ax]: [Z, "accountId"] }, ag = { [ay]: "S3Express", [az]: [{ [aA]: true, [G]: "{_s3e_auth}", [aB]: "s3express", [aC]: "{Region}" }] }, ah = { [ay]: "S3Express", [az]: [{ [aA]: true, [G]: s, [aB]: "s3express", [aC]: "{Region}" }] }, ai = { [az]: [{ [aA]: true, [G]: P, [aB]: C, [aD]: ["*"] }, { [aA]: true, [G]: s, [aB]: C, [aC]: "{Region}" }] }, aj = { [az]: [{ [aA]: true, [G]: s, [aB]: H, [aC]: E }] }, ak = { [az]: [{ [aA]: true, [G]: s, [aB]: H, [aC]: "{Region}" }] }, al = { [az]: [{ [aA]: true, [G]: s, [aB]: B, [aC]: "{bucketArn#region}" }] }, am = { [az]: [{ [aA]: true, [G]: s, [aB]: H, [aC]: "{bucketArn#region}" }] }, an = { [az]: [{ [aA]: true, [G]: P, [aB]: C, [aD]: ["*"] }, { [aA]: true, [G]: s, [aB]: C, [aC]: "{bucketArn#region}" }] }, ao = { [az]: [{ [aA]: true, [G]: s, [aB]: B, [aC]: "{Region}" }] }, ap = [Y], aq = [{ [aw]: "Endpoint" }], as = [V], at = [V, 0, 7, true], au = [Z, "resourceId[1]"], av = ["*"];
@@ -946,6 +948,124 @@ const commonParams = {
946
948
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
947
949
  };
948
950
 
951
+ const command = makeBuilder(commonParams, "AmazonS3", "S3Client", getEndpointPlugin);
952
+ const _ep0 = {
953
+ Bucket: { type: "contextParams", name: "Bucket" },
954
+ Key: { type: "contextParams", name: "Key" },
955
+ };
956
+ const _ep1 = {
957
+ DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
958
+ Bucket: { type: "contextParams", name: "Bucket" },
959
+ Key: { type: "contextParams", name: "Key" },
960
+ CopySource: { type: "contextParams", name: "CopySource" },
961
+ };
962
+ const _ep2 = {
963
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
964
+ DisableAccessPoints: { type: "staticContextParams", value: true },
965
+ Bucket: { type: "contextParams", name: "Bucket" },
966
+ };
967
+ const _ep3 = {
968
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
969
+ Bucket: { type: "contextParams", name: "Bucket" },
970
+ };
971
+ const _ep4 = {
972
+ DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
973
+ Bucket: { type: "contextParams", name: "Bucket" },
974
+ };
975
+ const _ep5 = {
976
+ Bucket: { type: "contextParams", name: "Bucket" },
977
+ };
978
+ const _ep6 = {};
979
+ const _ep7 = {
980
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
981
+ };
982
+ const _ep8 = {
983
+ Bucket: { type: "contextParams", name: "Bucket" },
984
+ Prefix: { type: "contextParams", name: "Prefix" },
985
+ };
986
+ const _ep9 = {
987
+ UseObjectLambdaEndpoint: { type: "staticContextParams", value: true },
988
+ };
989
+ const _mw0 = (Command, cs, config, o) => [
990
+ getThrow200ExceptionsPlugin(config),
991
+ ];
992
+ const _mw1 = (Command, cs, config, o) => [
993
+ getThrow200ExceptionsPlugin(config),
994
+ getSsecPlugin(config),
995
+ ];
996
+ const _mw2 = (Command, cs, config, o) => [
997
+ getThrow200ExceptionsPlugin(config),
998
+ getLocationConstraintPlugin(config),
999
+ ];
1000
+ const _mw3 = (Command, cs, config, o) => [
1001
+ getFlexibleChecksumsPlugin(config, {
1002
+ requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
1003
+ requestChecksumRequired: true,
1004
+ }),
1005
+ ];
1006
+ const _mw4 = (Command, cs, config, o) => [];
1007
+ const _mw5 = (Command, cs, config, o) => [
1008
+ getFlexibleChecksumsPlugin(config, {
1009
+ requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
1010
+ requestChecksumRequired: true,
1011
+ }),
1012
+ getThrow200ExceptionsPlugin(config),
1013
+ ];
1014
+ const _mw6 = (Command, cs, config, o) => [
1015
+ getFlexibleChecksumsPlugin(config, {
1016
+ requestChecksumRequired: false,
1017
+ requestValidationModeMember: "ChecksumMode",
1018
+ responseAlgorithms: ["CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128"],
1019
+ }),
1020
+ ];
1021
+ const _mw7 = (Command, cs, config, o) => [
1022
+ getFlexibleChecksumsPlugin(config, {
1023
+ requestChecksumRequired: false,
1024
+ requestValidationModeMember: "ChecksumMode",
1025
+ responseAlgorithms: ["CRC64NVME", "CRC32", "CRC32C", "SHA256", "SHA1", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128"],
1026
+ }),
1027
+ getSsecPlugin(config),
1028
+ getS3ExpiresMiddlewarePlugin(config),
1029
+ ];
1030
+ const _mw8 = (Command, cs, config, o) => [
1031
+ getThrow200ExceptionsPlugin(config),
1032
+ getSsecPlugin(config),
1033
+ getS3ExpiresMiddlewarePlugin(config),
1034
+ ];
1035
+ const _mw9 = (Command, cs, config, o) => [
1036
+ getFlexibleChecksumsPlugin(config, {
1037
+ requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
1038
+ requestChecksumRequired: false,
1039
+ }),
1040
+ ];
1041
+ const _mw10 = (Command, cs, config, o) => [
1042
+ getFlexibleChecksumsPlugin(config, {
1043
+ requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
1044
+ requestChecksumRequired: false,
1045
+ }),
1046
+ getThrow200ExceptionsPlugin(config),
1047
+ ];
1048
+ const _mw11 = (Command, cs, config, o) => [
1049
+ getFlexibleChecksumsPlugin(config, {
1050
+ requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
1051
+ requestChecksumRequired: false,
1052
+ }),
1053
+ getCheckContentLengthHeaderPlugin(config),
1054
+ getThrow200ExceptionsPlugin(config),
1055
+ getSsecPlugin(config),
1056
+ ];
1057
+ const _mw12 = (Command, cs, config, o) => [
1058
+ getSsecPlugin(config),
1059
+ ];
1060
+ const _mw13 = (Command, cs, config, o) => [
1061
+ getFlexibleChecksumsPlugin(config, {
1062
+ requestAlgorithmMember: { "httpHeader": "x-amz-sdk-checksum-algorithm", "name": "ChecksumAlgorithm", },
1063
+ requestChecksumRequired: false,
1064
+ }),
1065
+ getThrow200ExceptionsPlugin(config),
1066
+ getSsecPlugin(config),
1067
+ ];
1068
+
949
1069
  class S3ServiceException extends ServiceException {
950
1070
  constructor(options) {
951
1071
  super(options);
@@ -4620,26 +4740,10 @@ var WriteGetObjectResponse$ = [9, n0, _WGOR,
4620
4740
  { [_en]: ["{RequestRoute}."], [_h]: ["POST", "/WriteGetObjectResponse", 200] }, () => WriteGetObjectResponseRequest$, () => __Unit
4621
4741
  ];
4622
4742
 
4623
- class CreateSessionCommand extends Command
4624
- .classBuilder()
4625
- .ep({
4626
- ...commonParams,
4627
- DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
4628
- Bucket: { type: "contextParams", name: "Bucket" },
4629
- })
4630
- .m(function (Command, cs, config, o) {
4631
- return [
4632
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
4633
- getThrow200ExceptionsPlugin(config),
4634
- ];
4635
- })
4636
- .s("AmazonS3", "CreateSession", {})
4637
- .n("S3Client", "CreateSessionCommand")
4638
- .sc(CreateSession$)
4639
- .build() {
4640
- }
4641
-
4642
- var version = "3.1075.0";
4743
+ class CreateSessionCommand extends command(_ep4, _mw0, "CreateSession", CreateSession$) {
4744
+ }
4745
+
4746
+ var version = "3.1077.0";
4643
4747
  var packageInfo = {
4644
4748
  version: version};
4645
4749
 
@@ -4666,6 +4770,7 @@ const getRuntimeConfig$1 = (config) => {
4666
4770
  },
4667
4771
  ],
4668
4772
  logger: config?.logger ?? new NoOpLogger(),
4773
+ md5: config?.md5 ?? Md5,
4669
4774
  protocol: config?.protocol ?? S3RestXmlProtocol,
4670
4775
  protocolSettings: config?.protocolSettings ?? {
4671
4776
  defaultNamespace: "com.amazonaws.s3",
@@ -4676,6 +4781,8 @@ const getRuntimeConfig$1 = (config) => {
4676
4781
  },
4677
4782
  sdkStreamMixin: config?.sdkStreamMixin ?? sdkStreamMixin,
4678
4783
  serviceId: config?.serviceId ?? "S3",
4784
+ sha1: config?.sha1 ?? Sha1,
4785
+ sha256: config?.sha256 ?? Sha256,
4679
4786
  signerConstructor: config?.signerConstructor ?? SignatureV4MultiRegion,
4680
4787
  signingEscapePath: config?.signingEscapePath ?? false,
4681
4788
  urlParser: config?.urlParser ?? parseUrl,
@@ -4707,7 +4814,6 @@ const getRuntimeConfig = (config) => {
4707
4814
  disableS3ExpressSessionAuth: config?.disableS3ExpressSessionAuth ?? loadConfig(NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS, loaderConfig),
4708
4815
  eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? eventStreamSerdeProvider,
4709
4816
  maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
4710
- md5: config?.md5 ?? Hash.bind(null, "md5"),
4711
4817
  region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
4712
4818
  requestChecksumCalculation: config?.requestChecksumCalculation ?? loadConfig(NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS, loaderConfig),
4713
4819
  requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -4717,8 +4823,6 @@ const getRuntimeConfig = (config) => {
4717
4823
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
4718
4824
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
4719
4825
  }, config),
4720
- sha1: config?.sha1 ?? Hash.bind(null, "sha1"),
4721
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
4722
4826
  sigv4aSigningRegionSet: config?.sigv4aSigningRegionSet ?? loadConfig(NODE_SIGV4A_CONFIG_OPTIONS, loaderConfig),
4723
4827
  streamCollector: config?.streamCollector ?? streamCollector,
4724
4828
  streamHasher: config?.streamHasher ?? readableStreamHasher,
@@ -4818,2149 +4922,337 @@ class S3Client extends Client {
4818
4922
  }
4819
4923
  }
4820
4924
 
4821
- class AbortMultipartUploadCommand extends Command
4822
- .classBuilder()
4823
- .ep({
4824
- ...commonParams,
4825
- Bucket: { type: "contextParams", name: "Bucket" },
4826
- Key: { type: "contextParams", name: "Key" },
4827
- })
4828
- .m(function (Command, cs, config, o) {
4829
- return [
4830
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
4831
- getThrow200ExceptionsPlugin(config),
4832
- ];
4833
- })
4834
- .s("AmazonS3", "AbortMultipartUpload", {})
4835
- .n("S3Client", "AbortMultipartUploadCommand")
4836
- .sc(AbortMultipartUpload$)
4837
- .build() {
4838
- }
4839
-
4840
- class CompleteMultipartUploadCommand extends Command
4841
- .classBuilder()
4842
- .ep({
4843
- ...commonParams,
4844
- Bucket: { type: "contextParams", name: "Bucket" },
4845
- Key: { type: "contextParams", name: "Key" },
4846
- })
4847
- .m(function (Command, cs, config, o) {
4848
- return [
4849
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
4850
- getThrow200ExceptionsPlugin(config),
4851
- getSsecPlugin(config),
4852
- ];
4853
- })
4854
- .s("AmazonS3", "CompleteMultipartUpload", {})
4855
- .n("S3Client", "CompleteMultipartUploadCommand")
4856
- .sc(CompleteMultipartUpload$)
4857
- .build() {
4858
- }
4859
-
4860
- class CopyObjectCommand extends Command
4861
- .classBuilder()
4862
- .ep({
4863
- ...commonParams,
4864
- DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
4865
- Bucket: { type: "contextParams", name: "Bucket" },
4866
- Key: { type: "contextParams", name: "Key" },
4867
- CopySource: { type: "contextParams", name: "CopySource" },
4868
- })
4869
- .m(function (Command, cs, config, o) {
4870
- return [
4871
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
4872
- getThrow200ExceptionsPlugin(config),
4873
- getSsecPlugin(config),
4874
- ];
4875
- })
4876
- .s("AmazonS3", "CopyObject", {})
4877
- .n("S3Client", "CopyObjectCommand")
4878
- .sc(CopyObject$)
4879
- .build() {
4880
- }
4881
-
4882
- class CreateBucketCommand extends Command
4883
- .classBuilder()
4884
- .ep({
4885
- ...commonParams,
4886
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
4887
- DisableAccessPoints: { type: "staticContextParams", value: true },
4888
- Bucket: { type: "contextParams", name: "Bucket" },
4889
- })
4890
- .m(function (Command, cs, config, o) {
4891
- return [
4892
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
4893
- getThrow200ExceptionsPlugin(config),
4894
- getLocationConstraintPlugin(config),
4895
- ];
4896
- })
4897
- .s("AmazonS3", "CreateBucket", {})
4898
- .n("S3Client", "CreateBucketCommand")
4899
- .sc(CreateBucket$)
4900
- .build() {
4901
- }
4902
-
4903
- class CreateBucketMetadataConfigurationCommand extends Command
4904
- .classBuilder()
4905
- .ep({
4906
- ...commonParams,
4907
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
4908
- Bucket: { type: "contextParams", name: "Bucket" },
4909
- })
4910
- .m(function (Command, cs, config, o) {
4911
- return [
4912
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
4913
- getFlexibleChecksumsPlugin(config, {
4914
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
4915
- requestChecksumRequired: true,
4916
- }),
4917
- ];
4918
- })
4919
- .s("AmazonS3", "CreateBucketMetadataConfiguration", {})
4920
- .n("S3Client", "CreateBucketMetadataConfigurationCommand")
4921
- .sc(CreateBucketMetadataConfiguration$)
4922
- .build() {
4923
- }
4924
-
4925
- class CreateBucketMetadataTableConfigurationCommand extends Command
4926
- .classBuilder()
4927
- .ep({
4928
- ...commonParams,
4929
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
4930
- Bucket: { type: "contextParams", name: "Bucket" },
4931
- })
4932
- .m(function (Command, cs, config, o) {
4933
- return [
4934
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
4935
- getFlexibleChecksumsPlugin(config, {
4936
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
4937
- requestChecksumRequired: true,
4938
- }),
4939
- ];
4940
- })
4941
- .s("AmazonS3", "CreateBucketMetadataTableConfiguration", {})
4942
- .n("S3Client", "CreateBucketMetadataTableConfigurationCommand")
4943
- .sc(CreateBucketMetadataTableConfiguration$)
4944
- .build() {
4945
- }
4946
-
4947
- class CreateMultipartUploadCommand extends Command
4948
- .classBuilder()
4949
- .ep({
4950
- ...commonParams,
4951
- Bucket: { type: "contextParams", name: "Bucket" },
4952
- Key: { type: "contextParams", name: "Key" },
4953
- })
4954
- .m(function (Command, cs, config, o) {
4955
- return [
4956
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
4957
- getThrow200ExceptionsPlugin(config),
4958
- getSsecPlugin(config),
4959
- ];
4960
- })
4961
- .s("AmazonS3", "CreateMultipartUpload", {})
4962
- .n("S3Client", "CreateMultipartUploadCommand")
4963
- .sc(CreateMultipartUpload$)
4964
- .build() {
4965
- }
4966
-
4967
- class DeleteBucketAnalyticsConfigurationCommand extends Command
4968
- .classBuilder()
4969
- .ep({
4970
- ...commonParams,
4971
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
4972
- Bucket: { type: "contextParams", name: "Bucket" },
4973
- })
4974
- .m(function (Command, cs, config, o) {
4975
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4976
- })
4977
- .s("AmazonS3", "DeleteBucketAnalyticsConfiguration", {})
4978
- .n("S3Client", "DeleteBucketAnalyticsConfigurationCommand")
4979
- .sc(DeleteBucketAnalyticsConfiguration$)
4980
- .build() {
4981
- }
4982
-
4983
- class DeleteBucketCommand extends Command
4984
- .classBuilder()
4985
- .ep({
4986
- ...commonParams,
4987
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
4988
- Bucket: { type: "contextParams", name: "Bucket" },
4989
- })
4990
- .m(function (Command, cs, config, o) {
4991
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4992
- })
4993
- .s("AmazonS3", "DeleteBucket", {})
4994
- .n("S3Client", "DeleteBucketCommand")
4995
- .sc(DeleteBucket$)
4996
- .build() {
4997
- }
4998
-
4999
- class DeleteBucketCorsCommand extends Command
5000
- .classBuilder()
5001
- .ep({
5002
- ...commonParams,
5003
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5004
- Bucket: { type: "contextParams", name: "Bucket" },
5005
- })
5006
- .m(function (Command, cs, config, o) {
5007
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5008
- })
5009
- .s("AmazonS3", "DeleteBucketCors", {})
5010
- .n("S3Client", "DeleteBucketCorsCommand")
5011
- .sc(DeleteBucketCors$)
5012
- .build() {
5013
- }
5014
-
5015
- class DeleteBucketEncryptionCommand extends Command
5016
- .classBuilder()
5017
- .ep({
5018
- ...commonParams,
5019
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5020
- Bucket: { type: "contextParams", name: "Bucket" },
5021
- })
5022
- .m(function (Command, cs, config, o) {
5023
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5024
- })
5025
- .s("AmazonS3", "DeleteBucketEncryption", {})
5026
- .n("S3Client", "DeleteBucketEncryptionCommand")
5027
- .sc(DeleteBucketEncryption$)
5028
- .build() {
5029
- }
5030
-
5031
- class DeleteBucketIntelligentTieringConfigurationCommand extends Command
5032
- .classBuilder()
5033
- .ep({
5034
- ...commonParams,
5035
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5036
- Bucket: { type: "contextParams", name: "Bucket" },
5037
- })
5038
- .m(function (Command, cs, config, o) {
5039
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5040
- })
5041
- .s("AmazonS3", "DeleteBucketIntelligentTieringConfiguration", {})
5042
- .n("S3Client", "DeleteBucketIntelligentTieringConfigurationCommand")
5043
- .sc(DeleteBucketIntelligentTieringConfiguration$)
5044
- .build() {
5045
- }
5046
-
5047
- class DeleteBucketInventoryConfigurationCommand extends Command
5048
- .classBuilder()
5049
- .ep({
5050
- ...commonParams,
5051
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5052
- Bucket: { type: "contextParams", name: "Bucket" },
5053
- })
5054
- .m(function (Command, cs, config, o) {
5055
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5056
- })
5057
- .s("AmazonS3", "DeleteBucketInventoryConfiguration", {})
5058
- .n("S3Client", "DeleteBucketInventoryConfigurationCommand")
5059
- .sc(DeleteBucketInventoryConfiguration$)
5060
- .build() {
5061
- }
5062
-
5063
- class DeleteBucketLifecycleCommand extends Command
5064
- .classBuilder()
5065
- .ep({
5066
- ...commonParams,
5067
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5068
- Bucket: { type: "contextParams", name: "Bucket" },
5069
- })
5070
- .m(function (Command, cs, config, o) {
5071
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5072
- })
5073
- .s("AmazonS3", "DeleteBucketLifecycle", {})
5074
- .n("S3Client", "DeleteBucketLifecycleCommand")
5075
- .sc(DeleteBucketLifecycle$)
5076
- .build() {
5077
- }
5078
-
5079
- class DeleteBucketMetadataConfigurationCommand extends Command
5080
- .classBuilder()
5081
- .ep({
5082
- ...commonParams,
5083
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5084
- Bucket: { type: "contextParams", name: "Bucket" },
5085
- })
5086
- .m(function (Command, cs, config, o) {
5087
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5088
- })
5089
- .s("AmazonS3", "DeleteBucketMetadataConfiguration", {})
5090
- .n("S3Client", "DeleteBucketMetadataConfigurationCommand")
5091
- .sc(DeleteBucketMetadataConfiguration$)
5092
- .build() {
5093
- }
5094
-
5095
- class DeleteBucketMetadataTableConfigurationCommand extends Command
5096
- .classBuilder()
5097
- .ep({
5098
- ...commonParams,
5099
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5100
- Bucket: { type: "contextParams", name: "Bucket" },
5101
- })
5102
- .m(function (Command, cs, config, o) {
5103
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5104
- })
5105
- .s("AmazonS3", "DeleteBucketMetadataTableConfiguration", {})
5106
- .n("S3Client", "DeleteBucketMetadataTableConfigurationCommand")
5107
- .sc(DeleteBucketMetadataTableConfiguration$)
5108
- .build() {
5109
- }
5110
-
5111
- class DeleteBucketMetricsConfigurationCommand extends Command
5112
- .classBuilder()
5113
- .ep({
5114
- ...commonParams,
5115
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5116
- Bucket: { type: "contextParams", name: "Bucket" },
5117
- })
5118
- .m(function (Command, cs, config, o) {
5119
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5120
- })
5121
- .s("AmazonS3", "DeleteBucketMetricsConfiguration", {})
5122
- .n("S3Client", "DeleteBucketMetricsConfigurationCommand")
5123
- .sc(DeleteBucketMetricsConfiguration$)
5124
- .build() {
5125
- }
5126
-
5127
- class DeleteBucketOwnershipControlsCommand extends Command
5128
- .classBuilder()
5129
- .ep({
5130
- ...commonParams,
5131
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5132
- Bucket: { type: "contextParams", name: "Bucket" },
5133
- })
5134
- .m(function (Command, cs, config, o) {
5135
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5136
- })
5137
- .s("AmazonS3", "DeleteBucketOwnershipControls", {})
5138
- .n("S3Client", "DeleteBucketOwnershipControlsCommand")
5139
- .sc(DeleteBucketOwnershipControls$)
5140
- .build() {
5141
- }
5142
-
5143
- class DeleteBucketPolicyCommand extends Command
5144
- .classBuilder()
5145
- .ep({
5146
- ...commonParams,
5147
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5148
- Bucket: { type: "contextParams", name: "Bucket" },
5149
- })
5150
- .m(function (Command, cs, config, o) {
5151
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5152
- })
5153
- .s("AmazonS3", "DeleteBucketPolicy", {})
5154
- .n("S3Client", "DeleteBucketPolicyCommand")
5155
- .sc(DeleteBucketPolicy$)
5156
- .build() {
5157
- }
5158
-
5159
- class DeleteBucketReplicationCommand extends Command
5160
- .classBuilder()
5161
- .ep({
5162
- ...commonParams,
5163
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5164
- Bucket: { type: "contextParams", name: "Bucket" },
5165
- })
5166
- .m(function (Command, cs, config, o) {
5167
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5168
- })
5169
- .s("AmazonS3", "DeleteBucketReplication", {})
5170
- .n("S3Client", "DeleteBucketReplicationCommand")
5171
- .sc(DeleteBucketReplication$)
5172
- .build() {
5173
- }
5174
-
5175
- class DeleteBucketTaggingCommand extends Command
5176
- .classBuilder()
5177
- .ep({
5178
- ...commonParams,
5179
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5180
- Bucket: { type: "contextParams", name: "Bucket" },
5181
- })
5182
- .m(function (Command, cs, config, o) {
5183
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5184
- })
5185
- .s("AmazonS3", "DeleteBucketTagging", {})
5186
- .n("S3Client", "DeleteBucketTaggingCommand")
5187
- .sc(DeleteBucketTagging$)
5188
- .build() {
5189
- }
5190
-
5191
- class DeleteBucketWebsiteCommand extends Command
5192
- .classBuilder()
5193
- .ep({
5194
- ...commonParams,
5195
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5196
- Bucket: { type: "contextParams", name: "Bucket" },
5197
- })
5198
- .m(function (Command, cs, config, o) {
5199
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5200
- })
5201
- .s("AmazonS3", "DeleteBucketWebsite", {})
5202
- .n("S3Client", "DeleteBucketWebsiteCommand")
5203
- .sc(DeleteBucketWebsite$)
5204
- .build() {
5205
- }
5206
-
5207
- class DeleteObjectAnnotationCommand extends Command
5208
- .classBuilder()
5209
- .ep({
5210
- ...commonParams,
5211
- Bucket: { type: "contextParams", name: "Bucket" },
5212
- })
5213
- .m(function (Command, cs, config, o) {
5214
- return [
5215
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5216
- getThrow200ExceptionsPlugin(config),
5217
- ];
5218
- })
5219
- .s("AmazonS3", "DeleteObjectAnnotation", {})
5220
- .n("S3Client", "DeleteObjectAnnotationCommand")
5221
- .sc(DeleteObjectAnnotation$)
5222
- .build() {
5223
- }
5224
-
5225
- class DeleteObjectCommand extends Command
5226
- .classBuilder()
5227
- .ep({
5228
- ...commonParams,
5229
- Bucket: { type: "contextParams", name: "Bucket" },
5230
- Key: { type: "contextParams", name: "Key" },
5231
- })
5232
- .m(function (Command, cs, config, o) {
5233
- return [
5234
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5235
- getThrow200ExceptionsPlugin(config),
5236
- ];
5237
- })
5238
- .s("AmazonS3", "DeleteObject", {})
5239
- .n("S3Client", "DeleteObjectCommand")
5240
- .sc(DeleteObject$)
5241
- .build() {
5242
- }
5243
-
5244
- class DeleteObjectsCommand extends Command
5245
- .classBuilder()
5246
- .ep({
5247
- ...commonParams,
5248
- Bucket: { type: "contextParams", name: "Bucket" },
5249
- })
5250
- .m(function (Command, cs, config, o) {
5251
- return [
5252
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5253
- getFlexibleChecksumsPlugin(config, {
5254
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
5255
- requestChecksumRequired: true,
5256
- }),
5257
- getThrow200ExceptionsPlugin(config),
5258
- ];
5259
- })
5260
- .s("AmazonS3", "DeleteObjects", {})
5261
- .n("S3Client", "DeleteObjectsCommand")
5262
- .sc(DeleteObjects$)
5263
- .build() {
5264
- }
5265
-
5266
- class DeleteObjectTaggingCommand extends Command
5267
- .classBuilder()
5268
- .ep({
5269
- ...commonParams,
5270
- Bucket: { type: "contextParams", name: "Bucket" },
5271
- })
5272
- .m(function (Command, cs, config, o) {
5273
- return [
5274
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5275
- getThrow200ExceptionsPlugin(config),
5276
- ];
5277
- })
5278
- .s("AmazonS3", "DeleteObjectTagging", {})
5279
- .n("S3Client", "DeleteObjectTaggingCommand")
5280
- .sc(DeleteObjectTagging$)
5281
- .build() {
5282
- }
5283
-
5284
- class DeletePublicAccessBlockCommand extends Command
5285
- .classBuilder()
5286
- .ep({
5287
- ...commonParams,
5288
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5289
- Bucket: { type: "contextParams", name: "Bucket" },
5290
- })
5291
- .m(function (Command, cs, config, o) {
5292
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5293
- })
5294
- .s("AmazonS3", "DeletePublicAccessBlock", {})
5295
- .n("S3Client", "DeletePublicAccessBlockCommand")
5296
- .sc(DeletePublicAccessBlock$)
5297
- .build() {
5298
- }
5299
-
5300
- class GetBucketAbacCommand extends Command
5301
- .classBuilder()
5302
- .ep({
5303
- ...commonParams,
5304
- Bucket: { type: "contextParams", name: "Bucket" },
5305
- })
5306
- .m(function (Command, cs, config, o) {
5307
- return [
5308
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5309
- getThrow200ExceptionsPlugin(config),
5310
- ];
5311
- })
5312
- .s("AmazonS3", "GetBucketAbac", {})
5313
- .n("S3Client", "GetBucketAbacCommand")
5314
- .sc(GetBucketAbac$)
5315
- .build() {
5316
- }
5317
-
5318
- class GetBucketAccelerateConfigurationCommand extends Command
5319
- .classBuilder()
5320
- .ep({
5321
- ...commonParams,
5322
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5323
- Bucket: { type: "contextParams", name: "Bucket" },
5324
- })
5325
- .m(function (Command, cs, config, o) {
5326
- return [
5327
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5328
- getThrow200ExceptionsPlugin(config),
5329
- ];
5330
- })
5331
- .s("AmazonS3", "GetBucketAccelerateConfiguration", {})
5332
- .n("S3Client", "GetBucketAccelerateConfigurationCommand")
5333
- .sc(GetBucketAccelerateConfiguration$)
5334
- .build() {
5335
- }
5336
-
5337
- class GetBucketAclCommand extends Command
5338
- .classBuilder()
5339
- .ep({
5340
- ...commonParams,
5341
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5342
- Bucket: { type: "contextParams", name: "Bucket" },
5343
- })
5344
- .m(function (Command, cs, config, o) {
5345
- return [
5346
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5347
- getThrow200ExceptionsPlugin(config),
5348
- ];
5349
- })
5350
- .s("AmazonS3", "GetBucketAcl", {})
5351
- .n("S3Client", "GetBucketAclCommand")
5352
- .sc(GetBucketAcl$)
5353
- .build() {
5354
- }
5355
-
5356
- class GetBucketAnalyticsConfigurationCommand extends Command
5357
- .classBuilder()
5358
- .ep({
5359
- ...commonParams,
5360
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5361
- Bucket: { type: "contextParams", name: "Bucket" },
5362
- })
5363
- .m(function (Command, cs, config, o) {
5364
- return [
5365
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5366
- getThrow200ExceptionsPlugin(config),
5367
- ];
5368
- })
5369
- .s("AmazonS3", "GetBucketAnalyticsConfiguration", {})
5370
- .n("S3Client", "GetBucketAnalyticsConfigurationCommand")
5371
- .sc(GetBucketAnalyticsConfiguration$)
5372
- .build() {
5373
- }
5374
-
5375
- class GetBucketCorsCommand extends Command
5376
- .classBuilder()
5377
- .ep({
5378
- ...commonParams,
5379
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5380
- Bucket: { type: "contextParams", name: "Bucket" },
5381
- })
5382
- .m(function (Command, cs, config, o) {
5383
- return [
5384
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5385
- getThrow200ExceptionsPlugin(config),
5386
- ];
5387
- })
5388
- .s("AmazonS3", "GetBucketCors", {})
5389
- .n("S3Client", "GetBucketCorsCommand")
5390
- .sc(GetBucketCors$)
5391
- .build() {
5392
- }
5393
-
5394
- class GetBucketEncryptionCommand extends Command
5395
- .classBuilder()
5396
- .ep({
5397
- ...commonParams,
5398
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5399
- Bucket: { type: "contextParams", name: "Bucket" },
5400
- })
5401
- .m(function (Command, cs, config, o) {
5402
- return [
5403
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5404
- getThrow200ExceptionsPlugin(config),
5405
- ];
5406
- })
5407
- .s("AmazonS3", "GetBucketEncryption", {})
5408
- .n("S3Client", "GetBucketEncryptionCommand")
5409
- .sc(GetBucketEncryption$)
5410
- .build() {
5411
- }
5412
-
5413
- class GetBucketIntelligentTieringConfigurationCommand extends Command
5414
- .classBuilder()
5415
- .ep({
5416
- ...commonParams,
5417
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5418
- Bucket: { type: "contextParams", name: "Bucket" },
5419
- })
5420
- .m(function (Command, cs, config, o) {
5421
- return [
5422
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5423
- getThrow200ExceptionsPlugin(config),
5424
- ];
5425
- })
5426
- .s("AmazonS3", "GetBucketIntelligentTieringConfiguration", {})
5427
- .n("S3Client", "GetBucketIntelligentTieringConfigurationCommand")
5428
- .sc(GetBucketIntelligentTieringConfiguration$)
5429
- .build() {
5430
- }
5431
-
5432
- class GetBucketInventoryConfigurationCommand extends Command
5433
- .classBuilder()
5434
- .ep({
5435
- ...commonParams,
5436
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5437
- Bucket: { type: "contextParams", name: "Bucket" },
5438
- })
5439
- .m(function (Command, cs, config, o) {
5440
- return [
5441
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5442
- getThrow200ExceptionsPlugin(config),
5443
- ];
5444
- })
5445
- .s("AmazonS3", "GetBucketInventoryConfiguration", {})
5446
- .n("S3Client", "GetBucketInventoryConfigurationCommand")
5447
- .sc(GetBucketInventoryConfiguration$)
5448
- .build() {
5449
- }
5450
-
5451
- class GetBucketLifecycleConfigurationCommand extends Command
5452
- .classBuilder()
5453
- .ep({
5454
- ...commonParams,
5455
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5456
- Bucket: { type: "contextParams", name: "Bucket" },
5457
- })
5458
- .m(function (Command, cs, config, o) {
5459
- return [
5460
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5461
- getThrow200ExceptionsPlugin(config),
5462
- ];
5463
- })
5464
- .s("AmazonS3", "GetBucketLifecycleConfiguration", {})
5465
- .n("S3Client", "GetBucketLifecycleConfigurationCommand")
5466
- .sc(GetBucketLifecycleConfiguration$)
5467
- .build() {
5468
- }
5469
-
5470
- class GetBucketLocationCommand extends Command
5471
- .classBuilder()
5472
- .ep({
5473
- ...commonParams,
5474
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5475
- Bucket: { type: "contextParams", name: "Bucket" },
5476
- })
5477
- .m(function (Command, cs, config, o) {
5478
- return [
5479
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5480
- getThrow200ExceptionsPlugin(config),
5481
- ];
5482
- })
5483
- .s("AmazonS3", "GetBucketLocation", {})
5484
- .n("S3Client", "GetBucketLocationCommand")
5485
- .sc(GetBucketLocation$)
5486
- .build() {
5487
- }
5488
-
5489
- class GetBucketLoggingCommand extends Command
5490
- .classBuilder()
5491
- .ep({
5492
- ...commonParams,
5493
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5494
- Bucket: { type: "contextParams", name: "Bucket" },
5495
- })
5496
- .m(function (Command, cs, config, o) {
5497
- return [
5498
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5499
- getThrow200ExceptionsPlugin(config),
5500
- ];
5501
- })
5502
- .s("AmazonS3", "GetBucketLogging", {})
5503
- .n("S3Client", "GetBucketLoggingCommand")
5504
- .sc(GetBucketLogging$)
5505
- .build() {
5506
- }
5507
-
5508
- class GetBucketMetadataConfigurationCommand extends Command
5509
- .classBuilder()
5510
- .ep({
5511
- ...commonParams,
5512
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5513
- Bucket: { type: "contextParams", name: "Bucket" },
5514
- })
5515
- .m(function (Command, cs, config, o) {
5516
- return [
5517
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5518
- getThrow200ExceptionsPlugin(config),
5519
- ];
5520
- })
5521
- .s("AmazonS3", "GetBucketMetadataConfiguration", {})
5522
- .n("S3Client", "GetBucketMetadataConfigurationCommand")
5523
- .sc(GetBucketMetadataConfiguration$)
5524
- .build() {
5525
- }
5526
-
5527
- class GetBucketMetadataTableConfigurationCommand extends Command
5528
- .classBuilder()
5529
- .ep({
5530
- ...commonParams,
5531
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5532
- Bucket: { type: "contextParams", name: "Bucket" },
5533
- })
5534
- .m(function (Command, cs, config, o) {
5535
- return [
5536
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5537
- getThrow200ExceptionsPlugin(config),
5538
- ];
5539
- })
5540
- .s("AmazonS3", "GetBucketMetadataTableConfiguration", {})
5541
- .n("S3Client", "GetBucketMetadataTableConfigurationCommand")
5542
- .sc(GetBucketMetadataTableConfiguration$)
5543
- .build() {
5544
- }
5545
-
5546
- class GetBucketMetricsConfigurationCommand extends Command
5547
- .classBuilder()
5548
- .ep({
5549
- ...commonParams,
5550
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5551
- Bucket: { type: "contextParams", name: "Bucket" },
5552
- })
5553
- .m(function (Command, cs, config, o) {
5554
- return [
5555
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5556
- getThrow200ExceptionsPlugin(config),
5557
- ];
5558
- })
5559
- .s("AmazonS3", "GetBucketMetricsConfiguration", {})
5560
- .n("S3Client", "GetBucketMetricsConfigurationCommand")
5561
- .sc(GetBucketMetricsConfiguration$)
5562
- .build() {
5563
- }
5564
-
5565
- class GetBucketNotificationConfigurationCommand extends Command
5566
- .classBuilder()
5567
- .ep({
5568
- ...commonParams,
5569
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5570
- Bucket: { type: "contextParams", name: "Bucket" },
5571
- })
5572
- .m(function (Command, cs, config, o) {
5573
- return [
5574
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5575
- getThrow200ExceptionsPlugin(config),
5576
- ];
5577
- })
5578
- .s("AmazonS3", "GetBucketNotificationConfiguration", {})
5579
- .n("S3Client", "GetBucketNotificationConfigurationCommand")
5580
- .sc(GetBucketNotificationConfiguration$)
5581
- .build() {
5582
- }
5583
-
5584
- class GetBucketOwnershipControlsCommand extends Command
5585
- .classBuilder()
5586
- .ep({
5587
- ...commonParams,
5588
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5589
- Bucket: { type: "contextParams", name: "Bucket" },
5590
- })
5591
- .m(function (Command, cs, config, o) {
5592
- return [
5593
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5594
- getThrow200ExceptionsPlugin(config),
5595
- ];
5596
- })
5597
- .s("AmazonS3", "GetBucketOwnershipControls", {})
5598
- .n("S3Client", "GetBucketOwnershipControlsCommand")
5599
- .sc(GetBucketOwnershipControls$)
5600
- .build() {
5601
- }
5602
-
5603
- class GetBucketPolicyCommand extends Command
5604
- .classBuilder()
5605
- .ep({
5606
- ...commonParams,
5607
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5608
- Bucket: { type: "contextParams", name: "Bucket" },
5609
- })
5610
- .m(function (Command, cs, config, o) {
5611
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5612
- })
5613
- .s("AmazonS3", "GetBucketPolicy", {})
5614
- .n("S3Client", "GetBucketPolicyCommand")
5615
- .sc(GetBucketPolicy$)
5616
- .build() {
5617
- }
5618
-
5619
- class GetBucketPolicyStatusCommand extends Command
5620
- .classBuilder()
5621
- .ep({
5622
- ...commonParams,
5623
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5624
- Bucket: { type: "contextParams", name: "Bucket" },
5625
- })
5626
- .m(function (Command, cs, config, o) {
5627
- return [
5628
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5629
- getThrow200ExceptionsPlugin(config),
5630
- ];
5631
- })
5632
- .s("AmazonS3", "GetBucketPolicyStatus", {})
5633
- .n("S3Client", "GetBucketPolicyStatusCommand")
5634
- .sc(GetBucketPolicyStatus$)
5635
- .build() {
5636
- }
5637
-
5638
- class GetBucketReplicationCommand extends Command
5639
- .classBuilder()
5640
- .ep({
5641
- ...commonParams,
5642
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5643
- Bucket: { type: "contextParams", name: "Bucket" },
5644
- })
5645
- .m(function (Command, cs, config, o) {
5646
- return [
5647
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5648
- getThrow200ExceptionsPlugin(config),
5649
- ];
5650
- })
5651
- .s("AmazonS3", "GetBucketReplication", {})
5652
- .n("S3Client", "GetBucketReplicationCommand")
5653
- .sc(GetBucketReplication$)
5654
- .build() {
5655
- }
5656
-
5657
- class GetBucketRequestPaymentCommand extends Command
5658
- .classBuilder()
5659
- .ep({
5660
- ...commonParams,
5661
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5662
- Bucket: { type: "contextParams", name: "Bucket" },
5663
- })
5664
- .m(function (Command, cs, config, o) {
5665
- return [
5666
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5667
- getThrow200ExceptionsPlugin(config),
5668
- ];
5669
- })
5670
- .s("AmazonS3", "GetBucketRequestPayment", {})
5671
- .n("S3Client", "GetBucketRequestPaymentCommand")
5672
- .sc(GetBucketRequestPayment$)
5673
- .build() {
5674
- }
5675
-
5676
- class GetBucketTaggingCommand extends Command
5677
- .classBuilder()
5678
- .ep({
5679
- ...commonParams,
5680
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5681
- Bucket: { type: "contextParams", name: "Bucket" },
5682
- })
5683
- .m(function (Command, cs, config, o) {
5684
- return [
5685
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5686
- getThrow200ExceptionsPlugin(config),
5687
- ];
5688
- })
5689
- .s("AmazonS3", "GetBucketTagging", {})
5690
- .n("S3Client", "GetBucketTaggingCommand")
5691
- .sc(GetBucketTagging$)
5692
- .build() {
5693
- }
5694
-
5695
- class GetBucketVersioningCommand extends Command
5696
- .classBuilder()
5697
- .ep({
5698
- ...commonParams,
5699
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5700
- Bucket: { type: "contextParams", name: "Bucket" },
5701
- })
5702
- .m(function (Command, cs, config, o) {
5703
- return [
5704
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5705
- getThrow200ExceptionsPlugin(config),
5706
- ];
5707
- })
5708
- .s("AmazonS3", "GetBucketVersioning", {})
5709
- .n("S3Client", "GetBucketVersioningCommand")
5710
- .sc(GetBucketVersioning$)
5711
- .build() {
5712
- }
5713
-
5714
- class GetBucketWebsiteCommand extends Command
5715
- .classBuilder()
5716
- .ep({
5717
- ...commonParams,
5718
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5719
- Bucket: { type: "contextParams", name: "Bucket" },
5720
- })
5721
- .m(function (Command, cs, config, o) {
5722
- return [
5723
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5724
- getThrow200ExceptionsPlugin(config),
5725
- ];
5726
- })
5727
- .s("AmazonS3", "GetBucketWebsite", {})
5728
- .n("S3Client", "GetBucketWebsiteCommand")
5729
- .sc(GetBucketWebsite$)
5730
- .build() {
5731
- }
5732
-
5733
- class GetObjectAclCommand extends Command
5734
- .classBuilder()
5735
- .ep({
5736
- ...commonParams,
5737
- Bucket: { type: "contextParams", name: "Bucket" },
5738
- Key: { type: "contextParams", name: "Key" },
5739
- })
5740
- .m(function (Command, cs, config, o) {
5741
- return [
5742
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5743
- getThrow200ExceptionsPlugin(config),
5744
- ];
5745
- })
5746
- .s("AmazonS3", "GetObjectAcl", {})
5747
- .n("S3Client", "GetObjectAclCommand")
5748
- .sc(GetObjectAcl$)
5749
- .build() {
5750
- }
5751
-
5752
- class GetObjectAnnotationCommand extends Command
5753
- .classBuilder()
5754
- .ep({
5755
- ...commonParams,
5756
- Bucket: { type: "contextParams", name: "Bucket" },
5757
- Key: { type: "contextParams", name: "Key" },
5758
- })
5759
- .m(function (Command, cs, config, o) {
5760
- return [
5761
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5762
- getFlexibleChecksumsPlugin(config, {
5763
- requestChecksumRequired: false,
5764
- requestValidationModeMember: 'ChecksumMode',
5765
- 'responseAlgorithms': ['CRC64NVME', 'CRC32', 'CRC32C', 'SHA256', 'SHA1', 'SHA512', 'MD5', 'XXHASH64', 'XXHASH3', 'XXHASH128'],
5766
- }),
5767
- ];
5768
- })
5769
- .s("AmazonS3", "GetObjectAnnotation", {})
5770
- .n("S3Client", "GetObjectAnnotationCommand")
5771
- .sc(GetObjectAnnotation$)
5772
- .build() {
5773
- }
5774
-
5775
- class GetObjectAttributesCommand extends Command
5776
- .classBuilder()
5777
- .ep({
5778
- ...commonParams,
5779
- Bucket: { type: "contextParams", name: "Bucket" },
5780
- })
5781
- .m(function (Command, cs, config, o) {
5782
- return [
5783
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5784
- getThrow200ExceptionsPlugin(config),
5785
- getSsecPlugin(config),
5786
- ];
5787
- })
5788
- .s("AmazonS3", "GetObjectAttributes", {})
5789
- .n("S3Client", "GetObjectAttributesCommand")
5790
- .sc(GetObjectAttributes$)
5791
- .build() {
5792
- }
5793
-
5794
- class GetObjectCommand extends Command
5795
- .classBuilder()
5796
- .ep({
5797
- ...commonParams,
5798
- Bucket: { type: "contextParams", name: "Bucket" },
5799
- Key: { type: "contextParams", name: "Key" },
5800
- })
5801
- .m(function (Command, cs, config, o) {
5802
- return [
5803
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5804
- getFlexibleChecksumsPlugin(config, {
5805
- requestChecksumRequired: false,
5806
- requestValidationModeMember: 'ChecksumMode',
5807
- 'responseAlgorithms': ['CRC64NVME', 'CRC32', 'CRC32C', 'SHA256', 'SHA1', 'SHA512', 'MD5', 'XXHASH64', 'XXHASH3', 'XXHASH128'],
5808
- }),
5809
- getSsecPlugin(config),
5810
- getS3ExpiresMiddlewarePlugin(config),
5811
- ];
5812
- })
5813
- .s("AmazonS3", "GetObject", {})
5814
- .n("S3Client", "GetObjectCommand")
5815
- .sc(GetObject$)
5816
- .build() {
5817
- }
5818
-
5819
- class GetObjectLegalHoldCommand extends Command
5820
- .classBuilder()
5821
- .ep({
5822
- ...commonParams,
5823
- Bucket: { type: "contextParams", name: "Bucket" },
5824
- })
5825
- .m(function (Command, cs, config, o) {
5826
- return [
5827
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5828
- getThrow200ExceptionsPlugin(config),
5829
- ];
5830
- })
5831
- .s("AmazonS3", "GetObjectLegalHold", {})
5832
- .n("S3Client", "GetObjectLegalHoldCommand")
5833
- .sc(GetObjectLegalHold$)
5834
- .build() {
5835
- }
5836
-
5837
- class GetObjectLockConfigurationCommand extends Command
5838
- .classBuilder()
5839
- .ep({
5840
- ...commonParams,
5841
- Bucket: { type: "contextParams", name: "Bucket" },
5842
- })
5843
- .m(function (Command, cs, config, o) {
5844
- return [
5845
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5846
- getThrow200ExceptionsPlugin(config),
5847
- ];
5848
- })
5849
- .s("AmazonS3", "GetObjectLockConfiguration", {})
5850
- .n("S3Client", "GetObjectLockConfigurationCommand")
5851
- .sc(GetObjectLockConfiguration$)
5852
- .build() {
5853
- }
5854
-
5855
- class GetObjectRetentionCommand extends Command
5856
- .classBuilder()
5857
- .ep({
5858
- ...commonParams,
5859
- Bucket: { type: "contextParams", name: "Bucket" },
5860
- })
5861
- .m(function (Command, cs, config, o) {
5862
- return [
5863
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5864
- getThrow200ExceptionsPlugin(config),
5865
- ];
5866
- })
5867
- .s("AmazonS3", "GetObjectRetention", {})
5868
- .n("S3Client", "GetObjectRetentionCommand")
5869
- .sc(GetObjectRetention$)
5870
- .build() {
5871
- }
5872
-
5873
- class GetObjectTaggingCommand extends Command
5874
- .classBuilder()
5875
- .ep({
5876
- ...commonParams,
5877
- Bucket: { type: "contextParams", name: "Bucket" },
5878
- })
5879
- .m(function (Command, cs, config, o) {
5880
- return [
5881
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5882
- getThrow200ExceptionsPlugin(config),
5883
- ];
5884
- })
5885
- .s("AmazonS3", "GetObjectTagging", {})
5886
- .n("S3Client", "GetObjectTaggingCommand")
5887
- .sc(GetObjectTagging$)
5888
- .build() {
5889
- }
5890
-
5891
- class GetObjectTorrentCommand extends Command
5892
- .classBuilder()
5893
- .ep({
5894
- ...commonParams,
5895
- Bucket: { type: "contextParams", name: "Bucket" },
5896
- })
5897
- .m(function (Command, cs, config, o) {
5898
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5899
- })
5900
- .s("AmazonS3", "GetObjectTorrent", {})
5901
- .n("S3Client", "GetObjectTorrentCommand")
5902
- .sc(GetObjectTorrent$)
5903
- .build() {
5904
- }
5905
-
5906
- class GetPublicAccessBlockCommand extends Command
5907
- .classBuilder()
5908
- .ep({
5909
- ...commonParams,
5910
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5911
- Bucket: { type: "contextParams", name: "Bucket" },
5912
- })
5913
- .m(function (Command, cs, config, o) {
5914
- return [
5915
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5916
- getThrow200ExceptionsPlugin(config),
5917
- ];
5918
- })
5919
- .s("AmazonS3", "GetPublicAccessBlock", {})
5920
- .n("S3Client", "GetPublicAccessBlockCommand")
5921
- .sc(GetPublicAccessBlock$)
5922
- .build() {
5923
- }
5924
-
5925
- class HeadBucketCommand extends Command
5926
- .classBuilder()
5927
- .ep({
5928
- ...commonParams,
5929
- Bucket: { type: "contextParams", name: "Bucket" },
5930
- })
5931
- .m(function (Command, cs, config, o) {
5932
- return [
5933
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5934
- getThrow200ExceptionsPlugin(config),
5935
- ];
5936
- })
5937
- .s("AmazonS3", "HeadBucket", {})
5938
- .n("S3Client", "HeadBucketCommand")
5939
- .sc(HeadBucket$)
5940
- .build() {
5941
- }
5942
-
5943
- class HeadObjectCommand extends Command
5944
- .classBuilder()
5945
- .ep({
5946
- ...commonParams,
5947
- Bucket: { type: "contextParams", name: "Bucket" },
5948
- Key: { type: "contextParams", name: "Key" },
5949
- })
5950
- .m(function (Command, cs, config, o) {
5951
- return [
5952
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5953
- getThrow200ExceptionsPlugin(config),
5954
- getSsecPlugin(config),
5955
- getS3ExpiresMiddlewarePlugin(config),
5956
- ];
5957
- })
5958
- .s("AmazonS3", "HeadObject", {})
5959
- .n("S3Client", "HeadObjectCommand")
5960
- .sc(HeadObject$)
5961
- .build() {
5962
- }
5963
-
5964
- class ListBucketAnalyticsConfigurationsCommand extends Command
5965
- .classBuilder()
5966
- .ep({
5967
- ...commonParams,
5968
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5969
- Bucket: { type: "contextParams", name: "Bucket" },
5970
- })
5971
- .m(function (Command, cs, config, o) {
5972
- return [
5973
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5974
- getThrow200ExceptionsPlugin(config),
5975
- ];
5976
- })
5977
- .s("AmazonS3", "ListBucketAnalyticsConfigurations", {})
5978
- .n("S3Client", "ListBucketAnalyticsConfigurationsCommand")
5979
- .sc(ListBucketAnalyticsConfigurations$)
5980
- .build() {
5981
- }
5982
-
5983
- class ListBucketIntelligentTieringConfigurationsCommand extends Command
5984
- .classBuilder()
5985
- .ep({
5986
- ...commonParams,
5987
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
5988
- Bucket: { type: "contextParams", name: "Bucket" },
5989
- })
5990
- .m(function (Command, cs, config, o) {
5991
- return [
5992
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
5993
- getThrow200ExceptionsPlugin(config),
5994
- ];
5995
- })
5996
- .s("AmazonS3", "ListBucketIntelligentTieringConfigurations", {})
5997
- .n("S3Client", "ListBucketIntelligentTieringConfigurationsCommand")
5998
- .sc(ListBucketIntelligentTieringConfigurations$)
5999
- .build() {
6000
- }
6001
-
6002
- class ListBucketInventoryConfigurationsCommand extends Command
6003
- .classBuilder()
6004
- .ep({
6005
- ...commonParams,
6006
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6007
- Bucket: { type: "contextParams", name: "Bucket" },
6008
- })
6009
- .m(function (Command, cs, config, o) {
6010
- return [
6011
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6012
- getThrow200ExceptionsPlugin(config),
6013
- ];
6014
- })
6015
- .s("AmazonS3", "ListBucketInventoryConfigurations", {})
6016
- .n("S3Client", "ListBucketInventoryConfigurationsCommand")
6017
- .sc(ListBucketInventoryConfigurations$)
6018
- .build() {
6019
- }
6020
-
6021
- class ListBucketMetricsConfigurationsCommand extends Command
6022
- .classBuilder()
6023
- .ep({
6024
- ...commonParams,
6025
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6026
- Bucket: { type: "contextParams", name: "Bucket" },
6027
- })
6028
- .m(function (Command, cs, config, o) {
6029
- return [
6030
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6031
- getThrow200ExceptionsPlugin(config),
6032
- ];
6033
- })
6034
- .s("AmazonS3", "ListBucketMetricsConfigurations", {})
6035
- .n("S3Client", "ListBucketMetricsConfigurationsCommand")
6036
- .sc(ListBucketMetricsConfigurations$)
6037
- .build() {
6038
- }
6039
-
6040
- class ListBucketsCommand extends Command
6041
- .classBuilder()
6042
- .ep(commonParams)
6043
- .m(function (Command, cs, config, o) {
6044
- return [
6045
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6046
- getThrow200ExceptionsPlugin(config),
6047
- ];
6048
- })
6049
- .s("AmazonS3", "ListBuckets", {})
6050
- .n("S3Client", "ListBucketsCommand")
6051
- .sc(ListBuckets$)
6052
- .build() {
6053
- }
6054
-
6055
- class ListDirectoryBucketsCommand extends Command
6056
- .classBuilder()
6057
- .ep({
6058
- ...commonParams,
6059
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6060
- })
6061
- .m(function (Command, cs, config, o) {
6062
- return [
6063
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6064
- getThrow200ExceptionsPlugin(config),
6065
- ];
6066
- })
6067
- .s("AmazonS3", "ListDirectoryBuckets", {})
6068
- .n("S3Client", "ListDirectoryBucketsCommand")
6069
- .sc(ListDirectoryBuckets$)
6070
- .build() {
6071
- }
6072
-
6073
- class ListMultipartUploadsCommand extends Command
6074
- .classBuilder()
6075
- .ep({
6076
- ...commonParams,
6077
- Bucket: { type: "contextParams", name: "Bucket" },
6078
- Prefix: { type: "contextParams", name: "Prefix" },
6079
- })
6080
- .m(function (Command, cs, config, o) {
6081
- return [
6082
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6083
- getThrow200ExceptionsPlugin(config),
6084
- ];
6085
- })
6086
- .s("AmazonS3", "ListMultipartUploads", {})
6087
- .n("S3Client", "ListMultipartUploadsCommand")
6088
- .sc(ListMultipartUploads$)
6089
- .build() {
6090
- }
6091
-
6092
- class ListObjectAnnotationsCommand extends Command
6093
- .classBuilder()
6094
- .ep({
6095
- ...commonParams,
6096
- Bucket: { type: "contextParams", name: "Bucket" },
6097
- })
6098
- .m(function (Command, cs, config, o) {
6099
- return [
6100
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6101
- getThrow200ExceptionsPlugin(config),
6102
- ];
6103
- })
6104
- .s("AmazonS3", "ListObjectAnnotations", {})
6105
- .n("S3Client", "ListObjectAnnotationsCommand")
6106
- .sc(ListObjectAnnotations$)
6107
- .build() {
6108
- }
6109
-
6110
- class ListObjectsCommand extends Command
6111
- .classBuilder()
6112
- .ep({
6113
- ...commonParams,
6114
- Bucket: { type: "contextParams", name: "Bucket" },
6115
- Prefix: { type: "contextParams", name: "Prefix" },
6116
- })
6117
- .m(function (Command, cs, config, o) {
6118
- return [
6119
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6120
- getThrow200ExceptionsPlugin(config),
6121
- ];
6122
- })
6123
- .s("AmazonS3", "ListObjects", {})
6124
- .n("S3Client", "ListObjectsCommand")
6125
- .sc(ListObjects$)
6126
- .build() {
6127
- }
6128
-
6129
- class ListObjectsV2Command extends Command
6130
- .classBuilder()
6131
- .ep({
6132
- ...commonParams,
6133
- Bucket: { type: "contextParams", name: "Bucket" },
6134
- Prefix: { type: "contextParams", name: "Prefix" },
6135
- })
6136
- .m(function (Command, cs, config, o) {
6137
- return [
6138
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6139
- getThrow200ExceptionsPlugin(config),
6140
- ];
6141
- })
6142
- .s("AmazonS3", "ListObjectsV2", {})
6143
- .n("S3Client", "ListObjectsV2Command")
6144
- .sc(ListObjectsV2$)
6145
- .build() {
6146
- }
6147
-
6148
- class ListObjectVersionsCommand extends Command
6149
- .classBuilder()
6150
- .ep({
6151
- ...commonParams,
6152
- Bucket: { type: "contextParams", name: "Bucket" },
6153
- Prefix: { type: "contextParams", name: "Prefix" },
6154
- })
6155
- .m(function (Command, cs, config, o) {
6156
- return [
6157
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6158
- getThrow200ExceptionsPlugin(config),
6159
- ];
6160
- })
6161
- .s("AmazonS3", "ListObjectVersions", {})
6162
- .n("S3Client", "ListObjectVersionsCommand")
6163
- .sc(ListObjectVersions$)
6164
- .build() {
6165
- }
6166
-
6167
- class ListPartsCommand extends Command
6168
- .classBuilder()
6169
- .ep({
6170
- ...commonParams,
6171
- Bucket: { type: "contextParams", name: "Bucket" },
6172
- Key: { type: "contextParams", name: "Key" },
6173
- })
6174
- .m(function (Command, cs, config, o) {
6175
- return [
6176
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6177
- getThrow200ExceptionsPlugin(config),
6178
- getSsecPlugin(config),
6179
- ];
6180
- })
6181
- .s("AmazonS3", "ListParts", {})
6182
- .n("S3Client", "ListPartsCommand")
6183
- .sc(ListParts$)
6184
- .build() {
6185
- }
6186
-
6187
- class PutBucketAbacCommand extends Command
6188
- .classBuilder()
6189
- .ep({
6190
- ...commonParams,
6191
- Bucket: { type: "contextParams", name: "Bucket" },
6192
- })
6193
- .m(function (Command, cs, config, o) {
6194
- return [
6195
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6196
- getFlexibleChecksumsPlugin(config, {
6197
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6198
- requestChecksumRequired: false,
6199
- }),
6200
- ];
6201
- })
6202
- .s("AmazonS3", "PutBucketAbac", {})
6203
- .n("S3Client", "PutBucketAbacCommand")
6204
- .sc(PutBucketAbac$)
6205
- .build() {
6206
- }
6207
-
6208
- class PutBucketAccelerateConfigurationCommand extends Command
6209
- .classBuilder()
6210
- .ep({
6211
- ...commonParams,
6212
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6213
- Bucket: { type: "contextParams", name: "Bucket" },
6214
- })
6215
- .m(function (Command, cs, config, o) {
6216
- return [
6217
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6218
- getFlexibleChecksumsPlugin(config, {
6219
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6220
- requestChecksumRequired: false,
6221
- }),
6222
- ];
6223
- })
6224
- .s("AmazonS3", "PutBucketAccelerateConfiguration", {})
6225
- .n("S3Client", "PutBucketAccelerateConfigurationCommand")
6226
- .sc(PutBucketAccelerateConfiguration$)
6227
- .build() {
6228
- }
6229
-
6230
- class PutBucketAclCommand extends Command
6231
- .classBuilder()
6232
- .ep({
6233
- ...commonParams,
6234
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6235
- Bucket: { type: "contextParams", name: "Bucket" },
6236
- })
6237
- .m(function (Command, cs, config, o) {
6238
- return [
6239
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6240
- getFlexibleChecksumsPlugin(config, {
6241
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6242
- requestChecksumRequired: true,
6243
- }),
6244
- ];
6245
- })
6246
- .s("AmazonS3", "PutBucketAcl", {})
6247
- .n("S3Client", "PutBucketAclCommand")
6248
- .sc(PutBucketAcl$)
6249
- .build() {
6250
- }
6251
-
6252
- class PutBucketAnalyticsConfigurationCommand extends Command
6253
- .classBuilder()
6254
- .ep({
6255
- ...commonParams,
6256
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6257
- Bucket: { type: "contextParams", name: "Bucket" },
6258
- })
6259
- .m(function (Command, cs, config, o) {
6260
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6261
- })
6262
- .s("AmazonS3", "PutBucketAnalyticsConfiguration", {})
6263
- .n("S3Client", "PutBucketAnalyticsConfigurationCommand")
6264
- .sc(PutBucketAnalyticsConfiguration$)
6265
- .build() {
6266
- }
6267
-
6268
- class PutBucketCorsCommand extends Command
6269
- .classBuilder()
6270
- .ep({
6271
- ...commonParams,
6272
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6273
- Bucket: { type: "contextParams", name: "Bucket" },
6274
- })
6275
- .m(function (Command, cs, config, o) {
6276
- return [
6277
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6278
- getFlexibleChecksumsPlugin(config, {
6279
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6280
- requestChecksumRequired: true,
6281
- }),
6282
- ];
6283
- })
6284
- .s("AmazonS3", "PutBucketCors", {})
6285
- .n("S3Client", "PutBucketCorsCommand")
6286
- .sc(PutBucketCors$)
6287
- .build() {
6288
- }
6289
-
6290
- class PutBucketEncryptionCommand extends Command
6291
- .classBuilder()
6292
- .ep({
6293
- ...commonParams,
6294
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6295
- Bucket: { type: "contextParams", name: "Bucket" },
6296
- })
6297
- .m(function (Command, cs, config, o) {
6298
- return [
6299
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6300
- getFlexibleChecksumsPlugin(config, {
6301
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6302
- requestChecksumRequired: true,
6303
- }),
6304
- ];
6305
- })
6306
- .s("AmazonS3", "PutBucketEncryption", {})
6307
- .n("S3Client", "PutBucketEncryptionCommand")
6308
- .sc(PutBucketEncryption$)
6309
- .build() {
6310
- }
6311
-
6312
- class PutBucketIntelligentTieringConfigurationCommand extends Command
6313
- .classBuilder()
6314
- .ep({
6315
- ...commonParams,
6316
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6317
- Bucket: { type: "contextParams", name: "Bucket" },
6318
- })
6319
- .m(function (Command, cs, config, o) {
6320
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6321
- })
6322
- .s("AmazonS3", "PutBucketIntelligentTieringConfiguration", {})
6323
- .n("S3Client", "PutBucketIntelligentTieringConfigurationCommand")
6324
- .sc(PutBucketIntelligentTieringConfiguration$)
6325
- .build() {
6326
- }
6327
-
6328
- class PutBucketInventoryConfigurationCommand extends Command
6329
- .classBuilder()
6330
- .ep({
6331
- ...commonParams,
6332
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6333
- Bucket: { type: "contextParams", name: "Bucket" },
6334
- })
6335
- .m(function (Command, cs, config, o) {
6336
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6337
- })
6338
- .s("AmazonS3", "PutBucketInventoryConfiguration", {})
6339
- .n("S3Client", "PutBucketInventoryConfigurationCommand")
6340
- .sc(PutBucketInventoryConfiguration$)
6341
- .build() {
6342
- }
6343
-
6344
- class PutBucketLifecycleConfigurationCommand extends Command
6345
- .classBuilder()
6346
- .ep({
6347
- ...commonParams,
6348
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6349
- Bucket: { type: "contextParams", name: "Bucket" },
6350
- })
6351
- .m(function (Command, cs, config, o) {
6352
- return [
6353
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6354
- getFlexibleChecksumsPlugin(config, {
6355
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6356
- requestChecksumRequired: true,
6357
- }),
6358
- getThrow200ExceptionsPlugin(config),
6359
- ];
6360
- })
6361
- .s("AmazonS3", "PutBucketLifecycleConfiguration", {})
6362
- .n("S3Client", "PutBucketLifecycleConfigurationCommand")
6363
- .sc(PutBucketLifecycleConfiguration$)
6364
- .build() {
6365
- }
6366
-
6367
- class PutBucketLoggingCommand extends Command
6368
- .classBuilder()
6369
- .ep({
6370
- ...commonParams,
6371
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6372
- Bucket: { type: "contextParams", name: "Bucket" },
6373
- })
6374
- .m(function (Command, cs, config, o) {
6375
- return [
6376
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6377
- getFlexibleChecksumsPlugin(config, {
6378
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6379
- requestChecksumRequired: true,
6380
- }),
6381
- ];
6382
- })
6383
- .s("AmazonS3", "PutBucketLogging", {})
6384
- .n("S3Client", "PutBucketLoggingCommand")
6385
- .sc(PutBucketLogging$)
6386
- .build() {
6387
- }
6388
-
6389
- class PutBucketMetricsConfigurationCommand extends Command
6390
- .classBuilder()
6391
- .ep({
6392
- ...commonParams,
6393
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6394
- Bucket: { type: "contextParams", name: "Bucket" },
6395
- })
6396
- .m(function (Command, cs, config, o) {
6397
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6398
- })
6399
- .s("AmazonS3", "PutBucketMetricsConfiguration", {})
6400
- .n("S3Client", "PutBucketMetricsConfigurationCommand")
6401
- .sc(PutBucketMetricsConfiguration$)
6402
- .build() {
6403
- }
6404
-
6405
- class PutBucketNotificationConfigurationCommand extends Command
6406
- .classBuilder()
6407
- .ep({
6408
- ...commonParams,
6409
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6410
- Bucket: { type: "contextParams", name: "Bucket" },
6411
- })
6412
- .m(function (Command, cs, config, o) {
6413
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6414
- })
6415
- .s("AmazonS3", "PutBucketNotificationConfiguration", {})
6416
- .n("S3Client", "PutBucketNotificationConfigurationCommand")
6417
- .sc(PutBucketNotificationConfiguration$)
6418
- .build() {
6419
- }
6420
-
6421
- class PutBucketOwnershipControlsCommand extends Command
6422
- .classBuilder()
6423
- .ep({
6424
- ...commonParams,
6425
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6426
- Bucket: { type: "contextParams", name: "Bucket" },
6427
- })
6428
- .m(function (Command, cs, config, o) {
6429
- return [
6430
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6431
- getFlexibleChecksumsPlugin(config, {
6432
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6433
- requestChecksumRequired: true,
6434
- }),
6435
- ];
6436
- })
6437
- .s("AmazonS3", "PutBucketOwnershipControls", {})
6438
- .n("S3Client", "PutBucketOwnershipControlsCommand")
6439
- .sc(PutBucketOwnershipControls$)
6440
- .build() {
6441
- }
6442
-
6443
- class PutBucketPolicyCommand extends Command
6444
- .classBuilder()
6445
- .ep({
6446
- ...commonParams,
6447
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6448
- Bucket: { type: "contextParams", name: "Bucket" },
6449
- })
6450
- .m(function (Command, cs, config, o) {
6451
- return [
6452
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6453
- getFlexibleChecksumsPlugin(config, {
6454
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6455
- requestChecksumRequired: true,
6456
- }),
6457
- ];
6458
- })
6459
- .s("AmazonS3", "PutBucketPolicy", {})
6460
- .n("S3Client", "PutBucketPolicyCommand")
6461
- .sc(PutBucketPolicy$)
6462
- .build() {
6463
- }
6464
-
6465
- class PutBucketReplicationCommand extends Command
6466
- .classBuilder()
6467
- .ep({
6468
- ...commonParams,
6469
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6470
- Bucket: { type: "contextParams", name: "Bucket" },
6471
- })
6472
- .m(function (Command, cs, config, o) {
6473
- return [
6474
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6475
- getFlexibleChecksumsPlugin(config, {
6476
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6477
- requestChecksumRequired: true,
6478
- }),
6479
- ];
6480
- })
6481
- .s("AmazonS3", "PutBucketReplication", {})
6482
- .n("S3Client", "PutBucketReplicationCommand")
6483
- .sc(PutBucketReplication$)
6484
- .build() {
6485
- }
6486
-
6487
- class PutBucketRequestPaymentCommand extends Command
6488
- .classBuilder()
6489
- .ep({
6490
- ...commonParams,
6491
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6492
- Bucket: { type: "contextParams", name: "Bucket" },
6493
- })
6494
- .m(function (Command, cs, config, o) {
6495
- return [
6496
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6497
- getFlexibleChecksumsPlugin(config, {
6498
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6499
- requestChecksumRequired: true,
6500
- }),
6501
- ];
6502
- })
6503
- .s("AmazonS3", "PutBucketRequestPayment", {})
6504
- .n("S3Client", "PutBucketRequestPaymentCommand")
6505
- .sc(PutBucketRequestPayment$)
6506
- .build() {
6507
- }
6508
-
6509
- class PutBucketTaggingCommand extends Command
6510
- .classBuilder()
6511
- .ep({
6512
- ...commonParams,
6513
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6514
- Bucket: { type: "contextParams", name: "Bucket" },
6515
- })
6516
- .m(function (Command, cs, config, o) {
6517
- return [
6518
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6519
- getFlexibleChecksumsPlugin(config, {
6520
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6521
- requestChecksumRequired: true,
6522
- }),
6523
- ];
6524
- })
6525
- .s("AmazonS3", "PutBucketTagging", {})
6526
- .n("S3Client", "PutBucketTaggingCommand")
6527
- .sc(PutBucketTagging$)
6528
- .build() {
6529
- }
6530
-
6531
- class PutBucketVersioningCommand extends Command
6532
- .classBuilder()
6533
- .ep({
6534
- ...commonParams,
6535
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6536
- Bucket: { type: "contextParams", name: "Bucket" },
6537
- })
6538
- .m(function (Command, cs, config, o) {
6539
- return [
6540
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6541
- getFlexibleChecksumsPlugin(config, {
6542
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6543
- requestChecksumRequired: true,
6544
- }),
6545
- ];
6546
- })
6547
- .s("AmazonS3", "PutBucketVersioning", {})
6548
- .n("S3Client", "PutBucketVersioningCommand")
6549
- .sc(PutBucketVersioning$)
6550
- .build() {
6551
- }
6552
-
6553
- class PutBucketWebsiteCommand extends Command
6554
- .classBuilder()
6555
- .ep({
6556
- ...commonParams,
6557
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6558
- Bucket: { type: "contextParams", name: "Bucket" },
6559
- })
6560
- .m(function (Command, cs, config, o) {
6561
- return [
6562
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6563
- getFlexibleChecksumsPlugin(config, {
6564
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6565
- requestChecksumRequired: true,
6566
- }),
6567
- ];
6568
- })
6569
- .s("AmazonS3", "PutBucketWebsite", {})
6570
- .n("S3Client", "PutBucketWebsiteCommand")
6571
- .sc(PutBucketWebsite$)
6572
- .build() {
6573
- }
6574
-
6575
- class PutObjectAclCommand extends Command
6576
- .classBuilder()
6577
- .ep({
6578
- ...commonParams,
6579
- Bucket: { type: "contextParams", name: "Bucket" },
6580
- Key: { type: "contextParams", name: "Key" },
6581
- })
6582
- .m(function (Command, cs, config, o) {
6583
- return [
6584
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6585
- getFlexibleChecksumsPlugin(config, {
6586
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6587
- requestChecksumRequired: true,
6588
- }),
6589
- getThrow200ExceptionsPlugin(config),
6590
- ];
6591
- })
6592
- .s("AmazonS3", "PutObjectAcl", {})
6593
- .n("S3Client", "PutObjectAclCommand")
6594
- .sc(PutObjectAcl$)
6595
- .build() {
6596
- }
6597
-
6598
- class PutObjectAnnotationCommand extends Command
6599
- .classBuilder()
6600
- .ep({
6601
- ...commonParams,
6602
- Bucket: { type: "contextParams", name: "Bucket" },
6603
- Key: { type: "contextParams", name: "Key" },
6604
- })
6605
- .m(function (Command, cs, config, o) {
6606
- return [
6607
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6608
- getFlexibleChecksumsPlugin(config, {
6609
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6610
- requestChecksumRequired: false,
6611
- }),
6612
- getThrow200ExceptionsPlugin(config),
6613
- ];
6614
- })
6615
- .s("AmazonS3", "PutObjectAnnotation", {})
6616
- .n("S3Client", "PutObjectAnnotationCommand")
6617
- .sc(PutObjectAnnotation$)
6618
- .build() {
6619
- }
6620
-
6621
- class PutObjectCommand extends Command
6622
- .classBuilder()
6623
- .ep({
6624
- ...commonParams,
6625
- Bucket: { type: "contextParams", name: "Bucket" },
6626
- Key: { type: "contextParams", name: "Key" },
6627
- })
6628
- .m(function (Command, cs, config, o) {
6629
- return [
6630
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6631
- getFlexibleChecksumsPlugin(config, {
6632
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6633
- requestChecksumRequired: false,
6634
- }),
6635
- getCheckContentLengthHeaderPlugin(config),
6636
- getThrow200ExceptionsPlugin(config),
6637
- getSsecPlugin(config),
6638
- ];
6639
- })
6640
- .s("AmazonS3", "PutObject", {})
6641
- .n("S3Client", "PutObjectCommand")
6642
- .sc(PutObject$)
6643
- .build() {
6644
- }
6645
-
6646
- class PutObjectLegalHoldCommand extends Command
6647
- .classBuilder()
6648
- .ep({
6649
- ...commonParams,
6650
- Bucket: { type: "contextParams", name: "Bucket" },
6651
- })
6652
- .m(function (Command, cs, config, o) {
6653
- return [
6654
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6655
- getFlexibleChecksumsPlugin(config, {
6656
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6657
- requestChecksumRequired: true,
6658
- }),
6659
- getThrow200ExceptionsPlugin(config),
6660
- ];
6661
- })
6662
- .s("AmazonS3", "PutObjectLegalHold", {})
6663
- .n("S3Client", "PutObjectLegalHoldCommand")
6664
- .sc(PutObjectLegalHold$)
6665
- .build() {
6666
- }
6667
-
6668
- class PutObjectLockConfigurationCommand extends Command
6669
- .classBuilder()
6670
- .ep({
6671
- ...commonParams,
6672
- Bucket: { type: "contextParams", name: "Bucket" },
6673
- })
6674
- .m(function (Command, cs, config, o) {
6675
- return [
6676
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6677
- getFlexibleChecksumsPlugin(config, {
6678
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6679
- requestChecksumRequired: true,
6680
- }),
6681
- getThrow200ExceptionsPlugin(config),
6682
- ];
6683
- })
6684
- .s("AmazonS3", "PutObjectLockConfiguration", {})
6685
- .n("S3Client", "PutObjectLockConfigurationCommand")
6686
- .sc(PutObjectLockConfiguration$)
6687
- .build() {
6688
- }
6689
-
6690
- class PutObjectRetentionCommand extends Command
6691
- .classBuilder()
6692
- .ep({
6693
- ...commonParams,
6694
- Bucket: { type: "contextParams", name: "Bucket" },
6695
- })
6696
- .m(function (Command, cs, config, o) {
6697
- return [
6698
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6699
- getFlexibleChecksumsPlugin(config, {
6700
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6701
- requestChecksumRequired: true,
6702
- }),
6703
- getThrow200ExceptionsPlugin(config),
6704
- ];
6705
- })
6706
- .s("AmazonS3", "PutObjectRetention", {})
6707
- .n("S3Client", "PutObjectRetentionCommand")
6708
- .sc(PutObjectRetention$)
6709
- .build() {
6710
- }
6711
-
6712
- class PutObjectTaggingCommand extends Command
6713
- .classBuilder()
6714
- .ep({
6715
- ...commonParams,
6716
- Bucket: { type: "contextParams", name: "Bucket" },
6717
- })
6718
- .m(function (Command, cs, config, o) {
6719
- return [
6720
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6721
- getFlexibleChecksumsPlugin(config, {
6722
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6723
- requestChecksumRequired: true,
6724
- }),
6725
- getThrow200ExceptionsPlugin(config),
6726
- ];
6727
- })
6728
- .s("AmazonS3", "PutObjectTagging", {})
6729
- .n("S3Client", "PutObjectTaggingCommand")
6730
- .sc(PutObjectTagging$)
6731
- .build() {
6732
- }
6733
-
6734
- class PutPublicAccessBlockCommand extends Command
6735
- .classBuilder()
6736
- .ep({
6737
- ...commonParams,
6738
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6739
- Bucket: { type: "contextParams", name: "Bucket" },
6740
- })
6741
- .m(function (Command, cs, config, o) {
6742
- return [
6743
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6744
- getFlexibleChecksumsPlugin(config, {
6745
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6746
- requestChecksumRequired: true,
6747
- }),
6748
- ];
6749
- })
6750
- .s("AmazonS3", "PutPublicAccessBlock", {})
6751
- .n("S3Client", "PutPublicAccessBlockCommand")
6752
- .sc(PutPublicAccessBlock$)
6753
- .build() {
6754
- }
6755
-
6756
- class RenameObjectCommand extends Command
6757
- .classBuilder()
6758
- .ep({
6759
- ...commonParams,
6760
- Bucket: { type: "contextParams", name: "Bucket" },
6761
- Key: { type: "contextParams", name: "Key" },
6762
- })
6763
- .m(function (Command, cs, config, o) {
6764
- return [
6765
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6766
- getThrow200ExceptionsPlugin(config),
6767
- ];
6768
- })
6769
- .s("AmazonS3", "RenameObject", {})
6770
- .n("S3Client", "RenameObjectCommand")
6771
- .sc(RenameObject$)
6772
- .build() {
6773
- }
6774
-
6775
- class RestoreObjectCommand extends Command
6776
- .classBuilder()
6777
- .ep({
6778
- ...commonParams,
6779
- Bucket: { type: "contextParams", name: "Bucket" },
6780
- })
6781
- .m(function (Command, cs, config, o) {
6782
- return [
6783
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6784
- getFlexibleChecksumsPlugin(config, {
6785
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6786
- requestChecksumRequired: false,
6787
- }),
6788
- getThrow200ExceptionsPlugin(config),
6789
- ];
6790
- })
6791
- .s("AmazonS3", "RestoreObject", {})
6792
- .n("S3Client", "RestoreObjectCommand")
6793
- .sc(RestoreObject$)
6794
- .build() {
6795
- }
6796
-
6797
- class SelectObjectContentCommand extends Command
6798
- .classBuilder()
6799
- .ep({
6800
- ...commonParams,
6801
- Bucket: { type: "contextParams", name: "Bucket" },
6802
- })
6803
- .m(function (Command, cs, config, o) {
6804
- return [
6805
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6806
- getSsecPlugin(config),
6807
- ];
6808
- })
6809
- .s("AmazonS3", "SelectObjectContent", {
6810
- eventStream: {
6811
- output: true,
6812
- },
6813
- })
6814
- .n("S3Client", "SelectObjectContentCommand")
6815
- .sc(SelectObjectContent$)
6816
- .build() {
6817
- }
6818
-
6819
- class UpdateBucketMetadataAnnotationTableConfigurationCommand extends Command
6820
- .classBuilder()
6821
- .ep({
6822
- ...commonParams,
6823
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6824
- Bucket: { type: "contextParams", name: "Bucket" },
6825
- })
6826
- .m(function (Command, cs, config, o) {
6827
- return [
6828
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6829
- getFlexibleChecksumsPlugin(config, {
6830
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6831
- requestChecksumRequired: true,
6832
- }),
6833
- ];
6834
- })
6835
- .s("AmazonS3", "UpdateBucketMetadataAnnotationTableConfiguration", {})
6836
- .n("S3Client", "UpdateBucketMetadataAnnotationTableConfigurationCommand")
6837
- .sc(UpdateBucketMetadataAnnotationTableConfiguration$)
6838
- .build() {
6839
- }
6840
-
6841
- class UpdateBucketMetadataInventoryTableConfigurationCommand extends Command
6842
- .classBuilder()
6843
- .ep({
6844
- ...commonParams,
6845
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6846
- Bucket: { type: "contextParams", name: "Bucket" },
6847
- })
6848
- .m(function (Command, cs, config, o) {
6849
- return [
6850
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6851
- getFlexibleChecksumsPlugin(config, {
6852
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6853
- requestChecksumRequired: true,
6854
- }),
6855
- ];
6856
- })
6857
- .s("AmazonS3", "UpdateBucketMetadataInventoryTableConfiguration", {})
6858
- .n("S3Client", "UpdateBucketMetadataInventoryTableConfigurationCommand")
6859
- .sc(UpdateBucketMetadataInventoryTableConfiguration$)
6860
- .build() {
6861
- }
6862
-
6863
- class UpdateBucketMetadataJournalTableConfigurationCommand extends Command
6864
- .classBuilder()
6865
- .ep({
6866
- ...commonParams,
6867
- UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
6868
- Bucket: { type: "contextParams", name: "Bucket" },
6869
- })
6870
- .m(function (Command, cs, config, o) {
6871
- return [
6872
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6873
- getFlexibleChecksumsPlugin(config, {
6874
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6875
- requestChecksumRequired: true,
6876
- }),
6877
- ];
6878
- })
6879
- .s("AmazonS3", "UpdateBucketMetadataJournalTableConfiguration", {})
6880
- .n("S3Client", "UpdateBucketMetadataJournalTableConfigurationCommand")
6881
- .sc(UpdateBucketMetadataJournalTableConfiguration$)
6882
- .build() {
6883
- }
6884
-
6885
- class UpdateObjectEncryptionCommand extends Command
6886
- .classBuilder()
6887
- .ep({
6888
- ...commonParams,
6889
- Bucket: { type: "contextParams", name: "Bucket" },
6890
- })
6891
- .m(function (Command, cs, config, o) {
6892
- return [
6893
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6894
- getFlexibleChecksumsPlugin(config, {
6895
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6896
- requestChecksumRequired: true,
6897
- }),
6898
- getThrow200ExceptionsPlugin(config),
6899
- ];
6900
- })
6901
- .s("AmazonS3", "UpdateObjectEncryption", {})
6902
- .n("S3Client", "UpdateObjectEncryptionCommand")
6903
- .sc(UpdateObjectEncryption$)
6904
- .build() {
6905
- }
6906
-
6907
- class UploadPartCommand extends Command
6908
- .classBuilder()
6909
- .ep({
6910
- ...commonParams,
6911
- Bucket: { type: "contextParams", name: "Bucket" },
6912
- Key: { type: "contextParams", name: "Key" },
6913
- })
6914
- .m(function (Command, cs, config, o) {
6915
- return [
6916
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6917
- getFlexibleChecksumsPlugin(config, {
6918
- requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
6919
- requestChecksumRequired: false,
6920
- }),
6921
- getThrow200ExceptionsPlugin(config),
6922
- getSsecPlugin(config),
6923
- ];
6924
- })
6925
- .s("AmazonS3", "UploadPart", {})
6926
- .n("S3Client", "UploadPartCommand")
6927
- .sc(UploadPart$)
6928
- .build() {
6929
- }
6930
-
6931
- class UploadPartCopyCommand extends Command
6932
- .classBuilder()
6933
- .ep({
6934
- ...commonParams,
6935
- DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
6936
- Bucket: { type: "contextParams", name: "Bucket" },
6937
- })
6938
- .m(function (Command, cs, config, o) {
6939
- return [
6940
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
6941
- getThrow200ExceptionsPlugin(config),
6942
- getSsecPlugin(config),
6943
- ];
6944
- })
6945
- .s("AmazonS3", "UploadPartCopy", {})
6946
- .n("S3Client", "UploadPartCopyCommand")
6947
- .sc(UploadPartCopy$)
6948
- .build() {
6949
- }
6950
-
6951
- class WriteGetObjectResponseCommand extends Command
6952
- .classBuilder()
6953
- .ep({
6954
- ...commonParams,
6955
- UseObjectLambdaEndpoint: { type: "staticContextParams", value: true },
6956
- })
6957
- .m(function (Command, cs, config, o) {
6958
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6959
- })
6960
- .s("AmazonS3", "WriteGetObjectResponse", {})
6961
- .n("S3Client", "WriteGetObjectResponseCommand")
6962
- .sc(WriteGetObjectResponse$)
6963
- .build() {
4925
+ class AbortMultipartUploadCommand extends command(_ep0, _mw0, "AbortMultipartUpload", AbortMultipartUpload$) {
4926
+ }
4927
+
4928
+ class CompleteMultipartUploadCommand extends command(_ep0, _mw1, "CompleteMultipartUpload", CompleteMultipartUpload$) {
4929
+ }
4930
+
4931
+ class CopyObjectCommand extends command(_ep1, _mw1, "CopyObject", CopyObject$) {
4932
+ }
4933
+
4934
+ class CreateBucketCommand extends command(_ep2, _mw2, "CreateBucket", CreateBucket$) {
4935
+ }
4936
+
4937
+ class CreateBucketMetadataConfigurationCommand extends command(_ep3, _mw3, "CreateBucketMetadataConfiguration", CreateBucketMetadataConfiguration$) {
4938
+ }
4939
+
4940
+ class CreateBucketMetadataTableConfigurationCommand extends command(_ep3, _mw3, "CreateBucketMetadataTableConfiguration", CreateBucketMetadataTableConfiguration$) {
4941
+ }
4942
+
4943
+ class CreateMultipartUploadCommand extends command(_ep0, _mw1, "CreateMultipartUpload", CreateMultipartUpload$) {
4944
+ }
4945
+
4946
+ class DeleteBucketAnalyticsConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketAnalyticsConfiguration", DeleteBucketAnalyticsConfiguration$) {
4947
+ }
4948
+
4949
+ class DeleteBucketCommand extends command(_ep3, _mw4, "DeleteBucket", DeleteBucket$) {
4950
+ }
4951
+
4952
+ class DeleteBucketCorsCommand extends command(_ep3, _mw4, "DeleteBucketCors", DeleteBucketCors$) {
4953
+ }
4954
+
4955
+ class DeleteBucketEncryptionCommand extends command(_ep3, _mw4, "DeleteBucketEncryption", DeleteBucketEncryption$) {
4956
+ }
4957
+
4958
+ class DeleteBucketIntelligentTieringConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketIntelligentTieringConfiguration", DeleteBucketIntelligentTieringConfiguration$) {
4959
+ }
4960
+
4961
+ class DeleteBucketInventoryConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketInventoryConfiguration", DeleteBucketInventoryConfiguration$) {
4962
+ }
4963
+
4964
+ class DeleteBucketLifecycleCommand extends command(_ep3, _mw4, "DeleteBucketLifecycle", DeleteBucketLifecycle$) {
4965
+ }
4966
+
4967
+ class DeleteBucketMetadataConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketMetadataConfiguration", DeleteBucketMetadataConfiguration$) {
4968
+ }
4969
+
4970
+ class DeleteBucketMetadataTableConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketMetadataTableConfiguration", DeleteBucketMetadataTableConfiguration$) {
4971
+ }
4972
+
4973
+ class DeleteBucketMetricsConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketMetricsConfiguration", DeleteBucketMetricsConfiguration$) {
4974
+ }
4975
+
4976
+ class DeleteBucketOwnershipControlsCommand extends command(_ep3, _mw4, "DeleteBucketOwnershipControls", DeleteBucketOwnershipControls$) {
4977
+ }
4978
+
4979
+ class DeleteBucketPolicyCommand extends command(_ep3, _mw4, "DeleteBucketPolicy", DeleteBucketPolicy$) {
4980
+ }
4981
+
4982
+ class DeleteBucketReplicationCommand extends command(_ep3, _mw4, "DeleteBucketReplication", DeleteBucketReplication$) {
4983
+ }
4984
+
4985
+ class DeleteBucketTaggingCommand extends command(_ep3, _mw4, "DeleteBucketTagging", DeleteBucketTagging$) {
4986
+ }
4987
+
4988
+ class DeleteBucketWebsiteCommand extends command(_ep3, _mw4, "DeleteBucketWebsite", DeleteBucketWebsite$) {
4989
+ }
4990
+
4991
+ class DeleteObjectAnnotationCommand extends command(_ep5, _mw0, "DeleteObjectAnnotation", DeleteObjectAnnotation$) {
4992
+ }
4993
+
4994
+ class DeleteObjectCommand extends command(_ep0, _mw0, "DeleteObject", DeleteObject$) {
4995
+ }
4996
+
4997
+ class DeleteObjectsCommand extends command(_ep5, _mw5, "DeleteObjects", DeleteObjects$) {
4998
+ }
4999
+
5000
+ class DeleteObjectTaggingCommand extends command(_ep5, _mw0, "DeleteObjectTagging", DeleteObjectTagging$) {
5001
+ }
5002
+
5003
+ class DeletePublicAccessBlockCommand extends command(_ep3, _mw4, "DeletePublicAccessBlock", DeletePublicAccessBlock$) {
5004
+ }
5005
+
5006
+ class GetBucketAbacCommand extends command(_ep5, _mw0, "GetBucketAbac", GetBucketAbac$) {
5007
+ }
5008
+
5009
+ class GetBucketAccelerateConfigurationCommand extends command(_ep3, _mw0, "GetBucketAccelerateConfiguration", GetBucketAccelerateConfiguration$) {
5010
+ }
5011
+
5012
+ class GetBucketAclCommand extends command(_ep3, _mw0, "GetBucketAcl", GetBucketAcl$) {
5013
+ }
5014
+
5015
+ class GetBucketAnalyticsConfigurationCommand extends command(_ep3, _mw0, "GetBucketAnalyticsConfiguration", GetBucketAnalyticsConfiguration$) {
5016
+ }
5017
+
5018
+ class GetBucketCorsCommand extends command(_ep3, _mw0, "GetBucketCors", GetBucketCors$) {
5019
+ }
5020
+
5021
+ class GetBucketEncryptionCommand extends command(_ep3, _mw0, "GetBucketEncryption", GetBucketEncryption$) {
5022
+ }
5023
+
5024
+ class GetBucketIntelligentTieringConfigurationCommand extends command(_ep3, _mw0, "GetBucketIntelligentTieringConfiguration", GetBucketIntelligentTieringConfiguration$) {
5025
+ }
5026
+
5027
+ class GetBucketInventoryConfigurationCommand extends command(_ep3, _mw0, "GetBucketInventoryConfiguration", GetBucketInventoryConfiguration$) {
5028
+ }
5029
+
5030
+ class GetBucketLifecycleConfigurationCommand extends command(_ep3, _mw0, "GetBucketLifecycleConfiguration", GetBucketLifecycleConfiguration$) {
5031
+ }
5032
+
5033
+ class GetBucketLocationCommand extends command(_ep3, _mw0, "GetBucketLocation", GetBucketLocation$) {
5034
+ }
5035
+
5036
+ class GetBucketLoggingCommand extends command(_ep3, _mw0, "GetBucketLogging", GetBucketLogging$) {
5037
+ }
5038
+
5039
+ class GetBucketMetadataConfigurationCommand extends command(_ep3, _mw0, "GetBucketMetadataConfiguration", GetBucketMetadataConfiguration$) {
5040
+ }
5041
+
5042
+ class GetBucketMetadataTableConfigurationCommand extends command(_ep3, _mw0, "GetBucketMetadataTableConfiguration", GetBucketMetadataTableConfiguration$) {
5043
+ }
5044
+
5045
+ class GetBucketMetricsConfigurationCommand extends command(_ep3, _mw0, "GetBucketMetricsConfiguration", GetBucketMetricsConfiguration$) {
5046
+ }
5047
+
5048
+ class GetBucketNotificationConfigurationCommand extends command(_ep3, _mw0, "GetBucketNotificationConfiguration", GetBucketNotificationConfiguration$) {
5049
+ }
5050
+
5051
+ class GetBucketOwnershipControlsCommand extends command(_ep3, _mw0, "GetBucketOwnershipControls", GetBucketOwnershipControls$) {
5052
+ }
5053
+
5054
+ class GetBucketPolicyCommand extends command(_ep3, _mw4, "GetBucketPolicy", GetBucketPolicy$) {
5055
+ }
5056
+
5057
+ class GetBucketPolicyStatusCommand extends command(_ep3, _mw0, "GetBucketPolicyStatus", GetBucketPolicyStatus$) {
5058
+ }
5059
+
5060
+ class GetBucketReplicationCommand extends command(_ep3, _mw0, "GetBucketReplication", GetBucketReplication$) {
5061
+ }
5062
+
5063
+ class GetBucketRequestPaymentCommand extends command(_ep3, _mw0, "GetBucketRequestPayment", GetBucketRequestPayment$) {
5064
+ }
5065
+
5066
+ class GetBucketTaggingCommand extends command(_ep3, _mw0, "GetBucketTagging", GetBucketTagging$) {
5067
+ }
5068
+
5069
+ class GetBucketVersioningCommand extends command(_ep3, _mw0, "GetBucketVersioning", GetBucketVersioning$) {
5070
+ }
5071
+
5072
+ class GetBucketWebsiteCommand extends command(_ep3, _mw0, "GetBucketWebsite", GetBucketWebsite$) {
5073
+ }
5074
+
5075
+ class GetObjectAclCommand extends command(_ep0, _mw0, "GetObjectAcl", GetObjectAcl$) {
5076
+ }
5077
+
5078
+ class GetObjectAnnotationCommand extends command(_ep0, _mw6, "GetObjectAnnotation", GetObjectAnnotation$) {
5079
+ }
5080
+
5081
+ class GetObjectAttributesCommand extends command(_ep5, _mw1, "GetObjectAttributes", GetObjectAttributes$) {
5082
+ }
5083
+
5084
+ class GetObjectCommand extends command(_ep0, _mw7, "GetObject", GetObject$) {
5085
+ }
5086
+
5087
+ class GetObjectLegalHoldCommand extends command(_ep5, _mw0, "GetObjectLegalHold", GetObjectLegalHold$) {
5088
+ }
5089
+
5090
+ class GetObjectLockConfigurationCommand extends command(_ep5, _mw0, "GetObjectLockConfiguration", GetObjectLockConfiguration$) {
5091
+ }
5092
+
5093
+ class GetObjectRetentionCommand extends command(_ep5, _mw0, "GetObjectRetention", GetObjectRetention$) {
5094
+ }
5095
+
5096
+ class GetObjectTaggingCommand extends command(_ep5, _mw0, "GetObjectTagging", GetObjectTagging$) {
5097
+ }
5098
+
5099
+ class GetObjectTorrentCommand extends command(_ep5, _mw4, "GetObjectTorrent", GetObjectTorrent$) {
5100
+ }
5101
+
5102
+ class GetPublicAccessBlockCommand extends command(_ep3, _mw0, "GetPublicAccessBlock", GetPublicAccessBlock$) {
5103
+ }
5104
+
5105
+ class HeadBucketCommand extends command(_ep5, _mw0, "HeadBucket", HeadBucket$) {
5106
+ }
5107
+
5108
+ class HeadObjectCommand extends command(_ep0, _mw8, "HeadObject", HeadObject$) {
5109
+ }
5110
+
5111
+ class ListBucketAnalyticsConfigurationsCommand extends command(_ep3, _mw0, "ListBucketAnalyticsConfigurations", ListBucketAnalyticsConfigurations$) {
5112
+ }
5113
+
5114
+ class ListBucketIntelligentTieringConfigurationsCommand extends command(_ep3, _mw0, "ListBucketIntelligentTieringConfigurations", ListBucketIntelligentTieringConfigurations$) {
5115
+ }
5116
+
5117
+ class ListBucketInventoryConfigurationsCommand extends command(_ep3, _mw0, "ListBucketInventoryConfigurations", ListBucketInventoryConfigurations$) {
5118
+ }
5119
+
5120
+ class ListBucketMetricsConfigurationsCommand extends command(_ep3, _mw0, "ListBucketMetricsConfigurations", ListBucketMetricsConfigurations$) {
5121
+ }
5122
+
5123
+ class ListBucketsCommand extends command(_ep6, _mw0, "ListBuckets", ListBuckets$) {
5124
+ }
5125
+
5126
+ class ListDirectoryBucketsCommand extends command(_ep7, _mw0, "ListDirectoryBuckets", ListDirectoryBuckets$) {
5127
+ }
5128
+
5129
+ class ListMultipartUploadsCommand extends command(_ep8, _mw0, "ListMultipartUploads", ListMultipartUploads$) {
5130
+ }
5131
+
5132
+ class ListObjectAnnotationsCommand extends command(_ep5, _mw0, "ListObjectAnnotations", ListObjectAnnotations$) {
5133
+ }
5134
+
5135
+ class ListObjectsCommand extends command(_ep8, _mw0, "ListObjects", ListObjects$) {
5136
+ }
5137
+
5138
+ class ListObjectsV2Command extends command(_ep8, _mw0, "ListObjectsV2", ListObjectsV2$) {
5139
+ }
5140
+
5141
+ class ListObjectVersionsCommand extends command(_ep8, _mw0, "ListObjectVersions", ListObjectVersions$) {
5142
+ }
5143
+
5144
+ class ListPartsCommand extends command(_ep0, _mw1, "ListParts", ListParts$) {
5145
+ }
5146
+
5147
+ class PutBucketAbacCommand extends command(_ep5, _mw9, "PutBucketAbac", PutBucketAbac$) {
5148
+ }
5149
+
5150
+ class PutBucketAccelerateConfigurationCommand extends command(_ep3, _mw9, "PutBucketAccelerateConfiguration", PutBucketAccelerateConfiguration$) {
5151
+ }
5152
+
5153
+ class PutBucketAclCommand extends command(_ep3, _mw3, "PutBucketAcl", PutBucketAcl$) {
5154
+ }
5155
+
5156
+ class PutBucketAnalyticsConfigurationCommand extends command(_ep3, _mw4, "PutBucketAnalyticsConfiguration", PutBucketAnalyticsConfiguration$) {
5157
+ }
5158
+
5159
+ class PutBucketCorsCommand extends command(_ep3, _mw3, "PutBucketCors", PutBucketCors$) {
5160
+ }
5161
+
5162
+ class PutBucketEncryptionCommand extends command(_ep3, _mw3, "PutBucketEncryption", PutBucketEncryption$) {
5163
+ }
5164
+
5165
+ class PutBucketIntelligentTieringConfigurationCommand extends command(_ep3, _mw4, "PutBucketIntelligentTieringConfiguration", PutBucketIntelligentTieringConfiguration$) {
5166
+ }
5167
+
5168
+ class PutBucketInventoryConfigurationCommand extends command(_ep3, _mw4, "PutBucketInventoryConfiguration", PutBucketInventoryConfiguration$) {
5169
+ }
5170
+
5171
+ class PutBucketLifecycleConfigurationCommand extends command(_ep3, _mw5, "PutBucketLifecycleConfiguration", PutBucketLifecycleConfiguration$) {
5172
+ }
5173
+
5174
+ class PutBucketLoggingCommand extends command(_ep3, _mw3, "PutBucketLogging", PutBucketLogging$) {
5175
+ }
5176
+
5177
+ class PutBucketMetricsConfigurationCommand extends command(_ep3, _mw4, "PutBucketMetricsConfiguration", PutBucketMetricsConfiguration$) {
5178
+ }
5179
+
5180
+ class PutBucketNotificationConfigurationCommand extends command(_ep3, _mw4, "PutBucketNotificationConfiguration", PutBucketNotificationConfiguration$) {
5181
+ }
5182
+
5183
+ class PutBucketOwnershipControlsCommand extends command(_ep3, _mw3, "PutBucketOwnershipControls", PutBucketOwnershipControls$) {
5184
+ }
5185
+
5186
+ class PutBucketPolicyCommand extends command(_ep3, _mw3, "PutBucketPolicy", PutBucketPolicy$) {
5187
+ }
5188
+
5189
+ class PutBucketReplicationCommand extends command(_ep3, _mw3, "PutBucketReplication", PutBucketReplication$) {
5190
+ }
5191
+
5192
+ class PutBucketRequestPaymentCommand extends command(_ep3, _mw3, "PutBucketRequestPayment", PutBucketRequestPayment$) {
5193
+ }
5194
+
5195
+ class PutBucketTaggingCommand extends command(_ep3, _mw3, "PutBucketTagging", PutBucketTagging$) {
5196
+ }
5197
+
5198
+ class PutBucketVersioningCommand extends command(_ep3, _mw3, "PutBucketVersioning", PutBucketVersioning$) {
5199
+ }
5200
+
5201
+ class PutBucketWebsiteCommand extends command(_ep3, _mw3, "PutBucketWebsite", PutBucketWebsite$) {
5202
+ }
5203
+
5204
+ class PutObjectAclCommand extends command(_ep0, _mw5, "PutObjectAcl", PutObjectAcl$) {
5205
+ }
5206
+
5207
+ class PutObjectAnnotationCommand extends command(_ep0, _mw10, "PutObjectAnnotation", PutObjectAnnotation$) {
5208
+ }
5209
+
5210
+ class PutObjectCommand extends command(_ep0, _mw11, "PutObject", PutObject$) {
5211
+ }
5212
+
5213
+ class PutObjectLegalHoldCommand extends command(_ep5, _mw5, "PutObjectLegalHold", PutObjectLegalHold$) {
5214
+ }
5215
+
5216
+ class PutObjectLockConfigurationCommand extends command(_ep5, _mw5, "PutObjectLockConfiguration", PutObjectLockConfiguration$) {
5217
+ }
5218
+
5219
+ class PutObjectRetentionCommand extends command(_ep5, _mw5, "PutObjectRetention", PutObjectRetention$) {
5220
+ }
5221
+
5222
+ class PutObjectTaggingCommand extends command(_ep5, _mw5, "PutObjectTagging", PutObjectTagging$) {
5223
+ }
5224
+
5225
+ class PutPublicAccessBlockCommand extends command(_ep3, _mw3, "PutPublicAccessBlock", PutPublicAccessBlock$) {
5226
+ }
5227
+
5228
+ class RenameObjectCommand extends command(_ep0, _mw0, "RenameObject", RenameObject$) {
5229
+ }
5230
+
5231
+ class RestoreObjectCommand extends command(_ep5, _mw10, "RestoreObject", RestoreObject$) {
5232
+ }
5233
+
5234
+ class SelectObjectContentCommand extends command(_ep5, _mw12, "SelectObjectContent", SelectObjectContent$) {
5235
+ }
5236
+
5237
+ class UpdateBucketMetadataAnnotationTableConfigurationCommand extends command(_ep3, _mw3, "UpdateBucketMetadataAnnotationTableConfiguration", UpdateBucketMetadataAnnotationTableConfiguration$) {
5238
+ }
5239
+
5240
+ class UpdateBucketMetadataInventoryTableConfigurationCommand extends command(_ep3, _mw3, "UpdateBucketMetadataInventoryTableConfiguration", UpdateBucketMetadataInventoryTableConfiguration$) {
5241
+ }
5242
+
5243
+ class UpdateBucketMetadataJournalTableConfigurationCommand extends command(_ep3, _mw3, "UpdateBucketMetadataJournalTableConfiguration", UpdateBucketMetadataJournalTableConfiguration$) {
5244
+ }
5245
+
5246
+ class UpdateObjectEncryptionCommand extends command(_ep5, _mw5, "UpdateObjectEncryption", UpdateObjectEncryption$) {
5247
+ }
5248
+
5249
+ class UploadPartCommand extends command(_ep0, _mw13, "UploadPart", UploadPart$) {
5250
+ }
5251
+
5252
+ class UploadPartCopyCommand extends command(_ep4, _mw1, "UploadPartCopy", UploadPartCopy$) {
5253
+ }
5254
+
5255
+ class WriteGetObjectResponseCommand extends command(_ep9, _mw4, "WriteGetObjectResponse", WriteGetObjectResponse$) {
6964
5256
  }
6965
5257
 
6966
5258
  const paginateListBuckets = createPaginator(S3Client, ListBucketsCommand, "ContinuationToken", "ContinuationToken", "MaxBuckets");