@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
@@ -27,21 +27,16 @@ declare const ListHandshakesForAccountCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the current handshakes that are associated with the account of the requesting
31
- * user.</p>
32
- * <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>,
33
- * <code>CANCELED</code>, or <code>EXPIRED</code> appear in the results of this API for
34
- * only 30 days after changing to that state. After that, they're deleted and no longer
35
- * accessible.</p>
30
+ * <p>Lists the recent handshakes that you have received.</p>
31
+ * <p>You can view <code>CANCELED</code>, <code>ACCEPTED</code>, <code>DECLINED</code>, or
32
+ * <code>EXPIRED</code> handshakes in API responses for 30 days before they are
33
+ * deleted.</p>
34
+ * <p>You can call this operation from any account in a organization.</p>
36
35
  * <note>
37
- * <p>Always check the <code>NextToken</code> response parameter
38
- * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
39
- * occasionally return an empty set of results even when there are more results available. The
40
- * <code>NextToken</code> response parameter value is <code>null</code>
41
- * <i>only</i>
42
- * when there are no more results to display.</p>
36
+ * <p>When calling List* operations, always check the <code>NextToken</code> response parameter value, even if you receive an empty result set.
37
+ * These operations can occasionally return an empty set of results even when more results are available.
38
+ * Continue making requests until <code>NextToken</code> returns null. A null <code>NextToken</code> value indicates that you have retrieved all available results.</p>
43
39
  * </note>
44
- * <p>This operation can be called from any account in the organization.</p>
45
40
  * @example
46
41
  * Use a bare-bones client and the command you need to make an API call.
47
42
  * ```javascript
@@ -52,7 +47,7 @@ declare const ListHandshakesForAccountCommand_base: {
52
47
  * const client = new OrganizationsClient(config);
53
48
  * const input = { // ListHandshakesForAccountRequest
54
49
  * Filter: { // HandshakeFilter
55
- * ActionType: "INVITE" || "ENABLE_ALL_FEATURES" || "APPROVE_ALL_FEATURES" || "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
50
+ * ActionType: "INVITE" || "ENABLE_ALL_FEATURES" || "APPROVE_ALL_FEATURES" || "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE" || "TRANSFER_RESPONSIBILITY",
56
51
  * ParentHandshakeId: "STRING_VALUE",
57
52
  * },
58
53
  * NextToken: "STRING_VALUE",
@@ -74,15 +69,15 @@ declare const ListHandshakesForAccountCommand_base: {
74
69
  * // State: "REQUESTED" || "OPEN" || "CANCELED" || "ACCEPTED" || "DECLINED" || "EXPIRED",
75
70
  * // RequestedTimestamp: new Date("TIMESTAMP"),
76
71
  * // ExpirationTimestamp: new Date("TIMESTAMP"),
77
- * // Action: "INVITE" || "ENABLE_ALL_FEATURES" || "APPROVE_ALL_FEATURES" || "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
72
+ * // Action: "INVITE" || "ENABLE_ALL_FEATURES" || "APPROVE_ALL_FEATURES" || "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE" || "TRANSFER_RESPONSIBILITY",
78
73
  * // Resources: [ // HandshakeResources
79
74
  * // { // HandshakeResource
80
75
  * // Value: "STRING_VALUE",
81
- * // Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATION_FEATURE_SET" || "EMAIL" || "MASTER_EMAIL" || "MASTER_NAME" || "NOTES" || "PARENT_HANDSHAKE",
76
+ * // Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATION_FEATURE_SET" || "EMAIL" || "MASTER_EMAIL" || "MASTER_NAME" || "NOTES" || "PARENT_HANDSHAKE" || "RESPONSIBILITY_TRANSFER" || "TRANSFER_START_TIMESTAMP" || "TRANSFER_TYPE" || "MANAGEMENT_ACCOUNT" || "MANAGEMENT_EMAIL" || "MANAGEMENT_NAME",
82
77
  * // Resources: [
83
78
  * // {
84
79
  * // Value: "STRING_VALUE",
85
- * // Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATION_FEATURE_SET" || "EMAIL" || "MASTER_EMAIL" || "MASTER_NAME" || "NOTES" || "PARENT_HANDSHAKE",
80
+ * // Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATION_FEATURE_SET" || "EMAIL" || "MASTER_EMAIL" || "MASTER_NAME" || "NOTES" || "PARENT_HANDSHAKE" || "RESPONSIBILITY_TRANSFER" || "TRANSFER_START_TIMESTAMP" || "TRANSFER_TYPE" || "MANAGEMENT_ACCOUNT" || "MANAGEMENT_EMAIL" || "MANAGEMENT_NAME",
86
81
  * // Resources: "<HandshakeResources>",
87
82
  * // },
88
83
  * // ],
@@ -121,10 +116,21 @@ declare const ListHandshakesForAccountCommand_base: {
121
116
  * </note>
122
117
  * <ul>
123
118
  * <li>
119
+ * <p>CALLER_REQUIRED_FIELD_MISSING: At least one of the required field is missing: Caller Account Id, Management Account Id or Organization Id.</p>
120
+ * </li>
121
+ * <li>
124
122
  * <p>DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same
125
123
  * entity.</p>
126
124
  * </li>
127
125
  * <li>
126
+ * <p>END_DATE_NOT_END_OF_MONTH: You provided an invalid end date. The end date must be the end
127
+ * of the last day of the month (23.59.59.999).</p>
128
+ * </li>
129
+ * <li>
130
+ * <p>END_DATE_TOO_EARLY: You provided an invalid end date. It is too early for the transfer to
131
+ * end.</p>
132
+ * </li>
133
+ * <li>
128
134
  * <p>IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be
129
135
  * modified.</p>
130
136
  * </li>
@@ -136,6 +142,11 @@ declare const ListHandshakesForAccountCommand_base: {
136
142
  * invited account owner.</p>
137
143
  * </li>
138
144
  * <li>
145
+ * <p>INVALID_END_DATE: The selected withdrawal date doesn't meet the terms of your partner
146
+ * agreement. Visit Amazon Web Services Partner Central to view your partner agreements or contact your Amazon Web Services
147
+ * Partner for help.</p>
148
+ * </li>
149
+ * <li>
139
150
  * <p>INVALID_ENUM: You specified an invalid value.</p>
140
151
  * </li>
141
152
  * <li>
@@ -174,6 +185,9 @@ declare const ListHandshakesForAccountCommand_base: {
174
185
  * can't begin with the reserved prefix <code>AWSServiceRoleFor</code>.</p>
175
186
  * </li>
176
187
  * <li>
188
+ * <p>INVALID_START_DATE: The start date doesn't meet the minimum requirements.</p>
189
+ * </li>
190
+ * <li>
177
191
  * <p>INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name
178
192
  * (ARN) for the organization.</p>
179
193
  * </li>
@@ -213,6 +227,20 @@ declare const ListHandshakesForAccountCommand_base: {
213
227
  * <p>NON_DETACHABLE_POLICY: You can't detach this Amazon Web Services Managed Policy.</p>
214
228
  * </li>
215
229
  * <li>
230
+ * <p>START_DATE_NOT_BEGINNING_OF_DAY: You provided an invalid start date. The start date must
231
+ * be the beginning of the day (00:00:00.000).</p>
232
+ * </li>
233
+ * <li>
234
+ * <p>START_DATE_NOT_BEGINNING_OF_MONTH: You provided an invalid start date. The start date must
235
+ * be the first day of the month.</p>
236
+ * </li>
237
+ * <li>
238
+ * <p>START_DATE_TOO_EARLY: You provided an invalid start date. The start date is too early.</p>
239
+ * </li>
240
+ * <li>
241
+ * <p>START_DATE_TOO_LATE: You provided an invalid start date. The start date is too late.</p>
242
+ * </li>
243
+ * <li>
216
244
  * <p>TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target
217
245
  * entity.</p>
218
246
  * </li>
@@ -220,6 +248,10 @@ declare const ListHandshakesForAccountCommand_base: {
220
248
  * <p>UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't
221
249
  * recognized.</p>
222
250
  * </li>
251
+ * <li>
252
+ * <p>UNSUPPORTED_ACTION_IN_RESPONSIBILITY_TRANSFER: You provided a value that is not supported
253
+ * by this operation.</p>
254
+ * </li>
223
255
  * </ul>
224
256
  *
225
257
  * @throws {@link ServiceException} (server fault)
@@ -27,24 +27,16 @@ declare const ListHandshakesForOrganizationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the handshakes that are associated with the organization that the requesting
31
- * user is part of. The <code>ListHandshakesForOrganization</code> operation returns a list
32
- * of handshake structures. Each structure contains details and status about a
33
- * handshake.</p>
34
- * <p>Handshakes that are <code>ACCEPTED</code>, <code>DECLINED</code>,
35
- * <code>CANCELED</code>, or <code>EXPIRED</code> appear in the results of this API for
36
- * only 30 days after changing to that state. After that, they're deleted and no longer
37
- * accessible.</p>
30
+ * <p>Lists the recent handshakes that you have sent.</p>
31
+ * <p>You can view <code>CANCELED</code>, <code>ACCEPTED</code>, <code>DECLINED</code>, or
32
+ * <code>EXPIRED</code> handshakes in API responses for 30 days before they are
33
+ * deleted.</p>
34
+ * <p>You can only call this operation from the management account or a member account that is a delegated administrator.</p>
38
35
  * <note>
39
- * <p>Always check the <code>NextToken</code> response parameter
40
- * for a <code>null</code> value when calling a <code>List*</code> operation. These operations can
41
- * occasionally return an empty set of results even when there are more results available. The
42
- * <code>NextToken</code> response parameter value is <code>null</code>
43
- * <i>only</i>
44
- * when there are no more results to display.</p>
36
+ * <p>When calling List* operations, always check the <code>NextToken</code> response parameter value, even if you receive an empty result set.
37
+ * These operations can occasionally return an empty set of results even when more results are available.
38
+ * Continue making requests until <code>NextToken</code> returns null. A null <code>NextToken</code> value indicates that you have retrieved all available results.</p>
45
39
  * </note>
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>
48
40
  * @example
49
41
  * Use a bare-bones client and the command you need to make an API call.
50
42
  * ```javascript
