@aws-sdk/client-ecr 3.30.0 → 3.34.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 (257) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/ECR.ts +54 -15
  3. package/ECRClient.ts +8 -0
  4. package/README.md +2 -0
  5. package/commands/CreateRepositoryCommand.ts +1 -1
  6. package/commands/DescribeImageReplicationStatusCommand.ts +102 -0
  7. package/commands/GetAuthorizationTokenCommand.ts +2 -2
  8. package/commands/GetDownloadUrlForLayerCommand.ts +2 -2
  9. package/commands/PutImageTagMutabilityCommand.ts +2 -2
  10. package/commands/PutLifecyclePolicyCommand.ts +2 -2
  11. package/commands/PutRegistryPolicyCommand.ts +1 -1
  12. package/commands/PutReplicationConfigurationCommand.ts +1 -1
  13. package/commands/SetRepositoryPolicyCommand.ts +1 -1
  14. package/commands/StartImageScanCommand.ts +3 -3
  15. package/dist/cjs/ECR.js +17 -0
  16. package/dist/cjs/ECR.js.map +1 -1
  17. package/dist/cjs/ECRClient.js +15 -13
  18. package/dist/cjs/ECRClient.js.map +1 -1
  19. package/dist/cjs/commands/BatchCheckLayerAvailabilityCommand.js +3 -3
  20. package/dist/cjs/commands/BatchCheckLayerAvailabilityCommand.js.map +1 -1
  21. package/dist/cjs/commands/BatchDeleteImageCommand.js +3 -3
  22. package/dist/cjs/commands/BatchDeleteImageCommand.js.map +1 -1
  23. package/dist/cjs/commands/BatchGetImageCommand.js +3 -3
  24. package/dist/cjs/commands/BatchGetImageCommand.js.map +1 -1
  25. package/dist/cjs/commands/CompleteLayerUploadCommand.js +3 -3
  26. package/dist/cjs/commands/CompleteLayerUploadCommand.js.map +1 -1
  27. package/dist/cjs/commands/CreateRepositoryCommand.js +4 -4
  28. package/dist/cjs/commands/CreateRepositoryCommand.js.map +1 -1
  29. package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js +3 -3
  30. package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js.map +1 -1
  31. package/dist/cjs/commands/DeleteRegistryPolicyCommand.js +3 -3
  32. package/dist/cjs/commands/DeleteRegistryPolicyCommand.js.map +1 -1
  33. package/dist/cjs/commands/DeleteRepositoryCommand.js +3 -3
  34. package/dist/cjs/commands/DeleteRepositoryCommand.js.map +1 -1
  35. package/dist/cjs/commands/DeleteRepositoryPolicyCommand.js +3 -3
  36. package/dist/cjs/commands/DeleteRepositoryPolicyCommand.js.map +1 -1
  37. package/dist/cjs/commands/DescribeImageReplicationStatusCommand.js +61 -0
  38. package/dist/cjs/commands/DescribeImageReplicationStatusCommand.js.map +1 -0
  39. package/dist/cjs/commands/DescribeImageScanFindingsCommand.js +3 -3
  40. package/dist/cjs/commands/DescribeImageScanFindingsCommand.js.map +1 -1
  41. package/dist/cjs/commands/DescribeImagesCommand.js +3 -3
  42. package/dist/cjs/commands/DescribeImagesCommand.js.map +1 -1
  43. package/dist/cjs/commands/DescribeRegistryCommand.js +3 -3
  44. package/dist/cjs/commands/DescribeRegistryCommand.js.map +1 -1
  45. package/dist/cjs/commands/DescribeRepositoriesCommand.js +3 -3
  46. package/dist/cjs/commands/DescribeRepositoriesCommand.js.map +1 -1
  47. package/dist/cjs/commands/GetAuthorizationTokenCommand.js +5 -5
  48. package/dist/cjs/commands/GetAuthorizationTokenCommand.js.map +1 -1
  49. package/dist/cjs/commands/GetDownloadUrlForLayerCommand.js +5 -5
  50. package/dist/cjs/commands/GetDownloadUrlForLayerCommand.js.map +1 -1
  51. package/dist/cjs/commands/GetLifecyclePolicyCommand.js +3 -3
  52. package/dist/cjs/commands/GetLifecyclePolicyCommand.js.map +1 -1
  53. package/dist/cjs/commands/GetLifecyclePolicyPreviewCommand.js +3 -3
  54. package/dist/cjs/commands/GetLifecyclePolicyPreviewCommand.js.map +1 -1
  55. package/dist/cjs/commands/GetRegistryPolicyCommand.js +3 -3
  56. package/dist/cjs/commands/GetRegistryPolicyCommand.js.map +1 -1
  57. package/dist/cjs/commands/GetRepositoryPolicyCommand.js +3 -3
  58. package/dist/cjs/commands/GetRepositoryPolicyCommand.js.map +1 -1
  59. package/dist/cjs/commands/InitiateLayerUploadCommand.js +3 -3
  60. package/dist/cjs/commands/InitiateLayerUploadCommand.js.map +1 -1
  61. package/dist/cjs/commands/ListImagesCommand.js +3 -3
  62. package/dist/cjs/commands/ListImagesCommand.js.map +1 -1
  63. package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
  64. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
  65. package/dist/cjs/commands/PutImageCommand.js +3 -3
  66. package/dist/cjs/commands/PutImageCommand.js.map +1 -1
  67. package/dist/cjs/commands/PutImageScanningConfigurationCommand.js +3 -3
  68. package/dist/cjs/commands/PutImageScanningConfigurationCommand.js.map +1 -1
  69. package/dist/cjs/commands/PutImageTagMutabilityCommand.js +5 -5
  70. package/dist/cjs/commands/PutImageTagMutabilityCommand.js.map +1 -1
  71. package/dist/cjs/commands/PutLifecyclePolicyCommand.js +5 -5
  72. package/dist/cjs/commands/PutLifecyclePolicyCommand.js.map +1 -1
  73. package/dist/cjs/commands/PutRegistryPolicyCommand.js +4 -4
  74. package/dist/cjs/commands/PutRegistryPolicyCommand.js.map +1 -1
  75. package/dist/cjs/commands/PutReplicationConfigurationCommand.js +4 -4
  76. package/dist/cjs/commands/PutReplicationConfigurationCommand.js.map +1 -1
  77. package/dist/cjs/commands/SetRepositoryPolicyCommand.js +4 -4
  78. package/dist/cjs/commands/SetRepositoryPolicyCommand.js.map +1 -1
  79. package/dist/cjs/commands/StartImageScanCommand.js +6 -6
  80. package/dist/cjs/commands/StartImageScanCommand.js.map +1 -1
  81. package/dist/cjs/commands/StartLifecyclePolicyPreviewCommand.js +3 -3
  82. package/dist/cjs/commands/StartLifecyclePolicyPreviewCommand.js.map +1 -1
  83. package/dist/cjs/commands/TagResourceCommand.js +3 -3
  84. package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
  85. package/dist/cjs/commands/UntagResourceCommand.js +3 -3
  86. package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
  87. package/dist/cjs/commands/UploadLayerPartCommand.js +3 -3
  88. package/dist/cjs/commands/UploadLayerPartCommand.js.map +1 -1
  89. package/dist/cjs/endpoints.js +1 -1
  90. package/dist/cjs/endpoints.js.map +1 -1
  91. package/dist/cjs/index.js +46 -45
  92. package/dist/cjs/index.js.map +1 -1
  93. package/dist/cjs/models/index.js +1 -1
  94. package/dist/cjs/models/index.js.map +1 -1
  95. package/dist/cjs/models/models_0.js +67 -21
  96. package/dist/cjs/models/models_0.js.map +1 -1
  97. package/dist/cjs/package.json +40 -40
  98. package/dist/cjs/protocols/Aws_json1_1.js +346 -155
  99. package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
  100. package/dist/cjs/runtimeConfig.browser.js +4 -4
  101. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  102. package/dist/cjs/runtimeConfig.js +8 -8
  103. package/dist/cjs/runtimeConfig.js.map +1 -1
  104. package/dist/cjs/runtimeConfig.native.js +1 -1
  105. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  106. package/dist/cjs/waiters/waitForImageScanComplete.js +3 -3
  107. package/dist/cjs/waiters/waitForImageScanComplete.js.map +1 -1
  108. package/dist/cjs/waiters/waitForLifecyclePolicyPreviewComplete.js +3 -3
  109. package/dist/cjs/waiters/waitForLifecyclePolicyPreviewComplete.js.map +1 -1
  110. package/dist/es/ECR.js +16 -10
  111. package/dist/es/ECR.js.map +1 -1
  112. package/dist/es/ECRClient.js +1 -15
  113. package/dist/es/ECRClient.js.map +1 -1
  114. package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js +2 -34
  115. package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js.map +1 -1
  116. package/dist/es/commands/BatchDeleteImageCommand.js +2 -32
  117. package/dist/es/commands/BatchDeleteImageCommand.js.map +1 -1
  118. package/dist/es/commands/BatchGetImageCommand.js +2 -30
  119. package/dist/es/commands/BatchGetImageCommand.js.map +1 -1
  120. package/dist/es/commands/CompleteLayerUploadCommand.js +2 -35
  121. package/dist/es/commands/CompleteLayerUploadCommand.js.map +1 -1
  122. package/dist/es/commands/CreateRepositoryCommand.js +2 -28
  123. package/dist/es/commands/CreateRepositoryCommand.js.map +1 -1
  124. package/dist/es/commands/DeleteLifecyclePolicyCommand.js +2 -27
  125. package/dist/es/commands/DeleteLifecyclePolicyCommand.js.map +1 -1
  126. package/dist/es/commands/DeleteRegistryPolicyCommand.js +2 -27
  127. package/dist/es/commands/DeleteRegistryPolicyCommand.js.map +1 -1
  128. package/dist/es/commands/DeleteRepositoryCommand.js +2 -29
  129. package/dist/es/commands/DeleteRepositoryCommand.js.map +1 -1
  130. package/dist/es/commands/DeleteRepositoryPolicyCommand.js +2 -27
  131. package/dist/es/commands/DeleteRepositoryPolicyCommand.js.map +1 -1
  132. package/dist/es/commands/DescribeImageReplicationStatusCommand.js +40 -0
  133. package/dist/es/commands/DescribeImageReplicationStatusCommand.js.map +1 -0
  134. package/dist/es/commands/DescribeImageScanFindingsCommand.js +2 -27
  135. package/dist/es/commands/DescribeImageScanFindingsCommand.js.map +1 -1
  136. package/dist/es/commands/DescribeImagesCommand.js +2 -33
  137. package/dist/es/commands/DescribeImagesCommand.js.map +1 -1
  138. package/dist/es/commands/DescribeRegistryCommand.js +2 -29
  139. package/dist/es/commands/DescribeRegistryCommand.js.map +1 -1
  140. package/dist/es/commands/DescribeRepositoriesCommand.js +2 -27
  141. package/dist/es/commands/DescribeRepositoriesCommand.js.map +1 -1
  142. package/dist/es/commands/GetAuthorizationTokenCommand.js +2 -34
  143. package/dist/es/commands/GetAuthorizationTokenCommand.js.map +1 -1
  144. package/dist/es/commands/GetDownloadUrlForLayerCommand.js +2 -34
  145. package/dist/es/commands/GetDownloadUrlForLayerCommand.js.map +1 -1
  146. package/dist/es/commands/GetLifecyclePolicyCommand.js +2 -27
  147. package/dist/es/commands/GetLifecyclePolicyCommand.js.map +1 -1
  148. package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js +2 -28
  149. package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js.map +1 -1
  150. package/dist/es/commands/GetRegistryPolicyCommand.js +2 -27
  151. package/dist/es/commands/GetRegistryPolicyCommand.js.map +1 -1
  152. package/dist/es/commands/GetRepositoryPolicyCommand.js +2 -27
  153. package/dist/es/commands/GetRepositoryPolicyCommand.js.map +1 -1
  154. package/dist/es/commands/InitiateLayerUploadCommand.js +2 -34
  155. package/dist/es/commands/InitiateLayerUploadCommand.js.map +1 -1
  156. package/dist/es/commands/ListImagesCommand.js +2 -33
  157. package/dist/es/commands/ListImagesCommand.js.map +1 -1
  158. package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
  159. package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
  160. package/dist/es/commands/PutImageCommand.js +2 -35
  161. package/dist/es/commands/PutImageCommand.js.map +1 -1
  162. package/dist/es/commands/PutImageScanningConfigurationCommand.js +2 -27
  163. package/dist/es/commands/PutImageScanningConfigurationCommand.js.map +1 -1
  164. package/dist/es/commands/PutImageTagMutabilityCommand.js +2 -29
  165. package/dist/es/commands/PutImageTagMutabilityCommand.js.map +1 -1
  166. package/dist/es/commands/PutLifecyclePolicyCommand.js +2 -29
  167. package/dist/es/commands/PutLifecyclePolicyCommand.js.map +1 -1
  168. package/dist/es/commands/PutRegistryPolicyCommand.js +2 -29
  169. package/dist/es/commands/PutRegistryPolicyCommand.js.map +1 -1
  170. package/dist/es/commands/PutReplicationConfigurationCommand.js +2 -37
  171. package/dist/es/commands/PutReplicationConfigurationCommand.js.map +1 -1
  172. package/dist/es/commands/SetRepositoryPolicyCommand.js +2 -29
  173. package/dist/es/commands/SetRepositoryPolicyCommand.js.map +1 -1
  174. package/dist/es/commands/StartImageScanCommand.js +2 -30
  175. package/dist/es/commands/StartImageScanCommand.js.map +1 -1
  176. package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js +2 -28
  177. package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js.map +1 -1
  178. package/dist/es/commands/TagResourceCommand.js +2 -28
  179. package/dist/es/commands/TagResourceCommand.js.map +1 -1
  180. package/dist/es/commands/UntagResourceCommand.js +2 -27
  181. package/dist/es/commands/UntagResourceCommand.js.map +1 -1
  182. package/dist/es/commands/UploadLayerPartCommand.js +2 -34
  183. package/dist/es/commands/UploadLayerPartCommand.js.map +1 -1
  184. package/dist/es/endpoints.js +1 -1
  185. package/dist/es/endpoints.js.map +1 -1
  186. package/dist/es/index.js +1 -0
  187. package/dist/es/index.js.map +1 -1
  188. package/dist/es/models/models_0.js +34 -377
  189. package/dist/es/models/models_0.js.map +1 -1
  190. package/dist/es/package.json +40 -40
  191. package/dist/es/pagination/DescribeImageScanFindingsPaginator.js +16 -28
  192. package/dist/es/pagination/DescribeImageScanFindingsPaginator.js.map +1 -1
  193. package/dist/es/pagination/DescribeImagesPaginator.js +16 -28
  194. package/dist/es/pagination/DescribeImagesPaginator.js.map +1 -1
  195. package/dist/es/pagination/DescribeRepositoriesPaginator.js +16 -28
  196. package/dist/es/pagination/DescribeRepositoriesPaginator.js.map +1 -1
  197. package/dist/es/pagination/GetLifecyclePolicyPreviewPaginator.js +16 -28
  198. package/dist/es/pagination/GetLifecyclePolicyPreviewPaginator.js.map +1 -1
  199. package/dist/es/pagination/ListImagesPaginator.js +16 -28
  200. package/dist/es/pagination/ListImagesPaginator.js.map +1 -1
  201. package/dist/es/protocols/Aws_json1_1.js +1080 -893
  202. package/dist/es/protocols/Aws_json1_1.js.map +1 -1
  203. package/dist/es/runtimeConfig.browser.js +0 -3
  204. package/dist/es/runtimeConfig.browser.js.map +1 -1
  205. package/dist/es/runtimeConfig.js +0 -3
  206. package/dist/es/runtimeConfig.js.map +1 -1
  207. package/dist/es/runtimeConfig.native.js +0 -3
  208. package/dist/es/runtimeConfig.native.js.map +1 -1
  209. package/dist/es/runtimeConfig.shared.js +0 -3
  210. package/dist/es/runtimeConfig.shared.js.map +1 -1
  211. package/dist/es/waiters/waitForImageScanComplete.js +9 -18
  212. package/dist/es/waiters/waitForImageScanComplete.js.map +1 -1
  213. package/dist/es/waiters/waitForLifecyclePolicyPreviewComplete.js +9 -18
  214. package/dist/es/waiters/waitForLifecyclePolicyPreviewComplete.js.map +1 -1
  215. package/dist/types/ECR.d.ts +24 -15
  216. package/dist/types/ECRClient.d.ts +5 -2
  217. package/dist/types/commands/CreateRepositoryCommand.d.ts +1 -1
  218. package/dist/types/commands/DescribeImageReplicationStatusCommand.d.ts +35 -0
  219. package/dist/types/commands/GetAuthorizationTokenCommand.d.ts +2 -2
  220. package/dist/types/commands/GetDownloadUrlForLayerCommand.d.ts +2 -2
  221. package/dist/types/commands/PutImageTagMutabilityCommand.d.ts +2 -2
  222. package/dist/types/commands/PutLifecyclePolicyCommand.d.ts +2 -2
  223. package/dist/types/commands/PutRegistryPolicyCommand.d.ts +1 -1
  224. package/dist/types/commands/PutReplicationConfigurationCommand.d.ts +1 -1
  225. package/dist/types/commands/SetRepositoryPolicyCommand.d.ts +1 -1
  226. package/dist/types/commands/StartImageScanCommand.d.ts +3 -3
  227. package/dist/types/index.d.ts +1 -0
  228. package/dist/types/models/models_0.d.ts +210 -100
  229. package/dist/types/protocols/Aws_json1_1.d.ts +3 -0
  230. package/dist/types/runtimeConfig.browser.d.ts +1 -0
  231. package/dist/types/runtimeConfig.d.ts +1 -0
  232. package/dist/types/runtimeConfig.native.d.ts +1 -0
  233. package/dist/types/ts3.4/ECR.d.ts +24 -15
  234. package/dist/types/ts3.4/ECRClient.d.ts +5 -2
  235. package/dist/types/ts3.4/commands/CreateRepositoryCommand.d.ts +1 -1
  236. package/dist/types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +35 -0
  237. package/dist/types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +2 -2
  238. package/dist/types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +2 -2
  239. package/dist/types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +2 -2
  240. package/dist/types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +2 -2
  241. package/dist/types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +1 -1
  242. package/dist/types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +1 -1
  243. package/dist/types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +1 -1
  244. package/dist/types/ts3.4/commands/StartImageScanCommand.d.ts +3 -3
  245. package/dist/types/ts3.4/index.d.ts +1 -0
  246. package/dist/types/ts3.4/models/models_0.d.ts +210 -100
  247. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
  248. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  249. package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
  250. package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
  251. package/index.ts +1 -0
  252. package/models/models_0.ts +246 -108
  253. package/package.json +40 -40
  254. package/protocols/Aws_json1_1.ts +242 -10
  255. package/tsconfig.es.json +0 -2
  256. package/tsconfig.json +3 -5
  257. package/tsconfig.types.json +8 -0
