@aws-sdk/client-organizations 3.130.0 → 3.141.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 (107) hide show
  1. package/CHANGELOG.md +30 -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-es/commands/AcceptHandshakeCommand.js +3 -3
  55. package/dist-es/commands/AttachPolicyCommand.js +2 -2
  56. package/dist-es/commands/CancelHandshakeCommand.js +3 -3
  57. package/dist-es/commands/CloseAccountCommand.js +2 -2
  58. package/dist-es/commands/CreateAccountCommand.js +3 -3
  59. package/dist-es/commands/CreateGovCloudAccountCommand.js +3 -3
  60. package/dist-es/commands/CreateOrganizationCommand.js +3 -3
  61. package/dist-es/commands/CreateOrganizationalUnitCommand.js +3 -3
  62. package/dist-es/commands/CreatePolicyCommand.js +3 -3
  63. package/dist-es/commands/DeclineHandshakeCommand.js +3 -3
  64. package/dist-es/commands/DeleteOrganizationalUnitCommand.js +2 -2
  65. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  66. package/dist-es/commands/DeregisterDelegatedAdministratorCommand.js +2 -2
  67. package/dist-es/commands/DescribeAccountCommand.js +3 -3
  68. package/dist-es/commands/DescribeCreateAccountStatusCommand.js +3 -3
  69. package/dist-es/commands/DescribeEffectivePolicyCommand.js +3 -3
  70. package/dist-es/commands/DescribeHandshakeCommand.js +3 -3
  71. package/dist-es/commands/DescribeOrganizationCommand.js +2 -2
  72. package/dist-es/commands/DescribeOrganizationalUnitCommand.js +3 -3
  73. package/dist-es/commands/DescribePolicyCommand.js +3 -3
  74. package/dist-es/commands/DetachPolicyCommand.js +2 -2
  75. package/dist-es/commands/DisableAWSServiceAccessCommand.js +2 -2
  76. package/dist-es/commands/DisablePolicyTypeCommand.js +3 -3
  77. package/dist-es/commands/EnableAWSServiceAccessCommand.js +2 -2
  78. package/dist-es/commands/EnableAllFeaturesCommand.js +3 -3
  79. package/dist-es/commands/EnablePolicyTypeCommand.js +3 -3
  80. package/dist-es/commands/InviteAccountToOrganizationCommand.js +3 -3
  81. package/dist-es/commands/ListAWSServiceAccessForOrganizationCommand.js +3 -3
  82. package/dist-es/commands/ListAccountsCommand.js +3 -3
  83. package/dist-es/commands/ListAccountsForParentCommand.js +3 -3
  84. package/dist-es/commands/ListChildrenCommand.js +3 -3
  85. package/dist-es/commands/ListCreateAccountStatusCommand.js +3 -3
  86. package/dist-es/commands/ListDelegatedAdministratorsCommand.js +3 -3
  87. package/dist-es/commands/ListDelegatedServicesForAccountCommand.js +3 -3
  88. package/dist-es/commands/ListHandshakesForAccountCommand.js +3 -3
  89. package/dist-es/commands/ListHandshakesForOrganizationCommand.js +3 -3
  90. package/dist-es/commands/ListOrganizationalUnitsForParentCommand.js +3 -3
  91. package/dist-es/commands/ListParentsCommand.js +3 -3
  92. package/dist-es/commands/ListPoliciesCommand.js +3 -3
  93. package/dist-es/commands/ListPoliciesForTargetCommand.js +3 -3
  94. package/dist-es/commands/ListRootsCommand.js +3 -3
  95. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  96. package/dist-es/commands/ListTargetsForPolicyCommand.js +3 -3
  97. package/dist-es/commands/MoveAccountCommand.js +2 -2
  98. package/dist-es/commands/RegisterDelegatedAdministratorCommand.js +2 -2
  99. package/dist-es/commands/RemoveAccountFromOrganizationCommand.js +2 -2
  100. package/dist-es/commands/TagResourceCommand.js +2 -2
  101. package/dist-es/commands/UntagResourceCommand.js +2 -2
  102. package/dist-es/commands/UpdateOrganizationalUnitCommand.js +3 -3
  103. package/dist-es/commands/UpdatePolicyCommand.js +3 -3
  104. package/dist-es/models/models_0.js +116 -436
  105. package/dist-types/models/models_0.d.ts +424 -636
  106. package/dist-types/ts3.4/models/models_0.d.ts +212 -424
  107. package/package.json +7 -7
@@ -8,12 +8,6 @@ export interface AcceptHandshakeRequest {
8
8
  */
9
9
  HandshakeId: string | undefined;
10
10
  }
