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