@aws-sdk/client-s3 3.188.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 +24 -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 +43 -42
  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
@@ -15,7 +15,9 @@ export interface AbortIncompleteMultipartUpload {
15
15
  */
16
16
  DaysAfterInitiation?: number;
17
17
  }
18
- export declare type RequestCharged = "requester";
18
+ export declare enum RequestCharged {
19
+ requester = "requester"
20
+ }
19
21
  export interface AbortMultipartUploadOutput {
20
22
  /**
21
23
  * <p>If present, indicates that the requester was successfully charged for the
@@ -23,7 +25,9 @@ export interface AbortMultipartUploadOutput {
23
25
  */
24
26
  RequestCharged?: RequestCharged | string;
25
27
  }
26
- export declare type RequestPayer = "requester";
28
+ export declare enum RequestPayer {
29
+ requester = "requester"
30
+ }
27
31
  export interface AbortMultipartUploadRequest {
28
32
  /**
29
33
  * <p>The bucket name to which the upload was taking place. </p>
@@ -65,7 +69,10 @@ export declare class NoSuchUpload extends __BaseException {
65
69
  */
66
70
  constructor(opts: __ExceptionOptionType<NoSuchUpload, __BaseException>);
67
71
  }
68
- export declare type BucketAccelerateStatus = "Enabled" | "Suspended";
72
+ export declare enum BucketAccelerateStatus {
73
+ Enabled = "Enabled",
74
+ Suspended = "Suspended"
75
+ }
69
76
  /**
70
77
  * <p>Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see
71
78
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html">Amazon S3
@@ -77,7 +84,11 @@ export interface AccelerateConfiguration {
77
84
  */
78
85
  Status?: BucketAccelerateStatus | string;
79
86
  }
80
- export declare type Type = "AmazonCustomerByEmail" | "CanonicalUser" | "Group";
87
+ export declare enum Type {
88
+ AmazonCustomerByEmail = "AmazonCustomerByEmail",
89
+ CanonicalUser = "CanonicalUser",
90
+ Group = "Group"
91
+ }
81
92
  /**
82
93
  * <p>Container for the person being granted permissions.</p>
83
94
  */
@@ -133,7 +144,13 @@ export interface Grantee {
133
144
  */
134
145
  Type: Type | string | undefined;
135
146
  }
136
- export declare type Permission = "FULL_CONTROL" | "READ" | "READ_ACP" | "WRITE" | "WRITE_ACP";
147
+ export declare enum Permission {
148
+ FULL_CONTROL = "FULL_CONTROL",
149
+ READ = "READ",
150
+ READ_ACP = "READ_ACP",
151
+ WRITE = "WRITE",
152
+ WRITE_ACP = "WRITE_ACP"
153
+ }
137
154
  /**
138
155
  * <p>Container for grant information.</p>
139
156
  */
@@ -173,7 +190,9 @@ export interface AccessControlPolicy {
173
190
  */
174
191
  Owner?: Owner;
175
192
  }
176
- export declare type OwnerOverride = "Destination";
193
+ export declare enum OwnerOverride {
194
+ Destination = "Destination"
195
+ }
177
196
  /**
178
197
  * <p>A container for information about access control for replicas.</p>
179
198
  */
@@ -184,7 +203,10 @@ export interface AccessControlTranslation {
184
203
  */
185
204
  Owner: OwnerOverride | string | undefined;
186
205
  }
187
- export declare type ServerSideEncryption = "AES256" | "aws:kms";
206
+ export declare enum ServerSideEncryption {
207
+ AES256 = "AES256",
208
+ aws_kms = "aws:kms"
209
+ }
188
210
  export interface CompleteMultipartUploadOutput {
189
211
  /**
190
212
  * <p>The URI that identifies the newly created object.</p>
@@ -504,18 +526,48 @@ export interface CopyObjectOutput {
504
526
  */
505
527
  RequestCharged?: RequestCharged | string;
506
528
  }
507
- export declare type ObjectCannedACL = "authenticated-read" | "aws-exec-read" | "bucket-owner-full-control" | "bucket-owner-read" | "private" | "public-read" | "public-read-write";
529
+ export declare enum ObjectCannedACL {
530
+ authenticated_read = "authenticated-read",
531
+ aws_exec_read = "aws-exec-read",
532
+ bucket_owner_full_control = "bucket-owner-full-control",
533
+ bucket_owner_read = "bucket-owner-read",
534
+ private = "private",
535
+ public_read = "public-read",
536
+ public_read_write = "public-read-write"
537
+ }
508
538
  export declare enum ChecksumAlgorithm {
509
539
  CRC32 = "CRC32",
510
540
  CRC32C = "CRC32C",
511
541
  SHA1 = "SHA1",
512
542
  SHA256 = "SHA256"
513
543
  }
514
- export declare type MetadataDirective = "COPY" | "REPLACE";
515
- export declare type ObjectLockLegalHoldStatus = "OFF" | "ON";
516
- export declare type ObjectLockMode = "COMPLIANCE" | "GOVERNANCE";
517
- export declare type StorageClass = "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
518
- export declare type TaggingDirective = "COPY" | "REPLACE";
544
+ export declare enum MetadataDirective {
545
+ COPY = "COPY",
546
+ REPLACE = "REPLACE"
547
+ }
548
+ export declare enum ObjectLockLegalHoldStatus {
549
+ OFF = "OFF",
550
+ ON = "ON"
551
+ }
552
+ export declare enum ObjectLockMode {
553
+ COMPLIANCE = "COMPLIANCE",
554
+ GOVERNANCE = "GOVERNANCE"
555
+ }
556
+ export declare enum StorageClass {
557
+ DEEP_ARCHIVE = "DEEP_ARCHIVE",
558
+ GLACIER = "GLACIER",
559
+ GLACIER_IR = "GLACIER_IR",
560
+ INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
561
+ ONEZONE_IA = "ONEZONE_IA",
562
+ OUTPOSTS = "OUTPOSTS",
563
+ REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
564
+ STANDARD = "STANDARD",
565
+ STANDARD_IA = "STANDARD_IA"
566
+ }
567
+ export declare enum TaggingDirective {
568
+ COPY = "COPY",
569
+ REPLACE = "REPLACE"
570
+ }
519
571
  export interface CopyObjectRequest {
520
572
  /**
521
573
  * <p>The canned ACL to apply to the object.</p>
@@ -797,8 +849,40 @@ export interface CreateBucketOutput {
797
849
  */
798
850
  Location?: string;
799
851
  }
800
- export declare type BucketCannedACL = "authenticated-read" | "private" | "public-read" | "public-read-write";
801
- export declare type BucketLocationConstraint = "EU" | "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ca-central-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "me-south-1" | "sa-east-1" | "us-east-2" | "us-gov-east-1" | "us-gov-west-1" | "us-west-1" | "us-west-2";
852
+ export declare enum BucketCannedACL {
853
+ authenticated_read = "authenticated-read",
854
+ private = "private",
855
+ public_read = "public-read",
856
+ public_read_write = "public-read-write"
857
+ }
858
+ export declare enum BucketLocationConstraint {
859
+ EU = "EU",
860
+ af_south_1 = "af-south-1",
861
+ ap_east_1 = "ap-east-1",
862
+ ap_northeast_1 = "ap-northeast-1",
863
+ ap_northeast_2 = "ap-northeast-2",
864
+ ap_northeast_3 = "ap-northeast-3",
865
+ ap_south_1 = "ap-south-1",
866
+ ap_southeast_1 = "ap-southeast-1",
867
+ ap_southeast_2 = "ap-southeast-2",
868
+ ap_southeast_3 = "ap-southeast-3",
869
+ ca_central_1 = "ca-central-1",
870
+ cn_north_1 = "cn-north-1",
871
+ cn_northwest_1 = "cn-northwest-1",
872
+ eu_central_1 = "eu-central-1",
873
+ eu_north_1 = "eu-north-1",
874
+ eu_south_1 = "eu-south-1",
875
+ eu_west_1 = "eu-west-1",
876
+ eu_west_2 = "eu-west-2",
877
+ eu_west_3 = "eu-west-3",
878
+ me_south_1 = "me-south-1",
879
+ sa_east_1 = "sa-east-1",
880
+ us_east_2 = "us-east-2",
881
+ us_gov_east_1 = "us-gov-east-1",
882
+ us_gov_west_1 = "us-gov-west-1",
883
+ us_west_1 = "us-west-1",
884
+ us_west_2 = "us-west-2"
885
+ }
802
886
  /**
803
887
  * <p>The configuration information for the bucket.</p>
804
888
  */
