Versions in this module Expand all Collapse all v1 v1.1.3 Aug 10, 2021 Changes in this version + type Provider struct + AWSProfile string + AccessKeyId string + MaxRetries int + SecretAccessKey string + func (p *Provider) AppendRecords(ctx context.Context, zone string, records []libdns.Record) ([]libdns.Record, error) + func (p *Provider) DeleteRecords(ctx context.Context, zone string, records []libdns.Record) ([]libdns.Record, error) + func (p *Provider) GetRecords(ctx context.Context, zone string) ([]libdns.Record, error) + func (p *Provider) NewSession() error + func (p *Provider) SetRecords(ctx context.Context, zone string, records []libdns.Record) ([]libdns.Record, error)