@aws-sdk/client-s3-control 3.31.0 → 3.35.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 (1047) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/S3Control.js +869 -0
  3. package/dist-cjs/S3Control.js.map +1 -0
  4. package/dist-cjs/S3ControlClient.js +49 -0
  5. package/dist-cjs/S3ControlClient.js.map +1 -0
  6. package/dist-cjs/commands/CreateAccessPointCommand.js +93 -0
  7. package/dist-cjs/commands/CreateAccessPointCommand.js.map +1 -0
  8. package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +82 -0
  9. package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
  10. package/dist-cjs/commands/CreateBucketCommand.js +114 -0
  11. package/dist-cjs/commands/CreateBucketCommand.js.map +1 -0
  12. package/dist-cjs/commands/CreateJobCommand.js +96 -0
  13. package/dist-cjs/commands/CreateJobCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +98 -0
  15. package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
  16. package/dist-cjs/commands/DeleteAccessPointCommand.js +83 -0
  17. package/dist-cjs/commands/DeleteAccessPointCommand.js.map +1 -0
  18. package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +81 -0
  19. package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
  20. package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +78 -0
  21. package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
  22. package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +76 -0
  23. package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteBucketCommand.js +91 -0
  25. package/dist-cjs/commands/DeleteBucketCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +91 -0
  27. package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +103 -0
  29. package/dist-cjs/commands/DeleteBucketPolicyCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +89 -0
  31. package/dist-cjs/commands/DeleteBucketTaggingCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteJobTaggingCommand.js +85 -0
  33. package/dist-cjs/commands/DeleteJobTaggingCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +97 -0
  35. package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
  36. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +78 -0
  37. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js.map +1 -0
  38. package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +72 -0
  39. package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
  40. package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +72 -0
  41. package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeJobCommand.js +89 -0
  43. package/dist-cjs/commands/DescribeJobCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +91 -0
  45. package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
  46. package/dist-cjs/commands/GetAccessPointCommand.js +84 -0
  47. package/dist-cjs/commands/GetAccessPointCommand.js.map +1 -0
  48. package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +71 -0
  49. package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
  50. package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +81 -0
  51. package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
  52. package/dist-cjs/commands/GetAccessPointPolicyCommand.js +76 -0
  53. package/dist-cjs/commands/GetAccessPointPolicyCommand.js.map +1 -0
  54. package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +76 -0
  55. package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  56. package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +63 -0
  57. package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
  58. package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +63 -0
  59. package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
  60. package/dist-cjs/commands/GetBucketCommand.js +93 -0
  61. package/dist-cjs/commands/GetBucketCommand.js.map +1 -0
  62. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +111 -0
  63. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
  64. package/dist-cjs/commands/GetBucketPolicyCommand.js +103 -0
  65. package/dist-cjs/commands/GetBucketPolicyCommand.js.map +1 -0
  66. package/dist-cjs/commands/GetBucketTaggingCommand.js +101 -0
  67. package/dist-cjs/commands/GetBucketTaggingCommand.js.map +1 -0
  68. package/dist-cjs/commands/GetJobTaggingCommand.js +86 -0
  69. package/dist-cjs/commands/GetJobTaggingCommand.js.map +1 -0
  70. package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +92 -0
  71. package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
  72. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +82 -0
  73. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
  74. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +83 -0
  75. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
  76. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +78 -0
  77. package/dist-cjs/commands/GetPublicAccessBlockCommand.js.map +1 -0
  78. package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +72 -0
  79. package/dist-cjs/commands/GetStorageLensConfigurationCommand.js.map +1 -0
  80. package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +71 -0
  81. package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
  82. package/dist-cjs/commands/ListAccessPointsCommand.js +86 -0
  83. package/dist-cjs/commands/ListAccessPointsCommand.js.map +1 -0
  84. package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +84 -0
  85. package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
  86. package/dist-cjs/commands/ListJobsCommand.js +89 -0
  87. package/dist-cjs/commands/ListJobsCommand.js.map +1 -0
  88. package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +94 -0
  89. package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
  90. package/dist-cjs/commands/ListRegionalBucketsCommand.js +67 -0
  91. package/dist-cjs/commands/ListRegionalBucketsCommand.js.map +1 -0
  92. package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +72 -0
  93. package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
  94. package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +71 -0
  95. package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
  96. package/dist-cjs/commands/PutAccessPointPolicyCommand.js +79 -0
  97. package/dist-cjs/commands/PutAccessPointPolicyCommand.js.map +1 -0
  98. package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +77 -0
  99. package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  100. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +87 -0
  101. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
  102. package/dist-cjs/commands/PutBucketPolicyCommand.js +103 -0
  103. package/dist-cjs/commands/PutBucketPolicyCommand.js.map +1 -0
  104. package/dist-cjs/commands/PutBucketTaggingCommand.js +148 -0
  105. package/dist-cjs/commands/PutBucketTaggingCommand.js.map +1 -0
  106. package/dist-cjs/commands/PutJobTaggingCommand.js +125 -0
  107. package/dist-cjs/commands/PutJobTaggingCommand.js.map +1 -0
  108. package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +84 -0
  109. package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
  110. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +78 -0
  111. package/dist-cjs/commands/PutPublicAccessBlockCommand.js.map +1 -0
  112. package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +70 -0
  113. package/dist-cjs/commands/PutStorageLensConfigurationCommand.js.map +1 -0
  114. package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +72 -0
  115. package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
  116. package/dist-cjs/commands/UpdateJobPriorityCommand.js +88 -0
  117. package/dist-cjs/commands/UpdateJobPriorityCommand.js.map +1 -0
  118. package/dist-cjs/commands/UpdateJobStatusCommand.js +89 -0
  119. package/dist-cjs/commands/UpdateJobStatusCommand.js.map +1 -0
  120. package/dist-cjs/endpoints.js +175 -0
  121. package/dist-cjs/endpoints.js.map +1 -0
  122. package/dist-cjs/index.js +71 -0
  123. package/dist-cjs/index.js.map +1 -0
  124. package/dist-cjs/models/index.js +5 -0
  125. package/dist-cjs/models/index.js.map +1 -0
  126. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  127. package/dist-cjs/models/models_0.js.map +1 -0
  128. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  129. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  130. package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +46 -0
  131. package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
  132. package/dist-cjs/pagination/ListAccessPointsPaginator.js +46 -0
  133. package/dist-cjs/pagination/ListAccessPointsPaginator.js.map +1 -0
  134. package/dist-cjs/pagination/ListJobsPaginator.js +46 -0
  135. package/dist-cjs/pagination/ListJobsPaginator.js.map +1 -0
  136. package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js +46 -0
  137. package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
  138. package/dist-cjs/pagination/ListRegionalBucketsPaginator.js +46 -0
  139. package/dist-cjs/pagination/ListRegionalBucketsPaginator.js.map +1 -0
  140. package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js +45 -0
  141. package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
  142. package/dist-cjs/protocols/Aws_restXml.js +8017 -0
  143. package/dist-cjs/protocols/Aws_restXml.js.map +1 -0
  144. package/dist-cjs/runtimeConfig.browser.js +46 -0
  145. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  146. package/dist-cjs/runtimeConfig.js +50 -0
  147. package/dist-cjs/runtimeConfig.js.map +1 -0
  148. package/dist-cjs/runtimeConfig.native.js +20 -0
  149. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  150. package/dist-cjs/runtimeConfig.shared.js +21 -0
  151. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  152. package/dist-es/S3Control.js +866 -0
  153. package/dist-es/S3Control.js.map +1 -0
  154. package/dist-es/S3ControlClient.js +40 -0
  155. package/dist-es/S3ControlClient.js.map +1 -0
  156. package/dist-es/commands/CreateAccessPointCommand.js +42 -0
  157. package/dist-es/commands/CreateAccessPointCommand.js.map +1 -0
  158. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +42 -0
  159. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
  160. package/dist-es/commands/CreateBucketCommand.js +44 -0
  161. package/dist-es/commands/CreateBucketCommand.js.map +1 -0
  162. package/dist-es/commands/CreateJobCommand.js +42 -0
  163. package/dist-es/commands/CreateJobCommand.js.map +1 -0
  164. package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +44 -0
  165. package/dist-es/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
  166. package/dist-es/commands/DeleteAccessPointCommand.js +42 -0
  167. package/dist-es/commands/DeleteAccessPointCommand.js.map +1 -0
  168. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +42 -0
  169. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
  170. package/dist-es/commands/DeleteAccessPointPolicyCommand.js +42 -0
  171. package/dist-es/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
  172. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +42 -0
  173. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  174. package/dist-es/commands/DeleteBucketCommand.js +42 -0
  175. package/dist-es/commands/DeleteBucketCommand.js.map +1 -0
  176. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +42 -0
  177. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
  178. package/dist-es/commands/DeleteBucketPolicyCommand.js +42 -0
  179. package/dist-es/commands/DeleteBucketPolicyCommand.js.map +1 -0
  180. package/dist-es/commands/DeleteBucketTaggingCommand.js +42 -0
  181. package/dist-es/commands/DeleteBucketTaggingCommand.js.map +1 -0
  182. package/dist-es/commands/DeleteJobTaggingCommand.js +42 -0
  183. package/dist-es/commands/DeleteJobTaggingCommand.js.map +1 -0
  184. package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +44 -0
  185. package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
  186. package/dist-es/commands/DeletePublicAccessBlockCommand.js +42 -0
  187. package/dist-es/commands/DeletePublicAccessBlockCommand.js.map +1 -0
  188. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +42 -0
  189. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
  190. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +42 -0
  191. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
  192. package/dist-es/commands/DescribeJobCommand.js +42 -0
  193. package/dist-es/commands/DescribeJobCommand.js.map +1 -0
  194. package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +44 -0
  195. package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
  196. package/dist-es/commands/GetAccessPointCommand.js +42 -0
  197. package/dist-es/commands/GetAccessPointCommand.js.map +1 -0
  198. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +42 -0
  199. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
  200. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +42 -0
  201. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
  202. package/dist-es/commands/GetAccessPointPolicyCommand.js +42 -0
  203. package/dist-es/commands/GetAccessPointPolicyCommand.js.map +1 -0
  204. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +42 -0
  205. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  206. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +42 -0
  207. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
  208. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +42 -0
  209. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
  210. package/dist-es/commands/GetBucketCommand.js +42 -0
  211. package/dist-es/commands/GetBucketCommand.js.map +1 -0
  212. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +42 -0
  213. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
  214. package/dist-es/commands/GetBucketPolicyCommand.js +42 -0
  215. package/dist-es/commands/GetBucketPolicyCommand.js.map +1 -0
  216. package/dist-es/commands/GetBucketTaggingCommand.js +42 -0
  217. package/dist-es/commands/GetBucketTaggingCommand.js.map +1 -0
  218. package/dist-es/commands/GetJobTaggingCommand.js +42 -0
  219. package/dist-es/commands/GetJobTaggingCommand.js.map +1 -0
  220. package/dist-es/commands/GetMultiRegionAccessPointCommand.js +44 -0
  221. package/dist-es/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
  222. package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +44 -0
  223. package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
  224. package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +44 -0
  225. package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
  226. package/dist-es/commands/GetPublicAccessBlockCommand.js +42 -0
  227. package/dist-es/commands/GetPublicAccessBlockCommand.js.map +1 -0
  228. package/dist-es/commands/GetStorageLensConfigurationCommand.js +42 -0
  229. package/dist-es/commands/GetStorageLensConfigurationCommand.js.map +1 -0
  230. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +42 -0
  231. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
  232. package/dist-es/commands/ListAccessPointsCommand.js +42 -0
  233. package/dist-es/commands/ListAccessPointsCommand.js.map +1 -0
  234. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +42 -0
  235. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
  236. package/dist-es/commands/ListJobsCommand.js +42 -0
  237. package/dist-es/commands/ListJobsCommand.js.map +1 -0
  238. package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +44 -0
  239. package/dist-es/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
  240. package/dist-es/commands/ListRegionalBucketsCommand.js +42 -0
  241. package/dist-es/commands/ListRegionalBucketsCommand.js.map +1 -0
  242. package/dist-es/commands/ListStorageLensConfigurationsCommand.js +42 -0
  243. package/dist-es/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
  244. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +42 -0
  245. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
  246. package/dist-es/commands/PutAccessPointPolicyCommand.js +42 -0
  247. package/dist-es/commands/PutAccessPointPolicyCommand.js.map +1 -0
  248. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +42 -0
  249. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  250. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +44 -0
  251. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
  252. package/dist-es/commands/PutBucketPolicyCommand.js +44 -0
  253. package/dist-es/commands/PutBucketPolicyCommand.js.map +1 -0
  254. package/dist-es/commands/PutBucketTaggingCommand.js +44 -0
  255. package/dist-es/commands/PutBucketTaggingCommand.js.map +1 -0
  256. package/dist-es/commands/PutJobTaggingCommand.js +42 -0
  257. package/dist-es/commands/PutJobTaggingCommand.js.map +1 -0
  258. package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +44 -0
  259. package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
  260. package/dist-es/commands/PutPublicAccessBlockCommand.js +42 -0
  261. package/dist-es/commands/PutPublicAccessBlockCommand.js.map +1 -0
  262. package/dist-es/commands/PutStorageLensConfigurationCommand.js +42 -0
  263. package/dist-es/commands/PutStorageLensConfigurationCommand.js.map +1 -0
  264. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +42 -0
  265. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
  266. package/dist-es/commands/UpdateJobPriorityCommand.js +42 -0
  267. package/dist-es/commands/UpdateJobPriorityCommand.js.map +1 -0
  268. package/dist-es/commands/UpdateJobStatusCommand.js +42 -0
  269. package/dist-es/commands/UpdateJobStatusCommand.js.map +1 -0
  270. package/dist-es/endpoints.js +171 -0
  271. package/dist-es/endpoints.js.map +1 -0
  272. package/{dist/es → dist-es}/index.js +0 -0
  273. package/dist-es/index.js.map +1 -0
  274. package/{dist/es → dist-es}/models/index.js +0 -0
  275. package/dist-es/models/index.js.map +1 -0
  276. package/dist-es/models/models_0.js +912 -0
  277. package/dist-es/models/models_0.js.map +1 -0
  278. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  279. package/dist-es/pagination/Interfaces.js.map +1 -0
  280. package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +75 -0
  281. package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
  282. package/dist-es/pagination/ListAccessPointsPaginator.js +75 -0
  283. package/dist-es/pagination/ListAccessPointsPaginator.js.map +1 -0
  284. package/dist-es/pagination/ListJobsPaginator.js +75 -0
  285. package/dist-es/pagination/ListJobsPaginator.js.map +1 -0
  286. package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +75 -0
  287. package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
  288. package/dist-es/pagination/ListRegionalBucketsPaginator.js +75 -0
  289. package/dist-es/pagination/ListRegionalBucketsPaginator.js.map +1 -0
  290. package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +74 -0
  291. package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
  292. package/dist-es/protocols/Aws_restXml.js +8843 -0
  293. package/dist-es/protocols/Aws_restXml.js.map +1 -0
  294. package/dist-es/runtimeConfig.browser.js +19 -0
  295. package/dist-es/runtimeConfig.browser.js.map +1 -0
  296. package/dist-es/runtimeConfig.js +23 -0
  297. package/dist-es/runtimeConfig.js.map +1 -0
  298. package/dist-es/runtimeConfig.native.js +9 -0
  299. package/dist-es/runtimeConfig.native.js.map +1 -0
  300. package/dist-es/runtimeConfig.shared.js +14 -0
  301. package/dist-es/runtimeConfig.shared.js.map +1 -0
  302. package/dist-types/S3Control.d.ts +1702 -0
  303. package/dist-types/S3ControlClient.d.ts +207 -0
  304. package/dist-types/commands/CreateAccessPointCommand.d.ts +65 -0
  305. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
  306. package/dist-types/commands/CreateBucketCommand.d.ts +84 -0
  307. package/dist-types/commands/CreateJobCommand.d.ts +68 -0
  308. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
  309. package/dist-types/commands/DeleteAccessPointCommand.d.ts +55 -0
  310. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
  311. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
  312. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
  313. package/dist-types/commands/DeleteBucketCommand.d.ts +63 -0
  314. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
  315. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +75 -0
  316. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +61 -0
  317. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +57 -0
  318. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
  319. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
  320. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
  321. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
  322. package/dist-types/commands/DescribeJobCommand.d.ts +61 -0
  323. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
  324. package/dist-types/commands/GetAccessPointCommand.d.ts +56 -0
  325. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
  326. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
  327. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +48 -0
  328. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
  329. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
  330. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
  331. package/dist-types/commands/GetBucketCommand.d.ts +65 -0
  332. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
  333. package/dist-types/commands/GetBucketPolicyCommand.d.ts +75 -0
  334. package/dist-types/commands/GetBucketTaggingCommand.d.ts +73 -0
  335. package/dist-types/commands/GetJobTaggingCommand.d.ts +58 -0
  336. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
  337. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
  338. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
  339. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +50 -0
  340. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
  341. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
  342. package/dist-types/commands/ListAccessPointsCommand.d.ts +58 -0
  343. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
  344. package/dist-types/commands/ListJobsCommand.d.ts +61 -0
  345. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
  346. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +39 -0
  347. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
  348. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
  349. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +51 -0
  350. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
  351. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
  352. package/dist-types/commands/PutBucketPolicyCommand.d.ts +73 -0
  353. package/dist-types/commands/PutBucketTaggingCommand.d.ts +118 -0
  354. package/dist-types/commands/PutJobTaggingCommand.d.ts +97 -0
  355. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
  356. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +50 -0
  357. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
  358. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
  359. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +60 -0
  360. package/dist-types/commands/UpdateJobStatusCommand.d.ts +61 -0
  361. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  362. package/{dist/types → dist-types}/index.d.ts +0 -0
  363. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  364. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  365. package/dist-types/pagination/Interfaces.d.ts +6 -0
  366. package/dist-types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
  367. package/dist-types/pagination/ListAccessPointsPaginator.d.ts +4 -0
  368. package/dist-types/pagination/ListJobsPaginator.d.ts +4 -0
  369. package/dist-types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
  370. package/dist-types/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
  371. package/dist-types/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
  372. package/dist-types/protocols/Aws_restXml.d.ts +173 -0
  373. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  374. package/dist-types/runtimeConfig.d.ts +43 -0
  375. package/dist-types/runtimeConfig.native.d.ts +41 -0
  376. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  377. package/dist-types/ts3.4/S3Control.d.ts +1702 -0
  378. package/dist-types/ts3.4/S3ControlClient.d.ts +207 -0
  379. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +65 -0
  380. package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
  381. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +84 -0
  382. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +68 -0
  383. package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
  384. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +55 -0
  385. package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
  386. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
  387. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
  388. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +63 -0
  389. package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
  390. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +75 -0
  391. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +61 -0
  392. package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +57 -0
  393. package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
  394. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
  395. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
  396. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
  397. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +61 -0
  398. package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
  399. package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +56 -0
  400. package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
  401. package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
  402. package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +48 -0
  403. package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
  404. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
  405. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
  406. package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +65 -0
  407. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
  408. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +75 -0
  409. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +73 -0
  410. package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +58 -0
  411. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
  412. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
  413. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
  414. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +50 -0
  415. package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
  416. package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
  417. package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +58 -0
  418. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
  419. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +61 -0
  420. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
  421. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +39 -0
  422. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
  423. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
  424. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +51 -0
  425. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
  426. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
  427. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +73 -0
  428. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +118 -0
  429. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +97 -0
  430. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
  431. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +50 -0
  432. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
  433. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
  434. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +60 -0
  435. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +61 -0
  436. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  437. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  438. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  439. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  440. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  441. package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
  442. package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +4 -0
  443. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
  444. package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
  445. package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
  446. package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
  447. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +173 -0
  448. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +42 -0
  449. package/dist-types/ts3.4/runtimeConfig.d.ts +43 -0
  450. package/dist-types/ts3.4/runtimeConfig.native.d.ts +41 -0
  451. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  452. package/package.json +57 -57
  453. package/src/S3Control.ts +3381 -0
  454. package/src/S3ControlClient.ts +545 -0
  455. package/src/commands/CreateAccessPointCommand.ts +127 -0
  456. package/src/commands/CreateAccessPointForObjectLambdaCommand.ts +124 -0
  457. package/src/commands/CreateBucketCommand.ts +148 -0
  458. package/src/commands/CreateJobCommand.ts +127 -0
  459. package/src/commands/CreateMultiRegionAccessPointCommand.ts +137 -0
  460. package/src/commands/DeleteAccessPointCommand.ts +117 -0
  461. package/src/commands/DeleteAccessPointForObjectLambdaCommand.ts +121 -0
  462. package/src/commands/DeleteAccessPointPolicyCommand.ts +112 -0
  463. package/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +117 -0
  464. package/src/commands/DeleteBucketCommand.ts +125 -0
  465. package/src/commands/DeleteBucketLifecycleConfigurationCommand.ts +131 -0
  466. package/src/commands/DeleteBucketPolicyCommand.ts +137 -0
  467. package/src/commands/DeleteBucketTaggingCommand.ts +123 -0
  468. package/src/commands/DeleteJobTaggingCommand.ts +119 -0
  469. package/src/commands/DeleteMultiRegionAccessPointCommand.ts +136 -0
  470. package/src/commands/DeletePublicAccessBlockCommand.ts +112 -0
  471. package/src/commands/DeleteStorageLensConfigurationCommand.ts +112 -0
  472. package/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts +118 -0
  473. package/src/commands/DescribeJobCommand.ts +123 -0
  474. package/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts +140 -0
  475. package/src/commands/GetAccessPointCommand.ts +118 -0
  476. package/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +120 -0
  477. package/src/commands/GetAccessPointForObjectLambdaCommand.ts +120 -0
  478. package/src/commands/GetAccessPointPolicyCommand.ts +110 -0
  479. package/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +121 -0
  480. package/src/commands/GetAccessPointPolicyStatusCommand.ts +100 -0
  481. package/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +112 -0
  482. package/src/commands/GetBucketCommand.ts +124 -0
  483. package/src/commands/GetBucketLifecycleConfigurationCommand.ts +153 -0
  484. package/src/commands/GetBucketPolicyCommand.ts +137 -0
  485. package/src/commands/GetBucketTaggingCommand.ts +135 -0
  486. package/src/commands/GetJobTaggingCommand.ts +120 -0
  487. package/src/commands/GetMultiRegionAccessPointCommand.ts +129 -0
  488. package/src/commands/GetMultiRegionAccessPointPolicyCommand.ts +124 -0
  489. package/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +129 -0
  490. package/src/commands/GetPublicAccessBlockCommand.ts +112 -0
  491. package/src/commands/GetStorageLensConfigurationCommand.ts +109 -0
  492. package/src/commands/GetStorageLensConfigurationTaggingCommand.ts +116 -0
  493. package/src/commands/ListAccessPointsCommand.ts +120 -0
  494. package/src/commands/ListAccessPointsForObjectLambdaCommand.ts +126 -0
  495. package/src/commands/ListJobsCommand.ts +120 -0
  496. package/src/commands/ListMultiRegionAccessPointsCommand.ts +131 -0
  497. package/src/commands/ListRegionalBucketsCommand.ts +101 -0
  498. package/src/commands/ListStorageLensConfigurationsCommand.ts +111 -0
  499. package/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +115 -0
  500. package/src/commands/PutAccessPointPolicyCommand.ts +113 -0
  501. package/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +117 -0
  502. package/src/commands/PutBucketLifecycleConfigurationCommand.ts +127 -0
  503. package/src/commands/PutBucketPolicyCommand.ts +137 -0
  504. package/src/commands/PutBucketTaggingCommand.ts +182 -0
  505. package/src/commands/PutJobTaggingCommand.ts +159 -0
  506. package/src/commands/PutMultiRegionAccessPointPolicyCommand.ts +126 -0
  507. package/src/commands/PutPublicAccessBlockCommand.ts +112 -0
  508. package/src/commands/PutStorageLensConfigurationCommand.ts +107 -0
  509. package/src/commands/PutStorageLensConfigurationTaggingCommand.ts +117 -0
  510. package/src/commands/UpdateJobPriorityCommand.ts +122 -0
  511. package/src/commands/UpdateJobStatusCommand.ts +123 -0
  512. package/src/endpoints.ts +175 -0
  513. package/{index.ts → src/index.ts} +0 -0
  514. package/{models → src/models}/index.ts +0 -0
  515. package/{models → src/models}/models_0.ts +0 -0
  516. package/src/pagination/Interfaces.ts +8 -0
  517. package/src/pagination/ListAccessPointsForObjectLambdaPaginator.ts +59 -0
  518. package/src/pagination/ListAccessPointsPaginator.ts +59 -0
  519. package/src/pagination/ListJobsPaginator.ts +55 -0
  520. package/src/pagination/ListMultiRegionAccessPointsPaginator.ts +59 -0
  521. package/src/pagination/ListRegionalBucketsPaginator.ts +59 -0
  522. package/src/pagination/ListStorageLensConfigurationsPaginator.ts +58 -0
  523. package/src/protocols/Aws_restXml.ts +9444 -0
  524. package/src/runtimeConfig.browser.ts +45 -0
  525. package/src/runtimeConfig.native.ts +17 -0
  526. package/src/runtimeConfig.shared.ts +17 -0
  527. package/src/runtimeConfig.ts +50 -0
  528. package/test/S3Control.spec.ts +134 -0
  529. package/tsconfig.es.json +1 -3
  530. package/tsconfig.json +7 -7
  531. package/tsconfig.types.json +9 -0
  532. package/S3Control.spec.ts +0 -133
  533. package/S3Control.ts +0 -3380
  534. package/S3ControlClient.ts +0 -544
  535. package/commands/CreateAccessPointCommand.ts +0 -126
  536. package/commands/CreateAccessPointForObjectLambdaCommand.ts +0 -123
  537. package/commands/CreateBucketCommand.ts +0 -147
  538. package/commands/CreateJobCommand.ts +0 -126
  539. package/commands/CreateMultiRegionAccessPointCommand.ts +0 -136
  540. package/commands/DeleteAccessPointCommand.ts +0 -116
  541. package/commands/DeleteAccessPointForObjectLambdaCommand.ts +0 -120
  542. package/commands/DeleteAccessPointPolicyCommand.ts +0 -111
  543. package/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +0 -116
  544. package/commands/DeleteBucketCommand.ts +0 -124
  545. package/commands/DeleteBucketLifecycleConfigurationCommand.ts +0 -130
  546. package/commands/DeleteBucketPolicyCommand.ts +0 -136
  547. package/commands/DeleteBucketTaggingCommand.ts +0 -122
  548. package/commands/DeleteJobTaggingCommand.ts +0 -118
  549. package/commands/DeleteMultiRegionAccessPointCommand.ts +0 -135
  550. package/commands/DeletePublicAccessBlockCommand.ts +0 -111
  551. package/commands/DeleteStorageLensConfigurationCommand.ts +0 -111
  552. package/commands/DeleteStorageLensConfigurationTaggingCommand.ts +0 -117
  553. package/commands/DescribeJobCommand.ts +0 -122
  554. package/commands/DescribeMultiRegionAccessPointOperationCommand.ts +0 -139
  555. package/commands/GetAccessPointCommand.ts +0 -117
  556. package/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +0 -119
  557. package/commands/GetAccessPointForObjectLambdaCommand.ts +0 -119
  558. package/commands/GetAccessPointPolicyCommand.ts +0 -109
  559. package/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +0 -120
  560. package/commands/GetAccessPointPolicyStatusCommand.ts +0 -99
  561. package/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +0 -111
  562. package/commands/GetBucketCommand.ts +0 -123
  563. package/commands/GetBucketLifecycleConfigurationCommand.ts +0 -152
  564. package/commands/GetBucketPolicyCommand.ts +0 -136
  565. package/commands/GetBucketTaggingCommand.ts +0 -134
  566. package/commands/GetJobTaggingCommand.ts +0 -119
  567. package/commands/GetMultiRegionAccessPointCommand.ts +0 -128
  568. package/commands/GetMultiRegionAccessPointPolicyCommand.ts +0 -123
  569. package/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +0 -128
  570. package/commands/GetPublicAccessBlockCommand.ts +0 -111
  571. package/commands/GetStorageLensConfigurationCommand.ts +0 -108
  572. package/commands/GetStorageLensConfigurationTaggingCommand.ts +0 -115
  573. package/commands/ListAccessPointsCommand.ts +0 -119
  574. package/commands/ListAccessPointsForObjectLambdaCommand.ts +0 -125
  575. package/commands/ListJobsCommand.ts +0 -119
  576. package/commands/ListMultiRegionAccessPointsCommand.ts +0 -130
  577. package/commands/ListRegionalBucketsCommand.ts +0 -100
  578. package/commands/ListStorageLensConfigurationsCommand.ts +0 -110
  579. package/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +0 -114
  580. package/commands/PutAccessPointPolicyCommand.ts +0 -112
  581. package/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +0 -116
  582. package/commands/PutBucketLifecycleConfigurationCommand.ts +0 -126
  583. package/commands/PutBucketPolicyCommand.ts +0 -136
  584. package/commands/PutBucketTaggingCommand.ts +0 -181
  585. package/commands/PutJobTaggingCommand.ts +0 -158
  586. package/commands/PutMultiRegionAccessPointPolicyCommand.ts +0 -125
  587. package/commands/PutPublicAccessBlockCommand.ts +0 -111
  588. package/commands/PutStorageLensConfigurationCommand.ts +0 -106
  589. package/commands/PutStorageLensConfigurationTaggingCommand.ts +0 -116
  590. package/commands/UpdateJobPriorityCommand.ts +0 -121
  591. package/commands/UpdateJobStatusCommand.ts +0 -122
  592. package/dist/cjs/S3Control.js +0 -869
  593. package/dist/cjs/S3Control.js.map +0 -1
  594. package/dist/cjs/S3Control.spec.js +0 -102
  595. package/dist/cjs/S3Control.spec.js.map +0 -1
  596. package/dist/cjs/S3ControlClient.js +0 -49
  597. package/dist/cjs/S3ControlClient.js.map +0 -1
  598. package/dist/cjs/commands/CreateAccessPointCommand.js +0 -93
  599. package/dist/cjs/commands/CreateAccessPointCommand.js.map +0 -1
  600. package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js +0 -82
  601. package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
  602. package/dist/cjs/commands/CreateBucketCommand.js +0 -114
  603. package/dist/cjs/commands/CreateBucketCommand.js.map +0 -1
  604. package/dist/cjs/commands/CreateJobCommand.js +0 -96
  605. package/dist/cjs/commands/CreateJobCommand.js.map +0 -1
  606. package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js +0 -98
  607. package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
  608. package/dist/cjs/commands/DeleteAccessPointCommand.js +0 -83
  609. package/dist/cjs/commands/DeleteAccessPointCommand.js.map +0 -1
  610. package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -81
  611. package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
  612. package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js +0 -78
  613. package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
  614. package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -76
  615. package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  616. package/dist/cjs/commands/DeleteBucketCommand.js +0 -91
  617. package/dist/cjs/commands/DeleteBucketCommand.js.map +0 -1
  618. package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -91
  619. package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
  620. package/dist/cjs/commands/DeleteBucketPolicyCommand.js +0 -103
  621. package/dist/cjs/commands/DeleteBucketPolicyCommand.js.map +0 -1
  622. package/dist/cjs/commands/DeleteBucketTaggingCommand.js +0 -89
  623. package/dist/cjs/commands/DeleteBucketTaggingCommand.js.map +0 -1
  624. package/dist/cjs/commands/DeleteJobTaggingCommand.js +0 -85
  625. package/dist/cjs/commands/DeleteJobTaggingCommand.js.map +0 -1
  626. package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js +0 -97
  627. package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
  628. package/dist/cjs/commands/DeletePublicAccessBlockCommand.js +0 -78
  629. package/dist/cjs/commands/DeletePublicAccessBlockCommand.js.map +0 -1
  630. package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js +0 -72
  631. package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
  632. package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -72
  633. package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
  634. package/dist/cjs/commands/DescribeJobCommand.js +0 -89
  635. package/dist/cjs/commands/DescribeJobCommand.js.map +0 -1
  636. package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -91
  637. package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
  638. package/dist/cjs/commands/GetAccessPointCommand.js +0 -84
  639. package/dist/cjs/commands/GetAccessPointCommand.js.map +0 -1
  640. package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -71
  641. package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
  642. package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js +0 -81
  643. package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
  644. package/dist/cjs/commands/GetAccessPointPolicyCommand.js +0 -76
  645. package/dist/cjs/commands/GetAccessPointPolicyCommand.js.map +0 -1
  646. package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -76
  647. package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  648. package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js +0 -63
  649. package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
  650. package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -63
  651. package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
  652. package/dist/cjs/commands/GetBucketCommand.js +0 -93
  653. package/dist/cjs/commands/GetBucketCommand.js.map +0 -1
  654. package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js +0 -111
  655. package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
  656. package/dist/cjs/commands/GetBucketPolicyCommand.js +0 -103
  657. package/dist/cjs/commands/GetBucketPolicyCommand.js.map +0 -1
  658. package/dist/cjs/commands/GetBucketTaggingCommand.js +0 -101
  659. package/dist/cjs/commands/GetBucketTaggingCommand.js.map +0 -1
  660. package/dist/cjs/commands/GetJobTaggingCommand.js +0 -86
  661. package/dist/cjs/commands/GetJobTaggingCommand.js.map +0 -1
  662. package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js +0 -92
  663. package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
  664. package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -82
  665. package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
  666. package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -83
  667. package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
  668. package/dist/cjs/commands/GetPublicAccessBlockCommand.js +0 -78
  669. package/dist/cjs/commands/GetPublicAccessBlockCommand.js.map +0 -1
  670. package/dist/cjs/commands/GetStorageLensConfigurationCommand.js +0 -72
  671. package/dist/cjs/commands/GetStorageLensConfigurationCommand.js.map +0 -1
  672. package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js +0 -71
  673. package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
  674. package/dist/cjs/commands/ListAccessPointsCommand.js +0 -86
  675. package/dist/cjs/commands/ListAccessPointsCommand.js.map +0 -1
  676. package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js +0 -84
  677. package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
  678. package/dist/cjs/commands/ListJobsCommand.js +0 -89
  679. package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
  680. package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js +0 -94
  681. package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
  682. package/dist/cjs/commands/ListRegionalBucketsCommand.js +0 -67
  683. package/dist/cjs/commands/ListRegionalBucketsCommand.js.map +0 -1
  684. package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js +0 -72
  685. package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
  686. package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -71
  687. package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
  688. package/dist/cjs/commands/PutAccessPointPolicyCommand.js +0 -79
  689. package/dist/cjs/commands/PutAccessPointPolicyCommand.js.map +0 -1
  690. package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -77
  691. package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  692. package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js +0 -87
  693. package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
  694. package/dist/cjs/commands/PutBucketPolicyCommand.js +0 -103
  695. package/dist/cjs/commands/PutBucketPolicyCommand.js.map +0 -1
  696. package/dist/cjs/commands/PutBucketTaggingCommand.js +0 -148
  697. package/dist/cjs/commands/PutBucketTaggingCommand.js.map +0 -1
  698. package/dist/cjs/commands/PutJobTaggingCommand.js +0 -125
  699. package/dist/cjs/commands/PutJobTaggingCommand.js.map +0 -1
  700. package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -84
  701. package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
  702. package/dist/cjs/commands/PutPublicAccessBlockCommand.js +0 -78
  703. package/dist/cjs/commands/PutPublicAccessBlockCommand.js.map +0 -1
  704. package/dist/cjs/commands/PutStorageLensConfigurationCommand.js +0 -70
  705. package/dist/cjs/commands/PutStorageLensConfigurationCommand.js.map +0 -1
  706. package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js +0 -72
  707. package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
  708. package/dist/cjs/commands/UpdateJobPriorityCommand.js +0 -88
  709. package/dist/cjs/commands/UpdateJobPriorityCommand.js.map +0 -1
  710. package/dist/cjs/commands/UpdateJobStatusCommand.js +0 -89
  711. package/dist/cjs/commands/UpdateJobStatusCommand.js.map +0 -1
  712. package/dist/cjs/endpoints.js +0 -175
  713. package/dist/cjs/endpoints.js.map +0 -1
  714. package/dist/cjs/index.js +0 -71
  715. package/dist/cjs/index.js.map +0 -1
  716. package/dist/cjs/models/index.js +0 -5
  717. package/dist/cjs/models/index.js.map +0 -1
  718. package/dist/cjs/models/models_0.js.map +0 -1
  719. package/dist/cjs/package.json +0 -103
  720. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  721. package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -46
  722. package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
  723. package/dist/cjs/pagination/ListAccessPointsPaginator.js +0 -46
  724. package/dist/cjs/pagination/ListAccessPointsPaginator.js.map +0 -1
  725. package/dist/cjs/pagination/ListJobsPaginator.js +0 -46
  726. package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
  727. package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js +0 -46
  728. package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
  729. package/dist/cjs/pagination/ListRegionalBucketsPaginator.js +0 -46
  730. package/dist/cjs/pagination/ListRegionalBucketsPaginator.js.map +0 -1
  731. package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js +0 -45
  732. package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
  733. package/dist/cjs/protocols/Aws_restXml.js +0 -8017
  734. package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
  735. package/dist/cjs/runtimeConfig.browser.js +0 -45
  736. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  737. package/dist/cjs/runtimeConfig.js +0 -49
  738. package/dist/cjs/runtimeConfig.js.map +0 -1
  739. package/dist/cjs/runtimeConfig.native.js +0 -20
  740. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  741. package/dist/cjs/runtimeConfig.shared.js +0 -21
  742. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  743. package/dist/es/S3Control.js +0 -872
  744. package/dist/es/S3Control.js.map +0 -1
  745. package/dist/es/S3Control.spec.js +0 -151
  746. package/dist/es/S3Control.spec.js.map +0 -1
  747. package/dist/es/S3ControlClient.js +0 -51
  748. package/dist/es/S3ControlClient.js.map +0 -1
  749. package/dist/es/commands/CreateAccessPointCommand.js +0 -97
  750. package/dist/es/commands/CreateAccessPointCommand.js.map +0 -1
  751. package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js +0 -86
  752. package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
  753. package/dist/es/commands/CreateBucketCommand.js +0 -118
  754. package/dist/es/commands/CreateBucketCommand.js.map +0 -1
  755. package/dist/es/commands/CreateJobCommand.js +0 -100
  756. package/dist/es/commands/CreateJobCommand.js.map +0 -1
  757. package/dist/es/commands/CreateMultiRegionAccessPointCommand.js +0 -102
  758. package/dist/es/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
  759. package/dist/es/commands/DeleteAccessPointCommand.js +0 -87
  760. package/dist/es/commands/DeleteAccessPointCommand.js.map +0 -1
  761. package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -85
  762. package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
  763. package/dist/es/commands/DeleteAccessPointPolicyCommand.js +0 -82
  764. package/dist/es/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
  765. package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -80
  766. package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  767. package/dist/es/commands/DeleteBucketCommand.js +0 -95
  768. package/dist/es/commands/DeleteBucketCommand.js.map +0 -1
  769. package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -95
  770. package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
  771. package/dist/es/commands/DeleteBucketPolicyCommand.js +0 -107
  772. package/dist/es/commands/DeleteBucketPolicyCommand.js.map +0 -1
  773. package/dist/es/commands/DeleteBucketTaggingCommand.js +0 -93
  774. package/dist/es/commands/DeleteBucketTaggingCommand.js.map +0 -1
  775. package/dist/es/commands/DeleteJobTaggingCommand.js +0 -89
  776. package/dist/es/commands/DeleteJobTaggingCommand.js.map +0 -1
  777. package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js +0 -101
  778. package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
  779. package/dist/es/commands/DeletePublicAccessBlockCommand.js +0 -82
  780. package/dist/es/commands/DeletePublicAccessBlockCommand.js.map +0 -1
  781. package/dist/es/commands/DeleteStorageLensConfigurationCommand.js +0 -76
  782. package/dist/es/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
  783. package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -76
  784. package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
  785. package/dist/es/commands/DescribeJobCommand.js +0 -93
  786. package/dist/es/commands/DescribeJobCommand.js.map +0 -1
  787. package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -95
  788. package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
  789. package/dist/es/commands/GetAccessPointCommand.js +0 -88
  790. package/dist/es/commands/GetAccessPointCommand.js.map +0 -1
  791. package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -75
  792. package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
  793. package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js +0 -85
  794. package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
  795. package/dist/es/commands/GetAccessPointPolicyCommand.js +0 -80
  796. package/dist/es/commands/GetAccessPointPolicyCommand.js.map +0 -1
  797. package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -80
  798. package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  799. package/dist/es/commands/GetAccessPointPolicyStatusCommand.js +0 -67
  800. package/dist/es/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
  801. package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -67
  802. package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
  803. package/dist/es/commands/GetBucketCommand.js +0 -97
  804. package/dist/es/commands/GetBucketCommand.js.map +0 -1
  805. package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js +0 -115
  806. package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
  807. package/dist/es/commands/GetBucketPolicyCommand.js +0 -107
  808. package/dist/es/commands/GetBucketPolicyCommand.js.map +0 -1
  809. package/dist/es/commands/GetBucketTaggingCommand.js +0 -105
  810. package/dist/es/commands/GetBucketTaggingCommand.js.map +0 -1
  811. package/dist/es/commands/GetJobTaggingCommand.js +0 -90
  812. package/dist/es/commands/GetJobTaggingCommand.js.map +0 -1
  813. package/dist/es/commands/GetMultiRegionAccessPointCommand.js +0 -96
  814. package/dist/es/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
  815. package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -86
  816. package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
  817. package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -87
  818. package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
  819. package/dist/es/commands/GetPublicAccessBlockCommand.js +0 -82
  820. package/dist/es/commands/GetPublicAccessBlockCommand.js.map +0 -1
  821. package/dist/es/commands/GetStorageLensConfigurationCommand.js +0 -76
  822. package/dist/es/commands/GetStorageLensConfigurationCommand.js.map +0 -1
  823. package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js +0 -75
  824. package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
  825. package/dist/es/commands/ListAccessPointsCommand.js +0 -90
  826. package/dist/es/commands/ListAccessPointsCommand.js.map +0 -1
  827. package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js +0 -88
  828. package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
  829. package/dist/es/commands/ListJobsCommand.js +0 -93
  830. package/dist/es/commands/ListJobsCommand.js.map +0 -1
  831. package/dist/es/commands/ListMultiRegionAccessPointsCommand.js +0 -98
  832. package/dist/es/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
  833. package/dist/es/commands/ListRegionalBucketsCommand.js +0 -71
  834. package/dist/es/commands/ListRegionalBucketsCommand.js.map +0 -1
  835. package/dist/es/commands/ListStorageLensConfigurationsCommand.js +0 -76
  836. package/dist/es/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
  837. package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -75
  838. package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
  839. package/dist/es/commands/PutAccessPointPolicyCommand.js +0 -83
  840. package/dist/es/commands/PutAccessPointPolicyCommand.js.map +0 -1
  841. package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -81
  842. package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  843. package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js +0 -91
  844. package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
  845. package/dist/es/commands/PutBucketPolicyCommand.js +0 -107
  846. package/dist/es/commands/PutBucketPolicyCommand.js.map +0 -1
  847. package/dist/es/commands/PutBucketTaggingCommand.js +0 -152
  848. package/dist/es/commands/PutBucketTaggingCommand.js.map +0 -1
  849. package/dist/es/commands/PutJobTaggingCommand.js +0 -129
  850. package/dist/es/commands/PutJobTaggingCommand.js.map +0 -1
  851. package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -88
  852. package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
  853. package/dist/es/commands/PutPublicAccessBlockCommand.js +0 -82
  854. package/dist/es/commands/PutPublicAccessBlockCommand.js.map +0 -1
  855. package/dist/es/commands/PutStorageLensConfigurationCommand.js +0 -74
  856. package/dist/es/commands/PutStorageLensConfigurationCommand.js.map +0 -1
  857. package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js +0 -76
  858. package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
  859. package/dist/es/commands/UpdateJobPriorityCommand.js +0 -92
  860. package/dist/es/commands/UpdateJobPriorityCommand.js.map +0 -1
  861. package/dist/es/commands/UpdateJobStatusCommand.js +0 -93
  862. package/dist/es/commands/UpdateJobStatusCommand.js.map +0 -1
  863. package/dist/es/endpoints.js +0 -171
  864. package/dist/es/endpoints.js.map +0 -1
  865. package/dist/es/index.js.map +0 -1
  866. package/dist/es/models/index.js.map +0 -1
  867. package/dist/es/models/models_0.js +0 -1473
  868. package/dist/es/models/models_0.js.map +0 -1
  869. package/dist/es/package.json +0 -103
  870. package/dist/es/pagination/Interfaces.js.map +0 -1
  871. package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -87
  872. package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
  873. package/dist/es/pagination/ListAccessPointsPaginator.js +0 -87
  874. package/dist/es/pagination/ListAccessPointsPaginator.js.map +0 -1
  875. package/dist/es/pagination/ListJobsPaginator.js +0 -87
  876. package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
  877. package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js +0 -87
  878. package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
  879. package/dist/es/pagination/ListRegionalBucketsPaginator.js +0 -87
  880. package/dist/es/pagination/ListRegionalBucketsPaginator.js.map +0 -1
  881. package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js +0 -86
  882. package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
  883. package/dist/es/protocols/Aws_restXml.js +0 -8845
  884. package/dist/es/protocols/Aws_restXml.js.map +0 -1
  885. package/dist/es/runtimeConfig.browser.js +0 -22
  886. package/dist/es/runtimeConfig.browser.js.map +0 -1
  887. package/dist/es/runtimeConfig.js +0 -26
  888. package/dist/es/runtimeConfig.js.map +0 -1
  889. package/dist/es/runtimeConfig.native.js +0 -12
  890. package/dist/es/runtimeConfig.native.js.map +0 -1
  891. package/dist/es/runtimeConfig.shared.js +0 -17
  892. package/dist/es/runtimeConfig.shared.js.map +0 -1
  893. package/dist/types/S3Control.d.ts +0 -1702
  894. package/dist/types/S3Control.spec.d.ts +0 -1
  895. package/dist/types/S3ControlClient.d.ts +0 -207
  896. package/dist/types/commands/CreateAccessPointCommand.d.ts +0 -65
  897. package/dist/types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
  898. package/dist/types/commands/CreateBucketCommand.d.ts +0 -84
  899. package/dist/types/commands/CreateJobCommand.d.ts +0 -68
  900. package/dist/types/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
  901. package/dist/types/commands/DeleteAccessPointCommand.d.ts +0 -55
  902. package/dist/types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
  903. package/dist/types/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
  904. package/dist/types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
  905. package/dist/types/commands/DeleteBucketCommand.d.ts +0 -63
  906. package/dist/types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
  907. package/dist/types/commands/DeleteBucketPolicyCommand.d.ts +0 -75
  908. package/dist/types/commands/DeleteBucketTaggingCommand.d.ts +0 -61
  909. package/dist/types/commands/DeleteJobTaggingCommand.d.ts +0 -57
  910. package/dist/types/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
  911. package/dist/types/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
  912. package/dist/types/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
  913. package/dist/types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
  914. package/dist/types/commands/DescribeJobCommand.d.ts +0 -61
  915. package/dist/types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
  916. package/dist/types/commands/GetAccessPointCommand.d.ts +0 -56
  917. package/dist/types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
  918. package/dist/types/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
  919. package/dist/types/commands/GetAccessPointPolicyCommand.d.ts +0 -48
  920. package/dist/types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
  921. package/dist/types/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
  922. package/dist/types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
  923. package/dist/types/commands/GetBucketCommand.d.ts +0 -65
  924. package/dist/types/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
  925. package/dist/types/commands/GetBucketPolicyCommand.d.ts +0 -75
  926. package/dist/types/commands/GetBucketTaggingCommand.d.ts +0 -73
  927. package/dist/types/commands/GetJobTaggingCommand.d.ts +0 -58
  928. package/dist/types/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
  929. package/dist/types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
  930. package/dist/types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
  931. package/dist/types/commands/GetPublicAccessBlockCommand.d.ts +0 -50
  932. package/dist/types/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
  933. package/dist/types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
  934. package/dist/types/commands/ListAccessPointsCommand.d.ts +0 -58
  935. package/dist/types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
  936. package/dist/types/commands/ListJobsCommand.d.ts +0 -61
  937. package/dist/types/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
  938. package/dist/types/commands/ListRegionalBucketsCommand.d.ts +0 -39
  939. package/dist/types/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
  940. package/dist/types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
  941. package/dist/types/commands/PutAccessPointPolicyCommand.d.ts +0 -51
  942. package/dist/types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
  943. package/dist/types/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
  944. package/dist/types/commands/PutBucketPolicyCommand.d.ts +0 -73
  945. package/dist/types/commands/PutBucketTaggingCommand.d.ts +0 -118
  946. package/dist/types/commands/PutJobTaggingCommand.d.ts +0 -97
  947. package/dist/types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
  948. package/dist/types/commands/PutPublicAccessBlockCommand.d.ts +0 -50
  949. package/dist/types/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
  950. package/dist/types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
  951. package/dist/types/commands/UpdateJobPriorityCommand.d.ts +0 -60
  952. package/dist/types/commands/UpdateJobStatusCommand.d.ts +0 -61
  953. package/dist/types/pagination/Interfaces.d.ts +0 -6
  954. package/dist/types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
  955. package/dist/types/pagination/ListAccessPointsPaginator.d.ts +0 -4
  956. package/dist/types/pagination/ListJobsPaginator.d.ts +0 -4
  957. package/dist/types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
  958. package/dist/types/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
  959. package/dist/types/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
  960. package/dist/types/protocols/Aws_restXml.d.ts +0 -173
  961. package/dist/types/runtimeConfig.browser.d.ts +0 -41
  962. package/dist/types/runtimeConfig.d.ts +0 -42
  963. package/dist/types/runtimeConfig.native.d.ts +0 -40
  964. package/dist/types/ts3.4/S3Control.d.ts +0 -1702
  965. package/dist/types/ts3.4/S3Control.spec.d.ts +0 -1
  966. package/dist/types/ts3.4/S3ControlClient.d.ts +0 -207
  967. package/dist/types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -65
  968. package/dist/types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
  969. package/dist/types/ts3.4/commands/CreateBucketCommand.d.ts +0 -84
  970. package/dist/types/ts3.4/commands/CreateJobCommand.d.ts +0 -68
  971. package/dist/types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
  972. package/dist/types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -55
  973. package/dist/types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
  974. package/dist/types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
  975. package/dist/types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
  976. package/dist/types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -63
  977. package/dist/types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
  978. package/dist/types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +0 -75
  979. package/dist/types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +0 -61
  980. package/dist/types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +0 -57
  981. package/dist/types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
  982. package/dist/types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
  983. package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
  984. package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
  985. package/dist/types/ts3.4/commands/DescribeJobCommand.d.ts +0 -61
  986. package/dist/types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
  987. package/dist/types/ts3.4/commands/GetAccessPointCommand.d.ts +0 -56
  988. package/dist/types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
  989. package/dist/types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
  990. package/dist/types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +0 -48
  991. package/dist/types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
  992. package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
  993. package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
  994. package/dist/types/ts3.4/commands/GetBucketCommand.d.ts +0 -65
  995. package/dist/types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
  996. package/dist/types/ts3.4/commands/GetBucketPolicyCommand.d.ts +0 -75
  997. package/dist/types/ts3.4/commands/GetBucketTaggingCommand.d.ts +0 -73
  998. package/dist/types/ts3.4/commands/GetJobTaggingCommand.d.ts +0 -58
  999. package/dist/types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
  1000. package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
  1001. package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
  1002. package/dist/types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +0 -50
  1003. package/dist/types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
  1004. package/dist/types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
  1005. package/dist/types/ts3.4/commands/ListAccessPointsCommand.d.ts +0 -58
  1006. package/dist/types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
  1007. package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -61
  1008. package/dist/types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
  1009. package/dist/types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +0 -39
  1010. package/dist/types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
  1011. package/dist/types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
  1012. package/dist/types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +0 -51
  1013. package/dist/types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
  1014. package/dist/types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
  1015. package/dist/types/ts3.4/commands/PutBucketPolicyCommand.d.ts +0 -73
  1016. package/dist/types/ts3.4/commands/PutBucketTaggingCommand.d.ts +0 -118
  1017. package/dist/types/ts3.4/commands/PutJobTaggingCommand.d.ts +0 -97
  1018. package/dist/types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
  1019. package/dist/types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +0 -50
  1020. package/dist/types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
  1021. package/dist/types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
  1022. package/dist/types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +0 -60
  1023. package/dist/types/ts3.4/commands/UpdateJobStatusCommand.d.ts +0 -61
  1024. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1025. package/dist/types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
  1026. package/dist/types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +0 -4
  1027. package/dist/types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
  1028. package/dist/types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
  1029. package/dist/types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
  1030. package/dist/types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
  1031. package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -173
  1032. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -41
  1033. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -42
  1034. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -40
  1035. package/endpoints.ts +0 -175
  1036. package/pagination/Interfaces.ts +0 -7
  1037. package/pagination/ListAccessPointsForObjectLambdaPaginator.ts +0 -58
  1038. package/pagination/ListAccessPointsPaginator.ts +0 -58
  1039. package/pagination/ListJobsPaginator.ts +0 -54
  1040. package/pagination/ListMultiRegionAccessPointsPaginator.ts +0 -58
  1041. package/pagination/ListRegionalBucketsPaginator.ts +0 -58
  1042. package/pagination/ListStorageLensConfigurationsPaginator.ts +0 -57
  1043. package/protocols/Aws_restXml.ts +0 -9443
  1044. package/runtimeConfig.browser.ts +0 -44
  1045. package/runtimeConfig.native.ts +0 -16
  1046. package/runtimeConfig.shared.ts +0 -16
  1047. package/runtimeConfig.ts +0 -49
