@aws-sdk/client-s3 3.1045.0 → 3.1047.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (372) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +7 -7
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +262 -264
  5. package/dist-cjs/models/S3ServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +17 -20
  7. package/dist-cjs/runtimeConfig.js +29 -33
  8. package/dist-cjs/runtimeConfig.shared.js +11 -13
  9. package/dist-es/S3.js +1 -1
  10. package/dist-es/S3Client.js +6 -6
  11. package/dist-es/auth/httpAuthSchemeProvider.js +2 -2
  12. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
  13. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  14. package/dist-es/commands/CopyObjectCommand.js +2 -2
  15. package/dist-es/commands/CreateBucketCommand.js +2 -2
  16. package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -2
  17. package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -2
  18. package/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  19. package/dist-es/commands/CreateSessionCommand.js +2 -2
  20. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
  21. package/dist-es/commands/DeleteBucketCommand.js +2 -2
  22. package/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
  23. package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
  24. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
  25. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
  26. package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
  27. package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
  28. package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
  29. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
  30. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
  31. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  32. package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
  33. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  34. package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
  35. package/dist-es/commands/DeleteObjectCommand.js +2 -2
  36. package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -2
  37. package/dist-es/commands/DeleteObjectsCommand.js +2 -2
  38. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  39. package/dist-es/commands/GetBucketAbacCommand.js +2 -2
  40. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -2
  41. package/dist-es/commands/GetBucketAclCommand.js +2 -2
  42. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -2
  43. package/dist-es/commands/GetBucketCorsCommand.js +2 -2
  44. package/dist-es/commands/GetBucketEncryptionCommand.js +2 -2
  45. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -2
  46. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -2
  47. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
  48. package/dist-es/commands/GetBucketLocationCommand.js +2 -2
  49. package/dist-es/commands/GetBucketLoggingCommand.js +2 -2
  50. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -2
  51. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -2
  52. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -2
  53. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -2
  54. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -2
  55. package/dist-es/commands/GetBucketPolicyCommand.js +2 -2
  56. package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -2
  57. package/dist-es/commands/GetBucketReplicationCommand.js +2 -2
  58. package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -2
  59. package/dist-es/commands/GetBucketTaggingCommand.js +2 -2
  60. package/dist-es/commands/GetBucketVersioningCommand.js +2 -2
  61. package/dist-es/commands/GetBucketWebsiteCommand.js +2 -2
  62. package/dist-es/commands/GetObjectAclCommand.js +2 -2
  63. package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  64. package/dist-es/commands/GetObjectCommand.js +2 -2
  65. package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -2
  66. package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -2
  67. package/dist-es/commands/GetObjectRetentionCommand.js +2 -2
  68. package/dist-es/commands/GetObjectTaggingCommand.js +2 -2
  69. package/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  70. package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -2
  71. package/dist-es/commands/HeadBucketCommand.js +2 -2
  72. package/dist-es/commands/HeadObjectCommand.js +2 -2
  73. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -2
  74. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -2
  75. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -2
  76. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -2
  77. package/dist-es/commands/ListBucketsCommand.js +2 -2
  78. package/dist-es/commands/ListDirectoryBucketsCommand.js +2 -2
  79. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
  80. package/dist-es/commands/ListObjectVersionsCommand.js +2 -2
  81. package/dist-es/commands/ListObjectsCommand.js +2 -2
  82. package/dist-es/commands/ListObjectsV2Command.js +2 -2
  83. package/dist-es/commands/ListPartsCommand.js +2 -2
  84. package/dist-es/commands/PutBucketAbacCommand.js +2 -2
  85. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -2
  86. package/dist-es/commands/PutBucketAclCommand.js +2 -2
  87. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
  88. package/dist-es/commands/PutBucketCorsCommand.js +2 -2
  89. package/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
  90. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
  91. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
  92. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
  93. package/dist-es/commands/PutBucketLoggingCommand.js +2 -2
  94. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
  95. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
  96. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -2
  97. package/dist-es/commands/PutBucketPolicyCommand.js +2 -2
  98. package/dist-es/commands/PutBucketReplicationCommand.js +2 -2
  99. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -2
  100. package/dist-es/commands/PutBucketTaggingCommand.js +2 -2
  101. package/dist-es/commands/PutBucketVersioningCommand.js +2 -2
  102. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -2
  103. package/dist-es/commands/PutObjectAclCommand.js +2 -2
  104. package/dist-es/commands/PutObjectCommand.js +2 -2
  105. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -2
  106. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -2
  107. package/dist-es/commands/PutObjectRetentionCommand.js +2 -2
  108. package/dist-es/commands/PutObjectTaggingCommand.js +2 -2
  109. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -2
  110. package/dist-es/commands/RenameObjectCommand.js +2 -2
  111. package/dist-es/commands/RestoreObjectCommand.js +2 -2
  112. package/dist-es/commands/SelectObjectContentCommand.js +2 -2
  113. package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -2
  114. package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -2
  115. package/dist-es/commands/UpdateObjectEncryptionCommand.js +2 -2
  116. package/dist-es/commands/UploadPartCommand.js +2 -2
  117. package/dist-es/commands/UploadPartCopyCommand.js +2 -2
  118. package/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
  119. package/dist-es/endpoint/bdd.js +1 -1
  120. package/dist-es/endpoint/endpointResolver.js +1 -1
  121. package/dist-es/models/S3ServiceException.js +1 -1
  122. package/dist-es/runtimeConfig.browser.js +6 -9
  123. package/dist-es/runtimeConfig.js +6 -10
  124. package/dist-es/runtimeConfig.shared.js +3 -5
  125. package/dist-es/runtimeExtensions.js +2 -2
  126. package/dist-es/waiters/waitForBucketExists.js +1 -1
  127. package/dist-es/waiters/waitForBucketNotExists.js +1 -1
  128. package/dist-es/waiters/waitForObjectExists.js +1 -1
  129. package/dist-es/waiters/waitForObjectNotExists.js +1 -1
  130. package/dist-types/S3.d.ts +1 -1
  131. package/dist-types/S3Client.d.ts +6 -6
  132. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -4
  133. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -4
  134. package/dist-types/commands/CopyObjectCommand.d.ts +6 -4
  135. package/dist-types/commands/CreateBucketCommand.d.ts +6 -4
  136. package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +6 -4
  137. package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +6 -4
  138. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -4
  139. package/dist-types/commands/CreateSessionCommand.d.ts +6 -4
  140. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +6 -4
  141. package/dist-types/commands/DeleteBucketCommand.d.ts +6 -4
  142. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +6 -4
  143. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -4
  144. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  145. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -4
  146. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +6 -4
  147. package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +6 -4
  148. package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +6 -4
  149. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +6 -4
  150. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -4
  151. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +6 -4
  152. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +6 -4
  153. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +6 -4
  154. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +6 -4
  155. package/dist-types/commands/DeleteObjectCommand.d.ts +6 -4
  156. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +6 -4
  157. package/dist-types/commands/DeleteObjectsCommand.d.ts +6 -4
  158. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -4
  159. package/dist-types/commands/GetBucketAbacCommand.d.ts +6 -4
  160. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -4
  161. package/dist-types/commands/GetBucketAclCommand.d.ts +6 -4
  162. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -4
  163. package/dist-types/commands/GetBucketCorsCommand.d.ts +6 -4
  164. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +6 -4
  165. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  166. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -4
  167. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -4
  168. package/dist-types/commands/GetBucketLocationCommand.d.ts +6 -4
  169. package/dist-types/commands/GetBucketLoggingCommand.d.ts +6 -4
  170. package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +6 -4
  171. package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +6 -4
  172. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +6 -4
  173. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -4
  174. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +6 -4
  175. package/dist-types/commands/GetBucketPolicyCommand.d.ts +6 -4
  176. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +6 -4
  177. package/dist-types/commands/GetBucketReplicationCommand.d.ts +6 -4
  178. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -4
  179. package/dist-types/commands/GetBucketTaggingCommand.d.ts +6 -4
  180. package/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -4
  181. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +6 -4
  182. package/dist-types/commands/GetObjectAclCommand.d.ts +6 -4
  183. package/dist-types/commands/GetObjectAttributesCommand.d.ts +6 -4
  184. package/dist-types/commands/GetObjectCommand.d.ts +6 -4
  185. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -4
  186. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +6 -4
  187. package/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -4
  188. package/dist-types/commands/GetObjectTaggingCommand.d.ts +6 -4
  189. package/dist-types/commands/GetObjectTorrentCommand.d.ts +6 -4
  190. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +6 -4
  191. package/dist-types/commands/HeadBucketCommand.d.ts +6 -4
  192. package/dist-types/commands/HeadObjectCommand.d.ts +6 -4
  193. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +6 -4
  194. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -4
  195. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +6 -4
  196. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +6 -4
  197. package/dist-types/commands/ListBucketsCommand.d.ts +6 -4
  198. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +6 -4
  199. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
  200. package/dist-types/commands/ListObjectVersionsCommand.d.ts +6 -4
  201. package/dist-types/commands/ListObjectsCommand.d.ts +6 -4
  202. package/dist-types/commands/ListObjectsV2Command.d.ts +6 -4
  203. package/dist-types/commands/ListPartsCommand.d.ts +6 -4
  204. package/dist-types/commands/PutBucketAbacCommand.d.ts +6 -4
  205. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +6 -4
  206. package/dist-types/commands/PutBucketAclCommand.d.ts +6 -4
  207. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -4
  208. package/dist-types/commands/PutBucketCorsCommand.d.ts +6 -4
  209. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +6 -4
  210. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  211. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +6 -4
  212. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +6 -4
  213. package/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -4
  214. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +6 -4
  215. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +6 -4
  216. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -4
  217. package/dist-types/commands/PutBucketPolicyCommand.d.ts +6 -4
  218. package/dist-types/commands/PutBucketReplicationCommand.d.ts +6 -4
  219. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +6 -4
  220. package/dist-types/commands/PutBucketTaggingCommand.d.ts +6 -4
  221. package/dist-types/commands/PutBucketVersioningCommand.d.ts +6 -4
  222. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -4
  223. package/dist-types/commands/PutObjectAclCommand.d.ts +6 -4
  224. package/dist-types/commands/PutObjectCommand.d.ts +6 -4
  225. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -4
  226. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +6 -4
  227. package/dist-types/commands/PutObjectRetentionCommand.d.ts +6 -4
  228. package/dist-types/commands/PutObjectTaggingCommand.d.ts +6 -4
  229. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +6 -4
  230. package/dist-types/commands/RenameObjectCommand.d.ts +6 -4
  231. package/dist-types/commands/RestoreObjectCommand.d.ts +6 -4
  232. package/dist-types/commands/SelectObjectContentCommand.d.ts +6 -4
  233. package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +6 -4
  234. package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +6 -4
  235. package/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +6 -4
  236. package/dist-types/commands/UploadPartCommand.d.ts +6 -4
  237. package/dist-types/commands/UploadPartCopyCommand.d.ts +6 -4
  238. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +6 -4
  239. package/dist-types/endpoint/bdd.d.ts +1 -1
  240. package/dist-types/extensionConfiguration.d.ts +1 -1
  241. package/dist-types/models/S3ServiceException.d.ts +1 -1
  242. package/dist-types/models/errors.d.ts +1 -1
  243. package/dist-types/runtimeConfig.browser.d.ts +3 -3
  244. package/dist-types/runtimeConfig.d.ts +3 -3
  245. package/dist-types/runtimeConfig.native.d.ts +3 -3
  246. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  247. package/dist-types/ts3.4/S3.d.ts +1 -1
  248. package/dist-types/ts3.4/S3Client.d.ts +12 -18
  249. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +6 -4
  250. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  262. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +6 -8
  302. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +6 -4
  303. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +6 -4
  304. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +6 -4
  305. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +6 -4
  306. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -4
  307. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +6 -4
  308. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +6 -4
  309. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +6 -4
  310. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +6 -4
  311. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -4
  312. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +6 -4
  313. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +6 -4
  314. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +6 -4
  315. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +6 -4
  316. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +6 -4
  317. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +6 -4
  318. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +6 -4
  319. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +6 -4
  320. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +6 -8
  321. package/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +6 -4
  322. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +6 -4
  323. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +6 -4
  324. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -4
  325. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +6 -4
  327. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +6 -4
  328. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +6 -4
  329. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +6 -4
  330. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +6 -4
  331. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +6 -4
  332. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +6 -4
  333. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +6 -4
  334. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +6 -4
  335. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +6 -4
  336. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +6 -4
  337. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +6 -4
  338. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +6 -4
  339. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +6 -4
  340. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +6 -4
  341. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +6 -8
  342. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +6 -4
  343. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +6 -4
  344. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +6 -4
  345. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +6 -4
  346. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +6 -4
  347. package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +6 -4
  348. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +6 -4
  349. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +6 -4
  350. package/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +6 -4
  351. package/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +6 -4
  352. package/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +6 -4
  353. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +6 -4
  354. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +6 -4
  355. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +6 -4
  356. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  357. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  358. package/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
  359. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  360. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -3
  361. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -3
  362. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  363. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  364. package/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +1 -1
  365. package/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +1 -1
  366. package/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +1 -1
  367. package/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +1 -1
  368. package/dist-types/waiters/waitForBucketExists.d.ts +1 -1
  369. package/dist-types/waiters/waitForBucketNotExists.d.ts +1 -1
  370. package/dist-types/waiters/waitForObjectExists.d.ts +1 -1
  371. package/dist-types/waiters/waitForObjectNotExists.d.ts +1 -1
  372. package/package.json +20 -49
