Documentation
¶
Index ¶
- 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 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.