@@ -9,9 +9,6 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
- /**
13
- * @internal
14
- */
15
12
  export var getRuntimeConfig = function (config) {
16
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
14
  var clientSharedValues = getSharedRuntimeConfig(config);
@@ -1 +1 @@
1
- {"version":3,"file":"runtimeConfig.browser.js","sourceRoot":"","sources":["../../runtimeConfig.browser.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAEpF;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IACtD,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,CAAC,UAAC,CAAU,IAAK,OAAA,cAAM,OAAA,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAC,EAAlD,CAAkD,EAAxD,CAAwD,CAAC,EACjH,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,oBAAoB,EACxD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,eAAe,CAAC,mBAAmB,CAAC,EAC9D,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,gBAAgB,EAAE,EAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,CAAC,cAAM,OAAA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAnC,CAAmC,CAAC,EAC3E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,EAChC,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"runtimeConfig.browser.js","sourceRoot":"","sources":["../../runtimeConfig.browser.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAKpF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IACtD,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,CAAC,UAAC,CAAU,IAAK,OAAA,cAAM,OAAA,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAC,EAAlD,CAAkD,EAAxD,CAAwD,CAAC,EACjH,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,oBAAoB,EACxD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,eAAe,CAAC,mBAAmB,CAAC,EAC9D,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,gBAAgB,EAAE,EAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,CAAC,cAAM,OAAA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAnC,CAAmC,CAAC,EAC3E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,EAChC,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
@@ -13,9 +13,6 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
- /**
17
- * @internal
18
- */
19
16
  export var getRuntimeConfig = function (config) {
20
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
18
  emitWarningIfUnsupportedVersion(process.version);
@@ -1 +1 @@
1
- {"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../../runtimeConfig.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,iCAAiC,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAE,+BAA+B,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AACvG,OAAO,EAAE,eAAe,IAAI,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACjG,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAC5G,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACpF,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IACtD,+BAA+B,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACjD,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,iCAAiC,CAAC,yBAAyB,CAAC,EACnG,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,cAAc,CAAC,+BAA+B,CAAC,EACnF,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,cAAc,CAAC,0BAA0B,EAAE,+BAA+B,CAAC,EACrG,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,eAAe,EAAE,EAC/D,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,cAAc,CAAC,8BAA8B,CAAC,EAC9E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,EACnD,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../../runtimeConfig.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,6 @@
1
1
  import { __assign } from "tslib";
2
2
  import { Sha256 } from "@aws-crypto/sha256-js";
3
3
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
4
- /**
5
- * @internal
6
- */
7
4
  export var getRuntimeConfig = function (config) {
8
5
  var _a;
9
6
  var browserDefaults = getBrowserRuntimeConfig(config);
@@ -1 +1 @@
1
- {"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAEtF;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IACtD,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAKtF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IACtD,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
@@ -1,8 +1,5 @@
1
1
  import { defaultRegionInfoProvider } from "./endpoints";
2
2
  import { parseUrl } from "@aws-sdk/url-parser";
3
- /**
4
- * @internal
5
- */
6
3
  export var getRuntimeConfig = function (config) {
7
4
  var _a, _b, _c, _d, _e;
8
5
  return ({
@@ -1 +1 @@
1
- {"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAG/C;;GAEG;AACH,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IAAK,OAAA,CAAC;QAC5D,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,KAAK;QACrC,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
1
+ {"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAM/C,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAuB;;IAAK,OAAA,CAAC;QAC5D,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,KAAK;QACrC,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
@@ -7,7 +7,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
7
7
  switch (_a.label) {
8
8
  case 0:
9
9
  _a.trys.push([0, 2, , 3]);
10
- return [4 /*yield*/, client.send(new DescribeImageScanFindingsCommand(input))];
10
+ return [4, client.send(new DescribeImageScanFindingsCommand(input))];
11
11
  case 1:
12
12
  result_1 = _a.sent();
13
13
  reason = result_1;
@@ -16,7 +16,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
16
16
  return result_1.imageScanStatus.status;
17
17
  };
18
18
  if (returnComparator() === "COMPLETE") {
19
- return [2 /*return*/, { state: WaiterState.SUCCESS, reason: reason }];
19
+ return [2, { state: WaiterState.SUCCESS, reason: reason }];
20
20
  }
21
21
  }
22
22
  catch (e) { }
@@ -25,45 +25,36 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
25
25
  return result_1.imageScanStatus.status;
26
26
  };
27
27
  if (returnComparator() === "FAILED") {
28
- return [2 /*return*/, { state: WaiterState.FAILURE, reason: reason }];
28
+ return [2, { state: WaiterState.FAILURE, reason: reason }];
29
29
  }
30
30
  }
31
31
  catch (e) { }
32
- return [3 /*break*/, 3];
32
+ return [3, 3];
33
33
  case 2:
34
34
  exception_1 = _a.sent();
35
35
  reason = exception_1;
36
- return [3 /*break*/, 3];
37
- case 3: return [2 /*return*/, { state: WaiterState.RETRY, reason: reason }];
36
+ return [3, 3];
37
+ case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
38
38
  }
39
39
  });
40
40
  }); };
41
- /**
42
- * Wait until an image scan is complete and findings can be accessed
43
- * @deprecated Use waitUntilImageScanComplete instead. waitForImageScanComplete does not throw error in non-success cases.
44
- */
45
41
  export var waitForImageScanComplete = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
46
42
  var serviceDefaults;
47
43
  return __generator(this, function (_a) {
48
44
  serviceDefaults = { minDelay: 5, maxDelay: 120 };
49
- return [2 /*return*/, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
45
+ return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
50
46
  });
51
47
  }); };
52
- /**
53
- * Wait until an image scan is complete and findings can be accessed
54
- * @param params - Waiter configuration options.
55
- * @param input - The input to DescribeImageScanFindingsCommand for polling.
56
- */
57
48
  export var waitUntilImageScanComplete = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
58
49
  var serviceDefaults, result;
59
50
  return __generator(this, function (_a) {
60
51
  switch (_a.label) {
61
52
  case 0:
62
53
  serviceDefaults = { minDelay: 5, maxDelay: 120 };
63
- return [4 /*yield*/, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
54
+ return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
64
55
  case 1:
65
56
  result = _a.sent();
66
- return [2 /*return*/, checkExceptions(result)];
57
+ return [2, checkExceptions(result)];
67
58
  }
68
59
  });
69
60
  }); };
