Values.DisassociateVPCFromHostedZoneRequestSourceA complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.
type nonrec t = {hostedZoneId : ResourceId.t;The ID of the private hosted zone that you want to disassociate a VPC from.
*)vPC : VPC.t;A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
*)comment : DisassociateVPCComment.t option;Optional: A comment about the disassociation request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceId.t
| `Structure of
(string * [> `Enum of string | `String of VPCId.t ]) list ])
list ]