Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Class GetCheckerIpRangesCommandProtected

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.

Example

Use a bare-bones client and the command you need to make an API call.

import { Route53Client, GetCheckerIpRangesCommand } from "@aws-sdk/client-route-53"; // ES Modules import
// const { Route53Client, GetCheckerIpRangesCommand } = require("@aws-sdk/client-route-53"); // CommonJS import
const client = new Route53Client(config);
const input = {};
const command = new GetCheckerIpRangesCommand(input);
const response = await client.send(command);
// { // GetCheckerIpRangesResponse
// CheckerIpRanges: [ // CheckerIpRanges // required
// "STRING_VALUE",
// ],
// };

Param

GetCheckerIpRangesCommandInput

Returns

GetCheckerIpRangesCommandOutput

See

Throws

Route53ServiceException

Base exception class for all service exceptions from Route53 service.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

Methods