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

aws-aws-sdk-go-v2-service-ecs

JSON →
library1.83.0gogounverified

AWS SDK for Go v2 service client for Amazon Elastic Container Service (ECS).

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

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

List ECS clusters.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/ecs" ) func main() { client := ecs.New(ecs.Options{}) output, err := client.ListClusters(context.TODO(), &ecs.ListClustersInput{}) if err != nil { panic(err) } fmt.Println(output.ClusterArns) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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