Module Values.ModifyClusterSubnetGroupMessageSource

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

    The name of the subnet group to be modified.

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

    A text description of the subnet group to be modified.

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

    An array of VPC subnet IDs. A maximum of 20 subnets can be modified in a single request.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> clusterSubnetGroupName:String_.t -> subnetIds:SubnetIdentifierList.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