@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
@@ -1,7 +1,7 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
2
  export interface BatchCheckLayerAvailabilityRequest {
3
3
  /**
4
- * <p>The AWS account ID associated with the registry that contains the image layers to
4
+ * <p>The Amazon Web Services account ID associated with the registry that contains the image layers to
5
5
  * check. If you do not specify a registry, the default registry is assumed.</p>
6
6
  */
7
7
  registryId?: string;
@@ -151,7 +151,7 @@ export declare namespace ServerException {
151
151
  const filterSensitiveLog: (obj: ServerException) => any;
152
152
  }
153
153
  /**
154
- * <p>An object with identifying information for an Amazon ECR image.</p>
154
+ * <p>An object with identifying information for an image in an Amazon ECR repository.</p>
155
155
  */
156
156
  export interface ImageIdentifier {
157
157
  /**
@@ -175,7 +175,7 @@ export declare namespace ImageIdentifier {
175
175
  */
176
176
  export interface BatchDeleteImageRequest {
177
177
  /**
178
- * <p>The AWS account ID associated with the registry that contains the image to delete.
178
+ * <p>The Amazon Web Services account ID associated with the registry that contains the image to delete.
179
179
  * If you do not specify a registry, the default registry is assumed.</p>
180
180
  */
181
181
  registryId?: string;
@@ -246,8 +246,8 @@ export declare namespace BatchDeleteImageResponse {
246
246
  }
247
247
  export interface BatchGetImageRequest {
248
248
  /**
249
- * <p>The AWS account ID associated with the registry that contains the images to describe.
250
- * If you do not specify a registry, the default registry is assumed.</p>
249
+ * <p>The Amazon Web Services account ID associated with the registry that contains the images to
250
+ * describe. If you do not specify a registry, the default registry is assumed.</p>
251
251
  */
252
252
  registryId?: string;
253
253
  /**
@@ -280,7 +280,7 @@ export declare namespace BatchGetImageRequest {
280
280
  */
281
281
  export interface Image {
282
282
  /**
283
- * <p>The AWS account ID associated with the registry containing the image.</p>
283
+ * <p>The Amazon Web Services account ID associated with the registry containing the image.</p>
284
284
  */
285
285
  registryId?: string;
286
286
  /**
@@ -324,7 +324,7 @@ export declare namespace BatchGetImageResponse {
324
324
  }
325
325
  export interface CompleteLayerUploadRequest {
326
326
  /**
327
- * <p>The AWS account ID associated with the registry to which to upload layers.
327
+ * <p>The Amazon Web Services account ID associated with the registry to which to upload layers.
328
328
  * If you do not specify a registry, the default registry is assumed.</p>
329
329
  */
330
330
  registryId?: string;
@@ -415,7 +415,7 @@ export interface KmsException extends __SmithyException, $MetadataBearer {
415
415
  $fault: "client";
416
416
  message?: string;
417
417
  /**
418
- * <p>The error code returned by AWS KMS.</p>
418
+ * <p>The error code returned by KMS.</p>
419
419
  */
420
420
  kmsError?: string;
421
421
  }
@@ -489,32 +489,32 @@ export declare enum EncryptionType {
489
489
  * keys which encrypts your data at rest using an AES-256 encryption algorithm. This does
490
490
  * not require any action on your part.</p>
491
491
  * <p>For more control over the encryption of the contents of your repository, you can use
492
- * server-side encryption with customer master keys (CMKs) stored in AWS Key Management Service (AWS KMS) to
493
- * encrypt your images. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html">Amazon ECR encryption at
492
+ * server-side encryption with Key Management Service key stored in Key Management Service (KMS) to encrypt your
493
+ * images. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html">Amazon ECR encryption at
494
494
  * rest</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
495
495
  */
496
496
  export interface EncryptionConfiguration {
497
497
  /**
498
498
  * <p>The encryption type to use.</p>
499
499
  * <p>If you use the <code>KMS</code> encryption type, the contents of the repository will
500
- * be encrypted using server-side encryption with customer master keys (CMKs) stored in
501
- * AWS KMS. When you use AWS KMS to encrypt your data, you can either use the default AWS
502
- * managed CMK for Amazon ECR, or specify your own CMK, which you already created. For more
503
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">Protecting Data Using Server-Side
504
- * Encryption with CMKs Stored in AWS Key Management Service (SSE-KMS)</a> in the
500
+ * be encrypted using server-side encryption with Key Management Service key stored in KMS. When you
501
+ * use KMS to encrypt your data, you can either use the default Amazon Web Services managed KMS key
502
+ * for Amazon ECR, or specify your own KMS key, which you already created. For more
503
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">Protecting data using server-side
504
+ * encryption with an KMS key stored in Key Management Service (SSE-KMS)</a> in the
505
505
  * <i>Amazon Simple Storage Service Console Developer Guide.</i>.</p>
506
506
  * <p>If you use the <code>AES256</code> encryption type, Amazon ECR uses server-side encryption
507
507
  * with Amazon S3-managed encryption keys which encrypts the images in the repository using an
508
- * AES-256 encryption algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Protecting Data Using
509
- * Server-Side Encryption with Amazon S3-Managed Encryption Keys (SSE-S3)</a> in
510
- * the <i>Amazon Simple Storage Service Console Developer Guide.</i>.</p>
508
+ * AES-256 encryption algorithm. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Protecting data using
509
+ * server-side encryption with Amazon S3-managed encryption keys (SSE-S3)</a> in the
510
+ * <i>Amazon Simple Storage Service Console Developer Guide.</i>.</p>
511
511
  */
512
512
  encryptionType: EncryptionType | string | undefined;
513
513
  /**
514
- * <p>If you use the <code>KMS</code> encryption type, specify the CMK to use for
515
- * encryption. The alias, key ID, or full ARN of the CMK can be specified. The key must
516
- * exist in the same Region as the repository. If no key is specified, the default AWS
517
- * managed CMK for Amazon ECR will be used.</p>
514
+ * <p>If you use the <code>KMS</code> encryption type, specify the KMS key to use for
515
+ * encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key
516
+ * must exist in the same Region as the repository. If no key is specified, the default
517
+ * Amazon Web Services managed KMS key for Amazon ECR will be used.</p>
518
518
  */
519
519
  kmsKey?: string;
520
520
  }
@@ -532,7 +532,7 @@ export interface ImageScanningConfiguration {
532
532
  * <p>The setting that determines whether images are scanned after being pushed to a
533
533
  * repository. If set to <code>true</code>, images will be scanned after being pushed. If
534
534
  * this parameter is not specified, it will default to <code>false</code> and images will
535
- * not be scanned unless a scan is manually started with the <a>StartImageScan</a> API.</p>
535
+ * not be scanned unless a scan is manually started with the <a href="https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_StartImageScan.html">API_StartImageScan</a> API.</p>
536
536
  */
537
537
  scanOnPush?: boolean;
538
538
  }
@@ -571,6 +571,11 @@ export declare namespace Tag {
571
571
  const filterSensitiveLog: (obj: Tag) => any;
572
572
  }
573
573
  export interface CreateRepositoryRequest {
574
+ /**
575
+ * <p>The AWS account ID associated with the registry to create the repository.
576
+ * If you do not specify a registry, the default registry is assumed.</p>
577
+ */
578
+ registryId?: string;
574
579
  /**
575
580
  * <p>The name to use for the repository. The repository name may be specified on its own
576
581
  * (such as <code>nginx-web-app</code>) or it can be prepended with a namespace to group
@@ -614,12 +619,12 @@ export declare namespace CreateRepositoryRequest {
614
619
  export interface Repository {
615
620
  /**
616
621
  * <p>The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the <code>arn:aws:ecr</code> namespace, followed by the region of the
617
- * repository, AWS account ID of the repository owner, repository namespace, and repository name.
622
+ * repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name.
618
623
  * For example, <code>arn:aws:ecr:region:012345678910:repository/test</code>.</p>
619
624
  */
620
625
  repositoryArn?: string;
621
626
  /**
622
- * <p>The AWS account ID associated with the registry that contains the repository.</p>
627
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository.</p>
623
628
  */
624
629
  registryId?: string;
625
630
  /**
@@ -684,7 +689,7 @@ export declare namespace InvalidTagParameterException {
684
689
  }
685
690
  /**
686
691
  * <p>The operation did not succeed because it would have exceeded a service limit for your
687
- * account. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html">Amazon ECR Service Quotas</a> in
692
+ * account. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html">Amazon ECR service quotas</a> in
688
693
  * the Amazon Elastic Container Registry User Guide.</p>
689
694
  */
690
695
  export interface LimitExceededException extends __SmithyException, $MetadataBearer {
@@ -735,7 +740,7 @@ export declare namespace TooManyTagsException {
735
740
  }
736
741
  export interface DeleteLifecyclePolicyRequest {
737
742
  /**
738
- * <p>The AWS account ID associated with the registry that contains the repository.
743
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
739
744
  * If you do not specify a registry, the default registry is assumed.</p>
740
745
  */
741
746
  registryId?: string;
@@ -827,9 +832,23 @@ export declare namespace RegistryPolicyNotFoundException {
827
832
  */
828
833
  const filterSensitiveLog: (obj: RegistryPolicyNotFoundException) => any;
829
834
  }
835
+ /**
836
+ * <p>There was an exception validating this request.</p>
837
+ */
838
+ export interface ValidationException extends __SmithyException, $MetadataBearer {
839
+ name: "ValidationException";
840
+ $fault: "client";
841
+ message?: string;
842
+ }
843
+ export declare namespace ValidationException {
844
+ /**
845
+ * @internal
846
+ */
847
+ const filterSensitiveLog: (obj: ValidationException) => any;
848
+ }
830
849
  export interface DeleteRepositoryRequest {
831
850
  /**
832
- * <p>The AWS account ID associated with the registry that contains the repository to
851
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository to
833
852
  * delete. If you do not specify a registry, the default registry is assumed.</p>
834
853
  */
835
854
  registryId?: string;
@@ -880,8 +899,8 @@ export declare namespace RepositoryNotEmptyException {
880
899
  }
881
900
  export interface DeleteRepositoryPolicyRequest {
882
901
  /**
883
- * <p>The AWS account ID associated with the registry that contains the repository policy to
884
- * delete. If you do not specify a registry, the default registry is assumed.</p>
902
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository policy
903
+ * to delete. If you do not specify a registry, the default registry is assumed.</p>
885
904
  */
886
905
  registryId?: string;
887
906
  /**
@@ -934,6 +953,92 @@ export declare namespace RepositoryPolicyNotFoundException {
934
953
  */
935
954
  const filterSensitiveLog: (obj: RepositoryPolicyNotFoundException) => any;
936
955
  }
956
+ export interface DescribeImageReplicationStatusRequest {
957
+ /**
958
+ * <p>The name of the repository that the image is in.</p>
959
+ */
960
+ repositoryName: string | undefined;
961
+ /**
962
+ * <p>An object with identifying information for an image in an Amazon ECR repository.</p>
963
+ */
964
+ imageId: ImageIdentifier | undefined;
965
+ /**
966
+ * <p>The Amazon Web Services account ID associated with the registry. If you do not specify a registry, the default registry is assumed.</p>
967
+ */
968
+ registryId?: string;
969
+ }
970
+ export declare namespace DescribeImageReplicationStatusRequest {
971
+ /**
972
+ * @internal
973
+ */
974
+ const filterSensitiveLog: (obj: DescribeImageReplicationStatusRequest) => any;
975
+ }
976
+ export declare enum ReplicationStatus {
977
+ COMPLETE = "COMPLETE",
978
+ FAILED = "FAILED",
979
+ IN_PROGRESS = "IN_PROGRESS"
980
+ }
981
+ /**
982
+ * <p>The status of the replication process for an image.</p>
983
+ */
984
+ export interface ImageReplicationStatus {
985
+ /**
986
+ * <p>The destination Region for the image replication.</p>
987
+ */
988
+ region?: string;
989
+ /**
990
+ * <p>The AWS account ID associated with the registry to which the image belongs.</p>
991
+ */
992
+ registryId?: string;
993
+ /**
994
+ * <p>The image replication status.</p>
995
+ */
996
+ status?: ReplicationStatus | string;
997
+ /**
998
+ * <p>The failure code for a replication that has failed.</p>
999
+ */
1000
+ failureCode?: string;
1001
+ }
1002
+ export declare namespace ImageReplicationStatus {
1003
+ /**
1004
+ * @internal
1005
+ */
1006
+ const filterSensitiveLog: (obj: ImageReplicationStatus) => any;
1007
+ }
1008
+ export interface DescribeImageReplicationStatusResponse {
1009
+ /**
1010
+ * <p>The repository name associated with the request.</p>
1011
+ */
1012
+ repositoryName?: string;
1013
+ /**
1014
+ * <p>An object with identifying information for an image in an Amazon ECR repository.</p>
1015
+ */
1016
+ imageId?: ImageIdentifier;
1017
+ /**
1018
+ * <p>The replication status details for the images in the specified repository.</p>
1019
+ */
1020
+ replicationStatuses?: ImageReplicationStatus[];
1021
+ }
1022
+ export declare namespace DescribeImageReplicationStatusResponse {
1023
+ /**
1024
+ * @internal
1025
+ */
1026
+ const filterSensitiveLog: (obj: DescribeImageReplicationStatusResponse) => any;
1027
+ }
1028
+ /**
1029
+ * <p>The image requested does not exist in the specified repository.</p>
1030
+ */
1031
+ export interface ImageNotFoundException extends __SmithyException, $MetadataBearer {
1032
+ name: "ImageNotFoundException";
1033
+ $fault: "client";
1034
+ message?: string;
1035
+ }
1036
+ export declare namespace ImageNotFoundException {
1037
+ /**
1038
+ * @internal
1039
+ */
1040
+ const filterSensitiveLog: (obj: ImageNotFoundException) => any;
1041
+ }
937
1042
  export declare enum TagStatus {
938
1043
  ANY = "ANY",
939
1044
  TAGGED = "TAGGED",
@@ -959,8 +1064,8 @@ export declare namespace DescribeImagesFilter {
959
1064
  }
960
1065
  export interface DescribeImagesRequest {
961
1066
  /**
962
- * <p>The AWS account ID associated with the registry that contains the repository in which
963
- * to describe images. If you do not specify a registry, the default registry is assumed.</p>
1067
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
1068
+ * which to describe images. If you do not specify a registry, the default registry is assumed.</p>
964
1069
  */
965
1070
  registryId?: string;
966
1071
  /**
@@ -1067,7 +1172,7 @@ export declare namespace ImageScanStatus {
1067
1172
  */
1068
1173
  export interface ImageDetail {
1069
1174
  /**
1070
- * <p>The AWS account ID associated with the registry to which this image belongs.</p>
1175
+ * <p>The Amazon Web Services account ID associated with the registry to which this image belongs.</p>
1071
1176
  */
1072
1177
  registryId?: string;
1073
1178
  /**
@@ -1143,25 +1248,10 @@ export declare namespace DescribeImagesResponse {
1143
1248
  */
1144
1249
  const filterSensitiveLog: (obj: DescribeImagesResponse) => any;
1145
1250
  }
1146
- /**
1147
- * <p>The image requested does not exist in the specified repository.</p>
1148
- */
1149
- export interface ImageNotFoundException extends __SmithyException, $MetadataBearer {
1150
- name: "ImageNotFoundException";
1151
- $fault: "client";
1152
- message?: string;
1153
- }
1154
- export declare namespace ImageNotFoundException {
1155
- /**
1156
- * @internal
1157
- */
1158
- const filterSensitiveLog: (obj: ImageNotFoundException) => any;
1159
- }
1160
1251
  export interface DescribeImageScanFindingsRequest {
1161
1252
  /**
1162
- * <p>The AWS account ID associated with the registry that contains the repository in
1163
- * which to describe the image scan findings for. If you do not specify a registry, the
1164
- * default registry is assumed.</p>
1253
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
1254
+ * which to describe the image scan findings for. If you do not specify a registry, the default registry is assumed.</p>
1165
1255
  */
1166
1256
  registryId?: string;
1167
1257
  /**
@@ -1169,7 +1259,7 @@ export interface DescribeImageScanFindingsRequest {
1169
1259
  */
1170
1260
  repositoryName: string | undefined;
1171
1261
  /**
1172
- * <p>An object with identifying information for an Amazon ECR image.</p>
1262
+ * <p>An object with identifying information for an image in an Amazon ECR repository.</p>
1173
1263
  */
1174
1264
  imageId: ImageIdentifier | undefined;
1175
1265
  /**
@@ -1288,7 +1378,7 @@ export interface DescribeImageScanFindingsResponse {
1288
1378
  */
1289
1379
  repositoryName?: string;
1290
1380
  /**
1291
- * <p>An object with identifying information for an Amazon ECR image.</p>
1381
+ * <p>An object with identifying information for an image in an Amazon ECR repository.</p>
1292
1382
  */
1293
1383
  imageId?: ImageIdentifier;
1294
1384
  /**
@@ -1338,15 +1428,16 @@ export declare namespace DescribeRegistryRequest {
1338
1428
  const filterSensitiveLog: (obj: DescribeRegistryRequest) => any;
1339
1429
  }
1340
1430
  /**
1341
- * <p>An array of objects representing the details of a replication destination.</p>
1431
+ * <p>An array of objects representing the destination for a replication rule.</p>
1342
1432
  */
1343
1433
  export interface ReplicationDestination {
1344
1434
  /**
1345
- * <p>A Region to replicate to.</p>
1435
+ * <p>The Region to replicate to.</p>
1346
1436
  */
1347
1437
  region: string | undefined;
1348
1438
  /**
1349
- * <p>The account ID of the destination registry to replicate to.</p>
1439
+ * <p>The Amazon Web Services account ID of the Amazon ECR private registry to replicate to. When configuring
1440
+ * cross-Region replication within your own registry, specify your own account ID.</p>
1350
1441
  */
1351
1442
  registryId: string | undefined;
1352
1443
  }
@@ -1356,16 +1447,50 @@ export declare namespace ReplicationDestination {
1356
1447
  */
1357
1448
  const filterSensitiveLog: (obj: ReplicationDestination) => any;
1358
1449
  }
1450
+ export declare enum RepositoryFilterType {
1451
+ PREFIX_MATCH = "PREFIX_MATCH"
1452
+ }
1453
+ /**
1454
+ * <p>The filter settings used with image replication. Specifying a repository filter to a
1455
+ * replication rule provides a method for controlling which repositories in a private
1456
+ * registry are replicated. If no repository filter is specified, all images in the
1457
+ * repository are replicated.</p>
1458
+ */
1459
+ export interface RepositoryFilter {
1460
+ /**
1461
+ * <p>The repository filter details. When the <code>PREFIX_MATCH</code> filter type is
1462
+ * specified, this value is required and should be the repository name prefix to configure
1463
+ * replication for.</p>
1464
+ */
1465
+ filter: string | undefined;
1466
+ /**
1467
+ * <p>The repository filter type. The only supported value is <code>PREFIX_MATCH</code>,
1468
+ * which is a repository name prefix specified with the <code>filter</code>
1469
+ * parameter.</p>
1470
+ */
1471
+ filterType: RepositoryFilterType | string | undefined;
1472
+ }
1473
+ export declare namespace RepositoryFilter {
1474
+ /**
1475
+ * @internal
1476
+ */
1477
+ const filterSensitiveLog: (obj: RepositoryFilter) => any;
1478
+ }
1359
1479
  /**
1360
- * <p>An array of objects representing the replication destinations for a replication
1361
- * configuration. A replication configuration may contain only one replication rule but the
1362
- * rule may contain one or more replication destinations.</p>
1480
+ * <p>An array of objects representing the replication destinations and repository filters
1481
+ * for a replication configuration.</p>
1363
1482
  */
1364
1483
  export interface ReplicationRule {
1365
1484
  /**
1366
- * <p>An array of objects representing the details of a replication destination.</p>
1485
+ * <p>An array of objects representing the destination for a replication rule.</p>
1367
1486
  */
1368
1487
  destinations: ReplicationDestination[] | undefined;
1488
+ /**
1489
+ * <p>An array of objects representing the filters for a replication rule. Specifying a
1490
+ * repository filter for a replication rule provides a method for controlling which
1491
+ * repositories in a private registry are replicated.</p>
1492
+ */
1493
+ repositoryFilters?: RepositoryFilter[];
1369
1494
  }
1370
1495
  export declare namespace ReplicationRule {
1371
1496
  /**
@@ -1378,9 +1503,8 @@ export declare namespace ReplicationRule {
1378
1503
  */
1379
1504
  export interface ReplicationConfiguration {
1380
1505
  /**
1381
- * <p>An array of objects representing the replication rules for a replication
1382
- * configuration. A replication configuration may contain only one replication rule but the
1383
- * rule may contain one or more replication destinations.</p>
1506
+ * <p>An array of objects representing the replication destinations and repository filters
1507
+ * for a replication configuration.</p>
1384
1508
  */
1385
1509
  rules: ReplicationRule[] | undefined;
1386
1510
  }
@@ -1406,23 +1530,9 @@ export declare namespace DescribeRegistryResponse {
1406
1530
  */
1407
1531
  const filterSensitiveLog: (obj: DescribeRegistryResponse) => any;
1408
1532
  }
1409
- /**
1410
- * <p>There was an exception validating this request.</p>
1411
- */
1412
- export interface ValidationException extends __SmithyException, $MetadataBearer {
1413
- name: "ValidationException";
1414
- $fault: "client";
1415
- message?: string;
1416
- }
1417
- export declare namespace ValidationException {
1418
- /**
1419
- * @internal
1420
- */
1421
- const filterSensitiveLog: (obj: ValidationException) => any;
1422
- }
1423
1533
  export interface DescribeRepositoriesRequest {
1424
1534
  /**
1425
- * <p>The AWS account ID associated with the registry that contains the repositories to be
1535
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repositories to be
1426
1536
  * described. If you do not specify a registry, the default registry is assumed.</p>
1427
1537
  */
1428
1538
  registryId?: string;
@@ -1488,7 +1598,7 @@ export interface GetAuthorizationTokenRequest {
1488
1598
  /**
1489
1599
  * @deprecated
1490
1600
  *
1491
- * <p>A list of AWS account IDs that are associated with the registries for which to get
1601
+ * <p>A list of Amazon Web Services account IDs that are associated with the registries for which to get
1492
1602
  * AuthorizationData objects. If you do not specify a registry, the default registry is assumed.</p>
1493
1603
  */
1494
1604
  registryIds?: string[];
@@ -1544,7 +1654,7 @@ export declare namespace GetAuthorizationTokenResponse {
1544
1654
  }
1545
1655
  export interface GetDownloadUrlForLayerRequest {
1546
1656
  /**
1547
- * <p>The AWS account ID associated with the registry that contains the image layer to
1657
+ * <p>The Amazon Web Services account ID associated with the registry that contains the image layer to
1548
1658
  * download. If you do not specify a registry, the default registry is assumed.</p>
1549
1659
  */
1550
1660
  registryId?: string;
@@ -1617,7 +1727,7 @@ export declare namespace LayersNotFoundException {
1617
1727
  }
1618
1728
  export interface GetLifecyclePolicyRequest {
1619
1729
  /**
1620
- * <p>The AWS account ID associated with the registry that contains the repository.
1730
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
1621
1731
  * If you do not specify a registry, the default registry is assumed.</p>
1622
1732
  */
1623
1733
  registryId?: string;
@@ -1673,7 +1783,7 @@ export declare namespace LifecyclePolicyPreviewFilter {
1673
1783
  }
1674
1784
  export interface GetLifecyclePolicyPreviewRequest {
1675
1785
  /**
1676
- * <p>The AWS account ID associated with the registry that contains the repository.
1786
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
1677
1787
  * If you do not specify a registry, the default registry is assumed.</p>
1678
1788
  */
1679
1789
  registryId?: string;
@@ -1881,7 +1991,7 @@ export declare namespace GetRegistryPolicyResponse {
1881
1991
  }
1882
1992
  export interface GetRepositoryPolicyRequest {
1883
1993
  /**
1884
- * <p>The AWS account ID associated with the registry that contains the repository.
1994
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
1885
1995
  * If you do not specify a registry, the default registry is assumed.</p>
1886
1996
  */
1887
1997
  registryId?: string;
@@ -1918,8 +2028,8 @@ export declare namespace GetRepositoryPolicyResponse {
1918
2028
  }
1919
2029
  export interface InitiateLayerUploadRequest {
1920
2030
  /**
1921
- * <p>The AWS account ID associated with the registry to which you intend to upload layers.
1922
- * If you do not specify a registry, the default registry is assumed.</p>
2031
+ * <p>The Amazon Web Services account ID associated with the registry to which you intend to upload
2032
+ * layers. If you do not specify a registry, the default registry is assumed.</p>
1923
2033
  */
1924
2034
  registryId?: string;
1925
2035
  /**
@@ -1969,8 +2079,8 @@ export declare namespace ListImagesFilter {
1969
2079
  }
1970
2080
  export interface ListImagesRequest {
1971
2081
  /**
1972
- * <p>The AWS account ID associated with the registry that contains the repository in which
1973
- * to list images. If you do not specify a registry, the default registry is assumed.</p>
2082
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
2083
+ * which to list images. If you do not specify a registry, the default registry is assumed.</p>
1974
2084
  */
1975
2085
  registryId?: string;
1976
2086
  /**
@@ -2107,8 +2217,8 @@ export declare namespace ImageTagAlreadyExistsException {
2107
2217
  }
2108
2218
  export interface PutImageRequest {
2109
2219
  /**
2110
- * <p>The AWS account ID associated with the registry that contains the repository in which
2111
- * to put the image. If you do not specify a registry, the default registry is assumed.</p>
2220
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
2221
+ * which to put the image. If you do not specify a registry, the default registry is assumed.</p>
2112
2222
  */
2113
2223
  registryId?: string;
2114
2224
  /**
@@ -2169,7 +2279,7 @@ export declare namespace ReferencedImagesNotFoundException {
2169
2279
  }
2170
2280
  export interface PutImageScanningConfigurationRequest {
2171
2281
  /**
2172
- * <p>The AWS account ID associated with the registry that contains the repository in
2282
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
2173
2283
  * which to update the image scanning configuration setting.
2174
2284
  * If you do not specify a registry, the default registry is assumed.</p>
2175
2285
  */
@@ -2214,8 +2324,8 @@ export declare namespace PutImageScanningConfigurationResponse {
2214
2324
  }
2215
2325
  export interface PutImageTagMutabilityRequest {
2216
2326
  /**
2217
- * <p>The AWS account ID associated with the registry that contains the repository in which
2218
- * to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.</p>
2327
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
2328
+ * which to update the image tag mutability settings. If you do not specify a registry, the default registry is assumed.</p>
2219
2329
  */
2220
2330
  registryId?: string;
2221
2331
  /**
@@ -2259,7 +2369,7 @@ export declare namespace PutImageTagMutabilityResponse {
2259
2369
  }
2260
2370
  export interface PutLifecyclePolicyRequest {
2261
2371
  /**
2262
- * <p>The AWS account ID associated with the registry that contains the repository. If you
2372
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository. If you
2263
2373
  * do
2264
2374
  not specify a registry, the default registry is assumed.</p>
2265
2375
  */
@@ -2355,7 +2465,7 @@ export declare namespace PutReplicationConfigurationResponse {
2355
2465
  }
2356
2466
  export interface SetRepositoryPolicyRequest {
2357
2467
  /**
2358
- * <p>The AWS account ID associated with the registry that contains the repository.
2468
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
2359
2469
  * If you do not specify a registry, the default registry is assumed.</p>
2360
2470
  */
2361
2471
  registryId?: string;
@@ -2365,8 +2475,8 @@ export interface SetRepositoryPolicyRequest {
2365
2475
  repositoryName: string | undefined;
2366
2476
  /**
2367
2477
  * <p>The JSON repository policy text to apply to the repository. For more information, see
2368
- * <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policy-examples.html">Amazon ECR Repository
2369
- * Policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
2478
+ * <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policy-examples.html">Amazon ECR repository
2479
+ * policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
2370
2480
  */
2371
2481
  policyText: string | undefined;
2372
2482
  /**
@@ -2404,7 +2514,7 @@ export declare namespace SetRepositoryPolicyResponse {
2404
2514
  }
2405
2515
  export interface StartImageScanRequest {
2406
2516
  /**
2407
- * <p>The AWS account ID associated with the registry that contains the repository in
2517
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
2408
2518
  * which to start an image scan request. If you do not specify a registry, the default registry is assumed.</p>
2409
2519
  */
2410
2520
  registryId?: string;
@@ -2413,7 +2523,7 @@ export interface StartImageScanRequest {
2413
2523
  */
2414
2524
  repositoryName: string | undefined;
2415
2525
  /**
2416
- * <p>An object with identifying information for an Amazon ECR image.</p>
2526
+ * <p>An object with identifying information for an image in an Amazon ECR repository.</p>
2417
2527
  */
2418
2528
  imageId: ImageIdentifier | undefined;
2419
2529
  }
@@ -2433,7 +2543,7 @@ export interface StartImageScanResponse {
2433
2543
  */
2434
2544
  repositoryName?: string;
2435
2545
  /**
2436
- * <p>An object with identifying information for an Amazon ECR image.</p>
2546
+ * <p>An object with identifying information for an image in an Amazon ECR repository.</p>
2437
2547
  */
2438
2548
  imageId?: ImageIdentifier;
2439
2549
  /**
@@ -2478,7 +2588,7 @@ export declare namespace LifecyclePolicyPreviewInProgressException {
2478
2588
  }
2479
2589
  export interface StartLifecyclePolicyPreviewRequest {
2480
2590
  /**
2481
- * <p>The AWS account ID associated with the registry that contains the repository.
2591
+ * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
2482
2592
  * If you do not specify a registry, the default registry is assumed.</p>
2483
2593
  */
2484
2594
  registryId?: string;
@@ -2611,7 +2721,7 @@ export declare namespace InvalidLayerPartException {
2611
2721
  }
2612
2722
  export interface UploadLayerPartRequest {
2613
2723
  /**
2614
- * <p>The AWS account ID associated with the registry to which you are uploading layer
2724
+ * <p>The Amazon Web Services account ID associated with the registry to which you are uploading layer
2615
2725
  * parts. If you do not specify a registry, the default registry is assumed.</p>
2616
2726
  */
2617
2727
  registryId?: string;
@@ -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";
@@ -43,6 +44,7 @@ export declare const serializeAws_json1_1DeleteLifecyclePolicyCommand: (input: D
43
44
  export declare const serializeAws_json1_1DeleteRegistryPolicyCommand: (input: DeleteRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
45
  export declare const serializeAws_json1_1DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
46
  export declare const serializeAws_json1_1DeleteRepositoryPolicyCommand: (input: DeleteRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ export declare const serializeAws_json1_1DescribeImageReplicationStatusCommand: (input: DescribeImageReplicationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
48
  export declare const serializeAws_json1_1DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
49
  export declare const serializeAws_json1_1DescribeImageScanFindingsCommand: (input: DescribeImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
50
  export declare const serializeAws_json1_1DescribeRegistryCommand: (input: DescribeRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -77,6 +79,7 @@ export declare const deserializeAws_json1_1DeleteLifecyclePolicyCommand: (output
77
79
  export declare const deserializeAws_json1_1DeleteRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryPolicyCommandOutput>;
78
80
  export declare const deserializeAws_json1_1DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
79
81
  export declare const deserializeAws_json1_1DeleteRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryPolicyCommandOutput>;
82
+ export declare const deserializeAws_json1_1DescribeImageReplicationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageReplicationStatusCommandOutput>;
80
83
  export declare const deserializeAws_json1_1DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
81
84
  export declare const deserializeAws_json1_1DescribeImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageScanFindingsCommandOutput>;
82
85
  export declare const deserializeAws_json1_1DescribeRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegistryCommandOutput>;