|
4480 | 4480 | "imageStatus": { |
4481 | 4481 | "target": "com.amazonaws.ecr#ImageStatusFilter", |
4482 | 4482 | "traits": { |
4483 | | - "smithy.api#documentation": "<p>The image status with which to filter your <a>DescribeImages</a> results. Valid values are <code>ACTIVE</code>, <code>ARCHIVED</code>, and <code>ACTIVATING</code>.</p>" |
| 4483 | + "smithy.api#documentation": "<p>The image status with which to filter your <a>DescribeImages</a> results.\n Valid values are <code>ACTIVE</code>, <code>ARCHIVED</code>, and <code>ACTIVATING</code>. \n If not specified, only images with <code>ACTIVE</code> status are returned.</p>" |
4484 | 4484 | } |
4485 | 4485 | } |
4486 | 4486 | }, |
|
7391 | 7391 | { |
7392 | 7392 | "target": "com.amazonaws.ecr#ServerException" |
7393 | 7393 | }, |
| 7394 | + { |
| 7395 | + "target": "com.amazonaws.ecr#UnableToListUpstreamImageReferrersException" |
| 7396 | + }, |
7394 | 7397 | { |
7395 | 7398 | "target": "com.amazonaws.ecr#ValidationException" |
7396 | 7399 | } |
|
7554 | 7557 | "maxResults": { |
7555 | 7558 | "target": "com.amazonaws.ecr#FiftyMaxResults", |
7556 | 7559 | "traits": { |
7557 | | - "smithy.api#documentation": "<p>The maximum number of image referrer results returned by <code>ListImageReferrers</code> in paginated\n output. When this parameter is used, <code>ListImageReferrers</code> only returns\n <code>maxResults</code> results in a single page along with a <code>nextToken</code>\n response element. The remaining results of the initial request can be seen by sending\n another <code>ListImageReferrers</code> request with the returned <code>nextToken</code> value.\n This value can be between 1 and 50. If this parameter is\n not used, then <code>ListImageReferrers</code> returns up to 50 results and a\n <code>nextToken</code> value, if applicable.</p>" |
| 7560 | + "smithy.api#documentation": "<p>The maximum number of image referrer results returned by <code>ListImageReferrers</code> in paginated\n output. When this parameter is used, <code>ListImageReferrers</code> only returns\n <code>maxResults</code> results in a single page along with a <code>nextToken</code>\n response element. The remaining results of the initial request can be seen by sending\n another <code>ListImageReferrers</code> request with the returned <code>nextToken</code> value.\n This value can be between 1 and 50. If this parameter is\n not used, then <code>ListImageReferrers</code> returns up to 20 results and a\n <code>nextToken</code> value, if applicable.</p>" |
7558 | 7561 | } |
7559 | 7562 | } |
7560 | 7563 | }, |
|
7655 | 7658 | "imageStatus": { |
7656 | 7659 | "target": "com.amazonaws.ecr#ImageStatusFilter", |
7657 | 7660 | "traits": { |
7658 | | - "smithy.api#documentation": "<p>The image status with which to filter your <a>ListImages</a> results. Valid values are <code>ACTIVE</code>, <code>ARCHIVED</code>, and <code>ACTIVATING</code>.</p>" |
| 7661 | + "smithy.api#documentation": "<p>The image status with which to filter your <a>ListImages</a> results.\n Valid values are <code>ACTIVE</code>, <code>ARCHIVED</code>, and <code>ACTIVATING</code>.\n If not specified, only images with <code>ACTIVE</code> status are returned.</p>" |
7659 | 7662 | } |
7660 | 7663 | } |
7661 | 7664 | }, |
|
10576 | 10579 | "smithy.api#error": "client" |
10577 | 10580 | } |
10578 | 10581 | }, |
| 10582 | + "com.amazonaws.ecr#UnableToListUpstreamImageReferrersException": { |
| 10583 | + "type": "structure", |
| 10584 | + "members": { |
| 10585 | + "message": { |
| 10586 | + "target": "com.amazonaws.ecr#ExceptionMessage" |
| 10587 | + } |
| 10588 | + }, |
| 10589 | + "traits": { |
| 10590 | + "smithy.api#documentation": "<p>The referrer or referrers were unable to be listed using the pull through cache rule. This\n is usually caused because of an issue with the Secrets Manager secret containing the credentials\n for the upstream registry.</p>", |
| 10591 | + "smithy.api#error": "client" |
| 10592 | + } |
| 10593 | + }, |
10579 | 10594 | "com.amazonaws.ecr#UnsupportedImageTypeException": { |
10580 | 10595 | "type": "structure", |
10581 | 10596 | "members": { |
|
0 commit comments