Values.GetHostedZoneLimitRequestSourceA complex type that contains information about the request to create a hosted zone.
type nonrec t = {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.
*)hostedZoneId : ResourceId.t;The ID of the hosted zone that you want to get a limit for.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]