@@ -809,7 +893,11 @@ export interface CreateBucketConfiguration {
809
893
  */
810
894
  LocationConstraint?: BucketLocationConstraint | string;
811
895
  }
812
- export declare type ObjectOwnership = "BucketOwnerEnforced" | "BucketOwnerPreferred" | "ObjectWriter";
896
+ export declare enum ObjectOwnership {
897
+ BucketOwnerEnforced = "BucketOwnerEnforced",
898
+ BucketOwnerPreferred = "BucketOwnerPreferred",
899
+ ObjectWriter = "ObjectWriter"
900
+ }
813
901
  export interface CreateBucketRequest {
814
902
  /**
815
903
  * <p>The canned ACL to apply to the bucket.</p>
@@ -3498,7 +3586,9 @@ export declare namespace AnalyticsFilter {
3498
3586
  }
3499
3587
  const visit: <T>(value: AnalyticsFilter, visitor: Visitor<T>) => T;
3500
3588
  }
3501
- export declare type AnalyticsS3ExportFileFormat = "CSV";
3589
+ export declare enum AnalyticsS3ExportFileFormat {
3590
+ CSV = "CSV"
3591
+ }
3502
3592
  /**
3503
3593
  * <p>Contains information about where to publish the analytics results.</p>
3504
3594
  */
@@ -3534,7 +3624,9 @@ export interface AnalyticsExportDestination {
3534
3624
  */
3535
3625
  S3BucketDestination: AnalyticsS3BucketDestination | undefined;
3536
3626
  }
3537
- export declare type StorageClassAnalysisSchemaVersion = "V_1";
3627
+ export declare enum StorageClassAnalysisSchemaVersion {
3628
+ V_1 = "V_1"
3629
+ }
3538
3630
  /**
3539
3631
  * <p>Container for data related to the storage class analysis for an Amazon S3 bucket for
3540
3632
  * export.</p>
@@ -3786,8 +3878,14 @@ export interface IntelligentTieringFilter {
3786
3878
  */
3787
3879
  And?: IntelligentTieringAndOperator;
3788
3880
  }
3789
- export declare type IntelligentTieringStatus = "Disabled" | "Enabled";
3790
- export declare type IntelligentTieringAccessTier = "ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS";
3881
+ export declare enum IntelligentTieringStatus {
3882
+ Disabled = "Disabled",
3883
+ Enabled = "Enabled"
3884
+ }
3885
+ export declare enum IntelligentTieringAccessTier {
3886
+ ARCHIVE_ACCESS = "ARCHIVE_ACCESS",
3887
+ DEEP_ARCHIVE_ACCESS = "DEEP_ARCHIVE_ACCESS"
3888
+ }
3791
3889
  /**
3792
3890
  * <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by
3793
3891
  * automatically moving data to the most cost-effective storage access tier, without
@@ -3879,7 +3977,11 @@ export interface InventoryEncryption {
3879
3977
  */
3880
3978
  SSEKMS?: SSEKMS;
3881
3979
  }
3882
- export declare type InventoryFormat = "CSV" | "ORC" | "Parquet";
3980
+ export declare enum InventoryFormat {
3981
+ CSV = "CSV",
3982
+ ORC = "ORC",
3983
+ Parquet = "Parquet"
3984
+ }
3883
3985
  /**
3884
3986
  * <p>Contains the bucket name, file format, bucket owner (optional), and prefix (optional)
3885
3987
  * where inventory results are published.</p>
@@ -3933,9 +4035,29 @@ export interface InventoryFilter {
3933
4035
  */
3934
4036
  Prefix: string | undefined;
3935
4037
  }
