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

aws-aws-sdk-go-v2-service-elasticbeanstalk

JSON →
library1.35.4gogounverified

Provides Go client bindings for AWS Elastic Beanstalk service.

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

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

Creates an Elastic Beanstalk client and lists applications.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
2
Resources
aws-aws-sdk-go-v2-service-elasticbeanstalk — go get aws-aws-sdk-go-v2-service-elasticbeanstalk · libregistry