Module domain_api

Source

Structs§

CheckDomainParams
struct for passing parameters to the method check_domain
CreateDomainParams
struct for passing parameters to the method create_domain
DeleteDomainParams
struct for passing parameters to the method delete_domain
GetDomainParams
struct for passing parameters to the method get_domain
ListDomainsParams
struct for passing parameters to the method list_domains
UpdateDomainParams
struct for passing parameters to the method update_domain

Enums§

CheckDomainError
struct for typed errors of method check_domain
CreateDomainError
struct for typed errors of method create_domain
DeleteDomainError
struct for typed errors of method delete_domain
GetDomainError
struct for typed errors of method get_domain
ListDomainsError
struct for typed errors of method list_domains
UpdateDomainError
struct for typed errors of method update_domain

Functions§

check_domain
Checks the status of a specific domain’s DNS record for a Service Version. Returns an array in the same format as domain/check_all.
create_domain
Create a domain for a particular service and version.
delete_domain
Delete the domain for a particular service and versions.
get_domain
Get the domain for a particular service and version.
list_domains
List all the domains for a particular service and version.
update_domain
Update the domain for a particular service and version.