@@ -1 +1 @@
1
- {"version":3,"file":"waitForImageScanComplete.js","sourceRoot":"","sources":["../../../waiters/waitForImageScanComplete.ts"],"names":[],"mappings":";AACA,OAAO,EACL,gCAAgC,GAEjC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAqC,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAErH,IAAM,UAAU,GAAG,UAAO,MAAiB,EAAE,KAA4C;;;;;;gBAGnE,qBAAM,MAAM,CAAC,IAAI,CAAC,IAAI,gCAAgC,CAAC,KAAK,CAAC,CAAC,EAAA;;gBAA5E,WAAc,SAA8D;gBAChF,MAAM,GAAG,QAAM,CAAC;gBAChB,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,eAAe,CAAC,MAAM,CAAC;oBACvC,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,UAAU,EAAE;wBACrC,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;gBACd,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,eAAe,CAAC,MAAM,CAAC;oBACvC,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,QAAQ,EAAE;wBACnC,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;;;;gBAEd,MAAM,GAAG,WAAS,CAAC;;oBAErB,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,QAAA,EAAE,EAAC;;;KAC7C,CAAC;AACF;;;GAGG;AACH,MAAM,CAAC,IAAM,wBAAwB,GAAG,UACtC,MAAsC,EACtC,KAA4C;;;QAEtC,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;QACvD,sBAAO,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAC;;KAC3E,CAAC;AACF;;;;GAIG;AACH,MAAM,CAAC,IAAM,0BAA0B,GAAG,UACxC,MAAsC,EACtC,KAA4C;;;;;gBAEtC,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;gBACxC,qBAAM,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAA;;gBAAjF,MAAM,GAAG,SAAwE;gBACvF,sBAAO,eAAe,CAAC,MAAM,CAAC,EAAC;;;KAChC,CAAC"}
1
+ {"version":3,"file":"waitForImageScanComplete.js","sourceRoot":"","sources":["../../../waiters/waitForImageScanComplete.ts"],"names":[],"mappings":";AACA,OAAO,EACL,gCAAgC,GAEjC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAqC,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAErH,IAAM,UAAU,GAAG,UAAO,MAAiB,EAAE,KAA4C;;;;;;gBAGnE,WAAM,MAAM,CAAC,IAAI,CAAC,IAAI,gCAAgC,CAAC,KAAK,CAAC,CAAC,EAAA;;gBAA5E,WAAc,SAA8D;gBAChF,MAAM,GAAG,QAAM,CAAC;gBAChB,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,eAAe,CAAC,MAAM,CAAC;oBACvC,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,UAAU,EAAE;wBACrC,WAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;gBACd,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,eAAe,CAAC,MAAM,CAAC;oBACvC,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,QAAQ,EAAE;wBACnC,WAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;;;;gBAEd,MAAM,GAAG,WAAS,CAAC;;oBAErB,WAAO,EAAE,KAAK,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,QAAA,EAAE,EAAC;;;KAC7C,CAAC;AAKF,MAAM,CAAC,IAAM,wBAAwB,GAAG,UACtC,MAAsC,EACtC,KAA4C;;;QAEtC,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;QACvD,WAAO,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAC;;KAC3E,CAAC;AAMF,MAAM,CAAC,IAAM,0BAA0B,GAAG,UACxC,MAAsC,EACtC,KAA4C;;;;;gBAEtC,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;gBACxC,WAAM,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAA;;gBAAjF,MAAM,GAAG,SAAwE;gBACvF,WAAO,eAAe,CAAC,MAAM,CAAC,EAAC;;;KAChC,CAAC"}
@@ -7,7 +7,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
7
7
  switch (_a.label) {
8
8
  case 0:
9
9
  _a.trys.push([0, 2, , 3]);
10
- return [4 /*yield*/, client.send(new GetLifecyclePolicyPreviewCommand(input))];
10
+ return [4, client.send(new GetLifecyclePolicyPreviewCommand(input))];
11
11
  case 1:
12
12
  result_1 = _a.sent();
13
13
  reason = result_1;
@@ -16,7 +16,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
16
16
  return result_1.status;
17
17
  };
