Module Values.AwsRoute53HostedZoneVpcDetailsSource

For private hosted zones, this is a complex type that contains information about an Amazon VPC.

Sourcetype nonrec t = {
  1. id : NonEmptyString.t option;
    (*

    The identifier of an Amazon VPC.

    *)
  2. region : NonEmptyString.t option;
    (*

    The Amazon Web Services Region that an Amazon VPC was created in.

    *)
}
Sourceval make : ?id:??? -> ?region:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t ]) 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