@@ -55,7 +47,7 @@ declare const ListHandshakesForOrganizationCommand_base: {
55
47
  * const client = new OrganizationsClient(config);
56
48
  * const input = { // ListHandshakesForOrganizationRequest
57
49
  * Filter: { // HandshakeFilter
58
- * ActionType: "INVITE" || "ENABLE_ALL_FEATURES" || "APPROVE_ALL_FEATURES" || "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
50
+ * ActionType: "INVITE" || "ENABLE_ALL_FEATURES" || "APPROVE_ALL_FEATURES" || "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE" || "TRANSFER_RESPONSIBILITY",
59
51
  * ParentHandshakeId: "STRING_VALUE",
60
52
  * },
61
53
  * NextToken: "STRING_VALUE",
@@ -77,15 +69,15 @@ declare const ListHandshakesForOrganizationCommand_base: {
77
69
  * // State: "REQUESTED" || "OPEN" || "CANCELED" || "ACCEPTED" || "DECLINED" || "EXPIRED",
78
70
  * // RequestedTimestamp: new Date("TIMESTAMP"),
79
71
  * // ExpirationTimestamp: new Date("TIMESTAMP"),
80
- * // Action: "INVITE" || "ENABLE_ALL_FEATURES" || "APPROVE_ALL_FEATURES" || "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
72
+ * // Action: "INVITE" || "ENABLE_ALL_FEATURES" || "APPROVE_ALL_FEATURES" || "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE" || "TRANSFER_RESPONSIBILITY",
81
73
  * // Resources: [ // HandshakeResources
82
74
  * // { // HandshakeResource
83
75
  * // Value: "STRING_VALUE",
84
- * // Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATION_FEATURE_SET" || "EMAIL" || "MASTER_EMAIL" || "MASTER_NAME" || "NOTES" || "PARENT_HANDSHAKE",
76
+ * // Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATION_FEATURE_SET" || "EMAIL" || "MASTER_EMAIL" || "MASTER_NAME" || "NOTES" || "PARENT_HANDSHAKE" || "RESPONSIBILITY_TRANSFER" || "TRANSFER_START_TIMESTAMP" || "TRANSFER_TYPE" || "MANAGEMENT_ACCOUNT" || "MANAGEMENT_EMAIL" || "MANAGEMENT_NAME",
85
77
  * // Resources: [
86
78
  * // {
87
79
  * // Value: "STRING_VALUE",
88
- * // Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATION_FEATURE_SET" || "EMAIL" || "MASTER_EMAIL" || "MASTER_NAME" || "NOTES" || "PARENT_HANDSHAKE",
80
+ * // Type: "ACCOUNT" || "ORGANIZATION" || "ORGANIZATION_FEATURE_SET" || "EMAIL" || "MASTER_EMAIL" || "MASTER_NAME" || "NOTES" || "PARENT_HANDSHAKE" || "RESPONSIBILITY_TRANSFER" || "TRANSFER_START_TIMESTAMP" || "TRANSFER_TYPE" || "MANAGEMENT_ACCOUNT" || "MANAGEMENT_EMAIL" || "MANAGEMENT_NAME",
89
81
  * // Resources: "<HandshakeResources>",
90
82
  * // },
91
83
  * // ],
@@ -128,10 +120,21 @@ declare const ListHandshakesForOrganizationCommand_base: {
128
120
  * </note>
129
121
  * <ul>
130
122
  * <li>
123
+ * <p>CALLER_REQUIRED_FIELD_MISSING: At least one of the required field is missing: Caller Account Id, Management Account Id or Organization Id.</p>
124
+ * </li>
125
+ * <li>
131
126
  * <p>DUPLICATE_TAG_KEY: Tag keys must be unique among the tags attached to the same
132
127
  * entity.</p>
133
128
  * </li>
134
129
  * <li>
130
+ * <p>END_DATE_NOT_END_OF_MONTH: You provided an invalid end date. The end date must be the end
131
+ * of the last day of the month (23.59.59.999).</p>
132
+ * </li>
133
+ * <li>
134
+ * <p>END_DATE_TOO_EARLY: You provided an invalid end date. It is too early for the transfer to
135
+ * end.</p>
136
+ * </li>
137
+ * <li>
135
138
  * <p>IMMUTABLE_POLICY: You specified a policy that is managed by Amazon Web Services and can't be
136
139
  * modified.</p>
137
140
  * </li>
@@ -143,6 +146,11 @@ declare const ListHandshakesForOrganizationCommand_base: {
143
146
  * invited account owner.</p>
144
147
  * </li>
145
148
  * <li>
149
+ * <p>INVALID_END_DATE: The selected withdrawal date doesn't meet the terms of your partner
150
+ * agreement. Visit Amazon Web Services Partner Central to view your partner agreements or contact your Amazon Web Services
151
+ * Partner for help.</p>
152
+ * </li>
153
+ * <li>
146
154
  * <p>INVALID_ENUM: You specified an invalid value.</p>
147
155
  * </li>
148
156
  * <li>
@@ -181,6 +189,9 @@ declare const ListHandshakesForOrganizationCommand_base: {
181
189
  * can't begin with the reserved prefix <code>AWSServiceRoleFor</code>.</p>
182
190
  * </li>
183
191
  * <li>
192
+ * <p>INVALID_START_DATE: The start date doesn't meet the minimum requirements.</p>
193
+ * </li>
194
+ * <li>
184
195
  * <p>INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid Amazon Resource Name
185
196
  * (ARN) for the organization.</p>
186
197
  * </li>
@@ -220,6 +231,20 @@ declare const ListHandshakesForOrganizationCommand_base: {
220
231
  * <p>NON_DETACHABLE_POLICY: You can't detach this Amazon Web Services Managed Policy.</p>
221
232
  * </li>
222
233
  * <li>
234
+ * <p>START_DATE_NOT_BEGINNING_OF_DAY: You provided an invalid start date. The start date must
235
+ * be the beginning of the day (00:00:00.000).</p>
236
+ * </li>
237
+ * <li>
238
+ * <p>START_DATE_NOT_BEGINNING_OF_MONTH: You provided an invalid start date. The start date must
239
+ * be the first day of the month.</p>
240
+ * </li>
241
+ * <li>
242
+ * <p>START_DATE_TOO_EARLY: You provided an invalid start date. The start date is too early.</p>
243
+ * </li>
244
+ * <li>
245
+ * <p>START_DATE_TOO_LATE: You provided an invalid start date. The start date is too late.</p>
246
+ * </li>
247
+ * <li>
223
248
  * <p>TARGET_NOT_SUPPORTED: You can't perform the specified operation on that target
224
249
  * entity.</p>
225
250
  * </li>
@@ -227,6 +252,10 @@ declare const ListHandshakesForOrganizationCommand_base: {
227
252
  * <p>UNRECOGNIZED_SERVICE_PRINCIPAL: You specified a service principal that isn't
228
253
  * recognized.</p>
229
254
  * </li>
255
+ * <li>
256
+ * <p>UNSUPPORTED_ACTION_IN_RESPONSIBILITY_TRANSFER: You provided a value that is not supported
257
+ * by this operation.</p>
258
+ * </li>
230
259
  * </ul>
231
260
  *
232
261
  * @throws {@link ServiceException} (server fault)