3936
- export declare type InventoryIncludedObjectVersions = "All" | "Current";
3937
- export declare type InventoryOptionalField = "BucketKeyStatus" | "ChecksumAlgorithm" | "ETag" | "EncryptionStatus" | "IntelligentTieringAccessTier" | "IsMultipartUploaded" | "LastModifiedDate" | "ObjectLockLegalHoldStatus" | "ObjectLockMode" | "ObjectLockRetainUntilDate" | "ReplicationStatus" | "Size" | "StorageClass";
3938
- export declare type InventoryFrequency = "Daily" | "Weekly";
4038
+ export declare enum InventoryIncludedObjectVersions {
4039
+ All = "All",
4040
+ Current = "Current"
4041
+ }
4042
+ export declare enum InventoryOptionalField {
4043
+ BucketKeyStatus = "BucketKeyStatus",
4044
+ ChecksumAlgorithm = "ChecksumAlgorithm",
4045
+ ETag = "ETag",
4046
+ EncryptionStatus = "EncryptionStatus",
4047
+ IntelligentTieringAccessTier = "IntelligentTieringAccessTier",
4048
+ IsMultipartUploaded = "IsMultipartUploaded",
4049
+ LastModifiedDate = "LastModifiedDate",
4050
+ ObjectLockLegalHoldStatus = "ObjectLockLegalHoldStatus",
4051
+ ObjectLockMode = "ObjectLockMode",
4052
+ ObjectLockRetainUntilDate = "ObjectLockRetainUntilDate",
4053
+ ReplicationStatus = "ReplicationStatus",
4054
+ Size = "Size",
4055
+ StorageClass = "StorageClass"
4056
+ }
4057
+ export declare enum InventoryFrequency {
4058
+ Daily = "Daily",
4059
+ Weekly = "Weekly"
4060
+ }
3939
4061
  /**
3940
4062
  * <p>Specifies the schedule for generating inventory results.</p>
3941
4063
  */
@@ -4162,7 +4284,14 @@ export interface NoncurrentVersionExpiration {
4162
4284
  */
4163
4285
  NewerNoncurrentVersions?: number;
4164
4286
  }
4165
- export declare type TransitionStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "STANDARD_IA";
4287
+ export declare enum TransitionStorageClass {
4288
+ DEEP_ARCHIVE = "DEEP_ARCHIVE",
4289
+ GLACIER = "GLACIER",
4290
+ GLACIER_IR = "GLACIER_IR",
4291
+ INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
4292
+ ONEZONE_IA = "ONEZONE_IA",
4293
+ STANDARD_IA = "STANDARD_IA"
4294
+ }
4166
4295
  /**
4167
4296
  * <p>Container for the transition rule that describes when noncurrent objects transition to
4168
4297
  * the <code>STANDARD_IA</code>, <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>,
@@ -4193,7 +4322,10 @@ export interface NoncurrentVersionTransition {
4193
4322
  */
4194
4323
  NewerNoncurrentVersions?: number;
4195
4324
  }
4196
- export declare type ExpirationStatus = "Disabled" | "Enabled";
4325
+ export declare enum ExpirationStatus {
4326
+ Disabled = "Disabled",
4327
+ Enabled = "Enabled"
4328
+ }
4197
4329
  /**
4198
4330
  * <p>Specifies when an object transitions to a specified storage class. For more information
4199
4331
  * about Amazon S3 lifecycle configuration rules, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html">Transitioning
@@ -4318,7 +4450,11 @@ export interface GetBucketLocationRequest {
4318
4450
  */
4319
4451
  ExpectedBucketOwner?: string;
4320
4452
  }