18
18
  if (returnComparator() === "COMPLETE") {
19
- return [2 /*return*/, { state: WaiterState.SUCCESS, reason: reason }];
19
+ return [2, { state: WaiterState.SUCCESS, reason: reason }];
20
20
  }
21
21
  }
22
22
  catch (e) { }
@@ -25,45 +25,36 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
25
25
  return result_1.status;
26
26
  };
27
27
  if (returnComparator() === "FAILED") {
28
- return [2 /*return*/, { state: WaiterState.FAILURE, reason: reason }];
28
+ return [2, { state: WaiterState.FAILURE, reason: reason }];
29
29
  }
30
30
  }
31
31
  catch (e) { }
32
- return [3 /*break*/, 3];
32
+ return [3, 3];
33
33
  case 2:
34
34
  exception_1 = _a.sent();
35
35
  reason = exception_1;
36
- return [3 /*break*/, 3];
37
- case 3: return [2 /*return*/, { state: WaiterState.RETRY, reason: reason }];
36
+ return [3, 3];
37
+ case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
38
38
  }
39
39
  });
40
40
  }); };
41
- /**
42
- * Wait until a lifecycle policy preview request is complete and results can be accessed
43
- * @deprecated Use waitUntilLifecyclePolicyPreviewComplete instead. waitForLifecyclePolicyPreviewComplete does not throw error in non-success cases.
44
- */
45
41
  export var waitForLifecyclePolicyPreviewComplete = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
