Skip to content

Commit 273ac8a

Browse files
feat: update AWS API models
1 parent 7ad9e9f commit 273ac8a

File tree

6 files changed

+370
-52
lines changed

6 files changed

+370
-52
lines changed

codegen/sdk/aws-models/ecr.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7360,6 +7360,12 @@
73607360
"traits": {
73617361
"smithy.api#enumValue": "FINDINGS_UNAVAILABLE"
73627362
}
7363+
},
7364+
"LIMIT_EXCEEDED": {
7365+
"target": "smithy.api#Unit",
7366+
"traits": {
7367+
"smithy.api#enumValue": "LIMIT_EXCEEDED"
7368+
}
73637369
}
73647370
}
73657371
},
@@ -7650,7 +7656,7 @@
76507656
}
76517657
],
76527658
"traits": {
7653-
"smithy.api#documentation": "<p>Starts an image vulnerability scan. An image scan can only be started once per 24\n hours on an individual image. This limit includes if an image was scanned on initial\n push. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html\">Image scanning</a> in the\n <i>Amazon Elastic Container Registry User Guide</i>.</p>"
7659+
"smithy.api#documentation": "<p>Starts a basic image vulnerability scan.</p>\n <p> A basic image scan can only be started once per 24\n hours on an individual image. This limit includes if an image was scanned on initial\n push. You can start up to 100,000 basic scans per 24 hours. This limit includes both scans on initial push\n and scans initiated by the StartImageScan API. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning-basic.html\">Basic scanning</a> in the\n <i>Amazon Elastic Container Registry User Guide</i>.</p>"
76547660
}
76557661
},
76567662
"com.amazonaws.ecr#StartImageScanRequest": {

0 commit comments

Comments
 (0)