package/dist-cjs/index.js CHANGED
@@ -7,22 +7,20 @@ var middlewareLogger = require('@aws-sdk/middleware-logger');
7
7
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
8
8
  var middlewareSdkS3 = require('@aws-sdk/middleware-sdk-s3');
9
9
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
10
- var configResolver = require('@smithy/config-resolver');
11
10
  var core = require('@smithy/core');
11
+ var client = require('@smithy/core/client');
12
+ var config = require('@smithy/core/config');
13
+ var endpoints = require('@smithy/core/endpoints');
14
+ var eventStreams = require('@smithy/core/event-streams');
15
+ var protocols = require('@smithy/core/protocols');
16
+ var retry = require('@smithy/core/retry');
12
17
  var schema = require('@smithy/core/schema');
13
- var eventstreamSerdeConfigResolver = require('@smithy/eventstream-serde-config-resolver');
14
- var middlewareContentLength = require('@smithy/middleware-content-length');
15
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
16
- var middlewareRetry = require('@smithy/middleware-retry');
17
- var smithyClient = require('@smithy/smithy-client');
18
18
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
19
19
  var schemas_0 = require('./schemas/schemas_0');
20
20
  var runtimeConfig = require('./runtimeConfig');
21
21
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
22
- var protocolHttp = require('@smithy/protocol-http');
23
22
  var middlewareSsec = require('@aws-sdk/middleware-ssec');
24
23
  var middlewareLocationConstraint = require('@aws-sdk/middleware-location-constraint');
25
- var utilWaiter = require('@smithy/util-waiter');
26
24
  var errors = require('./models/errors');
27
25
  var S3ServiceException = require('./models/S3ServiceException');
28
26
 
@@ -51,7 +49,7 @@ const commonParams = {
51
49
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
52
50
  };
53
51
 
54
- class CreateSessionCommand extends smithyClient.Command
52
+ class CreateSessionCommand extends client.Command
55
53
  .classBuilder()
56
54
  .ep({
57
55
  ...commonParams,
@@ -60,7 +58,7 @@ class CreateSessionCommand extends smithyClient.Command
60
58
  })
61
59
  .m(function (Command, cs, config, o) {
62
60
  return [
63
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
61
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
64
62
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
65
63
  ];
66
64
  })
@@ -110,12 +108,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
110
108
  };
111
109
 
112
110
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
113
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
111
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
114
112
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
115
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
113
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
116
114
  };
117
115
 