11
- export declare namespace AcceptHandshakeRequest {
12
- /**
13
- * @internal
14
- */
15
- const filterSensitiveLog: (obj: AcceptHandshakeRequest) => any;
16
- }
17
11
  export declare enum ActionType {
18
12
  ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE = "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
19
13
  APPROVE_ALL_FEATURES = "APPROVE_ALL_FEATURES",
@@ -40,12 +34,6 @@ export interface HandshakeParty {
40
34
  */
41
35
  Type: HandshakePartyType | string | undefined;
42
36
  }
43
- export declare namespace HandshakeParty {
44
- /**
45
- * @internal
46
- */
47
- const filterSensitiveLog: (obj: HandshakeParty) => any;
48
- }
49
37
  export declare enum HandshakeResourceType {
50
38
  ACCOUNT = "ACCOUNT",
51
39
  EMAIL = "EMAIL",
@@ -467,12 +455,6 @@ export interface Account {
467
455
  */
468
456
  JoinedTimestamp?: Date;
469
457
  }
470
- export declare namespace Account {
471
- /**
472
- * @internal
473
- */
474
- const filterSensitiveLog: (obj: Account) => any;
475
- }
476
458
  /**
477
459
  * <p>You attempted to close an account that is already closed.</p>
478
460
  */
@@ -588,12 +570,6 @@ export interface AttachPolicyRequest {
588
570
  */
589
571
  TargetId: string | undefined;
590
572
  }
591
- export declare namespace AttachPolicyRequest {
592
- /**
593
- * @internal
594
- */
595
- const filterSensitiveLog: (obj: AttachPolicyRequest) => any;
596
- }
597
573
  export declare enum ConstraintViolationExceptionReason {
598
574
  ACCOUNT_CANNOT_LEAVE_ORGANIZATION = "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
599
575
  ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA = "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
@@ -920,12 +896,6 @@ export interface CancelHandshakeRequest {
920
896
  */
921
897
  HandshakeId: string | undefined;
922
898
  }
923
- export declare namespace CancelHandshakeRequest {
924
- /**
925
- * @internal
926
- */
927
- const filterSensitiveLog: (obj: CancelHandshakeRequest) => any;
928
- }
929
899
  export interface CloseAccountRequest {
930
900
  /**
931
901
  * <p>Retrieves the Amazon Web Services account Id for the current <code>CloseAccount</code> API request.
@@ -933,12 +903,6 @@ export interface CloseAccountRequest {
933
903
  */
934
904
  AccountId: string | undefined;
935
905
  }
936
- export declare namespace CloseAccountRequest {
937
- /**
938
- * @internal
939
- */
940
- const filterSensitiveLog: (obj: CloseAccountRequest) => any;
941
- }
942
906
  /**
943
907
  * <p>The request failed because it conflicts with the current state of the specified
944
908
  * resource.</p>
@@ -985,12 +949,6 @@ export interface Tag {
985
949
  */
986
950
  Value: string | undefined;
987
951
  }
988
- export declare namespace Tag {
989
- /**
990
- * @internal
991
- */
992
- const filterSensitiveLog: (obj: Tag) => any;
993
- }
994
952
  export interface CreateAccountRequest {
995
953
  /**
996
954
  * <p>The email address of the owner to assign to the new member account. This email address
@@ -1089,12 +1047,6 @@ export interface CreateAccountRequest {
1089
1047
  */
1090
1048
  Tags?: Tag[];
1091
1049
  }
1092
- export declare namespace CreateAccountRequest {
1093
- /**
1094
- * @internal
1095
- */
1096
- const filterSensitiveLog: (obj: CreateAccountRequest) => any;
1097
- }
1098
1050
  export declare enum CreateAccountFailureReason {
1099
1051
  ACCOUNT_LIMIT_EXCEEDED = "ACCOUNT_LIMIT_EXCEEDED",
1100
1052
  CONCURRENT_ACCOUNT_MODIFICATION = "CONCURRENT_ACCOUNT_MODIFICATION",
@@ -1226,12 +1178,6 @@ export interface CreateAccountStatus {
1226
1178
  */
1227
1179
  FailureReason?: CreateAccountFailureReason | string;
1228
1180
  }
1229
- export declare namespace CreateAccountStatus {
1230
- /**
1231
- * @internal
1232
- */
1233
- const filterSensitiveLog: (obj: CreateAccountStatus) => any;
1234
- }
1235
1181
  export interface CreateAccountResponse {
1236
1182
  /**
1237
1183
  * <p>A structure that contains details about the request to create an account. This
@@ -1245,12 +1191,6 @@ export interface CreateAccountResponse {
1245
1191
  */
1246
1192
  CreateAccountStatus?: CreateAccountStatus;
1247
1193
  }
1248
- export declare namespace CreateAccountResponse {
1249
- /**
1250
- * @internal
1251
- */
1252
- const filterSensitiveLog: (obj: CreateAccountResponse) => any;
1253
- }
1254
1194
  /**
1255
1195
  * <p>Organizations couldn't perform the operation because your organization hasn't finished
1256
1196
  * initializing. This can take up to an hour. Try again later. If after one hour you
@@ -1362,12 +1302,6 @@ export interface CreateGovCloudAccountRequest {
1362
1302
  */
1363
1303
  Tags?: Tag[];
1364
1304
  }
1365
- export declare namespace CreateGovCloudAccountRequest {
1366
- /**
1367
- * @internal
1368
- */
1369
- const filterSensitiveLog: (obj: CreateGovCloudAccountRequest) => any;
1370
- }
1371
1305
  export interface CreateGovCloudAccountResponse {
1372
1306
  /**
1373
1307
  * <p>Contains the status about a <a>CreateAccount</a> or <a>CreateGovCloudAccount</a> request to create an Amazon Web Services account or an Amazon Web Services
@@ -1375,12 +1309,6 @@ export interface CreateGovCloudAccountResponse {
1375
1309
  */
1376
1310
  CreateAccountStatus?: CreateAccountStatus;
1377
1311
  }
1378
- export declare namespace CreateGovCloudAccountResponse {
1379
- /**
1380
- * @internal
1381
- */
1382
- const filterSensitiveLog: (obj: CreateGovCloudAccountResponse) => any;
1383
- }
1384
1312
  export declare enum OrganizationFeatureSet {
1385
1313
  ALL = "ALL",
1386
1314
  CONSOLIDATED_BILLING = "CONSOLIDATED_BILLING"
@@ -1413,12 +1341,6 @@ export interface CreateOrganizationRequest {
1413
1341
  */
1414
1342
  FeatureSet?: OrganizationFeatureSet | string;
1415
1343
  }
1416
- export declare namespace CreateOrganizationRequest {
1417
- /**
1418
- * @internal
1419
- */
1420
- const filterSensitiveLog: (obj: CreateOrganizationRequest) => any;
1421
- }
1422
1344
  export declare enum PolicyTypeStatus {
1423
1345
  ENABLED = "ENABLED",
1424
1346
  PENDING_DISABLE = "PENDING_DISABLE",
@@ -1445,12 +1367,6 @@ export interface PolicyTypeSummary {
1445
1367
  */
1446
1368
  Status?: PolicyTypeStatus | string;
1447
1369
  }
1448
- export declare namespace PolicyTypeSummary {
1449
- /**
1450
- * @internal
1451
- */
1452
- const filterSensitiveLog: (obj: PolicyTypeSummary) => any;
1453
- }
1454
1370
  /**
1455
1371
  * <p>Contains details about an organization. An organization is a collection of accounts
1456
1372
  * that are centrally managed together using consolidated billing, organized hierarchically
@@ -1505,24 +1421,12 @@ export interface Organization {
1505
1421
  */
1506
1422
  AvailablePolicyTypes?: PolicyTypeSummary[];
1507
1423
  }
1508
- export declare namespace Organization {
1509
- /**
1510
- * @internal
1511
- */
1512
- const filterSensitiveLog: (obj: Organization) => any;
1513
- }
1514
1424
  export interface CreateOrganizationResponse {
1515
1425
  /**
1516
1426
  * <p>A structure that contains details about the newly created organization.</p>
1517
1427
  */
1518
1428
  Organization?: Organization;
1519
1429
  }
1520
- export declare namespace CreateOrganizationResponse {
1521
- /**
1522
- * @internal
1523
- */
1524
- const filterSensitiveLog: (obj: CreateOrganizationResponse) => any;
1525
- }
1526
1430
  export interface CreateOrganizationalUnitRequest {
1527
1431
  /**
1528
1432
  * <p>The unique identifier (ID) of the parent root or OU that you want to create the new OU
@@ -1561,12 +1465,6 @@ export interface CreateOrganizationalUnitRequest {
1561
1465
  */
1562
1466
  Tags?: Tag[];
1563
1467
  }
1564
- export declare namespace CreateOrganizationalUnitRequest {
1565
- /**
1566
- * @internal
1567
- */
1568
- const filterSensitiveLog: (obj: CreateOrganizationalUnitRequest) => any;
1569
- }
1570
1468
  /**
1571
1469
  * <p>Contains details about an organizational unit (OU). An OU is a container of Amazon Web Services
1572
1470
  * accounts within a root of an organization. Policies that are attached to an OU apply to
@@ -1595,24 +1493,12 @@ export interface OrganizationalUnit {
1595
1493
  */
1596
1494
  Name?: string;
1597
1495
  }
1598
- export declare namespace OrganizationalUnit {
1599
- /**
1600
- * @internal
1601
- */
1602
- const filterSensitiveLog: (obj: OrganizationalUnit) => any;
1603
- }
1604
1496
  export interface CreateOrganizationalUnitResponse {
1605
1497
  /**
1606
1498
  * <p>A structure that contains details about the newly created OU.</p>
1607
1499
  */
1608
1500
  OrganizationalUnit?: OrganizationalUnit;
1609
1501
  }
1610
- export declare namespace CreateOrganizationalUnitResponse {
1611
- /**
1612
- * @internal
1613
- */
1614
- const filterSensitiveLog: (obj: CreateOrganizationalUnitResponse) => any;
1615
- }
1616
1502
  /**
1617
1503
  * <p>An OU with the same name already exists.</p>
1618
1504
  */
@@ -1693,12 +1579,6 @@ export interface CreatePolicyRequest {
1693
1579
  */
1694
1580
  Tags?: Tag[];
1695
1581
  }
1696
- export declare namespace CreatePolicyRequest {
1697
- /**
1698
- * @internal
1699
- */
1700
- const filterSensitiveLog: (obj: CreatePolicyRequest) => any;
1701
- }
1702
1582
  /**
1703
1583
  * <p>Contains information about a policy, but does not include the content. To see the
1704
1584
  * content of a policy, see <a>DescribePolicy</a>.</p>
@@ -1738,12 +1618,6 @@ export interface PolicySummary {
1738
1618
  */
1739
1619
  AwsManaged?: boolean;
1740
1620
  }
1741
- export declare namespace PolicySummary {
1742
- /**
1743
- * @internal
1744
- */
1745
- const filterSensitiveLog: (obj: PolicySummary) => any;
1746
- }
1747
1621
  /**
1748
1622
  * <p>Contains rules to be applied to the affected accounts. Policies can be attached
1749
1623
  * directly to accounts, or to roots and OUs to affect all accounts in those
@@ -1759,24 +1633,12 @@ export interface Policy {
1759
1633
  */
1760
1634
  Content?: string;
1761
1635
  }
1762
- export declare namespace Policy {
1763
- /**
1764
- * @internal
1765
- */
1766
- const filterSensitiveLog: (obj: Policy) => any;
1767
- }
1768
1636
  export interface CreatePolicyResponse {
1769
1637
  /**
1770
1638
  * <p>A structure that contains details about the newly created policy.</p>
1771
1639
  */
1772
1640
  Policy?: Policy;
1773
1641
  }
1774
- export declare namespace CreatePolicyResponse {
1775
- /**
1776
- * @internal
1777
- */
1778
- const filterSensitiveLog: (obj: CreatePolicyResponse) => any;
1779
- }
1780
1642
  /**
1781
1643
  * <p>A policy with the same name already exists.</p>
1782
1644
  */
@@ -1830,12 +1692,6 @@ export interface DeclineHandshakeRequest {
1830
1692
  */
1831
1693
  HandshakeId: string | undefined;
1832
1694
  }
1833
- export declare namespace DeclineHandshakeRequest {
1834
- /**
1835
- * @internal
1836
- */
1837
- const filterSensitiveLog: (obj: DeclineHandshakeRequest) => any;
1838
- }
1839
1695
  /**
1840
1696
  * <p>The organization isn't empty. To delete an organization, you must first remove all
1841
1697
  * accounts except the management account, delete all OUs, and delete all policies.</p>
@@ -1860,12 +1716,6 @@ export interface DeleteOrganizationalUnitRequest {
1860
1716
  */
1861
1717
  OrganizationalUnitId: string | undefined;
1862
1718
  }
1863
- export declare namespace DeleteOrganizationalUnitRequest {
1864
- /**
1865
- * @internal
1866
- */
1867
- const filterSensitiveLog: (obj: DeleteOrganizationalUnitRequest) => any;
1868
- }
1869
1719
  /**
1870
1720
  * <p>The specified OU is not empty. Move all accounts to another root or to other OUs,
1871
1721
  * remove all child OUs, and try the operation again.</p>
@@ -1902,12 +1752,6 @@ export interface DeletePolicyRequest {
1902
1752
  */
1903
1753
  PolicyId: string | undefined;
1904
1754
  }
1905
- export declare namespace DeletePolicyRequest {
1906
- /**
1907
- * @internal
1908
- */
1909
- const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
1910
- }
1911
1755
  /**
1912
1756
  * <p>The policy is attached to one or more entities. You must detach it from all roots,
1913
1757
  * OUs, and accounts before performing this operation.</p>
@@ -1937,12 +1781,6 @@ export interface DeregisterDelegatedAdministratorRequest {
1937
1781
  */
1938
1782
  ServicePrincipal: string | undefined;
1939
1783
  }
1940
- export declare namespace DeregisterDelegatedAdministratorRequest {
1941
- /**
1942
- * @internal
1943
- */
1944
- const filterSensitiveLog: (obj: DeregisterDelegatedAdministratorRequest) => any;
1945
- }
1946
1784
  export interface DescribeAccountRequest {
1947
1785
  /**
1948
1786
  * <p>The unique identifier (ID) of the Amazon Web Services account that you want information about. You
@@ -1952,24 +1790,12 @@ export interface DescribeAccountRequest {
1952
1790
  */
1953
1791
  AccountId: string | undefined;
1954
1792
  }
1955
- export declare namespace DescribeAccountRequest {
1956
- /**
1957
- * @internal
1958
- */
1959
- const filterSensitiveLog: (obj: DescribeAccountRequest) => any;
1960
- }
1961
1793
  export interface DescribeAccountResponse {
1962
1794
  /**
1963
1795
  * <p>A structure that contains information about the requested account.</p>
1964
1796
  */
1965
1797
  Account?: Account;
1966
1798
  }
1967
- export declare namespace DescribeAccountResponse {
1968
- /**
1969
- * @internal
1970
- */
1971
- const filterSensitiveLog: (obj: DescribeAccountResponse) => any;
1972
- }
1973
1799
  /**
1974
1800
  * <p>We can't find an create account request with the <code>CreateAccountRequestId</code>
1975
1801
  * that you specified.</p>
@@ -1993,24 +1819,12 @@ export interface DescribeCreateAccountStatusRequest {
1993
1819
  */
1994
1820
  CreateAccountRequestId: string | undefined;
1995
1821
  }
