Module Values.DescribeImageScanFindingsResponseSource

Returns the scan findings for the specified image.

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.

    *)
  5. imageScanFindings : ImageScanFindings.t option;
    (*

    The information contained in the image scan findings.

    *)
  6. nextToken : NextToken.t option;
    (*

    The nextToken value to include in a future DescribeImageScanFindings request. When the results of a DescribeImageScanFindings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

    *)
}
Sourcetype nonrec error = [
  1. | `ImageNotFoundException of ImageNotFoundException.t
  2. | `InvalidParameterException of InvalidParameterException.t
  3. | `RepositoryNotFoundException of RepositoryNotFoundException.t
  4. | `ScanNotFoundException of ScanNotFoundException.t
  5. | `ServerException of ServerException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?registryId:??? -> ?repositoryName:??? -> ?imageId:??? -> ?imageScanStatus:??? -> ?imageScanFindings:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ImageNotFoundException of ImageNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `RepositoryNotFoundException of RepositoryNotFoundException.t | `ScanNotFoundException of ScanNotFoundException.t | `ServerException of ServerException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ImageNotFoundException of ImageNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `RepositoryNotFoundException of RepositoryNotFoundException.t | `ScanNotFoundException of ScanNotFoundException.t | `ServerException of ServerException.t | `Unknown_operation_error of string * string option | `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 | `List of [> `Structure of (string * [> `Double of Score.t | `Enum of string | `List of [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of AttributeKey.t | `Structure of (string * [> `Structure of (string * [> `List of [> `String of ImageTag.t ] list | `Long of InUseCount.t | `String of Arch.t | `Timestamp of Date.t ]) list ]) list ]) list ] list | `String of FindingName.t | `Structure of (string * [> `List of [> `String of Url.t | `Structure of (string * [> `Double of BaseScore.t | `Integer of Epoch.t | `String of ScoringVector.t ]) list ] list | `String of Source.t | `Structure of (string * [> `Double of Score.t | `List of [> `Structure of (string * [> `String of Metric.t ]) list ] list | `String of Url.t ]) list | `Timestamp of Date.t ]) list | `Timestamp of Date.t ]) list ] list | `Map of ([> `Enum of string ] * [> `Integer of SeverityCount.t ]) list | `String of ImageDigest.t | `Timestamp of ScanTimestamp.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