Documentation ¶
Index ¶
- type HealthChecksClient
- type HostedZonesClient
- func (h *HostedZonesClient) ChangeResourceRecordSets(input *awsroute53.ChangeResourceRecordSetsInput) (*awsroute53.ChangeResourceRecordSetsOutput, error)
- func (h *HostedZonesClient) DeleteHostedZone(input *awsroute53.DeleteHostedZoneInput) (*awsroute53.DeleteHostedZoneOutput, error)
- func (h *HostedZonesClient) ListHostedZones(input *awsroute53.ListHostedZonesInput) (*awsroute53.ListHostedZonesOutput, error)
- func (h *HostedZonesClient) ListResourceRecordSets(input *awsroute53.ListResourceRecordSetsInput) (*awsroute53.ListResourceRecordSetsOutput, error)
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecksClient ¶ added in v0.27.0
type HealthChecksClient struct { ListHealthChecksCall struct { CallCount int Receives struct { Input *awsroute53.ListHealthChecksInput } Returns struct { Output *awsroute53.ListHealthChecksOutput Error error } } DeleteHealthCheckCall struct { CallCount int Receives struct { Input *awsroute53.DeleteHealthCheckInput } Returns struct { Output *awsroute53.DeleteHealthCheckOutput Error error } } }
func (*HealthChecksClient) DeleteHealthCheck ¶ added in v0.27.0
func (h *HealthChecksClient) DeleteHealthCheck(input *awsroute53.DeleteHealthCheckInput) (*awsroute53.DeleteHealthCheckOutput, error)
func (*HealthChecksClient) ListHealthChecks ¶ added in v0.27.0
func (h *HealthChecksClient) ListHealthChecks(input *awsroute53.ListHealthChecksInput) (*awsroute53.ListHealthChecksOutput, error)
type HostedZonesClient ¶
type HostedZonesClient struct { ListHostedZonesCall struct { CallCount int Receives struct { Input *awsroute53.ListHostedZonesInput } Returns struct { Output *awsroute53.ListHostedZonesOutput Error error } } DeleteHostedZoneCall struct { CallCount int Receives struct { Input *awsroute53.DeleteHostedZoneInput } Returns struct { Output *awsroute53.DeleteHostedZoneOutput Error error } } ListResourceRecordSetsCall struct { CallCount int Receives struct { Input *awsroute53.ListResourceRecordSetsInput } Returns struct { Output *awsroute53.ListResourceRecordSetsOutput Error error } } ChangeResourceRecordSetsCall struct { CallCount int Receives struct { Input *awsroute53.ChangeResourceRecordSetsInput } Returns struct { Output *awsroute53.ChangeResourceRecordSetsOutput Error error } } }
func (*HostedZonesClient) ChangeResourceRecordSets ¶
func (h *HostedZonesClient) ChangeResourceRecordSets(input *awsroute53.ChangeResourceRecordSetsInput) (*awsroute53.ChangeResourceRecordSetsOutput, error)
func (*HostedZonesClient) DeleteHostedZone ¶
func (h *HostedZonesClient) DeleteHostedZone(input *awsroute53.DeleteHostedZoneInput) (*awsroute53.DeleteHostedZoneOutput, error)
func (*HostedZonesClient) ListHostedZones ¶
func (h *HostedZonesClient) ListHostedZones(input *awsroute53.ListHostedZonesInput) (*awsroute53.ListHostedZonesOutput, error)
func (*HostedZonesClient) ListResourceRecordSets ¶
func (h *HostedZonesClient) ListResourceRecordSets(input *awsroute53.ListResourceRecordSetsInput) (*awsroute53.ListResourceRecordSetsOutput, error)
Click to show internal directories.
Click to hide internal directories.