@aws-sdk/client-ecr 3.2.0 → 3.5.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 (286) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/README.md +205 -1
  3. package/commands/BatchCheckLayerAvailabilityCommand.ts +1 -5
  4. package/commands/BatchDeleteImageCommand.ts +1 -5
  5. package/commands/BatchGetImageCommand.ts +1 -5
  6. package/commands/CompleteLayerUploadCommand.ts +1 -5
  7. package/commands/CreateRepositoryCommand.ts +1 -5
  8. package/commands/DeleteLifecyclePolicyCommand.ts +1 -5
  9. package/commands/DeleteRegistryPolicyCommand.ts +1 -5
  10. package/commands/DeleteRepositoryCommand.ts +1 -5
  11. package/commands/DeleteRepositoryPolicyCommand.ts +1 -5
  12. package/commands/DescribeImageScanFindingsCommand.ts +1 -5
  13. package/commands/DescribeImagesCommand.ts +1 -5
  14. package/commands/DescribeRegistryCommand.ts +1 -5
  15. package/commands/DescribeRepositoriesCommand.ts +1 -5
  16. package/commands/GetAuthorizationTokenCommand.ts +1 -5
  17. package/commands/GetDownloadUrlForLayerCommand.ts +1 -5
  18. package/commands/GetLifecyclePolicyCommand.ts +1 -5
  19. package/commands/GetLifecyclePolicyPreviewCommand.ts +1 -5
  20. package/commands/GetRegistryPolicyCommand.ts +1 -5
  21. package/commands/GetRepositoryPolicyCommand.ts +1 -5
  22. package/commands/InitiateLayerUploadCommand.ts +1 -5
  23. package/commands/ListImagesCommand.ts +1 -5
  24. package/commands/ListTagsForResourceCommand.ts +1 -5
  25. package/commands/PutImageCommand.ts +1 -5
  26. package/commands/PutImageScanningConfigurationCommand.ts +1 -5
  27. package/commands/PutImageTagMutabilityCommand.ts +1 -5
  28. package/commands/PutLifecyclePolicyCommand.ts +1 -5
  29. package/commands/PutRegistryPolicyCommand.ts +1 -5
  30. package/commands/PutReplicationConfigurationCommand.ts +1 -5
  31. package/commands/SetRepositoryPolicyCommand.ts +1 -5
  32. package/commands/StartImageScanCommand.ts +1 -5
  33. package/commands/StartLifecyclePolicyPreviewCommand.ts +1 -5
  34. package/commands/TagResourceCommand.ts +1 -5
  35. package/commands/UntagResourceCommand.ts +1 -5
  36. package/commands/UploadLayerPartCommand.ts +1 -5
  37. package/dist/cjs/commands/BatchCheckLayerAvailabilityCommand.js +1 -5
  38. package/dist/cjs/commands/BatchCheckLayerAvailabilityCommand.js.map +1 -1
  39. package/dist/cjs/commands/BatchDeleteImageCommand.js +1 -5
  40. package/dist/cjs/commands/BatchDeleteImageCommand.js.map +1 -1
  41. package/dist/cjs/commands/BatchGetImageCommand.js +1 -5
  42. package/dist/cjs/commands/BatchGetImageCommand.js.map +1 -1
  43. package/dist/cjs/commands/CompleteLayerUploadCommand.js +1 -5
  44. package/dist/cjs/commands/CompleteLayerUploadCommand.js.map +1 -1
  45. package/dist/cjs/commands/CreateRepositoryCommand.js +1 -5
  46. package/dist/cjs/commands/CreateRepositoryCommand.js.map +1 -1
  47. package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js +1 -5
  48. package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js.map +1 -1
  49. package/dist/cjs/commands/DeleteRegistryPolicyCommand.js +1 -5
  50. package/dist/cjs/commands/DeleteRegistryPolicyCommand.js.map +1 -1
  51. package/dist/cjs/commands/DeleteRepositoryCommand.js +1 -5
  52. package/dist/cjs/commands/DeleteRepositoryCommand.js.map +1 -1
  53. package/dist/cjs/commands/DeleteRepositoryPolicyCommand.js +1 -5
  54. package/dist/cjs/commands/DeleteRepositoryPolicyCommand.js.map +1 -1
  55. package/dist/cjs/commands/DescribeImageScanFindingsCommand.js +1 -5
  56. package/dist/cjs/commands/DescribeImageScanFindingsCommand.js.map +1 -1
  57. package/dist/cjs/commands/DescribeImagesCommand.js +1 -5
  58. package/dist/cjs/commands/DescribeImagesCommand.js.map +1 -1
  59. package/dist/cjs/commands/DescribeRegistryCommand.js +1 -5
  60. package/dist/cjs/commands/DescribeRegistryCommand.js.map +1 -1
  61. package/dist/cjs/commands/DescribeRepositoriesCommand.js +1 -5
  62. package/dist/cjs/commands/DescribeRepositoriesCommand.js.map +1 -1
  63. package/dist/cjs/commands/GetAuthorizationTokenCommand.js +1 -5
  64. package/dist/cjs/commands/GetAuthorizationTokenCommand.js.map +1 -1
  65. package/dist/cjs/commands/GetDownloadUrlForLayerCommand.js +1 -5
  66. package/dist/cjs/commands/GetDownloadUrlForLayerCommand.js.map +1 -1
  67. package/dist/cjs/commands/GetLifecyclePolicyCommand.js +1 -5
  68. package/dist/cjs/commands/GetLifecyclePolicyCommand.js.map +1 -1
  69. package/dist/cjs/commands/GetLifecyclePolicyPreviewCommand.js +1 -5
  70. package/dist/cjs/commands/GetLifecyclePolicyPreviewCommand.js.map +1 -1
  71. package/dist/cjs/commands/GetRegistryPolicyCommand.js +1 -5
  72. package/dist/cjs/commands/GetRegistryPolicyCommand.js.map +1 -1
  73. package/dist/cjs/commands/GetRepositoryPolicyCommand.js +1 -5
  74. package/dist/cjs/commands/GetRepositoryPolicyCommand.js.map +1 -1
  75. package/dist/cjs/commands/InitiateLayerUploadCommand.js +1 -5
  76. package/dist/cjs/commands/InitiateLayerUploadCommand.js.map +1 -1
  77. package/dist/cjs/commands/ListImagesCommand.js +1 -5
  78. package/dist/cjs/commands/ListImagesCommand.js.map +1 -1
  79. package/dist/cjs/commands/ListTagsForResourceCommand.js +1 -5
  80. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
  81. package/dist/cjs/commands/PutImageCommand.js +1 -5
  82. package/dist/cjs/commands/PutImageCommand.js.map +1 -1
  83. package/dist/cjs/commands/PutImageScanningConfigurationCommand.js +1 -5
  84. package/dist/cjs/commands/PutImageScanningConfigurationCommand.js.map +1 -1
  85. package/dist/cjs/commands/PutImageTagMutabilityCommand.js +1 -5
  86. package/dist/cjs/commands/PutImageTagMutabilityCommand.js.map +1 -1
  87. package/dist/cjs/commands/PutLifecyclePolicyCommand.js +1 -5
  88. package/dist/cjs/commands/PutLifecyclePolicyCommand.js.map +1 -1
  89. package/dist/cjs/commands/PutRegistryPolicyCommand.js +1 -5
  90. package/dist/cjs/commands/PutRegistryPolicyCommand.js.map +1 -1
  91. package/dist/cjs/commands/PutReplicationConfigurationCommand.js +1 -5
  92. package/dist/cjs/commands/PutReplicationConfigurationCommand.js.map +1 -1
  93. package/dist/cjs/commands/SetRepositoryPolicyCommand.js +1 -5
  94. package/dist/cjs/commands/SetRepositoryPolicyCommand.js.map +1 -1
  95. package/dist/cjs/commands/StartImageScanCommand.js +1 -5
  96. package/dist/cjs/commands/StartImageScanCommand.js.map +1 -1
  97. package/dist/cjs/commands/StartLifecyclePolicyPreviewCommand.js +1 -5
  98. package/dist/cjs/commands/StartLifecyclePolicyPreviewCommand.js.map +1 -1
  99. package/dist/cjs/commands/TagResourceCommand.js +1 -5
  100. package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
  101. package/dist/cjs/commands/UntagResourceCommand.js +1 -5
  102. package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
  103. package/dist/cjs/commands/UploadLayerPartCommand.js +1 -5
  104. package/dist/cjs/commands/UploadLayerPartCommand.js.map +1 -1
  105. package/dist/cjs/package.json +41 -32
  106. package/dist/cjs/protocols/Aws_json1_1.js +34 -34
  107. package/dist/cjs/runtimeConfig.browser.js +0 -2
  108. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  109. package/dist/cjs/runtimeConfig.js +0 -2
  110. package/dist/cjs/runtimeConfig.js.map +1 -1
  111. package/dist/cjs/runtimeConfig.native.js +2 -2
  112. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  113. package/dist/cjs/runtimeConfig.shared.js +2 -0
  114. package/dist/cjs/runtimeConfig.shared.js.map +1 -1
  115. package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js +1 -5
  116. package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js.map +1 -1
  117. package/dist/es/commands/BatchDeleteImageCommand.js +1 -5
  118. package/dist/es/commands/BatchDeleteImageCommand.js.map +1 -1
  119. package/dist/es/commands/BatchGetImageCommand.js +1 -5
  120. package/dist/es/commands/BatchGetImageCommand.js.map +1 -1
  121. package/dist/es/commands/CompleteLayerUploadCommand.js +1 -5
  122. package/dist/es/commands/CompleteLayerUploadCommand.js.map +1 -1
  123. package/dist/es/commands/CreateRepositoryCommand.js +1 -5
  124. package/dist/es/commands/CreateRepositoryCommand.js.map +1 -1
  125. package/dist/es/commands/DeleteLifecyclePolicyCommand.js +1 -5
  126. package/dist/es/commands/DeleteLifecyclePolicyCommand.js.map +1 -1
  127. package/dist/es/commands/DeleteRegistryPolicyCommand.js +1 -5
  128. package/dist/es/commands/DeleteRegistryPolicyCommand.js.map +1 -1
  129. package/dist/es/commands/DeleteRepositoryCommand.js +1 -5
  130. package/dist/es/commands/DeleteRepositoryCommand.js.map +1 -1
  131. package/dist/es/commands/DeleteRepositoryPolicyCommand.js +1 -5
  132. package/dist/es/commands/DeleteRepositoryPolicyCommand.js.map +1 -1
  133. package/dist/es/commands/DescribeImageScanFindingsCommand.js +1 -5
  134. package/dist/es/commands/DescribeImageScanFindingsCommand.js.map +1 -1
  135. package/dist/es/commands/DescribeImagesCommand.js +1 -5
  136. package/dist/es/commands/DescribeImagesCommand.js.map +1 -1
  137. package/dist/es/commands/DescribeRegistryCommand.js +1 -5
  138. package/dist/es/commands/DescribeRegistryCommand.js.map +1 -1
  139. package/dist/es/commands/DescribeRepositoriesCommand.js +1 -5
  140. package/dist/es/commands/DescribeRepositoriesCommand.js.map +1 -1
  141. package/dist/es/commands/GetAuthorizationTokenCommand.js +1 -5
  142. package/dist/es/commands/GetAuthorizationTokenCommand.js.map +1 -1
  143. package/dist/es/commands/GetDownloadUrlForLayerCommand.js +1 -5
  144. package/dist/es/commands/GetDownloadUrlForLayerCommand.js.map +1 -1
  145. package/dist/es/commands/GetLifecyclePolicyCommand.js +1 -5
  146. package/dist/es/commands/GetLifecyclePolicyCommand.js.map +1 -1
  147. package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js +1 -5
  148. package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js.map +1 -1
  149. package/dist/es/commands/GetRegistryPolicyCommand.js +1 -5
  150. package/dist/es/commands/GetRegistryPolicyCommand.js.map +1 -1
  151. package/dist/es/commands/GetRepositoryPolicyCommand.js +1 -5
  152. package/dist/es/commands/GetRepositoryPolicyCommand.js.map +1 -1
  153. package/dist/es/commands/InitiateLayerUploadCommand.js +1 -5
  154. package/dist/es/commands/InitiateLayerUploadCommand.js.map +1 -1
  155. package/dist/es/commands/ListImagesCommand.js +1 -5
  156. package/dist/es/commands/ListImagesCommand.js.map +1 -1
  157. package/dist/es/commands/ListTagsForResourceCommand.js +1 -5
  158. package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
  159. package/dist/es/commands/PutImageCommand.js +1 -5
  160. package/dist/es/commands/PutImageCommand.js.map +1 -1
  161. package/dist/es/commands/PutImageScanningConfigurationCommand.js +1 -5
  162. package/dist/es/commands/PutImageScanningConfigurationCommand.js.map +1 -1
  163. package/dist/es/commands/PutImageTagMutabilityCommand.js +1 -5
  164. package/dist/es/commands/PutImageTagMutabilityCommand.js.map +1 -1
  165. package/dist/es/commands/PutLifecyclePolicyCommand.js +1 -5
  166. package/dist/es/commands/PutLifecyclePolicyCommand.js.map +1 -1
  167. package/dist/es/commands/PutRegistryPolicyCommand.js +1 -5
  168. package/dist/es/commands/PutRegistryPolicyCommand.js.map +1 -1
  169. package/dist/es/commands/PutReplicationConfigurationCommand.js +1 -5
  170. package/dist/es/commands/PutReplicationConfigurationCommand.js.map +1 -1
  171. package/dist/es/commands/SetRepositoryPolicyCommand.js +1 -5
  172. package/dist/es/commands/SetRepositoryPolicyCommand.js.map +1 -1
  173. package/dist/es/commands/StartImageScanCommand.js +1 -5
  174. package/dist/es/commands/StartImageScanCommand.js.map +1 -1
  175. package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js +1 -5
  176. package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js.map +1 -1
  177. package/dist/es/commands/TagResourceCommand.js +1 -5
  178. package/dist/es/commands/TagResourceCommand.js.map +1 -1
  179. package/dist/es/commands/UntagResourceCommand.js +1 -5
  180. package/dist/es/commands/UntagResourceCommand.js.map +1 -1
  181. package/dist/es/commands/UploadLayerPartCommand.js +1 -5
  182. package/dist/es/commands/UploadLayerPartCommand.js.map +1 -1
  183. package/dist/es/package.json +41 -32
  184. package/dist/es/protocols/Aws_json1_1.js +34 -34
  185. package/dist/es/runtimeConfig.browser.js +1 -2
  186. package/dist/es/runtimeConfig.browser.js.map +1 -1
  187. package/dist/es/runtimeConfig.js +1 -2
  188. package/dist/es/runtimeConfig.js.map +1 -1
  189. package/dist/es/runtimeConfig.native.js +1 -1
  190. package/dist/es/runtimeConfig.native.js.map +1 -1
  191. package/dist/es/runtimeConfig.shared.js +2 -0
  192. package/dist/es/runtimeConfig.shared.js.map +1 -1
  193. package/package.json +41 -32
  194. package/protocols/Aws_json1_1.ts +34 -34
  195. package/runtimeConfig.browser.ts +0 -2
  196. package/runtimeConfig.native.ts +1 -1
  197. package/runtimeConfig.shared.ts +2 -0
  198. package/runtimeConfig.ts +0 -2
  199. package/types/commands/BatchCheckLayerAvailabilityCommand.d.ts +0 -1
  200. package/types/commands/BatchDeleteImageCommand.d.ts +0 -1
  201. package/types/commands/BatchGetImageCommand.d.ts +0 -1
  202. package/types/commands/CompleteLayerUploadCommand.d.ts +0 -1
  203. package/types/commands/CreateRepositoryCommand.d.ts +0 -1
  204. package/types/commands/DeleteLifecyclePolicyCommand.d.ts +0 -1
  205. package/types/commands/DeleteRegistryPolicyCommand.d.ts +0 -1
  206. package/types/commands/DeleteRepositoryCommand.d.ts +0 -1
  207. package/types/commands/DeleteRepositoryPolicyCommand.d.ts +0 -1
  208. package/types/commands/DescribeImageScanFindingsCommand.d.ts +0 -1
  209. package/types/commands/DescribeImagesCommand.d.ts +0 -1
  210. package/types/commands/DescribeRegistryCommand.d.ts +0 -1
  211. package/types/commands/DescribeRepositoriesCommand.d.ts +0 -1
  212. package/types/commands/GetAuthorizationTokenCommand.d.ts +0 -1
  213. package/types/commands/GetDownloadUrlForLayerCommand.d.ts +0 -1
  214. package/types/commands/GetLifecyclePolicyCommand.d.ts +0 -1
  215. package/types/commands/GetLifecyclePolicyPreviewCommand.d.ts +0 -1
  216. package/types/commands/GetRegistryPolicyCommand.d.ts +0 -1
  217. package/types/commands/GetRepositoryPolicyCommand.d.ts +0 -1
  218. package/types/commands/InitiateLayerUploadCommand.d.ts +0 -1
  219. package/types/commands/ListImagesCommand.d.ts +0 -1
  220. package/types/commands/ListTagsForResourceCommand.d.ts +0 -1
  221. package/types/commands/PutImageCommand.d.ts +0 -1
  222. package/types/commands/PutImageScanningConfigurationCommand.d.ts +0 -1
  223. package/types/commands/PutImageTagMutabilityCommand.d.ts +0 -1
  224. package/types/commands/PutLifecyclePolicyCommand.d.ts +0 -1
  225. package/types/commands/PutRegistryPolicyCommand.d.ts +0 -1
  226. package/types/commands/PutReplicationConfigurationCommand.d.ts +0 -1
  227. package/types/commands/SetRepositoryPolicyCommand.d.ts +0 -1
  228. package/types/commands/StartImageScanCommand.d.ts +0 -1
  229. package/types/commands/StartLifecyclePolicyPreviewCommand.d.ts +0 -1
  230. package/types/commands/TagResourceCommand.d.ts +0 -1
  231. package/types/commands/UntagResourceCommand.d.ts +0 -1
  232. package/types/commands/UploadLayerPartCommand.d.ts +0 -1
  233. package/types/runtimeConfig.shared.d.ts +1 -0
  234. package/types/ts3.4/ECR.d.ts +351 -0
  235. package/types/ts3.4/ECRClient.d.ts +138 -0
  236. package/types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +26 -0
  237. package/types/ts3.4/commands/BatchDeleteImageCommand.d.ts +24 -0
  238. package/types/ts3.4/commands/BatchGetImageCommand.d.ts +22 -0
  239. package/types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +27 -0
  240. package/types/ts3.4/commands/CreateRepositoryCommand.d.ts +20 -0
  241. package/types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +19 -0
  242. package/types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +19 -0
  243. package/types/ts3.4/commands/DeleteRepositoryCommand.d.ts +21 -0
  244. package/types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +19 -0
  245. package/types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +19 -0
  246. package/types/ts3.4/commands/DescribeImagesCommand.d.ts +25 -0
  247. package/types/ts3.4/commands/DescribeRegistryCommand.d.ts +21 -0
  248. package/types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +19 -0
  249. package/types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +26 -0
  250. package/types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +26 -0
  251. package/types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +19 -0
  252. package/types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +20 -0
  253. package/types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +19 -0
  254. package/types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +19 -0
  255. package/types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +26 -0
  256. package/types/ts3.4/commands/ListImagesCommand.d.ts +25 -0
  257. package/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +19 -0
  258. package/types/ts3.4/commands/PutImageCommand.d.ts +27 -0
  259. package/types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +19 -0
  260. package/types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +21 -0
  261. package/types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +21 -0
  262. package/types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +21 -0
  263. package/types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +29 -0
  264. package/types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +21 -0
  265. package/types/ts3.4/commands/StartImageScanCommand.d.ts +22 -0
  266. package/types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +20 -0
  267. package/types/ts3.4/commands/TagResourceCommand.d.ts +20 -0
  268. package/types/ts3.4/commands/UntagResourceCommand.d.ts +19 -0
  269. package/types/ts3.4/commands/UploadLayerPartCommand.d.ts +26 -0
  270. package/types/ts3.4/endpoints.d.ts +2 -0
  271. package/types/ts3.4/index.d.ts +45 -0
  272. package/types/ts3.4/models/index.d.ts +1 -0
  273. package/types/ts3.4/models/models_0.d.ts +2301 -0
  274. package/types/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +4 -0
  275. package/types/ts3.4/pagination/DescribeImagesPaginator.d.ts +4 -0
  276. package/types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +4 -0
  277. package/types/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +4 -0
  278. package/types/ts3.4/pagination/Interfaces.d.ts +6 -0
  279. package/types/ts3.4/pagination/ListImagesPaginator.d.ts +4 -0
  280. package/types/ts3.4/protocols/Aws_json1_1.d.ts +104 -0
  281. package/types/ts3.4/runtimeConfig.browser.d.ts +5 -0
  282. package/types/ts3.4/runtimeConfig.d.ts +5 -0
  283. package/types/ts3.4/runtimeConfig.native.d.ts +5 -0
  284. package/types/ts3.4/runtimeConfig.shared.d.ts +12 -0
  285. package/types/ts3.4/waiters/waitForImageScanComplete.d.ts +9 -0
  286. package/types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +9 -0
