@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.
- package/README.md +48 -0
- package/dist-cjs/index.js +462 -69
- package/dist-es/Organizations.js +12 -0
- package/dist-es/commands/DescribeResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/InviteOrganizationToTransferResponsibilityCommand.js +16 -0
- package/dist-es/commands/ListInboundResponsibilityTransfersCommand.js +16 -0
- package/dist-es/commands/ListOutboundResponsibilityTransfersCommand.js +16 -0
- package/dist-es/commands/TerminateResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/UpdateResponsibilityTransferCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +81 -39
- package/dist-es/models/errors.js +72 -30
- package/dist-es/schemas/schemas_0.js +221 -1
- package/dist-types/Organizations.d.ts +42 -0
- package/dist-types/OrganizationsClient.d.ts +8 -2
- package/dist-types/commands/AcceptHandshakeCommand.d.ts +334 -32
- package/dist-types/commands/AttachPolicyCommand.d.ts +74 -3
- package/dist-types/commands/CancelHandshakeCommand.d.ts +45 -9
- package/dist-types/commands/CloseAccountCommand.d.ts +68 -1
- package/dist-types/commands/CreateAccountCommand.d.ts +69 -2
- package/dist-types/commands/CreateGovCloudAccountCommand.d.ts +68 -1
- package/dist-types/commands/CreateOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/CreateOrganizationalUnitCommand.d.ts +69 -2
- package/dist-types/commands/CreatePolicyCommand.d.ts +71 -5
- package/dist-types/commands/DeclineHandshakeCommand.d.ts +45 -10
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +284 -0
- package/dist-types/commands/DeleteOrganizationalUnitCommand.d.ts +38 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +38 -2
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +32 -2
- package/dist-types/commands/DeregisterDelegatedAdministratorCommand.d.ts +69 -2
- package/dist-types/commands/DescribeAccountCommand.d.ts +38 -2
- package/dist-types/commands/DescribeCreateAccountStatusCommand.d.ts +38 -2
- package/dist-types/commands/DescribeEffectivePolicyCommand.d.ts +71 -4
- package/dist-types/commands/DescribeHandshakeCommand.d.ts +45 -10
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrganizationalUnitCommand.d.ts +38 -2
- package/dist-types/commands/DescribePolicyCommand.d.ts +39 -3
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +32 -3
- package/dist-types/commands/DescribeResponsibilityTransferCommand.d.ts +267 -0
- package/dist-types/commands/DetachPolicyCommand.d.ts +69 -3
- package/dist-types/commands/DisableAWSServiceAccessCommand.d.ts +69 -2
- package/dist-types/commands/DisablePolicyTypeCommand.d.ts +71 -5
- package/dist-types/commands/EnableAWSServiceAccessCommand.d.ts +69 -2
- package/dist-types/commands/EnableAllFeaturesCommand.d.ts +91 -10
- package/dist-types/commands/EnablePolicyTypeCommand.d.ts +71 -5
- package/dist-types/commands/InviteAccountToOrganizationCommand.d.ts +91 -10
- package/dist-types/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +617 -0
- package/dist-types/commands/LeaveOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/ListAWSServiceAccessForOrganizationCommand.d.ts +69 -3
- package/dist-types/commands/ListAccountsCommand.d.ts +41 -8
- package/dist-types/commands/ListAccountsForParentCommand.d.ts +41 -8
- package/dist-types/commands/ListAccountsWithInvalidEffectivePolicyCommand.d.ts +71 -5
- package/dist-types/commands/ListChildrenCommand.d.ts +41 -8
- package/dist-types/commands/ListCreateAccountStatusCommand.d.ts +41 -8
- package/dist-types/commands/ListDelegatedAdministratorsCommand.d.ts +69 -3
- package/dist-types/commands/ListDelegatedServicesForAccountCommand.d.ts +69 -3
- package/dist-types/commands/ListEffectivePolicyValidationErrorsCommand.d.ts +71 -5
- package/dist-types/commands/ListHandshakesForAccountCommand.d.ts +49 -17
- package/dist-types/commands/ListHandshakesForOrganizationCommand.d.ts +49 -20
- package/dist-types/commands/ListInboundResponsibilityTransfersCommand.d.ts +524 -0
- package/dist-types/commands/ListOrganizationalUnitsForParentCommand.d.ts +41 -8
- package/dist-types/commands/ListOutboundResponsibilityTransfersCommand.d.ts +521 -0
- package/dist-types/commands/ListParentsCommand.d.ts +41 -8
- package/dist-types/commands/ListPoliciesCommand.d.ts +43 -10
- package/dist-types/commands/ListPoliciesForTargetCommand.d.ts +43 -10
- package/dist-types/commands/ListRootsCommand.d.ts +42 -9
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -2
- package/dist-types/commands/ListTargetsForPolicyCommand.d.ts +41 -8
- package/dist-types/commands/MoveAccountCommand.d.ts +38 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +69 -2
- package/dist-types/commands/RegisterDelegatedAdministratorCommand.d.ts +69 -2
- package/dist-types/commands/RemoveAccountFromOrganizationCommand.d.ts +69 -2
- package/dist-types/commands/TagResourceCommand.d.ts +69 -3
- package/dist-types/commands/TerminateResponsibilityTransferCommand.d.ts +526 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +69 -3
- package/dist-types/commands/UpdateOrganizationalUnitCommand.d.ts +38 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +70 -4
- package/dist-types/commands/UpdateResponsibilityTransferCommand.d.ts +516 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +105 -47
- package/dist-types/models/errors.d.ts +507 -386
- package/dist-types/models/models_0.d.ts +483 -283
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/Organizations.d.ts +120 -0
- package/dist-types/ts3.4/OrganizationsClient.d.ts +38 -2
- package/dist-types/ts3.4/commands/DescribeResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InviteOrganizationToTransferResponsibilityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListInboundResponsibilityTransfersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListOutboundResponsibilityTransfersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TerminateResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateResponsibilityTransferCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +87 -41
- package/dist-types/ts3.4/models/errors.d.ts +53 -20
- package/dist-types/ts3.4/models/models_0.d.ts +68 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- 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
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
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>
|
|
38
|
-
*
|
|
39
|
-
*
|
|
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
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* <p>
|
|
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>
|
|
40
|
-
*
|
|
41
|
-
*
|
|
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)
|