@aws-sdk/client-s3-control 3.31.0 → 3.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1047) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/S3Control.js +869 -0
  3. package/dist-cjs/S3Control.js.map +1 -0
  4. package/dist-cjs/S3ControlClient.js +49 -0
  5. package/dist-cjs/S3ControlClient.js.map +1 -0
  6. package/dist-cjs/commands/CreateAccessPointCommand.js +93 -0
  7. package/dist-cjs/commands/CreateAccessPointCommand.js.map +1 -0
  8. package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +82 -0
  9. package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
  10. package/dist-cjs/commands/CreateBucketCommand.js +114 -0
  11. package/dist-cjs/commands/CreateBucketCommand.js.map +1 -0
  12. package/dist-cjs/commands/CreateJobCommand.js +96 -0
  13. package/dist-cjs/commands/CreateJobCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +98 -0
  15. package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
  16. package/dist-cjs/commands/DeleteAccessPointCommand.js +83 -0
  17. package/dist-cjs/commands/DeleteAccessPointCommand.js.map +1 -0
  18. package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +81 -0
  19. package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
  20. package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +78 -0
  21. package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
  22. package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +76 -0
  23. package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteBucketCommand.js +91 -0
  25. package/dist-cjs/commands/DeleteBucketCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +91 -0
  27. package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +103 -0
  29. package/dist-cjs/commands/DeleteBucketPolicyCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +89 -0
  31. package/dist-cjs/commands/DeleteBucketTaggingCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteJobTaggingCommand.js +85 -0
  33. package/dist-cjs/commands/DeleteJobTaggingCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +97 -0
  35. package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
  36. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +78 -0
  37. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js.map +1 -0
  38. package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +72 -0
  39. package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
  40. package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +72 -0
  41. package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeJobCommand.js +89 -0
  43. package/dist-cjs/commands/DescribeJobCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +91 -0
  45. package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
  46. package/dist-cjs/commands/GetAccessPointCommand.js +84 -0
  47. package/dist-cjs/commands/GetAccessPointCommand.js.map +1 -0
  48. package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +71 -0
  49. package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
  50. package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +81 -0
  51. package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
  52. package/dist-cjs/commands/GetAccessPointPolicyCommand.js +76 -0
  53. package/dist-cjs/commands/GetAccessPointPolicyCommand.js.map +1 -0
  54. package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +76 -0
  55. package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  56. package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +63 -0
  57. package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
  58. package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +63 -0
  59. package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
  60. package/dist-cjs/commands/GetBucketCommand.js +93 -0
  61. package/dist-cjs/commands/GetBucketCommand.js.map +1 -0
  62. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +111 -0
  63. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
  64. package/dist-cjs/commands/GetBucketPolicyCommand.js +103 -0
  65. package/dist-cjs/commands/GetBucketPolicyCommand.js.map +1 -0
  66. package/dist-cjs/commands/GetBucketTaggingCommand.js +101 -0
  67. package/dist-cjs/commands/GetBucketTaggingCommand.js.map +1 -0
  68. package/dist-cjs/commands/GetJobTaggingCommand.js +86 -0
  69. package/dist-cjs/commands/GetJobTaggingCommand.js.map +1 -0
  70. package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +92 -0
  71. package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
  72. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +82 -0
  73. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
  74. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +83 -0
  75. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
  76. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +78 -0
  77. package/dist-cjs/commands/GetPublicAccessBlockCommand.js.map +1 -0
  78. package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +72 -0
  79. package/dist-cjs/commands/GetStorageLensConfigurationCommand.js.map +1 -0
  80. package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +71 -0
  81. package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
  82. package/dist-cjs/commands/ListAccessPointsCommand.js +86 -0
  83. package/dist-cjs/commands/ListAccessPointsCommand.js.map +1 -0
  84. package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +84 -0
  85. package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
  86. package/dist-cjs/commands/ListJobsCommand.js +89 -0
  87. package/dist-cjs/commands/ListJobsCommand.js.map +1 -0
  88. package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +94 -0
  89. package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
  90. package/dist-cjs/commands/ListRegionalBucketsCommand.js +67 -0
  91. package/dist-cjs/commands/ListRegionalBucketsCommand.js.map +1 -0
  92. package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +72 -0
  93. package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
  94. package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +71 -0
  95. package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
  96. package/dist-cjs/commands/PutAccessPointPolicyCommand.js +79 -0
  97. package/dist-cjs/commands/PutAccessPointPolicyCommand.js.map +1 -0
  98. package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +77 -0
  99. package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  100. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +87 -0
  101. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
  102. package/dist-cjs/commands/PutBucketPolicyCommand.js +103 -0
  103. package/dist-cjs/commands/PutBucketPolicyCommand.js.map +1 -0
  104. package/dist-cjs/commands/PutBucketTaggingCommand.js +148 -0
  105. package/dist-cjs/commands/PutBucketTaggingCommand.js.map +1 -0
  106. package/dist-cjs/commands/PutJobTaggingCommand.js +125 -0
  107. package/dist-cjs/commands/PutJobTaggingCommand.js.map +1 -0
  108. package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +84 -0
  109. package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
  110. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +78 -0
  111. package/dist-cjs/commands/PutPublicAccessBlockCommand.js.map +1 -0
  112. package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +70 -0
  113. package/dist-cjs/commands/PutStorageLensConfigurationCommand.js.map +1 -0
  114. package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +72 -0
  115. package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
  116. package/dist-cjs/commands/UpdateJobPriorityCommand.js +88 -0
  117. package/dist-cjs/commands/UpdateJobPriorityCommand.js.map +1 -0
  118. package/dist-cjs/commands/UpdateJobStatusCommand.js +89 -0
  119. package/dist-cjs/commands/UpdateJobStatusCommand.js.map +1 -0
  120. package/dist-cjs/endpoints.js +175 -0
  121. package/dist-cjs/endpoints.js.map +1 -0
  122. package/dist-cjs/index.js +71 -0
  123. package/dist-cjs/index.js.map +1 -0
  124. package/dist-cjs/models/index.js +5 -0
  125. package/dist-cjs/models/index.js.map +1 -0
  126. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  127. package/dist-cjs/models/models_0.js.map +1 -0
  128. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  129. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  130. package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +46 -0
  131. package/dist-cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
  132. package/dist-cjs/pagination/ListAccessPointsPaginator.js +46 -0
  133. package/dist-cjs/pagination/ListAccessPointsPaginator.js.map +1 -0
  134. package/dist-cjs/pagination/ListJobsPaginator.js +46 -0
  135. package/dist-cjs/pagination/ListJobsPaginator.js.map +1 -0
  136. package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js +46 -0
  137. package/dist-cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
  138. package/dist-cjs/pagination/ListRegionalBucketsPaginator.js +46 -0
  139. package/dist-cjs/pagination/ListRegionalBucketsPaginator.js.map +1 -0
  140. package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js +45 -0
  141. package/dist-cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
  142. package/dist-cjs/protocols/Aws_restXml.js +8017 -0
  143. package/dist-cjs/protocols/Aws_restXml.js.map +1 -0
  144. package/dist-cjs/runtimeConfig.browser.js +46 -0
  145. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  146. package/dist-cjs/runtimeConfig.js +50 -0
  147. package/dist-cjs/runtimeConfig.js.map +1 -0
  148. package/dist-cjs/runtimeConfig.native.js +20 -0
  149. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  150. package/dist-cjs/runtimeConfig.shared.js +21 -0
  151. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  152. package/dist-es/S3Control.js +866 -0
  153. package/dist-es/S3Control.js.map +1 -0
  154. package/dist-es/S3ControlClient.js +40 -0
  155. package/dist-es/S3ControlClient.js.map +1 -0
  156. package/dist-es/commands/CreateAccessPointCommand.js +42 -0
  157. package/dist-es/commands/CreateAccessPointCommand.js.map +1 -0
  158. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +42 -0
  159. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js.map +1 -0
  160. package/dist-es/commands/CreateBucketCommand.js +44 -0
  161. package/dist-es/commands/CreateBucketCommand.js.map +1 -0
  162. package/dist-es/commands/CreateJobCommand.js +42 -0
  163. package/dist-es/commands/CreateJobCommand.js.map +1 -0
  164. package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +44 -0
  165. package/dist-es/commands/CreateMultiRegionAccessPointCommand.js.map +1 -0
  166. package/dist-es/commands/DeleteAccessPointCommand.js +42 -0
  167. package/dist-es/commands/DeleteAccessPointCommand.js.map +1 -0
  168. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +42 -0
  169. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +1 -0
  170. package/dist-es/commands/DeleteAccessPointPolicyCommand.js +42 -0
  171. package/dist-es/commands/DeleteAccessPointPolicyCommand.js.map +1 -0
  172. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +42 -0
  173. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  174. package/dist-es/commands/DeleteBucketCommand.js +42 -0
  175. package/dist-es/commands/DeleteBucketCommand.js.map +1 -0
  176. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +42 -0
  177. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +1 -0
  178. package/dist-es/commands/DeleteBucketPolicyCommand.js +42 -0
  179. package/dist-es/commands/DeleteBucketPolicyCommand.js.map +1 -0
  180. package/dist-es/commands/DeleteBucketTaggingCommand.js +42 -0
  181. package/dist-es/commands/DeleteBucketTaggingCommand.js.map +1 -0
  182. package/dist-es/commands/DeleteJobTaggingCommand.js +42 -0
  183. package/dist-es/commands/DeleteJobTaggingCommand.js.map +1 -0
  184. package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +44 -0
  185. package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js.map +1 -0
  186. package/dist-es/commands/DeletePublicAccessBlockCommand.js +42 -0
  187. package/dist-es/commands/DeletePublicAccessBlockCommand.js.map +1 -0
  188. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +42 -0
  189. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js.map +1 -0
  190. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +42 -0
  191. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +1 -0
  192. package/dist-es/commands/DescribeJobCommand.js +42 -0
  193. package/dist-es/commands/DescribeJobCommand.js.map +1 -0
  194. package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +44 -0
  195. package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +1 -0
  196. package/dist-es/commands/GetAccessPointCommand.js +42 -0
  197. package/dist-es/commands/GetAccessPointCommand.js.map +1 -0
  198. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +42 -0
  199. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
  200. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +42 -0
  201. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js.map +1 -0
  202. package/dist-es/commands/GetAccessPointPolicyCommand.js +42 -0
  203. package/dist-es/commands/GetAccessPointPolicyCommand.js.map +1 -0
  204. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +42 -0
  205. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  206. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +42 -0
  207. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js.map +1 -0
  208. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +42 -0
  209. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +1 -0
  210. package/dist-es/commands/GetBucketCommand.js +42 -0
  211. package/dist-es/commands/GetBucketCommand.js.map +1 -0
  212. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +42 -0
  213. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js.map +1 -0
  214. package/dist-es/commands/GetBucketPolicyCommand.js +42 -0
  215. package/dist-es/commands/GetBucketPolicyCommand.js.map +1 -0
  216. package/dist-es/commands/GetBucketTaggingCommand.js +42 -0
  217. package/dist-es/commands/GetBucketTaggingCommand.js.map +1 -0
  218. package/dist-es/commands/GetJobTaggingCommand.js +42 -0
  219. package/dist-es/commands/GetJobTaggingCommand.js.map +1 -0
  220. package/dist-es/commands/GetMultiRegionAccessPointCommand.js +44 -0
  221. package/dist-es/commands/GetMultiRegionAccessPointCommand.js.map +1 -0
  222. package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +44 -0
  223. package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +1 -0
  224. package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +44 -0
  225. package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +1 -0
  226. package/dist-es/commands/GetPublicAccessBlockCommand.js +42 -0
  227. package/dist-es/commands/GetPublicAccessBlockCommand.js.map +1 -0
  228. package/dist-es/commands/GetStorageLensConfigurationCommand.js +42 -0
  229. package/dist-es/commands/GetStorageLensConfigurationCommand.js.map +1 -0
  230. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +42 -0
  231. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js.map +1 -0
  232. package/dist-es/commands/ListAccessPointsCommand.js +42 -0
  233. package/dist-es/commands/ListAccessPointsCommand.js.map +1 -0
  234. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +42 -0
  235. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js.map +1 -0
  236. package/dist-es/commands/ListJobsCommand.js +42 -0
  237. package/dist-es/commands/ListJobsCommand.js.map +1 -0
  238. package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +44 -0
  239. package/dist-es/commands/ListMultiRegionAccessPointsCommand.js.map +1 -0
  240. package/dist-es/commands/ListRegionalBucketsCommand.js +42 -0
  241. package/dist-es/commands/ListRegionalBucketsCommand.js.map +1 -0
  242. package/dist-es/commands/ListStorageLensConfigurationsCommand.js +42 -0
  243. package/dist-es/commands/ListStorageLensConfigurationsCommand.js.map +1 -0
  244. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +42 -0
  245. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +1 -0
  246. package/dist-es/commands/PutAccessPointPolicyCommand.js +42 -0
  247. package/dist-es/commands/PutAccessPointPolicyCommand.js.map +1 -0
  248. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +42 -0
  249. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +1 -0
  250. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +44 -0
  251. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js.map +1 -0
  252. package/dist-es/commands/PutBucketPolicyCommand.js +44 -0
  253. package/dist-es/commands/PutBucketPolicyCommand.js.map +1 -0
  254. package/dist-es/commands/PutBucketTaggingCommand.js +44 -0
  255. package/dist-es/commands/PutBucketTaggingCommand.js.map +1 -0
  256. package/dist-es/commands/PutJobTaggingCommand.js +42 -0
  257. package/dist-es/commands/PutJobTaggingCommand.js.map +1 -0
  258. package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +44 -0
  259. package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +1 -0
  260. package/dist-es/commands/PutPublicAccessBlockCommand.js +42 -0
  261. package/dist-es/commands/PutPublicAccessBlockCommand.js.map +1 -0
  262. package/dist-es/commands/PutStorageLensConfigurationCommand.js +42 -0
  263. package/dist-es/commands/PutStorageLensConfigurationCommand.js.map +1 -0
  264. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +42 -0
  265. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js.map +1 -0
  266. package/dist-es/commands/UpdateJobPriorityCommand.js +42 -0
  267. package/dist-es/commands/UpdateJobPriorityCommand.js.map +1 -0
  268. package/dist-es/commands/UpdateJobStatusCommand.js +42 -0
  269. package/dist-es/commands/UpdateJobStatusCommand.js.map +1 -0
  270. package/dist-es/endpoints.js +171 -0
  271. package/dist-es/endpoints.js.map +1 -0
  272. package/{dist/es → dist-es}/index.js +0 -0
  273. package/dist-es/index.js.map +1 -0
  274. package/{dist/es → dist-es}/models/index.js +0 -0
  275. package/dist-es/models/index.js.map +1 -0
  276. package/dist-es/models/models_0.js +912 -0
  277. package/dist-es/models/models_0.js.map +1 -0
  278. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  279. package/dist-es/pagination/Interfaces.js.map +1 -0
  280. package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js +75 -0
  281. package/dist-es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +1 -0
  282. package/dist-es/pagination/ListAccessPointsPaginator.js +75 -0
  283. package/dist-es/pagination/ListAccessPointsPaginator.js.map +1 -0
  284. package/dist-es/pagination/ListJobsPaginator.js +75 -0
  285. package/dist-es/pagination/ListJobsPaginator.js.map +1 -0
  286. package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js +75 -0
  287. package/dist-es/pagination/ListMultiRegionAccessPointsPaginator.js.map +1 -0
  288. package/dist-es/pagination/ListRegionalBucketsPaginator.js +75 -0
  289. package/dist-es/pagination/ListRegionalBucketsPaginator.js.map +1 -0
  290. package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js +74 -0
  291. package/dist-es/pagination/ListStorageLensConfigurationsPaginator.js.map +1 -0
  292. package/dist-es/protocols/Aws_restXml.js +8843 -0
  293. package/dist-es/protocols/Aws_restXml.js.map +1 -0
  294. package/dist-es/runtimeConfig.browser.js +19 -0
  295. package/dist-es/runtimeConfig.browser.js.map +1 -0
  296. package/dist-es/runtimeConfig.js +23 -0
  297. package/dist-es/runtimeConfig.js.map +1 -0
  298. package/dist-es/runtimeConfig.native.js +9 -0
  299. package/dist-es/runtimeConfig.native.js.map +1 -0
  300. package/dist-es/runtimeConfig.shared.js +14 -0
  301. package/dist-es/runtimeConfig.shared.js.map +1 -0
  302. package/dist-types/S3Control.d.ts +1702 -0
  303. package/dist-types/S3ControlClient.d.ts +207 -0
  304. package/dist-types/commands/CreateAccessPointCommand.d.ts +65 -0
  305. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
  306. package/dist-types/commands/CreateBucketCommand.d.ts +84 -0
  307. package/dist-types/commands/CreateJobCommand.d.ts +68 -0
  308. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
  309. package/dist-types/commands/DeleteAccessPointCommand.d.ts +55 -0
  310. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
  311. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
  312. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
  313. package/dist-types/commands/DeleteBucketCommand.d.ts +63 -0
  314. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
  315. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +75 -0
  316. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +61 -0
  317. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +57 -0
  318. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
  319. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
  320. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
  321. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
  322. package/dist-types/commands/DescribeJobCommand.d.ts +61 -0
  323. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
  324. package/dist-types/commands/GetAccessPointCommand.d.ts +56 -0
  325. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
  326. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
  327. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +48 -0
  328. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
  329. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
  330. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
  331. package/dist-types/commands/GetBucketCommand.d.ts +65 -0
  332. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
  333. package/dist-types/commands/GetBucketPolicyCommand.d.ts +75 -0
  334. package/dist-types/commands/GetBucketTaggingCommand.d.ts +73 -0
  335. package/dist-types/commands/GetJobTaggingCommand.d.ts +58 -0
  336. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
  337. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
  338. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
  339. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +50 -0
  340. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
  341. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
  342. package/dist-types/commands/ListAccessPointsCommand.d.ts +58 -0
  343. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
  344. package/dist-types/commands/ListJobsCommand.d.ts +61 -0
  345. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
  346. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +39 -0
  347. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
  348. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
  349. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +51 -0
  350. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
  351. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
  352. package/dist-types/commands/PutBucketPolicyCommand.d.ts +73 -0
  353. package/dist-types/commands/PutBucketTaggingCommand.d.ts +118 -0
  354. package/dist-types/commands/PutJobTaggingCommand.d.ts +97 -0
  355. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
  356. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +50 -0
  357. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
  358. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
  359. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +60 -0
  360. package/dist-types/commands/UpdateJobStatusCommand.d.ts +61 -0
  361. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  362. package/{dist/types → dist-types}/index.d.ts +0 -0
  363. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  364. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  365. package/dist-types/pagination/Interfaces.d.ts +6 -0
  366. package/dist-types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
  367. package/dist-types/pagination/ListAccessPointsPaginator.d.ts +4 -0
  368. package/dist-types/pagination/ListJobsPaginator.d.ts +4 -0
  369. package/dist-types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
  370. package/dist-types/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
  371. package/dist-types/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
  372. package/dist-types/protocols/Aws_restXml.d.ts +173 -0
  373. package/dist-types/runtimeConfig.browser.d.ts +42 -0
  374. package/dist-types/runtimeConfig.d.ts +43 -0
  375. package/dist-types/runtimeConfig.native.d.ts +41 -0
  376. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  377. package/dist-types/ts3.4/S3Control.d.ts +1702 -0
  378. package/dist-types/ts3.4/S3ControlClient.d.ts +207 -0
  379. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +65 -0
  380. package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +54 -0
  381. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +84 -0
  382. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +68 -0
  383. package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +68 -0
  384. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +55 -0
  385. package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +53 -0
  386. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +50 -0
  387. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
  388. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +63 -0
  389. package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +63 -0
  390. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +75 -0
  391. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +61 -0
  392. package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +57 -0
  393. package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +67 -0
  394. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +50 -0
  395. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +44 -0
  396. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +44 -0
  397. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +61 -0
  398. package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +61 -0
  399. package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +56 -0
  400. package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
  401. package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +53 -0
  402. package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +48 -0
  403. package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +48 -0
  404. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +35 -0
  405. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +35 -0
  406. package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +65 -0
  407. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +83 -0
  408. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +75 -0
  409. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +73 -0
  410. package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +58 -0
  411. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +62 -0
  412. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +52 -0
  413. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +53 -0
  414. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +50 -0
  415. package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +44 -0
  416. package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +43 -0
  417. package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +58 -0
  418. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +56 -0
  419. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +61 -0
  420. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +64 -0
  421. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +39 -0
  422. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +44 -0
  423. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +43 -0
  424. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +51 -0
  425. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +49 -0
  426. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +57 -0
  427. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +73 -0
  428. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +118 -0
  429. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +97 -0
  430. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +54 -0
  431. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +50 -0
  432. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +42 -0
  433. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +44 -0
  434. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +60 -0
  435. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +61 -0
  436. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  437. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  438. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  439. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  440. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  441. package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
  442. package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +4 -0
  443. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
  444. package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
  445. package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
  446. package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
  447. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +173 -0
  448. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +42 -0
  449. package/dist-types/ts3.4/runtimeConfig.d.ts +43 -0
  450. package/dist-types/ts3.4/runtimeConfig.native.d.ts +41 -0
  451. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  452. package/package.json +57 -57
  453. package/src/S3Control.ts +3381 -0
  454. package/src/S3ControlClient.ts +545 -0
  455. package/src/commands/CreateAccessPointCommand.ts +127 -0
  456. package/src/commands/CreateAccessPointForObjectLambdaCommand.ts +124 -0
  457. package/src/commands/CreateBucketCommand.ts +148 -0
  458. package/src/commands/CreateJobCommand.ts +127 -0
  459. package/src/commands/CreateMultiRegionAccessPointCommand.ts +137 -0
  460. package/src/commands/DeleteAccessPointCommand.ts +117 -0
  461. package/src/commands/DeleteAccessPointForObjectLambdaCommand.ts +121 -0
  462. package/src/commands/DeleteAccessPointPolicyCommand.ts +112 -0
  463. package/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +117 -0
  464. package/src/commands/DeleteBucketCommand.ts +125 -0
  465. package/src/commands/DeleteBucketLifecycleConfigurationCommand.ts +131 -0
  466. package/src/commands/DeleteBucketPolicyCommand.ts +137 -0
  467. package/src/commands/DeleteBucketTaggingCommand.ts +123 -0
  468. package/src/commands/DeleteJobTaggingCommand.ts +119 -0
  469. package/src/commands/DeleteMultiRegionAccessPointCommand.ts +136 -0
  470. package/src/commands/DeletePublicAccessBlockCommand.ts +112 -0
  471. package/src/commands/DeleteStorageLensConfigurationCommand.ts +112 -0
  472. package/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts +118 -0
  473. package/src/commands/DescribeJobCommand.ts +123 -0
  474. package/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts +140 -0
  475. package/src/commands/GetAccessPointCommand.ts +118 -0
  476. package/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +120 -0
  477. package/src/commands/GetAccessPointForObjectLambdaCommand.ts +120 -0
  478. package/src/commands/GetAccessPointPolicyCommand.ts +110 -0
  479. package/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +121 -0
  480. package/src/commands/GetAccessPointPolicyStatusCommand.ts +100 -0
  481. package/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +112 -0
  482. package/src/commands/GetBucketCommand.ts +124 -0
  483. package/src/commands/GetBucketLifecycleConfigurationCommand.ts +153 -0
  484. package/src/commands/GetBucketPolicyCommand.ts +137 -0
  485. package/src/commands/GetBucketTaggingCommand.ts +135 -0
  486. package/src/commands/GetJobTaggingCommand.ts +120 -0
  487. package/src/commands/GetMultiRegionAccessPointCommand.ts +129 -0
  488. package/src/commands/GetMultiRegionAccessPointPolicyCommand.ts +124 -0
  489. package/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +129 -0
  490. package/src/commands/GetPublicAccessBlockCommand.ts +112 -0
  491. package/src/commands/GetStorageLensConfigurationCommand.ts +109 -0
  492. package/src/commands/GetStorageLensConfigurationTaggingCommand.ts +116 -0
  493. package/src/commands/ListAccessPointsCommand.ts +120 -0
  494. package/src/commands/ListAccessPointsForObjectLambdaCommand.ts +126 -0
  495. package/src/commands/ListJobsCommand.ts +120 -0
  496. package/src/commands/ListMultiRegionAccessPointsCommand.ts +131 -0
  497. package/src/commands/ListRegionalBucketsCommand.ts +101 -0
  498. package/src/commands/ListStorageLensConfigurationsCommand.ts +111 -0
  499. package/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +115 -0
  500. package/src/commands/PutAccessPointPolicyCommand.ts +113 -0
  501. package/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +117 -0
  502. package/src/commands/PutBucketLifecycleConfigurationCommand.ts +127 -0
  503. package/src/commands/PutBucketPolicyCommand.ts +137 -0
  504. package/src/commands/PutBucketTaggingCommand.ts +182 -0
  505. package/src/commands/PutJobTaggingCommand.ts +159 -0
  506. package/src/commands/PutMultiRegionAccessPointPolicyCommand.ts +126 -0
  507. package/src/commands/PutPublicAccessBlockCommand.ts +112 -0
  508. package/src/commands/PutStorageLensConfigurationCommand.ts +107 -0
  509. package/src/commands/PutStorageLensConfigurationTaggingCommand.ts +117 -0
  510. package/src/commands/UpdateJobPriorityCommand.ts +122 -0
  511. package/src/commands/UpdateJobStatusCommand.ts +123 -0
  512. package/src/endpoints.ts +175 -0
  513. package/{index.ts → src/index.ts} +0 -0
  514. package/{models → src/models}/index.ts +0 -0
  515. package/{models → src/models}/models_0.ts +0 -0
  516. package/src/pagination/Interfaces.ts +8 -0
  517. package/src/pagination/ListAccessPointsForObjectLambdaPaginator.ts +59 -0
  518. package/src/pagination/ListAccessPointsPaginator.ts +59 -0
  519. package/src/pagination/ListJobsPaginator.ts +55 -0
  520. package/src/pagination/ListMultiRegionAccessPointsPaginator.ts +59 -0
  521. package/src/pagination/ListRegionalBucketsPaginator.ts +59 -0
  522. package/src/pagination/ListStorageLensConfigurationsPaginator.ts +58 -0
  523. package/src/protocols/Aws_restXml.ts +9444 -0
  524. package/src/runtimeConfig.browser.ts +45 -0
  525. package/src/runtimeConfig.native.ts +17 -0
  526. package/src/runtimeConfig.shared.ts +17 -0
  527. package/src/runtimeConfig.ts +50 -0
  528. package/test/S3Control.spec.ts +134 -0
  529. package/tsconfig.es.json +1 -3
  530. package/tsconfig.json +7 -7
  531. package/tsconfig.types.json +9 -0
  532. package/S3Control.spec.ts +0 -133
  533. package/S3Control.ts +0 -3380
  534. package/S3ControlClient.ts +0 -544
  535. package/commands/CreateAccessPointCommand.ts +0 -126
  536. package/commands/CreateAccessPointForObjectLambdaCommand.ts +0 -123
  537. package/commands/CreateBucketCommand.ts +0 -147
  538. package/commands/CreateJobCommand.ts +0 -126
  539. package/commands/CreateMultiRegionAccessPointCommand.ts +0 -136
  540. package/commands/DeleteAccessPointCommand.ts +0 -116
  541. package/commands/DeleteAccessPointForObjectLambdaCommand.ts +0 -120
  542. package/commands/DeleteAccessPointPolicyCommand.ts +0 -111
  543. package/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +0 -116
  544. package/commands/DeleteBucketCommand.ts +0 -124
  545. package/commands/DeleteBucketLifecycleConfigurationCommand.ts +0 -130
  546. package/commands/DeleteBucketPolicyCommand.ts +0 -136
  547. package/commands/DeleteBucketTaggingCommand.ts +0 -122
  548. package/commands/DeleteJobTaggingCommand.ts +0 -118
  549. package/commands/DeleteMultiRegionAccessPointCommand.ts +0 -135
  550. package/commands/DeletePublicAccessBlockCommand.ts +0 -111
  551. package/commands/DeleteStorageLensConfigurationCommand.ts +0 -111
  552. package/commands/DeleteStorageLensConfigurationTaggingCommand.ts +0 -117
  553. package/commands/DescribeJobCommand.ts +0 -122
  554. package/commands/DescribeMultiRegionAccessPointOperationCommand.ts +0 -139
  555. package/commands/GetAccessPointCommand.ts +0 -117
  556. package/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +0 -119
  557. package/commands/GetAccessPointForObjectLambdaCommand.ts +0 -119
  558. package/commands/GetAccessPointPolicyCommand.ts +0 -109
  559. package/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +0 -120
  560. package/commands/GetAccessPointPolicyStatusCommand.ts +0 -99
  561. package/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +0 -111
  562. package/commands/GetBucketCommand.ts +0 -123
  563. package/commands/GetBucketLifecycleConfigurationCommand.ts +0 -152
  564. package/commands/GetBucketPolicyCommand.ts +0 -136
  565. package/commands/GetBucketTaggingCommand.ts +0 -134
  566. package/commands/GetJobTaggingCommand.ts +0 -119
  567. package/commands/GetMultiRegionAccessPointCommand.ts +0 -128
  568. package/commands/GetMultiRegionAccessPointPolicyCommand.ts +0 -123
  569. package/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +0 -128
  570. package/commands/GetPublicAccessBlockCommand.ts +0 -111
  571. package/commands/GetStorageLensConfigurationCommand.ts +0 -108
  572. package/commands/GetStorageLensConfigurationTaggingCommand.ts +0 -115
  573. package/commands/ListAccessPointsCommand.ts +0 -119
  574. package/commands/ListAccessPointsForObjectLambdaCommand.ts +0 -125
  575. package/commands/ListJobsCommand.ts +0 -119
  576. package/commands/ListMultiRegionAccessPointsCommand.ts +0 -130
  577. package/commands/ListRegionalBucketsCommand.ts +0 -100
  578. package/commands/ListStorageLensConfigurationsCommand.ts +0 -110
  579. package/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +0 -114
  580. package/commands/PutAccessPointPolicyCommand.ts +0 -112
  581. package/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +0 -116
  582. package/commands/PutBucketLifecycleConfigurationCommand.ts +0 -126
  583. package/commands/PutBucketPolicyCommand.ts +0 -136
  584. package/commands/PutBucketTaggingCommand.ts +0 -181
  585. package/commands/PutJobTaggingCommand.ts +0 -158
  586. package/commands/PutMultiRegionAccessPointPolicyCommand.ts +0 -125
  587. package/commands/PutPublicAccessBlockCommand.ts +0 -111
  588. package/commands/PutStorageLensConfigurationCommand.ts +0 -106
  589. package/commands/PutStorageLensConfigurationTaggingCommand.ts +0 -116
  590. package/commands/UpdateJobPriorityCommand.ts +0 -121
  591. package/commands/UpdateJobStatusCommand.ts +0 -122
  592. package/dist/cjs/S3Control.js +0 -869
  593. package/dist/cjs/S3Control.js.map +0 -1
  594. package/dist/cjs/S3Control.spec.js +0 -102
  595. package/dist/cjs/S3Control.spec.js.map +0 -1
  596. package/dist/cjs/S3ControlClient.js +0 -49
  597. package/dist/cjs/S3ControlClient.js.map +0 -1
  598. package/dist/cjs/commands/CreateAccessPointCommand.js +0 -93
  599. package/dist/cjs/commands/CreateAccessPointCommand.js.map +0 -1
  600. package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js +0 -82
  601. package/dist/cjs/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
  602. package/dist/cjs/commands/CreateBucketCommand.js +0 -114
  603. package/dist/cjs/commands/CreateBucketCommand.js.map +0 -1
  604. package/dist/cjs/commands/CreateJobCommand.js +0 -96
  605. package/dist/cjs/commands/CreateJobCommand.js.map +0 -1
  606. package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js +0 -98
  607. package/dist/cjs/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
  608. package/dist/cjs/commands/DeleteAccessPointCommand.js +0 -83
  609. package/dist/cjs/commands/DeleteAccessPointCommand.js.map +0 -1
  610. package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -81
  611. package/dist/cjs/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
  612. package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js +0 -78
  613. package/dist/cjs/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
  614. package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -76
  615. package/dist/cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  616. package/dist/cjs/commands/DeleteBucketCommand.js +0 -91
  617. package/dist/cjs/commands/DeleteBucketCommand.js.map +0 -1
  618. package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -91
  619. package/dist/cjs/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
  620. package/dist/cjs/commands/DeleteBucketPolicyCommand.js +0 -103
  621. package/dist/cjs/commands/DeleteBucketPolicyCommand.js.map +0 -1
  622. package/dist/cjs/commands/DeleteBucketTaggingCommand.js +0 -89
  623. package/dist/cjs/commands/DeleteBucketTaggingCommand.js.map +0 -1
  624. package/dist/cjs/commands/DeleteJobTaggingCommand.js +0 -85
  625. package/dist/cjs/commands/DeleteJobTaggingCommand.js.map +0 -1
  626. package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js +0 -97
  627. package/dist/cjs/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
  628. package/dist/cjs/commands/DeletePublicAccessBlockCommand.js +0 -78
  629. package/dist/cjs/commands/DeletePublicAccessBlockCommand.js.map +0 -1
  630. package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js +0 -72
  631. package/dist/cjs/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
  632. package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -72
  633. package/dist/cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
  634. package/dist/cjs/commands/DescribeJobCommand.js +0 -89
  635. package/dist/cjs/commands/DescribeJobCommand.js.map +0 -1
  636. package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -91
  637. package/dist/cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
  638. package/dist/cjs/commands/GetAccessPointCommand.js +0 -84
  639. package/dist/cjs/commands/GetAccessPointCommand.js.map +0 -1
  640. package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -71
  641. package/dist/cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
  642. package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js +0 -81
  643. package/dist/cjs/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
  644. package/dist/cjs/commands/GetAccessPointPolicyCommand.js +0 -76
  645. package/dist/cjs/commands/GetAccessPointPolicyCommand.js.map +0 -1
  646. package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -76
  647. package/dist/cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  648. package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js +0 -63
  649. package/dist/cjs/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
  650. package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -63
  651. package/dist/cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
  652. package/dist/cjs/commands/GetBucketCommand.js +0 -93
  653. package/dist/cjs/commands/GetBucketCommand.js.map +0 -1
  654. package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js +0 -111
  655. package/dist/cjs/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
  656. package/dist/cjs/commands/GetBucketPolicyCommand.js +0 -103
  657. package/dist/cjs/commands/GetBucketPolicyCommand.js.map +0 -1
  658. package/dist/cjs/commands/GetBucketTaggingCommand.js +0 -101
  659. package/dist/cjs/commands/GetBucketTaggingCommand.js.map +0 -1
  660. package/dist/cjs/commands/GetJobTaggingCommand.js +0 -86
  661. package/dist/cjs/commands/GetJobTaggingCommand.js.map +0 -1
  662. package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js +0 -92
  663. package/dist/cjs/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
  664. package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -82
  665. package/dist/cjs/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
  666. package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -83
  667. package/dist/cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
  668. package/dist/cjs/commands/GetPublicAccessBlockCommand.js +0 -78
  669. package/dist/cjs/commands/GetPublicAccessBlockCommand.js.map +0 -1
  670. package/dist/cjs/commands/GetStorageLensConfigurationCommand.js +0 -72
  671. package/dist/cjs/commands/GetStorageLensConfigurationCommand.js.map +0 -1
  672. package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js +0 -71
  673. package/dist/cjs/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
  674. package/dist/cjs/commands/ListAccessPointsCommand.js +0 -86
  675. package/dist/cjs/commands/ListAccessPointsCommand.js.map +0 -1
  676. package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js +0 -84
  677. package/dist/cjs/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
  678. package/dist/cjs/commands/ListJobsCommand.js +0 -89
  679. package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
  680. package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js +0 -94
  681. package/dist/cjs/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
  682. package/dist/cjs/commands/ListRegionalBucketsCommand.js +0 -67
  683. package/dist/cjs/commands/ListRegionalBucketsCommand.js.map +0 -1
  684. package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js +0 -72
  685. package/dist/cjs/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
  686. package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -71
  687. package/dist/cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
  688. package/dist/cjs/commands/PutAccessPointPolicyCommand.js +0 -79
  689. package/dist/cjs/commands/PutAccessPointPolicyCommand.js.map +0 -1
  690. package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -77
  691. package/dist/cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  692. package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js +0 -87
  693. package/dist/cjs/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
  694. package/dist/cjs/commands/PutBucketPolicyCommand.js +0 -103
  695. package/dist/cjs/commands/PutBucketPolicyCommand.js.map +0 -1
  696. package/dist/cjs/commands/PutBucketTaggingCommand.js +0 -148
  697. package/dist/cjs/commands/PutBucketTaggingCommand.js.map +0 -1
  698. package/dist/cjs/commands/PutJobTaggingCommand.js +0 -125
  699. package/dist/cjs/commands/PutJobTaggingCommand.js.map +0 -1
  700. package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -84
  701. package/dist/cjs/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
  702. package/dist/cjs/commands/PutPublicAccessBlockCommand.js +0 -78
  703. package/dist/cjs/commands/PutPublicAccessBlockCommand.js.map +0 -1
  704. package/dist/cjs/commands/PutStorageLensConfigurationCommand.js +0 -70
  705. package/dist/cjs/commands/PutStorageLensConfigurationCommand.js.map +0 -1
  706. package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js +0 -72
  707. package/dist/cjs/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
  708. package/dist/cjs/commands/UpdateJobPriorityCommand.js +0 -88
  709. package/dist/cjs/commands/UpdateJobPriorityCommand.js.map +0 -1
  710. package/dist/cjs/commands/UpdateJobStatusCommand.js +0 -89
  711. package/dist/cjs/commands/UpdateJobStatusCommand.js.map +0 -1
  712. package/dist/cjs/endpoints.js +0 -175
  713. package/dist/cjs/endpoints.js.map +0 -1
  714. package/dist/cjs/index.js +0 -71
  715. package/dist/cjs/index.js.map +0 -1
  716. package/dist/cjs/models/index.js +0 -5
  717. package/dist/cjs/models/index.js.map +0 -1
  718. package/dist/cjs/models/models_0.js.map +0 -1
  719. package/dist/cjs/package.json +0 -103
  720. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  721. package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -46
  722. package/dist/cjs/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
  723. package/dist/cjs/pagination/ListAccessPointsPaginator.js +0 -46
  724. package/dist/cjs/pagination/ListAccessPointsPaginator.js.map +0 -1
  725. package/dist/cjs/pagination/ListJobsPaginator.js +0 -46
  726. package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
  727. package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js +0 -46
  728. package/dist/cjs/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
  729. package/dist/cjs/pagination/ListRegionalBucketsPaginator.js +0 -46
  730. package/dist/cjs/pagination/ListRegionalBucketsPaginator.js.map +0 -1
  731. package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js +0 -45
  732. package/dist/cjs/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
  733. package/dist/cjs/protocols/Aws_restXml.js +0 -8017
  734. package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
  735. package/dist/cjs/runtimeConfig.browser.js +0 -45
  736. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  737. package/dist/cjs/runtimeConfig.js +0 -49
  738. package/dist/cjs/runtimeConfig.js.map +0 -1
  739. package/dist/cjs/runtimeConfig.native.js +0 -20
  740. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  741. package/dist/cjs/runtimeConfig.shared.js +0 -21
  742. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  743. package/dist/es/S3Control.js +0 -872
  744. package/dist/es/S3Control.js.map +0 -1
  745. package/dist/es/S3Control.spec.js +0 -151
  746. package/dist/es/S3Control.spec.js.map +0 -1
  747. package/dist/es/S3ControlClient.js +0 -51
  748. package/dist/es/S3ControlClient.js.map +0 -1
  749. package/dist/es/commands/CreateAccessPointCommand.js +0 -97
  750. package/dist/es/commands/CreateAccessPointCommand.js.map +0 -1
  751. package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js +0 -86
  752. package/dist/es/commands/CreateAccessPointForObjectLambdaCommand.js.map +0 -1
  753. package/dist/es/commands/CreateBucketCommand.js +0 -118
  754. package/dist/es/commands/CreateBucketCommand.js.map +0 -1
  755. package/dist/es/commands/CreateJobCommand.js +0 -100
  756. package/dist/es/commands/CreateJobCommand.js.map +0 -1
  757. package/dist/es/commands/CreateMultiRegionAccessPointCommand.js +0 -102
  758. package/dist/es/commands/CreateMultiRegionAccessPointCommand.js.map +0 -1
  759. package/dist/es/commands/DeleteAccessPointCommand.js +0 -87
  760. package/dist/es/commands/DeleteAccessPointCommand.js.map +0 -1
  761. package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js +0 -85
  762. package/dist/es/commands/DeleteAccessPointForObjectLambdaCommand.js.map +0 -1
  763. package/dist/es/commands/DeleteAccessPointPolicyCommand.js +0 -82
  764. package/dist/es/commands/DeleteAccessPointPolicyCommand.js.map +0 -1
  765. package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +0 -80
  766. package/dist/es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  767. package/dist/es/commands/DeleteBucketCommand.js +0 -95
  768. package/dist/es/commands/DeleteBucketCommand.js.map +0 -1
  769. package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js +0 -95
  770. package/dist/es/commands/DeleteBucketLifecycleConfigurationCommand.js.map +0 -1
  771. package/dist/es/commands/DeleteBucketPolicyCommand.js +0 -107
  772. package/dist/es/commands/DeleteBucketPolicyCommand.js.map +0 -1
  773. package/dist/es/commands/DeleteBucketTaggingCommand.js +0 -93
  774. package/dist/es/commands/DeleteBucketTaggingCommand.js.map +0 -1
  775. package/dist/es/commands/DeleteJobTaggingCommand.js +0 -89
  776. package/dist/es/commands/DeleteJobTaggingCommand.js.map +0 -1
  777. package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js +0 -101
  778. package/dist/es/commands/DeleteMultiRegionAccessPointCommand.js.map +0 -1
  779. package/dist/es/commands/DeletePublicAccessBlockCommand.js +0 -82
  780. package/dist/es/commands/DeletePublicAccessBlockCommand.js.map +0 -1
  781. package/dist/es/commands/DeleteStorageLensConfigurationCommand.js +0 -76
  782. package/dist/es/commands/DeleteStorageLensConfigurationCommand.js.map +0 -1
  783. package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js +0 -76
  784. package/dist/es/commands/DeleteStorageLensConfigurationTaggingCommand.js.map +0 -1
  785. package/dist/es/commands/DescribeJobCommand.js +0 -93
  786. package/dist/es/commands/DescribeJobCommand.js.map +0 -1
  787. package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js +0 -95
  788. package/dist/es/commands/DescribeMultiRegionAccessPointOperationCommand.js.map +0 -1
  789. package/dist/es/commands/GetAccessPointCommand.js +0 -88
  790. package/dist/es/commands/GetAccessPointCommand.js.map +0 -1
  791. package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +0 -75
  792. package/dist/es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
  793. package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js +0 -85
  794. package/dist/es/commands/GetAccessPointForObjectLambdaCommand.js.map +0 -1
  795. package/dist/es/commands/GetAccessPointPolicyCommand.js +0 -80
  796. package/dist/es/commands/GetAccessPointPolicyCommand.js.map +0 -1
  797. package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +0 -80
  798. package/dist/es/commands/GetAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  799. package/dist/es/commands/GetAccessPointPolicyStatusCommand.js +0 -67
  800. package/dist/es/commands/GetAccessPointPolicyStatusCommand.js.map +0 -1
  801. package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +0 -67
  802. package/dist/es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js.map +0 -1
  803. package/dist/es/commands/GetBucketCommand.js +0 -97
  804. package/dist/es/commands/GetBucketCommand.js.map +0 -1
  805. package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js +0 -115
  806. package/dist/es/commands/GetBucketLifecycleConfigurationCommand.js.map +0 -1
  807. package/dist/es/commands/GetBucketPolicyCommand.js +0 -107
  808. package/dist/es/commands/GetBucketPolicyCommand.js.map +0 -1
  809. package/dist/es/commands/GetBucketTaggingCommand.js +0 -105
  810. package/dist/es/commands/GetBucketTaggingCommand.js.map +0 -1
  811. package/dist/es/commands/GetJobTaggingCommand.js +0 -90
  812. package/dist/es/commands/GetJobTaggingCommand.js.map +0 -1
  813. package/dist/es/commands/GetMultiRegionAccessPointCommand.js +0 -96
  814. package/dist/es/commands/GetMultiRegionAccessPointCommand.js.map +0 -1
  815. package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js +0 -86
  816. package/dist/es/commands/GetMultiRegionAccessPointPolicyCommand.js.map +0 -1
  817. package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +0 -87
  818. package/dist/es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js.map +0 -1
  819. package/dist/es/commands/GetPublicAccessBlockCommand.js +0 -82
  820. package/dist/es/commands/GetPublicAccessBlockCommand.js.map +0 -1
  821. package/dist/es/commands/GetStorageLensConfigurationCommand.js +0 -76
  822. package/dist/es/commands/GetStorageLensConfigurationCommand.js.map +0 -1
  823. package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js +0 -75
  824. package/dist/es/commands/GetStorageLensConfigurationTaggingCommand.js.map +0 -1
  825. package/dist/es/commands/ListAccessPointsCommand.js +0 -90
  826. package/dist/es/commands/ListAccessPointsCommand.js.map +0 -1
  827. package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js +0 -88
  828. package/dist/es/commands/ListAccessPointsForObjectLambdaCommand.js.map +0 -1
  829. package/dist/es/commands/ListJobsCommand.js +0 -93
  830. package/dist/es/commands/ListJobsCommand.js.map +0 -1
  831. package/dist/es/commands/ListMultiRegionAccessPointsCommand.js +0 -98
  832. package/dist/es/commands/ListMultiRegionAccessPointsCommand.js.map +0 -1
  833. package/dist/es/commands/ListRegionalBucketsCommand.js +0 -71
  834. package/dist/es/commands/ListRegionalBucketsCommand.js.map +0 -1
  835. package/dist/es/commands/ListStorageLensConfigurationsCommand.js +0 -76
  836. package/dist/es/commands/ListStorageLensConfigurationsCommand.js.map +0 -1
  837. package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +0 -75
  838. package/dist/es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js.map +0 -1
  839. package/dist/es/commands/PutAccessPointPolicyCommand.js +0 -83
  840. package/dist/es/commands/PutAccessPointPolicyCommand.js.map +0 -1
  841. package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +0 -81
  842. package/dist/es/commands/PutAccessPointPolicyForObjectLambdaCommand.js.map +0 -1
  843. package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js +0 -91
  844. package/dist/es/commands/PutBucketLifecycleConfigurationCommand.js.map +0 -1
  845. package/dist/es/commands/PutBucketPolicyCommand.js +0 -107
  846. package/dist/es/commands/PutBucketPolicyCommand.js.map +0 -1
  847. package/dist/es/commands/PutBucketTaggingCommand.js +0 -152
  848. package/dist/es/commands/PutBucketTaggingCommand.js.map +0 -1
  849. package/dist/es/commands/PutJobTaggingCommand.js +0 -129
  850. package/dist/es/commands/PutJobTaggingCommand.js.map +0 -1
  851. package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js +0 -88
  852. package/dist/es/commands/PutMultiRegionAccessPointPolicyCommand.js.map +0 -1
  853. package/dist/es/commands/PutPublicAccessBlockCommand.js +0 -82
  854. package/dist/es/commands/PutPublicAccessBlockCommand.js.map +0 -1
  855. package/dist/es/commands/PutStorageLensConfigurationCommand.js +0 -74
  856. package/dist/es/commands/PutStorageLensConfigurationCommand.js.map +0 -1
  857. package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js +0 -76
  858. package/dist/es/commands/PutStorageLensConfigurationTaggingCommand.js.map +0 -1
  859. package/dist/es/commands/UpdateJobPriorityCommand.js +0 -92
  860. package/dist/es/commands/UpdateJobPriorityCommand.js.map +0 -1
  861. package/dist/es/commands/UpdateJobStatusCommand.js +0 -93
  862. package/dist/es/commands/UpdateJobStatusCommand.js.map +0 -1
  863. package/dist/es/endpoints.js +0 -171
  864. package/dist/es/endpoints.js.map +0 -1
  865. package/dist/es/index.js.map +0 -1
  866. package/dist/es/models/index.js.map +0 -1
  867. package/dist/es/models/models_0.js +0 -1473
  868. package/dist/es/models/models_0.js.map +0 -1
  869. package/dist/es/package.json +0 -103
  870. package/dist/es/pagination/Interfaces.js.map +0 -1
  871. package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js +0 -87
  872. package/dist/es/pagination/ListAccessPointsForObjectLambdaPaginator.js.map +0 -1
  873. package/dist/es/pagination/ListAccessPointsPaginator.js +0 -87
  874. package/dist/es/pagination/ListAccessPointsPaginator.js.map +0 -1
  875. package/dist/es/pagination/ListJobsPaginator.js +0 -87
  876. package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
  877. package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js +0 -87
  878. package/dist/es/pagination/ListMultiRegionAccessPointsPaginator.js.map +0 -1
  879. package/dist/es/pagination/ListRegionalBucketsPaginator.js +0 -87
  880. package/dist/es/pagination/ListRegionalBucketsPaginator.js.map +0 -1
  881. package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js +0 -86
  882. package/dist/es/pagination/ListStorageLensConfigurationsPaginator.js.map +0 -1
  883. package/dist/es/protocols/Aws_restXml.js +0 -8845
  884. package/dist/es/protocols/Aws_restXml.js.map +0 -1
  885. package/dist/es/runtimeConfig.browser.js +0 -22
  886. package/dist/es/runtimeConfig.browser.js.map +0 -1
  887. package/dist/es/runtimeConfig.js +0 -26
  888. package/dist/es/runtimeConfig.js.map +0 -1
  889. package/dist/es/runtimeConfig.native.js +0 -12
  890. package/dist/es/runtimeConfig.native.js.map +0 -1
  891. package/dist/es/runtimeConfig.shared.js +0 -17
  892. package/dist/es/runtimeConfig.shared.js.map +0 -1
  893. package/dist/types/S3Control.d.ts +0 -1702
  894. package/dist/types/S3Control.spec.d.ts +0 -1
  895. package/dist/types/S3ControlClient.d.ts +0 -207
  896. package/dist/types/commands/CreateAccessPointCommand.d.ts +0 -65
  897. package/dist/types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
  898. package/dist/types/commands/CreateBucketCommand.d.ts +0 -84
  899. package/dist/types/commands/CreateJobCommand.d.ts +0 -68
  900. package/dist/types/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
  901. package/dist/types/commands/DeleteAccessPointCommand.d.ts +0 -55
  902. package/dist/types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
  903. package/dist/types/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
  904. package/dist/types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
  905. package/dist/types/commands/DeleteBucketCommand.d.ts +0 -63
  906. package/dist/types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
  907. package/dist/types/commands/DeleteBucketPolicyCommand.d.ts +0 -75
  908. package/dist/types/commands/DeleteBucketTaggingCommand.d.ts +0 -61
  909. package/dist/types/commands/DeleteJobTaggingCommand.d.ts +0 -57
  910. package/dist/types/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
  911. package/dist/types/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
  912. package/dist/types/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
  913. package/dist/types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
  914. package/dist/types/commands/DescribeJobCommand.d.ts +0 -61
  915. package/dist/types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
  916. package/dist/types/commands/GetAccessPointCommand.d.ts +0 -56
  917. package/dist/types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
  918. package/dist/types/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
  919. package/dist/types/commands/GetAccessPointPolicyCommand.d.ts +0 -48
  920. package/dist/types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
  921. package/dist/types/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
  922. package/dist/types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
  923. package/dist/types/commands/GetBucketCommand.d.ts +0 -65
  924. package/dist/types/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
  925. package/dist/types/commands/GetBucketPolicyCommand.d.ts +0 -75
  926. package/dist/types/commands/GetBucketTaggingCommand.d.ts +0 -73
  927. package/dist/types/commands/GetJobTaggingCommand.d.ts +0 -58
  928. package/dist/types/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
  929. package/dist/types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
  930. package/dist/types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
  931. package/dist/types/commands/GetPublicAccessBlockCommand.d.ts +0 -50
  932. package/dist/types/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
  933. package/dist/types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
  934. package/dist/types/commands/ListAccessPointsCommand.d.ts +0 -58
  935. package/dist/types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
  936. package/dist/types/commands/ListJobsCommand.d.ts +0 -61
  937. package/dist/types/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
  938. package/dist/types/commands/ListRegionalBucketsCommand.d.ts +0 -39
  939. package/dist/types/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
  940. package/dist/types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
  941. package/dist/types/commands/PutAccessPointPolicyCommand.d.ts +0 -51
  942. package/dist/types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
  943. package/dist/types/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
  944. package/dist/types/commands/PutBucketPolicyCommand.d.ts +0 -73
  945. package/dist/types/commands/PutBucketTaggingCommand.d.ts +0 -118
  946. package/dist/types/commands/PutJobTaggingCommand.d.ts +0 -97
  947. package/dist/types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
  948. package/dist/types/commands/PutPublicAccessBlockCommand.d.ts +0 -50
  949. package/dist/types/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
  950. package/dist/types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
  951. package/dist/types/commands/UpdateJobPriorityCommand.d.ts +0 -60
  952. package/dist/types/commands/UpdateJobStatusCommand.d.ts +0 -61
  953. package/dist/types/pagination/Interfaces.d.ts +0 -6
  954. package/dist/types/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
  955. package/dist/types/pagination/ListAccessPointsPaginator.d.ts +0 -4
  956. package/dist/types/pagination/ListJobsPaginator.d.ts +0 -4
  957. package/dist/types/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
  958. package/dist/types/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
  959. package/dist/types/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
  960. package/dist/types/protocols/Aws_restXml.d.ts +0 -173
  961. package/dist/types/runtimeConfig.browser.d.ts +0 -41
  962. package/dist/types/runtimeConfig.d.ts +0 -42
  963. package/dist/types/runtimeConfig.native.d.ts +0 -40
  964. package/dist/types/ts3.4/S3Control.d.ts +0 -1702
  965. package/dist/types/ts3.4/S3Control.spec.d.ts +0 -1
  966. package/dist/types/ts3.4/S3ControlClient.d.ts +0 -207
  967. package/dist/types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -65
  968. package/dist/types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +0 -54
  969. package/dist/types/ts3.4/commands/CreateBucketCommand.d.ts +0 -84
  970. package/dist/types/ts3.4/commands/CreateJobCommand.d.ts +0 -68
  971. package/dist/types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +0 -68
  972. package/dist/types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -55
  973. package/dist/types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +0 -53
  974. package/dist/types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +0 -50
  975. package/dist/types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
  976. package/dist/types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -63
  977. package/dist/types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +0 -63
  978. package/dist/types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +0 -75
  979. package/dist/types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +0 -61
  980. package/dist/types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +0 -57
  981. package/dist/types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +0 -67
  982. package/dist/types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +0 -50
  983. package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +0 -44
  984. package/dist/types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +0 -44
  985. package/dist/types/ts3.4/commands/DescribeJobCommand.d.ts +0 -61
  986. package/dist/types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +0 -61
  987. package/dist/types/ts3.4/commands/GetAccessPointCommand.d.ts +0 -56
  988. package/dist/types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
  989. package/dist/types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +0 -53
  990. package/dist/types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +0 -48
  991. package/dist/types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +0 -48
  992. package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +0 -35
  993. package/dist/types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +0 -35
  994. package/dist/types/ts3.4/commands/GetBucketCommand.d.ts +0 -65
  995. package/dist/types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +0 -83
  996. package/dist/types/ts3.4/commands/GetBucketPolicyCommand.d.ts +0 -75
  997. package/dist/types/ts3.4/commands/GetBucketTaggingCommand.d.ts +0 -73
  998. package/dist/types/ts3.4/commands/GetJobTaggingCommand.d.ts +0 -58
  999. package/dist/types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +0 -62
  1000. package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +0 -52
  1001. package/dist/types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +0 -53
  1002. package/dist/types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +0 -50
  1003. package/dist/types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +0 -44
  1004. package/dist/types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +0 -43
  1005. package/dist/types/ts3.4/commands/ListAccessPointsCommand.d.ts +0 -58
  1006. package/dist/types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +0 -56
  1007. package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -61
  1008. package/dist/types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +0 -64
  1009. package/dist/types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +0 -39
  1010. package/dist/types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +0 -44
  1011. package/dist/types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +0 -43
  1012. package/dist/types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +0 -51
  1013. package/dist/types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +0 -49
  1014. package/dist/types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +0 -57
  1015. package/dist/types/ts3.4/commands/PutBucketPolicyCommand.d.ts +0 -73
  1016. package/dist/types/ts3.4/commands/PutBucketTaggingCommand.d.ts +0 -118
  1017. package/dist/types/ts3.4/commands/PutJobTaggingCommand.d.ts +0 -97
  1018. package/dist/types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +0 -54
  1019. package/dist/types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +0 -50
  1020. package/dist/types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +0 -42
  1021. package/dist/types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +0 -44
  1022. package/dist/types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +0 -60
  1023. package/dist/types/ts3.4/commands/UpdateJobStatusCommand.d.ts +0 -61
  1024. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1025. package/dist/types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +0 -4
  1026. package/dist/types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +0 -4
  1027. package/dist/types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
  1028. package/dist/types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +0 -4
  1029. package/dist/types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +0 -4
  1030. package/dist/types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +0 -4
  1031. package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -173
  1032. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -41
  1033. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -42
  1034. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -40
  1035. package/endpoints.ts +0 -175
  1036. package/pagination/Interfaces.ts +0 -7
  1037. package/pagination/ListAccessPointsForObjectLambdaPaginator.ts +0 -58
  1038. package/pagination/ListAccessPointsPaginator.ts +0 -58
  1039. package/pagination/ListJobsPaginator.ts +0 -54
  1040. package/pagination/ListMultiRegionAccessPointsPaginator.ts +0 -58
  1041. package/pagination/ListRegionalBucketsPaginator.ts +0 -58
  1042. package/pagination/ListStorageLensConfigurationsPaginator.ts +0 -57
  1043. package/protocols/Aws_restXml.ts +0 -9443
  1044. package/runtimeConfig.browser.ts +0 -44
  1045. package/runtimeConfig.native.ts +0 -16
  1046. package/runtimeConfig.shared.ts +0 -16
  1047. package/runtimeConfig.ts +0 -49