1996
- export declare namespace DescribeCreateAccountStatusRequest {
1997
- /**
1998
- * @internal
1999
- */
2000
- const filterSensitiveLog: (obj: DescribeCreateAccountStatusRequest) => any;
2001
- }
2002
1822
  export interface DescribeCreateAccountStatusResponse {
2003
1823
  /**
2004
1824
  * <p>A structure that contains the current status of an account creation request.</p>
2005
1825
  */
2006
1826
  CreateAccountStatus?: CreateAccountStatus;
2007
1827
  }
2008
- export declare namespace DescribeCreateAccountStatusResponse {
2009
- /**
2010
- * @internal
2011
- */
2012
- const filterSensitiveLog: (obj: DescribeCreateAccountStatusResponse) => any;
2013
- }
2014
1828
  export declare enum EffectivePolicyType {
2015
1829
  AISERVICES_OPT_OUT_POLICY = "AISERVICES_OPT_OUT_POLICY",
2016
1830
  BACKUP_POLICY = "BACKUP_POLICY",
@@ -2046,12 +1860,6 @@ export interface DescribeEffectivePolicyRequest {
2046
1860
  */
2047
1861
  TargetId?: string;
2048
1862
  }
2049
- export declare namespace DescribeEffectivePolicyRequest {
2050
- /**
2051
- * @internal
2052
- */
2053
- const filterSensitiveLog: (obj: DescribeEffectivePolicyRequest) => any;
2054
- }
2055
1863
  /**
2056
1864
  * <p>Contains rules to be applied to the affected accounts. The effective policy is the
2057
1865
  * aggregation of any policies the account inherits, plus any policy directly attached to
@@ -2075,24 +1883,12 @@ export interface EffectivePolicy {
2075
1883
  */
2076
1884
  PolicyType?: EffectivePolicyType | string;
2077
1885
  }
2078
- export declare namespace EffectivePolicy {
2079
- /**
2080
- * @internal
2081
- */
2082
- const filterSensitiveLog: (obj: EffectivePolicy) => any;
2083
- }
2084
1886
  export interface DescribeEffectivePolicyResponse {
2085
1887
  /**
2086
1888
  * <p>The contents of the effective policy.</p>
2087
1889
  */
2088
1890
  EffectivePolicy?: EffectivePolicy;
2089
1891
  }
2090
- export declare namespace DescribeEffectivePolicyResponse {
2091
- /**
2092
- * @internal
2093
- */
2094
- const filterSensitiveLog: (obj: DescribeEffectivePolicyResponse) => any;
2095
- }
2096
1892
  /**
2097
1893
  * <p>If you ran this action on the management account, this policy type is not enabled. If
2098
1894
  * you ran the action on a member account, the account doesn't have an effective policy of
@@ -2118,12 +1914,6 @@ export interface DescribeHandshakeRequest {
2118
1914
  */
2119
1915
  HandshakeId: string | undefined;
2120
1916
  }
2121
- export declare namespace DescribeHandshakeRequest {
2122
- /**
2123
- * @internal
2124
- */
2125
- const filterSensitiveLog: (obj: DescribeHandshakeRequest) => any;
2126
- }
2127
1917
  export interface DescribeOrganizationResponse {
2128
1918
  /**
2129
1919
  * <p>A structure that contains information about the organization.</p>
@@ -2138,12 +1928,6 @@ export interface DescribeOrganizationResponse {
2138
1928
  */
2139
1929
  Organization?: Organization;
2140
1930
  }
2141
- export declare namespace DescribeOrganizationResponse {
2142
- /**
2143
- * @internal
2144
- */
2145
- const filterSensitiveLog: (obj: DescribeOrganizationResponse) => any;
2146
- }
2147
1931
  export interface DescribeOrganizationalUnitRequest {
2148
1932
  /**
2149
1933
  * <p>The unique identifier (ID) of the organizational unit that you want details about. You
@@ -2156,24 +1940,12 @@ export interface DescribeOrganizationalUnitRequest {
2156
1940
  */
2157
1941
  OrganizationalUnitId: string | undefined;
2158
1942
  }
2159
- export declare namespace DescribeOrganizationalUnitRequest {
2160
- /**
2161
- * @internal
2162
- */
2163
- const filterSensitiveLog: (obj: DescribeOrganizationalUnitRequest) => any;
2164
- }
2165
1943
  export interface DescribeOrganizationalUnitResponse {
2166
1944
  /**
2167
1945
  * <p>A structure that contains details about the specified OU.</p>
2168
1946
  */
2169
1947
  OrganizationalUnit?: OrganizationalUnit;
2170
1948
  }
2171
- export declare namespace DescribeOrganizationalUnitResponse {
2172
- /**
2173
- * @internal
2174
- */
2175
- const filterSensitiveLog: (obj: DescribeOrganizationalUnitResponse) => any;
2176
- }
2177
1949
  export interface DescribePolicyRequest {
2178
1950
  /**
2179
1951
  * <p>The unique identifier (ID) of the policy that you want details about. You can get the
@@ -2184,24 +1956,12 @@ export interface DescribePolicyRequest {
2184
1956
  */
2185
1957
  PolicyId: string | undefined;
2186
1958
  }
2187
- export declare namespace DescribePolicyRequest {
2188
- /**
2189
- * @internal
2190
- */
2191
- const filterSensitiveLog: (obj: DescribePolicyRequest) => any;
2192
- }
2193
1959
  export interface DescribePolicyResponse {
2194
1960
  /**
2195
1961
  * <p>A structure that contains details about the specified policy.</p>
2196
1962
  */
2197
1963
  Policy?: Policy;
2198
1964
  }
2199
- export declare namespace DescribePolicyResponse {
2200
- /**
2201
- * @internal
2202
- */
2203
- const filterSensitiveLog: (obj: DescribePolicyResponse) => any;
2204
- }
2205
1965
  export interface DetachPolicyRequest {
2206
1966
  /**
2207
1967
  * <p>The unique identifier (ID) of the policy you want to detach. You can get the ID from
@@ -2237,12 +1997,6 @@ export interface DetachPolicyRequest {
2237
1997
  */
2238
1998
  TargetId: string | undefined;
2239
1999
  }
2240
- export declare namespace DetachPolicyRequest {
2241
- /**
2242
- * @internal
2243
- */
2244
- const filterSensitiveLog: (obj: DetachPolicyRequest) => any;
2245
- }
2246
2000
  /**
2247
2001
  * <p>The policy isn't attached to the specified target in the specified root.</p>
2248
2002
  */
@@ -2264,12 +2018,6 @@ export interface DisableAWSServiceAccessRequest {
2264
2018
  */
2265
2019
  ServicePrincipal: string | undefined;
2266
2020
  }
2267
- export declare namespace DisableAWSServiceAccessRequest {
2268
- /**
2269
- * @internal
2270
- */
2271
- const filterSensitiveLog: (obj: DisableAWSServiceAccessRequest) => any;
2272
- }
2273
2021
  export interface DisablePolicyTypeRequest {
2274
2022
  /**
2275
2023
  * <p>The unique identifier (ID) of the root in which you want to disable a policy type. You
@@ -2306,12 +2054,6 @@ export interface DisablePolicyTypeRequest {
2306
2054
  */
2307
2055
  PolicyType: PolicyType | string | undefined;
2308
2056
  }
2309
- export declare namespace DisablePolicyTypeRequest {
2310
- /**
2311
- * @internal
2312
- */
2313
- const filterSensitiveLog: (obj: DisablePolicyTypeRequest) => any;
2314
- }
2315
2057
  /**
2316
2058
  * <p>Contains details about a root. A root is a top-level parent node in the hierarchy of
2317
2059
  * an organization that can contain organizational units (OUs) and accounts.
@@ -2349,24 +2091,12 @@ export interface Root {
2349
2091
  */
2350
2092
  PolicyTypes?: PolicyTypeSummary[];
2351
2093
  }
2352
- export declare namespace Root {
2353
- /**
2354
- * @internal
2355
- */
2356
- const filterSensitiveLog: (obj: Root) => any;
2357
- }
2358
2094
  export interface DisablePolicyTypeResponse {
2359
2095
  /**
2360
2096
  * <p>A structure that shows the root with the updated list of enabled policy types.</p>
2361
2097
  */
2362
2098
  Root?: Root;
2363
2099
  }
2364
- export declare namespace DisablePolicyTypeResponse {
2365
- /**
2366
- * @internal
2367
- */
2368
- const filterSensitiveLog: (obj: DisablePolicyTypeResponse) => any;
2369
- }
2370
2100
  /**
2371
2101
  * <p>We can't find a root with the <code>RootId</code> that you specified.</p>
2372
2102
  */
@@ -2381,12 +2111,6 @@ export declare class RootNotFoundException extends __BaseException {
2381
2111
  }
2382
2112
  export interface EnableAllFeaturesRequest {
2383
2113
  }
2384
- export declare namespace EnableAllFeaturesRequest {
2385
- /**
2386
- * @internal
2387
- */
2388
- const filterSensitiveLog: (obj: EnableAllFeaturesRequest) => any;
2389
- }
2390
2114
  export interface EnableAWSServiceAccessRequest {
2391
2115
  /**
2392
2116
  * <p>The service principal name of the Amazon Web Services service for which you want to enable
@@ -2396,12 +2120,6 @@ export interface EnableAWSServiceAccessRequest {
2396
2120
  */
2397
2121
  ServicePrincipal: string | undefined;
2398
2122
  }
2399
- export declare namespace EnableAWSServiceAccessRequest {
2400
- /**
2401
- * @internal
2402
- */
2403
- const filterSensitiveLog: (obj: EnableAWSServiceAccessRequest) => any;
2404
- }
2405
2123
  export interface EnablePolicyTypeRequest {
2406
2124
  /**
2407
2125
  * <p>The unique identifier (ID) of the root in which you want to enable a policy type. You
@@ -2438,24 +2156,12 @@ export interface EnablePolicyTypeRequest {
2438
2156
  */
2439
2157
  PolicyType: PolicyType | string | undefined;
2440
2158
  }
2441
- export declare namespace EnablePolicyTypeRequest {
2442
- /**
2443
- * @internal
2444
- */
2445
- const filterSensitiveLog: (obj: EnablePolicyTypeRequest) => any;
2446
- }
2447
2159
  export interface EnablePolicyTypeResponse {
2448
2160
  /**
2449
2161
  * <p>A structure that shows the root with the updated list of enabled policy types.</p>
2450
2162
  */
2451
2163
  Root?: Root;
2452
2164
  }
