Values.GetReusableDelegationSetLimitRequestSourceA complex type that contains information about the request to create a hosted zone.
type nonrec t = {type_ : ReusableDelegationSetLimitType.t;Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.
*)delegationSetId : ResourceId.t;The ID of the delegation set that you want to get the limit for.
*)}val make :
type_:ReusableDelegationSetLimitType.t ->
delegationSetId:ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]