route53

package
v0.62.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthCheck added in v0.27.0

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

func NewHealthCheck added in v0.27.0

func NewHealthCheck(client healthChecksClient, id *string) HealthCheck

func (HealthCheck) Delete added in v0.27.0

func (h HealthCheck) Delete() error

func (HealthCheck) Name added in v0.27.0

func (h HealthCheck) Name() string

func (HealthCheck) Type added in v0.27.0

func (h HealthCheck) Type() string

type HealthChecks added in v0.27.0

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

func NewHealthChecks added in v0.27.0

func NewHealthChecks(client healthChecksClient, logger logger) HealthChecks

func (HealthChecks) List added in v0.27.0

func (h HealthChecks) List(filter string) ([]common.Deletable, error)

func (HealthChecks) Type added in v0.28.0

func (h HealthChecks) Type() string

type HostedZone

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

func NewHostedZone

func NewHostedZone(client hostedZonesClient, id, name *string, recordSets recordSets, filter string) HostedZone

func (HostedZone) Delete

func (h HostedZone) Delete() error

func (HostedZone) Name

func (h HostedZone) Name() string

func (HostedZone) Type

func (h HostedZone) Type() string

type HostedZones

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

func NewHostedZones

func NewHostedZones(client hostedZonesClient, logger logger, recordSets recordSets) HostedZones

func (HostedZones) List

func (z HostedZones) List(filter string) ([]common.Deletable, error)

func (HostedZones) Type added in v0.28.0

func (z HostedZones) Type() string

type RecordSets added in v0.39.0

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

func NewRecordSets added in v0.39.0

func NewRecordSets(client recordSetsClient) RecordSets

func (RecordSets) DeleteAll added in v0.59.0

func (r RecordSets) DeleteAll(hostedZoneId *string, hostedZoneName string, records []*awsroute53.ResourceRecordSet) error

func (RecordSets) DeleteWithFilter added in v0.59.0

func (r RecordSets) DeleteWithFilter(hostedZoneId *string, hostedZoneName string, records []*awsroute53.ResourceRecordSet, filter string) error

func (RecordSets) Get added in v0.39.0

func (r RecordSets) Get(hostedZoneId *string) ([]*awsroute53.ResourceRecordSet, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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