Registry / cloud / aws-aws-sdk-go-v2-service-route53

aws-aws-sdk-go-v2-service-route53

JSON →
library1.63.3gogounverified

The AWS SDK for Go v2 service client for Amazon Route 53 DNS management.

go get github.com/aws/aws-sdk-go-v2/service/route53
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-route53
cloudgov1.63.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

route53
github.com/aws/aws-sdk-go-v2/service/route53

List all hosted zones in Route 53.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/route53" ) func main() { client := route53.NewFromConfig(cfg) zones, _ := client.ListHostedZones(context.Background(), &route53.ListHostedZonesInput{}) fmt.Println(zones) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.63.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
aws-aws-sdk-go-v2-service-route53 — go get aws-aws-sdk-go-v2-service-route53 · libregistry