118
- class S3Client extends smithyClient.Client {
116
+ class S3Client extends client.Client {
119
117
  config;
120
118
  constructor(...[configuration]) {
121
119
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -124,19 +122,19 @@ class S3Client extends smithyClient.Client {
124
122
  const _config_1 = resolveClientEndpointParameters(_config_0);
125
123
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
126
124
  const _config_3 = middlewareFlexibleChecksums.resolveFlexibleChecksumsConfig(_config_2);
127
- const _config_4 = middlewareRetry.resolveRetryConfig(_config_3);
128
- const _config_5 = configResolver.resolveRegionConfig(_config_4);
125
+ const _config_4 = retry.resolveRetryConfig(_config_3);
126
+ const _config_5 = config.resolveRegionConfig(_config_4);
129
127
  const _config_6 = middlewareHostHeader.resolveHostHeaderConfig(_config_5);
130
- const _config_7 = middlewareEndpoint.resolveEndpointConfig(_config_6);
131
- const _config_8 = eventstreamSerdeConfigResolver.resolveEventStreamSerdeConfig(_config_7);
128
+ const _config_7 = endpoints.resolveEndpointConfig(_config_6);
129
+ const _config_8 = eventStreams.resolveEventStreamSerdeConfig(_config_7);
132
130
  const _config_9 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_8);
133
131
  const _config_10 = middlewareSdkS3.resolveS3Config(_config_9, { session: [() => this, CreateSessionCommand] });
134
132
  const _config_11 = resolveRuntimeExtensions(_config_10, configuration?.extensions || []);
135
133
  this.config = _config_11;
136
134
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
137
135
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
138
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
139
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
136
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
137
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
140
138
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
141
139
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
142
140
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -159,7 +157,7 @@ class S3Client extends smithyClient.Client {
159
157
  }
160
158
  }
161
159
 
162
- class AbortMultipartUploadCommand extends smithyClient.Command
160
+ class AbortMultipartUploadCommand extends client.Command
163
161
  .classBuilder()
164
162
  .ep({
165
163
  ...commonParams,
@@ -168,7 +166,7 @@ class AbortMultipartUploadCommand extends smithyClient.Command
168
166
  })
169
167
  .m(function (Command, cs, config, o) {
170
168
  return [
171
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
169
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
172
170
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
173
171
  ];
174
172
  })
@@ -178,7 +176,7 @@ class AbortMultipartUploadCommand extends smithyClient.Command
178
176
  .build() {
179
177
  }
180
178
 
181
- class CompleteMultipartUploadCommand extends smithyClient.Command
179
+ class CompleteMultipartUploadCommand extends client.Command
182
180
  .classBuilder()
183
181
  .ep({
184
182
  ...commonParams,
@@ -187,7 +185,7 @@ class CompleteMultipartUploadCommand extends smithyClient.Command
187
185
  })
188
186
  .m(function (Command, cs, config, o) {
189
187
  return [
190
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
188
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
191
189
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
192
190
  middlewareSsec.getSsecPlugin(config),
193
191
  ];
@@ -198,7 +196,7 @@ class CompleteMultipartUploadCommand extends smithyClient.Command
198
196
  .build() {
199
197
  }
200
198
 
201
- class CopyObjectCommand extends smithyClient.Command
199
+ class CopyObjectCommand extends client.Command
202
200
  .classBuilder()
203
201
  .ep({
204
202
  ...commonParams,
@@ -209,7 +207,7 @@ class CopyObjectCommand extends smithyClient.Command
209
207
  })
210
208
  .m(function (Command, cs, config, o) {
211
209
  return [
212
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
210
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
213
211
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
214
212
  middlewareSsec.getSsecPlugin(config),
215
213
  ];
@@ -220,7 +218,7 @@ class CopyObjectCommand extends smithyClient.Command
220
218
  .build() {
221
219
  }
222
220
 
223
- class CreateBucketCommand extends smithyClient.Command
221
+ class CreateBucketCommand extends client.Command
224
222
  .classBuilder()
225
223
  .ep({
226
224
  ...commonParams,
@@ -230,7 +228,7 @@ class CreateBucketCommand extends smithyClient.Command
230
228
  })
231
229
  .m(function (Command, cs, config, o) {
232
230
  return [
233
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
231
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
234
232
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
235
233
  middlewareLocationConstraint.getLocationConstraintPlugin(config),
236
234
  ];
@@ -241,7 +239,7 @@ class CreateBucketCommand extends smithyClient.Command
241
239
  .build() {
242
240
  }
243
241
 
244
- class CreateBucketMetadataConfigurationCommand extends smithyClient.Command
242
+ class CreateBucketMetadataConfigurationCommand extends client.Command
245
243
  .classBuilder()
246
244
  .ep({
247
245
  ...commonParams,
@@ -250,7 +248,7 @@ class CreateBucketMetadataConfigurationCommand extends smithyClient.Command
250
248
  })
251
249
  .m(function (Command, cs, config, o) {
252
250
  return [
253
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
251
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
254
252
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
255
253
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
256
254
  requestChecksumRequired: true,
@@ -263,7 +261,7 @@ class CreateBucketMetadataConfigurationCommand extends smithyClient.Command
263
261
  .build() {
264
262
  }
265
263
 
266
- class CreateBucketMetadataTableConfigurationCommand extends smithyClient.Command
264
+ class CreateBucketMetadataTableConfigurationCommand extends client.Command
267
265
  .classBuilder()
268
266
  .ep({
269
267
  ...commonParams,
@@ -272,7 +270,7 @@ class CreateBucketMetadataTableConfigurationCommand extends smithyClient.Command
272
270
  })
273
271
  .m(function (Command, cs, config, o) {
274
272
  return [
275
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
273
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
276
274
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
277
275
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
278
276
  requestChecksumRequired: true,
@@ -285,7 +283,7 @@ class CreateBucketMetadataTableConfigurationCommand extends smithyClient.Command
285
283
  .build() {
286
284
  }
287
285
 
288
- class CreateMultipartUploadCommand extends smithyClient.Command
286
+ class CreateMultipartUploadCommand extends client.Command
289
287
  .classBuilder()
290
288
  .ep({
291
289
  ...commonParams,
@@ -294,7 +292,7 @@ class CreateMultipartUploadCommand extends smithyClient.Command
294
292
  })
295
293
  .m(function (Command, cs, config, o) {
296
294
  return [
297
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
295
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
298
296
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
299
297
  middlewareSsec.getSsecPlugin(config),
300
298
  ];
@@ -305,7 +303,7 @@ class CreateMultipartUploadCommand extends smithyClient.Command
305
303
  .build() {
306
304
  }
307
305
 
308
- class DeleteBucketAnalyticsConfigurationCommand extends smithyClient.Command
306
+ class DeleteBucketAnalyticsConfigurationCommand extends client.Command
309
307
  .classBuilder()
310
308
  .ep({
311
309
  ...commonParams,
@@ -313,7 +311,7 @@ class DeleteBucketAnalyticsConfigurationCommand extends smithyClient.Command
313
311
  Bucket: { type: "contextParams", name: "Bucket" },
314
312
  })
315
313
  .m(function (Command, cs, config, o) {
316
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
314
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
317
315
  })
318
316
  .s("AmazonS3", "DeleteBucketAnalyticsConfiguration", {})
319
317
  .n("S3Client", "DeleteBucketAnalyticsConfigurationCommand")
@@ -321,7 +319,7 @@ class DeleteBucketAnalyticsConfigurationCommand extends smithyClient.Command
321
319
  .build() {
322
320
  }
323
321
 
324
- class DeleteBucketCommand extends smithyClient.Command
322
+ class DeleteBucketCommand extends client.Command
325
323
  .classBuilder()
326
324
  .ep({
327
325
  ...commonParams,
@@ -329,7 +327,7 @@ class DeleteBucketCommand extends smithyClient.Command
329
327
  Bucket: { type: "contextParams", name: "Bucket" },
330
328
  })
331
329
  .m(function (Command, cs, config, o) {
332
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
330
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
333
331
  })
334
332
  .s("AmazonS3", "DeleteBucket", {})
335
333
  .n("S3Client", "DeleteBucketCommand")
@@ -337,7 +335,7 @@ class DeleteBucketCommand extends smithyClient.Command
337
335
  .build() {
338
336
  }
339
337
 
340
- class DeleteBucketCorsCommand extends smithyClient.Command
338
+ class DeleteBucketCorsCommand extends client.Command
341
339
  .classBuilder()
342
340
  .ep({
343
341
  ...commonParams,
@@ -345,7 +343,7 @@ class DeleteBucketCorsCommand extends smithyClient.Command
345
343
  Bucket: { type: "contextParams", name: "Bucket" },
346
344
  })
347
345
  .m(function (Command, cs, config, o) {
348
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
346
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
349
347
  })
350
348
  .s("AmazonS3", "DeleteBucketCors", {})
351
349
  .n("S3Client", "DeleteBucketCorsCommand")
@@ -353,7 +351,7 @@ class DeleteBucketCorsCommand extends smithyClient.Command
353
351
  .build() {
354
352
  }
355
353
 
356
- class DeleteBucketEncryptionCommand extends smithyClient.Command
354
+ class DeleteBucketEncryptionCommand extends client.Command
357
355
  .classBuilder()
358
356
  .ep({
359
357
  ...commonParams,
@@ -361,7 +359,7 @@ class DeleteBucketEncryptionCommand extends smithyClient.Command
361
359
  Bucket: { type: "contextParams", name: "Bucket" },
362
360
  })
363
361
  .m(function (Command, cs, config, o) {
364
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
362
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
365
363
  })
366
364
  .s("AmazonS3", "DeleteBucketEncryption", {})
367
365
  .n("S3Client", "DeleteBucketEncryptionCommand")
@@ -369,7 +367,7 @@ class DeleteBucketEncryptionCommand extends smithyClient.Command
369
367
  .build() {
370
368
  }
371
369
 
372
- class DeleteBucketIntelligentTieringConfigurationCommand extends smithyClient.Command
370
+ class DeleteBucketIntelligentTieringConfigurationCommand extends client.Command
373
371
  .classBuilder()
374
372
  .ep({
375
373
  ...commonParams,
@@ -377,7 +375,7 @@ class DeleteBucketIntelligentTieringConfigurationCommand extends smithyClient.Co
377
375
  Bucket: { type: "contextParams", name: "Bucket" },
378
376
  })
379
377
  .m(function (Command, cs, config, o) {
380
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
378
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
381
379
  })
382
380
  .s("AmazonS3", "DeleteBucketIntelligentTieringConfiguration", {})
383
381
  .n("S3Client", "DeleteBucketIntelligentTieringConfigurationCommand")
@@ -385,7 +383,7 @@ class DeleteBucketIntelligentTieringConfigurationCommand extends smithyClient.Co
385
383
  .build() {
386
384
  }
387
385
 
388
- class DeleteBucketInventoryConfigurationCommand extends smithyClient.Command
386
+ class DeleteBucketInventoryConfigurationCommand extends client.Command
389
387
  .classBuilder()
390
388
  .ep({
391
389
  ...commonParams,
@@ -393,7 +391,7 @@ class DeleteBucketInventoryConfigurationCommand extends smithyClient.Command
393
391
  Bucket: { type: "contextParams", name: "Bucket" },
394
392
  })
395
393
  .m(function (Command, cs, config, o) {
396
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
394
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
397
395
  })
398
396
  .s("AmazonS3", "DeleteBucketInventoryConfiguration", {})
399
397
  .n("S3Client", "DeleteBucketInventoryConfigurationCommand")
@@ -401,7 +399,7 @@ class DeleteBucketInventoryConfigurationCommand extends smithyClient.Command
401
399
  .build() {
402
400
  }
403
401
 
404
- class DeleteBucketLifecycleCommand extends smithyClient.Command
402
+ class DeleteBucketLifecycleCommand extends client.Command
405
403
  .classBuilder()
406
404
  .ep({
407
405
  ...commonParams,
@@ -409,7 +407,7 @@ class DeleteBucketLifecycleCommand extends smithyClient.Command
409
407
  Bucket: { type: "contextParams", name: "Bucket" },
410
408
  })
411
409
  .m(function (Command, cs, config, o) {
412
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
410
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
413
411
  })
414
412
  .s("AmazonS3", "DeleteBucketLifecycle", {})
415
413
  .n("S3Client", "DeleteBucketLifecycleCommand")
@@ -417,7 +415,7 @@ class DeleteBucketLifecycleCommand extends smithyClient.Command
417
415
  .build() {
418
416
  }
419
417
 
420
- class DeleteBucketMetadataConfigurationCommand extends smithyClient.Command
418
+ class DeleteBucketMetadataConfigurationCommand extends client.Command
421
419
  .classBuilder()
422
420
  .ep({
423
421
  ...commonParams,
@@ -425,7 +423,7 @@ class DeleteBucketMetadataConfigurationCommand extends smithyClient.Command
425
423
  Bucket: { type: "contextParams", name: "Bucket" },
426
424
  })
427
425
  .m(function (Command, cs, config, o) {
428
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
426
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
429
427
  })
430
428
  .s("AmazonS3", "DeleteBucketMetadataConfiguration", {})
431
429
  .n("S3Client", "DeleteBucketMetadataConfigurationCommand")
@@ -433,7 +431,7 @@ class DeleteBucketMetadataConfigurationCommand extends smithyClient.Command
433
431
  .build() {
434
432
  }
435
433
 
436
- class DeleteBucketMetadataTableConfigurationCommand extends smithyClient.Command
434
+ class DeleteBucketMetadataTableConfigurationCommand extends client.Command
437
435
  .classBuilder()
438
436
  .ep({
439
437
  ...commonParams,
@@ -441,7 +439,7 @@ class DeleteBucketMetadataTableConfigurationCommand extends smithyClient.Command
441
439
  Bucket: { type: "contextParams", name: "Bucket" },
442
440
  })
443
441
  .m(function (Command, cs, config, o) {
444
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
442
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
445
443
  })
446
444
  .s("AmazonS3", "DeleteBucketMetadataTableConfiguration", {})
447
445
  .n("S3Client", "DeleteBucketMetadataTableConfigurationCommand")
@@ -449,7 +447,7 @@ class DeleteBucketMetadataTableConfigurationCommand extends smithyClient.Command
449
447
  .build() {
450
448
  }
451
449
 
452
- class DeleteBucketMetricsConfigurationCommand extends smithyClient.Command
450
+ class DeleteBucketMetricsConfigurationCommand extends client.Command
453
451
  .classBuilder()
454
452
  .ep({
455
453
  ...commonParams,
@@ -457,7 +455,7 @@ class DeleteBucketMetricsConfigurationCommand extends smithyClient.Command
457
455
  Bucket: { type: "contextParams", name: "Bucket" },
458
456
  })
459
457
  .m(function (Command, cs, config, o) {
460
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
458
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
461
459
  })
462
460
  .s("AmazonS3", "DeleteBucketMetricsConfiguration", {})
463
461
  .n("S3Client", "DeleteBucketMetricsConfigurationCommand")
@@ -465,7 +463,7 @@ class DeleteBucketMetricsConfigurationCommand extends smithyClient.Command
465
463
  .build() {
466
464
  }
467
465
 
468
- class DeleteBucketOwnershipControlsCommand extends smithyClient.Command
466
+ class DeleteBucketOwnershipControlsCommand extends client.Command
469
467
  .classBuilder()
470
468
  .ep({
471
469
  ...commonParams,
@@ -473,7 +471,7 @@ class DeleteBucketOwnershipControlsCommand extends smithyClient.Command
473
471
  Bucket: { type: "contextParams", name: "Bucket" },
474
472
  })
475
473
  .m(function (Command, cs, config, o) {
476
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
474
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
477
475
  })
478
476
  .s("AmazonS3", "DeleteBucketOwnershipControls", {})
479
477
  .n("S3Client", "DeleteBucketOwnershipControlsCommand")
@@ -481,7 +479,7 @@ class DeleteBucketOwnershipControlsCommand extends smithyClient.Command
481
479
  .build() {
482
480
  }
483
481
 
484
- class DeleteBucketPolicyCommand extends smithyClient.Command
482
+ class DeleteBucketPolicyCommand extends client.Command
485
483
  .classBuilder()
486
484
  .ep({
487
485
  ...commonParams,
@@ -489,7 +487,7 @@ class DeleteBucketPolicyCommand extends smithyClient.Command
489
487
  Bucket: { type: "contextParams", name: "Bucket" },
490
488
  })
491
489
  .m(function (Command, cs, config, o) {
492
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
490
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
493
491
  })
494
492
  .s("AmazonS3", "DeleteBucketPolicy", {})
495
493
  .n("S3Client", "DeleteBucketPolicyCommand")
@@ -497,7 +495,7 @@ class DeleteBucketPolicyCommand extends smithyClient.Command
497
495
  .build() {
498
496
  }
499
497
 
500
- class DeleteBucketReplicationCommand extends smithyClient.Command
498
+ class DeleteBucketReplicationCommand extends client.Command
501
499
  .classBuilder()
502
500
  .ep({
503
501
  ...commonParams,
@@ -505,7 +503,7 @@ class DeleteBucketReplicationCommand extends smithyClient.Command
505
503
  Bucket: { type: "contextParams", name: "Bucket" },
506
504
  })
507
505
  .m(function (Command, cs, config, o) {
508
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
506
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
509
507
  })
510
508
  .s("AmazonS3", "DeleteBucketReplication", {})
511
509
  .n("S3Client", "DeleteBucketReplicationCommand")
@@ -513,7 +511,7 @@ class DeleteBucketReplicationCommand extends smithyClient.Command
513
511
  .build() {
514
512
  }
515
513
 
516
- class DeleteBucketTaggingCommand extends smithyClient.Command
514
+ class DeleteBucketTaggingCommand extends client.Command
517
515
  .classBuilder()
518
516
  .ep({
519
517
  ...commonParams,
@@ -521,7 +519,7 @@ class DeleteBucketTaggingCommand extends smithyClient.Command
521
519
  Bucket: { type: "contextParams", name: "Bucket" },
522
520
  })
523
521
  .m(function (Command, cs, config, o) {
524
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
522
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
525
523
  })
526
524
  .s("AmazonS3", "DeleteBucketTagging", {})
527
525
  .n("S3Client", "DeleteBucketTaggingCommand")
@@ -529,7 +527,7 @@ class DeleteBucketTaggingCommand extends smithyClient.Command
529
527
  .build() {
530
528
  }
531
529
 
532
- class DeleteBucketWebsiteCommand extends smithyClient.Command
530
+ class DeleteBucketWebsiteCommand extends client.Command
533
531
  .classBuilder()
534
532
  .ep({
535
533
  ...commonParams,
@@ -537,7 +535,7 @@ class DeleteBucketWebsiteCommand extends smithyClient.Command
537
535
  Bucket: { type: "contextParams", name: "Bucket" },
538
536
  })
539
537
  .m(function (Command, cs, config, o) {
540
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
538
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
541
539
  })
542
540
  .s("AmazonS3", "DeleteBucketWebsite", {})
543
541
  .n("S3Client", "DeleteBucketWebsiteCommand")
@@ -545,7 +543,7 @@ class DeleteBucketWebsiteCommand extends smithyClient.Command
545
543
  .build() {
546
544
  }
547
545
 
548
- class DeleteObjectCommand extends smithyClient.Command
546
+ class DeleteObjectCommand extends client.Command
549
547
  .classBuilder()
550
548
  .ep({
551
549
  ...commonParams,
@@ -554,7 +552,7 @@ class DeleteObjectCommand extends smithyClient.Command
554
552
  })
555
553
  .m(function (Command, cs, config, o) {
556
554
  return [
557
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
555
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
558
556
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
559
557
  ];
560
558
  })
@@ -564,7 +562,7 @@ class DeleteObjectCommand extends smithyClient.Command
564
562
  .build() {
565
563
  }
566
564
 
567
- class DeleteObjectsCommand extends smithyClient.Command
565
+ class DeleteObjectsCommand extends client.Command
568
566
  .classBuilder()
569
567
  .ep({
570
568
  ...commonParams,
@@ -572,7 +570,7 @@ class DeleteObjectsCommand extends smithyClient.Command
572
570
  })
573
571
  .m(function (Command, cs, config, o) {
574
572
  return [
575
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
573
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
576
574
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
577
575
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
578
576
  requestChecksumRequired: true,
@@ -586,7 +584,7 @@ class DeleteObjectsCommand extends smithyClient.Command
586
584
  .build() {
587
585
  }
588
586
 
589
- class DeleteObjectTaggingCommand extends smithyClient.Command
587
+ class DeleteObjectTaggingCommand extends client.Command
590
588
  .classBuilder()
591
589
  .ep({
592
590
  ...commonParams,
@@ -594,7 +592,7 @@ class DeleteObjectTaggingCommand extends smithyClient.Command
594
592
  })
595
593
  .m(function (Command, cs, config, o) {
596
594
  return [
597
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
595
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
598
596
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
599
597
  ];
600
598
  })
@@ -604,7 +602,7 @@ class DeleteObjectTaggingCommand extends smithyClient.Command
604
602
  .build() {
605
603
  }
606
604
 
607
- class DeletePublicAccessBlockCommand extends smithyClient.Command
605
+ class DeletePublicAccessBlockCommand extends client.Command
608
606
  .classBuilder()
609
607
  .ep({
610
608
  ...commonParams,
@@ -612,7 +610,7 @@ class DeletePublicAccessBlockCommand extends smithyClient.Command
612
610
  Bucket: { type: "contextParams", name: "Bucket" },
613
611
  })
614
612
  .m(function (Command, cs, config, o) {
615
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
613
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
616
614
  })
617
615
  .s("AmazonS3", "DeletePublicAccessBlock", {})
618
616
  .n("S3Client", "DeletePublicAccessBlockCommand")
@@ -620,7 +618,7 @@ class DeletePublicAccessBlockCommand extends smithyClient.Command
620
618
  .build() {
621
619
  }
622
620
 
623
- class GetBucketAbacCommand extends smithyClient.Command
621
+ class GetBucketAbacCommand extends client.Command
624
622
  .classBuilder()
625
623
  .ep({
626
624
  ...commonParams,
@@ -628,7 +626,7 @@ class GetBucketAbacCommand extends smithyClient.Command
628
626
  })
629
627
  .m(function (Command, cs, config, o) {
630
628
  return [
631
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
629
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
632
630
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
633
631
  ];
634
632
  })
@@ -638,7 +636,7 @@ class GetBucketAbacCommand extends smithyClient.Command
638
636
  .build() {
639
637
  }
640
638
 
641
- class GetBucketAccelerateConfigurationCommand extends smithyClient.Command
639
+ class GetBucketAccelerateConfigurationCommand extends client.Command
642
640
  .classBuilder()
643
641
  .ep({
644
642
  ...commonParams,
@@ -647,7 +645,7 @@ class GetBucketAccelerateConfigurationCommand extends smithyClient.Command
647
645
  })
648
646
  .m(function (Command, cs, config, o) {
649
647
  return [
650
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
648
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
651
649
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
652
650
  ];
653
651
  })
@@ -657,7 +655,7 @@ class GetBucketAccelerateConfigurationCommand extends smithyClient.Command
657
655
  .build() {
658
656
  }
659
657
 
660
- class GetBucketAclCommand extends smithyClient.Command
658
+ class GetBucketAclCommand extends client.Command
661
659
  .classBuilder()
662
660
  .ep({
663
661
  ...commonParams,
@@ -666,7 +664,7 @@ class GetBucketAclCommand extends smithyClient.Command
666
664
  })
667
665
  .m(function (Command, cs, config, o) {
668
666
  return [
669
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
667
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
670
668
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
671
669
  ];
672
670
  })
@@ -676,7 +674,7 @@ class GetBucketAclCommand extends smithyClient.Command
676
674
  .build() {
677
675
  }
678
676
 
679
- class GetBucketAnalyticsConfigurationCommand extends smithyClient.Command
677
+ class GetBucketAnalyticsConfigurationCommand extends client.Command
680
678
  .classBuilder()
681
679
  .ep({
682
680
  ...commonParams,
@@ -685,7 +683,7 @@ class GetBucketAnalyticsConfigurationCommand extends smithyClient.Command
685
683
  })
686
684
  .m(function (Command, cs, config, o) {
687
685
  return [
688
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
686
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
689
687
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
690
688
  ];
691
689
  })
@@ -695,7 +693,7 @@ class GetBucketAnalyticsConfigurationCommand extends smithyClient.Command
695
693
  .build() {
696
694
  }
697
695
 
698
- class GetBucketCorsCommand extends smithyClient.Command
696
+ class GetBucketCorsCommand extends client.Command
699
697
  .classBuilder()
700
698
  .ep({
701
699
  ...commonParams,
@@ -704,7 +702,7 @@ class GetBucketCorsCommand extends smithyClient.Command
704
702
  })
705
703
  .m(function (Command, cs, config, o) {
706
704
  return [
707
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
705
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
708
706
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
709
707
  ];
710
708
  })
@@ -714,7 +712,7 @@ class GetBucketCorsCommand extends smithyClient.Command
714
712
  .build() {
715
713
  }
716
714
 
717
- class GetBucketEncryptionCommand extends smithyClient.Command
715
+ class GetBucketEncryptionCommand extends client.Command
718
716
  .classBuilder()
719
717
  .ep({
720
718
  ...commonParams,
@@ -723,7 +721,7 @@ class GetBucketEncryptionCommand extends smithyClient.Command
723
721
  })
724
722
  .m(function (Command, cs, config, o) {
725
723
  return [
726
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
724
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
727
725
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
728
726
  ];
729
727
  })
@@ -733,7 +731,7 @@ class GetBucketEncryptionCommand extends smithyClient.Command
733
731
  .build() {
734
732
  }
735
733
 
736
- class GetBucketIntelligentTieringConfigurationCommand extends smithyClient.Command
734
+ class GetBucketIntelligentTieringConfigurationCommand extends client.Command
737
735
  .classBuilder()
738
736
  .ep({
739
737
  ...commonParams,
@@ -742,7 +740,7 @@ class GetBucketIntelligentTieringConfigurationCommand extends smithyClient.Comma
742
740
  })
743
741
  .m(function (Command, cs, config, o) {
744
742
  return [
745
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
743
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
746
744
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
747
745
  ];
748
746
  })
@@ -752,7 +750,7 @@ class GetBucketIntelligentTieringConfigurationCommand extends smithyClient.Comma
752
750
  .build() {
753
751
  }
754
752
 
755
- class GetBucketInventoryConfigurationCommand extends smithyClient.Command
753
+ class GetBucketInventoryConfigurationCommand extends client.Command
756
754
  .classBuilder()
757
755
  .ep({
758
756
  ...commonParams,
@@ -761,7 +759,7 @@ class GetBucketInventoryConfigurationCommand extends smithyClient.Command
761
759
  })
762
760
  .m(function (Command, cs, config, o) {
763
761
  return [
764
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
762
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
765
763
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
766
764
  ];
767
765
  })
@@ -771,7 +769,7 @@ class GetBucketInventoryConfigurationCommand extends smithyClient.Command
771
769
  .build() {
772
770
  }
773
771
 
774
- class GetBucketLifecycleConfigurationCommand extends smithyClient.Command
772
+ class GetBucketLifecycleConfigurationCommand extends client.Command
775
773
  .classBuilder()
776
774
  .ep({
777
775
  ...commonParams,
@@ -780,7 +778,7 @@ class GetBucketLifecycleConfigurationCommand extends smithyClient.Command
780
778
  })
781
779
  .m(function (Command, cs, config, o) {
782
780
  return [
783
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
781
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
784
782
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
785
783
  ];
786
784
  })
@@ -790,7 +788,7 @@ class GetBucketLifecycleConfigurationCommand extends smithyClient.Command
790
788
  .build() {
791
789
  }
792
790
 
793
- class GetBucketLocationCommand extends smithyClient.Command
791
+ class GetBucketLocationCommand extends client.Command
794
792
  .classBuilder()
795
793
  .ep({
796
794
  ...commonParams,
@@ -799,7 +797,7 @@ class GetBucketLocationCommand extends smithyClient.Command
799
797
  })
800
798
  .m(function (Command, cs, config, o) {
801
799
  return [
802
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
800
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
803
801
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
804
802
  ];
805
803
  })
@@ -809,7 +807,7 @@ class GetBucketLocationCommand extends smithyClient.Command
809
807
  .build() {
810
808
  }
811
809
 
812
- class GetBucketLoggingCommand extends smithyClient.Command
810
+ class GetBucketLoggingCommand extends client.Command
813
811
  .classBuilder()
814
812
  .ep({
815
813
  ...commonParams,
@@ -818,7 +816,7 @@ class GetBucketLoggingCommand extends smithyClient.Command
818
816
  })
819
817
  .m(function (Command, cs, config, o) {
820
818
  return [
821
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
819
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
822
820
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
823
821
  ];
824
822
  })
@@ -828,7 +826,7 @@ class GetBucketLoggingCommand extends smithyClient.Command
828
826
  .build() {
829
827
  }
830
828
 
831
- class GetBucketMetadataConfigurationCommand extends smithyClient.Command
829
+ class GetBucketMetadataConfigurationCommand extends client.Command
832
830
  .classBuilder()
833
831
  .ep({
834
832
  ...commonParams,
@@ -837,7 +835,7 @@ class GetBucketMetadataConfigurationCommand extends smithyClient.Command
837
835
  })
838
836
  .m(function (Command, cs, config, o) {
839
837
  return [
840
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
838
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
841
839
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
842
840
  ];
843
841
  })
@@ -847,7 +845,7 @@ class GetBucketMetadataConfigurationCommand extends smithyClient.Command
847
845
  .build() {
848
846
  }
849
847
 
850
- class GetBucketMetadataTableConfigurationCommand extends smithyClient.Command
848
+ class GetBucketMetadataTableConfigurationCommand extends client.Command
851
849
  .classBuilder()
852
850
  .ep({
853
851
  ...commonParams,
@@ -856,7 +854,7 @@ class GetBucketMetadataTableConfigurationCommand extends smithyClient.Command
856
854
  })
857
855
  .m(function (Command, cs, config, o) {
858
856
  return [
859
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
857
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
860
858
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
861
859
  ];
862
860
  })
@@ -866,7 +864,7 @@ class GetBucketMetadataTableConfigurationCommand extends smithyClient.Command
866
864
  .build() {
867
865
  }
868
866
 
869
- class GetBucketMetricsConfigurationCommand extends smithyClient.Command
867
+ class GetBucketMetricsConfigurationCommand extends client.Command
870
868
  .classBuilder()
871
869
  .ep({
872
870
  ...commonParams,
@@ -875,7 +873,7 @@ class GetBucketMetricsConfigurationCommand extends smithyClient.Command
875
873
  })
876
874
  .m(function (Command, cs, config, o) {
877
875
  return [
878
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
876
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
879
877
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
880
878
  ];
881
879
  })
@@ -885,7 +883,7 @@ class GetBucketMetricsConfigurationCommand extends smithyClient.Command
885
883
  .build() {
886
884
  }
887
885
 
888
- class GetBucketNotificationConfigurationCommand extends smithyClient.Command
886
+ class GetBucketNotificationConfigurationCommand extends client.Command
889
887
  .classBuilder()
890
888
  .ep({
891
889
  ...commonParams,
@@ -894,7 +892,7 @@ class GetBucketNotificationConfigurationCommand extends smithyClient.Command
894
892
  })
895
893
  .m(function (Command, cs, config, o) {
896
894
  return [
897
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
895
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
898
896
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
899
897
  ];
900
898
  })
@@ -904,7 +902,7 @@ class GetBucketNotificationConfigurationCommand extends smithyClient.Command
904
902
  .build() {
905
903
  }
906
904
 
907
- class GetBucketOwnershipControlsCommand extends smithyClient.Command
905
+ class GetBucketOwnershipControlsCommand extends client.Command
908
906
  .classBuilder()
909
907
  .ep({
910
908
  ...commonParams,
@@ -913,7 +911,7 @@ class GetBucketOwnershipControlsCommand extends smithyClient.Command
913
911
  })
914
912
  .m(function (Command, cs, config, o) {
915
913
  return [
916
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
914
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
917
915
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
918
916
  ];
919
917
  })
@@ -923,7 +921,7 @@ class GetBucketOwnershipControlsCommand extends smithyClient.Command
923
921
  .build() {
924
922
  }
925
923
 
926
- class GetBucketPolicyCommand extends smithyClient.Command
924
+ class GetBucketPolicyCommand extends client.Command
927
925
  .classBuilder()
928
926
  .ep({
929
927
  ...commonParams,
@@ -931,7 +929,7 @@ class GetBucketPolicyCommand extends smithyClient.Command
931
929
  Bucket: { type: "contextParams", name: "Bucket" },
932
930
  })
933
931
  .m(function (Command, cs, config, o) {
934
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
932
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
935
933
  })
936
934
  .s("AmazonS3", "GetBucketPolicy", {})
937
935
  .n("S3Client", "GetBucketPolicyCommand")
@@ -939,7 +937,7 @@ class GetBucketPolicyCommand extends smithyClient.Command
939
937
  .build() {
940
938
  }
941
939
 
942
- class GetBucketPolicyStatusCommand extends smithyClient.Command
940
+ class GetBucketPolicyStatusCommand extends client.Command
943
941
  .classBuilder()
944
942
  .ep({
945
943
  ...commonParams,
@@ -948,7 +946,7 @@ class GetBucketPolicyStatusCommand extends smithyClient.Command
948
946
  })
949
947
  .m(function (Command, cs, config, o) {
950
948
  return [
951
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
949
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
952
950
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
953
951
  ];
954
952
  })
@@ -958,7 +956,7 @@ class GetBucketPolicyStatusCommand extends smithyClient.Command
958
956
  .build() {
959
957
  }
960
958
 
961
- class GetBucketReplicationCommand extends smithyClient.Command
959
+ class GetBucketReplicationCommand extends client.Command
962
960
  .classBuilder()
963
961
  .ep({
964
962
  ...commonParams,
@@ -967,7 +965,7 @@ class GetBucketReplicationCommand extends smithyClient.Command
967
965
  })
968
966
  .m(function (Command, cs, config, o) {
969
967
  return [
970
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
968
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
971
969
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
972
970
  ];
973
971
  })
@@ -977,7 +975,7 @@ class GetBucketReplicationCommand extends smithyClient.Command
977
975
  .build() {
978
976
  }
979
977
 
980
- class GetBucketRequestPaymentCommand extends smithyClient.Command
978
+ class GetBucketRequestPaymentCommand extends client.Command
981
979
  .classBuilder()
982
980
  .ep({
983
981
  ...commonParams,
@@ -986,7 +984,7 @@ class GetBucketRequestPaymentCommand extends smithyClient.Command
986
984
  })
987
985
  .m(function (Command, cs, config, o) {
988
986
  return [
989
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
987
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
990
988
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
991
989
  ];
992
990
  })
@@ -996,7 +994,7 @@ class GetBucketRequestPaymentCommand extends smithyClient.Command
996
994
  .build() {
997
995
  }
998
996
 
999
- class GetBucketTaggingCommand extends smithyClient.Command
997
+ class GetBucketTaggingCommand extends client.Command
1000
998
  .classBuilder()
1001
999
  .ep({
1002
1000
  ...commonParams,
@@ -1005,7 +1003,7 @@ class GetBucketTaggingCommand extends smithyClient.Command
1005
1003
  })
1006
1004
  .m(function (Command, cs, config, o) {
1007
1005
  return [
1008
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1006
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1009
1007
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1010
1008
  ];
1011
1009
  })
@@ -1015,7 +1013,7 @@ class GetBucketTaggingCommand extends smithyClient.Command
1015
1013
  .build() {
1016
1014
  }
1017
1015
 
1018
- class GetBucketVersioningCommand extends smithyClient.Command
1016
+ class GetBucketVersioningCommand extends client.Command
1019
1017
  .classBuilder()
1020
1018
  .ep({
1021
1019
  ...commonParams,
@@ -1024,7 +1022,7 @@ class GetBucketVersioningCommand extends smithyClient.Command
1024
1022
  })
1025
1023
  .m(function (Command, cs, config, o) {
1026
1024
  return [
1027
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1025
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1028
1026
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1029
1027
  ];
1030
1028
  })
@@ -1034,7 +1032,7 @@ class GetBucketVersioningCommand extends smithyClient.Command
1034
1032
  .build() {
1035
1033
  }
1036
1034
 
1037
- class GetBucketWebsiteCommand extends smithyClient.Command
1035
+ class GetBucketWebsiteCommand extends client.Command
1038
1036
  .classBuilder()
1039
1037
  .ep({
1040
1038
  ...commonParams,
@@ -1043,7 +1041,7 @@ class GetBucketWebsiteCommand extends smithyClient.Command
1043
1041
  })
1044
1042
  .m(function (Command, cs, config, o) {
1045
1043
  return [
1046
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1044
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1047
1045
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1048
1046
  ];
1049
1047
  })
@@ -1053,7 +1051,7 @@ class GetBucketWebsiteCommand extends smithyClient.Command
1053
1051
  .build() {
1054
1052
  }
1055
1053
 
1056
- class GetObjectAclCommand extends smithyClient.Command
1054
+ class GetObjectAclCommand extends client.Command
1057
1055
  .classBuilder()
1058
1056
  .ep({
1059
1057
  ...commonParams,
@@ -1062,7 +1060,7 @@ class GetObjectAclCommand extends smithyClient.Command
1062
1060
  })
1063
1061
  .m(function (Command, cs, config, o) {
1064
1062
  return [
1065
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1063
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1066
1064
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1067
1065
  ];
1068
1066
  })
@@ -1072,7 +1070,7 @@ class GetObjectAclCommand extends smithyClient.Command
1072
1070
  .build() {
1073
1071
  }
1074
1072
 
1075
- class GetObjectAttributesCommand extends smithyClient.Command
1073
+ class GetObjectAttributesCommand extends client.Command
1076
1074
  .classBuilder()
1077
1075
  .ep({
1078
1076
  ...commonParams,
@@ -1080,7 +1078,7 @@ class GetObjectAttributesCommand extends smithyClient.Command
1080
1078
  })
1081
1079
  .m(function (Command, cs, config, o) {
1082
1080
  return [
1083
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1081
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1084
1082
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1085
1083
  middlewareSsec.getSsecPlugin(config),
1086
1084
  ];
@@ -1091,7 +1089,7 @@ class GetObjectAttributesCommand extends smithyClient.Command
1091
1089
  .build() {
1092
1090
  }
1093
1091
 
1094
- class GetObjectCommand extends smithyClient.Command
1092
+ class GetObjectCommand extends client.Command
1095
1093
  .classBuilder()
1096
1094
  .ep({
1097
1095
  ...commonParams,
@@ -1100,7 +1098,7 @@ class GetObjectCommand extends smithyClient.Command
1100
1098
  })
1101
1099
  .m(function (Command, cs, config, o) {
1102
1100
  return [
1103
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1101
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1104
1102
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1105
1103
  requestChecksumRequired: false,
1106
1104
  requestValidationModeMember: 'ChecksumMode',
@@ -1116,7 +1114,7 @@ class GetObjectCommand extends smithyClient.Command
1116
1114
  .build() {
1117
1115
  }
1118
1116
 
1119
- class GetObjectLegalHoldCommand extends smithyClient.Command
1117
+ class GetObjectLegalHoldCommand extends client.Command
1120
1118
  .classBuilder()
1121
1119
  .ep({
1122
1120
  ...commonParams,
@@ -1124,7 +1122,7 @@ class GetObjectLegalHoldCommand extends smithyClient.Command
1124
1122
  })
1125
1123
  .m(function (Command, cs, config, o) {
1126
1124
  return [
1127
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1125
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1128
1126
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1129
1127
  ];
1130
1128
  })
@@ -1134,7 +1132,7 @@ class GetObjectLegalHoldCommand extends smithyClient.Command
1134
1132
  .build() {
1135
1133
  }
1136
1134
 
1137
- class GetObjectLockConfigurationCommand extends smithyClient.Command
1135
+ class GetObjectLockConfigurationCommand extends client.Command
1138
1136
  .classBuilder()
1139
1137
  .ep({
1140
1138
  ...commonParams,
@@ -1142,7 +1140,7 @@ class GetObjectLockConfigurationCommand extends smithyClient.Command
1142
1140
  })
1143
1141
  .m(function (Command, cs, config, o) {
1144
1142
  return [
1145
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1143
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1146
1144
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1147
1145
  ];
1148
1146
  })
@@ -1152,7 +1150,7 @@ class GetObjectLockConfigurationCommand extends smithyClient.Command
1152
1150
  .build() {
1153
1151
  }
1154
1152
 
1155
- class GetObjectRetentionCommand extends smithyClient.Command
1153
+ class GetObjectRetentionCommand extends client.Command
1156
1154
  .classBuilder()
1157
1155
  .ep({
1158
1156
  ...commonParams,
@@ -1160,7 +1158,7 @@ class GetObjectRetentionCommand extends smithyClient.Command
1160
1158
  })
1161
1159
  .m(function (Command, cs, config, o) {
1162
1160
  return [
1163
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1161
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1164
1162
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1165
1163
  ];
1166
1164
  })
@@ -1170,7 +1168,7 @@ class GetObjectRetentionCommand extends smithyClient.Command
1170
1168
  .build() {
1171
1169
  }
1172
1170
 
1173
- class GetObjectTaggingCommand extends smithyClient.Command
1171
+ class GetObjectTaggingCommand extends client.Command
1174
1172
  .classBuilder()
1175
1173
  .ep({
1176
1174
  ...commonParams,
@@ -1178,7 +1176,7 @@ class GetObjectTaggingCommand extends smithyClient.Command
1178
1176
  })
1179
1177
  .m(function (Command, cs, config, o) {
1180
1178
  return [
1181
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1179
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1182
1180
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1183
1181
  ];
1184
1182
  })
@@ -1188,14 +1186,14 @@ class GetObjectTaggingCommand extends smithyClient.Command
1188
1186
  .build() {
1189
1187
  }
1190
1188
 
1191
- class GetObjectTorrentCommand extends smithyClient.Command
1189
+ class GetObjectTorrentCommand extends client.Command
1192
1190
  .classBuilder()
1193
1191
  .ep({
1194
1192
  ...commonParams,
1195
1193
  Bucket: { type: "contextParams", name: "Bucket" },
1196
1194
  })
1197
1195
  .m(function (Command, cs, config, o) {
1198
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1196
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1199
1197
  })
1200
1198
  .s("AmazonS3", "GetObjectTorrent", {})
1201
1199
  .n("S3Client", "GetObjectTorrentCommand")
@@ -1203,7 +1201,7 @@ class GetObjectTorrentCommand extends smithyClient.Command
1203
1201
  .build() {
1204
1202
  }
1205
1203
 
1206
- class GetPublicAccessBlockCommand extends smithyClient.Command
1204
+ class GetPublicAccessBlockCommand extends client.Command
1207
1205
  .classBuilder()
1208
1206
  .ep({
1209
1207
  ...commonParams,
@@ -1212,7 +1210,7 @@ class GetPublicAccessBlockCommand extends smithyClient.Command
1212
1210
  })
1213
1211
  .m(function (Command, cs, config, o) {
1214
1212
  return [
1215
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1213
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1216
1214
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1217
1215
  ];
1218
1216
  })
@@ -1222,7 +1220,7 @@ class GetPublicAccessBlockCommand extends smithyClient.Command
1222
1220
  .build() {
1223
1221
  }
1224
1222
 
1225
- class HeadBucketCommand extends smithyClient.Command
1223
+ class HeadBucketCommand extends client.Command
1226
1224
  .classBuilder()
1227
1225
  .ep({
1228
1226
  ...commonParams,
@@ -1230,7 +1228,7 @@ class HeadBucketCommand extends smithyClient.Command
1230
1228
  })
1231
1229
  .m(function (Command, cs, config, o) {
1232
1230
  return [
1233
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1231
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1234
1232
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1235
1233
  ];
1236
1234
  })
@@ -1240,7 +1238,7 @@ class HeadBucketCommand extends smithyClient.Command
1240
1238
  .build() {
1241
1239
  }
1242
1240
 
1243
- class HeadObjectCommand extends smithyClient.Command
1241
+ class HeadObjectCommand extends client.Command
1244
1242
  .classBuilder()
1245
1243
  .ep({
1246
1244
  ...commonParams,
@@ -1249,7 +1247,7 @@ class HeadObjectCommand extends smithyClient.Command
1249
1247
  })
1250
1248
  .m(function (Command, cs, config, o) {
1251
1249
  return [
1252
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1250
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1253
1251
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1254
1252
  middlewareSsec.getSsecPlugin(config),
1255
1253
  middlewareSdkS3.getS3ExpiresMiddlewarePlugin(config),
@@ -1261,7 +1259,7 @@ class HeadObjectCommand extends smithyClient.Command
1261
1259
  .build() {
1262
1260
  }
1263
1261
 
1264
- class ListBucketAnalyticsConfigurationsCommand extends smithyClient.Command
1262
+ class ListBucketAnalyticsConfigurationsCommand extends client.Command
1265
1263
  .classBuilder()
1266
1264
  .ep({
1267
1265
  ...commonParams,
@@ -1270,7 +1268,7 @@ class ListBucketAnalyticsConfigurationsCommand extends smithyClient.Command
1270
1268
  })
1271
1269
  .m(function (Command, cs, config, o) {
1272
1270
  return [
1273
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1271
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1274
1272
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1275
1273
  ];
1276
1274
  })
@@ -1280,7 +1278,7 @@ class ListBucketAnalyticsConfigurationsCommand extends smithyClient.Command
1280
1278
  .build() {
1281
1279
  }
1282
1280
 
1283
- class ListBucketIntelligentTieringConfigurationsCommand extends smithyClient.Command
1281
+ class ListBucketIntelligentTieringConfigurationsCommand extends client.Command
1284
1282
  .classBuilder()
1285
1283
  .ep({
1286
1284
  ...commonParams,
@@ -1289,7 +1287,7 @@ class ListBucketIntelligentTieringConfigurationsCommand extends smithyClient.Com
1289
1287
  })
1290
1288
  .m(function (Command, cs, config, o) {
1291
1289
  return [
1292
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1290
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1293
1291
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1294
1292
  ];
1295
1293
  })
@@ -1299,7 +1297,7 @@ class ListBucketIntelligentTieringConfigurationsCommand extends smithyClient.Com
1299
1297
  .build() {
1300
1298
  }
1301
1299
 
1302
- class ListBucketInventoryConfigurationsCommand extends smithyClient.Command
1300
+ class ListBucketInventoryConfigurationsCommand extends client.Command
1303
1301
  .classBuilder()
1304
1302
  .ep({
1305
1303
  ...commonParams,
@@ -1308,7 +1306,7 @@ class ListBucketInventoryConfigurationsCommand extends smithyClient.Command
1308
1306
  })
1309
1307
  .m(function (Command, cs, config, o) {
1310
1308
  return [
1311
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1309
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1312
1310
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1313
1311
  ];
1314
1312
  })
@@ -1318,7 +1316,7 @@ class ListBucketInventoryConfigurationsCommand extends smithyClient.Command
1318
1316
  .build() {
1319
1317
  }
1320
1318
 
1321
- class ListBucketMetricsConfigurationsCommand extends smithyClient.Command
1319
+ class ListBucketMetricsConfigurationsCommand extends client.Command
1322
1320
  .classBuilder()
1323
1321
  .ep({
1324
1322
  ...commonParams,
@@ -1327,7 +1325,7 @@ class ListBucketMetricsConfigurationsCommand extends smithyClient.Command
1327
1325
  })
1328
1326
  .m(function (Command, cs, config, o) {
1329
1327
  return [
1330
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1328
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1331
1329
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1332
1330
  ];
1333
1331
  })
@@ -1337,12 +1335,12 @@ class ListBucketMetricsConfigurationsCommand extends smithyClient.Command
1337
1335
  .build() {
1338
1336
  }
1339
1337
 
1340
- class ListBucketsCommand extends smithyClient.Command
1338
+ class ListBucketsCommand extends client.Command
1341
1339
  .classBuilder()
1342
1340
  .ep(commonParams)
1343
1341
  .m(function (Command, cs, config, o) {
1344
1342
  return [
1345
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1343
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1346
1344
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1347
1345
  ];
1348
1346
  })
@@ -1352,7 +1350,7 @@ class ListBucketsCommand extends smithyClient.Command
1352
1350
  .build() {
1353
1351
  }
1354
1352
 
1355
- class ListDirectoryBucketsCommand extends smithyClient.Command
1353
+ class ListDirectoryBucketsCommand extends client.Command
1356
1354
  .classBuilder()
1357
1355
  .ep({
1358
1356
  ...commonParams,
@@ -1360,7 +1358,7 @@ class ListDirectoryBucketsCommand extends smithyClient.Command
1360
1358
  })
1361
1359
  .m(function (Command, cs, config, o) {
1362
1360
  return [
1363
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1361
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1364
1362
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1365
1363
  ];
1366
1364
  })
@@ -1370,7 +1368,7 @@ class ListDirectoryBucketsCommand extends smithyClient.Command
1370
1368
  .build() {
1371
1369
  }
1372
1370
 
1373
- class ListMultipartUploadsCommand extends smithyClient.Command
1371
+ class ListMultipartUploadsCommand extends client.Command
1374
1372
  .classBuilder()
1375
1373
  .ep({
1376
1374
  ...commonParams,
@@ -1379,7 +1377,7 @@ class ListMultipartUploadsCommand extends smithyClient.Command
1379
1377
  })
1380
1378
  .m(function (Command, cs, config, o) {
1381
1379
  return [
1382
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1380
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1383
1381
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1384
1382
  ];
1385
1383
  })
@@ -1389,7 +1387,7 @@ class ListMultipartUploadsCommand extends smithyClient.Command
1389
1387
  .build() {
1390
1388
  }
1391
1389
 
1392
- class ListObjectsCommand extends smithyClient.Command
1390
+ class ListObjectsCommand extends client.Command
1393
1391
  .classBuilder()
1394
1392
  .ep({
1395
1393
  ...commonParams,
@@ -1398,7 +1396,7 @@ class ListObjectsCommand extends smithyClient.Command
1398
1396
  })
1399
1397
  .m(function (Command, cs, config, o) {
1400
1398
  return [
1401
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1399
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1402
1400
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1403
1401
  ];
1404
1402
  })
@@ -1408,7 +1406,7 @@ class ListObjectsCommand extends smithyClient.Command
1408
1406
  .build() {
1409
1407
  }
1410
1408
 
1411
- class ListObjectsV2Command extends smithyClient.Command
1409
+ class ListObjectsV2Command extends client.Command
1412
1410
  .classBuilder()
1413
1411
  .ep({
1414
1412
  ...commonParams,
@@ -1417,7 +1415,7 @@ class ListObjectsV2Command extends smithyClient.Command
1417
1415
  })
1418
1416
  .m(function (Command, cs, config, o) {
1419
1417
  return [
1420
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1418
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1421
1419
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1422
1420
  ];
1423
1421
  })
@@ -1427,7 +1425,7 @@ class ListObjectsV2Command extends smithyClient.Command
1427
1425
  .build() {
1428
1426
  }
1429
1427
 
1430
- class ListObjectVersionsCommand extends smithyClient.Command
1428
+ class ListObjectVersionsCommand extends client.Command
1431
1429
  .classBuilder()
1432
1430
  .ep({
1433
1431
  ...commonParams,
@@ -1436,7 +1434,7 @@ class ListObjectVersionsCommand extends smithyClient.Command
1436
1434
  })
1437
1435
  .m(function (Command, cs, config, o) {
1438
1436
  return [
1439
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1437
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1440
1438
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1441
1439
  ];
1442
1440
  })
@@ -1446,7 +1444,7 @@ class ListObjectVersionsCommand extends smithyClient.Command
1446
1444
  .build() {
1447
1445
  }
1448
1446
 
1449
- class ListPartsCommand extends smithyClient.Command
1447
+ class ListPartsCommand extends client.Command
1450
1448
  .classBuilder()
1451
1449
  .ep({
1452
1450
  ...commonParams,
@@ -1455,7 +1453,7 @@ class ListPartsCommand extends smithyClient.Command
1455
1453
  })
1456
1454
  .m(function (Command, cs, config, o) {
1457
1455
  return [
1458
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1456
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1459
1457
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
1460
1458
  middlewareSsec.getSsecPlugin(config),
1461
1459
  ];
@@ -1466,7 +1464,7 @@ class ListPartsCommand extends smithyClient.Command
1466
1464
  .build() {
1467
1465
  }
1468
1466
 
1469
- class PutBucketAbacCommand extends smithyClient.Command
1467
+ class PutBucketAbacCommand extends client.Command
1470
1468
  .classBuilder()
1471
1469
  .ep({
1472
1470
  ...commonParams,
@@ -1474,7 +1472,7 @@ class PutBucketAbacCommand extends smithyClient.Command
1474
1472
  })
1475
1473
  .m(function (Command, cs, config, o) {
1476
1474
  return [
1477
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1475
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1478
1476
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1479
1477
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1480
1478
  requestChecksumRequired: false,
@@ -1487,7 +1485,7 @@ class PutBucketAbacCommand extends smithyClient.Command
1487
1485
  .build() {
1488
1486
  }
1489
1487
 
1490
- class PutBucketAccelerateConfigurationCommand extends smithyClient.Command
1488
+ class PutBucketAccelerateConfigurationCommand extends client.Command
1491
1489
  .classBuilder()
1492
1490
  .ep({
1493
1491
  ...commonParams,
@@ -1496,7 +1494,7 @@ class PutBucketAccelerateConfigurationCommand extends smithyClient.Command
1496
1494
  })
1497
1495
  .m(function (Command, cs, config, o) {
1498
1496
  return [
1499
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1497
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1500
1498
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1501
1499
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1502
1500
  requestChecksumRequired: false,
@@ -1509,7 +1507,7 @@ class PutBucketAccelerateConfigurationCommand extends smithyClient.Command
1509
1507
  .build() {
1510
1508
  }
1511
1509
 
1512
- class PutBucketAclCommand extends smithyClient.Command
1510
+ class PutBucketAclCommand extends client.Command
1513
1511
  .classBuilder()
1514
1512
  .ep({
1515
1513
  ...commonParams,
@@ -1518,7 +1516,7 @@ class PutBucketAclCommand extends smithyClient.Command
1518
1516
  })
1519
1517
  .m(function (Command, cs, config, o) {
1520
1518
  return [
1521
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1519
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1522
1520
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1523
1521
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1524
1522
  requestChecksumRequired: true,
@@ -1531,7 +1529,7 @@ class PutBucketAclCommand extends smithyClient.Command
1531
1529
  .build() {
1532
1530
  }
1533
1531
 
1534
- class PutBucketAnalyticsConfigurationCommand extends smithyClient.Command
1532
+ class PutBucketAnalyticsConfigurationCommand extends client.Command
1535
1533
  .classBuilder()
1536
1534
  .ep({
1537
1535
  ...commonParams,
@@ -1539,7 +1537,7 @@ class PutBucketAnalyticsConfigurationCommand extends smithyClient.Command
1539
1537
  Bucket: { type: "contextParams", name: "Bucket" },
1540
1538
  })
1541
1539
  .m(function (Command, cs, config, o) {
1542
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1540
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1543
1541
  })
1544
1542
  .s("AmazonS3", "PutBucketAnalyticsConfiguration", {})
1545
1543
  .n("S3Client", "PutBucketAnalyticsConfigurationCommand")
@@ -1547,7 +1545,7 @@ class PutBucketAnalyticsConfigurationCommand extends smithyClient.Command
1547
1545
  .build() {
1548
1546
  }
1549
1547
 
1550
- class PutBucketCorsCommand extends smithyClient.Command
1548
+ class PutBucketCorsCommand extends client.Command
1551
1549
  .classBuilder()
1552
1550
  .ep({
1553
1551
  ...commonParams,
@@ -1556,7 +1554,7 @@ class PutBucketCorsCommand extends smithyClient.Command
1556
1554
  })
1557
1555
  .m(function (Command, cs, config, o) {
1558
1556
  return [
1559
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1557
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1560
1558
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1561
1559
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1562
1560
  requestChecksumRequired: true,
@@ -1569,7 +1567,7 @@ class PutBucketCorsCommand extends smithyClient.Command
1569
1567
  .build() {
1570
1568
  }
1571
1569
 
1572
- class PutBucketEncryptionCommand extends smithyClient.Command
1570
+ class PutBucketEncryptionCommand extends client.Command
1573
1571
  .classBuilder()
1574
1572
  .ep({
1575
1573
  ...commonParams,
@@ -1578,7 +1576,7 @@ class PutBucketEncryptionCommand extends smithyClient.Command
1578
1576
  })
1579
1577
  .m(function (Command, cs, config, o) {
1580
1578
  return [
1581
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1579
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1582
1580
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1583
1581
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1584
1582
  requestChecksumRequired: true,
@@ -1591,7 +1589,7 @@ class PutBucketEncryptionCommand extends smithyClient.Command
1591
1589
  .build() {
1592
1590
  }
1593
1591
 
1594
- class PutBucketIntelligentTieringConfigurationCommand extends smithyClient.Command
1592
+ class PutBucketIntelligentTieringConfigurationCommand extends client.Command
1595
1593
  .classBuilder()
1596
1594
  .ep({
1597
1595
  ...commonParams,
@@ -1599,7 +1597,7 @@ class PutBucketIntelligentTieringConfigurationCommand extends smithyClient.Comma
1599
1597
  Bucket: { type: "contextParams", name: "Bucket" },
1600
1598
  })
1601
1599
  .m(function (Command, cs, config, o) {
1602
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1600
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1603
1601
  })
1604
1602
  .s("AmazonS3", "PutBucketIntelligentTieringConfiguration", {})
1605
1603
  .n("S3Client", "PutBucketIntelligentTieringConfigurationCommand")
@@ -1607,7 +1605,7 @@ class PutBucketIntelligentTieringConfigurationCommand extends smithyClient.Comma
1607
1605
  .build() {
1608
1606
  }
1609
1607
 
1610
- class PutBucketInventoryConfigurationCommand extends smithyClient.Command
1608
+ class PutBucketInventoryConfigurationCommand extends client.Command
1611
1609
  .classBuilder()
1612
1610
  .ep({
1613
1611
  ...commonParams,
@@ -1615,7 +1613,7 @@ class PutBucketInventoryConfigurationCommand extends smithyClient.Command
1615
1613
  Bucket: { type: "contextParams", name: "Bucket" },
1616
1614
  })
1617
1615
  .m(function (Command, cs, config, o) {
1618
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1616
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1619
1617
  })
1620
1618
  .s("AmazonS3", "PutBucketInventoryConfiguration", {})
1621
1619
  .n("S3Client", "PutBucketInventoryConfigurationCommand")
@@ -1623,7 +1621,7 @@ class PutBucketInventoryConfigurationCommand extends smithyClient.Command
1623
1621
  .build() {
1624
1622
  }
1625
1623
 
1626
- class PutBucketLifecycleConfigurationCommand extends smithyClient.Command
1624
+ class PutBucketLifecycleConfigurationCommand extends client.Command
1627
1625
  .classBuilder()
1628
1626
  .ep({
1629
1627
  ...commonParams,
@@ -1632,7 +1630,7 @@ class PutBucketLifecycleConfigurationCommand extends smithyClient.Command
1632
1630
  })
1633
1631
  .m(function (Command, cs, config, o) {
1634
1632
  return [
1635
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1633
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1636
1634
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1637
1635
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1638
1636
  requestChecksumRequired: true,
@@ -1646,7 +1644,7 @@ class PutBucketLifecycleConfigurationCommand extends smithyClient.Command
1646
1644
  .build() {
1647
1645
  }
1648
1646
 
1649
- class PutBucketLoggingCommand extends smithyClient.Command
1647
+ class PutBucketLoggingCommand extends client.Command
1650
1648
  .classBuilder()
1651
1649
  .ep({
1652
1650
  ...commonParams,
@@ -1655,7 +1653,7 @@ class PutBucketLoggingCommand extends smithyClient.Command
1655
1653
  })
1656
1654
  .m(function (Command, cs, config, o) {
1657
1655
  return [
1658
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1656
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1659
1657
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1660
1658
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1661
1659
  requestChecksumRequired: true,
@@ -1668,7 +1666,7 @@ class PutBucketLoggingCommand extends smithyClient.Command
1668
1666
  .build() {
1669
1667
  }
1670
1668
 
1671
- class PutBucketMetricsConfigurationCommand extends smithyClient.Command
1669
+ class PutBucketMetricsConfigurationCommand extends client.Command
1672
1670
  .classBuilder()
1673
1671
  .ep({
1674
1672
  ...commonParams,
@@ -1676,7 +1674,7 @@ class PutBucketMetricsConfigurationCommand extends smithyClient.Command
1676
1674
  Bucket: { type: "contextParams", name: "Bucket" },
1677
1675
  })
1678
1676
  .m(function (Command, cs, config, o) {
1679
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1677
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1680
1678
  })
1681
1679
  .s("AmazonS3", "PutBucketMetricsConfiguration", {})
1682
1680
  .n("S3Client", "PutBucketMetricsConfigurationCommand")
@@ -1684,7 +1682,7 @@ class PutBucketMetricsConfigurationCommand extends smithyClient.Command
1684
1682
  .build() {
1685
1683
  }
1686
1684
 
1687
- class PutBucketNotificationConfigurationCommand extends smithyClient.Command
1685
+ class PutBucketNotificationConfigurationCommand extends client.Command
1688
1686
  .classBuilder()
1689
1687
  .ep({
1690
1688
  ...commonParams,
@@ -1692,7 +1690,7 @@ class PutBucketNotificationConfigurationCommand extends smithyClient.Command
1692
1690
  Bucket: { type: "contextParams", name: "Bucket" },
1693
1691
  })
1694
1692
  .m(function (Command, cs, config, o) {
1695
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1693
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1696
1694
  })
1697
1695
  .s("AmazonS3", "PutBucketNotificationConfiguration", {})
1698
1696
  .n("S3Client", "PutBucketNotificationConfigurationCommand")
@@ -1700,7 +1698,7 @@ class PutBucketNotificationConfigurationCommand extends smithyClient.Command
1700
1698
  .build() {
1701
1699
  }
1702
1700
 
1703
- class PutBucketOwnershipControlsCommand extends smithyClient.Command
1701
+ class PutBucketOwnershipControlsCommand extends client.Command
1704
1702
  .classBuilder()
1705
1703
  .ep({
1706
1704
  ...commonParams,
@@ -1709,7 +1707,7 @@ class PutBucketOwnershipControlsCommand extends smithyClient.Command
1709
1707
  })
1710
1708
  .m(function (Command, cs, config, o) {
1711
1709
  return [
1712
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1710
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1713
1711
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1714
1712
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1715
1713
  requestChecksumRequired: true,
@@ -1722,7 +1720,7 @@ class PutBucketOwnershipControlsCommand extends smithyClient.Command
1722
1720
  .build() {
1723
1721
  }
1724
1722
 
1725
- class PutBucketPolicyCommand extends smithyClient.Command
1723
+ class PutBucketPolicyCommand extends client.Command
1726
1724
  .classBuilder()
1727
1725
  .ep({
1728
1726
  ...commonParams,
@@ -1731,7 +1729,7 @@ class PutBucketPolicyCommand extends smithyClient.Command
1731
1729
  })
1732
1730
  .m(function (Command, cs, config, o) {
1733
1731
  return [
1734
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1732
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1735
1733
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1736
1734
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1737
1735
  requestChecksumRequired: true,
@@ -1744,7 +1742,7 @@ class PutBucketPolicyCommand extends smithyClient.Command
1744
1742
  .build() {
1745
1743
  }
1746
1744
 
1747
- class PutBucketReplicationCommand extends smithyClient.Command
1745
+ class PutBucketReplicationCommand extends client.Command
1748
1746
  .classBuilder()
1749
1747
  .ep({
1750
1748
  ...commonParams,
@@ -1753,7 +1751,7 @@ class PutBucketReplicationCommand extends smithyClient.Command
1753
1751
  })
1754
1752
  .m(function (Command, cs, config, o) {
1755
1753
  return [
1756
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1754
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1757
1755
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1758
1756
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1759
1757
  requestChecksumRequired: true,
@@ -1766,7 +1764,7 @@ class PutBucketReplicationCommand extends smithyClient.Command
1766
1764
  .build() {
1767
1765
  }
1768
1766
 
1769
- class PutBucketRequestPaymentCommand extends smithyClient.Command
1767
+ class PutBucketRequestPaymentCommand extends client.Command
1770
1768
  .classBuilder()
1771
1769
  .ep({
1772
1770
  ...commonParams,
@@ -1775,7 +1773,7 @@ class PutBucketRequestPaymentCommand extends smithyClient.Command
1775
1773
  })
1776
1774
  .m(function (Command, cs, config, o) {
1777
1775
  return [
1778
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1776
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1779
1777
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1780
1778
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1781
1779
  requestChecksumRequired: true,
@@ -1788,7 +1786,7 @@ class PutBucketRequestPaymentCommand extends smithyClient.Command
1788
1786
  .build() {
1789
1787
  }
1790
1788
 
1791
- class PutBucketTaggingCommand extends smithyClient.Command
1789
+ class PutBucketTaggingCommand extends client.Command
1792
1790
  .classBuilder()
1793
1791
  .ep({
1794
1792
  ...commonParams,
@@ -1797,7 +1795,7 @@ class PutBucketTaggingCommand extends smithyClient.Command
1797
1795
  })
1798
1796
  .m(function (Command, cs, config, o) {
1799
1797
  return [
1800
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1798
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1801
1799
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1802
1800
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1803
1801
  requestChecksumRequired: true,
@@ -1810,7 +1808,7 @@ class PutBucketTaggingCommand extends smithyClient.Command
1810
1808
  .build() {
1811
1809
  }
1812
1810
 
1813
- class PutBucketVersioningCommand extends smithyClient.Command
1811
+ class PutBucketVersioningCommand extends client.Command
1814
1812
  .classBuilder()
1815
1813
  .ep({
1816
1814
  ...commonParams,
@@ -1819,7 +1817,7 @@ class PutBucketVersioningCommand extends smithyClient.Command
1819
1817
  })
1820
1818
  .m(function (Command, cs, config, o) {
1821
1819
  return [
1822
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1820
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1823
1821
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1824
1822
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1825
1823
  requestChecksumRequired: true,
@@ -1832,7 +1830,7 @@ class PutBucketVersioningCommand extends smithyClient.Command
1832
1830
  .build() {
1833
1831
  }
1834
1832
 
1835
- class PutBucketWebsiteCommand extends smithyClient.Command
1833
+ class PutBucketWebsiteCommand extends client.Command
1836
1834
  .classBuilder()
1837
1835
  .ep({
1838
1836
  ...commonParams,
@@ -1841,7 +1839,7 @@ class PutBucketWebsiteCommand extends smithyClient.Command
1841
1839
  })
1842
1840
  .m(function (Command, cs, config, o) {
1843
1841
  return [
1844
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1842
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1845
1843
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1846
1844
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1847
1845
  requestChecksumRequired: true,
@@ -1854,7 +1852,7 @@ class PutBucketWebsiteCommand extends smithyClient.Command
1854
1852
  .build() {
1855
1853
  }
1856
1854
 
1857
- class PutObjectAclCommand extends smithyClient.Command
1855
+ class PutObjectAclCommand extends client.Command
1858
1856
  .classBuilder()
1859
1857
  .ep({
1860
1858
  ...commonParams,
@@ -1863,7 +1861,7 @@ class PutObjectAclCommand extends smithyClient.Command
1863
1861
  })
1864
1862
  .m(function (Command, cs, config, o) {
1865
1863
  return [
1866
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1864
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1867
1865
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1868
1866
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1869
1867
  requestChecksumRequired: true,
@@ -1877,7 +1875,7 @@ class PutObjectAclCommand extends smithyClient.Command
1877
1875
  .build() {
1878
1876
  }
1879
1877
 
1880
- class PutObjectCommand extends smithyClient.Command
1878
+ class PutObjectCommand extends client.Command
1881
1879
  .classBuilder()
1882
1880
  .ep({
1883
1881
  ...commonParams,
@@ -1886,7 +1884,7 @@ class PutObjectCommand extends smithyClient.Command
1886
1884
  })
1887
1885
  .m(function (Command, cs, config, o) {
1888
1886
  return [
1889
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1887
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1890
1888
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1891
1889
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1892
1890
  requestChecksumRequired: false,
@@ -1902,7 +1900,7 @@ class PutObjectCommand extends smithyClient.Command
1902
1900
  .build() {
1903
1901
  }
1904
1902
 
1905
- class PutObjectLegalHoldCommand extends smithyClient.Command
1903
+ class PutObjectLegalHoldCommand extends client.Command
1906
1904
  .classBuilder()
1907
1905
  .ep({
1908
1906
  ...commonParams,
@@ -1910,7 +1908,7 @@ class PutObjectLegalHoldCommand extends smithyClient.Command
1910
1908
  })
1911
1909
  .m(function (Command, cs, config, o) {
1912
1910
  return [
1913
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1911
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1914
1912
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1915
1913
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1916
1914
  requestChecksumRequired: true,
@@ -1924,7 +1922,7 @@ class PutObjectLegalHoldCommand extends smithyClient.Command
1924
1922
  .build() {
1925
1923
  }
1926
1924
 
1927
- class PutObjectLockConfigurationCommand extends smithyClient.Command
1925
+ class PutObjectLockConfigurationCommand extends client.Command
1928
1926
  .classBuilder()
1929
1927
  .ep({
1930
1928
  ...commonParams,
@@ -1932,7 +1930,7 @@ class PutObjectLockConfigurationCommand extends smithyClient.Command
1932
1930
  })
1933
1931
  .m(function (Command, cs, config, o) {
1934
1932
  return [
1935
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1933
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1936
1934
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1937
1935
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1938
1936
  requestChecksumRequired: true,
@@ -1946,7 +1944,7 @@ class PutObjectLockConfigurationCommand extends smithyClient.Command
1946
1944
  .build() {
1947
1945
  }
1948
1946
 
1949
- class PutObjectRetentionCommand extends smithyClient.Command
1947
+ class PutObjectRetentionCommand extends client.Command
1950
1948
  .classBuilder()
1951
1949
  .ep({
1952
1950
  ...commonParams,
@@ -1954,7 +1952,7 @@ class PutObjectRetentionCommand extends smithyClient.Command
1954
1952
  })
1955
1953
  .m(function (Command, cs, config, o) {
1956
1954
  return [
1957
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1955
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1958
1956
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1959
1957
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1960
1958
  requestChecksumRequired: true,
@@ -1968,7 +1966,7 @@ class PutObjectRetentionCommand extends smithyClient.Command
1968
1966
  .build() {
1969
1967
  }
1970
1968
 
1971
- class PutObjectTaggingCommand extends smithyClient.Command
1969
+ class PutObjectTaggingCommand extends client.Command
1972
1970
  .classBuilder()
1973
1971
  .ep({
1974
1972
  ...commonParams,
@@ -1976,7 +1974,7 @@ class PutObjectTaggingCommand extends smithyClient.Command
1976
1974
  })
1977
1975
  .m(function (Command, cs, config, o) {
1978
1976
  return [
1979
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1977
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1980
1978
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
1981
1979
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
1982
1980
  requestChecksumRequired: true,
@@ -1990,7 +1988,7 @@ class PutObjectTaggingCommand extends smithyClient.Command
1990
1988
  .build() {
1991
1989
  }
1992
1990
 
1993
- class PutPublicAccessBlockCommand extends smithyClient.Command
1991
+ class PutPublicAccessBlockCommand extends client.Command
1994
1992
  .classBuilder()
1995
1993
  .ep({
1996
1994
  ...commonParams,
@@ -1999,7 +1997,7 @@ class PutPublicAccessBlockCommand extends smithyClient.Command
1999
1997
  })
2000
1998
  .m(function (Command, cs, config, o) {
2001
1999
  return [
2002
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2000
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2003
2001
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
2004
2002
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
2005
2003
  requestChecksumRequired: true,
@@ -2012,7 +2010,7 @@ class PutPublicAccessBlockCommand extends smithyClient.Command
2012
2010
  .build() {
2013
2011
  }
2014
2012
 
2015
- class RenameObjectCommand extends smithyClient.Command
2013
+ class RenameObjectCommand extends client.Command
2016
2014
  .classBuilder()
2017
2015
  .ep({
2018
2016
  ...commonParams,
@@ -2021,7 +2019,7 @@ class RenameObjectCommand extends smithyClient.Command
2021
2019
  })
2022
2020
  .m(function (Command, cs, config, o) {
2023
2021
  return [
2024
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2022
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2025
2023
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
2026
2024
  ];
2027
2025
  })
@@ -2031,7 +2029,7 @@ class RenameObjectCommand extends smithyClient.Command
2031
2029
  .build() {
2032
2030
  }
2033
2031
 
2034
- class RestoreObjectCommand extends smithyClient.Command
2032
+ class RestoreObjectCommand extends client.Command
2035
2033
  .classBuilder()
2036
2034
  .ep({
2037
2035
  ...commonParams,
@@ -2039,7 +2037,7 @@ class RestoreObjectCommand extends smithyClient.Command
2039
2037
  })
2040
2038
  .m(function (Command, cs, config, o) {
2041
2039
  return [
2042
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2040
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2043
2041
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
2044
2042
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
2045
2043
  requestChecksumRequired: false,
@@ -2053,7 +2051,7 @@ class RestoreObjectCommand extends smithyClient.Command
2053
2051
  .build() {
2054
2052
  }
2055
2053
 
2056
- class SelectObjectContentCommand extends smithyClient.Command
2054
+ class SelectObjectContentCommand extends client.Command
2057
2055
  .classBuilder()
2058
2056
  .ep({
2059
2057
  ...commonParams,
@@ -2061,7 +2059,7 @@ class SelectObjectContentCommand extends smithyClient.Command
2061
2059
  })
2062
2060
  .m(function (Command, cs, config, o) {
2063
2061
  return [
2064
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2062
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2065
2063
  middlewareSsec.getSsecPlugin(config),
2066
2064
  ];
2067
2065
  })
@@ -2075,7 +2073,7 @@ class SelectObjectContentCommand extends smithyClient.Command
2075
2073
  .build() {
2076
2074
  }
2077
2075
 
2078
- class UpdateBucketMetadataInventoryTableConfigurationCommand extends smithyClient.Command
2076
+ class UpdateBucketMetadataInventoryTableConfigurationCommand extends client.Command
2079
2077
  .classBuilder()
2080
2078
  .ep({
2081
2079
  ...commonParams,
@@ -2084,7 +2082,7 @@ class UpdateBucketMetadataInventoryTableConfigurationCommand extends smithyClien
2084
2082
  })
2085
2083
  .m(function (Command, cs, config, o) {
2086
2084
  return [
2087
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2085
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2088
2086
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
2089
2087
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
2090
2088
  requestChecksumRequired: true,
@@ -2097,7 +2095,7 @@ class UpdateBucketMetadataInventoryTableConfigurationCommand extends smithyClien
2097
2095
  .build() {
2098
2096
  }
2099
2097
 
2100
- class UpdateBucketMetadataJournalTableConfigurationCommand extends smithyClient.Command
2098
+ class UpdateBucketMetadataJournalTableConfigurationCommand extends client.Command
2101
2099
  .classBuilder()
2102
2100
  .ep({
2103
2101
  ...commonParams,
@@ -2106,7 +2104,7 @@ class UpdateBucketMetadataJournalTableConfigurationCommand extends smithyClient.
2106
2104
  })
2107
2105
  .m(function (Command, cs, config, o) {
2108
2106
  return [
2109
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2107
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2110
2108
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
2111
2109
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
2112
2110
  requestChecksumRequired: true,
@@ -2119,7 +2117,7 @@ class UpdateBucketMetadataJournalTableConfigurationCommand extends smithyClient.
2119
2117
  .build() {
2120
2118
  }
2121
2119
 
2122
- class UpdateObjectEncryptionCommand extends smithyClient.Command
2120
+ class UpdateObjectEncryptionCommand extends client.Command
2123
2121
  .classBuilder()
2124
2122
  .ep({
2125
2123
  ...commonParams,
@@ -2127,7 +2125,7 @@ class UpdateObjectEncryptionCommand extends smithyClient.Command
2127
2125
  })
2128
2126
  .m(function (Command, cs, config, o) {
2129
2127
  return [
2130
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2128
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2131
2129
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
2132
2130
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
2133
2131
  requestChecksumRequired: true,
@@ -2141,7 +2139,7 @@ class UpdateObjectEncryptionCommand extends smithyClient.Command
2141
2139
  .build() {
2142
2140
  }
2143
2141
 
2144
- class UploadPartCommand extends smithyClient.Command
2142
+ class UploadPartCommand extends client.Command
2145
2143
  .classBuilder()
2146
2144
  .ep({
2147
2145
  ...commonParams,
@@ -2150,7 +2148,7 @@ class UploadPartCommand extends smithyClient.Command
2150
2148
  })
2151
2149
  .m(function (Command, cs, config, o) {
2152
2150
  return [
2153
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2151
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2154
2152
  middlewareFlexibleChecksums.getFlexibleChecksumsPlugin(config, {
2155
2153
  requestAlgorithmMember: { 'httpHeader': 'x-amz-sdk-checksum-algorithm', 'name': 'ChecksumAlgorithm' },
2156
2154
  requestChecksumRequired: false,
@@ -2165,7 +2163,7 @@ class UploadPartCommand extends smithyClient.Command
2165
2163
  .build() {
2166
2164
  }
2167
2165
 
2168
- class UploadPartCopyCommand extends smithyClient.Command
2166
+ class UploadPartCopyCommand extends client.Command
2169
2167
  .classBuilder()
2170
2168
  .ep({
2171
2169
  ...commonParams,
@@ -2174,7 +2172,7 @@ class UploadPartCopyCommand extends smithyClient.Command
2174
2172
  })
2175
2173
  .m(function (Command, cs, config, o) {
2176
2174
  return [
2177
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2175
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2178
2176
  middlewareSdkS3.getThrow200ExceptionsPlugin(config),
2179
2177
  middlewareSsec.getSsecPlugin(config),
2180
2178
  ];
@@ -2185,14 +2183,14 @@ class UploadPartCopyCommand extends smithyClient.Command
2185
2183
  .build() {
2186
2184
  }
2187
2185
 
2188
- class WriteGetObjectResponseCommand extends smithyClient.Command
2186
+ class WriteGetObjectResponseCommand extends client.Command
2189
2187
  .classBuilder()
2190
2188
  .ep({
2191
2189
  ...commonParams,
2192
2190
  UseObjectLambdaEndpoint: { type: "staticContextParams", value: true },
2193
2191
  })
2194
2192
  .m(function (Command, cs, config, o) {
2195
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2193
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2196
2194
  })
2197
2195
  .s("AmazonS3", "WriteGetObjectResponse", {})
2198
2196
  .n("S3Client", "WriteGetObjectResponseCommand")
@@ -2208,102 +2206,102 @@ const paginateListObjectsV2 = core.createPaginator(S3Client, ListObjectsV2Comman
2208
2206
 
2209
2207
  const paginateListParts = core.createPaginator(S3Client, ListPartsCommand, "PartNumberMarker", "NextPartNumberMarker", "MaxParts");
2210
2208
 
2211
- const checkState$3 = async (client, input) => {
2209
+ const checkState$3 = async (client$1, input) => {
2212
2210
  let reason;
2213
2211
  try {
2214
- let result = await client.send(new HeadBucketCommand(input));
2212
+ let result = await client$1.send(new HeadBucketCommand(input));
2215
2213
  reason = result;
2216
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2214
+ return { state: client.WaiterState.SUCCESS, reason };
2217
2215
  }
2218
2216
  catch (exception) {
2219
2217
  reason = exception;
2220
2218
  if (exception.name === "NotFound") {
2221
- return { state: utilWaiter.WaiterState.RETRY, reason };
2219
+ return { state: client.WaiterState.RETRY, reason };
2222
2220
  }
2223
2221
  }
2224
- return { state: utilWaiter.WaiterState.RETRY, reason };
2222
+ return { state: client.WaiterState.RETRY, reason };
2225
2223
  };
2226
2224
  const waitForBucketExists = async (params, input) => {
2227
2225
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2228
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
2226
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
2229
2227
  };
2230
2228
  const waitUntilBucketExists = async (params, input) => {
2231
2229
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2232
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
2233
- return utilWaiter.checkExceptions(result);
2230
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
2231
+ return client.checkExceptions(result);
2234
2232
  };
2235
2233
 
2236
- const checkState$2 = async (client, input) => {
2234
+ const checkState$2 = async (client$1, input) => {
2237
2235
  let reason;
2238
2236
  try {
2239
- let result = await client.send(new HeadBucketCommand(input));
2237
+ let result = await client$1.send(new HeadBucketCommand(input));
2240
2238
  reason = result;
2241
2239
  }
2242
2240
  catch (exception) {
2243
2241
  reason = exception;
2244
2242
  if (exception.name === "NotFound") {
2245
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2243
+ return { state: client.WaiterState.SUCCESS, reason };
2246
2244
  }
2247
2245
  }
2248
- return { state: utilWaiter.WaiterState.RETRY, reason };
2246
+ return { state: client.WaiterState.RETRY, reason };
2249
2247
  };
2250
2248
  const waitForBucketNotExists = async (params, input) => {
2251
2249
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2252
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2250
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2253
2251
  };
2254
2252
  const waitUntilBucketNotExists = async (params, input) => {
2255
2253
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2256
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2257
- return utilWaiter.checkExceptions(result);
2254
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2255
+ return client.checkExceptions(result);
2258
2256
  };
2259
2257
 
2260
- const checkState$1 = async (client, input) => {
2258
+ const checkState$1 = async (client$1, input) => {
2261
2259
  let reason;
2262
2260
  try {
2263
- let result = await client.send(new HeadObjectCommand(input));
2261
+ let result = await client$1.send(new HeadObjectCommand(input));
2264
2262
  reason = result;
2265
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2263
+ return { state: client.WaiterState.SUCCESS, reason };
2266
2264
  }
2267
2265
  catch (exception) {
2268
2266
  reason = exception;
2269
2267
  if (exception.name === "NotFound") {
2270
- return { state: utilWaiter.WaiterState.RETRY, reason };
2268
+ return { state: client.WaiterState.RETRY, reason };
2271
2269
  }
2272
2270
  }
2273
- return { state: utilWaiter.WaiterState.RETRY, reason };
2271
+ return { state: client.WaiterState.RETRY, reason };
2274
2272
  };
2275
2273
  const waitForObjectExists = async (params, input) => {
2276
2274
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2277
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2275
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2278
2276
  };
2279
2277
  const waitUntilObjectExists = async (params, input) => {
2280
2278
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2281
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2282
- return utilWaiter.checkExceptions(result);
2279
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2280
+ return client.checkExceptions(result);
2283
2281
  };
2284
2282
 
2285
- const checkState = async (client, input) => {
2283
+ const checkState = async (client$1, input) => {
2286
2284
  let reason;
2287
2285
  try {
2288
- let result = await client.send(new HeadObjectCommand(input));
2286
+ let result = await client$1.send(new HeadObjectCommand(input));
2289
2287
  reason = result;
2290
2288
  }
2291
2289
  catch (exception) {
2292
2290
  reason = exception;
2293
2291
  if (exception.name === "NotFound") {
2294
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2292
+ return { state: client.WaiterState.SUCCESS, reason };
2295
2293
  }
2296
2294
  }
2297
- return { state: utilWaiter.WaiterState.RETRY, reason };
2295
+ return { state: client.WaiterState.RETRY, reason };
2298
2296
  };
2299
2297
  const waitForObjectNotExists = async (params, input) => {
2300
2298
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2301
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2299
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2302
2300
  };
2303
2301
  const waitUntilObjectNotExists = async (params, input) => {
2304
2302
  const serviceDefaults = { minDelay: 5, maxDelay: 120 };
2305
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2306
- return utilWaiter.checkExceptions(result);
2303
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2304
+ return client.checkExceptions(result);
2307
2305
  };
2308
2306
 
2309
2307
  const commands = {
@@ -2429,7 +2427,7 @@ const waiters = {
2429
2427
  };
2430
2428
  class S3 extends S3Client {
2431
2429
  }
2432
- smithyClient.createAggregatedClient(commands, S3, { paginators, waiters });
2430
+ client.createAggregatedClient(commands, S3, { paginators, waiters });
2433
2431
 
2434
2432
  const BucketAbacStatus = {
2435
2433
  Disabled: "Disabled",
@@ -2845,8 +2843,8 @@ const RestoreRequestType = {
2845
2843
  SELECT: "SELECT",
2846
2844
  };
2847
2845
 
2848
- exports.$Command = smithyClient.Command;
2849
- exports.__Client = smithyClient.Client;
2846
+ exports.$Command = client.Command;
2847
+ exports.__Client = client.Client;
2850
2848
  exports.S3ServiceException = S3ServiceException.S3ServiceException;
2851
2849
  exports.AbortMultipartUploadCommand = AbortMultipartUploadCommand;
2852
2850
  exports.AnalyticsS3ExportFileFormat = AnalyticsS3ExportFileFormat;