Module Values.DeleteVPCAssociationAuthorizationRequestSource

A 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : hostedZoneId:ResourceId.t -> vPC:VPC.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceId.t | `Structure of (string * [> `Enum of string | `String of VPCId.t ]) list ]) 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