Skip to content

Commit 064ec80

Browse files
author
AWS
committed
Amazon Elastic Container Registry Update: Adds multiple artifact types filter support in ListImageReferrers API.
1 parent 0e9b46e commit 064ec80

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Container Registry",
4+
"contributor": "",
5+
"description": "Adds multiple artifact types filter support in ListImageReferrers API."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@
10161016
"ArtifactTypeList":{
10171017
"type":"list",
10181018
"member":{"shape":"ArtifactType"},
1019-
"max":1,
1019+
"max":5,
10201020
"min":0
10211021
},
10221022
"Attribute":{

0 commit comments

Comments
 (0)