@aws-sdk/client-organizations 3.950.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +943 -636
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AcceptHandshakeCommand.js +2 -2
- package/dist-es/commands/AttachPolicyCommand.js +2 -2
- package/dist-es/commands/CancelHandshakeCommand.js +2 -2
- package/dist-es/commands/CloseAccountCommand.js +2 -2
- package/dist-es/commands/CreateAccountCommand.js +2 -2
- package/dist-es/commands/CreateGovCloudAccountCommand.js +2 -2
- package/dist-es/commands/CreateOrganizationCommand.js +2 -2
- package/dist-es/commands/CreateOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/CreatePolicyCommand.js +2 -2
- package/dist-es/commands/DeclineHandshakeCommand.js +2 -2
- package/dist-es/commands/DeleteOrganizationCommand.js +2 -2
- package/dist-es/commands/DeleteOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +2 -2
- package/dist-es/commands/DescribeAccountCommand.js +2 -2
- package/dist-es/commands/DescribeCreateAccountStatusCommand.js +2 -2
- package/dist-es/commands/DescribeEffectivePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeHandshakeCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationCommand.js +2 -2
- package/dist-es/commands/DescribeOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/DescribePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeResponsibilityTransferCommand.js +2 -2
- package/dist-es/commands/DetachPolicyCommand.js +2 -2
- package/dist-es/commands/DisableAWSServiceAccessCommand.js +2 -2
- package/dist-es/commands/DisablePolicyTypeCommand.js +2 -2
- package/dist-es/commands/EnableAWSServiceAccessCommand.js +2 -2
- package/dist-es/commands/EnableAllFeaturesCommand.js +2 -2
- package/dist-es/commands/EnablePolicyTypeCommand.js +2 -2
- package/dist-es/commands/InviteAccountToOrganizationCommand.js +2 -2
- package/dist-es/commands/InviteOrganizationToTransferResponsibilityCommand.js +2 -2
- package/dist-es/commands/LeaveOrganizationCommand.js +2 -2
- package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListAccountsCommand.js +2 -2
- package/dist-es/commands/ListAccountsForParentCommand.js +2 -2
- package/dist-es/commands/ListAccountsWithInvalidEffectivePolicyCommand.js +2 -2
- package/dist-es/commands/ListChildrenCommand.js +2 -2
- package/dist-es/commands/ListCreateAccountStatusCommand.js +2 -2
- package/dist-es/commands/ListDelegatedAdministratorsCommand.js +2 -2
- package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +2 -2
- package/dist-es/commands/ListEffectivePolicyValidationErrorsCommand.js +2 -2
- package/dist-es/commands/ListHandshakesForAccountCommand.js +2 -2
- package/dist-es/commands/ListHandshakesForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListInboundResponsibilityTransfersCommand.js +2 -2
- package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +2 -2
- package/dist-es/commands/ListOutboundResponsibilityTransfersCommand.js +2 -2
- package/dist-es/commands/ListParentsCommand.js +2 -2
- package/dist-es/commands/ListPoliciesCommand.js +2 -2
- package/dist-es/commands/ListPoliciesForTargetCommand.js +2 -2
- package/dist-es/commands/ListRootsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetsForPolicyCommand.js +2 -2
- package/dist-es/commands/MoveAccountCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +2 -2
- package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateResponsibilityTransferCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/UpdatePolicyCommand.js +2 -2
- package/dist-es/commands/UpdateResponsibilityTransferCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +497 -434
- package/dist-types/OrganizationsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +245 -274
- package/dist-types/ts3.4/OrganizationsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +244 -275
- package/package.json +34 -34
|
@@ -345,20 +345,20 @@ const _s = "server";
|
|
|
345
345
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.organizations";
|
|
346
346
|
const n0 = "com.amazonaws.organizations";
|
|
347
347
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
348
|
-
import { AccessDeniedException
|
|
349
|
-
import { OrganizationsServiceException
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
export var AcceptHandshakeRequest = [3, n0, _AHR, 0, [_HI], [0]];
|
|
358
|
-
export var AcceptHandshakeResponse = [3, n0, _AHRc, 0, [_H], [[() => Handshake
|
|
359
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
360
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
361
|
-
export var AccessDeniedForDependencyException = [
|
|
348
|
+
import { AccessDeniedException, AccessDeniedForDependencyException, AccountAlreadyClosedException, AccountAlreadyRegisteredException, AccountNotFoundException, AccountNotRegisteredException, AccountOwnerNotVerifiedException, AlreadyInOrganizationException, AWSOrganizationsNotInUseException, ChildNotFoundException, ConcurrentModificationException, ConflictException, ConstraintViolationException, CreateAccountStatusNotFoundException, DestinationParentNotFoundException, DuplicateAccountException, DuplicateHandshakeException, DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException, DuplicatePolicyException, EffectivePolicyNotFoundException, FinalizingOrganizationException, HandshakeAlreadyInStateException, HandshakeConstraintViolationException, HandshakeNotFoundException, InvalidHandshakeTransitionException, InvalidInputException, InvalidResponsibilityTransferTransitionException, MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException, OrganizationNotEmptyException, ParentNotFoundException, PolicyChangesInProgressException, PolicyInUseException, PolicyNotAttachedException, PolicyNotFoundException, PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException, ResourcePolicyNotFoundException, ResponsibilityTransferAlreadyInStatusException, ResponsibilityTransferNotFoundException, RootNotFoundException, ServiceException, SourceParentNotFoundException, TargetNotFoundException, TooManyRequestsException, UnsupportedAPIEndpointException, } from "../models/errors";
|
|
349
|
+
import { OrganizationsServiceException } from "../models/OrganizationsServiceException";
|
|
350
|
+
var AccountName = [0, n0, _AN, 8, 0];
|
|
351
|
+
var CreateAccountName = [0, n0, _CAN, 8, 0];
|
|
352
|
+
var Email = [0, n0, _E, 8, 0];
|
|
353
|
+
var HandshakeNotes = [0, n0, _HN, 8, 0];
|
|
354
|
+
var HandshakePartyId = [0, n0, _HPI, 8, 0];
|
|
355
|
+
var HandshakeResourceValue = [0, n0, _HRV, 8, 0];
|
|
356
|
+
var ResponsibilityTransferName = [0, n0, _RTN, 8, 0];
|
|
357
|
+
export var AcceptHandshakeRequest$ = [3, n0, _AHR, 0, [_HI], [0]];
|
|
358
|
+
export var AcceptHandshakeResponse$ = [3, n0, _AHRc, 0, [_H], [[() => Handshake$, 0]]];
|
|
359
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
360
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
361
|
+
export var AccessDeniedForDependencyException$ = [
|
|
362
362
|
-3,
|
|
363
363
|
n0,
|
|
364
364
|
_ADFDE,
|
|
@@ -366,8 +366,8 @@ export var AccessDeniedForDependencyException = [
|
|
|
366
366
|
[_M, _R],
|
|
367
367
|
[0, 0],
|
|
368
368
|
];
|
|
369
|
-
TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException
|
|
370
|
-
export var Account = [
|
|
369
|
+
TypeRegistry.for(n0).registerError(AccessDeniedForDependencyException$, AccessDeniedForDependencyException);
|
|
370
|
+
export var Account$ = [
|
|
371
371
|
3,
|
|
372
372
|
n0,
|
|
373
373
|
_A,
|
|
@@ -375,20 +375,20 @@ export var Account = [
|
|
|
375
375
|
[_I, _Ar, _E, _N, _S, _St, _JM, _JT],
|
|
376
376
|
[0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4],
|
|
377
377
|
];
|
|
378
|
-
export var AccountAlreadyClosedException = [-3, n0, _AACE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
379
|
-
TypeRegistry.for(n0).registerError(AccountAlreadyClosedException
|
|
380
|
-
export var AccountAlreadyRegisteredException = [-3, n0, _AARE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
381
|
-
TypeRegistry.for(n0).registerError(AccountAlreadyRegisteredException
|
|
382
|
-
export var AccountNotFoundException = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
383
|
-
TypeRegistry.for(n0).registerError(AccountNotFoundException
|
|
384
|
-
export var AccountNotRegisteredException = [-3, n0, _ANRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
385
|
-
TypeRegistry.for(n0).registerError(AccountNotRegisteredException
|
|
386
|
-
export var AccountOwnerNotVerifiedException = [-3, n0, _AONVE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
387
|
-
TypeRegistry.for(n0).registerError(AccountOwnerNotVerifiedException
|
|
388
|
-
export var AlreadyInOrganizationException = [-3, n0, _AIOE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
389
|
-
TypeRegistry.for(n0).registerError(AlreadyInOrganizationException
|
|
390
|
-
export var AttachPolicyRequest = [3, n0, _APR, 0, [_PI, _TI], [0, 0]];
|
|
391
|
-
export var AWSOrganizationsNotInUseException = [
|
|
378
|
+
export var AccountAlreadyClosedException$ = [-3, n0, _AACE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
379
|
+
TypeRegistry.for(n0).registerError(AccountAlreadyClosedException$, AccountAlreadyClosedException);
|
|
380
|
+
export var AccountAlreadyRegisteredException$ = [-3, n0, _AARE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
381
|
+
TypeRegistry.for(n0).registerError(AccountAlreadyRegisteredException$, AccountAlreadyRegisteredException);
|
|
382
|
+
export var AccountNotFoundException$ = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
383
|
+
TypeRegistry.for(n0).registerError(AccountNotFoundException$, AccountNotFoundException);
|
|
384
|
+
export var AccountNotRegisteredException$ = [-3, n0, _ANRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
385
|
+
TypeRegistry.for(n0).registerError(AccountNotRegisteredException$, AccountNotRegisteredException);
|
|
386
|
+
export var AccountOwnerNotVerifiedException$ = [-3, n0, _AONVE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
387
|
+
TypeRegistry.for(n0).registerError(AccountOwnerNotVerifiedException$, AccountOwnerNotVerifiedException);
|
|
388
|
+
export var AlreadyInOrganizationException$ = [-3, n0, _AIOE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
389
|
+
TypeRegistry.for(n0).registerError(AlreadyInOrganizationException$, AlreadyInOrganizationException);
|
|
390
|
+
export var AttachPolicyRequest$ = [3, n0, _APR, 0, [_PI, _TI], [0, 0]];
|
|
391
|
+
export var AWSOrganizationsNotInUseException$ = [
|
|
392
392
|
-3,
|
|
393
393
|
n0,
|
|
394
394
|
_AWSONIUE,
|
|
@@ -396,20 +396,27 @@ export var AWSOrganizationsNotInUseException = [
|
|
|
396
396
|
[_M],
|
|
397
397
|
[0],
|
|
398
398
|
];
|
|
399
|
-
TypeRegistry.for(n0).registerError(AWSOrganizationsNotInUseException
|
|
400
|
-
export var CancelHandshakeRequest = [3, n0, _CHR, 0, [_HI], [0]];
|
|
401
|
-
export var CancelHandshakeResponse = [3, n0, _CHRa, 0, [_H], [[() => Handshake
|
|
402
|
-
export var Child = [3, n0, _C, 0, [_I, _T], [0, 0]];
|
|
403
|
-
export var ChildNotFoundException = [-3, n0, _CNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
404
|
-
TypeRegistry.for(n0).registerError(ChildNotFoundException
|
|
405
|
-
export var CloseAccountRequest = [3, n0, _CAR, 0, [_AI], [0]];
|
|
406
|
-
export var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
407
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
408
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
409
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
410
|
-
export var ConstraintViolationException = [
|
|
411
|
-
|
|
412
|
-
|
|
399
|
+
TypeRegistry.for(n0).registerError(AWSOrganizationsNotInUseException$, AWSOrganizationsNotInUseException);
|
|
400
|
+
export var CancelHandshakeRequest$ = [3, n0, _CHR, 0, [_HI], [0]];
|
|
401
|
+
export var CancelHandshakeResponse$ = [3, n0, _CHRa, 0, [_H], [[() => Handshake$, 0]]];
|
|
402
|
+
export var Child$ = [3, n0, _C, 0, [_I, _T], [0, 0]];
|
|
403
|
+
export var ChildNotFoundException$ = [-3, n0, _CNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
404
|
+
TypeRegistry.for(n0).registerError(ChildNotFoundException$, ChildNotFoundException);
|
|
405
|
+
export var CloseAccountRequest$ = [3, n0, _CAR, 0, [_AI], [0]];
|
|
406
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
407
|
+
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
408
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
409
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
410
|
+
export var ConstraintViolationException$ = [
|
|
411
|
+
-3,
|
|
412
|
+
n0,
|
|
413
|
+
_CVE,
|
|
414
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
415
|
+
[_M, _R],
|
|
416
|
+
[0, 0],
|
|
417
|
+
];
|
|
418
|
+
TypeRegistry.for(n0).registerError(ConstraintViolationException$, ConstraintViolationException);
|
|
419
|
+
export var CreateAccountRequest$ = [
|
|
413
420
|
3,
|
|
414
421
|
n0,
|
|
415
422
|
_CARr,
|
|
@@ -417,8 +424,15 @@ export var CreateAccountRequest = [
|
|
|
417
424
|
[_E, _AN, _RN, _IUATB, _Ta],
|
|
418
425
|
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags],
|
|
419
426
|
];
|
|
420
|
-
export var CreateAccountResponse = [
|
|
421
|
-
|
|
427
|
+
export var CreateAccountResponse$ = [
|
|
428
|
+
3,
|
|
429
|
+
n0,
|
|
430
|
+
_CARre,
|
|
431
|
+
0,
|
|
432
|
+
[_CAS],
|
|
433
|
+
[[() => CreateAccountStatus$, 0]],
|
|
434
|
+
];
|
|
435
|
+
export var CreateAccountStatus$ = [
|
|
422
436
|
3,
|
|
423
437
|
n0,
|
|
424
438
|
_CAS,
|
|
@@ -426,7 +440,7 @@ export var CreateAccountStatus = [
|
|
|
426
440
|
[_I, _AN, _St, _RT, _CT, _AI, _GCAI, _FR],
|
|
427
441
|
[0, [() => CreateAccountName, 0], 0, 4, 4, 0, 0, 0],
|
|
428
442
|
];
|
|
429
|
-
export var CreateAccountStatusNotFoundException = [
|
|
443
|
+
export var CreateAccountStatusNotFoundException$ = [
|
|
430
444
|
-3,
|
|
431
445
|
n0,
|
|
432
446
|
_CASNFE,
|
|
@@ -434,8 +448,8 @@ export var CreateAccountStatusNotFoundException = [
|
|
|
434
448
|
[_M],
|
|
435
449
|
[0],
|
|
436
450
|
];
|
|
437
|
-
TypeRegistry.for(n0).registerError(CreateAccountStatusNotFoundException
|
|
438
|
-
export var CreateGovCloudAccountRequest = [
|
|
451
|
+
TypeRegistry.for(n0).registerError(CreateAccountStatusNotFoundException$, CreateAccountStatusNotFoundException);
|
|
452
|
+
export var CreateGovCloudAccountRequest$ = [
|
|
439
453
|
3,
|
|
440
454
|
n0,
|
|
441
455
|
_CGCAR,
|
|
@@ -443,15 +457,15 @@ export var CreateGovCloudAccountRequest = [
|
|
|
443
457
|
[_E, _AN, _RN, _IUATB, _Ta],
|
|
444
458
|
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags],
|
|
445
459
|
];
|
|
446
|
-
export var CreateGovCloudAccountResponse = [
|
|
460
|
+
export var CreateGovCloudAccountResponse$ = [
|
|
447
461
|
3,
|
|
448
462
|
n0,
|
|
449
463
|
_CGCARr,
|
|
450
464
|
0,
|
|
451
465
|
[_CAS],
|
|
452
|
-
[[() => CreateAccountStatus
|
|
466
|
+
[[() => CreateAccountStatus$, 0]],
|
|
453
467
|
];
|
|
454
|
-
export var CreateOrganizationalUnitRequest = [
|
|
468
|
+
export var CreateOrganizationalUnitRequest$ = [
|
|
455
469
|
3,
|
|
456
470
|
n0,
|
|
457
471
|
_COUR,
|
|
@@ -459,17 +473,17 @@ export var CreateOrganizationalUnitRequest = [
|
|
|
459
473
|
[_PIa, _N, _Ta],
|
|
460
474
|
[0, 0, () => Tags],
|
|
461
475
|
];
|
|
462
|
-
export var CreateOrganizationalUnitResponse = [
|
|
476
|
+
export var CreateOrganizationalUnitResponse$ = [
|
|
463
477
|
3,
|
|
464
478
|
n0,
|
|
465
479
|
_COURr,
|
|
466
480
|
0,
|
|
467
481
|
[_OU],
|
|
468
|
-
[() => OrganizationalUnit],
|
|
482
|
+
[() => OrganizationalUnit$],
|
|
469
483
|
];
|
|
470
|
-
export var CreateOrganizationRequest = [3, n0, _COR, 0, [_FS], [0]];
|
|
471
|
-
export var CreateOrganizationResponse = [3, n0, _CORr, 0, [_O], [[() => Organization
|
|
472
|
-
export var CreatePolicyRequest = [
|
|
484
|
+
export var CreateOrganizationRequest$ = [3, n0, _COR, 0, [_FS], [0]];
|
|
485
|
+
export var CreateOrganizationResponse$ = [3, n0, _CORr, 0, [_O], [[() => Organization$, 0]]];
|
|
486
|
+
export var CreatePolicyRequest$ = [
|
|
473
487
|
3,
|
|
474
488
|
n0,
|
|
475
489
|
_CPR,
|
|
@@ -477,10 +491,10 @@ export var CreatePolicyRequest = [
|
|
|
477
491
|
[_Co, _D, _N, _T, _Ta],
|
|
478
492
|
[0, 0, 0, 0, () => Tags],
|
|
479
493
|
];
|
|
480
|
-
export var CreatePolicyResponse = [3, n0, _CPRr, 0, [_P], [() => Policy]];
|
|
481
|
-
export var DeclineHandshakeRequest = [3, n0, _DHR, 0, [_HI], [0]];
|
|
482
|
-
export var DeclineHandshakeResponse = [3, n0, _DHRe, 0, [_H], [[() => Handshake
|
|
483
|
-
export var DelegatedAdministrator = [
|
|
494
|
+
export var CreatePolicyResponse$ = [3, n0, _CPRr, 0, [_P], [() => Policy$]];
|
|
495
|
+
export var DeclineHandshakeRequest$ = [3, n0, _DHR, 0, [_HI], [0]];
|
|
496
|
+
export var DeclineHandshakeResponse$ = [3, n0, _DHRe, 0, [_H], [[() => Handshake$, 0]]];
|
|
497
|
+
export var DelegatedAdministrator$ = [
|
|
484
498
|
3,
|
|
485
499
|
n0,
|
|
486
500
|
_DA,
|
|
@@ -488,48 +502,55 @@ export var DelegatedAdministrator = [
|
|
|
488
502
|
[_I, _Ar, _E, _N, _S, _St, _JM, _JT, _DED],
|
|
489
503
|
[0, 0, [() => Email, 0], [() => AccountName, 0], 0, 0, 0, 4, 4],
|
|
490
504
|
];
|
|
491
|
-
export var DelegatedService = [3, n0, _DS, 0, [_SP, _DED], [0, 4]];
|
|
492
|
-
export var DeleteOrganizationalUnitRequest = [3, n0, _DOUR, 0, [_OUI], [0]];
|
|
493
|
-
export var DeletePolicyRequest = [3, n0, _DPR, 0, [_PI], [0]];
|
|
494
|
-
export var DeregisterDelegatedAdministratorRequest = [3, n0, _DDAR, 0, [_AI, _SP], [0, 0]];
|
|
495
|
-
export var DescribeAccountRequest = [3, n0, _DAR, 0, [_AI], [0]];
|
|
496
|
-
export var DescribeAccountResponse = [3, n0, _DARe, 0, [_A], [[() => Account
|
|
497
|
-
export var DescribeCreateAccountStatusRequest = [3, n0, _DCASR, 0, [_CARI], [0]];
|
|
498
|
-
export var DescribeCreateAccountStatusResponse = [
|
|
505
|
+
export var DelegatedService$ = [3, n0, _DS, 0, [_SP, _DED], [0, 4]];
|
|
506
|
+
export var DeleteOrganizationalUnitRequest$ = [3, n0, _DOUR, 0, [_OUI], [0]];
|
|
507
|
+
export var DeletePolicyRequest$ = [3, n0, _DPR, 0, [_PI], [0]];
|
|
508
|
+
export var DeregisterDelegatedAdministratorRequest$ = [3, n0, _DDAR, 0, [_AI, _SP], [0, 0]];
|
|
509
|
+
export var DescribeAccountRequest$ = [3, n0, _DAR, 0, [_AI], [0]];
|
|
510
|
+
export var DescribeAccountResponse$ = [3, n0, _DARe, 0, [_A], [[() => Account$, 0]]];
|
|
511
|
+
export var DescribeCreateAccountStatusRequest$ = [3, n0, _DCASR, 0, [_CARI], [0]];
|
|
512
|
+
export var DescribeCreateAccountStatusResponse$ = [
|
|
499
513
|
3,
|
|
500
514
|
n0,
|
|
501
515
|
_DCASRe,
|
|
502
516
|
0,
|
|
503
517
|
[_CAS],
|
|
504
|
-
[[() => CreateAccountStatus
|
|
505
|
-
];
|
|
506
|
-
export var DescribeEffectivePolicyRequest = [3, n0, _DEPR, 0, [_PT, _TI], [0, 0]];
|
|
507
|
-
export var DescribeEffectivePolicyResponse = [
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
518
|
+
[[() => CreateAccountStatus$, 0]],
|
|
519
|
+
];
|
|
520
|
+
export var DescribeEffectivePolicyRequest$ = [3, n0, _DEPR, 0, [_PT, _TI], [0, 0]];
|
|
521
|
+
export var DescribeEffectivePolicyResponse$ = [
|
|
522
|
+
3,
|
|
523
|
+
n0,
|
|
524
|
+
_DEPRe,
|
|
525
|
+
0,
|
|
526
|
+
[_EP],
|
|
527
|
+
[() => EffectivePolicy$],
|
|
528
|
+
];
|
|
529
|
+
export var DescribeHandshakeRequest$ = [3, n0, _DHRes, 0, [_HI], [0]];
|
|
530
|
+
export var DescribeHandshakeResponse$ = [3, n0, _DHResc, 0, [_H], [[() => Handshake$, 0]]];
|
|
531
|
+
export var DescribeOrganizationalUnitRequest$ = [3, n0, _DOURe, 0, [_OUI], [0]];
|
|
532
|
+
export var DescribeOrganizationalUnitResponse$ = [
|
|
512
533
|
3,
|
|
513
534
|
n0,
|
|
514
535
|
_DOURes,
|
|
515
536
|
0,
|
|
516
537
|
[_OU],
|
|
517
|
-
[() => OrganizationalUnit],
|
|
518
|
-
];
|
|
519
|
-
export var DescribeOrganizationResponse = [3, n0, _DOR, 0, [_O], [[() => Organization
|
|
520
|
-
export var DescribePolicyRequest = [3, n0, _DPRe, 0, [_PI], [0]];
|
|
521
|
-
export var DescribePolicyResponse = [3, n0, _DPRes, 0, [_P], [() => Policy]];
|
|
522
|
-
export var DescribeResourcePolicyResponse = [3, n0, _DRPR, 0, [_RP], [() => ResourcePolicy]];
|
|
523
|
-
export var DescribeResponsibilityTransferRequest = [3, n0, _DRTR, 0, [_I], [0]];
|
|
524
|
-
export var DescribeResponsibilityTransferResponse = [
|
|
538
|
+
[() => OrganizationalUnit$],
|
|
539
|
+
];
|
|
540
|
+
export var DescribeOrganizationResponse$ = [3, n0, _DOR, 0, [_O], [[() => Organization$, 0]]];
|
|
541
|
+
export var DescribePolicyRequest$ = [3, n0, _DPRe, 0, [_PI], [0]];
|
|
542
|
+
export var DescribePolicyResponse$ = [3, n0, _DPRes, 0, [_P], [() => Policy$]];
|
|
543
|
+
export var DescribeResourcePolicyResponse$ = [3, n0, _DRPR, 0, [_RP], [() => ResourcePolicy$]];
|
|
544
|
+
export var DescribeResponsibilityTransferRequest$ = [3, n0, _DRTR, 0, [_I], [0]];
|
|
545
|
+
export var DescribeResponsibilityTransferResponse$ = [
|
|
525
546
|
3,
|
|
526
547
|
n0,
|
|
527
548
|
_DRTRe,
|
|
528
549
|
0,
|
|
529
550
|
[_RTe],
|
|
530
|
-
[[() => ResponsibilityTransfer
|
|
551
|
+
[[() => ResponsibilityTransfer$, 0]],
|
|
531
552
|
];
|
|
532
|
-
export var DestinationParentNotFoundException = [
|
|
553
|
+
export var DestinationParentNotFoundException$ = [
|
|
533
554
|
-3,
|
|
534
555
|
n0,
|
|
535
556
|
_DPNFE,
|
|
@@ -537,16 +558,16 @@ export var DestinationParentNotFoundException = [
|
|
|
537
558
|
[_M],
|
|
538
559
|
[0],
|
|
539
560
|
];
|
|
540
|
-
TypeRegistry.for(n0).registerError(DestinationParentNotFoundException
|
|
541
|
-
export var DetachPolicyRequest = [3, n0, _DPRet, 0, [_PI, _TI], [0, 0]];
|
|
542
|
-
export var DisableAWSServiceAccessRequest = [3, n0, _DAWSSAR, 0, [_SP], [0]];
|
|
543
|
-
export var DisablePolicyTypeRequest = [3, n0, _DPTR, 0, [_RI, _PT], [0, 0]];
|
|
544
|
-
export var DisablePolicyTypeResponse = [3, n0, _DPTRi, 0, [_Ro], [() => Root]];
|
|
545
|
-
export var DuplicateAccountException = [-3, n0, _DAE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
546
|
-
TypeRegistry.for(n0).registerError(DuplicateAccountException
|
|
547
|
-
export var DuplicateHandshakeException = [-3, n0, _DHE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
548
|
-
TypeRegistry.for(n0).registerError(DuplicateHandshakeException
|
|
549
|
-
export var DuplicateOrganizationalUnitException = [
|
|
561
|
+
TypeRegistry.for(n0).registerError(DestinationParentNotFoundException$, DestinationParentNotFoundException);
|
|
562
|
+
export var DetachPolicyRequest$ = [3, n0, _DPRet, 0, [_PI, _TI], [0, 0]];
|
|
563
|
+
export var DisableAWSServiceAccessRequest$ = [3, n0, _DAWSSAR, 0, [_SP], [0]];
|
|
564
|
+
export var DisablePolicyTypeRequest$ = [3, n0, _DPTR, 0, [_RI, _PT], [0, 0]];
|
|
565
|
+
export var DisablePolicyTypeResponse$ = [3, n0, _DPTRi, 0, [_Ro], [() => Root$]];
|
|
566
|
+
export var DuplicateAccountException$ = [-3, n0, _DAE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
567
|
+
TypeRegistry.for(n0).registerError(DuplicateAccountException$, DuplicateAccountException);
|
|
568
|
+
export var DuplicateHandshakeException$ = [-3, n0, _DHE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
569
|
+
TypeRegistry.for(n0).registerError(DuplicateHandshakeException$, DuplicateHandshakeException);
|
|
570
|
+
export var DuplicateOrganizationalUnitException$ = [
|
|
550
571
|
-3,
|
|
551
572
|
n0,
|
|
552
573
|
_DOUE,
|
|
@@ -554,15 +575,22 @@ export var DuplicateOrganizationalUnitException = [
|
|
|
554
575
|
[_M],
|
|
555
576
|
[0],
|
|
556
577
|
];
|
|
557
|
-
TypeRegistry.for(n0).registerError(DuplicateOrganizationalUnitException
|
|
558
|
-
export var DuplicatePolicyAttachmentException = [
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
578
|
+
TypeRegistry.for(n0).registerError(DuplicateOrganizationalUnitException$, DuplicateOrganizationalUnitException);
|
|
579
|
+
export var DuplicatePolicyAttachmentException$ = [
|
|
580
|
+
-3,
|
|
581
|
+
n0,
|
|
582
|
+
_DPAE,
|
|
583
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
584
|
+
[_M],
|
|
585
|
+
[0],
|
|
586
|
+
];
|
|
587
|
+
TypeRegistry.for(n0).registerError(DuplicatePolicyAttachmentException$, DuplicatePolicyAttachmentException);
|
|
588
|
+
export var DuplicatePolicyException$ = [-3, n0, _DPE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
589
|
+
TypeRegistry.for(n0).registerError(DuplicatePolicyException$, DuplicatePolicyException);
|
|
590
|
+
export var EffectivePolicy$ = [3, n0, _EP, 0, [_PC, _LUT, _TI, _PT], [0, 4, 0, 0]];
|
|
591
|
+
export var EffectivePolicyNotFoundException$ = [-3, n0, _EPNFE, { [_e]: _c }, [_M], [0]];
|
|
592
|
+
TypeRegistry.for(n0).registerError(EffectivePolicyNotFoundException$, EffectivePolicyNotFoundException);
|
|
593
|
+
export var EffectivePolicyValidationError$ = [
|
|
566
594
|
3,
|
|
567
595
|
n0,
|
|
568
596
|
_EPVE,
|
|
@@ -570,15 +598,15 @@ export var EffectivePolicyValidationError = [
|
|
|
570
598
|
[_EC, _EM, _PTE, _CP],
|
|
571
599
|
[0, 0, 0, 64 | 0],
|
|
572
600
|
];
|
|
573
|
-
export var EnableAllFeaturesRequest = [3, n0, _EAFR, 0, [], []];
|
|
574
|
-
export var EnableAllFeaturesResponse = [3, n0, _EAFRn, 0, [_H], [[() => Handshake
|
|
575
|
-
export var EnableAWSServiceAccessRequest = [3, n0, _EAWSSAR, 0, [_SP], [0]];
|
|
576
|
-
export var EnabledServicePrincipal = [3, n0, _ESP, 0, [_SP, _DE], [0, 4]];
|
|
577
|
-
export var EnablePolicyTypeRequest = [3, n0, _EPTR, 0, [_RI, _PT], [0, 0]];
|
|
578
|
-
export var EnablePolicyTypeResponse = [3, n0, _EPTRn, 0, [_Ro], [() => Root]];
|
|
579
|
-
export var FinalizingOrganizationException = [-3, n0, _FOE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
580
|
-
TypeRegistry.for(n0).registerError(FinalizingOrganizationException
|
|
581
|
-
export var Handshake = [
|
|
601
|
+
export var EnableAllFeaturesRequest$ = [3, n0, _EAFR, 0, [], []];
|
|
602
|
+
export var EnableAllFeaturesResponse$ = [3, n0, _EAFRn, 0, [_H], [[() => Handshake$, 0]]];
|
|
603
|
+
export var EnableAWSServiceAccessRequest$ = [3, n0, _EAWSSAR, 0, [_SP], [0]];
|
|
604
|
+
export var EnabledServicePrincipal$ = [3, n0, _ESP, 0, [_SP, _DE], [0, 4]];
|
|
605
|
+
export var EnablePolicyTypeRequest$ = [3, n0, _EPTR, 0, [_RI, _PT], [0, 0]];
|
|
606
|
+
export var EnablePolicyTypeResponse$ = [3, n0, _EPTRn, 0, [_Ro], [() => Root$]];
|
|
607
|
+
export var FinalizingOrganizationException$ = [-3, n0, _FOE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
608
|
+
TypeRegistry.for(n0).registerError(FinalizingOrganizationException$, FinalizingOrganizationException);
|
|
609
|
+
export var Handshake$ = [
|
|
582
610
|
3,
|
|
583
611
|
n0,
|
|
584
612
|
_H,
|
|
@@ -586,9 +614,9 @@ export var Handshake = [
|
|
|
586
614
|
[_I, _Ar, _Pa, _St, _RT, _ET, _Ac, _Re],
|
|
587
615
|
[0, 0, [() => HandshakeParties, 0], 0, 4, 4, 0, [() => HandshakeResources, 0]],
|
|
588
616
|
];
|
|
589
|
-
export var HandshakeAlreadyInStateException = [-3, n0, _HAISE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
590
|
-
TypeRegistry.for(n0).registerError(HandshakeAlreadyInStateException
|
|
591
|
-
export var HandshakeConstraintViolationException = [
|
|
617
|
+
export var HandshakeAlreadyInStateException$ = [-3, n0, _HAISE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
618
|
+
TypeRegistry.for(n0).registerError(HandshakeAlreadyInStateException$, HandshakeAlreadyInStateException);
|
|
619
|
+
export var HandshakeConstraintViolationException$ = [
|
|
592
620
|
-3,
|
|
593
621
|
n0,
|
|
594
622
|
_HCVE,
|
|
@@ -596,12 +624,12 @@ export var HandshakeConstraintViolationException = [
|
|
|
596
624
|
[_M, _R],
|
|
597
625
|
[0, 0],
|
|
598
626
|
];
|
|
599
|
-
TypeRegistry.for(n0).registerError(HandshakeConstraintViolationException
|
|
600
|
-
export var HandshakeFilter = [3, n0, _HF, 0, [_AT, _PHI], [0, 0]];
|
|
601
|
-
export var HandshakeNotFoundException = [-3, n0, _HNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
602
|
-
TypeRegistry.for(n0).registerError(HandshakeNotFoundException
|
|
603
|
-
export var HandshakeParty = [3, n0, _HP, 0, [_I, _T], [[() => HandshakePartyId, 0], 0]];
|
|
604
|
-
export var HandshakeResource = [
|
|
627
|
+
TypeRegistry.for(n0).registerError(HandshakeConstraintViolationException$, HandshakeConstraintViolationException);
|
|
628
|
+
export var HandshakeFilter$ = [3, n0, _HF, 0, [_AT, _PHI], [0, 0]];
|
|
629
|
+
export var HandshakeNotFoundException$ = [-3, n0, _HNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
630
|
+
TypeRegistry.for(n0).registerError(HandshakeNotFoundException$, HandshakeNotFoundException);
|
|
631
|
+
export var HandshakeParty$ = [3, n0, _HP, 0, [_I, _T], [[() => HandshakePartyId, 0], 0]];
|
|
632
|
+
export var HandshakeResource$ = [
|
|
605
633
|
3,
|
|
606
634
|
n0,
|
|
607
635
|
_HR,
|
|
@@ -609,7 +637,7 @@ export var HandshakeResource = [
|
|
|
609
637
|
[_V, _T, _Re],
|
|
610
638
|
[[() => HandshakeResourceValue, 0], 0, [() => HandshakeResources, 0]],
|
|
611
639
|
];
|
|
612
|
-
export var InvalidHandshakeTransitionException = [
|
|
640
|
+
export var InvalidHandshakeTransitionException$ = [
|
|
613
641
|
-3,
|
|
614
642
|
n0,
|
|
615
643
|
_IHTE,
|
|
@@ -617,10 +645,10 @@ export var InvalidHandshakeTransitionException = [
|
|
|
617
645
|
[_M],
|
|
618
646
|
[0],
|
|
619
647
|
];
|
|
620
|
-
TypeRegistry.for(n0).registerError(InvalidHandshakeTransitionException
|
|
621
|
-
export var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
622
|
-
TypeRegistry.for(n0).registerError(InvalidInputException
|
|
623
|
-
export var InvalidResponsibilityTransferTransitionException = [
|
|
648
|
+
TypeRegistry.for(n0).registerError(InvalidHandshakeTransitionException$, InvalidHandshakeTransitionException);
|
|
649
|
+
export var InvalidInputException$ = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M, _R], [0, 0]];
|
|
650
|
+
TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
|
|
651
|
+
export var InvalidResponsibilityTransferTransitionException$ = [
|
|
624
652
|
-3,
|
|
625
653
|
n0,
|
|
626
654
|
_IRTTE,
|
|
@@ -628,41 +656,41 @@ export var InvalidResponsibilityTransferTransitionException = [
|
|
|
628
656
|
[_M],
|
|
629
657
|
[0],
|
|
630
658
|
];
|
|
631
|
-
TypeRegistry.for(n0).registerError(InvalidResponsibilityTransferTransitionException
|
|
632
|
-
export var InviteAccountToOrganizationRequest = [
|
|
659
|
+
TypeRegistry.for(n0).registerError(InvalidResponsibilityTransferTransitionException$, InvalidResponsibilityTransferTransitionException);
|
|
660
|
+
export var InviteAccountToOrganizationRequest$ = [
|
|
633
661
|
3,
|
|
634
662
|
n0,
|
|
635
663
|
_IATOR,
|
|
636
664
|
0,
|
|
637
665
|
[_Tar, _No, _Ta],
|
|
638
|
-
[[() => HandshakeParty
|
|
666
|
+
[[() => HandshakeParty$, 0], [() => HandshakeNotes, 0], () => Tags],
|
|
639
667
|
];
|
|
640
|
-
export var InviteAccountToOrganizationResponse = [
|
|
668
|
+
export var InviteAccountToOrganizationResponse$ = [
|
|
641
669
|
3,
|
|
642
670
|
n0,
|
|
643
671
|
_IATORn,
|
|
644
672
|
0,
|
|
645
673
|
[_H],
|
|
646
|
-
[[() => Handshake
|
|
674
|
+
[[() => Handshake$, 0]],
|
|
647
675
|
];
|
|
648
|
-
export var InviteOrganizationToTransferResponsibilityRequest = [
|
|
676
|
+
export var InviteOrganizationToTransferResponsibilityRequest$ = [
|
|
649
677
|
3,
|
|
650
678
|
n0,
|
|
651
679
|
_IOTTRR,
|
|
652
680
|
0,
|
|
653
681
|
[_T, _Tar, _No, _ST, _SN, _Ta],
|
|
654
|
-
[0, [() => HandshakeParty
|
|
682
|
+
[0, [() => HandshakeParty$, 0], [() => HandshakeNotes, 0], 4, [() => ResponsibilityTransferName, 0], () => Tags],
|
|
655
683
|
];
|
|
656
|
-
export var InviteOrganizationToTransferResponsibilityResponse = [
|
|
684
|
+
export var InviteOrganizationToTransferResponsibilityResponse$ = [
|
|
657
685
|
3,
|
|
658
686
|
n0,
|
|
659
687
|
_IOTTRRn,
|
|
660
688
|
0,
|
|
661
689
|
[_H],
|
|
662
|
-
[[() => Handshake
|
|
690
|
+
[[() => Handshake$, 0]],
|
|
663
691
|
];
|
|
664
|
-
export var ListAccountsForParentRequest = [3, n0, _LAFPR, 0, [_PIa, _NT, _MR], [0, 0, 1]];
|
|
665
|
-
export var ListAccountsForParentResponse = [
|
|
692
|
+
export var ListAccountsForParentRequest$ = [3, n0, _LAFPR, 0, [_PIa, _NT, _MR], [0, 0, 1]];
|
|
693
|
+
export var ListAccountsForParentResponse$ = [
|
|
666
694
|
3,
|
|
667
695
|
n0,
|
|
668
696
|
_LAFPRi,
|
|
@@ -670,9 +698,9 @@ export var ListAccountsForParentResponse = [
|
|
|
670
698
|
[_Acc, _NT],
|
|
671
699
|
[[() => Accounts, 0], 0],
|
|
672
700
|
];
|
|
673
|
-
export var ListAccountsRequest = [3, n0, _LAR, 0, [_NT, _MR], [0, 1]];
|
|
674
|
-
export var ListAccountsResponse = [3, n0, _LARi, 0, [_Acc, _NT], [[() => Accounts, 0], 0]];
|
|
675
|
-
export var ListAccountsWithInvalidEffectivePolicyRequest = [
|
|
701
|
+
export var ListAccountsRequest$ = [3, n0, _LAR, 0, [_NT, _MR], [0, 1]];
|
|
702
|
+
export var ListAccountsResponse$ = [3, n0, _LARi, 0, [_Acc, _NT], [[() => Accounts, 0], 0]];
|
|
703
|
+
export var ListAccountsWithInvalidEffectivePolicyRequest$ = [
|
|
676
704
|
3,
|
|
677
705
|
n0,
|
|
678
706
|
_LAWIEPR,
|
|
@@ -680,7 +708,7 @@ export var ListAccountsWithInvalidEffectivePolicyRequest = [
|
|
|
680
708
|
[_PT, _NT, _MR],
|
|
681
709
|
[0, 0, 1],
|
|
682
710
|
];
|
|
683
|
-
export var ListAccountsWithInvalidEffectivePolicyResponse = [
|
|
711
|
+
export var ListAccountsWithInvalidEffectivePolicyResponse$ = [
|
|
684
712
|
3,
|
|
685
713
|
n0,
|
|
686
714
|
_LAWIEPRi,
|
|
@@ -688,7 +716,7 @@ export var ListAccountsWithInvalidEffectivePolicyResponse = [
|
|
|
688
716
|
[_Acc, _PT, _NT],
|
|
689
717
|
[[() => Accounts, 0], 0, 0],
|
|
690
718
|
];
|
|
691
|
-
export var ListAWSServiceAccessForOrganizationRequest = [
|
|
719
|
+
export var ListAWSServiceAccessForOrganizationRequest$ = [
|
|
692
720
|
3,
|
|
693
721
|
n0,
|
|
694
722
|
_LAWSSAFOR,
|
|
@@ -696,7 +724,7 @@ export var ListAWSServiceAccessForOrganizationRequest = [
|
|
|
696
724
|
[_NT, _MR],
|
|
697
725
|
[0, 1],
|
|
698
726
|
];
|
|
699
|
-
export var ListAWSServiceAccessForOrganizationResponse = [
|
|
727
|
+
export var ListAWSServiceAccessForOrganizationResponse$ = [
|
|
700
728
|
3,
|
|
701
729
|
n0,
|
|
702
730
|
_LAWSSAFORi,
|
|
@@ -704,10 +732,17 @@ export var ListAWSServiceAccessForOrganizationResponse = [
|
|
|
704
732
|
[_ESPn, _NT],
|
|
705
733
|
[() => EnabledServicePrincipals, 0],
|
|
706
734
|
];
|
|
707
|
-
export var ListChildrenRequest = [3, n0, _LCR, 0, [_PIa, _CTh, _NT, _MR], [0, 0, 0, 1]];
|
|
708
|
-
export var ListChildrenResponse = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Children, 0]];
|
|
709
|
-
export var ListCreateAccountStatusRequest = [
|
|
710
|
-
|
|
735
|
+
export var ListChildrenRequest$ = [3, n0, _LCR, 0, [_PIa, _CTh, _NT, _MR], [0, 0, 0, 1]];
|
|
736
|
+
export var ListChildrenResponse$ = [3, n0, _LCRi, 0, [_Ch, _NT], [() => Children, 0]];
|
|
737
|
+
export var ListCreateAccountStatusRequest$ = [
|
|
738
|
+
3,
|
|
739
|
+
n0,
|
|
740
|
+
_LCASR,
|
|
741
|
+
0,
|
|
742
|
+
[_Sta, _NT, _MR],
|
|
743
|
+
[64 | 0, 0, 1],
|
|
744
|
+
];
|
|
745
|
+
export var ListCreateAccountStatusResponse$ = [
|
|
711
746
|
3,
|
|
712
747
|
n0,
|
|
713
748
|
_LCASRi,
|
|
@@ -715,8 +750,8 @@ export var ListCreateAccountStatusResponse = [
|
|
|
715
750
|
[_CASr, _NT],
|
|
716
751
|
[[() => CreateAccountStatuses, 0], 0],
|
|
717
752
|
];
|
|
718
|
-
export var ListDelegatedAdministratorsRequest = [3, n0, _LDAR, 0, [_SP, _NT, _MR], [0, 0, 1]];
|
|
719
|
-
export var ListDelegatedAdministratorsResponse = [
|
|
753
|
+
export var ListDelegatedAdministratorsRequest$ = [3, n0, _LDAR, 0, [_SP, _NT, _MR], [0, 0, 1]];
|
|
754
|
+
export var ListDelegatedAdministratorsResponse$ = [
|
|
720
755
|
3,
|
|
721
756
|
n0,
|
|
722
757
|
_LDARi,
|
|
@@ -724,7 +759,7 @@ export var ListDelegatedAdministratorsResponse = [
|
|
|
724
759
|
[_DAe, _NT],
|
|
725
760
|
[[() => DelegatedAdministrators, 0], 0],
|
|
726
761
|
];
|
|
727
|
-
export var ListDelegatedServicesForAccountRequest = [
|
|
762
|
+
export var ListDelegatedServicesForAccountRequest$ = [
|
|
728
763
|
3,
|
|
729
764
|
n0,
|
|
730
765
|
_LDSFAR,
|
|
@@ -732,7 +767,7 @@ export var ListDelegatedServicesForAccountRequest = [
|
|
|
732
767
|
[_AI, _NT, _MR],
|
|
733
768
|
[0, 0, 1],
|
|
734
769
|
];
|
|
735
|
-
export var ListDelegatedServicesForAccountResponse = [
|
|
770
|
+
export var ListDelegatedServicesForAccountResponse$ = [
|
|
736
771
|
3,
|
|
737
772
|
n0,
|
|
738
773
|
_LDSFARi,
|
|
@@ -740,7 +775,7 @@ export var ListDelegatedServicesForAccountResponse = [
|
|
|
740
775
|
[_DSe, _NT],
|
|
741
776
|
[() => DelegatedServices, 0],
|
|
742
777
|
];
|
|
743
|
-
export var ListEffectivePolicyValidationErrorsRequest = [
|
|
778
|
+
export var ListEffectivePolicyValidationErrorsRequest$ = [
|
|
744
779
|
3,
|
|
745
780
|
n0,
|
|
746
781
|
_LEPVER,
|
|
@@ -748,7 +783,7 @@ export var ListEffectivePolicyValidationErrorsRequest = [
|
|
|
748
783
|
[_AI, _PT, _NT, _MR],
|
|
749
784
|
[0, 0, 0, 1],
|
|
750
785
|
];
|
|
751
|
-
export var ListEffectivePolicyValidationErrorsResponse = [
|
|
786
|
+
export var ListEffectivePolicyValidationErrorsResponse$ = [
|
|
752
787
|
3,
|
|
753
788
|
n0,
|
|
754
789
|
_LEPVERi,
|
|
@@ -756,15 +791,15 @@ export var ListEffectivePolicyValidationErrorsResponse = [
|
|
|
756
791
|
[_AI, _PT, _Pat, _ETv, _NT, _EPVEf],
|
|
757
792
|
[0, 0, 0, 4, 0, () => EffectivePolicyValidationErrors],
|
|
758
793
|
];
|
|
759
|
-
export var ListHandshakesForAccountRequest = [
|
|
794
|
+
export var ListHandshakesForAccountRequest$ = [
|
|
760
795
|
3,
|
|
761
796
|
n0,
|
|
762
797
|
_LHFAR,
|
|
763
798
|
0,
|
|
764
799
|
[_F, _NT, _MR],
|
|
765
|
-
[() => HandshakeFilter
|
|
800
|
+
[() => HandshakeFilter$, 0, 1],
|
|
766
801
|
];
|
|
767
|
-
export var ListHandshakesForAccountResponse = [
|
|
802
|
+
export var ListHandshakesForAccountResponse$ = [
|
|
768
803
|
3,
|
|
769
804
|
n0,
|
|
770
805
|
_LHFARi,
|
|
@@ -772,15 +807,15 @@ export var ListHandshakesForAccountResponse = [
|
|
|
772
807
|
[_Ha, _NT],
|
|
773
808
|
[[() => Handshakes, 0], 0],
|
|
774
809
|
];
|
|
775
|
-
export var ListHandshakesForOrganizationRequest = [
|
|
810
|
+
export var ListHandshakesForOrganizationRequest$ = [
|
|
776
811
|
3,
|
|
777
812
|
n0,
|
|
778
813
|
_LHFOR,
|
|
779
814
|
0,
|
|
780
815
|
[_F, _NT, _MR],
|
|
781
|
-
[() => HandshakeFilter
|
|
816
|
+
[() => HandshakeFilter$, 0, 1],
|
|
782
817
|
];
|
|
783
|
-
export var ListHandshakesForOrganizationResponse = [
|
|
818
|
+
export var ListHandshakesForOrganizationResponse$ = [
|
|
784
819
|
3,
|
|
785
820
|
n0,
|
|
786
821
|
_LHFORi,
|
|
@@ -788,7 +823,7 @@ export var ListHandshakesForOrganizationResponse = [
|
|
|
788
823
|
[_Ha, _NT],
|
|
789
824
|
[[() => Handshakes, 0], 0],
|
|
790
825
|
];
|
|
791
|
-
export var ListInboundResponsibilityTransfersRequest = [
|
|
826
|
+
export var ListInboundResponsibilityTransfersRequest$ = [
|
|
792
827
|
3,
|
|
793
828
|
n0,
|
|
794
829
|
_LIRTR,
|
|
@@ -796,7 +831,7 @@ export var ListInboundResponsibilityTransfersRequest = [
|
|
|
796
831
|
[_T, _I, _NT, _MR],
|
|
797
832
|
[0, 0, 0, 1],
|
|
798
833
|
];
|
|
799
|
-
export var ListInboundResponsibilityTransfersResponse = [
|
|
834
|
+
export var ListInboundResponsibilityTransfersResponse$ = [
|
|
800
835
|
3,
|
|
801
836
|
n0,
|
|
802
837
|
_LIRTRi,
|
|
@@ -804,7 +839,7 @@ export var ListInboundResponsibilityTransfersResponse = [
|
|
|
804
839
|
[_RTes, _NT],
|
|
805
840
|
[[() => ResponsibilityTransfers, 0], 0],
|
|
806
841
|
];
|
|
807
|
-
export var ListOrganizationalUnitsForParentRequest = [
|
|
842
|
+
export var ListOrganizationalUnitsForParentRequest$ = [
|
|
808
843
|
3,
|
|
809
844
|
n0,
|
|
810
845
|
_LOUFPR,
|
|
@@ -812,7 +847,7 @@ export var ListOrganizationalUnitsForParentRequest = [
|
|
|
812
847
|
[_PIa, _NT, _MR],
|
|
813
848
|
[0, 0, 1],
|
|
814
849
|
];
|
|
815
|
-
export var ListOrganizationalUnitsForParentResponse = [
|
|
850
|
+
export var ListOrganizationalUnitsForParentResponse$ = [
|
|
816
851
|
3,
|
|
817
852
|
n0,
|
|
818
853
|
_LOUFPRi,
|
|
@@ -820,7 +855,7 @@ export var ListOrganizationalUnitsForParentResponse = [
|
|
|
820
855
|
[_OUr, _NT],
|
|
821
856
|
[() => OrganizationalUnits, 0],
|
|
822
857
|
];
|
|
823
|
-
export var ListOutboundResponsibilityTransfersRequest = [
|
|
858
|
+
export var ListOutboundResponsibilityTransfersRequest$ = [
|
|
824
859
|
3,
|
|
825
860
|
n0,
|
|
826
861
|
_LORTR,
|
|
@@ -828,7 +863,7 @@ export var ListOutboundResponsibilityTransfersRequest = [
|
|
|
828
863
|
[_T, _NT, _MR],
|
|
829
864
|
[0, 0, 1],
|
|
830
865
|
];
|
|
831
|
-
export var ListOutboundResponsibilityTransfersResponse = [
|
|
866
|
+
export var ListOutboundResponsibilityTransfersResponse$ = [
|
|
832
867
|
3,
|
|
833
868
|
n0,
|
|
834
869
|
_LORTRi,
|
|
@@ -836,18 +871,18 @@ export var ListOutboundResponsibilityTransfersResponse = [
|
|
|
836
871
|
[_RTes, _NT],
|
|
837
872
|
[[() => ResponsibilityTransfers, 0], 0],
|
|
838
873
|
];
|
|
839
|
-
export var ListParentsRequest = [3, n0, _LPR, 0, [_CI, _NT, _MR], [0, 0, 1]];
|
|
840
|
-
export var ListParentsResponse = [3, n0, _LPRi, 0, [_Par, _NT], [() => Parents, 0]];
|
|
841
|
-
export var ListPoliciesForTargetRequest = [3, n0, _LPFTR, 0, [_TI, _F, _NT, _MR], [0, 0, 0, 1]];
|
|
842
|
-
export var ListPoliciesForTargetResponse = [3, n0, _LPFTRi, 0, [_Po, _NT], [() => Policies, 0]];
|
|
843
|
-
export var ListPoliciesRequest = [3, n0, _LPRis, 0, [_F, _NT, _MR], [0, 0, 1]];
|
|
844
|
-
export var ListPoliciesResponse = [3, n0, _LPRist, 0, [_Po, _NT], [() => Policies, 0]];
|
|
845
|
-
export var ListRootsRequest = [3, n0, _LRR, 0, [_NT, _MR], [0, 1]];
|
|
846
|
-
export var ListRootsResponse = [3, n0, _LRRi, 0, [_Roo, _NT], [() => Roots, 0]];
|
|
847
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RIe, _NT], [0, 0]];
|
|
848
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => Tags, 0]];
|
|
849
|
-
export var ListTargetsForPolicyRequest = [3, n0, _LTFPR, 0, [_PI, _NT, _MR], [0, 0, 1]];
|
|
850
|
-
export var ListTargetsForPolicyResponse = [
|
|
874
|
+
export var ListParentsRequest$ = [3, n0, _LPR, 0, [_CI, _NT, _MR], [0, 0, 1]];
|
|
875
|
+
export var ListParentsResponse$ = [3, n0, _LPRi, 0, [_Par, _NT], [() => Parents, 0]];
|
|
876
|
+
export var ListPoliciesForTargetRequest$ = [3, n0, _LPFTR, 0, [_TI, _F, _NT, _MR], [0, 0, 0, 1]];
|
|
877
|
+
export var ListPoliciesForTargetResponse$ = [3, n0, _LPFTRi, 0, [_Po, _NT], [() => Policies, 0]];
|
|
878
|
+
export var ListPoliciesRequest$ = [3, n0, _LPRis, 0, [_F, _NT, _MR], [0, 0, 1]];
|
|
879
|
+
export var ListPoliciesResponse$ = [3, n0, _LPRist, 0, [_Po, _NT], [() => Policies, 0]];
|
|
880
|
+
export var ListRootsRequest$ = [3, n0, _LRR, 0, [_NT, _MR], [0, 1]];
|
|
881
|
+
export var ListRootsResponse$ = [3, n0, _LRRi, 0, [_Roo, _NT], [() => Roots, 0]];
|
|
882
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RIe, _NT], [0, 0]];
|
|
883
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => Tags, 0]];
|
|
884
|
+
export var ListTargetsForPolicyRequest$ = [3, n0, _LTFPR, 0, [_PI, _NT, _MR], [0, 0, 1]];
|
|
885
|
+
export var ListTargetsForPolicyResponse$ = [
|
|
851
886
|
3,
|
|
852
887
|
n0,
|
|
853
888
|
_LTFPRi,
|
|
@@ -855,9 +890,9 @@ export var ListTargetsForPolicyResponse = [
|
|
|
855
890
|
[_Targ, _NT],
|
|
856
891
|
[() => PolicyTargets, 0],
|
|
857
892
|
];
|
|
858
|
-
export var MalformedPolicyDocumentException = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
859
|
-
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException
|
|
860
|
-
export var MasterCannotLeaveOrganizationException = [
|
|
893
|
+
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
894
|
+
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
895
|
+
export var MasterCannotLeaveOrganizationException$ = [
|
|
861
896
|
-3,
|
|
862
897
|
n0,
|
|
863
898
|
_MCLOE,
|
|
@@ -865,9 +900,9 @@ export var MasterCannotLeaveOrganizationException = [
|
|
|
865
900
|
[_M],
|
|
866
901
|
[0],
|
|
867
902
|
];
|
|
868
|
-
TypeRegistry.for(n0).registerError(MasterCannotLeaveOrganizationException
|
|
869
|
-
export var MoveAccountRequest = [3, n0, _MAR, 0, [_AI, _SPI, _DPI], [0, 0, 0]];
|
|
870
|
-
export var Organization = [
|
|
903
|
+
TypeRegistry.for(n0).registerError(MasterCannotLeaveOrganizationException$, MasterCannotLeaveOrganizationException);
|
|
904
|
+
export var MoveAccountRequest$ = [3, n0, _MAR, 0, [_AI, _SPI, _DPI], [0, 0, 0]];
|
|
905
|
+
export var Organization$ = [
|
|
871
906
|
3,
|
|
872
907
|
n0,
|
|
873
908
|
_O,
|
|
@@ -875,8 +910,8 @@ export var Organization = [
|
|
|
875
910
|
[_I, _Ar, _FS, _MAA, _MAI, _MAE, _APT],
|
|
876
911
|
[0, 0, 0, 0, 0, [() => Email, 0], () => PolicyTypes],
|
|
877
912
|
];
|
|
878
|
-
export var OrganizationalUnit = [3, n0, _OU, 0, [_I, _Ar, _N], [0, 0, 0]];
|
|
879
|
-
export var OrganizationalUnitNotEmptyException = [
|
|
913
|
+
export var OrganizationalUnit$ = [3, n0, _OU, 0, [_I, _Ar, _N], [0, 0, 0]];
|
|
914
|
+
export var OrganizationalUnitNotEmptyException$ = [
|
|
880
915
|
-3,
|
|
881
916
|
n0,
|
|
882
917
|
_OUNEE,
|
|
@@ -884,8 +919,8 @@ export var OrganizationalUnitNotEmptyException = [
|
|
|
884
919
|
[_M],
|
|
885
920
|
[0],
|
|
886
921
|
];
|
|
887
|
-
TypeRegistry.for(n0).registerError(OrganizationalUnitNotEmptyException
|
|
888
|
-
export var OrganizationalUnitNotFoundException = [
|
|
922
|
+
TypeRegistry.for(n0).registerError(OrganizationalUnitNotEmptyException$, OrganizationalUnitNotEmptyException);
|
|
923
|
+
export var OrganizationalUnitNotFoundException$ = [
|
|
889
924
|
-3,
|
|
890
925
|
n0,
|
|
891
926
|
_OUNFE,
|
|
@@ -893,26 +928,33 @@ export var OrganizationalUnitNotFoundException = [
|
|
|
893
928
|
[_M],
|
|
894
929
|
[0],
|
|
895
930
|
];
|
|
896
|
-
TypeRegistry.for(n0).registerError(OrganizationalUnitNotFoundException
|
|
897
|
-
export var OrganizationNotEmptyException = [-3, n0, _ONEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
898
|
-
TypeRegistry.for(n0).registerError(OrganizationNotEmptyException
|
|
899
|
-
export var Parent = [3, n0, _Pare, 0, [_I, _T], [0, 0]];
|
|
900
|
-
export var ParentNotFoundException = [-3, n0, _PNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
901
|
-
TypeRegistry.for(n0).registerError(ParentNotFoundException
|
|
902
|
-
export var Policy = [3, n0, _P, 0, [_PS, _Co], [() => PolicySummary
|
|
903
|
-
export var PolicyChangesInProgressException = [-3, n0, _PCIPE, { [_e]: _c }, [_M], [0]];
|
|
904
|
-
TypeRegistry.for(n0).registerError(PolicyChangesInProgressException
|
|
905
|
-
export var PolicyInUseException = [-3, n0, _PIUE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
906
|
-
TypeRegistry.for(n0).registerError(PolicyInUseException
|
|
907
|
-
export var PolicyNotAttachedException = [-3, n0, _PNAE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
908
|
-
TypeRegistry.for(n0).registerError(PolicyNotAttachedException
|
|
909
|
-
export var PolicyNotFoundException = [-3, n0, _PNFEo, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
910
|
-
TypeRegistry.for(n0).registerError(PolicyNotFoundException
|
|
911
|
-
export var PolicySummary = [3, n0, _PS, 0, [_I, _Ar, _N, _D, _T, _AM], [0, 0, 0, 0, 0, 2]];
|
|
912
|
-
export var PolicyTargetSummary = [3, n0, _PTS, 0, [_TI, _Ar, _N, _T], [0, 0, 0, 0]];
|
|
913
|
-
export var PolicyTypeAlreadyEnabledException = [
|
|
914
|
-
|
|
915
|
-
|
|
931
|
+
TypeRegistry.for(n0).registerError(OrganizationalUnitNotFoundException$, OrganizationalUnitNotFoundException);
|
|
932
|
+
export var OrganizationNotEmptyException$ = [-3, n0, _ONEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
933
|
+
TypeRegistry.for(n0).registerError(OrganizationNotEmptyException$, OrganizationNotEmptyException);
|
|
934
|
+
export var Parent$ = [3, n0, _Pare, 0, [_I, _T], [0, 0]];
|
|
935
|
+
export var ParentNotFoundException$ = [-3, n0, _PNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
936
|
+
TypeRegistry.for(n0).registerError(ParentNotFoundException$, ParentNotFoundException);
|
|
937
|
+
export var Policy$ = [3, n0, _P, 0, [_PS, _Co], [() => PolicySummary$, 0]];
|
|
938
|
+
export var PolicyChangesInProgressException$ = [-3, n0, _PCIPE, { [_e]: _c }, [_M], [0]];
|
|
939
|
+
TypeRegistry.for(n0).registerError(PolicyChangesInProgressException$, PolicyChangesInProgressException);
|
|
940
|
+
export var PolicyInUseException$ = [-3, n0, _PIUE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
941
|
+
TypeRegistry.for(n0).registerError(PolicyInUseException$, PolicyInUseException);
|
|
942
|
+
export var PolicyNotAttachedException$ = [-3, n0, _PNAE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
943
|
+
TypeRegistry.for(n0).registerError(PolicyNotAttachedException$, PolicyNotAttachedException);
|
|
944
|
+
export var PolicyNotFoundException$ = [-3, n0, _PNFEo, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
945
|
+
TypeRegistry.for(n0).registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
946
|
+
export var PolicySummary$ = [3, n0, _PS, 0, [_I, _Ar, _N, _D, _T, _AM], [0, 0, 0, 0, 0, 2]];
|
|
947
|
+
export var PolicyTargetSummary$ = [3, n0, _PTS, 0, [_TI, _Ar, _N, _T], [0, 0, 0, 0]];
|
|
948
|
+
export var PolicyTypeAlreadyEnabledException$ = [
|
|
949
|
+
-3,
|
|
950
|
+
n0,
|
|
951
|
+
_PTAEE,
|
|
952
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
953
|
+
[_M],
|
|
954
|
+
[0],
|
|
955
|
+
];
|
|
956
|
+
TypeRegistry.for(n0).registerError(PolicyTypeAlreadyEnabledException$, PolicyTypeAlreadyEnabledException);
|
|
957
|
+
export var PolicyTypeNotAvailableForOrganizationException$ = [
|
|
916
958
|
-3,
|
|
917
959
|
n0,
|
|
918
960
|
_PTNAFOE,
|
|
@@ -920,19 +962,19 @@ export var PolicyTypeNotAvailableForOrganizationException = [
|
|
|
920
962
|
[_M],
|
|
921
963
|
[0],
|
|
922
964
|
];
|
|
923
|
-
TypeRegistry.for(n0).registerError(PolicyTypeNotAvailableForOrganizationException
|
|
924
|
-
export var PolicyTypeNotEnabledException = [-3, n0, _PTNEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
925
|
-
TypeRegistry.for(n0).registerError(PolicyTypeNotEnabledException
|
|
926
|
-
export var PolicyTypeSummary = [3, n0, _PTSo, 0, [_T, _S], [0, 0]];
|
|
927
|
-
export var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_Co, _Ta], [0, () => Tags]];
|
|
928
|
-
export var PutResourcePolicyResponse = [3, n0, _PRPRu, 0, [_RP], [() => ResourcePolicy]];
|
|
929
|
-
export var RegisterDelegatedAdministratorRequest = [3, n0, _RDAR, 0, [_AI, _SP], [0, 0]];
|
|
930
|
-
export var RemoveAccountFromOrganizationRequest = [3, n0, _RAFOR, 0, [_AI], [0]];
|
|
931
|
-
export var ResourcePolicy = [3, n0, _RP, 0, [_RPS, _Co], [() => ResourcePolicySummary
|
|
932
|
-
export var ResourcePolicyNotFoundException = [-3, n0, _RPNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
933
|
-
TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException
|
|
934
|
-
export var ResourcePolicySummary = [3, n0, _RPS, 0, [_I, _Ar], [0, 0]];
|
|
935
|
-
export var ResponsibilityTransfer = [
|
|
965
|
+
TypeRegistry.for(n0).registerError(PolicyTypeNotAvailableForOrganizationException$, PolicyTypeNotAvailableForOrganizationException);
|
|
966
|
+
export var PolicyTypeNotEnabledException$ = [-3, n0, _PTNEE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
967
|
+
TypeRegistry.for(n0).registerError(PolicyTypeNotEnabledException$, PolicyTypeNotEnabledException);
|
|
968
|
+
export var PolicyTypeSummary$ = [3, n0, _PTSo, 0, [_T, _S], [0, 0]];
|
|
969
|
+
export var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_Co, _Ta], [0, () => Tags]];
|
|
970
|
+
export var PutResourcePolicyResponse$ = [3, n0, _PRPRu, 0, [_RP], [() => ResourcePolicy$]];
|
|
971
|
+
export var RegisterDelegatedAdministratorRequest$ = [3, n0, _RDAR, 0, [_AI, _SP], [0, 0]];
|
|
972
|
+
export var RemoveAccountFromOrganizationRequest$ = [3, n0, _RAFOR, 0, [_AI], [0]];
|
|
973
|
+
export var ResourcePolicy$ = [3, n0, _RP, 0, [_RPS, _Co], [() => ResourcePolicySummary$, 0]];
|
|
974
|
+
export var ResourcePolicyNotFoundException$ = [-3, n0, _RPNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
975
|
+
TypeRegistry.for(n0).registerError(ResourcePolicyNotFoundException$, ResourcePolicyNotFoundException);
|
|
976
|
+
export var ResourcePolicySummary$ = [3, n0, _RPS, 0, [_I, _Ar], [0, 0]];
|
|
977
|
+
export var ResponsibilityTransfer$ = [
|
|
936
978
|
3,
|
|
937
979
|
n0,
|
|
938
980
|
_RTe,
|
|
@@ -944,14 +986,14 @@ export var ResponsibilityTransfer = [
|
|
|
944
986
|
0,
|
|
945
987
|
0,
|
|
946
988
|
0,
|
|
947
|
-
[() => TransferParticipant
|
|
948
|
-
[() => TransferParticipant
|
|
989
|
+
[() => TransferParticipant$, 0],
|
|
990
|
+
[() => TransferParticipant$, 0],
|
|
949
991
|
4,
|
|
950
992
|
4,
|
|
951
993
|
0,
|
|
952
994
|
],
|
|
953
995
|
];
|
|
954
|
-
export var ResponsibilityTransferAlreadyInStatusException = [
|
|
996
|
+
export var ResponsibilityTransferAlreadyInStatusException$ = [
|
|
955
997
|
-3,
|
|
956
998
|
n0,
|
|
957
999
|
_RTAISE,
|
|
@@ -959,8 +1001,8 @@ export var ResponsibilityTransferAlreadyInStatusException = [
|
|
|
959
1001
|
[_M],
|
|
960
1002
|
[0],
|
|
961
1003
|
];
|
|
962
|
-
TypeRegistry.for(n0).registerError(ResponsibilityTransferAlreadyInStatusException
|
|
963
|
-
export var ResponsibilityTransferNotFoundException = [
|
|
1004
|
+
TypeRegistry.for(n0).registerError(ResponsibilityTransferAlreadyInStatusException$, ResponsibilityTransferAlreadyInStatusException);
|
|
1005
|
+
export var ResponsibilityTransferNotFoundException$ = [
|
|
964
1006
|
-3,
|
|
965
1007
|
n0,
|
|
966
1008
|
_RTNFE,
|
|
@@ -968,45 +1010,45 @@ export var ResponsibilityTransferNotFoundException = [
|
|
|
968
1010
|
[_M],
|
|
969
1011
|
[0],
|
|
970
1012
|
];
|
|
971
|
-
TypeRegistry.for(n0).registerError(ResponsibilityTransferNotFoundException
|
|
972
|
-
export var Root = [3, n0, _Ro, 0, [_I, _Ar, _N, _PTo], [0, 0, 0, () => PolicyTypes]];
|
|
973
|
-
export var RootNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
974
|
-
TypeRegistry.for(n0).registerError(RootNotFoundException
|
|
975
|
-
export var ServiceException = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
976
|
-
TypeRegistry.for(n0).registerError(ServiceException
|
|
977
|
-
export var SourceParentNotFoundException = [-3, n0, _SPNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
978
|
-
TypeRegistry.for(n0).registerError(SourceParentNotFoundException
|
|
979
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
980
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RIe, _Ta], [0, () => Tags]];
|
|
981
|
-
export var TargetNotFoundException = [-3, n0, _TNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
982
|
-
TypeRegistry.for(n0).registerError(TargetNotFoundException
|
|
983
|
-
export var TerminateResponsibilityTransferRequest = [3, n0, _TRTR, 0, [_I, _ETn], [0, 4]];
|
|
984
|
-
export var TerminateResponsibilityTransferResponse = [
|
|
1013
|
+
TypeRegistry.for(n0).registerError(ResponsibilityTransferNotFoundException$, ResponsibilityTransferNotFoundException);
|
|
1014
|
+
export var Root$ = [3, n0, _Ro, 0, [_I, _Ar, _N, _PTo], [0, 0, 0, () => PolicyTypes]];
|
|
1015
|
+
export var RootNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1016
|
+
TypeRegistry.for(n0).registerError(RootNotFoundException$, RootNotFoundException);
|
|
1017
|
+
export var ServiceException$ = [-3, n0, _SE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
1018
|
+
TypeRegistry.for(n0).registerError(ServiceException$, ServiceException);
|
|
1019
|
+
export var SourceParentNotFoundException$ = [-3, n0, _SPNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1020
|
+
TypeRegistry.for(n0).registerError(SourceParentNotFoundException$, SourceParentNotFoundException);
|
|
1021
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1022
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RIe, _Ta], [0, () => Tags]];
|
|
1023
|
+
export var TargetNotFoundException$ = [-3, n0, _TNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
1024
|
+
TypeRegistry.for(n0).registerError(TargetNotFoundException$, TargetNotFoundException);
|
|
1025
|
+
export var TerminateResponsibilityTransferRequest$ = [3, n0, _TRTR, 0, [_I, _ETn], [0, 4]];
|
|
1026
|
+
export var TerminateResponsibilityTransferResponse$ = [
|
|
985
1027
|
3,
|
|
986
1028
|
n0,
|
|
987
1029
|
_TRTRe,
|
|
988
1030
|
0,
|
|
989
1031
|
[_RTe],
|
|
990
|
-
[[() => ResponsibilityTransfer
|
|
991
|
-
];
|
|
992
|
-
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_T, _M], [0, 0]];
|
|
993
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
994
|
-
export var TransferParticipant = [3, n0, _TP, 0, [_MAIa, _MAEa], [0, [() => Email, 0]]];
|
|
995
|
-
export var UnsupportedAPIEndpointException = [-3, n0, _UAPIEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
996
|
-
TypeRegistry.for(n0).registerError(UnsupportedAPIEndpointException
|
|
997
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RIe, _TK], [0, 64 | 0]];
|
|
998
|
-
export var UpdateOrganizationalUnitRequest = [3, n0, _UOUR, 0, [_OUI, _N], [0, 0]];
|
|
999
|
-
export var UpdateOrganizationalUnitResponse = [
|
|
1032
|
+
[[() => ResponsibilityTransfer$, 0]],
|
|
1033
|
+
];
|
|
1034
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_T, _M], [0, 0]];
|
|
1035
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
1036
|
+
export var TransferParticipant$ = [3, n0, _TP, 0, [_MAIa, _MAEa], [0, [() => Email, 0]]];
|
|
1037
|
+
export var UnsupportedAPIEndpointException$ = [-3, n0, _UAPIEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
1038
|
+
TypeRegistry.for(n0).registerError(UnsupportedAPIEndpointException$, UnsupportedAPIEndpointException);
|
|
1039
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RIe, _TK], [0, 64 | 0]];
|
|
1040
|
+
export var UpdateOrganizationalUnitRequest$ = [3, n0, _UOUR, 0, [_OUI, _N], [0, 0]];
|
|
1041
|
+
export var UpdateOrganizationalUnitResponse$ = [
|
|
1000
1042
|
3,
|
|
1001
1043
|
n0,
|
|
1002
1044
|
_UOURp,
|
|
1003
1045
|
0,
|
|
1004
1046
|
[_OU],
|
|
1005
|
-
[() => OrganizationalUnit],
|
|
1047
|
+
[() => OrganizationalUnit$],
|
|
1006
1048
|
];
|
|
1007
|
-
export var UpdatePolicyRequest = [3, n0, _UPR, 0, [_PI, _N, _D, _Co], [0, 0, 0, 0]];
|
|
1008
|
-
export var UpdatePolicyResponse = [3, n0, _UPRp, 0, [_P], [() => Policy]];
|
|
1009
|
-
export var UpdateResponsibilityTransferRequest = [
|
|
1049
|
+
export var UpdatePolicyRequest$ = [3, n0, _UPR, 0, [_PI, _N, _D, _Co], [0, 0, 0, 0]];
|
|
1050
|
+
export var UpdatePolicyResponse$ = [3, n0, _UPRp, 0, [_P], [() => Policy$]];
|
|
1051
|
+
export var UpdateResponsibilityTransferRequest$ = [
|
|
1010
1052
|
3,
|
|
1011
1053
|
n0,
|
|
1012
1054
|
_URTR,
|
|
@@ -1014,434 +1056,455 @@ export var UpdateResponsibilityTransferRequest = [
|
|
|
1014
1056
|
[_I, _N],
|
|
1015
1057
|
[0, [() => ResponsibilityTransferName, 0]],
|
|
1016
1058
|
];
|
|
1017
|
-
export var UpdateResponsibilityTransferResponse = [
|
|
1059
|
+
export var UpdateResponsibilityTransferResponse$ = [
|
|
1018
1060
|
3,
|
|
1019
1061
|
n0,
|
|
1020
1062
|
_URTRp,
|
|
1021
1063
|
0,
|
|
1022
1064
|
[_RTe],
|
|
1023
|
-
[[() => ResponsibilityTransfer
|
|
1024
|
-
];
|
|
1025
|
-
|
|
1026
|
-
export var OrganizationsServiceException = [-3, _sm, "OrganizationsServiceException", 0, [], []];
|
|
1027
|
-
TypeRegistry.for(_sm).registerError(OrganizationsServiceException
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
export var AcceptHandshake = [
|
|
1065
|
+
[[() => ResponsibilityTransfer$, 0]],
|
|
1066
|
+
];
|
|
1067
|
+
var __Unit = "unit";
|
|
1068
|
+
export var OrganizationsServiceException$ = [-3, _sm, "OrganizationsServiceException", 0, [], []];
|
|
1069
|
+
TypeRegistry.for(_sm).registerError(OrganizationsServiceException$, OrganizationsServiceException);
|
|
1070
|
+
var Accounts = [1, n0, _Acc, 0, [() => Account$, 0]];
|
|
1071
|
+
var Children = [1, n0, _Ch, 0, () => Child$];
|
|
1072
|
+
var CreateAccountStates = 64 | 0;
|
|
1073
|
+
var CreateAccountStatuses = [1, n0, _CASr, 0, [() => CreateAccountStatus$, 0]];
|
|
1074
|
+
var DelegatedAdministrators = [1, n0, _DAe, 0, [() => DelegatedAdministrator$, 0]];
|
|
1075
|
+
var DelegatedServices = [1, n0, _DSe, 0, () => DelegatedService$];
|
|
1076
|
+
var EffectivePolicyValidationErrors = [1, n0, _EPVEf, 0, () => EffectivePolicyValidationError$];
|
|
1077
|
+
var EnabledServicePrincipals = [1, n0, _ESPn, 0, () => EnabledServicePrincipal$];
|
|
1078
|
+
var HandshakeParties = [1, n0, _HPa, 0, [() => HandshakeParty$, 0]];
|
|
1079
|
+
var HandshakeResources = [1, n0, _HRa, 0, [() => HandshakeResource$, 0]];
|
|
1080
|
+
var Handshakes = [1, n0, _Ha, 0, [() => Handshake$, 0]];
|
|
1081
|
+
var OrganizationalUnits = [1, n0, _OUr, 0, () => OrganizationalUnit$];
|
|
1082
|
+
var Parents = [1, n0, _Par, 0, () => Parent$];
|
|
1083
|
+
var Policies = [1, n0, _Po, 0, () => PolicySummary$];
|
|
1084
|
+
var PolicyIds = 64 | 0;
|
|
1085
|
+
var PolicyTargets = [1, n0, _PTol, 0, () => PolicyTargetSummary$];
|
|
1086
|
+
var PolicyTypes = [1, n0, _PTo, 0, () => PolicyTypeSummary$];
|
|
1087
|
+
var ResponsibilityTransfers = [1, n0, _RTes, 0, [() => ResponsibilityTransfer$, 0]];
|
|
1088
|
+
var Roots = [1, n0, _Roo, 0, () => Root$];
|
|
1089
|
+
var TagKeys = 64 | 0;
|
|
1090
|
+
var Tags = [1, n0, _Ta, 0, () => Tag$];
|
|
1091
|
+
export var AcceptHandshake$ = [
|
|
1050
1092
|
9,
|
|
1051
1093
|
n0,
|
|
1052
1094
|
_AH,
|
|
1053
1095
|
0,
|
|
1054
|
-
() => AcceptHandshakeRequest
|
|
1055
|
-
() => AcceptHandshakeResponse
|
|
1096
|
+
() => AcceptHandshakeRequest$,
|
|
1097
|
+
() => AcceptHandshakeResponse$,
|
|
1056
1098
|
];
|
|
1057
|
-
export var AttachPolicy = [9, n0, _AP, 0, () => AttachPolicyRequest
|
|
1058
|
-
export var CancelHandshake = [
|
|
1099
|
+
export var AttachPolicy$ = [9, n0, _AP, 0, () => AttachPolicyRequest$, () => __Unit];
|
|
1100
|
+
export var CancelHandshake$ = [
|
|
1059
1101
|
9,
|
|
1060
1102
|
n0,
|
|
1061
1103
|
_CH,
|
|
1062
1104
|
0,
|
|
1063
|
-
() => CancelHandshakeRequest
|
|
1064
|
-
() => CancelHandshakeResponse
|
|
1105
|
+
() => CancelHandshakeRequest$,
|
|
1106
|
+
() => CancelHandshakeResponse$,
|
|
1065
1107
|
];
|
|
1066
|
-
export var CloseAccount = [9, n0, _CA, 0, () => CloseAccountRequest
|
|
1067
|
-
export var CreateAccount = [
|
|
1108
|
+
export var CloseAccount$ = [9, n0, _CA, 0, () => CloseAccountRequest$, () => __Unit];
|
|
1109
|
+
export var CreateAccount$ = [
|
|
1068
1110
|
9,
|
|
1069
1111
|
n0,
|
|
1070
1112
|
_CAr,
|
|
1071
1113
|
0,
|
|
1072
|
-
() => CreateAccountRequest
|
|
1073
|
-
() => CreateAccountResponse
|
|
1114
|
+
() => CreateAccountRequest$,
|
|
1115
|
+
() => CreateAccountResponse$,
|
|
1074
1116
|
];
|
|
1075
|
-
export var CreateGovCloudAccount = [
|
|
1117
|
+
export var CreateGovCloudAccount$ = [
|
|
1076
1118
|
9,
|
|
1077
1119
|
n0,
|
|
1078
1120
|
_CGCA,
|
|
1079
1121
|
0,
|
|
1080
|
-
() => CreateGovCloudAccountRequest
|
|
1081
|
-
() => CreateGovCloudAccountResponse
|
|
1122
|
+
() => CreateGovCloudAccountRequest$,
|
|
1123
|
+
() => CreateGovCloudAccountResponse$,
|
|
1082
1124
|
];
|
|
1083
|
-
export var CreateOrganization = [
|
|
1125
|
+
export var CreateOrganization$ = [
|
|
1084
1126
|
9,
|
|
1085
1127
|
n0,
|
|
1086
1128
|
_CO,
|
|
1087
1129
|
0,
|
|
1088
|
-
() => CreateOrganizationRequest
|
|
1089
|
-
() => CreateOrganizationResponse
|
|
1130
|
+
() => CreateOrganizationRequest$,
|
|
1131
|
+
() => CreateOrganizationResponse$,
|
|
1090
1132
|
];
|
|
1091
|
-
export var CreateOrganizationalUnit = [
|
|
1133
|
+
export var CreateOrganizationalUnit$ = [
|
|
1092
1134
|
9,
|
|
1093
1135
|
n0,
|
|
1094
1136
|
_COU,
|
|
1095
1137
|
0,
|
|
1096
|
-
() => CreateOrganizationalUnitRequest
|
|
1097
|
-
() => CreateOrganizationalUnitResponse
|
|
1138
|
+
() => CreateOrganizationalUnitRequest$,
|
|
1139
|
+
() => CreateOrganizationalUnitResponse$,
|
|
1098
1140
|
];
|
|
1099
|
-
export var CreatePolicy = [
|
|
1141
|
+
export var CreatePolicy$ = [
|
|
1100
1142
|
9,
|
|
1101
1143
|
n0,
|
|
1102
1144
|
_CPr,
|
|
1103
1145
|
0,
|
|
1104
|
-
() => CreatePolicyRequest
|
|
1105
|
-
() => CreatePolicyResponse
|
|
1146
|
+
() => CreatePolicyRequest$,
|
|
1147
|
+
() => CreatePolicyResponse$,
|
|
1106
1148
|
];
|
|
1107
|
-
export var DeclineHandshake = [
|
|
1149
|
+
export var DeclineHandshake$ = [
|
|
1108
1150
|
9,
|
|
1109
1151
|
n0,
|
|
1110
1152
|
_DH,
|
|
1111
1153
|
0,
|
|
1112
|
-
() => DeclineHandshakeRequest
|
|
1113
|
-
() => DeclineHandshakeResponse
|
|
1154
|
+
() => DeclineHandshakeRequest$,
|
|
1155
|
+
() => DeclineHandshakeResponse$,
|
|
1114
1156
|
];
|
|
1115
|
-
export var DeleteOrganization = [9, n0, _DO, 0, () => __Unit, () => __Unit];
|
|
1116
|
-
export var DeleteOrganizationalUnit = [
|
|
1157
|
+
export var DeleteOrganization$ = [9, n0, _DO, 0, () => __Unit, () => __Unit];
|
|
1158
|
+
export var DeleteOrganizationalUnit$ = [
|
|
1117
1159
|
9,
|
|
1118
1160
|
n0,
|
|
1119
1161
|
_DOU,
|
|
1120
1162
|
0,
|
|
1121
|
-
() => DeleteOrganizationalUnitRequest
|
|
1163
|
+
() => DeleteOrganizationalUnitRequest$,
|
|
1122
1164
|
() => __Unit,
|
|
1123
1165
|
];
|
|
1124
|
-
export var DeletePolicy = [9, n0, _DP, 0, () => DeletePolicyRequest
|
|
1125
|
-
export var DeleteResourcePolicy = [9, n0, _DRP, 0, () => __Unit, () => __Unit];
|
|
1126
|
-
export var DeregisterDelegatedAdministrator = [
|
|
1166
|
+
export var DeletePolicy$ = [9, n0, _DP, 0, () => DeletePolicyRequest$, () => __Unit];
|
|
1167
|
+
export var DeleteResourcePolicy$ = [9, n0, _DRP, 0, () => __Unit, () => __Unit];
|
|
1168
|
+
export var DeregisterDelegatedAdministrator$ = [
|
|
1127
1169
|
9,
|
|
1128
1170
|
n0,
|
|
1129
1171
|
_DDA,
|
|
1130
1172
|
0,
|
|
1131
|
-
() => DeregisterDelegatedAdministratorRequest
|
|
1173
|
+
() => DeregisterDelegatedAdministratorRequest$,
|
|
1132
1174
|
() => __Unit,
|
|
1133
1175
|
];
|
|
1134
|
-
export var DescribeAccount = [
|
|
1176
|
+
export var DescribeAccount$ = [
|
|
1135
1177
|
9,
|
|
1136
1178
|
n0,
|
|
1137
1179
|
_DAes,
|
|
1138
1180
|
0,
|
|
1139
|
-
() => DescribeAccountRequest
|
|
1140
|
-
() => DescribeAccountResponse
|
|
1181
|
+
() => DescribeAccountRequest$,
|
|
1182
|
+
() => DescribeAccountResponse$,
|
|
1141
1183
|
];
|
|
1142
|
-
export var DescribeCreateAccountStatus = [
|
|
1184
|
+
export var DescribeCreateAccountStatus$ = [
|
|
1143
1185
|
9,
|
|
1144
1186
|
n0,
|
|
1145
1187
|
_DCAS,
|
|
1146
1188
|
0,
|
|
1147
|
-
() => DescribeCreateAccountStatusRequest
|
|
1148
|
-
() => DescribeCreateAccountStatusResponse
|
|
1189
|
+
() => DescribeCreateAccountStatusRequest$,
|
|
1190
|
+
() => DescribeCreateAccountStatusResponse$,
|
|
1149
1191
|
];
|
|
1150
|
-
export var DescribeEffectivePolicy = [
|
|
1192
|
+
export var DescribeEffectivePolicy$ = [
|
|
1151
1193
|
9,
|
|
1152
1194
|
n0,
|
|
1153
1195
|
_DEP,
|
|
1154
1196
|
0,
|
|
1155
|
-
() => DescribeEffectivePolicyRequest
|
|
1156
|
-
() => DescribeEffectivePolicyResponse
|
|
1197
|
+
() => DescribeEffectivePolicyRequest$,
|
|
1198
|
+
() => DescribeEffectivePolicyResponse$,
|
|
1157
1199
|
];
|
|
1158
|
-
export var DescribeHandshake = [
|
|
1200
|
+
export var DescribeHandshake$ = [
|
|
1159
1201
|
9,
|
|
1160
1202
|
n0,
|
|
1161
1203
|
_DHe,
|
|
1162
1204
|
0,
|
|
1163
|
-
() => DescribeHandshakeRequest
|
|
1164
|
-
() => DescribeHandshakeResponse
|
|
1205
|
+
() => DescribeHandshakeRequest$,
|
|
1206
|
+
() => DescribeHandshakeResponse$,
|
|
1165
1207
|
];
|
|
1166
|
-
export var DescribeOrganization = [
|
|
1208
|
+
export var DescribeOrganization$ = [
|
|
1167
1209
|
9,
|
|
1168
1210
|
n0,
|
|
1169
1211
|
_DOe,
|
|
1170
1212
|
0,
|
|
1171
1213
|
() => __Unit,
|
|
1172
|
-
() => DescribeOrganizationResponse
|
|
1214
|
+
() => DescribeOrganizationResponse$,
|
|
1173
1215
|
];
|
|
1174
|
-
export var DescribeOrganizationalUnit = [
|
|
1216
|
+
export var DescribeOrganizationalUnit$ = [
|
|
1175
1217
|
9,
|
|
1176
1218
|
n0,
|
|
1177
1219
|
_DOUe,
|
|
1178
1220
|
0,
|
|
1179
|
-
() => DescribeOrganizationalUnitRequest
|
|
1180
|
-
() => DescribeOrganizationalUnitResponse
|
|
1221
|
+
() => DescribeOrganizationalUnitRequest$,
|
|
1222
|
+
() => DescribeOrganizationalUnitResponse$,
|
|
1181
1223
|
];
|
|
1182
|
-
export var DescribePolicy = [
|
|
1224
|
+
export var DescribePolicy$ = [
|
|
1183
1225
|
9,
|
|
1184
1226
|
n0,
|
|
1185
1227
|
_DPe,
|
|
1186
1228
|
0,
|
|
1187
|
-
() => DescribePolicyRequest
|
|
1188
|
-
() => DescribePolicyResponse
|
|
1229
|
+
() => DescribePolicyRequest$,
|
|
1230
|
+
() => DescribePolicyResponse$,
|
|
1189
1231
|
];
|
|
1190
|
-
export var DescribeResourcePolicy = [
|
|
1232
|
+
export var DescribeResourcePolicy$ = [
|
|
1191
1233
|
9,
|
|
1192
1234
|
n0,
|
|
1193
1235
|
_DRPe,
|
|
1194
1236
|
0,
|
|
1195
1237
|
() => __Unit,
|
|
1196
|
-
() => DescribeResourcePolicyResponse
|
|
1238
|
+
() => DescribeResourcePolicyResponse$,
|
|
1197
1239
|
];
|
|
1198
|
-
export var DescribeResponsibilityTransfer = [
|
|
1240
|
+
export var DescribeResponsibilityTransfer$ = [
|
|
1199
1241
|
9,
|
|
1200
1242
|
n0,
|
|
1201
1243
|
_DRT,
|
|
1202
1244
|
0,
|
|
1203
|
-
() => DescribeResponsibilityTransferRequest
|
|
1204
|
-
() => DescribeResponsibilityTransferResponse
|
|
1245
|
+
() => DescribeResponsibilityTransferRequest$,
|
|
1246
|
+
() => DescribeResponsibilityTransferResponse$,
|
|
1205
1247
|
];
|
|
1206
|
-
export var DetachPolicy = [9, n0, _DPet, 0, () => DetachPolicyRequest
|
|
1207
|
-
export var DisableAWSServiceAccess = [
|
|
1248
|
+
export var DetachPolicy$ = [9, n0, _DPet, 0, () => DetachPolicyRequest$, () => __Unit];
|
|
1249
|
+
export var DisableAWSServiceAccess$ = [
|
|
1208
1250
|
9,
|
|
1209
1251
|
n0,
|
|
1210
1252
|
_DAWSSA,
|
|
1211
1253
|
0,
|
|
1212
|
-
() => DisableAWSServiceAccessRequest
|
|
1254
|
+
() => DisableAWSServiceAccessRequest$,
|
|
1213
1255
|
() => __Unit,
|
|
1214
1256
|
];
|
|
1215
|
-
export var DisablePolicyType = [
|
|
1257
|
+
export var DisablePolicyType$ = [
|
|
1216
1258
|
9,
|
|
1217
1259
|
n0,
|
|
1218
1260
|
_DPT,
|
|
1219
1261
|
0,
|
|
1220
|
-
() => DisablePolicyTypeRequest
|
|
1221
|
-
() => DisablePolicyTypeResponse
|
|
1262
|
+
() => DisablePolicyTypeRequest$,
|
|
1263
|
+
() => DisablePolicyTypeResponse$,
|
|
1222
1264
|
];
|
|
1223
|
-
export var EnableAllFeatures = [
|
|
1265
|
+
export var EnableAllFeatures$ = [
|
|
1224
1266
|
9,
|
|
1225
1267
|
n0,
|
|
1226
1268
|
_EAF,
|
|
1227
1269
|
0,
|
|
1228
|
-
() => EnableAllFeaturesRequest
|
|
1229
|
-
() => EnableAllFeaturesResponse
|
|
1270
|
+
() => EnableAllFeaturesRequest$,
|
|
1271
|
+
() => EnableAllFeaturesResponse$,
|
|
1230
1272
|
];
|
|
1231
|
-
export var EnableAWSServiceAccess = [
|
|
1273
|
+
export var EnableAWSServiceAccess$ = [
|
|
1232
1274
|
9,
|
|
1233
1275
|
n0,
|
|
1234
1276
|
_EAWSSA,
|
|
1235
1277
|
0,
|
|
1236
|
-
() => EnableAWSServiceAccessRequest
|
|
1278
|
+
() => EnableAWSServiceAccessRequest$,
|
|
1237
1279
|
() => __Unit,
|
|
1238
1280
|
];
|
|
1239
|
-
export var EnablePolicyType = [
|
|
1281
|
+
export var EnablePolicyType$ = [
|
|
1240
1282
|
9,
|
|
1241
1283
|
n0,
|
|
1242
1284
|
_EPT,
|
|
1243
1285
|
0,
|
|
1244
|
-
() => EnablePolicyTypeRequest
|
|
1245
|
-
() => EnablePolicyTypeResponse
|
|
1286
|
+
() => EnablePolicyTypeRequest$,
|
|
1287
|
+
() => EnablePolicyTypeResponse$,
|
|
1246
1288
|
];
|
|
1247
|
-
export var InviteAccountToOrganization = [
|
|
1289
|
+
export var InviteAccountToOrganization$ = [
|
|
1248
1290
|
9,
|
|
1249
1291
|
n0,
|
|
1250
1292
|
_IATO,
|
|
1251
1293
|
0,
|
|
1252
|
-
() => InviteAccountToOrganizationRequest
|
|
1253
|
-
() => InviteAccountToOrganizationResponse
|
|
1294
|
+
() => InviteAccountToOrganizationRequest$,
|
|
1295
|
+
() => InviteAccountToOrganizationResponse$,
|
|
1254
1296
|
];
|
|
1255
|
-
export var InviteOrganizationToTransferResponsibility = [
|
|
1297
|
+
export var InviteOrganizationToTransferResponsibility$ = [
|
|
1256
1298
|
9,
|
|
1257
1299
|
n0,
|
|
1258
1300
|
_IOTTR,
|
|
1259
1301
|
0,
|
|
1260
|
-
() => InviteOrganizationToTransferResponsibilityRequest
|
|
1261
|
-
() => InviteOrganizationToTransferResponsibilityResponse
|
|
1302
|
+
() => InviteOrganizationToTransferResponsibilityRequest$,
|
|
1303
|
+
() => InviteOrganizationToTransferResponsibilityResponse$,
|
|
1304
|
+
];
|
|
1305
|
+
export var LeaveOrganization$ = [9, n0, _LO, 0, () => __Unit, () => __Unit];
|
|
1306
|
+
export var ListAccounts$ = [
|
|
1307
|
+
9,
|
|
1308
|
+
n0,
|
|
1309
|
+
_LA,
|
|
1310
|
+
0,
|
|
1311
|
+
() => ListAccountsRequest$,
|
|
1312
|
+
() => ListAccountsResponse$,
|
|
1262
1313
|
];
|
|
1263
|
-
export var
|
|
1264
|
-
export var ListAccounts = [9, n0, _LA, 0, () => ListAccountsRequest, () => ListAccountsResponse];
|
|
1265
|
-
export var ListAccountsForParent = [
|
|
1314
|
+
export var ListAccountsForParent$ = [
|
|
1266
1315
|
9,
|
|
1267
1316
|
n0,
|
|
1268
1317
|
_LAFP,
|
|
1269
1318
|
0,
|
|
1270
|
-
() => ListAccountsForParentRequest
|
|
1271
|
-
() => ListAccountsForParentResponse
|
|
1319
|
+
() => ListAccountsForParentRequest$,
|
|
1320
|
+
() => ListAccountsForParentResponse$,
|
|
1272
1321
|
];
|
|
1273
|
-
export var ListAccountsWithInvalidEffectivePolicy = [
|
|
1322
|
+
export var ListAccountsWithInvalidEffectivePolicy$ = [
|
|
1274
1323
|
9,
|
|
1275
1324
|
n0,
|
|
1276
1325
|
_LAWIEP,
|
|
1277
1326
|
0,
|
|
1278
|
-
() => ListAccountsWithInvalidEffectivePolicyRequest
|
|
1279
|
-
() => ListAccountsWithInvalidEffectivePolicyResponse
|
|
1327
|
+
() => ListAccountsWithInvalidEffectivePolicyRequest$,
|
|
1328
|
+
() => ListAccountsWithInvalidEffectivePolicyResponse$,
|
|
1280
1329
|
];
|
|
1281
|
-
export var ListAWSServiceAccessForOrganization = [
|
|
1330
|
+
export var ListAWSServiceAccessForOrganization$ = [
|
|
1282
1331
|
9,
|
|
1283
1332
|
n0,
|
|
1284
1333
|
_LAWSSAFO,
|
|
1285
1334
|
0,
|
|
1286
|
-
() => ListAWSServiceAccessForOrganizationRequest
|
|
1287
|
-
() => ListAWSServiceAccessForOrganizationResponse
|
|
1335
|
+
() => ListAWSServiceAccessForOrganizationRequest$,
|
|
1336
|
+
() => ListAWSServiceAccessForOrganizationResponse$,
|
|
1288
1337
|
];
|
|
1289
|
-
export var ListChildren = [
|
|
1290
|
-
|
|
1338
|
+
export var ListChildren$ = [
|
|
1339
|
+
9,
|
|
1340
|
+
n0,
|
|
1341
|
+
_LC,
|
|
1342
|
+
0,
|
|
1343
|
+
() => ListChildrenRequest$,
|
|
1344
|
+
() => ListChildrenResponse$,
|
|
1345
|
+
];
|
|
1346
|
+
export var ListCreateAccountStatus$ = [
|
|
1291
1347
|
9,
|
|
1292
1348
|
n0,
|
|
1293
1349
|
_LCAS,
|
|
1294
1350
|
0,
|
|
1295
|
-
() => ListCreateAccountStatusRequest
|
|
1296
|
-
() => ListCreateAccountStatusResponse
|
|
1351
|
+
() => ListCreateAccountStatusRequest$,
|
|
1352
|
+
() => ListCreateAccountStatusResponse$,
|
|
1297
1353
|
];
|
|
1298
|
-
export var ListDelegatedAdministrators = [
|
|
1354
|
+
export var ListDelegatedAdministrators$ = [
|
|
1299
1355
|
9,
|
|
1300
1356
|
n0,
|
|
1301
1357
|
_LDA,
|
|
1302
1358
|
0,
|
|
1303
|
-
() => ListDelegatedAdministratorsRequest
|
|
1304
|
-
() => ListDelegatedAdministratorsResponse
|
|
1359
|
+
() => ListDelegatedAdministratorsRequest$,
|
|
1360
|
+
() => ListDelegatedAdministratorsResponse$,
|
|
1305
1361
|
];
|
|
1306
|
-
export var ListDelegatedServicesForAccount = [
|
|
1362
|
+
export var ListDelegatedServicesForAccount$ = [
|
|
1307
1363
|
9,
|
|
1308
1364
|
n0,
|
|
1309
1365
|
_LDSFA,
|
|
1310
1366
|
0,
|
|
1311
|
-
() => ListDelegatedServicesForAccountRequest
|
|
1312
|
-
() => ListDelegatedServicesForAccountResponse
|
|
1367
|
+
() => ListDelegatedServicesForAccountRequest$,
|
|
1368
|
+
() => ListDelegatedServicesForAccountResponse$,
|
|
1313
1369
|
];
|
|
1314
|
-
export var ListEffectivePolicyValidationErrors = [
|
|
1370
|
+
export var ListEffectivePolicyValidationErrors$ = [
|
|
1315
1371
|
9,
|
|
1316
1372
|
n0,
|
|
1317
1373
|
_LEPVE,
|
|
1318
1374
|
0,
|
|
1319
|
-
() => ListEffectivePolicyValidationErrorsRequest
|
|
1320
|
-
() => ListEffectivePolicyValidationErrorsResponse
|
|
1375
|
+
() => ListEffectivePolicyValidationErrorsRequest$,
|
|
1376
|
+
() => ListEffectivePolicyValidationErrorsResponse$,
|
|
1321
1377
|
];
|
|
1322
|
-
export var ListHandshakesForAccount = [
|
|
1378
|
+
export var ListHandshakesForAccount$ = [
|
|
1323
1379
|
9,
|
|
1324
1380
|
n0,
|
|
1325
1381
|
_LHFA,
|
|
1326
1382
|
0,
|
|
1327
|
-
() => ListHandshakesForAccountRequest
|
|
1328
|
-
() => ListHandshakesForAccountResponse
|
|
1383
|
+
() => ListHandshakesForAccountRequest$,
|
|
1384
|
+
() => ListHandshakesForAccountResponse$,
|
|
1329
1385
|
];
|
|
1330
|
-
export var ListHandshakesForOrganization = [
|
|
1386
|
+
export var ListHandshakesForOrganization$ = [
|
|
1331
1387
|
9,
|
|
1332
1388
|
n0,
|
|
1333
1389
|
_LHFO,
|
|
1334
1390
|
0,
|
|
1335
|
-
() => ListHandshakesForOrganizationRequest
|
|
1336
|
-
() => ListHandshakesForOrganizationResponse
|
|
1391
|
+
() => ListHandshakesForOrganizationRequest$,
|
|
1392
|
+
() => ListHandshakesForOrganizationResponse$,
|
|
1337
1393
|
];
|
|
1338
|
-
export var ListInboundResponsibilityTransfers = [
|
|
1394
|
+
export var ListInboundResponsibilityTransfers$ = [
|
|
1339
1395
|
9,
|
|
1340
1396
|
n0,
|
|
1341
1397
|
_LIRT,
|
|
1342
1398
|
0,
|
|
1343
|
-
() => ListInboundResponsibilityTransfersRequest
|
|
1344
|
-
() => ListInboundResponsibilityTransfersResponse
|
|
1399
|
+
() => ListInboundResponsibilityTransfersRequest$,
|
|
1400
|
+
() => ListInboundResponsibilityTransfersResponse$,
|
|
1345
1401
|
];
|
|
1346
|
-
export var ListOrganizationalUnitsForParent = [
|
|
1402
|
+
export var ListOrganizationalUnitsForParent$ = [
|
|
1347
1403
|
9,
|
|
1348
1404
|
n0,
|
|
1349
1405
|
_LOUFP,
|
|
1350
1406
|
0,
|
|
1351
|
-
() => ListOrganizationalUnitsForParentRequest
|
|
1352
|
-
() => ListOrganizationalUnitsForParentResponse
|
|
1407
|
+
() => ListOrganizationalUnitsForParentRequest$,
|
|
1408
|
+
() => ListOrganizationalUnitsForParentResponse$,
|
|
1353
1409
|
];
|
|
1354
|
-
export var ListOutboundResponsibilityTransfers = [
|
|
1410
|
+
export var ListOutboundResponsibilityTransfers$ = [
|
|
1355
1411
|
9,
|
|
1356
1412
|
n0,
|
|
1357
1413
|
_LORT,
|
|
1358
1414
|
0,
|
|
1359
|
-
() => ListOutboundResponsibilityTransfersRequest
|
|
1360
|
-
() => ListOutboundResponsibilityTransfersResponse
|
|
1415
|
+
() => ListOutboundResponsibilityTransfersRequest$,
|
|
1416
|
+
() => ListOutboundResponsibilityTransfersResponse$,
|
|
1361
1417
|
];
|
|
1362
|
-
export var ListParents = [9, n0, _LP, 0, () => ListParentsRequest
|
|
1363
|
-
export var ListPolicies = [
|
|
1418
|
+
export var ListParents$ = [9, n0, _LP, 0, () => ListParentsRequest$, () => ListParentsResponse$];
|
|
1419
|
+
export var ListPolicies$ = [
|
|
1364
1420
|
9,
|
|
1365
1421
|
n0,
|
|
1366
1422
|
_LPi,
|
|
1367
1423
|
0,
|
|
1368
|
-
() => ListPoliciesRequest
|
|
1369
|
-
() => ListPoliciesResponse
|
|
1424
|
+
() => ListPoliciesRequest$,
|
|
1425
|
+
() => ListPoliciesResponse$,
|
|
1370
1426
|
];
|
|
1371
|
-
export var ListPoliciesForTarget = [
|
|
1427
|
+
export var ListPoliciesForTarget$ = [
|
|
1372
1428
|
9,
|
|
1373
1429
|
n0,
|
|
1374
1430
|
_LPFT,
|
|
1375
1431
|
0,
|
|
1376
|
-
() => ListPoliciesForTargetRequest
|
|
1377
|
-
() => ListPoliciesForTargetResponse
|
|
1432
|
+
() => ListPoliciesForTargetRequest$,
|
|
1433
|
+
() => ListPoliciesForTargetResponse$,
|
|
1378
1434
|
];
|
|
1379
|
-
export var ListRoots = [9, n0, _LR, 0, () => ListRootsRequest
|
|
1380
|
-
export var ListTagsForResource = [
|
|
1435
|
+
export var ListRoots$ = [9, n0, _LR, 0, () => ListRootsRequest$, () => ListRootsResponse$];
|
|
1436
|
+
export var ListTagsForResource$ = [
|
|
1381
1437
|
9,
|
|
1382
1438
|
n0,
|
|
1383
1439
|
_LTFR,
|
|
1384
1440
|
0,
|
|
1385
|
-
() => ListTagsForResourceRequest
|
|
1386
|
-
() => ListTagsForResourceResponse
|
|
1441
|
+
() => ListTagsForResourceRequest$,
|
|
1442
|
+
() => ListTagsForResourceResponse$,
|
|
1387
1443
|
];
|
|
1388
|
-
export var ListTargetsForPolicy = [
|
|
1444
|
+
export var ListTargetsForPolicy$ = [
|
|
1389
1445
|
9,
|
|
1390
1446
|
n0,
|
|
1391
1447
|
_LTFP,
|
|
1392
1448
|
0,
|
|
1393
|
-
() => ListTargetsForPolicyRequest
|
|
1394
|
-
() => ListTargetsForPolicyResponse
|
|
1449
|
+
() => ListTargetsForPolicyRequest$,
|
|
1450
|
+
() => ListTargetsForPolicyResponse$,
|
|
1395
1451
|
];
|
|
1396
|
-
export var MoveAccount = [9, n0, _MA, 0, () => MoveAccountRequest
|
|
1397
|
-
export var PutResourcePolicy = [
|
|
1452
|
+
export var MoveAccount$ = [9, n0, _MA, 0, () => MoveAccountRequest$, () => __Unit];
|
|
1453
|
+
export var PutResourcePolicy$ = [
|
|
1398
1454
|
9,
|
|
1399
1455
|
n0,
|
|
1400
1456
|
_PRP,
|
|
1401
1457
|
0,
|
|
1402
|
-
() => PutResourcePolicyRequest
|
|
1403
|
-
() => PutResourcePolicyResponse
|
|
1458
|
+
() => PutResourcePolicyRequest$,
|
|
1459
|
+
() => PutResourcePolicyResponse$,
|
|
1404
1460
|
];
|
|
1405
|
-
export var RegisterDelegatedAdministrator = [
|
|
1461
|
+
export var RegisterDelegatedAdministrator$ = [
|
|
1406
1462
|
9,
|
|
1407
1463
|
n0,
|
|
1408
1464
|
_RDA,
|
|
1409
1465
|
0,
|
|
1410
|
-
() => RegisterDelegatedAdministratorRequest
|
|
1466
|
+
() => RegisterDelegatedAdministratorRequest$,
|
|
1411
1467
|
() => __Unit,
|
|
1412
1468
|
];
|
|
1413
|
-
export var RemoveAccountFromOrganization = [
|
|
1469
|
+
export var RemoveAccountFromOrganization$ = [
|
|
1414
1470
|
9,
|
|
1415
1471
|
n0,
|
|
1416
1472
|
_RAFO,
|
|
1417
1473
|
0,
|
|
1418
|
-
() => RemoveAccountFromOrganizationRequest
|
|
1474
|
+
() => RemoveAccountFromOrganizationRequest$,
|
|
1419
1475
|
() => __Unit,
|
|
1420
1476
|
];
|
|
1421
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1422
|
-
export var TerminateResponsibilityTransfer = [
|
|
1477
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => __Unit];
|
|
1478
|
+
export var TerminateResponsibilityTransfer$ = [
|
|
1423
1479
|
9,
|
|
1424
1480
|
n0,
|
|
1425
1481
|
_TRT,
|
|
1426
1482
|
0,
|
|
1427
|
-
() => TerminateResponsibilityTransferRequest
|
|
1428
|
-
() => TerminateResponsibilityTransferResponse
|
|
1483
|
+
() => TerminateResponsibilityTransferRequest$,
|
|
1484
|
+
() => TerminateResponsibilityTransferResponse$,
|
|
1429
1485
|
];
|
|
1430
|
-
export var UntagResource = [9, n0, _UR, 0, () => UntagResourceRequest
|
|
1431
|
-
export var UpdateOrganizationalUnit = [
|
|
1486
|
+
export var UntagResource$ = [9, n0, _UR, 0, () => UntagResourceRequest$, () => __Unit];
|
|
1487
|
+
export var UpdateOrganizationalUnit$ = [
|
|
1432
1488
|
9,
|
|
1433
1489
|
n0,
|
|
1434
1490
|
_UOU,
|
|
1435
1491
|
0,
|
|
1436
|
-
() => UpdateOrganizationalUnitRequest
|
|
1437
|
-
() => UpdateOrganizationalUnitResponse
|
|
1492
|
+
() => UpdateOrganizationalUnitRequest$,
|
|
1493
|
+
() => UpdateOrganizationalUnitResponse$,
|
|
1494
|
+
];
|
|
1495
|
+
export var UpdatePolicy$ = [
|
|
1496
|
+
9,
|
|
1497
|
+
n0,
|
|
1498
|
+
_UP,
|
|
1499
|
+
0,
|
|
1500
|
+
() => UpdatePolicyRequest$,
|
|
1501
|
+
() => UpdatePolicyResponse$,
|
|
1438
1502
|
];
|
|
1439
|
-
export var
|
|
1440
|
-
export var UpdateResponsibilityTransfer = [
|
|
1503
|
+
export var UpdateResponsibilityTransfer$ = [
|
|
1441
1504
|
9,
|
|
1442
1505
|
n0,
|
|
1443
1506
|
_URT,
|
|
1444
1507
|
0,
|
|
1445
|
-
() => UpdateResponsibilityTransferRequest
|
|
1446
|
-
() => UpdateResponsibilityTransferResponse
|
|
1508
|
+
() => UpdateResponsibilityTransferRequest$,
|
|
1509
|
+
() => UpdateResponsibilityTransferResponse$,
|
|
1447
1510
|
];
|