@aws-sdk/client-organizations 3.131.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptHandshakeCommand.js +2 -2
  4. package/dist-cjs/commands/AttachPolicyCommand.js +1 -1
  5. package/dist-cjs/commands/CancelHandshakeCommand.js +2 -2
  6. package/dist-cjs/commands/CloseAccountCommand.js +1 -1
  7. package/dist-cjs/commands/CreateAccountCommand.js +2 -2
  8. package/dist-cjs/commands/CreateGovCloudAccountCommand.js +2 -2
  9. package/dist-cjs/commands/CreateOrganizationCommand.js +2 -2
  10. package/dist-cjs/commands/CreateOrganizationalUnitCommand.js +2 -2
  11. package/dist-cjs/commands/CreatePolicyCommand.js +2 -2
  12. package/dist-cjs/commands/DeclineHandshakeCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteOrganizationalUnitCommand.js +1 -1
  14. package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
  15. package/dist-cjs/commands/DeregisterDelegatedAdministratorCommand.js +1 -1
  16. package/dist-cjs/commands/DescribeAccountCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeCreateAccountStatusCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeEffectivePolicyCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeHandshakeCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeOrganizationCommand.js +1 -1
  21. package/dist-cjs/commands/DescribeOrganizationalUnitCommand.js +2 -2
  22. package/dist-cjs/commands/DescribePolicyCommand.js +2 -2
  23. package/dist-cjs/commands/DetachPolicyCommand.js +1 -1
  24. package/dist-cjs/commands/DisableAWSServiceAccessCommand.js +1 -1
  25. package/dist-cjs/commands/DisablePolicyTypeCommand.js +2 -2
  26. package/dist-cjs/commands/EnableAWSServiceAccessCommand.js +1 -1
  27. package/dist-cjs/commands/EnableAllFeaturesCommand.js +2 -2
  28. package/dist-cjs/commands/EnablePolicyTypeCommand.js +2 -2
  29. package/dist-cjs/commands/InviteAccountToOrganizationCommand.js +2 -2
  30. package/dist-cjs/commands/ListAWSServiceAccessForOrganizationCommand.js +2 -2
  31. package/dist-cjs/commands/ListAccountsCommand.js +2 -2
  32. package/dist-cjs/commands/ListAccountsForParentCommand.js +2 -2
  33. package/dist-cjs/commands/ListChildrenCommand.js +2 -2
  34. package/dist-cjs/commands/ListCreateAccountStatusCommand.js +2 -2
  35. package/dist-cjs/commands/ListDelegatedAdministratorsCommand.js +2 -2
  36. package/dist-cjs/commands/ListDelegatedServicesForAccountCommand.js +2 -2
  37. package/dist-cjs/commands/ListHandshakesForAccountCommand.js +2 -2
  38. package/dist-cjs/commands/ListHandshakesForOrganizationCommand.js +2 -2
  39. package/dist-cjs/commands/ListOrganizationalUnitsForParentCommand.js +2 -2
  40. package/dist-cjs/commands/ListParentsCommand.js +2 -2
  41. package/dist-cjs/commands/ListPoliciesCommand.js +2 -2
  42. package/dist-cjs/commands/ListPoliciesForTargetCommand.js +2 -2
  43. package/dist-cjs/commands/ListRootsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-cjs/commands/ListTargetsForPolicyCommand.js +2 -2
  46. package/dist-cjs/commands/MoveAccountCommand.js +1 -1
  47. package/dist-cjs/commands/RegisterDelegatedAdministratorCommand.js +1 -1
  48. package/dist-cjs/commands/RemoveAccountFromOrganizationCommand.js +1 -1
  49. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  50. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  51. package/dist-cjs/commands/UpdateOrganizationalUnitCommand.js +2 -2
  52. package/dist-cjs/commands/UpdatePolicyCommand.js +2 -2
  53. package/dist-cjs/models/models_0.js +471 -683
  54. package/dist-cjs/protocols/Aws_json1_1.js +260 -425
  55. package/dist-es/commands/AcceptHandshakeCommand.js +3 -3
  56. package/dist-es/commands/AttachPolicyCommand.js +2 -2
  57. package/dist-es/commands/CancelHandshakeCommand.js +3 -3
  58. package/dist-es/commands/CloseAccountCommand.js +2 -2
  59. package/dist-es/commands/CreateAccountCommand.js +3 -3
  60. package/dist-es/commands/CreateGovCloudAccountCommand.js +3 -3
  61. package/dist-es/commands/CreateOrganizationCommand.js +3 -3
  62. package/dist-es/commands/CreateOrganizationalUnitCommand.js +3 -3
  63. package/dist-es/commands/CreatePolicyCommand.js +3 -3
  64. package/dist-es/commands/DeclineHandshakeCommand.js +3 -3
  65. package/dist-es/commands/DeleteOrganizationalUnitCommand.js +2 -2
  66. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  67. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +2 -2
  68. package/dist-es/commands/DescribeAccountCommand.js +3 -3
  69. package/dist-es/commands/DescribeCreateAccountStatusCommand.js +3 -3
  70. package/dist-es/commands/DescribeEffectivePolicyCommand.js +3 -3
  71. package/dist-es/commands/DescribeHandshakeCommand.js +3 -3
  72. package/dist-es/commands/DescribeOrganizationCommand.js +2 -2
  73. package/dist-es/commands/DescribeOrganizationalUnitCommand.js +3 -3
  74. package/dist-es/commands/DescribePolicyCommand.js +3 -3
  75. package/dist-es/commands/DetachPolicyCommand.js +2 -2
  76. package/dist-es/commands/DisableAWSServiceAccessCommand.js +2 -2
  77. package/dist-es/commands/DisablePolicyTypeCommand.js +3 -3
  78. package/dist-es/commands/EnableAWSServiceAccessCommand.js +2 -2
  79. package/dist-es/commands/EnableAllFeaturesCommand.js +3 -3
  80. package/dist-es/commands/EnablePolicyTypeCommand.js +3 -3
  81. package/dist-es/commands/InviteAccountToOrganizationCommand.js +3 -3
  82. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +3 -3
  83. package/dist-es/commands/ListAccountsCommand.js +3 -3
  84. package/dist-es/commands/ListAccountsForParentCommand.js +3 -3
  85. package/dist-es/commands/ListChildrenCommand.js +3 -3
  86. package/dist-es/commands/ListCreateAccountStatusCommand.js +3 -3
  87. package/dist-es/commands/ListDelegatedAdministratorsCommand.js +3 -3
  88. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +3 -3
  89. package/dist-es/commands/ListHandshakesForAccountCommand.js +3 -3
  90. package/dist-es/commands/ListHandshakesForOrganizationCommand.js +3 -3
  91. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +3 -3
  92. package/dist-es/commands/ListParentsCommand.js +3 -3
  93. package/dist-es/commands/ListPoliciesCommand.js +3 -3
  94. package/dist-es/commands/ListPoliciesForTargetCommand.js +3 -3
  95. package/dist-es/commands/ListRootsCommand.js +3 -3
  96. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  97. package/dist-es/commands/ListTargetsForPolicyCommand.js +3 -3
  98. package/dist-es/commands/MoveAccountCommand.js +2 -2
  99. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +2 -2
  100. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +2 -2
  101. package/dist-es/commands/TagResourceCommand.js +2 -2
  102. package/dist-es/commands/UntagResourceCommand.js +2 -2
  103. package/dist-es/commands/UpdateOrganizationalUnitCommand.js +3 -3
  104. package/dist-es/commands/UpdatePolicyCommand.js +3 -3
  105. package/dist-es/models/models_0.js +116 -436
  106. package/dist-es/protocols/Aws_json1_1.js +417 -426
  107. package/dist-types/models/models_0.d.ts +424 -636
  108. package/dist-types/ts3.4/models/models_0.d.ts +212 -424
  109. package/package.json +6 -6
@@ -4,10 +4,6 @@ export interface AcceptHandshakeRequest {
4
4
 
5
5
  HandshakeId: string | undefined;
6
6
  }
