@aws-sdk/client-organizations 3.936.0 → 3.937.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 (97) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +462 -69
  3. package/dist-es/Organizations.js +12 -0
  4. package/dist-es/commands/DescribeResponsibilityTransferCommand.js +16 -0
  5. package/dist-es/commands/InviteOrganizationToTransferResponsibilityCommand.js +16 -0
  6. package/dist-es/commands/ListInboundResponsibilityTransfersCommand.js +16 -0
  7. package/dist-es/commands/ListOutboundResponsibilityTransfersCommand.js +16 -0
  8. package/dist-es/commands/TerminateResponsibilityTransferCommand.js +16 -0
  9. package/dist-es/commands/UpdateResponsibilityTransferCommand.js +16 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/enums.js +81 -39
  12. package/dist-es/models/errors.js +72 -30
  13. package/dist-es/schemas/schemas_0.js +221 -1
  14. package/dist-types/Organizations.d.ts +42 -0
  15. package/dist-types/OrganizationsClient.d.ts +8 -2
  16. package/dist-types/commands/AcceptHandshakeCommand.d.ts +334 -32
  17. package/dist-types/commands/AttachPolicyCommand.d.ts +74 -3
  18. package/dist-types/commands/CancelHandshakeCommand.d.ts +45 -9
  19. package/dist-types/commands/CloseAccountCommand.d.ts +68 -1
  20. package/dist-types/commands/CreateAccountCommand.d.ts +69 -2
  21. package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +68 -1
  22. package/dist-types/commands/CreateOrganizationCommand.d.ts +69 -2
  23. package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +69 -2
  24. package/dist-types/commands/CreatePolicyCommand.d.ts +71 -5
  25. package/dist-types/commands/DeclineHandshakeCommand.d.ts +45 -10
  26. package/dist-types/commands/DeleteOrganizationCommand.d.ts +284 -0
  27. package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +38 -1
  28. package/dist-types/commands/DeletePolicyCommand.d.ts +38 -2
  29. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +32 -2
  30. package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +69 -2
  31. package/dist-types/commands/DescribeAccountCommand.d.ts +38 -2
  32. package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +38 -2
  33. package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +71 -4
  34. package/dist-types/commands/DescribeHandshakeCommand.d.ts +45 -10
  35. package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -2
  36. package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +38 -2
  37. package/dist-types/commands/DescribePolicyCommand.d.ts +39 -3
  38. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +32 -3
  39. package/dist-types/commands/DescribeResponsibilityTransferCommand.d.ts +267 -0
  40. package/dist-types/commands/DetachPolicyCommand.d.ts +69 -3
  41. package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +69 -2
  42. package/dist-types/commands/DisablePolicyTypeCommand.d.ts +71 -5
  43. package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +69 -2
  44. package/dist-types/commands/EnableAllFeaturesCommand.d.ts +91 -10
  45. package/dist-types/commands/EnablePolicyTypeCommand.d.ts +71 -5
  46. package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +91 -10
  47. package/dist-types/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +617 -0
  48. package/dist-types/commands/LeaveOrganizationCommand.d.ts +69 -2
  49. package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +69 -3
  50. package/dist-types/commands/ListAccountsCommand.d.ts +41 -8
  51. package/dist-types/commands/ListAccountsForParentCommand.d.ts +41 -8
  52. package/dist-types/commands/ListAccountsWithInvalidEffectivePolicyCommand.d.ts +71 -5
  53. package/dist-types/commands/ListChildrenCommand.d.ts +41 -8
  54. package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +41 -8
  55. package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +69 -3
  56. package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +69 -3
  57. package/dist-types/commands/ListEffectivePolicyValidationErrorsCommand.d.ts +71 -5
  58. package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +49 -17
  59. package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +49 -20
  60. package/dist-types/commands/ListInboundResponsibilityTransfersCommand.d.ts +524 -0
  61. package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +41 -8
  62. package/dist-types/commands/ListOutboundResponsibilityTransfersCommand.d.ts +521 -0
  63. package/dist-types/commands/ListParentsCommand.d.ts +41 -8
  64. package/dist-types/commands/ListPoliciesCommand.d.ts +43 -10
  65. package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +43 -10
  66. package/dist-types/commands/ListRootsCommand.d.ts +42 -9
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -2
  68. package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +41 -8
  69. package/dist-types/commands/MoveAccountCommand.d.ts +38 -1
  70. package/dist-types/commands/PutResourcePolicyCommand.d.ts +69 -2
  71. package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +69 -2
  72. package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +69 -2
  73. package/dist-types/commands/TagResourceCommand.d.ts +69 -3
  74. package/dist-types/commands/TerminateResponsibilityTransferCommand.d.ts +526 -0
  75. package/dist-types/commands/UntagResourceCommand.d.ts +69 -3
  76. package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +38 -1
  77. package/dist-types/commands/UpdatePolicyCommand.d.ts +70 -4
  78. package/dist-types/commands/UpdateResponsibilityTransferCommand.d.ts +516 -0
  79. package/dist-types/commands/index.d.ts +6 -0
  80. package/dist-types/models/enums.d.ts +105 -47
  81. package/dist-types/models/errors.d.ts +507 -386
  82. package/dist-types/models/models_0.d.ts +483 -283
  83. package/dist-types/schemas/schemas_0.d.ts +25 -0
  84. package/dist-types/ts3.4/Organizations.d.ts +120 -0
  85. package/dist-types/ts3.4/OrganizationsClient.d.ts +38 -2
  86. package/dist-types/ts3.4/commands/DescribeResponsibilityTransferCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/ListInboundResponsibilityTransfersCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/ListOutboundResponsibilityTransfersCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/TerminateResponsibilityTransferCommand.d.ts +51 -0
  91. package/dist-types/ts3.4/commands/UpdateResponsibilityTransferCommand.d.ts +51 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  93. package/dist-types/ts3.4/models/enums.d.ts +87 -41
  94. package/dist-types/ts3.4/models/errors.d.ts +53 -20
  95. package/dist-types/ts3.4/models/models_0.d.ts +68 -0
  96. package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
  97. package/package.json +1 -1
