Versions in this module Expand all Collapse all v4 v4.17.6 Jul 4, 2024 v4.17.5 Jul 4, 2024 v4.17.4 Jul 4, 2024 Changes in this version + const EnvHTTPTimeout + const EnvPollingInterval + const EnvPropagationTimeout + const EnvRegion + const EnvSecretID + const EnvSecretKey + const EnvSessionToken + const EnvTTL + type Config struct + HTTPTimeout time.Duration + PollingInterval time.Duration + PropagationTimeout time.Duration + Region string + SecretID string + SecretKey string + SessionToken string + TTL int + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (d *DNSProvider) CleanUp(domain, token, keyAuth string) error + func (d *DNSProvider) Present(domain, token, keyAuth string) error + func (d *DNSProvider) Timeout() (timeout, interval time.Duration)