Module Values.SnapshotOptionsStatusSource

Status of a daily automated snapshot.

Sourcetype nonrec t = {
  1. options : SnapshotOptions.t option;
    (*

    Specifies the daily snapshot options specified for the Elasticsearch domain.

    *)
  2. status : OptionStatus.t option;
    (*

    Specifies the status of a daily automated snapshot.

    *)
}
Sourceval make : ?options:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of IntegerClass.t | `Timestamp of UpdateTimestamp.t ]) 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