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

aws-aws-sdk-go-v2-service-organizations

JSON →
library1.35.1gogounverified

AWS SDK for Go v2 client for AWS Organizations, enabling management of multiple AWS accounts.

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

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

Create an Organizations client and list accounts.

package main import ( "context" "github.com/aws/aws-sdk-go-v2/service/organizations" ) func main() { client := organizations.NewFromConfig(cfg) result, _ := client.ListAccounts(context.TODO(), &organizations.ListAccountsInput{}) _ = result }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Amazon
1
Resources
aws-aws-sdk-go-v2-service-organizations — go get aws-aws-sdk-go-v2-service-organizations · libregistry