@aws-sdk/client-directory-service 3.131.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptSharedDirectoryCommand.js +2 -2
  4. package/dist-cjs/commands/AddIpRoutesCommand.js +2 -2
  5. package/dist-cjs/commands/AddRegionCommand.js +2 -2
  6. package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -2
  7. package/dist-cjs/commands/CancelSchemaExtensionCommand.js +2 -2
  8. package/dist-cjs/commands/ConnectDirectoryCommand.js +2 -2
  9. package/dist-cjs/commands/CreateAliasCommand.js +2 -2
  10. package/dist-cjs/commands/CreateComputerCommand.js +2 -2
  11. package/dist-cjs/commands/CreateConditionalForwarderCommand.js +2 -2
  12. package/dist-cjs/commands/CreateDirectoryCommand.js +2 -2
  13. package/dist-cjs/commands/CreateLogSubscriptionCommand.js +2 -2
  14. package/dist-cjs/commands/CreateMicrosoftADCommand.js +2 -2
  15. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
  16. package/dist-cjs/commands/CreateTrustCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteConditionalForwarderCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteDirectoryCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteLogSubscriptionCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteTrustCommand.js +2 -2
  22. package/dist-cjs/commands/DeregisterCertificateCommand.js +2 -2
  23. package/dist-cjs/commands/DeregisterEventTopicCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeCertificateCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeClientAuthenticationSettingsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeConditionalForwardersCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeDirectoriesCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeDomainControllersCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeEventTopicsCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeLDAPSSettingsCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeRegionsCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeSettingsCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeSharedDirectoriesCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeTrustsCommand.js +2 -2
  36. package/dist-cjs/commands/DisableClientAuthenticationCommand.js +2 -2
  37. package/dist-cjs/commands/DisableLDAPSCommand.js +2 -2
  38. package/dist-cjs/commands/DisableRadiusCommand.js +2 -2
  39. package/dist-cjs/commands/DisableSsoCommand.js +2 -2
  40. package/dist-cjs/commands/EnableClientAuthenticationCommand.js +2 -2
  41. package/dist-cjs/commands/EnableLDAPSCommand.js +2 -2
  42. package/dist-cjs/commands/EnableRadiusCommand.js +2 -2
  43. package/dist-cjs/commands/EnableSsoCommand.js +2 -2
  44. package/dist-cjs/commands/GetDirectoryLimitsCommand.js +2 -2
  45. package/dist-cjs/commands/GetSnapshotLimitsCommand.js +2 -2
  46. package/dist-cjs/commands/ListCertificatesCommand.js +2 -2
  47. package/dist-cjs/commands/ListIpRoutesCommand.js +2 -2
  48. package/dist-cjs/commands/ListLogSubscriptionsCommand.js +2 -2
  49. package/dist-cjs/commands/ListSchemaExtensionsCommand.js +2 -2
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  51. package/dist-cjs/commands/RegisterCertificateCommand.js +2 -2
  52. package/dist-cjs/commands/RegisterEventTopicCommand.js +2 -2
  53. package/dist-cjs/commands/RejectSharedDirectoryCommand.js +2 -2
  54. package/dist-cjs/commands/RemoveIpRoutesCommand.js +2 -2
  55. package/dist-cjs/commands/RemoveRegionCommand.js +2 -2
  56. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -2
  57. package/dist-cjs/commands/ResetUserPasswordCommand.js +2 -2
  58. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +2 -2
  59. package/dist-cjs/commands/ShareDirectoryCommand.js +2 -2
  60. package/dist-cjs/commands/StartSchemaExtensionCommand.js +2 -2
  61. package/dist-cjs/commands/UnshareDirectoryCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateConditionalForwarderCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateNumberOfDomainControllersCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateRadiusCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateSettingsCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateTrustCommand.js +2 -2
  67. package/dist-cjs/commands/VerifyTrustCommand.js +2 -2
  68. package/dist-cjs/models/models_0.js +683 -1009
  69. package/dist-cjs/protocols/Aws_json1_1.js +325 -565
  70. package/dist-es/commands/AcceptSharedDirectoryCommand.js +3 -3
  71. package/dist-es/commands/AddIpRoutesCommand.js +3 -3
  72. package/dist-es/commands/AddRegionCommand.js +3 -3
  73. package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
  74. package/dist-es/commands/CancelSchemaExtensionCommand.js +3 -3
  75. package/dist-es/commands/ConnectDirectoryCommand.js +3 -3
  76. package/dist-es/commands/CreateAliasCommand.js +3 -3
  77. package/dist-es/commands/CreateComputerCommand.js +3 -3
  78. package/dist-es/commands/CreateConditionalForwarderCommand.js +3 -3
  79. package/dist-es/commands/CreateDirectoryCommand.js +3 -3
  80. package/dist-es/commands/CreateLogSubscriptionCommand.js +3 -3
  81. package/dist-es/commands/CreateMicrosoftADCommand.js +3 -3
  82. package/dist-es/commands/CreateSnapshotCommand.js +3 -3
  83. package/dist-es/commands/CreateTrustCommand.js +3 -3
  84. package/dist-es/commands/DeleteConditionalForwarderCommand.js +3 -3
  85. package/dist-es/commands/DeleteDirectoryCommand.js +3 -3
  86. package/dist-es/commands/DeleteLogSubscriptionCommand.js +3 -3
  87. package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
  88. package/dist-es/commands/DeleteTrustCommand.js +3 -3
  89. package/dist-es/commands/DeregisterCertificateCommand.js +3 -3
  90. package/dist-es/commands/DeregisterEventTopicCommand.js +3 -3
  91. package/dist-es/commands/DescribeCertificateCommand.js +3 -3
  92. package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +3 -3
  93. package/dist-es/commands/DescribeConditionalForwardersCommand.js +3 -3
  94. package/dist-es/commands/DescribeDirectoriesCommand.js +3 -3
  95. package/dist-es/commands/DescribeDomainControllersCommand.js +3 -3
  96. package/dist-es/commands/DescribeEventTopicsCommand.js +3 -3
  97. package/dist-es/commands/DescribeLDAPSSettingsCommand.js +3 -3
  98. package/dist-es/commands/DescribeRegionsCommand.js +3 -3
  99. package/dist-es/commands/DescribeSettingsCommand.js +3 -3
  100. package/dist-es/commands/DescribeSharedDirectoriesCommand.js +3 -3
  101. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
  102. package/dist-es/commands/DescribeTrustsCommand.js +3 -3
  103. package/dist-es/commands/DisableClientAuthenticationCommand.js +3 -3
  104. package/dist-es/commands/DisableLDAPSCommand.js +3 -3
  105. package/dist-es/commands/DisableRadiusCommand.js +3 -3
  106. package/dist-es/commands/DisableSsoCommand.js +3 -3
  107. package/dist-es/commands/EnableClientAuthenticationCommand.js +3 -3
  108. package/dist-es/commands/EnableLDAPSCommand.js +3 -3
  109. package/dist-es/commands/EnableRadiusCommand.js +3 -3
  110. package/dist-es/commands/EnableSsoCommand.js +3 -3
  111. package/dist-es/commands/GetDirectoryLimitsCommand.js +3 -3
  112. package/dist-es/commands/GetSnapshotLimitsCommand.js +3 -3
  113. package/dist-es/commands/ListCertificatesCommand.js +3 -3
  114. package/dist-es/commands/ListIpRoutesCommand.js +3 -3
  115. package/dist-es/commands/ListLogSubscriptionsCommand.js +3 -3
  116. package/dist-es/commands/ListSchemaExtensionsCommand.js +3 -3
  117. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  118. package/dist-es/commands/RegisterCertificateCommand.js +3 -3
  119. package/dist-es/commands/RegisterEventTopicCommand.js +3 -3
  120. package/dist-es/commands/RejectSharedDirectoryCommand.js +3 -3
  121. package/dist-es/commands/RemoveIpRoutesCommand.js +3 -3
  122. package/dist-es/commands/RemoveRegionCommand.js +3 -3
  123. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
  124. package/dist-es/commands/ResetUserPasswordCommand.js +3 -3
  125. package/dist-es/commands/RestoreFromSnapshotCommand.js +3 -3
  126. package/dist-es/commands/ShareDirectoryCommand.js +3 -3
  127. package/dist-es/commands/StartSchemaExtensionCommand.js +3 -3
  128. package/dist-es/commands/UnshareDirectoryCommand.js +3 -3
  129. package/dist-es/commands/UpdateConditionalForwarderCommand.js +3 -3
  130. package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +3 -3
  131. package/dist-es/commands/UpdateRadiusCommand.js +3 -3
  132. package/dist-es/commands/UpdateSettingsCommand.js +3 -3
  133. package/dist-es/commands/UpdateTrustCommand.js +3 -3
  134. package/dist-es/commands/VerifyTrustCommand.js +3 -3
  135. package/dist-es/models/models_0.js +169 -658
  136. package/dist-es/protocols/Aws_json1_1.js +521 -566
  137. package/dist-types/models/models_0.d.ts +652 -978
  138. package/dist-types/ts3.4/models/models_0.d.ts +326 -652
  139. package/package.json +6 -6
@@ -7,12 +7,6 @@ export interface AcceptSharedDirectoryRequest {
7
7
  */
8
8
  SharedDirectoryId: string | undefined;
9
9
  }
10
- export declare namespace AcceptSharedDirectoryRequest {
11
- /**
12
- * @internal
13
- */
14
- const filterSensitiveLog: (obj: AcceptSharedDirectoryRequest) => any;
15
- }
16
10
  export declare enum ShareMethod {
17
11
  HANDSHAKE = "HANDSHAKE",
18
12
  ORGANIZATIONS = "ORGANIZATIONS"
@@ -77,24 +71,12 @@ export interface SharedDirectory {
77
71
  */
78
72
  LastUpdatedDateTime?: Date;
79
73
  }
80
- export declare namespace SharedDirectory {
81
- /**
82
- * @internal
83
- */
84
- const filterSensitiveLog: (obj: SharedDirectory) => any;
85
- }
86
74
  export interface AcceptSharedDirectoryResult {
87
75
  /**
88
76
  * <p>The shared directory in the directory consumer account.</p>
89
77
  */
90
78
  SharedDirectory?: SharedDirectory;
91
79
  }
92
- export declare namespace AcceptSharedDirectoryResult {
93
- /**
94
- * @internal
95
- */
96
- const filterSensitiveLog: (obj: AcceptSharedDirectoryResult) => any;
97
- }
98
80
  /**
99
81
  * <p>A client exception has occurred.</p>
100
82
  */
@@ -225,12 +207,6 @@ export interface IpRoute {
225
207
  */
226
208
  Description?: string;
227
209
  }
228
- export declare namespace IpRoute {
229
- /**
230
- * @internal
231
- */
232
- const filterSensitiveLog: (obj: IpRoute) => any;
233
- }
234
210
  export interface AddIpRoutesRequest {
235
211
  /**
236
212
  * <p>Identifier (ID) of the directory to which to add the address block.</p>
@@ -314,20 +290,8 @@ export interface AddIpRoutesRequest {
314
290
  */
315
291
  UpdateSecurityGroupForDirectoryControllers?: boolean;
316
292
  }
317
- export declare namespace AddIpRoutesRequest {
318
- /**
319
- * @internal
320
- */
321
- const filterSensitiveLog: (obj: AddIpRoutesRequest) => any;
322
- }
323
293
  export interface AddIpRoutesResult {
324
294
  }
325
- export declare namespace AddIpRoutesResult {
326
- /**
327
- * @internal
328
- */
329
- const filterSensitiveLog: (obj: AddIpRoutesResult) => any;
330
- }
331
295
  /**
332
296
  * <p>The specified directory is unavailable or could not be found.</p>
333
297
  */
@@ -401,12 +365,6 @@ export interface DirectoryVpcSettings {
401
365
  */
402
366
  SubnetIds: string[] | undefined;
403
367
  }
404
- export declare namespace DirectoryVpcSettings {
405
- /**
406
- * @internal
407
- */
408
- const filterSensitiveLog: (obj: DirectoryVpcSettings) => any;
409
- }
410
368
  export interface AddRegionRequest {
411
369
  /**
412
370
  * <p>The identifier of the directory to which you want to add Region replication.</p>
@@ -422,20 +380,8 @@ export interface AddRegionRequest {
422
380
  */
423
381
  VPCSettings: DirectoryVpcSettings | undefined;
424
382
  }
425
- export declare namespace AddRegionRequest {
426
- /**
427
- * @internal
428
- */
429
- const filterSensitiveLog: (obj: AddRegionRequest) => any;
430
- }
431
383
  export interface AddRegionResult {
432
384
  }
433
- export declare namespace AddRegionResult {
434
- /**
435
- * @internal
436
- */
437
- const filterSensitiveLog: (obj: AddRegionResult) => any;
438
- }
439
385
  /**
440
386
  * <p>The Region you specified is the same Region where the Managed Microsoft AD directory
441
387
  * was created. Specify a different Region and try again.</p>
@@ -532,12 +478,6 @@ export interface Tag {
532
478
  */
533
479
  Value: string | undefined;
534
480
  }
535
- export declare namespace Tag {
536
- /**
537
- * @internal
538
- */
539
- const filterSensitiveLog: (obj: Tag) => any;
540
- }
541
481
  export interface AddTagsToResourceRequest {
542
482
  /**
543
483
  * <p>Identifier (ID) for the directory to which to add the tag.</p>
@@ -548,20 +488,8 @@ export interface AddTagsToResourceRequest {
548
488
  */
549
489
  Tags: Tag[] | undefined;
550
490
  }
551
- export declare namespace AddTagsToResourceRequest {
552
- /**
553
- * @internal
554
- */
555
- const filterSensitiveLog: (obj: AddTagsToResourceRequest) => any;
556
- }
557
491
  export interface AddTagsToResourceResult {
558
492
  }
559
- export declare namespace AddTagsToResourceResult {
560
- /**
561
- * @internal
562
- */
563
- const filterSensitiveLog: (obj: AddTagsToResourceResult) => any;
564
- }
565
493
  /**
566
494
  * <p>The maximum allowed number of tags was exceeded.</p>
567
495
  */
@@ -594,12 +522,6 @@ export interface Attribute {
594
522
  */
595
523
  Value?: string;
596
524
  }
597
- export declare namespace Attribute {
598
- /**
599
- * @internal
600
- */
601
- const filterSensitiveLog: (obj: Attribute) => any;
602
- }
603
525
  /**
604
526
  * <p>An authentication error occurred.</p>
605
527
  */
@@ -629,20 +551,8 @@ export interface CancelSchemaExtensionRequest {
629
551
  */
630
552
  SchemaExtensionId: string | undefined;
631
553
  }
632
- export declare namespace CancelSchemaExtensionRequest {
633
- /**
634
- * @internal
635
- */
636
- const filterSensitiveLog: (obj: CancelSchemaExtensionRequest) => any;
637
- }
638
554
  export interface CancelSchemaExtensionResult {
639
555
  }
