Module Values.ActionHistorySource

The historical records for a budget action.

Sourcetype nonrec t = {
  1. timestamp : GenericTimestamp.t option;
  2. status : ActionStatus.t option;
    (*

    The status of action at the time of the event.

    *)
  3. eventType : EventType.t option;
    (*

    This distinguishes between whether the events are triggered by the user or are generated by the system.

    *)
  4. actionHistoryDetails : ActionHistoryDetails.t option;
    (*

    The description of the details for the event.

    *)
}
Sourceval make : ?timestamp:??? -> ?status:??? -> ?eventType:??? -> ?actionHistoryDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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 | `Timestamp of GenericTimestamp.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