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

aws-aws-sdk-go-v2-service-elasticache

JSON →
library1.54.3gogounverified

The official AWS SDK for Go v2 service client for Amazon ElastiCache.

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

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

List all ElastiCache clusters 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/elasticache" ) func main() { cfg, _ := config.LoadDefaultConfig(context.TODO()) client := elasticache.NewFromConfig(cfg) result, _ := client.DescribeCacheClusters(context.TODO(), &elasticache.DescribeCacheClustersInput{}) fmt.Println(result.CacheClusters) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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