| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Route53.GetCheckerIPRanges
Description
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 '/Route 53 API version/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.
Creating a Request
getCheckerIPRanges :: GetCheckerIPRanges Source #
Creates a value of GetCheckerIPRanges with the minimum fields required to make a request.
data GetCheckerIPRanges Source #
Empty request.
See: getCheckerIPRanges smart constructor.
Instances
Destructuring the Response
getCheckerIPRangesResponse Source #
Arguments
| :: Int | |
| -> GetCheckerIPRangesResponse |
Creates a value of GetCheckerIPRangesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetCheckerIPRangesResponse Source #
A complex type that contains the CheckerIpRanges element.
See: getCheckerIPRangesResponse smart constructor.
Instances
Response Lenses
gcirrsResponseStatus :: Lens' GetCheckerIPRangesResponse Int Source #
The response status code.
gcirrsCheckerIPRanges :: Lens' GetCheckerIPRangesResponse [Text] Source #
A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.