4321
- export declare type BucketLogsPermission = "FULL_CONTROL" | "READ" | "WRITE";
4453
+ export declare enum BucketLogsPermission {
4454
+ FULL_CONTROL = "FULL_CONTROL",
4455
+ READ = "READ",
4456
+ WRITE = "WRITE"
4457
+ }
4322
4458
  /**
4323
4459
  * <p>Container for granting information.</p>
4324
4460
  * <p>Buckets that use the bucket owner enforced setting for Object
@@ -4526,7 +4662,10 @@ export interface GetBucketNotificationConfigurationRequest {
4526
4662
  export interface EventBridgeConfiguration {
4527
4663
  }
4528
4664
  export declare type Event = "s3:IntelligentTiering" | "s3:LifecycleExpiration:*" | "s3:LifecycleExpiration:Delete" | "s3:LifecycleExpiration:DeleteMarkerCreated" | "s3:LifecycleTransition" | "s3:ObjectAcl:Put" | "s3:ObjectCreated:*" | "s3:ObjectCreated:CompleteMultipartUpload" | "s3:ObjectCreated:Copy" | "s3:ObjectCreated:Post" | "s3:ObjectCreated:Put" | "s3:ObjectRemoved:*" | "s3:ObjectRemoved:Delete" | "s3:ObjectRemoved:DeleteMarkerCreated" | "s3:ObjectRestore:*" | "s3:ObjectRestore:Completed" | "s3:ObjectRestore:Delete" | "s3:ObjectRestore:Post" | "s3:ObjectTagging:*" | "s3:ObjectTagging:Delete" | "s3:ObjectTagging:Put" | "s3:ReducedRedundancyLostObject" | "s3:Replication:*" | "s3:Replication:OperationFailedReplication" | "s3:Replication:OperationMissedThreshold" | "s3:Replication:OperationNotTracked" | "s3:Replication:OperationReplicatedAfterThreshold";
4529
- export declare type FilterRuleName = "prefix" | "suffix";
4665
+ export declare enum FilterRuleName {
4666
+ prefix = "prefix",
4667
+ suffix = "suffix"
4668
+ }
4530
4669
  /**
4531
4670
  * <p>Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or
4532
4671
  * prefix of the key name.</p>
@@ -4765,7 +4904,10 @@ export interface GetBucketPolicyStatusRequest {
4765
4904
  */
4766
4905
  ExpectedBucketOwner?: string;
4767
4906
  }
4768
- export declare type DeleteMarkerReplicationStatus = "Disabled" | "Enabled";
4907
+ export declare enum DeleteMarkerReplicationStatus {
4908
+ Disabled = "Disabled",
4909
+ Enabled = "Enabled"
4910
+ }
4769
4911
  /**
4770
4912
  * <p>Specifies whether Amazon S3 replicates delete markers. If you specify a <code>Filter</code>
4771
4913
  * in your replication configuration, you must also include a
@@ -4814,7 +4956,10 @@ export interface ReplicationTimeValue {
4814
4956
  */
4815
4957
  Minutes?: number;
4816
4958
  }
4817
- export declare type MetricsStatus = "Disabled" | "Enabled";
4959
+ export declare enum MetricsStatus {
4960
+ Disabled = "Disabled",
4961
+ Enabled = "Enabled"
4962
+ }
4818
4963
  /**
4819
4964
  * <p> A container specifying replication metrics-related settings enabling replication
4820
4965
  * metrics and events.</p>
@@ -4830,7 +4975,10 @@ export interface Metrics {
4830
4975
  */
4831
4976
  EventThreshold?: ReplicationTimeValue;
4832
4977
  }
4833
- export declare type ReplicationTimeStatus = "Disabled" | "Enabled";
4978
+ export declare enum ReplicationTimeStatus {
4979
+ Disabled = "Disabled",
4980
+ Enabled = "Enabled"
4981
+ }
4834
4982
  /**
4835
4983
  * <p> A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is
4836
4984
  * enabled and the time when all objects and operations on objects must be replicated. Must be
@@ -4896,7 +5044,10 @@ export interface Destination {
4896
5044
  */
4897
5045
  Metrics?: Metrics;
4898
5046
  }
4899
- export declare type ExistingObjectReplicationStatus = "Disabled" | "Enabled";
5047
+ export declare enum ExistingObjectReplicationStatus {
5048
+ Disabled = "Disabled",
5049
+ Enabled = "Enabled"
5050
+ }
4900
5051
  /**
4901
5052
  * <p>Optional configuration to replicate existing source bucket objects. For more
4902
5053
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-what-is-isnot-replicated.html#existing-object-replication">Replicating Existing Objects</a> in the <i>Amazon S3 User Guide</i>.
@@ -5001,7 +5152,10 @@ export declare namespace ReplicationRuleFilter {
5001
5152
  }
5002
5153
  const visit: <T>(value: ReplicationRuleFilter, visitor: Visitor<T>) => T;
5003
5154
  }
5004
- export declare type ReplicaModificationsStatus = "Disabled" | "Enabled";
5155
+ export declare enum ReplicaModificationsStatus {
5156
+ Disabled = "Disabled",
5157
+ Enabled = "Enabled"
5158
+ }
5005
5159
  /**
5006
5160
  * <p>A filter that you can specify for selection for modifications on replicas. Amazon S3 doesn't
5007
5161
  * replicate replica modifications by default. In the latest version of replication
@@ -5019,7 +5173,10 @@ export interface ReplicaModifications {
5019
5173
  */
