@aws-sdk/client-organizations 3.1023.0 → 3.1025.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60,8 +60,8 @@ declare const CloseAccountCommand_base: {
60
60
  * </p>
61
61
  * </li>
62
62
  * <li>
63
- * <p>You can close only 10% of member accounts, between 10 and 1000, within a
64
- * rolling 30 day period. This quota is not bound by a calendar month, but
63
+ * <p>Within a rolling 30 day period you can close the higher of either 250 or 20% of the member accounts in your organization,
64
+ * up to a maximum of 1,000. This quota is not bound by a calendar month, but
65
65
  * starts when you close an account. After you reach this limit, you can't
66
66
  * close additional accounts. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html">Closing a member
67
67
  * account in your organization</a> and <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-organizations",
3
3
  "description": "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native",
4
- "version": "3.1023.0",
4
+ "version": "3.1025.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-organizations",