@aws-sdk/client-ecr 3.34.0 → 3.37.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 (413) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/ECR.js +1 -13
  3. package/dist-cjs/ECRClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/BatchCheckLayerAvailabilityCommand.js +2 -34
  5. package/{dist/cjs → dist-cjs}/commands/BatchDeleteImageCommand.js +2 -32
  6. package/{dist/cjs → dist-cjs}/commands/BatchGetImageCommand.js +2 -30
  7. package/{dist/cjs → dist-cjs}/commands/CompleteLayerUploadCommand.js +2 -35
  8. package/{dist/cjs → dist-cjs}/commands/CreateRepositoryCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/DeleteLifecyclePolicyCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DeleteRegistryPolicyCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/DeleteRepositoryCommand.js +2 -29
  12. package/{dist/cjs → dist-cjs}/commands/DeleteRepositoryPolicyCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/DescribeImageReplicationStatusCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/DescribeImageScanFindingsCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/DescribeImagesCommand.js +2 -33
  16. package/{dist/cjs → dist-cjs}/commands/DescribeRegistryCommand.js +2 -29
  17. package/{dist/cjs → dist-cjs}/commands/DescribeRepositoriesCommand.js +2 -27
  18. package/dist-cjs/commands/GetAuthorizationTokenCommand.js +36 -0
  19. package/{dist/cjs → dist-cjs}/commands/GetDownloadUrlForLayerCommand.js +2 -34
  20. package/{dist/cjs → dist-cjs}/commands/GetLifecyclePolicyCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/GetLifecyclePolicyPreviewCommand.js +2 -28
  22. package/{dist/cjs → dist-cjs}/commands/GetRegistryPolicyCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/GetRepositoryPolicyCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/InitiateLayerUploadCommand.js +2 -34
  25. package/{dist/cjs → dist-cjs}/commands/ListImagesCommand.js +2 -33
  26. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/PutImageCommand.js +2 -35
  28. package/{dist/cjs → dist-cjs}/commands/PutImageScanningConfigurationCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/PutImageTagMutabilityCommand.js +2 -29
  30. package/{dist/cjs → dist-cjs}/commands/PutLifecyclePolicyCommand.js +2 -29
  31. package/{dist/cjs → dist-cjs}/commands/PutRegistryPolicyCommand.js +2 -29
  32. package/dist-cjs/commands/PutReplicationConfigurationCommand.js +36 -0
  33. package/{dist/cjs → dist-cjs}/commands/SetRepositoryPolicyCommand.js +2 -29
  34. package/{dist/cjs → dist-cjs}/commands/StartImageScanCommand.js +2 -30
  35. package/{dist/cjs → dist-cjs}/commands/StartLifecyclePolicyPreviewCommand.js +2 -28
  36. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -28
  37. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  38. package/{dist/cjs → dist-cjs}/commands/UploadLayerPartCommand.js +2 -34
  39. package/{dist/cjs → dist-cjs}/endpoints.js +5 -2
  40. package/{dist/cjs → dist-cjs}/index.js +0 -1
  41. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  42. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -382
  43. package/{dist/cjs → dist-cjs}/pagination/DescribeImageScanFindingsPaginator.js +1 -12
  44. package/{dist/cjs → dist-cjs}/pagination/DescribeImagesPaginator.js +1 -12
  45. package/{dist/cjs → dist-cjs}/pagination/DescribeRepositoriesPaginator.js +1 -12
  46. package/{dist/cjs → dist-cjs}/pagination/GetLifecyclePolicyPreviewPaginator.js +1 -12
  47. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  48. package/{dist/cjs → dist-cjs}/pagination/ListImagesPaginator.js +1 -12
  49. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  50. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  51. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  52. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  53. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  54. package/{dist/cjs → dist-cjs}/waiters/waitForImageScanComplete.js +4 -14
  55. package/{dist/cjs → dist-cjs}/waiters/waitForLifecyclePolicyPreviewComplete.js +4 -14
  56. package/{dist/es → dist-es}/ECR.js +1 -2
  57. package/{dist/es → dist-es}/ECRClient.js +1 -2
  58. package/{dist/es → dist-es}/commands/BatchCheckLayerAvailabilityCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/BatchDeleteImageCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/BatchGetImageCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/CompleteLayerUploadCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/CreateRepositoryCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/DeleteLifecyclePolicyCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/DeleteRegistryPolicyCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/DeleteRepositoryCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/DeleteRepositoryPolicyCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/DescribeImageReplicationStatusCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/DescribeImageScanFindingsCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/DescribeImagesCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/DescribeRegistryCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/DescribeRepositoriesCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/GetAuthorizationTokenCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/GetDownloadUrlForLayerCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/GetLifecyclePolicyCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/GetLifecyclePolicyPreviewCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/GetRegistryPolicyCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/GetRepositoryPolicyCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/InitiateLayerUploadCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/ListImagesCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/PutImageCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/PutImageScanningConfigurationCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/PutImageTagMutabilityCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/PutLifecyclePolicyCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/PutRegistryPolicyCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/PutReplicationConfigurationCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/SetRepositoryPolicyCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/StartImageScanCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/StartLifecyclePolicyPreviewCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  92. package/{dist/es → dist-es}/commands/UploadLayerPartCommand.js +2 -3
  93. package/{dist/es → dist-es}/endpoints.js +5 -2
  94. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  95. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  96. package/{dist/es → dist-es}/models/models_0.js +0 -1
  97. package/{dist/es → dist-es}/pagination/DescribeImageScanFindingsPaginator.js +1 -2
  98. package/{dist/es → dist-es}/pagination/DescribeImagesPaginator.js +1 -2
  99. package/{dist/es → dist-es}/pagination/DescribeRepositoriesPaginator.js +1 -2
  100. package/{dist/es → dist-es}/pagination/GetLifecyclePolicyPreviewPaginator.js +1 -2
  101. package/dist-es/pagination/Interfaces.js +1 -0
  102. package/{dist/es → dist-es}/pagination/ListImagesPaginator.js +1 -2
  103. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  104. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  105. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  106. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  107. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  108. package/{dist/es → dist-es}/waiters/waitForImageScanComplete.js +1 -2
  109. package/{dist/es → dist-es}/waiters/waitForLifecyclePolicyPreviewComplete.js +1 -2
  110. package/{dist/types → dist-types}/ECR.d.ts +2 -2
  111. package/{dist/types → dist-types}/ECRClient.d.ts +8 -8
  112. package/{dist/types → dist-types}/commands/BatchCheckLayerAvailabilityCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/BatchDeleteImageCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/BatchGetImageCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/CompleteLayerUploadCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/CreateRepositoryCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/DeleteLifecyclePolicyCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/DeleteRegistryPolicyCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/DeleteRepositoryCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/DeleteRepositoryPolicyCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/DescribeImageReplicationStatusCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/DescribeImageScanFindingsCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/DescribeImagesCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/DescribeRegistryCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/DescribeRepositoriesCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/GetAuthorizationTokenCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/GetDownloadUrlForLayerCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/GetLifecyclePolicyCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/GetLifecyclePolicyPreviewCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/GetRegistryPolicyCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/GetRepositoryPolicyCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/InitiateLayerUploadCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/ListImagesCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/PutImageCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/PutImageScanningConfigurationCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/PutImageTagMutabilityCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/PutLifecyclePolicyCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/PutRegistryPolicyCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/PutReplicationConfigurationCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/SetRepositoryPolicyCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/StartImageScanCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/StartLifecyclePolicyPreviewCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/UploadLayerPartCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  148. package/{index.ts → dist-types/index.d.ts} +0 -0
  149. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  150. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  151. package/{dist/types → dist-types}/pagination/DescribeImageScanFindingsPaginator.d.ts +1 -1
  152. package/{dist/types → dist-types}/pagination/DescribeImagesPaginator.d.ts +1 -1
  153. package/{dist/types → dist-types}/pagination/DescribeRepositoriesPaginator.d.ts +1 -1
  154. package/{dist/types → dist-types}/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +1 -1
  155. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  156. package/{dist/types → dist-types}/pagination/ListImagesPaginator.d.ts +1 -1
  157. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  158. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  159. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  160. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  161. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  162. package/{dist/types → dist-types}/ts3.4/ECR.d.ts +38 -218
  163. package/{dist/types → dist-types}/ts3.4/ECRClient.d.ts +32 -105
  164. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +17 -0
  169. package/{dist/types → dist-types}/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +4 -22
  170. package/{dist/types → dist-types}/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +4 -22
  171. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +17 -0
  172. package/{dist/types → dist-types}/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +4 -22
  173. package/{dist/types → dist-types}/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +4 -22
  174. package/{dist/types → dist-types}/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +4 -22
  175. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +17 -0
  177. package/{dist/types → dist-types}/ts3.4/commands/DescribeRepositoriesCommand.d.ts +4 -22
  178. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +17 -0
  180. package/{dist/types → dist-types}/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +4 -22
  181. package/{dist/types → dist-types}/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +4 -23
  182. package/{dist/types → dist-types}/ts3.4/commands/GetRegistryPolicyCommand.d.ts +4 -22
  183. package/{dist/types → dist-types}/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +4 -22
  184. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
  186. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  187. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +17 -0
  188. package/{dist/types → dist-types}/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +4 -22
  189. package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  197. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +4 -22
  198. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +17 -0
  199. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  200. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  201. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  202. package/dist-types/ts3.4/models/models_0.d.ts +1545 -0
  203. package/{dist/types → dist-types}/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +1 -1
  204. package/{dist/types → dist-types}/ts3.4/pagination/DescribeImagesPaginator.d.ts +1 -1
  205. package/{dist/types → dist-types}/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +1 -1
  206. package/{dist/types → dist-types}/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +1 -1
  207. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  208. package/{dist/types → dist-types}/ts3.4/pagination/ListImagesPaginator.d.ts +1 -1
  209. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  210. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  211. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  212. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  213. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  214. package/{dist/types → dist-types}/ts3.4/waiters/waitForImageScanComplete.d.ts +4 -11
  215. package/{dist/types → dist-types}/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +4 -11
  216. package/{dist/types → dist-types}/waiters/waitForImageScanComplete.d.ts +2 -2
  217. package/{dist/types → dist-types}/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +2 -2
  218. package/package.json +46 -43
  219. package/ECR.ts +0 -1380
  220. package/ECRClient.ts +0 -405
  221. package/commands/BatchCheckLayerAvailabilityCommand.ts +0 -106
  222. package/commands/BatchDeleteImageCommand.ts +0 -99
  223. package/commands/BatchGetImageCommand.ts +0 -97
  224. package/commands/CompleteLayerUploadCommand.ts +0 -102
  225. package/commands/CreateRepositoryCommand.ts +0 -95
  226. package/commands/DeleteLifecyclePolicyCommand.ts +0 -94
  227. package/commands/DeleteRegistryPolicyCommand.ts +0 -94
  228. package/commands/DeleteRepositoryCommand.ts +0 -96
  229. package/commands/DeleteRepositoryPolicyCommand.ts +0 -94
  230. package/commands/DescribeImageReplicationStatusCommand.ts +0 -102
  231. package/commands/DescribeImageScanFindingsCommand.ts +0 -97
  232. package/commands/DescribeImagesCommand.ts +0 -100
  233. package/commands/DescribeRegistryCommand.ts +0 -96
  234. package/commands/DescribeRepositoriesCommand.ts +0 -94
  235. package/commands/GetAuthorizationTokenCommand.ts +0 -101
  236. package/commands/GetDownloadUrlForLayerCommand.ts +0 -101
  237. package/commands/GetLifecyclePolicyCommand.ts +0 -94
  238. package/commands/GetLifecyclePolicyPreviewCommand.ts +0 -98
  239. package/commands/GetRegistryPolicyCommand.ts +0 -94
  240. package/commands/GetRepositoryPolicyCommand.ts +0 -94
  241. package/commands/InitiateLayerUploadCommand.ts +0 -101
  242. package/commands/ListImagesCommand.ts +0 -100
  243. package/commands/ListTagsForResourceCommand.ts +0 -94
  244. package/commands/PutImageCommand.ts +0 -95
  245. package/commands/PutImageScanningConfigurationCommand.ts +0 -99
  246. package/commands/PutImageTagMutabilityCommand.ts +0 -96
  247. package/commands/PutLifecyclePolicyCommand.ts +0 -96
  248. package/commands/PutRegistryPolicyCommand.ts +0 -96
  249. package/commands/PutReplicationConfigurationCommand.ts +0 -109
  250. package/commands/SetRepositoryPolicyCommand.ts +0 -96
  251. package/commands/StartImageScanCommand.ts +0 -97
  252. package/commands/StartLifecyclePolicyPreviewCommand.ts +0 -100
  253. package/commands/TagResourceCommand.ts +0 -95
  254. package/commands/UntagResourceCommand.ts +0 -94
  255. package/commands/UploadLayerPartCommand.ts +0 -101
  256. package/dist/cjs/ECR.js.map +0 -1
  257. package/dist/cjs/ECRClient.js +0 -52
  258. package/dist/cjs/ECRClient.js.map +0 -1
  259. package/dist/cjs/commands/BatchCheckLayerAvailabilityCommand.js.map +0 -1
  260. package/dist/cjs/commands/BatchDeleteImageCommand.js.map +0 -1
  261. package/dist/cjs/commands/BatchGetImageCommand.js.map +0 -1
  262. package/dist/cjs/commands/CompleteLayerUploadCommand.js.map +0 -1
  263. package/dist/cjs/commands/CreateRepositoryCommand.js.map +0 -1
  264. package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
  265. package/dist/cjs/commands/DeleteRegistryPolicyCommand.js.map +0 -1
  266. package/dist/cjs/commands/DeleteRepositoryCommand.js.map +0 -1
  267. package/dist/cjs/commands/DeleteRepositoryPolicyCommand.js.map +0 -1
  268. package/dist/cjs/commands/DescribeImageReplicationStatusCommand.js.map +0 -1
  269. package/dist/cjs/commands/DescribeImageScanFindingsCommand.js.map +0 -1
  270. package/dist/cjs/commands/DescribeImagesCommand.js.map +0 -1
  271. package/dist/cjs/commands/DescribeRegistryCommand.js.map +0 -1
  272. package/dist/cjs/commands/DescribeRepositoriesCommand.js.map +0 -1
  273. package/dist/cjs/commands/GetAuthorizationTokenCommand.js +0 -68
  274. package/dist/cjs/commands/GetAuthorizationTokenCommand.js.map +0 -1
  275. package/dist/cjs/commands/GetDownloadUrlForLayerCommand.js.map +0 -1
  276. package/dist/cjs/commands/GetLifecyclePolicyCommand.js.map +0 -1
  277. package/dist/cjs/commands/GetLifecyclePolicyPreviewCommand.js.map +0 -1
  278. package/dist/cjs/commands/GetRegistryPolicyCommand.js.map +0 -1
  279. package/dist/cjs/commands/GetRepositoryPolicyCommand.js.map +0 -1
  280. package/dist/cjs/commands/InitiateLayerUploadCommand.js.map +0 -1
  281. package/dist/cjs/commands/ListImagesCommand.js.map +0 -1
  282. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  283. package/dist/cjs/commands/PutImageCommand.js.map +0 -1
  284. package/dist/cjs/commands/PutImageScanningConfigurationCommand.js.map +0 -1
  285. package/dist/cjs/commands/PutImageTagMutabilityCommand.js.map +0 -1
  286. package/dist/cjs/commands/PutLifecyclePolicyCommand.js.map +0 -1
  287. package/dist/cjs/commands/PutRegistryPolicyCommand.js.map +0 -1
  288. package/dist/cjs/commands/PutReplicationConfigurationCommand.js +0 -71
  289. package/dist/cjs/commands/PutReplicationConfigurationCommand.js.map +0 -1
  290. package/dist/cjs/commands/SetRepositoryPolicyCommand.js.map +0 -1
  291. package/dist/cjs/commands/StartImageScanCommand.js.map +0 -1
  292. package/dist/cjs/commands/StartLifecyclePolicyPreviewCommand.js.map +0 -1
  293. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  294. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  295. package/dist/cjs/commands/UploadLayerPartCommand.js.map +0 -1
  296. package/dist/cjs/endpoints.js.map +0 -1
  297. package/dist/cjs/index.js.map +0 -1
  298. package/dist/cjs/models/index.js.map +0 -1
  299. package/dist/cjs/models/models_0.js.map +0 -1
  300. package/dist/cjs/package.json +0 -92
  301. package/dist/cjs/pagination/DescribeImageScanFindingsPaginator.js.map +0 -1
  302. package/dist/cjs/pagination/DescribeImagesPaginator.js.map +0 -1
  303. package/dist/cjs/pagination/DescribeRepositoriesPaginator.js.map +0 -1
  304. package/dist/cjs/pagination/GetLifecyclePolicyPreviewPaginator.js.map +0 -1
  305. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  306. package/dist/cjs/pagination/ListImagesPaginator.js.map +0 -1
  307. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  308. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  309. package/dist/cjs/runtimeConfig.js.map +0 -1
  310. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  311. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  312. package/dist/cjs/waiters/waitForImageScanComplete.js.map +0 -1
  313. package/dist/cjs/waiters/waitForLifecyclePolicyPreviewComplete.js.map +0 -1
  314. package/dist/es/ECR.js.map +0 -1
  315. package/dist/es/ECRClient.js.map +0 -1
  316. package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js.map +0 -1
  317. package/dist/es/commands/BatchDeleteImageCommand.js.map +0 -1
  318. package/dist/es/commands/BatchGetImageCommand.js.map +0 -1
  319. package/dist/es/commands/CompleteLayerUploadCommand.js.map +0 -1
  320. package/dist/es/commands/CreateRepositoryCommand.js.map +0 -1
  321. package/dist/es/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
  322. package/dist/es/commands/DeleteRegistryPolicyCommand.js.map +0 -1
  323. package/dist/es/commands/DeleteRepositoryCommand.js.map +0 -1
  324. package/dist/es/commands/DeleteRepositoryPolicyCommand.js.map +0 -1
  325. package/dist/es/commands/DescribeImageReplicationStatusCommand.js.map +0 -1
  326. package/dist/es/commands/DescribeImageScanFindingsCommand.js.map +0 -1
  327. package/dist/es/commands/DescribeImagesCommand.js.map +0 -1
  328. package/dist/es/commands/DescribeRegistryCommand.js.map +0 -1
  329. package/dist/es/commands/DescribeRepositoriesCommand.js.map +0 -1
  330. package/dist/es/commands/GetAuthorizationTokenCommand.js.map +0 -1
  331. package/dist/es/commands/GetDownloadUrlForLayerCommand.js.map +0 -1
  332. package/dist/es/commands/GetLifecyclePolicyCommand.js.map +0 -1
  333. package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js.map +0 -1
  334. package/dist/es/commands/GetRegistryPolicyCommand.js.map +0 -1
  335. package/dist/es/commands/GetRepositoryPolicyCommand.js.map +0 -1
  336. package/dist/es/commands/InitiateLayerUploadCommand.js.map +0 -1
  337. package/dist/es/commands/ListImagesCommand.js.map +0 -1
  338. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  339. package/dist/es/commands/PutImageCommand.js.map +0 -1
  340. package/dist/es/commands/PutImageScanningConfigurationCommand.js.map +0 -1
  341. package/dist/es/commands/PutImageTagMutabilityCommand.js.map +0 -1
  342. package/dist/es/commands/PutLifecyclePolicyCommand.js.map +0 -1
  343. package/dist/es/commands/PutRegistryPolicyCommand.js.map +0 -1
  344. package/dist/es/commands/PutReplicationConfigurationCommand.js.map +0 -1
  345. package/dist/es/commands/SetRepositoryPolicyCommand.js.map +0 -1
  346. package/dist/es/commands/StartImageScanCommand.js.map +0 -1
  347. package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js.map +0 -1
  348. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  349. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  350. package/dist/es/commands/UploadLayerPartCommand.js.map +0 -1
  351. package/dist/es/endpoints.js.map +0 -1
  352. package/dist/es/index.js +0 -47
  353. package/dist/es/index.js.map +0 -1
  354. package/dist/es/models/index.js +0 -2
  355. package/dist/es/models/index.js.map +0 -1
  356. package/dist/es/models/models_0.js.map +0 -1
  357. package/dist/es/package.json +0 -92
  358. package/dist/es/pagination/DescribeImageScanFindingsPaginator.js.map +0 -1
  359. package/dist/es/pagination/DescribeImagesPaginator.js.map +0 -1
  360. package/dist/es/pagination/DescribeRepositoriesPaginator.js.map +0 -1
  361. package/dist/es/pagination/GetLifecyclePolicyPreviewPaginator.js.map +0 -1
  362. package/dist/es/pagination/Interfaces.js +0 -2
  363. package/dist/es/pagination/Interfaces.js.map +0 -1
  364. package/dist/es/pagination/ListImagesPaginator.js.map +0 -1
  365. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  366. package/dist/es/runtimeConfig.browser.js.map +0 -1
  367. package/dist/es/runtimeConfig.js.map +0 -1
  368. package/dist/es/runtimeConfig.native.js.map +0 -1
  369. package/dist/es/runtimeConfig.shared.js.map +0 -1
  370. package/dist/es/waiters/waitForImageScanComplete.js.map +0 -1
  371. package/dist/es/waiters/waitForLifecyclePolicyPreviewComplete.js.map +0 -1
  372. package/dist/types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +0 -42
  373. package/dist/types/ts3.4/commands/BatchDeleteImageCommand.d.ts +0 -40
  374. package/dist/types/ts3.4/commands/BatchGetImageCommand.d.ts +0 -38
  375. package/dist/types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +0 -43
  376. package/dist/types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -36
  377. package/dist/types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -37
  378. package/dist/types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -41
  379. package/dist/types/ts3.4/commands/DescribeRegistryCommand.d.ts +0 -37
  380. package/dist/types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +0 -42
  381. package/dist/types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +0 -42
  382. package/dist/types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +0 -42
  383. package/dist/types/ts3.4/commands/ListImagesCommand.d.ts +0 -41
  384. package/dist/types/ts3.4/commands/PutImageCommand.d.ts +0 -43
  385. package/dist/types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +0 -37
  386. package/dist/types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +0 -37
  387. package/dist/types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +0 -37
  388. package/dist/types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +0 -45
  389. package/dist/types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +0 -37
  390. package/dist/types/ts3.4/commands/StartImageScanCommand.d.ts +0 -38
  391. package/dist/types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +0 -36
  392. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  393. package/dist/types/ts3.4/commands/UploadLayerPartCommand.d.ts +0 -42
  394. package/dist/types/ts3.4/models/models_0.d.ts +0 -2779
  395. package/endpoints.ts +0 -229
  396. package/jest.config.js +0 -4
  397. package/models/models_0.ts +0 -3463
  398. package/pagination/DescribeImageScanFindingsPaginator.ts +0 -58
  399. package/pagination/DescribeImagesPaginator.ts +0 -58
  400. package/pagination/DescribeRepositoriesPaginator.ts +0 -58
  401. package/pagination/GetLifecyclePolicyPreviewPaginator.ts +0 -58
  402. package/pagination/Interfaces.ts +0 -7
  403. package/pagination/ListImagesPaginator.ts +0 -54
  404. package/protocols/Aws_json1_1.ts +0 -5862
  405. package/runtimeConfig.browser.ts +0 -40
  406. package/runtimeConfig.native.ts +0 -16
  407. package/runtimeConfig.shared.ts +0 -16
  408. package/runtimeConfig.ts +0 -45
  409. package/tsconfig.es.json +0 -10
  410. package/tsconfig.json +0 -31
  411. package/tsconfig.types.json +0 -8
  412. package/waiters/waitForImageScanComplete.ts +0 -57
  413. package/waiters/waitForLifecyclePolicyPreviewComplete.ts +0 -57
