Values.GetCheckerIpRangesResponseSourceA complex type that contains the CheckerIpRanges element.
type nonrec t = {checkerIpRanges : CheckerIpRanges.t option;A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of IPAddressCidr.t ] list ]) list ]