Skip to content

Commit fe9b20e

Browse files
author
AWS
committed
Amazon EC2 Container Registry Update: This release includes a fix in the DescribeImageScanFindings paginated output.
1 parent 1262765 commit fe9b20e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon EC2 Container Registry",
4+
"contributor": "",
5+
"description": "This release includes a fix in the DescribeImageScanFindings paginated output."
6+
}

services/ecr/src/main/resources/codegen-resources/paginators-1.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"imageScanFindings"
1212
],
1313
"output_token": "nextToken",
14-
"result_key": "imageScanFindings.findings"
14+
"result_key": [
15+
"imageScanFindings.findings",
16+
"imageScanFindings.enhancedFindings"
17+
]
1518
},
1619
"DescribeImages": {
1720
"input_token": "nextToken",

services/ecr/src/main/resources/codegen-resources/service-2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3394,7 +3394,7 @@
33943394
"documentation":"<p>The type associated with the filter.</p>"
33953395
}
33963396
},
3397-
"documentation":"<p>The details of a scanning repository filter.</p>"
3397+
"documentation":"<p>The details of a scanning repository filter. For more information on how to use filters, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html#image-scanning-filters\">Using filters</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>"
33983398
},
33993399
"ScanningRepositoryFilterList":{
34003400
"type":"list",

0 commit comments

Comments
 (0)