2453
- export declare namespace EnablePolicyTypeResponse {
2454
- /**
2455
- * @internal
2456
- */
2457
- const filterSensitiveLog: (obj: EnablePolicyTypeResponse) => any;
2458
- }
2459
2165
  /**
2460
2166
  * <p>The specified policy type is already enabled in the specified root.</p>
2461
2167
  */
@@ -2536,12 +2242,6 @@ export interface InviteAccountToOrganizationRequest {
2536
2242
  */
2537
2243
  Tags?: Tag[];
2538
2244
  }
2539
- export declare namespace InviteAccountToOrganizationRequest {
2540
- /**
2541
- * @internal
2542
- */
2543
- const filterSensitiveLog: (obj: InviteAccountToOrganizationRequest) => any;
2544
- }
2545
2245
  /**
2546
2246
  * <p>You can't remove a management account from an organization. If you want the management
2547
2247
  * account to become a member account in another organization, you must first delete the
@@ -2577,12 +2277,6 @@ export interface ListAccountsRequest {
2577
2277
  */
2578
2278
  MaxResults?: number;
2579
2279
  }
2580
- export declare namespace ListAccountsRequest {
2581
- /**
2582
- * @internal
2583
- */
2584
- const filterSensitiveLog: (obj: ListAccountsRequest) => any;
2585
- }
2586
2280
  export interface ListAccountsResponse {
2587
2281
  /**
2588
2282
  * <p>A list of objects in the organization.</p>
@@ -2596,12 +2290,6 @@ export interface ListAccountsResponse {
2596
2290
  */
2597
2291
  NextToken?: string;
2598
2292
  }
2599
- export declare namespace ListAccountsResponse {
2600
- /**
2601
- * @internal
2602
- */
2603
- const filterSensitiveLog: (obj: ListAccountsResponse) => any;
2604
- }
2605
2293
  export interface ListAccountsForParentRequest {
2606
2294
  /**
2607
2295
  * <p>The unique identifier (ID) for the parent root or organization unit (OU) whose
@@ -2628,12 +2316,6 @@ export interface ListAccountsForParentRequest {
2628
2316
  */
2629
2317
  MaxResults?: number;
2630
2318
  }
2631
- export declare namespace ListAccountsForParentRequest {
2632
- /**
2633
- * @internal
2634
- */
2635
- const filterSensitiveLog: (obj: ListAccountsForParentRequest) => any;
2636
- }
2637
2319
  export interface ListAccountsForParentResponse {
2638
2320
  /**
2639
2321
  * <p>A list of the accounts in the specified root or OU.</p>
@@ -2647,12 +2329,6 @@ export interface ListAccountsForParentResponse {
2647
2329
  */
2648
2330
  NextToken?: string;
2649
2331
  }
2650
- export declare namespace ListAccountsForParentResponse {
2651
- /**
2652
- * @internal
2653
- */
2654
- const filterSensitiveLog: (obj: ListAccountsForParentResponse) => any;
2655
- }
2656
2332
  export interface ListAWSServiceAccessForOrganizationRequest {
2657
2333
  /**
2658
2334
  * <p>The parameter for receiving additional results if you receive a
@@ -2674,12 +2350,6 @@ export interface ListAWSServiceAccessForOrganizationRequest {
2674
2350
  */
2675
2351
  MaxResults?: number;
2676
2352
  }
2677
- export declare namespace ListAWSServiceAccessForOrganizationRequest {
2678
- /**
2679
- * @internal
2680
- */
2681
- const filterSensitiveLog: (obj: ListAWSServiceAccessForOrganizationRequest) => any;
2682
- }
2683
2353
  /**
2684
2354
  * <p>A structure that contains details of a service principal that represents an Amazon Web Services
2685
2355
  * service that is enabled to integrate with Organizations.</p>
@@ -2696,12 +2366,6 @@ export interface EnabledServicePrincipal {
2696
2366
  */
2697
2367
  DateEnabled?: Date;
2698
2368
  }
2699
- export declare namespace EnabledServicePrincipal {
2700
- /**
2701
- * @internal
2702
- */
2703
- const filterSensitiveLog: (obj: EnabledServicePrincipal) => any;
2704
- }
2705
2369
  export interface ListAWSServiceAccessForOrganizationResponse {
2706
2370
  /**
2707
2371
  * <p>A list of the service principals for the services that are enabled to integrate with
@@ -2717,12 +2381,6 @@ export interface ListAWSServiceAccessForOrganizationResponse {
2717
2381
  */
2718
2382
  NextToken?: string;
2719
2383
  }
2720
- export declare namespace ListAWSServiceAccessForOrganizationResponse {
2721
- /**
2722
- * @internal
2723
- */
2724
- const filterSensitiveLog: (obj: ListAWSServiceAccessForOrganizationResponse) => any;
2725
- }
2726
2384
  export declare enum ChildType {
2727
2385
  ACCOUNT = "ACCOUNT",
2728
2386
  ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT"
@@ -2772,12 +2430,6 @@ export interface ListChildrenRequest {
2772
2430
  */
2773
2431
  MaxResults?: number;
2774
2432
  }
2775
- export declare namespace ListChildrenRequest {
2776
- /**
2777
- * @internal
2778
- */
2779
- const filterSensitiveLog: (obj: ListChildrenRequest) => any;
2780
- }
2781
2433
  /**
2782
2434
  * <p>Contains a list of child entities, either OUs or accounts.</p>
2783
2435
  */
@@ -2806,12 +2458,6 @@ export interface Child {
2806
2458
  */
2807
2459
  Type?: ChildType | string;
2808
2460
  }
2809
- export declare namespace Child {
2810
- /**
2811
- * @internal
2812
- */
2813
- const filterSensitiveLog: (obj: Child) => any;
2814
- }
2815
2461
  export interface ListChildrenResponse {
2816
2462
  /**
2817
2463
  * <p>The list of children of the specified parent container.</p>
@@ -2825,12 +2471,6 @@ export interface ListChildrenResponse {
2825
2471
  */
2826
2472
  NextToken?: string;
2827
2473
  }
2828
- export declare namespace ListChildrenResponse {
2829
- /**
2830
- * @internal
2831
- */
2832
- const filterSensitiveLog: (obj: ListChildrenResponse) => any;
2833
- }
2834
2474
  export interface ListCreateAccountStatusRequest {
2835
2475
  /**
2836
2476
  * <p>A list of one or more states that you want included in the response. If this parameter
@@ -2857,12 +2497,6 @@ export interface ListCreateAccountStatusRequest {
2857
2497
  */
2858
2498
  MaxResults?: number;
2859
2499
  }
2860
- export declare namespace ListCreateAccountStatusRequest {
2861
- /**
2862
- * @internal
2863
- */
2864
- const filterSensitiveLog: (obj: ListCreateAccountStatusRequest) => any;
2865
- }
2866
2500
  export interface ListCreateAccountStatusResponse {
2867
2501
  /**
2868
2502
  * <p>A list of objects with details about the requests. Certain elements, such as the
@@ -2878,12 +2512,6 @@ export interface ListCreateAccountStatusResponse {
2878
2512
  */
2879
2513
  NextToken?: string;
2880
2514
  }
2881
- export declare namespace ListCreateAccountStatusResponse {
2882
- /**
2883
- * @internal
2884
- */
2885
- const filterSensitiveLog: (obj: ListCreateAccountStatusResponse) => any;
2886
- }
2887
2515
  export interface ListDelegatedAdministratorsRequest {
2888
2516
  /**
2889
2517
  * <p>Specifies a service principal name. If specified, then the operation lists the
@@ -2912,12 +2540,6 @@ export interface ListDelegatedAdministratorsRequest {
2912
2540
  */
2913
2541
  MaxResults?: number;
2914
2542
  }
2915
- export declare namespace ListDelegatedAdministratorsRequest {
2916
- /**
2917
- * @internal
2918
- */
2919
- const filterSensitiveLog: (obj: ListDelegatedAdministratorsRequest) => any;
2920
- }
2921
2543
  /**
2922
2544
  * <p>Contains information about the delegated administrator.</p>
2923
2545
  */
@@ -2958,12 +2580,6 @@ export interface DelegatedAdministrator {
2958
2580
  */
2959
2581
  DelegationEnabledDate?: Date;
2960
2582
  }
2961
- export declare namespace DelegatedAdministrator {
2962
- /**
2963
- * @internal
2964
- */
2965
- const filterSensitiveLog: (obj: DelegatedAdministrator) => any;
2966
- }
2967
2583
  export interface ListDelegatedAdministratorsResponse {
2968
2584
  /**
2969
2585
  * <p>The list of delegated administrators in your organization.</p>
@@ -2977,12 +2593,6 @@ export interface ListDelegatedAdministratorsResponse {
2977
2593
  */
2978
2594
  NextToken?: string;
2979
2595
  }
2980
- export declare namespace ListDelegatedAdministratorsResponse {
2981
- /**
2982
- * @internal
2983
- */
2984
- const filterSensitiveLog: (obj: ListDelegatedAdministratorsResponse) => any;
2985
- }
2986
2596
  export interface ListDelegatedServicesForAccountRequest {
2987
2597
  /**
2988
2598
  * <p>The account ID number of a delegated administrator account in the organization.</p>
@@ -3008,12 +2618,6 @@ export interface ListDelegatedServicesForAccountRequest {
3008
2618
  */
3009
2619
  MaxResults?: number;
3010
2620
  }
3011
- export declare namespace ListDelegatedServicesForAccountRequest {
3012
- /**
3013
- * @internal
3014
- */
3015
- const filterSensitiveLog: (obj: ListDelegatedServicesForAccountRequest) => any;
3016
- }
3017
2621
  /**
3018
2622
  * <p>Contains information about the Amazon Web Services service for which the account is a delegated
3019
2623
  * administrator.</p>
@@ -3031,12 +2635,6 @@ export interface DelegatedService {
3031
2635
  */
3032
2636
  DelegationEnabledDate?: Date;
3033
2637
  }