46
42
  var serviceDefaults;
47
43
  return __generator(this, function (_a) {
48
44
  serviceDefaults = { minDelay: 5, maxDelay: 120 };
49
- return [2 /*return*/, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
45
+ return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
50
46
  });
51
47
  }); };
52
- /**
53
- * Wait until a lifecycle policy preview request is complete and results can be accessed
54
- * @param params - Waiter configuration options.
55
- * @param input - The input to GetLifecyclePolicyPreviewCommand for polling.
56
- */
57
48
  export var waitUntilLifecyclePolicyPreviewComplete = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
58
49
  var serviceDefaults, result;
59
50
  return __generator(this, function (_a) {
60
51
  switch (_a.label) {
61
52
  case 0:
62
53
  serviceDefaults = { minDelay: 5, maxDelay: 120 };
63
- return [4 /*yield*/, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
54
+ return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
64
55
  case 1:
65
56
  result = _a.sent();
66
- return [2 /*return*/, checkExceptions(result)];
57
+ return [2, checkExceptions(result)];
67
58
  }
68
59
  });
69
60
  }); };
@@ -1 +1 @@
1
- {"version":3,"file":"waitForLifecyclePolicyPreviewComplete.js","sourceRoot":"","sources":["../../../waiters/waitForLifecyclePolicyPreviewComplete.ts"],"names":[],"mappings":";AACA,OAAO,EACL,gCAAgC,GAEjC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAqC,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAErH,IAAM,UAAU,GAAG,UAAO,MAAiB,EAAE,KAA4C;;;;;;gBAGnE,qBAAM,MAAM,CAAC,IAAI,CAAC,IAAI,gCAAgC,CAAC,KAAK,CAAC,CAAC,EAAA;;gBAA5E,WAAc,SAA8D;gBAChF,MAAM,GAAG,QAAM,CAAC;gBAChB,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,MAAM,CAAC;oBACvB,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,UAAU,EAAE;wBACrC,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;gBACd,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,MAAM,CAAC;oBACvB,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,QAAQ,EAAE;wBACnC,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;;;;gBAEd,MAAM,GAAG,WAAS,CAAC;;oBAErB,sBAAO,EAAE,KAAK,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,QAAA,EAAE,EAAC;;;KAC7C,CAAC;AACF;;;GAGG;AACH,MAAM,CAAC,IAAM,qCAAqC,GAAG,UACnD,MAAsC,EACtC,KAA4C;;;QAEtC,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;QACvD,sBAAO,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAC;;KAC3E,CAAC;AACF;;;;GAIG;AACH,MAAM,CAAC,IAAM,uCAAuC,GAAG,UACrD,MAAsC,EACtC,KAA4C;;;;;gBAEtC,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;gBACxC,qBAAM,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAA;;gBAAjF,MAAM,GAAG,SAAwE;gBACvF,sBAAO,eAAe,CAAC,MAAM,CAAC,EAAC;;;KAChC,CAAC"}
1
+ {"version":3,"file":"waitForLifecyclePolicyPreviewComplete.js","sourceRoot":"","sources":["../../../waiters/waitForLifecyclePolicyPreviewComplete.ts"],"names":[],"mappings":";AACA,OAAO,EACL,gCAAgC,GAEjC,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAqC,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAErH,IAAM,UAAU,GAAG,UAAO,MAAiB,EAAE,KAA4C;;;;;;gBAGnE,WAAM,MAAM,CAAC,IAAI,CAAC,IAAI,gCAAgC,CAAC,KAAK,CAAC,CAAC,EAAA;;gBAA5E,WAAc,SAA8D;gBAChF,MAAM,GAAG,QAAM,CAAC;gBAChB,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,MAAM,CAAC;oBACvB,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,UAAU,EAAE;wBACrC,WAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;gBACd,IAAI;oBACE,gBAAgB,GAAG;wBACrB,OAAO,QAAM,CAAC,MAAM,CAAC;oBACvB,CAAC,CAAC;oBACF,IAAI,gBAAgB,EAAE,KAAK,QAAQ,EAAE;wBACnC,WAAO,EAAE,KAAK,EAAE,WAAW,CAAC,OAAO,EAAE,MAAM,QAAA,EAAE,EAAC;qBAC/C;iBACF;gBAAC,OAAO,CAAC,EAAE,GAAE;;;;gBAEd,MAAM,GAAG,WAAS,CAAC;;oBAErB,WAAO,EAAE,KAAK,EAAE,WAAW,CAAC,KAAK,EAAE,MAAM,QAAA,EAAE,EAAC;;;KAC7C,CAAC;AAKF,MAAM,CAAC,IAAM,qCAAqC,GAAG,UACnD,MAAsC,EACtC,KAA4C;;;QAEtC,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;QACvD,WAAO,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAC;;KAC3E,CAAC;AAMF,MAAM,CAAC,IAAM,uCAAuC,GAAG,UACrD,MAAsC,EACtC,KAA4C;;;;;gBAEtC,eAAe,GAAG,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC;gBACxC,WAAM,YAAY,uBAAM,eAAe,GAAK,MAAM,GAAI,KAAK,EAAE,UAAU,CAAC,EAAA;;gBAAjF,MAAM,GAAG,SAAwE;gBACvF,WAAO,eAAe,CAAC,MAAM,CAAC,EAAC;;;KAChC,CAAC"}
@@ -8,6 +8,7 @@ import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput }
8
8
  import { DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput } from "./commands/DeleteRegistryPolicyCommand";