7
- export declare namespace AcceptHandshakeRequest {
8
-
9
- const filterSensitiveLog: (obj: AcceptHandshakeRequest) => any;
10
- }
11
7
  export declare enum ActionType {
12
8
  ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE = "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
13
9
  APPROVE_ALL_FEATURES = "APPROVE_ALL_FEATURES",
@@ -26,10 +22,6 @@ export interface HandshakeParty {
26
22
 
27
23
  Type: HandshakePartyType | string | undefined;
28
24
  }
29
- export declare namespace HandshakeParty {
30
-
31
- const filterSensitiveLog: (obj: HandshakeParty) => any;
32
- }
33
25
  export declare enum HandshakeResourceType {
34
26
  ACCOUNT = "ACCOUNT",
35
27
  EMAIL = "EMAIL",
@@ -207,10 +199,6 @@ export interface Account {
207
199
 
208
200
  JoinedTimestamp?: Date;
209
201
  }
210
- export declare namespace Account {
211
-
212
- const filterSensitiveLog: (obj: Account) => any;
213
- }
214
202
 
215
203
  export declare class AccountAlreadyClosedException extends __BaseException {
216
204
  readonly name: "AccountAlreadyClosedException";
@@ -265,10 +253,6 @@ export interface AttachPolicyRequest {
265
253
 
266
254
  TargetId: string | undefined;
267
255
  }
268
- export declare namespace AttachPolicyRequest {
269
-
270
- const filterSensitiveLog: (obj: AttachPolicyRequest) => any;
271
- }
272
256
  export declare enum ConstraintViolationExceptionReason {
273
257
  ACCOUNT_CANNOT_LEAVE_ORGANIZATION = "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
274
258
  ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA = "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
@@ -365,18 +349,10 @@ export interface CancelHandshakeRequest {
365
349
 
366
350
  HandshakeId: string | undefined;
367
351
  }
368
- export declare namespace CancelHandshakeRequest {
369
-
370
- const filterSensitiveLog: (obj: CancelHandshakeRequest) => any;
371
- }
372
352
  export interface CloseAccountRequest {
373
353
 
374
354
  AccountId: string | undefined;
375
355
  }
376
- export declare namespace CloseAccountRequest {
377
-
378
- const filterSensitiveLog: (obj: CloseAccountRequest) => any;
379
- }
380
356
 
381
357
  export declare class ConflictException extends __BaseException {
382
358
  readonly name: "ConflictException";
@@ -396,10 +372,6 @@ export interface Tag {
396
372
 
397
373
  Value: string | undefined;
398
374
  }
399
- export declare namespace Tag {
400
-
401
- const filterSensitiveLog: (obj: Tag) => any;
402
- }
403
375
  export interface CreateAccountRequest {
404
376
 
405
377
  Email: string | undefined;
@@ -412,10 +384,6 @@ export interface CreateAccountRequest {
412
384
 
413
385
  Tags?: Tag[];
414
386
  }
415
- export declare namespace CreateAccountRequest {
416
-
417
- const filterSensitiveLog: (obj: CreateAccountRequest) => any;
418
- }
419
387
  export declare enum CreateAccountFailureReason {
420
388
  ACCOUNT_LIMIT_EXCEEDED = "ACCOUNT_LIMIT_EXCEEDED",
421
389
  CONCURRENT_ACCOUNT_MODIFICATION = "CONCURRENT_ACCOUNT_MODIFICATION",
@@ -456,18 +424,10 @@ export interface CreateAccountStatus {
456
424
 
457
425
  FailureReason?: CreateAccountFailureReason | string;
458
426
  }
459
- export declare namespace CreateAccountStatus {
460
-
461
- const filterSensitiveLog: (obj: CreateAccountStatus) => any;
462
- }
463
427
  export interface CreateAccountResponse {
464
428
 
465
429
  CreateAccountStatus?: CreateAccountStatus;
466
430
  }
467
- export declare namespace CreateAccountResponse {
468
-
469
- const filterSensitiveLog: (obj: CreateAccountResponse) => any;
470
- }
471
431
 
472
432
  export declare class FinalizingOrganizationException extends __BaseException {
473
433
  readonly name: "FinalizingOrganizationException";
@@ -488,18 +448,10 @@ export interface CreateGovCloudAccountRequest {
488
448
 
489
449
  Tags?: Tag[];
490
450
  }
491
- export declare namespace CreateGovCloudAccountRequest {
492
-
493
- const filterSensitiveLog: (obj: CreateGovCloudAccountRequest) => any;
494
- }
495
451
  export interface CreateGovCloudAccountResponse {
496
452
 
497
453
  CreateAccountStatus?: CreateAccountStatus;
498
454
  }
499
- export declare namespace CreateGovCloudAccountResponse {
500
-
501
- const filterSensitiveLog: (obj: CreateGovCloudAccountResponse) => any;
502
- }
503
455
  export declare enum OrganizationFeatureSet {
504
456
  ALL = "ALL",
505
457
  CONSOLIDATED_BILLING = "CONSOLIDATED_BILLING"
@@ -508,10 +460,6 @@ export interface CreateOrganizationRequest {
508
460
 
509
461
  FeatureSet?: OrganizationFeatureSet | string;
510
462
  }
511
- export declare namespace CreateOrganizationRequest {
512
-
513
- const filterSensitiveLog: (obj: CreateOrganizationRequest) => any;
514
- }
515
463
  export declare enum PolicyTypeStatus {
516
464
  ENABLED = "ENABLED",
517
465
  PENDING_DISABLE = "PENDING_DISABLE",
@@ -530,10 +478,6 @@ export interface PolicyTypeSummary {
530
478
 
531
479
  Status?: PolicyTypeStatus | string;
532
480
  }
533
- export declare namespace PolicyTypeSummary {
534
-
535
- const filterSensitiveLog: (obj: PolicyTypeSummary) => any;
536
- }
537
481
 
538
482
  export interface Organization {
539
483
 
@@ -551,18 +495,10 @@ export interface Organization {
551
495
 
552
496
  AvailablePolicyTypes?: PolicyTypeSummary[];
553
497
  }
554
- export declare namespace Organization {
555
-
556
- const filterSensitiveLog: (obj: Organization) => any;
557
- }
558
498
  export interface CreateOrganizationResponse {
559
499
 
560
500
  Organization?: Organization;
561
501
  }
562
- export declare namespace CreateOrganizationResponse {
563
-
564
- const filterSensitiveLog: (obj: CreateOrganizationResponse) => any;
565
- }
566
502
  export interface CreateOrganizationalUnitRequest {
567
503
 
568
504
  ParentId: string | undefined;
@@ -571,10 +507,6 @@ export interface CreateOrganizationalUnitRequest {
571
507
 
572
508
  Tags?: Tag[];
573
509
  }
574
- export declare namespace CreateOrganizationalUnitRequest {
575
-
576
- const filterSensitiveLog: (obj: CreateOrganizationalUnitRequest) => any;
577
- }
578
510
 
579
511
  export interface OrganizationalUnit {
580
512
 
@@ -584,18 +516,10 @@ export interface OrganizationalUnit {
584
516
 
585
517
  Name?: string;
586
518
  }
587
- export declare namespace OrganizationalUnit {
588
-
589
- const filterSensitiveLog: (obj: OrganizationalUnit) => any;
590
- }
591
519
  export interface CreateOrganizationalUnitResponse {
592
520
 
593
521
  OrganizationalUnit?: OrganizationalUnit;
594
522
  }
595
- export declare namespace CreateOrganizationalUnitResponse {
596
-
597
- const filterSensitiveLog: (obj: CreateOrganizationalUnitResponse) => any;
598
- }
599
523
 
600
524
  export declare class DuplicateOrganizationalUnitException extends __BaseException {
601
525
  readonly name: "DuplicateOrganizationalUnitException";
@@ -624,10 +548,6 @@ export interface CreatePolicyRequest {
624
548
 
625
549
  Tags?: Tag[];
626
550
  }
627
- export declare namespace CreatePolicyRequest {
628
-
629
- const filterSensitiveLog: (obj: CreatePolicyRequest) => any;
630
- }
631
551
 
632
552
  export interface PolicySummary {
633
553
 
@@ -643,10 +563,6 @@ export interface PolicySummary {
643
563
 
644
564
  AwsManaged?: boolean;
645
565
  }
646
- export declare namespace PolicySummary {
647
-
648
- const filterSensitiveLog: (obj: PolicySummary) => any;
649
- }
650
566
 
651
567
  export interface Policy {
652
568
 
@@ -654,18 +570,10 @@ export interface Policy {
654
570
 
655
571
  Content?: string;
656
572
  }
657
- export declare namespace Policy {
658
-
659
- const filterSensitiveLog: (obj: Policy) => any;
660
- }
661
573
  export interface CreatePolicyResponse {
662
574
 
663
575
  Policy?: Policy;
664
576
  }
665
- export declare namespace CreatePolicyResponse {
666
-
667
- const filterSensitiveLog: (obj: CreatePolicyResponse) => any;
668
- }
669
577
 
670
578
  export declare class DuplicatePolicyException extends __BaseException {
671
579
  readonly name: "DuplicatePolicyException";
@@ -694,10 +602,6 @@ export interface DeclineHandshakeRequest {
694
602
 
695
603
  HandshakeId: string | undefined;
696
604
  }
697
- export declare namespace DeclineHandshakeRequest {
698
-
699
- const filterSensitiveLog: (obj: DeclineHandshakeRequest) => any;
700
- }
701
605
 
702
606
  export declare class OrganizationNotEmptyException extends __BaseException {
703
607
  readonly name: "OrganizationNotEmptyException";
@@ -710,10 +614,6 @@ export interface DeleteOrganizationalUnitRequest {
710
614
 
711
615
  OrganizationalUnitId: string | undefined;
712
616
  }
713
- export declare namespace DeleteOrganizationalUnitRequest {
714
-
715
- const filterSensitiveLog: (obj: DeleteOrganizationalUnitRequest) => any;
716
- }
717
617
 
718
618
  export declare class OrganizationalUnitNotEmptyException extends __BaseException {
719
619
  readonly name: "OrganizationalUnitNotEmptyException";
@@ -734,10 +634,6 @@ export interface DeletePolicyRequest {
734
634
 
735
635
  PolicyId: string | undefined;
736
636
  }
737
- export declare namespace DeletePolicyRequest {
738
-
739
- const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
740
- }
741
637
 
742
638
  export declare class PolicyInUseException extends __BaseException {
743
639
  readonly name: "PolicyInUseException";
@@ -752,26 +648,14 @@ export interface DeregisterDelegatedAdministratorRequest {
752
648
 
753
649
  ServicePrincipal: string | undefined;
754
650
  }
755
- export declare namespace DeregisterDelegatedAdministratorRequest {
756
-
757
- const filterSensitiveLog: (obj: DeregisterDelegatedAdministratorRequest) => any;
758
- }
759
651
  export interface DescribeAccountRequest {
760
652
 
761
653
  AccountId: string | undefined;
762
654
  }
763
- export declare namespace DescribeAccountRequest {
764
-
765
- const filterSensitiveLog: (obj: DescribeAccountRequest) => any;
766
- }
767
655
  export interface DescribeAccountResponse {
768
656
 
769
657
  Account?: Account;
770
658
  }
771
- export declare namespace DescribeAccountResponse {
772
-
773
- const filterSensitiveLog: (obj: DescribeAccountResponse) => any;
774
- }
775
659
 
776
660
  export declare class CreateAccountStatusNotFoundException extends __BaseException {
777
661
  readonly name: "CreateAccountStatusNotFoundException";
@@ -784,18 +668,10 @@ export interface DescribeCreateAccountStatusRequest {
784
668
 
785
669
  CreateAccountRequestId: string | undefined;
786
670
  }
787
- export declare namespace DescribeCreateAccountStatusRequest {
788
-
789
- const filterSensitiveLog: (obj: DescribeCreateAccountStatusRequest) => any;
790
- }
791
671
  export interface DescribeCreateAccountStatusResponse {
792
672
 
793
673
  CreateAccountStatus?: CreateAccountStatus;
794
674
  }
795
- export declare namespace DescribeCreateAccountStatusResponse {
796
-
797
- const filterSensitiveLog: (obj: DescribeCreateAccountStatusResponse) => any;
798
- }
799
675
  export declare enum EffectivePolicyType {
800
676
  AISERVICES_OPT_OUT_POLICY = "AISERVICES_OPT_OUT_POLICY",
801
677
  BACKUP_POLICY = "BACKUP_POLICY",
@@ -807,10 +683,6 @@ export interface DescribeEffectivePolicyRequest {
807
683
 
808
684
  TargetId?: string;
809
685
  }
810
- export declare namespace DescribeEffectivePolicyRequest {
811
-
812
- const filterSensitiveLog: (obj: DescribeEffectivePolicyRequest) => any;
813
- }
814
686
 
815
687
  export interface EffectivePolicy {
816
688
 
@@ -822,18 +694,10 @@ export interface EffectivePolicy {
822
694
 
823
695
  PolicyType?: EffectivePolicyType | string;
824
696
  }
825
- export declare namespace EffectivePolicy {
826
-
827
- const filterSensitiveLog: (obj: EffectivePolicy) => any;
828
- }
829
697
  export interface DescribeEffectivePolicyResponse {
830
698
 
831
699
  EffectivePolicy?: EffectivePolicy;
832
700
  }
833
- export declare namespace DescribeEffectivePolicyResponse {
834
-
835
- const filterSensitiveLog: (obj: DescribeEffectivePolicyResponse) => any;
836
- }
837
701
 
838
702
  export declare class EffectivePolicyNotFoundException extends __BaseException {
839
703
  readonly name: "EffectivePolicyNotFoundException";
@@ -846,60 +710,32 @@ export interface DescribeHandshakeRequest {
846
710
 
847
711
  HandshakeId: string | undefined;
848
712
  }
849
- export declare namespace DescribeHandshakeRequest {
850
-
851
- const filterSensitiveLog: (obj: DescribeHandshakeRequest) => any;
852
- }
853
713
  export interface DescribeOrganizationResponse {
854
714
 
855
715
  Organization?: Organization;
856
716
  }
857
- export declare namespace DescribeOrganizationResponse {
858
-
859
- const filterSensitiveLog: (obj: DescribeOrganizationResponse) => any;
860
- }
861
717
  export interface DescribeOrganizationalUnitRequest {
862
718
 
863
719
  OrganizationalUnitId: string | undefined;
864
720
  }
865
- export declare namespace DescribeOrganizationalUnitRequest {
866
-
867
- const filterSensitiveLog: (obj: DescribeOrganizationalUnitRequest) => any;
868
- }
869
721
  export interface DescribeOrganizationalUnitResponse {
870
722
 
871
723
  OrganizationalUnit?: OrganizationalUnit;
872
724
  }
873
- export declare namespace DescribeOrganizationalUnitResponse {
874
-
875
- const filterSensitiveLog: (obj: DescribeOrganizationalUnitResponse) => any;
876
- }
877
725
  export interface DescribePolicyRequest {
878
726
 
879
727
  PolicyId: string | undefined;
880
728
  }
881
- export declare namespace DescribePolicyRequest {
882
-
883
- const filterSensitiveLog: (obj: DescribePolicyRequest) => any;
884
- }
885
729
  export interface DescribePolicyResponse {
886
730
 
887
731
  Policy?: Policy;
888
732
  }
889
- export declare namespace DescribePolicyResponse {
890
-
891
- const filterSensitiveLog: (obj: DescribePolicyResponse) => any;
892
- }
893
733
  export interface DetachPolicyRequest {
894
734
 
895
735
  PolicyId: string | undefined;
896
736
 
897
737
  TargetId: string | undefined;
898
738
  }
899
- export declare namespace DetachPolicyRequest {
900
-
901
- const filterSensitiveLog: (obj: DetachPolicyRequest) => any;
902
- }
903
739
 
904
740
  export declare class PolicyNotAttachedException extends __BaseException {
905
741
  readonly name: "PolicyNotAttachedException";
@@ -912,20 +748,12 @@ export interface DisableAWSServiceAccessRequest {
912
748
 
913
749
  ServicePrincipal: string | undefined;
914
750
  }
915
- export declare namespace DisableAWSServiceAccessRequest {
916
-
917
- const filterSensitiveLog: (obj: DisableAWSServiceAccessRequest) => any;
918
- }
919
751
  export interface DisablePolicyTypeRequest {
920
752
 
921
753
  RootId: string | undefined;
922
754
 
923
755
  PolicyType: PolicyType | string | undefined;
924
756
  }
925
- export declare namespace DisablePolicyTypeRequest {
926
-
927
- const filterSensitiveLog: (obj: DisablePolicyTypeRequest) => any;
928
- }
929
757
 
930
758
  export interface Root {
931
759
 
@@ -937,18 +765,10 @@ export interface Root {
937
765
 
938
766
  PolicyTypes?: PolicyTypeSummary[];
939
767
  }
940
- export declare namespace Root {
941
-
942
- const filterSensitiveLog: (obj: Root) => any;
943
- }
944
768
  export interface DisablePolicyTypeResponse {
945
769
 
946
770
  Root?: Root;
947
771
  }
948
- export declare namespace DisablePolicyTypeResponse {
949
-
950
- const filterSensitiveLog: (obj: DisablePolicyTypeResponse) => any;
951
- }
952
772
 
953
773
  export declare class RootNotFoundException extends __BaseException {
954
774
  readonly name: "RootNotFoundException";
@@ -959,36 +779,20 @@ export declare class RootNotFoundException extends __BaseException {
959
779
  }
960
780
  export interface EnableAllFeaturesRequest {
961
781
  }
962
- export declare namespace EnableAllFeaturesRequest {
963
-
964
- const filterSensitiveLog: (obj: EnableAllFeaturesRequest) => any;
965
- }
966
782
  export interface EnableAWSServiceAccessRequest {
967
783
 
968
784
  ServicePrincipal: string | undefined;
969
785
  }
970
- export declare namespace EnableAWSServiceAccessRequest {
971
-
972
- const filterSensitiveLog: (obj: EnableAWSServiceAccessRequest) => any;
973
- }
974
786
  export interface EnablePolicyTypeRequest {
975
787
 
976
788
  RootId: string | undefined;
977
789
 
978
790
  PolicyType: PolicyType | string | undefined;
979
791
  }
980
- export declare namespace EnablePolicyTypeRequest {
981
-
982
- const filterSensitiveLog: (obj: EnablePolicyTypeRequest) => any;
983
- }
984
792
  export interface EnablePolicyTypeResponse {
985
793
 
986
794
  Root?: Root;
987
795
  }
988
- export declare namespace EnablePolicyTypeResponse {
989
-
990
- const filterSensitiveLog: (obj: EnablePolicyTypeResponse) => any;
991
- }
992
796
 
993
797
  export declare class PolicyTypeAlreadyEnabledException extends __BaseException {
994
798
  readonly name: "PolicyTypeAlreadyEnabledException";
@@ -1013,10 +817,6 @@ export interface InviteAccountToOrganizationRequest {
1013
817
 
1014
818
  Tags?: Tag[];
1015
819
  }
1016
- export declare namespace InviteAccountToOrganizationRequest {
1017
-
1018
- const filterSensitiveLog: (obj: InviteAccountToOrganizationRequest) => any;
1019
- }
1020
820
 
1021
821
  export declare class MasterCannotLeaveOrganizationException extends __BaseException {
1022
822
  readonly name: "MasterCannotLeaveOrganizationException";
@@ -1031,20 +831,12 @@ export interface ListAccountsRequest {
1031
831
 
1032
832
  MaxResults?: number;
1033
833
  }
1034
- export declare namespace ListAccountsRequest {
1035
-
1036
- const filterSensitiveLog: (obj: ListAccountsRequest) => any;
1037
- }
1038
834
  export interface ListAccountsResponse {
1039
835
 
1040
836
  Accounts?: Account[];
1041
837
 
1042
838
  NextToken?: string;
1043
839
  }
1044
- export declare namespace ListAccountsResponse {
1045
-
1046
- const filterSensitiveLog: (obj: ListAccountsResponse) => any;
1047
- }
1048
840
  export interface ListAccountsForParentRequest {
1049
841
 
1050
842
  ParentId: string | undefined;
@@ -1053,30 +845,18 @@ export interface ListAccountsForParentRequest {
1053
845
 
1054
846
  MaxResults?: number;
1055
847
  }
1056
- export declare namespace ListAccountsForParentRequest {
1057
-
1058
- const filterSensitiveLog: (obj: ListAccountsForParentRequest) => any;
1059
- }
1060
848
  export interface ListAccountsForParentResponse {
1061
849
 
1062
850
  Accounts?: Account[];
1063
851
 
1064
852
  NextToken?: string;
1065
853
  }
1066
- export declare namespace ListAccountsForParentResponse {
1067
-
1068
- const filterSensitiveLog: (obj: ListAccountsForParentResponse) => any;
1069
- }
1070
854
  export interface ListAWSServiceAccessForOrganizationRequest {
1071
855
 
1072
856
  NextToken?: string;
1073
857
 
1074
858
  MaxResults?: number;
1075
859
  }
1076
- export declare namespace ListAWSServiceAccessForOrganizationRequest {
1077
-
1078
- const filterSensitiveLog: (obj: ListAWSServiceAccessForOrganizationRequest) => any;
1079
- }
1080
860
 
1081
861
  export interface EnabledServicePrincipal {
1082
862
 
@@ -1084,20 +864,12 @@ export interface EnabledServicePrincipal {
1084
864
 
1085
865
  DateEnabled?: Date;
1086
866
  }
1087
- export declare namespace EnabledServicePrincipal {
1088
-
1089
- const filterSensitiveLog: (obj: EnabledServicePrincipal) => any;
1090
- }
1091
867
  export interface ListAWSServiceAccessForOrganizationResponse {
1092
868
 
1093
869
  EnabledServicePrincipals?: EnabledServicePrincipal[];
1094
870
 
1095
871
  NextToken?: string;
1096
872
  }
1097
- export declare namespace ListAWSServiceAccessForOrganizationResponse {
1098
-
1099
- const filterSensitiveLog: (obj: ListAWSServiceAccessForOrganizationResponse) => any;
1100
- }
1101
873
  export declare enum ChildType {
1102
874
  ACCOUNT = "ACCOUNT",
1103
875
  ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT"
@@ -1112,10 +884,6 @@ export interface ListChildrenRequest {
1112
884
 
1113
885
  MaxResults?: number;
1114
886
  }
1115
- export declare namespace ListChildrenRequest {
1116
-
1117
- const filterSensitiveLog: (obj: ListChildrenRequest) => any;
1118
- }
1119
887
 
1120
888
  export interface Child {
1121
889
 
@@ -1123,20 +891,12 @@ export interface Child {
1123
891
 
1124
892
  Type?: ChildType | string;
1125
893
  }
1126
- export declare namespace Child {
1127
-
1128
- const filterSensitiveLog: (obj: Child) => any;
1129
- }
1130
894
  export interface ListChildrenResponse {
1131
895
 
1132
896
  Children?: Child[];
1133
897
 
1134
898
  NextToken?: string;
1135
899
  }
1136
- export declare namespace ListChildrenResponse {
1137
-
1138
- const filterSensitiveLog: (obj: ListChildrenResponse) => any;
1139
- }
1140
900
  export interface ListCreateAccountStatusRequest {
1141
901
 
1142
902
  States?: (CreateAccountState | string)[];
@@ -1145,20 +905,12 @@ export interface ListCreateAccountStatusRequest {
1145
905
 
1146
906
  MaxResults?: number;
1147
907
  }
1148
- export declare namespace ListCreateAccountStatusRequest {
1149
-
1150
- const filterSensitiveLog: (obj: ListCreateAccountStatusRequest) => any;
1151
- }
1152
908
  export interface ListCreateAccountStatusResponse {
1153
909
 
1154
910
  CreateAccountStatuses?: CreateAccountStatus[];
1155
911
 
1156
912
  NextToken?: string;
1157
913
  }
1158
- export declare namespace ListCreateAccountStatusResponse {
1159
-
1160
- const filterSensitiveLog: (obj: ListCreateAccountStatusResponse) => any;
1161
- }
1162
914
  export interface ListDelegatedAdministratorsRequest {
1163
915
 
1164
916
  ServicePrincipal?: string;
@@ -1167,10 +919,6 @@ export interface ListDelegatedAdministratorsRequest {
1167
919
 
1168
920
  MaxResults?: number;
1169
921
  }
1170
- export declare namespace ListDelegatedAdministratorsRequest {
1171
-
1172
- const filterSensitiveLog: (obj: ListDelegatedAdministratorsRequest) => any;
1173
- }
1174
922
 
1175
923
  export interface DelegatedAdministrator {
1176
924
 
@@ -1190,20 +938,12 @@ export interface DelegatedAdministrator {
1190
938
 
1191
939
  DelegationEnabledDate?: Date;
1192
940
  }
1193
- export declare namespace DelegatedAdministrator {
1194
-
1195
- const filterSensitiveLog: (obj: DelegatedAdministrator) => any;
1196
- }
1197
941
  export interface ListDelegatedAdministratorsResponse {
1198
942
 
1199
943
  DelegatedAdministrators?: DelegatedAdministrator[];
1200
944
 
1201
945
  NextToken?: string;
1202
946
  }
1203
- export declare namespace ListDelegatedAdministratorsResponse {
1204
-
1205
- const filterSensitiveLog: (obj: ListDelegatedAdministratorsResponse) => any;
1206
- }
1207
947
  export interface ListDelegatedServicesForAccountRequest {
1208
948
 
1209
949
  AccountId: string | undefined;
@@ -1212,10 +952,6 @@ export interface ListDelegatedServicesForAccountRequest {
1212
952
 
1213
953
  MaxResults?: number;
1214
954
  }
1215
- export declare namespace ListDelegatedServicesForAccountRequest {
1216
-
1217
- const filterSensitiveLog: (obj: ListDelegatedServicesForAccountRequest) => any;
1218
- }
1219
955
 
1220
956
  export interface DelegatedService {
1221
957
 
@@ -1223,20 +959,12 @@ export interface DelegatedService {
1223
959
 
1224
960
  DelegationEnabledDate?: Date;
1225
961
  }
1226
- export declare namespace DelegatedService {
1227
-
1228
- const filterSensitiveLog: (obj: DelegatedService) => any;
1229
- }
1230
962
  export interface ListDelegatedServicesForAccountResponse {
1231
963
 
1232
964
  DelegatedServices?: DelegatedService[];
1233
965
 
1234
966
  NextToken?: string;
1235
967
  }
1236
- export declare namespace ListDelegatedServicesForAccountResponse {
1237
-
1238
- const filterSensitiveLog: (obj: ListDelegatedServicesForAccountResponse) => any;
1239
- }
1240
968
 
1241
969
  export interface HandshakeFilter {
1242
970
 
@@ -1244,10 +972,6 @@ export interface HandshakeFilter {
1244
972
 
1245
973
  ParentHandshakeId?: string;
1246
974
  }
1247
- export declare namespace HandshakeFilter {
1248
-
1249
- const filterSensitiveLog: (obj: HandshakeFilter) => any;
1250
- }
1251
975
  export interface ListHandshakesForAccountRequest {
1252
976
 
1253
977
  Filter?: HandshakeFilter;
@@ -1256,10 +980,6 @@ export interface ListHandshakesForAccountRequest {
1256
980
 
1257
981
  MaxResults?: number;
1258
982
  }
1259
- export declare namespace ListHandshakesForAccountRequest {
1260
-
1261
- const filterSensitiveLog: (obj: ListHandshakesForAccountRequest) => any;
1262
- }
1263
983
  export interface ListHandshakesForOrganizationRequest {
1264
984
 
1265
985
  Filter?: HandshakeFilter;
@@ -1268,10 +988,6 @@ export interface ListHandshakesForOrganizationRequest {
1268
988
 
1269
989
  MaxResults?: number;
1270
990
  }
1271
- export declare namespace ListHandshakesForOrganizationRequest {
1272
-
1273
- const filterSensitiveLog: (obj: ListHandshakesForOrganizationRequest) => any;
1274
- }
1275
991
  export interface ListOrganizationalUnitsForParentRequest {
1276
992
 
1277
993
  ParentId: string | undefined;
@@ -1280,20 +996,12 @@ export interface ListOrganizationalUnitsForParentRequest {
1280
996
 
1281
997
  MaxResults?: number;
1282
998
  }
1283
- export declare namespace ListOrganizationalUnitsForParentRequest {
1284
-
1285
- const filterSensitiveLog: (obj: ListOrganizationalUnitsForParentRequest) => any;
1286
- }
1287
999
  export interface ListOrganizationalUnitsForParentResponse {
1288
1000
 
1289
1001
  OrganizationalUnits?: OrganizationalUnit[];
1290
1002
 
1291
1003
  NextToken?: string;
1292
1004
  }
1293
- export declare namespace ListOrganizationalUnitsForParentResponse {
1294
-
1295
- const filterSensitiveLog: (obj: ListOrganizationalUnitsForParentResponse) => any;
1296
- }
1297
1005
 
1298
1006
  export declare class ChildNotFoundException extends __BaseException {
1299
1007
  readonly name: "ChildNotFoundException";
@@ -1310,10 +1018,6 @@ export interface ListParentsRequest {
1310
1018
 
1311
1019
  MaxResults?: number;
1312
1020
  }
1313
- export declare namespace ListParentsRequest {
1314
-
1315
- const filterSensitiveLog: (obj: ListParentsRequest) => any;
1316
- }
1317
1021
  export declare enum ParentType {
1318
1022
  ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT",
1319
1023
  ROOT = "ROOT"
@@ -1325,20 +1029,12 @@ export interface Parent {
1325
1029
 
1326
1030
  Type?: ParentType | string;
1327
1031
  }
1328
- export declare namespace Parent {
1329
-
1330
- const filterSensitiveLog: (obj: Parent) => any;
1331
- }
1332
1032
  export interface ListParentsResponse {
1333
1033
 
1334
1034
  Parents?: Parent[];
1335
1035
 
1336
1036
  NextToken?: string;
1337
1037
  }
1338
- export declare namespace ListParentsResponse {
1339
-
1340
- const filterSensitiveLog: (obj: ListParentsResponse) => any;
1341
- }
1342
1038
  export interface ListPoliciesRequest {
1343
1039
 
1344
1040
  Filter: PolicyType | string | undefined;
@@ -1347,20 +1043,12 @@ export interface ListPoliciesRequest {
1347
1043
 
1348
1044
  MaxResults?: number;
1349
1045
  }
1350
- export declare namespace ListPoliciesRequest {
1351
-
1352
- const filterSensitiveLog: (obj: ListPoliciesRequest) => any;
1353
- }
1354
1046
  export interface ListPoliciesResponse {
1355
1047
 
1356
1048
  Policies?: PolicySummary[];
1357
1049
 
1358
1050
  NextToken?: string;
1359
1051
  }
1360
- export declare namespace ListPoliciesResponse {
1361
-
1362
- const filterSensitiveLog: (obj: ListPoliciesResponse) => any;
1363
- }
1364
1052
  export interface ListPoliciesForTargetRequest {
1365
1053
 
1366
1054
  TargetId: string | undefined;
@@ -1371,60 +1059,36 @@ export interface ListPoliciesForTargetRequest {
1371
1059
 
1372
1060
  MaxResults?: number;
1373
1061
  }
1374
- export declare namespace ListPoliciesForTargetRequest {
1375
-
1376
- const filterSensitiveLog: (obj: ListPoliciesForTargetRequest) => any;
1377
- }
1378
1062
  export interface ListPoliciesForTargetResponse {
1379
1063
 
1380
1064
  Policies?: PolicySummary[];
1381
1065
 
1382
1066
  NextToken?: string;
1383
1067
  }
1384
- export declare namespace ListPoliciesForTargetResponse {
1385
-
1386
- const filterSensitiveLog: (obj: ListPoliciesForTargetResponse) => any;
1387
- }
1388
1068
  export interface ListRootsRequest {
1389
1069
 
1390
1070
  NextToken?: string;
1391
1071
 
1392
1072
  MaxResults?: number;
1393
1073
  }
1394
- export declare namespace ListRootsRequest {
1395
-
1396
- const filterSensitiveLog: (obj: ListRootsRequest) => any;
1397
- }
1398
1074
  export interface ListRootsResponse {
1399
1075
 
1400
1076
  Roots?: Root[];
1401
1077
 
1402
1078
  NextToken?: string;
1403
1079
  }
1404
- export declare namespace ListRootsResponse {
1405
-
1406
- const filterSensitiveLog: (obj: ListRootsResponse) => any;
1407
- }
1408
1080
  export interface ListTagsForResourceRequest {
1409
1081
 
1410
1082
  ResourceId: string | undefined;
1411
1083
 
1412
1084
  NextToken?: string;
1413
1085
  }
1414
- export declare namespace ListTagsForResourceRequest {
1415
-
1416
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1417
- }
1418
1086
  export interface ListTagsForResourceResponse {
1419
1087
 
1420
1088
  Tags?: Tag[];
1421
1089
 
1422
1090
  NextToken?: string;
1423
1091
  }
1424
- export declare namespace ListTagsForResourceResponse {
1425
-
1426
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1427
- }
1428
1092
  export interface ListTargetsForPolicyRequest {
1429
1093
 
1430
1094
  PolicyId: string | undefined;
@@ -1433,10 +1097,6 @@ export interface ListTargetsForPolicyRequest {
1433
1097
 
1434
1098
  MaxResults?: number;
1435
1099
  }
1436
- export declare namespace ListTargetsForPolicyRequest {
1437
-
1438
- const filterSensitiveLog: (obj: ListTargetsForPolicyRequest) => any;
1439
- }
1440
1100
  export declare enum TargetType {
1441
1101
  ACCOUNT = "ACCOUNT",
1442
1102
  ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT",
@@ -1453,20 +1113,12 @@ export interface PolicyTargetSummary {
1453
1113
 
1454
1114
  Type?: TargetType | string;
1455
1115
  }
1456
- export declare namespace PolicyTargetSummary {
1457
-
1458
- const filterSensitiveLog: (obj: PolicyTargetSummary) => any;
1459
- }
1460
1116
  export interface ListTargetsForPolicyResponse {
1461
1117
 
1462
1118
  Targets?: PolicyTargetSummary[];
1463
1119
 
1464
1120
  NextToken?: string;
1465
1121
  }
1466
- export declare namespace ListTargetsForPolicyResponse {
1467
-
1468
- const filterSensitiveLog: (obj: ListTargetsForPolicyResponse) => any;
1469
- }
1470
1122
 
1471
1123
  export declare class DestinationParentNotFoundException extends __BaseException {
1472
1124
  readonly name: "DestinationParentNotFoundException";
@@ -1491,10 +1143,6 @@ export interface MoveAccountRequest {
1491
1143
 
1492
1144
  DestinationParentId: string | undefined;
1493
1145
  }
1494
- export declare namespace MoveAccountRequest {
1495
-
1496
- const filterSensitiveLog: (obj: MoveAccountRequest) => any;
1497
- }
1498
1146
 
1499
1147
  export declare class SourceParentNotFoundException extends __BaseException {
1500
1148
  readonly name: "SourceParentNotFoundException";
@@ -1509,56 +1157,32 @@ export interface RegisterDelegatedAdministratorRequest {
1509
1157
 
1510
1158
  ServicePrincipal: string | undefined;
1511
1159
  }
1512
- export declare namespace RegisterDelegatedAdministratorRequest {
1513
-
1514
- const filterSensitiveLog: (obj: RegisterDelegatedAdministratorRequest) => any;
1515
- }
1516
1160
  export interface RemoveAccountFromOrganizationRequest {
1517
1161
 
1518
1162
  AccountId: string | undefined;
1519
1163
  }
1520
- export declare namespace RemoveAccountFromOrganizationRequest {
1521
-
1522
- const filterSensitiveLog: (obj: RemoveAccountFromOrganizationRequest) => any;
1523
- }
1524
1164
  export interface TagResourceRequest {
1525
1165
 
1526
1166
  ResourceId: string | undefined;
1527
1167
 
1528
1168
  Tags: Tag[] | undefined;
1529
1169
  }
1530
- export declare namespace TagResourceRequest {
1531
-
1532
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1533
- }
1534
1170
  export interface UntagResourceRequest {
1535
1171
 
1536
1172
  ResourceId: string | undefined;
1537
1173
 
1538
1174
  TagKeys: string[] | undefined;
1539
1175
  }
1540
- export declare namespace UntagResourceRequest {
1541
-
1542
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1543
- }
1544
1176
  export interface UpdateOrganizationalUnitRequest {
1545
1177
 
1546
1178
  OrganizationalUnitId: string | undefined;
1547
1179
 
1548
1180
  Name?: string;
1549
1181
  }
1550
- export declare namespace UpdateOrganizationalUnitRequest {
1551
-
1552
- const filterSensitiveLog: (obj: UpdateOrganizationalUnitRequest) => any;
1553
- }
1554
1182
  export interface UpdateOrganizationalUnitResponse {
1555
1183
 
1556
1184
  OrganizationalUnit?: OrganizationalUnit;
1557
1185
  }
1558
- export declare namespace UpdateOrganizationalUnitResponse {
1559
-
1560
- const filterSensitiveLog: (obj: UpdateOrganizationalUnitResponse) => any;
1561
- }
1562
1186
  export interface UpdatePolicyRequest {
1563
1187
 
1564
1188
  PolicyId: string | undefined;
@@ -1569,18 +1193,10 @@ export interface UpdatePolicyRequest {
1569
1193
 
1570
1194
  Content?: string;
1571
1195
  }
1572
- export declare namespace UpdatePolicyRequest {
1573
-
1574
- const filterSensitiveLog: (obj: UpdatePolicyRequest) => any;
1575
- }
1576
1196
  export interface UpdatePolicyResponse {
1577
1197
 
1578
1198
  Policy?: Policy;
1579
1199
  }
1580
- export declare namespace UpdatePolicyResponse {
1581
-
1582
- const filterSensitiveLog: (obj: UpdatePolicyResponse) => any;
1583
- }
1584
1200
 
1585
1201
  export interface HandshakeResource {
1586
1202
 
@@ -1590,10 +1206,6 @@ export interface HandshakeResource {
1590
1206
 
1591
1207
  Resources?: HandshakeResource[];
1592
1208
  }
1593
- export declare namespace HandshakeResource {
1594
-
1595
- const filterSensitiveLog: (obj: HandshakeResource) => any;
1596
- }
1597
1209
 
1598
1210
  export interface Handshake {
1599
1211
 
@@ -1613,75 +1225,251 @@ export interface Handshake {
1613
1225
 
1614
1226
  Resources?: HandshakeResource[];
1615
1227
  }
1616
- export declare namespace Handshake {
1617
-
1618
- const filterSensitiveLog: (obj: Handshake) => any;
1619
- }
1620
1228
  export interface AcceptHandshakeResponse {
1621
1229
 
1622
1230
  Handshake?: Handshake;
1623
1231
  }
1624
- export declare namespace AcceptHandshakeResponse {
1625
-
1626
- const filterSensitiveLog: (obj: AcceptHandshakeResponse) => any;
1627
- }
1628
1232
  export interface CancelHandshakeResponse {
1629
1233
 
1630
1234
  Handshake?: Handshake;
1631
1235
  }
1632
- export declare namespace CancelHandshakeResponse {
1633
-
1634
- const filterSensitiveLog: (obj: CancelHandshakeResponse) => any;
1635
- }
1636
1236
  export interface DeclineHandshakeResponse {
1637
1237
 
1638
1238
  Handshake?: Handshake;
1639
1239
  }
1640
- export declare namespace DeclineHandshakeResponse {
1641
-
1642
- const filterSensitiveLog: (obj: DeclineHandshakeResponse) => any;
1643
- }
1644
1240
  export interface DescribeHandshakeResponse {
1645
1241
 
1646
1242
  Handshake?: Handshake;
1647
1243
  }
1648
- export declare namespace DescribeHandshakeResponse {
1649
-
1650
- const filterSensitiveLog: (obj: DescribeHandshakeResponse) => any;
1651
- }
1652
1244
  export interface EnableAllFeaturesResponse {
1653
1245
 
1654
1246
  Handshake?: Handshake;
1655
1247
  }
1656
- export declare namespace EnableAllFeaturesResponse {
1657
-
1658
- const filterSensitiveLog: (obj: EnableAllFeaturesResponse) => any;
1659
- }
1660
1248
  export interface InviteAccountToOrganizationResponse {
1661
1249
 
1662
1250
  Handshake?: Handshake;
1663
1251
  }
1664
- export declare namespace InviteAccountToOrganizationResponse {
1665
-
1666
- const filterSensitiveLog: (obj: InviteAccountToOrganizationResponse) => any;
1667
- }
1668
1252
  export interface ListHandshakesForAccountResponse {
1669
1253
 
1670
1254
  Handshakes?: Handshake[];
1671
1255
 
1672
1256
  NextToken?: string;
1673
1257
  }
1674
- export declare namespace ListHandshakesForAccountResponse {
1675
-
1676
- const filterSensitiveLog: (obj: ListHandshakesForAccountResponse) => any;
1677
- }
1678
1258
  export interface ListHandshakesForOrganizationResponse {
1679
1259
 
1680
1260
  Handshakes?: Handshake[];
1681
1261
 
1682
1262
  NextToken?: string;
1683
1263
  }
1684
- export declare namespace ListHandshakesForOrganizationResponse {
1685
-
1686
- const filterSensitiveLog: (obj: ListHandshakesForOrganizationResponse) => any;
1687
- }
1264
+
1265
+ export declare const AcceptHandshakeRequestFilterSensitiveLog: (obj: AcceptHandshakeRequest) => any;
1266
+
1267
+ export declare const HandshakePartyFilterSensitiveLog: (obj: HandshakeParty) => any;
1268
+
1269
+ export declare const AccountFilterSensitiveLog: (obj: Account) => any;
1270
+
1271
+ export declare const AttachPolicyRequestFilterSensitiveLog: (obj: AttachPolicyRequest) => any;
1272
+
1273
+ export declare const CancelHandshakeRequestFilterSensitiveLog: (obj: CancelHandshakeRequest) => any;
1274
+
1275
+ export declare const CloseAccountRequestFilterSensitiveLog: (obj: CloseAccountRequest) => any;
1276
+
1277
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1278
+
1279
+ export declare const CreateAccountRequestFilterSensitiveLog: (obj: CreateAccountRequest) => any;
1280
+
1281
+ export declare const CreateAccountStatusFilterSensitiveLog: (obj: CreateAccountStatus) => any;
1282
+
1283
+ export declare const CreateAccountResponseFilterSensitiveLog: (obj: CreateAccountResponse) => any;
1284
+
1285
+ export declare const CreateGovCloudAccountRequestFilterSensitiveLog: (obj: CreateGovCloudAccountRequest) => any;
1286
+
1287
+ export declare const CreateGovCloudAccountResponseFilterSensitiveLog: (obj: CreateGovCloudAccountResponse) => any;
1288
+
1289
+ export declare const CreateOrganizationRequestFilterSensitiveLog: (obj: CreateOrganizationRequest) => any;
1290
+
1291
+ export declare const PolicyTypeSummaryFilterSensitiveLog: (obj: PolicyTypeSummary) => any;
1292
+
1293
+ export declare const OrganizationFilterSensitiveLog: (obj: Organization) => any;
1294
+
1295
+ export declare const CreateOrganizationResponseFilterSensitiveLog: (obj: CreateOrganizationResponse) => any;
1296
+
1297
+ export declare const CreateOrganizationalUnitRequestFilterSensitiveLog: (obj: CreateOrganizationalUnitRequest) => any;
1298
+
1299
+ export declare const OrganizationalUnitFilterSensitiveLog: (obj: OrganizationalUnit) => any;
1300
+
1301
+ export declare const CreateOrganizationalUnitResponseFilterSensitiveLog: (obj: CreateOrganizationalUnitResponse) => any;
1302
+
1303
+ export declare const CreatePolicyRequestFilterSensitiveLog: (obj: CreatePolicyRequest) => any;
1304
+
1305
+ export declare const PolicySummaryFilterSensitiveLog: (obj: PolicySummary) => any;
1306
+
1307
+ export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
1308
+
1309
+ export declare const CreatePolicyResponseFilterSensitiveLog: (obj: CreatePolicyResponse) => any;
1310
+
1311
+ export declare const DeclineHandshakeRequestFilterSensitiveLog: (obj: DeclineHandshakeRequest) => any;
1312
+
1313
+ export declare const DeleteOrganizationalUnitRequestFilterSensitiveLog: (obj: DeleteOrganizationalUnitRequest) => any;
1314
+
1315
+ export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
1316
+
1317
+ export declare const DeregisterDelegatedAdministratorRequestFilterSensitiveLog: (obj: DeregisterDelegatedAdministratorRequest) => any;
1318
+
1319
+ export declare const DescribeAccountRequestFilterSensitiveLog: (obj: DescribeAccountRequest) => any;
1320
+
1321
+ export declare const DescribeAccountResponseFilterSensitiveLog: (obj: DescribeAccountResponse) => any;
1322
+
1323
+ export declare const DescribeCreateAccountStatusRequestFilterSensitiveLog: (obj: DescribeCreateAccountStatusRequest) => any;
1324
+
1325
+ export declare const DescribeCreateAccountStatusResponseFilterSensitiveLog: (obj: DescribeCreateAccountStatusResponse) => any;
1326
+
1327
+ export declare const DescribeEffectivePolicyRequestFilterSensitiveLog: (obj: DescribeEffectivePolicyRequest) => any;
1328
+
1329
+ export declare const EffectivePolicyFilterSensitiveLog: (obj: EffectivePolicy) => any;
1330
+
1331
+ export declare const DescribeEffectivePolicyResponseFilterSensitiveLog: (obj: DescribeEffectivePolicyResponse) => any;
1332
+
1333
+ export declare const DescribeHandshakeRequestFilterSensitiveLog: (obj: DescribeHandshakeRequest) => any;
1334
+
1335
+ export declare const DescribeOrganizationResponseFilterSensitiveLog: (obj: DescribeOrganizationResponse) => any;
1336
+
1337
+ export declare const DescribeOrganizationalUnitRequestFilterSensitiveLog: (obj: DescribeOrganizationalUnitRequest) => any;
1338
+
1339
+ export declare const DescribeOrganizationalUnitResponseFilterSensitiveLog: (obj: DescribeOrganizationalUnitResponse) => any;
1340
+
1341
+ export declare const DescribePolicyRequestFilterSensitiveLog: (obj: DescribePolicyRequest) => any;
1342
+
1343
+ export declare const DescribePolicyResponseFilterSensitiveLog: (obj: DescribePolicyResponse) => any;
1344
+
1345
+ export declare const DetachPolicyRequestFilterSensitiveLog: (obj: DetachPolicyRequest) => any;
1346
+
1347
+ export declare const DisableAWSServiceAccessRequestFilterSensitiveLog: (obj: DisableAWSServiceAccessRequest) => any;
1348
+
1349
+ export declare const DisablePolicyTypeRequestFilterSensitiveLog: (obj: DisablePolicyTypeRequest) => any;
1350
+
1351
+ export declare const RootFilterSensitiveLog: (obj: Root) => any;
1352
+
1353
+ export declare const DisablePolicyTypeResponseFilterSensitiveLog: (obj: DisablePolicyTypeResponse) => any;
1354
+
1355
+ export declare const EnableAllFeaturesRequestFilterSensitiveLog: (obj: EnableAllFeaturesRequest) => any;
1356
+
1357
+ export declare const EnableAWSServiceAccessRequestFilterSensitiveLog: (obj: EnableAWSServiceAccessRequest) => any;
1358
+
1359
+ export declare const EnablePolicyTypeRequestFilterSensitiveLog: (obj: EnablePolicyTypeRequest) => any;
1360
+
1361
+ export declare const EnablePolicyTypeResponseFilterSensitiveLog: (obj: EnablePolicyTypeResponse) => any;
1362
+
1363
+ export declare const InviteAccountToOrganizationRequestFilterSensitiveLog: (obj: InviteAccountToOrganizationRequest) => any;
1364
+
1365
+ export declare const ListAccountsRequestFilterSensitiveLog: (obj: ListAccountsRequest) => any;
1366
+
1367
+ export declare const ListAccountsResponseFilterSensitiveLog: (obj: ListAccountsResponse) => any;
1368
+
1369
+ export declare const ListAccountsForParentRequestFilterSensitiveLog: (obj: ListAccountsForParentRequest) => any;
1370
+
1371
+ export declare const ListAccountsForParentResponseFilterSensitiveLog: (obj: ListAccountsForParentResponse) => any;
1372
+
1373
+ export declare const ListAWSServiceAccessForOrganizationRequestFilterSensitiveLog: (obj: ListAWSServiceAccessForOrganizationRequest) => any;
1374
+
1375
+ export declare const EnabledServicePrincipalFilterSensitiveLog: (obj: EnabledServicePrincipal) => any;
1376
+
1377
+ export declare const ListAWSServiceAccessForOrganizationResponseFilterSensitiveLog: (obj: ListAWSServiceAccessForOrganizationResponse) => any;
1378
+
1379
+ export declare const ListChildrenRequestFilterSensitiveLog: (obj: ListChildrenRequest) => any;
1380
+
1381
+ export declare const ChildFilterSensitiveLog: (obj: Child) => any;
1382
+
1383
+ export declare const ListChildrenResponseFilterSensitiveLog: (obj: ListChildrenResponse) => any;
1384
+
1385
+ export declare const ListCreateAccountStatusRequestFilterSensitiveLog: (obj: ListCreateAccountStatusRequest) => any;
1386
+
1387
+ export declare const ListCreateAccountStatusResponseFilterSensitiveLog: (obj: ListCreateAccountStatusResponse) => any;
1388
+
1389
+ export declare const ListDelegatedAdministratorsRequestFilterSensitiveLog: (obj: ListDelegatedAdministratorsRequest) => any;
1390
+
1391
+ export declare const DelegatedAdministratorFilterSensitiveLog: (obj: DelegatedAdministrator) => any;
1392
+
1393
+ export declare const ListDelegatedAdministratorsResponseFilterSensitiveLog: (obj: ListDelegatedAdministratorsResponse) => any;
1394
+
1395
+ export declare const ListDelegatedServicesForAccountRequestFilterSensitiveLog: (obj: ListDelegatedServicesForAccountRequest) => any;
1396
+
1397
+ export declare const DelegatedServiceFilterSensitiveLog: (obj: DelegatedService) => any;
1398
+
1399
+ export declare const ListDelegatedServicesForAccountResponseFilterSensitiveLog: (obj: ListDelegatedServicesForAccountResponse) => any;
1400
+
1401
+ export declare const HandshakeFilterFilterSensitiveLog: (obj: HandshakeFilter) => any;
1402
+
1403
+ export declare const ListHandshakesForAccountRequestFilterSensitiveLog: (obj: ListHandshakesForAccountRequest) => any;
1404
+
1405
+ export declare const ListHandshakesForOrganizationRequestFilterSensitiveLog: (obj: ListHandshakesForOrganizationRequest) => any;
1406
+
1407
+ export declare const ListOrganizationalUnitsForParentRequestFilterSensitiveLog: (obj: ListOrganizationalUnitsForParentRequest) => any;
1408
+
1409
+ export declare const ListOrganizationalUnitsForParentResponseFilterSensitiveLog: (obj: ListOrganizationalUnitsForParentResponse) => any;
1410
+
1411
+ export declare const ListParentsRequestFilterSensitiveLog: (obj: ListParentsRequest) => any;
1412
+
1413
+ export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
1414
+
1415
+ export declare const ListParentsResponseFilterSensitiveLog: (obj: ListParentsResponse) => any;
1416
+
1417
+ export declare const ListPoliciesRequestFilterSensitiveLog: (obj: ListPoliciesRequest) => any;
1418
+
1419
+ export declare const ListPoliciesResponseFilterSensitiveLog: (obj: ListPoliciesResponse) => any;
1420
+
1421
+ export declare const ListPoliciesForTargetRequestFilterSensitiveLog: (obj: ListPoliciesForTargetRequest) => any;
1422
+
1423
+ export declare const ListPoliciesForTargetResponseFilterSensitiveLog: (obj: ListPoliciesForTargetResponse) => any;
1424
+
1425
+ export declare const ListRootsRequestFilterSensitiveLog: (obj: ListRootsRequest) => any;
1426
+
1427
+ export declare const ListRootsResponseFilterSensitiveLog: (obj: ListRootsResponse) => any;
1428
+
1429
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1430
+
1431
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1432
+
1433
+ export declare const ListTargetsForPolicyRequestFilterSensitiveLog: (obj: ListTargetsForPolicyRequest) => any;
1434
+
1435
+ export declare const PolicyTargetSummaryFilterSensitiveLog: (obj: PolicyTargetSummary) => any;
1436
+
1437
+ export declare const ListTargetsForPolicyResponseFilterSensitiveLog: (obj: ListTargetsForPolicyResponse) => any;
1438
+
1439
+ export declare const MoveAccountRequestFilterSensitiveLog: (obj: MoveAccountRequest) => any;
1440
+
1441
+ export declare const RegisterDelegatedAdministratorRequestFilterSensitiveLog: (obj: RegisterDelegatedAdministratorRequest) => any;
1442
+
1443
+ export declare const RemoveAccountFromOrganizationRequestFilterSensitiveLog: (obj: RemoveAccountFromOrganizationRequest) => any;
1444
+
1445
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1446
+
1447
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1448
+
1449
+ export declare const UpdateOrganizationalUnitRequestFilterSensitiveLog: (obj: UpdateOrganizationalUnitRequest) => any;
1450
+
1451
+ export declare const UpdateOrganizationalUnitResponseFilterSensitiveLog: (obj: UpdateOrganizationalUnitResponse) => any;
1452
+
1453
+ export declare const UpdatePolicyRequestFilterSensitiveLog: (obj: UpdatePolicyRequest) => any;
1454
+
1455
+ export declare const UpdatePolicyResponseFilterSensitiveLog: (obj: UpdatePolicyResponse) => any;
1456
+
1457
+ export declare const HandshakeResourceFilterSensitiveLog: (obj: HandshakeResource) => any;
1458
+
1459
+ export declare const HandshakeFilterSensitiveLog: (obj: Handshake) => any;
1460
+
1461
+ export declare const AcceptHandshakeResponseFilterSensitiveLog: (obj: AcceptHandshakeResponse) => any;
1462
+
1463
+ export declare const CancelHandshakeResponseFilterSensitiveLog: (obj: CancelHandshakeResponse) => any;
1464
+
1465
+ export declare const DeclineHandshakeResponseFilterSensitiveLog: (obj: DeclineHandshakeResponse) => any;
1466
+
1467
+ export declare const DescribeHandshakeResponseFilterSensitiveLog: (obj: DescribeHandshakeResponse) => any;
1468
+
1469
+ export declare const EnableAllFeaturesResponseFilterSensitiveLog: (obj: EnableAllFeaturesResponse) => any;
1470
+
1471
+ export declare const InviteAccountToOrganizationResponseFilterSensitiveLog: (obj: InviteAccountToOrganizationResponse) => any;
1472
+
1473
+ export declare const ListHandshakesForAccountResponseFilterSensitiveLog: (obj: ListHandshakesForAccountResponse) => any;
1474
+
1475
+ export declare const ListHandshakesForOrganizationResponseFilterSensitiveLog: (obj: ListHandshakesForOrganizationResponse) => any;