Module Values_0.ValidDBInstanceModificationsMessageSource

Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action. You can use this information when you call ModifyDBInstance.

Sourcetype nonrec t = {
  1. storage : ValidStorageOptionsList.t option;
    (*

    Valid storage options for your DB instance.

    *)
  2. validProcessorFeatures : AvailableProcessorFeatureList.t option;
    (*

    Valid processor features for your DB instance.

    *)
  3. supportsDedicatedLogVolume : Boolean.t option;
    (*

    Indicates whether a DB instance supports using a dedicated log volume (DLV).

    *)
  4. additionalStorage : ValidAdditionalStorageOptions.t option;
    (*

    The valid additional storage options for the DB instance.

    *)
}
Sourceval make : ?storage:??? -> ?validProcessorFeatures:??? -> ?supportsDedicatedLogVolume:??? -> ?additionalStorage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Double of Double.t | `Integer of Integer.t ]) list ] list | `String of String_.t ]) list ] list | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Double of Double.t | `Integer of Integer.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.t ]) list ] list ]) 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