@aws-sdk/client-s3 3.190.0 → 3.192.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 (414) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-cjs/S3Client.js +13 -11
  3. package/dist-cjs/commands/AbortMultipartUploadCommand.js +16 -2
  4. package/dist-cjs/commands/CompleteMultipartUploadCommand.js +16 -2
  5. package/dist-cjs/commands/CopyObjectCommand.js +16 -2
  6. package/dist-cjs/commands/CreateBucketCommand.js +16 -0
  7. package/dist-cjs/commands/CreateMultipartUploadCommand.js +16 -2
  8. package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +16 -2
  9. package/dist-cjs/commands/DeleteBucketCommand.js +16 -0
  10. package/dist-cjs/commands/DeleteBucketCorsCommand.js +16 -2
  11. package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +16 -2
  12. package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +16 -2
  13. package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +16 -2
  14. package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +16 -2
  15. package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +16 -2
  16. package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +16 -2
  17. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +16 -2
  18. package/dist-cjs/commands/DeleteBucketReplicationCommand.js +16 -2
  19. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +16 -2
  20. package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +16 -2
  21. package/dist-cjs/commands/DeleteObjectCommand.js +16 -2
  22. package/dist-cjs/commands/DeleteObjectTaggingCommand.js +16 -2
  23. package/dist-cjs/commands/DeleteObjectsCommand.js +16 -2
  24. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +16 -2
  25. package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +16 -2
  26. package/dist-cjs/commands/GetBucketAclCommand.js +16 -2
  27. package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +16 -2
  28. package/dist-cjs/commands/GetBucketCorsCommand.js +16 -2
  29. package/dist-cjs/commands/GetBucketEncryptionCommand.js +16 -2
  30. package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +16 -2
  31. package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +16 -2
  32. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +16 -2
  33. package/dist-cjs/commands/GetBucketLocationCommand.js +16 -2
  34. package/dist-cjs/commands/GetBucketLoggingCommand.js +16 -2
  35. package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +16 -2
  36. package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +16 -2
  37. package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +16 -2
  38. package/dist-cjs/commands/GetBucketPolicyCommand.js +16 -2
  39. package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +16 -2
  40. package/dist-cjs/commands/GetBucketReplicationCommand.js +16 -2
  41. package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +16 -2
  42. package/dist-cjs/commands/GetBucketTaggingCommand.js +16 -2
  43. package/dist-cjs/commands/GetBucketVersioningCommand.js +16 -2
  44. package/dist-cjs/commands/GetBucketWebsiteCommand.js +16 -2
  45. package/dist-cjs/commands/GetObjectAclCommand.js +16 -2
  46. package/dist-cjs/commands/GetObjectAttributesCommand.js +16 -2
  47. package/dist-cjs/commands/GetObjectCommand.js +16 -2
  48. package/dist-cjs/commands/GetObjectLegalHoldCommand.js +16 -2
  49. package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +16 -2
  50. package/dist-cjs/commands/GetObjectRetentionCommand.js +16 -2
  51. package/dist-cjs/commands/GetObjectTaggingCommand.js +16 -2
  52. package/dist-cjs/commands/GetObjectTorrentCommand.js +16 -2
  53. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +16 -2
  54. package/dist-cjs/commands/HeadBucketCommand.js +16 -2
  55. package/dist-cjs/commands/HeadObjectCommand.js +16 -2
  56. package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +16 -2
  57. package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +16 -2
  58. package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +16 -2
  59. package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +16 -2
  60. package/dist-cjs/commands/ListBucketsCommand.js +15 -0
  61. package/dist-cjs/commands/ListMultipartUploadsCommand.js +16 -2
  62. package/dist-cjs/commands/ListObjectVersionsCommand.js +16 -2
  63. package/dist-cjs/commands/ListObjectsCommand.js +16 -2
  64. package/dist-cjs/commands/ListObjectsV2Command.js +16 -2
  65. package/dist-cjs/commands/ListPartsCommand.js +16 -2
  66. package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +16 -2
  67. package/dist-cjs/commands/PutBucketAclCommand.js +16 -2
  68. package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +16 -2
  69. package/dist-cjs/commands/PutBucketCorsCommand.js +16 -2
  70. package/dist-cjs/commands/PutBucketEncryptionCommand.js +16 -2
  71. package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +16 -2
  72. package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +16 -2
  73. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +16 -2
  74. package/dist-cjs/commands/PutBucketLoggingCommand.js +16 -2
  75. package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +16 -2
  76. package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +16 -2
  77. package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +16 -2
  78. package/dist-cjs/commands/PutBucketPolicyCommand.js +16 -2
  79. package/dist-cjs/commands/PutBucketReplicationCommand.js +16 -2
  80. package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +16 -2
  81. package/dist-cjs/commands/PutBucketTaggingCommand.js +16 -2
  82. package/dist-cjs/commands/PutBucketVersioningCommand.js +16 -2
  83. package/dist-cjs/commands/PutBucketWebsiteCommand.js +16 -2
  84. package/dist-cjs/commands/PutObjectAclCommand.js +16 -2
  85. package/dist-cjs/commands/PutObjectCommand.js +16 -2
  86. package/dist-cjs/commands/PutObjectLegalHoldCommand.js +16 -2
  87. package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +16 -2
  88. package/dist-cjs/commands/PutObjectRetentionCommand.js +16 -2
  89. package/dist-cjs/commands/PutObjectTaggingCommand.js +16 -2
  90. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +16 -2
  91. package/dist-cjs/commands/RestoreObjectCommand.js +16 -2
  92. package/dist-cjs/commands/SelectObjectContentCommand.js +16 -2
  93. package/dist-cjs/commands/UploadPartCommand.js +16 -2
  94. package/dist-cjs/commands/UploadPartCopyCommand.js +16 -2
  95. package/dist-cjs/commands/WriteGetObjectResponseCommand.js +15 -0
  96. package/dist-cjs/endpoint/EndpointParameters.js +16 -0
  97. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  98. package/dist-cjs/endpoint/ruleset.js +9965 -0
  99. package/dist-cjs/models/models_0.js +303 -6
  100. package/dist-cjs/models/models_1.js +17 -1
  101. package/dist-cjs/protocols/Aws_restXml.js +91 -91
  102. package/dist-cjs/runtimeConfig.shared.js +3 -3
  103. package/dist-es/S3Client.js +15 -13
  104. package/dist-es/commands/AbortMultipartUploadCommand.js +16 -2
  105. package/dist-es/commands/CompleteMultipartUploadCommand.js +16 -2
  106. package/dist-es/commands/CopyObjectCommand.js +16 -2
  107. package/dist-es/commands/CreateBucketCommand.js +16 -0
  108. package/dist-es/commands/CreateMultipartUploadCommand.js +16 -2
  109. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +16 -2
  110. package/dist-es/commands/DeleteBucketCommand.js +16 -0
  111. package/dist-es/commands/DeleteBucketCorsCommand.js +16 -2
  112. package/dist-es/commands/DeleteBucketEncryptionCommand.js +16 -2
  113. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +16 -2
  114. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +16 -2
  115. package/dist-es/commands/DeleteBucketLifecycleCommand.js +16 -2
  116. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +16 -2
  117. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +16 -2
  118. package/dist-es/commands/DeleteBucketPolicyCommand.js +16 -2
  119. package/dist-es/commands/DeleteBucketReplicationCommand.js +16 -2
  120. package/dist-es/commands/DeleteBucketTaggingCommand.js +16 -2
  121. package/dist-es/commands/DeleteBucketWebsiteCommand.js +16 -2
  122. package/dist-es/commands/DeleteObjectCommand.js +16 -2
  123. package/dist-es/commands/DeleteObjectTaggingCommand.js +16 -2
  124. package/dist-es/commands/DeleteObjectsCommand.js +16 -2
  125. package/dist-es/commands/DeletePublicAccessBlockCommand.js +16 -2
  126. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +16 -2
  127. package/dist-es/commands/GetBucketAclCommand.js +16 -2
  128. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +16 -2
  129. package/dist-es/commands/GetBucketCorsCommand.js +16 -2
  130. package/dist-es/commands/GetBucketEncryptionCommand.js +16 -2
  131. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +16 -2
  132. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +16 -2
  133. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +16 -2
  134. package/dist-es/commands/GetBucketLocationCommand.js +16 -2
  135. package/dist-es/commands/GetBucketLoggingCommand.js +16 -2
  136. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +16 -2
  137. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +16 -2
  138. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +16 -2
  139. package/dist-es/commands/GetBucketPolicyCommand.js +16 -2
  140. package/dist-es/commands/GetBucketPolicyStatusCommand.js +16 -2
  141. package/dist-es/commands/GetBucketReplicationCommand.js +16 -2
  142. package/dist-es/commands/GetBucketRequestPaymentCommand.js +16 -2
  143. package/dist-es/commands/GetBucketTaggingCommand.js +16 -2
  144. package/dist-es/commands/GetBucketVersioningCommand.js +16 -2
  145. package/dist-es/commands/GetBucketWebsiteCommand.js +16 -2
  146. package/dist-es/commands/GetObjectAclCommand.js +16 -2
  147. package/dist-es/commands/GetObjectAttributesCommand.js +16 -2
  148. package/dist-es/commands/GetObjectCommand.js +16 -2
  149. package/dist-es/commands/GetObjectLegalHoldCommand.js +16 -2
  150. package/dist-es/commands/GetObjectLockConfigurationCommand.js +16 -2
  151. package/dist-es/commands/GetObjectRetentionCommand.js +16 -2
  152. package/dist-es/commands/GetObjectTaggingCommand.js +16 -2
  153. package/dist-es/commands/GetObjectTorrentCommand.js +16 -2
  154. package/dist-es/commands/GetPublicAccessBlockCommand.js +16 -2
  155. package/dist-es/commands/HeadBucketCommand.js +16 -2
  156. package/dist-es/commands/HeadObjectCommand.js +16 -2
  157. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +16 -2
  158. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +16 -2
  159. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +16 -2
  160. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +16 -2
  161. package/dist-es/commands/ListBucketsCommand.js +15 -0
  162. package/dist-es/commands/ListMultipartUploadsCommand.js +16 -2
  163. package/dist-es/commands/ListObjectVersionsCommand.js +16 -2
  164. package/dist-es/commands/ListObjectsCommand.js +16 -2
  165. package/dist-es/commands/ListObjectsV2Command.js +16 -2
  166. package/dist-es/commands/ListPartsCommand.js +16 -2
  167. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +16 -2
  168. package/dist-es/commands/PutBucketAclCommand.js +16 -2
  169. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +16 -2
  170. package/dist-es/commands/PutBucketCorsCommand.js +16 -2
  171. package/dist-es/commands/PutBucketEncryptionCommand.js +16 -2
  172. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +16 -2
  173. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +16 -2
  174. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +16 -2
  175. package/dist-es/commands/PutBucketLoggingCommand.js +16 -2
  176. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +16 -2
  177. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +16 -2
  178. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +16 -2
  179. package/dist-es/commands/PutBucketPolicyCommand.js +16 -2
  180. package/dist-es/commands/PutBucketReplicationCommand.js +16 -2
  181. package/dist-es/commands/PutBucketRequestPaymentCommand.js +16 -2
  182. package/dist-es/commands/PutBucketTaggingCommand.js +16 -2
  183. package/dist-es/commands/PutBucketVersioningCommand.js +16 -2
  184. package/dist-es/commands/PutBucketWebsiteCommand.js +16 -2
  185. package/dist-es/commands/PutObjectAclCommand.js +16 -2
  186. package/dist-es/commands/PutObjectCommand.js +16 -2
  187. package/dist-es/commands/PutObjectLegalHoldCommand.js +16 -2
  188. package/dist-es/commands/PutObjectLockConfigurationCommand.js +16 -2
  189. package/dist-es/commands/PutObjectRetentionCommand.js +16 -2
  190. package/dist-es/commands/PutObjectTaggingCommand.js +16 -2
  191. package/dist-es/commands/PutPublicAccessBlockCommand.js +16 -2
  192. package/dist-es/commands/RestoreObjectCommand.js +16 -2
  193. package/dist-es/commands/SelectObjectContentCommand.js +16 -2
  194. package/dist-es/commands/UploadPartCommand.js +16 -2
  195. package/dist-es/commands/UploadPartCopyCommand.js +16 -2
  196. package/dist-es/commands/WriteGetObjectResponseCommand.js +15 -0
  197. package/dist-es/endpoint/EndpointParameters.js +11 -0
  198. package/dist-es/endpoint/endpointResolver.js +8 -0
  199. package/dist-es/endpoint/ruleset.js +9962 -0
  200. package/dist-es/models/models_0.js +296 -0
  201. package/dist-es/models/models_1.js +16 -0
  202. package/dist-es/protocols/Aws_restXml.js +91 -91
  203. package/dist-es/runtimeConfig.shared.js +2 -2
  204. package/dist-types/S3Client.d.ts +7 -10
  205. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -0
  206. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +2 -0
  207. package/dist-types/commands/CopyObjectCommand.d.ts +2 -0
  208. package/dist-types/commands/CreateBucketCommand.d.ts +2 -0
  209. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +2 -0
  210. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -0
  211. package/dist-types/commands/DeleteBucketCommand.d.ts +2 -0
  212. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +2 -0
  213. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -0
  214. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
  215. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -0
  216. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -0
  217. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -0
  218. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -0
  219. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -0
  220. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +2 -0
  221. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -0
  222. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +2 -0
  223. package/dist-types/commands/DeleteObjectCommand.d.ts +2 -0
  224. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +2 -0
  225. package/dist-types/commands/DeleteObjectsCommand.d.ts +2 -0
  226. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
  227. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -0
  228. package/dist-types/commands/GetBucketAclCommand.d.ts +2 -0
  229. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -0
  230. package/dist-types/commands/GetBucketCorsCommand.d.ts +2 -0
  231. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +2 -0
  232. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
  233. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -0
  234. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
  235. package/dist-types/commands/GetBucketLocationCommand.d.ts +2 -0
  236. package/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -0
  237. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -0
  238. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -0
  239. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +2 -0
  240. package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -0
  241. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -0
  242. package/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -0
  243. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -0
  244. package/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -0
  245. package/dist-types/commands/GetBucketVersioningCommand.d.ts +2 -0
  246. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +2 -0
  247. package/dist-types/commands/GetObjectAclCommand.d.ts +2 -0
  248. package/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -0
  249. package/dist-types/commands/GetObjectCommand.d.ts +2 -0
  250. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -0
  251. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -0
  252. package/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -0
  253. package/dist-types/commands/GetObjectTaggingCommand.d.ts +2 -0
  254. package/dist-types/commands/GetObjectTorrentCommand.d.ts +2 -0
  255. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -0
  256. package/dist-types/commands/HeadBucketCommand.d.ts +2 -0
  257. package/dist-types/commands/HeadObjectCommand.d.ts +2 -0
  258. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -0
  259. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -0
  260. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -0
  261. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -0
  262. package/dist-types/commands/ListBucketsCommand.d.ts +2 -0
  263. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -0
  264. package/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -0
  265. package/dist-types/commands/ListObjectsCommand.d.ts +2 -0
  266. package/dist-types/commands/ListObjectsV2Command.d.ts +2 -0
  267. package/dist-types/commands/ListPartsCommand.d.ts +2 -0
  268. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -0
  269. package/dist-types/commands/PutBucketAclCommand.d.ts +2 -0
  270. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -0
  271. package/dist-types/commands/PutBucketCorsCommand.d.ts +2 -0
  272. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +2 -0
  273. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
  274. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -0
  275. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
  276. package/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -0
  277. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -0
  278. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -0
  279. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -0
  280. package/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -0
  281. package/dist-types/commands/PutBucketReplicationCommand.d.ts +2 -0
  282. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +2 -0
  283. package/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -0
  284. package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -0
  285. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +2 -0
  286. package/dist-types/commands/PutObjectAclCommand.d.ts +2 -0
  287. package/dist-types/commands/PutObjectCommand.d.ts +2 -0
  288. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +2 -0
  289. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +2 -0
  290. package/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -0
  291. package/dist-types/commands/PutObjectTaggingCommand.d.ts +2 -0
  292. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -0
  293. package/dist-types/commands/RestoreObjectCommand.d.ts +2 -0
  294. package/dist-types/commands/SelectObjectContentCommand.d.ts +2 -0
  295. package/dist-types/commands/UploadPartCommand.d.ts +2 -0
  296. package/dist-types/commands/UploadPartCopyCommand.d.ts +2 -0
  297. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -0
  298. package/dist-types/endpoint/EndpointParameters.d.ts +32 -0
  299. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  300. package/dist-types/endpoint/ruleset.d.ts +2 -0
  301. package/dist-types/models/models_0.d.ts +249 -47
  302. package/dist-types/models/models_1.d.ts +13 -3
  303. package/dist-types/runtimeConfig.browser.d.ts +8 -6
  304. package/dist-types/runtimeConfig.d.ts +8 -6
  305. package/dist-types/runtimeConfig.native.d.ts +6 -4
  306. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  307. package/dist-types/ts3.4/S3Client.d.ts +17 -13
  308. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +2 -0
  309. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +2 -0
  310. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +2 -0
  311. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +2 -0
  312. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +2 -0
  313. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -0
  314. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -0
  315. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -0
  316. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +2 -0
  317. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
  318. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -0
  319. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +2 -0
  320. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -0
  321. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -0
  322. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +2 -0
  323. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +2 -0
  324. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +2 -0
  325. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +2 -0
  326. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +2 -0
  327. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +2 -0
  328. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +2 -0
  329. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
  330. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -0
  331. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +2 -0
  332. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -0
  333. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +2 -0
  334. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +2 -0
  335. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
  336. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -0
  337. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
  338. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +2 -0
  339. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +2 -0
  340. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -0
  341. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -0
  342. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +2 -0
  343. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +2 -0
  344. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +2 -0
  345. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +2 -0
  346. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +2 -0
  347. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +2 -0
  348. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +2 -0
  349. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +2 -0
  350. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +2 -0
  351. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +2 -0
  352. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +2 -0
  353. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +2 -0
  354. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +2 -0
  355. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +2 -0
  356. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +2 -0
  357. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +2 -0
  358. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +2 -0
  359. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +2 -0
  360. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +2 -0
  361. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -0
  362. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -0
  363. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -0
  364. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -0
  365. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +2 -0
  366. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +2 -0
  367. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +2 -0
  368. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +2 -0
  369. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +2 -0
  370. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +2 -0
  371. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -0
  372. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -0
  373. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -0
  374. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -0
  375. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +2 -0
  376. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
  377. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -0
  378. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
  379. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -0
  380. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -0
  381. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -0
  382. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +2 -0
  383. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -0
  384. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +2 -0
  385. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +2 -0
  386. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -0
  387. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +2 -0
  388. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -0
  389. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +2 -0
  390. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +2 -0
  391. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +2 -0
  392. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +2 -0
  393. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +2 -0
  394. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +2 -0
  395. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +2 -0
  396. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -0
  397. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +2 -0
  398. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +2 -0
  399. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +2 -0
  400. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +2 -0
  401. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +39 -0
  402. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  403. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  404. package/dist-types/ts3.4/models/models_0.d.ts +249 -134
  405. package/dist-types/ts3.4/models/models_1.d.ts +13 -3
  406. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +24 -8
  407. package/dist-types/ts3.4/runtimeConfig.d.ts +24 -8
  408. package/dist-types/ts3.4/runtimeConfig.native.d.ts +17 -6
  409. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  410. package/package.json +4 -3
  411. package/dist-cjs/endpoints.js +0 -462
  412. package/dist-es/endpoints.js +0 -458
  413. package/dist-types/endpoints.d.ts +0 -2
  414. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class GetBucketTaggingCommand extends $Command<
