Module Values.ActionHistoryDetailsSource

The description of the details for the event.

Sourcetype nonrec t = {
  1. message : GenericString.t option;
  2. action : Action.t option;
    (*

    The budget action resource.

    *)
}
Sourceval make : ?message:??? -> ?action:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of SubscriberAddress.t ]) list ] list | `String of ActionId.t | `Structure of (string * [> `Double of NotificationThreshold.t | `Enum of string | `Structure of (string * [> `Enum of string | `List of [> `String of Role.t ] list | `String of PolicyArn.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