AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
This action creates a reusable delegationSet.

To create a new reusable delegationSet, send a POST request to the

/Route
            53 API version/delegationset
resource. The request body must include a document with a CreateReusableDelegationSetRequest element. The response returns the CreateReusableDelegationSetResponse element that contains metadata about the delegationSet.

If the optional parameter HostedZoneId is specified, it marks the delegationSet associated with that particular hosted zone as reusable.

Namespace: Amazon.Route53
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract CreateReusableDelegationSetResponse CreateReusableDelegationSet(
         CreateReusableDelegationSetRequest request
)

Parameters

request
Type: Amazon.Route53.Model.CreateReusableDelegationSetRequest

Container for the necessary parameters to execute the CreateReusableDelegationSet service method.

Return Value
Type: Amazon.Route53.Model.CreateReusableDelegationSetResponse
The response from the CreateReusableDelegationSet service method, as returned by Route53.

Exceptions

ExceptionCondition
DelegationSetAlreadyCreatedException A delegation set with the same owner and caller reference combination has already been created.
DelegationSetAlreadyReusableException The specified delegation set has already been marked as reusable.
DelegationSetNotAvailableException Amazon Route 53 allows some duplicate domain names, but there is a maximum number of duplicate names. This error indicates that you have reached that maximum. If you want to create another hosted zone with the same name and Amazon Route 53 generates this error, you can request an increase to the limit on the Contact Us page.
HostedZoneNotFoundException The specified HostedZone cannot be found.
InvalidArgumentException At least one of the specified arguments is invalid.
InvalidInputException Some value specified in the request is invalid or the XML document is malformed.
LimitsExceededException The limits specified for a resource have been exceeded.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5