5020
5174
  Status: ReplicaModificationsStatus | string | undefined;
5021
5175
  }
5022
- export declare type SseKmsEncryptedObjectsStatus = "Disabled" | "Enabled";
5176
+ export declare enum SseKmsEncryptedObjectsStatus {
5177
+ Disabled = "Disabled",
5178
+ Enabled = "Enabled"
5179
+ }
5023
5180
  /**
5024
5181
  * <p>A container for filter information for the selection of S3 objects encrypted with Amazon Web Services
5025
5182
  * KMS.</p>
@@ -5058,7 +5215,10 @@ export interface SourceSelectionCriteria {
5058
5215
  */
5059
5216
  ReplicaModifications?: ReplicaModifications;
5060
5217
  }
5061
- export declare type ReplicationRuleStatus = "Disabled" | "Enabled";
5218
+ export declare enum ReplicationRuleStatus {
5219
+ Disabled = "Disabled",
5220
+ Enabled = "Enabled"
5221
+ }
5062
5222
  /**
5063
5223
  * <p>Specifies which Amazon S3 objects to replicate and where to store the replicas.</p>
5064
5224
  */
@@ -5169,7 +5329,10 @@ export interface GetBucketReplicationRequest {
5169
5329
  */
5170
5330
  ExpectedBucketOwner?: string;
5171
5331
  }
5172
- export declare type Payer = "BucketOwner" | "Requester";
5332
+ export declare enum Payer {
5333
+ BucketOwner = "BucketOwner",
5334
+ Requester = "Requester"
5335
+ }
5173
5336
  export interface GetBucketRequestPaymentOutput {
5174
5337
  /**
5175
5338
  * <p>Specifies who pays for the download and request fees.</p>
@@ -5206,8 +5369,14 @@ export interface GetBucketTaggingRequest {
5206
5369
  */
5207
5370
  ExpectedBucketOwner?: string;
5208
5371
  }
5209
- export declare type MFADeleteStatus = "Disabled" | "Enabled";
5210
- export declare type BucketVersioningStatus = "Enabled" | "Suspended";
5372
+ export declare enum MFADeleteStatus {
5373
+ Disabled = "Disabled",
5374
+ Enabled = "Enabled"
5375
+ }
5376
+ export declare enum BucketVersioningStatus {
5377
+ Enabled = "Enabled",
5378
+ Suspended = "Suspended"
5379
+ }
5211
5380
  export interface GetBucketVersioningOutput {
5212
5381
  /**
5213
5382
  * <p>The versioning state of the bucket.</p>
@@ -5263,7 +5432,10 @@ export interface IndexDocument {
5263
5432
  */
5264
5433
  Suffix: string | undefined;
5265
5434
  }
5266
- export declare type Protocol = "http" | "https";
5435
+ export declare enum Protocol {
5436
+ http = "http",
5437
+ https = "https"
5438
+ }
5267
5439
  /**
5268
5440
  * <p>Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3
5269
5441
  * bucket.</p>
@@ -5408,7 +5580,12 @@ export interface GetBucketWebsiteRequest {
5408
5580
  */
5409
5581
  ExpectedBucketOwner?: string;
5410
5582
  }
5411
- export declare type ReplicationStatus = "COMPLETE" | "FAILED" | "PENDING" | "REPLICA";
5583
+ export declare enum ReplicationStatus {
5584
+ COMPLETE = "COMPLETE",
5585
+ FAILED = "FAILED",
5586
+ PENDING = "PENDING",
5587
+ REPLICA = "REPLICA"
5588
+ }
5412
5589
  export interface GetObjectOutput {
5413
5590
  /**
5414
5591
  * <p>Object data.</p>
@@ -6039,8 +6216,13 @@ export interface GetObjectLegalHoldRequest {
6039
6216
  */
6040
6217
  ExpectedBucketOwner?: string;
6041
6218
  }
