Registry /
cloud / aws-aws-sdk-go-v2-service-servicediscovery
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.
servicediscovery
✓ github.com/aws/aws-sdk-go-v2/service/servicediscovery
Create a Service Discovery client and list services.
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/service/servicediscovery"
)
func main() {
client := servicediscovery.NewFromConfig(cfg)
fmt.Println(client.ListServices(context.TODO(), &servicediscovery.ListServicesInput{}))
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.40.6latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.