Module Values.StartImageScanResponseSource

Starts 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.

Sourcetype nonrec t = {
  1. registryId : RegistryId.t option;
    (*

    The registry ID associated with the request.

    *)
  2. repositoryName : RepositoryName.t option;
    (*

    The repository name associated with the request.

    *)
  3. imageId : ImageIdentifier.t option;
  4. imageScanStatus : ImageScanStatus.t option;
    (*

    The current state of the scan.

    *)
}
Sourcetype nonrec error = [
  1. | `ImageArchivedException of ImageArchivedException.t
  2. | `ImageNotFoundException of ImageNotFoundException.t
  3. | `InvalidParameterException of InvalidParameterException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `RepositoryNotFoundException of RepositoryNotFoundException.t
  6. | `ServerException of ServerException.t
  7. | `UnsupportedImageTypeException of UnsupportedImageTypeException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?registryId:??? -> ?repositoryName:??? -> ?imageId:??? -> ?imageScanStatus:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RegistryId.t | `Structure of (string * [> `Enum of string | `String of ImageDigest.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t