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

aws-aws-sdk-go-v2-service-workspaces

JSON →
library1.70.0gogounverified

A Go client for Amazon WorkSpaces, part of the AWS SDK v2.

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

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

List WorkSpaces using the AWS SDK v2.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/config" "github.com/aws/aws-sdk-go-v2/service/workspaces" ) func main() { cfg, _ := config.LoadDefaultConfig(context.TODO()) client := workspaces.NewFromConfig(cfg) output, _ := client.DescribeWorkspaces(context.TODO(), &workspaces.DescribeWorkspacesInput{}) fmt.Println(output) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.70.0latest 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-workspaces — go get aws-aws-sdk-go-v2-service-workspaces · libregistry