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

aws-aws-sdk-go-v2-service-redshift

JSON →
library1.63.3gogounverified

AWS SDK for Go v2 service client for Amazon Redshift, providing APIs to manage clusters, data warehouses, and database operations.

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

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

Create a Redshift client and describe clusters

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/service/redshift" ) func main() { client := redshift.NewFromConfig(cfg) fmt.Println(client.DescribeClusters(context.TODO(), &redshift.DescribeClustersInput{})) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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