6042
- export declare type ObjectLockEnabled = "Enabled";
6043
- export declare type ObjectLockRetentionMode = "COMPLIANCE" | "GOVERNANCE";
6219
+ export declare enum ObjectLockEnabled {
6220
+ Enabled = "Enabled"
6221
+ }
6222
+ export declare enum ObjectLockRetentionMode {
6223
+ COMPLIANCE = "COMPLIANCE",
6224
+ GOVERNANCE = "GOVERNANCE"
6225
+ }
6044
6226
  /**
6045
6227
  * <p>The container element for specifying the default Object Lock retention settings for new
6046
6228
  * objects placed in the specified bucket.</p>
@@ -6342,7 +6524,10 @@ export declare class NotFound extends __BaseException {
6342
6524
  */
6343
6525
  constructor(opts: __ExceptionOptionType<NotFound, __BaseException>);
6344
6526
  }
6345
- export declare type ArchiveStatus = "ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS";
6527
+ export declare enum ArchiveStatus {
6528
+ ARCHIVE_ACCESS = "ARCHIVE_ACCESS",
6529
+ DEEP_ARCHIVE_ACCESS = "DEEP_ARCHIVE_ACCESS"
6530
+ }
6346
6531
  export interface HeadObjectOutput {
6347
6532
  /**
6348
6533
  * <p>Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If
@@ -6863,7 +7048,9 @@ export interface CommonPrefix {
6863
7048
  */
6864
7049
  Prefix?: string;
6865
7050
  }
6866
- export declare type EncodingType = "url";
7051
+ export declare enum EncodingType {
7052
+ url = "url"
7053
+ }
6867
7054
  /**
6868
7055
  * <p>Container element that identifies who initiated the multipart upload. </p>
6869
7056
  */
@@ -7042,7 +7229,17 @@ export interface ListMultipartUploadsRequest {
7042
7229
  */
7043
7230
  ExpectedBucketOwner?: string;
7044
7231
  }
7045
- export declare type ObjectStorageClass = "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "OUTPOSTS" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA";
7232
+ export declare enum ObjectStorageClass {
7233
+ DEEP_ARCHIVE = "DEEP_ARCHIVE",
7234
+ GLACIER = "GLACIER",
7235
+ GLACIER_IR = "GLACIER_IR",
7236
+ INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
7237
+ ONEZONE_IA = "ONEZONE_IA",
7238
+ OUTPOSTS = "OUTPOSTS",
7239
+ REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
7240
+ STANDARD = "STANDARD",
7241
+ STANDARD_IA = "STANDARD_IA"
7242
+ }
7046
7243
  /**
7047
7244
  * <p>An object consists of data and its descriptive metadata.</p>
7048
7245
  */
@@ -7392,7 +7589,9 @@ export interface DeleteMarkerEntry {
7392
7589
  */
7393
7590
  LastModified?: Date;
7394
7591
  }
7395
- export declare type ObjectVersionStorageClass = "STANDARD";
7592
+ export declare enum ObjectVersionStorageClass {
7593
+ STANDARD = "STANDARD"
7594
+ }
7396
7595
  /**
7397
7596
  * <p>The version of an object.</p>
7398
7597
  */
@@ -8283,7 +8482,10 @@ export interface PutBucketTaggingRequest {
8283
8482
  */
8284
8483
  ExpectedBucketOwner?: string;
8285
8484
  }
8286
- export declare type MFADelete = "Disabled" | "Enabled";
8485
+ export declare enum MFADelete {
8486
+ Disabled = "Disabled",
8487
+ Enabled = "Enabled"
8488
+ }
8287
8489
  /**
8288
8490
  * <p>Describes the versioning state of an Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html">PUT
8289
8491
  * Bucket versioning</a> in the <i>Amazon S3 API Reference</i>.</p>
@@ -176,7 +176,11 @@ export interface RestoreObjectOutput {
176
176
  */
177
177
  RestoreOutputPath?: string;
178
178
  }
179
- export declare type Tier = "Bulk" | "Expedited" | "Standard";
179
+ export declare enum Tier {
180
+ Bulk = "Bulk",
181
+ Expedited = "Expedited",
182
+ Standard = "Standard"
183
+ }
180
184
  /**
181
185
  * <p>Container for S3 Glacier job parameters.</p>
182
186
  */
@@ -268,8 +272,14 @@ export interface OutputLocation {
268
272
  */
269
273
  S3?: S3Location;
270
274
  }
