Values.ModifyReplicationSubnetGroupMessageSourcetype nonrec t = {replicationSubnetGroupIdentifier : String_.t;The name of the replication instance subnet group.
*)replicationSubnetGroupDescription : String_.t option;A description for the replication instance subnet group.
*)subnetIds : SubnetIdentifierList.t;A list of subnet IDs.
*)}val make :
?replicationSubnetGroupDescription:??? ->
replicationSubnetGroupIdentifier:String_.t ->
subnetIds:SubnetIdentifierList.t ->
unit ->
t