Values.ProactiveInsightSummarySourceDetails about a proactive insight. This object is returned by DescribeInsight.
type nonrec t = {id : InsightId.t option;The ID of the proactive insight.
*)name : InsightName.t option;The name of the proactive insight.
*)severity : InsightSeverity.t option;The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
*)status : InsightStatus.t option;The status of the proactive insight.
*)insightTimeRange : InsightTimeRange.t option;predictionTimeRange : PredictionTimeRange.t option;resourceCollection : ResourceCollection.t option;serviceCollection : ServiceCollection.t option;A collection of the names of Amazon Web Services services.
*)associatedResourceArns : AssociatedResourceArns.t option;The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ResourceArn.t ] list
| `String of InsightId.t
| `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of
(string
* [> `List of [> `String of TagValue.t ] list
| `String of AppBoundaryKey.t ])
list ]
list
| `Structure of
(string * [> `List of [> `String of StackName.t ] list ]) list
| `Timestamp of Timestamp.t ])
list ])
list ]