Module Values.RegionInfoSource

Information about a Amazon Web Services Region in your replication set.

Sourcetype nonrec t = {
  1. sseKmsKeyId : SseKmsKey.t option;
    (*

    The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.

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

    The status of the Amazon Web Services Region in the replication set.

    *)
  3. statusMessage : String_.t option;
    (*

    Information displayed about the status of the Amazon Web Services Region.

    *)
  4. statusUpdateDateTime : Timestamp.t option;
    (*

    The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.

    *)
}
Sourceval make : ?sseKmsKeyId:??? -> ?status:??? -> ?statusMessage:??? -> ?statusUpdateDateTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of SseKmsKey.t | `Timestamp of Timestamp.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