Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManagedZone ¶
type ManagedZone struct {
// contains filtered or unexported fields
}
func NewManagedZone ¶
func NewManagedZone(client managedZonesClient, recordSets recordSets, name string) ManagedZone
func (ManagedZone) Delete ¶
func (m ManagedZone) Delete() error
func (ManagedZone) Name ¶
func (m ManagedZone) Name() string
func (ManagedZone) Type ¶ added in v0.16.0
func (m ManagedZone) Type() string
type ManagedZones ¶
type ManagedZones struct {
// contains filtered or unexported fields
}
func NewManagedZones ¶
func NewManagedZones(client managedZonesClient, recordSets recordSets, logger logger) ManagedZones
func (ManagedZones) Type ¶ added in v0.32.0
func (m ManagedZones) Type() string
type RecordSets ¶
type RecordSets struct {
// contains filtered or unexported fields
}
func NewRecordSets ¶
func NewRecordSets(client recordSetsClient) RecordSets
func (RecordSets) Delete ¶
func (r RecordSets) Delete(managedZone string) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.