271
- export declare type ExpressionType = "SQL";
272
- export declare type CompressionType = "BZIP2" | "GZIP" | "NONE";
275
+ export declare enum ExpressionType {
276
+ SQL = "SQL"
277
+ }
278
+ export declare enum CompressionType {
279
+ BZIP2 = "BZIP2",
280
+ GZIP = "GZIP",
281
+ NONE = "NONE"
282
+ }
273
283
  export declare enum FileHeaderInfo {
274
284
  IGNORE = "IGNORE",
275
285
  NONE = "NONE",
@@ -33,10 +33,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
33
33
  disableHostPrefix: boolean;
34
34
  logger: import("@aws-sdk/types").Logger;
35
35
  serviceId: string;
36
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
37
36
  signingEscapePath: boolean;
38
37
  useArnRegion: boolean | import("@aws-sdk/types").Provider<boolean>;
39
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
38
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
39
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
40
+ logger?: import("@aws-sdk/types").Logger | undefined;
41
+ }) => import("@aws-sdk/types").EndpointV2;
40
42
  tls?: boolean | undefined;
41
43
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
42
44
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -44,9 +46,9 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
44
46
  systemClockOffset?: number | undefined;
45
47
  signingRegion?: string | undefined;
46
48
  signerConstructor: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
47
- bucketEndpoint?: boolean | undefined;
48
- forcePathStyle?: boolean | undefined;
49
- useAccelerateEndpoint?: boolean | undefined;
50
- disableMultiregionAccessPoints?: boolean | import("@aws-sdk/types").Provider<boolean> | undefined;
49
+ forcePathStyle?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
50
+ useAccelerateEndpoint?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
51
+ disableMultiregionAccessPoints?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
51
52
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
53
+ useGlobalEndpoint?: boolean | import("@aws-sdk/types").Provider<boolean> | undefined;
52
54
  };
@@ -35,9 +35,11 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
35
35
  disableHostPrefix: boolean;
36
36
  logger: import("@aws-sdk/types").Logger;
37
37
  serviceId: string;
38
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
39
38
  signingEscapePath: boolean;
40
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
39
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
40
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
41
+ logger?: import("@aws-sdk/types").Logger | undefined;
42
+ }) => import("@aws-sdk/types").EndpointV2;
41
43
  tls?: boolean | undefined;
42
44
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
43
45
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -45,9 +47,9 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
45
47
  systemClockOffset?: number | undefined;
46
48
  signingRegion?: string | undefined;
47
49
  signerConstructor: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
48
- bucketEndpoint?: boolean | undefined;
49
- forcePathStyle?: boolean | undefined;
50
- useAccelerateEndpoint?: boolean | undefined;
51
- disableMultiregionAccessPoints?: boolean | import("@aws-sdk/types").Provider<boolean> | undefined;
50
+ forcePathStyle?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
51
+ useAccelerateEndpoint?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
52
+ disableMultiregionAccessPoints?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>)) | undefined;
52
53
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
54
+ useGlobalEndpoint?: boolean | import("@aws-sdk/types").Provider<boolean> | undefined;
53
55
  };
@@ -24,7 +24,6 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
24
24
  serviceId: string;
25
25
  region: string | import("@aws-sdk/types").Provider<any>;
26
26
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
27
  signingEscapePath: boolean;
29
28
  useArnRegion: boolean | import("@aws-sdk/types").Provider<boolean>;
30
29
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
@@ -35,7 +34,10 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
35
34
  eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
36
35
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
37
36
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
38
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
37
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
38
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
39
+ logger?: import("@aws-sdk/types").Logger | undefined;
40
+ }) => import("@aws-sdk/types").EndpointV2;
39
41
  tls?: boolean | undefined;
40
42
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
41
43
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -43,9 +45,9 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
43
45
  systemClockOffset?: number | undefined;
44
46
  signingRegion?: string | undefined;
45
47
  signerConstructor: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
46
- bucketEndpoint?: boolean | undefined;
47
48
  forcePathStyle?: boolean | undefined;
48
49
  useAccelerateEndpoint?: boolean | undefined;
49
- disableMultiregionAccessPoints?: boolean | import("@aws-sdk/types").Provider<boolean> | undefined;
50
+ disableMultiregionAccessPoints?: boolean | undefined;
50
51
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
52
+ useGlobalEndpoint?: boolean | import("@aws-sdk/types").Provider<boolean> | undefined;
51
53
  };