3034
- export declare namespace DelegatedService {
3035
- /**
3036
- * @internal
3037
- */
3038
- const filterSensitiveLog: (obj: DelegatedService) => any;
3039
- }
3040
2638
  export interface ListDelegatedServicesForAccountResponse {
3041
2639
  /**
3042
2640
  * <p>The services for which the account is a delegated administrator.</p>
@@ -3050,12 +2648,6 @@ export interface ListDelegatedServicesForAccountResponse {
3050
2648
  */
3051
2649
  NextToken?: string;
3052
2650
  }
3053
- export declare namespace ListDelegatedServicesForAccountResponse {
3054
- /**
3055
- * @internal
3056
- */
3057
- const filterSensitiveLog: (obj: ListDelegatedServicesForAccountResponse) => any;
3058
- }
3059
2651
  /**
3060
2652
  * <p>Specifies the criteria that are used to select the handshakes for the
3061
2653
  * operation.</p>
@@ -3077,12 +2669,6 @@ export interface HandshakeFilter {
3077
2669
  */
3078
2670
  ParentHandshakeId?: string;
3079
2671
  }
3080
- export declare namespace HandshakeFilter {
3081
- /**
3082
- * @internal
3083
- */
3084
- const filterSensitiveLog: (obj: HandshakeFilter) => any;
3085
- }
3086
2672
  export interface ListHandshakesForAccountRequest {
3087
2673
  /**
3088
2674
  * <p>Filters the handshakes that you want included in the response. The default is all
@@ -3114,12 +2700,6 @@ export interface ListHandshakesForAccountRequest {
3114
2700
  */
3115
2701
  MaxResults?: number;
3116
2702
  }
3117
- export declare namespace ListHandshakesForAccountRequest {
3118
- /**
3119
- * @internal
3120
- */
3121
- const filterSensitiveLog: (obj: ListHandshakesForAccountRequest) => any;
3122
- }
3123
2703
  export interface ListHandshakesForOrganizationRequest {
3124
2704
  /**
3125
2705
  * <p>A filter of the handshakes that you want included in the response. The default is all
@@ -3151,12 +2731,6 @@ export interface ListHandshakesForOrganizationRequest {
3151
2731
  */
3152
2732
  MaxResults?: number;
3153
2733
  }
3154
- export declare namespace ListHandshakesForOrganizationRequest {
3155
- /**
3156
- * @internal
3157
- */
3158
- const filterSensitiveLog: (obj: ListHandshakesForOrganizationRequest) => any;
3159
- }
3160
2734
  export interface ListOrganizationalUnitsForParentRequest {
3161
2735
  /**
3162
2736
  * <p>The unique identifier (ID) of the root or OU whose child OUs you want to list.</p>
@@ -3197,12 +2771,6 @@ export interface ListOrganizationalUnitsForParentRequest {
3197
2771
  */
3198
2772
  MaxResults?: number;
3199
2773
  }
3200
- export declare namespace ListOrganizationalUnitsForParentRequest {
3201
- /**
3202
- * @internal
3203
- */
3204
- const filterSensitiveLog: (obj: ListOrganizationalUnitsForParentRequest) => any;
3205
- }
3206
2774
  export interface ListOrganizationalUnitsForParentResponse {
3207
2775
  /**
3208
2776
  * <p>A list of the OUs in the specified root or parent OU.</p>
@@ -3216,12 +2784,6 @@ export interface ListOrganizationalUnitsForParentResponse {
3216
2784
  */
3217
2785
  NextToken?: string;
3218
2786
  }
3219
- export declare namespace ListOrganizationalUnitsForParentResponse {
3220
- /**
3221
- * @internal
3222
- */
3223
- const filterSensitiveLog: (obj: ListOrganizationalUnitsForParentResponse) => any;
3224
- }
3225
2787
  /**
3226
2788
  * <p>We can't find an organizational unit (OU) or Amazon Web Services account with the
3227
2789
  * <code>ChildId</code> that you specified.</p>
@@ -3276,12 +2838,6 @@ export interface ListParentsRequest {
3276
2838
  */
3277
2839
  MaxResults?: number;
3278
2840
  }
3279
- export declare namespace ListParentsRequest {
3280
- /**
3281
- * @internal
3282
- */
3283
- const filterSensitiveLog: (obj: ListParentsRequest) => any;
3284
- }
3285
2841
  export declare enum ParentType {
3286
2842
  ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT",
3287
2843
  ROOT = "ROOT"
@@ -3315,12 +2871,6 @@ export interface Parent {
3315
2871
  */
3316
2872
  Type?: ParentType | string;
3317
2873
  }
3318
- export declare namespace Parent {
3319
- /**
3320
- * @internal
3321
- */
3322
- const filterSensitiveLog: (obj: Parent) => any;
3323
- }
3324
2874
  export interface ListParentsResponse {
3325
2875
  /**
3326
2876
  * <p>A list of parents for the specified child account or OU.</p>
@@ -3334,12 +2884,6 @@ export interface ListParentsResponse {
3334
2884
  */
3335
2885
  NextToken?: string;
3336
2886
  }
3337
- export declare namespace ListParentsResponse {
3338
- /**
3339
- * @internal
3340
- */
3341
- const filterSensitiveLog: (obj: ListParentsResponse) => any;
3342
- }
3343
2887
  export interface ListPoliciesRequest {
3344
2888
  /**
3345
2889
  * <p>Specifies the type of policy that you want to include in the response. You must
@@ -3388,12 +2932,6 @@ export interface ListPoliciesRequest {
3388
2932
  */
3389
2933
  MaxResults?: number;
3390
2934
  }
3391
- export declare namespace ListPoliciesRequest {
3392
- /**
3393
- * @internal
3394
- */
3395
- const filterSensitiveLog: (obj: ListPoliciesRequest) => any;
3396
- }
3397
2935
  export interface ListPoliciesResponse {
3398
2936
  /**
3399
2937
  * <p>A list of policies that match the filter criteria in the request. The output list
@@ -3408,12 +2946,6 @@ export interface ListPoliciesResponse {
3408
2946
  */
3409
2947
  NextToken?: string;
3410
2948
  }
3411
- export declare namespace ListPoliciesResponse {
3412
- /**
3413
- * @internal
3414
- */
3415
- const filterSensitiveLog: (obj: ListPoliciesResponse) => any;
3416
- }
3417
2949
  export interface ListPoliciesForTargetRequest {
3418
2950
  /**
3419
2951
  * <p>The unique identifier (ID) of the root, organizational unit, or account whose policies
@@ -3486,12 +3018,6 @@ export interface ListPoliciesForTargetRequest {
3486
3018
  */
3487
3019
  MaxResults?: number;
3488
3020
  }
3489
- export declare namespace ListPoliciesForTargetRequest {
3490
- /**
3491
- * @internal
3492
- */
3493
- const filterSensitiveLog: (obj: ListPoliciesForTargetRequest) => any;
3494
- }
3495
3021
  export interface ListPoliciesForTargetResponse {
3496
3022
  /**
3497
3023
  * <p>The list of policies that match the criteria in the request.</p>
@@ -3505,12 +3031,6 @@ export interface ListPoliciesForTargetResponse {
3505
3031
  */
3506
3032
  NextToken?: string;
3507
3033
  }
3508
- export declare namespace ListPoliciesForTargetResponse {
3509
- /**
3510
- * @internal
3511
- */
3512
- const filterSensitiveLog: (obj: ListPoliciesForTargetResponse) => any;
3513
- }
3514
3034
  export interface ListRootsRequest {
3515
3035
  /**
3516
3036
  * <p>The parameter for receiving additional results if you receive a
@@ -3532,12 +3052,6 @@ export interface ListRootsRequest {
3532
3052
  */
3533
3053
  MaxResults?: number;
3534
3054
  }
3535
- export declare namespace ListRootsRequest {
3536
- /**
3537
- * @internal
3538
- */
3539
- const filterSensitiveLog: (obj: ListRootsRequest) => any;
3540
- }
3541
3055
  export interface ListRootsResponse {
3542
3056
  /**
3543
3057
  * <p>A list of roots that are defined in an organization.</p>
@@ -3551,12 +3065,6 @@ export interface ListRootsResponse {
3551
3065
  */
3552
3066
  NextToken?: string;
3553
3067
  }
3554
- export declare namespace ListRootsResponse {
3555
- /**
3556
- * @internal
3557
- */
3558
- const filterSensitiveLog: (obj: ListRootsResponse) => any;
3559
- }
3560
3068
  export interface ListTagsForResourceRequest {
3561
3069
  /**
3562
3070
  * <p>The ID of the resource with the tags to list.</p>
@@ -3595,12 +3103,6 @@ export interface ListTagsForResourceRequest {
3595
3103
  */
3596
3104
  NextToken?: string;
3597
3105
  }
3598
- export declare namespace ListTagsForResourceRequest {
3599
- /**
3600
- * @internal
3601
- */
3602
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3603
- }
3604
3106
  export interface ListTagsForResourceResponse {
3605
3107
  /**
3606
3108
  * <p>The tags that are assigned to the resource.</p>
@@ -3614,12 +3116,6 @@ export interface ListTagsForResourceResponse {
3614
3116
  */
3615
3117
  NextToken?: string;
3616
3118
  }
3617
- export declare namespace ListTagsForResourceResponse {
3618
- /**
3619
- * @internal
3620
- */
3621
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3622
- }
3623
3119
  export interface ListTargetsForPolicyRequest {
3624
3120
  /**
3625
3121
  * <p>The unique identifier (ID) of the policy whose attachments you want to know.</p>
@@ -3647,12 +3143,6 @@ export interface ListTargetsForPolicyRequest {
3647
3143
  */
3648
3144
  MaxResults?: number;
3649
3145
  }
3650
- export declare namespace ListTargetsForPolicyRequest {
3651
- /**
3652
- * @internal
3653
- */
3654
- const filterSensitiveLog: (obj: ListTargetsForPolicyRequest) => any;
3655
- }
3656
3146
  export declare enum TargetType {
3657
3147
  ACCOUNT = "ACCOUNT",
3658
3148
  ORGANIZATIONAL_UNIT = "ORGANIZATIONAL_UNIT",
@@ -3703,12 +3193,6 @@ export interface PolicyTargetSummary {
3703
3193
  */
3704
3194
  Type?: TargetType | string;
3705
3195
  }
3706
- export declare namespace PolicyTargetSummary {
3707
- /**
3708
- * @internal
3709
- */
3710
- const filterSensitiveLog: (obj: PolicyTargetSummary) => any;
3711
- }
3712
3196
  export interface ListTargetsForPolicyResponse {
3713
3197
  /**
3714
3198
  * <p>A list of structures, each of which contains details about one of the entities to
@@ -3723,12 +3207,6 @@ export interface ListTargetsForPolicyResponse {
3723
3207
  */
3724
3208
  NextToken?: string;
3725
3209
  }
3726
- export declare namespace ListTargetsForPolicyResponse {
3727
- /**
3728
- * @internal
3729
- */
3730
- const filterSensitiveLog: (obj: ListTargetsForPolicyResponse) => any;
3731
- }
3732
3210
  /**
3733
3211
  * <p>We can't find the destination container (a root or OU) with the <code>ParentId</code>
3734
3212
  * that you specified.</p>
@@ -3802,12 +3280,6 @@ export interface MoveAccountRequest {
3802
3280
  */
3803
3281
  DestinationParentId: string | undefined;
3804
3282
  }
3805
- export declare namespace MoveAccountRequest {
3806
- /**
3807
- * @internal
3808
- */
3809
- const filterSensitiveLog: (obj: MoveAccountRequest) => any;
3810
- }
3811
3283
  /**
3812
3284
  * <p>We can't find a source root or OU with the <code>ParentId</code> that you
3813
3285
  * specified.</p>
@@ -3833,12 +3305,6 @@ export interface RegisterDelegatedAdministratorRequest {
3833
3305
  */
3834
3306
  ServicePrincipal: string | undefined;
3835
3307
  }
