Documentation ¶
Index ¶
- type ClientAPI
- func (m *ClientAPI) AssociateVPCWithHostedZone(ctx context.Context, params *route53.AssociateVPCWithHostedZoneInput, ...) (*route53.AssociateVPCWithHostedZoneOutput, error)
- func (m *ClientAPI) ChangeResourceRecordSets(ctx context.Context, params *route53.ChangeResourceRecordSetsInput, ...) (*route53.ChangeResourceRecordSetsOutput, error)
- func (m *ClientAPI) CreateHostedZone(ctx context.Context, params *route53.CreateHostedZoneInput, ...) (*route53.CreateHostedZoneOutput, error)
- func (m *ClientAPI) DeleteHostedZone(ctx context.Context, params *route53.DeleteHostedZoneInput, ...) (*route53.DeleteHostedZoneOutput, error)
- func (m *ClientAPI) DisassociateVPCFromHostedZone(ctx context.Context, params *route53.DisassociateVPCFromHostedZoneInput, ...) (*route53.DisassociateVPCFromHostedZoneOutput, error)
- func (m *ClientAPI) GetHostedZone(ctx context.Context, params *route53.GetHostedZoneInput, ...) (*route53.GetHostedZoneOutput, error)
- func (m *ClientAPI) ListHostedZonesByName(ctx context.Context, params *route53.ListHostedZonesByNameInput, ...) (*route53.ListHostedZonesByNameOutput, error)
- func (m *ClientAPI) ListHostedZonesByVPC(ctx context.Context, params *route53.ListHostedZonesByVPCInput, ...) (*route53.ListHostedZonesByVPCOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientAPI ¶
func (*ClientAPI) AssociateVPCWithHostedZone ¶ added in v0.9.0
func (m *ClientAPI) AssociateVPCWithHostedZone(ctx context.Context, params *route53.AssociateVPCWithHostedZoneInput, optFns ...func(*route53.Options)) (*route53.AssociateVPCWithHostedZoneOutput, error)
func (*ClientAPI) ChangeResourceRecordSets ¶
func (m *ClientAPI) ChangeResourceRecordSets(ctx context.Context, params *route53.ChangeResourceRecordSetsInput, optFns ...func(*route53.Options)) (*route53.ChangeResourceRecordSetsOutput, error)
func (*ClientAPI) CreateHostedZone ¶ added in v0.9.0
func (m *ClientAPI) CreateHostedZone(ctx context.Context, params *route53.CreateHostedZoneInput, optFns ...func(*route53.Options)) (*route53.CreateHostedZoneOutput, error)
func (*ClientAPI) DeleteHostedZone ¶ added in v0.9.0
func (m *ClientAPI) DeleteHostedZone(ctx context.Context, params *route53.DeleteHostedZoneInput, optFns ...func(*route53.Options)) (*route53.DeleteHostedZoneOutput, error)
func (*ClientAPI) DisassociateVPCFromHostedZone ¶ added in v0.9.0
func (m *ClientAPI) DisassociateVPCFromHostedZone(ctx context.Context, params *route53.DisassociateVPCFromHostedZoneInput, optFns ...func(*route53.Options)) (*route53.DisassociateVPCFromHostedZoneOutput, error)
func (*ClientAPI) GetHostedZone ¶
func (m *ClientAPI) GetHostedZone(ctx context.Context, params *route53.GetHostedZoneInput, optFns ...func(*route53.Options)) (*route53.GetHostedZoneOutput, error)
func (*ClientAPI) ListHostedZonesByName ¶ added in v0.9.0
func (m *ClientAPI) ListHostedZonesByName(ctx context.Context, params *route53.ListHostedZonesByNameInput, optFns ...func(*route53.Options)) (*route53.ListHostedZonesByNameOutput, error)
func (*ClientAPI) ListHostedZonesByVPC ¶
func (m *ClientAPI) ListHostedZonesByVPC(ctx context.Context, params *route53.ListHostedZonesByVPCInput, optFns ...func(*route53.Options)) (*route53.ListHostedZonesByVPCOutput, error)
Click to show internal directories.
Click to hide internal directories.