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

aws-aws-sdk-go-v2-service-route53domains

JSON →
library1.36.3gogounverified

Provides the API client for Amazon Route 53 Domains, enabling domain registration and management operations.

go get github.com/aws/aws-sdk-go-v2/service/route53domains
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-route53domains
cloudgov1.36.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.

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

Lists all domains registered under the AWS account.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/route53domains" ) func main() { client := route53domains.NewFromConfig(cfg) resp, err := client.ListDomains(context.TODO(), &route53domains.ListDomainsInput{}) if err != nil { panic(err) } fmt.Println(resp.Domains) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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