|
56 | 56 | "base": null,
|
57 | 57 | "refs": {
|
58 | 58 | "ListTagsForResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the only supported resource is an Amazon ECR repository.</p>",
|
59 |
| - "Repository$repositoryArn": "<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 repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, <code>arn:aws:ecr:region:012345678910:repository/test</code>.</p>", |
| 59 | + "Repository$repositoryArn": "<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 repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, <code>arn:aws:ecr:region:012345678910:repository-namespace/repository-name</code>.</p>", |
60 | 60 | "RepositoryScanningConfiguration$repositoryArn": "<p>The ARN of the repository.</p>",
|
61 | 61 | "TagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported resource is an Amazon ECR repository.</p>",
|
62 | 62 | "UntagResourceRequest$resourceArn": "<p>The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported resource is an Amazon ECR repository.</p>"
|
|
1461 | 1461 | }
|
1462 | 1462 | },
|
1463 | 1463 | "RepositoryFilter": {
|
1464 |
| - "base": "<p>The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no repository filter is specified, all images in the repository are replicated.</p>", |
| 1464 | + "base": "<p>The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.</p>", |
1465 | 1465 | "refs": {
|
1466 | 1466 | "RepositoryFilterList$member": null
|
1467 | 1467 | }
|
|
1499 | 1499 | "BatchGetImageRequest$repositoryName": "<p>The repository that contains the images to describe.</p>",
|
1500 | 1500 | "CompleteLayerUploadRequest$repositoryName": "<p>The name of the repository to associate with the image layer.</p>",
|
1501 | 1501 | "CompleteLayerUploadResponse$repositoryName": "<p>The repository name associated with the request.</p>",
|
1502 |
| - "CreateRepositoryRequest$repositoryName": "<p>The name to use for the repository. The repository name may be specified on its own (such as <code>nginx-web-app</code>) or it can be prepended with a namespace to group the repository into a category (such as <code>project-a/nginx-web-app</code>).</p>", |
| 1502 | + "CreateRepositoryRequest$repositoryName": "<p>The name to use for the repository. The repository name may be specified on its own (such as <code>nginx-web-app</code>) or it can be prepended with a namespace to group the repository into a category (such as <code>project-a/nginx-web-app</code>).</p> <p>The repository name must start with a letter and can only contain lowercase letters, numbers, hyphens, underscores, and forward slashes.</p>", |
1503 | 1503 | "DeleteLifecyclePolicyRequest$repositoryName": "<p>The name of the repository.</p>",
|
1504 | 1504 | "DeleteLifecyclePolicyResponse$repositoryName": "<p>The repository name associated with the request.</p>",
|
1505 | 1505 | "DeleteRepositoryPolicyRequest$repositoryName": "<p>The name of the repository that is associated with the repository policy to delete.</p>",
|
|
1625 | 1625 | "ScanFrequency": {
|
1626 | 1626 | "base": null,
|
1627 | 1627 | "refs": {
|
1628 |
| - "RegistryScanningRule$scanFrequency": "<p>The frequency that scans are performed at for a private registry. When the <code>ENHANCED</code> scan type is specified, the supported scan frequencies are <code>CONTINUOUS_SCAN</code> and <code>SCAN_ON_PUSH</code>. When the <code>BASIC</code> scan type is specified, the <code>SCAN_ON_PUSH</code> and <code>MANUAL</code> scan frequencies are supported.</p>", |
| 1628 | + "RegistryScanningRule$scanFrequency": "<p>The frequency that scans are performed at for a private registry. When the <code>ENHANCED</code> scan type is specified, the supported scan frequencies are <code>CONTINUOUS_SCAN</code> and <code>SCAN_ON_PUSH</code>. When the <code>BASIC</code> scan type is specified, the <code>SCAN_ON_PUSH</code> scan frequency is supported. If scan on push is not specified, then the <code>MANUAL</code> scan frequency is set by default.</p>", |
1629 | 1629 | "RepositoryScanningConfiguration$scanFrequency": "<p>The scan frequency for the repository.</p>"
|
1630 | 1630 | }
|
1631 | 1631 | },
|
|
0 commit comments