@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
@@ -1,10 +1,6 @@
1
1
  import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
3
  import { OrganizationsServiceException as __BaseException } from "./OrganizationsServiceException";
4
- export var AcceptHandshakeRequest;
5
- (function (AcceptHandshakeRequest) {
6
- AcceptHandshakeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
7
- })(AcceptHandshakeRequest || (AcceptHandshakeRequest = {}));
8
4
  export var ActionType;
9
5
  (function (ActionType) {
10
6
  ActionType["ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"] = "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE";
@@ -18,10 +14,6 @@ export var HandshakePartyType;
18
14
  HandshakePartyType["EMAIL"] = "EMAIL";
19
15
  HandshakePartyType["ORGANIZATION"] = "ORGANIZATION";
20
16
  })(HandshakePartyType || (HandshakePartyType = {}));
21
- export var HandshakeParty;
22
- (function (HandshakeParty) {
23
- HandshakeParty.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Id && { Id: SENSITIVE_STRING }))); };
24
- })(HandshakeParty || (HandshakeParty = {}));
25
17
  export var HandshakeResourceType;
26
18
  (function (HandshakeResourceType) {
27
19
  HandshakeResourceType["ACCOUNT"] = "ACCOUNT";
@@ -244,10 +236,6 @@ export var AccountStatus;
244
236
  AccountStatus["PENDING_CLOSURE"] = "PENDING_CLOSURE";
245
237
  AccountStatus["SUSPENDED"] = "SUSPENDED";
246
238
  })(AccountStatus || (AccountStatus = {}));
247
- export var Account;
248
- (function (Account) {
249
- Account.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING })), (obj.Name && { Name: SENSITIVE_STRING }))); };
250
- })(Account || (Account = {}));
251
239
  var AccountAlreadyClosedException = (function (_super) {
252
240
  __extends(AccountAlreadyClosedException, _super);
253
241
  function AccountAlreadyClosedException(opts) {
@@ -326,10 +314,6 @@ var AlreadyInOrganizationException = (function (_super) {
326
314
  return AlreadyInOrganizationException;
327
315
  }(__BaseException));
328
316
  export { AlreadyInOrganizationException };
329
- export var AttachPolicyRequest;
330
- (function (AttachPolicyRequest) {
331
- AttachPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
332
- })(AttachPolicyRequest || (AttachPolicyRequest = {}));
333
317
  export var ConstraintViolationExceptionReason;
334
318
  (function (ConstraintViolationExceptionReason) {
335
319
  ConstraintViolationExceptionReason["ACCOUNT_CANNOT_LEAVE_ORGANIZATION"] = "ACCOUNT_CANNOT_LEAVE_ORGANIZATION";
@@ -458,14 +442,6 @@ var UnsupportedAPIEndpointException = (function (_super) {
458
442
  return UnsupportedAPIEndpointException;
459
443
  }(__BaseException));
460
444
  export { UnsupportedAPIEndpointException };
461
- export var CancelHandshakeRequest;
462
- (function (CancelHandshakeRequest) {
463
- CancelHandshakeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
464
- })(CancelHandshakeRequest || (CancelHandshakeRequest = {}));
465
- export var CloseAccountRequest;
466
- (function (CloseAccountRequest) {
467
- CloseAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
468
- })(CloseAccountRequest || (CloseAccountRequest = {}));
469
445
  var ConflictException = (function (_super) {
470
446
  __extends(ConflictException, _super);
471
447
  function ConflictException(opts) {
@@ -484,14 +460,6 @@ export var IAMUserAccessToBilling;
484
460
  IAMUserAccessToBilling["ALLOW"] = "ALLOW";
485
461
  IAMUserAccessToBilling["DENY"] = "DENY";
486
462
  })(IAMUserAccessToBilling || (IAMUserAccessToBilling = {}));
487
- export var Tag;
488
- (function (Tag) {
489
- Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
490
- })(Tag || (Tag = {}));
491
- export var CreateAccountRequest;
492
- (function (CreateAccountRequest) {
493
- CreateAccountRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING })), (obj.AccountName && { AccountName: SENSITIVE_STRING }))); };
494
- })(CreateAccountRequest || (CreateAccountRequest = {}));
495
463
  export var CreateAccountFailureReason;
496
464
  (function (CreateAccountFailureReason) {
497
465
  CreateAccountFailureReason["ACCOUNT_LIMIT_EXCEEDED"] = "ACCOUNT_LIMIT_EXCEEDED";
@@ -515,16 +483,6 @@ export var CreateAccountState;
515
483
  CreateAccountState["IN_PROGRESS"] = "IN_PROGRESS";
516
484
  CreateAccountState["SUCCEEDED"] = "SUCCEEDED";
517
485
  })(CreateAccountState || (CreateAccountState = {}));
518
- export var CreateAccountStatus;
519
- (function (CreateAccountStatus) {
520
- CreateAccountStatus.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccountName && { AccountName: SENSITIVE_STRING }))); };
521
- })(CreateAccountStatus || (CreateAccountStatus = {}));
522
- export var CreateAccountResponse;
523
- (function (CreateAccountResponse) {
524
- CreateAccountResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CreateAccountStatus && {
525
- CreateAccountStatus: CreateAccountStatus.filterSensitiveLog(obj.CreateAccountStatus),
526
- }))); };
527
- })(CreateAccountResponse || (CreateAccountResponse = {}));
528
486
  var FinalizingOrganizationException = (function (_super) {
529
487
  __extends(FinalizingOrganizationException, _super);
530
488
  function FinalizingOrganizationException(opts) {
@@ -538,25 +496,11 @@ var FinalizingOrganizationException = (function (_super) {
538
496
  return FinalizingOrganizationException;
539
497
  }(__BaseException));
540
498
  export { FinalizingOrganizationException };
541
- export var CreateGovCloudAccountRequest;
542
- (function (CreateGovCloudAccountRequest) {
543
- CreateGovCloudAccountRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING })), (obj.AccountName && { AccountName: SENSITIVE_STRING }))); };
544
- })(CreateGovCloudAccountRequest || (CreateGovCloudAccountRequest = {}));
545
- export var CreateGovCloudAccountResponse;
546
- (function (CreateGovCloudAccountResponse) {
547
- CreateGovCloudAccountResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CreateAccountStatus && {
548
- CreateAccountStatus: CreateAccountStatus.filterSensitiveLog(obj.CreateAccountStatus),
549
- }))); };
550
- })(CreateGovCloudAccountResponse || (CreateGovCloudAccountResponse = {}));
551
499
  export var OrganizationFeatureSet;
