GetReusableDelegationSetLimit - Amazon Route 53
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

GetReusableDelegationSetLimit

Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.

For the default limit, see Limits in the Amazon Route 53 Developer Guide. To request a higher limit, open a case.

Request Syntax

GET /2013-04-01/reusabledelegationsetlimit/Id/Type HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

Id

The ID of the delegation set that you want to get the limit for.

Length Constraints: Maximum length of 32.

Required: Yes

Type

Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can associate with the specified reusable delegation set.

Valid Values: MAX_ZONES_BY_REUSABLE_DELEGATION_SET

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?> <GetReusableDelegationSetLimitResponse> <Count>long</Count> <Limit> <Type>string</Type> <Value>long</Value> </Limit> </GetReusableDelegationSetLimitResponse>

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in XML format by the service.

GetReusableDelegationSetLimitResponse

Root level tag for the GetReusableDelegationSetLimitResponse parameters.

Required: Yes

Count

The current number of hosted zones that you can associate with the specified reusable delegation set.

Type: Long

Valid Range: Minimum value of 0.

Limit

The current setting for the limit on hosted zones that you can associate with the specified reusable delegation set.

Type: ReusableDelegationSetLimit object

Errors

For information about the errors that are common to all actions, see Common Errors.

InvalidInput

The input is not valid.

HTTP Status Code: 400

NoSuchDelegationSet

A reusable delegation set with the specified ID does not exist.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: