Module Values.ModifyReplicationSubnetGroupMessageSource

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

    The name of the replication instance subnet group.

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

    A description for the replication instance subnet group.

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

    A list of subnet IDs.

    *)
}
Sourceval context_ : string
Sourceval make : ?replicationSubnetGroupDescription:??? -> replicationSubnetGroupIdentifier: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