@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
|
@@ -4,6 +4,7 @@ const _AARE = "AccountAlreadyRegisteredException";
|
|
|
4
4
|
const _ADE = "AccessDeniedException";
|
|
5
5
|
const _ADFDE = "AccessDeniedForDependencyException";
|
|
6
6
|
const _AH = "AcceptHandshake";
|
|
7
|
+
const _AHI = "ActiveHandshakeId";
|
|
7
8
|
const _AHR = "AcceptHandshakeRequest";
|
|
8
9
|
const _AHRc = "AcceptHandshakeResponse";
|
|
9
10
|
const _AI = "AccountId";
|
|
@@ -109,6 +110,9 @@ const _DPet = "DetachPolicy";
|
|
|
109
110
|
const _DRP = "DeleteResourcePolicy";
|
|
110
111
|
const _DRPR = "DescribeResourcePolicyResponse";
|
|
111
112
|
const _DRPe = "DescribeResourcePolicy";
|
|
113
|
+
const _DRT = "DescribeResponsibilityTransfer";
|
|
114
|
+
const _DRTR = "DescribeResponsibilityTransferRequest";
|
|
115
|
+
const _DRTRe = "DescribeResponsibilityTransferResponse";
|
|
112
116
|
const _DS = "DelegatedService";
|
|
113
117
|
const _DSe = "DelegatedServices";
|
|
114
118
|
const _E = "Email";
|
|
@@ -129,6 +133,7 @@ const _EPVEf = "EffectivePolicyValidationErrors";
|
|
|
129
133
|
const _ESP = "EnabledServicePrincipal";
|
|
130
134
|
const _ESPn = "EnabledServicePrincipals";
|
|
131
135
|
const _ET = "ExpirationTimestamp";
|
|
136
|
+
const _ETn = "EndTimestamp";
|
|
132
137
|
const _ETv = "EvaluationTimestamp";
|
|
133
138
|
const _F = "Filter";
|
|
134
139
|
const _FOE = "FinalizingOrganizationException";
|
|
@@ -155,6 +160,10 @@ const _IATOR = "InviteAccountToOrganizationRequest";
|
|
|
155
160
|
const _IATORn = "InviteAccountToOrganizationResponse";
|
|
156
161
|
const _IHTE = "InvalidHandshakeTransitionException";
|
|
157
162
|
const _IIE = "InvalidInputException";
|
|
163
|
+
const _IOTTR = "InviteOrganizationToTransferResponsibility";
|
|
164
|
+
const _IOTTRR = "InviteOrganizationToTransferResponsibilityRequest";
|
|
165
|
+
const _IOTTRRn = "InviteOrganizationToTransferResponsibilityResponse";
|
|
166
|
+
const _IRTTE = "InvalidResponsibilityTransferTransitionException";
|
|
158
167
|
const _IUATB = "IamUserAccessToBilling";
|
|
159
168
|
const _JM = "JoinedMethod";
|
|
160
169
|
const _JT = "JoinedTimestamp";
|
|
@@ -192,7 +201,13 @@ const _LHFARi = "ListHandshakesForAccountResponse";
|
|
|
192
201
|
const _LHFO = "ListHandshakesForOrganization";
|
|
193
202
|
const _LHFOR = "ListHandshakesForOrganizationRequest";
|
|
194
203
|
const _LHFORi = "ListHandshakesForOrganizationResponse";
|
|
204
|
+
const _LIRT = "ListInboundResponsibilityTransfers";
|
|
205
|
+
const _LIRTR = "ListInboundResponsibilityTransfersRequest";
|
|
206
|
+
const _LIRTRi = "ListInboundResponsibilityTransfersResponse";
|
|
195
207
|
const _LO = "LeaveOrganization";
|
|
208
|
+
const _LORT = "ListOutboundResponsibilityTransfers";
|
|
209
|
+
const _LORTR = "ListOutboundResponsibilityTransfersRequest";
|
|
210
|
+
const _LORTRi = "ListOutboundResponsibilityTransfersResponse";
|
|
196
211
|
const _LOUFP = "ListOrganizationalUnitsForParent";
|
|
197
212
|
const _LOUFPR = "ListOrganizationalUnitsForParentRequest";
|
|
198
213
|
const _LOUFPRi = "ListOrganizationalUnitsForParentResponse";
|
|
@@ -219,7 +234,9 @@ const _M = "Message";
|
|
|
219
234
|
const _MA = "MoveAccount";
|
|
220
235
|
const _MAA = "MasterAccountArn";
|
|
221
236
|
const _MAE = "MasterAccountEmail";
|
|
237
|
+
const _MAEa = "ManagementAccountEmail";
|
|
222
238
|
const _MAI = "MasterAccountId";
|
|
239
|
+
const _MAIa = "ManagementAccountId";
|
|
223
240
|
const _MAR = "MoveAccountRequest";
|
|
224
241
|
const _MCLOE = "MasterCannotLeaveOrganizationException";
|
|
225
242
|
const _MPDE = "MalformedPolicyDocumentException";
|
|
@@ -275,14 +292,22 @@ const _RP = "ResourcePolicy";
|
|
|
275
292
|
const _RPNFE = "ResourcePolicyNotFoundException";
|
|
276
293
|
const _RPS = "ResourcePolicySummary";
|
|
277
294
|
const _RT = "RequestedTimestamp";
|
|
295
|
+
const _RTAISE = "ResponsibilityTransferAlreadyInStatusException";
|
|
296
|
+
const _RTN = "ResponsibilityTransferName";
|
|
297
|
+
const _RTNFE = "ResponsibilityTransferNotFoundException";
|
|
298
|
+
const _RTe = "ResponsibilityTransfer";
|
|
299
|
+
const _RTes = "ResponsibilityTransfers";
|
|
278
300
|
const _Re = "Resources";
|
|
279
301
|
const _Ro = "Root";
|
|
280
302
|
const _Roo = "Roots";
|
|
281
303
|
const _S = "Status";
|
|
282
304
|
const _SE = "ServiceException";
|
|
305
|
+
const _SN = "SourceName";
|
|
283
306
|
const _SP = "ServicePrincipal";
|
|
284
307
|
const _SPI = "SourceParentId";
|
|
285
308
|
const _SPNFE = "SourceParentNotFoundException";
|
|
309
|
+
const _ST = "StartTimestamp";
|
|
310
|
+
const _So = "Source";
|
|
286
311
|
const _St = "State";
|
|
287
312
|
const _Sta = "States";
|
|
288
313
|
const _T = "Type";
|
|
@@ -290,8 +315,12 @@ const _TI = "TargetId";
|
|
|
290
315
|
const _TK = "TagKeys";
|
|
291
316
|
const _TMRE = "TooManyRequestsException";
|
|
292
317
|
const _TNFE = "TargetNotFoundException";
|
|
318
|
+
const _TP = "TransferParticipant";
|
|
293
319
|
const _TR = "TagResource";
|
|
294
320
|
const _TRR = "TagResourceRequest";
|
|
321
|
+
const _TRT = "TerminateResponsibilityTransfer";
|
|
322
|
+
const _TRTR = "TerminateResponsibilityTransferRequest";
|
|
323
|
+
const _TRTRe = "TerminateResponsibilityTransferResponse";
|
|
295
324
|
const _Ta = "Tags";
|
|
296
325
|
const _Tag = "Tag";
|
|
297
326
|
const _Tar = "Target";
|
|
@@ -305,6 +334,9 @@ const _UPR = "UpdatePolicyRequest";
|
|
|
305
334
|
const _UPRp = "UpdatePolicyResponse";
|
|
306
335
|
const _UR = "UntagResource";
|
|
307
336
|
const _URR = "UntagResourceRequest";
|
|
337
|
+
const _URT = "UpdateResponsibilityTransfer";
|
|
338
|
+
const _URTR = "UpdateResponsibilityTransferRequest";
|
|
339
|
+
const _URTRp = "UpdateResponsibilityTransferResponse";
|
|
308
340
|
const _V = "Value";
|
|
309
341
|
const _c = "client";
|
|
310
342
|
const _e = "error";
|
|
@@ -313,7 +345,7 @@ const _s = "server";
|
|
|
313
345
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.organizations";
|
|
314
346
|
const n0 = "com.amazonaws.organizations";
|
|
315
347
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
316
|
-
import { AccessDeniedException as __AccessDeniedException, AccessDeniedForDependencyException as __AccessDeniedForDependencyException, AccountAlreadyClosedException as __AccountAlreadyClosedException, AccountAlreadyRegisteredException as __AccountAlreadyRegisteredException, AccountNotFoundException as __AccountNotFoundException, AccountNotRegisteredException as __AccountNotRegisteredException, AccountOwnerNotVerifiedException as __AccountOwnerNotVerifiedException, AlreadyInOrganizationException as __AlreadyInOrganizationException, AWSOrganizationsNotInUseException as __AWSOrganizationsNotInUseException, ChildNotFoundException as __ChildNotFoundException, ConcurrentModificationException as __ConcurrentModificationException, ConflictException as __ConflictException, ConstraintViolationException as __ConstraintViolationException, CreateAccountStatusNotFoundException as __CreateAccountStatusNotFoundException, DestinationParentNotFoundException as __DestinationParentNotFoundException, DuplicateAccountException as __DuplicateAccountException, DuplicateHandshakeException as __DuplicateHandshakeException, DuplicateOrganizationalUnitException as __DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException as __DuplicatePolicyAttachmentException, DuplicatePolicyException as __DuplicatePolicyException, EffectivePolicyNotFoundException as __EffectivePolicyNotFoundException, FinalizingOrganizationException as __FinalizingOrganizationException, HandshakeAlreadyInStateException as __HandshakeAlreadyInStateException, HandshakeConstraintViolationException as __HandshakeConstraintViolationException, HandshakeNotFoundException as __HandshakeNotFoundException, InvalidHandshakeTransitionException as __InvalidHandshakeTransitionException, InvalidInputException as __InvalidInputException, MalformedPolicyDocumentException as __MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException as __MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException as __OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException as __OrganizationalUnitNotFoundException, OrganizationNotEmptyException as __OrganizationNotEmptyException, ParentNotFoundException as __ParentNotFoundException, PolicyChangesInProgressException as __PolicyChangesInProgressException, PolicyInUseException as __PolicyInUseException, PolicyNotAttachedException as __PolicyNotAttachedException, PolicyNotFoundException as __PolicyNotFoundException, PolicyTypeAlreadyEnabledException as __PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException as __PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException as __PolicyTypeNotEnabledException, ResourcePolicyNotFoundException as __ResourcePolicyNotFoundException, RootNotFoundException as __RootNotFoundException, ServiceException as __ServiceException, SourceParentNotFoundException as __SourceParentNotFoundException, TargetNotFoundException as __TargetNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnsupportedAPIEndpointException as __UnsupportedAPIEndpointException, } from "../models/errors";
|
|
348
|
+
import { AccessDeniedException as __AccessDeniedException, AccessDeniedForDependencyException as __AccessDeniedForDependencyException, AccountAlreadyClosedException as __AccountAlreadyClosedException, AccountAlreadyRegisteredException as __AccountAlreadyRegisteredException, AccountNotFoundException as __AccountNotFoundException, AccountNotRegisteredException as __AccountNotRegisteredException, AccountOwnerNotVerifiedException as __AccountOwnerNotVerifiedException, AlreadyInOrganizationException as __AlreadyInOrganizationException, AWSOrganizationsNotInUseException as __AWSOrganizationsNotInUseException, ChildNotFoundException as __ChildNotFoundException, ConcurrentModificationException as __ConcurrentModificationException, ConflictException as __ConflictException, ConstraintViolationException as __ConstraintViolationException, CreateAccountStatusNotFoundException as __CreateAccountStatusNotFoundException, DestinationParentNotFoundException as __DestinationParentNotFoundException, DuplicateAccountException as __DuplicateAccountException, DuplicateHandshakeException as __DuplicateHandshakeException, DuplicateOrganizationalUnitException as __DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException as __DuplicatePolicyAttachmentException, DuplicatePolicyException as __DuplicatePolicyException, EffectivePolicyNotFoundException as __EffectivePolicyNotFoundException, FinalizingOrganizationException as __FinalizingOrganizationException, HandshakeAlreadyInStateException as __HandshakeAlreadyInStateException, HandshakeConstraintViolationException as __HandshakeConstraintViolationException, HandshakeNotFoundException as __HandshakeNotFoundException, InvalidHandshakeTransitionException as __InvalidHandshakeTransitionException, InvalidInputException as __InvalidInputException, InvalidResponsibilityTransferTransitionException as __InvalidResponsibilityTransferTransitionException, MalformedPolicyDocumentException as __MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException as __MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException as __OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException as __OrganizationalUnitNotFoundException, OrganizationNotEmptyException as __OrganizationNotEmptyException, ParentNotFoundException as __ParentNotFoundException, PolicyChangesInProgressException as __PolicyChangesInProgressException, PolicyInUseException as __PolicyInUseException, PolicyNotAttachedException as __PolicyNotAttachedException, PolicyNotFoundException as __PolicyNotFoundException, PolicyTypeAlreadyEnabledException as __PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException as __PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException as __PolicyTypeNotEnabledException, ResourcePolicyNotFoundException as __ResourcePolicyNotFoundException, ResponsibilityTransferAlreadyInStatusException as __ResponsibilityTransferAlreadyInStatusException, ResponsibilityTransferNotFoundException as __ResponsibilityTransferNotFoundException, RootNotFoundException as __RootNotFoundException, ServiceException as __ServiceException, SourceParentNotFoundException as __SourceParentNotFoundException, TargetNotFoundException as __TargetNotFoundException, TooManyRequestsException as __TooManyRequestsException, UnsupportedAPIEndpointException as __UnsupportedAPIEndpointException, } from "../models/errors";
|
|
317
349
|
import { OrganizationsServiceException as __OrganizationsServiceException } from "../models/OrganizationsServiceException";
|
|
318
350
|
export var AccountName = [0, n0, _AN, 8, 0];
|
|
319
351
|
export var CreateAccountName = [0, n0, _CAN, 8, 0];
|
|
@@ -321,6 +353,7 @@ export var Email = [0, n0, _E, 8, 0];
|
|
|
321
353
|
export var HandshakeNotes = [0, n0, _HN, 8, 0];
|
|
322
354
|
export var HandshakePartyId = [0, n0, _HPI, 8, 0];
|
|
323
355
|
export var HandshakeResourceValue = [0, n0, _HRV, 8, 0];
|
|
356
|
+
export var ResponsibilityTransferName = [0, n0, _RTN, 8, 0];
|
|
324
357
|
export var AcceptHandshakeRequest = [3, n0, _AHR, 0, [_HI], [0]];
|
|
325
358
|
export var AcceptHandshakeResponse = [3, n0, _AHRc, 0, [_H], [[() => Handshake, 0]]];
|
|
326
359
|
export var AccessDeniedException = [
|
|
@@ -606,6 +639,15 @@ export var DescribeOrganizationResponse = [3, n0, _DOR, 0, [_O], [[() => Organiz
|
|
|
606
639
|
export var DescribePolicyRequest = [3, n0, _DPRe, 0, [_PI], [0]];
|
|
607
640
|
export var DescribePolicyResponse = [3, n0, _DPRes, 0, [_P], [() => Policy]];
|
|
608
641
|
export var DescribeResourcePolicyResponse = [3, n0, _DRPR, 0, [_RP], [() => ResourcePolicy]];
|
|
642
|
+
export var DescribeResponsibilityTransferRequest = [3, n0, _DRTR, 0, [_I], [0]];
|
|
643
|
+
export var DescribeResponsibilityTransferResponse = [
|
|
644
|
+
3,
|
|
645
|
+
n0,
|
|
646
|
+
_DRTRe,
|
|
647
|
+
0,
|
|
648
|
+
[_RTe],
|
|
649
|
+
[[() => ResponsibilityTransfer, 0]],
|
|
650
|
+
];
|
|
609
651
|
export var DestinationParentNotFoundException = [
|
|
610
652
|
-3,
|
|
611
653
|
n0,
|
|
@@ -798,6 +840,18 @@ export var InvalidInputException = [
|
|
|
798
840
|
[0, 0],
|
|
799
841
|
];
|
|
800
842
|
TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
|
|
843
|
+
export var InvalidResponsibilityTransferTransitionException = [
|
|
844
|
+
-3,
|
|
845
|
+
n0,
|
|
846
|
+
_IRTTE,
|
|
847
|
+
{
|
|
848
|
+
[_e]: _c,
|
|
849
|
+
[_hE]: 409,
|
|
850
|
+
},
|
|
851
|
+
[_M],
|
|
852
|
+
[0],
|
|
853
|
+
];
|
|
854
|
+
TypeRegistry.for(n0).registerError(InvalidResponsibilityTransferTransitionException, __InvalidResponsibilityTransferTransitionException);
|
|
801
855
|
export var InviteAccountToOrganizationRequest = [
|
|
802
856
|
3,
|
|
803
857
|
n0,
|
|
@@ -814,6 +868,22 @@ export var InviteAccountToOrganizationResponse = [
|
|
|
814
868
|
[_H],
|
|
815
869
|
[[() => Handshake, 0]],
|
|
816
870
|
];
|
|
871
|
+
export var InviteOrganizationToTransferResponsibilityRequest = [
|
|
872
|
+
3,
|
|
873
|
+
n0,
|
|
874
|
+
_IOTTRR,
|
|
875
|
+
0,
|
|
876
|
+
[_T, _Tar, _No, _ST, _SN, _Ta],
|
|
877
|
+
[0, [() => HandshakeParty, 0], [() => HandshakeNotes, 0], 4, [() => ResponsibilityTransferName, 0], () => Tags],
|
|
878
|
+
];
|
|
879
|
+
export var InviteOrganizationToTransferResponsibilityResponse = [
|
|
880
|
+
3,
|
|
881
|
+
n0,
|
|
882
|
+
_IOTTRRn,
|
|
883
|
+
0,
|
|
884
|
+
[_H],
|
|
885
|
+
[[() => Handshake, 0]],
|
|
886
|
+
];
|
|
817
887
|
export var ListAccountsForParentRequest = [3, n0, _LAFPR, 0, [_PIa, _NT, _MR], [0, 0, 1]];
|
|
818
888
|
export var ListAccountsForParentResponse = [
|
|
819
889
|
3,
|
|
@@ -941,6 +1011,22 @@ export var ListHandshakesForOrganizationResponse = [
|
|
|
941
1011
|
[_Ha, _NT],
|
|
942
1012
|
[[() => Handshakes, 0], 0],
|
|
943
1013
|
];
|
|
1014
|
+
export var ListInboundResponsibilityTransfersRequest = [
|
|
1015
|
+
3,
|
|
1016
|
+
n0,
|
|
1017
|
+
_LIRTR,
|
|
1018
|
+
0,
|
|
1019
|
+
[_T, _I, _NT, _MR],
|
|
1020
|
+
[0, 0, 0, 1],
|
|
1021
|
+
];
|
|
1022
|
+
export var ListInboundResponsibilityTransfersResponse = [
|
|
1023
|
+
3,
|
|
1024
|
+
n0,
|
|
1025
|
+
_LIRTRi,
|
|
1026
|
+
0,
|
|
1027
|
+
[_RTes, _NT],
|
|
1028
|
+
[[() => ResponsibilityTransfers, 0], 0],
|
|
1029
|
+
];
|
|
944
1030
|
export var ListOrganizationalUnitsForParentRequest = [
|
|
945
1031
|
3,
|
|
946
1032
|
n0,
|
|
@@ -957,6 +1043,22 @@ export var ListOrganizationalUnitsForParentResponse = [
|
|
|
957
1043
|
[_OUr, _NT],
|
|
958
1044
|
[() => OrganizationalUnits, 0],
|
|
959
1045
|
];
|
|
1046
|
+
export var ListOutboundResponsibilityTransfersRequest = [
|
|
1047
|
+
3,
|
|
1048
|
+
n0,
|
|
1049
|
+
_LORTR,
|
|
1050
|
+
0,
|
|
1051
|
+
[_T, _NT, _MR],
|
|
1052
|
+
[0, 0, 1],
|
|
1053
|
+
];
|
|
1054
|
+
export var ListOutboundResponsibilityTransfersResponse = [
|
|
1055
|
+
3,
|
|
1056
|
+
n0,
|
|
1057
|
+
_LORTRi,
|
|
1058
|
+
0,
|
|
1059
|
+
[_RTes, _NT],
|
|
1060
|
+
[[() => ResponsibilityTransfers, 0], 0],
|
|
1061
|
+
];
|
|
960
1062
|
export var ListParentsRequest = [3, n0, _LPR, 0, [_CI, _NT, _MR], [0, 0, 1]];
|
|
961
1063
|
export var ListParentsResponse = [3, n0, _LPRi, 0, [_Par, _NT], [() => Parents, 0]];
|
|
962
1064
|
export var ListPoliciesForTargetRequest = [3, n0, _LPFTR, 0, [_TI, _F, _NT, _MR], [0, 0, 0, 1]];
|
|
@@ -1164,6 +1266,49 @@ export var ResourcePolicyNotFoundException = [
|
|
|
1164
1266
|
];
|
|
1165
1267
|
TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException, __ResourcePolicyNotFoundException);
|
|
1166
1268
|
export var ResourcePolicySummary = [3, n0, _RPS, 0, [_I, _Ar], [0, 0]];
|
|
1269
|
+
export var ResponsibilityTransfer = [
|
|
1270
|
+
3,
|
|
1271
|
+
n0,
|
|
1272
|
+
_RTe,
|
|
1273
|
+
0,
|
|
1274
|
+
[_Ar, _N, _I, _T, _S, _So, _Tar, _ST, _ETn, _AHI],
|
|
1275
|
+
[
|
|
1276
|
+
0,
|
|
1277
|
+
[() => ResponsibilityTransferName, 0],
|
|
1278
|
+
0,
|
|
1279
|
+
0,
|
|
1280
|
+
0,
|
|
1281
|
+
[() => TransferParticipant, 0],
|
|
1282
|
+
[() => TransferParticipant, 0],
|
|
1283
|
+
4,
|
|
1284
|
+
4,
|
|
1285
|
+
0,
|
|
1286
|
+
],
|
|
1287
|
+
];
|
|
1288
|
+
export var ResponsibilityTransferAlreadyInStatusException = [
|
|
1289
|
+
-3,
|
|
1290
|
+
n0,
|
|
1291
|
+
_RTAISE,
|
|
1292
|
+
{
|
|
1293
|
+
[_e]: _c,
|
|
1294
|
+
[_hE]: 409,
|
|
1295
|
+
},
|
|
1296
|
+
[_M],
|
|
1297
|
+
[0],
|
|
1298
|
+
];
|
|
1299
|
+
TypeRegistry.for(n0).registerError(ResponsibilityTransferAlreadyInStatusException, __ResponsibilityTransferAlreadyInStatusException);
|
|
1300
|
+
export var ResponsibilityTransferNotFoundException = [
|
|
1301
|
+
-3,
|
|
1302
|
+
n0,
|
|
1303
|
+
_RTNFE,
|
|
1304
|
+
{
|
|
1305
|
+
[_e]: _c,
|
|
1306
|
+
[_hE]: 404,
|
|
1307
|
+
},
|
|
1308
|
+
[_M],
|
|
1309
|
+
[0],
|
|
1310
|
+
];
|
|
1311
|
+
TypeRegistry.for(n0).registerError(ResponsibilityTransferNotFoundException, __ResponsibilityTransferNotFoundException);
|
|
1167
1312
|
export var Root = [3, n0, _Ro, 0, [_I, _Ar, _N, _PTo], [0, 0, 0, () => PolicyTypes]];
|
|
1168
1313
|
export var RootNotFoundException = [
|
|
1169
1314
|
-3,
|
|
@@ -1215,6 +1360,15 @@ export var TargetNotFoundException = [
|
|
|
1215
1360
|
[0],
|
|
1216
1361
|
];
|
|
1217
1362
|
TypeRegistry.for(n0).registerError(TargetNotFoundException, __TargetNotFoundException);
|
|
1363
|
+
export var TerminateResponsibilityTransferRequest = [3, n0, _TRTR, 0, [_I, _ETn], [0, 4]];
|
|
1364
|
+
export var TerminateResponsibilityTransferResponse = [
|
|
1365
|
+
3,
|
|
1366
|
+
n0,
|
|
1367
|
+
_TRTRe,
|
|
1368
|
+
0,
|
|
1369
|
+
[_RTe],
|
|
1370
|
+
[[() => ResponsibilityTransfer, 0]],
|
|
1371
|
+
];
|
|
1218
1372
|
export var TooManyRequestsException = [
|
|
1219
1373
|
-3,
|
|
1220
1374
|
n0,
|
|
@@ -1227,6 +1381,7 @@ export var TooManyRequestsException = [
|
|
|
1227
1381
|
[0, 0],
|
|
1228
1382
|
];
|
|
1229
1383
|
TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
|
|
1384
|
+
export var TransferParticipant = [3, n0, _TP, 0, [_MAIa, _MAEa], [0, [() => Email, 0]]];
|
|
1230
1385
|
export var UnsupportedAPIEndpointException = [
|
|
1231
1386
|
-3,
|
|
1232
1387
|
n0,
|
|
@@ -1251,6 +1406,22 @@ export var UpdateOrganizationalUnitResponse = [
|
|
|
1251
1406
|
];
|
|
1252
1407
|
export var UpdatePolicyRequest = [3, n0, _UPR, 0, [_PI, _N, _D, _Co], [0, 0, 0, 0]];
|
|
1253
1408
|
export var UpdatePolicyResponse = [3, n0, _UPRp, 0, [_P], [() => Policy]];
|
|
1409
|
+
export var UpdateResponsibilityTransferRequest = [
|
|
1410
|
+
3,
|
|
1411
|
+
n0,
|
|
1412
|
+
_URTR,
|
|
1413
|
+
0,
|
|
1414
|
+
[_I, _N],
|
|
1415
|
+
[0, [() => ResponsibilityTransferName, 0]],
|
|
1416
|
+
];
|
|
1417
|
+
export var UpdateResponsibilityTransferResponse = [
|
|
1418
|
+
3,
|
|
1419
|
+
n0,
|
|
1420
|
+
_URTRp,
|
|
1421
|
+
0,
|
|
1422
|
+
[_RTe],
|
|
1423
|
+
[[() => ResponsibilityTransfer, 0]],
|
|
1424
|
+
];
|
|
1254
1425
|
export var __Unit = "unit";
|
|
1255
1426
|
export var OrganizationsServiceException = [-3, _sm, "OrganizationsServiceException", 0, [], []];
|
|
1256
1427
|
TypeRegistry.for(_sm).registerError(OrganizationsServiceException, __OrganizationsServiceException);
|
|
@@ -1271,6 +1442,7 @@ export var Policies = [1, n0, _Po, 0, () => PolicySummary];
|
|
|
1271
1442
|
export var PolicyIds = 64 | 0;
|
|
1272
1443
|
export var PolicyTargets = [1, n0, _PTol, 0, () => PolicyTargetSummary];
|
|
1273
1444
|
export var PolicyTypes = [1, n0, _PTo, 0, () => PolicyTypeSummary];
|
|
1445
|
+
export var ResponsibilityTransfers = [1, n0, _RTes, 0, [() => ResponsibilityTransfer, 0]];
|
|
1274
1446
|
export var Roots = [1, n0, _Roo, 0, () => Root];
|
|
1275
1447
|
export var TagKeys = 64 | 0;
|
|
1276
1448
|
export var Tags = [1, n0, _Ta, 0, () => Tag];
|
|
@@ -1423,6 +1595,14 @@ export var DescribeResourcePolicy = [
|
|
|
1423
1595
|
() => __Unit,
|
|
1424
1596
|
() => DescribeResourcePolicyResponse,
|
|
1425
1597
|
];
|
|
1598
|
+
export var DescribeResponsibilityTransfer = [
|
|
1599
|
+
9,
|
|
1600
|
+
n0,
|
|
1601
|
+
_DRT,
|
|
1602
|
+
0,
|
|
1603
|
+
() => DescribeResponsibilityTransferRequest,
|
|
1604
|
+
() => DescribeResponsibilityTransferResponse,
|
|
1605
|
+
];
|
|
1426
1606
|
export var DetachPolicy = [9, n0, _DPet, 0, () => DetachPolicyRequest, () => __Unit];
|
|
1427
1607
|
export var DisableAWSServiceAccess = [
|
|
1428
1608
|
9,
|
|
@@ -1472,6 +1652,14 @@ export var InviteAccountToOrganization = [
|
|
|
1472
1652
|
() => InviteAccountToOrganizationRequest,
|
|
1473
1653
|
() => InviteAccountToOrganizationResponse,
|
|
1474
1654
|
];
|
|
1655
|
+
export var InviteOrganizationToTransferResponsibility = [
|
|
1656
|
+
9,
|
|
1657
|
+
n0,
|
|
1658
|
+
_IOTTR,
|
|
1659
|
+
0,
|
|
1660
|
+
() => InviteOrganizationToTransferResponsibilityRequest,
|
|
1661
|
+
() => InviteOrganizationToTransferResponsibilityResponse,
|
|
1662
|
+
];
|
|
1475
1663
|
export var LeaveOrganization = [9, n0, _LO, 0, () => __Unit, () => __Unit];
|
|
1476
1664
|
export var ListAccounts = [9, n0, _LA, 0, () => ListAccountsRequest, () => ListAccountsResponse];
|
|
1477
1665
|
export var ListAccountsForParent = [
|
|
@@ -1547,6 +1735,14 @@ export var ListHandshakesForOrganization = [
|
|
|
1547
1735
|
() => ListHandshakesForOrganizationRequest,
|
|
1548
1736
|
() => ListHandshakesForOrganizationResponse,
|
|
1549
1737
|
];
|
|
1738
|
+
export var ListInboundResponsibilityTransfers = [
|
|
1739
|
+
9,
|
|
1740
|
+
n0,
|
|
1741
|
+
_LIRT,
|
|
1742
|
+
0,
|
|
1743
|
+
() => ListInboundResponsibilityTransfersRequest,
|
|
1744
|
+
() => ListInboundResponsibilityTransfersResponse,
|
|
1745
|
+
];
|
|
1550
1746
|
export var ListOrganizationalUnitsForParent = [
|
|
1551
1747
|
9,
|
|
1552
1748
|
n0,
|
|
@@ -1555,6 +1751,14 @@ export var ListOrganizationalUnitsForParent = [
|
|
|
1555
1751
|
() => ListOrganizationalUnitsForParentRequest,
|
|
1556
1752
|
() => ListOrganizationalUnitsForParentResponse,
|
|
1557
1753
|
];
|
|
1754
|
+
export var ListOutboundResponsibilityTransfers = [
|
|
1755
|
+
9,
|
|
1756
|
+
n0,
|
|
1757
|
+
_LORT,
|
|
1758
|
+
0,
|
|
1759
|
+
() => ListOutboundResponsibilityTransfersRequest,
|
|
1760
|
+
() => ListOutboundResponsibilityTransfersResponse,
|
|
1761
|
+
];
|
|
1558
1762
|
export var ListParents = [9, n0, _LP, 0, () => ListParentsRequest, () => ListParentsResponse];
|
|
1559
1763
|
export var ListPolicies = [
|
|
1560
1764
|
9,
|
|
@@ -1615,6 +1819,14 @@ export var RemoveAccountFromOrganization = [
|
|
|
1615
1819
|
() => __Unit,
|
|
1616
1820
|
];
|
|
1617
1821
|
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => __Unit];
|
|
1822
|
+
export var TerminateResponsibilityTransfer = [
|
|
1823
|
+
9,
|
|
1824
|
+
n0,
|
|
1825
|
+
_TRT,
|
|
1826
|
+
0,
|
|
1827
|
+
() => TerminateResponsibilityTransferRequest,
|
|
1828
|
+
() => TerminateResponsibilityTransferResponse,
|
|
1829
|
+
];
|
|
1618
1830
|
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest, () => __Unit];
|
|
1619
1831
|
export var UpdateOrganizationalUnit = [
|
|
1620
1832
|
9,
|
|
@@ -1625,3 +1837,11 @@ export var UpdateOrganizationalUnit = [
|
|
|
1625
1837
|
() => UpdateOrganizationalUnitResponse,
|
|
1626
1838
|
];
|
|
1627
1839
|
export var UpdatePolicy = [9, n0, _UP, 0, () => UpdatePolicyRequest, () => UpdatePolicyResponse];
|
|
1840
|
+
export var UpdateResponsibilityTransfer = [
|
|
1841
|
+
9,
|
|
1842
|
+
n0,
|
|
1843
|
+
_URT,
|
|
1844
|
+
0,
|
|
1845
|
+
() => UpdateResponsibilityTransferRequest,
|
|
1846
|
+
() => UpdateResponsibilityTransferResponse,
|
|
1847
|
+
];
|
|
@@ -22,6 +22,7 @@ import { DescribeOrganizationalUnitCommandInput, DescribeOrganizationalUnitComma
|
|
|
22
22
|
import { DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput } from "./commands/DescribeOrganizationCommand";
|
|
23
23
|
import { DescribePolicyCommandInput, DescribePolicyCommandOutput } from "./commands/DescribePolicyCommand";
|
|
24
24
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
25
|
+
import { DescribeResponsibilityTransferCommandInput, DescribeResponsibilityTransferCommandOutput } from "./commands/DescribeResponsibilityTransferCommand";
|
|
25
26
|
import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "./commands/DetachPolicyCommand";
|
|
26
27
|
import { DisableAWSServiceAccessCommandInput, DisableAWSServiceAccessCommandOutput } from "./commands/DisableAWSServiceAccessCommand";
|
|
27
28
|
import { DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput } from "./commands/DisablePolicyTypeCommand";
|
|
@@ -29,6 +30,7 @@ import { EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput } from ".
|
|
|
29
30
|
import { EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput } from "./commands/EnableAWSServiceAccessCommand";
|
|
30
31
|
import { EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput } from "./commands/EnablePolicyTypeCommand";
|
|
31
32
|
import { InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput } from "./commands/InviteAccountToOrganizationCommand";
|
|
33
|
+
import { InviteOrganizationToTransferResponsibilityCommandInput, InviteOrganizationToTransferResponsibilityCommandOutput } from "./commands/InviteOrganizationToTransferResponsibilityCommand";
|
|
32
34
|
import { LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput } from "./commands/LeaveOrganizationCommand";
|
|
33
35
|
import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
|
|
34
36
|
import { ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput } from "./commands/ListAccountsForParentCommand";
|
|
@@ -41,7 +43,9 @@ import { ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAc
|
|
|
41
43
|
import { ListEffectivePolicyValidationErrorsCommandInput, ListEffectivePolicyValidationErrorsCommandOutput } from "./commands/ListEffectivePolicyValidationErrorsCommand";
|
|
42
44
|
import { ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput } from "./commands/ListHandshakesForAccountCommand";
|
|
43
45
|
import { ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput } from "./commands/ListHandshakesForOrganizationCommand";
|
|
46
|
+
import { ListInboundResponsibilityTransfersCommandInput, ListInboundResponsibilityTransfersCommandOutput } from "./commands/ListInboundResponsibilityTransfersCommand";
|
|
44
47
|
import { ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput } from "./commands/ListOrganizationalUnitsForParentCommand";
|
|
48
|
+
import { ListOutboundResponsibilityTransfersCommandInput, ListOutboundResponsibilityTransfersCommandOutput } from "./commands/ListOutboundResponsibilityTransfersCommand";
|
|
45
49
|
import { ListParentsCommandInput, ListParentsCommandOutput } from "./commands/ListParentsCommand";
|
|
46
50
|
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
47
51
|
import { ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput } from "./commands/ListPoliciesForTargetCommand";
|
|
@@ -53,9 +57,11 @@ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from ".
|
|
|
53
57
|
import { RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput } from "./commands/RegisterDelegatedAdministratorCommand";
|
|
54
58
|
import { RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput } from "./commands/RemoveAccountFromOrganizationCommand";
|
|
55
59
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
60
|
+
import { TerminateResponsibilityTransferCommandInput, TerminateResponsibilityTransferCommandOutput } from "./commands/TerminateResponsibilityTransferCommand";
|
|
56
61
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
57
62
|
import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput } from "./commands/UpdateOrganizationalUnitCommand";
|
|
58
63
|
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
64
|
+
import { UpdateResponsibilityTransferCommandInput, UpdateResponsibilityTransferCommandOutput } from "./commands/UpdateResponsibilityTransferCommand";
|
|
59
65
|
import { OrganizationsClient } from "./OrganizationsClient";
|
|
60
66
|
export interface Organizations {
|
|
61
67
|
/**
|
|
@@ -201,6 +207,12 @@ export interface Organizations {
|
|
|
201
207
|
describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourcePolicyCommandOutput>;
|
|
202
208
|
describeResourcePolicy(args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
|
|
203
209
|
describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
|
|
210
|
+
/**
|
|
211
|
+
* @see {@link DescribeResponsibilityTransferCommand}
|
|
212
|
+
*/
|
|
213
|
+
describeResponsibilityTransfer(args: DescribeResponsibilityTransferCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResponsibilityTransferCommandOutput>;
|
|
214
|
+
describeResponsibilityTransfer(args: DescribeResponsibilityTransferCommandInput, cb: (err: any, data?: DescribeResponsibilityTransferCommandOutput) => void): void;
|
|
215
|
+
describeResponsibilityTransfer(args: DescribeResponsibilityTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResponsibilityTransferCommandOutput) => void): void;
|
|
204
216
|
/**
|
|
205
217
|
* @see {@link DetachPolicyCommand}
|
|
206
218
|
*/
|
|
@@ -244,6 +256,12 @@ export interface Organizations {
|
|
|
244
256
|
inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<InviteAccountToOrganizationCommandOutput>;
|
|
245
257
|
inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, cb: (err: any, data?: InviteAccountToOrganizationCommandOutput) => void): void;
|
|
246
258
|
inviteAccountToOrganization(args: InviteAccountToOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteAccountToOrganizationCommandOutput) => void): void;
|
|
259
|
+
/**
|
|
260
|
+
* @see {@link InviteOrganizationToTransferResponsibilityCommand}
|
|
261
|
+
*/
|
|
262
|
+
inviteOrganizationToTransferResponsibility(args: InviteOrganizationToTransferResponsibilityCommandInput, options?: __HttpHandlerOptions): Promise<InviteOrganizationToTransferResponsibilityCommandOutput>;
|
|
263
|
+
inviteOrganizationToTransferResponsibility(args: InviteOrganizationToTransferResponsibilityCommandInput, cb: (err: any, data?: InviteOrganizationToTransferResponsibilityCommandOutput) => void): void;
|
|
264
|
+
inviteOrganizationToTransferResponsibility(args: InviteOrganizationToTransferResponsibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InviteOrganizationToTransferResponsibilityCommandOutput) => void): void;
|
|
247
265
|
/**
|
|
248
266
|
* @see {@link LeaveOrganizationCommand}
|
|
249
267
|
*/
|
|
@@ -323,12 +341,24 @@ export interface Organizations {
|
|
|
323
341
|
listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<ListHandshakesForOrganizationCommandOutput>;
|
|
324
342
|
listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, cb: (err: any, data?: ListHandshakesForOrganizationCommandOutput) => void): void;
|
|
325
343
|
listHandshakesForOrganization(args: ListHandshakesForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHandshakesForOrganizationCommandOutput) => void): void;
|
|
344
|
+
/**
|
|
345
|
+
* @see {@link ListInboundResponsibilityTransfersCommand}
|
|
346
|
+
*/
|
|
347
|
+
listInboundResponsibilityTransfers(args: ListInboundResponsibilityTransfersCommandInput, options?: __HttpHandlerOptions): Promise<ListInboundResponsibilityTransfersCommandOutput>;
|
|
348
|
+
listInboundResponsibilityTransfers(args: ListInboundResponsibilityTransfersCommandInput, cb: (err: any, data?: ListInboundResponsibilityTransfersCommandOutput) => void): void;
|
|
349
|
+
listInboundResponsibilityTransfers(args: ListInboundResponsibilityTransfersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInboundResponsibilityTransfersCommandOutput) => void): void;
|
|
326
350
|
/**
|
|
327
351
|
* @see {@link ListOrganizationalUnitsForParentCommand}
|
|
328
352
|
*/
|
|
329
353
|
listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationalUnitsForParentCommandOutput>;
|
|
330
354
|
listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, cb: (err: any, data?: ListOrganizationalUnitsForParentCommandOutput) => void): void;
|
|
331
355
|
listOrganizationalUnitsForParent(args: ListOrganizationalUnitsForParentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationalUnitsForParentCommandOutput) => void): void;
|
|
356
|
+
/**
|
|
357
|
+
* @see {@link ListOutboundResponsibilityTransfersCommand}
|
|
358
|
+
*/
|
|
359
|
+
listOutboundResponsibilityTransfers(args: ListOutboundResponsibilityTransfersCommandInput, options?: __HttpHandlerOptions): Promise<ListOutboundResponsibilityTransfersCommandOutput>;
|
|
360
|
+
listOutboundResponsibilityTransfers(args: ListOutboundResponsibilityTransfersCommandInput, cb: (err: any, data?: ListOutboundResponsibilityTransfersCommandOutput) => void): void;
|
|
361
|
+
listOutboundResponsibilityTransfers(args: ListOutboundResponsibilityTransfersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOutboundResponsibilityTransfersCommandOutput) => void): void;
|
|
332
362
|
/**
|
|
333
363
|
* @see {@link ListParentsCommand}
|
|
334
364
|
*/
|
|
@@ -396,6 +426,12 @@ export interface Organizations {
|
|
|
396
426
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
397
427
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
398
428
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
429
|
+
/**
|
|
430
|
+
* @see {@link TerminateResponsibilityTransferCommand}
|
|
431
|
+
*/
|
|
432
|
+
terminateResponsibilityTransfer(args: TerminateResponsibilityTransferCommandInput, options?: __HttpHandlerOptions): Promise<TerminateResponsibilityTransferCommandOutput>;
|
|
433
|
+
terminateResponsibilityTransfer(args: TerminateResponsibilityTransferCommandInput, cb: (err: any, data?: TerminateResponsibilityTransferCommandOutput) => void): void;
|
|
434
|
+
terminateResponsibilityTransfer(args: TerminateResponsibilityTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TerminateResponsibilityTransferCommandOutput) => void): void;
|
|
399
435
|
/**
|
|
400
436
|
* @see {@link UntagResourceCommand}
|
|
401
437
|
*/
|
|
@@ -414,6 +450,12 @@ export interface Organizations {
|
|
|
414
450
|
updatePolicy(args: UpdatePolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePolicyCommandOutput>;
|
|
415
451
|
updatePolicy(args: UpdatePolicyCommandInput, cb: (err: any, data?: UpdatePolicyCommandOutput) => void): void;
|
|
416
452
|
updatePolicy(args: UpdatePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePolicyCommandOutput) => void): void;
|
|
453
|
+
/**
|
|
454
|
+
* @see {@link UpdateResponsibilityTransferCommand}
|
|
455
|
+
*/
|
|
456
|
+
updateResponsibilityTransfer(args: UpdateResponsibilityTransferCommandInput, options?: __HttpHandlerOptions): Promise<UpdateResponsibilityTransferCommandOutput>;
|
|
457
|
+
updateResponsibilityTransfer(args: UpdateResponsibilityTransferCommandInput, cb: (err: any, data?: UpdateResponsibilityTransferCommandOutput) => void): void;
|
|
458
|
+
updateResponsibilityTransfer(args: UpdateResponsibilityTransferCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResponsibilityTransferCommandOutput) => void): void;
|
|
417
459
|
}
|
|
418
460
|
/**
|
|
419
461
|
* <p>Organizations is a web service that enables you to consolidate your multiple
|
|
@@ -30,6 +30,7 @@ import { DescribeOrganizationalUnitCommandInput, DescribeOrganizationalUnitComma
|
|
|
30
30
|
import { DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput } from "./commands/DescribeOrganizationCommand";
|
|
31
31
|
import { DescribePolicyCommandInput, DescribePolicyCommandOutput } from "./commands/DescribePolicyCommand";
|
|
32
32
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
|
|
33
|
+
import { DescribeResponsibilityTransferCommandInput, DescribeResponsibilityTransferCommandOutput } from "./commands/DescribeResponsibilityTransferCommand";
|
|
33
34
|
import { DetachPolicyCommandInput, DetachPolicyCommandOutput } from "./commands/DetachPolicyCommand";
|
|
34
35
|
import { DisableAWSServiceAccessCommandInput, DisableAWSServiceAccessCommandOutput } from "./commands/DisableAWSServiceAccessCommand";
|
|
35
36
|
import { DisablePolicyTypeCommandInput, DisablePolicyTypeCommandOutput } from "./commands/DisablePolicyTypeCommand";
|
|
@@ -37,6 +38,7 @@ import { EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput } from ".
|
|
|
37
38
|
import { EnableAWSServiceAccessCommandInput, EnableAWSServiceAccessCommandOutput } from "./commands/EnableAWSServiceAccessCommand";
|
|
38
39
|
import { EnablePolicyTypeCommandInput, EnablePolicyTypeCommandOutput } from "./commands/EnablePolicyTypeCommand";
|
|
39
40
|
import { InviteAccountToOrganizationCommandInput, InviteAccountToOrganizationCommandOutput } from "./commands/InviteAccountToOrganizationCommand";
|
|
41
|
+
import { InviteOrganizationToTransferResponsibilityCommandInput, InviteOrganizationToTransferResponsibilityCommandOutput } from "./commands/InviteOrganizationToTransferResponsibilityCommand";
|
|
40
42
|
import { LeaveOrganizationCommandInput, LeaveOrganizationCommandOutput } from "./commands/LeaveOrganizationCommand";
|
|
41
43
|
import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
|
|
42
44
|
import { ListAccountsForParentCommandInput, ListAccountsForParentCommandOutput } from "./commands/ListAccountsForParentCommand";
|
|
@@ -49,7 +51,9 @@ import { ListDelegatedServicesForAccountCommandInput, ListDelegatedServicesForAc
|
|
|
49
51
|
import { ListEffectivePolicyValidationErrorsCommandInput, ListEffectivePolicyValidationErrorsCommandOutput } from "./commands/ListEffectivePolicyValidationErrorsCommand";
|
|
50
52
|
import { ListHandshakesForAccountCommandInput, ListHandshakesForAccountCommandOutput } from "./commands/ListHandshakesForAccountCommand";
|
|
51
53
|
import { ListHandshakesForOrganizationCommandInput, ListHandshakesForOrganizationCommandOutput } from "./commands/ListHandshakesForOrganizationCommand";
|
|
54
|
+
import { ListInboundResponsibilityTransfersCommandInput, ListInboundResponsibilityTransfersCommandOutput } from "./commands/ListInboundResponsibilityTransfersCommand";
|
|
52
55
|
import { ListOrganizationalUnitsForParentCommandInput, ListOrganizationalUnitsForParentCommandOutput } from "./commands/ListOrganizationalUnitsForParentCommand";
|
|
56
|
+
import { ListOutboundResponsibilityTransfersCommandInput, ListOutboundResponsibilityTransfersCommandOutput } from "./commands/ListOutboundResponsibilityTransfersCommand";
|
|
53
57
|
import { ListParentsCommandInput, ListParentsCommandOutput } from "./commands/ListParentsCommand";
|
|
54
58
|
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "./commands/ListPoliciesCommand";
|
|
55
59
|
import { ListPoliciesForTargetCommandInput, ListPoliciesForTargetCommandOutput } from "./commands/ListPoliciesForTargetCommand";
|
|
@@ -61,20 +65,22 @@ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from ".
|
|
|
61
65
|
import { RegisterDelegatedAdministratorCommandInput, RegisterDelegatedAdministratorCommandOutput } from "./commands/RegisterDelegatedAdministratorCommand";
|
|
62
66
|
import { RemoveAccountFromOrganizationCommandInput, RemoveAccountFromOrganizationCommandOutput } from "./commands/RemoveAccountFromOrganizationCommand";
|
|
63
67
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
68
|
+
import { TerminateResponsibilityTransferCommandInput, TerminateResponsibilityTransferCommandOutput } from "./commands/TerminateResponsibilityTransferCommand";
|
|
64
69
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
65
70
|
import { UpdateOrganizationalUnitCommandInput, UpdateOrganizationalUnitCommandOutput } from "./commands/UpdateOrganizationalUnitCommand";
|
|
66
71
|
import { UpdatePolicyCommandInput, UpdatePolicyCommandOutput } from "./commands/UpdatePolicyCommand";
|
|
72
|
+
import { UpdateResponsibilityTransferCommandInput, UpdateResponsibilityTransferCommandOutput } from "./commands/UpdateResponsibilityTransferCommand";
|
|
67
73
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
68
74
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
69
75
|
export { __Client };
|
|
70
76
|
/**
|
|
71
77
|
* @public
|
|
72
78
|
*/
|
|
73
|
-
export type ServiceInputTypes = AcceptHandshakeCommandInput | AttachPolicyCommandInput | CancelHandshakeCommandInput | CloseAccountCommandInput | CreateAccountCommandInput | CreateGovCloudAccountCommandInput | CreateOrganizationCommandInput | CreateOrganizationalUnitCommandInput | CreatePolicyCommandInput | DeclineHandshakeCommandInput | DeleteOrganizationCommandInput | DeleteOrganizationalUnitCommandInput | DeletePolicyCommandInput | DeleteResourcePolicyCommandInput | DeregisterDelegatedAdministratorCommandInput | DescribeAccountCommandInput | DescribeCreateAccountStatusCommandInput | DescribeEffectivePolicyCommandInput | DescribeHandshakeCommandInput | DescribeOrganizationCommandInput | DescribeOrganizationalUnitCommandInput | DescribePolicyCommandInput | DescribeResourcePolicyCommandInput | DetachPolicyCommandInput | DisableAWSServiceAccessCommandInput | DisablePolicyTypeCommandInput | EnableAWSServiceAccessCommandInput | EnableAllFeaturesCommandInput | EnablePolicyTypeCommandInput | InviteAccountToOrganizationCommandInput | LeaveOrganizationCommandInput | ListAWSServiceAccessForOrganizationCommandInput | ListAccountsCommandInput | ListAccountsForParentCommandInput | ListAccountsWithInvalidEffectivePolicyCommandInput | ListChildrenCommandInput | ListCreateAccountStatusCommandInput | ListDelegatedAdministratorsCommandInput | ListDelegatedServicesForAccountCommandInput | ListEffectivePolicyValidationErrorsCommandInput | ListHandshakesForAccountCommandInput | ListHandshakesForOrganizationCommandInput | ListOrganizationalUnitsForParentCommandInput | ListParentsCommandInput | ListPoliciesCommandInput | ListPoliciesForTargetCommandInput | ListRootsCommandInput | ListTagsForResourceCommandInput | ListTargetsForPolicyCommandInput | MoveAccountCommandInput | PutResourcePolicyCommandInput | RegisterDelegatedAdministratorCommandInput | RemoveAccountFromOrganizationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateOrganizationalUnitCommandInput | UpdatePolicyCommandInput;
|
|
79
|
+
export type ServiceInputTypes = AcceptHandshakeCommandInput | AttachPolicyCommandInput | CancelHandshakeCommandInput | CloseAccountCommandInput | CreateAccountCommandInput | CreateGovCloudAccountCommandInput | CreateOrganizationCommandInput | CreateOrganizationalUnitCommandInput | CreatePolicyCommandInput | DeclineHandshakeCommandInput | DeleteOrganizationCommandInput | DeleteOrganizationalUnitCommandInput | DeletePolicyCommandInput | DeleteResourcePolicyCommandInput | DeregisterDelegatedAdministratorCommandInput | DescribeAccountCommandInput | DescribeCreateAccountStatusCommandInput | DescribeEffectivePolicyCommandInput | DescribeHandshakeCommandInput | DescribeOrganizationCommandInput | DescribeOrganizationalUnitCommandInput | DescribePolicyCommandInput | DescribeResourcePolicyCommandInput | DescribeResponsibilityTransferCommandInput | DetachPolicyCommandInput | DisableAWSServiceAccessCommandInput | DisablePolicyTypeCommandInput | EnableAWSServiceAccessCommandInput | EnableAllFeaturesCommandInput | EnablePolicyTypeCommandInput | InviteAccountToOrganizationCommandInput | InviteOrganizationToTransferResponsibilityCommandInput | LeaveOrganizationCommandInput | ListAWSServiceAccessForOrganizationCommandInput | ListAccountsCommandInput | ListAccountsForParentCommandInput | ListAccountsWithInvalidEffectivePolicyCommandInput | ListChildrenCommandInput | ListCreateAccountStatusCommandInput | ListDelegatedAdministratorsCommandInput | ListDelegatedServicesForAccountCommandInput | ListEffectivePolicyValidationErrorsCommandInput | ListHandshakesForAccountCommandInput | ListHandshakesForOrganizationCommandInput | ListInboundResponsibilityTransfersCommandInput | ListOrganizationalUnitsForParentCommandInput | ListOutboundResponsibilityTransfersCommandInput | ListParentsCommandInput | ListPoliciesCommandInput | ListPoliciesForTargetCommandInput | ListRootsCommandInput | ListTagsForResourceCommandInput | ListTargetsForPolicyCommandInput | MoveAccountCommandInput | PutResourcePolicyCommandInput | RegisterDelegatedAdministratorCommandInput | RemoveAccountFromOrganizationCommandInput | TagResourceCommandInput | TerminateResponsibilityTransferCommandInput | UntagResourceCommandInput | UpdateOrganizationalUnitCommandInput | UpdatePolicyCommandInput | UpdateResponsibilityTransferCommandInput;
|
|
74
80
|
/**
|
|
75
81
|
* @public
|
|
76
82
|
*/
|
|
77
|
-
export type ServiceOutputTypes = AcceptHandshakeCommandOutput | AttachPolicyCommandOutput | CancelHandshakeCommandOutput | CloseAccountCommandOutput | CreateAccountCommandOutput | CreateGovCloudAccountCommandOutput | CreateOrganizationCommandOutput | CreateOrganizationalUnitCommandOutput | CreatePolicyCommandOutput | DeclineHandshakeCommandOutput | DeleteOrganizationCommandOutput | DeleteOrganizationalUnitCommandOutput | DeletePolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeregisterDelegatedAdministratorCommandOutput | DescribeAccountCommandOutput | DescribeCreateAccountStatusCommandOutput | DescribeEffectivePolicyCommandOutput | DescribeHandshakeCommandOutput | DescribeOrganizationCommandOutput | DescribeOrganizationalUnitCommandOutput | DescribePolicyCommandOutput | DescribeResourcePolicyCommandOutput | DetachPolicyCommandOutput | DisableAWSServiceAccessCommandOutput | DisablePolicyTypeCommandOutput | EnableAWSServiceAccessCommandOutput | EnableAllFeaturesCommandOutput | EnablePolicyTypeCommandOutput | InviteAccountToOrganizationCommandOutput | LeaveOrganizationCommandOutput | ListAWSServiceAccessForOrganizationCommandOutput | ListAccountsCommandOutput | ListAccountsForParentCommandOutput | ListAccountsWithInvalidEffectivePolicyCommandOutput | ListChildrenCommandOutput | ListCreateAccountStatusCommandOutput | ListDelegatedAdministratorsCommandOutput | ListDelegatedServicesForAccountCommandOutput | ListEffectivePolicyValidationErrorsCommandOutput | ListHandshakesForAccountCommandOutput | ListHandshakesForOrganizationCommandOutput | ListOrganizationalUnitsForParentCommandOutput | ListParentsCommandOutput | ListPoliciesCommandOutput | ListPoliciesForTargetCommandOutput | ListRootsCommandOutput | ListTagsForResourceCommandOutput | ListTargetsForPolicyCommandOutput | MoveAccountCommandOutput | PutResourcePolicyCommandOutput | RegisterDelegatedAdministratorCommandOutput | RemoveAccountFromOrganizationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateOrganizationalUnitCommandOutput | UpdatePolicyCommandOutput;
|
|
83
|
+
export type ServiceOutputTypes = AcceptHandshakeCommandOutput | AttachPolicyCommandOutput | CancelHandshakeCommandOutput | CloseAccountCommandOutput | CreateAccountCommandOutput | CreateGovCloudAccountCommandOutput | CreateOrganizationCommandOutput | CreateOrganizationalUnitCommandOutput | CreatePolicyCommandOutput | DeclineHandshakeCommandOutput | DeleteOrganizationCommandOutput | DeleteOrganizationalUnitCommandOutput | DeletePolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeregisterDelegatedAdministratorCommandOutput | DescribeAccountCommandOutput | DescribeCreateAccountStatusCommandOutput | DescribeEffectivePolicyCommandOutput | DescribeHandshakeCommandOutput | DescribeOrganizationCommandOutput | DescribeOrganizationalUnitCommandOutput | DescribePolicyCommandOutput | DescribeResourcePolicyCommandOutput | DescribeResponsibilityTransferCommandOutput | DetachPolicyCommandOutput | DisableAWSServiceAccessCommandOutput | DisablePolicyTypeCommandOutput | EnableAWSServiceAccessCommandOutput | EnableAllFeaturesCommandOutput | EnablePolicyTypeCommandOutput | InviteAccountToOrganizationCommandOutput | InviteOrganizationToTransferResponsibilityCommandOutput | LeaveOrganizationCommandOutput | ListAWSServiceAccessForOrganizationCommandOutput | ListAccountsCommandOutput | ListAccountsForParentCommandOutput | ListAccountsWithInvalidEffectivePolicyCommandOutput | ListChildrenCommandOutput | ListCreateAccountStatusCommandOutput | ListDelegatedAdministratorsCommandOutput | ListDelegatedServicesForAccountCommandOutput | ListEffectivePolicyValidationErrorsCommandOutput | ListHandshakesForAccountCommandOutput | ListHandshakesForOrganizationCommandOutput | ListInboundResponsibilityTransfersCommandOutput | ListOrganizationalUnitsForParentCommandOutput | ListOutboundResponsibilityTransfersCommandOutput | ListParentsCommandOutput | ListPoliciesCommandOutput | ListPoliciesForTargetCommandOutput | ListRootsCommandOutput | ListTagsForResourceCommandOutput | ListTargetsForPolicyCommandOutput | MoveAccountCommandOutput | PutResourcePolicyCommandOutput | RegisterDelegatedAdministratorCommandOutput | RemoveAccountFromOrganizationCommandOutput | TagResourceCommandOutput | TerminateResponsibilityTransferCommandOutput | UntagResourceCommandOutput | UpdateOrganizationalUnitCommandOutput | UpdatePolicyCommandOutput | UpdateResponsibilityTransferCommandOutput;
|
|
78
84
|
/**
|
|
79
85
|
* @public
|
|
80
86
|
*/
|