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

aws-aws-sdk-go-v2-service-elasticloadbalancing

JSON →
library1.34.6gogounverified

This package provides the AWS SDK for Go v2 client for Elastic Load Balancing service.

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

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

Lists all Elastic Load Balancers using the AWS SDK.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/config" "github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing" ) func main() { cfg, err := config.LoadDefaultConfig(context.TODO()) if err != nil { panic(err) } client := elasticloadbalancing.NewFromConfig(cfg) result, err := client.DescribeLoadBalancers(context.TODO(), &elasticloadbalancing.DescribeLoadBalancersInput{}) if err != nil { panic(err) } fmt.Printf("Load balancers: %+v\n", result.LoadBalancerDescriptions) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
aws-aws-sdk-go-v2-service-elasticloadbalancing — go get aws-aws-sdk-go-v2-service-elasticloadbalancing · libregistry