@@ -0,0 +1,4 @@
1
+ import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "../commands/DescribeImageScanFindingsCommand";
2
+ import { ECRPaginationConfiguration } from "./Interfaces";
3
+ import { Paginator } from "@aws-sdk/types";
4
+ export declare function paginateDescribeImageScanFindings(config: ECRPaginationConfiguration, input: DescribeImageScanFindingsCommandInput, ...additionalArguments: any): Paginator<DescribeImageScanFindingsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
2
+ import { ECRPaginationConfiguration } from "./Interfaces";
3
+ import { Paginator } from "@aws-sdk/types";
4
+ export declare function paginateDescribeImages(config: ECRPaginationConfiguration, input: DescribeImagesCommandInput, ...additionalArguments: any): Paginator<DescribeImagesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput } from "../commands/DescribeRepositoriesCommand";
2
+ import { ECRPaginationConfiguration } from "./Interfaces";
3
+ import { Paginator } from "@aws-sdk/types";
4
+ export declare function paginateDescribeRepositories(config: ECRPaginationConfiguration, input: DescribeRepositoriesCommandInput, ...additionalArguments: any): Paginator<DescribeRepositoriesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { GetLifecyclePolicyPreviewCommandInput, GetLifecyclePolicyPreviewCommandOutput } from "../commands/GetLifecyclePolicyPreviewCommand";
2
+ import { ECRPaginationConfiguration } from "./Interfaces";
3
+ import { Paginator } from "@aws-sdk/types";
4
+ export declare function paginateGetLifecyclePolicyPreview(config: ECRPaginationConfiguration, input: GetLifecyclePolicyPreviewCommandInput, ...additionalArguments: any): Paginator<GetLifecyclePolicyPreviewCommandOutput>;
@@ -0,0 +1,6 @@
1
+ import { ECR } from "../ECR";
2
+ import { ECRClient } from "../ECRClient";
3
+ import { PaginationConfiguration } from "@aws-sdk/types";
4
+ export interface ECRPaginationConfiguration extends PaginationConfiguration {
5
+ client: ECR | ECRClient;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
2
+ import { ECRPaginationConfiguration } from "./Interfaces";
3
+ import { Paginator } from "@aws-sdk/types";
4
+ export declare function paginateListImages(config: ECRPaginationConfiguration, input: ListImagesCommandInput, ...additionalArguments: any): Paginator<ListImagesCommandOutput>;
@@ -0,0 +1,104 @@
1
+ import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "../commands/BatchCheckLayerAvailabilityCommand";
2
+ import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "../commands/BatchDeleteImageCommand";
3
+ import { BatchGetImageCommandInput, BatchGetImageCommandOutput } from "../commands/BatchGetImageCommand";
4
+ import { CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput } from "../commands/CompleteLayerUploadCommand";
5
+ import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "../commands/CreateRepositoryCommand";
6
+ import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "../commands/DeleteLifecyclePolicyCommand";
7
+ import { DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput } from "../commands/DeleteRegistryPolicyCommand";
8
+ import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
9
+ import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "../commands/DeleteRepositoryPolicyCommand";
10
+ import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "../commands/DescribeImageScanFindingsCommand";
11
+ import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
12
+ import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "../commands/DescribeRegistryCommand";
13
+ import { DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput } from "../commands/DescribeRepositoriesCommand";
14
+ import { GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput } from "../commands/GetAuthorizationTokenCommand";
15
+ import { GetDownloadUrlForLayerCommandInput, GetDownloadUrlForLayerCommandOutput } from "../commands/GetDownloadUrlForLayerCommand";
16
+ import { GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput } from "../commands/GetLifecyclePolicyCommand";
17
+ import { GetLifecyclePolicyPreviewCommandInput, GetLifecyclePolicyPreviewCommandOutput } from "../commands/GetLifecyclePolicyPreviewCommand";
18
+ import { GetRegistryPolicyCommandInput, GetRegistryPolicyCommandOutput } from "../commands/GetRegistryPolicyCommand";
19
+ import { GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput } from "../commands/GetRepositoryPolicyCommand";
20
+ import { InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput } from "../commands/InitiateLayerUploadCommand";
21
+ import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
22
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
23
+ import { PutImageCommandInput, PutImageCommandOutput } from "../commands/PutImageCommand";
24
+ import { PutImageScanningConfigurationCommandInput, PutImageScanningConfigurationCommandOutput } from "../commands/PutImageScanningConfigurationCommand";
25
+ import { PutImageTagMutabilityCommandInput, PutImageTagMutabilityCommandOutput } from "../commands/PutImageTagMutabilityCommand";
26
+ import { PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput } from "../commands/PutLifecyclePolicyCommand";
27
+ import { PutRegistryPolicyCommandInput, PutRegistryPolicyCommandOutput } from "../commands/PutRegistryPolicyCommand";
28
+ import { PutReplicationConfigurationCommandInput, PutReplicationConfigurationCommandOutput } from "../commands/PutReplicationConfigurationCommand";
29
+ import { SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput } from "../commands/SetRepositoryPolicyCommand";
30
+ import { StartImageScanCommandInput, StartImageScanCommandOutput } from "../commands/StartImageScanCommand";
31
+ import { StartLifecyclePolicyPreviewCommandInput, StartLifecyclePolicyPreviewCommandOutput } from "../commands/StartLifecyclePolicyPreviewCommand";
32
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
33
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
34
+ import { UploadLayerPartCommandInput, UploadLayerPartCommandOutput } from "../commands/UploadLayerPartCommand";
35
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
36
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
37
+ export declare const serializeAws_json1_1BatchCheckLayerAvailabilityCommand: (input: BatchCheckLayerAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ export declare const serializeAws_json1_1BatchDeleteImageCommand: (input: BatchDeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ export declare const serializeAws_json1_1BatchGetImageCommand: (input: BatchGetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ export declare const serializeAws_json1_1CompleteLayerUploadCommand: (input: CompleteLayerUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ export declare const serializeAws_json1_1CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ export declare const serializeAws_json1_1DeleteLifecyclePolicyCommand: (input: DeleteLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ export declare const serializeAws_json1_1DeleteRegistryPolicyCommand: (input: DeleteRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ export declare const serializeAws_json1_1DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ export declare const serializeAws_json1_1DeleteRepositoryPolicyCommand: (input: DeleteRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ export declare const serializeAws_json1_1DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ export declare const serializeAws_json1_1DescribeImageScanFindingsCommand: (input: DescribeImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ export declare const serializeAws_json1_1DescribeRegistryCommand: (input: DescribeRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ export declare const serializeAws_json1_1DescribeRepositoriesCommand: (input: DescribeRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ export declare const serializeAws_json1_1GetAuthorizationTokenCommand: (input: GetAuthorizationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ export declare const serializeAws_json1_1GetDownloadUrlForLayerCommand: (input: GetDownloadUrlForLayerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ export declare const serializeAws_json1_1GetLifecyclePolicyCommand: (input: GetLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ export declare const serializeAws_json1_1GetLifecyclePolicyPreviewCommand: (input: GetLifecyclePolicyPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ export declare const serializeAws_json1_1GetRegistryPolicyCommand: (input: GetRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ export declare const serializeAws_json1_1GetRepositoryPolicyCommand: (input: GetRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_json1_1InitiateLayerUploadCommand: (input: InitiateLayerUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_json1_1ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_json1_1PutImageCommand: (input: PutImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_json1_1PutImageScanningConfigurationCommand: (input: PutImageScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_json1_1PutImageTagMutabilityCommand: (input: PutImageTagMutabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_json1_1PutLifecyclePolicyCommand: (input: PutLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ export declare const serializeAws_json1_1PutRegistryPolicyCommand: (input: PutRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_json1_1PutReplicationConfigurationCommand: (input: PutReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_json1_1SetRepositoryPolicyCommand: (input: SetRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ export declare const serializeAws_json1_1StartImageScanCommand: (input: StartImageScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_json1_1StartLifecyclePolicyPreviewCommand: (input: StartLifecyclePolicyPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ export declare const serializeAws_json1_1UploadLayerPartCommand: (input: UploadLayerPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const deserializeAws_json1_1BatchCheckLayerAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCheckLayerAvailabilityCommandOutput>;
72
+ export declare const deserializeAws_json1_1BatchDeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteImageCommandOutput>;
73
+ export declare const deserializeAws_json1_1BatchGetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetImageCommandOutput>;
74
+ export declare const deserializeAws_json1_1CompleteLayerUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteLayerUploadCommandOutput>;
75
+ export declare const deserializeAws_json1_1CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
76
+ export declare const deserializeAws_json1_1DeleteLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLifecyclePolicyCommandOutput>;
77
+ export declare const deserializeAws_json1_1DeleteRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryPolicyCommandOutput>;
78
+ export declare const deserializeAws_json1_1DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
79
+ export declare const deserializeAws_json1_1DeleteRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryPolicyCommandOutput>;
80
+ export declare const deserializeAws_json1_1DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
81
+ export declare const deserializeAws_json1_1DescribeImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageScanFindingsCommandOutput>;
82
+ export declare const deserializeAws_json1_1DescribeRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegistryCommandOutput>;
83
+ export declare const deserializeAws_json1_1DescribeRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRepositoriesCommandOutput>;
84
+ export declare const deserializeAws_json1_1GetAuthorizationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizationTokenCommandOutput>;
85
+ export declare const deserializeAws_json1_1GetDownloadUrlForLayerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDownloadUrlForLayerCommandOutput>;
86
+ export declare const deserializeAws_json1_1GetLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyCommandOutput>;
87
+ export declare const deserializeAws_json1_1GetLifecyclePolicyPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyPreviewCommandOutput>;
88
+ export declare const deserializeAws_json1_1GetRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegistryPolicyCommandOutput>;
89
+ export declare const deserializeAws_json1_1GetRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryPolicyCommandOutput>;
90
+ export declare const deserializeAws_json1_1InitiateLayerUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateLayerUploadCommandOutput>;
91
+ export declare const deserializeAws_json1_1ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
92
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
93
+ export declare const deserializeAws_json1_1PutImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageCommandOutput>;
94
+ export declare const deserializeAws_json1_1PutImageScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageScanningConfigurationCommandOutput>;
95
+ export declare const deserializeAws_json1_1PutImageTagMutabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageTagMutabilityCommandOutput>;
96
+ export declare const deserializeAws_json1_1PutLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecyclePolicyCommandOutput>;
97
+ export declare const deserializeAws_json1_1PutRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRegistryPolicyCommandOutput>;
98
+ export declare const deserializeAws_json1_1PutReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutReplicationConfigurationCommandOutput>;
99
+ export declare const deserializeAws_json1_1SetRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetRepositoryPolicyCommandOutput>;
100
+ export declare const deserializeAws_json1_1StartImageScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImageScanCommandOutput>;
101
+ export declare const deserializeAws_json1_1StartLifecyclePolicyPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLifecyclePolicyPreviewCommandOutput>;
102
+ export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
103
+ export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
104
+ export declare const deserializeAws_json1_1UploadLayerPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadLayerPartCommandOutput>;
@@ -0,0 +1,5 @@
1
+ import { ClientDefaults } from "./ECRClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const ClientDefaultValues: Required<ClientDefaults>;
@@ -0,0 +1,5 @@
1
+ import { ClientDefaults } from "./ECRClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const ClientDefaultValues: Required<ClientDefaults>;
@@ -0,0 +1,5 @@
1
+ import { ClientDefaults } from "./ECRClient";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const ClientDefaultValues: Required<ClientDefaults>;
@@ -0,0 +1,12 @@
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const ClientSharedValues: {
6
+ apiVersion: string;
7
+ disableHostPrefix: boolean;
8
+ logger: __Logger;
9
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
10
+ serviceId: string;
11
+ urlParser: import("@aws-sdk/types").UrlParser;
12
+ };
@@ -0,0 +1,9 @@
1
+ import { ECRClient } from "../ECRClient";
2
+ import { DescribeImageScanFindingsCommandInput } from "../commands/DescribeImageScanFindingsCommand";
3
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
4
+ /**
5
+ * Wait until an image scan is complete and findings can be accessed
6
+ * @param params : Waiter configuration options.
7
+ * @param input : the input to DescribeImageScanFindingsCommand for polling.
8
+ */
9
+ export declare const waitForImageScanComplete: (params: WaiterConfiguration<ECRClient>, input: DescribeImageScanFindingsCommandInput) => Promise<WaiterResult>;
@@ -0,0 +1,9 @@
1
+ import { ECRClient } from "../ECRClient";
2
+ import { GetLifecyclePolicyPreviewCommandInput } from "../commands/GetLifecyclePolicyPreviewCommand";
3
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
4
+ /**
5
+ * Wait until a lifecycle policy preview request is complete and results can be accessed
6
+ * @param params : Waiter configuration options.
7
+ * @param input : the input to GetLifecyclePolicyPreviewCommand for polling.
8
+ */
9
+ export declare const waitForLifecyclePolicyPreviewComplete: (params: WaiterConfiguration<ECRClient>, input: GetLifecyclePolicyPreviewCommandInput) => Promise<WaiterResult>;