Skip to content

Commit 0a6473d

Browse files
author
AWS
committed
Amazon EC2 Container Registry Update: This release adds supports for pull through cache rules and enhanced scanning.
1 parent 9e5816c commit 0a6473d

File tree

3 files changed

+896
-11
lines changed

3 files changed

+896
-11
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 EC2 Container Registry",
4+
"contributor": "",
5+
"description": "This release adds supports for pull through cache rules and enhanced scanning."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
"output_token": "nextToken",
2020
"result_key": "imageDetails"
2121
},
22+
"DescribePullThroughCacheRules": {
23+
"input_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"output_token": "nextToken",
26+
"result_key": "pullThroughCacheRules"
27+
},
2228
"DescribeRepositories": {
2329
"input_token": "nextToken",
2430
"limit_key": "maxResults",

0 commit comments

Comments
 (0)