Module Values_0.LimitlessDatabaseSource

Contains details for Aurora Limitless Database.

Sourcetype nonrec t = {
  1. status : LimitlessDatabaseStatus.t option;
    (*

    The status of Aurora Limitless Database.

    *)
  2. minRequiredACU : DoubleOptional.t option;
    (*

    The minimum required capacity for Aurora Limitless Database in Aurora capacity units (ACUs).

    *)
}
Sourceval make : ?status:??? -> ?minRequiredACU:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of DoubleOptional.t | `Enum of string ]) 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