Module Values.DescribeInsightDetailsRequestSource

Container for the parameters to the DescribeInsightDetails operation.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. insightId : GUID.t;
    (*

    The unique identifier of the insight to describe.

    *)
  3. showHtmlContent : Boolean.t option;
    (*

    Specifies whether to show response with HTML content in response or not.

    *)
}
Sourceval context_ : string
Sourceval make : ?showHtmlContent:??? -> entity:InsightEntity.t -> insightId:GUID.t -> unit -> t
Sourceval 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 ]
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