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: |
|
|---|
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
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: |
|
|---|
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