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

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