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 3.5
 
Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version.

You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).

To create a new version, send a POST request to the

/Route 53
            API version/trafficpolicy/
resource. The request body includes a document with a CreateTrafficPolicyVersionRequest element. The response returns the CreateTrafficPolicyVersionResponse element, which contains information about the new version of the traffic policy.

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

Syntax

C#
public abstract CreateTrafficPolicyVersionResponse CreateTrafficPolicyVersion(
         CreateTrafficPolicyVersionRequest request
)

Parameters

request
Type: Amazon.Route53.Model.CreateTrafficPolicyVersionRequest

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

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

Exceptions

ExceptionCondition
ConcurrentModificationException Another user submitted a request to update the object at the same time that you did. Retry the request.
InvalidInputException Some value specified in the request is invalid or the XML document is malformed.
InvalidTrafficPolicyDocumentException The format of the traffic policy document that you specified in the Document element is invalid.
NoSuchTrafficPolicyException No traffic policy exists with the specified ID.

Version Information

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