Module Values.GetHostedZoneLimitRequestSource

A complex type that contains information about the request to create a hosted zone.

Sourcetype nonrec t = {
  1. type_ : HostedZoneLimitType.t;
    (*

    The limit that you want to get. Valid values include the following: MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone. MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

    *)
  2. hostedZoneId : ResourceId.t;
    (*

    The ID of the hosted zone that you want to get a limit for.

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