Values.StartImageScanResponseSourceStarts a basic image vulnerability scan. A basic image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. You can start up to 100,000 basic scans per 24 hours. This limit includes both scans on initial push and scans initiated by the StartImageScan API. For more information, see Basic scanning in the Amazon Elastic Container Registry User Guide.
type nonrec t = {registryId : RegistryId.t option;The registry ID associated with the request.
*)repositoryName : RepositoryName.t option;The repository name associated with the request.
*)imageId : ImageIdentifier.t option;imageScanStatus : ImageScanStatus.t option;The current state of the scan.
*)}type nonrec error = [ | `ImageArchivedException of ImageArchivedException.t| `ImageNotFoundException of ImageNotFoundException.t| `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `RepositoryNotFoundException of RepositoryNotFoundException.t| `ServerException of ServerException.t| `UnsupportedImageTypeException of UnsupportedImageTypeException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ImageArchivedException of ImageArchivedException.t
| `ImageNotFoundException of ImageNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedImageTypeException of UnsupportedImageTypeException.t
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ImageArchivedException of ImageArchivedException.t
| `ImageNotFoundException of ImageNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `RepositoryNotFoundException of RepositoryNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `UnsupportedImageTypeException of UnsupportedImageTypeException.t
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of RegistryId.t
| `Structure of
(string * [> `Enum of string | `String of ImageDigest.t ]) list ])
list ]