@@ -0,0 +1,545 @@
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ resolveEndpointsConfig,
7
+ resolveRegionConfig,
8
+ } from "@aws-sdk/config-resolver";
9
+ import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
10
+ import {
11
+ getHostHeaderPlugin,
12
+ HostHeaderInputConfig,
13
+ HostHeaderResolvedConfig,
14
+ resolveHostHeaderConfig,
15
+ } from "@aws-sdk/middleware-host-header";
16
+ import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
17
+ import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
18
+ import {
19
+ resolveS3ControlConfig,
20
+ S3ControlInputConfig,
21
+ S3ControlResolvedConfig,
22
+ } from "@aws-sdk/middleware-sdk-s3-control";
23
+ import {
24
+ AwsAuthInputConfig,
25
+ AwsAuthResolvedConfig,
26
+ getAwsAuthPlugin,
27
+ resolveAwsAuthConfig,
28
+ } from "@aws-sdk/middleware-signing";
29
+ import {
30
+ getUserAgentPlugin,
31
+ resolveUserAgentConfig,
32
+ UserAgentInputConfig,
33
+ UserAgentResolvedConfig,
34
+ } from "@aws-sdk/middleware-user-agent";
35
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
36
+ import {
37
+ Client as __Client,
38
+ SmithyConfiguration as __SmithyConfiguration,
39
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
40
+ } from "@aws-sdk/smithy-client";
41
+ import {
42
+ Credentials as __Credentials,
43
+ Decoder as __Decoder,
44
+ Encoder as __Encoder,
45
+ Hash as __Hash,
46
+ HashConstructor as __HashConstructor,
47
+ HttpHandlerOptions as __HttpHandlerOptions,
48
+ Logger as __Logger,
49
+ Provider as __Provider,
50
+ Provider,
51
+ RegionInfoProvider,
52
+ StreamCollector as __StreamCollector,
53
+ StreamHasher as __StreamHasher,
54
+ UrlParser as __UrlParser,
55
+ UserAgent as __UserAgent,
56
+ } from "@aws-sdk/types";
57
+ import { Readable } from "stream";
58
+
59
+ import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
60
+ import {
61
+ CreateAccessPointForObjectLambdaCommandInput,
62
+ CreateAccessPointForObjectLambdaCommandOutput,
63
+ } from "./commands/CreateAccessPointForObjectLambdaCommand";
64
+ import { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
65
+ import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
66
+ import {
67
+ CreateMultiRegionAccessPointCommandInput,
68
+ CreateMultiRegionAccessPointCommandOutput,
69
+ } from "./commands/CreateMultiRegionAccessPointCommand";
70
+ import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "./commands/DeleteAccessPointCommand";
71
+ import {
72
+ DeleteAccessPointForObjectLambdaCommandInput,
73
+ DeleteAccessPointForObjectLambdaCommandOutput,
74
+ } from "./commands/DeleteAccessPointForObjectLambdaCommand";
75
+ import {
76
+ DeleteAccessPointPolicyCommandInput,
77
+ DeleteAccessPointPolicyCommandOutput,
78
+ } from "./commands/DeleteAccessPointPolicyCommand";
79
+ import {
80
+ DeleteAccessPointPolicyForObjectLambdaCommandInput,
81
+ DeleteAccessPointPolicyForObjectLambdaCommandOutput,
82
+ } from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
83
+ import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
84
+ import {
85
+ DeleteBucketLifecycleConfigurationCommandInput,
86
+ DeleteBucketLifecycleConfigurationCommandOutput,
87
+ } from "./commands/DeleteBucketLifecycleConfigurationCommand";
88
+ import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
89
+ import {
90
+ DeleteBucketTaggingCommandInput,
91
+ DeleteBucketTaggingCommandOutput,
92
+ } from "./commands/DeleteBucketTaggingCommand";
93
+ import { DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput } from "./commands/DeleteJobTaggingCommand";
94
+ import {
95
+ DeleteMultiRegionAccessPointCommandInput,
96
+ DeleteMultiRegionAccessPointCommandOutput,
97
+ } from "./commands/DeleteMultiRegionAccessPointCommand";
98
+ import {
99
+ DeletePublicAccessBlockCommandInput,
100
+ DeletePublicAccessBlockCommandOutput,
101
+ } from "./commands/DeletePublicAccessBlockCommand";
102
+ import {
103
+ DeleteStorageLensConfigurationCommandInput,
104
+ DeleteStorageLensConfigurationCommandOutput,
105
+ } from "./commands/DeleteStorageLensConfigurationCommand";
106
+ import {
107
+ DeleteStorageLensConfigurationTaggingCommandInput,
108
+ DeleteStorageLensConfigurationTaggingCommandOutput,
109
+ } from "./commands/DeleteStorageLensConfigurationTaggingCommand";
110
+ import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
111
+ import {
112
+ DescribeMultiRegionAccessPointOperationCommandInput,
113
+ DescribeMultiRegionAccessPointOperationCommandOutput,
114
+ } from "./commands/DescribeMultiRegionAccessPointOperationCommand";
115
+ import { GetAccessPointCommandInput, GetAccessPointCommandOutput } from "./commands/GetAccessPointCommand";
116
+ import {
117
+ GetAccessPointConfigurationForObjectLambdaCommandInput,
118
+ GetAccessPointConfigurationForObjectLambdaCommandOutput,
119
+ } from "./commands/GetAccessPointConfigurationForObjectLambdaCommand";
120
+ import {
121
+ GetAccessPointForObjectLambdaCommandInput,
122
+ GetAccessPointForObjectLambdaCommandOutput,
123
+ } from "./commands/GetAccessPointForObjectLambdaCommand";
124
+ import {
125
+ GetAccessPointPolicyCommandInput,
126
+ GetAccessPointPolicyCommandOutput,
127
+ } from "./commands/GetAccessPointPolicyCommand";
128
+ import {
129
+ GetAccessPointPolicyForObjectLambdaCommandInput,
130
+ GetAccessPointPolicyForObjectLambdaCommandOutput,
131
+ } from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
132
+ import {
133
+ GetAccessPointPolicyStatusCommandInput,
134
+ GetAccessPointPolicyStatusCommandOutput,
135
+ } from "./commands/GetAccessPointPolicyStatusCommand";
136
+ import {
137
+ GetAccessPointPolicyStatusForObjectLambdaCommandInput,
138
+ GetAccessPointPolicyStatusForObjectLambdaCommandOutput,
139
+ } from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
140
+ import { GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
141
+ import {
142
+ GetBucketLifecycleConfigurationCommandInput,
143
+ GetBucketLifecycleConfigurationCommandOutput,
144
+ } from "./commands/GetBucketLifecycleConfigurationCommand";
145
+ import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "./commands/GetBucketPolicyCommand";
146
+ import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "./commands/GetBucketTaggingCommand";
147
+ import { GetJobTaggingCommandInput, GetJobTaggingCommandOutput } from "./commands/GetJobTaggingCommand";
148
+ import {
149
+ GetMultiRegionAccessPointCommandInput,
150
+ GetMultiRegionAccessPointCommandOutput,
151
+ } from "./commands/GetMultiRegionAccessPointCommand";
152
+ import {
153
+ GetMultiRegionAccessPointPolicyCommandInput,
154
+ GetMultiRegionAccessPointPolicyCommandOutput,
155
+ } from "./commands/GetMultiRegionAccessPointPolicyCommand";
156
+ import {
157
+ GetMultiRegionAccessPointPolicyStatusCommandInput,
158
+ GetMultiRegionAccessPointPolicyStatusCommandOutput,
159
+ } from "./commands/GetMultiRegionAccessPointPolicyStatusCommand";
160
+ import {
161
+ GetPublicAccessBlockCommandInput,
162
+ GetPublicAccessBlockCommandOutput,
163
+ } from "./commands/GetPublicAccessBlockCommand";
164
+ import {
165
+ GetStorageLensConfigurationCommandInput,
166
+ GetStorageLensConfigurationCommandOutput,
167
+ } from "./commands/GetStorageLensConfigurationCommand";
168
+ import {
169
+ GetStorageLensConfigurationTaggingCommandInput,
170
+ GetStorageLensConfigurationTaggingCommandOutput,
171
+ } from "./commands/GetStorageLensConfigurationTaggingCommand";
172
+ import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "./commands/ListAccessPointsCommand";
173
+ import {
174
+ ListAccessPointsForObjectLambdaCommandInput,
175
+ ListAccessPointsForObjectLambdaCommandOutput,
176
+ } from "./commands/ListAccessPointsForObjectLambdaCommand";
177
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
178
+ import {
179
+ ListMultiRegionAccessPointsCommandInput,
180
+ ListMultiRegionAccessPointsCommandOutput,
181
+ } from "./commands/ListMultiRegionAccessPointsCommand";
182
+ import {
183
+ ListRegionalBucketsCommandInput,
184
+ ListRegionalBucketsCommandOutput,
185
+ } from "./commands/ListRegionalBucketsCommand";
186
+ import {
187
+ ListStorageLensConfigurationsCommandInput,
188
+ ListStorageLensConfigurationsCommandOutput,
189
+ } from "./commands/ListStorageLensConfigurationsCommand";
190
+ import {
191
+ PutAccessPointConfigurationForObjectLambdaCommandInput,
192
+ PutAccessPointConfigurationForObjectLambdaCommandOutput,
193
+ } from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
194
+ import {
195
+ PutAccessPointPolicyCommandInput,
196
+ PutAccessPointPolicyCommandOutput,
197
+ } from "./commands/PutAccessPointPolicyCommand";
198
+ import {
199
+ PutAccessPointPolicyForObjectLambdaCommandInput,
200
+ PutAccessPointPolicyForObjectLambdaCommandOutput,
201
+ } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
202
+ import {
203
+ PutBucketLifecycleConfigurationCommandInput,
204
+ PutBucketLifecycleConfigurationCommandOutput,
205
+ } from "./commands/PutBucketLifecycleConfigurationCommand";
206
+ import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "./commands/PutBucketPolicyCommand";
207
+ import { PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput } from "./commands/PutBucketTaggingCommand";
208
+ import { PutJobTaggingCommandInput, PutJobTaggingCommandOutput } from "./commands/PutJobTaggingCommand";
209
+ import {
210
+ PutMultiRegionAccessPointPolicyCommandInput,
211
+ PutMultiRegionAccessPointPolicyCommandOutput,
212
+ } from "./commands/PutMultiRegionAccessPointPolicyCommand";
213
+ import {
214
+ PutPublicAccessBlockCommandInput,
215
+ PutPublicAccessBlockCommandOutput,
216
+ } from "./commands/PutPublicAccessBlockCommand";
217
+ import {
218
+ PutStorageLensConfigurationCommandInput,
219
+ PutStorageLensConfigurationCommandOutput,
220
+ } from "./commands/PutStorageLensConfigurationCommand";
221
+ import {
222
+ PutStorageLensConfigurationTaggingCommandInput,
223
+ PutStorageLensConfigurationTaggingCommandOutput,
224
+ } from "./commands/PutStorageLensConfigurationTaggingCommand";
225
+ import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "./commands/UpdateJobPriorityCommand";
226
+ import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "./commands/UpdateJobStatusCommand";
227
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
228
+
229
+ export type ServiceInputTypes =
230
+ | CreateAccessPointCommandInput
231
+ | CreateAccessPointForObjectLambdaCommandInput
232
+ | CreateBucketCommandInput
233
+ | CreateJobCommandInput
234
+ | CreateMultiRegionAccessPointCommandInput
235
+ | DeleteAccessPointCommandInput
236
+ | DeleteAccessPointForObjectLambdaCommandInput
237
+ | DeleteAccessPointPolicyCommandInput
238
+ | DeleteAccessPointPolicyForObjectLambdaCommandInput
239
+ | DeleteBucketCommandInput
240
+ | DeleteBucketLifecycleConfigurationCommandInput
241
+ | DeleteBucketPolicyCommandInput
242
+ | DeleteBucketTaggingCommandInput
243
+ | DeleteJobTaggingCommandInput
244
+ | DeleteMultiRegionAccessPointCommandInput
245
+ | DeletePublicAccessBlockCommandInput
246
+ | DeleteStorageLensConfigurationCommandInput
247
+ | DeleteStorageLensConfigurationTaggingCommandInput
248
+ | DescribeJobCommandInput
249
+ | DescribeMultiRegionAccessPointOperationCommandInput
250
+ | GetAccessPointCommandInput
251
+ | GetAccessPointConfigurationForObjectLambdaCommandInput
252
+ | GetAccessPointForObjectLambdaCommandInput
253
+ | GetAccessPointPolicyCommandInput
254
+ | GetAccessPointPolicyForObjectLambdaCommandInput
255
+ | GetAccessPointPolicyStatusCommandInput
256
+ | GetAccessPointPolicyStatusForObjectLambdaCommandInput
257
+ | GetBucketCommandInput
258
+ | GetBucketLifecycleConfigurationCommandInput
259
+ | GetBucketPolicyCommandInput
260
+ | GetBucketTaggingCommandInput
261
+ | GetJobTaggingCommandInput
262
+ | GetMultiRegionAccessPointCommandInput
263
+ | GetMultiRegionAccessPointPolicyCommandInput
264
+ | GetMultiRegionAccessPointPolicyStatusCommandInput
265
+ | GetPublicAccessBlockCommandInput
266
+ | GetStorageLensConfigurationCommandInput
267
+ | GetStorageLensConfigurationTaggingCommandInput
268
+ | ListAccessPointsCommandInput
269
+ | ListAccessPointsForObjectLambdaCommandInput
270
+ | ListJobsCommandInput
271
+ | ListMultiRegionAccessPointsCommandInput
272
+ | ListRegionalBucketsCommandInput
273
+ | ListStorageLensConfigurationsCommandInput
274
+ | PutAccessPointConfigurationForObjectLambdaCommandInput
275
+ | PutAccessPointPolicyCommandInput
276
+ | PutAccessPointPolicyForObjectLambdaCommandInput
277
+ | PutBucketLifecycleConfigurationCommandInput
278
+ | PutBucketPolicyCommandInput
279
+ | PutBucketTaggingCommandInput
280
+ | PutJobTaggingCommandInput
281
+ | PutMultiRegionAccessPointPolicyCommandInput
282
+ | PutPublicAccessBlockCommandInput
283
+ | PutStorageLensConfigurationCommandInput
284
+ | PutStorageLensConfigurationTaggingCommandInput
285
+ | UpdateJobPriorityCommandInput
286
+ | UpdateJobStatusCommandInput;
287
+
288
+ export type ServiceOutputTypes =
289
+ | CreateAccessPointCommandOutput
290
+ | CreateAccessPointForObjectLambdaCommandOutput
291
+ | CreateBucketCommandOutput
292
+ | CreateJobCommandOutput
293
+ | CreateMultiRegionAccessPointCommandOutput
294
+ | DeleteAccessPointCommandOutput
295
+ | DeleteAccessPointForObjectLambdaCommandOutput
296
+ | DeleteAccessPointPolicyCommandOutput
297
+ | DeleteAccessPointPolicyForObjectLambdaCommandOutput
298
+ | DeleteBucketCommandOutput
299
+ | DeleteBucketLifecycleConfigurationCommandOutput
300
+ | DeleteBucketPolicyCommandOutput
301
+ | DeleteBucketTaggingCommandOutput
302
+ | DeleteJobTaggingCommandOutput
303
+ | DeleteMultiRegionAccessPointCommandOutput
304
+ | DeletePublicAccessBlockCommandOutput
305
+ | DeleteStorageLensConfigurationCommandOutput
306
+ | DeleteStorageLensConfigurationTaggingCommandOutput
307
+ | DescribeJobCommandOutput
308
+ | DescribeMultiRegionAccessPointOperationCommandOutput
309
+ | GetAccessPointCommandOutput
310
+ | GetAccessPointConfigurationForObjectLambdaCommandOutput
311
+ | GetAccessPointForObjectLambdaCommandOutput
312
+ | GetAccessPointPolicyCommandOutput
313
+ | GetAccessPointPolicyForObjectLambdaCommandOutput
314
+ | GetAccessPointPolicyStatusCommandOutput
315
+ | GetAccessPointPolicyStatusForObjectLambdaCommandOutput
316
+ | GetBucketCommandOutput
317
+ | GetBucketLifecycleConfigurationCommandOutput
318
+ | GetBucketPolicyCommandOutput
319
+ | GetBucketTaggingCommandOutput
320
+ | GetJobTaggingCommandOutput
321
+ | GetMultiRegionAccessPointCommandOutput
322
+ | GetMultiRegionAccessPointPolicyCommandOutput
323
+ | GetMultiRegionAccessPointPolicyStatusCommandOutput
324
+ | GetPublicAccessBlockCommandOutput
325
+ | GetStorageLensConfigurationCommandOutput
326
+ | GetStorageLensConfigurationTaggingCommandOutput
327
+ | ListAccessPointsCommandOutput
328
+ | ListAccessPointsForObjectLambdaCommandOutput
329
+ | ListJobsCommandOutput
330
+ | ListMultiRegionAccessPointsCommandOutput
331
+ | ListRegionalBucketsCommandOutput
332
+ | ListStorageLensConfigurationsCommandOutput
333
+ | PutAccessPointConfigurationForObjectLambdaCommandOutput
334
+ | PutAccessPointPolicyCommandOutput
335
+ | PutAccessPointPolicyForObjectLambdaCommandOutput
336
+ | PutBucketLifecycleConfigurationCommandOutput
337
+ | PutBucketPolicyCommandOutput
338
+ | PutBucketTaggingCommandOutput
339
+ | PutJobTaggingCommandOutput
340
+ | PutMultiRegionAccessPointPolicyCommandOutput
341
+ | PutPublicAccessBlockCommandOutput
342
+ | PutStorageLensConfigurationCommandOutput
343
+ | PutStorageLensConfigurationTaggingCommandOutput
344
+ | UpdateJobPriorityCommandOutput
345
+ | UpdateJobStatusCommandOutput;
346
+
347
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
348
+ /**
349
+ * The HTTP handler to use. Fetch in browser and Https in Nodejs.
350
+ */
351
+ requestHandler?: __HttpHandler;
352
+
353
+ /**
354
+ * A constructor for a class implementing the {@link __Hash} interface
355
+ * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
356
+ * @internal
357
+ */
358
+ sha256?: __HashConstructor;
359
+
360
+ /**
361
+ * The function that will be used to convert strings into HTTP endpoints.
362
+ * @internal
363
+ */
364
+ urlParser?: __UrlParser;
365
+
366
+ /**
367
+ * A function that can calculate the length of a request body.
368
+ * @internal
369
+ */
370
+ bodyLengthChecker?: (body: any) => number | undefined;
371
+
372
+ /**
373
+ * A function that converts a stream into an array of bytes.
374
+ * @internal
375
+ */
376
+ streamCollector?: __StreamCollector;
377
+
378
+ /**
379
+ * The function that will be used to convert a base64-encoded string to a byte array.
380
+ * @internal
381
+ */
382
+ base64Decoder?: __Decoder;
383
+
384
+ /**
385
+ * The function that will be used to convert binary data to a base64-encoded string.
386
+ * @internal
387
+ */
388
+ base64Encoder?: __Encoder;
389
+
390
+ /**
391
+ * The function that will be used to convert a UTF8-encoded string to a byte array.
392
+ * @internal
393
+ */
394
+ utf8Decoder?: __Decoder;
395
+
396
+ /**
397
+ * The function that will be used to convert binary data to a UTF-8 encoded string.
398
+ * @internal
399
+ */
400
+ utf8Encoder?: __Encoder;
401
+
402
+ /**
403
+ * The runtime environment.
404
+ * @internal
405
+ */
406
+ runtime?: string;
407
+
408
+ /**
409
+ * Disable dyanamically changing the endpoint of the client based on the hostPrefix
410
+ * trait of an operation.
411
+ */
412
+ disableHostPrefix?: boolean;
413
+
414
+ /**
415
+ * Value for how many times a request will be made at most in case of retry.
416
+ */
417
+ maxAttempts?: number | __Provider<number>;
418
+
419
+ /**
420
+ * Specifies which retry algorithm to use.
421
+ */
422
+ retryMode?: string | __Provider<string>;
423
+
424
+ /**
425
+ * Optional logger for logging debug/info/warn/error.
426
+ */
427
+ logger?: __Logger;
428
+
429
+ /**
430
+ * Unique service identifier.
431
+ * @internal
432
+ */
433
+ serviceId?: string;
434
+
435
+ /**
436
+ * The AWS region to which this client will send requests
437
+ */
438
+ region?: string | __Provider<string>;
439
+
440
+ /**
441
+ * Default credentials provider; Not available in browser runtime.
442
+ * @internal
443
+ */
444
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
445
+
446
+ /**
447
+ * Fetch related hostname, signing name or signing region with given region.
448
+ * @internal
449
+ */
450
+ regionInfoProvider?: RegionInfoProvider;
451
+
452
+ /**
453
+ * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
454
+ * @internal
455
+ */
456
+ defaultUserAgentProvider?: Provider<__UserAgent>;
457
+
458
+ /**
459
+ * A function that, given a hash constructor and a stream, calculates the
460
+ * hash of the streamed value.
461
+ * @internal
462
+ */
463
+ streamHasher?: __StreamHasher<Readable> | __StreamHasher<Blob>;
464
+
465
+ /**
466
+ * A constructor for a class implementing the {@link __Hash} interface
467
+ * that computes MD5 hashes.
468
+ * @internal
469
+ */
470
+ md5?: __HashConstructor;
471
+ }
472
+
473
+ type S3ControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
474
+ ClientDefaults &
475
+ RegionInputConfig &
476
+ EndpointsInputConfig &
477
+ RetryInputConfig &
478
+ HostHeaderInputConfig &
479
+ AwsAuthInputConfig &
480
+ S3ControlInputConfig &
481
+ UserAgentInputConfig;
482
+ /**
483
+ * The configuration interface of S3ControlClient class constructor that set the region, credentials and other options.
484
+ */
485
+ export interface S3ControlClientConfig extends S3ControlClientConfigType {}
486
+
487
+ type S3ControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
488
+ Required<ClientDefaults> &
489
+ RegionResolvedConfig &
490
+ EndpointsResolvedConfig &
491
+ RetryResolvedConfig &
492
+ HostHeaderResolvedConfig &
493
+ AwsAuthResolvedConfig &
494
+ S3ControlResolvedConfig &
495
+ UserAgentResolvedConfig;
496
+ /**
497
+ * The resolved configuration interface of S3ControlClient class. This is resolved and normalized from the {@link S3ControlClientConfig | constructor configuration interface}.
498
+ */
499
+ export interface S3ControlClientResolvedConfig extends S3ControlClientResolvedConfigType {}
500
+
501
+ /**
502
+ * <p>
503
+ * Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
504
+ *
505
+ * </p>
506
+ */
507
+ export class S3ControlClient extends __Client<
508
+ __HttpHandlerOptions,
509
+ ServiceInputTypes,
510
+ ServiceOutputTypes,
511
+ S3ControlClientResolvedConfig
512
+ > {
513
+ /**
514
+ * The resolved configuration of S3ControlClient class. This is resolved and normalized from the {@link S3ControlClientConfig | constructor configuration interface}.
515
+ */
516
+ readonly config: S3ControlClientResolvedConfig;
517
+
518
+ constructor(configuration: S3ControlClientConfig) {
519
+ const _config_0 = __getRuntimeConfig(configuration);
520
+ const _config_1 = resolveRegionConfig(_config_0);
521
+ const _config_2 = resolveEndpointsConfig(_config_1);
522
+ const _config_3 = resolveRetryConfig(_config_2);
523
+ const _config_4 = resolveHostHeaderConfig(_config_3);
524
+ const _config_5 = resolveAwsAuthConfig(_config_4);
525
+ const _config_6 = resolveS3ControlConfig(_config_5);
526
+ const _config_7 = resolveUserAgentConfig(_config_6);
527
+ super(_config_7);
528
+ this.config = _config_7;
529
+ this.middlewareStack.use(getRetryPlugin(this.config));
530
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
531
+ this.middlewareStack.use(getHostHeaderPlugin(this.config));
532
+ this.middlewareStack.use(getLoggerPlugin(this.config));
533
+ this.middlewareStack.use(getAwsAuthPlugin(this.config));
534
+ this.middlewareStack.use(getUserAgentPlugin(this.config));
535
+ }
536
+
537
+ /**
538
+ * Destroy underlying resources, like sockets. It's usually not necessary to do this.
539
+ * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
540
+ * Otherwise, sockets might stay open for quite a long time before the server terminates them.
541
+ */
542
+ destroy(): void {
543
+ super.destroy();
544
+ }
545
+ }
@@ -0,0 +1,127 @@
1
+ import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
4
+ import { Command as $Command } from "@aws-sdk/smithy-client";
5
+ import {
6
+ FinalizeHandlerArguments,
7
+ Handler,
8
+ HandlerExecutionContext,
9
+ HttpHandlerOptions as __HttpHandlerOptions,
10
+ MetadataBearer as __MetadataBearer,
11
+ MiddlewareStack,
12
+ SerdeContext as __SerdeContext,
13
+ } from "@aws-sdk/types";
14
+
15
+ import { CreateAccessPointRequest, CreateAccessPointResult } from "../models/models_0";
16
+ import {
17
+ deserializeAws_restXmlCreateAccessPointCommand,
18
+ serializeAws_restXmlCreateAccessPointCommand,
19
+ } from "../protocols/Aws_restXml";
20
+ import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
21
+
22
+ export interface CreateAccessPointCommandInput extends CreateAccessPointRequest {}
23
+ export interface CreateAccessPointCommandOutput extends CreateAccessPointResult, __MetadataBearer {}
24
+
25
+ /**
26
+ * <p>Creates an access point and associates it with the specified bucket. For more information, see
27
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing Data Access with Amazon S3 Access
28
+ * Points</a> in the <i>Amazon S3 User Guide</i>.</p>
29
+ * <p></p>
30
+ * <note>
31
+ * <p>S3 on Outposts only supports VPC-style access points.
32
+ * </p>
33
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
34
+ * Accessing Amazon S3 on Outposts using virtual private cloud (VPC) only access points</a> in
35
+ * the <i>Amazon S3 User Guide</i>.</p>
36
+ * </note>
37
+ * <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html#API_control_CreateAccessPoint_Examples">Examples</a> section.</p>
38
+ * <p></p>
39
+ * <p>The following actions are related to <code>CreateAccessPoint</code>:</p>
40
+ * <ul>
41
+ * <li>
42
+ * <p>
43
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
44
+ * </p>
45
+ * </li>
46
+ * <li>
47
+ * <p>
48
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
49
+ * </p>
50
+ * </li>
51
+ * <li>
52
+ * <p>
53
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
54
+ * </p>
55
+ * </li>
56
+ * </ul>
57
+ * @example
58
+ * Use a bare-bones client and the command you need to make an API call.
59
+ * ```javascript
60
+ * import { S3ControlClient, CreateAccessPointCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
61
+ * // const { S3ControlClient, CreateAccessPointCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
62
+ * const client = new S3ControlClient(config);
63
+ * const command = new CreateAccessPointCommand(input);
64
+ * const response = await client.send(command);
65
+ * ```
66
+ *
67
+ * @see {@link CreateAccessPointCommandInput} for command's `input` shape.
68
+ * @see {@link CreateAccessPointCommandOutput} for command's `response` shape.
69
+ * @see {@link S3ControlClientResolvedConfig | config} for command's `input` shape.
70
+ *
71
+ */
72
+ export class CreateAccessPointCommand extends $Command<
73
+ CreateAccessPointCommandInput,
74
+ CreateAccessPointCommandOutput,
75
+ S3ControlClientResolvedConfig
76
+ > {
77
+ // Start section: command_properties
78
+ // End section: command_properties
79
+
80
+ constructor(readonly input: CreateAccessPointCommandInput) {
81
+ // Start section: command_constructor
82
+ super();
83
+ // End section: command_constructor
84
+ }
85
+
86
+ /**
87
+ * @internal
88
+ */
89
+ resolveMiddleware(
90
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
91
+ configuration: S3ControlClientResolvedConfig,
92
+ options?: __HttpHandlerOptions
93
+ ): Handler<CreateAccessPointCommandInput, CreateAccessPointCommandOutput> {
94
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
95
+ this.middlewareStack.use(getProcessArnablesPlugin(configuration));
96
+
97
+ const stack = clientStack.concat(this.middlewareStack);
98
+
99
+ const { logger } = configuration;
100
+ const clientName = "S3ControlClient";
101
+ const commandName = "CreateAccessPointCommand";
102
+ const handlerExecutionContext: HandlerExecutionContext = {
103
+ logger,
104
+ clientName,
105
+ commandName,
106
+ inputFilterSensitiveLog: CreateAccessPointRequest.filterSensitiveLog,
107
+ outputFilterSensitiveLog: CreateAccessPointResult.filterSensitiveLog,
108
+ };
109
+ const { requestHandler } = configuration;
110
+ return stack.resolve(
111
+ (request: FinalizeHandlerArguments<any>) =>
112
+ requestHandler.handle(request.request as __HttpRequest, options || {}),
113
+ handlerExecutionContext
114
+ );
115
+ }
116
+
117
+ private serialize(input: CreateAccessPointCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
118
+ return serializeAws_restXmlCreateAccessPointCommand(input, context);
119
+ }
120
+
121
+ private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateAccessPointCommandOutput> {
122
+ return deserializeAws_restXmlCreateAccessPointCommand(output, context);
123
+ }
124
+
125
+ // Start section: command_body_extra
126
+ // End section: command_body_extra
127
+ }