@aws-sdk/client-s3 3.1077.0 → 3.1078.0

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