@aws-sdk/client-s3-control 3.188.0 → 3.192.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 (270) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/S3ControlClient.js +12 -9
  3. package/dist-cjs/commands/CreateAccessPointCommand.js +13 -0
  4. package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +12 -0
  5. package/dist-cjs/commands/CreateBucketCommand.js +13 -0
  6. package/dist-cjs/commands/CreateJobCommand.js +12 -0
  7. package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +12 -0
  8. package/dist-cjs/commands/DeleteAccessPointCommand.js +13 -0
  9. package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +12 -0
  10. package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +13 -0
  11. package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +12 -0
  12. package/dist-cjs/commands/DeleteBucketCommand.js +13 -0
  13. package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +13 -0
  14. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +13 -0
  15. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +13 -0
  16. package/dist-cjs/commands/DeleteJobTaggingCommand.js +12 -0
  17. package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +12 -0
  18. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +12 -0
  19. package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +12 -0
  20. package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +12 -0
  21. package/dist-cjs/commands/DescribeJobCommand.js +12 -0
  22. package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +12 -0
  23. package/dist-cjs/commands/GetAccessPointCommand.js +13 -0
  24. package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +12 -0
  25. package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +12 -0
  26. package/dist-cjs/commands/GetAccessPointPolicyCommand.js +13 -0
  27. package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +12 -0
  28. package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +13 -0
  29. package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +12 -0
  30. package/dist-cjs/commands/GetBucketCommand.js +13 -0
  31. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +13 -0
  32. package/dist-cjs/commands/GetBucketPolicyCommand.js +13 -0
  33. package/dist-cjs/commands/GetBucketTaggingCommand.js +13 -0
  34. package/dist-cjs/commands/GetBucketVersioningCommand.js +11 -0
  35. package/dist-cjs/commands/GetJobTaggingCommand.js +12 -0
  36. package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +12 -0
  37. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +12 -0
  38. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +12 -0
  39. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +12 -0
  40. package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +12 -0
  41. package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +12 -0
  42. package/dist-cjs/commands/ListAccessPointsCommand.js +13 -0
  43. package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +12 -0
  44. package/dist-cjs/commands/ListJobsCommand.js +12 -0
  45. package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +12 -0
  46. package/dist-cjs/commands/ListRegionalBucketsCommand.js +13 -0
  47. package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +12 -0
  48. package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +12 -0
  49. package/dist-cjs/commands/PutAccessPointPolicyCommand.js +13 -0
  50. package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +12 -0
  51. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +13 -0
  52. package/dist-cjs/commands/PutBucketPolicyCommand.js +13 -0
  53. package/dist-cjs/commands/PutBucketTaggingCommand.js +13 -0
  54. package/dist-cjs/commands/PutBucketVersioningCommand.js +11 -0
  55. package/dist-cjs/commands/PutJobTaggingCommand.js +12 -0
  56. package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +12 -0
  57. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +12 -0
  58. package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +12 -0
  59. package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +12 -0
  60. package/dist-cjs/commands/UpdateJobPriorityCommand.js +12 -0
  61. package/dist-cjs/commands/UpdateJobStatusCommand.js +12 -0
  62. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  63. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  64. package/dist-cjs/endpoint/ruleset.js +2354 -0
  65. package/dist-cjs/protocols/Aws_restXml.js +12 -15
  66. package/dist-cjs/runtimeConfig.shared.js +3 -3
  67. package/dist-es/S3ControlClient.js +13 -10
  68. package/dist-es/commands/CreateAccessPointCommand.js +13 -0
  69. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +12 -0
  70. package/dist-es/commands/CreateBucketCommand.js +13 -0
  71. package/dist-es/commands/CreateJobCommand.js +12 -0
  72. package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +12 -0
  73. package/dist-es/commands/DeleteAccessPointCommand.js +13 -0
  74. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +12 -0
  75. package/dist-es/commands/DeleteAccessPointPolicyCommand.js +13 -0
  76. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +12 -0
  77. package/dist-es/commands/DeleteBucketCommand.js +13 -0
  78. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +13 -0
  79. package/dist-es/commands/DeleteBucketPolicyCommand.js +13 -0
  80. package/dist-es/commands/DeleteBucketTaggingCommand.js +13 -0
  81. package/dist-es/commands/DeleteJobTaggingCommand.js +12 -0
  82. package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +12 -0
  83. package/dist-es/commands/DeletePublicAccessBlockCommand.js +12 -0
  84. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +12 -0
  85. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +12 -0
  86. package/dist-es/commands/DescribeJobCommand.js +12 -0
  87. package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +12 -0
  88. package/dist-es/commands/GetAccessPointCommand.js +13 -0
  89. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +12 -0
  90. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +12 -0
  91. package/dist-es/commands/GetAccessPointPolicyCommand.js +13 -0
  92. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +12 -0
  93. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +13 -0
  94. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +12 -0
  95. package/dist-es/commands/GetBucketCommand.js +13 -0
  96. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +13 -0
  97. package/dist-es/commands/GetBucketPolicyCommand.js +13 -0
  98. package/dist-es/commands/GetBucketTaggingCommand.js +13 -0
  99. package/dist-es/commands/GetBucketVersioningCommand.js +11 -0
  100. package/dist-es/commands/GetJobTaggingCommand.js +12 -0
  101. package/dist-es/commands/GetMultiRegionAccessPointCommand.js +12 -0
  102. package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +12 -0
  103. package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +12 -0
  104. package/dist-es/commands/GetPublicAccessBlockCommand.js +12 -0
  105. package/dist-es/commands/GetStorageLensConfigurationCommand.js +12 -0
  106. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +12 -0
  107. package/dist-es/commands/ListAccessPointsCommand.js +13 -0
  108. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +12 -0
  109. package/dist-es/commands/ListJobsCommand.js +12 -0
  110. package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +12 -0
  111. package/dist-es/commands/ListRegionalBucketsCommand.js +13 -0
  112. package/dist-es/commands/ListStorageLensConfigurationsCommand.js +12 -0
  113. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +12 -0
  114. package/dist-es/commands/PutAccessPointPolicyCommand.js +13 -0
  115. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +12 -0
  116. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +13 -0
  117. package/dist-es/commands/PutBucketPolicyCommand.js +13 -0
  118. package/dist-es/commands/PutBucketTaggingCommand.js +13 -0
  119. package/dist-es/commands/PutBucketVersioningCommand.js +11 -0
  120. package/dist-es/commands/PutJobTaggingCommand.js +12 -0
  121. package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +12 -0
  122. package/dist-es/commands/PutPublicAccessBlockCommand.js +12 -0
  123. package/dist-es/commands/PutStorageLensConfigurationCommand.js +12 -0
  124. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +12 -0
  125. package/dist-es/commands/UpdateJobPriorityCommand.js +12 -0
  126. package/dist-es/commands/UpdateJobStatusCommand.js +12 -0
  127. package/dist-es/endpoint/EndpointParameters.js +8 -0
  128. package/dist-es/endpoint/endpointResolver.js +8 -0
  129. package/dist-es/endpoint/ruleset.js +2351 -0
  130. package/dist-es/protocols/Aws_restXml.js +12 -15
  131. package/dist-es/runtimeConfig.shared.js +2 -2
  132. package/dist-types/S3ControlClient.d.ts +6 -9
  133. package/dist-types/commands/CreateAccessPointCommand.d.ts +2 -0
  134. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +2 -0
  135. package/dist-types/commands/CreateBucketCommand.d.ts +2 -0
  136. package/dist-types/commands/CreateJobCommand.d.ts +2 -0
  137. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +2 -0
  138. package/dist-types/commands/DeleteAccessPointCommand.d.ts +2 -0
  139. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -0
  140. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +2 -0
  141. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
  142. package/dist-types/commands/DeleteBucketCommand.d.ts +2 -0
  143. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +2 -0
  144. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -0
  145. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -0
  146. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +2 -0
  147. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -0
  148. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
  149. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +2 -0
  150. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +2 -0
  151. package/dist-types/commands/DescribeJobCommand.d.ts +2 -0
  152. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -0
  153. package/dist-types/commands/GetAccessPointCommand.d.ts +2 -0
  154. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
  155. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +2 -0
  156. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +2 -0
  157. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
  158. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +2 -0
  159. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +2 -0
  160. package/dist-types/commands/GetBucketCommand.d.ts +2 -0
  161. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
  162. package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -0
  163. package/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -0
  164. package/dist-types/commands/GetBucketVersioningCommand.d.ts +2 -0
  165. package/dist-types/commands/GetJobTaggingCommand.d.ts +2 -0
  166. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +2 -0
  167. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +2 -0
  168. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +2 -0
  169. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -0
  170. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +2 -0
  171. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +2 -0
  172. package/dist-types/commands/ListAccessPointsCommand.d.ts +2 -0
  173. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +2 -0
  174. package/dist-types/commands/ListJobsCommand.d.ts +2 -0
  175. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -0
  176. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +2 -0
  177. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +2 -0
  178. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
  179. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +2 -0
  180. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
  181. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
  182. package/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -0
  183. package/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -0
  184. package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -0
  185. package/dist-types/commands/PutJobTaggingCommand.d.ts +2 -0
  186. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -0
  187. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -0
  188. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +2 -0
  189. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +2 -0
  190. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +2 -0
  191. package/dist-types/commands/UpdateJobStatusCommand.d.ts +2 -0
  192. package/dist-types/endpoint/EndpointParameters.d.ts +26 -0
  193. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  194. package/dist-types/endpoint/ruleset.d.ts +2 -0
  195. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  196. package/dist-types/runtimeConfig.d.ts +4 -2
  197. package/dist-types/runtimeConfig.native.d.ts +4 -2
  198. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  199. package/dist-types/ts3.4/S3ControlClient.d.ts +15 -8
  200. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +2 -0
  201. package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +2 -0
  202. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +2 -0
  203. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -0
  204. package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +2 -0
  205. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +2 -0
  206. package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -0
  207. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +2 -0
  208. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
  209. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -0
  210. package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +2 -0
  211. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +2 -0
  212. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +2 -0
  213. package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +2 -0
  214. package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -0
  215. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
  216. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +2 -0
  217. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +2 -0
  218. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +2 -0
  219. package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -0
  220. package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +2 -0
  221. package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
  222. package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +2 -0
  223. package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +2 -0
  224. package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
  225. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +2 -0
  226. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +2 -0
  227. package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +2 -0
  228. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
  229. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +2 -0
  230. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +2 -0
  231. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +2 -0
  232. package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +2 -0
  233. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +2 -0
  234. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +2 -0
  235. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +2 -0
  236. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +2 -0
  237. package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +2 -0
  238. package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +2 -0
  239. package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +2 -0
  240. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +2 -0
  241. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -0
  242. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -0
  243. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +2 -0
  244. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +2 -0
  245. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
  246. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +2 -0
  247. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
  248. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
  249. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -0
  250. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -0
  251. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +2 -0
  252. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +2 -0
  253. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -0
  254. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +2 -0
  255. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +2 -0
  256. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +2 -0
  257. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +2 -0
  258. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +2 -0
  259. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
  260. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  261. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  262. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  263. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  264. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  265. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  266. package/package.json +32 -31
  267. package/dist-cjs/endpoints.js +0 -467
  268. package/dist-es/endpoints.js +0 -463
  269. package/dist-types/endpoints.d.ts +0 -2
  270. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -106,7 +106,7 @@ export const serializeAws_restXmlCreateBucketCommand = async (input, context) =>
