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) 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) HostedZones
func (HostedZones) Type ¶ added in v0.28.0
func (z HostedZones) Type() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.