@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,1702 +0,0 @@
1
- import { S3ControlClient } from "./S3ControlClient";
2
- import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
3
- import { CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput } from "./commands/CreateAccessPointForObjectLambdaCommand";
4
- import { CreateBucketCommandInput, CreateBucketCommandOutput } from "./commands/CreateBucketCommand";
5
- import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
6
- import { CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput } from "./commands/CreateMultiRegionAccessPointCommand";
7
- import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "./commands/DeleteAccessPointCommand";
8
- import { DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput } from "./commands/DeleteAccessPointForObjectLambdaCommand";
9
- import { DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput } from "./commands/DeleteAccessPointPolicyCommand";
10
- import { DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
11
- import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
12
- import { DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput } from "./commands/DeleteBucketLifecycleConfigurationCommand";
13
- import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
14
- import { DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput } from "./commands/DeleteBucketTaggingCommand";
15
- import { DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput } from "./commands/DeleteJobTaggingCommand";
16
- import { DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput } from "./commands/DeleteMultiRegionAccessPointCommand";
17
- import { DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput } from "./commands/DeletePublicAccessBlockCommand";
18
- import { DeleteStorageLensConfigurationCommandInput, DeleteStorageLensConfigurationCommandOutput } from "./commands/DeleteStorageLensConfigurationCommand";
19
- import { DeleteStorageLensConfigurationTaggingCommandInput, DeleteStorageLensConfigurationTaggingCommandOutput } from "./commands/DeleteStorageLensConfigurationTaggingCommand";
20
- import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
21
- import { DescribeMultiRegionAccessPointOperationCommandInput, DescribeMultiRegionAccessPointOperationCommandOutput } from "./commands/DescribeMultiRegionAccessPointOperationCommand";
22
- import { GetAccessPointCommandInput, GetAccessPointCommandOutput } from "./commands/GetAccessPointCommand";
23
- import { GetAccessPointConfigurationForObjectLambdaCommandInput, GetAccessPointConfigurationForObjectLambdaCommandOutput } from "./commands/GetAccessPointConfigurationForObjectLambdaCommand";
24
- import { GetAccessPointForObjectLambdaCommandInput, GetAccessPointForObjectLambdaCommandOutput } from "./commands/GetAccessPointForObjectLambdaCommand";
25
- import { GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput } from "./commands/GetAccessPointPolicyCommand";
26
- import { GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
27
- import { GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput } from "./commands/GetAccessPointPolicyStatusCommand";
28
- import { GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput } from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
29
- import { GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
30
- import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "./commands/GetBucketLifecycleConfigurationCommand";
31
- import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "./commands/GetBucketPolicyCommand";
32
- import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "./commands/GetBucketTaggingCommand";
33
- import { GetJobTaggingCommandInput, GetJobTaggingCommandOutput } from "./commands/GetJobTaggingCommand";
34
- import { GetMultiRegionAccessPointCommandInput, GetMultiRegionAccessPointCommandOutput } from "./commands/GetMultiRegionAccessPointCommand";
35
- import { GetMultiRegionAccessPointPolicyCommandInput, GetMultiRegionAccessPointPolicyCommandOutput } from "./commands/GetMultiRegionAccessPointPolicyCommand";
36
- import { GetMultiRegionAccessPointPolicyStatusCommandInput, GetMultiRegionAccessPointPolicyStatusCommandOutput } from "./commands/GetMultiRegionAccessPointPolicyStatusCommand";
37
- import { GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput } from "./commands/GetPublicAccessBlockCommand";
38
- import { GetStorageLensConfigurationCommandInput, GetStorageLensConfigurationCommandOutput } from "./commands/GetStorageLensConfigurationCommand";
39
- import { GetStorageLensConfigurationTaggingCommandInput, GetStorageLensConfigurationTaggingCommandOutput } from "./commands/GetStorageLensConfigurationTaggingCommand";
40
- import { ListAccessPointsCommandInput, ListAccessPointsCommandOutput } from "./commands/ListAccessPointsCommand";
41
- import { ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput } from "./commands/ListAccessPointsForObjectLambdaCommand";
42
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
43
- import { ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput } from "./commands/ListMultiRegionAccessPointsCommand";
44
- import { ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput } from "./commands/ListRegionalBucketsCommand";
45
- import { ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput } from "./commands/ListStorageLensConfigurationsCommand";
46
- import { PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput } from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
47
- import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } from "./commands/PutAccessPointPolicyCommand";
48
- import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
49
- import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "./commands/PutBucketLifecycleConfigurationCommand";
50
- import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "./commands/PutBucketPolicyCommand";
51
- import { PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput } from "./commands/PutBucketTaggingCommand";
52
- import { PutJobTaggingCommandInput, PutJobTaggingCommandOutput } from "./commands/PutJobTaggingCommand";
53
- import { PutMultiRegionAccessPointPolicyCommandInput, PutMultiRegionAccessPointPolicyCommandOutput } from "./commands/PutMultiRegionAccessPointPolicyCommand";
54
- import { PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput } from "./commands/PutPublicAccessBlockCommand";
55
- import { PutStorageLensConfigurationCommandInput, PutStorageLensConfigurationCommandOutput } from "./commands/PutStorageLensConfigurationCommand";
56
- import { PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigurationTaggingCommandOutput } from "./commands/PutStorageLensConfigurationTaggingCommand";
57
- import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "./commands/UpdateJobPriorityCommand";
58
- import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "./commands/UpdateJobStatusCommand";
59
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
60
- /**
61
- * <p>
62
- * Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
63
- *
64
- * </p>
65
- */
66
- export declare class S3Control extends S3ControlClient {
67
- /**
68
- * <p>Creates an access point and associates it with the specified bucket. For more information, see
69
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing Data Access with Amazon S3 Access
70
- * Points</a> in the <i>Amazon S3 User Guide</i>.</p>
71
- * <p></p>
72
- * <note>
73
- * <p>S3 on Outposts only supports VPC-style access points.
74
- * </p>
75
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
76
- * Accessing Amazon S3 on Outposts using virtual private cloud (VPC) only access points</a> in
77
- * the <i>Amazon S3 User Guide</i>.</p>
78
- * </note>
79
- * <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>
80
- * <p></p>
81
- * <p>The following actions are related to <code>CreateAccessPoint</code>:</p>
82
- * <ul>
83
- * <li>
84
- * <p>
85
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
86
- * </p>
87
- * </li>
88
- * <li>
89
- * <p>
90
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
91
- * </p>
92
- * </li>
93
- * <li>
94
- * <p>
95
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
96
- * </p>
97
- * </li>
98
- * </ul>
99
- */
100
- createAccessPoint(args: CreateAccessPointCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessPointCommandOutput>;
101
- createAccessPoint(args: CreateAccessPointCommandInput, cb: (err: any, data?: CreateAccessPointCommandOutput) => void): void;
102
- createAccessPoint(args: CreateAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessPointCommandOutput) => void): void;
103
- /**
104
- * <p>Creates an Object Lambda Access Point. For more information, see
105
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">Transforming objects with Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
106
- * <p>The following actions are related to <code>CreateAccessPointForObjectLambda</code>:</p>
107
- * <ul>
108
- * <li>
109
- * <p>
110
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html">DeleteAccessPointForObjectLambda</a>
111
- * </p>
112
- * </li>
113
- * <li>
114
- * <p>
115
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html">GetAccessPointForObjectLambda</a>
116
- * </p>
117
- * </li>
118
- * <li>
119
- * <p>
120
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html">ListAccessPointsForObjectLambda</a>
121
- * </p>
122
- * </li>
123
- * </ul>
124
- */
125
- createAccessPointForObjectLambda(args: CreateAccessPointForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessPointForObjectLambdaCommandOutput>;
126
- createAccessPointForObjectLambda(args: CreateAccessPointForObjectLambdaCommandInput, cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void): void;
127
- createAccessPointForObjectLambda(args: CreateAccessPointForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void): void;
128
- /**
129
- * <note>
130
- * <p>This action creates an Amazon S3 on Outposts bucket. To create an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">Create Bucket</a> in the <i>Amazon S3 API Reference</i>.
131
- * </p>
132
- * </note>
133
- * <p>Creates a new Outposts bucket. By creating the bucket, you become the bucket owner. To create an Outposts bucket, you must have S3 on Outposts.
134
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
135
- * <p>Not every string is an acceptable bucket name. For information on bucket naming restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html#bucketnamingrules">Working with Amazon S3 Buckets</a>.</p>
136
- * <p>S3 on Outposts buckets support:</p>
137
- * <ul>
138
- * <li>
139
- * <p>Tags</p>
140
- * </li>
141
- * <li>
142
- * <p>LifecycleConfigurations for deleting expired objects</p>
143
- * </li>
144
- * </ul>
145
- * <p>For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts,
146
- * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OnOutpostsRestrictionsLimitations.html">
147
- * Amazon S3 on Outposts Restrictions and Limitations</a>.</p>
148
- * <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts
149
- * endpoint hostname prefix and <code>x-amz-outpost-id</code> in your API request, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html#API_control_CreateBucket_Examples">Examples</a> section.</p>
150
- *
151
- * <p>The following actions are related to <code>CreateBucket</code> for Amazon S3 on Outposts:</p>
152
- * <ul>
153
- * <li>
154
- * <p>
155
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
156
- * </p>
157
- * </li>
158
- * <li>
159
- * <p>
160
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html">GetBucket</a>
161
- * </p>
162
- * </li>
163
- * <li>
164
- * <p>
165
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html">DeleteBucket</a>
166
- * </p>
167
- * </li>
168
- * <li>
169
- * <p>
170
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
171
- * </p>
172
- * </li>
173
- * <li>
174
- * <p>
175
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html">PutAccessPointPolicy</a>
176
- * </p>
177
- * </li>
178
- * </ul>
179
- */
180
- createBucket(args: CreateBucketCommandInput, options?: __HttpHandlerOptions): Promise<CreateBucketCommandOutput>;
181
- createBucket(args: CreateBucketCommandInput, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
182
- createBucket(args: CreateBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
183
- /**
184
- * <p>You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects. Batch Operations can run a
185
- * single action on lists of Amazon S3 objects that you specify. For more information,
186
- * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html">S3 Batch Operations</a> in the
187
- * <i>Amazon S3 User Guide</i>.</p>
188
- * <p>This action creates a S3 Batch Operations job.</p>
189
- * <p></p>
190
- * <p>Related actions include:</p>
191
- * <ul>
192
- * <li>
193
- * <p>
194
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
195
- * </p>
196
- * </li>
197
- * <li>
198
- * <p>
199
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html">ListJobs</a>
200
- * </p>
201
- * </li>
202
- * <li>
203
- * <p>
204
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html">UpdateJobPriority</a>
205
- * </p>
206
- * </li>
207
- * <li>
208
- * <p>
209
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
210
- * </p>
211
- * </li>
212
- * <li>
213
- * <p>
214
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_JobOperation.html">JobOperation</a>
215
- * </p>
216
- * </li>
217
- * </ul>
218
- */
219
- createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
220
- createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
221
- createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
222
- /**
223
- * <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information about creating Multi-Region Access Points, see
224
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating
225
- * Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
226
- * <p>This action will always be routed to the US West (Oregon) Region. For more
227
- * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
228
- * Multi-Region Access Points</a> in the
229
- * <i>Amazon S3 User Guide</i>.</p>
230
- * <p>This request is asynchronous, meaning that you might receive a response before the
231
- * command has completed. When this request provides a response, it provides a token that
232
- * you can use to monitor the status of the request with
233
- * <code>DescribeMultiRegionAccessPointOperation</code>.</p>
234
- * <p>The following actions are related to <code>CreateMultiRegionAccessPoint</code>:</p>
235
- * <ul>
236
- * <li>
237
- * <p>
238
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
239
- * </p>
240
- * </li>
241
- * <li>
242
- * <p>
243
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
244
- * </p>
245
- * </li>
246
- * <li>
247
- * <p>
248
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
249
- * </p>
250
- * </li>
251
- * <li>
252
- * <p>
253
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
254
- * </p>
255
- * </li>
256
- * </ul>
257
- */
258
- createMultiRegionAccessPoint(args: CreateMultiRegionAccessPointCommandInput, options?: __HttpHandlerOptions): Promise<CreateMultiRegionAccessPointCommandOutput>;
259
- createMultiRegionAccessPoint(args: CreateMultiRegionAccessPointCommandInput, cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void): void;
260
- createMultiRegionAccessPoint(args: CreateMultiRegionAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void): void;
261
- /**
262
- * <p>Deletes the specified access point.</p>
263
- *
264
- * <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_DeleteAccessPoint.html#API_control_DeleteAccessPoint_Examples">Examples</a> section.</p>
265
- * <p>The following actions are related to <code>DeleteAccessPoint</code>:</p>
266
- * <ul>
267
- * <li>
268
- * <p>
269
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
270
- * </p>
271
- * </li>
272
- * <li>
273
- * <p>
274
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
275
- * </p>
276
- * </li>
277
- * <li>
278
- * <p>
279
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
280
- * </p>
281
- * </li>
282
- * </ul>
283
- */
284
- deleteAccessPoint(args: DeleteAccessPointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessPointCommandOutput>;
285
- deleteAccessPoint(args: DeleteAccessPointCommandInput, cb: (err: any, data?: DeleteAccessPointCommandOutput) => void): void;
286
- deleteAccessPoint(args: DeleteAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointCommandOutput) => void): void;
287
- /**
288
- * <p>Deletes the specified Object Lambda Access Point.</p>
289
- * <p>The following actions are related to <code>DeleteAccessPointForObjectLambda</code>:</p>
290
- * <ul>
291
- * <li>
292
- * <p>
293
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html">CreateAccessPointForObjectLambda</a>
294
- * </p>
295
- * </li>
296
- * <li>
297
- * <p>
298
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html">GetAccessPointForObjectLambda</a>
299
- * </p>
300
- * </li>
301
- * <li>
302
- * <p>
303
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html">ListAccessPointsForObjectLambda</a>
304
- * </p>
305
- * </li>
306
- * </ul>
307
- */
308
- deleteAccessPointForObjectLambda(args: DeleteAccessPointForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessPointForObjectLambdaCommandOutput>;
309
- deleteAccessPointForObjectLambda(args: DeleteAccessPointForObjectLambdaCommandInput, cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void): void;
310
- deleteAccessPointForObjectLambda(args: DeleteAccessPointForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void): void;
311
- /**
312
- * <p>Deletes the access point policy for the specified access point.</p>
313
- * <p></p>
314
- * <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_DeleteAccessPointPolicy.html#API_control_DeleteAccessPointPolicy_Examples">Examples</a> section.</p>
315
- * <p>The following actions are related to <code>DeleteAccessPointPolicy</code>:</p>
316
- * <ul>
317
- * <li>
318
- * <p>
319
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html">PutAccessPointPolicy</a>
320
- * </p>
321
- * </li>
322
- * <li>
323
- * <p>
324
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html">GetAccessPointPolicy</a>
325
- * </p>
326
- * </li>
327
- * </ul>
328
- */
329
- deleteAccessPointPolicy(args: DeleteAccessPointPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessPointPolicyCommandOutput>;
330
- deleteAccessPointPolicy(args: DeleteAccessPointPolicyCommandInput, cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void): void;
331
- deleteAccessPointPolicy(args: DeleteAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void): void;
332
- /**
333
- * <p>Removes the resource policy for an Object Lambda Access Point.</p>
334
- * <p>The following actions are related to <code>DeleteAccessPointPolicyForObjectLambda</code>:</p>
335
- * <ul>
336
- * <li>
337
- * <p>
338
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html">GetAccessPointPolicyForObjectLambda</a>
339
- * </p>
340
- * </li>
341
- * <li>
342
- * <p>
343
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicyForObjectLambda.html">PutAccessPointPolicyForObjectLambda</a>
344
- * </p>
345
- * </li>
346
- * </ul>
347
- */
348
- deleteAccessPointPolicyForObjectLambda(args: DeleteAccessPointPolicyForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
349
- deleteAccessPointPolicyForObjectLambda(args: DeleteAccessPointPolicyForObjectLambdaCommandInput, cb: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
350
- deleteAccessPointPolicyForObjectLambda(args: DeleteAccessPointPolicyForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
351
- /**
352
- * <note>
353
- * <p>This action deletes an Amazon S3 on Outposts bucket. To delete an S3 bucket,
354
- * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a> in the <i>Amazon S3 API Reference</i>.
355
- * </p>
356
- * </note>
357
- * <p>Deletes the Amazon S3 on Outposts bucket. All objects (including all object versions and delete markers) in the
358
- * bucket must be deleted before the bucket itself can be deleted.
359
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
360
- * <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_DeleteBucket.html#API_control_DeleteBucket_Examples">Examples</a> section.</p>
361
- * <p class="title">
362
- * <b>Related Resources</b>
363
- * </p>
364
- * <ul>
365
- * <li>
366
- * <p>
367
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">CreateBucket</a>
368
- * </p>
369
- * </li>
370
- * <li>
371
- * <p>
372
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html">GetBucket</a>
373
- * </p>
374
- * </li>
375
- * <li>
376
- * <p>
377
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html">DeleteObject</a>
378
- * </p>
379
- * </li>
380
- * </ul>
381
- */
382
- deleteBucket(args: DeleteBucketCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketCommandOutput>;
383
- deleteBucket(args: DeleteBucketCommandInput, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
384
- deleteBucket(args: DeleteBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
385
- /**
386
- * <note>
387
- * <p>This action deletes an Amazon S3 on Outposts bucket's lifecycle configuration. To delete an
388
- * S3 bucket's lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html">DeleteBucketLifecycle</a> in the <i>Amazon S3 API Reference</i>.
389
- * </p>
390
- * </note>
391
- * <p>Deletes the lifecycle configuration from the specified Outposts bucket. Amazon S3 on Outposts removes all the lifecycle configuration
392
- * rules in the lifecycle subresource associated with the bucket. Your objects never expire, and Amazon S3 on Outposts no longer automatically
393
- * deletes any objects on the basis of rules contained in the deleted lifecycle configuration.
394
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
395
- * <p>To use this action, you must have permission to perform the
396
- * <code>s3-outposts:DeleteLifecycleConfiguration</code> action. By default, the bucket
397
- * owner has this permission and the Outposts bucket owner can grant this permission to
398
- * others.</p>
399
- * <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_DeleteBucketLifecycleConfiguration.html#API_control_DeleteBucketLifecycleConfiguration_Examples">Examples</a> section.</p>
400
- *
401
- * <p>For more information about object expiration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#intro-lifecycle-rules-actions">Elements to Describe Lifecycle Actions</a>.</p>
402
- * <p>Related actions include:</p>
403
- * <ul>
404
- * <li>
405
- * <p>
406
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>
407
- * </p>
408
- * </li>
409
- * <li>
410
- * <p>
411
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a>
412
- * </p>
413
- * </li>
414
- * </ul>
415
- */
416
- deleteBucketLifecycleConfiguration(args: DeleteBucketLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketLifecycleConfigurationCommandOutput>;
417
- deleteBucketLifecycleConfiguration(args: DeleteBucketLifecycleConfigurationCommandInput, cb: (err: any, data?: DeleteBucketLifecycleConfigurationCommandOutput) => void): void;
418
- deleteBucketLifecycleConfiguration(args: DeleteBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketLifecycleConfigurationCommandOutput) => void): void;
419
- /**
420
- * <note>
421
- * <p>This action deletes an Amazon S3 on Outposts bucket policy. To delete an
422
- * S3 bucket policy, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html">DeleteBucketPolicy</a> in the <i>Amazon S3 API Reference</i>.
423
- * </p>
424
- * </note>
425
- * <p>This implementation of the DELETE action uses the policy subresource to delete the
426
- * policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the
427
- * root user of the Amazon Web Services account that owns the bucket, the calling identity must have the
428
- * <code>s3-outposts:DeleteBucketPolicy</code> permissions on the specified Outposts bucket
429
- * and belong to the bucket owner's account to use this action. For more information, see
430
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in
431
- * <i>Amazon S3 User Guide</i>.</p>
432
- *
433
- * <p>If you don't have <code>DeleteBucketPolicy</code> permissions, Amazon S3 returns a
434
- * <code>403 Access Denied</code> error. If you have the correct permissions, but you're
435
- * not using an identity that belongs to the bucket owner's account, Amazon S3 returns a
436
- * <code>405 Method Not Allowed</code> error. </p>
437
- *
438
- *
439
- * <important>
440
- * <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action,
441
- * even if the policy explicitly denies the root user the ability to perform this action.</p>
442
- * </important>
443
- *
444
- * <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User Policies</a>. </p>
445
- *
446
- * <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_DeleteBucketPolicy.html#API_control_DeleteBucketPolicy_Examples">Examples</a> section.</p>
447
- *
448
- * <p>The following actions are related to <code>DeleteBucketPolicy</code>:</p>
449
- * <ul>
450
- * <li>
451
- * <p>
452
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html">GetBucketPolicy</a>
453
- * </p>
454
- * </li>
455
- * <li>
456
- * <p>
457
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html">PutBucketPolicy</a>
458
- * </p>
459
- * </li>
460
- * </ul>
461
- */
462
- deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketPolicyCommandOutput>;
463
- deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void): void;
464
- deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void): void;
465
- /**
466
- * <note>
467
- * <p>This action deletes an Amazon S3 on Outposts bucket's tags. To delete an
468
- * S3 bucket tags, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html">DeleteBucketTagging</a> in the <i>Amazon S3 API Reference</i>.
469
- * </p>
470
- * </note>
471
- * <p>Deletes the tags from the Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in
472
- * <i>Amazon S3 User Guide</i>.</p>
473
- *
474
- * <p>To use this action, you must have permission to perform the <code>PutBucketTagging</code> action.
475
- * By default, the bucket owner has this permission and can grant this permission to others.
476
- * </p>
477
- *
478
- * <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_DeleteBucketTagging.html#API_control_DeleteBucketTagging_Examples">Examples</a> section.</p>
479
- *
480
- * <p>The following actions are related to <code>DeleteBucketTagging</code>:</p>
481
- * <ul>
482
- * <li>
483
- * <p>
484
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html">GetBucketTagging</a>
485
- * </p>
486
- * </li>
487
- * <li>
488
- * <p>
489
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html">PutBucketTagging</a>
490
- * </p>
491
- * </li>
492
- * </ul>
493
- */
494
- deleteBucketTagging(args: DeleteBucketTaggingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketTaggingCommandOutput>;
495
- deleteBucketTagging(args: DeleteBucketTaggingCommandInput, cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void): void;
496
- deleteBucketTagging(args: DeleteBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void): void;
497
- /**
498
- * <p>Removes the entire tag set from the specified S3 Batch Operations job. To use this operation,
499
- * you must have permission to perform the <code>s3:DeleteJobTagging</code> action. For more
500
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling access and labeling jobs using tags</a> in the
501
- * <i>Amazon S3 User Guide</i>.</p>
502
- * <p></p>
503
- * <p>Related actions include:</p>
504
- * <ul>
505
- * <li>
506
- * <p>
507
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
508
- * </p>
509
- * </li>
510
- * <li>
511
- * <p>
512
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>
513
- * </p>
514
- * </li>
515
- * <li>
516
- * <p>
517
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html">PutJobTagging</a>
518
- * </p>
519
- * </li>
520
- * </ul>
521
- */
522
- deleteJobTagging(args: DeleteJobTaggingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteJobTaggingCommandOutput>;
523
- deleteJobTagging(args: DeleteJobTaggingCommandInput, cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void): void;
524
- deleteJobTagging(args: DeleteJobTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void): void;
525
- /**
526
- * <p>Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point,
527
- * only the Multi-Region Access Point itself.</p>
528
- * <p>This action will always be routed to the US West (Oregon) Region. For more
529
- * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
530
- * Multi-Region Access Points</a> in the
531
- * <i>Amazon S3 User Guide</i>.</p>
532
- * <p>This request is asynchronous, meaning that you might receive a response before the
533
- * command has completed. When this request provides a response, it provides a token that
534
- * you can use to monitor the status of the request with
535
- * <code>DescribeMultiRegionAccessPointOperation</code>.</p>
536
- * <p>The following actions are related to <code>DeleteMultiRegionAccessPoint</code>:</p>
537
- * <ul>
538
- * <li>
539
- * <p>
540
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
541
- * </p>
542
- * </li>
543
- * <li>
544
- * <p>
545
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
546
- * </p>
547
- * </li>
548
- * <li>
549
- * <p>
550
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
551
- * </p>
552
- * </li>
553
- * <li>
554
- * <p>
555
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
556
- * </p>
557
- * </li>
558
- * </ul>
559
- */
560
- deleteMultiRegionAccessPoint(args: DeleteMultiRegionAccessPointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMultiRegionAccessPointCommandOutput>;
561
- deleteMultiRegionAccessPoint(args: DeleteMultiRegionAccessPointCommandInput, cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void): void;
562
- deleteMultiRegionAccessPoint(args: DeleteMultiRegionAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void): void;
563
- /**
564
- * <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For more
565
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
566
- * public access</a>.</p>
567
- * <p>Related actions include:</p>
568
- * <ul>
569
- * <li>
570
- * <p>
571
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetPublicAccessBlock.html">GetPublicAccessBlock</a>
572
- * </p>
573
- * </li>
574
- * <li>
575
- * <p>
576
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html">PutPublicAccessBlock</a>
577
- * </p>
578
- * </li>
579
- * </ul>
580
- */
581
- deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, options?: __HttpHandlerOptions): Promise<DeletePublicAccessBlockCommandOutput>;
582
- deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void): void;
583
- deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void): void;
584
- /**
585
- * <p>Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
586
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
587
- * activity and usage with Amazon S3 Storage Lens </a> in the
588
- * <i>Amazon S3 User Guide</i>.</p>
589
- * <note>
590
- * <p>To use this action,
591
- * you must have permission to perform the <code>s3:DeleteStorageLensConfiguration</code> action. For more
592
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
593
- * <i>Amazon S3 User Guide</i>.</p>
594
- * </note>
595
- */
596
- deleteStorageLensConfiguration(args: DeleteStorageLensConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStorageLensConfigurationCommandOutput>;
597
- deleteStorageLensConfiguration(args: DeleteStorageLensConfigurationCommandInput, cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void): void;
598
- deleteStorageLensConfiguration(args: DeleteStorageLensConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void): void;
599
- /**
600
- * <p>Deletes the Amazon S3 Storage Lens configuration tags. For more information about S3 Storage Lens, see
601
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
602
- * activity and usage with Amazon S3 Storage Lens </a> in the
603
- * <i>Amazon S3 User Guide</i>.</p>
604
- * <note>
605
- * <p>To use this action,
606
- * you must have permission to perform the <code>s3:DeleteStorageLensConfigurationTagging</code> action. For more
607
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
608
- * <i>Amazon S3 User Guide</i>.</p>
609
- * </note>
610
- */
611
- deleteStorageLensConfigurationTagging(args: DeleteStorageLensConfigurationTaggingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStorageLensConfigurationTaggingCommandOutput>;
612
- deleteStorageLensConfigurationTagging(args: DeleteStorageLensConfigurationTaggingCommandInput, cb: (err: any, data?: DeleteStorageLensConfigurationTaggingCommandOutput) => void): void;
613
- deleteStorageLensConfigurationTagging(args: DeleteStorageLensConfigurationTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStorageLensConfigurationTaggingCommandOutput) => void): void;
614
- /**
615
- * <p>Retrieves the configuration parameters and status for a Batch Operations job. For more
616
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html">S3 Batch Operations</a> in
617
- * the <i>Amazon S3 User Guide</i>.</p>
618
- * <p></p>
619
- * <p>Related actions include:</p>
620
- * <ul>
621
- * <li>
622
- * <p>
623
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
624
- * </p>
625
- * </li>
626
- * <li>
627
- * <p>
628
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html">ListJobs</a>
629
- * </p>
630
- * </li>
631
- * <li>
632
- * <p>
633
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html">UpdateJobPriority</a>
634
- * </p>
635
- * </li>
636
- * <li>
637
- * <p>
638
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
639
- * </p>
640
- * </li>
641
- * </ul>
642
- */
643
- describeJob(args: DescribeJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobCommandOutput>;
644
- describeJob(args: DescribeJobCommandInput, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
645
- describeJob(args: DescribeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
646
- /**
647
- * <p>Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information
648
- * about managing Multi-Region Access Points and how asynchronous requests work, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
649
- * Multi-Region Access Points</a> in the
650
- * <i>Amazon S3 User Guide</i>.</p>
651
- * <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
652
- * <ul>
653
- * <li>
654
- * <p>
655
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
656
- * </p>
657
- * </li>
658
- * <li>
659
- * <p>
660
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
661
- * </p>
662
- * </li>
663
- * <li>
664
- * <p>
665
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
666
- * </p>
667
- * </li>
668
- * <li>
669
- * <p>
670
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
671
- * </p>
672
- * </li>
673
- * </ul>
674
- */
675
- describeMultiRegionAccessPointOperation(args: DescribeMultiRegionAccessPointOperationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMultiRegionAccessPointOperationCommandOutput>;
676
- describeMultiRegionAccessPointOperation(args: DescribeMultiRegionAccessPointOperationCommandInput, cb: (err: any, data?: DescribeMultiRegionAccessPointOperationCommandOutput) => void): void;
677
- describeMultiRegionAccessPointOperation(args: DescribeMultiRegionAccessPointOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMultiRegionAccessPointOperationCommandOutput) => void): void;
678
- /**
679
- * <p>Returns configuration information about the specified access point.</p>
680
- * <p></p>
681
- *
682
- * <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_GetAccessPoint.html#API_control_GetAccessPoint_Examples">Examples</a> section.</p>
683
- * <p>The following actions are related to <code>GetAccessPoint</code>:</p>
684
- * <ul>
685
- * <li>
686
- * <p>
687
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
688
- * </p>
689
- * </li>
690
- * <li>
691
- * <p>
692
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
693
- * </p>
694
- * </li>
695
- * <li>
696
- * <p>
697
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
698
- * </p>
699
- * </li>
700
- * </ul>
701
- */
702
- getAccessPoint(args: GetAccessPointCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointCommandOutput>;
703
- getAccessPoint(args: GetAccessPointCommandInput, cb: (err: any, data?: GetAccessPointCommandOutput) => void): void;
704
- getAccessPoint(args: GetAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointCommandOutput) => void): void;
705
- /**
706
- * <p>Returns configuration for an Object Lambda Access Point.</p>
707
- * <p>The following actions are related to <code>GetAccessPointConfigurationForObjectLambda</code>:</p>
708
- * <ul>
709
- * <li>
710
- * <p>
711
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointConfigurationForObjectLambda.html">PutAccessPointConfigurationForObjectLambda</a>
712
- * </p>
713
- * </li>
714
- * </ul>
715
- */
716
- getAccessPointConfigurationForObjectLambda(args: GetAccessPointConfigurationForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointConfigurationForObjectLambdaCommandOutput>;
717
- getAccessPointConfigurationForObjectLambda(args: GetAccessPointConfigurationForObjectLambdaCommandInput, cb: (err: any, data?: GetAccessPointConfigurationForObjectLambdaCommandOutput) => void): void;
718
- getAccessPointConfigurationForObjectLambda(args: GetAccessPointConfigurationForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointConfigurationForObjectLambdaCommandOutput) => void): void;
719
- /**
720
- * <p>Returns configuration information about the specified Object Lambda Access Point</p>
721
- * <p>The following actions are related to <code>GetAccessPointForObjectLambda</code>:</p>
722
- * <ul>
723
- * <li>
724
- * <p>
725
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html">CreateAccessPointForObjectLambda</a>
726
- * </p>
727
- * </li>
728
- * <li>
729
- * <p>
730
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html">DeleteAccessPointForObjectLambda</a>
731
- * </p>
732
- * </li>
733
- * <li>
734
- * <p>
735
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html">ListAccessPointsForObjectLambda</a>
736
- * </p>
737
- * </li>
738
- * </ul>
739
- */
740
- getAccessPointForObjectLambda(args: GetAccessPointForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointForObjectLambdaCommandOutput>;
741
- getAccessPointForObjectLambda(args: GetAccessPointForObjectLambdaCommandInput, cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void): void;
742
- getAccessPointForObjectLambda(args: GetAccessPointForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void): void;
743
- /**
744
- * <p>Returns the access point policy associated with the specified access point.</p>
745
- * <p>The following actions are related to <code>GetAccessPointPolicy</code>:</p>
746
- * <ul>
747
- * <li>
748
- * <p>
749
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html">PutAccessPointPolicy</a>
750
- * </p>
751
- * </li>
752
- * <li>
753
- * <p>
754
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html">DeleteAccessPointPolicy</a>
755
- * </p>
756
- * </li>
757
- * </ul>
758
- */
759
- getAccessPointPolicy(args: GetAccessPointPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointPolicyCommandOutput>;
760
- getAccessPointPolicy(args: GetAccessPointPolicyCommandInput, cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void): void;
761
- getAccessPointPolicy(args: GetAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void): void;
762
- /**
763
- * <p>Returns the resource policy for an Object Lambda Access Point.</p>
764
- * <p>The following actions are related to <code>GetAccessPointPolicyForObjectLambda</code>:</p>
765
- * <ul>
766
- * <li>
767
- * <p>
768
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicyForObjectLambda.html">DeleteAccessPointPolicyForObjectLambda</a>
769
- * </p>
770
- * </li>
771
- * <li>
772
- * <p>
773
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicyForObjectLambda.html">PutAccessPointPolicyForObjectLambda</a>
774
- * </p>
775
- * </li>
776
- * </ul>
777
- */
778
- getAccessPointPolicyForObjectLambda(args: GetAccessPointPolicyForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointPolicyForObjectLambdaCommandOutput>;
779
- getAccessPointPolicyForObjectLambda(args: GetAccessPointPolicyForObjectLambdaCommandInput, cb: (err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
780
- getAccessPointPolicyForObjectLambda(args: GetAccessPointPolicyForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
781
- /**
782
- * <p>Indicates whether the specified access point currently has a policy that allows public access. For more information about public access through access points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing Data Access with Amazon S3 access points</a> in the <i>Amazon S3 User Guide</i>.</p>
783
- */
784
- getAccessPointPolicyStatus(args: GetAccessPointPolicyStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointPolicyStatusCommandOutput>;
785
- getAccessPointPolicyStatus(args: GetAccessPointPolicyStatusCommandInput, cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void): void;
786
- getAccessPointPolicyStatus(args: GetAccessPointPolicyStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void): void;
787
- /**
788
- * <p>Returns the status of the resource policy associated with an Object Lambda Access Point.</p>
789
- */
790
- getAccessPointPolicyStatusForObjectLambda(args: GetAccessPointPolicyStatusForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
791
- getAccessPointPolicyStatusForObjectLambda(args: GetAccessPointPolicyStatusForObjectLambdaCommandInput, cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void): void;
792
- getAccessPointPolicyStatusForObjectLambda(args: GetAccessPointPolicyStatusForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void): void;
793
- /**
794
- * <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
795
- * Using Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
796
- * <p>If you are using an identity other than the root user of the Amazon Web Services account
797
- * that owns the Outposts bucket, the calling identity must have the
798
- * <code>s3-outposts:GetBucket</code> permissions on the specified Outposts bucket and
799
- * belong to the Outposts bucket owner's account in order to use this action. Only
800
- * users from Outposts bucket owner account with the right permissions can perform
801
- * actions on an Outposts bucket.
802
- * </p>
803
- * <p>
804
- * If you don't have <code>s3-outposts:GetBucket</code> permissions or you're not using an identity that belongs to the bucket owner's
805
- * account, Amazon S3 returns a <code>403 Access Denied</code> error.</p>
806
- * <p>The following actions are related to <code>GetBucket</code> for Amazon S3 on Outposts:</p>
807
- * <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_GetBucket.html#API_control_GetBucket_Examples">Examples</a> section.</p>
808
- * <ul>
809
- * <li>
810
- * <p>
811
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
812
- * </p>
813
- * </li>
814
- * <li>
815
- * <p>
816
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">CreateBucket</a>
817
- * </p>
818
- * </li>
819
- * <li>
820
- * <p>
821
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html">DeleteBucket</a>
822
- * </p>
823
- * </li>
824
- * </ul>
825
- */
826
- getBucket(args: GetBucketCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketCommandOutput>;
827
- getBucket(args: GetBucketCommandInput, cb: (err: any, data?: GetBucketCommandOutput) => void): void;
828
- getBucket(args: GetBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketCommandOutput) => void): void;
829
- /**
830
- * <note>
831
- * <p>This action gets an Amazon S3 on Outposts bucket's lifecycle configuration. To get an
832
- * S3 bucket's lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a> in the <i>Amazon S3 API Reference</i>.
833
- * </p>
834
- * </note>
835
- * <p>Returns the lifecycle configuration information set on the Outposts bucket. For more
836
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> and for
837
- * information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html"> Object Lifecycle Management</a> in
838
- * <i>Amazon S3 User Guide</i>.</p>
839
- *
840
- * <p>To use this action, you must have permission to perform the <code>s3-outposts:GetLifecycleConfiguration</code> action.
841
- * The Outposts bucket owner has this permission, by default. The bucket owner can grant this permission to others. For more
842
- * information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions
843
- * Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3 Resources</a>.</p>
844
- *
845
- * <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_GetBucketLifecycleConfiguration.html#API_control_GetBucketLifecycleConfiguration_Examples">Examples</a> section.</p>
846
- *
847
- * <p>
848
- * <code>GetBucketLifecycleConfiguration</code> has the following special error:</p>
849
- * <ul>
850
- * <li>
851
- * <p>Error code: <code>NoSuchLifecycleConfiguration</code>
852
- * </p>
853
- * <ul>
854
- * <li>
855
- * <p>Description: The lifecycle configuration does not exist.</p>
856
- * </li>
857
- * <li>
858
- * <p>HTTP Status Code: 404 Not Found</p>
859
- * </li>
860
- * <li>
861
- * <p>SOAP Fault Code Prefix: Client</p>
862
- * </li>
863
- * </ul>
864
- * </li>
865
- * </ul>
866
- * <p>The following actions are related to <code>GetBucketLifecycleConfiguration</code>:</p>
867
- * <ul>
868
- * <li>
869
- * <p>
870
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>
871
- * </p>
872
- * </li>
873
- * <li>
874
- * <p>
875
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html">DeleteBucketLifecycleConfiguration</a>
876
- * </p>
877
- * </li>
878
- * </ul>
879
- */
880
- getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketLifecycleConfigurationCommandOutput>;
881
- getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void): void;
882
- getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void): void;
883
- /**
884
- * <note>
885
- * <p>This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3
886
- * bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html">GetBucketPolicy</a> in the
887
- * <i>Amazon S3 API Reference</i>. </p>
888
- * </note>
889
- * <p>Returns the policy of a specified Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
890
- * <i>Amazon S3 User Guide</i>.</p>
891
- * <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the bucket, the calling identity
892
- * must have the <code>GetBucketPolicy</code> permissions on the specified bucket and belong to the bucket owner's account in order to use this action.</p>
893
- *
894
- * <p>Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket.
895
- * If you don't have <code>s3-outposts:GetBucketPolicy</code> permissions or you're not using an identity that belongs to the bucket owner's
896
- * account, Amazon S3 returns a <code>403 Access Denied</code> error.</p>
897
- *
898
- * <important>
899
- * <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy
900
- * explicitly denies the root user the ability to perform this action.</p>
901
- * </important>
902
- *
903
- * <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User Policies</a>.</p>
904
- *
905
- * <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_GetBucketPolicy.html#API_control_GetBucketPolicy_Examples">Examples</a> section.</p>
906
- *
907
- * <p>The following actions are related to <code>GetBucketPolicy</code>:</p>
908
- * <ul>
909
- * <li>
910
- * <p>
911
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
912
- * </p>
913
- * </li>
914
- * <li>
915
- * <p>
916
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html">PutBucketPolicy</a>
917
- * </p>
918
- * </li>
919
- * <li>
920
- * <p>
921
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html">DeleteBucketPolicy</a>
922
- * </p>
923
- * </li>
924
- * </ul>
925
- */
926
- getBucketPolicy(args: GetBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketPolicyCommandOutput>;
927
- getBucketPolicy(args: GetBucketPolicyCommandInput, cb: (err: any, data?: GetBucketPolicyCommandOutput) => void): void;
928
- getBucketPolicy(args: GetBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketPolicyCommandOutput) => void): void;
929
- /**
930
- * <note>
931
- * <p>This action gets an Amazon S3 on Outposts bucket's tags. To get an
932
- * S3 bucket tags, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html">GetBucketTagging</a> in the <i>Amazon S3 API Reference</i>.
933
- * </p>
934
- * </note>
935
- * <p>Returns the tag set associated with the Outposts bucket. For more information, see
936
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
937
- * <i>Amazon S3 User Guide</i>.</p>
938
- * <p>To use this action, you must have permission to perform the <code>GetBucketTagging</code> action.
939
- * By default, the bucket owner has this permission and can grant this permission to others.</p>
940
- *
941
- * <p>
942
- * <code>GetBucketTagging</code> has the following special error:</p>
943
- * <ul>
944
- * <li>
945
- * <p>Error code: <code>NoSuchTagSetError</code>
946
- * </p>
947
- * <ul>
948
- * <li>
949
- * <p>Description: There is no tag set associated with the bucket.</p>
950
- * </li>
951
- * </ul>
952
- * </li>
953
- * </ul>
954
- * <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_GetBucketTagging.html#API_control_GetBucketTagging_Examples">Examples</a> section.</p>
955
- *
956
- * <p>The following actions are related to <code>GetBucketTagging</code>:</p>
957
- * <ul>
958
- * <li>
959
- * <p>
960
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html">PutBucketTagging</a>
961
- * </p>
962
- * </li>
963
- * <li>
964
- * <p>
965
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html">DeleteBucketTagging</a>
966
- * </p>
967
- * </li>
968
- * </ul>
969
- */
970
- getBucketTagging(args: GetBucketTaggingCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketTaggingCommandOutput>;
971
- getBucketTagging(args: GetBucketTaggingCommandInput, cb: (err: any, data?: GetBucketTaggingCommandOutput) => void): void;
972
- getBucketTagging(args: GetBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketTaggingCommandOutput) => void): void;
973
- /**
974
- * <p>Returns the tags on an S3 Batch Operations job. To use this operation, you must have
975
- * permission to perform the <code>s3:GetJobTagging</code> action. For more information, see
976
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
977
- * access and labeling jobs using tags</a> in the
978
- * <i>Amazon S3 User Guide</i>.</p>
979
- * <p></p>
980
- * <p>Related actions include:</p>
981
- * <ul>
982
- * <li>
983
- * <p>
984
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
985
- * </p>
986
- * </li>
987
- * <li>
988
- * <p>
989
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html">PutJobTagging</a>
990
- * </p>
991
- * </li>
992
- * <li>
993
- * <p>
994
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html">DeleteJobTagging</a>
995
- * </p>
996
- * </li>
997
- * </ul>
998
- */
999
- getJobTagging(args: GetJobTaggingCommandInput, options?: __HttpHandlerOptions): Promise<GetJobTaggingCommandOutput>;
1000
- getJobTagging(args: GetJobTaggingCommandInput, cb: (err: any, data?: GetJobTaggingCommandOutput) => void): void;
1001
- getJobTagging(args: GetJobTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobTaggingCommandOutput) => void): void;
1002
- /**
1003
- * <p>Returns configuration information about the specified Multi-Region Access Point.</p>
1004
- * <p>This action will always be routed to the US West (Oregon) Region. For more
1005
- * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
1006
- * Multi-Region Access Points</a> in the
1007
- * <i>Amazon S3 User Guide</i>.</p>
1008
- * <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
1009
- * <ul>
1010
- * <li>
1011
- * <p>
1012
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
1013
- * </p>
1014
- * </li>
1015
- * <li>
1016
- * <p>
1017
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
1018
- * </p>
1019
- * </li>
1020
- * <li>
1021
- * <p>
1022
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
1023
- * </p>
1024
- * </li>
1025
- * <li>
1026
- * <p>
1027
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
1028
- * </p>
1029
- * </li>
1030
- * </ul>
1031
- */
1032
- getMultiRegionAccessPoint(args: GetMultiRegionAccessPointCommandInput, options?: __HttpHandlerOptions): Promise<GetMultiRegionAccessPointCommandOutput>;
1033
- getMultiRegionAccessPoint(args: GetMultiRegionAccessPointCommandInput, cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void): void;
1034
- getMultiRegionAccessPoint(args: GetMultiRegionAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void): void;
1035
- /**
1036
- * <p>Returns the access control policy of the specified Multi-Region Access Point.</p>
1037
- * <p>This action will always be routed to the US West (Oregon) Region. For more
1038
- * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
1039
- * Multi-Region Access Points</a> in the
1040
- * <i>Amazon S3 User Guide</i>.</p>
1041
- * <p>The following actions are related to <code>GetMultiRegionAccessPointPolicy</code>:</p>
1042
- * <ul>
1043
- * <li>
1044
- * <p>
1045
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html">GetMultiRegionAccessPointPolicyStatus</a>
1046
- * </p>
1047
- * </li>
1048
- * <li>
1049
- * <p>
1050
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html">PutMultiRegionAccessPointPolicy</a>
1051
- * </p>
1052
- * </li>
1053
- * </ul>
1054
- */
1055
- getMultiRegionAccessPointPolicy(args: GetMultiRegionAccessPointPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetMultiRegionAccessPointPolicyCommandOutput>;
1056
- getMultiRegionAccessPointPolicy(args: GetMultiRegionAccessPointPolicyCommandInput, cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void): void;
1057
- getMultiRegionAccessPointPolicy(args: GetMultiRegionAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void): void;
1058
- /**
1059
- * <p>Indicates whether the specified Multi-Region Access Point has an access control policy that allows public
1060
- * access.</p>
1061
- * <p>This action will always be routed to the US West (Oregon) Region. For more
1062
- * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
1063
- * Multi-Region Access Points</a> in the
1064
- * <i>Amazon S3 User Guide</i>.</p>
1065
- * <p>The following actions are related to <code>GetMultiRegionAccessPointPolicyStatus</code>:</p>
1066
- * <ul>
1067
- * <li>
1068
- * <p>
1069
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html">GetMultiRegionAccessPointPolicy</a>
1070
- * </p>
1071
- * </li>
1072
- * <li>
1073
- * <p>
1074
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html">PutMultiRegionAccessPointPolicy</a>
1075
- * </p>
1076
- * </li>
1077
- * </ul>
1078
- */
1079
- getMultiRegionAccessPointPolicyStatus(args: GetMultiRegionAccessPointPolicyStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetMultiRegionAccessPointPolicyStatusCommandOutput>;
1080
- getMultiRegionAccessPointPolicyStatus(args: GetMultiRegionAccessPointPolicyStatusCommandInput, cb: (err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void): void;
1081
- getMultiRegionAccessPointPolicyStatus(args: GetMultiRegionAccessPointPolicyStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void): void;
1082
- /**
1083
- * <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For more
1084
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
1085
- * public access</a>.</p>
1086
- * <p>Related actions include:</p>
1087
- * <ul>
1088
- * <li>
1089
- * <p>
1090
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeletePublicAccessBlock.html">DeletePublicAccessBlock</a>
1091
- * </p>
1092
- * </li>
1093
- * <li>
1094
- * <p>
1095
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html">PutPublicAccessBlock</a>
1096
- * </p>
1097
- * </li>
1098
- * </ul>
1099
- */
1100
- getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, options?: __HttpHandlerOptions): Promise<GetPublicAccessBlockCommandOutput>;
1101
- getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void): void;
1102
- getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void): void;
1103
- /**
1104
- * <p>Gets the Amazon S3 Storage Lens configuration. For more information, see
1105
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
1106
- * activity and usage with Amazon S3 Storage Lens </a> in the
1107
- * <i>Amazon S3 User Guide</i>.</p>
1108
- * <note>
1109
- * <p>To use this action,
1110
- * you must have permission to perform the <code>s3:GetStorageLensConfiguration</code> action. For more
1111
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
1112
- * <i>Amazon S3 User Guide</i>.</p>
1113
- * </note>
1114
- */
1115
- getStorageLensConfiguration(args: GetStorageLensConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetStorageLensConfigurationCommandOutput>;
1116
- getStorageLensConfiguration(args: GetStorageLensConfigurationCommandInput, cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void): void;
1117
- getStorageLensConfiguration(args: GetStorageLensConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void): void;
1118
- /**
1119
- * <p>Gets the tags of Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
1120
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
1121
- * activity and usage with Amazon S3 Storage Lens </a> in the <i>Amazon S3 User Guide</i>.</p>
1122
- * <note>
1123
- * <p>To use this action,
1124
- * you must have permission to perform the <code>s3:GetStorageLensConfigurationTagging</code> action. For more
1125
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
1126
- * <i>Amazon S3 User Guide</i>.</p>
1127
- * </note>
1128
- */
1129
- getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, options?: __HttpHandlerOptions): Promise<GetStorageLensConfigurationTaggingCommandOutput>;
1130
- getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void): void;
1131
- getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void): void;
1132
- /**
1133
- * <p>Returns a list of the access points currently associated with the specified bucket. You
1134
- * can retrieve up to 1000 access points per call. If the specified bucket has more than 1,000
1135
- * access points (or the number specified in <code>maxResults</code>, whichever is less), the
1136
- * response will include a continuation token that you can use to list the additional access points.</p>
1137
- * <p></p>
1138
- * <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_GetAccessPoint.html#API_control_GetAccessPoint_Examples">Examples</a> section.</p>
1139
- * <p>The following actions are related to <code>ListAccessPoints</code>:</p>
1140
- * <ul>
1141
- * <li>
1142
- * <p>
1143
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
1144
- * </p>
1145
- * </li>
1146
- * <li>
1147
- * <p>
1148
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
1149
- * </p>
1150
- * </li>
1151
- * <li>
1152
- * <p>
1153
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
1154
- * </p>
1155
- * </li>
1156
- * </ul>
1157
- */
1158
- listAccessPoints(args: ListAccessPointsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPointsCommandOutput>;
1159
- listAccessPoints(args: ListAccessPointsCommandInput, cb: (err: any, data?: ListAccessPointsCommandOutput) => void): void;
1160
- listAccessPoints(args: ListAccessPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPointsCommandOutput) => void): void;
1161
- /**
1162
- * <p>Returns a list of the access points associated with the Object Lambda Access Point. You
1163
- * can retrieve up to 1000 access points per call. If there are more than 1,000
1164
- * access points (or the number specified in <code>maxResults</code>, whichever is less), the
1165
- * response will include a continuation token that you can use to list the additional access points.</p>
1166
- * <p>The following actions are related to <code>ListAccessPointsForObjectLambda</code>:</p>
1167
- * <ul>
1168
- * <li>
1169
- * <p>
1170
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html">CreateAccessPointForObjectLambda</a>
1171
- * </p>
1172
- * </li>
1173
- * <li>
1174
- * <p>
1175
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html">DeleteAccessPointForObjectLambda</a>
1176
- * </p>
1177
- * </li>
1178
- * <li>
1179
- * <p>
1180
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html">GetAccessPointForObjectLambda</a>
1181
- * </p>
1182
- * </li>
1183
- * </ul>
1184
- */
1185
- listAccessPointsForObjectLambda(args: ListAccessPointsForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPointsForObjectLambdaCommandOutput>;
1186
- listAccessPointsForObjectLambda(args: ListAccessPointsForObjectLambdaCommandInput, cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void): void;
1187
- listAccessPointsForObjectLambda(args: ListAccessPointsForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void): void;
1188
- /**
1189
- * <p>Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for
1190
- * the Amazon Web Services account making the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html">S3 Batch Operations</a> in the
1191
- * <i>Amazon S3 User Guide</i>.</p>
1192
- * <p>Related actions include:</p>
1193
- * <p></p>
1194
- * <ul>
1195
- * <li>
1196
- * <p>
1197
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
1198
- * </p>
1199
- * </li>
1200
- * <li>
1201
- * <p>
1202
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
1203
- * </p>
1204
- * </li>
1205
- * <li>
1206
- * <p>
1207
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html">UpdateJobPriority</a>
1208
- * </p>
1209
- * </li>
1210
- * <li>
1211
- * <p>
1212
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
1213
- * </p>
1214
- * </li>
1215
- * </ul>
1216
- */
1217
- listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
1218
- listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
1219
- listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
1220
- /**
1221
- * <p>Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account. Each
1222
- * call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be associated with
1223
- * a single account.</p>
1224
- * <p>This action will always be routed to the US West (Oregon) Region. For more
1225
- * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
1226
- * Multi-Region Access Points</a> in the
1227
- * <i>Amazon S3 User Guide</i>.</p>
1228
- * <p>The following actions are related to <code>ListMultiRegionAccessPoint</code>:</p>
1229
- * <ul>
1230
- * <li>
1231
- * <p>
1232
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
1233
- * </p>
1234
- * </li>
1235
- * <li>
1236
- * <p>
1237
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
1238
- * </p>
1239
- * </li>
1240
- * <li>
1241
- * <p>
1242
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
1243
- * </p>
1244
- * </li>
1245
- * <li>
1246
- * <p>
1247
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
1248
- * </p>
1249
- * </li>
1250
- * </ul>
1251
- */
1252
- listMultiRegionAccessPoints(args: ListMultiRegionAccessPointsCommandInput, options?: __HttpHandlerOptions): Promise<ListMultiRegionAccessPointsCommandOutput>;
1253
- listMultiRegionAccessPoints(args: ListMultiRegionAccessPointsCommandInput, cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void): void;
1254
- listMultiRegionAccessPoints(args: ListMultiRegionAccessPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void): void;
1255
- /**
1256
- * <p>Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated
1257
- * sender of the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
1258
- * <i>Amazon S3 User Guide</i>.</p>
1259
- * <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts
1260
- * endpoint hostname prefix and <code>x-amz-outpost-id</code> in your request, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListRegionalBuckets.html#API_control_ListRegionalBuckets_Examples">Examples</a> section.</p>
1261
- */
1262
- listRegionalBuckets(args: ListRegionalBucketsCommandInput, options?: __HttpHandlerOptions): Promise<ListRegionalBucketsCommandOutput>;
1263
- listRegionalBuckets(args: ListRegionalBucketsCommandInput, cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void): void;
1264
- listRegionalBuckets(args: ListRegionalBucketsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void): void;
1265
- /**
1266
- * <p>Gets a list of Amazon S3 Storage Lens configurations. For more information about S3 Storage Lens, see
1267
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
1268
- * activity and usage with Amazon S3 Storage Lens </a> in the
1269
- * <i>Amazon S3 User Guide</i>.</p>
1270
- * <note>
1271
- * <p>To use this action,
1272
- * you must have permission to perform the <code>s3:ListStorageLensConfigurations</code> action. For more
1273
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
1274
- * <i>Amazon S3 User Guide</i>.</p>
1275
- * </note>
1276
- */
1277
- listStorageLensConfigurations(args: ListStorageLensConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListStorageLensConfigurationsCommandOutput>;
1278
- listStorageLensConfigurations(args: ListStorageLensConfigurationsCommandInput, cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void): void;
1279
- listStorageLensConfigurations(args: ListStorageLensConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void): void;
1280
- /**
1281
- * <p>Replaces configuration for an Object Lambda Access Point.</p>
1282
- * <p>The following actions are related to <code>PutAccessPointConfigurationForObjectLambda</code>:</p>
1283
- * <ul>
1284
- * <li>
1285
- * <p>
1286
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointConfigurationForObjectLambda.html">GetAccessPointConfigurationForObjectLambda</a>
1287
- * </p>
1288
- * </li>
1289
- * </ul>
1290
- */
1291
- putAccessPointConfigurationForObjectLambda(args: PutAccessPointConfigurationForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<PutAccessPointConfigurationForObjectLambdaCommandOutput>;
1292
- putAccessPointConfigurationForObjectLambda(args: PutAccessPointConfigurationForObjectLambdaCommandInput, cb: (err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void): void;
1293
- putAccessPointConfigurationForObjectLambda(args: PutAccessPointConfigurationForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void): void;
1294
- /**
1295
- * <p>Associates an access policy with the specified access point. Each access point can have only one policy, so a request made to this API
1296
- * replaces any existing policy associated with the specified access point.</p>
1297
- * <p></p>
1298
- * <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_PutAccessPointPolicy.html#API_control_PutAccessPointPolicy_Examples">Examples</a> section.</p>
1299
- * <p>The following actions are related to <code>PutAccessPointPolicy</code>:</p>
1300
- * <ul>
1301
- * <li>
1302
- * <p>
1303
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html">GetAccessPointPolicy</a>
1304
- * </p>
1305
- * </li>
1306
- * <li>
1307
- * <p>
1308
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html">DeleteAccessPointPolicy</a>
1309
- * </p>
1310
- * </li>
1311
- * </ul>
1312
- */
1313
- putAccessPointPolicy(args: PutAccessPointPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutAccessPointPolicyCommandOutput>;
1314
- putAccessPointPolicy(args: PutAccessPointPolicyCommandInput, cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void): void;
1315
- putAccessPointPolicy(args: PutAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void): void;
1316
- /**
1317
- * <p>Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see
1318
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-create.html#olap-create-cli">Creating Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
1319
- * <p>The following actions are related to <code>PutAccessPointPolicyForObjectLambda</code>:</p>
1320
- * <ul>
1321
- * <li>
1322
- * <p>
1323
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicyForObjectLambda.html">DeleteAccessPointPolicyForObjectLambda</a>
1324
- * </p>
1325
- * </li>
1326
- * <li>
1327
- * <p>
1328
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html">GetAccessPointPolicyForObjectLambda</a>
1329
- * </p>
1330
- * </li>
1331
- * </ul>
1332
- */
1333
- putAccessPointPolicyForObjectLambda(args: PutAccessPointPolicyForObjectLambdaCommandInput, options?: __HttpHandlerOptions): Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
1334
- putAccessPointPolicyForObjectLambda(args: PutAccessPointPolicyForObjectLambdaCommandInput, cb: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
1335
- putAccessPointPolicyForObjectLambda(args: PutAccessPointPolicyForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
1336
- /**
1337
- * <note>
1338
- * <p>This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a lifecycle configuration to an S3 bucket,
1339
- * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a> in the <i>Amazon S3 API Reference</i>.
1340
- * </p>
1341
- * </note>
1342
- * <p>Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing
1343
- * lifecycle configuration. Outposts buckets only support lifecycle configurations that delete/expire objects
1344
- * after a certain period of time and abort incomplete multipart uploads.</p>
1345
- * <p></p>
1346
- * <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_PutBucketLifecycleConfiguration.html#API_control_PutBucketLifecycleConfiguration_Examples">Examples</a> section.</p>
1347
- * <p>The following actions are related to <code>PutBucketLifecycleConfiguration</code>:</p>
1348
- * <ul>
1349
- * <li>
1350
- * <p>
1351
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a>
1352
- * </p>
1353
- * </li>
1354
- * <li>
1355
- * <p>
1356
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html">DeleteBucketLifecycleConfiguration</a>
1357
- * </p>
1358
- * </li>
1359
- * </ul>
1360
- */
1361
- putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketLifecycleConfigurationCommandOutput>;
1362
- putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void): void;
1363
- putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void): void;
1364
- /**
1365
- * <note>
1366
- * <p>This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket,
1367
- * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html">PutBucketPolicy</a> in the <i>Amazon S3 API Reference</i>.
1368
- * </p>
1369
- * </note>
1370
- * <p>Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
1371
- * <i>Amazon S3 User Guide</i>.</p>
1372
- * <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
1373
- * Outposts bucket, the calling identity must have the <code>PutBucketPolicy</code>
1374
- * permissions on the specified Outposts bucket and belong to the bucket owner's account in
1375
- * order to use this action.</p>
1376
- *
1377
- * <p>If you don't have <code>PutBucketPolicy</code> permissions, Amazon S3 returns a <code>403 Access Denied</code> error. If you have the correct permissions,
1378
- * but you're not using an identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not Allowed</code> error.</p>
1379
- *
1380
- * <important>
1381
- * <p> As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action, even if the policy
1382
- * explicitly denies the root user the ability to perform this action.
1383
- * </p>
1384
- * </important>
1385
- *
1386
- *
1387
- * <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User Policies</a>.</p>
1388
- *
1389
- * <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_PutBucketPolicy.html#API_control_PutBucketPolicy_Examples">Examples</a> section.</p>
1390
- *
1391
- * <p>The following actions are related to <code>PutBucketPolicy</code>:</p>
1392
- * <ul>
1393
- * <li>
1394
- * <p>
1395
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html">GetBucketPolicy</a>
1396
- * </p>
1397
- * </li>
1398
- * <li>
1399
- * <p>
1400
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html">DeleteBucketPolicy</a>
1401
- * </p>
1402
- * </li>
1403
- * </ul>
1404
- */
1405
- putBucketPolicy(args: PutBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketPolicyCommandOutput>;
1406
- putBucketPolicy(args: PutBucketPolicyCommandInput, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
1407
- putBucketPolicy(args: PutBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
1408
- /**
1409
- * <note>
1410
- * <p>This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see
1411
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html">PutBucketTagging</a> in the <i>Amazon S3 API Reference</i>. </p>
1412
- * </note>
1413
- * <p>Sets the tags for an S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
1414
- * <i>Amazon S3 User Guide</i>.</p>
1415
- * <p>Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get your
1416
- * Amazon Web Services account bill with tag key values included. Then, to see the cost of combined resources, organize your
1417
- * billing information according to resources with the same tag key values. For example, you can tag several
1418
- * resources with a specific application name, and then organize your billing information to see the total cost
1419
- * of that application across several services. For more information, see
1420
- * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Cost
1421
- * allocation and tagging</a>.</p>
1422
- *
1423
- * <note>
1424
- * <p>Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites
1425
- * the old value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CostAllocTagging.html">
1426
- * Using cost allocation in Amazon S3 bucket tags</a>.</p>
1427
- * </note>
1428
- * <p>To use this action, you must have permissions to perform the
1429
- * <code>s3-outposts:PutBucketTagging</code> action. The Outposts bucket owner has this
1430
- * permission by default and can grant this permission to others. For more information about
1431
- * permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources"> Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing access permissions to your Amazon S3
1432
- * resources</a>.</p>
1433
- *
1434
- * <p>
1435
- * <code>PutBucketTagging</code> has the following special errors:</p>
1436
- * <ul>
1437
- * <li>
1438
- * <p>Error code: <code>InvalidTagError</code>
1439
- * </p>
1440
- * <ul>
1441
- * <li>
1442
- * <p>Description: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation.
1443
- * For information about tag restrictions, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">
1444
- * User-Defined Tag Restrictions</a> and <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/aws-tag-restrictions.html">
1445
- * Amazon Web Services-Generated Cost Allocation Tag Restrictions</a>.</p>
1446
- * </li>
1447
- * </ul>
1448
- * </li>
1449
- * <li>
1450
- * <p>Error code: <code>MalformedXMLError</code>
1451
- * </p>
1452
- * <ul>
1453
- * <li>
1454
- * <p>Description: The XML provided does not match the schema.</p>
1455
- * </li>
1456
- * </ul>
1457
- * </li>
1458
- * <li>
1459
- * <p>Error code: <code>OperationAbortedError </code>
1460
- * </p>
1461
- * <ul>
1462
- * <li>
1463
- * <p>Description: A conflicting conditional action is currently in progress against this
1464
- * resource. Try again.</p>
1465
- * </li>
1466
- * </ul>
1467
- * </li>
1468
- * <li>
1469
- * <p>Error code: <code>InternalError</code>
1470
- * </p>
1471
- * <ul>
1472
- * <li>
1473
- * <p>Description: The service was unable to apply the provided tag to the bucket.</p>
1474
- * </li>
1475
- * </ul>
1476
- * </li>
1477
- * </ul>
1478
- * <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_PutBucketTagging.html#API_control_PutBucketTagging_Examples">Examples</a> section.</p>
1479
- *
1480
- * <p>The following actions are related to <code>PutBucketTagging</code>:</p>
1481
- * <ul>
1482
- * <li>
1483
- * <p>
1484
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html">GetBucketTagging</a>
1485
- * </p>
1486
- * </li>
1487
- * <li>
1488
- * <p>
1489
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html">DeleteBucketTagging</a>
1490
- * </p>
1491
- * </li>
1492
- * </ul>
1493
- */
1494
- putBucketTagging(args: PutBucketTaggingCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketTaggingCommandOutput>;
1495
- putBucketTagging(args: PutBucketTaggingCommandInput, cb: (err: any, data?: PutBucketTaggingCommandOutput) => void): void;
1496
- putBucketTagging(args: PutBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketTaggingCommandOutput) => void): void;
1497
- /**
1498
- * <p>Sets the supplied tag-set on an S3 Batch Operations job.</p>
1499
- * <p>A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending
1500
- * a PUT request against the tagging subresource that is associated with the job. To modify
1501
- * the existing tag set, you can either replace the existing tag set entirely, or make changes
1502
- * within the existing tag set by retrieving the existing tag set using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>, modify that tag set, and use this action to replace the
1503
- * tag set with the one you modified. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling access and
1504
- * labeling jobs using tags</a> in the <i>Amazon S3 User Guide</i>. </p>
1505
- * <p></p>
1506
- * <note>
1507
- * <ul>
1508
- * <li>
1509
- * <p>If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the
1510
- * Batch Operations job. If you use this method, you are charged for a Tier 1 Request
1511
- * (PUT). For more information, see <a href="http://aws.amazon.com/s3/pricing/">Amazon S3
1512
- * pricing</a>.</p>
1513
- * </li>
1514
- * <li>
1515
- * <p>For deleting existing tags for your Batch Operations job, a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html">DeleteJobTagging</a>
1516
- * request is preferred because it achieves the same result without incurring
1517
- * charges.</p>
1518
- * </li>
1519
- * <li>
1520
- * <p>A few things to consider about using tags:</p>
1521
- * <ul>
1522
- * <li>
1523
- * <p>Amazon S3 limits the maximum number of tags to 50 tags per job.</p>
1524
- * </li>
1525
- * <li>
1526
- * <p>You can associate up to 50 tags with a job as long as they have unique tag keys.</p>
1527
- * </li>
1528
- * <li>
1529
- * <p>A tag key can be up to 128 Unicode characters in length, and tag values can be up to 256 Unicode characters in length.</p>
1530
- * </li>
1531
- * <li>
1532
- * <p>The key and values are case sensitive.</p>
1533
- * </li>
1534
- * <li>
1535
- * <p>For tagging-related restrictions related to characters and encodings, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">User-Defined Tag Restrictions</a> in the <i>Billing and Cost Management User Guide</i>.</p>
1536
- * </li>
1537
- * </ul>
1538
- * </li>
1539
- * </ul>
1540
- * </note>
1541
- * <p></p>
1542
- * <p>To use this action, you must have permission to perform the <code>s3:PutJobTagging</code> action.</p>
1543
- * <p>Related actions include:</p>
1544
- * <ul>
1545
- * <li>
1546
- * <p>
1547
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreatJob</a>
1548
- * </p>
1549
- * </li>
1550
- * <li>
1551
- * <p>
1552
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>
1553
- * </p>
1554
- * </li>
1555
- * <li>
1556
- * <p>
1557
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html">DeleteJobTagging</a>
1558
- * </p>
1559
- * </li>
1560
- * </ul>
1561
- */
1562
- putJobTagging(args: PutJobTaggingCommandInput, options?: __HttpHandlerOptions): Promise<PutJobTaggingCommandOutput>;
1563
- putJobTagging(args: PutJobTaggingCommandInput, cb: (err: any, data?: PutJobTaggingCommandOutput) => void): void;
1564
- putJobTagging(args: PutJobTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobTaggingCommandOutput) => void): void;
1565
- /**
1566
- * <p>Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only
1567
- * one policy, so a request made to this action replaces any existing policy that is
1568
- * associated with the specified Multi-Region Access Point.</p>
1569
- * <p>This action will always be routed to the US West (Oregon) Region. For more
1570
- * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
1571
- * Multi-Region Access Points</a> in the
1572
- * <i>Amazon S3 User Guide</i>.</p>
1573
- * <p>The following actions are related to <code>PutMultiRegionAccessPointPolicy</code>:</p>
1574
- * <ul>
1575
- * <li>
1576
- * <p>
1577
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html">GetMultiRegionAccessPointPolicy</a>
1578
- * </p>
1579
- * </li>
1580
- * <li>
1581
- * <p>
1582
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html">GetMultiRegionAccessPointPolicyStatus</a>
1583
- * </p>
1584
- * </li>
1585
- * </ul>
1586
- */
1587
- putMultiRegionAccessPointPolicy(args: PutMultiRegionAccessPointPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutMultiRegionAccessPointPolicyCommandOutput>;
1588
- putMultiRegionAccessPointPolicy(args: PutMultiRegionAccessPointPolicyCommandInput, cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void): void;
1589
- putMultiRegionAccessPointPolicy(args: PutMultiRegionAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void): void;
1590
- /**
1591
- * <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For
1592
- * more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
1593
- * public access</a>.</p>
1594
- * <p>Related actions include:</p>
1595
- * <ul>
1596
- * <li>
1597
- * <p>
1598
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetPublicAccessBlock.html">GetPublicAccessBlock</a>
1599
- * </p>
1600
- * </li>
1601
- * <li>
1602
- * <p>
1603
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeletePublicAccessBlock.html">DeletePublicAccessBlock</a>
1604
- * </p>
1605
- * </li>
1606
- * </ul>
1607
- */
1608
- putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, options?: __HttpHandlerOptions): Promise<PutPublicAccessBlockCommandOutput>;
1609
- putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void): void;
1610
- putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void): void;
1611
- /**
1612
- * <p>Puts an Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Working with
1613
- * Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
1614
- * <note>
1615
- * <p>To use this action,
1616
- * you must have permission to perform the <code>s3:PutStorageLensConfiguration</code> action. For more
1617
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
1618
- * <i>Amazon S3 User Guide</i>.</p>
1619
- * </note>
1620
- */
1621
- putStorageLensConfiguration(args: PutStorageLensConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutStorageLensConfigurationCommandOutput>;
1622
- putStorageLensConfiguration(args: PutStorageLensConfigurationCommandInput, cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void): void;
1623
- putStorageLensConfiguration(args: PutStorageLensConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void): void;
1624
- /**
1625
- * <p>Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
1626
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
1627
- * activity and usage with Amazon S3 Storage Lens </a> in the
1628
- * <i>Amazon S3 User Guide</i>.</p>
1629
- * <note>
1630
- * <p>To use this action,
1631
- * you must have permission to perform the <code>s3:PutStorageLensConfigurationTagging</code> action. For more
1632
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
1633
- * <i>Amazon S3 User Guide</i>.</p>
1634
- * </note>
1635
- */
1636
- putStorageLensConfigurationTagging(args: PutStorageLensConfigurationTaggingCommandInput, options?: __HttpHandlerOptions): Promise<PutStorageLensConfigurationTaggingCommandOutput>;
1637
- putStorageLensConfigurationTagging(args: PutStorageLensConfigurationTaggingCommandInput, cb: (err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void): void;
1638
- putStorageLensConfigurationTagging(args: PutStorageLensConfigurationTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void): void;
1639
- /**
1640
- * <p>Updates an existing S3 Batch Operations job's priority. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html">S3 Batch Operations</a> in the
1641
- * <i>Amazon S3 User Guide</i>.</p>
1642
- * <p></p>
1643
- * <p>Related actions include:</p>
1644
- * <ul>
1645
- * <li>
1646
- * <p>
1647
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
1648
- * </p>
1649
- * </li>
1650
- * <li>
1651
- * <p>
1652
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html">ListJobs</a>
1653
- * </p>
1654
- * </li>
1655
- * <li>
1656
- * <p>
1657
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
1658
- * </p>
1659
- * </li>
1660
- * <li>
1661
- * <p>
1662
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
1663
- * </p>
1664
- * </li>
1665
- * </ul>
1666
- */
1667
- updateJobPriority(args: UpdateJobPriorityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobPriorityCommandOutput>;
1668
- updateJobPriority(args: UpdateJobPriorityCommandInput, cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void): void;
1669
- updateJobPriority(args: UpdateJobPriorityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void): void;
1670
- /**
1671
- * <p>Updates the status for the specified job. Use this action to confirm that you want to
1672
- * run a job or to cancel an existing job. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html">S3 Batch Operations</a> in the
1673
- * <i>Amazon S3 User Guide</i>.</p>
1674
- * <p></p>
1675
- * <p>Related actions include:</p>
1676
- * <ul>
1677
- * <li>
1678
- * <p>
1679
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
1680
- * </p>
1681
- * </li>
1682
- * <li>
1683
- * <p>
1684
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html">ListJobs</a>
1685
- * </p>
1686
- * </li>
1687
- * <li>
1688
- * <p>
1689
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
1690
- * </p>
1691
- * </li>
1692
- * <li>
1693
- * <p>
1694
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
1695
- * </p>
1696
- * </li>
1697
- * </ul>
1698
- */
1699
- updateJobStatus(args: UpdateJobStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateJobStatusCommandOutput>;
1700
- updateJobStatus(args: UpdateJobStatusCommandInput, cb: (err: any, data?: UpdateJobStatusCommandOutput) => void): void;
1701
- updateJobStatus(args: UpdateJobStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobStatusCommandOutput) => void): void;
1702
- }