route53

package
v1.21.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package route53 provides functionality to manipulate route53 primitives.

Package route53 provides functionality to manipulate route53 primitives.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrDomainHostedZoneNotFound added in v1.14.0

type ErrDomainHostedZoneNotFound struct {
	// contains filtered or unexported fields
}

ErrDomainHostedZoneNotFound occurs when the domain hosted zone is not found.

func (*ErrDomainHostedZoneNotFound) Error added in v1.14.0

type ErrDomainNotFound added in v1.14.0

type ErrDomainNotFound struct {
	// contains filtered or unexported fields
}

ErrDomainNotFound occurs when the domain is not found in the account.

func (*ErrDomainNotFound) Error added in v1.14.0

func (e *ErrDomainNotFound) Error() string

type Route53

type Route53 struct {
	// contains filtered or unexported fields
}

Route53 wraps an Route53 client.

func New

func New(s *session.Session) *Route53

New returns a Route53 struct configured against the input session.

func (*Route53) DomainHostedZoneID added in v1.5.0

func (r *Route53) DomainHostedZoneID(domainName string) (string, error)

DomainHostedZoneID returns the Hosted Zone ID of a domain.

type Route53Domains added in v1.14.0

type Route53Domains struct {
	// contains filtered or unexported fields
}

Route53Domains wraps an Route53Domains client.

func NewRoute53Domains added in v1.14.0

func NewRoute53Domains(s *session.Session) *Route53Domains

New returns a Route53Domains struct configured against the input session.

func (*Route53Domains) IsRegisteredDomain added in v1.14.0

func (r *Route53Domains) IsRegisteredDomain(domainName string) error

IsRegisteredDomain checks if the domain is owned by the account.

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL