Values.GetHostedZoneLimitResponseSourceA complex type that contains the requested limit.
type nonrec t = {limit : HostedZoneLimit.t option;The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of Limit is the maximum number of records that you can create in the specified hosted zone.
*)count : UsageCount.t option;The current number of entities that you have created of the specified type. For example, if you specified MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of Count is the current number of records that you have created in the specified hosted zone.
*)}type nonrec error = [ | `HostedZoneNotPrivate of HostedZoneNotPrivate.t| `InvalidInput of InvalidInput.t| `NoSuchHostedZone of NoSuchHostedZone.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `HostedZoneNotPrivate of HostedZoneNotPrivate.t
| `InvalidInput of InvalidInput.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `HostedZoneNotPrivate of HostedZoneNotPrivate.t
| `InvalidInput of InvalidInput.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Long of UsageCount.t
| `Structure of
(string * [> `Enum of string | `Long of LimitValue.t ]) list ])
list ]