Module Values.ProactiveOrganizationInsightSummarySource

Details about a proactive insight. This object is returned by DescribeInsight.

Sourcetype nonrec t = {
  1. id : InsightId.t option;
    (*

    The ID of the insight summary.

    *)
  2. accountId : AwsAccountId.t option;
    (*

    The ID of the Amazon Web Services account.

    *)
  3. organizationalUnitId : OrganizationalUnitId.t option;
    (*

    The ID of the organizational unit.

    *)
  4. name : InsightName.t option;
    (*

    The name of the insight summary.

    *)
  5. severity : InsightSeverity.t option;
    (*

    An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

    *)
  6. status : InsightStatus.t option;
    (*

    An array of status values used to search for insights.

    *)
  7. insightTimeRange : InsightTimeRange.t option;
  8. predictionTimeRange : PredictionTimeRange.t option;
  9. resourceCollection : ResourceCollection.t option;
  10. serviceCollection : ServiceCollection.t option;
}
Sourceval make : ?id:??? -> ?accountId:??? -> ?organizationalUnitId:??? -> ?name:??? -> ?severity:??? -> ?status:??? -> ?insightTimeRange:??? -> ?predictionTimeRange:??? -> ?resourceCollection:??? -> ?serviceCollection:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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 ]
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