Module Values_0.OptionGroupMembershipSource

Provides information on the option groups the DB instance is a member of.

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

    The name of the option group that the instance belongs to.

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

    The status of the DB instance's option group membership. Valid values are: in-sync, pending-apply, pending-removal, pending-maintenance-apply, pending-maintenance-removal, applying, removing, and failed.

    *)
}
Sourceval make : ?optionGroupName:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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