Values.DeleteVPCAssociationAuthorizationRequestSourceA complex type that contains information about the request to remove authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account.
type nonrec t = {hostedZoneId : ResourceId.t;When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.
*)vPC : VPC.t;When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceId.t
| `Structure of
(string * [> `Enum of string | `String of VPCId.t ]) list ])
list ]