106
106
  ],
107
107
  "x-amz-outpost-id": input.OutpostId,
108
108
  });
109
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/{Bucket}";
109
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket";
110
110
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
111
111
  let body;
112
112
  if (input.CreateBucketConfiguration !== undefined) {
@@ -378,7 +378,7 @@ export const serializeAws_restXmlDeleteBucketCommand = async (input, context) =>
378
378
  const headers = map({}, isSerializableHeaderValue, {
379
379
  "x-amz-account-id": input.AccountId,
380
380
  });
381
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/{Bucket}";
381
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket";
382
382
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
383
383
  let body;
384
384
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -407,8 +407,7 @@ export const serializeAws_restXmlDeleteBucketLifecycleConfigurationCommand = asy
407
407
  const headers = map({}, isSerializableHeaderValue, {
408
408
  "x-amz-account-id": input.AccountId,
409
409
  });
410
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
411
- "/v20180820/bucket/{Bucket}/lifecycleconfiguration";
410
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/lifecycleconfiguration";
412
411
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
413
412
  let body;
414
413
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -437,7 +436,7 @@ export const serializeAws_restXmlDeleteBucketPolicyCommand = async (input, conte
437
436
  const headers = map({}, isSerializableHeaderValue, {
438
437
  "x-amz-account-id": input.AccountId,
439
438
  });
440
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/{Bucket}/policy";
439
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/policy";
441
440
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
442
441
  let body;
443
442
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -466,7 +465,7 @@ export const serializeAws_restXmlDeleteBucketTaggingCommand = async (input, cont
466
465
  const headers = map({}, isSerializableHeaderValue, {
467
466
  "x-amz-account-id": input.AccountId,
468
467
  });
469
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/{Bucket}/tagging";
468
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/tagging";
470
469
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
471
470
  let body;
472
471
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -922,7 +921,7 @@ export const serializeAws_restXmlGetBucketCommand = async (input, context) => {
922
921
  const headers = map({}, isSerializableHeaderValue, {
923
922
  "x-amz-account-id": input.AccountId,
924
923
  });
925
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/{Bucket}";
924
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket";
926
925
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
927
926
  let body;
928
927
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -951,8 +950,7 @@ export const serializeAws_restXmlGetBucketLifecycleConfigurationCommand = async
951
950
  const headers = map({}, isSerializableHeaderValue, {
952
951
  "x-amz-account-id": input.AccountId,
953
952
  });
954
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
955
- "/v20180820/bucket/{Bucket}/lifecycleconfiguration";
953
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/lifecycleconfiguration";
956
954
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
957
955
  let body;
958
956
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -981,7 +979,7 @@ export const serializeAws_restXmlGetBucketPolicyCommand = async (input, context)
981
979
  const headers = map({}, isSerializableHeaderValue, {
982
980
  "x-amz-account-id": input.AccountId,
983
981
  });
984
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/{Bucket}/policy";
982
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/policy";
985
983
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
986
984
  let body;
987
985
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -1010,7 +1008,7 @@ export const serializeAws_restXmlGetBucketTaggingCommand = async (input, context
1010
1008
  const headers = map({}, isSerializableHeaderValue, {
1011
1009
  "x-amz-account-id": input.AccountId,
1012
1010
  });
1013
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/{Bucket}/tagging";
1011
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/tagging";
1014
1012
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
1015
1013
  let body;
1016
1014
  let { hostname: resolvedHostname } = await context.endpoint();
@@ -1589,8 +1587,7 @@ export const serializeAws_restXmlPutBucketLifecycleConfigurationCommand = async
1589
1587
  "content-type": "application/xml",
1590
1588
  "x-amz-account-id": input.AccountId,
1591
1589
  });
1592
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` +
1593
- "/v20180820/bucket/{Bucket}/lifecycleconfiguration";
1590
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/lifecycleconfiguration";
1594
1591
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
1595
1592
  let body;
1596
1593
  if (input.LifecycleConfiguration !== undefined) {
@@ -1634,7 +1631,7 @@ export const serializeAws_restXmlPutBucketPolicyCommand = async (input, context)
1634
1631
  () => input.ConfirmRemoveSelfBucketAccess.toString(),
1635
1632
  ],
1636
1633
  });
1637
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/{Bucket}/policy";
1634
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/policy";
1638
1635
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
1639
1636
  let body;
1640
1637
  body = '<?xml version="1.0" encoding="UTF-8"?>';
@@ -1672,7 +1669,7 @@ export const serializeAws_restXmlPutBucketTaggingCommand = async (input, context
1672
1669
  "content-type": "application/xml",
1673
1670
  "x-amz-account-id": input.AccountId,
1674
1671
  });
1675
- let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/{Bucket}/tagging";
1672
+ let resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/v20180820/bucket/tagging";
1676
1673
  resolvedPath = __resolvedPath(resolvedPath, input, "Bucket", () => input.Bucket, "{Bucket}", false);
1677
1674
  let body;
1678
1675
  if (input.Tagging !== undefined) {
@@ -1,10 +1,10 @@
1
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
- import { defaultRegionInfoProvider } from "./endpoints";
2
+ import { defaultEndpointResolver } from "./endpoint/endpointResolver";
3
3
  export const getRuntimeConfig = (config) => ({
4
4
  apiVersion: "2018-08-20",
5
5
  disableHostPrefix: config?.disableHostPrefix ?? false,
6
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
6
7
  logger: config?.logger ?? {},
7
- regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
8
8
  serviceId: config?.serviceId ?? "S3 Control",
9
9
  signingEscapePath: config?.signingEscapePath ?? false,
10
10
  urlParser: config?.urlParser ?? parseUrl,
@@ -1,5 +1,6 @@
1
1
  /// <reference types="node" />
2
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
3
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
3
4
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
4
5
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
5
6
  import { S3ControlInputConfig, S3ControlResolvedConfig } from "@aws-sdk/middleware-sdk-s3-control";
@@ -7,7 +8,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
7
8
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
8
9
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
9
10
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
10
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
11
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
11
12
  import { Readable } from "stream";
12
13
  import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
13
14
  import { CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput } from "./commands/CreateAccessPointForObjectLambdaCommand";
@@ -68,6 +69,7 @@ import { PutStorageLensConfigurationCommandInput, PutStorageLensConfigurationCom
68
69
  import { PutStorageLensConfigurationTaggingCommandInput, PutStorageLensConfigurationTaggingCommandOutput } from "./commands/PutStorageLensConfigurationTaggingCommand";
69
70
  import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "./commands/UpdateJobPriorityCommand";
70
71
  import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "./commands/UpdateJobStatusCommand";
72
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
71
73
  export declare type ServiceInputTypes = CreateAccessPointCommandInput | CreateAccessPointForObjectLambdaCommandInput | CreateBucketCommandInput | CreateJobCommandInput | CreateMultiRegionAccessPointCommandInput | DeleteAccessPointCommandInput | DeleteAccessPointForObjectLambdaCommandInput | DeleteAccessPointPolicyCommandInput | DeleteAccessPointPolicyForObjectLambdaCommandInput | DeleteBucketCommandInput | DeleteBucketLifecycleConfigurationCommandInput | DeleteBucketPolicyCommandInput | DeleteBucketTaggingCommandInput | DeleteJobTaggingCommandInput | DeleteMultiRegionAccessPointCommandInput | DeletePublicAccessBlockCommandInput | DeleteStorageLensConfigurationCommandInput | DeleteStorageLensConfigurationTaggingCommandInput | DescribeJobCommandInput | DescribeMultiRegionAccessPointOperationCommandInput | GetAccessPointCommandInput | GetAccessPointConfigurationForObjectLambdaCommandInput | GetAccessPointForObjectLambdaCommandInput | GetAccessPointPolicyCommandInput | GetAccessPointPolicyForObjectLambdaCommandInput | GetAccessPointPolicyStatusCommandInput | GetAccessPointPolicyStatusForObjectLambdaCommandInput | GetBucketCommandInput | GetBucketLifecycleConfigurationCommandInput | GetBucketPolicyCommandInput | GetBucketTaggingCommandInput | GetBucketVersioningCommandInput | GetJobTaggingCommandInput | GetMultiRegionAccessPointCommandInput | GetMultiRegionAccessPointPolicyCommandInput | GetMultiRegionAccessPointPolicyStatusCommandInput | GetPublicAccessBlockCommandInput | GetStorageLensConfigurationCommandInput | GetStorageLensConfigurationTaggingCommandInput | ListAccessPointsCommandInput | ListAccessPointsForObjectLambdaCommandInput | ListJobsCommandInput | ListMultiRegionAccessPointsCommandInput | ListRegionalBucketsCommandInput | ListStorageLensConfigurationsCommandInput | PutAccessPointConfigurationForObjectLambdaCommandInput | PutAccessPointPolicyCommandInput | PutAccessPointPolicyForObjectLambdaCommandInput | PutBucketLifecycleConfigurationCommandInput | PutBucketPolicyCommandInput | PutBucketTaggingCommandInput | PutBucketVersioningCommandInput | PutJobTaggingCommandInput | PutMultiRegionAccessPointPolicyCommandInput | PutPublicAccessBlockCommandInput | PutStorageLensConfigurationCommandInput | PutStorageLensConfigurationTaggingCommandInput | UpdateJobPriorityCommandInput | UpdateJobStatusCommandInput;
72
74
  export declare type ServiceOutputTypes = CreateAccessPointCommandOutput | CreateAccessPointForObjectLambdaCommandOutput | CreateBucketCommandOutput | CreateJobCommandOutput | CreateMultiRegionAccessPointCommandOutput | DeleteAccessPointCommandOutput | DeleteAccessPointForObjectLambdaCommandOutput | DeleteAccessPointPolicyCommandOutput | DeleteAccessPointPolicyForObjectLambdaCommandOutput | DeleteBucketCommandOutput | DeleteBucketLifecycleConfigurationCommandOutput | DeleteBucketPolicyCommandOutput | DeleteBucketTaggingCommandOutput | DeleteJobTaggingCommandOutput | DeleteMultiRegionAccessPointCommandOutput | DeletePublicAccessBlockCommandOutput | DeleteStorageLensConfigurationCommandOutput | DeleteStorageLensConfigurationTaggingCommandOutput | DescribeJobCommandOutput | DescribeMultiRegionAccessPointOperationCommandOutput | GetAccessPointCommandOutput | GetAccessPointConfigurationForObjectLambdaCommandOutput | GetAccessPointForObjectLambdaCommandOutput | GetAccessPointPolicyCommandOutput | GetAccessPointPolicyForObjectLambdaCommandOutput | GetAccessPointPolicyStatusCommandOutput | GetAccessPointPolicyStatusForObjectLambdaCommandOutput | GetBucketCommandOutput | GetBucketLifecycleConfigurationCommandOutput | GetBucketPolicyCommandOutput | GetBucketTaggingCommandOutput | GetBucketVersioningCommandOutput | GetJobTaggingCommandOutput | GetMultiRegionAccessPointCommandOutput | GetMultiRegionAccessPointPolicyCommandOutput | GetMultiRegionAccessPointPolicyStatusCommandOutput | GetPublicAccessBlockCommandOutput | GetStorageLensConfigurationCommandOutput | GetStorageLensConfigurationTaggingCommandOutput | ListAccessPointsCommandOutput | ListAccessPointsForObjectLambdaCommandOutput | ListJobsCommandOutput | ListMultiRegionAccessPointsCommandOutput | ListRegionalBucketsCommandOutput | ListStorageLensConfigurationsCommandOutput | PutAccessPointConfigurationForObjectLambdaCommandOutput | PutAccessPointPolicyCommandOutput | PutAccessPointPolicyForObjectLambdaCommandOutput | PutBucketLifecycleConfigurationCommandOutput | PutBucketPolicyCommandOutput | PutBucketTaggingCommandOutput | PutBucketVersioningCommandOutput | PutJobTaggingCommandOutput | PutMultiRegionAccessPointPolicyCommandOutput | PutPublicAccessBlockCommandOutput | PutStorageLensConfigurationCommandOutput | PutStorageLensConfigurationTaggingCommandOutput | UpdateJobPriorityCommandOutput | UpdateJobStatusCommandOutput;
73
75
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -160,11 +162,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
160
162
  * @internal
161
163
  */
162
164
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
163
- /**
164
- * Fetch related hostname, signing name or signing region with given region.
165
- * @internal
166
- */
167
- regionInfoProvider?: RegionInfoProvider;
168
165
  /**
169
166
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
170
167
  * @internal
@@ -187,13 +184,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
187
184
  */
188
185
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
189
186
  }
190
- declare type S3ControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & S3ControlInputConfig & UserAgentInputConfig;
187
+ declare type S3ControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & S3ControlInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
191
188
  /**
192
189
  * The configuration interface of S3ControlClient class constructor that set the region, credentials and other options.
193
190
  */
194
191
  export interface S3ControlClientConfig extends S3ControlClientConfigType {
195
192
  }
196
- declare type S3ControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & S3ControlResolvedConfig & UserAgentResolvedConfig;
193
+ declare type S3ControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & S3ControlResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
197
194
  /**
198
195
  * The resolved configuration interface of S3ControlClient class. This is resolved and normalized from the {@link S3ControlClientConfig | constructor configuration interface}.
199
196
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateAccessPointRequest, CreateAccessPointResult } from "../models/models_0";
@@ -55,6 +56,7 @@ export interface CreateAccessPointCommandOutput extends CreateAccessPointResult,
55
56
  */
56
57
  export declare class CreateAccessPointCommand extends $Command<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3ControlClientResolvedConfig> {
57
58
  readonly input: CreateAccessPointCommandInput;
59
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
60
  constructor(input: CreateAccessPointCommandInput);
59
61
  /**
60
62
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateAccessPointForObjectLambdaRequest, CreateAccessPointForObjectLambdaResult } from "../models/models_0";
@@ -45,6 +46,7 @@ export interface CreateAccessPointForObjectLambdaCommandOutput extends CreateAcc
45
46
  */
46
47
  export declare class CreateAccessPointForObjectLambdaCommand extends $Command<CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
47
48
  readonly input: CreateAccessPointForObjectLambdaCommandInput;
49
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
50
  constructor(input: CreateAccessPointForObjectLambdaCommandInput);
49
51
  /**
50
52
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateBucketRequest, CreateBucketResult } from "../models/models_0";
@@ -79,6 +80,7 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat
79
80
  */
80
81
  export declare class CreateBucketCommand extends $Command<CreateBucketCommandInput, CreateBucketCommandOutput, S3ControlClientResolvedConfig> {
81
82
  readonly input: CreateBucketCommandInput;
83
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
84
  constructor(input: CreateBucketCommandInput);
83
85
  /**
84
86
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateJobRequest, CreateJobResult } from "../models/models_0";
@@ -57,6 +58,7 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
57
58
  */
58
59
  export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, S3ControlClientResolvedConfig> {
59
60
  readonly input: CreateJobCommandInput;
61
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
62
  constructor(input: CreateJobCommandInput);
61
63
  /**
62
64
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateMultiRegionAccessPointRequest, CreateMultiRegionAccessPointResult } from "../models/models_0";
@@ -57,6 +58,7 @@ export interface CreateMultiRegionAccessPointCommandOutput extends CreateMultiRe
57
58
  */
58
59
  export declare class CreateMultiRegionAccessPointCommand extends $Command<CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
59
60
  readonly input: CreateMultiRegionAccessPointCommandInput;
61
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
62
  constructor(input: CreateMultiRegionAccessPointCommandInput);
61
63
  /**
62
64
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteAccessPointRequest } from "../models/models_0";
@@ -45,6 +46,7 @@ export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
45
46
  */
46
47
  export declare class DeleteAccessPointCommand extends $Command<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3ControlClientResolvedConfig> {
47
48
  readonly input: DeleteAccessPointCommandInput;
49
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
50
  constructor(input: DeleteAccessPointCommandInput);
49
51
  /**
50
52
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteAccessPointForObjectLambdaRequest } from "../models/models_0";
@@ -44,6 +45,7 @@ export interface DeleteAccessPointForObjectLambdaCommandOutput extends __Metadat
44
45
  */
45
46
  export declare class DeleteAccessPointForObjectLambdaCommand extends $Command<DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
46
47
  readonly input: DeleteAccessPointForObjectLambdaCommandInput;
48
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
49
  constructor(input: DeleteAccessPointForObjectLambdaCommandInput);
48
50
  /**
49
51
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteAccessPointPolicyRequest } from "../models/models_0";
@@ -40,6 +41,7 @@ export interface DeleteAccessPointPolicyCommandOutput extends __MetadataBearer {
40
41
  */
41
42
  export declare class DeleteAccessPointPolicyCommand extends $Command<DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
42
43
  readonly input: DeleteAccessPointPolicyCommandInput;
44
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
43
45
  constructor(input: DeleteAccessPointPolicyCommandInput);
44
46
  /**
45
47
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteAccessPointPolicyForObjectLambdaRequest } from "../models/models_0";
@@ -39,6 +40,7 @@ export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __M
39
40
  */
40
41
  export declare class DeleteAccessPointPolicyForObjectLambdaCommand extends $Command<DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
41
42
  readonly input: DeleteAccessPointPolicyForObjectLambdaCommandInput;
43
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
42
44
  constructor(input: DeleteAccessPointPolicyForObjectLambdaCommandInput);
43
45
  /**
44
46
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteBucketRequest } from "../models/models_0";
@@ -52,6 +53,7 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {
52
53
  */
53
54
  export declare class DeleteBucketCommand extends $Command<DeleteBucketCommandInput, DeleteBucketCommandOutput, S3ControlClientResolvedConfig> {
54
55
  readonly input: DeleteBucketCommandInput;
56
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
57
  constructor(input: DeleteBucketCommandInput);
56
58
  /**
57
59
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteBucketLifecycleConfigurationRequest } from "../models/models_0";
@@ -54,6 +55,7 @@ export interface DeleteBucketLifecycleConfigurationCommandOutput extends __Metad
54
55
  */
55
56
  export declare class DeleteBucketLifecycleConfigurationCommand extends $Command<DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
56
57
  readonly input: DeleteBucketLifecycleConfigurationCommandInput;
58
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
59
  constructor(input: DeleteBucketLifecycleConfigurationCommandInput);
58
60
  /**
59
61
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteBucketPolicyRequest } from "../models/models_0";
@@ -66,6 +67,7 @@ export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {
66
67
  */
67
68
  export declare class DeleteBucketPolicyCommand extends $Command<DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
68
69
  readonly input: DeleteBucketPolicyCommandInput;
70
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
71
  constructor(input: DeleteBucketPolicyCommandInput);
70
72
  /**
71
73
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteBucketTaggingRequest } from "../models/models_0";
@@ -50,6 +51,7 @@ export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {
50
51
  */
51
52
  export declare class DeleteBucketTaggingCommand extends $Command<DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
52
53
  readonly input: DeleteBucketTaggingCommandInput;
54
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
55
  constructor(input: DeleteBucketTaggingCommandInput);
54
56
  /**
55
57
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteJobTaggingRequest, DeleteJobTaggingResult } from "../models/models_0";
@@ -48,6 +49,7 @@ export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, _
48
49
  */
49
50
  export declare class DeleteJobTaggingCommand extends $Command<DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
50
51
  readonly input: DeleteJobTaggingCommandInput;
52
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
53
  constructor(input: DeleteJobTaggingCommandInput);
52
54
  /**
53
55
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteMultiRegionAccessPointRequest, DeleteMultiRegionAccessPointResult } from "../models/models_0";
@@ -56,6 +57,7 @@ export interface DeleteMultiRegionAccessPointCommandOutput extends DeleteMultiRe
56
57
  */
57
58
  export declare class DeleteMultiRegionAccessPointCommand extends $Command<DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
58
59
  readonly input: DeleteMultiRegionAccessPointCommandInput;
60
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
61
  constructor(input: DeleteMultiRegionAccessPointCommandInput);
60
62
  /**
61
63
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeletePublicAccessBlockRequest } from "../models/models_0";
@@ -40,6 +41,7 @@ export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {
40
41
  */
41
42
  export declare class DeletePublicAccessBlockCommand extends $Command<DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
42
43
  readonly input: DeletePublicAccessBlockCommandInput;
44
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
43
45
  constructor(input: DeletePublicAccessBlockCommandInput);
44
46
  /**
45
47
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteStorageLensConfigurationRequest } from "../models/models_0";
@@ -33,6 +34,7 @@ export interface DeleteStorageLensConfigurationCommandOutput extends __MetadataB
33
34
  */
34
35
  export declare class DeleteStorageLensConfigurationCommand extends $Command<DeleteStorageLensConfigurationCommandInput, DeleteStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
35
36
  readonly input: DeleteStorageLensConfigurationCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: DeleteStorageLensConfigurationCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteStorageLensConfigurationTaggingRequest, DeleteStorageLensConfigurationTaggingResult } from "../models/models_0";
@@ -34,6 +35,7 @@ export interface DeleteStorageLensConfigurationTaggingCommandOutput extends Dele
34
35
  */
35
36
  export declare class DeleteStorageLensConfigurationTaggingCommand extends $Command<DeleteStorageLensConfigurationTaggingCommandInput, DeleteStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
36
37
  readonly input: DeleteStorageLensConfigurationTaggingCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: DeleteStorageLensConfigurationTaggingCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
@@ -50,6 +51,7 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
50
51
  */
51
52
  export declare class DescribeJobCommand extends $Command<DescribeJobCommandInput, DescribeJobCommandOutput, S3ControlClientResolvedConfig> {
52
53
  readonly input: DescribeJobCommandInput;
54
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
55
  constructor(input: DescribeJobCommandInput);
54
56
  /**
55
57
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeMultiRegionAccessPointOperationRequest, DescribeMultiRegionAccessPointOperationResult } from "../models/models_0";
@@ -50,6 +51,7 @@ export interface DescribeMultiRegionAccessPointOperationCommandOutput extends De
50
51
  */
51
52
  export declare class DescribeMultiRegionAccessPointOperationCommand extends $Command<DescribeMultiRegionAccessPointOperationCommandInput, DescribeMultiRegionAccessPointOperationCommandOutput, S3ControlClientResolvedConfig> {
52
53
  readonly input: DescribeMultiRegionAccessPointOperationCommandInput;
54
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
55
  constructor(input: DescribeMultiRegionAccessPointOperationCommandInput);
54
56
  /**
55
57
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetAccessPointRequest, GetAccessPointResult } from "../models/models_0";
@@ -46,6 +47,7 @@ export interface GetAccessPointCommandOutput extends GetAccessPointResult, __Met
46
47
  */
47
48
  export declare class GetAccessPointCommand extends $Command<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3ControlClientResolvedConfig> {
48
49
  readonly input: GetAccessPointCommandInput;
50
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
51
  constructor(input: GetAccessPointCommandInput);
50
52
  /**
51
53
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetAccessPointConfigurationForObjectLambdaRequest, GetAccessPointConfigurationForObjectLambdaResult } from "../models/models_0";
@@ -34,6 +35,7 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandOutput extends
34
35
  */
35
36
  export declare class GetAccessPointConfigurationForObjectLambdaCommand extends $Command<GetAccessPointConfigurationForObjectLambdaCommandInput, GetAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
36
37
  readonly input: GetAccessPointConfigurationForObjectLambdaCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: GetAccessPointConfigurationForObjectLambdaCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetAccessPointForObjectLambdaRequest, GetAccessPointForObjectLambdaResult } from "../models/models_0";
@@ -43,6 +44,7 @@ export interface GetAccessPointForObjectLambdaCommandOutput extends GetAccessPoi
43
44
  */
44
45
  export declare class GetAccessPointForObjectLambdaCommand extends $Command<GetAccessPointForObjectLambdaCommandInput, GetAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
45
46
  readonly input: GetAccessPointForObjectLambdaCommandInput;
47
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
46
48
  constructor(input: GetAccessPointForObjectLambdaCommandInput);
47
49
  /**
48
50
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetAccessPointPolicyRequest, GetAccessPointPolicyResult } from "../models/models_0";
@@ -38,6 +39,7 @@ export interface GetAccessPointPolicyCommandOutput extends GetAccessPointPolicyR
38
39
  */
39
40
  export declare class GetAccessPointPolicyCommand extends $Command<GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
40
41
  readonly input: GetAccessPointPolicyCommandInput;
42
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
41
43
  constructor(input: GetAccessPointPolicyCommandInput);
42
44
  /**
43
45
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetAccessPointPolicyForObjectLambdaRequest, GetAccessPointPolicyForObjectLambdaResult } from "../models/models_0";
@@ -39,6 +40,7 @@ export interface GetAccessPointPolicyForObjectLambdaCommandOutput extends GetAcc
39
40
  */
40
41
  export declare class GetAccessPointPolicyForObjectLambdaCommand extends $Command<GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
41
42
  readonly input: GetAccessPointPolicyForObjectLambdaCommandInput;
43
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
42
44
  constructor(input: GetAccessPointPolicyForObjectLambdaCommandInput);
43
45
  /**
44
46
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetAccessPointPolicyStatusRequest, GetAccessPointPolicyStatusResult } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointP
27
28
  */
28
29
  export declare class GetAccessPointPolicyStatusCommand extends $Command<GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig> {
29
30
  readonly input: GetAccessPointPolicyStatusCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GetAccessPointPolicyStatusCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetAccessPointPolicyStatusForObjectLambdaRequest, GetAccessPointPolicyStatusForObjectLambdaResult } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput extends
25
26
  */
26
27
  export declare class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command<GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
27
28
  readonly input: GetAccessPointPolicyStatusForObjectLambdaCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetAccessPointPolicyStatusForObjectLambdaCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetBucketRequest, GetBucketResult } from "../models/models_0";
@@ -53,6 +54,7 @@ export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBeare
53
54
  */
54
55
  export declare class GetBucketCommand extends $Command<GetBucketCommandInput, GetBucketCommandOutput, S3ControlClientResolvedConfig> {
55
56
  readonly input: GetBucketCommandInput;
57
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
58
  constructor(input: GetBucketCommandInput);
57
59
  /**
58
60
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetBucketLifecycleConfigurationRequest, GetBucketLifecycleConfigurationResult } from "../models/models_0";
@@ -75,6 +76,7 @@ export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketL
75
76
  */
76
77
  export declare class GetBucketLifecycleConfigurationCommand extends $Command<GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
77
78
  readonly input: GetBucketLifecycleConfigurationCommandInput;
79
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
80
  constructor(input: GetBucketLifecycleConfigurationCommandInput);
79
81
  /**
80
82
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetBucketPolicyRequest, GetBucketPolicyResult } from "../models/models_0";
@@ -70,6 +71,7 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __M
70
71
  */
71
72
  export declare class GetBucketPolicyCommand extends $Command<GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
72
73
  readonly input: GetBucketPolicyCommandInput;
74
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
75
  constructor(input: GetBucketPolicyCommandInput);
74
76
  /**
75
77
  * @internal