Module Values.DescribeEventDetailsResponseSource

Returns detailed information about one or more specified events. Information includes standard event data (Amazon Web Services Region, service, and so on, as returned by DescribeEvents), a detailed event description, and possible additional metadata that depends upon the nature of the event. Affected entities are not included. To retrieve the entities, use the DescribeAffectedEntities operation. If a specified event can't be retrieved, an error message is returned for that event. This operation supports resource-level permissions. You can use this operation to allow or deny access to specific Health events. For more information, see Resource- and action-based conditions in the Health User Guide.

Sourcetype nonrec t = {
  1. successfulSet : DescribeEventDetailsSuccessfulSet.t option;
    (*

    Information about the events that could be retrieved.

    *)
  2. failedSet : DescribeEventDetailsFailedSet.t option;
    (*

    Error messages for any events that could not be retrieved.

    *)
}
Sourcetype nonrec error = [
  1. | `UnsupportedLocale of UnsupportedLocale.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?successfulSet:??? -> ?failedSet:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `Unknown_operation_error of string * string option | `UnsupportedLocale of UnsupportedLocale.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `Unknown_operation_error of string * string option | `UnsupportedLocale of UnsupportedLocale.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of MetadataKey.t ] * [> `String of MetadataValue.t ]) list | `String of EventArn.t | `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of EventArn.t | `Timestamp of Timestamp.t ]) list ]) list ] 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