9
9
  import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
10
10
  import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "./commands/DeleteRepositoryPolicyCommand";
11
+ import { DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput } from "./commands/DescribeImageReplicationStatusCommand";
11
12
  import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "./commands/DescribeImageScanFindingsCommand";
12
13
  import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
13
14
  import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "./commands/DescribeRegistryCommand";
@@ -42,6 +43,8 @@ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
42
43
  * Initiative (OCI) images. Amazon ECR supports private repositories with resource-based
43
44
  * permissions using IAM so that specific users or Amazon EC2 instances can access
44
45
  * repositories and images.</p>
46
+ * <p>Amazon ECR has service endpoints in each supported Region. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/ecr.html">Amazon ECR endpoints</a> in the
47
+ * <i>Amazon Web Services General Reference</i>.</p>
45
48
  */
46
49
  export declare class ECR extends ECRClient {
47
50
  /**
@@ -92,7 +95,7 @@ export declare class ECR extends ECRClient {
92
95
  completeLayerUpload(args: CompleteLayerUploadCommandInput, cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void): void;
93
96
  completeLayerUpload(args: CompleteLayerUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void): void;
94
97
  /**
95
- * <p>Creates a repository. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/Repositories.html">Amazon ECR Repositories</a> in the
98
+ * <p>Creates a repository. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/Repositories.html">Amazon ECR repositories</a> in the
96
99
  * <i>Amazon Elastic Container Registry User Guide</i>.</p>
97
100
  */
98
101
  createRepository(args: CreateRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<CreateRepositoryCommandOutput>;
@@ -124,6 +127,12 @@ export declare class ECR extends ECRClient {
124
127
  deleteRepositoryPolicy(args: DeleteRepositoryPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRepositoryPolicyCommandOutput>;
125
128
  deleteRepositoryPolicy(args: DeleteRepositoryPolicyCommandInput, cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void): void;
126
129
  deleteRepositoryPolicy(args: DeleteRepositoryPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void): void;
130
+ /**
131
+ * <p>Returns the replication status for a specified image.</p>
132
+ */
133
+ describeImageReplicationStatus(args: DescribeImageReplicationStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImageReplicationStatusCommandOutput>;
134
+ describeImageReplicationStatus(args: DescribeImageReplicationStatusCommandInput, cb: (err: any, data?: DescribeImageReplicationStatusCommandOutput) => void): void;
135
+ describeImageReplicationStatus(args: DescribeImageReplicationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImageReplicationStatusCommandOutput) => void): void;
127
136
  /**
128
137
  * <p>Returns metadata about the images in a repository.</p>
129
138
  * <note>
@@ -162,16 +171,16 @@ export declare class ECR extends ECRClient {
162
171
  * principal has access to. The authorization token is valid for 12 hours.</p>
163
172
  * <p>The <code>authorizationToken</code> returned is a base64 encoded string that can be
164
173
  * decoded and used in a <code>docker login</code> command to authenticate to a registry.
165
- * The AWS CLI offers an <code>get-login-password</code> command that simplifies the login
174
+ * The CLI offers an <code>get-login-password</code> command that simplifies the login
166
175
  * process. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html#registry_auth">Registry
167
- * Authentication</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
176
+ * authentication</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
168
177
  */
169
178
  getAuthorizationToken(args: GetAuthorizationTokenCommandInput, options?: __HttpHandlerOptions): Promise<GetAuthorizationTokenCommandOutput>;
170
179
  getAuthorizationToken(args: GetAuthorizationTokenCommandInput, cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void): void;
171
180
  getAuthorizationToken(args: GetAuthorizationTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void): void;
172
181
  /**
173
- * <p>Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You
174
- * can only get URLs for image layers that are referenced in an image.</p>
182
+ * <p>Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can
183
+ * only get URLs for image layers that are referenced in an image.</p>
175
184
  * <p>When an image is pulled, the GetDownloadUrlForLayer API is called once per image layer
176
185
  * that is not already cached.</p>
177
186
  * <note>
@@ -260,23 +269,23 @@ export declare class ECR extends ECRClient {
260
269
  putImageScanningConfiguration(args: PutImageScanningConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutImageScanningConfigurationCommandOutput) => void): void;
261
270
  /**
262
271
  * <p>Updates the image tag mutability settings for the specified repository. For more
263
- * information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html">Image Tag
264
- * Mutability</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
272
+ * information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html">Image tag
273
+ * mutability</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
265
274
  */
266
275
  putImageTagMutability(args: PutImageTagMutabilityCommandInput, options?: __HttpHandlerOptions): Promise<PutImageTagMutabilityCommandOutput>;
267
276
  putImageTagMutability(args: PutImageTagMutabilityCommandInput, cb: (err: any, data?: PutImageTagMutabilityCommandOutput) => void): void;
268
277
  putImageTagMutability(args: PutImageTagMutabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutImageTagMutabilityCommandOutput) => void): void;
269
278
  /**
270
279
  * <p>Creates or updates the lifecycle policy for the specified repository. For more
271
- * information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html">Lifecycle Policy
272
- * Template</a>.</p>
280
+ * information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html">Lifecycle policy
281
+ * template</a>.</p>
273
282
  */
274
283
  putLifecyclePolicy(args: PutLifecyclePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutLifecyclePolicyCommandOutput>;
275
284
  putLifecyclePolicy(args: PutLifecyclePolicyCommandInput, cb: (err: any, data?: PutLifecyclePolicyCommandOutput) => void): void;
276
285
  putLifecyclePolicy(args: PutLifecyclePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLifecyclePolicyCommandOutput) => void): void;
277
286
  /**
278
287
  * <p>Creates or updates the permissions policy for your registry.</p>
279
- * <p>A registry policy is used to specify permissions for another AWS account and is used
288
+ * <p>A registry policy is used to specify permissions for another Amazon Web Services account and is used
280
289
  * when configuring cross-account replication. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html">Registry permissions</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
281
290
  */
282
291
  putRegistryPolicy(args: PutRegistryPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutRegistryPolicyCommandOutput>;
@@ -287,7 +296,7 @@ export declare class ECR extends ECRClient {
287
296
  * replication configuration for a repository can be retrieved with the <a>DescribeRegistry</a> API action. The first time the
288
297
  * PutReplicationConfiguration API is called, a service-linked IAM role is created in
289
298
  * your account for the replication process. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html">Using
290
- * Service-Linked Roles for Amazon ECR</a> in the
299
+ * service-linked roles for Amazon ECR</a> in the
291
300
  * <i>Amazon Elastic Container Registry User Guide</i>.</p>
292
301
  * <note>
293
302
  * <p>When configuring cross-account replication, the destination account must grant the
@@ -301,15 +310,15 @@ export declare class ECR extends ECRClient {
301
310
  /**
302
311
  * <p>Applies a repository policy to the specified repository to control access permissions.
303
312
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policies.html">Amazon ECR Repository
304
- * Policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
313
+ * policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
305
314
  */
306
315
  setRepositoryPolicy(args: SetRepositoryPolicyCommandInput, options?: __HttpHandlerOptions): Promise<SetRepositoryPolicyCommandOutput>;
307
316
  setRepositoryPolicy(args: SetRepositoryPolicyCommandInput, cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void): void;
308
317
  setRepositoryPolicy(args: SetRepositoryPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void): void;
309
318
  /**
310
- * <p>Starts an image vulnerability scan. An image scan can only be started once per day on
311
- * an individual image. This limit includes if an image was scanned on initial push. For
312
- * more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html">Image Scanning</a> in the
319
+ * <p>Starts an image vulnerability scan. An image scan can only be started once per 24
320
+ * hours on an individual image. This limit includes if an image was scanned on initial
321
+ * push. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html">Image scanning</a> in the
313
322
  * <i>Amazon Elastic Container Registry User Guide</i>.</p>
314
323
  */
315
324
  startImageScan(args: StartImageScanCommandInput, options?: __HttpHandlerOptions): Promise<StartImageScanCommandOutput>;
@@ -7,6 +7,7 @@ import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput }
7
7
  import { DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput } from "./commands/DeleteRegistryPolicyCommand";
8
8
  import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
9
9
  import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "./commands/DeleteRepositoryPolicyCommand";
10
+ import { DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput } from "./commands/DescribeImageReplicationStatusCommand";
10
11
  import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "./commands/DescribeImageScanFindingsCommand";
11
12
  import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
12
13
  import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "./commands/DescribeRegistryCommand";
@@ -40,8 +41,8 @@ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middlewa
40
41
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
41
42
  import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
42
43
  import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
43
- export declare type ServiceInputTypes = BatchCheckLayerAvailabilityCommandInput | BatchDeleteImageCommandInput | BatchGetImageCommandInput | CompleteLayerUploadCommandInput | CreateRepositoryCommandInput | DeleteLifecyclePolicyCommandInput | DeleteRegistryPolicyCommandInput | DeleteRepositoryCommandInput | DeleteRepositoryPolicyCommandInput | DescribeImageScanFindingsCommandInput | DescribeImagesCommandInput | DescribeRegistryCommandInput | DescribeRepositoriesCommandInput | GetAuthorizationTokenCommandInput | GetDownloadUrlForLayerCommandInput | GetLifecyclePolicyCommandInput | GetLifecyclePolicyPreviewCommandInput | GetRegistryPolicyCommandInput | GetRepositoryPolicyCommandInput | InitiateLayerUploadCommandInput | ListImagesCommandInput | ListTagsForResourceCommandInput | PutImageCommandInput | PutImageScanningConfigurationCommandInput | PutImageTagMutabilityCommandInput | PutLifecyclePolicyCommandInput | PutRegistryPolicyCommandInput | PutReplicationConfigurationCommandInput | SetRepositoryPolicyCommandInput | StartImageScanCommandInput | StartLifecyclePolicyPreviewCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UploadLayerPartCommandInput;
44
- export declare type ServiceOutputTypes = BatchCheckLayerAvailabilityCommandOutput | BatchDeleteImageCommandOutput | BatchGetImageCommandOutput | CompleteLayerUploadCommandOutput | CreateRepositoryCommandOutput | DeleteLifecyclePolicyCommandOutput | DeleteRegistryPolicyCommandOutput | DeleteRepositoryCommandOutput | DeleteRepositoryPolicyCommandOutput | DescribeImageScanFindingsCommandOutput | DescribeImagesCommandOutput | DescribeRegistryCommandOutput | DescribeRepositoriesCommandOutput | GetAuthorizationTokenCommandOutput | GetDownloadUrlForLayerCommandOutput | GetLifecyclePolicyCommandOutput | GetLifecyclePolicyPreviewCommandOutput | GetRegistryPolicyCommandOutput | GetRepositoryPolicyCommandOutput | InitiateLayerUploadCommandOutput | ListImagesCommandOutput | ListTagsForResourceCommandOutput | PutImageCommandOutput | PutImageScanningConfigurationCommandOutput | PutImageTagMutabilityCommandOutput | PutLifecyclePolicyCommandOutput | PutRegistryPolicyCommandOutput | PutReplicationConfigurationCommandOutput | SetRepositoryPolicyCommandOutput | StartImageScanCommandOutput | StartLifecyclePolicyPreviewCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UploadLayerPartCommandOutput;
44
+ export declare type ServiceInputTypes = BatchCheckLayerAvailabilityCommandInput | BatchDeleteImageCommandInput | BatchGetImageCommandInput | CompleteLayerUploadCommandInput | CreateRepositoryCommandInput | DeleteLifecyclePolicyCommandInput | DeleteRegistryPolicyCommandInput | DeleteRepositoryCommandInput | DeleteRepositoryPolicyCommandInput | DescribeImageReplicationStatusCommandInput | DescribeImageScanFindingsCommandInput | DescribeImagesCommandInput | DescribeRegistryCommandInput | DescribeRepositoriesCommandInput | GetAuthorizationTokenCommandInput | GetDownloadUrlForLayerCommandInput | GetLifecyclePolicyCommandInput | GetLifecyclePolicyPreviewCommandInput | GetRegistryPolicyCommandInput | GetRepositoryPolicyCommandInput | InitiateLayerUploadCommandInput | ListImagesCommandInput | ListTagsForResourceCommandInput | PutImageCommandInput | PutImageScanningConfigurationCommandInput | PutImageTagMutabilityCommandInput | PutLifecyclePolicyCommandInput | PutRegistryPolicyCommandInput | PutReplicationConfigurationCommandInput | SetRepositoryPolicyCommandInput | StartImageScanCommandInput | StartLifecyclePolicyPreviewCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UploadLayerPartCommandInput;
45
+ export declare type ServiceOutputTypes = BatchCheckLayerAvailabilityCommandOutput | BatchDeleteImageCommandOutput | BatchGetImageCommandOutput | CompleteLayerUploadCommandOutput | CreateRepositoryCommandOutput | DeleteLifecyclePolicyCommandOutput | DeleteRegistryPolicyCommandOutput | DeleteRepositoryCommandOutput | DeleteRepositoryPolicyCommandOutput | DescribeImageReplicationStatusCommandOutput | DescribeImageScanFindingsCommandOutput | DescribeImagesCommandOutput | DescribeRegistryCommandOutput | DescribeRepositoriesCommandOutput | GetAuthorizationTokenCommandOutput | GetDownloadUrlForLayerCommandOutput | GetLifecyclePolicyCommandOutput | GetLifecyclePolicyPreviewCommandOutput | GetRegistryPolicyCommandOutput | GetRepositoryPolicyCommandOutput | InitiateLayerUploadCommandOutput | ListImagesCommandOutput | ListTagsForResourceCommandOutput | PutImageCommandOutput | PutImageScanningConfigurationCommandOutput | PutImageTagMutabilityCommandOutput | PutLifecyclePolicyCommandOutput | PutRegistryPolicyCommandOutput | PutReplicationConfigurationCommandOutput | SetRepositoryPolicyCommandOutput | StartImageScanCommandOutput | StartLifecyclePolicyPreviewCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UploadLayerPartCommandOutput;
45
46
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
46
47
  /**
47
48
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -155,6 +156,8 @@ export interface ECRClientResolvedConfig extends ECRClientResolvedConfigType {
155
156
  * Initiative (OCI) images. Amazon ECR supports private repositories with resource-based
156
157
  * permissions using IAM so that specific users or Amazon EC2 instances can access
157
158
  * repositories and images.</p>
159
+ * <p>Amazon ECR has service endpoints in each supported Region. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/ecr.html">Amazon ECR endpoints</a> in the
160
+ * <i>Amazon Web Services General Reference</i>.</p>
158
161
  */
159
162
  export declare class ECRClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ECRClientResolvedConfig> {
160
163
  /**
@@ -7,7 +7,7 @@ export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {
7
7
  export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a repository. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/Repositories.html">Amazon ECR Repositories</a> in the
10
+ * <p>Creates a repository. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/Repositories.html">Amazon ECR repositories</a> in the
11
11
  * <i>Amazon Elastic Container Registry User Guide</i>.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -0,0 +1,35 @@
1
+ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
2
+ import { DescribeImageReplicationStatusRequest, DescribeImageReplicationStatusResponse } from "../models/models_0";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
+ export interface DescribeImageReplicationStatusCommandInput extends DescribeImageReplicationStatusRequest {
6
+ }
7
+ export interface DescribeImageReplicationStatusCommandOutput extends DescribeImageReplicationStatusResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Returns the replication status for a specified image.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ECRClient, DescribeImageReplicationStatusCommand } from "@aws-sdk/client-ecr"; // ES Modules import
15
+ * // const { ECRClient, DescribeImageReplicationStatusCommand } = require("@aws-sdk/client-ecr"); // CommonJS import
16
+ * const client = new ECRClient(config);
17
+ * const command = new DescribeImageReplicationStatusCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link DescribeImageReplicationStatusCommandInput} for command's `input` shape.
22
+ * @see {@link DescribeImageReplicationStatusCommandOutput} for command's `response` shape.
23
+ * @see {@link ECRClientResolvedConfig | config} for command's `input` shape.
24
+ *
25
+ */
26
+ export declare class DescribeImageReplicationStatusCommand extends $Command<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput, ECRClientResolvedConfig> {
27
+ readonly input: DescribeImageReplicationStatusCommandInput;
28
+ constructor(input: DescribeImageReplicationStatusCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -12,9 +12,9 @@ export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationToke
12
12
  * principal has access to. The authorization token is valid for 12 hours.</p>
13
13
  * <p>The <code>authorizationToken</code> returned is a base64 encoded string that can be
14
14
  * decoded and used in a <code>docker login</code> command to authenticate to a registry.
15
- * The AWS CLI offers an <code>get-login-password</code> command that simplifies the login
15
+ * The CLI offers an <code>get-login-password</code> command that simplifies the login
16
16
  * process. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html#registry_auth">Registry
17
- * Authentication</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
17
+ * authentication</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
18
18
  * @example
19
19
  * Use a bare-bones client and the command you need to make an API call.
20
20
  * ```javascript
@@ -7,8 +7,8 @@ export interface GetDownloadUrlForLayerCommandInput extends GetDownloadUrlForLay
7
7
  export interface GetDownloadUrlForLayerCommandOutput extends GetDownloadUrlForLayerResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You
11
- * can only get URLs for image layers that are referenced in an image.</p>
10
+ * <p>Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can
11
+ * only get URLs for image layers that are referenced in an image.</p>
12
12
  * <p>When an image is pulled, the GetDownloadUrlForLayer API is called once per image layer
13
13
  * that is not already cached.</p>
14
14
  * <note>
@@ -8,8 +8,8 @@ export interface PutImageTagMutabilityCommandOutput extends PutImageTagMutabilit
8
8
  }
9
9
  /**
10
10
  * <p>Updates the image tag mutability settings for the specified repository. For more
11
- * information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html">Image Tag
12
- * Mutability</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
11
+ * information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html">Image tag
12
+ * mutability</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -8,8 +8,8 @@ export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyRespo
8
8
  }
9
9
  /**
10
10
  * <p>Creates or updates the lifecycle policy for the specified repository. For more
11
- * information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html">Lifecycle Policy
12
- * Template</a>.</p>
11
+ * information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html">Lifecycle policy
12
+ * template</a>.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -8,7 +8,7 @@ export interface PutRegistryPolicyCommandOutput extends PutRegistryPolicyRespons
8
8
  }
9
9
  /**
10
10
  * <p>Creates or updates the permissions policy for your registry.</p>
11
- * <p>A registry policy is used to specify permissions for another AWS account and is used
11
+ * <p>A registry policy is used to specify permissions for another Amazon Web Services account and is used
12
12
  * when configuring cross-account replication. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html">Registry permissions</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
@@ -11,7 +11,7 @@ export interface PutReplicationConfigurationCommandOutput extends PutReplication
11
11
  * replication configuration for a repository can be retrieved with the <a>DescribeRegistry</a> API action. The first time the
12
12
  * PutReplicationConfiguration API is called, a service-linked IAM role is created in
13
13
  * your account for the replication process. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/using-service-linked-roles.html">Using
14
- * Service-Linked Roles for Amazon ECR</a> in the
14
+ * service-linked roles for Amazon ECR</a> in the
15
15
  * <i>Amazon Elastic Container Registry User Guide</i>.</p>
16
16
  * <note>
17
17
  * <p>When configuring cross-account replication, the destination account must grant the
@@ -9,7 +9,7 @@ export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyRes
9
9
  /**
10
10
  * <p>Applies a repository policy to the specified repository to control access permissions.
11
11
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policies.html">Amazon ECR Repository
12
- * Policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
12
+ * policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -7,9 +7,9 @@ export interface StartImageScanCommandInput extends StartImageScanRequest {
7
7
  export interface StartImageScanCommandOutput extends StartImageScanResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Starts an image vulnerability scan. An image scan can only be started once per day on
11
- * an individual image. This limit includes if an image was scanned on initial push. For
12
- * more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html">Image Scanning</a> in the
10
+ * <p>Starts an image vulnerability scan. An image scan can only be started once per 24
11
+ * hours on an individual image. This limit includes if an image was scanned on initial
12
+ * push. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html">Image scanning</a> in the
13
13
  * <i>Amazon Elastic Container Registry User Guide</i>.</p>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,6 +9,7 @@ export * from "./commands/DeleteLifecyclePolicyCommand";
9
9
  export * from "./commands/DeleteRegistryPolicyCommand";
10
10
  export * from "./commands/DeleteRepositoryCommand";
11
11
  export * from "./commands/DeleteRepositoryPolicyCommand";
12
+ export * from "./commands/DescribeImageReplicationStatusCommand";
12
13
  export * from "./commands/DescribeImagesCommand";
13
14
  export * from "./pagination/DescribeImagesPaginator";
14
15
  export * from "./commands/DescribeImageScanFindingsCommand";