@aws-sdk/client-organizations 3.398.0 → 3.401.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.
Files changed (63) hide show
  1. package/README.md +3 -3
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-types/Organizations.d.ts +3 -3
  5. package/dist-types/OrganizationsClient.d.ts +3 -3
  6. package/dist-types/commands/AcceptHandshakeCommand.d.ts +8 -10
  7. package/dist-types/commands/AttachPolicyCommand.d.ts +22 -23
  8. package/dist-types/commands/CancelHandshakeCommand.d.ts +3 -5
  9. package/dist-types/commands/CloseAccountCommand.d.ts +24 -28
  10. package/dist-types/commands/CreateAccountCommand.d.ts +31 -33
  11. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +34 -40
  12. package/dist-types/commands/CreateOrganizationCommand.d.ts +20 -21
  13. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +20 -22
  14. package/dist-types/commands/CreatePolicyCommand.d.ts +24 -26
  15. package/dist-types/commands/DeclineHandshakeCommand.d.ts +3 -5
  16. package/dist-types/commands/DeleteOrganizationCommand.d.ts +4 -6
  17. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +3 -5
  18. package/dist-types/commands/DeletePolicyCommand.d.ts +5 -6
  19. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -19
  20. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +18 -19
  21. package/dist-types/commands/DescribeAccountCommand.d.ts +3 -5
  22. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +3 -5
  23. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +21 -23
  24. package/dist-types/commands/DescribeHandshakeCommand.d.ts +3 -5
  25. package/dist-types/commands/DescribeOrganizationCommand.d.ts +3 -5
  26. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +3 -5
  27. package/dist-types/commands/DescribePolicyCommand.d.ts +3 -5
  28. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +20 -21
  29. package/dist-types/commands/DetachPolicyCommand.d.ts +20 -20
  30. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +20 -22
  31. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +22 -23
  32. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +21 -23
  33. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +7 -9
  34. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +21 -22
  35. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +24 -25
  36. package/dist-types/commands/LeaveOrganizationCommand.d.ts +28 -26
  37. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +20 -22
  38. package/dist-types/commands/ListAccountsCommand.d.ts +3 -5
  39. package/dist-types/commands/ListAccountsForParentCommand.d.ts +3 -5
  40. package/dist-types/commands/ListChildrenCommand.d.ts +3 -5
  41. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +3 -5
  42. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +18 -19
  43. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +18 -19
  44. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +3 -5
  45. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +3 -5
  46. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +3 -5
  47. package/dist-types/commands/ListParentsCommand.d.ts +3 -5
  48. package/dist-types/commands/ListPoliciesCommand.d.ts +3 -5
  49. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +3 -5
  50. package/dist-types/commands/ListRootsCommand.d.ts +3 -5
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -5
  52. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +3 -5
  53. package/dist-types/commands/MoveAccountCommand.d.ts +3 -5
  54. package/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -19
  55. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +18 -19
  56. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +21 -29
  57. package/dist-types/commands/TagResourceCommand.d.ts +20 -20
  58. package/dist-types/commands/UntagResourceCommand.d.ts +20 -20
  59. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +3 -5
  60. package/dist-types/commands/UpdatePolicyCommand.d.ts +22 -23
  61. package/dist-types/index.d.ts +3 -3
  62. package/dist-types/models/models_0.d.ts +63 -62
  63. package/package.json +1 -1
@@ -72,8 +72,7 @@ export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyR
72
72
  * <p>You don't have permissions to perform the requested operation. The user or role that
73
73
  * is making the request must have at least one IAM permissions policy attached that
74
74
  * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
75
- * <i>IAM User Guide.</i>
76
- * </p>
75
+ * <i>IAM User Guide</i>.</p>
77
76
  *
78
77
  * @throws {@link AWSOrganizationsNotInUseException} (client fault)
79
78
  * <p>Your account isn't a member of an organization. To make this request, you must use the
@@ -193,9 +192,8 @@ export interface ListTargetsForPolicyCommandOutput extends ListTargetsForPolicyR
193
192
  * @throws {@link TooManyRequestsException} (client fault)
194
193
  * <p>You have sent too many requests in too short a period of time. The quota helps protect