640
- export declare namespace CancelSchemaExtensionResult {
641
- /**
642
- * @internal
643
- */
644
- const filterSensitiveLog: (obj: CancelSchemaExtensionResult) => any;
645
- }
646
556
  /**
647
557
  * <p>Contains information about the client certificate authentication settings for the <code>RegisterCertificate</code> and <code>DescribeCertificate</code> operations. </p>
648
558
  */
@@ -652,12 +562,6 @@ export interface ClientCertAuthSettings {
652
562
  */
653
563
  OCSPUrl?: string;
654
564
  }
655
- export declare namespace ClientCertAuthSettings {
656
- /**
657
- * @internal
658
- */
659
- const filterSensitiveLog: (obj: ClientCertAuthSettings) => any;
660
- }
661
565
  export declare enum CertificateState {
662
566
  DEREGISTERED = "Deregistered",
663
567
  DEREGISTERING = "Deregistering",
@@ -707,12 +611,6 @@ export interface Certificate {
707
611
  */
708
612
  ClientCertAuthSettings?: ClientCertAuthSettings;
709
613
  }
710
- export declare namespace Certificate {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: Certificate) => any;
715
- }
716
614
  /**
717
615
  * <p>The certificate has already been registered into the system.</p>
718
616
  */
@@ -776,12 +674,6 @@ export interface CertificateInfo {
776
674
  */
777
675
  Type?: CertificateType | string;
778
676
  }
779
- export declare namespace CertificateInfo {
780
- /**
781
- * @internal
782
- */
783
- const filterSensitiveLog: (obj: CertificateInfo) => any;
784
- }
785
677
  /**
786
678
  * <p>The certificate is being used for the LDAP security connection and cannot be removed
787
679
  * without disabling LDAP security.</p>
@@ -846,12 +738,6 @@ export interface ClientAuthenticationSettingInfo {
846
738
  */
847
739
  LastUpdatedDateTime?: Date;
848
740
  }
849
- export declare namespace ClientAuthenticationSettingInfo {
850
- /**
851
- * @internal
852
- */
853
- const filterSensitiveLog: (obj: ClientAuthenticationSettingInfo) => any;
854
- }
855
741
  /**
856
742
  * <p>Contains information about a computer account in a directory.</p>
857
743
  */
@@ -870,12 +756,6 @@ export interface Computer {
870
756
  */
871
757
  ComputerAttributes?: Attribute[];
872
758
  }
873
- export declare namespace Computer {
874
- /**
875
- * @internal
876
- */
877
- const filterSensitiveLog: (obj: Computer) => any;
878
- }
879
759
  export declare enum ReplicationScope {
880
760
  Domain = "Domain"
881
761
  }
@@ -902,12 +782,6 @@ export interface ConditionalForwarder {
902
782
  */
903
783
  ReplicationScope?: ReplicationScope | string;
904
784
  }
905
- export declare namespace ConditionalForwarder {
906
- /**
907
- * @internal
908
- */
909
- const filterSensitiveLog: (obj: ConditionalForwarder) => any;
910
- }
911
785
  /**
912
786
  * <p>Contains information for the <a>ConnectDirectory</a> operation when an AD
913
787
  * Connector directory is being created.</p>
@@ -943,12 +817,6 @@ export interface DirectoryConnectSettings {
943
817
  */
944
818
  CustomerUserName: string | undefined;
945
819
  }
946
- export declare namespace DirectoryConnectSettings {
947
- /**
948
- * @internal
949
- */
950
- const filterSensitiveLog: (obj: DirectoryConnectSettings) => any;
951
- }
952
820
  export declare enum DirectorySize {
953
821
  LARGE = "Large",
954
822
  SMALL = "Small"
@@ -988,12 +856,6 @@ export interface ConnectDirectoryRequest {
988
856
  */
989
857
  Tags?: Tag[];
990
858
  }
991
- export declare namespace ConnectDirectoryRequest {
992
- /**
993
- * @internal
994
- */
995
- const filterSensitiveLog: (obj: ConnectDirectoryRequest) => any;
996
- }
997
859
  /**
998
860
  * <p>Contains the results of the <a>ConnectDirectory</a> operation.</p>
999
861
  */
@@ -1003,12 +865,6 @@ export interface ConnectDirectoryResult {
1003
865
  */
1004
866
  DirectoryId?: string;
1005
867
  }
1006
- export declare namespace ConnectDirectoryResult {
1007
- /**
1008
- * @internal
1009
- */
1010
- const filterSensitiveLog: (obj: ConnectDirectoryResult) => any;
1011
- }
1012
868
  /**
1013
869
  * <p>The maximum number of directories in the region has been reached. You can use the
1014
870
  * <a>GetDirectoryLimits</a> operation to determine your directory limits in
@@ -1045,12 +901,6 @@ export interface CreateAliasRequest {
1045
901
  */
1046
902
  Alias: string | undefined;
1047
903
  }
1048
- export declare namespace CreateAliasRequest {
1049
- /**
1050
- * @internal
1051
- */
1052
- const filterSensitiveLog: (obj: CreateAliasRequest) => any;
1053
- }
1054
904
  /**
1055
905
  * <p>Contains the results of the <a>CreateAlias</a> operation.</p>
1056
906
  */
@@ -1064,12 +914,6 @@ export interface CreateAliasResult {
1064
914
  */
1065
915
  Alias?: string;
1066
916
  }
1067
- export declare namespace CreateAliasResult {
1068
- /**
1069
- * @internal
1070
- */
1071
- const filterSensitiveLog: (obj: CreateAliasResult) => any;
1072
- }
1073
917
  /**
1074
918
  * <p>Contains the inputs for the <a>CreateComputer</a> operation.</p>
1075
919
  */
@@ -1096,12 +940,6 @@ export interface CreateComputerRequest {
1096
940
  */
1097
941
  ComputerAttributes?: Attribute[];
1098
942
  }
1099
- export declare namespace CreateComputerRequest {
1100
- /**
1101
- * @internal
1102
- */
1103
- const filterSensitiveLog: (obj: CreateComputerRequest) => any;
1104
- }
1105
943
  /**
1106
944
  * <p>Contains the results for the <a>CreateComputer</a> operation.</p>
1107
945
  */
@@ -1111,12 +949,6 @@ export interface CreateComputerResult {
1111
949
  */
1112
950
  Computer?: Computer;
1113
951
  }
1114
- export declare namespace CreateComputerResult {
1115
- /**
1116
- * @internal
1117
- */
1118
- const filterSensitiveLog: (obj: CreateComputerResult) => any;
1119
- }
1120
952
  /**
1121
953
  * <p>Initiates the creation of a conditional forwarder for your Directory Service for Microsoft Active
1122
954
  * Directory. Conditional forwarders are required in order to set up a trust relationship with
@@ -1138,23 +970,11 @@ export interface CreateConditionalForwarderRequest {
1138
970
  */
1139
971
  DnsIpAddrs: string[] | undefined;
1140
972
  }
1141
- export declare namespace CreateConditionalForwarderRequest {
1142
- /**
1143
- * @internal
1144
- */
1145
- const filterSensitiveLog: (obj: CreateConditionalForwarderRequest) => any;
1146
- }
1147
973
  /**
1148
974
  * <p>The result of a CreateConditinalForwarder request.</p>
1149
975
  */
1150
976
  export interface CreateConditionalForwarderResult {
1151
977
  }
1152
- export declare namespace CreateConditionalForwarderResult {
1153
- /**
1154
- * @internal
1155
- */
1156
- const filterSensitiveLog: (obj: CreateConditionalForwarderResult) => any;
1157
- }
1158
978
  /**
1159
979
  * <p>Contains the inputs for the <a>CreateDirectory</a> operation. </p>
1160
980
  */
@@ -1217,12 +1037,6 @@ export interface CreateDirectoryRequest {
1217
1037
  */
1218
1038
  Tags?: Tag[];
1219
1039
  }
1220
- export declare namespace CreateDirectoryRequest {
1221
- /**
1222
- * @internal
1223
- */
1224
- const filterSensitiveLog: (obj: CreateDirectoryRequest) => any;
1225
- }
1226
1040
  /**
1227
1041
  * <p>Contains the results of the <a>CreateDirectory</a> operation.</p>
1228
1042
  */
@@ -1232,12 +1046,6 @@ export interface CreateDirectoryResult {
1232
1046
  */
1233
1047
  DirectoryId?: string;
1234
1048
  }
1235
- export declare namespace CreateDirectoryResult {
1236
- /**
1237
- * @internal
1238
- */
1239
- const filterSensitiveLog: (obj: CreateDirectoryResult) => any;
1240
- }
1241
1049
  export interface CreateLogSubscriptionRequest {
1242
1050
  /**
1243
1051
  * <p>Identifier of the directory to which you want to subscribe and receive real-time logs to
@@ -1250,20 +1058,8 @@ export interface CreateLogSubscriptionRequest {
1250
1058
  */
1251
1059
  LogGroupName: string | undefined;
1252
1060
  }
1253
- export declare namespace CreateLogSubscriptionRequest {
1254
- /**
1255
- * @internal
1256
- */
1257
- const filterSensitiveLog: (obj: CreateLogSubscriptionRequest) => any;
1258
- }
1259
1061
  export interface CreateLogSubscriptionResult {
1260
1062
  }
1261
- export declare namespace CreateLogSubscriptionResult {
1262
- /**
1263
- * @internal
1264
- */
1265
- const filterSensitiveLog: (obj: CreateLogSubscriptionResult) => any;
1266
- }
1267
1063
  /**
1268
1064
  * <p>The account does not have sufficient permission to perform the operation.</p>
1269
1065
  */
@@ -1327,12 +1123,6 @@ export interface CreateMicrosoftADRequest {
1327
1123
  */
1328
1124
  Tags?: Tag[];
1329
1125
  }
1330
- export declare namespace CreateMicrosoftADRequest {
1331
- /**
1332
- * @internal
1333
- */
1334
- const filterSensitiveLog: (obj: CreateMicrosoftADRequest) => any;
1335
- }
1336
1126
  /**
1337
1127
  * <p>Result of a CreateMicrosoftAD request.</p>
1338
1128
  */
@@ -1342,12 +1132,6 @@ export interface CreateMicrosoftADResult {
1342
1132
  */
1343
1133
  DirectoryId?: string;
1344
1134
  }
1345
- export declare namespace CreateMicrosoftADResult {
1346
- /**
1347
- * @internal
1348
- */
1349
- const filterSensitiveLog: (obj: CreateMicrosoftADResult) => any;
1350
- }
1351
1135
  /**
1352
1136
  * <p>Contains the inputs for the <a>CreateSnapshot</a> operation.</p>
1353
1137
  */
@@ -1361,12 +1145,6 @@ export interface CreateSnapshotRequest {
1361
1145
  */
1362
1146
  Name?: string;
1363
1147
  }
1364
- export declare namespace CreateSnapshotRequest {
1365
- /**
1366
- * @internal
1367
- */
1368
- const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
1369
- }
1370
1148
  /**
1371
1149
  * <p>Contains the results of the <a>CreateSnapshot</a> operation.</p>
1372
1150
  */
@@ -1376,12 +1154,6 @@ export interface CreateSnapshotResult {
1376
1154
  */
1377
1155
  SnapshotId?: string;
1378
1156
  }
1379
- export declare namespace CreateSnapshotResult {
1380
- /**
1381
- * @internal
1382
- */
1383
- const filterSensitiveLog: (obj: CreateSnapshotResult) => any;
1384
- }
1385
1157
  /**
1386
1158
  * <p>The maximum number of manual snapshots for the directory has been reached. You can
1387
1159
  * use the <a>GetSnapshotLimits</a> operation to determine the snapshot limits
@@ -1457,12 +1229,6 @@ export interface CreateTrustRequest {
1457
1229
  */
1458
1230
  SelectiveAuth?: SelectiveAuth | string;
1459
1231
  }
1460
- export declare namespace CreateTrustRequest {
1461
- /**
1462
- * @internal
1463
- */
1464
- const filterSensitiveLog: (obj: CreateTrustRequest) => any;
1465
- }
1466
1232
  /**
1467
1233
  * <p>The result of a CreateTrust request.</p>
1468
1234
  */
@@ -1472,12 +1238,6 @@ export interface CreateTrustResult {
1472
1238
  */
1473
1239
  TrustId?: string;
1474
1240
  }
1475
- export declare namespace CreateTrustResult {
1476
- /**
1477
- * @internal
1478
- */
1479
- const filterSensitiveLog: (obj: CreateTrustResult) => any;
1480
- }
1481
1241
  /**
1482
1242
  * <p>Deletes a conditional forwarder.</p>
1483
1243
  */
@@ -1492,23 +1252,11 @@ export interface DeleteConditionalForwarderRequest {
1492
1252
  */
1493
1253
  RemoteDomainName: string | undefined;
1494
1254
  }
1495
- export declare namespace DeleteConditionalForwarderRequest {
1496
- /**
1497
- * @internal
1498
- */
1499
- const filterSensitiveLog: (obj: DeleteConditionalForwarderRequest) => any;
1500
- }
1501
1255
  /**
1502
1256
  * <p>The result of a DeleteConditionalForwarder request.</p>
1503
1257
  */
1504
1258
  export interface DeleteConditionalForwarderResult {
1505
1259
  }
1506
- export declare namespace DeleteConditionalForwarderResult {
1507
- /**
1508
- * @internal
1509
- */
1510
- const filterSensitiveLog: (obj: DeleteConditionalForwarderResult) => any;
1511
- }
1512
1260
  /**
1513
1261
  * <p>Contains the inputs for the <a>DeleteDirectory</a> operation.</p>
1514
1262
  */
@@ -1518,12 +1266,6 @@ export interface DeleteDirectoryRequest {
1518
1266
  */
1519
1267
  DirectoryId: string | undefined;
1520
1268
  }
1521
- export declare namespace DeleteDirectoryRequest {
1522
- /**
1523
- * @internal
1524
- */
1525
- const filterSensitiveLog: (obj: DeleteDirectoryRequest) => any;
1526
- }
1527
1269
  /**
1528
1270
  * <p>Contains the results of the <a>DeleteDirectory</a> operation.</p>
1529
1271
  */
@@ -1533,32 +1275,14 @@ export interface DeleteDirectoryResult {
1533
1275
  */
1534
1276
  DirectoryId?: string;
1535
1277
  }
1536
- export declare namespace DeleteDirectoryResult {
1537
- /**
1538
- * @internal
1539
- */
1540
- const filterSensitiveLog: (obj: DeleteDirectoryResult) => any;
1541
- }
1542
1278
  export interface DeleteLogSubscriptionRequest {
1543
1279
  /**
1544
1280
  * <p>Identifier of the directory whose log subscription you want to delete.</p>
1545
1281
  */
1546
1282
  DirectoryId: string | undefined;
1547
1283
  }