24
25
  S3ClientResolvedConfig
25
26
  > {
26
27
  readonly input: GetBucketTaggingCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: GetBucketTaggingCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetBucketVersioningCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetBucketVersioningCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetBucketVersioningCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class GetBucketWebsiteCommand extends $Command<
24
25
  S3ClientResolvedConfig
25
26
  > {
26
27
  readonly input: GetBucketWebsiteCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: GetBucketWebsiteCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class GetObjectAclCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetObjectAclCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetObjectAclCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetObjectAttributesCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetObjectAttributesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetObjectAttributesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -22,6 +23,7 @@ export declare class GetObjectCommand extends $Command<
22
23
  S3ClientResolvedConfig
23
24
  > {
24
25
  readonly input: GetObjectCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
27
  constructor(input: GetObjectCommandInput);
26
28
  resolveMiddleware(
27
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetObjectLegalHoldCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetObjectLegalHoldCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetObjectLegalHoldCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetObjectLockConfigurationCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetObjectLockConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetObjectLockConfigurationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetObjectRetentionCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetObjectRetentionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetObjectRetentionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class GetObjectTaggingCommand extends $Command<
24
25
  S3ClientResolvedConfig
25
26
  > {
26
27
  readonly input: GetObjectTaggingCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: GetObjectTaggingCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetObjectTorrentCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetObjectTorrentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetObjectTorrentCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetPublicAccessBlockCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetPublicAccessBlockCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetPublicAccessBlockCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class HeadBucketCommand extends $Command<
19
20
  S3ClientResolvedConfig
20
21
  > {
21
22
  readonly input: HeadBucketCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: HeadBucketCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class HeadObjectCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: HeadObjectCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: HeadObjectCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListBucketAnalyticsConfigurationsCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListBucketAnalyticsConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListBucketAnalyticsConfigurationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListBucketIntelligentTieringConfigurationsCommand extends $
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListBucketIntelligentTieringConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListBucketIntelligentTieringConfigurationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListBucketInventoryConfigurationsCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListBucketInventoryConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListBucketInventoryConfigurationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListBucketMetricsConfigurationsCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListBucketMetricsConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListBucketMetricsConfigurationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListBucketsCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListBucketsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListBucketsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListMultipartUploadsCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListMultipartUploadsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListMultipartUploadsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListObjectVersionsCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListObjectVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListObjectVersionsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListObjectsCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListObjectsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListObjectsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListObjectsV2Command extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListObjectsV2CommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListObjectsV2CommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListPartsCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListPartsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListPartsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutBucketAccelerateConfigurationCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutBucketAccelerateConfigurationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutBucketAccelerateConfigurationCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class PutBucketAclCommand extends $Command<
19
20
  S3ClientResolvedConfig
20
21
  > {
21
22
  readonly input: PutBucketAclCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: PutBucketAclCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutBucketAnalyticsConfigurationCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutBucketAnalyticsConfigurationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutBucketAnalyticsConfigurationCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class PutBucketCorsCommand extends $Command<
19
20
  S3ClientResolvedConfig
20
21
  > {
21
22
  readonly input: PutBucketCorsCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: PutBucketCorsCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class PutBucketEncryptionCommand extends $Command<
20
21
  S3ClientResolvedConfig
21
22
  > {
22
23
  readonly input: PutBucketEncryptionCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: PutBucketEncryptionCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutBucketIntelligentTieringConfigurationCommand extends $Co
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutBucketIntelligentTieringConfigurationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutBucketIntelligentTieringConfigurationCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutBucketInventoryConfigurationCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutBucketInventoryConfigurationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutBucketInventoryConfigurationCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutBucketLifecycleConfigurationCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutBucketLifecycleConfigurationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutBucketLifecycleConfigurationCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class PutBucketLoggingCommand extends $Command<
19
20
  S3ClientResolvedConfig
20
21
  > {
21
22
  readonly input: PutBucketLoggingCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: PutBucketLoggingCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutBucketMetricsConfigurationCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutBucketMetricsConfigurationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutBucketMetricsConfigurationCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutBucketNotificationConfigurationCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutBucketNotificationConfigurationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutBucketNotificationConfigurationCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutBucketOwnershipControlsCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutBucketOwnershipControlsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutBucketOwnershipControlsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class PutBucketPolicyCommand extends $Command<
19
20
  S3ClientResolvedConfig
20
21
  > {
21
22
  readonly input: PutBucketPolicyCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: PutBucketPolicyCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class PutBucketReplicationCommand extends $Command<
20
21
  S3ClientResolvedConfig
21
22
  > {
22
23
  readonly input: PutBucketReplicationCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: PutBucketReplicationCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutBucketRequestPaymentCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutBucketRequestPaymentCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutBucketRequestPaymentCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class PutBucketTaggingCommand extends $Command<
19
20
  S3ClientResolvedConfig
20
21
  > {
21
22
  readonly input: PutBucketTaggingCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: PutBucketTaggingCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -20,6 +21,7 @@ export declare class PutBucketVersioningCommand extends $Command<
20
21
  S3ClientResolvedConfig
21
22
  > {
22
23
  readonly input: PutBucketVersioningCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: PutBucketVersioningCommandInput);
24
26
  resolveMiddleware(
25
27
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -19,6 +20,7 @@ export declare class PutBucketWebsiteCommand extends $Command<
19
20
  S3ClientResolvedConfig
20
21
  > {
21
22
  readonly input: PutBucketWebsiteCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: PutBucketWebsiteCommandInput);
23
25
  resolveMiddleware(
24
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class PutObjectAclCommand extends $Command<
21
22
  S3ClientResolvedConfig
22
23
  > {
23
24
  readonly input: PutObjectAclCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: PutObjectAclCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -27,6 +28,7 @@ export declare class PutObjectCommand extends $Command<
27
28
  S3ClientResolvedConfig
28
29
  > {
29
30
  readonly input: PutObjectCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: PutObjectCommandInput);
31
33
  resolveMiddleware(
32
34
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class PutObjectLegalHoldCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: PutObjectLegalHoldCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutObjectLegalHoldCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class PutObjectLockConfigurationCommand extends $Command<
25
26
  S3ClientResolvedConfig
26
27
  > {
27
28
  readonly input: PutObjectLockConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutObjectLockConfigurationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,