Versions in this module Expand all Collapse all v4 v4.15.1 Feb 17, 2024 Changes in this version + const XMLNs + type Change struct + Action string + ResourceRecordSet ResourceRecordSet + type ChangeBatch struct + Changes Changes + Comment string + type ChangeInfo struct + ID string + Status string + SubmittedAt string + type ChangeResourceRecordSetsRequest struct + ChangeBatch ChangeBatch + XMLNs string + type ChangeResourceRecordSetsResponse struct + ChangeInfo ChangeInfo + type Changes struct + Change []Change + type Client struct + BaseURL *url.URL + HTTPClient *http.Client + func NewClient(accessKey, secretKey string) (*Client, error) + func (c *Client) ChangeResourceRecordSets(ctx context.Context, hostedZoneID string, ...) (*ChangeResourceRecordSetsResponse, error) + func (c *Client) GetChange(ctx context.Context, statusID string) (*GetChangeResponse, error) + type Error struct + Code string + Message string + Type string + func (e Error) Error() string + type ErrorResponse struct + Error Error + RequestID string + type GetChangeResponse struct + ChangeInfo ChangeInfo + type ResourceRecord struct + Value string + type ResourceRecordSet struct + Name string + ResourceRecords ResourceRecords + TTL int + Type string + type ResourceRecords struct + ResourceRecord []ResourceRecord Other modules containing this package github.com/ChintuIdrive/lego