1548
- export declare namespace DeleteLogSubscriptionRequest {
1549
- /**
1550
- * @internal
1551
- */
1552
- const filterSensitiveLog: (obj: DeleteLogSubscriptionRequest) => any;
1553
- }
1554
1284
  export interface DeleteLogSubscriptionResult {
1555
1285
  }
1556
- export declare namespace DeleteLogSubscriptionResult {
1557
- /**
1558
- * @internal
1559
- */
1560
- const filterSensitiveLog: (obj: DeleteLogSubscriptionResult) => any;
1561
- }
1562
1286
  /**
1563
1287
  * <p>Contains the inputs for the <a>DeleteSnapshot</a> operation.</p>
1564
1288
  */
@@ -1568,12 +1292,6 @@ export interface DeleteSnapshotRequest {
1568
1292
  */
1569
1293
  SnapshotId: string | undefined;
1570
1294
  }
1571
- export declare namespace DeleteSnapshotRequest {
1572
- /**
1573
- * @internal
1574
- */
1575
- const filterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
1576
- }
1577
1295
  /**
1578
1296
  * <p>Contains the results of the <a>DeleteSnapshot</a> operation.</p>
1579
1297
  */
@@ -1583,12 +1301,6 @@ export interface DeleteSnapshotResult {
1583
1301
  */
1584
1302
  SnapshotId?: string;
1585
1303
  }
1586
- export declare namespace DeleteSnapshotResult {
1587
- /**
1588
- * @internal
1589
- */
1590
- const filterSensitiveLog: (obj: DeleteSnapshotResult) => any;
1591
- }
1592
1304
  /**
1593
1305
  * <p>Deletes the local side of an existing trust relationship between the Managed Microsoft AD
1594
1306
  * directory and the external domain.</p>
@@ -1603,12 +1315,6 @@ export interface DeleteTrustRequest {
1603
1315
  */
1604
1316
  DeleteAssociatedConditionalForwarder?: boolean;
1605
1317
  }
1606
- export declare namespace DeleteTrustRequest {
1607
- /**
1608
- * @internal
1609
- */
1610
- const filterSensitiveLog: (obj: DeleteTrustRequest) => any;
1611
- }
1612
1318
  /**
1613
1319
  * <p>The result of a DeleteTrust request.</p>
1614
1320
  */
@@ -1618,12 +1324,6 @@ export interface DeleteTrustResult {
1618
1324
  */
1619
1325
  TrustId?: string;
1620
1326
  }
1621
- export declare namespace DeleteTrustResult {
1622
- /**
1623
- * @internal
1624
- */
1625
- const filterSensitiveLog: (obj: DeleteTrustResult) => any;
1626
- }
1627
1327
  export interface DeregisterCertificateRequest {
1628
1328
  /**
1629
1329
  * <p>The identifier of the directory.</p>
@@ -1634,20 +1334,8 @@ export interface DeregisterCertificateRequest {
1634
1334
  */
1635
1335
  CertificateId: string | undefined;
1636
1336
  }
1637
- export declare namespace DeregisterCertificateRequest {
1638
- /**
1639
- * @internal
1640
- */
1641
- const filterSensitiveLog: (obj: DeregisterCertificateRequest) => any;
1642
- }
1643
1337
  export interface DeregisterCertificateResult {
1644
1338
  }
1645
- export declare namespace DeregisterCertificateResult {
1646
- /**
1647
- * @internal
1648
- */
1649
- const filterSensitiveLog: (obj: DeregisterCertificateResult) => any;
1650
- }
1651
1339
  /**
1652
1340
  * <p>Removes the specified directory as a publisher to the specified Amazon SNS topic.</p>
1653
1341
  */
@@ -1663,23 +1351,11 @@ export interface DeregisterEventTopicRequest {
1663
1351
  */
1664
1352
  TopicName: string | undefined;
1665
1353
  }
1666
- export declare namespace DeregisterEventTopicRequest {
1667
- /**
1668
- * @internal
1669
- */
1670
- const filterSensitiveLog: (obj: DeregisterEventTopicRequest) => any;
1671
- }
1672
1354
  /**
1673
1355
  * <p>The result of a DeregisterEventTopic request.</p>
1674
1356
  */
1675
1357
  export interface DeregisterEventTopicResult {
1676
1358
  }
1677
- export declare namespace DeregisterEventTopicResult {
1678
- /**
1679
- * @internal
1680
- */
1681
- const filterSensitiveLog: (obj: DeregisterEventTopicResult) => any;
1682
- }
1683
1359
  export interface DescribeCertificateRequest {
1684
1360
  /**
1685
1361
  * <p>The identifier of the directory.</p>
@@ -1690,12 +1366,6 @@ export interface DescribeCertificateRequest {
1690
1366
  */
1691
1367
  CertificateId: string | undefined;
1692
1368
  }
1693
- export declare namespace DescribeCertificateRequest {
1694
- /**
1695
- * @internal
1696
- */
1697
- const filterSensitiveLog: (obj: DescribeCertificateRequest) => any;
1698
- }
1699
1369
  export interface DescribeCertificateResult {
1700
1370
  /**
1701
1371
  * <p>Information about the certificate, including registered date time, certificate state, the
@@ -1703,12 +1373,6 @@ export interface DescribeCertificateResult {
1703
1373
  */
1704
1374
  Certificate?: Certificate;
1705
1375
  }
1706
- export declare namespace DescribeCertificateResult {
1707
- /**
1708
- * @internal
1709
- */
1710
- const filterSensitiveLog: (obj: DescribeCertificateResult) => any;
1711
- }
1712
1376
  export interface DescribeClientAuthenticationSettingsRequest {
1713
1377
  /**
1714
1378
  * <p>The identifier of the directory for which to retrieve information.</p>
@@ -1727,12 +1391,6 @@ export interface DescribeClientAuthenticationSettingsRequest {
1727
1391
  */
1728
1392
  Limit?: number;
1729
1393
  }
1730
- export declare namespace DescribeClientAuthenticationSettingsRequest {
1731
- /**
1732
- * @internal
1733
- */
1734
- const filterSensitiveLog: (obj: DescribeClientAuthenticationSettingsRequest) => any;
1735
- }
1736
1394
  export interface DescribeClientAuthenticationSettingsResult {
1737
1395
  /**
1738
1396
  * <p>Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.</p>
@@ -1744,12 +1402,6 @@ export interface DescribeClientAuthenticationSettingsResult {
1744
1402
  */
1745
1403
  NextToken?: string;
1746
1404
  }
1747
- export declare namespace DescribeClientAuthenticationSettingsResult {
1748
- /**
1749
- * @internal
1750
- */
1751
- const filterSensitiveLog: (obj: DescribeClientAuthenticationSettingsResult) => any;
1752
- }
1753
1405
  /**
1754
1406
  * <p>Describes a conditional forwarder.</p>
1755
1407
  */
@@ -1766,12 +1418,6 @@ export interface DescribeConditionalForwardersRequest {
1766
1418
  */
1767
1419
  RemoteDomainNames?: string[];
1768
1420
  }
1769
- export declare namespace DescribeConditionalForwardersRequest {
1770
- /**
1771
- * @internal
1772
- */
1773
- const filterSensitiveLog: (obj: DescribeConditionalForwardersRequest) => any;
1774
- }
1775
1421
  /**
1776
1422
  * <p>The result of a DescribeConditionalForwarder request.</p>
1777
1423
  */
@@ -1781,12 +1427,6 @@ export interface DescribeConditionalForwardersResult {
1781
1427
  */
1782
1428
  ConditionalForwarders?: ConditionalForwarder[];
1783
1429
  }
1784
- export declare namespace DescribeConditionalForwardersResult {
1785
- /**
1786
- * @internal
1787
- */
1788
- const filterSensitiveLog: (obj: DescribeConditionalForwardersResult) => any;
1789
- }
1790
1430
  /**
1791
1431
  * <p>Contains the inputs for the <a>DescribeDirectories</a> operation.</p>
1792
1432
  */
@@ -1807,12 +1447,6 @@ export interface DescribeDirectoriesRequest {
1807
1447
  */
1808
1448
  Limit?: number;
1809
1449
  }
1810
- export declare namespace DescribeDirectoriesRequest {
1811
- /**
1812
- * @internal
1813
- */
1814
- const filterSensitiveLog: (obj: DescribeDirectoriesRequest) => any;
1815
- }
1816
1450
  /**
1817
1451
  * <p>Contains information about an AD Connector directory.</p>
1818
1452
  */
@@ -1842,12 +1476,6 @@ export interface DirectoryConnectSettingsDescription {
1842
1476
  */
1843
1477
  ConnectIps?: string[];
1844
1478
  }
1845
- export declare namespace DirectoryConnectSettingsDescription {
1846
- /**
1847
- * @internal
1848
- */
1849
- const filterSensitiveLog: (obj: DirectoryConnectSettingsDescription) => any;
1850
- }
1851
1479
  export declare enum RadiusAuthenticationProtocol {
1852
1480
  CHAP = "CHAP",
1853
1481
  MSCHAPV1 = "MS-CHAPv1",
@@ -1896,12 +1524,6 @@ export interface RadiusSettings {
1896
1524
  */
1897
1525
  UseSameUsername?: boolean;
1898
1526
  }
1899
- export declare namespace RadiusSettings {
1900
- /**
1901
- * @internal
1902
- */
1903
- const filterSensitiveLog: (obj: RadiusSettings) => any;
1904
- }
1905
1527
  export declare enum RadiusStatus {
1906
1528
  COMPLETED = "Completed",
1907
1529
  CREATING = "Creating",
@@ -1928,12 +1550,6 @@ export interface DirectoryVpcSettingsDescription {
1928
1550
  */
1929
1551
  AvailabilityZones?: string[];
1930
1552
  }
1931
- export declare namespace DirectoryVpcSettingsDescription {
1932
- /**
1933
- * @internal
1934
- */
1935
- const filterSensitiveLog: (obj: DirectoryVpcSettingsDescription) => any;
1936
- }
1937
1553
  /**
1938
1554
  * <p>Describes the directory owner account details that have been shared to the directory
1939
1555
  * consumer account.</p>
@@ -1966,12 +1582,6 @@ export interface OwnerDirectoryDescription {
1966
1582
  */
1967
1583
  RadiusStatus?: RadiusStatus | string;
1968
1584
  }
1969
- export declare namespace OwnerDirectoryDescription {
1970
- /**
1971
- * @internal
1972
- */
1973
- const filterSensitiveLog: (obj: OwnerDirectoryDescription) => any;
1974
- }
1975
1585
  /**
1976
1586
  * <p>Provides information about the Regions that are configured for multi-Region
1977
1587
  * replication.</p>
@@ -1987,12 +1597,6 @@ export interface RegionsInfo {
1987
1597
  */
1988
1598
  AdditionalRegions?: string[];
1989
1599
  }