552
500
  (function (OrganizationFeatureSet) {
553
501
  OrganizationFeatureSet["ALL"] = "ALL";
554
502
  OrganizationFeatureSet["CONSOLIDATED_BILLING"] = "CONSOLIDATED_BILLING";
555
503
  })(OrganizationFeatureSet || (OrganizationFeatureSet = {}));
556
- export var CreateOrganizationRequest;
557
- (function (CreateOrganizationRequest) {
558
- CreateOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
559
- })(CreateOrganizationRequest || (CreateOrganizationRequest = {}));
560
504
  export var PolicyTypeStatus;
561
505
  (function (PolicyTypeStatus) {
562
506
  PolicyTypeStatus["ENABLED"] = "ENABLED";
@@ -570,30 +514,6 @@ export var PolicyType;
570
514
  PolicyType["SERVICE_CONTROL_POLICY"] = "SERVICE_CONTROL_POLICY";
571
515
  PolicyType["TAG_POLICY"] = "TAG_POLICY";
572
516
  })(PolicyType || (PolicyType = {}));
573
- export var PolicyTypeSummary;
574
- (function (PolicyTypeSummary) {
575
- PolicyTypeSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
576
- })(PolicyTypeSummary || (PolicyTypeSummary = {}));
577
- export var Organization;
578
- (function (Organization) {
579
- Organization.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MasterAccountEmail && { MasterAccountEmail: SENSITIVE_STRING }))); };
580
- })(Organization || (Organization = {}));
581
- export var CreateOrganizationResponse;
582
- (function (CreateOrganizationResponse) {
583
- CreateOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Organization && { Organization: Organization.filterSensitiveLog(obj.Organization) }))); };
584
- })(CreateOrganizationResponse || (CreateOrganizationResponse = {}));
585
- export var CreateOrganizationalUnitRequest;
586
- (function (CreateOrganizationalUnitRequest) {
587
- CreateOrganizationalUnitRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
588
- })(CreateOrganizationalUnitRequest || (CreateOrganizationalUnitRequest = {}));
589
- export var OrganizationalUnit;
590
- (function (OrganizationalUnit) {
591
- OrganizationalUnit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
592
- })(OrganizationalUnit || (OrganizationalUnit = {}));
593
- export var CreateOrganizationalUnitResponse;
594
- (function (CreateOrganizationalUnitResponse) {
595
- CreateOrganizationalUnitResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
596
- })(CreateOrganizationalUnitResponse || (CreateOrganizationalUnitResponse = {}));
597
517
  var DuplicateOrganizationalUnitException = (function (_super) {
598
518
  __extends(DuplicateOrganizationalUnitException, _super);
599
519
  function DuplicateOrganizationalUnitException(opts) {
@@ -620,22 +540,6 @@ var ParentNotFoundException = (function (_super) {
620
540
  return ParentNotFoundException;
621
541
  }(__BaseException));
622
542
  export { ParentNotFoundException };
623
- export var CreatePolicyRequest;
624
- (function (CreatePolicyRequest) {
625
- CreatePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
626
- })(CreatePolicyRequest || (CreatePolicyRequest = {}));
627
- export var PolicySummary;
628
- (function (PolicySummary) {
629
- PolicySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
630
- })(PolicySummary || (PolicySummary = {}));
631
- export var Policy;
632
- (function (Policy) {
633
- Policy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
634
- })(Policy || (Policy = {}));
635
- export var CreatePolicyResponse;
636
- (function (CreatePolicyResponse) {
637
- CreatePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
638
- })(CreatePolicyResponse || (CreatePolicyResponse = {}));
639
543
  var DuplicatePolicyException = (function (_super) {
640
544
  __extends(DuplicatePolicyException, _super);
641
545
  function DuplicatePolicyException(opts) {
@@ -675,10 +579,6 @@ var PolicyTypeNotAvailableForOrganizationException = (function (_super) {
675
579
  return PolicyTypeNotAvailableForOrganizationException;
676
580
  }(__BaseException));
677
581
  export { PolicyTypeNotAvailableForOrganizationException };
678
- export var DeclineHandshakeRequest;
679
- (function (DeclineHandshakeRequest) {
680
- DeclineHandshakeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
681
- })(DeclineHandshakeRequest || (DeclineHandshakeRequest = {}));
682
582
  var OrganizationNotEmptyException = (function (_super) {
683
583
  __extends(OrganizationNotEmptyException, _super);
684
584
  function OrganizationNotEmptyException(opts) {
@@ -692,10 +592,6 @@ var OrganizationNotEmptyException = (function (_super) {
692
592
  return OrganizationNotEmptyException;
693
593
  }(__BaseException));
694
594
  export { OrganizationNotEmptyException };
695
- export var DeleteOrganizationalUnitRequest;
696
- (function (DeleteOrganizationalUnitRequest) {
697
- DeleteOrganizationalUnitRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
698
- })(DeleteOrganizationalUnitRequest || (DeleteOrganizationalUnitRequest = {}));
699
595
  var OrganizationalUnitNotEmptyException = (function (_super) {
700
596
  __extends(OrganizationalUnitNotEmptyException, _super);
701
597
  function OrganizationalUnitNotEmptyException(opts) {
@@ -722,10 +618,6 @@ var OrganizationalUnitNotFoundException = (function (_super) {
722
618
  return OrganizationalUnitNotFoundException;
723
619
  }(__BaseException));
724
620
  export { OrganizationalUnitNotFoundException };
725
- export var DeletePolicyRequest;
726
- (function (DeletePolicyRequest) {
727
- DeletePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
728
- })(DeletePolicyRequest || (DeletePolicyRequest = {}));
729
621
  var PolicyInUseException = (function (_super) {
730
622
  __extends(PolicyInUseException, _super);
731
623
  function PolicyInUseException(opts) {
@@ -739,18 +631,6 @@ var PolicyInUseException = (function (_super) {
739
631
  return PolicyInUseException;
740
632
  }(__BaseException));
741
633
  export { PolicyInUseException };
742
- export var DeregisterDelegatedAdministratorRequest;
743
- (function (DeregisterDelegatedAdministratorRequest) {
744
- DeregisterDelegatedAdministratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
745
- })(DeregisterDelegatedAdministratorRequest || (DeregisterDelegatedAdministratorRequest = {}));
746
- export var DescribeAccountRequest;
747
- (function (DescribeAccountRequest) {
748
- DescribeAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
749
- })(DescribeAccountRequest || (DescribeAccountRequest = {}));
750
- export var DescribeAccountResponse;
751
- (function (DescribeAccountResponse) {
752
- DescribeAccountResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Account && { Account: Account.filterSensitiveLog(obj.Account) }))); };
753
- })(DescribeAccountResponse || (DescribeAccountResponse = {}));
754
634
  var CreateAccountStatusNotFoundException = (function (_super) {
755
635
  __extends(CreateAccountStatusNotFoundException, _super);
756
636
  function CreateAccountStatusNotFoundException(opts) {
@@ -764,34 +644,12 @@ var CreateAccountStatusNotFoundException = (function (_super) {
764
644
  return CreateAccountStatusNotFoundException;
765
645
  }(__BaseException));
766
646
  export { CreateAccountStatusNotFoundException };
767
- export var DescribeCreateAccountStatusRequest;
768
- (function (DescribeCreateAccountStatusRequest) {
769
- DescribeCreateAccountStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
770
- })(DescribeCreateAccountStatusRequest || (DescribeCreateAccountStatusRequest = {}));
771
- export var DescribeCreateAccountStatusResponse;
772
- (function (DescribeCreateAccountStatusResponse) {
773
- DescribeCreateAccountStatusResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CreateAccountStatus && {
774
- CreateAccountStatus: CreateAccountStatus.filterSensitiveLog(obj.CreateAccountStatus),
775
- }))); };
776
- })(DescribeCreateAccountStatusResponse || (DescribeCreateAccountStatusResponse = {}));
777
647
  export var EffectivePolicyType;
778
648
  (function (EffectivePolicyType) {
779
649
  EffectivePolicyType["AISERVICES_OPT_OUT_POLICY"] = "AISERVICES_OPT_OUT_POLICY";
780
650
  EffectivePolicyType["BACKUP_POLICY"] = "BACKUP_POLICY";
781
651
  EffectivePolicyType["TAG_POLICY"] = "TAG_POLICY";
782
652
  })(EffectivePolicyType || (EffectivePolicyType = {}));
783
- export var DescribeEffectivePolicyRequest;
784
- (function (DescribeEffectivePolicyRequest) {
785
- DescribeEffectivePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
786
- })(DescribeEffectivePolicyRequest || (DescribeEffectivePolicyRequest = {}));
787
- export var EffectivePolicy;
788
- (function (EffectivePolicy) {
789
- EffectivePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
790
- })(EffectivePolicy || (EffectivePolicy = {}));
791
- export var DescribeEffectivePolicyResponse;
792
- (function (DescribeEffectivePolicyResponse) {
793
- DescribeEffectivePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
794
- })(DescribeEffectivePolicyResponse || (DescribeEffectivePolicyResponse = {}));
795
653
  var EffectivePolicyNotFoundException = (function (_super) {
796
654
  __extends(EffectivePolicyNotFoundException, _super);
797
655
  function EffectivePolicyNotFoundException(opts) {
@@ -805,34 +663,6 @@ var EffectivePolicyNotFoundException = (function (_super) {
805
663
  return EffectivePolicyNotFoundException;
806
664
  }(__BaseException));
807
665
  export { EffectivePolicyNotFoundException };
808
- export var DescribeHandshakeRequest;
809
- (function (DescribeHandshakeRequest) {
810
- DescribeHandshakeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
811
- })(DescribeHandshakeRequest || (DescribeHandshakeRequest = {}));
812
- export var DescribeOrganizationResponse;
813
- (function (DescribeOrganizationResponse) {
814
- DescribeOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Organization && { Organization: Organization.filterSensitiveLog(obj.Organization) }))); };
815
- })(DescribeOrganizationResponse || (DescribeOrganizationResponse = {}));
816
- export var DescribeOrganizationalUnitRequest;
817
- (function (DescribeOrganizationalUnitRequest) {
818
- DescribeOrganizationalUnitRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
819
- })(DescribeOrganizationalUnitRequest || (DescribeOrganizationalUnitRequest = {}));
820
- export var DescribeOrganizationalUnitResponse;
821
- (function (DescribeOrganizationalUnitResponse) {
822
- DescribeOrganizationalUnitResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
823
- })(DescribeOrganizationalUnitResponse || (DescribeOrganizationalUnitResponse = {}));
824
- export var DescribePolicyRequest;
825
- (function (DescribePolicyRequest) {
826
- DescribePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
827
- })(DescribePolicyRequest || (DescribePolicyRequest = {}));
828
- export var DescribePolicyResponse;
829
- (function (DescribePolicyResponse) {
830
- DescribePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
831
- })(DescribePolicyResponse || (DescribePolicyResponse = {}));
832
- export var DetachPolicyRequest;
833
- (function (DetachPolicyRequest) {
834
- DetachPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
835
- })(DetachPolicyRequest || (DetachPolicyRequest = {}));
836
666
  var PolicyNotAttachedException = (function (_super) {
837
667
  __extends(PolicyNotAttachedException, _super);
838
668
  function PolicyNotAttachedException(opts) {
@@ -846,22 +676,6 @@ var PolicyNotAttachedException = (function (_super) {
846
676
  return PolicyNotAttachedException;
847
677
  }(__BaseException));
848
678
  export { PolicyNotAttachedException };
849
- export var DisableAWSServiceAccessRequest;
850
- (function (DisableAWSServiceAccessRequest) {
851
- DisableAWSServiceAccessRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
852
- })(DisableAWSServiceAccessRequest || (DisableAWSServiceAccessRequest = {}));
853
- export var DisablePolicyTypeRequest;
854
- (function (DisablePolicyTypeRequest) {
855
- DisablePolicyTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
856
- })(DisablePolicyTypeRequest || (DisablePolicyTypeRequest = {}));
857
- export var Root;
858
- (function (Root) {
859
- Root.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
860
- })(Root || (Root = {}));
861
- export var DisablePolicyTypeResponse;
862
- (function (DisablePolicyTypeResponse) {
863
- DisablePolicyTypeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
864
- })(DisablePolicyTypeResponse || (DisablePolicyTypeResponse = {}));
865
679
  var RootNotFoundException = (function (_super) {
866
680
  __extends(RootNotFoundException, _super);
867
681
  function RootNotFoundException(opts) {
@@ -875,22 +689,6 @@ var RootNotFoundException = (function (_super) {
875
689
  return RootNotFoundException;
876
690
  }(__BaseException));
877
691
  export { RootNotFoundException };
878
- export var EnableAllFeaturesRequest;
879
- (function (EnableAllFeaturesRequest) {
880
- EnableAllFeaturesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
881
- })(EnableAllFeaturesRequest || (EnableAllFeaturesRequest = {}));
882
- export var EnableAWSServiceAccessRequest;
883
- (function (EnableAWSServiceAccessRequest) {
884
- EnableAWSServiceAccessRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
885
- })(EnableAWSServiceAccessRequest || (EnableAWSServiceAccessRequest = {}));
886
- export var EnablePolicyTypeRequest;
887
- (function (EnablePolicyTypeRequest) {
888
- EnablePolicyTypeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
889
- })(EnablePolicyTypeRequest || (EnablePolicyTypeRequest = {}));
890
- export var EnablePolicyTypeResponse;
891
- (function (EnablePolicyTypeResponse) {
892
- EnablePolicyTypeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
893
- })(EnablePolicyTypeResponse || (EnablePolicyTypeResponse = {}));
894
692
  var PolicyTypeAlreadyEnabledException = (function (_super) {
895
693
  __extends(PolicyTypeAlreadyEnabledException, _super);
896
694
  function PolicyTypeAlreadyEnabledException(opts) {
@@ -917,10 +715,6 @@ var DuplicateHandshakeException = (function (_super) {
917
715
  return DuplicateHandshakeException;
918
716
  }(__BaseException));
919
717
  export { DuplicateHandshakeException };
920
- export var InviteAccountToOrganizationRequest;
921
- (function (InviteAccountToOrganizationRequest) {
922
- InviteAccountToOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Target && { Target: HandshakeParty.filterSensitiveLog(obj.Target) })), (obj.Notes && { Notes: SENSITIVE_STRING }))); };
923
- })(InviteAccountToOrganizationRequest || (InviteAccountToOrganizationRequest = {}));
924
718
  var MasterCannotLeaveOrganizationException = (function (_super) {
925
719
  __extends(MasterCannotLeaveOrganizationException, _super);
926
720
  function MasterCannotLeaveOrganizationException(opts) {
@@ -934,109 +728,11 @@ var MasterCannotLeaveOrganizationException = (function (_super) {
934
728
  return MasterCannotLeaveOrganizationException;
935
729
  }(__BaseException));
936
730
  export { MasterCannotLeaveOrganizationException };
937
- export var ListAccountsRequest;
938
- (function (ListAccountsRequest) {
939
- ListAccountsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
940
- })(ListAccountsRequest || (ListAccountsRequest = {}));
941
- export var ListAccountsResponse;
942
- (function (ListAccountsResponse) {
943
- ListAccountsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Accounts && { Accounts: obj.Accounts.map(function (item) { return Account.filterSensitiveLog(item); }) }))); };
944
- })(ListAccountsResponse || (ListAccountsResponse = {}));
945
- export var ListAccountsForParentRequest;
946
- (function (ListAccountsForParentRequest) {
947
- ListAccountsForParentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
948
- })(ListAccountsForParentRequest || (ListAccountsForParentRequest = {}));
949
- export var ListAccountsForParentResponse;
950
- (function (ListAccountsForParentResponse) {
951
- ListAccountsForParentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Accounts && { Accounts: obj.Accounts.map(function (item) { return Account.filterSensitiveLog(item); }) }))); };
952
- })(ListAccountsForParentResponse || (ListAccountsForParentResponse = {}));
953
- export var ListAWSServiceAccessForOrganizationRequest;
954
- (function (ListAWSServiceAccessForOrganizationRequest) {
955
- ListAWSServiceAccessForOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
956
- })(ListAWSServiceAccessForOrganizationRequest || (ListAWSServiceAccessForOrganizationRequest = {}));
957
- export var EnabledServicePrincipal;
958
- (function (EnabledServicePrincipal) {
959
- EnabledServicePrincipal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
960
- })(EnabledServicePrincipal || (EnabledServicePrincipal = {}));
961
- export var ListAWSServiceAccessForOrganizationResponse;
962
- (function (ListAWSServiceAccessForOrganizationResponse) {
963
- ListAWSServiceAccessForOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
964
- })(ListAWSServiceAccessForOrganizationResponse || (ListAWSServiceAccessForOrganizationResponse = {}));
965
731
  export var ChildType;
966
732
  (function (ChildType) {
967
733
  ChildType["ACCOUNT"] = "ACCOUNT";
968
734
  ChildType["ORGANIZATIONAL_UNIT"] = "ORGANIZATIONAL_UNIT";
969
735
  })(ChildType || (ChildType = {}));
970
- export var ListChildrenRequest;
971
- (function (ListChildrenRequest) {
972
- ListChildrenRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
973
- })(ListChildrenRequest || (ListChildrenRequest = {}));
974
- export var Child;
975
- (function (Child) {
976
- Child.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
977
- })(Child || (Child = {}));
978
- export var ListChildrenResponse;
979
- (function (ListChildrenResponse) {
980
- ListChildrenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
981
- })(ListChildrenResponse || (ListChildrenResponse = {}));
982
- export var ListCreateAccountStatusRequest;
983
- (function (ListCreateAccountStatusRequest) {
984
- ListCreateAccountStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
985
- })(ListCreateAccountStatusRequest || (ListCreateAccountStatusRequest = {}));
986
- export var ListCreateAccountStatusResponse;
987
- (function (ListCreateAccountStatusResponse) {
988
- ListCreateAccountStatusResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CreateAccountStatuses && {
989
- CreateAccountStatuses: obj.CreateAccountStatuses.map(function (item) { return CreateAccountStatus.filterSensitiveLog(item); }),
990
- }))); };
991
- })(ListCreateAccountStatusResponse || (ListCreateAccountStatusResponse = {}));
992
- export var ListDelegatedAdministratorsRequest;
993
- (function (ListDelegatedAdministratorsRequest) {
994
- ListDelegatedAdministratorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
995
- })(ListDelegatedAdministratorsRequest || (ListDelegatedAdministratorsRequest = {}));
996
- export var DelegatedAdministrator;
997
- (function (DelegatedAdministrator) {
998
- DelegatedAdministrator.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING })), (obj.Name && { Name: SENSITIVE_STRING }))); };
999
- })(DelegatedAdministrator || (DelegatedAdministrator = {}));
1000
- export var ListDelegatedAdministratorsResponse;
1001
- (function (ListDelegatedAdministratorsResponse) {
1002
- ListDelegatedAdministratorsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DelegatedAdministrators && {
1003
- DelegatedAdministrators: obj.DelegatedAdministrators.map(function (item) {
1004
- return DelegatedAdministrator.filterSensitiveLog(item);
1005
- }),
1006
- }))); };
1007
- })(ListDelegatedAdministratorsResponse || (ListDelegatedAdministratorsResponse = {}));
1008
- export var ListDelegatedServicesForAccountRequest;
1009
- (function (ListDelegatedServicesForAccountRequest) {
1010
- ListDelegatedServicesForAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1011
- })(ListDelegatedServicesForAccountRequest || (ListDelegatedServicesForAccountRequest = {}));
1012
- export var DelegatedService;
1013
- (function (DelegatedService) {
1014
- DelegatedService.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1015
- })(DelegatedService || (DelegatedService = {}));
1016
- export var ListDelegatedServicesForAccountResponse;
1017
- (function (ListDelegatedServicesForAccountResponse) {
1018
- ListDelegatedServicesForAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1019
- })(ListDelegatedServicesForAccountResponse || (ListDelegatedServicesForAccountResponse = {}));
1020
- export var HandshakeFilter;
1021
- (function (HandshakeFilter) {
1022
- HandshakeFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1023
- })(HandshakeFilter || (HandshakeFilter = {}));
1024
- export var ListHandshakesForAccountRequest;
1025
- (function (ListHandshakesForAccountRequest) {
1026
- ListHandshakesForAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1027
- })(ListHandshakesForAccountRequest || (ListHandshakesForAccountRequest = {}));
1028
- export var ListHandshakesForOrganizationRequest;
1029
- (function (ListHandshakesForOrganizationRequest) {
1030
- ListHandshakesForOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1031
- })(ListHandshakesForOrganizationRequest || (ListHandshakesForOrganizationRequest = {}));
1032
- export var ListOrganizationalUnitsForParentRequest;
1033
- (function (ListOrganizationalUnitsForParentRequest) {
1034
- ListOrganizationalUnitsForParentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1035
- })(ListOrganizationalUnitsForParentRequest || (ListOrganizationalUnitsForParentRequest = {}));
1036
- export var ListOrganizationalUnitsForParentResponse;
1037
- (function (ListOrganizationalUnitsForParentResponse) {
1038
- ListOrganizationalUnitsForParentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1039
- })(ListOrganizationalUnitsForParentResponse || (ListOrganizationalUnitsForParentResponse = {}));
1040
736
  var ChildNotFoundException = (function (_super) {
1041
737
  __extends(ChildNotFoundException, _super);
1042
738
  function ChildNotFoundException(opts) {
@@ -1050,73 +746,17 @@ var ChildNotFoundException = (function (_super) {
1050
746
  return ChildNotFoundException;
1051
747
  }(__BaseException));
1052
748
  export { ChildNotFoundException };
1053
- export var ListParentsRequest;
1054
- (function (ListParentsRequest) {
1055
- ListParentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1056
- })(ListParentsRequest || (ListParentsRequest = {}));
1057
749
  export var ParentType;
1058
750
  (function (ParentType) {
1059
751
  ParentType["ORGANIZATIONAL_UNIT"] = "ORGANIZATIONAL_UNIT";
1060
752
  ParentType["ROOT"] = "ROOT";
1061
753
  })(ParentType || (ParentType = {}));
1062
- export var Parent;
1063
- (function (Parent) {
1064
- Parent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1065
- })(Parent || (Parent = {}));
1066
- export var ListParentsResponse;
1067
- (function (ListParentsResponse) {
1068
- ListParentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1069
- })(ListParentsResponse || (ListParentsResponse = {}));
1070
- export var ListPoliciesRequest;
1071
- (function (ListPoliciesRequest) {
1072
- ListPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1073
- })(ListPoliciesRequest || (ListPoliciesRequest = {}));
1074
- export var ListPoliciesResponse;
1075
- (function (ListPoliciesResponse) {
1076
- ListPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1077
- })(ListPoliciesResponse || (ListPoliciesResponse = {}));
1078
- export var ListPoliciesForTargetRequest;
1079
- (function (ListPoliciesForTargetRequest) {
1080
- ListPoliciesForTargetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1081
- })(ListPoliciesForTargetRequest || (ListPoliciesForTargetRequest = {}));
1082
- export var ListPoliciesForTargetResponse;
1083
- (function (ListPoliciesForTargetResponse) {
1084
- ListPoliciesForTargetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1085
- })(ListPoliciesForTargetResponse || (ListPoliciesForTargetResponse = {}));
1086
- export var ListRootsRequest;
1087
- (function (ListRootsRequest) {
1088
- ListRootsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1089
- })(ListRootsRequest || (ListRootsRequest = {}));
1090
- export var ListRootsResponse;
1091
- (function (ListRootsResponse) {
1092
- ListRootsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1093
- })(ListRootsResponse || (ListRootsResponse = {}));
1094
- export var ListTagsForResourceRequest;
1095
- (function (ListTagsForResourceRequest) {
1096
- ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1097
- })(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
1098
- export var ListTagsForResourceResponse;
1099
- (function (ListTagsForResourceResponse) {
1100
- ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1101
- })(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
1102
- export var ListTargetsForPolicyRequest;
1103
- (function (ListTargetsForPolicyRequest) {
1104
- ListTargetsForPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1105
- })(ListTargetsForPolicyRequest || (ListTargetsForPolicyRequest = {}));
1106
754
  export var TargetType;
1107
755
  (function (TargetType) {
1108
756
  TargetType["ACCOUNT"] = "ACCOUNT";
1109
757
  TargetType["ORGANIZATIONAL_UNIT"] = "ORGANIZATIONAL_UNIT";
1110
758
  TargetType["ROOT"] = "ROOT";
1111
759
  })(TargetType || (TargetType = {}));
1112
- export var PolicyTargetSummary;
1113
- (function (PolicyTargetSummary) {
1114
- PolicyTargetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1115
- })(PolicyTargetSummary || (PolicyTargetSummary = {}));
1116
- export var ListTargetsForPolicyResponse;
1117
- (function (ListTargetsForPolicyResponse) {
1118
- ListTargetsForPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1119
- })(ListTargetsForPolicyResponse || (ListTargetsForPolicyResponse = {}));
1120
760
  var DestinationParentNotFoundException = (function (_super) {
1121
761
  __extends(DestinationParentNotFoundException, _super);
1122
762
  function DestinationParentNotFoundException(opts) {
@@ -1143,10 +783,6 @@ var DuplicateAccountException = (function (_super) {
1143
783
  return DuplicateAccountException;
1144
784
  }(__BaseException));
1145
785
  export { DuplicateAccountException };
1146
- export var MoveAccountRequest;
1147
- (function (MoveAccountRequest) {
1148
- MoveAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1149
- })(MoveAccountRequest || (MoveAccountRequest = {}));
1150
786
  var SourceParentNotFoundException = (function (_super) {
1151
787
  __extends(SourceParentNotFoundException, _super);
1152
788
  function SourceParentNotFoundException(opts) {
@@ -1160,75 +796,119 @@ var SourceParentNotFoundException = (function (_super) {
1160
796
  return SourceParentNotFoundException;
1161
797
  }(__BaseException));
1162
798
  export { SourceParentNotFoundException };
1163
- export var RegisterDelegatedAdministratorRequest;
1164
- (function (RegisterDelegatedAdministratorRequest) {
1165
- RegisterDelegatedAdministratorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1166
- })(RegisterDelegatedAdministratorRequest || (RegisterDelegatedAdministratorRequest = {}));
1167
- export var RemoveAccountFromOrganizationRequest;
1168
- (function (RemoveAccountFromOrganizationRequest) {
1169
- RemoveAccountFromOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1170
- })(RemoveAccountFromOrganizationRequest || (RemoveAccountFromOrganizationRequest = {}));
1171
- export var TagResourceRequest;
1172
- (function (TagResourceRequest) {
1173
- TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1174
- })(TagResourceRequest || (TagResourceRequest = {}));
1175
- export var UntagResourceRequest;
1176
- (function (UntagResourceRequest) {
1177
- UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1178
- })(UntagResourceRequest || (UntagResourceRequest = {}));
1179
- export var UpdateOrganizationalUnitRequest;
1180
- (function (UpdateOrganizationalUnitRequest) {
1181
- UpdateOrganizationalUnitRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1182
- })(UpdateOrganizationalUnitRequest || (UpdateOrganizationalUnitRequest = {}));
1183
- export var UpdateOrganizationalUnitResponse;
1184
- (function (UpdateOrganizationalUnitResponse) {
1185
- UpdateOrganizationalUnitResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1186
- })(UpdateOrganizationalUnitResponse || (UpdateOrganizationalUnitResponse = {}));
1187
- export var UpdatePolicyRequest;
1188
- (function (UpdatePolicyRequest) {
1189
- UpdatePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1190
- })(UpdatePolicyRequest || (UpdatePolicyRequest = {}));
1191
- export var UpdatePolicyResponse;
1192
- (function (UpdatePolicyResponse) {
1193
- UpdatePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1194
- })(UpdatePolicyResponse || (UpdatePolicyResponse = {}));
1195
- export var HandshakeResource;
1196
- (function (HandshakeResource) {
1197
- HandshakeResource.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Value && { Value: SENSITIVE_STRING })), (obj.Resources && { Resources: obj.Resources.map(function (item) { return HandshakeResource.filterSensitiveLog(item); }) }))); };
1198
- })(HandshakeResource || (HandshakeResource = {}));
1199
- export var Handshake;
1200
- (function (Handshake) {
1201
- Handshake.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Parties && { Parties: obj.Parties.map(function (item) { return HandshakeParty.filterSensitiveLog(item); }) })), (obj.Resources && { Resources: obj.Resources.map(function (item) { return HandshakeResource.filterSensitiveLog(item); }) }))); };
1202
- })(Handshake || (Handshake = {}));
1203
- export var AcceptHandshakeResponse;
1204
- (function (AcceptHandshakeResponse) {
1205
- AcceptHandshakeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: Handshake.filterSensitiveLog(obj.Handshake) }))); };
1206
- })(AcceptHandshakeResponse || (AcceptHandshakeResponse = {}));
1207
- export var CancelHandshakeResponse;
1208
- (function (CancelHandshakeResponse) {
1209
- CancelHandshakeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: Handshake.filterSensitiveLog(obj.Handshake) }))); };
1210
- })(CancelHandshakeResponse || (CancelHandshakeResponse = {}));
1211
- export var DeclineHandshakeResponse;
1212
- (function (DeclineHandshakeResponse) {
1213
- DeclineHandshakeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: Handshake.filterSensitiveLog(obj.Handshake) }))); };
1214
- })(DeclineHandshakeResponse || (DeclineHandshakeResponse = {}));
1215
- export var DescribeHandshakeResponse;
1216
- (function (DescribeHandshakeResponse) {
1217
- DescribeHandshakeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: Handshake.filterSensitiveLog(obj.Handshake) }))); };
1218
- })(DescribeHandshakeResponse || (DescribeHandshakeResponse = {}));
1219
- export var EnableAllFeaturesResponse;
1220
- (function (EnableAllFeaturesResponse) {
1221
- EnableAllFeaturesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: Handshake.filterSensitiveLog(obj.Handshake) }))); };
1222
- })(EnableAllFeaturesResponse || (EnableAllFeaturesResponse = {}));
1223
- export var InviteAccountToOrganizationResponse;
1224
- (function (InviteAccountToOrganizationResponse) {
1225
- InviteAccountToOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: Handshake.filterSensitiveLog(obj.Handshake) }))); };
1226
- })(InviteAccountToOrganizationResponse || (InviteAccountToOrganizationResponse = {}));
1227
- export var ListHandshakesForAccountResponse;
1228
- (function (ListHandshakesForAccountResponse) {
1229
- ListHandshakesForAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1230
- })(ListHandshakesForAccountResponse || (ListHandshakesForAccountResponse = {}));
1231
- export var ListHandshakesForOrganizationResponse;
1232
- (function (ListHandshakesForOrganizationResponse) {
1233
- ListHandshakesForOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1234
- })(ListHandshakesForOrganizationResponse || (ListHandshakesForOrganizationResponse = {}));
799
+ export var AcceptHandshakeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
800
+ export var HandshakePartyFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Id && { Id: SENSITIVE_STRING }))); };
801
+ export var AccountFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING })), (obj.Name && { Name: SENSITIVE_STRING }))); };
802
+ export var AttachPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
803
+ export var CancelHandshakeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
804
+ export var CloseAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
805
+ export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
806
+ export var CreateAccountRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING })), (obj.AccountName && { AccountName: SENSITIVE_STRING }))); };
807
+ export var CreateAccountStatusFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccountName && { AccountName: SENSITIVE_STRING }))); };
808
+ export var CreateAccountResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CreateAccountStatus && {
809
+ CreateAccountStatus: CreateAccountStatusFilterSensitiveLog(obj.CreateAccountStatus),
810
+ }))); };
811
+ export var CreateGovCloudAccountRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING })), (obj.AccountName && { AccountName: SENSITIVE_STRING }))); };
812
+ export var CreateGovCloudAccountResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CreateAccountStatus && {
813
+ CreateAccountStatus: CreateAccountStatusFilterSensitiveLog(obj.CreateAccountStatus),
814
+ }))); };
815
+ export var CreateOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
816
+ export var PolicyTypeSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
817
+ export var OrganizationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MasterAccountEmail && { MasterAccountEmail: SENSITIVE_STRING }))); };
818
+ export var CreateOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Organization && { Organization: OrganizationFilterSensitiveLog(obj.Organization) }))); };
819
+ export var CreateOrganizationalUnitRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
820
+ export var OrganizationalUnitFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
821
+ export var CreateOrganizationalUnitResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
822
+ export var CreatePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
823
+ export var PolicySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
824
+ export var PolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
825
+ export var CreatePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
826
+ export var DeclineHandshakeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
827
+ export var DeleteOrganizationalUnitRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
828
+ export var DeletePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
829
+ export var DeregisterDelegatedAdministratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
830
+ export var DescribeAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
831
+ export var DescribeAccountResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Account && { Account: AccountFilterSensitiveLog(obj.Account) }))); };
832
+ export var DescribeCreateAccountStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
833
+ export var DescribeCreateAccountStatusResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CreateAccountStatus && {
834
+ CreateAccountStatus: CreateAccountStatusFilterSensitiveLog(obj.CreateAccountStatus),
835
+ }))); };
836
+ export var DescribeEffectivePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
837
+ export var EffectivePolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
838
+ export var DescribeEffectivePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
839
+ export var DescribeHandshakeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
840
+ export var DescribeOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Organization && { Organization: OrganizationFilterSensitiveLog(obj.Organization) }))); };
841
+ export var DescribeOrganizationalUnitRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
842
+ export var DescribeOrganizationalUnitResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
843
+ export var DescribePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
844
+ export var DescribePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
845
+ export var DetachPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
846
+ export var DisableAWSServiceAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
847
+ export var DisablePolicyTypeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
848
+ export var RootFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
849
+ export var DisablePolicyTypeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
850
+ export var EnableAllFeaturesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
851
+ export var EnableAWSServiceAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
852
+ export var EnablePolicyTypeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
853
+ export var EnablePolicyTypeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
854
+ export var InviteAccountToOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Target && { Target: HandshakePartyFilterSensitiveLog(obj.Target) })), (obj.Notes && { Notes: SENSITIVE_STRING }))); };
855
+ export var ListAccountsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
856
+ export var ListAccountsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Accounts && { Accounts: obj.Accounts.map(function (item) { return AccountFilterSensitiveLog(item); }) }))); };
857
+ export var ListAccountsForParentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
858
+ export var ListAccountsForParentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Accounts && { Accounts: obj.Accounts.map(function (item) { return AccountFilterSensitiveLog(item); }) }))); };
859
+ export var ListAWSServiceAccessForOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
860
+ export var EnabledServicePrincipalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
861
+ export var ListAWSServiceAccessForOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
862
+ export var ListChildrenRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
863
+ export var ChildFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
864
+ export var ListChildrenResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
865
+ export var ListCreateAccountStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
866
+ export var ListCreateAccountStatusResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CreateAccountStatuses && {
867
+ CreateAccountStatuses: obj.CreateAccountStatuses.map(function (item) { return CreateAccountStatusFilterSensitiveLog(item); }),
868
+ }))); };
869
+ export var ListDelegatedAdministratorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
870
+ export var DelegatedAdministratorFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Email && { Email: SENSITIVE_STRING })), (obj.Name && { Name: SENSITIVE_STRING }))); };
871
+ export var ListDelegatedAdministratorsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DelegatedAdministrators && {
872
+ DelegatedAdministrators: obj.DelegatedAdministrators.map(function (item) { return DelegatedAdministratorFilterSensitiveLog(item); }),
873
+ }))); };
874
+ export var ListDelegatedServicesForAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
875
+ export var DelegatedServiceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
876
+ export var ListDelegatedServicesForAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
877
+ export var HandshakeFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
878
+ export var ListHandshakesForAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
879
+ export var ListHandshakesForOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
880
+ export var ListOrganizationalUnitsForParentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
881
+ export var ListOrganizationalUnitsForParentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
882
+ export var ListParentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
883
+ export var ParentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
884
+ export var ListParentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
885
+ export var ListPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
886
+ export var ListPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
887
+ export var ListPoliciesForTargetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
888
+ export var ListPoliciesForTargetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
889
+ export var ListRootsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
890
+ export var ListRootsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
891
+ export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
892
+ export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
893
+ export var ListTargetsForPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
894
+ export var PolicyTargetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
895
+ export var ListTargetsForPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
896
+ export var MoveAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
897
+ export var RegisterDelegatedAdministratorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
898
+ export var RemoveAccountFromOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
899
+ export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
900
+ export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
901
+ export var UpdateOrganizationalUnitRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
902
+ export var UpdateOrganizationalUnitResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
903
+ export var UpdatePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
904
+ export var UpdatePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
905
+ export var HandshakeResourceFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Value && { Value: SENSITIVE_STRING })), (obj.Resources && { Resources: obj.Resources.map(function (item) { return HandshakeResourceFilterSensitiveLog(item); }) }))); };
906
+ export var HandshakeFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Parties && { Parties: obj.Parties.map(function (item) { return HandshakePartyFilterSensitiveLog(item); }) })), (obj.Resources && { Resources: obj.Resources.map(function (item) { return HandshakeResourceFilterSensitiveLog(item); }) }))); };
907
+ export var AcceptHandshakeResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }))); };
908
+ export var CancelHandshakeResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }))); };
909
+ export var DeclineHandshakeResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }))); };
910
+ export var DescribeHandshakeResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }))); };
911
+ export var EnableAllFeaturesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }))); };
912
+ export var InviteAccountToOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Handshake && { Handshake: HandshakeFilterSensitiveLog(obj.Handshake) }))); };
913
+ export var ListHandshakesForAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
914
+ export var ListHandshakesForOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };