Values.ImagePipelineAggregationSourceContains vulnerability counts for a specific image pipeline.
type nonrec t = {imagePipelineArn : ImagePipelineArn.t option;The Amazon Resource Name (ARN) that identifies the image pipeline for this aggregation.
*)severityCounts : SeverityCounts.t option;Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image pipeline.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ImagePipelineArn.t
| `Structure of (string * [> `Long of SeverityCountNumber.t ]) list ])
list ]