Skip to content

Commit db54991

Browse files
The DescribeImageScanning API now includes lastInUseAt and InUseCount fields that can be used to prioritize vulnerability remediation for images that are actively being used.
1 parent 662b3e3 commit db54991

19 files changed

+381
-392
lines changed

generator/ServiceModels/ecr/ecr-2015-09-21.api.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,8 @@
834834
"imageTags":{"shape":"ImageTagsList"},
835835
"platform":{"shape":"Platform"},
836836
"pushedAt":{"shape":"Date"},
837+
"lastInUseAt":{"shape":"Date"},
838+
"inUseCount":{"shape":"InUseCount"},
837839
"registry":{"shape":"RegistryId"},
838840
"repositoryName":{"shape":"RepositoryName"}
839841
}
@@ -1106,8 +1108,7 @@
11061108
},
11071109
"DeleteRegistryPolicyRequest":{
11081110
"type":"structure",
1109-
"members":{
1110-
}
1111+
"members":{}
11111112
},
11121113
"DeleteRegistryPolicyResponse":{
11131114
"type":"structure",
@@ -1249,8 +1250,7 @@
12491250
},
12501251
"DescribeRegistryRequest":{
12511252
"type":"structure",
1252-
"members":{
1253-
}
1253+
"members":{}
12541254
},
12551255
"DescribeRegistryResponse":{
12561256
"type":"structure",
@@ -1474,8 +1474,7 @@
14741474
},
14751475
"GetRegistryPolicyRequest":{
14761476
"type":"structure",
1477-
"members":{
1478-
}
1477+
"members":{}
14791478
},
14801479
"GetRegistryPolicyResponse":{
14811480
"type":"structure",
@@ -1486,8 +1485,7 @@
14861485
},
14871486
"GetRegistryScanningConfigurationRequest":{
14881487
"type":"structure",
1489-
"members":{
1490-
}
1488+
"members":{}
14911489
},
14921490
"GetRegistryScanningConfigurationResponse":{
14931491
"type":"structure",
@@ -1708,6 +1706,10 @@
17081706
"type":"list",
17091707
"member":{"shape":"ImageTag"}
17101708
},
1709+
"InUseCount":{
1710+
"type":"long",
1711+
"min":0
1712+
},
17111713
"InitiateLayerUploadRequest":{
17121714
"type":"structure",
17131715
"required":["repositoryName"],
@@ -2713,8 +2715,7 @@
27132715
},
27142716
"TagResourceResponse":{
27152717
"type":"structure",
2716-
"members":{
2717-
}
2718+
"members":{}
27182719
},
27192720
"TagStatus":{
27202721
"type":"string",
@@ -2808,8 +2809,7 @@
28082809
},
28092810
"UntagResourceResponse":{
28102811
"type":"structure",
2811-
"members":{
2812-
}
2812+
"members":{}
28132813
},
28142814
"UpdatePullThroughCacheRuleRequest":{
28152815
"type":"structure",

0 commit comments

Comments
 (0)