Module Values.SuspendedProcessSource

Describes an auto scaling process that has been suspended. For more information, see Types of processes in the Amazon EC2 Auto Scaling User Guide.

Sourcetype nonrec t = {
  1. processName : XmlStringMaxLen255.t option;
    (*

    The name of the suspended process.

    *)
  2. suspensionReason : XmlStringMaxLen255.t option;
    (*

    The reason that the process was suspended.

    *)
}
Sourceval make : ?processName:??? -> ?suspensionReason:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of XmlStringMaxLen255.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