3836
- export declare namespace RegisterDelegatedAdministratorRequest {
3837
- /**
3838
- * @internal
3839
- */
3840
- const filterSensitiveLog: (obj: RegisterDelegatedAdministratorRequest) => any;
3841
- }
3842
3308
  export interface RemoveAccountFromOrganizationRequest {
3843
3309
  /**
3844
3310
  * <p>The unique identifier (ID) of the member account that you want to remove from the
@@ -3848,12 +3314,6 @@ export interface RemoveAccountFromOrganizationRequest {
3848
3314
  */
3849
3315
  AccountId: string | undefined;
3850
3316
  }
3851
- export declare namespace RemoveAccountFromOrganizationRequest {
3852
- /**
3853
- * @internal
3854
- */
3855
- const filterSensitiveLog: (obj: RemoveAccountFromOrganizationRequest) => any;
3856
- }
3857
3317
  export interface TagResourceRequest {
3858
3318
  /**
3859
3319
  * <p>The ID of the resource to add a tag to.</p>
@@ -3894,12 +3354,6 @@ export interface TagResourceRequest {
3894
3354
  */
3895
3355
  Tags: Tag[] | undefined;
3896
3356
  }
3897
- export declare namespace TagResourceRequest {
3898
- /**
3899
- * @internal
3900
- */
3901
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3902
- }
3903
3357
  export interface UntagResourceRequest {
3904
3358
  /**
3905
3359
  * <p>The ID of the resource to remove a tag from.</p>
@@ -3934,12 +3388,6 @@ export interface UntagResourceRequest {
3934
3388
  */
3935
3389
  TagKeys: string[] | undefined;
3936
3390
  }
3937
- export declare namespace UntagResourceRequest {
3938
- /**
3939
- * @internal
3940
- */
3941
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3942
- }
3943
3391
  export interface UpdateOrganizationalUnitRequest {
3944
3392
  /**
3945
3393
  * <p>The unique identifier (ID) of the OU that you want to rename. You can get the ID from
@@ -3958,12 +3406,6 @@ export interface UpdateOrganizationalUnitRequest {
3958
3406
  */
3959
3407
  Name?: string;
3960
3408
  }
3961
- export declare namespace UpdateOrganizationalUnitRequest {
3962
- /**
3963
- * @internal
3964
- */
3965
- const filterSensitiveLog: (obj: UpdateOrganizationalUnitRequest) => any;
3966
- }
3967
3409
  export interface UpdateOrganizationalUnitResponse {
3968
3410
  /**
3969
3411
  * <p>A structure that contains the details about the specified OU, including its new
@@ -3971,12 +3413,6 @@ export interface UpdateOrganizationalUnitResponse {
3971
3413
  */
3972
3414
  OrganizationalUnit?: OrganizationalUnit;
3973
3415
  }
3974
- export declare namespace UpdateOrganizationalUnitResponse {
3975
- /**
3976
- * @internal
3977
- */
3978
- const filterSensitiveLog: (obj: UpdateOrganizationalUnitResponse) => any;
3979
- }
3980
3416
  export interface UpdatePolicyRequest {
3981
3417
  /**
3982
3418
  * <p>The unique identifier (ID) of the policy that you want to update.</p>
@@ -4003,12 +3439,6 @@ export interface UpdatePolicyRequest {
4003
3439
  */
4004
3440
  Content?: string;
4005
3441
  }
4006
- export declare namespace UpdatePolicyRequest {
4007
- /**
4008
- * @internal
4009
- */
4010
- const filterSensitiveLog: (obj: UpdatePolicyRequest) => any;
4011
- }
4012
3442
  export interface UpdatePolicyResponse {
4013
3443
  /**
4014
3444
  * <p>A structure that contains details about the updated policy, showing the requested
@@ -4016,12 +3446,6 @@ export interface UpdatePolicyResponse {
4016
3446
  */
4017
3447
  Policy?: Policy;
4018
3448
  }
4019
- export declare namespace UpdatePolicyResponse {
4020
- /**
4021
- * @internal
4022
- */
4023
- const filterSensitiveLog: (obj: UpdatePolicyResponse) => any;
4024
- }
4025
3449
  /**
4026
3450
  * <p>Contains additional data that is needed to process a handshake.</p>
4027
3451
  */
@@ -4072,12 +3496,6 @@ export interface HandshakeResource {
4072
3496
  */
4073
3497
  Resources?: HandshakeResource[];
4074
3498
  }
4075
- export declare namespace HandshakeResource {
4076
- /**
4077
- * @internal
4078
- */
4079
- const filterSensitiveLog: (obj: HandshakeResource) => any;
4080
- }
4081
3499
  /**
4082
3500
  * <p>Contains information that must be exchanged to securely establish a relationship
4083
3501
  * between two accounts (an <i>originator</i> and a
@@ -4194,36 +3612,18 @@ export interface Handshake {
4194
3612
  */
4195
3613
  Resources?: HandshakeResource[];
4196
3614
  }
4197
- export declare namespace Handshake {
4198
- /**
4199
- * @internal
4200
- */
4201
- const filterSensitiveLog: (obj: Handshake) => any;
4202
- }
4203
3615
  export interface AcceptHandshakeResponse {
4204
3616
  /**
4205
3617
  * <p>A structure that contains details about the accepted handshake.</p>
4206
3618
  */
4207
3619
  Handshake?: Handshake;
4208
3620
  }
4209
- export declare namespace AcceptHandshakeResponse {
4210
- /**
4211
- * @internal
4212
- */
4213
- const filterSensitiveLog: (obj: AcceptHandshakeResponse) => any;
4214
- }
4215
3621
  export interface CancelHandshakeResponse {
4216
3622
  /**
4217
3623
  * <p>A structure that contains details about the handshake that you canceled.</p>
4218
3624
  */
4219
3625
  Handshake?: Handshake;
4220
3626
  }
4221
- export declare namespace CancelHandshakeResponse {
4222
- /**
4223
- * @internal
4224
- */
4225
- const filterSensitiveLog: (obj: CancelHandshakeResponse) => any;
4226
- }
4227
3627
  export interface DeclineHandshakeResponse {
4228
3628
  /**
4229
3629
  * <p>A structure that contains details about the declined handshake. The state is updated
@@ -4231,24 +3631,12 @@ export interface DeclineHandshakeResponse {
4231
3631
  */
4232
3632
  Handshake?: Handshake;
4233
3633
  }
4234
- export declare namespace DeclineHandshakeResponse {
4235
- /**
4236
- * @internal
4237
- */
4238
- const filterSensitiveLog: (obj: DeclineHandshakeResponse) => any;
4239
- }
4240
3634
  export interface DescribeHandshakeResponse {
4241
3635
  /**
4242
3636
  * <p>A structure that contains information about the specified handshake.</p>
4243
3637
  */
4244
3638
  Handshake?: Handshake;
4245
3639
  }
4246
- export declare namespace DescribeHandshakeResponse {
4247
- /**
4248
- * @internal
4249
- */
4250
- const filterSensitiveLog: (obj: DescribeHandshakeResponse) => any;
4251
- }
4252
3640
  export interface EnableAllFeaturesResponse {
4253
3641
  /**
4254
3642
  * <p>A structure that contains details about the handshake created to support this request
@@ -4256,12 +3644,6 @@ export interface EnableAllFeaturesResponse {
4256
3644
  */
4257
3645
  Handshake?: Handshake;
4258
3646
  }
4259
- export declare namespace EnableAllFeaturesResponse {
4260
- /**
4261
- * @internal
4262
- */
4263
- const filterSensitiveLog: (obj: EnableAllFeaturesResponse) => any;
4264
- }
4265
3647
  export interface InviteAccountToOrganizationResponse {
4266
3648
  /**
4267
3649
  * <p>A structure that contains details about the handshake that is created to support this
@@ -4269,12 +3651,6 @@ export interface InviteAccountToOrganizationResponse {
4269
3651
  */
4270
3652
  Handshake?: Handshake;
4271
3653
  }
4272
- export declare namespace InviteAccountToOrganizationResponse {
4273
- /**
4274
- * @internal
4275
- */
4276
- const filterSensitiveLog: (obj: InviteAccountToOrganizationResponse) => any;
4277
- }
4278
3654
  export interface ListHandshakesForAccountResponse {
4279
3655
  /**
4280
3656
  * <p>A list of <a>Handshake</a> objects with details about each of the
@@ -4289,12 +3665,6 @@ export interface ListHandshakesForAccountResponse {
4289
3665
  */
4290
3666
  NextToken?: string;
4291
3667
  }
