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

aws-aws-sdk-go-v2-service-identitystore

JSON →
library1.37.7gogounverified

AWS SDK v2 client for AWS SSO Identity Store, managing users and groups.

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

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

List users in an AWS SSO identity store.

package main import ( "context" "github.com/aws/aws-sdk-go-v2/service/identitystore" ) func main() { client := identitystore.NewFromConfig(cfg) resp, err := client.ListUsers(context.TODO(), &identitystore.ListUsersInput{ IdentityStoreId: aws.String("d-12345"), }) if err != nil { panic(err) } _ = resp }
Debug
Known issues
breakingRequires AWS SDK v2 config; not compatible with v1.
fix
Use AWS SDK v2 and configure credentials properly.
affects: >=1.0.0
Upgrade
Version history
1.37.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
aws-aws-sdk-go-v2-service-identitystore — go get aws-aws-sdk-go-v2-service-identitystore · libregistry