@@ -0,0 +1,3381 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+
3
+ import {
4
+ CreateAccessPointCommand,
5
+ CreateAccessPointCommandInput,
6
+ CreateAccessPointCommandOutput,
7
+ } from "./commands/CreateAccessPointCommand";
8
+ import {
9
+ CreateAccessPointForObjectLambdaCommand,
10
+ CreateAccessPointForObjectLambdaCommandInput,
11
+ CreateAccessPointForObjectLambdaCommandOutput,
12
+ } from "./commands/CreateAccessPointForObjectLambdaCommand";
13
+ import {
14
+ CreateBucketCommand,
15
+ CreateBucketCommandInput,
16
+ CreateBucketCommandOutput,
17
+ } from "./commands/CreateBucketCommand";
18
+ import { CreateJobCommand, CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
19
+ import {
20
+ CreateMultiRegionAccessPointCommand,
21
+ CreateMultiRegionAccessPointCommandInput,
22
+ CreateMultiRegionAccessPointCommandOutput,
23
+ } from "./commands/CreateMultiRegionAccessPointCommand";
24
+ import {
25
+ DeleteAccessPointCommand,
26
+ DeleteAccessPointCommandInput,
27
+ DeleteAccessPointCommandOutput,
28
+ } from "./commands/DeleteAccessPointCommand";
29
+ import {
30
+ DeleteAccessPointForObjectLambdaCommand,
31
+ DeleteAccessPointForObjectLambdaCommandInput,
32
+ DeleteAccessPointForObjectLambdaCommandOutput,
33
+ } from "./commands/DeleteAccessPointForObjectLambdaCommand";
34
+ import {
35
+ DeleteAccessPointPolicyCommand,
36
+ DeleteAccessPointPolicyCommandInput,
37
+ DeleteAccessPointPolicyCommandOutput,
38
+ } from "./commands/DeleteAccessPointPolicyCommand";
39
+ import {
40
+ DeleteAccessPointPolicyForObjectLambdaCommand,
41
+ DeleteAccessPointPolicyForObjectLambdaCommandInput,
42
+ DeleteAccessPointPolicyForObjectLambdaCommandOutput,
43
+ } from "./commands/DeleteAccessPointPolicyForObjectLambdaCommand";
44
+ import {
45
+ DeleteBucketCommand,
46
+ DeleteBucketCommandInput,
47
+ DeleteBucketCommandOutput,
48
+ } from "./commands/DeleteBucketCommand";
49
+ import {
50
+ DeleteBucketLifecycleConfigurationCommand,
51
+ DeleteBucketLifecycleConfigurationCommandInput,
52
+ DeleteBucketLifecycleConfigurationCommandOutput,
53
+ } from "./commands/DeleteBucketLifecycleConfigurationCommand";
54
+ import {
55
+ DeleteBucketPolicyCommand,
56
+ DeleteBucketPolicyCommandInput,
57
+ DeleteBucketPolicyCommandOutput,
58
+ } from "./commands/DeleteBucketPolicyCommand";
59
+ import {
60
+ DeleteBucketTaggingCommand,
61
+ DeleteBucketTaggingCommandInput,
62
+ DeleteBucketTaggingCommandOutput,
63
+ } from "./commands/DeleteBucketTaggingCommand";
64
+ import {
65
+ DeleteJobTaggingCommand,
66
+ DeleteJobTaggingCommandInput,
67
+ DeleteJobTaggingCommandOutput,
68
+ } from "./commands/DeleteJobTaggingCommand";
69
+ import {
70
+ DeleteMultiRegionAccessPointCommand,
71
+ DeleteMultiRegionAccessPointCommandInput,
72
+ DeleteMultiRegionAccessPointCommandOutput,
73
+ } from "./commands/DeleteMultiRegionAccessPointCommand";
74
+ import {
75
+ DeletePublicAccessBlockCommand,
76
+ DeletePublicAccessBlockCommandInput,
77
+ DeletePublicAccessBlockCommandOutput,
78
+ } from "./commands/DeletePublicAccessBlockCommand";
79
+ import {
80
+ DeleteStorageLensConfigurationCommand,
81
+ DeleteStorageLensConfigurationCommandInput,
82
+ DeleteStorageLensConfigurationCommandOutput,
83
+ } from "./commands/DeleteStorageLensConfigurationCommand";
84
+ import {
85
+ DeleteStorageLensConfigurationTaggingCommand,
86
+ DeleteStorageLensConfigurationTaggingCommandInput,
87
+ DeleteStorageLensConfigurationTaggingCommandOutput,
88
+ } from "./commands/DeleteStorageLensConfigurationTaggingCommand";
89
+ import { DescribeJobCommand, DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
90
+ import {
91
+ DescribeMultiRegionAccessPointOperationCommand,
92
+ DescribeMultiRegionAccessPointOperationCommandInput,
93
+ DescribeMultiRegionAccessPointOperationCommandOutput,
94
+ } from "./commands/DescribeMultiRegionAccessPointOperationCommand";
95
+ import {
96
+ GetAccessPointCommand,
97
+ GetAccessPointCommandInput,
98
+ GetAccessPointCommandOutput,
99
+ } from "./commands/GetAccessPointCommand";
100
+ import {
101
+ GetAccessPointConfigurationForObjectLambdaCommand,
102
+ GetAccessPointConfigurationForObjectLambdaCommandInput,
103
+ GetAccessPointConfigurationForObjectLambdaCommandOutput,
104
+ } from "./commands/GetAccessPointConfigurationForObjectLambdaCommand";
105
+ import {
106
+ GetAccessPointForObjectLambdaCommand,
107
+ GetAccessPointForObjectLambdaCommandInput,
108
+ GetAccessPointForObjectLambdaCommandOutput,
109
+ } from "./commands/GetAccessPointForObjectLambdaCommand";
110
+ import {
111
+ GetAccessPointPolicyCommand,
112
+ GetAccessPointPolicyCommandInput,
113
+ GetAccessPointPolicyCommandOutput,
114
+ } from "./commands/GetAccessPointPolicyCommand";
115
+ import {
116
+ GetAccessPointPolicyForObjectLambdaCommand,
117
+ GetAccessPointPolicyForObjectLambdaCommandInput,
118
+ GetAccessPointPolicyForObjectLambdaCommandOutput,
119
+ } from "./commands/GetAccessPointPolicyForObjectLambdaCommand";
120
+ import {
121
+ GetAccessPointPolicyStatusCommand,
122
+ GetAccessPointPolicyStatusCommandInput,
123
+ GetAccessPointPolicyStatusCommandOutput,
124
+ } from "./commands/GetAccessPointPolicyStatusCommand";
125
+ import {
126
+ GetAccessPointPolicyStatusForObjectLambdaCommand,
127
+ GetAccessPointPolicyStatusForObjectLambdaCommandInput,
128
+ GetAccessPointPolicyStatusForObjectLambdaCommandOutput,
129
+ } from "./commands/GetAccessPointPolicyStatusForObjectLambdaCommand";
130
+ import { GetBucketCommand, GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
131
+ import {
132
+ GetBucketLifecycleConfigurationCommand,
133
+ GetBucketLifecycleConfigurationCommandInput,
134
+ GetBucketLifecycleConfigurationCommandOutput,
135
+ } from "./commands/GetBucketLifecycleConfigurationCommand";
136
+ import {
137
+ GetBucketPolicyCommand,
138
+ GetBucketPolicyCommandInput,
139
+ GetBucketPolicyCommandOutput,
140
+ } from "./commands/GetBucketPolicyCommand";
141
+ import {
142
+ GetBucketTaggingCommand,
143
+ GetBucketTaggingCommandInput,
144
+ GetBucketTaggingCommandOutput,
145
+ } from "./commands/GetBucketTaggingCommand";
146
+ import {
147
+ GetJobTaggingCommand,
148
+ GetJobTaggingCommandInput,
149
+ GetJobTaggingCommandOutput,
150
+ } from "./commands/GetJobTaggingCommand";
151
+ import {
152
+ GetMultiRegionAccessPointCommand,
153
+ GetMultiRegionAccessPointCommandInput,
154
+ GetMultiRegionAccessPointCommandOutput,
155
+ } from "./commands/GetMultiRegionAccessPointCommand";
156
+ import {
157
+ GetMultiRegionAccessPointPolicyCommand,
158
+ GetMultiRegionAccessPointPolicyCommandInput,
159
+ GetMultiRegionAccessPointPolicyCommandOutput,
160
+ } from "./commands/GetMultiRegionAccessPointPolicyCommand";
161
+ import {
162
+ GetMultiRegionAccessPointPolicyStatusCommand,
163
+ GetMultiRegionAccessPointPolicyStatusCommandInput,
164
+ GetMultiRegionAccessPointPolicyStatusCommandOutput,
165
+ } from "./commands/GetMultiRegionAccessPointPolicyStatusCommand";
166
+ import {
167
+ GetPublicAccessBlockCommand,
168
+ GetPublicAccessBlockCommandInput,
169
+ GetPublicAccessBlockCommandOutput,
170
+ } from "./commands/GetPublicAccessBlockCommand";
171
+ import {
172
+ GetStorageLensConfigurationCommand,
173
+ GetStorageLensConfigurationCommandInput,
174
+ GetStorageLensConfigurationCommandOutput,
175
+ } from "./commands/GetStorageLensConfigurationCommand";
176
+ import {
177
+ GetStorageLensConfigurationTaggingCommand,
178
+ GetStorageLensConfigurationTaggingCommandInput,
179
+ GetStorageLensConfigurationTaggingCommandOutput,
180
+ } from "./commands/GetStorageLensConfigurationTaggingCommand";
181
+ import {
182
+ ListAccessPointsCommand,
183
+ ListAccessPointsCommandInput,
184
+ ListAccessPointsCommandOutput,
185
+ } from "./commands/ListAccessPointsCommand";
186
+ import {
187
+ ListAccessPointsForObjectLambdaCommand,
188
+ ListAccessPointsForObjectLambdaCommandInput,
189
+ ListAccessPointsForObjectLambdaCommandOutput,
190
+ } from "./commands/ListAccessPointsForObjectLambdaCommand";
191
+ import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
192
+ import {
193
+ ListMultiRegionAccessPointsCommand,
194
+ ListMultiRegionAccessPointsCommandInput,
195
+ ListMultiRegionAccessPointsCommandOutput,
196
+ } from "./commands/ListMultiRegionAccessPointsCommand";
197
+ import {
198
+ ListRegionalBucketsCommand,
199
+ ListRegionalBucketsCommandInput,
200
+ ListRegionalBucketsCommandOutput,
201
+ } from "./commands/ListRegionalBucketsCommand";
202
+ import {
203
+ ListStorageLensConfigurationsCommand,
204
+ ListStorageLensConfigurationsCommandInput,
205
+ ListStorageLensConfigurationsCommandOutput,
206
+ } from "./commands/ListStorageLensConfigurationsCommand";
207
+ import {
208
+ PutAccessPointConfigurationForObjectLambdaCommand,
209
+ PutAccessPointConfigurationForObjectLambdaCommandInput,
210
+ PutAccessPointConfigurationForObjectLambdaCommandOutput,
211
+ } from "./commands/PutAccessPointConfigurationForObjectLambdaCommand";
212
+ import {
213
+ PutAccessPointPolicyCommand,
214
+ PutAccessPointPolicyCommandInput,
215
+ PutAccessPointPolicyCommandOutput,
216
+ } from "./commands/PutAccessPointPolicyCommand";
217
+ import {
218
+ PutAccessPointPolicyForObjectLambdaCommand,
219
+ PutAccessPointPolicyForObjectLambdaCommandInput,
220
+ PutAccessPointPolicyForObjectLambdaCommandOutput,
221
+ } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
222
+ import {
223
+ PutBucketLifecycleConfigurationCommand,
224
+ PutBucketLifecycleConfigurationCommandInput,
225
+ PutBucketLifecycleConfigurationCommandOutput,
226
+ } from "./commands/PutBucketLifecycleConfigurationCommand";
227
+ import {
228
+ PutBucketPolicyCommand,
229
+ PutBucketPolicyCommandInput,
230
+ PutBucketPolicyCommandOutput,
231
+ } from "./commands/PutBucketPolicyCommand";
232
+ import {
233
+ PutBucketTaggingCommand,
234
+ PutBucketTaggingCommandInput,
235
+ PutBucketTaggingCommandOutput,
236
+ } from "./commands/PutBucketTaggingCommand";
237
+ import {
238
+ PutJobTaggingCommand,
239
+ PutJobTaggingCommandInput,
240
+ PutJobTaggingCommandOutput,
241
+ } from "./commands/PutJobTaggingCommand";
242
+ import {
243
+ PutMultiRegionAccessPointPolicyCommand,
244
+ PutMultiRegionAccessPointPolicyCommandInput,
245
+ PutMultiRegionAccessPointPolicyCommandOutput,
246
+ } from "./commands/PutMultiRegionAccessPointPolicyCommand";
247
+ import {
248
+ PutPublicAccessBlockCommand,
249
+ PutPublicAccessBlockCommandInput,
250
+ PutPublicAccessBlockCommandOutput,
251
+ } from "./commands/PutPublicAccessBlockCommand";
252
+ import {
253
+ PutStorageLensConfigurationCommand,
254
+ PutStorageLensConfigurationCommandInput,
255
+ PutStorageLensConfigurationCommandOutput,
256
+ } from "./commands/PutStorageLensConfigurationCommand";
257
+ import {
258
+ PutStorageLensConfigurationTaggingCommand,
259
+ PutStorageLensConfigurationTaggingCommandInput,
260
+ PutStorageLensConfigurationTaggingCommandOutput,
261
+ } from "./commands/PutStorageLensConfigurationTaggingCommand";
262
+ import {
263
+ UpdateJobPriorityCommand,
264
+ UpdateJobPriorityCommandInput,
265
+ UpdateJobPriorityCommandOutput,
266
+ } from "./commands/UpdateJobPriorityCommand";
267
+ import {
268
+ UpdateJobStatusCommand,
269
+ UpdateJobStatusCommandInput,
270
+ UpdateJobStatusCommandOutput,
271
+ } from "./commands/UpdateJobStatusCommand";
272
+ import { S3ControlClient } from "./S3ControlClient";
273
+
274
+ /**
275
+ * <p>
276
+ * Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
277
+ *
278
+ * </p>
279
+ */
280
+ export class S3Control extends S3ControlClient {
281
+ /**
282
+ * <p>Creates an access point and associates it with the specified bucket. For more information, see
283
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing Data Access with Amazon S3 Access
284
+ * Points</a> in the <i>Amazon S3 User Guide</i>.</p>
285
+ * <p></p>
286
+ * <note>
287
+ * <p>S3 on Outposts only supports VPC-style access points.
288
+ * </p>
289
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
290
+ * Accessing Amazon S3 on Outposts using virtual private cloud (VPC) only access points</a> in
291
+ * the <i>Amazon S3 User Guide</i>.</p>
292
+ * </note>
293
+ * <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>
294
+ * <p></p>
295
+ * <p>The following actions are related to <code>CreateAccessPoint</code>:</p>
296
+ * <ul>
297
+ * <li>
298
+ * <p>
299
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
300
+ * </p>
301
+ * </li>
302
+ * <li>
303
+ * <p>
304
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
305
+ * </p>
306
+ * </li>
307
+ * <li>
308
+ * <p>
309
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
310
+ * </p>
311
+ * </li>
312
+ * </ul>
313
+ */
314
+ public createAccessPoint(
315
+ args: CreateAccessPointCommandInput,
316
+ options?: __HttpHandlerOptions
317
+ ): Promise<CreateAccessPointCommandOutput>;
318
+ public createAccessPoint(
319
+ args: CreateAccessPointCommandInput,
320
+ cb: (err: any, data?: CreateAccessPointCommandOutput) => void
321
+ ): void;
322
+ public createAccessPoint(
323
+ args: CreateAccessPointCommandInput,
324
+ options: __HttpHandlerOptions,
325
+ cb: (err: any, data?: CreateAccessPointCommandOutput) => void
326
+ ): void;
327
+ public createAccessPoint(
328
+ args: CreateAccessPointCommandInput,
329
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAccessPointCommandOutput) => void),
330
+ cb?: (err: any, data?: CreateAccessPointCommandOutput) => void
331
+ ): Promise<CreateAccessPointCommandOutput> | void {
332
+ const command = new CreateAccessPointCommand(args);
333
+ if (typeof optionsOrCb === "function") {
334
+ this.send(command, optionsOrCb);
335
+ } else if (typeof cb === "function") {
336
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
337
+ this.send(command, optionsOrCb || {}, cb);
338
+ } else {
339
+ return this.send(command, optionsOrCb);
340
+ }
341
+ }
342
+
343
+ /**
344
+ * <p>Creates an Object Lambda Access Point. For more information, see
345
+ * <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>
346
+ * <p>The following actions are related to <code>CreateAccessPointForObjectLambda</code>:</p>
347
+ * <ul>
348
+ * <li>
349
+ * <p>
350
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html">DeleteAccessPointForObjectLambda</a>
351
+ * </p>
352
+ * </li>
353
+ * <li>
354
+ * <p>
355
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html">GetAccessPointForObjectLambda</a>
356
+ * </p>
357
+ * </li>
358
+ * <li>
359
+ * <p>
360
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html">ListAccessPointsForObjectLambda</a>
361
+ * </p>
362
+ * </li>
363
+ * </ul>
364
+ */
365
+ public createAccessPointForObjectLambda(
366
+ args: CreateAccessPointForObjectLambdaCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<CreateAccessPointForObjectLambdaCommandOutput>;
369
+ public createAccessPointForObjectLambda(
370
+ args: CreateAccessPointForObjectLambdaCommandInput,
371
+ cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void
372
+ ): void;
373
+ public createAccessPointForObjectLambda(
374
+ args: CreateAccessPointForObjectLambdaCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void
377
+ ): void;
378
+ public createAccessPointForObjectLambda(
379
+ args: CreateAccessPointForObjectLambdaCommandInput,
380
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void),
381
+ cb?: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void
382
+ ): Promise<CreateAccessPointForObjectLambdaCommandOutput> | void {
383
+ const command = new CreateAccessPointForObjectLambdaCommand(args);
384
+ if (typeof optionsOrCb === "function") {
385
+ this.send(command, optionsOrCb);
386
+ } else if (typeof cb === "function") {
387
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
388
+ this.send(command, optionsOrCb || {}, cb);
389
+ } else {
390
+ return this.send(command, optionsOrCb);
391
+ }
392
+ }
393
+
394
+ /**
395
+ * <note>
396
+ * <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>.
397
+ * </p>
398
+ * </note>
399
+ * <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.
400
+ * 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>
401
+ * <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>
402
+ * <p>S3 on Outposts buckets support:</p>
403
+ * <ul>
404
+ * <li>
405
+ * <p>Tags</p>
406
+ * </li>
407
+ * <li>
408
+ * <p>LifecycleConfigurations for deleting expired objects</p>
409
+ * </li>
410
+ * </ul>
411
+ * <p>For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts,
412
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OnOutpostsRestrictionsLimitations.html">
413
+ * Amazon S3 on Outposts Restrictions and Limitations</a>.</p>
414
+ * <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts
415
+ * 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>
416
+ *
417
+ * <p>The following actions are related to <code>CreateBucket</code> for Amazon S3 on Outposts:</p>
418
+ * <ul>
419
+ * <li>
420
+ * <p>
421
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
422
+ * </p>
423
+ * </li>
424
+ * <li>
425
+ * <p>
426
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html">GetBucket</a>
427
+ * </p>
428
+ * </li>
429
+ * <li>
430
+ * <p>
431
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html">DeleteBucket</a>
432
+ * </p>
433
+ * </li>
434
+ * <li>
435
+ * <p>
436
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
437
+ * </p>
438
+ * </li>
439
+ * <li>
440
+ * <p>
441
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html">PutAccessPointPolicy</a>
442
+ * </p>
443
+ * </li>
444
+ * </ul>
445
+ */
446
+ public createBucket(
447
+ args: CreateBucketCommandInput,
448
+ options?: __HttpHandlerOptions
449
+ ): Promise<CreateBucketCommandOutput>;
450
+ public createBucket(args: CreateBucketCommandInput, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
451
+ public createBucket(
452
+ args: CreateBucketCommandInput,
453
+ options: __HttpHandlerOptions,
454
+ cb: (err: any, data?: CreateBucketCommandOutput) => void
455
+ ): void;
456
+ public createBucket(
457
+ args: CreateBucketCommandInput,
458
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateBucketCommandOutput) => void),
459
+ cb?: (err: any, data?: CreateBucketCommandOutput) => void
460
+ ): Promise<CreateBucketCommandOutput> | void {
461
+ const command = new CreateBucketCommand(args);
462
+ if (typeof optionsOrCb === "function") {
463
+ this.send(command, optionsOrCb);
464
+ } else if (typeof cb === "function") {
465
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
466
+ this.send(command, optionsOrCb || {}, cb);
467
+ } else {
468
+ return this.send(command, optionsOrCb);
469
+ }
470
+ }
471
+
472
+ /**
473
+ * <p>You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects. Batch Operations can run a
474
+ * single action on lists of Amazon S3 objects that you specify. For more information,
475
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html">S3 Batch Operations</a> in the
476
+ * <i>Amazon S3 User Guide</i>.</p>
477
+ * <p>This action creates a S3 Batch Operations job.</p>
478
+ * <p></p>
479
+ * <p>Related actions include:</p>
480
+ * <ul>
481
+ * <li>
482
+ * <p>
483
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
484
+ * </p>
485
+ * </li>
486
+ * <li>
487
+ * <p>
488
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html">ListJobs</a>
489
+ * </p>
490
+ * </li>
491
+ * <li>
492
+ * <p>
493
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html">UpdateJobPriority</a>
494
+ * </p>
495
+ * </li>
496
+ * <li>
497
+ * <p>
498
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
499
+ * </p>
500
+ * </li>
501
+ * <li>
502
+ * <p>
503
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_JobOperation.html">JobOperation</a>
504
+ * </p>
505
+ * </li>
506
+ * </ul>
507
+ */
508
+ public createJob(args: CreateJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateJobCommandOutput>;
509
+ public createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
510
+ public createJob(
511
+ args: CreateJobCommandInput,
512
+ options: __HttpHandlerOptions,
513
+ cb: (err: any, data?: CreateJobCommandOutput) => void
514
+ ): void;
515
+ public createJob(
516
+ args: CreateJobCommandInput,
517
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateJobCommandOutput) => void),
518
+ cb?: (err: any, data?: CreateJobCommandOutput) => void
519
+ ): Promise<CreateJobCommandOutput> | void {
520
+ const command = new CreateJobCommand(args);
521
+ if (typeof optionsOrCb === "function") {
522
+ this.send(command, optionsOrCb);
523
+ } else if (typeof cb === "function") {
524
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
525
+ this.send(command, optionsOrCb || {}, cb);
526
+ } else {
527
+ return this.send(command, optionsOrCb);
528
+ }
529
+ }
530
+
531
+ /**
532
+ * <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information about creating Multi-Region Access Points, see
533
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating
534
+ * Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
535
+ * <p>This action will always be routed to the US West (Oregon) Region. For more
536
+ * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
537
+ * Multi-Region Access Points</a> in the
538
+ * <i>Amazon S3 User Guide</i>.</p>
539
+ * <p>This request is asynchronous, meaning that you might receive a response before the
540
+ * command has completed. When this request provides a response, it provides a token that
541
+ * you can use to monitor the status of the request with
542
+ * <code>DescribeMultiRegionAccessPointOperation</code>.</p>
543
+ * <p>The following actions are related to <code>CreateMultiRegionAccessPoint</code>:</p>
544
+ * <ul>
545
+ * <li>
546
+ * <p>
547
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
548
+ * </p>
549
+ * </li>
550
+ * <li>
551
+ * <p>
552
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
553
+ * </p>
554
+ * </li>
555
+ * <li>
556
+ * <p>
557
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
558
+ * </p>
559
+ * </li>
560
+ * <li>
561
+ * <p>
562
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
563
+ * </p>
564
+ * </li>
565
+ * </ul>
566
+ */
567
+ public createMultiRegionAccessPoint(
568
+ args: CreateMultiRegionAccessPointCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<CreateMultiRegionAccessPointCommandOutput>;
571
+ public createMultiRegionAccessPoint(
572
+ args: CreateMultiRegionAccessPointCommandInput,
573
+ cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void
574
+ ): void;
575
+ public createMultiRegionAccessPoint(
576
+ args: CreateMultiRegionAccessPointCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void
579
+ ): void;
580
+ public createMultiRegionAccessPoint(
581
+ args: CreateMultiRegionAccessPointCommandInput,
582
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void),
583
+ cb?: (err: any, data?: CreateMultiRegionAccessPointCommandOutput) => void
584
+ ): Promise<CreateMultiRegionAccessPointCommandOutput> | void {
585
+ const command = new CreateMultiRegionAccessPointCommand(args);
586
+ if (typeof optionsOrCb === "function") {
587
+ this.send(command, optionsOrCb);
588
+ } else if (typeof cb === "function") {
589
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
590
+ this.send(command, optionsOrCb || {}, cb);
591
+ } else {
592
+ return this.send(command, optionsOrCb);
593
+ }
594
+ }
595
+
596
+ /**
597
+ * <p>Deletes the specified access point.</p>
598
+ *
599
+ * <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>
600
+ * <p>The following actions are related to <code>DeleteAccessPoint</code>:</p>
601
+ * <ul>
602
+ * <li>
603
+ * <p>
604
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
605
+ * </p>
606
+ * </li>
607
+ * <li>
608
+ * <p>
609
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
610
+ * </p>
611
+ * </li>
612
+ * <li>
613
+ * <p>
614
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
615
+ * </p>
616
+ * </li>
617
+ * </ul>
618
+ */
619
+ public deleteAccessPoint(
620
+ args: DeleteAccessPointCommandInput,
621
+ options?: __HttpHandlerOptions
622
+ ): Promise<DeleteAccessPointCommandOutput>;
623
+ public deleteAccessPoint(
624
+ args: DeleteAccessPointCommandInput,
625
+ cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
626
+ ): void;
627
+ public deleteAccessPoint(
628
+ args: DeleteAccessPointCommandInput,
629
+ options: __HttpHandlerOptions,
630
+ cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
631
+ ): void;
632
+ public deleteAccessPoint(
633
+ args: DeleteAccessPointCommandInput,
634
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAccessPointCommandOutput) => void),
635
+ cb?: (err: any, data?: DeleteAccessPointCommandOutput) => void
636
+ ): Promise<DeleteAccessPointCommandOutput> | void {
637
+ const command = new DeleteAccessPointCommand(args);
638
+ if (typeof optionsOrCb === "function") {
639
+ this.send(command, optionsOrCb);
640
+ } else if (typeof cb === "function") {
641
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
642
+ this.send(command, optionsOrCb || {}, cb);
643
+ } else {
644
+ return this.send(command, optionsOrCb);
645
+ }
646
+ }
647
+
648
+ /**
649
+ * <p>Deletes the specified Object Lambda Access Point.</p>
650
+ * <p>The following actions are related to <code>DeleteAccessPointForObjectLambda</code>:</p>
651
+ * <ul>
652
+ * <li>
653
+ * <p>
654
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html">CreateAccessPointForObjectLambda</a>
655
+ * </p>
656
+ * </li>
657
+ * <li>
658
+ * <p>
659
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html">GetAccessPointForObjectLambda</a>
660
+ * </p>
661
+ * </li>
662
+ * <li>
663
+ * <p>
664
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html">ListAccessPointsForObjectLambda</a>
665
+ * </p>
666
+ * </li>
667
+ * </ul>
668
+ */
669
+ public deleteAccessPointForObjectLambda(
670
+ args: DeleteAccessPointForObjectLambdaCommandInput,
671
+ options?: __HttpHandlerOptions
672
+ ): Promise<DeleteAccessPointForObjectLambdaCommandOutput>;
673
+ public deleteAccessPointForObjectLambda(
674
+ args: DeleteAccessPointForObjectLambdaCommandInput,
675
+ cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void
676
+ ): void;
677
+ public deleteAccessPointForObjectLambda(
678
+ args: DeleteAccessPointForObjectLambdaCommandInput,
679
+ options: __HttpHandlerOptions,
680
+ cb: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void
681
+ ): void;
682
+ public deleteAccessPointForObjectLambda(
683
+ args: DeleteAccessPointForObjectLambdaCommandInput,
684
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void),
685
+ cb?: (err: any, data?: DeleteAccessPointForObjectLambdaCommandOutput) => void
686
+ ): Promise<DeleteAccessPointForObjectLambdaCommandOutput> | void {
687
+ const command = new DeleteAccessPointForObjectLambdaCommand(args);
688
+ if (typeof optionsOrCb === "function") {
689
+ this.send(command, optionsOrCb);
690
+ } else if (typeof cb === "function") {
691
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
692
+ this.send(command, optionsOrCb || {}, cb);
693
+ } else {
694
+ return this.send(command, optionsOrCb);
695
+ }
696
+ }
697
+
698
+ /**
699
+ * <p>Deletes the access point policy for the specified access point.</p>
700
+ * <p></p>
701
+ * <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>
702
+ * <p>The following actions are related to <code>DeleteAccessPointPolicy</code>:</p>
703
+ * <ul>
704
+ * <li>
705
+ * <p>
706
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html">PutAccessPointPolicy</a>
707
+ * </p>
708
+ * </li>
709
+ * <li>
710
+ * <p>
711
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html">GetAccessPointPolicy</a>
712
+ * </p>
713
+ * </li>
714
+ * </ul>
715
+ */
716
+ public deleteAccessPointPolicy(
717
+ args: DeleteAccessPointPolicyCommandInput,
718
+ options?: __HttpHandlerOptions
719
+ ): Promise<DeleteAccessPointPolicyCommandOutput>;
720
+ public deleteAccessPointPolicy(
721
+ args: DeleteAccessPointPolicyCommandInput,
722
+ cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void
723
+ ): void;
724
+ public deleteAccessPointPolicy(
725
+ args: DeleteAccessPointPolicyCommandInput,
726
+ options: __HttpHandlerOptions,
727
+ cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void
728
+ ): void;
729
+ public deleteAccessPointPolicy(
730
+ args: DeleteAccessPointPolicyCommandInput,
731
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAccessPointPolicyCommandOutput) => void),
732
+ cb?: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void
733
+ ): Promise<DeleteAccessPointPolicyCommandOutput> | void {
734
+ const command = new DeleteAccessPointPolicyCommand(args);
735
+ if (typeof optionsOrCb === "function") {
736
+ this.send(command, optionsOrCb);
737
+ } else if (typeof cb === "function") {
738
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
739
+ this.send(command, optionsOrCb || {}, cb);
740
+ } else {
741
+ return this.send(command, optionsOrCb);
742
+ }
743
+ }
744
+
745
+ /**
746
+ * <p>Removes the resource policy for an Object Lambda Access Point.</p>
747
+ * <p>The following actions are related to <code>DeleteAccessPointPolicyForObjectLambda</code>:</p>
748
+ * <ul>
749
+ * <li>
750
+ * <p>
751
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html">GetAccessPointPolicyForObjectLambda</a>
752
+ * </p>
753
+ * </li>
754
+ * <li>
755
+ * <p>
756
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicyForObjectLambda.html">PutAccessPointPolicyForObjectLambda</a>
757
+ * </p>
758
+ * </li>
759
+ * </ul>
760
+ */
761
+ public deleteAccessPointPolicyForObjectLambda(
762
+ args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
763
+ options?: __HttpHandlerOptions
764
+ ): Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput>;
765
+ public deleteAccessPointPolicyForObjectLambda(
766
+ args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
767
+ cb: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void
768
+ ): void;
769
+ public deleteAccessPointPolicyForObjectLambda(
770
+ args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
771
+ options: __HttpHandlerOptions,
772
+ cb: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void
773
+ ): void;
774
+ public deleteAccessPointPolicyForObjectLambda(
775
+ args: DeleteAccessPointPolicyForObjectLambdaCommandInput,
776
+ optionsOrCb?:
777
+ | __HttpHandlerOptions
778
+ | ((err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void),
779
+ cb?: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void
780
+ ): Promise<DeleteAccessPointPolicyForObjectLambdaCommandOutput> | void {
781
+ const command = new DeleteAccessPointPolicyForObjectLambdaCommand(args);
782
+ if (typeof optionsOrCb === "function") {
783
+ this.send(command, optionsOrCb);
784
+ } else if (typeof cb === "function") {
785
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
786
+ this.send(command, optionsOrCb || {}, cb);
787
+ } else {
788
+ return this.send(command, optionsOrCb);
789
+ }
790
+ }
791
+
792
+ /**
793
+ * <note>
794
+ * <p>This action deletes an Amazon S3 on Outposts bucket. To delete an S3 bucket,
795
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a> in the <i>Amazon S3 API Reference</i>.
796
+ * </p>
797
+ * </note>
798
+ * <p>Deletes the Amazon S3 on Outposts bucket. All objects (including all object versions and delete markers) in the
799
+ * bucket must be deleted before the bucket itself can be deleted.
800
+ * 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>
801
+ * <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>
802
+ * <p class="title">
803
+ * <b>Related Resources</b>
804
+ * </p>
805
+ * <ul>
806
+ * <li>
807
+ * <p>
808
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">CreateBucket</a>
809
+ * </p>
810
+ * </li>
811
+ * <li>
812
+ * <p>
813
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html">GetBucket</a>
814
+ * </p>
815
+ * </li>
816
+ * <li>
817
+ * <p>
818
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html">DeleteObject</a>
819
+ * </p>
820
+ * </li>
821
+ * </ul>
822
+ */
823
+ public deleteBucket(
824
+ args: DeleteBucketCommandInput,
825
+ options?: __HttpHandlerOptions
826
+ ): Promise<DeleteBucketCommandOutput>;
827
+ public deleteBucket(args: DeleteBucketCommandInput, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
828
+ public deleteBucket(
829
+ args: DeleteBucketCommandInput,
830
+ options: __HttpHandlerOptions,
831
+ cb: (err: any, data?: DeleteBucketCommandOutput) => void
832
+ ): void;
833
+ public deleteBucket(
834
+ args: DeleteBucketCommandInput,
835
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBucketCommandOutput) => void),
836
+ cb?: (err: any, data?: DeleteBucketCommandOutput) => void
837
+ ): Promise<DeleteBucketCommandOutput> | void {
838
+ const command = new DeleteBucketCommand(args);
839
+ if (typeof optionsOrCb === "function") {
840
+ this.send(command, optionsOrCb);
841
+ } else if (typeof cb === "function") {
842
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
843
+ this.send(command, optionsOrCb || {}, cb);
844
+ } else {
845
+ return this.send(command, optionsOrCb);
846
+ }
847
+ }
848
+
849
+ /**
850
+ * <note>
851
+ * <p>This action deletes an Amazon S3 on Outposts bucket's lifecycle configuration. To delete an
852
+ * 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>.
853
+ * </p>
854
+ * </note>
855
+ * <p>Deletes the lifecycle configuration from the specified Outposts bucket. Amazon S3 on Outposts removes all the lifecycle configuration
856
+ * rules in the lifecycle subresource associated with the bucket. Your objects never expire, and Amazon S3 on Outposts no longer automatically
857
+ * deletes any objects on the basis of rules contained in the deleted lifecycle configuration.
858
+ * 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>
859
+ * <p>To use this action, you must have permission to perform the
860
+ * <code>s3-outposts:DeleteLifecycleConfiguration</code> action. By default, the bucket
861
+ * owner has this permission and the Outposts bucket owner can grant this permission to
862
+ * others.</p>
863
+ * <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>
864
+ *
865
+ * <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>
866
+ * <p>Related actions include:</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_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a>
876
+ * </p>
877
+ * </li>
878
+ * </ul>
879
+ */
880
+ public deleteBucketLifecycleConfiguration(
881
+ args: DeleteBucketLifecycleConfigurationCommandInput,
882
+ options?: __HttpHandlerOptions
883
+ ): Promise<DeleteBucketLifecycleConfigurationCommandOutput>;
884
+ public deleteBucketLifecycleConfiguration(
885
+ args: DeleteBucketLifecycleConfigurationCommandInput,
886
+ cb: (err: any, data?: DeleteBucketLifecycleConfigurationCommandOutput) => void
887
+ ): void;
888
+ public deleteBucketLifecycleConfiguration(
889
+ args: DeleteBucketLifecycleConfigurationCommandInput,
890
+ options: __HttpHandlerOptions,
891
+ cb: (err: any, data?: DeleteBucketLifecycleConfigurationCommandOutput) => void
892
+ ): void;
893
+ public deleteBucketLifecycleConfiguration(
894
+ args: DeleteBucketLifecycleConfigurationCommandInput,
895
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBucketLifecycleConfigurationCommandOutput) => void),
896
+ cb?: (err: any, data?: DeleteBucketLifecycleConfigurationCommandOutput) => void
897
+ ): Promise<DeleteBucketLifecycleConfigurationCommandOutput> | void {
898
+ const command = new DeleteBucketLifecycleConfigurationCommand(args);
899
+ if (typeof optionsOrCb === "function") {
900
+ this.send(command, optionsOrCb);
901
+ } else if (typeof cb === "function") {
902
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
903
+ this.send(command, optionsOrCb || {}, cb);
904
+ } else {
905
+ return this.send(command, optionsOrCb);
906
+ }
907
+ }
908
+
909
+ /**
910
+ * <note>
911
+ * <p>This action deletes an Amazon S3 on Outposts bucket policy. To delete an
912
+ * 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>.
913
+ * </p>
914
+ * </note>
915
+ * <p>This implementation of the DELETE action uses the policy subresource to delete the
916
+ * policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the
917
+ * root user of the Amazon Web Services account that owns the bucket, the calling identity must have the
918
+ * <code>s3-outposts:DeleteBucketPolicy</code> permissions on the specified Outposts bucket
919
+ * and belong to the bucket owner's account to use this action. For more information, see
920
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in
921
+ * <i>Amazon S3 User Guide</i>.</p>
922
+ *
923
+ * <p>If you don't have <code>DeleteBucketPolicy</code> permissions, Amazon S3 returns a
924
+ * <code>403 Access Denied</code> error. If you have the correct permissions, but you're
925
+ * not using an identity that belongs to the bucket owner's account, Amazon S3 returns a
926
+ * <code>405 Method Not Allowed</code> error. </p>
927
+ *
928
+ *
929
+ * <important>
930
+ * <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can always use this action,
931
+ * even if the policy explicitly denies the root user the ability to perform this action.</p>
932
+ * </important>
933
+ *
934
+ * <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>
935
+ *
936
+ * <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>
937
+ *
938
+ * <p>The following actions are related to <code>DeleteBucketPolicy</code>:</p>
939
+ * <ul>
940
+ * <li>
941
+ * <p>
942
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html">GetBucketPolicy</a>
943
+ * </p>
944
+ * </li>
945
+ * <li>
946
+ * <p>
947
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html">PutBucketPolicy</a>
948
+ * </p>
949
+ * </li>
950
+ * </ul>
951
+ */
952
+ public deleteBucketPolicy(
953
+ args: DeleteBucketPolicyCommandInput,
954
+ options?: __HttpHandlerOptions
955
+ ): Promise<DeleteBucketPolicyCommandOutput>;
956
+ public deleteBucketPolicy(
957
+ args: DeleteBucketPolicyCommandInput,
958
+ cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
959
+ ): void;
960
+ public deleteBucketPolicy(
961
+ args: DeleteBucketPolicyCommandInput,
962
+ options: __HttpHandlerOptions,
963
+ cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
964
+ ): void;
965
+ public deleteBucketPolicy(
966
+ args: DeleteBucketPolicyCommandInput,
967
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBucketPolicyCommandOutput) => void),
968
+ cb?: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
969
+ ): Promise<DeleteBucketPolicyCommandOutput> | void {
970
+ const command = new DeleteBucketPolicyCommand(args);
971
+ if (typeof optionsOrCb === "function") {
972
+ this.send(command, optionsOrCb);
973
+ } else if (typeof cb === "function") {
974
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
975
+ this.send(command, optionsOrCb || {}, cb);
976
+ } else {
977
+ return this.send(command, optionsOrCb);
978
+ }
979
+ }
980
+
981
+ /**
982
+ * <note>
983
+ * <p>This action deletes an Amazon S3 on Outposts bucket's tags. To delete an
984
+ * 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>.
985
+ * </p>
986
+ * </note>
987
+ * <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
988
+ * <i>Amazon S3 User Guide</i>.</p>
989
+ *
990
+ * <p>To use this action, you must have permission to perform the <code>PutBucketTagging</code> action.
991
+ * By default, the bucket owner has this permission and can grant this permission to others.
992
+ * </p>
993
+ *
994
+ * <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>
995
+ *
996
+ * <p>The following actions are related to <code>DeleteBucketTagging</code>:</p>
997
+ * <ul>
998
+ * <li>
999
+ * <p>
1000
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html">GetBucketTagging</a>
1001
+ * </p>
1002
+ * </li>
1003
+ * <li>
1004
+ * <p>
1005
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html">PutBucketTagging</a>
1006
+ * </p>
1007
+ * </li>
1008
+ * </ul>
1009
+ */
1010
+ public deleteBucketTagging(
1011
+ args: DeleteBucketTaggingCommandInput,
1012
+ options?: __HttpHandlerOptions
1013
+ ): Promise<DeleteBucketTaggingCommandOutput>;
1014
+ public deleteBucketTagging(
1015
+ args: DeleteBucketTaggingCommandInput,
1016
+ cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
1017
+ ): void;
1018
+ public deleteBucketTagging(
1019
+ args: DeleteBucketTaggingCommandInput,
1020
+ options: __HttpHandlerOptions,
1021
+ cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
1022
+ ): void;
1023
+ public deleteBucketTagging(
1024
+ args: DeleteBucketTaggingCommandInput,
1025
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBucketTaggingCommandOutput) => void),
1026
+ cb?: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
1027
+ ): Promise<DeleteBucketTaggingCommandOutput> | void {
1028
+ const command = new DeleteBucketTaggingCommand(args);
1029
+ if (typeof optionsOrCb === "function") {
1030
+ this.send(command, optionsOrCb);
1031
+ } else if (typeof cb === "function") {
1032
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1033
+ this.send(command, optionsOrCb || {}, cb);
1034
+ } else {
1035
+ return this.send(command, optionsOrCb);
1036
+ }
1037
+ }
1038
+
1039
+ /**
1040
+ * <p>Removes the entire tag set from the specified S3 Batch Operations job. To use this operation,
1041
+ * you must have permission to perform the <code>s3:DeleteJobTagging</code> action. For more
1042
+ * 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
1043
+ * <i>Amazon S3 User Guide</i>.</p>
1044
+ * <p></p>
1045
+ * <p>Related actions include:</p>
1046
+ * <ul>
1047
+ * <li>
1048
+ * <p>
1049
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
1050
+ * </p>
1051
+ * </li>
1052
+ * <li>
1053
+ * <p>
1054
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>
1055
+ * </p>
1056
+ * </li>
1057
+ * <li>
1058
+ * <p>
1059
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html">PutJobTagging</a>
1060
+ * </p>
1061
+ * </li>
1062
+ * </ul>
1063
+ */
1064
+ public deleteJobTagging(
1065
+ args: DeleteJobTaggingCommandInput,
1066
+ options?: __HttpHandlerOptions
1067
+ ): Promise<DeleteJobTaggingCommandOutput>;
1068
+ public deleteJobTagging(
1069
+ args: DeleteJobTaggingCommandInput,
1070
+ cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void
1071
+ ): void;
1072
+ public deleteJobTagging(
1073
+ args: DeleteJobTaggingCommandInput,
1074
+ options: __HttpHandlerOptions,
1075
+ cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void
1076
+ ): void;
1077
+ public deleteJobTagging(
1078
+ args: DeleteJobTaggingCommandInput,
1079
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteJobTaggingCommandOutput) => void),
1080
+ cb?: (err: any, data?: DeleteJobTaggingCommandOutput) => void
1081
+ ): Promise<DeleteJobTaggingCommandOutput> | void {
1082
+ const command = new DeleteJobTaggingCommand(args);
1083
+ if (typeof optionsOrCb === "function") {
1084
+ this.send(command, optionsOrCb);
1085
+ } else if (typeof cb === "function") {
1086
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1087
+ this.send(command, optionsOrCb || {}, cb);
1088
+ } else {
1089
+ return this.send(command, optionsOrCb);
1090
+ }
1091
+ }
1092
+
1093
+ /**
1094
+ * <p>Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point,
1095
+ * only the Multi-Region Access Point itself.</p>
1096
+ * <p>This action will always be routed to the US West (Oregon) Region. For more
1097
+ * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
1098
+ * Multi-Region Access Points</a> in the
1099
+ * <i>Amazon S3 User Guide</i>.</p>
1100
+ * <p>This request is asynchronous, meaning that you might receive a response before the
1101
+ * command has completed. When this request provides a response, it provides a token that
1102
+ * you can use to monitor the status of the request with
1103
+ * <code>DescribeMultiRegionAccessPointOperation</code>.</p>
1104
+ * <p>The following actions are related to <code>DeleteMultiRegionAccessPoint</code>:</p>
1105
+ * <ul>
1106
+ * <li>
1107
+ * <p>
1108
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
1109
+ * </p>
1110
+ * </li>
1111
+ * <li>
1112
+ * <p>
1113
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
1114
+ * </p>
1115
+ * </li>
1116
+ * <li>
1117
+ * <p>
1118
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
1119
+ * </p>
1120
+ * </li>
1121
+ * <li>
1122
+ * <p>
1123
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
1124
+ * </p>
1125
+ * </li>
1126
+ * </ul>
1127
+ */
1128
+ public deleteMultiRegionAccessPoint(
1129
+ args: DeleteMultiRegionAccessPointCommandInput,
1130
+ options?: __HttpHandlerOptions
1131
+ ): Promise<DeleteMultiRegionAccessPointCommandOutput>;
1132
+ public deleteMultiRegionAccessPoint(
1133
+ args: DeleteMultiRegionAccessPointCommandInput,
1134
+ cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void
1135
+ ): void;
1136
+ public deleteMultiRegionAccessPoint(
1137
+ args: DeleteMultiRegionAccessPointCommandInput,
1138
+ options: __HttpHandlerOptions,
1139
+ cb: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void
1140
+ ): void;
1141
+ public deleteMultiRegionAccessPoint(
1142
+ args: DeleteMultiRegionAccessPointCommandInput,
1143
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void),
1144
+ cb?: (err: any, data?: DeleteMultiRegionAccessPointCommandOutput) => void
1145
+ ): Promise<DeleteMultiRegionAccessPointCommandOutput> | void {
1146
+ const command = new DeleteMultiRegionAccessPointCommand(args);
1147
+ if (typeof optionsOrCb === "function") {
1148
+ this.send(command, optionsOrCb);
1149
+ } else if (typeof cb === "function") {
1150
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1151
+ this.send(command, optionsOrCb || {}, cb);
1152
+ } else {
1153
+ return this.send(command, optionsOrCb);
1154
+ }
1155
+ }
1156
+
1157
+ /**
1158
+ * <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For more
1159
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
1160
+ * public access</a>.</p>
1161
+ * <p>Related actions include:</p>
1162
+ * <ul>
1163
+ * <li>
1164
+ * <p>
1165
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetPublicAccessBlock.html">GetPublicAccessBlock</a>
1166
+ * </p>
1167
+ * </li>
1168
+ * <li>
1169
+ * <p>
1170
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html">PutPublicAccessBlock</a>
1171
+ * </p>
1172
+ * </li>
1173
+ * </ul>
1174
+ */
1175
+ public deletePublicAccessBlock(
1176
+ args: DeletePublicAccessBlockCommandInput,
1177
+ options?: __HttpHandlerOptions
1178
+ ): Promise<DeletePublicAccessBlockCommandOutput>;
1179
+ public deletePublicAccessBlock(
1180
+ args: DeletePublicAccessBlockCommandInput,
1181
+ cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
1182
+ ): void;
1183
+ public deletePublicAccessBlock(
1184
+ args: DeletePublicAccessBlockCommandInput,
1185
+ options: __HttpHandlerOptions,
1186
+ cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
1187
+ ): void;
1188
+ public deletePublicAccessBlock(
1189
+ args: DeletePublicAccessBlockCommandInput,
1190
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeletePublicAccessBlockCommandOutput) => void),
1191
+ cb?: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
1192
+ ): Promise<DeletePublicAccessBlockCommandOutput> | void {
1193
+ const command = new DeletePublicAccessBlockCommand(args);
1194
+ if (typeof optionsOrCb === "function") {
1195
+ this.send(command, optionsOrCb);
1196
+ } else if (typeof cb === "function") {
1197
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1198
+ this.send(command, optionsOrCb || {}, cb);
1199
+ } else {
1200
+ return this.send(command, optionsOrCb);
1201
+ }
1202
+ }
1203
+
1204
+ /**
1205
+ * <p>Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
1206
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
1207
+ * activity and usage with Amazon S3 Storage Lens </a> in the
1208
+ * <i>Amazon S3 User Guide</i>.</p>
1209
+ * <note>
1210
+ * <p>To use this action,
1211
+ * you must have permission to perform the <code>s3:DeleteStorageLensConfiguration</code> action. For more
1212
+ * 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
1213
+ * <i>Amazon S3 User Guide</i>.</p>
1214
+ * </note>
1215
+ */
1216
+ public deleteStorageLensConfiguration(
1217
+ args: DeleteStorageLensConfigurationCommandInput,
1218
+ options?: __HttpHandlerOptions
1219
+ ): Promise<DeleteStorageLensConfigurationCommandOutput>;
1220
+ public deleteStorageLensConfiguration(
1221
+ args: DeleteStorageLensConfigurationCommandInput,
1222
+ cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void
1223
+ ): void;
1224
+ public deleteStorageLensConfiguration(
1225
+ args: DeleteStorageLensConfigurationCommandInput,
1226
+ options: __HttpHandlerOptions,
1227
+ cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void
1228
+ ): void;
1229
+ public deleteStorageLensConfiguration(
1230
+ args: DeleteStorageLensConfigurationCommandInput,
1231
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void),
1232
+ cb?: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void
1233
+ ): Promise<DeleteStorageLensConfigurationCommandOutput> | void {
1234
+ const command = new DeleteStorageLensConfigurationCommand(args);
1235
+ if (typeof optionsOrCb === "function") {
1236
+ this.send(command, optionsOrCb);
1237
+ } else if (typeof cb === "function") {
1238
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1239
+ this.send(command, optionsOrCb || {}, cb);
1240
+ } else {
1241
+ return this.send(command, optionsOrCb);
1242
+ }
1243
+ }
1244
+
1245
+ /**
1246
+ * <p>Deletes the Amazon S3 Storage Lens configuration tags. For more information about S3 Storage Lens, see
1247
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
1248
+ * activity and usage with Amazon S3 Storage Lens </a> in the
1249
+ * <i>Amazon S3 User Guide</i>.</p>
1250
+ * <note>
1251
+ * <p>To use this action,
1252
+ * you must have permission to perform the <code>s3:DeleteStorageLensConfigurationTagging</code> action. For more
1253
+ * 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
1254
+ * <i>Amazon S3 User Guide</i>.</p>
1255
+ * </note>
1256
+ */
1257
+ public deleteStorageLensConfigurationTagging(
1258
+ args: DeleteStorageLensConfigurationTaggingCommandInput,
1259
+ options?: __HttpHandlerOptions
1260
+ ): Promise<DeleteStorageLensConfigurationTaggingCommandOutput>;
1261
+ public deleteStorageLensConfigurationTagging(
1262
+ args: DeleteStorageLensConfigurationTaggingCommandInput,
1263
+ cb: (err: any, data?: DeleteStorageLensConfigurationTaggingCommandOutput) => void
1264
+ ): void;
1265
+ public deleteStorageLensConfigurationTagging(
1266
+ args: DeleteStorageLensConfigurationTaggingCommandInput,
1267
+ options: __HttpHandlerOptions,
1268
+ cb: (err: any, data?: DeleteStorageLensConfigurationTaggingCommandOutput) => void
1269
+ ): void;
1270
+ public deleteStorageLensConfigurationTagging(
1271
+ args: DeleteStorageLensConfigurationTaggingCommandInput,
1272
+ optionsOrCb?:
1273
+ | __HttpHandlerOptions
1274
+ | ((err: any, data?: DeleteStorageLensConfigurationTaggingCommandOutput) => void),
1275
+ cb?: (err: any, data?: DeleteStorageLensConfigurationTaggingCommandOutput) => void
1276
+ ): Promise<DeleteStorageLensConfigurationTaggingCommandOutput> | void {
1277
+ const command = new DeleteStorageLensConfigurationTaggingCommand(args);
1278
+ if (typeof optionsOrCb === "function") {
1279
+ this.send(command, optionsOrCb);
1280
+ } else if (typeof cb === "function") {
1281
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1282
+ this.send(command, optionsOrCb || {}, cb);
1283
+ } else {
1284
+ return this.send(command, optionsOrCb);
1285
+ }
1286
+ }
1287
+
1288
+ /**
1289
+ * <p>Retrieves the configuration parameters and status for a Batch Operations job. For more
1290
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-basics.html">S3 Batch Operations</a> in
1291
+ * the <i>Amazon S3 User Guide</i>.</p>
1292
+ * <p></p>
1293
+ * <p>Related actions include:</p>
1294
+ * <ul>
1295
+ * <li>
1296
+ * <p>
1297
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
1298
+ * </p>
1299
+ * </li>
1300
+ * <li>
1301
+ * <p>
1302
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html">ListJobs</a>
1303
+ * </p>
1304
+ * </li>
1305
+ * <li>
1306
+ * <p>
1307
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html">UpdateJobPriority</a>
1308
+ * </p>
1309
+ * </li>
1310
+ * <li>
1311
+ * <p>
1312
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
1313
+ * </p>
1314
+ * </li>
1315
+ * </ul>
1316
+ */
1317
+ public describeJob(args: DescribeJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeJobCommandOutput>;
1318
+ public describeJob(args: DescribeJobCommandInput, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
1319
+ public describeJob(
1320
+ args: DescribeJobCommandInput,
1321
+ options: __HttpHandlerOptions,
1322
+ cb: (err: any, data?: DescribeJobCommandOutput) => void
1323
+ ): void;
1324
+ public describeJob(
1325
+ args: DescribeJobCommandInput,
1326
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeJobCommandOutput) => void),
1327
+ cb?: (err: any, data?: DescribeJobCommandOutput) => void
1328
+ ): Promise<DescribeJobCommandOutput> | void {
1329
+ const command = new DescribeJobCommand(args);
1330
+ if (typeof optionsOrCb === "function") {
1331
+ this.send(command, optionsOrCb);
1332
+ } else if (typeof cb === "function") {
1333
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1334
+ this.send(command, optionsOrCb || {}, cb);
1335
+ } else {
1336
+ return this.send(command, optionsOrCb);
1337
+ }
1338
+ }
1339
+
1340
+ /**
1341
+ * <p>Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information
1342
+ * 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
1343
+ * Multi-Region Access Points</a> in the
1344
+ * <i>Amazon S3 User Guide</i>.</p>
1345
+ * <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
1346
+ * <ul>
1347
+ * <li>
1348
+ * <p>
1349
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
1350
+ * </p>
1351
+ * </li>
1352
+ * <li>
1353
+ * <p>
1354
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
1355
+ * </p>
1356
+ * </li>
1357
+ * <li>
1358
+ * <p>
1359
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
1360
+ * </p>
1361
+ * </li>
1362
+ * <li>
1363
+ * <p>
1364
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
1365
+ * </p>
1366
+ * </li>
1367
+ * </ul>
1368
+ */
1369
+ public describeMultiRegionAccessPointOperation(
1370
+ args: DescribeMultiRegionAccessPointOperationCommandInput,
1371
+ options?: __HttpHandlerOptions
1372
+ ): Promise<DescribeMultiRegionAccessPointOperationCommandOutput>;
1373
+ public describeMultiRegionAccessPointOperation(
1374
+ args: DescribeMultiRegionAccessPointOperationCommandInput,
1375
+ cb: (err: any, data?: DescribeMultiRegionAccessPointOperationCommandOutput) => void
1376
+ ): void;
1377
+ public describeMultiRegionAccessPointOperation(
1378
+ args: DescribeMultiRegionAccessPointOperationCommandInput,
1379
+ options: __HttpHandlerOptions,
1380
+ cb: (err: any, data?: DescribeMultiRegionAccessPointOperationCommandOutput) => void
1381
+ ): void;
1382
+ public describeMultiRegionAccessPointOperation(
1383
+ args: DescribeMultiRegionAccessPointOperationCommandInput,
1384
+ optionsOrCb?:
1385
+ | __HttpHandlerOptions
1386
+ | ((err: any, data?: DescribeMultiRegionAccessPointOperationCommandOutput) => void),
1387
+ cb?: (err: any, data?: DescribeMultiRegionAccessPointOperationCommandOutput) => void
1388
+ ): Promise<DescribeMultiRegionAccessPointOperationCommandOutput> | void {
1389
+ const command = new DescribeMultiRegionAccessPointOperationCommand(args);
1390
+ if (typeof optionsOrCb === "function") {
1391
+ this.send(command, optionsOrCb);
1392
+ } else if (typeof cb === "function") {
1393
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1394
+ this.send(command, optionsOrCb || {}, cb);
1395
+ } else {
1396
+ return this.send(command, optionsOrCb);
1397
+ }
1398
+ }
1399
+
1400
+ /**
1401
+ * <p>Returns configuration information about the specified access point.</p>
1402
+ * <p></p>
1403
+ *
1404
+ * <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>
1405
+ * <p>The following actions are related to <code>GetAccessPoint</code>:</p>
1406
+ * <ul>
1407
+ * <li>
1408
+ * <p>
1409
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
1410
+ * </p>
1411
+ * </li>
1412
+ * <li>
1413
+ * <p>
1414
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
1415
+ * </p>
1416
+ * </li>
1417
+ * <li>
1418
+ * <p>
1419
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPoints.html">ListAccessPoints</a>
1420
+ * </p>
1421
+ * </li>
1422
+ * </ul>
1423
+ */
1424
+ public getAccessPoint(
1425
+ args: GetAccessPointCommandInput,
1426
+ options?: __HttpHandlerOptions
1427
+ ): Promise<GetAccessPointCommandOutput>;
1428
+ public getAccessPoint(
1429
+ args: GetAccessPointCommandInput,
1430
+ cb: (err: any, data?: GetAccessPointCommandOutput) => void
1431
+ ): void;
1432
+ public getAccessPoint(
1433
+ args: GetAccessPointCommandInput,
1434
+ options: __HttpHandlerOptions,
1435
+ cb: (err: any, data?: GetAccessPointCommandOutput) => void
1436
+ ): void;
1437
+ public getAccessPoint(
1438
+ args: GetAccessPointCommandInput,
1439
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAccessPointCommandOutput) => void),
1440
+ cb?: (err: any, data?: GetAccessPointCommandOutput) => void
1441
+ ): Promise<GetAccessPointCommandOutput> | void {
1442
+ const command = new GetAccessPointCommand(args);
1443
+ if (typeof optionsOrCb === "function") {
1444
+ this.send(command, optionsOrCb);
1445
+ } else if (typeof cb === "function") {
1446
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1447
+ this.send(command, optionsOrCb || {}, cb);
1448
+ } else {
1449
+ return this.send(command, optionsOrCb);
1450
+ }
1451
+ }
1452
+
1453
+ /**
1454
+ * <p>Returns configuration for an Object Lambda Access Point.</p>
1455
+ * <p>The following actions are related to <code>GetAccessPointConfigurationForObjectLambda</code>:</p>
1456
+ * <ul>
1457
+ * <li>
1458
+ * <p>
1459
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointConfigurationForObjectLambda.html">PutAccessPointConfigurationForObjectLambda</a>
1460
+ * </p>
1461
+ * </li>
1462
+ * </ul>
1463
+ */
1464
+ public getAccessPointConfigurationForObjectLambda(
1465
+ args: GetAccessPointConfigurationForObjectLambdaCommandInput,
1466
+ options?: __HttpHandlerOptions
1467
+ ): Promise<GetAccessPointConfigurationForObjectLambdaCommandOutput>;
1468
+ public getAccessPointConfigurationForObjectLambda(
1469
+ args: GetAccessPointConfigurationForObjectLambdaCommandInput,
1470
+ cb: (err: any, data?: GetAccessPointConfigurationForObjectLambdaCommandOutput) => void
1471
+ ): void;
1472
+ public getAccessPointConfigurationForObjectLambda(
1473
+ args: GetAccessPointConfigurationForObjectLambdaCommandInput,
1474
+ options: __HttpHandlerOptions,
1475
+ cb: (err: any, data?: GetAccessPointConfigurationForObjectLambdaCommandOutput) => void
1476
+ ): void;
1477
+ public getAccessPointConfigurationForObjectLambda(
1478
+ args: GetAccessPointConfigurationForObjectLambdaCommandInput,
1479
+ optionsOrCb?:
1480
+ | __HttpHandlerOptions
1481
+ | ((err: any, data?: GetAccessPointConfigurationForObjectLambdaCommandOutput) => void),
1482
+ cb?: (err: any, data?: GetAccessPointConfigurationForObjectLambdaCommandOutput) => void
1483
+ ): Promise<GetAccessPointConfigurationForObjectLambdaCommandOutput> | void {
1484
+ const command = new GetAccessPointConfigurationForObjectLambdaCommand(args);
1485
+ if (typeof optionsOrCb === "function") {
1486
+ this.send(command, optionsOrCb);
1487
+ } else if (typeof cb === "function") {
1488
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1489
+ this.send(command, optionsOrCb || {}, cb);
1490
+ } else {
1491
+ return this.send(command, optionsOrCb);
1492
+ }
1493
+ }
1494
+
1495
+ /**
1496
+ * <p>Returns configuration information about the specified Object Lambda Access Point</p>
1497
+ * <p>The following actions are related to <code>GetAccessPointForObjectLambda</code>:</p>
1498
+ * <ul>
1499
+ * <li>
1500
+ * <p>
1501
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html">CreateAccessPointForObjectLambda</a>
1502
+ * </p>
1503
+ * </li>
1504
+ * <li>
1505
+ * <p>
1506
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html">DeleteAccessPointForObjectLambda</a>
1507
+ * </p>
1508
+ * </li>
1509
+ * <li>
1510
+ * <p>
1511
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListAccessPointsForObjectLambda.html">ListAccessPointsForObjectLambda</a>
1512
+ * </p>
1513
+ * </li>
1514
+ * </ul>
1515
+ */
1516
+ public getAccessPointForObjectLambda(
1517
+ args: GetAccessPointForObjectLambdaCommandInput,
1518
+ options?: __HttpHandlerOptions
1519
+ ): Promise<GetAccessPointForObjectLambdaCommandOutput>;
1520
+ public getAccessPointForObjectLambda(
1521
+ args: GetAccessPointForObjectLambdaCommandInput,
1522
+ cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void
1523
+ ): void;
1524
+ public getAccessPointForObjectLambda(
1525
+ args: GetAccessPointForObjectLambdaCommandInput,
1526
+ options: __HttpHandlerOptions,
1527
+ cb: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void
1528
+ ): void;
1529
+ public getAccessPointForObjectLambda(
1530
+ args: GetAccessPointForObjectLambdaCommandInput,
1531
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void),
1532
+ cb?: (err: any, data?: GetAccessPointForObjectLambdaCommandOutput) => void
1533
+ ): Promise<GetAccessPointForObjectLambdaCommandOutput> | void {
1534
+ const command = new GetAccessPointForObjectLambdaCommand(args);
1535
+ if (typeof optionsOrCb === "function") {
1536
+ this.send(command, optionsOrCb);
1537
+ } else if (typeof cb === "function") {
1538
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1539
+ this.send(command, optionsOrCb || {}, cb);
1540
+ } else {
1541
+ return this.send(command, optionsOrCb);
1542
+ }
1543
+ }
1544
+
1545
+ /**
1546
+ * <p>Returns the access point policy associated with the specified access point.</p>
1547
+ * <p>The following actions are related to <code>GetAccessPointPolicy</code>:</p>
1548
+ * <ul>
1549
+ * <li>
1550
+ * <p>
1551
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html">PutAccessPointPolicy</a>
1552
+ * </p>
1553
+ * </li>
1554
+ * <li>
1555
+ * <p>
1556
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html">DeleteAccessPointPolicy</a>
1557
+ * </p>
1558
+ * </li>
1559
+ * </ul>
1560
+ */
1561
+ public getAccessPointPolicy(
1562
+ args: GetAccessPointPolicyCommandInput,
1563
+ options?: __HttpHandlerOptions
1564
+ ): Promise<GetAccessPointPolicyCommandOutput>;
1565
+ public getAccessPointPolicy(
1566
+ args: GetAccessPointPolicyCommandInput,
1567
+ cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void
1568
+ ): void;
1569
+ public getAccessPointPolicy(
1570
+ args: GetAccessPointPolicyCommandInput,
1571
+ options: __HttpHandlerOptions,
1572
+ cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void
1573
+ ): void;
1574
+ public getAccessPointPolicy(
1575
+ args: GetAccessPointPolicyCommandInput,
1576
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAccessPointPolicyCommandOutput) => void),
1577
+ cb?: (err: any, data?: GetAccessPointPolicyCommandOutput) => void
1578
+ ): Promise<GetAccessPointPolicyCommandOutput> | void {
1579
+ const command = new GetAccessPointPolicyCommand(args);
1580
+ if (typeof optionsOrCb === "function") {
1581
+ this.send(command, optionsOrCb);
1582
+ } else if (typeof cb === "function") {
1583
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1584
+ this.send(command, optionsOrCb || {}, cb);
1585
+ } else {
1586
+ return this.send(command, optionsOrCb);
1587
+ }
1588
+ }
1589
+
1590
+ /**
1591
+ * <p>Returns the resource policy for an Object Lambda Access Point.</p>
1592
+ * <p>The following actions are related to <code>GetAccessPointPolicyForObjectLambda</code>:</p>
1593
+ * <ul>
1594
+ * <li>
1595
+ * <p>
1596
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicyForObjectLambda.html">DeleteAccessPointPolicyForObjectLambda</a>
1597
+ * </p>
1598
+ * </li>
1599
+ * <li>
1600
+ * <p>
1601
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicyForObjectLambda.html">PutAccessPointPolicyForObjectLambda</a>
1602
+ * </p>
1603
+ * </li>
1604
+ * </ul>
1605
+ */
1606
+ public getAccessPointPolicyForObjectLambda(
1607
+ args: GetAccessPointPolicyForObjectLambdaCommandInput,
1608
+ options?: __HttpHandlerOptions
1609
+ ): Promise<GetAccessPointPolicyForObjectLambdaCommandOutput>;
1610
+ public getAccessPointPolicyForObjectLambda(
1611
+ args: GetAccessPointPolicyForObjectLambdaCommandInput,
1612
+ cb: (err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void
1613
+ ): void;
1614
+ public getAccessPointPolicyForObjectLambda(
1615
+ args: GetAccessPointPolicyForObjectLambdaCommandInput,
1616
+ options: __HttpHandlerOptions,
1617
+ cb: (err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void
1618
+ ): void;
1619
+ public getAccessPointPolicyForObjectLambda(
1620
+ args: GetAccessPointPolicyForObjectLambdaCommandInput,
1621
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void),
1622
+ cb?: (err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void
1623
+ ): Promise<GetAccessPointPolicyForObjectLambdaCommandOutput> | void {
1624
+ const command = new GetAccessPointPolicyForObjectLambdaCommand(args);
1625
+ if (typeof optionsOrCb === "function") {
1626
+ this.send(command, optionsOrCb);
1627
+ } else if (typeof cb === "function") {
1628
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1629
+ this.send(command, optionsOrCb || {}, cb);
1630
+ } else {
1631
+ return this.send(command, optionsOrCb);
1632
+ }
1633
+ }
1634
+
1635
+ /**
1636
+ * <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>
1637
+ */
1638
+ public getAccessPointPolicyStatus(
1639
+ args: GetAccessPointPolicyStatusCommandInput,
1640
+ options?: __HttpHandlerOptions
1641
+ ): Promise<GetAccessPointPolicyStatusCommandOutput>;
1642
+ public getAccessPointPolicyStatus(
1643
+ args: GetAccessPointPolicyStatusCommandInput,
1644
+ cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void
1645
+ ): void;
1646
+ public getAccessPointPolicyStatus(
1647
+ args: GetAccessPointPolicyStatusCommandInput,
1648
+ options: __HttpHandlerOptions,
1649
+ cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void
1650
+ ): void;
1651
+ public getAccessPointPolicyStatus(
1652
+ args: GetAccessPointPolicyStatusCommandInput,
1653
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void),
1654
+ cb?: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void
1655
+ ): Promise<GetAccessPointPolicyStatusCommandOutput> | void {
1656
+ const command = new GetAccessPointPolicyStatusCommand(args);
1657
+ if (typeof optionsOrCb === "function") {
1658
+ this.send(command, optionsOrCb);
1659
+ } else if (typeof cb === "function") {
1660
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1661
+ this.send(command, optionsOrCb || {}, cb);
1662
+ } else {
1663
+ return this.send(command, optionsOrCb);
1664
+ }
1665
+ }
1666
+
1667
+ /**
1668
+ * <p>Returns the status of the resource policy associated with an Object Lambda Access Point.</p>
1669
+ */
1670
+ public getAccessPointPolicyStatusForObjectLambda(
1671
+ args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
1672
+ options?: __HttpHandlerOptions
1673
+ ): Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput>;
1674
+ public getAccessPointPolicyStatusForObjectLambda(
1675
+ args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
1676
+ cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void
1677
+ ): void;
1678
+ public getAccessPointPolicyStatusForObjectLambda(
1679
+ args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
1680
+ options: __HttpHandlerOptions,
1681
+ cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void
1682
+ ): void;
1683
+ public getAccessPointPolicyStatusForObjectLambda(
1684
+ args: GetAccessPointPolicyStatusForObjectLambdaCommandInput,
1685
+ optionsOrCb?:
1686
+ | __HttpHandlerOptions
1687
+ | ((err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void),
1688
+ cb?: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void
1689
+ ): Promise<GetAccessPointPolicyStatusForObjectLambdaCommandOutput> | void {
1690
+ const command = new GetAccessPointPolicyStatusForObjectLambdaCommand(args);
1691
+ if (typeof optionsOrCb === "function") {
1692
+ this.send(command, optionsOrCb);
1693
+ } else if (typeof cb === "function") {
1694
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1695
+ this.send(command, optionsOrCb || {}, cb);
1696
+ } else {
1697
+ return this.send(command, optionsOrCb);
1698
+ }
1699
+ }
1700
+
1701
+ /**
1702
+ * <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
1703
+ * Using Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
1704
+ * <p>If you are using an identity other than the root user of the Amazon Web Services account
1705
+ * that owns the Outposts bucket, the calling identity must have the
1706
+ * <code>s3-outposts:GetBucket</code> permissions on the specified Outposts bucket and
1707
+ * belong to the Outposts bucket owner's account in order to use this action. Only
1708
+ * users from Outposts bucket owner account with the right permissions can perform
1709
+ * actions on an Outposts bucket.
1710
+ * </p>
1711
+ * <p>
1712
+ * 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
1713
+ * account, Amazon S3 returns a <code>403 Access Denied</code> error.</p>
1714
+ * <p>The following actions are related to <code>GetBucket</code> for Amazon S3 on Outposts:</p>
1715
+ * <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>
1716
+ * <ul>
1717
+ * <li>
1718
+ * <p>
1719
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
1720
+ * </p>
1721
+ * </li>
1722
+ * <li>
1723
+ * <p>
1724
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">CreateBucket</a>
1725
+ * </p>
1726
+ * </li>
1727
+ * <li>
1728
+ * <p>
1729
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html">DeleteBucket</a>
1730
+ * </p>
1731
+ * </li>
1732
+ * </ul>
1733
+ */
1734
+ public getBucket(args: GetBucketCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketCommandOutput>;
1735
+ public getBucket(args: GetBucketCommandInput, cb: (err: any, data?: GetBucketCommandOutput) => void): void;
1736
+ public getBucket(
1737
+ args: GetBucketCommandInput,
1738
+ options: __HttpHandlerOptions,
1739
+ cb: (err: any, data?: GetBucketCommandOutput) => void
1740
+ ): void;
1741
+ public getBucket(
1742
+ args: GetBucketCommandInput,
1743
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBucketCommandOutput) => void),
1744
+ cb?: (err: any, data?: GetBucketCommandOutput) => void
1745
+ ): Promise<GetBucketCommandOutput> | void {
1746
+ const command = new GetBucketCommand(args);
1747
+ if (typeof optionsOrCb === "function") {
1748
+ this.send(command, optionsOrCb);
1749
+ } else if (typeof cb === "function") {
1750
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1751
+ this.send(command, optionsOrCb || {}, cb);
1752
+ } else {
1753
+ return this.send(command, optionsOrCb);
1754
+ }
1755
+ }
1756
+
1757
+ /**
1758
+ * <note>
1759
+ * <p>This action gets an Amazon S3 on Outposts bucket's lifecycle configuration. To get an
1760
+ * 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>.
1761
+ * </p>
1762
+ * </note>
1763
+ * <p>Returns the lifecycle configuration information set on the Outposts bucket. For more
1764
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> and for
1765
+ * information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html"> Object Lifecycle Management</a> in
1766
+ * <i>Amazon S3 User Guide</i>.</p>
1767
+ *
1768
+ * <p>To use this action, you must have permission to perform the <code>s3-outposts:GetLifecycleConfiguration</code> action.
1769
+ * The Outposts bucket owner has this permission, by default. The bucket owner can grant this permission to others. For more
1770
+ * 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
1771
+ * 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>
1772
+ *
1773
+ * <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>
1774
+ *
1775
+ * <p>
1776
+ * <code>GetBucketLifecycleConfiguration</code> has the following special error:</p>
1777
+ * <ul>
1778
+ * <li>
1779
+ * <p>Error code: <code>NoSuchLifecycleConfiguration</code>
1780
+ * </p>
1781
+ * <ul>
1782
+ * <li>
1783
+ * <p>Description: The lifecycle configuration does not exist.</p>
1784
+ * </li>
1785
+ * <li>
1786
+ * <p>HTTP Status Code: 404 Not Found</p>
1787
+ * </li>
1788
+ * <li>
1789
+ * <p>SOAP Fault Code Prefix: Client</p>
1790
+ * </li>
1791
+ * </ul>
1792
+ * </li>
1793
+ * </ul>
1794
+ * <p>The following actions are related to <code>GetBucketLifecycleConfiguration</code>:</p>
1795
+ * <ul>
1796
+ * <li>
1797
+ * <p>
1798
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a>
1799
+ * </p>
1800
+ * </li>
1801
+ * <li>
1802
+ * <p>
1803
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html">DeleteBucketLifecycleConfiguration</a>
1804
+ * </p>
1805
+ * </li>
1806
+ * </ul>
1807
+ */
1808
+ public getBucketLifecycleConfiguration(
1809
+ args: GetBucketLifecycleConfigurationCommandInput,
1810
+ options?: __HttpHandlerOptions
1811
+ ): Promise<GetBucketLifecycleConfigurationCommandOutput>;
1812
+ public getBucketLifecycleConfiguration(
1813
+ args: GetBucketLifecycleConfigurationCommandInput,
1814
+ cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
1815
+ ): void;
1816
+ public getBucketLifecycleConfiguration(
1817
+ args: GetBucketLifecycleConfigurationCommandInput,
1818
+ options: __HttpHandlerOptions,
1819
+ cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
1820
+ ): void;
1821
+ public getBucketLifecycleConfiguration(
1822
+ args: GetBucketLifecycleConfigurationCommandInput,
1823
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void),
1824
+ cb?: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
1825
+ ): Promise<GetBucketLifecycleConfigurationCommandOutput> | void {
1826
+ const command = new GetBucketLifecycleConfigurationCommand(args);
1827
+ if (typeof optionsOrCb === "function") {
1828
+ this.send(command, optionsOrCb);
1829
+ } else if (typeof cb === "function") {
1830
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1831
+ this.send(command, optionsOrCb || {}, cb);
1832
+ } else {
1833
+ return this.send(command, optionsOrCb);
1834
+ }
1835
+ }
1836
+
1837
+ /**
1838
+ * <note>
1839
+ * <p>This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for an S3
1840
+ * bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html">GetBucketPolicy</a> in the
1841
+ * <i>Amazon S3 API Reference</i>. </p>
1842
+ * </note>
1843
+ * <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
1844
+ * <i>Amazon S3 User Guide</i>.</p>
1845
+ * <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
1846
+ * 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>
1847
+ *
1848
+ * <p>Only users from Outposts bucket owner account with the right permissions can perform actions on an Outposts bucket.
1849
+ * 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
1850
+ * account, Amazon S3 returns a <code>403 Access Denied</code> error.</p>
1851
+ *
1852
+ * <important>
1853
+ * <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
1854
+ * explicitly denies the root user the ability to perform this action.</p>
1855
+ * </important>
1856
+ *
1857
+ * <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>
1858
+ *
1859
+ * <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>
1860
+ *
1861
+ * <p>The following actions are related to <code>GetBucketPolicy</code>:</p>
1862
+ * <ul>
1863
+ * <li>
1864
+ * <p>
1865
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
1866
+ * </p>
1867
+ * </li>
1868
+ * <li>
1869
+ * <p>
1870
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html">PutBucketPolicy</a>
1871
+ * </p>
1872
+ * </li>
1873
+ * <li>
1874
+ * <p>
1875
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html">DeleteBucketPolicy</a>
1876
+ * </p>
1877
+ * </li>
1878
+ * </ul>
1879
+ */
1880
+ public getBucketPolicy(
1881
+ args: GetBucketPolicyCommandInput,
1882
+ options?: __HttpHandlerOptions
1883
+ ): Promise<GetBucketPolicyCommandOutput>;
1884
+ public getBucketPolicy(
1885
+ args: GetBucketPolicyCommandInput,
1886
+ cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
1887
+ ): void;
1888
+ public getBucketPolicy(
1889
+ args: GetBucketPolicyCommandInput,
1890
+ options: __HttpHandlerOptions,
1891
+ cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
1892
+ ): void;
1893
+ public getBucketPolicy(
1894
+ args: GetBucketPolicyCommandInput,
1895
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBucketPolicyCommandOutput) => void),
1896
+ cb?: (err: any, data?: GetBucketPolicyCommandOutput) => void
1897
+ ): Promise<GetBucketPolicyCommandOutput> | void {
1898
+ const command = new GetBucketPolicyCommand(args);
1899
+ if (typeof optionsOrCb === "function") {
1900
+ this.send(command, optionsOrCb);
1901
+ } else if (typeof cb === "function") {
1902
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1903
+ this.send(command, optionsOrCb || {}, cb);
1904
+ } else {
1905
+ return this.send(command, optionsOrCb);
1906
+ }
1907
+ }
1908
+
1909
+ /**
1910
+ * <note>
1911
+ * <p>This action gets an Amazon S3 on Outposts bucket's tags. To get an
1912
+ * 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>.
1913
+ * </p>
1914
+ * </note>
1915
+ * <p>Returns the tag set associated with the Outposts bucket. For more information, see
1916
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
1917
+ * <i>Amazon S3 User Guide</i>.</p>
1918
+ * <p>To use this action, you must have permission to perform the <code>GetBucketTagging</code> action.
1919
+ * By default, the bucket owner has this permission and can grant this permission to others.</p>
1920
+ *
1921
+ * <p>
1922
+ * <code>GetBucketTagging</code> has the following special error:</p>
1923
+ * <ul>
1924
+ * <li>
1925
+ * <p>Error code: <code>NoSuchTagSetError</code>
1926
+ * </p>
1927
+ * <ul>
1928
+ * <li>
1929
+ * <p>Description: There is no tag set associated with the bucket.</p>
1930
+ * </li>
1931
+ * </ul>
1932
+ * </li>
1933
+ * </ul>
1934
+ * <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>
1935
+ *
1936
+ * <p>The following actions are related to <code>GetBucketTagging</code>:</p>
1937
+ * <ul>
1938
+ * <li>
1939
+ * <p>
1940
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketTagging.html">PutBucketTagging</a>
1941
+ * </p>
1942
+ * </li>
1943
+ * <li>
1944
+ * <p>
1945
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html">DeleteBucketTagging</a>
1946
+ * </p>
1947
+ * </li>
1948
+ * </ul>
1949
+ */
1950
+ public getBucketTagging(
1951
+ args: GetBucketTaggingCommandInput,
1952
+ options?: __HttpHandlerOptions
1953
+ ): Promise<GetBucketTaggingCommandOutput>;
1954
+ public getBucketTagging(
1955
+ args: GetBucketTaggingCommandInput,
1956
+ cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
1957
+ ): void;
1958
+ public getBucketTagging(
1959
+ args: GetBucketTaggingCommandInput,
1960
+ options: __HttpHandlerOptions,
1961
+ cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
1962
+ ): void;
1963
+ public getBucketTagging(
1964
+ args: GetBucketTaggingCommandInput,
1965
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBucketTaggingCommandOutput) => void),
1966
+ cb?: (err: any, data?: GetBucketTaggingCommandOutput) => void
1967
+ ): Promise<GetBucketTaggingCommandOutput> | void {
1968
+ const command = new GetBucketTaggingCommand(args);
1969
+ if (typeof optionsOrCb === "function") {
1970
+ this.send(command, optionsOrCb);
1971
+ } else if (typeof cb === "function") {
1972
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1973
+ this.send(command, optionsOrCb || {}, cb);
1974
+ } else {
1975
+ return this.send(command, optionsOrCb);
1976
+ }
1977
+ }
1978
+
1979
+ /**
1980
+ * <p>Returns the tags on an S3 Batch Operations job. To use this operation, you must have
1981
+ * permission to perform the <code>s3:GetJobTagging</code> action. For more information, see
1982
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
1983
+ * access and labeling jobs using tags</a> in the
1984
+ * <i>Amazon S3 User Guide</i>.</p>
1985
+ * <p></p>
1986
+ * <p>Related actions include:</p>
1987
+ * <ul>
1988
+ * <li>
1989
+ * <p>
1990
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
1991
+ * </p>
1992
+ * </li>
1993
+ * <li>
1994
+ * <p>
1995
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html">PutJobTagging</a>
1996
+ * </p>
1997
+ * </li>
1998
+ * <li>
1999
+ * <p>
2000
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html">DeleteJobTagging</a>
2001
+ * </p>
2002
+ * </li>
2003
+ * </ul>
2004
+ */
2005
+ public getJobTagging(
2006
+ args: GetJobTaggingCommandInput,
2007
+ options?: __HttpHandlerOptions
2008
+ ): Promise<GetJobTaggingCommandOutput>;
2009
+ public getJobTagging(
2010
+ args: GetJobTaggingCommandInput,
2011
+ cb: (err: any, data?: GetJobTaggingCommandOutput) => void
2012
+ ): void;
2013
+ public getJobTagging(
2014
+ args: GetJobTaggingCommandInput,
2015
+ options: __HttpHandlerOptions,
2016
+ cb: (err: any, data?: GetJobTaggingCommandOutput) => void
2017
+ ): void;
2018
+ public getJobTagging(
2019
+ args: GetJobTaggingCommandInput,
2020
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetJobTaggingCommandOutput) => void),
2021
+ cb?: (err: any, data?: GetJobTaggingCommandOutput) => void
2022
+ ): Promise<GetJobTaggingCommandOutput> | void {
2023
+ const command = new GetJobTaggingCommand(args);
2024
+ if (typeof optionsOrCb === "function") {
2025
+ this.send(command, optionsOrCb);
2026
+ } else if (typeof cb === "function") {
2027
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2028
+ this.send(command, optionsOrCb || {}, cb);
2029
+ } else {
2030
+ return this.send(command, optionsOrCb);
2031
+ }
2032
+ }
2033
+
2034
+ /**
2035
+ * <p>Returns configuration information about the specified Multi-Region Access Point.</p>
2036
+ * <p>This action will always be routed to the US West (Oregon) Region. For more
2037
+ * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
2038
+ * Multi-Region Access Points</a> in the
2039
+ * <i>Amazon S3 User Guide</i>.</p>
2040
+ * <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
2041
+ * <ul>
2042
+ * <li>
2043
+ * <p>
2044
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
2045
+ * </p>
2046
+ * </li>
2047
+ * <li>
2048
+ * <p>
2049
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
2050
+ * </p>
2051
+ * </li>
2052
+ * <li>
2053
+ * <p>
2054
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
2055
+ * </p>
2056
+ * </li>
2057
+ * <li>
2058
+ * <p>
2059
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListMultiRegionAccessPoints.html">ListMultiRegionAccessPoints</a>
2060
+ * </p>
2061
+ * </li>
2062
+ * </ul>
2063
+ */
2064
+ public getMultiRegionAccessPoint(
2065
+ args: GetMultiRegionAccessPointCommandInput,
2066
+ options?: __HttpHandlerOptions
2067
+ ): Promise<GetMultiRegionAccessPointCommandOutput>;
2068
+ public getMultiRegionAccessPoint(
2069
+ args: GetMultiRegionAccessPointCommandInput,
2070
+ cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void
2071
+ ): void;
2072
+ public getMultiRegionAccessPoint(
2073
+ args: GetMultiRegionAccessPointCommandInput,
2074
+ options: __HttpHandlerOptions,
2075
+ cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void
2076
+ ): void;
2077
+ public getMultiRegionAccessPoint(
2078
+ args: GetMultiRegionAccessPointCommandInput,
2079
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMultiRegionAccessPointCommandOutput) => void),
2080
+ cb?: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void
2081
+ ): Promise<GetMultiRegionAccessPointCommandOutput> | void {
2082
+ const command = new GetMultiRegionAccessPointCommand(args);
2083
+ if (typeof optionsOrCb === "function") {
2084
+ this.send(command, optionsOrCb);
2085
+ } else if (typeof cb === "function") {
2086
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2087
+ this.send(command, optionsOrCb || {}, cb);
2088
+ } else {
2089
+ return this.send(command, optionsOrCb);
2090
+ }
2091
+ }
2092
+
2093
+ /**
2094
+ * <p>Returns the access control policy of the specified Multi-Region Access Point.</p>
2095
+ * <p>This action will always be routed to the US West (Oregon) Region. For more
2096
+ * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
2097
+ * Multi-Region Access Points</a> in the
2098
+ * <i>Amazon S3 User Guide</i>.</p>
2099
+ * <p>The following actions are related to <code>GetMultiRegionAccessPointPolicy</code>:</p>
2100
+ * <ul>
2101
+ * <li>
2102
+ * <p>
2103
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html">GetMultiRegionAccessPointPolicyStatus</a>
2104
+ * </p>
2105
+ * </li>
2106
+ * <li>
2107
+ * <p>
2108
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html">PutMultiRegionAccessPointPolicy</a>
2109
+ * </p>
2110
+ * </li>
2111
+ * </ul>
2112
+ */
2113
+ public getMultiRegionAccessPointPolicy(
2114
+ args: GetMultiRegionAccessPointPolicyCommandInput,
2115
+ options?: __HttpHandlerOptions
2116
+ ): Promise<GetMultiRegionAccessPointPolicyCommandOutput>;
2117
+ public getMultiRegionAccessPointPolicy(
2118
+ args: GetMultiRegionAccessPointPolicyCommandInput,
2119
+ cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void
2120
+ ): void;
2121
+ public getMultiRegionAccessPointPolicy(
2122
+ args: GetMultiRegionAccessPointPolicyCommandInput,
2123
+ options: __HttpHandlerOptions,
2124
+ cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void
2125
+ ): void;
2126
+ public getMultiRegionAccessPointPolicy(
2127
+ args: GetMultiRegionAccessPointPolicyCommandInput,
2128
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void),
2129
+ cb?: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void
2130
+ ): Promise<GetMultiRegionAccessPointPolicyCommandOutput> | void {
2131
+ const command = new GetMultiRegionAccessPointPolicyCommand(args);
2132
+ if (typeof optionsOrCb === "function") {
2133
+ this.send(command, optionsOrCb);
2134
+ } else if (typeof cb === "function") {
2135
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2136
+ this.send(command, optionsOrCb || {}, cb);
2137
+ } else {
2138
+ return this.send(command, optionsOrCb);
2139
+ }
2140
+ }
2141
+
2142
+ /**
2143
+ * <p>Indicates whether the specified Multi-Region Access Point has an access control policy that allows public
2144
+ * access.</p>
2145
+ * <p>This action will always be routed to the US West (Oregon) Region. For more
2146
+ * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
2147
+ * Multi-Region Access Points</a> in the
2148
+ * <i>Amazon S3 User Guide</i>.</p>
2149
+ * <p>The following actions are related to <code>GetMultiRegionAccessPointPolicyStatus</code>:</p>
2150
+ * <ul>
2151
+ * <li>
2152
+ * <p>
2153
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html">GetMultiRegionAccessPointPolicy</a>
2154
+ * </p>
2155
+ * </li>
2156
+ * <li>
2157
+ * <p>
2158
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutMultiRegionAccessPointPolicy.html">PutMultiRegionAccessPointPolicy</a>
2159
+ * </p>
2160
+ * </li>
2161
+ * </ul>
2162
+ */
2163
+ public getMultiRegionAccessPointPolicyStatus(
2164
+ args: GetMultiRegionAccessPointPolicyStatusCommandInput,
2165
+ options?: __HttpHandlerOptions
2166
+ ): Promise<GetMultiRegionAccessPointPolicyStatusCommandOutput>;
2167
+ public getMultiRegionAccessPointPolicyStatus(
2168
+ args: GetMultiRegionAccessPointPolicyStatusCommandInput,
2169
+ cb: (err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void
2170
+ ): void;
2171
+ public getMultiRegionAccessPointPolicyStatus(
2172
+ args: GetMultiRegionAccessPointPolicyStatusCommandInput,
2173
+ options: __HttpHandlerOptions,
2174
+ cb: (err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void
2175
+ ): void;
2176
+ public getMultiRegionAccessPointPolicyStatus(
2177
+ args: GetMultiRegionAccessPointPolicyStatusCommandInput,
2178
+ optionsOrCb?:
2179
+ | __HttpHandlerOptions
2180
+ | ((err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void),
2181
+ cb?: (err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void
2182
+ ): Promise<GetMultiRegionAccessPointPolicyStatusCommandOutput> | void {
2183
+ const command = new GetMultiRegionAccessPointPolicyStatusCommand(args);
2184
+ if (typeof optionsOrCb === "function") {
2185
+ this.send(command, optionsOrCb);
2186
+ } else if (typeof cb === "function") {
2187
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2188
+ this.send(command, optionsOrCb || {}, cb);
2189
+ } else {
2190
+ return this.send(command, optionsOrCb);
2191
+ }
2192
+ }
2193
+
2194
+ /**
2195
+ * <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For more
2196
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
2197
+ * public access</a>.</p>
2198
+ * <p>Related actions include:</p>
2199
+ * <ul>
2200
+ * <li>
2201
+ * <p>
2202
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeletePublicAccessBlock.html">DeletePublicAccessBlock</a>
2203
+ * </p>
2204
+ * </li>
2205
+ * <li>
2206
+ * <p>
2207
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutPublicAccessBlock.html">PutPublicAccessBlock</a>
2208
+ * </p>
2209
+ * </li>
2210
+ * </ul>
2211
+ */
2212
+ public getPublicAccessBlock(
2213
+ args: GetPublicAccessBlockCommandInput,
2214
+ options?: __HttpHandlerOptions
2215
+ ): Promise<GetPublicAccessBlockCommandOutput>;
2216
+ public getPublicAccessBlock(
2217
+ args: GetPublicAccessBlockCommandInput,
2218
+ cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
2219
+ ): void;
2220
+ public getPublicAccessBlock(
2221
+ args: GetPublicAccessBlockCommandInput,
2222
+ options: __HttpHandlerOptions,
2223
+ cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
2224
+ ): void;
2225
+ public getPublicAccessBlock(
2226
+ args: GetPublicAccessBlockCommandInput,
2227
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetPublicAccessBlockCommandOutput) => void),
2228
+ cb?: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
2229
+ ): Promise<GetPublicAccessBlockCommandOutput> | void {
2230
+ const command = new GetPublicAccessBlockCommand(args);
2231
+ if (typeof optionsOrCb === "function") {
2232
+ this.send(command, optionsOrCb);
2233
+ } else if (typeof cb === "function") {
2234
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2235
+ this.send(command, optionsOrCb || {}, cb);
2236
+ } else {
2237
+ return this.send(command, optionsOrCb);
2238
+ }
2239
+ }
2240
+
2241
+ /**
2242
+ * <p>Gets the Amazon S3 Storage Lens configuration. For more information, see
2243
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
2244
+ * activity and usage with Amazon S3 Storage Lens </a> in the
2245
+ * <i>Amazon S3 User Guide</i>.</p>
2246
+ * <note>
2247
+ * <p>To use this action,
2248
+ * you must have permission to perform the <code>s3:GetStorageLensConfiguration</code> action. For more
2249
+ * 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
2250
+ * <i>Amazon S3 User Guide</i>.</p>
2251
+ * </note>
2252
+ */
2253
+ public getStorageLensConfiguration(
2254
+ args: GetStorageLensConfigurationCommandInput,
2255
+ options?: __HttpHandlerOptions
2256
+ ): Promise<GetStorageLensConfigurationCommandOutput>;
2257
+ public getStorageLensConfiguration(
2258
+ args: GetStorageLensConfigurationCommandInput,
2259
+ cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void
2260
+ ): void;
2261
+ public getStorageLensConfiguration(
2262
+ args: GetStorageLensConfigurationCommandInput,
2263
+ options: __HttpHandlerOptions,
2264
+ cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void
2265
+ ): void;
2266
+ public getStorageLensConfiguration(
2267
+ args: GetStorageLensConfigurationCommandInput,
2268
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetStorageLensConfigurationCommandOutput) => void),
2269
+ cb?: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void
2270
+ ): Promise<GetStorageLensConfigurationCommandOutput> | void {
2271
+ const command = new GetStorageLensConfigurationCommand(args);
2272
+ if (typeof optionsOrCb === "function") {
2273
+ this.send(command, optionsOrCb);
2274
+ } else if (typeof cb === "function") {
2275
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2276
+ this.send(command, optionsOrCb || {}, cb);
2277
+ } else {
2278
+ return this.send(command, optionsOrCb);
2279
+ }
2280
+ }
2281
+
2282
+ /**
2283
+ * <p>Gets the tags of Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
2284
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
2285
+ * activity and usage with Amazon S3 Storage Lens </a> in the <i>Amazon S3 User Guide</i>.</p>
2286
+ * <note>
2287
+ * <p>To use this action,
2288
+ * you must have permission to perform the <code>s3:GetStorageLensConfigurationTagging</code> action. For more
2289
+ * 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
2290
+ * <i>Amazon S3 User Guide</i>.</p>
2291
+ * </note>
2292
+ */
2293
+ public getStorageLensConfigurationTagging(
2294
+ args: GetStorageLensConfigurationTaggingCommandInput,
2295
+ options?: __HttpHandlerOptions
2296
+ ): Promise<GetStorageLensConfigurationTaggingCommandOutput>;
2297
+ public getStorageLensConfigurationTagging(
2298
+ args: GetStorageLensConfigurationTaggingCommandInput,
2299
+ cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void
2300
+ ): void;
2301
+ public getStorageLensConfigurationTagging(
2302
+ args: GetStorageLensConfigurationTaggingCommandInput,
2303
+ options: __HttpHandlerOptions,
2304
+ cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void
2305
+ ): void;
2306
+ public getStorageLensConfigurationTagging(
2307
+ args: GetStorageLensConfigurationTaggingCommandInput,
2308
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void),
2309
+ cb?: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void
2310
+ ): Promise<GetStorageLensConfigurationTaggingCommandOutput> | void {
2311
+ const command = new GetStorageLensConfigurationTaggingCommand(args);
2312
+ if (typeof optionsOrCb === "function") {
2313
+ this.send(command, optionsOrCb);
2314
+ } else if (typeof cb === "function") {
2315
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2316
+ this.send(command, optionsOrCb || {}, cb);
2317
+ } else {
2318
+ return this.send(command, optionsOrCb);
2319
+ }
2320
+ }
2321
+
2322
+ /**
2323
+ * <p>Returns a list of the access points currently associated with the specified bucket. You
2324
+ * can retrieve up to 1000 access points per call. If the specified bucket has more than 1,000
2325
+ * access points (or the number specified in <code>maxResults</code>, whichever is less), the
2326
+ * response will include a continuation token that you can use to list the additional access points.</p>
2327
+ * <p></p>
2328
+ * <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>
2329
+ * <p>The following actions are related to <code>ListAccessPoints</code>:</p>
2330
+ * <ul>
2331
+ * <li>
2332
+ * <p>
2333
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html">CreateAccessPoint</a>
2334
+ * </p>
2335
+ * </li>
2336
+ * <li>
2337
+ * <p>
2338
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPoint.html">DeleteAccessPoint</a>
2339
+ * </p>
2340
+ * </li>
2341
+ * <li>
2342
+ * <p>
2343
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html">GetAccessPoint</a>
2344
+ * </p>
2345
+ * </li>
2346
+ * </ul>
2347
+ */
2348
+ public listAccessPoints(
2349
+ args: ListAccessPointsCommandInput,
2350
+ options?: __HttpHandlerOptions
2351
+ ): Promise<ListAccessPointsCommandOutput>;
2352
+ public listAccessPoints(
2353
+ args: ListAccessPointsCommandInput,
2354
+ cb: (err: any, data?: ListAccessPointsCommandOutput) => void
2355
+ ): void;
2356
+ public listAccessPoints(
2357
+ args: ListAccessPointsCommandInput,
2358
+ options: __HttpHandlerOptions,
2359
+ cb: (err: any, data?: ListAccessPointsCommandOutput) => void
2360
+ ): void;
2361
+ public listAccessPoints(
2362
+ args: ListAccessPointsCommandInput,
2363
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAccessPointsCommandOutput) => void),
2364
+ cb?: (err: any, data?: ListAccessPointsCommandOutput) => void
2365
+ ): Promise<ListAccessPointsCommandOutput> | void {
2366
+ const command = new ListAccessPointsCommand(args);
2367
+ if (typeof optionsOrCb === "function") {
2368
+ this.send(command, optionsOrCb);
2369
+ } else if (typeof cb === "function") {
2370
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2371
+ this.send(command, optionsOrCb || {}, cb);
2372
+ } else {
2373
+ return this.send(command, optionsOrCb);
2374
+ }
2375
+ }
2376
+
2377
+ /**
2378
+ * <p>Returns a list of the access points associated with the Object Lambda Access Point. You
2379
+ * can retrieve up to 1000 access points per call. If there are more than 1,000
2380
+ * access points (or the number specified in <code>maxResults</code>, whichever is less), the
2381
+ * response will include a continuation token that you can use to list the additional access points.</p>
2382
+ * <p>The following actions are related to <code>ListAccessPointsForObjectLambda</code>:</p>
2383
+ * <ul>
2384
+ * <li>
2385
+ * <p>
2386
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPointForObjectLambda.html">CreateAccessPointForObjectLambda</a>
2387
+ * </p>
2388
+ * </li>
2389
+ * <li>
2390
+ * <p>
2391
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointForObjectLambda.html">DeleteAccessPointForObjectLambda</a>
2392
+ * </p>
2393
+ * </li>
2394
+ * <li>
2395
+ * <p>
2396
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointForObjectLambda.html">GetAccessPointForObjectLambda</a>
2397
+ * </p>
2398
+ * </li>
2399
+ * </ul>
2400
+ */
2401
+ public listAccessPointsForObjectLambda(
2402
+ args: ListAccessPointsForObjectLambdaCommandInput,
2403
+ options?: __HttpHandlerOptions
2404
+ ): Promise<ListAccessPointsForObjectLambdaCommandOutput>;
2405
+ public listAccessPointsForObjectLambda(
2406
+ args: ListAccessPointsForObjectLambdaCommandInput,
2407
+ cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void
2408
+ ): void;
2409
+ public listAccessPointsForObjectLambda(
2410
+ args: ListAccessPointsForObjectLambdaCommandInput,
2411
+ options: __HttpHandlerOptions,
2412
+ cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void
2413
+ ): void;
2414
+ public listAccessPointsForObjectLambda(
2415
+ args: ListAccessPointsForObjectLambdaCommandInput,
2416
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void),
2417
+ cb?: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void
2418
+ ): Promise<ListAccessPointsForObjectLambdaCommandOutput> | void {
2419
+ const command = new ListAccessPointsForObjectLambdaCommand(args);
2420
+ if (typeof optionsOrCb === "function") {
2421
+ this.send(command, optionsOrCb);
2422
+ } else if (typeof cb === "function") {
2423
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2424
+ this.send(command, optionsOrCb || {}, cb);
2425
+ } else {
2426
+ return this.send(command, optionsOrCb);
2427
+ }
2428
+ }
2429
+
2430
+ /**
2431
+ * <p>Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for
2432
+ * 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
2433
+ * <i>Amazon S3 User Guide</i>.</p>
2434
+ * <p>Related actions include:</p>
2435
+ * <p></p>
2436
+ * <ul>
2437
+ * <li>
2438
+ * <p>
2439
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
2440
+ * </p>
2441
+ * </li>
2442
+ * <li>
2443
+ * <p>
2444
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
2445
+ * </p>
2446
+ * </li>
2447
+ * <li>
2448
+ * <p>
2449
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobPriority.html">UpdateJobPriority</a>
2450
+ * </p>
2451
+ * </li>
2452
+ * <li>
2453
+ * <p>
2454
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
2455
+ * </p>
2456
+ * </li>
2457
+ * </ul>
2458
+ */
2459
+ public listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
2460
+ public listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
2461
+ public listJobs(
2462
+ args: ListJobsCommandInput,
2463
+ options: __HttpHandlerOptions,
2464
+ cb: (err: any, data?: ListJobsCommandOutput) => void
2465
+ ): void;
2466
+ public listJobs(
2467
+ args: ListJobsCommandInput,
2468
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListJobsCommandOutput) => void),
2469
+ cb?: (err: any, data?: ListJobsCommandOutput) => void
2470
+ ): Promise<ListJobsCommandOutput> | void {
2471
+ const command = new ListJobsCommand(args);
2472
+ if (typeof optionsOrCb === "function") {
2473
+ this.send(command, optionsOrCb);
2474
+ } else if (typeof cb === "function") {
2475
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2476
+ this.send(command, optionsOrCb || {}, cb);
2477
+ } else {
2478
+ return this.send(command, optionsOrCb);
2479
+ }
2480
+ }
2481
+
2482
+ /**
2483
+ * <p>Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account. Each
2484
+ * call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be associated with
2485
+ * a single account.</p>
2486
+ * <p>This action will always be routed to the US West (Oregon) Region. For more
2487
+ * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
2488
+ * Multi-Region Access Points</a> in the
2489
+ * <i>Amazon S3 User Guide</i>.</p>
2490
+ * <p>The following actions are related to <code>ListMultiRegionAccessPoint</code>:</p>
2491
+ * <ul>
2492
+ * <li>
2493
+ * <p>
2494
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a>
2495
+ * </p>
2496
+ * </li>
2497
+ * <li>
2498
+ * <p>
2499
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteMultiRegionAccessPoint.html">DeleteMultiRegionAccessPoint</a>
2500
+ * </p>
2501
+ * </li>
2502
+ * <li>
2503
+ * <p>
2504
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeMultiRegionAccessPointOperation.html">DescribeMultiRegionAccessPointOperation</a>
2505
+ * </p>
2506
+ * </li>
2507
+ * <li>
2508
+ * <p>
2509
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPoint.html">GetMultiRegionAccessPoint</a>
2510
+ * </p>
2511
+ * </li>
2512
+ * </ul>
2513
+ */
2514
+ public listMultiRegionAccessPoints(
2515
+ args: ListMultiRegionAccessPointsCommandInput,
2516
+ options?: __HttpHandlerOptions
2517
+ ): Promise<ListMultiRegionAccessPointsCommandOutput>;
2518
+ public listMultiRegionAccessPoints(
2519
+ args: ListMultiRegionAccessPointsCommandInput,
2520
+ cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void
2521
+ ): void;
2522
+ public listMultiRegionAccessPoints(
2523
+ args: ListMultiRegionAccessPointsCommandInput,
2524
+ options: __HttpHandlerOptions,
2525
+ cb: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void
2526
+ ): void;
2527
+ public listMultiRegionAccessPoints(
2528
+ args: ListMultiRegionAccessPointsCommandInput,
2529
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void),
2530
+ cb?: (err: any, data?: ListMultiRegionAccessPointsCommandOutput) => void
2531
+ ): Promise<ListMultiRegionAccessPointsCommandOutput> | void {
2532
+ const command = new ListMultiRegionAccessPointsCommand(args);
2533
+ if (typeof optionsOrCb === "function") {
2534
+ this.send(command, optionsOrCb);
2535
+ } else if (typeof cb === "function") {
2536
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2537
+ this.send(command, optionsOrCb || {}, cb);
2538
+ } else {
2539
+ return this.send(command, optionsOrCb);
2540
+ }
2541
+ }
2542
+
2543
+ /**
2544
+ * <p>Returns a list of all Outposts buckets in an Outpost that are owned by the authenticated
2545
+ * 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
2546
+ * <i>Amazon S3 User Guide</i>.</p>
2547
+ * <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts
2548
+ * 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>
2549
+ */
2550
+ public listRegionalBuckets(
2551
+ args: ListRegionalBucketsCommandInput,
2552
+ options?: __HttpHandlerOptions
2553
+ ): Promise<ListRegionalBucketsCommandOutput>;
2554
+ public listRegionalBuckets(
2555
+ args: ListRegionalBucketsCommandInput,
2556
+ cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void
2557
+ ): void;
2558
+ public listRegionalBuckets(
2559
+ args: ListRegionalBucketsCommandInput,
2560
+ options: __HttpHandlerOptions,
2561
+ cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void
2562
+ ): void;
2563
+ public listRegionalBuckets(
2564
+ args: ListRegionalBucketsCommandInput,
2565
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRegionalBucketsCommandOutput) => void),
2566
+ cb?: (err: any, data?: ListRegionalBucketsCommandOutput) => void
2567
+ ): Promise<ListRegionalBucketsCommandOutput> | void {
2568
+ const command = new ListRegionalBucketsCommand(args);
2569
+ if (typeof optionsOrCb === "function") {
2570
+ this.send(command, optionsOrCb);
2571
+ } else if (typeof cb === "function") {
2572
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2573
+ this.send(command, optionsOrCb || {}, cb);
2574
+ } else {
2575
+ return this.send(command, optionsOrCb);
2576
+ }
2577
+ }
2578
+
2579
+ /**
2580
+ * <p>Gets a list of Amazon S3 Storage Lens configurations. For more information about S3 Storage Lens, see
2581
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
2582
+ * activity and usage with Amazon S3 Storage Lens </a> in the
2583
+ * <i>Amazon S3 User Guide</i>.</p>
2584
+ * <note>
2585
+ * <p>To use this action,
2586
+ * you must have permission to perform the <code>s3:ListStorageLensConfigurations</code> action. For more
2587
+ * 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
2588
+ * <i>Amazon S3 User Guide</i>.</p>
2589
+ * </note>
2590
+ */
2591
+ public listStorageLensConfigurations(
2592
+ args: ListStorageLensConfigurationsCommandInput,
2593
+ options?: __HttpHandlerOptions
2594
+ ): Promise<ListStorageLensConfigurationsCommandOutput>;
2595
+ public listStorageLensConfigurations(
2596
+ args: ListStorageLensConfigurationsCommandInput,
2597
+ cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void
2598
+ ): void;
2599
+ public listStorageLensConfigurations(
2600
+ args: ListStorageLensConfigurationsCommandInput,
2601
+ options: __HttpHandlerOptions,
2602
+ cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void
2603
+ ): void;
2604
+ public listStorageLensConfigurations(
2605
+ args: ListStorageLensConfigurationsCommandInput,
2606
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListStorageLensConfigurationsCommandOutput) => void),
2607
+ cb?: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void
2608
+ ): Promise<ListStorageLensConfigurationsCommandOutput> | void {
2609
+ const command = new ListStorageLensConfigurationsCommand(args);
2610
+ if (typeof optionsOrCb === "function") {
2611
+ this.send(command, optionsOrCb);
2612
+ } else if (typeof cb === "function") {
2613
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2614
+ this.send(command, optionsOrCb || {}, cb);
2615
+ } else {
2616
+ return this.send(command, optionsOrCb);
2617
+ }
2618
+ }
2619
+
2620
+ /**
2621
+ * <p>Replaces configuration for an Object Lambda Access Point.</p>
2622
+ * <p>The following actions are related to <code>PutAccessPointConfigurationForObjectLambda</code>:</p>
2623
+ * <ul>
2624
+ * <li>
2625
+ * <p>
2626
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointConfigurationForObjectLambda.html">GetAccessPointConfigurationForObjectLambda</a>
2627
+ * </p>
2628
+ * </li>
2629
+ * </ul>
2630
+ */
2631
+ public putAccessPointConfigurationForObjectLambda(
2632
+ args: PutAccessPointConfigurationForObjectLambdaCommandInput,
2633
+ options?: __HttpHandlerOptions
2634
+ ): Promise<PutAccessPointConfigurationForObjectLambdaCommandOutput>;
2635
+ public putAccessPointConfigurationForObjectLambda(
2636
+ args: PutAccessPointConfigurationForObjectLambdaCommandInput,
2637
+ cb: (err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void
2638
+ ): void;
2639
+ public putAccessPointConfigurationForObjectLambda(
2640
+ args: PutAccessPointConfigurationForObjectLambdaCommandInput,
2641
+ options: __HttpHandlerOptions,
2642
+ cb: (err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void
2643
+ ): void;
2644
+ public putAccessPointConfigurationForObjectLambda(
2645
+ args: PutAccessPointConfigurationForObjectLambdaCommandInput,
2646
+ optionsOrCb?:
2647
+ | __HttpHandlerOptions
2648
+ | ((err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void),
2649
+ cb?: (err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void
2650
+ ): Promise<PutAccessPointConfigurationForObjectLambdaCommandOutput> | void {
2651
+ const command = new PutAccessPointConfigurationForObjectLambdaCommand(args);
2652
+ if (typeof optionsOrCb === "function") {
2653
+ this.send(command, optionsOrCb);
2654
+ } else if (typeof cb === "function") {
2655
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2656
+ this.send(command, optionsOrCb || {}, cb);
2657
+ } else {
2658
+ return this.send(command, optionsOrCb);
2659
+ }
2660
+ }
2661
+
2662
+ /**
2663
+ * <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
2664
+ * replaces any existing policy associated with the specified access point.</p>
2665
+ * <p></p>
2666
+ * <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>
2667
+ * <p>The following actions are related to <code>PutAccessPointPolicy</code>:</p>
2668
+ * <ul>
2669
+ * <li>
2670
+ * <p>
2671
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicy.html">GetAccessPointPolicy</a>
2672
+ * </p>
2673
+ * </li>
2674
+ * <li>
2675
+ * <p>
2676
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicy.html">DeleteAccessPointPolicy</a>
2677
+ * </p>
2678
+ * </li>
2679
+ * </ul>
2680
+ */
2681
+ public putAccessPointPolicy(
2682
+ args: PutAccessPointPolicyCommandInput,
2683
+ options?: __HttpHandlerOptions
2684
+ ): Promise<PutAccessPointPolicyCommandOutput>;
2685
+ public putAccessPointPolicy(
2686
+ args: PutAccessPointPolicyCommandInput,
2687
+ cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void
2688
+ ): void;
2689
+ public putAccessPointPolicy(
2690
+ args: PutAccessPointPolicyCommandInput,
2691
+ options: __HttpHandlerOptions,
2692
+ cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void
2693
+ ): void;
2694
+ public putAccessPointPolicy(
2695
+ args: PutAccessPointPolicyCommandInput,
2696
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutAccessPointPolicyCommandOutput) => void),
2697
+ cb?: (err: any, data?: PutAccessPointPolicyCommandOutput) => void
2698
+ ): Promise<PutAccessPointPolicyCommandOutput> | void {
2699
+ const command = new PutAccessPointPolicyCommand(args);
2700
+ if (typeof optionsOrCb === "function") {
2701
+ this.send(command, optionsOrCb);
2702
+ } else if (typeof cb === "function") {
2703
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2704
+ this.send(command, optionsOrCb || {}, cb);
2705
+ } else {
2706
+ return this.send(command, optionsOrCb);
2707
+ }
2708
+ }
2709
+
2710
+ /**
2711
+ * <p>Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see
2712
+ * <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>
2713
+ * <p>The following actions are related to <code>PutAccessPointPolicyForObjectLambda</code>:</p>
2714
+ * <ul>
2715
+ * <li>
2716
+ * <p>
2717
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteAccessPointPolicyForObjectLambda.html">DeleteAccessPointPolicyForObjectLambda</a>
2718
+ * </p>
2719
+ * </li>
2720
+ * <li>
2721
+ * <p>
2722
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPointPolicyForObjectLambda.html">GetAccessPointPolicyForObjectLambda</a>
2723
+ * </p>
2724
+ * </li>
2725
+ * </ul>
2726
+ */
2727
+ public putAccessPointPolicyForObjectLambda(
2728
+ args: PutAccessPointPolicyForObjectLambdaCommandInput,
2729
+ options?: __HttpHandlerOptions
2730
+ ): Promise<PutAccessPointPolicyForObjectLambdaCommandOutput>;
2731
+ public putAccessPointPolicyForObjectLambda(
2732
+ args: PutAccessPointPolicyForObjectLambdaCommandInput,
2733
+ cb: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void
2734
+ ): void;
2735
+ public putAccessPointPolicyForObjectLambda(
2736
+ args: PutAccessPointPolicyForObjectLambdaCommandInput,
2737
+ options: __HttpHandlerOptions,
2738
+ cb: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void
2739
+ ): void;
2740
+ public putAccessPointPolicyForObjectLambda(
2741
+ args: PutAccessPointPolicyForObjectLambdaCommandInput,
2742
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void),
2743
+ cb?: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void
2744
+ ): Promise<PutAccessPointPolicyForObjectLambdaCommandOutput> | void {
2745
+ const command = new PutAccessPointPolicyForObjectLambdaCommand(args);
2746
+ if (typeof optionsOrCb === "function") {
2747
+ this.send(command, optionsOrCb);
2748
+ } else if (typeof cb === "function") {
2749
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2750
+ this.send(command, optionsOrCb || {}, cb);
2751
+ } else {
2752
+ return this.send(command, optionsOrCb);
2753
+ }
2754
+ }
2755
+
2756
+ /**
2757
+ * <note>
2758
+ * <p>This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a lifecycle configuration to an S3 bucket,
2759
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a> in the <i>Amazon S3 API Reference</i>.
2760
+ * </p>
2761
+ * </note>
2762
+ * <p>Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing
2763
+ * lifecycle configuration. Outposts buckets only support lifecycle configurations that delete/expire objects
2764
+ * after a certain period of time and abort incomplete multipart uploads.</p>
2765
+ * <p></p>
2766
+ * <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>
2767
+ * <p>The following actions are related to <code>PutBucketLifecycleConfiguration</code>:</p>
2768
+ * <ul>
2769
+ * <li>
2770
+ * <p>
2771
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a>
2772
+ * </p>
2773
+ * </li>
2774
+ * <li>
2775
+ * <p>
2776
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketLifecycleConfiguration.html">DeleteBucketLifecycleConfiguration</a>
2777
+ * </p>
2778
+ * </li>
2779
+ * </ul>
2780
+ */
2781
+ public putBucketLifecycleConfiguration(
2782
+ args: PutBucketLifecycleConfigurationCommandInput,
2783
+ options?: __HttpHandlerOptions
2784
+ ): Promise<PutBucketLifecycleConfigurationCommandOutput>;
2785
+ public putBucketLifecycleConfiguration(
2786
+ args: PutBucketLifecycleConfigurationCommandInput,
2787
+ cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
2788
+ ): void;
2789
+ public putBucketLifecycleConfiguration(
2790
+ args: PutBucketLifecycleConfigurationCommandInput,
2791
+ options: __HttpHandlerOptions,
2792
+ cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
2793
+ ): void;
2794
+ public putBucketLifecycleConfiguration(
2795
+ args: PutBucketLifecycleConfigurationCommandInput,
2796
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void),
2797
+ cb?: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
2798
+ ): Promise<PutBucketLifecycleConfigurationCommandOutput> | void {
2799
+ const command = new PutBucketLifecycleConfigurationCommand(args);
2800
+ if (typeof optionsOrCb === "function") {
2801
+ this.send(command, optionsOrCb);
2802
+ } else if (typeof cb === "function") {
2803
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2804
+ this.send(command, optionsOrCb || {}, cb);
2805
+ } else {
2806
+ return this.send(command, optionsOrCb);
2807
+ }
2808
+ }
2809
+
2810
+ /**
2811
+ * <note>
2812
+ * <p>This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an S3 bucket,
2813
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html">PutBucketPolicy</a> in the <i>Amazon S3 API Reference</i>.
2814
+ * </p>
2815
+ * </note>
2816
+ * <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
2817
+ * <i>Amazon S3 User Guide</i>.</p>
2818
+ * <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
2819
+ * Outposts bucket, the calling identity must have the <code>PutBucketPolicy</code>
2820
+ * permissions on the specified Outposts bucket and belong to the bucket owner's account in
2821
+ * order to use this action.</p>
2822
+ *
2823
+ * <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,
2824
+ * 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>
2825
+ *
2826
+ * <important>
2827
+ * <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
2828
+ * explicitly denies the root user the ability to perform this action.
2829
+ * </p>
2830
+ * </important>
2831
+ *
2832
+ *
2833
+ * <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>
2834
+ *
2835
+ * <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>
2836
+ *
2837
+ * <p>The following actions are related to <code>PutBucketPolicy</code>:</p>
2838
+ * <ul>
2839
+ * <li>
2840
+ * <p>
2841
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html">GetBucketPolicy</a>
2842
+ * </p>
2843
+ * </li>
2844
+ * <li>
2845
+ * <p>
2846
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html">DeleteBucketPolicy</a>
2847
+ * </p>
2848
+ * </li>
2849
+ * </ul>
2850
+ */
2851
+ public putBucketPolicy(
2852
+ args: PutBucketPolicyCommandInput,
2853
+ options?: __HttpHandlerOptions
2854
+ ): Promise<PutBucketPolicyCommandOutput>;
2855
+ public putBucketPolicy(
2856
+ args: PutBucketPolicyCommandInput,
2857
+ cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
2858
+ ): void;
2859
+ public putBucketPolicy(
2860
+ args: PutBucketPolicyCommandInput,
2861
+ options: __HttpHandlerOptions,
2862
+ cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
2863
+ ): void;
2864
+ public putBucketPolicy(
2865
+ args: PutBucketPolicyCommandInput,
2866
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutBucketPolicyCommandOutput) => void),
2867
+ cb?: (err: any, data?: PutBucketPolicyCommandOutput) => void
2868
+ ): Promise<PutBucketPolicyCommandOutput> | void {
2869
+ const command = new PutBucketPolicyCommand(args);
2870
+ if (typeof optionsOrCb === "function") {
2871
+ this.send(command, optionsOrCb);
2872
+ } else if (typeof cb === "function") {
2873
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2874
+ this.send(command, optionsOrCb || {}, cb);
2875
+ } else {
2876
+ return this.send(command, optionsOrCb);
2877
+ }
2878
+ }
2879
+
2880
+ /**
2881
+ * <note>
2882
+ * <p>This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see
2883
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html">PutBucketTagging</a> in the <i>Amazon S3 API Reference</i>. </p>
2884
+ * </note>
2885
+ * <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
2886
+ * <i>Amazon S3 User Guide</i>.</p>
2887
+ * <p>Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get your
2888
+ * Amazon Web Services account bill with tag key values included. Then, to see the cost of combined resources, organize your
2889
+ * billing information according to resources with the same tag key values. For example, you can tag several
2890
+ * resources with a specific application name, and then organize your billing information to see the total cost
2891
+ * of that application across several services. For more information, see
2892
+ * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Cost
2893
+ * allocation and tagging</a>.</p>
2894
+ *
2895
+ * <note>
2896
+ * <p>Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites
2897
+ * the old value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CostAllocTagging.html">
2898
+ * Using cost allocation in Amazon S3 bucket tags</a>.</p>
2899
+ * </note>
2900
+ * <p>To use this action, you must have permissions to perform the
2901
+ * <code>s3-outposts:PutBucketTagging</code> action. The Outposts bucket owner has this
2902
+ * permission by default and can grant this permission to others. For more information about
2903
+ * 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
2904
+ * resources</a>.</p>
2905
+ *
2906
+ * <p>
2907
+ * <code>PutBucketTagging</code> has the following special errors:</p>
2908
+ * <ul>
2909
+ * <li>
2910
+ * <p>Error code: <code>InvalidTagError</code>
2911
+ * </p>
2912
+ * <ul>
2913
+ * <li>
2914
+ * <p>Description: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation.
2915
+ * For information about tag restrictions, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">
2916
+ * User-Defined Tag Restrictions</a> and <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/aws-tag-restrictions.html">
2917
+ * Amazon Web Services-Generated Cost Allocation Tag Restrictions</a>.</p>
2918
+ * </li>
2919
+ * </ul>
2920
+ * </li>
2921
+ * <li>
2922
+ * <p>Error code: <code>MalformedXMLError</code>
2923
+ * </p>
2924
+ * <ul>
2925
+ * <li>
2926
+ * <p>Description: The XML provided does not match the schema.</p>
2927
+ * </li>
2928
+ * </ul>
2929
+ * </li>
2930
+ * <li>
2931
+ * <p>Error code: <code>OperationAbortedError </code>
2932
+ * </p>
2933
+ * <ul>
2934
+ * <li>
2935
+ * <p>Description: A conflicting conditional action is currently in progress against this
2936
+ * resource. Try again.</p>
2937
+ * </li>
2938
+ * </ul>
2939
+ * </li>
2940
+ * <li>
2941
+ * <p>Error code: <code>InternalError</code>
2942
+ * </p>
2943
+ * <ul>
2944
+ * <li>
2945
+ * <p>Description: The service was unable to apply the provided tag to the bucket.</p>
2946
+ * </li>
2947
+ * </ul>
2948
+ * </li>
2949
+ * </ul>
2950
+ * <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>
2951
+ *
2952
+ * <p>The following actions are related to <code>PutBucketTagging</code>:</p>
2953
+ * <ul>
2954
+ * <li>
2955
+ * <p>
2956
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketTagging.html">GetBucketTagging</a>
2957
+ * </p>
2958
+ * </li>
2959
+ * <li>
2960
+ * <p>
2961
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html">DeleteBucketTagging</a>
2962
+ * </p>
2963
+ * </li>
2964
+ * </ul>
2965
+ */
2966
+ public putBucketTagging(
2967
+ args: PutBucketTaggingCommandInput,
2968
+ options?: __HttpHandlerOptions
2969
+ ): Promise<PutBucketTaggingCommandOutput>;
2970
+ public putBucketTagging(
2971
+ args: PutBucketTaggingCommandInput,
2972
+ cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
2973
+ ): void;
2974
+ public putBucketTagging(
2975
+ args: PutBucketTaggingCommandInput,
2976
+ options: __HttpHandlerOptions,
2977
+ cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
2978
+ ): void;
2979
+ public putBucketTagging(
2980
+ args: PutBucketTaggingCommandInput,
2981
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutBucketTaggingCommandOutput) => void),
2982
+ cb?: (err: any, data?: PutBucketTaggingCommandOutput) => void
2983
+ ): Promise<PutBucketTaggingCommandOutput> | void {
2984
+ const command = new PutBucketTaggingCommand(args);
2985
+ if (typeof optionsOrCb === "function") {
2986
+ this.send(command, optionsOrCb);
2987
+ } else if (typeof cb === "function") {
2988
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2989
+ this.send(command, optionsOrCb || {}, cb);
2990
+ } else {
2991
+ return this.send(command, optionsOrCb);
2992
+ }
2993
+ }
2994
+
2995
+ /**
2996
+ * <p>Sets the supplied tag-set on an S3 Batch Operations job.</p>
2997
+ * <p>A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending
2998
+ * a PUT request against the tagging subresource that is associated with the job. To modify
2999
+ * the existing tag set, you can either replace the existing tag set entirely, or make changes
3000
+ * 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
3001
+ * 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
3002
+ * labeling jobs using tags</a> in the <i>Amazon S3 User Guide</i>. </p>
3003
+ * <p></p>
3004
+ * <note>
3005
+ * <ul>
3006
+ * <li>
3007
+ * <p>If you send this request with an empty tag set, Amazon S3 deletes the existing tag set on the
3008
+ * Batch Operations job. If you use this method, you are charged for a Tier 1 Request
3009
+ * (PUT). For more information, see <a href="http://aws.amazon.com/s3/pricing/">Amazon S3
3010
+ * pricing</a>.</p>
3011
+ * </li>
3012
+ * <li>
3013
+ * <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>
3014
+ * request is preferred because it achieves the same result without incurring
3015
+ * charges.</p>
3016
+ * </li>
3017
+ * <li>
3018
+ * <p>A few things to consider about using tags:</p>
3019
+ * <ul>
3020
+ * <li>
3021
+ * <p>Amazon S3 limits the maximum number of tags to 50 tags per job.</p>
3022
+ * </li>
3023
+ * <li>
3024
+ * <p>You can associate up to 50 tags with a job as long as they have unique tag keys.</p>
3025
+ * </li>
3026
+ * <li>
3027
+ * <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>
3028
+ * </li>
3029
+ * <li>
3030
+ * <p>The key and values are case sensitive.</p>
3031
+ * </li>
3032
+ * <li>
3033
+ * <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>
3034
+ * </li>
3035
+ * </ul>
3036
+ * </li>
3037
+ * </ul>
3038
+ * </note>
3039
+ * <p></p>
3040
+ * <p>To use this action, you must have permission to perform the <code>s3:PutJobTagging</code> action.</p>
3041
+ * <p>Related actions include:</p>
3042
+ * <ul>
3043
+ * <li>
3044
+ * <p>
3045
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreatJob</a>
3046
+ * </p>
3047
+ * </li>
3048
+ * <li>
3049
+ * <p>
3050
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>
3051
+ * </p>
3052
+ * </li>
3053
+ * <li>
3054
+ * <p>
3055
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html">DeleteJobTagging</a>
3056
+ * </p>
3057
+ * </li>
3058
+ * </ul>
3059
+ */
3060
+ public putJobTagging(
3061
+ args: PutJobTaggingCommandInput,
3062
+ options?: __HttpHandlerOptions
3063
+ ): Promise<PutJobTaggingCommandOutput>;
3064
+ public putJobTagging(
3065
+ args: PutJobTaggingCommandInput,
3066
+ cb: (err: any, data?: PutJobTaggingCommandOutput) => void
3067
+ ): void;
3068
+ public putJobTagging(
3069
+ args: PutJobTaggingCommandInput,
3070
+ options: __HttpHandlerOptions,
3071
+ cb: (err: any, data?: PutJobTaggingCommandOutput) => void
3072
+ ): void;
3073
+ public putJobTagging(
3074
+ args: PutJobTaggingCommandInput,
3075
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutJobTaggingCommandOutput) => void),
3076
+ cb?: (err: any, data?: PutJobTaggingCommandOutput) => void
3077
+ ): Promise<PutJobTaggingCommandOutput> | void {
3078
+ const command = new PutJobTaggingCommand(args);
3079
+ if (typeof optionsOrCb === "function") {
3080
+ this.send(command, optionsOrCb);
3081
+ } else if (typeof cb === "function") {
3082
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3083
+ this.send(command, optionsOrCb || {}, cb);
3084
+ } else {
3085
+ return this.send(command, optionsOrCb);
3086
+ }
3087
+ }
3088
+
3089
+ /**
3090
+ * <p>Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only
3091
+ * one policy, so a request made to this action replaces any existing policy that is
3092
+ * associated with the specified Multi-Region Access Point.</p>
3093
+ * <p>This action will always be routed to the US West (Oregon) Region. For more
3094
+ * information about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
3095
+ * Multi-Region Access Points</a> in the
3096
+ * <i>Amazon S3 User Guide</i>.</p>
3097
+ * <p>The following actions are related to <code>PutMultiRegionAccessPointPolicy</code>:</p>
3098
+ * <ul>
3099
+ * <li>
3100
+ * <p>
3101
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicy.html">GetMultiRegionAccessPointPolicy</a>
3102
+ * </p>
3103
+ * </li>
3104
+ * <li>
3105
+ * <p>
3106
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetMultiRegionAccessPointPolicyStatus.html">GetMultiRegionAccessPointPolicyStatus</a>
3107
+ * </p>
3108
+ * </li>
3109
+ * </ul>
3110
+ */
3111
+ public putMultiRegionAccessPointPolicy(
3112
+ args: PutMultiRegionAccessPointPolicyCommandInput,
3113
+ options?: __HttpHandlerOptions
3114
+ ): Promise<PutMultiRegionAccessPointPolicyCommandOutput>;
3115
+ public putMultiRegionAccessPointPolicy(
3116
+ args: PutMultiRegionAccessPointPolicyCommandInput,
3117
+ cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void
3118
+ ): void;
3119
+ public putMultiRegionAccessPointPolicy(
3120
+ args: PutMultiRegionAccessPointPolicyCommandInput,
3121
+ options: __HttpHandlerOptions,
3122
+ cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void
3123
+ ): void;
3124
+ public putMultiRegionAccessPointPolicy(
3125
+ args: PutMultiRegionAccessPointPolicyCommandInput,
3126
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void),
3127
+ cb?: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void
3128
+ ): Promise<PutMultiRegionAccessPointPolicyCommandOutput> | void {
3129
+ const command = new PutMultiRegionAccessPointPolicyCommand(args);
3130
+ if (typeof optionsOrCb === "function") {
3131
+ this.send(command, optionsOrCb);
3132
+ } else if (typeof cb === "function") {
3133
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3134
+ this.send(command, optionsOrCb || {}, cb);
3135
+ } else {
3136
+ return this.send(command, optionsOrCb);
3137
+ }
3138
+ }
3139
+
3140
+ /**
3141
+ * <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For
3142
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
3143
+ * public access</a>.</p>
3144
+ * <p>Related actions include:</p>
3145
+ * <ul>
3146
+ * <li>
3147
+ * <p>
3148
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetPublicAccessBlock.html">GetPublicAccessBlock</a>
3149
+ * </p>
3150
+ * </li>
3151
+ * <li>
3152
+ * <p>
3153
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeletePublicAccessBlock.html">DeletePublicAccessBlock</a>
3154
+ * </p>
3155
+ * </li>
3156
+ * </ul>
3157
+ */
3158
+ public putPublicAccessBlock(
3159
+ args: PutPublicAccessBlockCommandInput,
3160
+ options?: __HttpHandlerOptions
3161
+ ): Promise<PutPublicAccessBlockCommandOutput>;
3162
+ public putPublicAccessBlock(
3163
+ args: PutPublicAccessBlockCommandInput,
3164
+ cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
3165
+ ): void;
3166
+ public putPublicAccessBlock(
3167
+ args: PutPublicAccessBlockCommandInput,
3168
+ options: __HttpHandlerOptions,
3169
+ cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
3170
+ ): void;
3171
+ public putPublicAccessBlock(
3172
+ args: PutPublicAccessBlockCommandInput,
3173
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutPublicAccessBlockCommandOutput) => void),
3174
+ cb?: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
3175
+ ): Promise<PutPublicAccessBlockCommandOutput> | void {
3176
+ const command = new PutPublicAccessBlockCommand(args);
3177
+ if (typeof optionsOrCb === "function") {
3178
+ this.send(command, optionsOrCb);
3179
+ } else if (typeof cb === "function") {
3180
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3181
+ this.send(command, optionsOrCb || {}, cb);
3182
+ } else {
3183
+ return this.send(command, optionsOrCb);
3184
+ }
3185
+ }
3186
+
3187
+ /**
3188
+ * <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
3189
+ * Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
3190
+ * <note>
3191
+ * <p>To use this action,
3192
+ * you must have permission to perform the <code>s3:PutStorageLensConfiguration</code> action. For more
3193
+ * 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
3194
+ * <i>Amazon S3 User Guide</i>.</p>
3195
+ * </note>
3196
+ */
3197
+ public putStorageLensConfiguration(
3198
+ args: PutStorageLensConfigurationCommandInput,
3199
+ options?: __HttpHandlerOptions
3200
+ ): Promise<PutStorageLensConfigurationCommandOutput>;
3201
+ public putStorageLensConfiguration(
3202
+ args: PutStorageLensConfigurationCommandInput,
3203
+ cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void
3204
+ ): void;
3205
+ public putStorageLensConfiguration(
3206
+ args: PutStorageLensConfigurationCommandInput,
3207
+ options: __HttpHandlerOptions,
3208
+ cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void
3209
+ ): void;
3210
+ public putStorageLensConfiguration(
3211
+ args: PutStorageLensConfigurationCommandInput,
3212
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutStorageLensConfigurationCommandOutput) => void),
3213
+ cb?: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void
3214
+ ): Promise<PutStorageLensConfigurationCommandOutput> | void {
3215
+ const command = new PutStorageLensConfigurationCommand(args);
3216
+ if (typeof optionsOrCb === "function") {
3217
+ this.send(command, optionsOrCb);
3218
+ } else if (typeof cb === "function") {
3219
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3220
+ this.send(command, optionsOrCb || {}, cb);
3221
+ } else {
3222
+ return this.send(command, optionsOrCb);
3223
+ }
3224
+ }
3225
+
3226
+ /**
3227
+ * <p>Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
3228
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
3229
+ * activity and usage with Amazon S3 Storage Lens </a> in the
3230
+ * <i>Amazon S3 User Guide</i>.</p>
3231
+ * <note>
3232
+ * <p>To use this action,
3233
+ * you must have permission to perform the <code>s3:PutStorageLensConfigurationTagging</code> action. For more
3234
+ * 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
3235
+ * <i>Amazon S3 User Guide</i>.</p>
3236
+ * </note>
3237
+ */
3238
+ public putStorageLensConfigurationTagging(
3239
+ args: PutStorageLensConfigurationTaggingCommandInput,
3240
+ options?: __HttpHandlerOptions
3241
+ ): Promise<PutStorageLensConfigurationTaggingCommandOutput>;
3242
+ public putStorageLensConfigurationTagging(
3243
+ args: PutStorageLensConfigurationTaggingCommandInput,
3244
+ cb: (err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void
3245
+ ): void;
3246
+ public putStorageLensConfigurationTagging(
3247
+ args: PutStorageLensConfigurationTaggingCommandInput,
3248
+ options: __HttpHandlerOptions,
3249
+ cb: (err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void
3250
+ ): void;
3251
+ public putStorageLensConfigurationTagging(
3252
+ args: PutStorageLensConfigurationTaggingCommandInput,
3253
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void),
3254
+ cb?: (err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void
3255
+ ): Promise<PutStorageLensConfigurationTaggingCommandOutput> | void {
3256
+ const command = new PutStorageLensConfigurationTaggingCommand(args);
3257
+ if (typeof optionsOrCb === "function") {
3258
+ this.send(command, optionsOrCb);
3259
+ } else if (typeof cb === "function") {
3260
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3261
+ this.send(command, optionsOrCb || {}, cb);
3262
+ } else {
3263
+ return this.send(command, optionsOrCb);
3264
+ }
3265
+ }
3266
+
3267
+ /**
3268
+ * <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
3269
+ * <i>Amazon S3 User Guide</i>.</p>
3270
+ * <p></p>
3271
+ * <p>Related actions include:</p>
3272
+ * <ul>
3273
+ * <li>
3274
+ * <p>
3275
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
3276
+ * </p>
3277
+ * </li>
3278
+ * <li>
3279
+ * <p>
3280
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html">ListJobs</a>
3281
+ * </p>
3282
+ * </li>
3283
+ * <li>
3284
+ * <p>
3285
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
3286
+ * </p>
3287
+ * </li>
3288
+ * <li>
3289
+ * <p>
3290
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
3291
+ * </p>
3292
+ * </li>
3293
+ * </ul>
3294
+ */
3295
+ public updateJobPriority(
3296
+ args: UpdateJobPriorityCommandInput,
3297
+ options?: __HttpHandlerOptions
3298
+ ): Promise<UpdateJobPriorityCommandOutput>;
3299
+ public updateJobPriority(
3300
+ args: UpdateJobPriorityCommandInput,
3301
+ cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void
3302
+ ): void;
3303
+ public updateJobPriority(
3304
+ args: UpdateJobPriorityCommandInput,
3305
+ options: __HttpHandlerOptions,
3306
+ cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void
3307
+ ): void;
3308
+ public updateJobPriority(
3309
+ args: UpdateJobPriorityCommandInput,
3310
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateJobPriorityCommandOutput) => void),
3311
+ cb?: (err: any, data?: UpdateJobPriorityCommandOutput) => void
3312
+ ): Promise<UpdateJobPriorityCommandOutput> | void {
3313
+ const command = new UpdateJobPriorityCommand(args);
3314
+ if (typeof optionsOrCb === "function") {
3315
+ this.send(command, optionsOrCb);
3316
+ } else if (typeof cb === "function") {
3317
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3318
+ this.send(command, optionsOrCb || {}, cb);
3319
+ } else {
3320
+ return this.send(command, optionsOrCb);
3321
+ }
3322
+ }
3323
+
3324
+ /**
3325
+ * <p>Updates the status for the specified job. Use this action to confirm that you want to
3326
+ * 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
3327
+ * <i>Amazon S3 User Guide</i>.</p>
3328
+ * <p></p>
3329
+ * <p>Related actions include:</p>
3330
+ * <ul>
3331
+ * <li>
3332
+ * <p>
3333
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
3334
+ * </p>
3335
+ * </li>
3336
+ * <li>
3337
+ * <p>
3338
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_ListJobs.html">ListJobs</a>
3339
+ * </p>
3340
+ * </li>
3341
+ * <li>
3342
+ * <p>
3343
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DescribeJob.html">DescribeJob</a>
3344
+ * </p>
3345
+ * </li>
3346
+ * <li>
3347
+ * <p>
3348
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateJobStatus.html">UpdateJobStatus</a>
3349
+ * </p>
3350
+ * </li>
3351
+ * </ul>
3352
+ */
3353
+ public updateJobStatus(
3354
+ args: UpdateJobStatusCommandInput,
3355
+ options?: __HttpHandlerOptions
3356
+ ): Promise<UpdateJobStatusCommandOutput>;
3357
+ public updateJobStatus(
3358
+ args: UpdateJobStatusCommandInput,
3359
+ cb: (err: any, data?: UpdateJobStatusCommandOutput) => void
3360
+ ): void;
3361
+ public updateJobStatus(
3362
+ args: UpdateJobStatusCommandInput,
3363
+ options: __HttpHandlerOptions,
3364
+ cb: (err: any, data?: UpdateJobStatusCommandOutput) => void
3365
+ ): void;
3366
+ public updateJobStatus(
3367
+ args: UpdateJobStatusCommandInput,
3368
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateJobStatusCommandOutput) => void),
3369
+ cb?: (err: any, data?: UpdateJobStatusCommandOutput) => void
3370
+ ): Promise<UpdateJobStatusCommandOutput> | void {
3371
+ const command = new UpdateJobStatusCommand(args);
3372
+ if (typeof optionsOrCb === "function") {
3373
+ this.send(command, optionsOrCb);
3374
+ } else if (typeof cb === "function") {
3375
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
3376
+ this.send(command, optionsOrCb || {}, cb);
3377
+ } else {
3378
+ return this.send(command, optionsOrCb);
3379
+ }
3380
+ }
3381
+ }