4292
- export declare namespace ListHandshakesForAccountResponse {
4293
- /**
4294
- * @internal
4295
- */
4296
- const filterSensitiveLog: (obj: ListHandshakesForAccountResponse) => any;
4297
- }
4298
3668
  export interface ListHandshakesForOrganizationResponse {
4299
3669
  /**
4300
3670
  * <p>A list of <a>Handshake</a> objects with details about each of the
@@ -4309,9 +3679,427 @@ export interface ListHandshakesForOrganizationResponse {
4309
3679
  */
4310
3680
  NextToken?: string;
4311
3681
  }
4312
- export declare namespace ListHandshakesForOrganizationResponse {
4313
- /**
4314
- * @internal
4315
- */
4316
- const filterSensitiveLog: (obj: ListHandshakesForOrganizationResponse) => any;
4317
- }
3682
+ /**
3683
+ * @internal
3684
+ */
3685
+ export declare const AcceptHandshakeRequestFilterSensitiveLog: (obj: AcceptHandshakeRequest) => any;
3686
+ /**
3687
+ * @internal
3688
+ */
3689
+ export declare const HandshakePartyFilterSensitiveLog: (obj: HandshakeParty) => any;
3690
+ /**
3691
+ * @internal
3692
+ */
3693
+ export declare const AccountFilterSensitiveLog: (obj: Account) => any;
3694
+ /**
3695
+ * @internal
3696
+ */
3697
+ export declare const AttachPolicyRequestFilterSensitiveLog: (obj: AttachPolicyRequest) => any;
3698
+ /**
3699
+ * @internal
3700
+ */
3701
+ export declare const CancelHandshakeRequestFilterSensitiveLog: (obj: CancelHandshakeRequest) => any;
3702
+ /**
3703
+ * @internal
3704
+ */
3705
+ export declare const CloseAccountRequestFilterSensitiveLog: (obj: CloseAccountRequest) => any;
3706
+ /**
3707
+ * @internal
3708
+ */
3709
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3710
+ /**
3711
+ * @internal
3712
+ */
3713
+ export declare const CreateAccountRequestFilterSensitiveLog: (obj: CreateAccountRequest) => any;
3714
+ /**
3715
+ * @internal
3716
+ */
3717
+ export declare const CreateAccountStatusFilterSensitiveLog: (obj: CreateAccountStatus) => any;
3718
+ /**
3719
+ * @internal
3720
+ */
3721
+ export declare const CreateAccountResponseFilterSensitiveLog: (obj: CreateAccountResponse) => any;
3722
+ /**
3723
+ * @internal
3724
+ */
3725
+ export declare const CreateGovCloudAccountRequestFilterSensitiveLog: (obj: CreateGovCloudAccountRequest) => any;
3726
+ /**
3727
+ * @internal
3728
+ */
3729
+ export declare const CreateGovCloudAccountResponseFilterSensitiveLog: (obj: CreateGovCloudAccountResponse) => any;
3730
+ /**
3731
+ * @internal
3732
+ */
3733
+ export declare const CreateOrganizationRequestFilterSensitiveLog: (obj: CreateOrganizationRequest) => any;
3734
+ /**
3735
+ * @internal
3736
+ */
3737
+ export declare const PolicyTypeSummaryFilterSensitiveLog: (obj: PolicyTypeSummary) => any;
3738
+ /**
3739
+ * @internal
3740
+ */
3741
+ export declare const OrganizationFilterSensitiveLog: (obj: Organization) => any;
3742
+ /**
3743
+ * @internal
3744
+ */
3745
+ export declare const CreateOrganizationResponseFilterSensitiveLog: (obj: CreateOrganizationResponse) => any;
3746
+ /**
3747
+ * @internal
3748
+ */
3749
+ export declare const CreateOrganizationalUnitRequestFilterSensitiveLog: (obj: CreateOrganizationalUnitRequest) => any;
3750
+ /**
3751
+ * @internal
3752
+ */
3753
+ export declare const OrganizationalUnitFilterSensitiveLog: (obj: OrganizationalUnit) => any;
3754
+ /**
3755
+ * @internal
3756
+ */
3757
+ export declare const CreateOrganizationalUnitResponseFilterSensitiveLog: (obj: CreateOrganizationalUnitResponse) => any;
3758
+ /**
3759
+ * @internal
3760
+ */
3761
+ export declare const CreatePolicyRequestFilterSensitiveLog: (obj: CreatePolicyRequest) => any;
3762
+ /**
3763
+ * @internal
3764
+ */
3765
+ export declare const PolicySummaryFilterSensitiveLog: (obj: PolicySummary) => any;
3766
+ /**
3767
+ * @internal
3768
+ */
3769
+ export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
3770
+ /**
3771
+ * @internal
3772
+ */
3773
+ export declare const CreatePolicyResponseFilterSensitiveLog: (obj: CreatePolicyResponse) => any;
3774
+ /**
3775
+ * @internal
3776
+ */
3777
+ export declare const DeclineHandshakeRequestFilterSensitiveLog: (obj: DeclineHandshakeRequest) => any;
3778
+ /**
3779
+ * @internal
3780
+ */
3781
+ export declare const DeleteOrganizationalUnitRequestFilterSensitiveLog: (obj: DeleteOrganizationalUnitRequest) => any;
3782
+ /**
3783
+ * @internal
3784
+ */
3785
+ export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
3786
+ /**
3787
+ * @internal
3788
+ */
3789
+ export declare const DeregisterDelegatedAdministratorRequestFilterSensitiveLog: (obj: DeregisterDelegatedAdministratorRequest) => any;
3790
+ /**
3791
+ * @internal
3792
+ */
3793
+ export declare const DescribeAccountRequestFilterSensitiveLog: (obj: DescribeAccountRequest) => any;
3794
+ /**
3795
+ * @internal
3796
+ */
3797
+ export declare const DescribeAccountResponseFilterSensitiveLog: (obj: DescribeAccountResponse) => any;
3798
+ /**
3799
+ * @internal
3800
+ */
3801
+ export declare const DescribeCreateAccountStatusRequestFilterSensitiveLog: (obj: DescribeCreateAccountStatusRequest) => any;
3802
+ /**
3803
+ * @internal
3804
+ */
3805
+ export declare const DescribeCreateAccountStatusResponseFilterSensitiveLog: (obj: DescribeCreateAccountStatusResponse) => any;
3806
+ /**
3807
+ * @internal
3808
+ */
3809
+ export declare const DescribeEffectivePolicyRequestFilterSensitiveLog: (obj: DescribeEffectivePolicyRequest) => any;
3810
+ /**
3811
+ * @internal
3812
+ */
3813
+ export declare const EffectivePolicyFilterSensitiveLog: (obj: EffectivePolicy) => any;
3814
+ /**
3815
+ * @internal
3816
+ */
3817
+ export declare const DescribeEffectivePolicyResponseFilterSensitiveLog: (obj: DescribeEffectivePolicyResponse) => any;
3818
+ /**
3819
+ * @internal
3820
+ */
3821
+ export declare const DescribeHandshakeRequestFilterSensitiveLog: (obj: DescribeHandshakeRequest) => any;
3822
+ /**
3823
+ * @internal
3824
+ */
3825
+ export declare const DescribeOrganizationResponseFilterSensitiveLog: (obj: DescribeOrganizationResponse) => any;
3826
+ /**
3827
+ * @internal
3828
+ */
3829
+ export declare const DescribeOrganizationalUnitRequestFilterSensitiveLog: (obj: DescribeOrganizationalUnitRequest) => any;
3830
+ /**
3831
+ * @internal
3832
+ */
3833
+ export declare const DescribeOrganizationalUnitResponseFilterSensitiveLog: (obj: DescribeOrganizationalUnitResponse) => any;
3834
+ /**
3835
+ * @internal
3836
+ */
3837
+ export declare const DescribePolicyRequestFilterSensitiveLog: (obj: DescribePolicyRequest) => any;
3838
+ /**
3839
+ * @internal
3840
+ */
3841
+ export declare const DescribePolicyResponseFilterSensitiveLog: (obj: DescribePolicyResponse) => any;
3842
+ /**
3843
+ * @internal
3844
+ */
3845
+ export declare const DetachPolicyRequestFilterSensitiveLog: (obj: DetachPolicyRequest) => any;
3846
+ /**
3847
+ * @internal
3848
+ */
3849
+ export declare const DisableAWSServiceAccessRequestFilterSensitiveLog: (obj: DisableAWSServiceAccessRequest) => any;
3850
+ /**
3851
+ * @internal
3852
+ */
3853
+ export declare const DisablePolicyTypeRequestFilterSensitiveLog: (obj: DisablePolicyTypeRequest) => any;
3854
+ /**
3855
+ * @internal
3856
+ */
3857
+ export declare const RootFilterSensitiveLog: (obj: Root) => any;
3858
+ /**
3859
+ * @internal
3860
+ */
3861
+ export declare const DisablePolicyTypeResponseFilterSensitiveLog: (obj: DisablePolicyTypeResponse) => any;
3862
+ /**
3863
+ * @internal
3864
+ */
3865
+ export declare const EnableAllFeaturesRequestFilterSensitiveLog: (obj: EnableAllFeaturesRequest) => any;
3866
+ /**
3867
+ * @internal
3868
+ */
3869
+ export declare const EnableAWSServiceAccessRequestFilterSensitiveLog: (obj: EnableAWSServiceAccessRequest) => any;
3870
+ /**
3871
+ * @internal
3872
+ */
3873
+ export declare const EnablePolicyTypeRequestFilterSensitiveLog: (obj: EnablePolicyTypeRequest) => any;
3874
+ /**
3875
+ * @internal
3876
+ */
3877
+ export declare const EnablePolicyTypeResponseFilterSensitiveLog: (obj: EnablePolicyTypeResponse) => any;
3878
+ /**
3879
+ * @internal
3880
+ */
3881
+ export declare const InviteAccountToOrganizationRequestFilterSensitiveLog: (obj: InviteAccountToOrganizationRequest) => any;
3882
+ /**
3883
+ * @internal
3884
+ */
3885
+ export declare const ListAccountsRequestFilterSensitiveLog: (obj: ListAccountsRequest) => any;
3886
+ /**
3887
+ * @internal
3888
+ */
3889
+ export declare const ListAccountsResponseFilterSensitiveLog: (obj: ListAccountsResponse) => any;
3890
+ /**
3891
+ * @internal
3892
+ */
3893
+ export declare const ListAccountsForParentRequestFilterSensitiveLog: (obj: ListAccountsForParentRequest) => any;
3894
+ /**
3895
+ * @internal
3896
+ */
3897
+ export declare const ListAccountsForParentResponseFilterSensitiveLog: (obj: ListAccountsForParentResponse) => any;
3898
+ /**
3899
+ * @internal
3900
+ */
3901
+ export declare const ListAWSServiceAccessForOrganizationRequestFilterSensitiveLog: (obj: ListAWSServiceAccessForOrganizationRequest) => any;
3902
+ /**
3903
+ * @internal
3904
+ */
3905
+ export declare const EnabledServicePrincipalFilterSensitiveLog: (obj: EnabledServicePrincipal) => any;
3906
+ /**
3907
+ * @internal
3908
+ */
3909
+ export declare const ListAWSServiceAccessForOrganizationResponseFilterSensitiveLog: (obj: ListAWSServiceAccessForOrganizationResponse) => any;
3910
+ /**
3911
+ * @internal
3912
+ */
3913
+ export declare const ListChildrenRequestFilterSensitiveLog: (obj: ListChildrenRequest) => any;
3914
+ /**
3915
+ * @internal
3916
+ */
3917
+ export declare const ChildFilterSensitiveLog: (obj: Child) => any;
3918
+ /**
3919
+ * @internal
3920
+ */
3921
+ export declare const ListChildrenResponseFilterSensitiveLog: (obj: ListChildrenResponse) => any;
3922
+ /**
3923
+ * @internal
3924
+ */
3925
+ export declare const ListCreateAccountStatusRequestFilterSensitiveLog: (obj: ListCreateAccountStatusRequest) => any;
3926
+ /**
3927
+ * @internal
3928
+ */
3929
+ export declare const ListCreateAccountStatusResponseFilterSensitiveLog: (obj: ListCreateAccountStatusResponse) => any;
3930
+ /**
3931
+ * @internal
3932
+ */
3933
+ export declare const ListDelegatedAdministratorsRequestFilterSensitiveLog: (obj: ListDelegatedAdministratorsRequest) => any;
3934
+ /**
3935
+ * @internal
3936
+ */
3937
+ export declare const DelegatedAdministratorFilterSensitiveLog: (obj: DelegatedAdministrator) => any;
3938
+ /**
3939
+ * @internal
3940
+ */
3941
+ export declare const ListDelegatedAdministratorsResponseFilterSensitiveLog: (obj: ListDelegatedAdministratorsResponse) => any;
3942
+ /**
3943
+ * @internal
3944
+ */
3945
+ export declare const ListDelegatedServicesForAccountRequestFilterSensitiveLog: (obj: ListDelegatedServicesForAccountRequest) => any;
3946
+ /**
3947
+ * @internal
3948
+ */
3949
+ export declare const DelegatedServiceFilterSensitiveLog: (obj: DelegatedService) => any;
3950
+ /**
3951
+ * @internal
3952
+ */
3953
+ export declare const ListDelegatedServicesForAccountResponseFilterSensitiveLog: (obj: ListDelegatedServicesForAccountResponse) => any;
3954
+ /**
3955
+ * @internal
3956
+ */
3957
+ export declare const HandshakeFilterFilterSensitiveLog: (obj: HandshakeFilter) => any;
3958
+ /**
3959
+ * @internal
3960
+ */
3961
+ export declare const ListHandshakesForAccountRequestFilterSensitiveLog: (obj: ListHandshakesForAccountRequest) => any;
3962
+ /**
3963
+ * @internal
3964
+ */
3965
+ export declare const ListHandshakesForOrganizationRequestFilterSensitiveLog: (obj: ListHandshakesForOrganizationRequest) => any;
3966
+ /**
3967
+ * @internal
3968
+ */
3969
+ export declare const ListOrganizationalUnitsForParentRequestFilterSensitiveLog: (obj: ListOrganizationalUnitsForParentRequest) => any;
3970
+ /**
3971
+ * @internal
3972
+ */
3973
+ export declare const ListOrganizationalUnitsForParentResponseFilterSensitiveLog: (obj: ListOrganizationalUnitsForParentResponse) => any;
3974
+ /**
3975
+ * @internal
3976
+ */
3977
+ export declare const ListParentsRequestFilterSensitiveLog: (obj: ListParentsRequest) => any;
3978
+ /**
3979
+ * @internal
3980
+ */
3981
+ export declare const ParentFilterSensitiveLog: (obj: Parent) => any;
3982
+ /**
3983
+ * @internal
3984
+ */
3985
+ export declare const ListParentsResponseFilterSensitiveLog: (obj: ListParentsResponse) => any;
3986
+ /**
3987
+ * @internal
3988
+ */
3989
+ export declare const ListPoliciesRequestFilterSensitiveLog: (obj: ListPoliciesRequest) => any;
3990
+ /**
3991
+ * @internal
3992
+ */
3993
+ export declare const ListPoliciesResponseFilterSensitiveLog: (obj: ListPoliciesResponse) => any;
3994
+ /**
3995
+ * @internal
3996
+ */
3997
+ export declare const ListPoliciesForTargetRequestFilterSensitiveLog: (obj: ListPoliciesForTargetRequest) => any;
3998
+ /**
3999
+ * @internal
4000
+ */
4001
+ export declare const ListPoliciesForTargetResponseFilterSensitiveLog: (obj: ListPoliciesForTargetResponse) => any;
4002
+ /**
4003
+ * @internal
4004
+ */
4005
+ export declare const ListRootsRequestFilterSensitiveLog: (obj: ListRootsRequest) => any;
4006
+ /**
4007
+ * @internal
4008
+ */
4009
+ export declare const ListRootsResponseFilterSensitiveLog: (obj: ListRootsResponse) => any;
4010
+ /**
4011
+ * @internal
4012
+ */
4013
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4014
+ /**
4015
+ * @internal
4016
+ */
4017
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4018
+ /**
4019
+ * @internal
4020
+ */
4021
+ export declare const ListTargetsForPolicyRequestFilterSensitiveLog: (obj: ListTargetsForPolicyRequest) => any;
4022
+ /**
4023
+ * @internal
4024
+ */
4025
+ export declare const PolicyTargetSummaryFilterSensitiveLog: (obj: PolicyTargetSummary) => any;
4026
+ /**
4027
+ * @internal
4028
+ */
4029
+ export declare const ListTargetsForPolicyResponseFilterSensitiveLog: (obj: ListTargetsForPolicyResponse) => any;
4030
+ /**
4031
+ * @internal
4032
+ */
4033
+ export declare const MoveAccountRequestFilterSensitiveLog: (obj: MoveAccountRequest) => any;
4034
+ /**
4035
+ * @internal
4036
+ */
4037
+ export declare const RegisterDelegatedAdministratorRequestFilterSensitiveLog: (obj: RegisterDelegatedAdministratorRequest) => any;
4038
+ /**
4039
+ * @internal
4040
+ */
4041
+ export declare const RemoveAccountFromOrganizationRequestFilterSensitiveLog: (obj: RemoveAccountFromOrganizationRequest) => any;
4042
+ /**
4043
+ * @internal
4044
+ */
4045
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4046
+ /**
4047
+ * @internal
4048
+ */
4049
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4050
+ /**
4051
+ * @internal
4052
+ */
4053
+ export declare const UpdateOrganizationalUnitRequestFilterSensitiveLog: (obj: UpdateOrganizationalUnitRequest) => any;
4054
+ /**
4055
+ * @internal
4056
+ */
4057
+ export declare const UpdateOrganizationalUnitResponseFilterSensitiveLog: (obj: UpdateOrganizationalUnitResponse) => any;
4058
+ /**
4059
+ * @internal
4060
+ */
4061
+ export declare const UpdatePolicyRequestFilterSensitiveLog: (obj: UpdatePolicyRequest) => any;
4062
+ /**
4063
+ * @internal
4064
+ */
4065
+ export declare const UpdatePolicyResponseFilterSensitiveLog: (obj: UpdatePolicyResponse) => any;
4066
+ /**
4067
+ * @internal
4068
+ */
4069
+ export declare const HandshakeResourceFilterSensitiveLog: (obj: HandshakeResource) => any;
4070
+ /**
4071
+ * @internal
4072
+ */
4073
+ export declare const HandshakeFilterSensitiveLog: (obj: Handshake) => any;
4074
+ /**
4075
+ * @internal
4076
+ */
4077
+ export declare const AcceptHandshakeResponseFilterSensitiveLog: (obj: AcceptHandshakeResponse) => any;
4078
+ /**
4079
+ * @internal
4080
+ */
4081
+ export declare const CancelHandshakeResponseFilterSensitiveLog: (obj: CancelHandshakeResponse) => any;
4082
+ /**
4083
+ * @internal
4084
+ */
4085
+ export declare const DeclineHandshakeResponseFilterSensitiveLog: (obj: DeclineHandshakeResponse) => any;
4086
+ /**
4087
+ * @internal
4088
+ */
4089
+ export declare const DescribeHandshakeResponseFilterSensitiveLog: (obj: DescribeHandshakeResponse) => any;
4090
+ /**
4091
+ * @internal
4092
+ */
4093
+ export declare const EnableAllFeaturesResponseFilterSensitiveLog: (obj: EnableAllFeaturesResponse) => any;
4094
+ /**
4095
+ * @internal
4096
+ */
4097
+ export declare const InviteAccountToOrganizationResponseFilterSensitiveLog: (obj: InviteAccountToOrganizationResponse) => any;
4098
+ /**
4099
+ * @internal
4100
+ */
4101
+ export declare const ListHandshakesForAccountResponseFilterSensitiveLog: (obj: ListHandshakesForAccountResponse) => any;
4102
+ /**
4103
+ * @internal
4104
+ */
4105
+ export declare const ListHandshakesForOrganizationResponseFilterSensitiveLog: (obj: ListHandshakesForOrganizationResponse) => any;