Safe Haskell | None |
---|---|
Language | Haskell2010 |
To retrieve a list of the IP ranges used by Amazon Route 53 health checkers
to check the health of your resources, send a GET
request to the '2013-04-01/checkeripranges' resource. You can use these IP addresses to configure router and firewall
rules to allow health checkers to check the health of your resources.
http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetCheckerIpRanges.html
Request
data GetCheckerIpRanges Source
Request constructor
getCheckerIpRanges :: GetCheckerIpRanges Source
GetCheckerIpRanges
constructor.
Response
data GetCheckerIpRangesResponse Source
Response constructor
getCheckerIpRangesResponse :: GetCheckerIpRangesResponse Source
GetCheckerIpRangesResponse
constructor.
The fields accessible through corresponding lenses are:
gcirrCheckerIpRanges
::
[Text
]
Response lenses
gcirrCheckerIpRanges :: Lens' GetCheckerIpRangesResponse [Text] Source
A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.