195
194
  * against denial-of-service attacks. Try again later.</p>
196
- * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
197
- * <i>Organizations User Guide.</i>
198
- * </p>
195
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
196
+ * <i>Organizations User Guide</i>.</p>
199
197
  *
200
198
  * @throws {@link UnsupportedAPIEndpointException} (client fault)
201
199
  * <p>This action isn't available in the current Amazon Web Services Region.</p>
@@ -53,8 +53,7 @@ export interface MoveAccountCommandOutput extends __MetadataBearer {
53
53
  * <p>You don't have permissions to perform the requested operation. The user or role that
54
54
  * is making the request must have at least one IAM permissions policy attached that
55
55
  * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
56
- * <i>IAM User Guide.</i>
57
- * </p>
56
+ * <i>IAM User Guide</i>.</p>
58
57
  *
59
58
  * @throws {@link AccountNotFoundException} (client fault)
60
59
  * <p> We can't find an Amazon Web Services account with the <code>AccountId</code> that you specified, or
@@ -191,9 +190,8 @@ export interface MoveAccountCommandOutput extends __MetadataBearer {
191
190
  * @throws {@link TooManyRequestsException} (client fault)
192
191
  * <p>You have sent too many requests in too short a period of time. The quota helps protect
193
192
  * against denial-of-service attacks. Try again later.</p>
194
- * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
195
- * <i>Organizations User Guide.</i>
196
- * </p>
193
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
194
+ * <i>Organizations User Guide</i>.</p>
197
195
  *
198
196
  * @throws {@link OrganizationsServiceException}
199
197
  * <p>Base exception class for all service exceptions from Organizations service.</p>
@@ -64,8 +64,7 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
64
64
  * <p>You don't have permissions to perform the requested operation. The user or role that
65
65
  * is making the request must have at least one IAM permissions policy attached that
66
66
  * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
67
- * <i>IAM User Guide.</i>
68
- * </p>
67
+ * <i>IAM User Guide</i>.</p>
69
68
  *
70
69
  * @throws {@link AWSOrganizationsNotInUseException} (client fault)
71
70
  * <p>Your account isn't a member of an organization. To make this request, you must use the
@@ -96,19 +95,20 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
96
95
  * account from the organization that doesn't yet have enough information to exist
97
96
  * as a standalone account. This account requires you to first complete phone
98
97
  * verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
99
- * <i>Organizations User Guide.</i>
100
- * </p>
98
+ * <i>Organizations User Guide</i>.</p>
101
99
  * </li>
102
100
  * <li>
103
101
  * <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
104
102
  * accounts that you can create in one day.</p>
105
103
  * </li>
106
104
  * <li>
107
- * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.</p>
105
+ * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
106
+ * account isn't fully active. You must complete the account setup before you
107
+ * create an organization.</p>
108
108
  * </li>
109
109
  * <li>
110
110
  * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
111
- * of accounts in an organization. If you need more accounts, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
111
+ * of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
112
112
  * request an increase in your limit. </p>
113
113
  * <p>Or the number of invitations that you tried to send would cause you to exceed
114
114
  * the limit of accounts in your organization. Send fewer invitations or contact
@@ -119,11 +119,14 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
119
119
  * <important>
120
120
  * <p>If you get this exception when running a command immediately after
121
121
  * creating the organization, wait one hour and try again. After an hour, if
122
- * the command continues to fail with this error, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services
123
- * Support</a>.</p>
122
+ * the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
124
123
  * </important>
125
124
  * </li>
126
125
  * <li>
126
+ * <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
127
+ * register a suspended account as a delegated administrator.</p>
128
+ * </li>
129
+ * <li>
127
130
  * <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
128
131
  * the management account of the organization as a delegated administrator for an
129
132
  * Amazon Web Services service integrated with Organizations. You can designate only a member account as a
@@ -198,15 +201,13 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
198
201
  * management account must have an associated account in the Amazon Web Services GovCloud
199
202
  * (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
200
203
  * in the
201
- * <i>Amazon Web Services GovCloud User Guide.</i>
202
- * </p>
204
+ * <i>Amazon Web Services GovCloud User Guide</i>.</p>
203
205
  * </li>
204
206
  * <li>
205
207
  * <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
206
208
  * this management account, you first must associate a valid payment instrument,
207
- * such as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
208
- * been provided</a> in the <i>Organizations User Guide.</i>
209
- * </p>
209
+ * such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
210
+ * the <i>Organizations User Guide</i>.</p>
210
211
  * </li>
211
212
  * <li>
212
213
  * <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
@@ -225,9 +226,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
225
226
  * <li>
226
227
  * <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
227
228
  * this member account, you first must associate a valid payment instrument, such
228
- * as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
229
- * been provided</a> in the <i>Organizations User Guide.</i>
230
- * </p>
229
+ * as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
230
+ * the <i>Organizations User Guide</i>.</p>
231
231
  * </li>
232
232
  * <li>
233
233
  * <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
@@ -383,9 +383,8 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
383
383
  * @throws {@link TooManyRequestsException} (client fault)
384
384
  * <p>You have sent too many requests in too short a period of time. The quota helps protect
385
385
  * against denial-of-service attacks. Try again later.</p>
386
- * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
387
- * <i>Organizations User Guide.</i>
388
- * </p>
386
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
387
+ * <i>Organizations User Guide</i>.</p>
389
388
  *
390
389
  * @throws {@link UnsupportedAPIEndpointException} (client fault)
391
390
  * <p>This action isn't available in the current Amazon Web Services Region.</p>
@@ -58,8 +58,7 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB
58
58
  * <p>You don't have permissions to perform the requested operation. The user or role that
59
59
  * is making the request must have at least one IAM permissions policy attached that
60
60
  * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
61
- * <i>IAM User Guide.</i>
62
- * </p>
61
+ * <i>IAM User Guide</i>.</p>
63
62
  *
64
63
  * @throws {@link AccountAlreadyRegisteredException} (client fault)
65
64
  * <p>The specified account is already a delegated administrator for this Amazon Web Services
@@ -99,19 +98,20 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB
99
98
  * account from the organization that doesn't yet have enough information to exist
100
99
  * as a standalone account. This account requires you to first complete phone
101
100
  * verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
102
- * <i>Organizations User Guide.</i>
103
- * </p>
101
+ * <i>Organizations User Guide</i>.</p>
104
102
  * </li>
105
103
  * <li>
106
104
  * <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
107
105
  * accounts that you can create in one day.</p>
108
106
  * </li>
109
107
  * <li>
110
- * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.</p>
108
+ * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
109
+ * account isn't fully active. You must complete the account setup before you
110
+ * create an organization.</p>
111
111
  * </li>
112
112
  * <li>
113
113
  * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
114
- * of accounts in an organization. If you need more accounts, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
114
+ * of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
115
115
  * request an increase in your limit. </p>
116
116
  * <p>Or the number of invitations that you tried to send would cause you to exceed
117
117
  * the limit of accounts in your organization. Send fewer invitations or contact
@@ -122,11 +122,14 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB
122
122
  * <important>
123
123
  * <p>If you get this exception when running a command immediately after
124
124
  * creating the organization, wait one hour and try again. After an hour, if
125
- * the command continues to fail with this error, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services
126
- * Support</a>.</p>
125
+ * the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
127
126
  * </important>
128
127
  * </li>
129
128
  * <li>
129
+ * <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
130
+ * register a suspended account as a delegated administrator.</p>
131
+ * </li>
132
+ * <li>
130
133
  * <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
131
134
  * the management account of the organization as a delegated administrator for an
132
135
  * Amazon Web Services service integrated with Organizations. You can designate only a member account as a
@@ -201,15 +204,13 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB
201
204
  * management account must have an associated account in the Amazon Web Services GovCloud
202
205
  * (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
203
206
  * in the
204
- * <i>Amazon Web Services GovCloud User Guide.</i>
205
- * </p>
207
+ * <i>Amazon Web Services GovCloud User Guide</i>.</p>
206
208
  * </li>
207
209
  * <li>
208
210
  * <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
209
211
  * this management account, you first must associate a valid payment instrument,
210
- * such as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
211
- * been provided</a> in the <i>Organizations User Guide.</i>
212
- * </p>
212
+ * such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
213
+ * the <i>Organizations User Guide</i>.</p>
213
214
  * </li>
214
215
  * <li>
215
216
  * <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
@@ -228,9 +229,8 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB
228
229
  * <li>
229
230
  * <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
230
231
  * this member account, you first must associate a valid payment instrument, such
231
- * as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
232
- * been provided</a> in the <i>Organizations User Guide.</i>
233
- * </p>
232
+ * as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
233
+ * the <i>Organizations User Guide</i>.</p>
234
234
  * </li>
235
235
  * <li>
236
236
  * <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
@@ -386,9 +386,8 @@ export interface RegisterDelegatedAdministratorCommandOutput extends __MetadataB
386
386
  * @throws {@link TooManyRequestsException} (client fault)
387
387
  * <p>You have sent too many requests in too short a period of time. The quota helps protect
388
388
  * against denial-of-service attacks. Try again later.</p>
389
- * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
390
- * <i>Organizations User Guide.</i>
391
- * </p>
389
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
390
+ * <i>Organizations User Guide</i>.</p>
392
391
  *
393
392
  * @throws {@link UnsupportedAPIEndpointException} (client fault)
394
393
  * <p>This action isn't available in the current Amazon Web Services Region.</p>
@@ -36,16 +36,9 @@ export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBe
36
36
  * configured with the information required to operate as a standalone account.
37
37
  * When you create an account in an organization using the Organizations console,
38
38
  * API, or CLI commands, the information required of standalone accounts is
39
- * <i>not</i> automatically collected. For an account that
40
- * you want to make standalone, you must choose a support plan, provide and
41
- * verify the required contact information, and provide a current payment
42
- * method. Amazon Web Services uses the payment method to charge for any billable (not free
43
- * tier) Amazon Web Services activity that occurs while the account isn't attached to an
44
- * organization. To remove an account that doesn't yet have this information,
45
- * you must sign in as the member account and follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info"> To leave an organization when all required account information has not
46
- * yet been provided</a> in the
47
- * <i>Organizations User Guide.</i>
48
- * </p>
39
+ * <i>not</i> automatically collected. For more information,
40
+ * see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a>
41
+ * in the <i>Organizations User Guide</i>.</p>
49
42
  * </li>
50
43
  * <li>
51
44
  * <p>The account that you want to leave must not be a delegated administrator
@@ -86,8 +79,7 @@ export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBe
86
79
  * <p>You don't have permissions to perform the requested operation. The user or role that
87
80
  * is making the request must have at least one IAM permissions policy attached that
88
81
  * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
89
- * <i>IAM User Guide.</i>
90
- * </p>
82
+ * <i>IAM User Guide</i>.</p>
91
83
  *
92
84
  * @throws {@link AccountNotFoundException} (client fault)
93
85
  * <p> We can't find an Amazon Web Services account with the <code>AccountId</code> that you specified, or
@@ -123,19 +115,20 @@ export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBe
123
115
  * account from the organization that doesn't yet have enough information to exist
124
116
  * as a standalone account. This account requires you to first complete phone
125
117
  * verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
126
- * <i>Organizations User Guide.</i>
127
- * </p>
118
+ * <i>Organizations User Guide</i>.</p>
128
119
  * </li>
129
120
  * <li>
130
121
  * <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
131
122
  * accounts that you can create in one day.</p>
132
123
  * </li>
133
124
  * <li>
134
- * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.</p>
125
+ * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
126
+ * account isn't fully active. You must complete the account setup before you
127
+ * create an organization.</p>
135
128
  * </li>
136
129
  * <li>
137
130
  * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
138
- * of accounts in an organization. If you need more accounts, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
131
+ * of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
139
132
  * request an increase in your limit. </p>
140
133
  * <p>Or the number of invitations that you tried to send would cause you to exceed
141
134
  * the limit of accounts in your organization. Send fewer invitations or contact
@@ -146,11 +139,14 @@ export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBe
146
139
  * <important>
147
140
  * <p>If you get this exception when running a command immediately after
148
141
  * creating the organization, wait one hour and try again. After an hour, if
149
- * the command continues to fail with this error, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services
150
- * Support</a>.</p>
142
+ * the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
151
143
  * </important>
152
144
  * </li>
153
145
  * <li>
146
+ * <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
147
+ * register a suspended account as a delegated administrator.</p>
148
+ * </li>
149
+ * <li>
154
150
  * <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
155
151
  * the management account of the organization as a delegated administrator for an
156
152
  * Amazon Web Services service integrated with Organizations. You can designate only a member account as a
@@ -225,15 +221,13 @@ export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBe
225
221
  * management account must have an associated account in the Amazon Web Services GovCloud
226
222
  * (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
227
223
  * in the
228
- * <i>Amazon Web Services GovCloud User Guide.</i>
229
- * </p>
224
+ * <i>Amazon Web Services GovCloud User Guide</i>.</p>
230
225
  * </li>
231
226
  * <li>
232
227
  * <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
233
228
  * this management account, you first must associate a valid payment instrument,
234
- * such as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
235
- * been provided</a> in the <i>Organizations User Guide.</i>
236
- * </p>
229
+ * such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
230
+ * the <i>Organizations User Guide</i>.</p>
237
231
  * </li>
238
232
  * <li>
239
233
  * <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
@@ -252,9 +246,8 @@ export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBe
252
246
  * <li>
253
247
  * <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
254
248
  * this member account, you first must associate a valid payment instrument, such
255
- * as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
256
- * been provided</a> in the <i>Organizations User Guide.</i>
257
- * </p>
249
+ * as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
250
+ * the <i>Organizations User Guide</i>.</p>
258
251
  * </li>
259
252
  * <li>
260
253
  * <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
@@ -415,9 +408,8 @@ export interface RemoveAccountFromOrganizationCommandOutput extends __MetadataBe
415
408
  * @throws {@link TooManyRequestsException} (client fault)
416
409
  * <p>You have sent too many requests in too short a period of time. The quota helps protect
417
410
  * against denial-of-service attacks. Try again later.</p>
418
- * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
419
- * <i>Organizations User Guide.</i>
420
- * </p>
411
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
412
+ * <i>Organizations User Guide</i>.</p>
421
413
  *
422
414
  * @throws {@link OrganizationsServiceException}
423
415
  * <p>Base exception class for all service exceptions from Organizations service.</p>
@@ -39,7 +39,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
39
39
  * <p>Policy (any type)</p>
40
40
  * </li>
41
41
  * </ul>
42
- * <p>This operation can be called only from the organization's management account.</p>
42
+ * <p>This operation can be called only from the organization's
43
+ * management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
43
44
  * @example
44
45
  * Use a bare-bones client and the command you need to make an API call.
45
46
  * ```javascript
@@ -71,8 +72,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
71
72
  * <p>You don't have permissions to perform the requested operation. The user or role that
72
73
  * is making the request must have at least one IAM permissions policy attached that
73
74
  * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
74
- * <i>IAM User Guide.</i>
75
- * </p>
75
+ * <i>IAM User Guide</i>.</p>
76
76
  *
77
77
  * @throws {@link AWSOrganizationsNotInUseException} (client fault)
78
78
  * <p>Your account isn't a member of an organization. To make this request, you must use the
@@ -103,19 +103,20 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
103
103
  * account from the organization that doesn't yet have enough information to exist
104
104
  * as a standalone account. This account requires you to first complete phone
105
105
  * verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
106
- * <i>Organizations User Guide.</i>
107
- * </p>
106
+ * <i>Organizations User Guide</i>.</p>
108
107
  * </li>
109
108
  * <li>
110
109
  * <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
111
110
  * accounts that you can create in one day.</p>
112
111
  * </li>
113
112
  * <li>
114
- * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.</p>
113
+ * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
114
+ * account isn't fully active. You must complete the account setup before you
115
+ * create an organization.</p>
115
116
  * </li>
116
117
  * <li>
117
118
  * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
118
- * of accounts in an organization. If you need more accounts, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
119
+ * of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
119
120
  * request an increase in your limit. </p>
120
121
  * <p>Or the number of invitations that you tried to send would cause you to exceed
121
122
  * the limit of accounts in your organization. Send fewer invitations or contact
@@ -126,11 +127,14 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
126
127
  * <important>
127
128
  * <p>If you get this exception when running a command immediately after
128
129
  * creating the organization, wait one hour and try again. After an hour, if
129
- * the command continues to fail with this error, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services
130
- * Support</a>.</p>
130
+ * the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
131
131
  * </important>
132
132
  * </li>
133
133
  * <li>
134
+ * <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
135
+ * register a suspended account as a delegated administrator.</p>
136
+ * </li>
137
+ * <li>
134
138
  * <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
135
139
  * the management account of the organization as a delegated administrator for an
136
140
  * Amazon Web Services service integrated with Organizations. You can designate only a member account as a
@@ -205,15 +209,13 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
205
209
  * management account must have an associated account in the Amazon Web Services GovCloud
206
210
  * (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
207
211
  * in the
208
- * <i>Amazon Web Services GovCloud User Guide.</i>
209
- * </p>
212
+ * <i>Amazon Web Services GovCloud User Guide</i>.</p>
210
213
  * </li>
211
214
  * <li>
212
215
  * <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
213
216
  * this management account, you first must associate a valid payment instrument,
214
- * such as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
215
- * been provided</a> in the <i>Organizations User Guide.</i>
216
- * </p>
217
+ * such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
218
+ * the <i>Organizations User Guide</i>.</p>
217
219
  * </li>
218
220
  * <li>
219
221
  * <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
@@ -232,9 +234,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
232
234
  * <li>
233
235
  * <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
234
236
  * this member account, you first must associate a valid payment instrument, such
235
- * as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
236
- * been provided</a> in the <i>Organizations User Guide.</i>
237
- * </p>
237
+ * as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
238
+ * the <i>Organizations User Guide</i>.</p>
238
239
  * </li>
239
240
  * <li>
240
241
  * <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
@@ -394,9 +395,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
394
395
  * @throws {@link TooManyRequestsException} (client fault)
395
396
  * <p>You have sent too many requests in too short a period of time. The quota helps protect
396
397
  * against denial-of-service attacks. Try again later.</p>
397
- * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
398
- * <i>Organizations User Guide.</i>
399
- * </p>
398
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
399
+ * <i>Organizations User Guide</i>.</p>
400
400
  *
401
401
  * @throws {@link OrganizationsServiceException}
402
402
  * <p>Base exception class for all service exceptions from Organizations service.</p>
@@ -39,7 +39,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
39
39
  * <p>Policy (any type)</p>
40
40
  * </li>
41
41
  * </ul>
42
- * <p>This operation can be called only from the organization's management account.</p>
42
+ * <p>This operation can be called only from the organization's
43
+ * management account or by a member account that is a delegated administrator for an Amazon Web Services service.</p>
43
44
  * @example
44
45
  * Use a bare-bones client and the command you need to make an API call.
45
46
  * ```javascript
@@ -68,8 +69,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
68
69
  * <p>You don't have permissions to perform the requested operation. The user or role that
69
70
  * is making the request must have at least one IAM permissions policy attached that
70
71
  * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
71
- * <i>IAM User Guide.</i>
72
- * </p>
72
+ * <i>IAM User Guide</i>.</p>
73
73
  *
74
74
  * @throws {@link AWSOrganizationsNotInUseException} (client fault)
75
75
  * <p>Your account isn't a member of an organization. To make this request, you must use the
@@ -100,19 +100,20 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
100
100
  * account from the organization that doesn't yet have enough information to exist
101
101
  * as a standalone account. This account requires you to first complete phone
102
102
  * verification. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#orgs_manage_accounts_remove-from-master">Removing a member account from your organization</a> in the
103
- * <i>Organizations User Guide.</i>
104
- * </p>
103
+ * <i>Organizations User Guide</i>.</p>
105
104
  * </li>
106
105
  * <li>
107
106
  * <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
108
107
  * accounts that you can create in one day.</p>
109
108
  * </li>
110
109
  * <li>
111
- * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your account isn't fully active. You must complete the account setup before you create an organization.</p>
110
+ * <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
111
+ * account isn't fully active. You must complete the account setup before you
112
+ * create an organization.</p>
112
113
  * </li>
113
114
  * <li>
114
115
  * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
115
- * of accounts in an organization. If you need more accounts, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
116
+ * of accounts in an organization. If you need more accounts, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a> to
116
117
  * request an increase in your limit. </p>
117
118
  * <p>Or the number of invitations that you tried to send would cause you to exceed
118
119
  * the limit of accounts in your organization. Send fewer invitations or contact
@@ -123,11 +124,14 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
123
124
  * <important>
124
125
  * <p>If you get this exception when running a command immediately after
125
126
  * creating the organization, wait one hour and try again. After an hour, if
126
- * the command continues to fail with this error, contact <a href="https://docs.aws.amazon.com/support/home#/">Amazon Web Services
127
- * Support</a>.</p>
127
+ * the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
128
128
  * </important>
129
129
  * </li>
130
130
  * <li>
131
+ * <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
132
+ * register a suspended account as a delegated administrator.</p>
133
+ * </li>
134
+ * <li>
131
135
  * <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
132
136
  * the management account of the organization as a delegated administrator for an
133
137
  * Amazon Web Services service integrated with Organizations. You can designate only a member account as a
@@ -202,15 +206,13 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
202
206
  * management account must have an associated account in the Amazon Web Services GovCloud
203
207
  * (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
204
208
  * in the
205
- * <i>Amazon Web Services GovCloud User Guide.</i>
206
- * </p>
209
+ * <i>Amazon Web Services GovCloud User Guide</i>.</p>
207
210
  * </li>
208
211
  * <li>
209
212
  * <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
210
213
  * this management account, you first must associate a valid payment instrument,
211
- * such as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
212
- * been provided</a> in the <i>Organizations User Guide.</i>
213
- * </p>
214
+ * such as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
215
+ * the <i>Organizations User Guide</i>.</p>
214
216
  * </li>
215
217
  * <li>
216
218
  * <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
@@ -229,9 +231,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
229
231
  * <li>
230
232
  * <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
231
233
  * this member account, you first must associate a valid payment instrument, such
232
- * as a credit card, with the account. Follow the steps at <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info">To leave an organization when all required account information has not yet
233
- * been provided</a> in the <i>Organizations User Guide.</i>
234
- * </p>
234
+ * as a credit card, with the account. For more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_account-before-remove.html">Considerations before removing an account from an organization</a> in
235
+ * the <i>Organizations User Guide</i>.</p>
235
236
  * </li>
236
237
  * <li>
237
238
  * <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
@@ -391,9 +392,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
391
392
  * @throws {@link TooManyRequestsException} (client fault)
392
393
  * <p>You have sent too many requests in too short a period of time. The quota helps protect
393
394
  * against denial-of-service attacks. Try again later.</p>
394
- * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
395
- * <i>Organizations User Guide.</i>
396
- * </p>
395
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
396
+ * <i>Organizations User Guide</i>.</p>
397
397
  *
398
398
  * @throws {@link OrganizationsServiceException}
399
399
  * <p>Base exception class for all service exceptions from Organizations service.</p>
@@ -59,8 +59,7 @@ export interface UpdateOrganizationalUnitCommandOutput extends UpdateOrganizatio
59
59
  * <p>You don't have permissions to perform the requested operation. The user or role that
60
60
  * is making the request must have at least one IAM permissions policy attached that
61
61
  * grants the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
62
- * <i>IAM User Guide.</i>
63
- * </p>
62
+ * <i>IAM User Guide</i>.</p>
64
63
  *
65
64
  * @throws {@link AWSOrganizationsNotInUseException} (client fault)
66
65
  * <p>Your account isn't a member of an organization. To make this request, you must use the
@@ -188,9 +187,8 @@ export interface UpdateOrganizationalUnitCommandOutput extends UpdateOrganizatio
188
187
  * @throws {@link TooManyRequestsException} (client fault)
189
188
  * <p>You have sent too many requests in too short a period of time. The quota helps protect
190
189
  * against denial-of-service attacks. Try again later.</p>
191
- * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a>in the
192
- * <i>Organizations User Guide.</i>
193
- * </p>
190
+ * <p>For information about quotas that affect Organizations, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html">Quotas for Organizations</a> in the
191
+ * <i>Organizations User Guide</i>.</p>
194
192
  *
195
193
  * @throws {@link OrganizationsServiceException}
196
194
  * <p>Base exception class for all service exceptions from Organizations service.</p>