Module Values.UpdateSubnetGroupRequestSource

Modifies an existing subnet group.

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

    The name of the subnet group.

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

    A description of the subnet group.

    *)
  3. subnetIds : SubnetIdentifierList.t option;
    (*

    A list of subnet IDs in the subnet group.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?subnetIds:??? -> subnetGroupName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] 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