Values.GetReusableDelegationSetLimitResponseSourceA complex type that contains the requested limit.
type nonrec t = {limit : ReusableDelegationSetLimit.t option;The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.
*)count : UsageCount.t option;The current number of hosted zones that you can associate with the specified reusable delegation set.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `NoSuchDelegationSet of NoSuchDelegationSet.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `NoSuchDelegationSet of NoSuchDelegationSet.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `NoSuchDelegationSet of NoSuchDelegationSet.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 ]