@@ -0,0 +1,1545 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+ export interface BatchCheckLayerAvailabilityRequest {
3
+
4
+ registryId?: string;
5
+
6
+ repositoryName: string | undefined;
7
+
8
+ layerDigests: string[] | undefined;
9
+ }
10
+ export declare namespace BatchCheckLayerAvailabilityRequest {
11
+
12
+ const filterSensitiveLog: (obj: BatchCheckLayerAvailabilityRequest) => any;
13
+ }
14
+ export declare enum LayerFailureCode {
15
+ InvalidLayerDigest = "InvalidLayerDigest",
16
+ MissingLayerDigest = "MissingLayerDigest"
17
+ }
18
+
19
+ export interface LayerFailure {
20
+
21
+ layerDigest?: string;
22
+
23
+ failureCode?: LayerFailureCode | string;
24
+
25
+ failureReason?: string;
26
+ }
27
+ export declare namespace LayerFailure {
28
+
29
+ const filterSensitiveLog: (obj: LayerFailure) => any;
30
+ }
31
+ export declare enum LayerAvailability {
32
+ AVAILABLE = "AVAILABLE",
33
+ UNAVAILABLE = "UNAVAILABLE"
34
+ }
35
+
36
+ export interface Layer {
37
+
38
+ layerDigest?: string;
39
+
40
+ layerAvailability?: LayerAvailability | string;
41
+
42
+ layerSize?: number;
43
+
44
+ mediaType?: string;
45
+ }
46
+ export declare namespace Layer {
47
+
48
+ const filterSensitiveLog: (obj: Layer) => any;
49
+ }
50
+ export interface BatchCheckLayerAvailabilityResponse {
51
+
52
+ layers?: Layer[];
53
+
54
+ failures?: LayerFailure[];
55
+ }
56
+ export declare namespace BatchCheckLayerAvailabilityResponse {
57
+
58
+ const filterSensitiveLog: (obj: BatchCheckLayerAvailabilityResponse) => any;
59
+ }
60
+
61
+ export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
62
+ name: "InvalidParameterException";
63
+ $fault: "client";
64
+
65
+ message?: string;
66
+ }
67
+ export declare namespace InvalidParameterException {
68
+
69
+ const filterSensitiveLog: (obj: InvalidParameterException) => any;
70
+ }
71
+
72
+ export interface RepositoryNotFoundException extends __SmithyException, $MetadataBearer {
73
+ name: "RepositoryNotFoundException";
74
+ $fault: "client";
75
+
76
+ message?: string;
77
+ }
78
+ export declare namespace RepositoryNotFoundException {
79
+
80
+ const filterSensitiveLog: (obj: RepositoryNotFoundException) => any;
81
+ }
82
+
83
+ export interface ServerException extends __SmithyException, $MetadataBearer {
84
+ name: "ServerException";
85
+ $fault: "server";
86
+
87
+ message?: string;
88
+ }
89
+ export declare namespace ServerException {
90
+
91
+ const filterSensitiveLog: (obj: ServerException) => any;
92
+ }
93
+
94
+ export interface ImageIdentifier {
95
+
96
+ imageDigest?: string;
97
+
98
+ imageTag?: string;
99
+ }
100
+ export declare namespace ImageIdentifier {
101
+
102
+ const filterSensitiveLog: (obj: ImageIdentifier) => any;
103
+ }
104
+
105
+ export interface BatchDeleteImageRequest {
106
+
107
+ registryId?: string;
108
+
109
+ repositoryName: string | undefined;
110
+
111
+ imageIds: ImageIdentifier[] | undefined;
112
+ }
113
+ export declare namespace BatchDeleteImageRequest {
114
+
115
+ const filterSensitiveLog: (obj: BatchDeleteImageRequest) => any;
116
+ }
117
+ export declare enum ImageFailureCode {
118
+ ImageNotFound = "ImageNotFound",
119
+ ImageReferencedByManifestList = "ImageReferencedByManifestList",
120
+ ImageTagDoesNotMatchDigest = "ImageTagDoesNotMatchDigest",
121
+ InvalidImageDigest = "InvalidImageDigest",
122
+ InvalidImageTag = "InvalidImageTag",
123
+ KmsError = "KmsError",
124
+ MissingDigestAndTag = "MissingDigestAndTag"
125
+ }
126
+
127
+ export interface ImageFailure {
128
+
129
+ imageId?: ImageIdentifier;
130
+
131
+ failureCode?: ImageFailureCode | string;
132
+
133
+ failureReason?: string;
134
+ }
135
+ export declare namespace ImageFailure {
136
+
137
+ const filterSensitiveLog: (obj: ImageFailure) => any;
138
+ }
139
+ export interface BatchDeleteImageResponse {
140
+
141
+ imageIds?: ImageIdentifier[];
142
+
143
+ failures?: ImageFailure[];
144
+ }
145
+ export declare namespace BatchDeleteImageResponse {
146
+
147
+ const filterSensitiveLog: (obj: BatchDeleteImageResponse) => any;
148
+ }
149
+ export interface BatchGetImageRequest {
150
+
151
+ registryId?: string;
152
+
153
+ repositoryName: string | undefined;
154
+
155
+ imageIds: ImageIdentifier[] | undefined;
156
+
157
+ acceptedMediaTypes?: string[];
158
+ }
159
+ export declare namespace BatchGetImageRequest {
160
+
161
+ const filterSensitiveLog: (obj: BatchGetImageRequest) => any;
162
+ }
163
+
164
+ export interface Image {
165
+
166
+ registryId?: string;
167
+
168
+ repositoryName?: string;
169
+
170
+ imageId?: ImageIdentifier;
171
+
172
+ imageManifest?: string;
173
+
174
+ imageManifestMediaType?: string;
175
+ }
176
+ export declare namespace Image {
177
+
178
+ const filterSensitiveLog: (obj: Image) => any;
179
+ }
180
+ export interface BatchGetImageResponse {
181
+
182
+ images?: Image[];
183
+
184
+ failures?: ImageFailure[];
185
+ }
186
+ export declare namespace BatchGetImageResponse {
187
+
188
+ const filterSensitiveLog: (obj: BatchGetImageResponse) => any;
189
+ }
190
+ export interface CompleteLayerUploadRequest {
191
+
192
+ registryId?: string;
193
+
194
+ repositoryName: string | undefined;
195
+
196
+ uploadId: string | undefined;
197
+
198
+ layerDigests: string[] | undefined;
199
+ }
200
+ export declare namespace CompleteLayerUploadRequest {
201
+
202
+ const filterSensitiveLog: (obj: CompleteLayerUploadRequest) => any;
203
+ }
204
+ export interface CompleteLayerUploadResponse {
205
+
206
+ registryId?: string;
207
+
208
+ repositoryName?: string;
209
+
210
+ uploadId?: string;
211
+
212
+ layerDigest?: string;
213
+ }
214
+ export declare namespace CompleteLayerUploadResponse {
215
+
216
+ const filterSensitiveLog: (obj: CompleteLayerUploadResponse) => any;
217
+ }
218
+
219
+ export interface EmptyUploadException extends __SmithyException, $MetadataBearer {
220
+ name: "EmptyUploadException";
221
+ $fault: "client";
222
+
223
+ message?: string;
224
+ }
225
+ export declare namespace EmptyUploadException {
226
+
227
+ const filterSensitiveLog: (obj: EmptyUploadException) => any;
228
+ }
229
+
230
+ export interface InvalidLayerException extends __SmithyException, $MetadataBearer {
231
+ name: "InvalidLayerException";
232
+ $fault: "client";
233
+
234
+ message?: string;
235
+ }
236
+ export declare namespace InvalidLayerException {
237
+
238
+ const filterSensitiveLog: (obj: InvalidLayerException) => any;
239
+ }
240
+
241
+ export interface KmsException extends __SmithyException, $MetadataBearer {
242
+ name: "KmsException";
243
+ $fault: "client";
244
+ message?: string;
245
+
246
+ kmsError?: string;
247
+ }
248
+ export declare namespace KmsException {
249
+
250
+ const filterSensitiveLog: (obj: KmsException) => any;
251
+ }
252
+
253
+ export interface LayerAlreadyExistsException extends __SmithyException, $MetadataBearer {
254
+ name: "LayerAlreadyExistsException";
255
+ $fault: "client";
256
+
257
+ message?: string;
258
+ }
259
+ export declare namespace LayerAlreadyExistsException {
260
+
261
+ const filterSensitiveLog: (obj: LayerAlreadyExistsException) => any;
262
+ }
263
+
264
+ export interface LayerPartTooSmallException extends __SmithyException, $MetadataBearer {
265
+ name: "LayerPartTooSmallException";
266
+ $fault: "client";
267
+
268
+ message?: string;
269
+ }
270
+ export declare namespace LayerPartTooSmallException {
271
+
272
+ const filterSensitiveLog: (obj: LayerPartTooSmallException) => any;
273
+ }
274
+
275
+ export interface UploadNotFoundException extends __SmithyException, $MetadataBearer {
276
+ name: "UploadNotFoundException";
277
+ $fault: "client";
278
+
279
+ message?: string;
280
+ }
281
+ export declare namespace UploadNotFoundException {
282
+
283
+ const filterSensitiveLog: (obj: UploadNotFoundException) => any;
284
+ }
285
+ export declare enum EncryptionType {
286
+ AES256 = "AES256",
287
+ KMS = "KMS"
288
+ }
289
+
290
+ export interface EncryptionConfiguration {
291
+
292
+ encryptionType: EncryptionType | string | undefined;
293
+
294
+ kmsKey?: string;
295
+ }
296
+ export declare namespace EncryptionConfiguration {
297
+
298
+ const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
299
+ }
300
+
301
+ export interface ImageScanningConfiguration {
302
+
303
+ scanOnPush?: boolean;
304
+ }
305
+ export declare namespace ImageScanningConfiguration {
306
+
307
+ const filterSensitiveLog: (obj: ImageScanningConfiguration) => any;
308
+ }
309
+ export declare enum ImageTagMutability {
310
+ IMMUTABLE = "IMMUTABLE",
311
+ MUTABLE = "MUTABLE"
312
+ }
313
+
314
+ export interface Tag {
315
+
316
+ Key?: string;
317
+
318
+ Value?: string;
319
+ }
320
+ export declare namespace Tag {
321
+
322
+ const filterSensitiveLog: (obj: Tag) => any;
323
+ }
324
+ export interface CreateRepositoryRequest {
325
+
326
+ registryId?: string;
327
+
328
+ repositoryName: string | undefined;
329
+
330
+ tags?: Tag[];
331
+
332
+ imageTagMutability?: ImageTagMutability | string;
333
+
334
+ imageScanningConfiguration?: ImageScanningConfiguration;
335
+
336
+ encryptionConfiguration?: EncryptionConfiguration;
337
+ }
338
+ export declare namespace CreateRepositoryRequest {
339
+
340
+ const filterSensitiveLog: (obj: CreateRepositoryRequest) => any;
341
+ }
342
+
343
+ export interface Repository {
344
+
345
+ repositoryArn?: string;
346
+
347
+ registryId?: string;
348
+
349
+ repositoryName?: string;
350
+
351
+ repositoryUri?: string;
352
+
353
+ createdAt?: Date;
354
+
355
+ imageTagMutability?: ImageTagMutability | string;
356
+
357
+ imageScanningConfiguration?: ImageScanningConfiguration;
358
+
359
+ encryptionConfiguration?: EncryptionConfiguration;
360
+ }
361
+ export declare namespace Repository {
362
+
363
+ const filterSensitiveLog: (obj: Repository) => any;
364
+ }
365
+ export interface CreateRepositoryResponse {
366
+
367
+ repository?: Repository;
368
+ }
369
+ export declare namespace CreateRepositoryResponse {
370
+
371
+ const filterSensitiveLog: (obj: CreateRepositoryResponse) => any;
372
+ }
373
+
374
+ export interface InvalidTagParameterException extends __SmithyException, $MetadataBearer {
375
+ name: "InvalidTagParameterException";
376
+ $fault: "client";
377
+ message?: string;
378
+ }
379
+ export declare namespace InvalidTagParameterException {
380
+
381
+ const filterSensitiveLog: (obj: InvalidTagParameterException) => any;
382
+ }
383
+
384
+ export interface LimitExceededException extends __SmithyException, $MetadataBearer {
385
+ name: "LimitExceededException";
386
+ $fault: "client";
387
+
388
+ message?: string;
389
+ }
390
+ export declare namespace LimitExceededException {
391
+
392
+ const filterSensitiveLog: (obj: LimitExceededException) => any;
393
+ }
394
+
395
+ export interface RepositoryAlreadyExistsException extends __SmithyException, $MetadataBearer {
396
+ name: "RepositoryAlreadyExistsException";
397
+ $fault: "client";
398
+
399
+ message?: string;
400
+ }
401
+ export declare namespace RepositoryAlreadyExistsException {
402
+
403
+ const filterSensitiveLog: (obj: RepositoryAlreadyExistsException) => any;
404
+ }
405
+
406
+ export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
407
+ name: "TooManyTagsException";
408
+ $fault: "client";
409
+ message?: string;
410
+ }
411
+ export declare namespace TooManyTagsException {
412
+
413
+ const filterSensitiveLog: (obj: TooManyTagsException) => any;
414
+ }
415
+ export interface DeleteLifecyclePolicyRequest {
416
+
417
+ registryId?: string;
418
+
419
+ repositoryName: string | undefined;
420
+ }
421
+ export declare namespace DeleteLifecyclePolicyRequest {
422
+
423
+ const filterSensitiveLog: (obj: DeleteLifecyclePolicyRequest) => any;
424
+ }
425
+ export interface DeleteLifecyclePolicyResponse {
426
+
427
+ registryId?: string;
428
+
429
+ repositoryName?: string;
430
+
431
+ lifecyclePolicyText?: string;
432
+
433
+ lastEvaluatedAt?: Date;
434
+ }
435
+ export declare namespace DeleteLifecyclePolicyResponse {
436
+
437
+ const filterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
438
+ }
439
+
440
+ export interface LifecyclePolicyNotFoundException extends __SmithyException, $MetadataBearer {
441
+ name: "LifecyclePolicyNotFoundException";
442
+ $fault: "client";
443
+ message?: string;
444
+ }
445
+ export declare namespace LifecyclePolicyNotFoundException {
446
+
447
+ const filterSensitiveLog: (obj: LifecyclePolicyNotFoundException) => any;
448
+ }
449
+ export interface DeleteRegistryPolicyRequest {
450
+ }
451
+ export declare namespace DeleteRegistryPolicyRequest {
452
+
453
+ const filterSensitiveLog: (obj: DeleteRegistryPolicyRequest) => any;
454
+ }
455
+ export interface DeleteRegistryPolicyResponse {
456
+
457
+ registryId?: string;
458
+
459
+ policyText?: string;
460
+ }
461
+ export declare namespace DeleteRegistryPolicyResponse {
462
+
463
+ const filterSensitiveLog: (obj: DeleteRegistryPolicyResponse) => any;
464
+ }
465
+
466
+ export interface RegistryPolicyNotFoundException extends __SmithyException, $MetadataBearer {
467
+ name: "RegistryPolicyNotFoundException";
468
+ $fault: "client";
469
+ message?: string;
470
+ }
471
+ export declare namespace RegistryPolicyNotFoundException {
472
+
473
+ const filterSensitiveLog: (obj: RegistryPolicyNotFoundException) => any;
474
+ }
475
+
476
+ export interface ValidationException extends __SmithyException, $MetadataBearer {
477
+ name: "ValidationException";
478
+ $fault: "client";
479
+ message?: string;
480
+ }
481
+ export declare namespace ValidationException {
482
+
483
+ const filterSensitiveLog: (obj: ValidationException) => any;
484
+ }
485
+ export interface DeleteRepositoryRequest {
486
+
487
+ registryId?: string;
488
+
489
+ repositoryName: string | undefined;
490
+
491
+ force?: boolean;
492
+ }
493
+ export declare namespace DeleteRepositoryRequest {
494
+
495
+ const filterSensitiveLog: (obj: DeleteRepositoryRequest) => any;
496
+ }
497
+ export interface DeleteRepositoryResponse {
498
+
499
+ repository?: Repository;
500
+ }
501
+ export declare namespace DeleteRepositoryResponse {
502
+
503
+ const filterSensitiveLog: (obj: DeleteRepositoryResponse) => any;
504
+ }
505
+
506
+ export interface RepositoryNotEmptyException extends __SmithyException, $MetadataBearer {
507
+ name: "RepositoryNotEmptyException";
508
+ $fault: "client";
509
+
510
+ message?: string;
511
+ }
512
+ export declare namespace RepositoryNotEmptyException {
513
+
514
+ const filterSensitiveLog: (obj: RepositoryNotEmptyException) => any;
515
+ }
516
+ export interface DeleteRepositoryPolicyRequest {
517
+
518
+ registryId?: string;
519
+
520
+ repositoryName: string | undefined;
521
+ }
522
+ export declare namespace DeleteRepositoryPolicyRequest {
523
+
524
+ const filterSensitiveLog: (obj: DeleteRepositoryPolicyRequest) => any;
525
+ }
526
+ export interface DeleteRepositoryPolicyResponse {
527
+
528
+ registryId?: string;
529
+
530
+ repositoryName?: string;
531
+
532
+ policyText?: string;
533
+ }
534
+ export declare namespace DeleteRepositoryPolicyResponse {
535
+
536
+ const filterSensitiveLog: (obj: DeleteRepositoryPolicyResponse) => any;
537
+ }
538
+
539
+ export interface RepositoryPolicyNotFoundException extends __SmithyException, $MetadataBearer {
540
+ name: "RepositoryPolicyNotFoundException";
541
+ $fault: "client";
542
+
543
+ message?: string;
544
+ }
545
+ export declare namespace RepositoryPolicyNotFoundException {
546
+
547
+ const filterSensitiveLog: (obj: RepositoryPolicyNotFoundException) => any;
548
+ }
549
+ export interface DescribeImageReplicationStatusRequest {
550
+
551
+ repositoryName: string | undefined;
552
+
553
+ imageId: ImageIdentifier | undefined;
554
+
555
+ registryId?: string;
556
+ }
557
+ export declare namespace DescribeImageReplicationStatusRequest {
558
+
559
+ const filterSensitiveLog: (obj: DescribeImageReplicationStatusRequest) => any;
560
+ }
561
+ export declare enum ReplicationStatus {
562
+ COMPLETE = "COMPLETE",
563
+ FAILED = "FAILED",
564
+ IN_PROGRESS = "IN_PROGRESS"
565
+ }
566
+
567
+ export interface ImageReplicationStatus {
568
+
569
+ region?: string;
570
+
571
+ registryId?: string;
572
+
573
+ status?: ReplicationStatus | string;
574
+
575
+ failureCode?: string;
576
+ }
577
+ export declare namespace ImageReplicationStatus {
578
+
579
+ const filterSensitiveLog: (obj: ImageReplicationStatus) => any;
580
+ }
581
+ export interface DescribeImageReplicationStatusResponse {
582
+
583
+ repositoryName?: string;
584
+
585
+ imageId?: ImageIdentifier;
586
+
587
+ replicationStatuses?: ImageReplicationStatus[];
588
+ }
589
+ export declare namespace DescribeImageReplicationStatusResponse {
590
+
591
+ const filterSensitiveLog: (obj: DescribeImageReplicationStatusResponse) => any;
592
+ }
593
+
594
+ export interface ImageNotFoundException extends __SmithyException, $MetadataBearer {
595
+ name: "ImageNotFoundException";
596
+ $fault: "client";
597
+ message?: string;
598
+ }
599
+ export declare namespace ImageNotFoundException {
600
+
601
+ const filterSensitiveLog: (obj: ImageNotFoundException) => any;
602
+ }
603
+ export declare enum TagStatus {
604
+ ANY = "ANY",
605
+ TAGGED = "TAGGED",
606
+ UNTAGGED = "UNTAGGED"
607
+ }
608
+
609
+ export interface DescribeImagesFilter {
610
+
611
+ tagStatus?: TagStatus | string;
612
+ }
613
+ export declare namespace DescribeImagesFilter {
614
+
615
+ const filterSensitiveLog: (obj: DescribeImagesFilter) => any;
616
+ }
617
+ export interface DescribeImagesRequest {
618
+
619
+ registryId?: string;
620
+
621
+ repositoryName: string | undefined;
622
+
623
+ imageIds?: ImageIdentifier[];
624
+
625
+ nextToken?: string;
626
+
627
+ maxResults?: number;
628
+
629
+ filter?: DescribeImagesFilter;
630
+ }
631
+ export declare namespace DescribeImagesRequest {
632
+
633
+ const filterSensitiveLog: (obj: DescribeImagesRequest) => any;
634
+ }
635
+ export declare enum FindingSeverity {
636
+ CRITICAL = "CRITICAL",
637
+ HIGH = "HIGH",
638
+ INFORMATIONAL = "INFORMATIONAL",
639
+ LOW = "LOW",
640
+ MEDIUM = "MEDIUM",
641
+ UNDEFINED = "UNDEFINED"
642
+ }
643
+
644
+ export interface ImageScanFindingsSummary {
645
+
646
+ imageScanCompletedAt?: Date;
647
+
648
+ vulnerabilitySourceUpdatedAt?: Date;
649
+
650
+ findingSeverityCounts?: {
651
+ [key: string]: number;
652
+ };
653
+ }
654
+ export declare namespace ImageScanFindingsSummary {
655
+
656
+ const filterSensitiveLog: (obj: ImageScanFindingsSummary) => any;
657
+ }
658
+ export declare enum ScanStatus {
659
+ COMPLETE = "COMPLETE",
660
+ FAILED = "FAILED",
661
+ IN_PROGRESS = "IN_PROGRESS"
662
+ }
663
+
664
+ export interface ImageScanStatus {
665
+
666
+ status?: ScanStatus | string;
667
+
668
+ description?: string;
669
+ }
670
+ export declare namespace ImageScanStatus {
671
+
672
+ const filterSensitiveLog: (obj: ImageScanStatus) => any;
673
+ }
674
+
675
+ export interface ImageDetail {
676
+
677
+ registryId?: string;
678
+
679
+ repositoryName?: string;
680
+
681
+ imageDigest?: string;
682
+
683
+ imageTags?: string[];
684
+
685
+ imageSizeInBytes?: number;
686
+
687
+ imagePushedAt?: Date;
688
+
689
+ imageScanStatus?: ImageScanStatus;
690
+
691
+ imageScanFindingsSummary?: ImageScanFindingsSummary;
692
+
693
+ imageManifestMediaType?: string;
694
+
695
+ artifactMediaType?: string;
696
+ }
697
+ export declare namespace ImageDetail {
698
+
699
+ const filterSensitiveLog: (obj: ImageDetail) => any;
700
+ }
701
+ export interface DescribeImagesResponse {
702
+
703
+ imageDetails?: ImageDetail[];
704
+
705
+ nextToken?: string;
706
+ }
707
+ export declare namespace DescribeImagesResponse {
708
+
709
+ const filterSensitiveLog: (obj: DescribeImagesResponse) => any;
710
+ }
711
+ export interface DescribeImageScanFindingsRequest {
712
+
713
+ registryId?: string;
714
+
715
+ repositoryName: string | undefined;
716
+
717
+ imageId: ImageIdentifier | undefined;
718
+
719
+ nextToken?: string;
720
+
721
+ maxResults?: number;
722
+ }
723
+ export declare namespace DescribeImageScanFindingsRequest {
724
+
725
+ const filterSensitiveLog: (obj: DescribeImageScanFindingsRequest) => any;
726
+ }
727
+
728
+ export interface Attribute {
729
+
730
+ key: string | undefined;
731
+
732
+ value?: string;
733
+ }
734
+ export declare namespace Attribute {
735
+
736
+ const filterSensitiveLog: (obj: Attribute) => any;
737
+ }
738
+
739
+ export interface ImageScanFinding {
740
+
741
+ name?: string;
742
+
743
+ description?: string;
744
+
745
+ uri?: string;
746
+
747
+ severity?: FindingSeverity | string;
748
+
749
+ attributes?: Attribute[];
750
+ }
751
+ export declare namespace ImageScanFinding {
752
+
753
+ const filterSensitiveLog: (obj: ImageScanFinding) => any;
754
+ }
755
+
756
+ export interface ImageScanFindings {
757
+
758
+ imageScanCompletedAt?: Date;
759
+
760
+ vulnerabilitySourceUpdatedAt?: Date;
761
+
762
+ findings?: ImageScanFinding[];
763
+
764
+ findingSeverityCounts?: {
765
+ [key: string]: number;
766
+ };
767
+ }
768
+ export declare namespace ImageScanFindings {
769
+
770
+ const filterSensitiveLog: (obj: ImageScanFindings) => any;
771
+ }
772
+ export interface DescribeImageScanFindingsResponse {
773
+
774
+ registryId?: string;
775
+
776
+ repositoryName?: string;
777
+
778
+ imageId?: ImageIdentifier;
779
+
780
+ imageScanStatus?: ImageScanStatus;
781
+
782
+ imageScanFindings?: ImageScanFindings;
783
+
784
+ nextToken?: string;
785
+ }
786
+ export declare namespace DescribeImageScanFindingsResponse {
787
+
788
+ const filterSensitiveLog: (obj: DescribeImageScanFindingsResponse) => any;
789
+ }
790
+
791
+ export interface ScanNotFoundException extends __SmithyException, $MetadataBearer {
792
+ name: "ScanNotFoundException";
793
+ $fault: "client";
794
+ message?: string;
795
+ }
796
+ export declare namespace ScanNotFoundException {
797
+
798
+ const filterSensitiveLog: (obj: ScanNotFoundException) => any;
799
+ }
800
+ export interface DescribeRegistryRequest {
801
+ }
802
+ export declare namespace DescribeRegistryRequest {
803
+
804
+ const filterSensitiveLog: (obj: DescribeRegistryRequest) => any;
805
+ }
806
+
807
+ export interface ReplicationDestination {
808
+
809
+ region: string | undefined;
810
+
811
+ registryId: string | undefined;
812
+ }
813
+ export declare namespace ReplicationDestination {
814
+
815
+ const filterSensitiveLog: (obj: ReplicationDestination) => any;
816
+ }
817
+ export declare enum RepositoryFilterType {
818
+ PREFIX_MATCH = "PREFIX_MATCH"
819
+ }
820
+
821
+ export interface RepositoryFilter {
822
+
823
+ filter: string | undefined;
824
+
825
+ filterType: RepositoryFilterType | string | undefined;
826
+ }
827
+ export declare namespace RepositoryFilter {
828
+
829
+ const filterSensitiveLog: (obj: RepositoryFilter) => any;
830
+ }
831
+
832
+ export interface ReplicationRule {
833
+
834
+ destinations: ReplicationDestination[] | undefined;
835
+
836
+ repositoryFilters?: RepositoryFilter[];
837
+ }
838
+ export declare namespace ReplicationRule {
839
+
840
+ const filterSensitiveLog: (obj: ReplicationRule) => any;
841
+ }
842
+
843
+ export interface ReplicationConfiguration {
844
+
845
+ rules: ReplicationRule[] | undefined;
846
+ }
847
+ export declare namespace ReplicationConfiguration {
848
+
849
+ const filterSensitiveLog: (obj: ReplicationConfiguration) => any;
850
+ }
851
+ export interface DescribeRegistryResponse {
852
+
853
+ registryId?: string;
854
+
855
+ replicationConfiguration?: ReplicationConfiguration;
856
+ }
857
+ export declare namespace DescribeRegistryResponse {
858
+
859
+ const filterSensitiveLog: (obj: DescribeRegistryResponse) => any;
860
+ }
861
+ export interface DescribeRepositoriesRequest {
862
+
863
+ registryId?: string;
864
+
865
+ repositoryNames?: string[];
866
+
867
+ nextToken?: string;
868
+
869
+ maxResults?: number;
870
+ }
871
+ export declare namespace DescribeRepositoriesRequest {
872
+
873
+ const filterSensitiveLog: (obj: DescribeRepositoriesRequest) => any;
874
+ }
875
+ export interface DescribeRepositoriesResponse {
876
+
877
+ repositories?: Repository[];
878
+
879
+ nextToken?: string;
880
+ }
881
+ export declare namespace DescribeRepositoriesResponse {
882
+
883
+ const filterSensitiveLog: (obj: DescribeRepositoriesResponse) => any;
884
+ }
885
+ export interface GetAuthorizationTokenRequest {
886
+
887
+ registryIds?: string[];
888
+ }
889
+ export declare namespace GetAuthorizationTokenRequest {
890
+
891
+ const filterSensitiveLog: (obj: GetAuthorizationTokenRequest) => any;
892
+ }
893
+
894
+ export interface AuthorizationData {
895
+
896
+ authorizationToken?: string;
897
+
898
+ expiresAt?: Date;
899
+
900
+ proxyEndpoint?: string;
901
+ }
902
+ export declare namespace AuthorizationData {
903
+
904
+ const filterSensitiveLog: (obj: AuthorizationData) => any;
905
+ }
906
+ export interface GetAuthorizationTokenResponse {
907
+
908
+ authorizationData?: AuthorizationData[];
909
+ }
910
+ export declare namespace GetAuthorizationTokenResponse {
911
+
912
+ const filterSensitiveLog: (obj: GetAuthorizationTokenResponse) => any;
913
+ }
914
+ export interface GetDownloadUrlForLayerRequest {
915
+
916
+ registryId?: string;
917
+
918
+ repositoryName: string | undefined;
919
+
920
+ layerDigest: string | undefined;
921
+ }
922
+ export declare namespace GetDownloadUrlForLayerRequest {
923
+
924
+ const filterSensitiveLog: (obj: GetDownloadUrlForLayerRequest) => any;
925
+ }
926
+ export interface GetDownloadUrlForLayerResponse {
927
+
928
+ downloadUrl?: string;
929
+
930
+ layerDigest?: string;
931
+ }
932
+ export declare namespace GetDownloadUrlForLayerResponse {
933
+
934
+ const filterSensitiveLog: (obj: GetDownloadUrlForLayerResponse) => any;
935
+ }
936
+
937
+ export interface LayerInaccessibleException extends __SmithyException, $MetadataBearer {
938
+ name: "LayerInaccessibleException";
939
+ $fault: "client";
940
+
941
+ message?: string;
942
+ }
943
+ export declare namespace LayerInaccessibleException {
944
+
945
+ const filterSensitiveLog: (obj: LayerInaccessibleException) => any;
946
+ }
947
+
948
+ export interface LayersNotFoundException extends __SmithyException, $MetadataBearer {
949
+ name: "LayersNotFoundException";
950
+ $fault: "client";
951
+
952
+ message?: string;
953
+ }
954
+ export declare namespace LayersNotFoundException {
955
+
956
+ const filterSensitiveLog: (obj: LayersNotFoundException) => any;
957
+ }
958
+ export interface GetLifecyclePolicyRequest {
959
+
960
+ registryId?: string;
961
+
962
+ repositoryName: string | undefined;
963
+ }
964
+ export declare namespace GetLifecyclePolicyRequest {
965
+
966
+ const filterSensitiveLog: (obj: GetLifecyclePolicyRequest) => any;
967
+ }
968
+ export interface GetLifecyclePolicyResponse {
969
+
970
+ registryId?: string;
971
+
972
+ repositoryName?: string;
973
+
974
+ lifecyclePolicyText?: string;
975
+
976
+ lastEvaluatedAt?: Date;
977
+ }
978
+ export declare namespace GetLifecyclePolicyResponse {
979
+
980
+ const filterSensitiveLog: (obj: GetLifecyclePolicyResponse) => any;
981
+ }
982
+
983
+ export interface LifecyclePolicyPreviewFilter {
984
+
985
+ tagStatus?: TagStatus | string;
986
+ }
987
+ export declare namespace LifecyclePolicyPreviewFilter {
988
+
989
+ const filterSensitiveLog: (obj: LifecyclePolicyPreviewFilter) => any;
990
+ }
991
+ export interface GetLifecyclePolicyPreviewRequest {
992
+
993
+ registryId?: string;
994
+
995
+ repositoryName: string | undefined;
996
+
997
+ imageIds?: ImageIdentifier[];
998
+
999
+ nextToken?: string;
1000
+
1001
+ maxResults?: number;
1002
+
1003
+ filter?: LifecyclePolicyPreviewFilter;
1004
+ }
1005
+ export declare namespace GetLifecyclePolicyPreviewRequest {
1006
+
1007
+ const filterSensitiveLog: (obj: GetLifecyclePolicyPreviewRequest) => any;
1008
+ }
1009
+ export declare enum ImageActionType {
1010
+ EXPIRE = "EXPIRE"
1011
+ }
1012
+
1013
+ export interface LifecyclePolicyRuleAction {
1014
+
1015
+ type?: ImageActionType | string;
1016
+ }
1017
+ export declare namespace LifecyclePolicyRuleAction {
1018
+
1019
+ const filterSensitiveLog: (obj: LifecyclePolicyRuleAction) => any;
1020
+ }
1021
+
1022
+ export interface LifecyclePolicyPreviewResult {
1023
+
1024
+ imageTags?: string[];
1025
+
1026
+ imageDigest?: string;
1027
+
1028
+ imagePushedAt?: Date;
1029
+
1030
+ action?: LifecyclePolicyRuleAction;
1031
+
1032
+ appliedRulePriority?: number;
1033
+ }
1034
+ export declare namespace LifecyclePolicyPreviewResult {
1035
+
1036
+ const filterSensitiveLog: (obj: LifecyclePolicyPreviewResult) => any;
1037
+ }
1038
+ export declare enum LifecyclePolicyPreviewStatus {
1039
+ COMPLETE = "COMPLETE",
1040
+ EXPIRED = "EXPIRED",
1041
+ FAILED = "FAILED",
1042
+ IN_PROGRESS = "IN_PROGRESS"
1043
+ }
1044
+
1045
+ export interface LifecyclePolicyPreviewSummary {
1046
+
1047
+ expiringImageTotalCount?: number;
1048
+ }
1049
+ export declare namespace LifecyclePolicyPreviewSummary {
1050
+
1051
+ const filterSensitiveLog: (obj: LifecyclePolicyPreviewSummary) => any;
1052
+ }
1053
+ export interface GetLifecyclePolicyPreviewResponse {
1054
+
1055
+ registryId?: string;
1056
+
1057
+ repositoryName?: string;
1058
+
1059
+ lifecyclePolicyText?: string;
1060
+
1061
+ status?: LifecyclePolicyPreviewStatus | string;
1062
+
1063
+ nextToken?: string;
1064
+
1065
+ previewResults?: LifecyclePolicyPreviewResult[];
1066
+
1067
+ summary?: LifecyclePolicyPreviewSummary;
1068
+ }
1069
+ export declare namespace GetLifecyclePolicyPreviewResponse {
1070
+
1071
+ const filterSensitiveLog: (obj: GetLifecyclePolicyPreviewResponse) => any;
1072
+ }
1073
+
1074
+ export interface LifecyclePolicyPreviewNotFoundException extends __SmithyException, $MetadataBearer {
1075
+ name: "LifecyclePolicyPreviewNotFoundException";
1076
+ $fault: "client";
1077
+ message?: string;
1078
+ }
1079
+ export declare namespace LifecyclePolicyPreviewNotFoundException {
1080
+
1081
+ const filterSensitiveLog: (obj: LifecyclePolicyPreviewNotFoundException) => any;
1082
+ }
1083
+ export interface GetRegistryPolicyRequest {
1084
+ }
1085
+ export declare namespace GetRegistryPolicyRequest {
1086
+
1087
+ const filterSensitiveLog: (obj: GetRegistryPolicyRequest) => any;
1088
+ }
1089
+ export interface GetRegistryPolicyResponse {
1090
+
1091
+ registryId?: string;
1092
+
1093
+ policyText?: string;
1094
+ }
1095
+ export declare namespace GetRegistryPolicyResponse {
1096
+
1097
+ const filterSensitiveLog: (obj: GetRegistryPolicyResponse) => any;
1098
+ }
1099
+ export interface GetRepositoryPolicyRequest {
1100
+
1101
+ registryId?: string;
1102
+
1103
+ repositoryName: string | undefined;
1104
+ }
1105
+ export declare namespace GetRepositoryPolicyRequest {
1106
+
1107
+ const filterSensitiveLog: (obj: GetRepositoryPolicyRequest) => any;
1108
+ }
1109
+ export interface GetRepositoryPolicyResponse {
1110
+
1111
+ registryId?: string;
1112
+
1113
+ repositoryName?: string;
1114
+
1115
+ policyText?: string;
1116
+ }
1117
+ export declare namespace GetRepositoryPolicyResponse {
1118
+
1119
+ const filterSensitiveLog: (obj: GetRepositoryPolicyResponse) => any;
1120
+ }
1121
+ export interface InitiateLayerUploadRequest {
1122
+
1123
+ registryId?: string;
1124
+
1125
+ repositoryName: string | undefined;
1126
+ }
1127
+ export declare namespace InitiateLayerUploadRequest {
1128
+
1129
+ const filterSensitiveLog: (obj: InitiateLayerUploadRequest) => any;
1130
+ }
1131
+ export interface InitiateLayerUploadResponse {
1132
+
1133
+ uploadId?: string;
1134
+
1135
+ partSize?: number;
1136
+ }
1137
+ export declare namespace InitiateLayerUploadResponse {
1138
+
1139
+ const filterSensitiveLog: (obj: InitiateLayerUploadResponse) => any;
1140
+ }
1141
+
1142
+ export interface ListImagesFilter {
1143
+
1144
+ tagStatus?: TagStatus | string;
1145
+ }
1146
+ export declare namespace ListImagesFilter {
1147
+
1148
+ const filterSensitiveLog: (obj: ListImagesFilter) => any;
1149
+ }
1150
+ export interface ListImagesRequest {
1151
+
1152
+ registryId?: string;
1153
+
1154
+ repositoryName: string | undefined;
1155
+
1156
+ nextToken?: string;
1157
+
1158
+ maxResults?: number;
1159
+
1160
+ filter?: ListImagesFilter;
1161
+ }
1162
+ export declare namespace ListImagesRequest {
1163
+
1164
+ const filterSensitiveLog: (obj: ListImagesRequest) => any;
1165
+ }
1166
+ export interface ListImagesResponse {
1167
+
1168
+ imageIds?: ImageIdentifier[];
1169
+
1170
+ nextToken?: string;
1171
+ }
1172
+ export declare namespace ListImagesResponse {
1173
+
1174
+ const filterSensitiveLog: (obj: ListImagesResponse) => any;
1175
+ }
1176
+ export interface ListTagsForResourceRequest {
1177
+
1178
+ resourceArn: string | undefined;
1179
+ }
1180
+ export declare namespace ListTagsForResourceRequest {
1181
+
1182
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1183
+ }
1184
+ export interface ListTagsForResourceResponse {
1185
+
1186
+ tags?: Tag[];
1187
+ }
1188
+ export declare namespace ListTagsForResourceResponse {
1189
+
1190
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1191
+ }
1192
+
1193
+ export interface ImageAlreadyExistsException extends __SmithyException, $MetadataBearer {
1194
+ name: "ImageAlreadyExistsException";
1195
+ $fault: "client";
1196
+
1197
+ message?: string;
1198
+ }
1199
+ export declare namespace ImageAlreadyExistsException {
1200
+
1201
+ const filterSensitiveLog: (obj: ImageAlreadyExistsException) => any;
1202
+ }
1203
+
1204
+ export interface ImageDigestDoesNotMatchException extends __SmithyException, $MetadataBearer {
1205
+ name: "ImageDigestDoesNotMatchException";
1206
+ $fault: "client";
1207
+ message?: string;
1208
+ }
1209
+ export declare namespace ImageDigestDoesNotMatchException {
1210
+
1211
+ const filterSensitiveLog: (obj: ImageDigestDoesNotMatchException) => any;
1212
+ }
1213
+
1214
+ export interface ImageTagAlreadyExistsException extends __SmithyException, $MetadataBearer {
1215
+ name: "ImageTagAlreadyExistsException";
1216
+ $fault: "client";
1217
+ message?: string;
1218
+ }
1219
+ export declare namespace ImageTagAlreadyExistsException {
1220
+
1221
+ const filterSensitiveLog: (obj: ImageTagAlreadyExistsException) => any;
1222
+ }
1223
+ export interface PutImageRequest {
1224
+
1225
+ registryId?: string;
1226
+
1227
+ repositoryName: string | undefined;
1228
+
1229
+ imageManifest: string | undefined;
1230
+
1231
+ imageManifestMediaType?: string;
1232
+
1233
+ imageTag?: string;
1234
+
1235
+ imageDigest?: string;
1236
+ }
1237
+ export declare namespace PutImageRequest {
1238
+
1239
+ const filterSensitiveLog: (obj: PutImageRequest) => any;
1240
+ }
1241
+ export interface PutImageResponse {
1242
+
1243
+ image?: Image;
1244
+ }
1245
+ export declare namespace PutImageResponse {
1246
+
1247
+ const filterSensitiveLog: (obj: PutImageResponse) => any;
1248
+ }
1249
+
1250
+ export interface ReferencedImagesNotFoundException extends __SmithyException, $MetadataBearer {
1251
+ name: "ReferencedImagesNotFoundException";
1252
+ $fault: "client";
1253
+ message?: string;
1254
+ }
1255
+ export declare namespace ReferencedImagesNotFoundException {
1256
+
1257
+ const filterSensitiveLog: (obj: ReferencedImagesNotFoundException) => any;
1258
+ }
1259
+ export interface PutImageScanningConfigurationRequest {
1260
+
1261
+ registryId?: string;
1262
+
1263
+ repositoryName: string | undefined;
1264
+
1265
+ imageScanningConfiguration: ImageScanningConfiguration | undefined;
1266
+ }
1267
+ export declare namespace PutImageScanningConfigurationRequest {
1268
+
1269
+ const filterSensitiveLog: (obj: PutImageScanningConfigurationRequest) => any;
1270
+ }
1271
+ export interface PutImageScanningConfigurationResponse {
1272
+
1273
+ registryId?: string;
1274
+
1275
+ repositoryName?: string;
1276
+
1277
+ imageScanningConfiguration?: ImageScanningConfiguration;
1278
+ }
1279
+ export declare namespace PutImageScanningConfigurationResponse {
1280
+
1281
+ const filterSensitiveLog: (obj: PutImageScanningConfigurationResponse) => any;
1282
+ }
1283
+ export interface PutImageTagMutabilityRequest {
1284
+
1285
+ registryId?: string;
1286
+
1287
+ repositoryName: string | undefined;
1288
+
1289
+ imageTagMutability: ImageTagMutability | string | undefined;
1290
+ }
1291
+ export declare namespace PutImageTagMutabilityRequest {
1292
+
1293
+ const filterSensitiveLog: (obj: PutImageTagMutabilityRequest) => any;
1294
+ }
1295
+ export interface PutImageTagMutabilityResponse {
1296
+
1297
+ registryId?: string;
1298
+
1299
+ repositoryName?: string;
1300
+
1301
+ imageTagMutability?: ImageTagMutability | string;
1302
+ }
1303
+ export declare namespace PutImageTagMutabilityResponse {
1304
+
1305
+ const filterSensitiveLog: (obj: PutImageTagMutabilityResponse) => any;
1306
+ }
1307
+ export interface PutLifecyclePolicyRequest {
1308
+
1309
+ registryId?: string;
1310
+
1311
+ repositoryName: string | undefined;
1312
+
1313
+ lifecyclePolicyText: string | undefined;
1314
+ }
1315
+ export declare namespace PutLifecyclePolicyRequest {
1316
+
1317
+ const filterSensitiveLog: (obj: PutLifecyclePolicyRequest) => any;
1318
+ }
1319
+ export interface PutLifecyclePolicyResponse {
1320
+
1321
+ registryId?: string;
1322
+
1323
+ repositoryName?: string;
1324
+
1325
+ lifecyclePolicyText?: string;
1326
+ }
1327
+ export declare namespace PutLifecyclePolicyResponse {
1328
+
1329
+ const filterSensitiveLog: (obj: PutLifecyclePolicyResponse) => any;
1330
+ }
1331
+ export interface PutRegistryPolicyRequest {
1332
+
1333
+ policyText: string | undefined;
1334
+ }
1335
+ export declare namespace PutRegistryPolicyRequest {
1336
+
1337
+ const filterSensitiveLog: (obj: PutRegistryPolicyRequest) => any;
1338
+ }
1339
+ export interface PutRegistryPolicyResponse {
1340
+
1341
+ registryId?: string;
1342
+
1343
+ policyText?: string;
1344
+ }
1345
+ export declare namespace PutRegistryPolicyResponse {
1346
+
1347
+ const filterSensitiveLog: (obj: PutRegistryPolicyResponse) => any;
1348
+ }
1349
+ export interface PutReplicationConfigurationRequest {
1350
+
1351
+ replicationConfiguration: ReplicationConfiguration | undefined;
1352
+ }
1353
+ export declare namespace PutReplicationConfigurationRequest {
1354
+
1355
+ const filterSensitiveLog: (obj: PutReplicationConfigurationRequest) => any;
1356
+ }
1357
+ export interface PutReplicationConfigurationResponse {
1358
+
1359
+ replicationConfiguration?: ReplicationConfiguration;
1360
+ }
1361
+ export declare namespace PutReplicationConfigurationResponse {
1362
+
1363
+ const filterSensitiveLog: (obj: PutReplicationConfigurationResponse) => any;
1364
+ }
1365
+ export interface SetRepositoryPolicyRequest {
1366
+
1367
+ registryId?: string;
1368
+
1369
+ repositoryName: string | undefined;
1370
+
1371
+ policyText: string | undefined;
1372
+
1373
+ force?: boolean;
1374
+ }
1375
+ export declare namespace SetRepositoryPolicyRequest {
1376
+
1377
+ const filterSensitiveLog: (obj: SetRepositoryPolicyRequest) => any;
1378
+ }
1379
+ export interface SetRepositoryPolicyResponse {
1380
+
1381
+ registryId?: string;
1382
+
1383
+ repositoryName?: string;
1384
+
1385
+ policyText?: string;
1386
+ }
1387
+ export declare namespace SetRepositoryPolicyResponse {
1388
+
1389
+ const filterSensitiveLog: (obj: SetRepositoryPolicyResponse) => any;
1390
+ }
1391
+ export interface StartImageScanRequest {
1392
+
1393
+ registryId?: string;
1394
+
1395
+ repositoryName: string | undefined;
1396
+
1397
+ imageId: ImageIdentifier | undefined;
1398
+ }
1399
+ export declare namespace StartImageScanRequest {
1400
+
1401
+ const filterSensitiveLog: (obj: StartImageScanRequest) => any;
1402
+ }
1403
+ export interface StartImageScanResponse {
1404
+
1405
+ registryId?: string;
1406
+
1407
+ repositoryName?: string;
1408
+
1409
+ imageId?: ImageIdentifier;
1410
+
1411
+ imageScanStatus?: ImageScanStatus;
1412
+ }
1413
+ export declare namespace StartImageScanResponse {
1414
+
1415
+ const filterSensitiveLog: (obj: StartImageScanResponse) => any;
1416
+ }
1417
+
1418
+ export interface UnsupportedImageTypeException extends __SmithyException, $MetadataBearer {
1419
+ name: "UnsupportedImageTypeException";
1420
+ $fault: "client";
1421
+ message?: string;
1422
+ }
1423
+ export declare namespace UnsupportedImageTypeException {
1424
+
1425
+ const filterSensitiveLog: (obj: UnsupportedImageTypeException) => any;
1426
+ }
1427
+
1428
+ export interface LifecyclePolicyPreviewInProgressException extends __SmithyException, $MetadataBearer {
1429
+ name: "LifecyclePolicyPreviewInProgressException";
1430
+ $fault: "client";
1431
+ message?: string;
1432
+ }
1433
+ export declare namespace LifecyclePolicyPreviewInProgressException {
1434
+
1435
+ const filterSensitiveLog: (obj: LifecyclePolicyPreviewInProgressException) => any;
1436
+ }
1437
+ export interface StartLifecyclePolicyPreviewRequest {
1438
+
1439
+ registryId?: string;
1440
+
1441
+ repositoryName: string | undefined;
1442
+
1443
+ lifecyclePolicyText?: string;
1444
+ }
1445
+ export declare namespace StartLifecyclePolicyPreviewRequest {
1446
+
1447
+ const filterSensitiveLog: (obj: StartLifecyclePolicyPreviewRequest) => any;
1448
+ }
1449
+ export interface StartLifecyclePolicyPreviewResponse {
1450
+
1451
+ registryId?: string;
1452
+
1453
+ repositoryName?: string;
1454
+
1455
+ lifecyclePolicyText?: string;
1456
+
1457
+ status?: LifecyclePolicyPreviewStatus | string;
1458
+ }
1459
+ export declare namespace StartLifecyclePolicyPreviewResponse {
1460
+
1461
+ const filterSensitiveLog: (obj: StartLifecyclePolicyPreviewResponse) => any;
1462
+ }
1463
+ export interface TagResourceRequest {
1464
+
1465
+ resourceArn: string | undefined;
1466
+
1467
+ tags: Tag[] | undefined;
1468
+ }
1469
+ export declare namespace TagResourceRequest {
1470
+
1471
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
1472
+ }
1473
+ export interface TagResourceResponse {
1474
+ }
1475
+ export declare namespace TagResourceResponse {
1476
+
1477
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
1478
+ }
1479
+ export interface UntagResourceRequest {
1480
+
1481
+ resourceArn: string | undefined;
1482
+
1483
+ tagKeys: string[] | undefined;
1484
+ }
1485
+ export declare namespace UntagResourceRequest {
1486
+
1487
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1488
+ }
1489
+ export interface UntagResourceResponse {
1490
+ }
1491
+ export declare namespace UntagResourceResponse {
1492
+
1493
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1494
+ }
1495
+
1496
+ export interface InvalidLayerPartException extends __SmithyException, $MetadataBearer {
1497
+ name: "InvalidLayerPartException";
1498
+ $fault: "client";
1499
+
1500
+ registryId?: string;
1501
+
1502
+ repositoryName?: string;
1503
+
1504
+ uploadId?: string;
1505
+
1506
+ lastValidByteReceived?: number;
1507
+
1508
+ message?: string;
1509
+ }
1510
+ export declare namespace InvalidLayerPartException {
1511
+
1512
+ const filterSensitiveLog: (obj: InvalidLayerPartException) => any;
1513
+ }
1514
+ export interface UploadLayerPartRequest {
1515
+
1516
+ registryId?: string;
1517
+
1518
+ repositoryName: string | undefined;
1519
+
1520
+ uploadId: string | undefined;
1521
+
1522
+ partFirstByte: number | undefined;
1523
+
1524
+ partLastByte: number | undefined;
1525
+
1526
+ layerPartBlob: Uint8Array | undefined;
1527
+ }
1528
+ export declare namespace UploadLayerPartRequest {
1529
+
1530
+ const filterSensitiveLog: (obj: UploadLayerPartRequest) => any;
1531
+ }
1532
+ export interface UploadLayerPartResponse {
1533
+
1534
+ registryId?: string;
1535
+
1536
+ repositoryName?: string;
1537
+
1538
+ uploadId?: string;
1539
+
1540
+ lastByteReceived?: number;
1541
+ }
1542
+ export declare namespace UploadLayerPartResponse {
1543
+
1544
+ const filterSensitiveLog: (obj: UploadLayerPartResponse) => any;
1545
+ }