Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Route 53 does not perform authorization for this API because it retrieves information that is already available to the public.
GetCheckerIpRanges
still works, but we recommend that you download
ip-ranges.json, which includes IP address ranges for all Amazon Web
Services services. For more information, see
IP Address Ranges of Amazon Route 53 Servers
in the Amazon Route 53 Developer Guide.
Synopsis
- data GetCheckerIpRanges = GetCheckerIpRanges' {
- newGetCheckerIpRanges :: GetCheckerIpRanges
- data GetCheckerIpRangesResponse = GetCheckerIpRangesResponse' {
- httpStatus :: Int
- checkerIpRanges :: [Text]
- newGetCheckerIpRangesResponse :: Int -> GetCheckerIpRangesResponse
- getCheckerIpRangesResponse_httpStatus :: Lens' GetCheckerIpRangesResponse Int
- getCheckerIpRangesResponse_checkerIpRanges :: Lens' GetCheckerIpRangesResponse [Text]
Creating a Request
data GetCheckerIpRanges Source #
Empty request.
See: newGetCheckerIpRanges
smart constructor.
Instances
newGetCheckerIpRanges :: GetCheckerIpRanges Source #
Create a value of GetCheckerIpRanges
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetCheckerIpRangesResponse Source #
A complex type that contains the CheckerIpRanges
element.
See: newGetCheckerIpRangesResponse
smart constructor.
GetCheckerIpRangesResponse' | |
|
Instances
newGetCheckerIpRangesResponse Source #
Create a value of GetCheckerIpRangesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:GetCheckerIpRangesResponse'
, getCheckerIpRangesResponse_httpStatus
- The response's http status code.
$sel:checkerIpRanges:GetCheckerIpRangesResponse'
, getCheckerIpRangesResponse_checkerIpRanges
- A complex type that contains sorted list of IP ranges in CIDR format for
Amazon Route 53 health checkers.
Response Lenses
getCheckerIpRangesResponse_httpStatus :: Lens' GetCheckerIpRangesResponse Int Source #
The response's http status code.
getCheckerIpRangesResponse_checkerIpRanges :: Lens' GetCheckerIpRangesResponse [Text] Source #
A complex type that contains sorted list of IP ranges in CIDR format for Amazon Route 53 health checkers.