1990
- export declare namespace RegionsInfo {
1991
- /**
1992
- * @internal
1993
- */
1994
- const filterSensitiveLog: (obj: RegionsInfo) => any;
1995
- }
1996
1600
  export declare enum DirectoryStage {
1997
1601
  ACTIVE = "Active",
1998
1602
  CREATED = "Created",
@@ -2134,12 +1738,6 @@ export interface DirectoryDescription {
2134
1738
  */
2135
1739
  RegionsInfo?: RegionsInfo;
2136
1740
  }
2137
- export declare namespace DirectoryDescription {
2138
- /**
2139
- * @internal
2140
- */
2141
- const filterSensitiveLog: (obj: DirectoryDescription) => any;
2142
- }
2143
1741
  /**
2144
1742
  * <p>Contains the results of the <a>DescribeDirectories</a> operation.</p>
2145
1743
  */
@@ -2159,12 +1757,6 @@ export interface DescribeDirectoriesResult {
2159
1757
  */
2160
1758
  NextToken?: string;
2161
1759
  }
2162
- export declare namespace DescribeDirectoriesResult {
2163
- /**
2164
- * @internal
2165
- */
2166
- const filterSensitiveLog: (obj: DescribeDirectoriesResult) => any;
2167
- }
2168
1760
  /**
2169
1761
  * <p>The <code>NextToken</code> value is not valid.</p>
2170
1762
  */
@@ -2206,12 +1798,6 @@ export interface DescribeDomainControllersRequest {
2206
1798
  */
2207
1799
  Limit?: number;
2208
1800
  }
2209
- export declare namespace DescribeDomainControllersRequest {
2210
- /**
2211
- * @internal
2212
- */
2213
- const filterSensitiveLog: (obj: DescribeDomainControllersRequest) => any;
2214
- }
2215
1801
  export declare enum DomainControllerStatus {
2216
1802
  ACTIVE = "Active",
2217
1803
  CREATING = "Creating",
@@ -2266,12 +1852,6 @@ export interface DomainController {
2266
1852
  */
2267
1853
  StatusLastUpdatedDateTime?: Date;
2268
1854
  }
2269
- export declare namespace DomainController {
2270
- /**
2271
- * @internal
2272
- */
2273
- const filterSensitiveLog: (obj: DomainController) => any;
2274
- }
2275
1855
  export interface DescribeDomainControllersResult {
2276
1856
  /**
2277
1857
  * <p>List of the <a>DomainController</a> objects that were retrieved.</p>
@@ -2284,12 +1864,6 @@ export interface DescribeDomainControllersResult {
2284
1864
  */
2285
1865
  NextToken?: string;
2286
1866
  }
2287
- export declare namespace DescribeDomainControllersResult {
2288
- /**
2289
- * @internal
2290
- */
2291
- const filterSensitiveLog: (obj: DescribeDomainControllersResult) => any;
2292
- }
2293
1867
  /**
2294
1868
  * <p>Describes event topics.</p>
2295
1869
  */
@@ -2307,12 +1881,6 @@ export interface DescribeEventTopicsRequest {
2307
1881
  */
2308
1882
  TopicNames?: string[];
2309
1883
  }
2310
- export declare namespace DescribeEventTopicsRequest {
2311
- /**
2312
- * @internal
2313
- */
2314
- const filterSensitiveLog: (obj: DescribeEventTopicsRequest) => any;
2315
- }
2316
1884
  export declare enum TopicStatus {
2317
1885
  DELETED = "Deleted",
2318
1886
  FAILED = "Failed",
@@ -2345,12 +1913,6 @@ export interface EventTopic {
2345
1913
  */
2346
1914
  Status?: TopicStatus | string;
2347
1915
  }
2348
- export declare namespace EventTopic {
2349
- /**
2350
- * @internal
2351
- */
2352
- const filterSensitiveLog: (obj: EventTopic) => any;
2353
- }
2354
1916
  /**
2355
1917
  * <p>The result of a DescribeEventTopic request.</p>
2356
1918
  */
@@ -2361,12 +1923,6 @@ export interface DescribeEventTopicsResult {
2361
1923
  */
2362
1924
  EventTopics?: EventTopic[];
2363
1925
  }
2364
- export declare namespace DescribeEventTopicsResult {
2365
- /**
2366
- * @internal
2367
- */
2368
- const filterSensitiveLog: (obj: DescribeEventTopicsResult) => any;
2369
- }
2370
1926
  export declare enum LDAPSType {
2371
1927
  CLIENT = "Client"
2372
1928
  }
@@ -2389,12 +1945,6 @@ export interface DescribeLDAPSSettingsRequest {
2389
1945
  */
2390
1946
  Limit?: number;
2391
1947
  }
2392
- export declare namespace DescribeLDAPSSettingsRequest {
2393
- /**
2394
- * @internal
2395
- */
2396
- const filterSensitiveLog: (obj: DescribeLDAPSSettingsRequest) => any;
2397
- }
2398
1948
  export declare enum LDAPSStatus {
2399
1949
  DISABLED = "Disabled",
2400
1950
  ENABLED = "Enabled",
@@ -2418,12 +1968,6 @@ export interface LDAPSSettingInfo {
2418
1968
  */
2419
1969
  LastUpdatedDateTime?: Date;
2420
1970
  }
2421
- export declare namespace LDAPSSettingInfo {
2422
- /**
2423
- * @internal
2424
- */
2425
- const filterSensitiveLog: (obj: LDAPSSettingInfo) => any;
2426
- }
2427
1971
  export interface DescribeLDAPSSettingsResult {
2428
1972
  /**
2429
1973
  * <p>Information about LDAP security for the specified directory, including status of
@@ -2436,12 +1980,6 @@ export interface DescribeLDAPSSettingsResult {
2436
1980
  */
2437
1981
  NextToken?: string;
2438
1982
  }
2439
- export declare namespace DescribeLDAPSSettingsResult {
2440
- /**
2441
- * @internal
2442
- */
2443
- const filterSensitiveLog: (obj: DescribeLDAPSSettingsResult) => any;
2444
- }
2445
1983
  export interface DescribeRegionsRequest {
2446
1984
  /**
2447
1985
  * <p>The identifier of the directory.</p>
@@ -2456,12 +1994,6 @@ export interface DescribeRegionsRequest {
2456
1994
  */
2457
1995
  NextToken?: string;
2458
1996
  }
2459
- export declare namespace DescribeRegionsRequest {
2460
- /**
2461
- * @internal
2462
- */
2463
- const filterSensitiveLog: (obj: DescribeRegionsRequest) => any;
2464
- }
2465
1997
  export declare enum RegionType {
2466
1998
  ADDITIONAL = "Additional",
2467
1999
  PRIMARY = "Primary"
@@ -2508,12 +2040,6 @@ export interface RegionDescription {
2508
2040
  */
2509
2041
  LastUpdatedDateTime?: Date;
2510
2042
  }
2511
- export declare namespace RegionDescription {
2512
- /**
2513
- * @internal
2514
- */
2515
- const filterSensitiveLog: (obj: RegionDescription) => any;
2516
- }
2517
2043
  export interface DescribeRegionsResult {
2518
2044
  /**
2519
2045
  * <p>List of Region information related to the directory for each replicated Region.</p>
@@ -2526,12 +2052,6 @@ export interface DescribeRegionsResult {
2526
2052
  */
2527
2053
  NextToken?: string;
2528
2054
  }
2529
- export declare namespace DescribeRegionsResult {
2530
- /**
2531
- * @internal
2532
- */
2533
- const filterSensitiveLog: (obj: DescribeRegionsResult) => any;
2534
- }
2535
2055
  export declare enum DirectoryConfigurationStatus {
2536
2056
  DEFAULT = "Default",
2537
2057
  FAILED = "Failed",
@@ -2553,12 +2073,6 @@ export interface DescribeSettingsRequest {
2553
2073
  */
2554
2074
  NextToken?: string;
2555
2075
  }
2556
- export declare namespace DescribeSettingsRequest {
2557
- /**
2558
- * @internal
2559
- */
2560
- const filterSensitiveLog: (obj: DescribeSettingsRequest) => any;
2561
- }
2562
2076
  /**
2563
2077
  * <p>Contains information about the specified configurable setting for a directory.</p>
2564
2078
  */
@@ -2607,12 +2121,6 @@ export interface SettingEntry {
2607
2121
  */
2608
2122
  LastRequestedDateTime?: Date;
2609
2123
  }
2610
- export declare namespace SettingEntry {
2611
- /**
2612
- * @internal
2613
- */
2614
- const filterSensitiveLog: (obj: SettingEntry) => any;
2615
- }
2616
2124
  export interface DescribeSettingsResult {
2617
2125
  /**
2618
2126
  * <p>The identifier of the directory.</p>
@@ -2631,12 +2139,6 @@ export interface DescribeSettingsResult {
2631
2139
  */
2632
2140
  NextToken?: string;
2633
2141
  }
2634
- export declare namespace DescribeSettingsResult {
2635
- /**
2636
- * @internal
2637
- */
2638
- const filterSensitiveLog: (obj: DescribeSettingsResult) => any;
2639
- }
2640
2142
  export interface DescribeSharedDirectoriesRequest {
2641
2143
  /**
2642
2144
  * <p>Returns the identifier of the directory in the directory owner account. </p>
@@ -2656,12 +2158,6 @@ export interface DescribeSharedDirectoriesRequest {
2656
2158
  */
2657
2159
  Limit?: number;
2658
2160
  }
2659
- export declare namespace DescribeSharedDirectoriesRequest {
2660
- /**
2661
- * @internal
2662
- */
2663
- const filterSensitiveLog: (obj: DescribeSharedDirectoriesRequest) => any;
2664
- }
2665
2161
  export interface DescribeSharedDirectoriesResult {
2666
2162
  /**
2667
2163
  * <p>A list of all shared directories in your account.</p>
@@ -2673,12 +2169,6 @@ export interface DescribeSharedDirectoriesResult {
2673
2169
  */
2674
2170
  NextToken?: string;
2675
2171
  }
2676
- export declare namespace DescribeSharedDirectoriesResult {
2677
- /**
2678
- * @internal
2679
- */
2680
- const filterSensitiveLog: (obj: DescribeSharedDirectoriesResult) => any;
2681
- }
2682
2172
  /**
2683
2173
  * <p>Contains the inputs for the <a>DescribeSnapshots</a> operation.</p>
2684
2174
  */
@@ -2703,12 +2193,6 @@ export interface DescribeSnapshotsRequest {
2703
2193
  */
2704
2194
  Limit?: number;
2705
2195
  }
2706
- export declare namespace DescribeSnapshotsRequest {
2707
- /**
2708
- * @internal
2709
- */
2710
- const filterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
2711
- }
2712
2196
  export declare enum SnapshotStatus {
2713
2197
  COMPLETED = "Completed",
2714
2198
  CREATING = "Creating",
@@ -2747,12 +2231,6 @@ export interface Snapshot {
2747
2231
  */
2748
2232
  StartTime?: Date;
2749
2233
  }
2750
- export declare namespace Snapshot {
2751
- /**
2752
- * @internal
2753
- */
2754
- const filterSensitiveLog: (obj: Snapshot) => any;
2755
- }
2756
2234
  /**
2757
2235
  * <p>Contains the results of the <a>DescribeSnapshots</a> operation.</p>
2758
2236
  */
@@ -2771,12 +2249,6 @@ export interface DescribeSnapshotsResult {
2771
2249
  */
2772
2250
  NextToken?: string;
2773
2251
  }
2774
- export declare namespace DescribeSnapshotsResult {
2775
- /**
2776
- * @internal
2777
- */
2778
- const filterSensitiveLog: (obj: DescribeSnapshotsResult) => any;
2779
- }
2780
2252
  /**
2781
2253
  * <p>Describes the trust relationships for a particular Managed Microsoft AD directory. If no input
2782
2254
  * parameters are provided, such as directory ID or trust ID, this request describes all the
@@ -2805,12 +2277,6 @@ export interface DescribeTrustsRequest {
2805
2277
  */
2806
2278
  Limit?: number;
2807
2279
  }
2808
- export declare namespace DescribeTrustsRequest {
2809
- /**
2810
- * @internal
2811
- */
2812
- const filterSensitiveLog: (obj: DescribeTrustsRequest) => any;
2813
- }
2814
2280
  export declare enum TrustState {
2815
2281
  CREATED = "Created",
2816
2282
  CREATING = "Creating",
@@ -2875,12 +2341,6 @@ export interface Trust {
2875
2341
  */
2876
2342
  SelectiveAuth?: SelectiveAuth | string;
2877
2343
  }
2878
- export declare namespace Trust {
2879
- /**
2880
- * @internal
2881
- */
2882
- const filterSensitiveLog: (obj: Trust) => any;
2883
- }
2884
2344
  /**
2885
2345
  * <p>The result of a DescribeTrust request.</p>
2886
2346
  */
@@ -2899,12 +2359,6 @@ export interface DescribeTrustsResult {
2899
2359
  */
2900
2360
  NextToken?: string;
2901
2361
  }
2902
- export declare namespace DescribeTrustsResult {
2903
- /**
2904
- * @internal
2905
- */
2906
- const filterSensitiveLog: (obj: DescribeTrustsResult) => any;
2907
- }
2908
2362
  /**
2909
2363
  * <p>Contains directory limit information for a Region.</p>
2910
2364
  */
@@ -2946,12 +2400,6 @@ export interface DirectoryLimits {
2946
2400
  */
2947
2401
  ConnectedDirectoriesLimitReached?: boolean;
2948
2402
  }
2949
- export declare namespace DirectoryLimits {
2950
- /**
2951
- * @internal
2952
- */
2953
- const filterSensitiveLog: (obj: DirectoryLimits) => any;
2954
- }
2955
2403
  /**
2956
2404
  * <p>The specified directory has not been shared with this Amazon Web Services account.</p>
2957
2405
  */
@@ -2981,20 +2429,8 @@ export interface DisableClientAuthenticationRequest {
2981
2429
  */
2982
2430
  Type: ClientAuthenticationType | string | undefined;
2983
2431
  }
2984
- export declare namespace DisableClientAuthenticationRequest {
2985
- /**
2986
- * @internal
2987
- */
2988
- const filterSensitiveLog: (obj: DisableClientAuthenticationRequest) => any;
2989
- }
2990
2432
  export interface DisableClientAuthenticationResult {
2991
2433
  }
2992
- export declare namespace DisableClientAuthenticationResult {
2993
- /**
2994
- * @internal
2995
- */
2996
- const filterSensitiveLog: (obj: DisableClientAuthenticationResult) => any;
2997
- }
2998
2434
  /**
2999
2435
  * <p>Client authentication is already enabled.</p>
3000
2436
  */
@@ -3025,20 +2461,8 @@ export interface DisableLDAPSRequest {
3025
2461
  */
3026
2462
  Type: LDAPSType | string | undefined;
3027
2463
  }
3028
- export declare namespace DisableLDAPSRequest {
3029
- /**
3030
- * @internal
3031
- */
3032
- const filterSensitiveLog: (obj: DisableLDAPSRequest) => any;
3033
- }
3034
2464
  export interface DisableLDAPSResult {
3035
2465
  }
3036
- export declare namespace DisableLDAPSResult {
3037
- /**
3038
- * @internal
3039
- */
3040
- const filterSensitiveLog: (obj: DisableLDAPSResult) => any;
3041
- }
3042
2466
  /**
3043
2467
  * <p>The LDAP activities could not be performed because they are limited by the LDAPS
3044
2468
  * status.</p>
@@ -3068,23 +2492,11 @@ export interface DisableRadiusRequest {
3068
2492
  */
3069
2493
  DirectoryId: string | undefined;
3070
2494
  }
3071
- export declare namespace DisableRadiusRequest {
3072
- /**
3073
- * @internal
3074
- */
3075
- const filterSensitiveLog: (obj: DisableRadiusRequest) => any;
3076
- }
3077
2495
  /**
3078
2496
  * <p>Contains the results of the <a>DisableRadius</a> operation.</p>
3079
2497
  */
3080
2498
  export interface DisableRadiusResult {
3081
2499
  }
3082
- export declare namespace DisableRadiusResult {
3083
- /**
3084
- * @internal
3085
- */
3086
- const filterSensitiveLog: (obj: DisableRadiusResult) => any;
3087
- }
3088
2500
  /**
3089
2501
  * <p>Contains the inputs for the <a>DisableSso</a> operation.</p>
3090
2502
  */
@@ -3111,23 +2523,11 @@ export interface DisableSsoRequest {
3111
2523
  */
3112
2524
  Password?: string;
3113
2525
  }
3114
- export declare namespace DisableSsoRequest {
3115
- /**
3116
- * @internal
3117
- */
3118
- const filterSensitiveLog: (obj: DisableSsoRequest) => any;
3119
- }
3120
2526
  /**
3121
2527
  * <p>Contains the results of the <a>DisableSso</a> operation.</p>
3122
2528
  */
3123
2529
  export interface DisableSsoResult {
3124
2530
  }
3125
- export declare namespace DisableSsoResult {
3126
- /**
3127
- * @internal
3128
- */
3129
- const filterSensitiveLog: (obj: DisableSsoResult) => any;
3130
- }
3131
2531
  export interface EnableClientAuthenticationRequest {
3132
2532
  /**
3133
2533
  * <p>The identifier of the specified directory. </p>
@@ -3141,20 +2541,8 @@ export interface EnableClientAuthenticationRequest {
3141
2541
  */
3142
2542
  Type: ClientAuthenticationType | string | undefined;
3143
2543
  }
3144
- export declare namespace EnableClientAuthenticationRequest {
3145
- /**
3146
- * @internal
3147
- */
3148
- const filterSensitiveLog: (obj: EnableClientAuthenticationRequest) => any;
3149
- }
3150
2544
  export interface EnableClientAuthenticationResult {
3151
2545
  }
3152
- export declare namespace EnableClientAuthenticationResult {
3153
- /**
3154
- * @internal
3155
- */
3156
- const filterSensitiveLog: (obj: EnableClientAuthenticationResult) => any;
3157
- }
3158
2546
  /**
3159
2547
  * <p>Client authentication setup could not be completed because at least one valid certificate must be
3160
2548
  * registered in the system.</p>
@@ -3186,20 +2574,8 @@ export interface EnableLDAPSRequest {
3186
2574
  */
3187
2575
  Type: LDAPSType | string | undefined;
3188
2576
  }
3189
- export declare namespace EnableLDAPSRequest {
3190
- /**
3191
- * @internal
3192
- */
3193
- const filterSensitiveLog: (obj: EnableLDAPSRequest) => any;
3194
- }
3195
2577
  export interface EnableLDAPSResult {
3196
2578
  }
3197
- export declare namespace EnableLDAPSResult {
3198
- /**
3199
- * @internal
3200
- */
3201
- const filterSensitiveLog: (obj: EnableLDAPSResult) => any;
3202
- }
3203
2579
  /**
3204
2580
  * <p>Contains the inputs for the <a>EnableRadius</a> operation.</p>
3205
2581
  */
@@ -3214,23 +2590,11 @@ export interface EnableRadiusRequest {
3214
2590
  */
3215
2591
  RadiusSettings: RadiusSettings | undefined;
3216
2592
  }
3217
- export declare namespace EnableRadiusRequest {
3218
- /**
3219
- * @internal
3220
- */
3221
- const filterSensitiveLog: (obj: EnableRadiusRequest) => any;
3222
- }
3223
2593
  /**
3224
2594
  * <p>Contains the results of the <a>EnableRadius</a> operation.</p>
3225
2595
  */
3226
2596
  export interface EnableRadiusResult {
3227
2597
  }
3228
- export declare namespace EnableRadiusResult {
3229
- /**
3230
- * @internal
3231
- */
3232
- const filterSensitiveLog: (obj: EnableRadiusResult) => any;
3233
- }
3234
2598
  /**
3235
2599
  * <p>Contains the inputs for the <a>EnableSso</a> operation.</p>
3236
2600
  */
@@ -3257,34 +2621,16 @@ export interface EnableSsoRequest {
3257
2621
  */
3258
2622
  Password?: string;
3259
2623
  }
3260
- export declare namespace EnableSsoRequest {
3261
- /**
3262
- * @internal
3263
- */
3264
- const filterSensitiveLog: (obj: EnableSsoRequest) => any;
3265
- }
3266
2624
  /**
3267
2625
  * <p>Contains the results of the <a>EnableSso</a> operation.</p>
3268
2626
  */
3269
2627
  export interface EnableSsoResult {
3270
2628
  }
3271
- export declare namespace EnableSsoResult {
3272
- /**
3273
- * @internal
3274
- */
3275
- const filterSensitiveLog: (obj: EnableSsoResult) => any;
3276
- }
3277
2629
  /**
3278
2630
  * <p>Contains the inputs for the <a>GetDirectoryLimits</a> operation.</p>
3279
2631
  */
3280
2632
  export interface GetDirectoryLimitsRequest {
3281
2633
  }
3282
- export declare namespace GetDirectoryLimitsRequest {
3283
- /**
3284
- * @internal
3285
- */
3286
- const filterSensitiveLog: (obj: GetDirectoryLimitsRequest) => any;
3287
- }
3288
2634
  /**
3289
2635
  * <p>Contains the results of the <a>GetDirectoryLimits</a> operation.</p>
3290
2636
  */
@@ -3295,12 +2641,6 @@ export interface GetDirectoryLimitsResult {
3295
2641
  */
3296
2642
  DirectoryLimits?: DirectoryLimits;
3297
2643
  }
3298
- export declare namespace GetDirectoryLimitsResult {
3299
- /**
3300
- * @internal
3301
- */
3302
- const filterSensitiveLog: (obj: GetDirectoryLimitsResult) => any;
3303
- }
3304
2644
  /**
3305
2645
  * <p>Contains the inputs for the <a>GetSnapshotLimits</a> operation.</p>
3306
2646
  */
@@ -3310,12 +2650,6 @@ export interface GetSnapshotLimitsRequest {
3310
2650
  */
3311
2651
  DirectoryId: string | undefined;
3312
2652
  }
3313
- export declare namespace GetSnapshotLimitsRequest {
3314
- /**
3315
- * @internal
3316
- */
3317
- const filterSensitiveLog: (obj: GetSnapshotLimitsRequest) => any;
3318
- }
3319
2653
  /**
3320
2654
  * <p>Contains manual snapshot limit information for a directory.</p>
3321
2655
  */
@@ -3333,12 +2667,6 @@ export interface SnapshotLimits {
3333
2667
  */
3334
2668
  ManualSnapshotsLimitReached?: boolean;
3335
2669
  }
3336
- export declare namespace SnapshotLimits {
3337
- /**
3338
- * @internal
3339
- */
3340
- const filterSensitiveLog: (obj: SnapshotLimits) => any;
3341
- }
3342
2670
  /**
3343
2671
  * <p>Contains the results of the <a>GetSnapshotLimits</a> operation.</p>
3344
2672
  */
@@ -3349,12 +2677,6 @@ export interface GetSnapshotLimitsResult {
3349
2677
  */
3350
2678
  SnapshotLimits?: SnapshotLimits;
3351
2679
  }
3352
- export declare namespace GetSnapshotLimitsResult {
3353
- /**
3354
- * @internal
3355
- */
3356
- const filterSensitiveLog: (obj: GetSnapshotLimitsResult) => any;
3357
- }
3358
2680
  export interface ListCertificatesRequest {
3359
2681
  /**
3360
2682
  * <p>The identifier of the directory.</p>
@@ -3372,12 +2694,6 @@ export interface ListCertificatesRequest {
3372
2694
  */
3373
2695
  Limit?: number;
3374
2696
  }
3375
- export declare namespace ListCertificatesRequest {
3376
- /**
3377
- * @internal
3378
- */
3379
- const filterSensitiveLog: (obj: ListCertificatesRequest) => any;
3380
- }
3381
2697
  export interface ListCertificatesResult {
3382
2698
  /**
3383
2699
  * <p>Indicates whether another page of certificates is available when the number of available
@@ -3390,12 +2706,6 @@ export interface ListCertificatesResult {
3390
2706
  */
3391
2707
  CertificatesInfo?: CertificateInfo[];
3392
2708
  }
3393
- export declare namespace ListCertificatesResult {
3394
- /**
3395
- * @internal
3396
- */
3397
- const filterSensitiveLog: (obj: ListCertificatesResult) => any;
3398
- }
3399
2709
  export interface ListIpRoutesRequest {
3400
2710
  /**
3401
2711
  * <p>Identifier (ID) of the directory for which you want to retrieve the IP
@@ -3412,12 +2722,6 @@ export interface ListIpRoutesRequest {
3412
2722
  */
3413
2723
  Limit?: number;
3414
2724
  }
3415
- export declare namespace ListIpRoutesRequest {
3416
- /**
3417
- * @internal
3418
- */
3419
- const filterSensitiveLog: (obj: ListIpRoutesRequest) => any;
3420
- }
3421
2725
  export declare enum IpRouteStatusMsg {
3422
2726
  ADDED = "Added",
3423
2727
  ADDING = "Adding",
@@ -3455,12 +2759,6 @@ export interface IpRouteInfo {
3455
2759
  */
3456
2760
  Description?: string;
3457
2761
  }
3458
- export declare namespace IpRouteInfo {
3459
- /**
3460
- * @internal
3461
- */
3462
- const filterSensitiveLog: (obj: IpRouteInfo) => any;
3463
- }
3464
2762
  export interface ListIpRoutesResult {
3465
2763
  /**
3466
2764
  * <p>A list of <a>IpRoute</a>s.</p>
@@ -3472,12 +2770,6 @@ export interface ListIpRoutesResult {
3472
2770
  */
3473
2771
  NextToken?: string;
3474
2772
  }
3475
- export declare namespace ListIpRoutesResult {
3476
- /**
3477
- * @internal
3478
- */
3479
- const filterSensitiveLog: (obj: ListIpRoutesResult) => any;
3480
- }
3481
2773
  export interface ListLogSubscriptionsRequest {
3482
2774
  /**
3483
2775
  * <p>If a <i>DirectoryID</i> is provided, lists only the log subscription
@@ -3495,12 +2787,6 @@ export interface ListLogSubscriptionsRequest {
3495
2787
  */
3496
2788
  Limit?: number;
3497
2789
  }
3498
- export declare namespace ListLogSubscriptionsRequest {
3499
- /**
3500
- * @internal
3501
- */
3502
- const filterSensitiveLog: (obj: ListLogSubscriptionsRequest) => any;
3503
- }
3504
2790
  /**
3505
2791
  * <p>Represents a log subscription, which tracks real-time data from a chosen log group to a
3506
2792
  * specified destination.</p>
@@ -3520,12 +2806,6 @@ export interface LogSubscription {
3520
2806
  */
3521
2807
  SubscriptionCreatedDateTime?: Date;
3522
2808
  }
3523
- export declare namespace LogSubscription {
3524
- /**
3525
- * @internal
3526
- */
3527
- const filterSensitiveLog: (obj: LogSubscription) => any;
3528
- }
3529
2809
  export interface ListLogSubscriptionsResult {
3530
2810
  /**
3531
2811
  * <p>A list of active <a>LogSubscription</a> objects for calling the Amazon Web Services account.</p>
@@ -3536,12 +2816,6 @@ export interface ListLogSubscriptionsResult {
3536
2816
  */
3537
2817
  NextToken?: string;
3538
2818
  }
3539
- export declare namespace ListLogSubscriptionsResult {
3540
- /**
3541
- * @internal
3542
- */
3543
- const filterSensitiveLog: (obj: ListLogSubscriptionsResult) => any;
3544
- }
3545
2819
  export interface ListSchemaExtensionsRequest {
3546
2820
  /**
3547
2821
  * <p>The identifier of the directory from which to retrieve the schema extension
@@ -3558,12 +2832,6 @@ export interface ListSchemaExtensionsRequest {
3558
2832
  */
3559
2833
  Limit?: number;
3560
2834
  }
3561
- export declare namespace ListSchemaExtensionsRequest {
3562
- /**
3563
- * @internal
3564
- */
3565
- const filterSensitiveLog: (obj: ListSchemaExtensionsRequest) => any;
3566
- }
3567
2835
  export declare enum SchemaExtensionStatus {
3568
2836
  CANCELLED = "Cancelled",
3569
2837
  CANCEL_IN_PROGRESS = "CancelInProgress",
@@ -3609,12 +2877,6 @@ export interface SchemaExtensionInfo {
3609
2877
  */
3610
2878
  EndDateTime?: Date;
3611
2879
  }
3612
- export declare namespace SchemaExtensionInfo {
3613
- /**
3614
- * @internal
3615
- */
3616
- const filterSensitiveLog: (obj: SchemaExtensionInfo) => any;
3617
- }
3618
2880
  export interface ListSchemaExtensionsResult {
3619
2881
  /**
3620
2882
  * <p>Information about the schema extensions applied to the directory.</p>
@@ -3627,12 +2889,6 @@ export interface ListSchemaExtensionsResult {
3627
2889
  */
3628
2890
  NextToken?: string;
3629
2891
  }
3630
- export declare namespace ListSchemaExtensionsResult {
3631
- /**
3632
- * @internal
3633
- */
3634
- const filterSensitiveLog: (obj: ListSchemaExtensionsResult) => any;
3635
- }
3636
2892
  export interface ListTagsForResourceRequest {
3637
2893
  /**
3638
2894
  * <p>Identifier (ID) of the directory for which you want to retrieve tags.</p>
@@ -3647,12 +2903,6 @@ export interface ListTagsForResourceRequest {
3647
2903
  */
3648
2904
  Limit?: number;
3649
2905
  }
3650
- export declare namespace ListTagsForResourceRequest {
3651
- /**
3652
- * @internal
3653
- */
3654
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3655
- }
3656
2906
  export interface ListTagsForResourceResult {
3657
2907
  /**
3658
2908
  * <p>List of tags returned by the ListTagsForResource operation.</p>
@@ -3663,12 +2913,6 @@ export interface ListTagsForResourceResult {
3663
2913
  */
3664
2914
  NextToken?: string;
3665
2915
  }
3666
- export declare namespace ListTagsForResourceResult {
3667
- /**
3668
- * @internal
3669
- */
3670
- const filterSensitiveLog: (obj: ListTagsForResourceResult) => any;
3671
- }
3672
2916
  /**
3673
2917
  * <p>The certificate PEM that was provided has incorrect encoding.</p>
3674
2918
  */
@@ -3706,24 +2950,12 @@ export interface RegisterCertificateRequest {
3706
2950
  */
3707
2951
  ClientCertAuthSettings?: ClientCertAuthSettings;
3708
2952
  }
3709
- export declare namespace RegisterCertificateRequest {
3710
- /**
3711
- * @internal
3712
- */
3713
- const filterSensitiveLog: (obj: RegisterCertificateRequest) => any;
3714
- }
3715
2953
  export interface RegisterCertificateResult {
3716
2954
  /**
3717
2955
  * <p>The identifier of the certificate.</p>
3718
2956
  */
3719
2957
  CertificateId?: string;
3720
2958
  }
3721
- export declare namespace RegisterCertificateResult {
3722
- /**
3723
- * @internal
3724
- */
3725
- const filterSensitiveLog: (obj: RegisterCertificateResult) => any;
3726
- }
3727
2959
  /**
3728
2960
  * <p>Registers a new event topic.</p>
3729
2961
  */
@@ -3738,23 +2970,11 @@ export interface RegisterEventTopicRequest {
3738
2970
  */
3739
2971
  TopicName: string | undefined;
3740
2972
  }
3741
- export declare namespace RegisterEventTopicRequest {
3742
- /**
3743
- * @internal
3744
- */
3745
- const filterSensitiveLog: (obj: RegisterEventTopicRequest) => any;
3746
- }
3747
2973
  /**
3748
2974
  * <p>The result of a RegisterEventTopic request.</p>
3749
2975
  */
3750
2976
  export interface RegisterEventTopicResult {
3751
2977
  }
3752
- export declare namespace RegisterEventTopicResult {
3753
- /**
3754
- * @internal
3755
- */
3756
- const filterSensitiveLog: (obj: RegisterEventTopicResult) => any;
3757
- }
3758
2978
  export interface RejectSharedDirectoryRequest {
3759
2979
  /**
3760
2980
  * <p>Identifier of the shared directory in the directory consumer account. This identifier is
@@ -3762,24 +2982,12 @@ export interface RejectSharedDirectoryRequest {
3762
2982
  */
3763
2983
  SharedDirectoryId: string | undefined;
3764
2984
  }
3765
- export declare namespace RejectSharedDirectoryRequest {
3766
- /**
3767
- * @internal
3768
- */
3769
- const filterSensitiveLog: (obj: RejectSharedDirectoryRequest) => any;
3770
- }
3771
2985
  export interface RejectSharedDirectoryResult {
3772
2986
  /**
3773
2987
  * <p>Identifier of the shared directory in the directory consumer account.</p>
3774
2988
  */
3775
2989
  SharedDirectoryId?: string;
3776
2990
  }
3777
- export declare namespace RejectSharedDirectoryResult {
3778
- /**
3779
- * @internal
3780
- */
3781
- const filterSensitiveLog: (obj: RejectSharedDirectoryResult) => any;
3782
- }
3783
2991
  export interface RemoveIpRoutesRequest {
3784
2992
  /**
3785
2993
  * <p>Identifier (ID) of the directory from which you want to remove the IP
@@ -3791,40 +2999,16 @@ export interface RemoveIpRoutesRequest {
3791
2999
  */
3792
3000
  CidrIps: string[] | undefined;
3793
3001
  }
3794
- export declare namespace RemoveIpRoutesRequest {
3795
- /**
3796
- * @internal
3797
- */
3798
- const filterSensitiveLog: (obj: RemoveIpRoutesRequest) => any;
3799
- }
3800
3002
  export interface RemoveIpRoutesResult {
3801
3003
  }
3802
- export declare namespace RemoveIpRoutesResult {
3803
- /**
3804
- * @internal
3805
- */
3806
- const filterSensitiveLog: (obj: RemoveIpRoutesResult) => any;
3807
- }
3808
3004
  export interface RemoveRegionRequest {
3809
3005
  /**
3810
3006
  * <p>The identifier of the directory for which you want to remove Region replication.</p>
3811
3007
  */
3812
3008
  DirectoryId: string | undefined;
3813
3009
  }
3814
- export declare namespace RemoveRegionRequest {
3815
- /**
3816
- * @internal
3817
- */
3818
- const filterSensitiveLog: (obj: RemoveRegionRequest) => any;
3819
- }
3820
3010
  export interface RemoveRegionResult {
3821
3011
  }
3822
- export declare namespace RemoveRegionResult {
3823
- /**
3824
- * @internal
3825
- */
3826
- const filterSensitiveLog: (obj: RemoveRegionResult) => any;
3827
- }
3828
3012
  export interface RemoveTagsFromResourceRequest {
3829
3013
  /**
3830
3014
  * <p>Identifier (ID) of the directory from which to remove the tag.</p>
@@ -3835,20 +3019,8 @@ export interface RemoveTagsFromResourceRequest {
3835
3019
  */
3836
3020
  TagKeys: string[] | undefined;
3837
3021
  }
3838
- export declare namespace RemoveTagsFromResourceRequest {
3839
- /**
3840
- * @internal
3841
- */
3842
- const filterSensitiveLog: (obj: RemoveTagsFromResourceRequest) => any;
3843
- }
3844
3022
  export interface RemoveTagsFromResourceResult {
3845
3023
  }
3846
- export declare namespace RemoveTagsFromResourceResult {
3847
- /**
3848
- * @internal
3849
- */
3850
- const filterSensitiveLog: (obj: RemoveTagsFromResourceResult) => any;
3851
- }
3852
3024
  /**
3853
3025
  * <p>The new password provided by the user does not meet the password complexity
3854
3026
  * requirements defined in your directory.</p>
@@ -3884,20 +3056,8 @@ export interface ResetUserPasswordRequest {
3884
3056
  */
3885
3057
  NewPassword: string | undefined;
3886
3058
  }
3887
- export declare namespace ResetUserPasswordRequest {
3888
- /**
3889
- * @internal
3890
- */
3891
- const filterSensitiveLog: (obj: ResetUserPasswordRequest) => any;
3892
- }
3893
3059
  export interface ResetUserPasswordResult {
3894
3060
  }
3895
- export declare namespace ResetUserPasswordResult {
3896
- /**
3897
- * @internal
3898
- */
3899
- const filterSensitiveLog: (obj: ResetUserPasswordResult) => any;
3900
- }
3901
3061
  /**
3902
3062
  * <p>The user provided a username that does not exist in your directory.</p>
3903
3063
  */
@@ -3926,23 +3086,11 @@ export interface RestoreFromSnapshotRequest {
3926
3086
  */
3927
3087
  SnapshotId: string | undefined;
3928
3088
  }
3929
- export declare namespace RestoreFromSnapshotRequest {
3930
- /**
3931
- * @internal
3932
- */
3933
- const filterSensitiveLog: (obj: RestoreFromSnapshotRequest) => any;
3934
- }
3935
3089
  /**
3936
3090
  * <p>Contains the results of the <a>RestoreFromSnapshot</a> operation.</p>
3937
3091
  */
3938
3092
  export interface RestoreFromSnapshotResult {
3939
3093
  }
3940
- export declare namespace RestoreFromSnapshotResult {
3941
- /**
3942
- * @internal
3943
- */
3944
- const filterSensitiveLog: (obj: RestoreFromSnapshotResult) => any;
3945
- }
3946
3094
  /**
3947
3095
  * <p>The specified shared target is not valid.</p>
3948
3096
  */
@@ -3997,12 +3145,6 @@ export interface ShareTarget {
3997
3145
  */
3998
3146
  Type: TargetType | string | undefined;
3999
3147
  }
4000
- export declare namespace ShareTarget {
4001
- /**
4002
- * @internal
4003
- */
4004
- const filterSensitiveLog: (obj: ShareTarget) => any;
4005
- }
4006
3148
  export interface ShareDirectoryRequest {
4007
3149
  /**
4008
3150
  * <p>Identifier of the Managed Microsoft AD directory that you want to share with other Amazon Web Services accounts.</p>
@@ -4026,12 +3168,6 @@ export interface ShareDirectoryRequest {
4026
3168
  */
4027
3169
  ShareMethod: ShareMethod | string | undefined;
4028
3170
  }
4029
- export declare namespace ShareDirectoryRequest {
4030
- /**
4031
- * @internal
4032
- */
4033
- const filterSensitiveLog: (obj: ShareDirectoryRequest) => any;
4034
- }
4035
3171
  export interface ShareDirectoryResult {
4036
3172
  /**
4037
3173
  * <p>Identifier of the directory that is stored in the directory consumer account that is
@@ -4039,12 +3175,6 @@ export interface ShareDirectoryResult {
4039
3175
  */
4040
3176
  SharedDirectoryId?: string;
4041
3177
  }
4042
- export declare namespace ShareDirectoryResult {
4043
- /**
4044
- * @internal
4045
- */
4046
- const filterSensitiveLog: (obj: ShareDirectoryResult) => any;
4047
- }
4048
3178
  /**
4049
3179
  * <p>The maximum number of Amazon Web Services accounts that you can share with this directory has been
4050
3180
  * reached.</p>
@@ -4087,24 +3217,12 @@ export interface StartSchemaExtensionRequest {
4087
3217
  */
4088
3218
  Description: string | undefined;
4089
3219
  }
4090
- export declare namespace StartSchemaExtensionRequest {
4091
- /**
4092
- * @internal
4093
- */
4094
- const filterSensitiveLog: (obj: StartSchemaExtensionRequest) => any;
4095
- }
4096
3220
  export interface StartSchemaExtensionResult {
4097
3221
  /**
4098
3222
  * <p>The identifier of the schema extension that will be applied.</p>
4099
3223
  */
4100
3224
  SchemaExtensionId?: string;
4101
3225
  }
4102
- export declare namespace StartSchemaExtensionResult {
4103
- /**
4104
- * @internal
4105
- */
4106
- const filterSensitiveLog: (obj: StartSchemaExtensionResult) => any;
4107
- }
4108
3226
  /**
4109
3227
  * <p>Identifier that contains details about the directory consumer account with whom the
4110
3228
  * directory is being unshared.</p>
@@ -4119,12 +3237,6 @@ export interface UnshareTarget {
4119
3237
  */
4120
3238
  Type: TargetType | string | undefined;
4121
3239
  }
4122
- export declare namespace UnshareTarget {
4123
- /**
4124
- * @internal
4125
- */
4126
- const filterSensitiveLog: (obj: UnshareTarget) => any;
4127
- }
4128
3240
  export interface UnshareDirectoryRequest {
4129
3241
  /**
4130
3242
  * <p>The identifier of the Managed Microsoft AD directory that you want to stop
@@ -4137,12 +3249,6 @@ export interface UnshareDirectoryRequest {
4137
3249
  */
4138
3250
  UnshareTarget: UnshareTarget | undefined;
4139
3251
  }
4140
- export declare namespace UnshareDirectoryRequest {
4141
- /**
4142
- * @internal
4143
- */
4144
- const filterSensitiveLog: (obj: UnshareDirectoryRequest) => any;
4145
- }
4146
3252
  export interface UnshareDirectoryResult {
4147
3253
  /**
4148
3254
  * <p>Identifier of the directory stored in the directory consumer account that is to be
@@ -4150,12 +3256,6 @@ export interface UnshareDirectoryResult {
4150
3256
  */
4151
3257
  SharedDirectoryId?: string;
4152
3258
  }
4153
- export declare namespace UnshareDirectoryResult {
4154
- /**
4155
- * @internal
4156
- */
4157
- const filterSensitiveLog: (obj: UnshareDirectoryResult) => any;
4158
- }
4159
3259
  /**
4160
3260
  * <p>Updates a conditional forwarder.</p>
4161
3261
  */
@@ -4176,23 +3276,11 @@ export interface UpdateConditionalForwarderRequest {
4176
3276
  */
4177
3277
  DnsIpAddrs: string[] | undefined;
4178
3278
  }
4179
- export declare namespace UpdateConditionalForwarderRequest {
4180
- /**
4181
- * @internal
4182
- */
4183
- const filterSensitiveLog: (obj: UpdateConditionalForwarderRequest) => any;
4184
- }
4185
3279
  /**
4186
3280
  * <p>The result of an UpdateConditionalForwarder request.</p>
4187
3281
  */
4188
3282
  export interface UpdateConditionalForwarderResult {
4189
3283
  }
4190
- export declare namespace UpdateConditionalForwarderResult {
4191
- /**
4192
- * @internal
4193
- */
4194
- const filterSensitiveLog: (obj: UpdateConditionalForwarderResult) => any;
4195
- }
4196
3284
  /**
4197
3285
  * <p>The maximum allowed number of domain controllers per directory was exceeded. The
4198
3286
  * default limit per directory is 20 domain controllers.</p>
@@ -4224,20 +3312,8 @@ export interface UpdateNumberOfDomainControllersRequest {
4224
3312
  */
4225
3313
  DesiredNumber: number | undefined;
4226
3314
  }
4227
- export declare namespace UpdateNumberOfDomainControllersRequest {
4228
- /**
4229
- * @internal
4230
- */
4231
- const filterSensitiveLog: (obj: UpdateNumberOfDomainControllersRequest) => any;
4232
- }
4233
3315
  export interface UpdateNumberOfDomainControllersResult {
4234
3316
  }
4235
- export declare namespace UpdateNumberOfDomainControllersResult {
4236
- /**
4237
- * @internal
4238
- */
4239
- const filterSensitiveLog: (obj: UpdateNumberOfDomainControllersResult) => any;
4240
- }
4241
3317
  /**
4242
3318
  * <p>Contains the inputs for the <a>UpdateRadius</a> operation.</p>
4243
3319
  */
@@ -4253,23 +3329,11 @@ export interface UpdateRadiusRequest {
4253
3329
  */
4254
3330
  RadiusSettings: RadiusSettings | undefined;
4255
3331
  }
4256
- export declare namespace UpdateRadiusRequest {
4257
- /**
4258
- * @internal
4259
- */
4260
- const filterSensitiveLog: (obj: UpdateRadiusRequest) => any;
4261
- }
4262
3332
  /**
4263
3333
  * <p>Contains the results of the <a>UpdateRadius</a> operation.</p>
4264
3334
  */
4265
3335
  export interface UpdateRadiusResult {
4266
3336
  }
4267
- export declare namespace UpdateRadiusResult {
4268
- /**
4269
- * @internal
4270
- */
4271
- const filterSensitiveLog: (obj: UpdateRadiusResult) => any;
4272
- }
4273
3337
  /**
4274
3338
  * <p>The specified directory setting is not compatible with other settings.</p>
4275
3339
  */
@@ -4324,12 +3388,6 @@ export interface Setting {
4324
3388
  */
4325
3389
  Value: string | undefined;
4326
3390
  }
4327
- export declare namespace Setting {
4328
- /**
4329
- * @internal
4330
- */
4331
- const filterSensitiveLog: (obj: Setting) => any;
4332
- }
4333
3391
  export interface UpdateSettingsRequest {
4334
3392
  /**
4335
3393
  * <p>The identifier of the directory for which to update settings.</p>
@@ -4340,24 +3398,12 @@ export interface UpdateSettingsRequest {
4340
3398
  */
4341
3399
  Settings: Setting[] | undefined;
4342
3400
  }
4343
- export declare namespace UpdateSettingsRequest {
4344
- /**
4345
- * @internal
4346
- */
4347
- const filterSensitiveLog: (obj: UpdateSettingsRequest) => any;
4348
- }
4349
3401
  export interface UpdateSettingsResult {
4350
3402
  /**
4351
3403
  * <p>The identifier of the directory.</p>
4352
3404
  */
4353
3405
  DirectoryId?: string;
4354
3406
  }
4355
- export declare namespace UpdateSettingsResult {
4356
- /**
4357
- * @internal
4358
- */
4359
- const filterSensitiveLog: (obj: UpdateSettingsResult) => any;
4360
- }
4361
3407
  export interface UpdateTrustRequest {
4362
3408
  /**
4363
3409
  * <p>Identifier of the trust relationship.</p>
@@ -4368,12 +3414,6 @@ export interface UpdateTrustRequest {
4368
3414
  */
4369
3415
  SelectiveAuth?: SelectiveAuth | string;
4370
3416
  }
4371
- export declare namespace UpdateTrustRequest {
4372
- /**
4373
- * @internal
4374
- */
4375
- const filterSensitiveLog: (obj: UpdateTrustRequest) => any;
4376
- }
4377
3417
  export interface UpdateTrustResult {
4378
3418
  /**
4379
3419
  * <p>The Amazon Web Services request identifier.</p>
@@ -4384,12 +3424,6 @@ export interface UpdateTrustResult {
4384
3424
  */
4385
3425
  TrustId?: string;
4386
3426
  }
4387
- export declare namespace UpdateTrustResult {
4388
- /**
4389
- * @internal
4390
- */
4391
- const filterSensitiveLog: (obj: UpdateTrustResult) => any;
4392
- }
4393
3427
  /**
4394
3428
  * <p>Initiates the verification of an existing trust relationship between an Managed Microsoft AD
4395
3429
  * directory and an external domain.</p>
@@ -4400,12 +3434,6 @@ export interface VerifyTrustRequest {
4400
3434
  */
4401
3435
  TrustId: string | undefined;
4402
3436
  }
4403
- export declare namespace VerifyTrustRequest {
4404
- /**
4405
- * @internal
4406
- */
4407
- const filterSensitiveLog: (obj: VerifyTrustRequest) => any;
4408
- }
4409
3437
  /**
4410
3438
  * <p>Result of a VerifyTrust request.</p>
4411
3439
  */
@@ -4415,9 +3443,655 @@ export interface VerifyTrustResult {
4415
3443
  */
4416
3444
  TrustId?: string;
4417
3445
  }
4418
- export declare namespace VerifyTrustResult {
4419
- /**
4420
- * @internal
4421
- */
4422
- const filterSensitiveLog: (obj: VerifyTrustResult) => any;
4423
- }
3446
+ /**
3447
+ * @internal
3448
+ */
3449
+ export declare const AcceptSharedDirectoryRequestFilterSensitiveLog: (obj: AcceptSharedDirectoryRequest) => any;
3450
+ /**
3451
+ * @internal
3452
+ */
3453
+ export declare const SharedDirectoryFilterSensitiveLog: (obj: SharedDirectory) => any;
3454
+ /**
3455
+ * @internal
3456
+ */
3457
+ export declare const AcceptSharedDirectoryResultFilterSensitiveLog: (obj: AcceptSharedDirectoryResult) => any;
3458
+ /**
3459
+ * @internal
3460
+ */
3461
+ export declare const IpRouteFilterSensitiveLog: (obj: IpRoute) => any;
3462
+ /**
3463
+ * @internal
3464
+ */
3465
+ export declare const AddIpRoutesRequestFilterSensitiveLog: (obj: AddIpRoutesRequest) => any;
3466
+ /**
3467
+ * @internal
3468
+ */
3469
+ export declare const AddIpRoutesResultFilterSensitiveLog: (obj: AddIpRoutesResult) => any;
3470
+ /**
3471
+ * @internal
3472
+ */
3473
+ export declare const DirectoryVpcSettingsFilterSensitiveLog: (obj: DirectoryVpcSettings) => any;
3474
+ /**
3475
+ * @internal
3476
+ */
3477
+ export declare const AddRegionRequestFilterSensitiveLog: (obj: AddRegionRequest) => any;
3478
+ /**
3479
+ * @internal
3480
+ */
3481
+ export declare const AddRegionResultFilterSensitiveLog: (obj: AddRegionResult) => any;
3482
+ /**
3483
+ * @internal
3484
+ */
3485
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3486
+ /**
3487
+ * @internal
3488
+ */
3489
+ export declare const AddTagsToResourceRequestFilterSensitiveLog: (obj: AddTagsToResourceRequest) => any;
3490
+ /**
3491
+ * @internal
3492
+ */
3493
+ export declare const AddTagsToResourceResultFilterSensitiveLog: (obj: AddTagsToResourceResult) => any;
3494
+ /**
3495
+ * @internal
3496
+ */
3497
+ export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
3498
+ /**
3499
+ * @internal
3500
+ */
3501
+ export declare const CancelSchemaExtensionRequestFilterSensitiveLog: (obj: CancelSchemaExtensionRequest) => any;
3502
+ /**
3503
+ * @internal
3504
+ */
3505
+ export declare const CancelSchemaExtensionResultFilterSensitiveLog: (obj: CancelSchemaExtensionResult) => any;
3506
+ /**
3507
+ * @internal
3508
+ */
3509
+ export declare const ClientCertAuthSettingsFilterSensitiveLog: (obj: ClientCertAuthSettings) => any;
3510
+ /**
3511
+ * @internal
3512
+ */
3513
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
3514
+ /**
3515
+ * @internal
3516
+ */
3517
+ export declare const CertificateInfoFilterSensitiveLog: (obj: CertificateInfo) => any;
3518
+ /**
3519
+ * @internal
3520
+ */
3521
+ export declare const ClientAuthenticationSettingInfoFilterSensitiveLog: (obj: ClientAuthenticationSettingInfo) => any;
3522
+ /**
3523
+ * @internal
3524
+ */
3525
+ export declare const ComputerFilterSensitiveLog: (obj: Computer) => any;
3526
+ /**
3527
+ * @internal
3528
+ */
3529
+ export declare const ConditionalForwarderFilterSensitiveLog: (obj: ConditionalForwarder) => any;
3530
+ /**
3531
+ * @internal
3532
+ */
3533
+ export declare const DirectoryConnectSettingsFilterSensitiveLog: (obj: DirectoryConnectSettings) => any;
3534
+ /**
3535
+ * @internal
3536
+ */
3537
+ export declare const ConnectDirectoryRequestFilterSensitiveLog: (obj: ConnectDirectoryRequest) => any;
3538
+ /**
3539
+ * @internal
3540
+ */
3541
+ export declare const ConnectDirectoryResultFilterSensitiveLog: (obj: ConnectDirectoryResult) => any;
3542
+ /**
3543
+ * @internal
3544
+ */
3545
+ export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
3546
+ /**
3547
+ * @internal
3548
+ */
3549
+ export declare const CreateAliasResultFilterSensitiveLog: (obj: CreateAliasResult) => any;
3550
+ /**
3551
+ * @internal
3552
+ */
3553
+ export declare const CreateComputerRequestFilterSensitiveLog: (obj: CreateComputerRequest) => any;
3554
+ /**
3555
+ * @internal
3556
+ */
3557
+ export declare const CreateComputerResultFilterSensitiveLog: (obj: CreateComputerResult) => any;
3558
+ /**
3559
+ * @internal
3560
+ */
3561
+ export declare const CreateConditionalForwarderRequestFilterSensitiveLog: (obj: CreateConditionalForwarderRequest) => any;
3562
+ /**
3563
+ * @internal
3564
+ */
3565
+ export declare const CreateConditionalForwarderResultFilterSensitiveLog: (obj: CreateConditionalForwarderResult) => any;
3566
+ /**
3567
+ * @internal
3568
+ */
3569
+ export declare const CreateDirectoryRequestFilterSensitiveLog: (obj: CreateDirectoryRequest) => any;
3570
+ /**
3571
+ * @internal
3572
+ */
3573
+ export declare const CreateDirectoryResultFilterSensitiveLog: (obj: CreateDirectoryResult) => any;
3574
+ /**
3575
+ * @internal
3576
+ */
3577
+ export declare const CreateLogSubscriptionRequestFilterSensitiveLog: (obj: CreateLogSubscriptionRequest) => any;
3578
+ /**
3579
+ * @internal
3580
+ */
3581
+ export declare const CreateLogSubscriptionResultFilterSensitiveLog: (obj: CreateLogSubscriptionResult) => any;
3582
+ /**
3583
+ * @internal
3584
+ */
3585
+ export declare const CreateMicrosoftADRequestFilterSensitiveLog: (obj: CreateMicrosoftADRequest) => any;
3586
+ /**
3587
+ * @internal
3588
+ */
3589
+ export declare const CreateMicrosoftADResultFilterSensitiveLog: (obj: CreateMicrosoftADResult) => any;
3590
+ /**
3591
+ * @internal
3592
+ */
3593
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (obj: CreateSnapshotRequest) => any;
3594
+ /**
3595
+ * @internal
3596
+ */
3597
+ export declare const CreateSnapshotResultFilterSensitiveLog: (obj: CreateSnapshotResult) => any;
3598
+ /**
3599
+ * @internal
3600
+ */
3601
+ export declare const CreateTrustRequestFilterSensitiveLog: (obj: CreateTrustRequest) => any;
3602
+ /**
3603
+ * @internal
3604
+ */
3605
+ export declare const CreateTrustResultFilterSensitiveLog: (obj: CreateTrustResult) => any;
3606
+ /**
3607
+ * @internal
3608
+ */
3609
+ export declare const DeleteConditionalForwarderRequestFilterSensitiveLog: (obj: DeleteConditionalForwarderRequest) => any;
3610
+ /**
3611
+ * @internal
3612
+ */
3613
+ export declare const DeleteConditionalForwarderResultFilterSensitiveLog: (obj: DeleteConditionalForwarderResult) => any;
3614
+ /**
3615
+ * @internal
3616
+ */
3617
+ export declare const DeleteDirectoryRequestFilterSensitiveLog: (obj: DeleteDirectoryRequest) => any;
3618
+ /**
3619
+ * @internal
3620
+ */
3621
+ export declare const DeleteDirectoryResultFilterSensitiveLog: (obj: DeleteDirectoryResult) => any;
3622
+ /**
3623
+ * @internal
3624
+ */
3625
+ export declare const DeleteLogSubscriptionRequestFilterSensitiveLog: (obj: DeleteLogSubscriptionRequest) => any;
3626
+ /**
3627
+ * @internal
3628
+ */
3629
+ export declare const DeleteLogSubscriptionResultFilterSensitiveLog: (obj: DeleteLogSubscriptionResult) => any;
3630
+ /**
3631
+ * @internal
3632
+ */
3633
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
3634
+ /**
3635
+ * @internal
3636
+ */
3637
+ export declare const DeleteSnapshotResultFilterSensitiveLog: (obj: DeleteSnapshotResult) => any;
3638
+ /**
3639
+ * @internal
3640
+ */
3641
+ export declare const DeleteTrustRequestFilterSensitiveLog: (obj: DeleteTrustRequest) => any;
3642
+ /**
3643
+ * @internal
3644
+ */
3645
+ export declare const DeleteTrustResultFilterSensitiveLog: (obj: DeleteTrustResult) => any;
3646
+ /**
3647
+ * @internal
3648
+ */
3649
+ export declare const DeregisterCertificateRequestFilterSensitiveLog: (obj: DeregisterCertificateRequest) => any;
3650
+ /**
3651
+ * @internal
3652
+ */
3653
+ export declare const DeregisterCertificateResultFilterSensitiveLog: (obj: DeregisterCertificateResult) => any;
3654
+ /**
3655
+ * @internal
3656
+ */
3657
+ export declare const DeregisterEventTopicRequestFilterSensitiveLog: (obj: DeregisterEventTopicRequest) => any;
3658
+ /**
3659
+ * @internal
3660
+ */
3661
+ export declare const DeregisterEventTopicResultFilterSensitiveLog: (obj: DeregisterEventTopicResult) => any;
3662
+ /**
3663
+ * @internal
3664
+ */
3665
+ export declare const DescribeCertificateRequestFilterSensitiveLog: (obj: DescribeCertificateRequest) => any;
3666
+ /**
3667
+ * @internal
3668
+ */
3669
+ export declare const DescribeCertificateResultFilterSensitiveLog: (obj: DescribeCertificateResult) => any;
3670
+ /**
3671
+ * @internal
3672
+ */
3673
+ export declare const DescribeClientAuthenticationSettingsRequestFilterSensitiveLog: (obj: DescribeClientAuthenticationSettingsRequest) => any;
3674
+ /**
3675
+ * @internal
3676
+ */
3677
+ export declare const DescribeClientAuthenticationSettingsResultFilterSensitiveLog: (obj: DescribeClientAuthenticationSettingsResult) => any;
3678
+ /**
3679
+ * @internal
3680
+ */
3681
+ export declare const DescribeConditionalForwardersRequestFilterSensitiveLog: (obj: DescribeConditionalForwardersRequest) => any;
3682
+ /**
3683
+ * @internal
3684
+ */
3685
+ export declare const DescribeConditionalForwardersResultFilterSensitiveLog: (obj: DescribeConditionalForwardersResult) => any;
3686
+ /**
3687
+ * @internal
3688
+ */
3689
+ export declare const DescribeDirectoriesRequestFilterSensitiveLog: (obj: DescribeDirectoriesRequest) => any;
3690
+ /**
3691
+ * @internal
3692
+ */
3693
+ export declare const DirectoryConnectSettingsDescriptionFilterSensitiveLog: (obj: DirectoryConnectSettingsDescription) => any;
3694
+ /**
3695
+ * @internal
3696
+ */
3697
+ export declare const RadiusSettingsFilterSensitiveLog: (obj: RadiusSettings) => any;
3698
+ /**
3699
+ * @internal
3700
+ */
3701
+ export declare const DirectoryVpcSettingsDescriptionFilterSensitiveLog: (obj: DirectoryVpcSettingsDescription) => any;
3702
+ /**
3703
+ * @internal
3704
+ */
3705
+ export declare const OwnerDirectoryDescriptionFilterSensitiveLog: (obj: OwnerDirectoryDescription) => any;
3706
+ /**
3707
+ * @internal
3708
+ */
3709
+ export declare const RegionsInfoFilterSensitiveLog: (obj: RegionsInfo) => any;
3710
+ /**
3711
+ * @internal
3712
+ */
3713
+ export declare const DirectoryDescriptionFilterSensitiveLog: (obj: DirectoryDescription) => any;
3714
+ /**
3715
+ * @internal
3716
+ */
3717
+ export declare const DescribeDirectoriesResultFilterSensitiveLog: (obj: DescribeDirectoriesResult) => any;
3718
+ /**
3719
+ * @internal
3720
+ */
3721
+ export declare const DescribeDomainControllersRequestFilterSensitiveLog: (obj: DescribeDomainControllersRequest) => any;
3722
+ /**
3723
+ * @internal
3724
+ */
3725
+ export declare const DomainControllerFilterSensitiveLog: (obj: DomainController) => any;
3726
+ /**
3727
+ * @internal
3728
+ */
3729
+ export declare const DescribeDomainControllersResultFilterSensitiveLog: (obj: DescribeDomainControllersResult) => any;
3730
+ /**
3731
+ * @internal
3732
+ */
3733
+ export declare const DescribeEventTopicsRequestFilterSensitiveLog: (obj: DescribeEventTopicsRequest) => any;
3734
+ /**
3735
+ * @internal
3736
+ */
3737
+ export declare const EventTopicFilterSensitiveLog: (obj: EventTopic) => any;
3738
+ /**
3739
+ * @internal
3740
+ */
3741
+ export declare const DescribeEventTopicsResultFilterSensitiveLog: (obj: DescribeEventTopicsResult) => any;
3742
+ /**
3743
+ * @internal
3744
+ */
3745
+ export declare const DescribeLDAPSSettingsRequestFilterSensitiveLog: (obj: DescribeLDAPSSettingsRequest) => any;
3746
+ /**
3747
+ * @internal
3748
+ */
3749
+ export declare const LDAPSSettingInfoFilterSensitiveLog: (obj: LDAPSSettingInfo) => any;
3750
+ /**
3751
+ * @internal
3752
+ */
3753
+ export declare const DescribeLDAPSSettingsResultFilterSensitiveLog: (obj: DescribeLDAPSSettingsResult) => any;
3754
+ /**
3755
+ * @internal
3756
+ */
3757
+ export declare const DescribeRegionsRequestFilterSensitiveLog: (obj: DescribeRegionsRequest) => any;
3758
+ /**
3759
+ * @internal
3760
+ */
3761
+ export declare const RegionDescriptionFilterSensitiveLog: (obj: RegionDescription) => any;
3762
+ /**
3763
+ * @internal
3764
+ */
3765
+ export declare const DescribeRegionsResultFilterSensitiveLog: (obj: DescribeRegionsResult) => any;
3766
+ /**
3767
+ * @internal
3768
+ */
3769
+ export declare const DescribeSettingsRequestFilterSensitiveLog: (obj: DescribeSettingsRequest) => any;
3770
+ /**
3771
+ * @internal
3772
+ */
3773
+ export declare const SettingEntryFilterSensitiveLog: (obj: SettingEntry) => any;
3774
+ /**
3775
+ * @internal
3776
+ */
3777
+ export declare const DescribeSettingsResultFilterSensitiveLog: (obj: DescribeSettingsResult) => any;
3778
+ /**
3779
+ * @internal
3780
+ */
3781
+ export declare const DescribeSharedDirectoriesRequestFilterSensitiveLog: (obj: DescribeSharedDirectoriesRequest) => any;
3782
+ /**
3783
+ * @internal
3784
+ */
3785
+ export declare const DescribeSharedDirectoriesResultFilterSensitiveLog: (obj: DescribeSharedDirectoriesResult) => any;
3786
+ /**
3787
+ * @internal
3788
+ */
3789
+ export declare const DescribeSnapshotsRequestFilterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
3790
+ /**
3791
+ * @internal
3792
+ */
3793
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
3794
+ /**
3795
+ * @internal
3796
+ */
3797
+ export declare const DescribeSnapshotsResultFilterSensitiveLog: (obj: DescribeSnapshotsResult) => any;
3798
+ /**
3799
+ * @internal
3800
+ */
3801
+ export declare const DescribeTrustsRequestFilterSensitiveLog: (obj: DescribeTrustsRequest) => any;
3802
+ /**
3803
+ * @internal
3804
+ */
3805
+ export declare const TrustFilterSensitiveLog: (obj: Trust) => any;
3806
+ /**
3807
+ * @internal
3808
+ */
3809
+ export declare const DescribeTrustsResultFilterSensitiveLog: (obj: DescribeTrustsResult) => any;
3810
+ /**
3811
+ * @internal
3812
+ */
3813
+ export declare const DirectoryLimitsFilterSensitiveLog: (obj: DirectoryLimits) => any;
3814
+ /**
3815
+ * @internal
3816
+ */
3817
+ export declare const DisableClientAuthenticationRequestFilterSensitiveLog: (obj: DisableClientAuthenticationRequest) => any;
3818
+ /**
3819
+ * @internal
3820
+ */
3821
+ export declare const DisableClientAuthenticationResultFilterSensitiveLog: (obj: DisableClientAuthenticationResult) => any;
3822
+ /**
3823
+ * @internal
3824
+ */
3825
+ export declare const DisableLDAPSRequestFilterSensitiveLog: (obj: DisableLDAPSRequest) => any;
3826
+ /**
3827
+ * @internal
3828
+ */
3829
+ export declare const DisableLDAPSResultFilterSensitiveLog: (obj: DisableLDAPSResult) => any;
3830
+ /**
3831
+ * @internal
3832
+ */
3833
+ export declare const DisableRadiusRequestFilterSensitiveLog: (obj: DisableRadiusRequest) => any;
3834
+ /**
3835
+ * @internal
3836
+ */
3837
+ export declare const DisableRadiusResultFilterSensitiveLog: (obj: DisableRadiusResult) => any;
3838
+ /**
3839
+ * @internal
3840
+ */
3841
+ export declare const DisableSsoRequestFilterSensitiveLog: (obj: DisableSsoRequest) => any;
3842
+ /**
3843
+ * @internal
3844
+ */
3845
+ export declare const DisableSsoResultFilterSensitiveLog: (obj: DisableSsoResult) => any;
3846
+ /**
3847
+ * @internal
3848
+ */
3849
+ export declare const EnableClientAuthenticationRequestFilterSensitiveLog: (obj: EnableClientAuthenticationRequest) => any;
3850
+ /**
3851
+ * @internal
3852
+ */
3853
+ export declare const EnableClientAuthenticationResultFilterSensitiveLog: (obj: EnableClientAuthenticationResult) => any;
3854
+ /**
3855
+ * @internal
3856
+ */
3857
+ export declare const EnableLDAPSRequestFilterSensitiveLog: (obj: EnableLDAPSRequest) => any;
3858
+ /**
3859
+ * @internal
3860
+ */
3861
+ export declare const EnableLDAPSResultFilterSensitiveLog: (obj: EnableLDAPSResult) => any;
3862
+ /**
3863
+ * @internal
3864
+ */
3865
+ export declare const EnableRadiusRequestFilterSensitiveLog: (obj: EnableRadiusRequest) => any;
3866
+ /**
3867
+ * @internal
3868
+ */
3869
+ export declare const EnableRadiusResultFilterSensitiveLog: (obj: EnableRadiusResult) => any;
3870
+ /**
3871
+ * @internal
3872
+ */
3873
+ export declare const EnableSsoRequestFilterSensitiveLog: (obj: EnableSsoRequest) => any;
3874
+ /**
3875
+ * @internal
3876
+ */
3877
+ export declare const EnableSsoResultFilterSensitiveLog: (obj: EnableSsoResult) => any;
3878
+ /**
3879
+ * @internal
3880
+ */
3881
+ export declare const GetDirectoryLimitsRequestFilterSensitiveLog: (obj: GetDirectoryLimitsRequest) => any;
3882
+ /**
3883
+ * @internal
3884
+ */
3885
+ export declare const GetDirectoryLimitsResultFilterSensitiveLog: (obj: GetDirectoryLimitsResult) => any;
3886
+ /**
3887
+ * @internal
3888
+ */
3889
+ export declare const GetSnapshotLimitsRequestFilterSensitiveLog: (obj: GetSnapshotLimitsRequest) => any;
3890
+ /**
3891
+ * @internal
3892
+ */
3893
+ export declare const SnapshotLimitsFilterSensitiveLog: (obj: SnapshotLimits) => any;
3894
+ /**
3895
+ * @internal
3896
+ */
3897
+ export declare const GetSnapshotLimitsResultFilterSensitiveLog: (obj: GetSnapshotLimitsResult) => any;
3898
+ /**
3899
+ * @internal
3900
+ */
3901
+ export declare const ListCertificatesRequestFilterSensitiveLog: (obj: ListCertificatesRequest) => any;
3902
+ /**
3903
+ * @internal
3904
+ */
3905
+ export declare const ListCertificatesResultFilterSensitiveLog: (obj: ListCertificatesResult) => any;
3906
+ /**
3907
+ * @internal
3908
+ */
3909
+ export declare const ListIpRoutesRequestFilterSensitiveLog: (obj: ListIpRoutesRequest) => any;
3910
+ /**
3911
+ * @internal
3912
+ */
3913
+ export declare const IpRouteInfoFilterSensitiveLog: (obj: IpRouteInfo) => any;
3914
+ /**
3915
+ * @internal
3916
+ */
3917
+ export declare const ListIpRoutesResultFilterSensitiveLog: (obj: ListIpRoutesResult) => any;
3918
+ /**
3919
+ * @internal
3920
+ */
3921
+ export declare const ListLogSubscriptionsRequestFilterSensitiveLog: (obj: ListLogSubscriptionsRequest) => any;
3922
+ /**
3923
+ * @internal
3924
+ */
3925
+ export declare const LogSubscriptionFilterSensitiveLog: (obj: LogSubscription) => any;
3926
+ /**
3927
+ * @internal
3928
+ */
3929
+ export declare const ListLogSubscriptionsResultFilterSensitiveLog: (obj: ListLogSubscriptionsResult) => any;
3930
+ /**
3931
+ * @internal
3932
+ */
3933
+ export declare const ListSchemaExtensionsRequestFilterSensitiveLog: (obj: ListSchemaExtensionsRequest) => any;
3934
+ /**
3935
+ * @internal
3936
+ */
3937
+ export declare const SchemaExtensionInfoFilterSensitiveLog: (obj: SchemaExtensionInfo) => any;
3938
+ /**
3939
+ * @internal
3940
+ */
3941
+ export declare const ListSchemaExtensionsResultFilterSensitiveLog: (obj: ListSchemaExtensionsResult) => any;
3942
+ /**
3943
+ * @internal
3944
+ */
3945
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3946
+ /**
3947
+ * @internal
3948
+ */
3949
+ export declare const ListTagsForResourceResultFilterSensitiveLog: (obj: ListTagsForResourceResult) => any;
3950
+ /**
3951
+ * @internal
3952
+ */
3953
+ export declare const RegisterCertificateRequestFilterSensitiveLog: (obj: RegisterCertificateRequest) => any;
3954
+ /**
3955
+ * @internal
3956
+ */
3957
+ export declare const RegisterCertificateResultFilterSensitiveLog: (obj: RegisterCertificateResult) => any;
3958
+ /**
3959
+ * @internal
3960
+ */
3961
+ export declare const RegisterEventTopicRequestFilterSensitiveLog: (obj: RegisterEventTopicRequest) => any;
3962
+ /**
3963
+ * @internal
3964
+ */
3965
+ export declare const RegisterEventTopicResultFilterSensitiveLog: (obj: RegisterEventTopicResult) => any;
3966
+ /**
3967
+ * @internal
3968
+ */
3969
+ export declare const RejectSharedDirectoryRequestFilterSensitiveLog: (obj: RejectSharedDirectoryRequest) => any;
3970
+ /**
3971
+ * @internal
3972
+ */
3973
+ export declare const RejectSharedDirectoryResultFilterSensitiveLog: (obj: RejectSharedDirectoryResult) => any;
3974
+ /**
3975
+ * @internal
3976
+ */
3977
+ export declare const RemoveIpRoutesRequestFilterSensitiveLog: (obj: RemoveIpRoutesRequest) => any;
3978
+ /**
3979
+ * @internal
3980
+ */
3981
+ export declare const RemoveIpRoutesResultFilterSensitiveLog: (obj: RemoveIpRoutesResult) => any;
3982
+ /**
3983
+ * @internal
3984
+ */
3985
+ export declare const RemoveRegionRequestFilterSensitiveLog: (obj: RemoveRegionRequest) => any;
3986
+ /**
3987
+ * @internal
3988
+ */
3989
+ export declare const RemoveRegionResultFilterSensitiveLog: (obj: RemoveRegionResult) => any;
3990
+ /**
3991
+ * @internal
3992
+ */
3993
+ export declare const RemoveTagsFromResourceRequestFilterSensitiveLog: (obj: RemoveTagsFromResourceRequest) => any;
3994
+ /**
3995
+ * @internal
3996
+ */
3997
+ export declare const RemoveTagsFromResourceResultFilterSensitiveLog: (obj: RemoveTagsFromResourceResult) => any;
3998
+ /**
3999
+ * @internal
4000
+ */
4001
+ export declare const ResetUserPasswordRequestFilterSensitiveLog: (obj: ResetUserPasswordRequest) => any;
4002
+ /**
4003
+ * @internal
4004
+ */
4005
+ export declare const ResetUserPasswordResultFilterSensitiveLog: (obj: ResetUserPasswordResult) => any;
4006
+ /**
4007
+ * @internal
4008
+ */
4009
+ export declare const RestoreFromSnapshotRequestFilterSensitiveLog: (obj: RestoreFromSnapshotRequest) => any;
4010
+ /**
4011
+ * @internal
4012
+ */
4013
+ export declare const RestoreFromSnapshotResultFilterSensitiveLog: (obj: RestoreFromSnapshotResult) => any;
4014
+ /**
4015
+ * @internal
4016
+ */
4017
+ export declare const ShareTargetFilterSensitiveLog: (obj: ShareTarget) => any;
4018
+ /**
4019
+ * @internal
4020
+ */
4021
+ export declare const ShareDirectoryRequestFilterSensitiveLog: (obj: ShareDirectoryRequest) => any;
4022
+ /**
4023
+ * @internal
4024
+ */
4025
+ export declare const ShareDirectoryResultFilterSensitiveLog: (obj: ShareDirectoryResult) => any;
4026
+ /**
4027
+ * @internal
4028
+ */
4029
+ export declare const StartSchemaExtensionRequestFilterSensitiveLog: (obj: StartSchemaExtensionRequest) => any;
4030
+ /**
4031
+ * @internal
4032
+ */
4033
+ export declare const StartSchemaExtensionResultFilterSensitiveLog: (obj: StartSchemaExtensionResult) => any;
4034
+ /**
4035
+ * @internal
4036
+ */
4037
+ export declare const UnshareTargetFilterSensitiveLog: (obj: UnshareTarget) => any;
4038
+ /**
4039
+ * @internal
4040
+ */
4041
+ export declare const UnshareDirectoryRequestFilterSensitiveLog: (obj: UnshareDirectoryRequest) => any;
4042
+ /**
4043
+ * @internal
4044
+ */
4045
+ export declare const UnshareDirectoryResultFilterSensitiveLog: (obj: UnshareDirectoryResult) => any;
4046
+ /**
4047
+ * @internal
4048
+ */
4049
+ export declare const UpdateConditionalForwarderRequestFilterSensitiveLog: (obj: UpdateConditionalForwarderRequest) => any;
4050
+ /**
4051
+ * @internal
4052
+ */
4053
+ export declare const UpdateConditionalForwarderResultFilterSensitiveLog: (obj: UpdateConditionalForwarderResult) => any;
4054
+ /**
4055
+ * @internal
4056
+ */
4057
+ export declare const UpdateNumberOfDomainControllersRequestFilterSensitiveLog: (obj: UpdateNumberOfDomainControllersRequest) => any;
4058
+ /**
4059
+ * @internal
4060
+ */
4061
+ export declare const UpdateNumberOfDomainControllersResultFilterSensitiveLog: (obj: UpdateNumberOfDomainControllersResult) => any;
4062
+ /**
4063
+ * @internal
4064
+ */
4065
+ export declare const UpdateRadiusRequestFilterSensitiveLog: (obj: UpdateRadiusRequest) => any;
4066
+ /**
4067
+ * @internal
4068
+ */
4069
+ export declare const UpdateRadiusResultFilterSensitiveLog: (obj: UpdateRadiusResult) => any;
4070
+ /**
4071
+ * @internal
4072
+ */
4073
+ export declare const SettingFilterSensitiveLog: (obj: Setting) => any;
4074
+ /**
4075
+ * @internal
4076
+ */
4077
+ export declare const UpdateSettingsRequestFilterSensitiveLog: (obj: UpdateSettingsRequest) => any;
4078
+ /**
4079
+ * @internal
4080
+ */
4081
+ export declare const UpdateSettingsResultFilterSensitiveLog: (obj: UpdateSettingsResult) => any;
4082
+ /**
4083
+ * @internal
4084
+ */
4085
+ export declare const UpdateTrustRequestFilterSensitiveLog: (obj: UpdateTrustRequest) => any;
4086
+ /**
4087
+ * @internal
4088
+ */
4089
+ export declare const UpdateTrustResultFilterSensitiveLog: (obj: UpdateTrustResult) => any;
4090
+ /**
4091
+ * @internal
4092
+ */
4093
+ export declare const VerifyTrustRequestFilterSensitiveLog: (obj: VerifyTrustRequest) => any;
4094
+ /**
4095
+ * @internal
4096
+ */
4097
+ export declare const VerifyTrustResultFilterSensitiveLog: (obj: VerifyTrustResult) => any;