Module Values.DisassociateVPCFromHostedZoneRequestSource

A complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.

Sourcetype nonrec t = {
  1. hostedZoneId : ResourceId.t;
    (*

    The ID of the private hosted zone that you want to disassociate a VPC from.

    *)
  2. vPC : VPC.t;
    (*

    A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.

    *)
  3. comment : DisassociateVPCComment.t option;
    (*

    Optional: A comment about the disassociation request.

    *)
}
Sourceval context_ : string
Sourceval make : ?comment:??? -> 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