Module Values.ValidStorageOptionsSource

Not applicable. In Neptune the storage type is managed at the DB Cluster level.

Sourcetype nonrec t = {
  1. storageType : String_.t option;
    (*

    Not applicable. In Neptune the storage type is managed at the DB Cluster level.

    *)
  2. storageSize : RangeList.t option;
    (*

    Not applicable. In Neptune the storage type is managed at the DB Cluster level.

    *)
  3. provisionedIops : RangeList.t option;
    (*

    Not applicable. In Neptune the storage type is managed at the DB Cluster level.

    *)
  4. iopsToStorageRatio : DoubleRangeList.t option;
    (*

    Not applicable. In Neptune the storage type is managed at the DB Cluster level.

    *)
}
Sourceval make : ?storageType:??? -> ?storageSize:??? -> ?provisionedIops:??? -> ?iopsToStorageRatio:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Double.t | `Integer of Integer.t ]) list ] list | `String of String_.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