The default Route53 API endpoint to connect to.
Route53 API version.
XML schema for this Route53 API version.
Create or change the authoritative DNS information for this Hosted Zone. Returns a Python data structure with information about the set of changes, including the Change ID.
Parameters: |
---|
Create a new Hosted Zone. Returns a Python data structure with information about the newly created Hosted Zone.
Parameters: |
|
---|
Create a new Hosted Zone. Returns a Zone object for the newly created Hosted Zone.
Parameters: | name (str) – The name of the domain. This should be a fully-specified domain, and should end with a final period as the last label indication. If you omit the final period, Amazon Route 53 assumes the domain is relative to the root. This is the name you have registered with your DNS registrar. It is also the name you will delegate from your registrar to the Amazon Route 53 delegation servers returned in response to this request. |
---|
Returns a Python data structure with information about all Hosted Zones defined for the AWS account.
Parameters: |
---|
Retrieve the Resource Record Sets defined for this Hosted Zone. Returns the raw XML data returned by the Route53 call.
Parameters: |
|
---|
Get information about a proposed set of changes, as submitted by the change_rrsets method. Returns a Python data structure with status information about the changes.
Parameters: | change_id (str) – The unique identifier for the set of changes. This ID is returned in the response to the change_rrsets method. |
---|
Get detailed information about a particular Hosted Zone.
Parameters: | hosted_zone_id (str) – The unique identifier for the Hosted Zone |
---|
Get detailed information about a particular Hosted Zone.
Parameters: | hosted_zone_name (str) – The fully qualified domain name for the Hosted Zone |
---|
Returns a Zone object for the specified Hosted Zone.
Parameters: | name – The name of the domain. This should be a fully-specified domain, and should end with a final period as the last label indication. |
---|
Returns a list of Zone objects, one for each of the Hosted Zones defined for the AWS account.
An individual ResourceRecordSet
Add a resource record value
Make this an alias resource record set
Spit this resource record set out as XML
A list of resource records.
Variables: |
|
---|
Add a change request to the set.
Parameters: |
|
---|
Add an existing record to a change set with the specified action
Commit this change
Overwritten to also add the NextRecordName and NextRecordType to the base object
Convert this ResourceRecordSet into XML to be saved via the ChangeResourceRecordSetsRequest