Module Values.GetReusableDelegationSetLimitRequestSource

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

Sourcetype nonrec t = {
  1. 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.

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

    The ID of the delegation set that you want to get the limit for.

    *)
}
Sourceval context_ : string
Sourceval make : type_:ReusableDelegationSetLimitType.t -> delegationSetId: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