Organizations

@aws-lite/organizations

Maintained by: @architect

Install

npm i @aws-lite/organizations

Optionally install types:

npm i -D @aws-lite/organizations-types

Methods

ListAccounts

Canonical AWS API doc

Properties

MaxResults (number)

Maximum number of items to be returned

NextToken (string)

Pagination token

paginate (boolean)

Enable automatic result pagination; use this instead of making your own individual pagination requests

Example

await aws.Organizations.ListAccounts({
  MaxResults: Number,
  NextToken: String,
  paginate: Boolean,
})

Methods yet to be implemented

Please help out by opening a PR!

aws-lite is an Apache 2.0-licensed open source project under the umbrella of OpenJS Foundation Architect. aws-lite is not in any way affiliated with Amazon Web Services, Inc. (AWS). All names and trademarks are the property of their respective owners.