@@ -43,8 +43,7 @@ declare const UntagResourceCommand_base: {
43
43
  * <p>Policy (any type)</p>
44
44
  * </li>
45
45
  * </ul>
46
- * <p>This operation can be called only from the organization's
47
- * management account or by a member account that is a delegated administrator.</p>
46
+ * <p>You can only call this operation from the management account or a member account that is a delegated administrator.</p>
48
47
  * @example
49
48
  * Use a bare-bones client and the command you need to make an API call.
50
49
  * ```javascript
@@ -118,6 +117,9 @@ declare const UntagResourceCommand_base: {
118
117
  * create an organization.</p>
119
118
  * </li>
120
119
  * <li>
120
+ * <p>ACTIVE_RESPONSIBILITY_TRANSFER_PROCESS: You cannot delete organization due to an ongoing responsibility transfer process. For example, a pending invitation or an in-progress transfer. To delete the organization, you must resolve the current transfer process.</p>
121
+ * </li>
122
+ * <li>
121
123
  * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
122
124
  * 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
123
125
  * request an increase in your limit. </p>
@@ -183,7 +185,7 @@ declare const UntagResourceCommand_base: {
183
185
  * <li>
184
186
  * <p>EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for
185
187
  * a limited period of time. You must resubmit the request and generate a new
186
- * verfication code.</p>
188
+ * verification code.</p>
187
189
  * </li>
188
190
  * <li>
189
191
  * <p>HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
@@ -278,6 +280,22 @@ declare const UntagResourceCommand_base: {
278
280
  * complete this operation, you must first disable the policy type.</p>
279
281
  * </li>
280
282
  * <li>
283
+ * <p>RESPONSIBILITY_TRANSFER_MAX_INBOUND_QUOTA_VIOLATION: You have exceeded your inbound
284
+ * transfers limit.</p>
285
+ * </li>
286
+ * <li>
287
+ * <p>RESPONSIBILITY_TRANSFER_MAX_LEVEL_VIOLATION: You have exceeded the maximum length of your
288
+ * transfer chain.</p>
289
+ * </li>
290
+ * <li>
291
+ * <p>RESPONSIBILITY_TRANSFER_MAX_OUTBOUND_QUOTA_VIOLATION: You have exceeded your outbound
292
+ * transfers limit.</p>
293
+ * </li>
294
+ * <li>
295
+ * <p>RESPONSIBILITY_TRANSFER_MAX_TRANSFERS_QUOTA_VIOLATION: You have exceeded the maximum
296
+ * number of inbound transfers allowed in a transfer chain.</p>
297
+ * </li>
298
+ * <li>
281
299
  * <p>SERVICE_ACCESS_NOT_ENABLED:</p>
282
300
  * <ul>
283
301
  * <li>
@@ -296,6 +314,17 @@ declare const UntagResourceCommand_base: {
296
314
  * that are not compliant with the tag policy requirements for this account.</p>
297
315
  * </li>
298
316
  * <li>
317
+ * <p>TRANSFER_RESPONSIBILITY_SOURCE_DELETION_IN_PROGRESS: The source organization cannot accept
318
+ * this transfer invitation because it is marked for deletion.</p>
319
+ * </li>
320
+ * <li>
321
+ * <p>TRANSFER_RESPONSIBILITY_TARGET_DELETION_IN_PROGRESS: The source organization cannot accept
322
+ * this transfer invitation because target organization is marked for deletion.</p>
323
+ * </li>
324
+ * <li>
325
+ * <p>UNSUPPORTED_PRICING: Your organization has a pricing contract that is unsupported.</p>
326
+ * </li>
327
+ * <li>
299
328
  * <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at
300
329
  * least four days after the account was created. Invited accounts aren't subject
301
330
  * to this waiting period.</p>
@@ -312,10 +341,21 @@ declare const UntagResourceCommand_base: {
312
341
  * </note>
313
342
  * <ul>
314
343
  * <li>
344
+ * <p>CALLER_REQUIRED_FIELD_MISSING: At least one of the required field is missing: Caller Account Id, Management Account Id or Organization Id.</p>
345
+ * </li>
346
+ * <li>
315
347
  * <p>DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same
316
348
  * entity.</p>
317
349
  * </li>
318
350
  * <li>
351
+ * <p>END_DATE_NOT_END_OF_MONTH: You provided an invalid end date. The end date must be the end
352
+ * of the last day of the month (23.59.59.999).</p>
353
+ * </li>
354
+ * <li>
355
+ * <p>END_DATE_TOO_EARLY: You provided an invalid end date. It is too early for the transfer to
356
+ * end.</p>
357
+ * </li>
358
+ * <li>
319
359
  * <p>IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be
320
360
  * modified.</p>
321
361
  * </li>
@@ -327,6 +367,11 @@ declare const UntagResourceCommand_base: {
327
367
  * invited account owner.</p>
328
368
  * </li>
329
369
  * <li>
370
+ * <p>INVALID_END_DATE: The selected withdrawal date doesn't meet the terms of your partner
371
+ * agreement. Visit Amazon Web Services Partner Central to view your partner agreements or contact your Amazon Web Services
372
+ * Partner for help.</p>
373
+ * </li>
374
+ * <li>
330
375
  * <p>INVALID_ENUM: You specified an invalid value.</p>
331
376
  * </li>
332
377
  * <li>
@@ -365,6 +410,9 @@ declare const UntagResourceCommand_base: {
365
410
  * can't begin with the reserved prefix <code>AWSServiceRoleFor</code>.</p>
366
411
  * </li>
367
412
  * <li>
413
+ * <p>INVALID_START_DATE: The start date doesn't meet the minimum requirements.</p>
414
+ * </li>
415
+ * <li>
368
416
  * <p>INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name
369
417
  * (ARN) for the organization.</p>
370
418
  * </li>
@@ -404,6 +452,20 @@ declare const UntagResourceCommand_base: {
404
452
  * <p>NON_DETACHABLE_POLICY: You can't detach this Amazon Web Services Managed Policy.</p>
405
453
  * </li>
406
454
  * <li>
455
+ * <p>START_DATE_NOT_BEGINNING_OF_DAY: You provided an invalid start date. The start date must
456
+ * be the beginning of the day (00:00:00.000).</p>
457
+ * </li>
458
+ * <li>
459
+ * <p>START_DATE_NOT_BEGINNING_OF_MONTH: You provided an invalid start date. The start date must
460
+ * be the first day of the month.</p>
461
+ * </li>
462
+ * <li>
463
+ * <p>START_DATE_TOO_EARLY: You provided an invalid start date. The start date is too early.</p>
464
+ * </li>
465
+ * <li>
466
+ * <p>START_DATE_TOO_LATE: You provided an invalid start date. The start date is too late.</p>
467
+ * </li>
468
+ * <li>
407
469
  * <p>TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target
408
470
  * entity.</p>
409
471
  * </li>
@@ -411,6 +473,10 @@ declare const UntagResourceCommand_base: {
411
473
  * <p>UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't
412
474
  * recognized.</p>
413
475
  * </li>
476
+ * <li>
477
+ * <p>UNSUPPORTED_ACTION_IN_RESPONSIBILITY_TRANSFER: You provided a value that is not supported
478
+ * by this operation.</p>
479
+ * </li>
414
480
  * </ul>
415
481
  *
416
482
  * @throws {@link ServiceException} (server fault)
@@ -30,7 +30,7 @@ declare const UpdateOrganizationalUnitCommand_base: {
30
30
  * <p>Renames the specified organizational unit (OU). The ID and ARN don't change. The child
31
31
  * OUs and accounts remain in place, and any attached policies of the OU remain
32
32
  * attached.</p>
33
- * <p>This operation can be called only from the organization's management account.</p>
33
+ * <p>You can only call this operation from the management account.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -88,10 +88,21 @@ declare const UpdateOrganizationalUnitCommand_base: {
88
88
  * </note>
89
89
  * <ul>
90
90
  * <li>
91
+ * <p>CALLER_REQUIRED_FIELD_MISSING: At least one of the required field is missing: Caller Account Id, Management Account Id or Organization Id.</p>
92
+ * </li>
93
+ * <li>
91
94
  * <p>DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same
92
95
  * entity.</p>
93
96
  * </li>
94
97
  * <li>
98
+ * <p>END_DATE_NOT_END_OF_MONTH: You provided an invalid end date. The end date must be the end
99
+ * of the last day of the month (23.59.59.999).</p>
100
+ * </li>
101
+ * <li>
102
+ * <p>END_DATE_TOO_EARLY: You provided an invalid end date. It is too early for the transfer to
103
+ * end.</p>
104
+ * </li>
105
+ * <li>
95
106
  * <p>IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be
96
107
  * modified.</p>
97
108
  * </li>
@@ -103,6 +114,11 @@ declare const UpdateOrganizationalUnitCommand_base: {
103
114
  * invited account owner.</p>
104
115
  * </li>
105
116
  * <li>
117
+ * <p>INVALID_END_DATE: The selected withdrawal date doesn't meet the terms of your partner
118
+ * agreement. Visit Amazon Web Services Partner Central to view your partner agreements or contact your Amazon Web Services
119
+ * Partner for help.</p>
120
+ * </li>
121
+ * <li>
106
122
  * <p>INVALID_ENUM: You specified an invalid value.</p>
107
123
  * </li>
108
124
  * <li>
@@ -141,6 +157,9 @@ declare const UpdateOrganizationalUnitCommand_base: {
141
157
  * can't begin with the reserved prefix <code>AWSServiceRoleFor</code>.</p>
142
158
  * </li>
143
159
  * <li>
160
+ * <p>INVALID_START_DATE: The start date doesn't meet the minimum requirements.</p>
161
+ * </li>
162
+ * <li>
144
163
  * <p>INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name
145
164
  * (ARN) for the organization.</p>
146
165
  * </li>
@@ -180,6 +199,20 @@ declare const UpdateOrganizationalUnitCommand_base: {
180
199
  * <p>NON_DETACHABLE_POLICY: You can't detach this Amazon Web Services Managed Policy.</p>
181
200
  * </li>
182
201
  * <li>
202
+ * <p>START_DATE_NOT_BEGINNING_OF_DAY: You provided an invalid start date. The start date must
203
+ * be the beginning of the day (00:00:00.000).</p>
204
+ * </li>
205
+ * <li>
206
+ * <p>START_DATE_NOT_BEGINNING_OF_MONTH: You provided an invalid start date. The start date must
207
+ * be the first day of the month.</p>
208
+ * </li>
209
+ * <li>
210
+ * <p>START_DATE_TOO_EARLY: You provided an invalid start date. The start date is too early.</p>
211
+ * </li>
212
+ * <li>
213
+ * <p>START_DATE_TOO_LATE: You provided an invalid start date. The start date is too late.</p>
214
+ * </li>
215
+ * <li>
183
216
  * <p>TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target
184
217
  * entity.</p>
185
218
  * </li>
@@ -187,6 +220,10 @@ declare const UpdateOrganizationalUnitCommand_base: {
187
220
  * <p>UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't
188
221
  * recognized.</p>
189
222
  * </li>
223
+ * <li>
224
+ * <p>UNSUPPORTED_ACTION_IN_RESPONSIBILITY_TRANSFER: You provided a value that is not supported
225
+ * by this operation.</p>
226
+ * </li>
190
227
  * </ul>
191
228
  *
192
229
  * @throws {@link OrganizationalUnitNotFoundException} (client fault)
@@ -30,8 +30,7 @@ declare const UpdatePolicyCommand_base: {
30
30
  * <p>Updates an existing policy with a new name, description, or content. If you don't
31
31
  * supply any parameter, that value remains unchanged. You can't change a policy's
32
32
  * type.</p>
33
- * <p>This operation can be called only from the organization's
34
- * management account or by a member account that is a delegated administrator.</p>
33
+ * <p>You can only call this operation from the management account or a member account that is a delegated administrator.</p>
35
34
  * @example
36
35
  * Use a bare-bones client and the command you need to make an API call.
37
36
  * ```javascript
@@ -55,7 +54,7 @@ declare const UpdatePolicyCommand_base: {
55
54
  * // Arn: "STRING_VALUE",
56
55
  * // Name: "STRING_VALUE",
57
56
  * // Description: "STRING_VALUE",
58
- * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY",
57
+ * // Type: "SERVICE_CONTROL_POLICY" || "RESOURCE_CONTROL_POLICY" || "TAG_POLICY" || "BACKUP_POLICY" || "AISERVICES_OPT_OUT_POLICY" || "CHATBOT_POLICY" || "DECLARATIVE_POLICY_EC2" || "SECURITYHUB_POLICY" || "INSPECTOR_POLICY",
59
58
  * // AwsManaged: true || false,
60
59
  * // },
61
60
  * // Content: "STRING_VALUE",
@@ -117,6 +116,9 @@ declare const UpdatePolicyCommand_base: {
117
116
  * create an organization.</p>
118
117
  * </li>
119
118
  * <li>
119
+ * <p>ACTIVE_RESPONSIBILITY_TRANSFER_PROCESS: You cannot delete organization due to an ongoing responsibility transfer process. For example, a pending invitation or an in-progress transfer. To delete the organization, you must resolve the current transfer process.</p>
120
+ * </li>
121
+ * <li>
120
122
  * <p>ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number
121
123
  * 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
122
124
  * request an increase in your limit. </p>
@@ -182,7 +184,7 @@ declare const UpdatePolicyCommand_base: {
182
184
  * <li>
183
185
  * <p>EMAIL_VERIFICATION_CODE_EXPIRED: The email verification code is only valid for
184
186
  * a limited period of time. You must resubmit the request and generate a new
185
- * verfication code.</p>
187
+ * verification code.</p>
186
188
  * </li>
187
189
  * <li>
188
190
  * <p>HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of
@@ -277,6 +279,22 @@ declare const UpdatePolicyCommand_base: {
277
279
  * complete this operation, you must first disable the policy type.</p>
278
280
  * </li>
279
281
  * <li>
282
+ * <p>RESPONSIBILITY_TRANSFER_MAX_INBOUND_QUOTA_VIOLATION: You have exceeded your inbound
283
+ * transfers limit.</p>
284
+ * </li>
285
+ * <li>
286
+ * <p>RESPONSIBILITY_TRANSFER_MAX_LEVEL_VIOLATION: You have exceeded the maximum length of your
287
+ * transfer chain.</p>
288
+ * </li>
289
+ * <li>
290
+ * <p>RESPONSIBILITY_TRANSFER_MAX_OUTBOUND_QUOTA_VIOLATION: You have exceeded your outbound
291
+ * transfers limit.</p>
292
+ * </li>
293
+ * <li>
294
+ * <p>RESPONSIBILITY_TRANSFER_MAX_TRANSFERS_QUOTA_VIOLATION: You have exceeded the maximum
295
+ * number of inbound transfers allowed in a transfer chain.</p>
296
+ * </li>
297
+ * <li>
280
298
  * <p>SERVICE_ACCESS_NOT_ENABLED:</p>
281
299
  * <ul>
282
300
  * <li>
@@ -295,6 +313,17 @@ declare const UpdatePolicyCommand_base: {
295
313
  * that are not compliant with the tag policy requirements for this account.</p>
296
314
  * </li>
297
315
  * <li>
316
+ * <p>TRANSFER_RESPONSIBILITY_SOURCE_DELETION_IN_PROGRESS: The source organization cannot accept
317
+ * this transfer invitation because it is marked for deletion.</p>
318
+ * </li>
319
+ * <li>
320
+ * <p>TRANSFER_RESPONSIBILITY_TARGET_DELETION_IN_PROGRESS: The source organization cannot accept
321
+ * this transfer invitation because target organization is marked for deletion.</p>
322
+ * </li>
323
+ * <li>
324
+ * <p>UNSUPPORTED_PRICING: Your organization has a pricing contract that is unsupported.</p>
325
+ * </li>
326
+ * <li>
298
327
  * <p>WAIT_PERIOD_ACTIVE: After you create an Amazon Web Services account, you must wait until at
299
328
  * least four days after the account was created. Invited accounts aren't subject
300
329
  * to this waiting period.</p>
@@ -314,10 +343,21 @@ declare const UpdatePolicyCommand_base: {
314
343
  * </note>
315
344
  * <ul>
316
345
  * <li>
346
+ * <p>CALLER_REQUIRED_FIELD_MISSING: At least one of the required field is missing: Caller Account Id, Management Account Id or Organization Id.</p>
347
+ * </li>
348
+ * <li>
317
349
  * <p>DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same
318
350
  * entity.</p>
319
351
  * </li>
320
352
  * <li>
353
+ * <p>END_DATE_NOT_END_OF_MONTH: You provided an invalid end date. The end date must be the end
354
+ * of the last day of the month (23.59.59.999).</p>
355
+ * </li>
356
+ * <li>
357
+ * <p>END_DATE_TOO_EARLY: You provided an invalid end date. It is too early for the transfer to
358
+ * end.</p>
359
+ * </li>
360
+ * <li>
321
361
  * <p>IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be
322
362
  * modified.</p>
323
363
  * </li>
@@ -329,6 +369,11 @@ declare const UpdatePolicyCommand_base: {
329
369
  * invited account owner.</p>
330
370
  * </li>
331
371
  * <li>
372
+ * <p>INVALID_END_DATE: The selected withdrawal date doesn't meet the terms of your partner
373
+ * agreement. Visit Amazon Web Services Partner Central to view your partner agreements or contact your Amazon Web Services
374
+ * Partner for help.</p>
375
+ * </li>
376
+ * <li>
332
377
  * <p>INVALID_ENUM: You specified an invalid value.</p>
333
378
  * </li>
334
379
  * <li>
@@ -367,6 +412,9 @@ declare const UpdatePolicyCommand_base: {
367
412
  * can't begin with the reserved prefix <code>AWSServiceRoleFor</code>.</p>
368
413
  * </li>
369
414
  * <li>
415
+ * <p>INVALID_START_DATE: The start date doesn't meet the minimum requirements.</p>
416
+ * </li>
417
+ * <li>
370
418
  * <p>INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name
371
419
  * (ARN) for the organization.</p>
372
420
  * </li>
@@ -406,6 +454,20 @@ declare const UpdatePolicyCommand_base: {
406
454
  * <p>NON_DETACHABLE_POLICY: You can't detach this Amazon Web Services Managed Policy.</p>
407
455
  * </li>
408
456
  * <li>
457
+ * <p>START_DATE_NOT_BEGINNING_OF_DAY: You provided an invalid start date. The start date must
458
+ * be the beginning of the day (00:00:00.000).</p>
459
+ * </li>
460
+ * <li>
461
+ * <p>START_DATE_NOT_BEGINNING_OF_MONTH: You provided an invalid start date. The start date must
462
+ * be the first day of the month.</p>
463
+ * </li>
464
+ * <li>
465
+ * <p>START_DATE_TOO_EARLY: You provided an invalid start date. The start date is too early.</p>
466
+ * </li>
467
+ * <li>
468
+ * <p>START_DATE_TOO_LATE: You provided an invalid start date. The start date is too late.</p>
469
+ * </li>
470
+ * <li>
409
471
  * <p>TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target
410
472
  * entity.</p>
411
473
  * </li>
@@ -413,6 +475,10 @@ declare const UpdatePolicyCommand_base: {
413
475
  * <p>UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't
414
476
  * recognized.</p>
415
477
  * </li>
478
+ * <li>
479
+ * <p>UNSUPPORTED_ACTION_IN_RESPONSIBILITY_TRANSFER: You provided a value that is not supported
480
+ * by this operation.</p>
481
+ * </li>
416
482
  * </ul>
417
483
  *
418
484
  * @throws {@link MalformedPolicyDocumentException} (client fault)