Values.CreateVPCAssociationAuthorizationResponseSourceA complex type that contains the response information from a CreateVPCAssociationAuthorization request.
type nonrec t = {hostedZoneId : ResourceId.t option;The ID of the hosted zone that you authorized associating a VPC with.
*)vPC : VPC.t option;The VPC that you authorized associating with a hosted zone.
*)}type nonrec error = [ | `ConcurrentModification of ConcurrentModification.t| `InvalidInput of InvalidInput.t| `InvalidVPCId of InvalidVPCId.t| `NoSuchHostedZone of NoSuchHostedZone.t| `TooManyVPCAssociationAuthorizations of TooManyVPCAssociationAuthorizations.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `InvalidInput of InvalidInput.t
| `InvalidVPCId of InvalidVPCId.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `TooManyVPCAssociationAuthorizations of
TooManyVPCAssociationAuthorizations.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `InvalidInput of InvalidInput.t
| `InvalidVPCId of InvalidVPCId.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `TooManyVPCAssociationAuthorizations of
TooManyVPCAssociationAuthorizations.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceId.t
| `Structure of
(string * [> `Enum of string | `String of VPCId.t ]) list ])
list ]