awsroute53

package
v0.0.0-...-82ab749 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2024 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

Variables

This section is empty.

Functions

func ChangeResourceRecordSets

func ChangeResourceRecordSets(
	ctx context.Context,
	cfg *awscfg.Config,
	zoneId string,
	changes []Change,
) error

func DeleteResourceRecordSets

func DeleteResourceRecordSets(
	ctx context.Context,
	cfg *awscfg.Config,
	zoneId string,
	f func(ResourceRecordSet) bool,
) error

DeleteResourceRecordSets deletes one or more names from the given zone regardless of what responses are configured for those names.

Types

type AliasTarget

type AliasTarget = types.AliasTarget

type Change

type Change = types.Change

type ChangeAction

type ChangeAction = types.ChangeAction

type HostedZone

type HostedZone = types.HostedZone

func FindHostedZone

func FindHostedZone(ctx context.Context, cfg *awscfg.Config, name string) (*HostedZone, error)

func ListHostedZones

func ListHostedZones(ctx context.Context, cfg *awscfg.Config) (zones []HostedZone, err error)

type HostedZoneNotFoundError

type HostedZoneNotFoundError string

func (HostedZoneNotFoundError) Error

func (err HostedZoneNotFoundError) Error() string

type RRType

type RRType = types.RRType

type ResourceRecord

type ResourceRecord = types.ResourceRecord

type ResourceRecordSet

type ResourceRecordSet = types.ResourceRecordSet

func ListResourceRecordSets

func ListResourceRecordSets(
	ctx context.Context,
	cfg *awscfg.Config,
	zoneId string,
) (records []ResourceRecordSet, err error)

type ResourceRecordSetRegion

type ResourceRecordSetRegion = types.ResourceRecordSetRegion

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL