Values.DescribeInsightDetailsRequestSourceContainer for the parameters to the DescribeInsightDetails operation.
type nonrec t = {entity : InsightEntity.t;The entity for which to retrieve insight details. Specifies the type and value of the entity, such as a domain name or Amazon Web Services account ID.
*)insightId : GUID.t;The unique identifier of the insight to describe.
*)showHtmlContent : Boolean.t option;Specifies whether to show response with HTML content in response or not.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of GUID.t
| `Structure of
(string * [> `Enum of string | `String of InsightEntityValue.t ])
list ])
list ]