@aws-sdk/client-organizations 3.714.0 → 3.721.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.
- package/dist-cjs/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/AttachPolicyCommand.d.ts +5 -0
- package/dist-types/commands/CloseAccountCommand.d.ts +5 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +5 -0
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +5 -0
- package/dist-types/commands/CreateOrganizationCommand.d.ts +5 -0
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +5 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +5 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +5 -0
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +5 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +5 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +5 -0
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +5 -0
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +5 -0
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +5 -0
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +200 -0
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +5 -0
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +5 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +5 -0
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +5 -0
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +5 -0
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +5 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +5 -0
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +5 -0
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +5 -0
- package/dist-types/commands/TagResourceCommand.d.ts +5 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +5 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -759,6 +759,7 @@ var ConstraintViolationExceptionReason = {
|
|
|
759
759
|
ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE",
|
|
760
760
|
ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
|
|
761
761
|
ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
762
|
+
ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED",
|
|
762
763
|
CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT",
|
|
763
764
|
CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
|
|
764
765
|
CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR",
|
|
@@ -317,6 +317,7 @@ export const ConstraintViolationExceptionReason = {
|
|
|
317
317
|
ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE",
|
|
318
318
|
ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
|
|
319
319
|
ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
|
|
320
|
+
ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED",
|
|
320
321
|
CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT",
|
|
321
322
|
CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
|
|
322
323
|
CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR",
|
|
@@ -154,6 +154,11 @@ declare const AttachPolicyCommand_base: {
|
|
|
154
154
|
* </important>
|
|
155
155
|
* </li>
|
|
156
156
|
* <li>
|
|
157
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
158
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
159
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
160
|
+
* </li>
|
|
161
|
+
* <li>
|
|
157
162
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
158
163
|
* register a suspended account as a delegated administrator.</p>
|
|
159
164
|
* </li>
|
|
@@ -170,6 +170,11 @@ declare const CloseAccountCommand_base: {
|
|
|
170
170
|
* </important>
|
|
171
171
|
* </li>
|
|
172
172
|
* <li>
|
|
173
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
174
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
175
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
176
|
+
* </li>
|
|
177
|
+
* <li>
|
|
173
178
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
174
179
|
* register a suspended account as a delegated administrator.</p>
|
|
175
180
|
* </li>
|
|
@@ -203,6 +203,11 @@ declare const CreateAccountCommand_base: {
|
|
|
203
203
|
* </important>
|
|
204
204
|
* </li>
|
|
205
205
|
* <li>
|
|
206
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
207
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
208
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
209
|
+
* </li>
|
|
210
|
+
* <li>
|
|
206
211
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
207
212
|
* register a suspended account as a delegated administrator.</p>
|
|
208
213
|
* </li>
|
|
@@ -257,6 +257,11 @@ declare const CreateGovCloudAccountCommand_base: {
|
|
|
257
257
|
* </important>
|
|
258
258
|
* </li>
|
|
259
259
|
* <li>
|
|
260
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
261
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
262
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
263
|
+
* </li>
|
|
264
|
+
* <li>
|
|
260
265
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
261
266
|
* register a suspended account as a delegated administrator.</p>
|
|
262
267
|
* </li>
|
|
@@ -143,6 +143,11 @@ declare const CreateOrganizationCommand_base: {
|
|
|
143
143
|
* </important>
|
|
144
144
|
* </li>
|
|
145
145
|
* <li>
|
|
146
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
147
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
148
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
149
|
+
* </li>
|
|
150
|
+
* <li>
|
|
146
151
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
147
152
|
* register a suspended account as a delegated administrator.</p>
|
|
148
153
|
* </li>
|
|
@@ -134,6 +134,11 @@ declare const CreateOrganizationalUnitCommand_base: {
|
|
|
134
134
|
* </important>
|
|
135
135
|
* </li>
|
|
136
136
|
* <li>
|
|
137
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
138
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
139
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
140
|
+
* </li>
|
|
141
|
+
* <li>
|
|
137
142
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
138
143
|
* register a suspended account as a delegated administrator.</p>
|
|
139
144
|
* </li>
|
|
@@ -140,6 +140,11 @@ declare const CreatePolicyCommand_base: {
|
|
|
140
140
|
* </important>
|
|
141
141
|
* </li>
|
|
142
142
|
* <li>
|
|
143
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
144
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
145
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
146
|
+
* </li>
|
|
147
|
+
* <li>
|
|
143
148
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
144
149
|
* register a suspended account as a delegated administrator.</p>
|
|
145
150
|
* </li>
|
|
@@ -110,6 +110,11 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
110
110
|
* </important>
|
|
111
111
|
* </li>
|
|
112
112
|
* <li>
|
|
113
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
114
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
115
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
116
|
+
* </li>
|
|
117
|
+
* <li>
|
|
113
118
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
114
119
|
* register a suspended account as a delegated administrator.</p>
|
|
115
120
|
* </li>
|
|
@@ -134,6 +134,11 @@ declare const DeregisterDelegatedAdministratorCommand_base: {
|
|
|
134
134
|
* </important>
|
|
135
135
|
* </li>
|
|
136
136
|
* <li>
|
|
137
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
138
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
139
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
140
|
+
* </li>
|
|
141
|
+
* <li>
|
|
137
142
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
138
143
|
* register a suspended account as a delegated administrator.</p>
|
|
139
144
|
* </li>
|
|
@@ -125,6 +125,11 @@ declare const DescribeEffectivePolicyCommand_base: {
|
|
|
125
125
|
* </important>
|
|
126
126
|
* </li>
|
|
127
127
|
* <li>
|
|
128
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
129
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
130
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
131
|
+
* </li>
|
|
132
|
+
* <li>
|
|
128
133
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
129
134
|
* register a suspended account as a delegated administrator.</p>
|
|
130
135
|
* </li>
|
|
@@ -116,6 +116,11 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
116
116
|
* </important>
|
|
117
117
|
* </li>
|
|
118
118
|
* <li>
|
|
119
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
120
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
121
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
122
|
+
* </li>
|
|
123
|
+
* <li>
|
|
119
124
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
120
125
|
* register a suspended account as a delegated administrator.</p>
|
|
121
126
|
* </li>
|
|
@@ -128,6 +128,11 @@ declare const DetachPolicyCommand_base: {
|
|
|
128
128
|
* </important>
|
|
129
129
|
* </li>
|
|
130
130
|
* <li>
|
|
131
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
132
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
133
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
134
|
+
* </li>
|
|
135
|
+
* <li>
|
|
131
136
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
132
137
|
* register a suspended account as a delegated administrator.</p>
|
|
133
138
|
* </li>
|
|
@@ -166,6 +166,11 @@ declare const DisableAWSServiceAccessCommand_base: {
|
|
|
166
166
|
* </important>
|
|
167
167
|
* </li>
|
|
168
168
|
* <li>
|
|
169
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
170
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
171
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
172
|
+
* </li>
|
|
173
|
+
* <li>
|
|
169
174
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
170
175
|
* register a suspended account as a delegated administrator.</p>
|
|
171
176
|
* </li>
|
|
@@ -136,6 +136,11 @@ declare const DisablePolicyTypeCommand_base: {
|
|
|
136
136
|
* </important>
|
|
137
137
|
* </li>
|
|
138
138
|
* <li>
|
|
139
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
140
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
141
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
142
|
+
* </li>
|
|
143
|
+
* <li>
|
|
139
144
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
140
145
|
* register a suspended account as a delegated administrator.</p>
|
|
141
146
|
* </li>
|
|
@@ -131,6 +131,11 @@ declare const EnableAWSServiceAccessCommand_base: {
|
|
|
131
131
|
* </important>
|
|
132
132
|
* </li>
|
|
133
133
|
* <li>
|
|
134
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
135
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
136
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
137
|
+
* </li>
|
|
138
|
+
* <li>
|
|
134
139
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
135
140
|
* register a suspended account as a delegated administrator.</p>
|
|
136
141
|
* </li>
|
|
@@ -113,6 +113,206 @@ declare const EnableAllFeaturesCommand_base: {
|
|
|
113
113
|
* <p>The target of the operation is currently being modified by a different request. Try
|
|
114
114
|
* again later.</p>
|
|
115
115
|
*
|
|
116
|
+
* @throws {@link ConstraintViolationException} (client fault)
|
|
117
|
+
* <p>Performing this operation violates a minimum or maximum value limit. For example,
|
|
118
|
+
* attempting to remove the last service control policy (SCP) from an OU or root, inviting
|
|
119
|
+
* or creating too many accounts to the organization, or attaching too many policies to an
|
|
120
|
+
* account, OU, or root. This exception includes a reason that contains additional
|
|
121
|
+
* information about the violated limit:</p>
|
|
122
|
+
* <note>
|
|
123
|
+
* <p>Some of the reasons in the following list might not be applicable to this specific
|
|
124
|
+
* API or operation.</p>
|
|
125
|
+
* </note>
|
|
126
|
+
* <ul>
|
|
127
|
+
* <li>
|
|
128
|
+
* <p>ACCOUNT_CANNOT_LEAVE_ORGANIZATION: You attempted to remove the management
|
|
129
|
+
* account from the organization. You can't remove the management account. Instead,
|
|
130
|
+
* after you remove all member accounts, delete the organization itself.</p>
|
|
131
|
+
* </li>
|
|
132
|
+
* <li>
|
|
133
|
+
* <p>ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an
|
|
134
|
+
* account from the organization that doesn't yet have enough information to exist
|
|
135
|
+
* as a standalone account. This account requires you to first complete phone
|
|
136
|
+
* 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
|
|
137
|
+
* <i>Organizations User Guide</i>.</p>
|
|
138
|
+
* </li>
|
|
139
|
+
* <li>
|
|
140
|
+
* <p>ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
|
|
141
|
+
* accounts that you can create in one day.</p>
|
|
142
|
+
* </li>
|
|
143
|
+
* <li>
|
|
144
|
+
* <p>ACCOUNT_CREATION_NOT_COMPLETE: Your account setup isn't complete or your
|
|
145
|
+
* account isn't fully active. You must complete the account setup before you
|
|
146
|
+
* create an organization.</p>
|
|
147
|
+
* </li>
|
|
148
|
+
* <li>
|
|
149
|
+
* <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
|
|
150
|
+
* 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
|
|
151
|
+
* request an increase in your limit. </p>
|
|
152
|
+
* <p>Or the number of invitations that you tried to send would cause you to exceed
|
|
153
|
+
* the limit of accounts in your organization. Send fewer invitations or contact
|
|
154
|
+
* Amazon Web Services Support to request an increase in the number of accounts.</p>
|
|
155
|
+
* <note>
|
|
156
|
+
* <p>Deleted and closed accounts still count toward your limit.</p>
|
|
157
|
+
* </note>
|
|
158
|
+
* <important>
|
|
159
|
+
* <p>If you get this exception when running a command immediately after
|
|
160
|
+
* creating the organization, wait one hour and try again. After an hour, if
|
|
161
|
+
* the command continues to fail with this error, contact <a href="https://console.aws.amazon.com/support/home#/">Amazon Web Services Support</a>.</p>
|
|
162
|
+
* </important>
|
|
163
|
+
* </li>
|
|
164
|
+
* <li>
|
|
165
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
166
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
167
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
168
|
+
* </li>
|
|
169
|
+
* <li>
|
|
170
|
+
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
171
|
+
* register a suspended account as a delegated administrator.</p>
|
|
172
|
+
* </li>
|
|
173
|
+
* <li>
|
|
174
|
+
* <p>CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: You attempted to register
|
|
175
|
+
* the management account of the organization as a delegated administrator for an
|
|
176
|
+
* Amazon Web Services service integrated with Organizations. You can designate only a member account as a
|
|
177
|
+
* delegated administrator.</p>
|
|
178
|
+
* </li>
|
|
179
|
+
* <li>
|
|
180
|
+
* <p>CANNOT_CLOSE_MANAGEMENT_ACCOUNT: You attempted to close the management
|
|
181
|
+
* account. To close the management account for the organization, you must first
|
|
182
|
+
* either remove or close all member accounts in the organization. Follow standard
|
|
183
|
+
* account closure process using root credentials. </p>
|
|
184
|
+
* </li>
|
|
185
|
+
* <li>
|
|
186
|
+
* <p>CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG: You attempted to remove an
|
|
187
|
+
* account that is registered as a delegated administrator for a service integrated
|
|
188
|
+
* with your organization. To complete this operation, you must first deregister
|
|
189
|
+
* this account as a delegated administrator. </p>
|
|
190
|
+
* </li>
|
|
191
|
+
* <li>
|
|
192
|
+
* <p>CLOSE_ACCOUNT_QUOTA_EXCEEDED: You have exceeded close account quota for the
|
|
193
|
+
* past 30 days. </p>
|
|
194
|
+
* </li>
|
|
195
|
+
* <li>
|
|
196
|
+
* <p>CLOSE_ACCOUNT_REQUESTS_LIMIT_EXCEEDED: You attempted to exceed the number of
|
|
197
|
+
* accounts that you can close at a time. </p>
|
|
198
|
+
* </li>
|
|
199
|
+
* <li>
|
|
200
|
+
* <p>CREATE_ORGANIZATION_IN_BILLING_MODE_UNSUPPORTED_REGION: To create an
|
|
201
|
+
* organization in the specified region, you must enable all features mode.</p>
|
|
202
|
+
* </li>
|
|
203
|
+
* <li>
|
|
204
|
+
* <p>DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE: You attempted to register an
|
|
205
|
+
* Amazon Web Services account as a delegated administrator for an Amazon Web Services service that already has
|
|
206
|
+
* a delegated administrator. To complete this operation, you must first deregister
|
|
207
|
+
* any existing delegated administrators for this service.</p>
|
|
208
|
+
* </li>
|
|
209
|
+
* <li>
|
|
210
|
+
* <p>EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for
|
|
211
|
+
* a limited period of time. You must resubmit the request and generate a new
|
|
212
|
+
* verfication code.</p>
|
|
213
|
+
* </li>
|
|
214
|
+
* <li>
|
|
215
|
+
* <p>HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
|
|
216
|
+
* handshakes that you can send in one day.</p>
|
|
217
|
+
* </li>
|
|
218
|
+
* <li>
|
|
219
|
+
* <p>INVALID_PAYMENT_INSTRUMENT: You cannot remove an account because no supported
|
|
220
|
+
* payment method is associated with the account. Amazon Web Services does not support cards
|
|
221
|
+
* issued by financial institutions in Russia or Belarus. For more information, see
|
|
222
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-general.html">Managing your
|
|
223
|
+
* Amazon Web Services payments</a>.</p>
|
|
224
|
+
* </li>
|
|
225
|
+
* <li>
|
|
226
|
+
* <p>MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in
|
|
227
|
+
* this organization, you first must migrate the organization's management account
|
|
228
|
+
* to the marketplace that corresponds to the management account's address. All
|
|
229
|
+
* accounts in an organization must be associated with the same marketplace.</p>
|
|
230
|
+
* </li>
|
|
231
|
+
* <li>
|
|
232
|
+
* <p>MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE: Applies only to the Amazon Web Services Regions in
|
|
233
|
+
* China. To create an organization, the master must have a valid business license.
|
|
234
|
+
* For more information, contact customer support.</p>
|
|
235
|
+
* </li>
|
|
236
|
+
* <li>
|
|
237
|
+
* <p>MASTER_ACCOUNT_MISSING_CONTACT_INFO: To complete this operation, you must
|
|
238
|
+
* first provide a valid contact address and phone number for the management
|
|
239
|
+
* account. Then try the operation again.</p>
|
|
240
|
+
* </li>
|
|
241
|
+
* <li>
|
|
242
|
+
* <p>MASTER_ACCOUNT_NOT_GOVCLOUD_ENABLED: To complete this operation, the
|
|
243
|
+
* management account must have an associated account in the Amazon Web Services GovCloud
|
|
244
|
+
* (US-West) Region. For more information, see <a href="https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-organizations.html">Organizations</a>
|
|
245
|
+
* in the
|
|
246
|
+
* <i>Amazon Web Services GovCloud User Guide</i>.</p>
|
|
247
|
+
* </li>
|
|
248
|
+
* <li>
|
|
249
|
+
* <p>MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with
|
|
250
|
+
* this management account, you first must associate a valid payment instrument,
|
|
251
|
+
* 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
|
|
252
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
253
|
+
* </li>
|
|
254
|
+
* <li>
|
|
255
|
+
* <p>MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED: You attempted to
|
|
256
|
+
* register more delegated administrators than allowed for the service principal.
|
|
257
|
+
* </p>
|
|
258
|
+
* </li>
|
|
259
|
+
* <li>
|
|
260
|
+
* <p>MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number
|
|
261
|
+
* of policies of a certain type that can be attached to an entity at one
|
|
262
|
+
* time.</p>
|
|
263
|
+
* </li>
|
|
264
|
+
* <li>
|
|
265
|
+
* <p>MAX_TAG_LIMIT_EXCEEDED: You have exceeded the number of tags allowed on this
|
|
266
|
+
* resource. </p>
|
|
267
|
+
* </li>
|
|
268
|
+
* <li>
|
|
269
|
+
* <p>MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with
|
|
270
|
+
* this member account, you first must associate a valid payment instrument, such
|
|
271
|
+
* 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
|
|
272
|
+
* the <i>Organizations User Guide</i>.</p>
|
|
273
|
+
* </li>
|
|
274
|
+
* <li>
|
|
275
|
+
* <p>MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy
|
|
276
|
+
* from an entity that would cause the entity to have fewer than the minimum number
|
|
277
|
+
* of policies of a certain type required.</p>
|
|
278
|
+
* </li>
|
|
279
|
+
* <li>
|
|
280
|
+
* <p>ORGANIZATION_NOT_IN_ALL_FEATURES_MODE: You attempted to perform an operation
|
|
281
|
+
* that requires the organization to be configured to support all features. An
|
|
282
|
+
* organization that supports only consolidated billing features can't perform this
|
|
283
|
+
* operation.</p>
|
|
284
|
+
* </li>
|
|
285
|
+
* <li>
|
|
286
|
+
* <p>OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an OU tree that is too many
|
|
287
|
+
* levels deep.</p>
|
|
288
|
+
* </li>
|
|
289
|
+
* <li>
|
|
290
|
+
* <p>OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of OUs that you
|
|
291
|
+
* can have in an organization.</p>
|
|
292
|
+
* </li>
|
|
293
|
+
* <li>
|
|
294
|
+
* <p>POLICY_CONTENT_LIMIT_EXCEEDED: You attempted to create a policy that is larger
|
|
295
|
+
* than the maximum size.</p>
|
|
296
|
+
* </li>
|
|
297
|
+
* <li>
|
|
298
|
+
* <p>POLICY_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of policies
|
|
299
|
+
* that you can have in an organization.</p>
|
|
300
|
+
* </li>
|
|
301
|
+
* <li>
|
|
302
|
+
* <p>SERVICE_ACCESS_NOT_ENABLED: You attempted to register a delegated
|
|
303
|
+
* administrator before you enabled service access. Call the
|
|
304
|
+
* <code>EnableAWSServiceAccess</code> API first.</p>
|
|
305
|
+
* </li>
|
|
306
|
+
* <li>
|
|
307
|
+
* <p>TAG_POLICY_VIOLATION: You attempted to create or update a resource with tags
|
|
308
|
+
* that are not compliant with the tag policy requirements for this account.</p>
|
|
309
|
+
* </li>
|
|
310
|
+
* <li>
|
|
311
|
+
* <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at least seven days after the account was created.
|
|
312
|
+
* Invited accounts aren't subject to this waiting period.</p>
|
|
313
|
+
* </li>
|
|
314
|
+
* </ul>
|
|
315
|
+
*
|
|
116
316
|
* @throws {@link HandshakeConstraintViolationException} (client fault)
|
|
117
317
|
* <p>The requested operation would violate the constraint identified in the reason
|
|
118
318
|
* code.</p>
|
|
@@ -136,6 +136,11 @@ declare const EnablePolicyTypeCommand_base: {
|
|
|
136
136
|
* </important>
|
|
137
137
|
* </li>
|
|
138
138
|
* <li>
|
|
139
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
140
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
141
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
142
|
+
* </li>
|
|
143
|
+
* <li>
|
|
139
144
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
140
145
|
* register a suspended account as a delegated administrator.</p>
|
|
141
146
|
* </li>
|
|
@@ -181,6 +181,11 @@ declare const InviteAccountToOrganizationCommand_base: {
|
|
|
181
181
|
* </important>
|
|
182
182
|
* </li>
|
|
183
183
|
* <li>
|
|
184
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
185
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
186
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
187
|
+
* </li>
|
|
188
|
+
* <li>
|
|
184
189
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
185
190
|
* register a suspended account as a delegated administrator.</p>
|
|
186
191
|
* </li>
|
|
@@ -180,6 +180,11 @@ declare const LeaveOrganizationCommand_base: {
|
|
|
180
180
|
* </important>
|
|
181
181
|
* </li>
|
|
182
182
|
* <li>
|
|
183
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
184
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
185
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
186
|
+
* </li>
|
|
187
|
+
* <li>
|
|
183
188
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
184
189
|
* register a suspended account as a delegated administrator.</p>
|
|
185
190
|
* </li>
|
|
@@ -124,6 +124,11 @@ declare const ListAWSServiceAccessForOrganizationCommand_base: {
|
|
|
124
124
|
* </important>
|
|
125
125
|
* </li>
|
|
126
126
|
* <li>
|
|
127
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
128
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
129
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
130
|
+
* </li>
|
|
131
|
+
* <li>
|
|
127
132
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
128
133
|
* register a suspended account as a delegated administrator.</p>
|
|
129
134
|
* </li>
|
|
@@ -127,6 +127,11 @@ declare const ListDelegatedAdministratorsCommand_base: {
|
|
|
127
127
|
* </important>
|
|
128
128
|
* </li>
|
|
129
129
|
* <li>
|
|
130
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
131
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
132
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
133
|
+
* </li>
|
|
134
|
+
* <li>
|
|
130
135
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
131
136
|
* register a suspended account as a delegated administrator.</p>
|
|
132
137
|
* </li>
|
|
@@ -129,6 +129,11 @@ declare const ListDelegatedServicesForAccountCommand_base: {
|
|
|
129
129
|
* </important>
|
|
130
130
|
* </li>
|
|
131
131
|
* <li>
|
|
132
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
133
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
134
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
135
|
+
* </li>
|
|
136
|
+
* <li>
|
|
132
137
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
133
138
|
* register a suspended account as a delegated administrator.</p>
|
|
134
139
|
* </li>
|
|
@@ -127,6 +127,11 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
127
127
|
* </important>
|
|
128
128
|
* </li>
|
|
129
129
|
* <li>
|
|
130
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
131
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
132
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
133
|
+
* </li>
|
|
134
|
+
* <li>
|
|
130
135
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
131
136
|
* register a suspended account as a delegated administrator.</p>
|
|
132
137
|
* </li>
|
|
@@ -130,6 +130,11 @@ declare const RegisterDelegatedAdministratorCommand_base: {
|
|
|
130
130
|
* </important>
|
|
131
131
|
* </li>
|
|
132
132
|
* <li>
|
|
133
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
134
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
135
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
136
|
+
* </li>
|
|
137
|
+
* <li>
|
|
133
138
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
134
139
|
* register a suspended account as a delegated administrator.</p>
|
|
135
140
|
* </li>
|
|
@@ -147,6 +147,11 @@ declare const RemoveAccountFromOrganizationCommand_base: {
|
|
|
147
147
|
* </important>
|
|
148
148
|
* </li>
|
|
149
149
|
* <li>
|
|
150
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
151
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
152
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
153
|
+
* </li>
|
|
154
|
+
* <li>
|
|
150
155
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
151
156
|
* register a suspended account as a delegated administrator.</p>
|
|
152
157
|
* </li>
|
|
@@ -135,6 +135,11 @@ declare const TagResourceCommand_base: {
|
|
|
135
135
|
* </important>
|
|
136
136
|
* </li>
|
|
137
137
|
* <li>
|
|
138
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
139
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
140
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
141
|
+
* </li>
|
|
142
|
+
* <li>
|
|
138
143
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
139
144
|
* register a suspended account as a delegated administrator.</p>
|
|
140
145
|
* </li>
|
|
@@ -132,6 +132,11 @@ declare const UntagResourceCommand_base: {
|
|
|
132
132
|
* </important>
|
|
133
133
|
* </li>
|
|
134
134
|
* <li>
|
|
135
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
136
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
137
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
138
|
+
* </li>
|
|
139
|
+
* <li>
|
|
135
140
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
136
141
|
* register a suspended account as a delegated administrator.</p>
|
|
137
142
|
* </li>
|
|
@@ -131,6 +131,11 @@ declare const UpdatePolicyCommand_base: {
|
|
|
131
131
|
* </important>
|
|
132
132
|
* </li>
|
|
133
133
|
* <li>
|
|
134
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
135
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
136
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
137
|
+
* </li>
|
|
138
|
+
* <li>
|
|
134
139
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
135
140
|
* register a suspended account as a delegated administrator.</p>
|
|
136
141
|
* </li>
|
|
@@ -700,6 +700,7 @@ export declare const ConstraintViolationExceptionReason: {
|
|
|
700
700
|
readonly ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE";
|
|
701
701
|
readonly ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED";
|
|
702
702
|
readonly ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
|
|
703
|
+
readonly ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED";
|
|
703
704
|
readonly CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT";
|
|
704
705
|
readonly CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR";
|
|
705
706
|
readonly CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR";
|
|
@@ -783,6 +784,11 @@ export type ConstraintViolationExceptionReason = (typeof ConstraintViolationExce
|
|
|
783
784
|
* </important>
|
|
784
785
|
* </li>
|
|
785
786
|
* <li>
|
|
787
|
+
* <p>ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED:
|
|
788
|
+
* Your organization has more than 5000 accounts, and you can only use the standard migration process for organizations with less than 5000 accounts.
|
|
789
|
+
* Use the assisted migration process to enable all features mode, or create a support case for assistance if you are unable to use assisted migration.</p>
|
|
790
|
+
* </li>
|
|
791
|
+
* <li>
|
|
786
792
|
* <p>CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: You cannot
|
|
787
793
|
* register a suspended account as a delegated administrator.</p>
|
|
788
794
|
* </li>
|
|
@@ -290,6 +290,7 @@ export declare const ConstraintViolationExceptionReason: {
|
|
|
290
290
|
readonly ACCOUNT_CREATION_NOT_COMPLETE: "ACCOUNT_CREATION_NOT_COMPLETE";
|
|
291
291
|
readonly ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED";
|
|
292
292
|
readonly ACCOUNT_NUMBER_LIMIT_EXCEEDED: "ACCOUNT_NUMBER_LIMIT_EXCEEDED";
|
|
293
|
+
readonly ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED: "ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED";
|
|
293
294
|
readonly CANNOT_CLOSE_MANAGEMENT_ACCOUNT: "CANNOT_CLOSE_MANAGEMENT_ACCOUNT";
|
|
294
295
|
readonly CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR";
|
|
295
296
|
readonly CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR: "CANNOT_REGISTER_SUSPENDED_ACCOUNT_AS_DELEGATED_ADMINISTRATOR";
|
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.
|
|
4
|
+
"version": "3.721.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-organizations",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.721.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.721.0",
|
|
25
|
+
"@aws-sdk/core": "3.716.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.721.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.714.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
32
32
|
"@aws-sdk/types": "3.714.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.714.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|
|
39
39
|
"@smithy/hash-node": "^3.0.11",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.11",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.13",
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.6",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.31",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.11",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.11",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.12",
|
|
47
47
|
"@smithy/node-http-handler": "^3.3.2",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.8",
|
|
49
|
-
"@smithy/smithy-client": "^3.5.
|
|
49
|
+
"@smithy/smithy-client": "^3.5.1",
|
|
50
50
|
"@smithy/types": "^3.7.2",
|
|
51
51
|
"@smithy/url-parser": "^3.0.11",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.31",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.31",
|
|
57
57
|
"@smithy/util-endpoints": "^2.1.7",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.11",
|
|
59
59
|
"@smithy/util-retry": "^3.0.11",
|