AWS SDK for .NET Documentation
ChangeResourceRecordSetsRequest Class
AmazonAmazon.Route53.ModelChangeResourceRecordSetsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the ChangeResourceRecordSets operation.

Use this action to create or change your authoritative DNS information. To use this action, send a POST request to the 2013-04-01/hostedzone/hosted Zone ID/rrset resource. The request body must include an XML document with a ChangeResourceRecordSetsRequest element.

Changes are a list of change items and are considered transactional. For more information on transactional changes, also known as change batches, see Creating, Changing, and Deleting Resource Record Sets Using the Route 53 API in the Amazon Route 53 Developer Guide .

IMPORTANT:Due to the nature of transactional changes, you cannot delete the same resource record set more than once in a single change batch. If you attempt to delete the same change batch more than once, Route 53 returns an InvalidChangeBatch error.

In response to a ChangeResourceRecordSets request, your DNS data is changed on all Route 53 DNS servers. Initially, the status of a change is PENDING . This means the change has not yet propagated to all the authoritative Route 53 DNS servers. When the change is propagated to all hosts, the change returns a status of INSYNC .

Note the following limitations on a ChangeResourceRecordSets request:

- A request cannot contain more than 100 Change elements.

- A request cannot contain more than 1000 ResourceRecord elements.

The sum of the number of characters (including spaces) in all Value elements in a request cannot exceed 32,000 characters.

Declaration Syntax
C#
public class ChangeResourceRecordSetsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ChangeResourceRecordSetsRequest()()()()
Initializes a new instance of the ChangeResourceRecordSetsRequest class

ChangeBatch
A complex type that contains an optional comment and the Changes element.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HostedZoneId
The ID of the hosted zone that contains the resource record sets that you want to change.

Constraints:

Length
0 - 32


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithChangeBatch(ChangeBatch) Obsolete.
Sets the ChangeBatch property

WithHostedZoneId(String) Obsolete.
Sets the HostedZoneId property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ChangeResourceRecordSetsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)