Values.GetHostedZoneCountResponseSourceA complex type that contains the response to a GetHostedZoneCount request.
type nonrec t = {hostedZoneCount : HostedZoneCount.t option;The total number of public and private hosted zones that are associated with the current Amazon Web Services account.
*)}type nonrec error = [ | `InvalidInput of InvalidInput.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `Unknown_operation_error of string * string option ]