Module Values.DescribeObservationRequestSource

Describes an anomaly or error with the application.

Sourcetype nonrec t = {
  1. observationId : ObservationId.t;
    (*

    The ID of the observation.

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

    The Amazon Web Services account ID for the resource group owner.

    *)
}
Sourceval context_ : string
Sourceval make : ?accountId:??? -> observationId:ObservationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ObservationId.t ]) 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