Documentation
¶
Index ¶
- type AuroraDNSClient
- func (self *AuroraDNSClient) CreateRecord(zoneId string, data records.CreateRecordRequest) (*records.CreateRecordResponse, error)
- func (self *AuroraDNSClient) GetRecords(zoneId string) ([]records.GetRecordsResponse, error)
- func (self *AuroraDNSClient) GetZones() ([]zones.ZoneRecord, error)
- func (self *AuroraDNSClient) RemoveRecord(zoneId string, recordId string) (*records.RemoveRecordResponse, error)
- type AuroraDNSError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuroraDNSClient ¶
type AuroraDNSClient struct {
// contains filtered or unexported fields
}
func NewAuroraDNSClient ¶
func NewAuroraDNSClient(baseUrl string, userId string, key string) (*AuroraDNSClient, error)
func (*AuroraDNSClient) CreateRecord ¶
func (self *AuroraDNSClient) CreateRecord(zoneId string, data records.CreateRecordRequest) (*records.CreateRecordResponse, error)
func (*AuroraDNSClient) GetRecords ¶
func (self *AuroraDNSClient) GetRecords(zoneId string) ([]records.GetRecordsResponse, error)
func (*AuroraDNSClient) GetZones ¶
func (self *AuroraDNSClient) GetZones() ([]zones.ZoneRecord, error)
func (*AuroraDNSClient) RemoveRecord ¶
func (self *AuroraDNSClient) RemoveRecord(zoneId string, recordId string) (*records.RemoveRecordResponse, error)
type AuroraDNSError ¶
func (AuroraDNSError) Error ¶
func (e AuroraDNSError) Error() string
Click to show internal directories.
Click to hide internal directories.