@aws-sdk/client-directory-service 3.168.0 → 3.170.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 (83) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DirectoryService.d.ts +1180 -330
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +520 -138
  4. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +38 -17
  47. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +38 -17
  54. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +38 -17
  59. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +38 -17
  60. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/index.d.ts +65 -65
  70. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  71. package/dist-types/ts3.4/index.d.ts +6 -6
  72. package/dist-types/ts3.4/models/DirectoryServiceServiceException.d.ts +8 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +2368 -2133
  75. package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  78. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +785 -197
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  83. package/package.json +34 -34
@@ -1,2133 +1,2368 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException";
3
- export interface AcceptSharedDirectoryRequest {
4
-
5
- SharedDirectoryId: string | undefined;
6
- }
7
- export declare enum ShareMethod {
8
- HANDSHAKE = "HANDSHAKE",
9
- ORGANIZATIONS = "ORGANIZATIONS"
10
- }
11
- export declare enum ShareStatus {
12
- DELETED = "Deleted",
13
- DELETING = "Deleting",
14
- PENDING_ACCEPTANCE = "PendingAcceptance",
15
- REJECTED = "Rejected",
16
- REJECTING = "Rejecting",
17
- REJECT_FAILED = "RejectFailed",
18
- SHARED = "Shared",
19
- SHARE_FAILED = "ShareFailed",
20
- SHARING = "Sharing"
21
- }
22
-
23
- export interface SharedDirectory {
24
-
25
- OwnerAccountId?: string;
26
-
27
- OwnerDirectoryId?: string;
28
-
29
- ShareMethod?: ShareMethod | string;
30
-
31
- SharedAccountId?: string;
32
-
33
- SharedDirectoryId?: string;
34
-
35
- ShareStatus?: ShareStatus | string;
36
-
37
- ShareNotes?: string;
38
-
39
- CreatedDateTime?: Date;
40
-
41
- LastUpdatedDateTime?: Date;
42
- }
43
- export interface AcceptSharedDirectoryResult {
44
-
45
- SharedDirectory?: SharedDirectory;
46
- }
47
-
48
- export declare class ClientException extends __BaseException {
49
- readonly name: "ClientException";
50
- readonly $fault: "client";
51
-
52
- Message?: string;
53
-
54
- RequestId?: string;
55
-
56
- constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
57
- }
58
-
59
- export declare class DirectoryAlreadySharedException extends __BaseException {
60
- readonly name: "DirectoryAlreadySharedException";
61
- readonly $fault: "client";
62
-
63
- Message?: string;
64
-
65
- RequestId?: string;
66
-
67
- constructor(opts: __ExceptionOptionType<DirectoryAlreadySharedException, __BaseException>);
68
- }
69
-
70
- export declare class EntityDoesNotExistException extends __BaseException {
71
- readonly name: "EntityDoesNotExistException";
72
- readonly $fault: "client";
73
-
74
- Message?: string;
75
-
76
- RequestId?: string;
77
-
78
- constructor(opts: __ExceptionOptionType<EntityDoesNotExistException, __BaseException>);
79
- }
80
-
81
- export declare class InvalidParameterException extends __BaseException {
82
- readonly name: "InvalidParameterException";
83
- readonly $fault: "client";
84
-
85
- Message?: string;
86
-
87
- RequestId?: string;
88
-
89
- constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
90
- }
91
-
92
- export declare class ServiceException extends __BaseException {
93
- readonly name: "ServiceException";
94
- readonly $fault: "server";
95
-
96
- Message?: string;
97
-
98
- RequestId?: string;
99
-
100
- constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
101
- }
102
-
103
- export declare class AccessDeniedException extends __BaseException {
104
- readonly name: "AccessDeniedException";
105
- readonly $fault: "client";
106
-
107
- Message?: string;
108
-
109
- RequestId?: string;
110
-
111
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
112
- }
113
-
114
- export interface IpRoute {
115
-
116
- CidrIp?: string;
117
-
118
- Description?: string;
119
- }
120
- export interface AddIpRoutesRequest {
121
-
122
- DirectoryId: string | undefined;
123
-
124
- IpRoutes: IpRoute[] | undefined;
125
-
126
- UpdateSecurityGroupForDirectoryControllers?: boolean;
127
- }
128
- export interface AddIpRoutesResult {
129
- }
130
-
131
- export declare class DirectoryUnavailableException extends __BaseException {
132
- readonly name: "DirectoryUnavailableException";
133
- readonly $fault: "client";
134
-
135
- Message?: string;
136
-
137
- RequestId?: string;
138
-
139
- constructor(opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>);
140
- }
141
-
142
- export declare class EntityAlreadyExistsException extends __BaseException {
143
- readonly name: "EntityAlreadyExistsException";
144
- readonly $fault: "client";
145
-
146
- Message?: string;
147
-
148
- RequestId?: string;
149
-
150
- constructor(opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>);
151
- }
152
-
153
- export declare class IpRouteLimitExceededException extends __BaseException {
154
- readonly name: "IpRouteLimitExceededException";
155
- readonly $fault: "client";
156
-
157
- Message?: string;
158
-
159
- RequestId?: string;
160
-
161
- constructor(opts: __ExceptionOptionType<IpRouteLimitExceededException, __BaseException>);
162
- }
163
-
164
- export interface DirectoryVpcSettings {
165
-
166
- VpcId: string | undefined;
167
-
168
- SubnetIds: string[] | undefined;
169
- }
170
- export interface AddRegionRequest {
171
-
172
- DirectoryId: string | undefined;
173
-
174
- RegionName: string | undefined;
175
-
176
- VPCSettings: DirectoryVpcSettings | undefined;
177
- }
178
- export interface AddRegionResult {
179
- }
180
-
181
- export declare class DirectoryAlreadyInRegionException extends __BaseException {
182
- readonly name: "DirectoryAlreadyInRegionException";
183
- readonly $fault: "client";
184
-
185
- Message?: string;
186
-
187
- RequestId?: string;
188
-
189
- constructor(opts: __ExceptionOptionType<DirectoryAlreadyInRegionException, __BaseException>);
190
- }
191
-
192
- export declare class DirectoryDoesNotExistException extends __BaseException {
193
- readonly name: "DirectoryDoesNotExistException";
194
- readonly $fault: "client";
195
-
196
- Message?: string;
197
-
198
- RequestId?: string;
199
-
200
- constructor(opts: __ExceptionOptionType<DirectoryDoesNotExistException, __BaseException>);
201
- }
202
-
203
- export declare class RegionLimitExceededException extends __BaseException {
204
- readonly name: "RegionLimitExceededException";
205
- readonly $fault: "client";
206
-
207
- Message?: string;
208
-
209
- RequestId?: string;
210
-
211
- constructor(opts: __ExceptionOptionType<RegionLimitExceededException, __BaseException>);
212
- }
213
-
214
- export declare class UnsupportedOperationException extends __BaseException {
215
- readonly name: "UnsupportedOperationException";
216
- readonly $fault: "client";
217
-
218
- Message?: string;
219
-
220
- RequestId?: string;
221
-
222
- constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
223
- }
224
-
225
- export interface Tag {
226
-
227
- Key: string | undefined;
228
-
229
- Value: string | undefined;
230
- }
231
- export interface AddTagsToResourceRequest {
232
-
233
- ResourceId: string | undefined;
234
-
235
- Tags: Tag[] | undefined;
236
- }
237
- export interface AddTagsToResourceResult {
238
- }
239
-
240
- export declare class TagLimitExceededException extends __BaseException {
241
- readonly name: "TagLimitExceededException";
242
- readonly $fault: "client";
243
-
244
- Message?: string;
245
-
246
- RequestId?: string;
247
-
248
- constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
249
- }
250
-
251
- export interface Attribute {
252
-
253
- Name?: string;
254
-
255
- Value?: string;
256
- }
257
-
258
- export declare class AuthenticationFailedException extends __BaseException {
259
- readonly name: "AuthenticationFailedException";
260
- readonly $fault: "client";
261
-
262
- Message?: string;
263
-
264
- RequestId?: string;
265
-
266
- constructor(opts: __ExceptionOptionType<AuthenticationFailedException, __BaseException>);
267
- }
268
- export interface CancelSchemaExtensionRequest {
269
-
270
- DirectoryId: string | undefined;
271
-
272
- SchemaExtensionId: string | undefined;
273
- }
274
- export interface CancelSchemaExtensionResult {
275
- }
276
-
277
- export interface ClientCertAuthSettings {
278
-
279
- OCSPUrl?: string;
280
- }
281
- export declare enum CertificateState {
282
- DEREGISTERED = "Deregistered",
283
- DEREGISTERING = "Deregistering",
284
- DEREGISTER_FAILED = "DeregisterFailed",
285
- REGISTERED = "Registered",
286
- REGISTERING = "Registering",
287
- REGISTER_FAILED = "RegisterFailed"
288
- }
289
- export declare enum CertificateType {
290
- CLIENT_CERT_AUTH = "ClientCertAuth",
291
- CLIENT_LDAPS = "ClientLDAPS"
292
- }
293
-
294
- export interface Certificate {
295
-
296
- CertificateId?: string;
297
-
298
- State?: CertificateState | string;
299
-
300
- StateReason?: string;
301
-
302
- CommonName?: string;
303
-
304
- RegisteredDateTime?: Date;
305
-
306
- ExpiryDateTime?: Date;
307
-
308
- Type?: CertificateType | string;
309
-
310
- ClientCertAuthSettings?: ClientCertAuthSettings;
311
- }
312
-
313
- export declare class CertificateAlreadyExistsException extends __BaseException {
314
- readonly name: "CertificateAlreadyExistsException";
315
- readonly $fault: "client";
316
-
317
- Message?: string;
318
-
319
- RequestId?: string;
320
-
321
- constructor(opts: __ExceptionOptionType<CertificateAlreadyExistsException, __BaseException>);
322
- }
323
-
324
- export declare class CertificateDoesNotExistException extends __BaseException {
325
- readonly name: "CertificateDoesNotExistException";
326
- readonly $fault: "client";
327
-
328
- Message?: string;
329
-
330
- RequestId?: string;
331
-
332
- constructor(opts: __ExceptionOptionType<CertificateDoesNotExistException, __BaseException>);
333
- }
334
-
335
- export interface CertificateInfo {
336
-
337
- CertificateId?: string;
338
-
339
- CommonName?: string;
340
-
341
- State?: CertificateState | string;
342
-
343
- ExpiryDateTime?: Date;
344
-
345
- Type?: CertificateType | string;
346
- }
347
-
348
- export declare class CertificateInUseException extends __BaseException {
349
- readonly name: "CertificateInUseException";
350
- readonly $fault: "client";
351
-
352
- Message?: string;
353
-
354
- RequestId?: string;
355
-
356
- constructor(opts: __ExceptionOptionType<CertificateInUseException, __BaseException>);
357
- }
358
-
359
- export declare class CertificateLimitExceededException extends __BaseException {
360
- readonly name: "CertificateLimitExceededException";
361
- readonly $fault: "client";
362
-
363
- Message?: string;
364
-
365
- RequestId?: string;
366
-
367
- constructor(opts: __ExceptionOptionType<CertificateLimitExceededException, __BaseException>);
368
- }
369
- export declare enum ClientAuthenticationStatus {
370
- DISABLED = "Disabled",
371
- ENABLED = "Enabled"
372
- }
373
- export declare enum ClientAuthenticationType {
374
- SMART_CARD = "SmartCard",
375
- SMART_CARD_OR_PASSWORD = "SmartCardOrPassword"
376
- }
377
-
378
- export interface ClientAuthenticationSettingInfo {
379
-
380
- Type?: ClientAuthenticationType | string;
381
-
382
- Status?: ClientAuthenticationStatus | string;
383
-
384
- LastUpdatedDateTime?: Date;
385
- }
386
-
387
- export interface Computer {
388
-
389
- ComputerId?: string;
390
-
391
- ComputerName?: string;
392
-
393
- ComputerAttributes?: Attribute[];
394
- }
395
- export declare enum ReplicationScope {
396
- Domain = "Domain"
397
- }
398
-
399
- export interface ConditionalForwarder {
400
-
401
- RemoteDomainName?: string;
402
-
403
- DnsIpAddrs?: string[];
404
-
405
- ReplicationScope?: ReplicationScope | string;
406
- }
407
-
408
- export interface DirectoryConnectSettings {
409
-
410
- VpcId: string | undefined;
411
-
412
- SubnetIds: string[] | undefined;
413
-
414
- CustomerDnsIps: string[] | undefined;
415
-
416
- CustomerUserName: string | undefined;
417
- }
418
- export declare enum DirectorySize {
419
- LARGE = "Large",
420
- SMALL = "Small"
421
- }
422
-
423
- export interface ConnectDirectoryRequest {
424
-
425
- Name: string | undefined;
426
-
427
- ShortName?: string;
428
-
429
- Password: string | undefined;
430
-
431
- Description?: string;
432
-
433
- Size: DirectorySize | string | undefined;
434
-
435
- ConnectSettings: DirectoryConnectSettings | undefined;
436
-
437
- Tags?: Tag[];
438
- }
439
-
440
- export interface ConnectDirectoryResult {
441
-
442
- DirectoryId?: string;
443
- }
444
-
445
- export declare class DirectoryLimitExceededException extends __BaseException {
446
- readonly name: "DirectoryLimitExceededException";
447
- readonly $fault: "client";
448
-
449
- Message?: string;
450
-
451
- RequestId?: string;
452
-
453
- constructor(opts: __ExceptionOptionType<DirectoryLimitExceededException, __BaseException>);
454
- }
455
-
456
- export interface CreateAliasRequest {
457
-
458
- DirectoryId: string | undefined;
459
-
460
- Alias: string | undefined;
461
- }
462
-
463
- export interface CreateAliasResult {
464
-
465
- DirectoryId?: string;
466
-
467
- Alias?: string;
468
- }
469
-
470
- export interface CreateComputerRequest {
471
-
472
- DirectoryId: string | undefined;
473
-
474
- ComputerName: string | undefined;
475
-
476
- Password: string | undefined;
477
-
478
- OrganizationalUnitDistinguishedName?: string;
479
-
480
- ComputerAttributes?: Attribute[];
481
- }
482
-
483
- export interface CreateComputerResult {
484
-
485
- Computer?: Computer;
486
- }
487
-
488
- export interface CreateConditionalForwarderRequest {
489
-
490
- DirectoryId: string | undefined;
491
-
492
- RemoteDomainName: string | undefined;
493
-
494
- DnsIpAddrs: string[] | undefined;
495
- }
496
-
497
- export interface CreateConditionalForwarderResult {
498
- }
499
-
500
- export interface CreateDirectoryRequest {
501
-
502
- Name: string | undefined;
503
-
504
- ShortName?: string;
505
-
506
- Password: string | undefined;
507
-
508
- Description?: string;
509
-
510
- Size: DirectorySize | string | undefined;
511
-
512
- VpcSettings?: DirectoryVpcSettings;
513
-
514
- Tags?: Tag[];
515
- }
516
-
517
- export interface CreateDirectoryResult {
518
-
519
- DirectoryId?: string;
520
- }
521
- export interface CreateLogSubscriptionRequest {
522
-
523
- DirectoryId: string | undefined;
524
-
525
- LogGroupName: string | undefined;
526
- }
527
- export interface CreateLogSubscriptionResult {
528
- }
529
-
530
- export declare class InsufficientPermissionsException extends __BaseException {
531
- readonly name: "InsufficientPermissionsException";
532
- readonly $fault: "client";
533
-
534
- Message?: string;
535
-
536
- RequestId?: string;
537
-
538
- constructor(opts: __ExceptionOptionType<InsufficientPermissionsException, __BaseException>);
539
- }
540
- export declare enum DirectoryEdition {
541
- ENTERPRISE = "Enterprise",
542
- STANDARD = "Standard"
543
- }
544
-
545
- export interface CreateMicrosoftADRequest {
546
-
547
- Name: string | undefined;
548
-
549
- ShortName?: string;
550
-
551
- Password: string | undefined;
552
-
553
- Description?: string;
554
-
555
- VpcSettings: DirectoryVpcSettings | undefined;
556
-
557
- Edition?: DirectoryEdition | string;
558
-
559
- Tags?: Tag[];
560
- }
561
-
562
- export interface CreateMicrosoftADResult {
563
-
564
- DirectoryId?: string;
565
- }
566
-
567
- export interface CreateSnapshotRequest {
568
-
569
- DirectoryId: string | undefined;
570
-
571
- Name?: string;
572
- }
573
-
574
- export interface CreateSnapshotResult {
575
-
576
- SnapshotId?: string;
577
- }
578
-
579
- export declare class SnapshotLimitExceededException extends __BaseException {
580
- readonly name: "SnapshotLimitExceededException";
581
- readonly $fault: "client";
582
-
583
- Message?: string;
584
-
585
- RequestId?: string;
586
-
587
- constructor(opts: __ExceptionOptionType<SnapshotLimitExceededException, __BaseException>);
588
- }
589
- export declare enum SelectiveAuth {
590
- DISABLED = "Disabled",
591
- ENABLED = "Enabled"
592
- }
593
- export declare enum TrustDirection {
594
- ONE_WAY_INCOMING = "One-Way: Incoming",
595
- ONE_WAY_OUTGOING = "One-Way: Outgoing",
596
- TWO_WAY = "Two-Way"
597
- }
598
- export declare enum TrustType {
599
- EXTERNAL = "External",
600
- FOREST = "Forest"
601
- }
602
-
603
- export interface CreateTrustRequest {
604
-
605
- DirectoryId: string | undefined;
606
-
607
- RemoteDomainName: string | undefined;
608
-
609
- TrustPassword: string | undefined;
610
-
611
- TrustDirection: TrustDirection | string | undefined;
612
-
613
- TrustType?: TrustType | string;
614
-
615
- ConditionalForwarderIpAddrs?: string[];
616
-
617
- SelectiveAuth?: SelectiveAuth | string;
618
- }
619
-
620
- export interface CreateTrustResult {
621
-
622
- TrustId?: string;
623
- }
624
-
625
- export interface DeleteConditionalForwarderRequest {
626
-
627
- DirectoryId: string | undefined;
628
-
629
- RemoteDomainName: string | undefined;
630
- }
631
-
632
- export interface DeleteConditionalForwarderResult {
633
- }
634
-
635
- export interface DeleteDirectoryRequest {
636
-
637
- DirectoryId: string | undefined;
638
- }
639
-
640
- export interface DeleteDirectoryResult {
641
-
642
- DirectoryId?: string;
643
- }
644
- export interface DeleteLogSubscriptionRequest {
645
-
646
- DirectoryId: string | undefined;
647
- }
648
- export interface DeleteLogSubscriptionResult {
649
- }
650
-
651
- export interface DeleteSnapshotRequest {
652
-
653
- SnapshotId: string | undefined;
654
- }
655
-
656
- export interface DeleteSnapshotResult {
657
-
658
- SnapshotId?: string;
659
- }
660
-
661
- export interface DeleteTrustRequest {
662
-
663
- TrustId: string | undefined;
664
-
665
- DeleteAssociatedConditionalForwarder?: boolean;
666
- }
667
-
668
- export interface DeleteTrustResult {
669
-
670
- TrustId?: string;
671
- }
672
- export interface DeregisterCertificateRequest {
673
-
674
- DirectoryId: string | undefined;
675
-
676
- CertificateId: string | undefined;
677
- }
678
- export interface DeregisterCertificateResult {
679
- }
680
-
681
- export interface DeregisterEventTopicRequest {
682
-
683
- DirectoryId: string | undefined;
684
-
685
- TopicName: string | undefined;
686
- }
687
-
688
- export interface DeregisterEventTopicResult {
689
- }
690
- export interface DescribeCertificateRequest {
691
-
692
- DirectoryId: string | undefined;
693
-
694
- CertificateId: string | undefined;
695
- }
696
- export interface DescribeCertificateResult {
697
-
698
- Certificate?: Certificate;
699
- }
700
- export interface DescribeClientAuthenticationSettingsRequest {
701
-
702
- DirectoryId: string | undefined;
703
-
704
- Type?: ClientAuthenticationType | string;
705
-
706
- NextToken?: string;
707
-
708
- Limit?: number;
709
- }
710
- export interface DescribeClientAuthenticationSettingsResult {
711
-
712
- ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[];
713
-
714
- NextToken?: string;
715
- }
716
-
717
- export interface DescribeConditionalForwardersRequest {
718
-
719
- DirectoryId: string | undefined;
720
-
721
- RemoteDomainNames?: string[];
722
- }
723
-
724
- export interface DescribeConditionalForwardersResult {
725
-
726
- ConditionalForwarders?: ConditionalForwarder[];
727
- }
728
-
729
- export interface DescribeDirectoriesRequest {
730
-
731
- DirectoryIds?: string[];
732
-
733
- NextToken?: string;
734
-
735
- Limit?: number;
736
- }
737
-
738
- export interface DirectoryConnectSettingsDescription {
739
-
740
- VpcId?: string;
741
-
742
- SubnetIds?: string[];
743
-
744
- CustomerUserName?: string;
745
-
746
- SecurityGroupId?: string;
747
-
748
- AvailabilityZones?: string[];
749
-
750
- ConnectIps?: string[];
751
- }
752
- export declare enum RadiusAuthenticationProtocol {
753
- CHAP = "CHAP",
754
- MSCHAPV1 = "MS-CHAPv1",
755
- MSCHAPV2 = "MS-CHAPv2",
756
- PAP = "PAP"
757
- }
758
-
759
- export interface RadiusSettings {
760
-
761
- RadiusServers?: string[];
762
-
763
- RadiusPort?: number;
764
-
765
- RadiusTimeout?: number;
766
-
767
- RadiusRetries?: number;
768
-
769
- SharedSecret?: string;
770
-
771
- AuthenticationProtocol?: RadiusAuthenticationProtocol | string;
772
-
773
- DisplayLabel?: string;
774
-
775
- UseSameUsername?: boolean;
776
- }
777
- export declare enum RadiusStatus {
778
- COMPLETED = "Completed",
779
- CREATING = "Creating",
780
- FAILED = "Failed"
781
- }
782
-
783
- export interface DirectoryVpcSettingsDescription {
784
-
785
- VpcId?: string;
786
-
787
- SubnetIds?: string[];
788
-
789
- SecurityGroupId?: string;
790
-
791
- AvailabilityZones?: string[];
792
- }
793
-
794
- export interface OwnerDirectoryDescription {
795
-
796
- DirectoryId?: string;
797
-
798
- AccountId?: string;
799
-
800
- DnsIpAddrs?: string[];
801
-
802
- VpcSettings?: DirectoryVpcSettingsDescription;
803
-
804
- RadiusSettings?: RadiusSettings;
805
-
806
- RadiusStatus?: RadiusStatus | string;
807
- }
808
-
809
- export interface RegionsInfo {
810
-
811
- PrimaryRegion?: string;
812
-
813
- AdditionalRegions?: string[];
814
- }
815
- export declare enum DirectoryStage {
816
- ACTIVE = "Active",
817
- CREATED = "Created",
818
- CREATING = "Creating",
819
- DELETED = "Deleted",
820
- DELETING = "Deleting",
821
- FAILED = "Failed",
822
- IMPAIRED = "Impaired",
823
- INOPERABLE = "Inoperable",
824
- REQUESTED = "Requested",
825
- RESTOREFAILED = "RestoreFailed",
826
- RESTORING = "Restoring"
827
- }
828
- export declare enum DirectoryType {
829
- AD_CONNECTOR = "ADConnector",
830
- MICROSOFT_AD = "MicrosoftAD",
831
- SHARED_MICROSOFT_AD = "SharedMicrosoftAD",
832
- SIMPLE_AD = "SimpleAD"
833
- }
834
-
835
- export interface DirectoryDescription {
836
-
837
- DirectoryId?: string;
838
-
839
- Name?: string;
840
-
841
- ShortName?: string;
842
-
843
- Size?: DirectorySize | string;
844
-
845
- Edition?: DirectoryEdition | string;
846
-
847
- Alias?: string;
848
-
849
- AccessUrl?: string;
850
-
851
- Description?: string;
852
-
853
- DnsIpAddrs?: string[];
854
-
855
- Stage?: DirectoryStage | string;
856
-
857
- ShareStatus?: ShareStatus | string;
858
-
859
- ShareMethod?: ShareMethod | string;
860
-
861
- ShareNotes?: string;
862
-
863
- LaunchTime?: Date;
864
-
865
- StageLastUpdatedDateTime?: Date;
866
-
867
- Type?: DirectoryType | string;
868
-
869
- VpcSettings?: DirectoryVpcSettingsDescription;
870
-
871
- ConnectSettings?: DirectoryConnectSettingsDescription;
872
-
873
- RadiusSettings?: RadiusSettings;
874
-
875
- RadiusStatus?: RadiusStatus | string;
876
-
877
- StageReason?: string;
878
-
879
- SsoEnabled?: boolean;
880
-
881
- DesiredNumberOfDomainControllers?: number;
882
-
883
- OwnerDirectoryDescription?: OwnerDirectoryDescription;
884
-
885
- RegionsInfo?: RegionsInfo;
886
- }
887
-
888
- export interface DescribeDirectoriesResult {
889
-
890
- DirectoryDescriptions?: DirectoryDescription[];
891
-
892
- NextToken?: string;
893
- }
894
-
895
- export declare class InvalidNextTokenException extends __BaseException {
896
- readonly name: "InvalidNextTokenException";
897
- readonly $fault: "client";
898
-
899
- Message?: string;
900
-
901
- RequestId?: string;
902
-
903
- constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
904
- }
905
- export interface DescribeDomainControllersRequest {
906
-
907
- DirectoryId: string | undefined;
908
-
909
- DomainControllerIds?: string[];
910
-
911
- NextToken?: string;
912
-
913
- Limit?: number;
914
- }
915
- export declare enum DomainControllerStatus {
916
- ACTIVE = "Active",
917
- CREATING = "Creating",
918
- DELETED = "Deleted",
919
- DELETING = "Deleting",
920
- FAILED = "Failed",
921
- IMPAIRED = "Impaired",
922
- RESTORING = "Restoring"
923
- }
924
-
925
- export interface DomainController {
926
-
927
- DirectoryId?: string;
928
-
929
- DomainControllerId?: string;
930
-
931
- DnsIpAddr?: string;
932
-
933
- VpcId?: string;
934
-
935
- SubnetId?: string;
936
-
937
- AvailabilityZone?: string;
938
-
939
- Status?: DomainControllerStatus | string;
940
-
941
- StatusReason?: string;
942
-
943
- LaunchTime?: Date;
944
-
945
- StatusLastUpdatedDateTime?: Date;
946
- }
947
- export interface DescribeDomainControllersResult {
948
-
949
- DomainControllers?: DomainController[];
950
-
951
- NextToken?: string;
952
- }
953
-
954
- export interface DescribeEventTopicsRequest {
955
-
956
- DirectoryId?: string;
957
-
958
- TopicNames?: string[];
959
- }
960
- export declare enum TopicStatus {
961
- DELETED = "Deleted",
962
- FAILED = "Failed",
963
- REGISTERED = "Registered",
964
- TOPIC_NOT_FOUND = "Topic not found"
965
- }
966
-
967
- export interface EventTopic {
968
-
969
- DirectoryId?: string;
970
-
971
- TopicName?: string;
972
-
973
- TopicArn?: string;
974
-
975
- CreatedDateTime?: Date;
976
-
977
- Status?: TopicStatus | string;
978
- }
979
-
980
- export interface DescribeEventTopicsResult {
981
-
982
- EventTopics?: EventTopic[];
983
- }
984
- export declare enum LDAPSType {
985
- CLIENT = "Client"
986
- }
987
- export interface DescribeLDAPSSettingsRequest {
988
-
989
- DirectoryId: string | undefined;
990
-
991
- Type?: LDAPSType | string;
992
-
993
- NextToken?: string;
994
-
995
- Limit?: number;
996
- }
997
- export declare enum LDAPSStatus {
998
- DISABLED = "Disabled",
999
- ENABLED = "Enabled",
1000
- ENABLE_FAILED = "EnableFailed",
1001
- ENABLING = "Enabling"
1002
- }
1003
-
1004
- export interface LDAPSSettingInfo {
1005
-
1006
- LDAPSStatus?: LDAPSStatus | string;
1007
-
1008
- LDAPSStatusReason?: string;
1009
-
1010
- LastUpdatedDateTime?: Date;
1011
- }
1012
- export interface DescribeLDAPSSettingsResult {
1013
-
1014
- LDAPSSettingsInfo?: LDAPSSettingInfo[];
1015
-
1016
- NextToken?: string;
1017
- }
1018
- export interface DescribeRegionsRequest {
1019
-
1020
- DirectoryId: string | undefined;
1021
-
1022
- RegionName?: string;
1023
-
1024
- NextToken?: string;
1025
- }
1026
- export declare enum RegionType {
1027
- ADDITIONAL = "Additional",
1028
- PRIMARY = "Primary"
1029
- }
1030
-
1031
- export interface RegionDescription {
1032
-
1033
- DirectoryId?: string;
1034
-
1035
- RegionName?: string;
1036
-
1037
- RegionType?: RegionType | string;
1038
-
1039
- Status?: DirectoryStage | string;
1040
-
1041
- VpcSettings?: DirectoryVpcSettings;
1042
-
1043
- DesiredNumberOfDomainControllers?: number;
1044
-
1045
- LaunchTime?: Date;
1046
-
1047
- StatusLastUpdatedDateTime?: Date;
1048
-
1049
- LastUpdatedDateTime?: Date;
1050
- }
1051
- export interface DescribeRegionsResult {
1052
-
1053
- RegionsDescription?: RegionDescription[];
1054
-
1055
- NextToken?: string;
1056
- }
1057
- export declare enum DirectoryConfigurationStatus {
1058
- DEFAULT = "Default",
1059
- FAILED = "Failed",
1060
- REQUESTED = "Requested",
1061
- UPDATED = "Updated",
1062
- UPDATING = "Updating"
1063
- }
1064
- export interface DescribeSettingsRequest {
1065
-
1066
- DirectoryId: string | undefined;
1067
-
1068
- Status?: DirectoryConfigurationStatus | string;
1069
-
1070
- NextToken?: string;
1071
- }
1072
-
1073
- export interface SettingEntry {
1074
-
1075
- Type?: string;
1076
-
1077
- Name?: string;
1078
-
1079
- AllowedValues?: string;
1080
-
1081
- AppliedValue?: string;
1082
-
1083
- RequestedValue?: string;
1084
-
1085
- RequestStatus?: DirectoryConfigurationStatus | string;
1086
-
1087
- RequestDetailedStatus?: Record<string, DirectoryConfigurationStatus | string>;
1088
-
1089
- RequestStatusMessage?: string;
1090
-
1091
- LastUpdatedDateTime?: Date;
1092
-
1093
- LastRequestedDateTime?: Date;
1094
- }
1095
- export interface DescribeSettingsResult {
1096
-
1097
- DirectoryId?: string;
1098
-
1099
- SettingEntries?: SettingEntry[];
1100
-
1101
- NextToken?: string;
1102
- }
1103
- export interface DescribeSharedDirectoriesRequest {
1104
-
1105
- OwnerDirectoryId: string | undefined;
1106
-
1107
- SharedDirectoryIds?: string[];
1108
-
1109
- NextToken?: string;
1110
-
1111
- Limit?: number;
1112
- }
1113
- export interface DescribeSharedDirectoriesResult {
1114
-
1115
- SharedDirectories?: SharedDirectory[];
1116
-
1117
- NextToken?: string;
1118
- }
1119
-
1120
- export interface DescribeSnapshotsRequest {
1121
-
1122
- DirectoryId?: string;
1123
-
1124
- SnapshotIds?: string[];
1125
-
1126
- NextToken?: string;
1127
-
1128
- Limit?: number;
1129
- }
1130
- export declare enum SnapshotStatus {
1131
- COMPLETED = "Completed",
1132
- CREATING = "Creating",
1133
- FAILED = "Failed"
1134
- }
1135
- export declare enum SnapshotType {
1136
- AUTO = "Auto",
1137
- MANUAL = "Manual"
1138
- }
1139
-
1140
- export interface Snapshot {
1141
-
1142
- DirectoryId?: string;
1143
-
1144
- SnapshotId?: string;
1145
-
1146
- Type?: SnapshotType | string;
1147
-
1148
- Name?: string;
1149
-
1150
- Status?: SnapshotStatus | string;
1151
-
1152
- StartTime?: Date;
1153
- }
1154
-
1155
- export interface DescribeSnapshotsResult {
1156
-
1157
- Snapshots?: Snapshot[];
1158
-
1159
- NextToken?: string;
1160
- }
1161
-
1162
- export interface DescribeTrustsRequest {
1163
-
1164
- DirectoryId?: string;
1165
-
1166
- TrustIds?: string[];
1167
-
1168
- NextToken?: string;
1169
-
1170
- Limit?: number;
1171
- }
1172
- export declare enum TrustState {
1173
- CREATED = "Created",
1174
- CREATING = "Creating",
1175
- DELETED = "Deleted",
1176
- DELETING = "Deleting",
1177
- FAILED = "Failed",
1178
- UPDATED = "Updated",
1179
- UPDATE_FAILED = "UpdateFailed",
1180
- UPDATING = "Updating",
1181
- VERIFIED = "Verified",
1182
- VERIFYING = "Verifying",
1183
- VERIFY_FAILED = "VerifyFailed"
1184
- }
1185
-
1186
- export interface Trust {
1187
-
1188
- DirectoryId?: string;
1189
-
1190
- TrustId?: string;
1191
-
1192
- RemoteDomainName?: string;
1193
-
1194
- TrustType?: TrustType | string;
1195
-
1196
- TrustDirection?: TrustDirection | string;
1197
-
1198
- TrustState?: TrustState | string;
1199
-
1200
- CreatedDateTime?: Date;
1201
-
1202
- LastUpdatedDateTime?: Date;
1203
-
1204
- StateLastUpdatedDateTime?: Date;
1205
-
1206
- TrustStateReason?: string;
1207
-
1208
- SelectiveAuth?: SelectiveAuth | string;
1209
- }
1210
-
1211
- export interface DescribeTrustsResult {
1212
-
1213
- Trusts?: Trust[];
1214
-
1215
- NextToken?: string;
1216
- }
1217
-
1218
- export interface DirectoryLimits {
1219
-
1220
- CloudOnlyDirectoriesLimit?: number;
1221
-
1222
- CloudOnlyDirectoriesCurrentCount?: number;
1223
-
1224
- CloudOnlyDirectoriesLimitReached?: boolean;
1225
-
1226
- CloudOnlyMicrosoftADLimit?: number;
1227
-
1228
- CloudOnlyMicrosoftADCurrentCount?: number;
1229
-
1230
- CloudOnlyMicrosoftADLimitReached?: boolean;
1231
-
1232
- ConnectedDirectoriesLimit?: number;
1233
-
1234
- ConnectedDirectoriesCurrentCount?: number;
1235
-
1236
- ConnectedDirectoriesLimitReached?: boolean;
1237
- }
1238
-
1239
- export declare class DirectoryNotSharedException extends __BaseException {
1240
- readonly name: "DirectoryNotSharedException";
1241
- readonly $fault: "client";
1242
-
1243
- Message?: string;
1244
-
1245
- RequestId?: string;
1246
-
1247
- constructor(opts: __ExceptionOptionType<DirectoryNotSharedException, __BaseException>);
1248
- }
1249
- export interface DisableClientAuthenticationRequest {
1250
-
1251
- DirectoryId: string | undefined;
1252
-
1253
- Type: ClientAuthenticationType | string | undefined;
1254
- }
1255
- export interface DisableClientAuthenticationResult {
1256
- }
1257
-
1258
- export declare class InvalidClientAuthStatusException extends __BaseException {
1259
- readonly name: "InvalidClientAuthStatusException";
1260
- readonly $fault: "client";
1261
-
1262
- Message?: string;
1263
-
1264
- RequestId?: string;
1265
-
1266
- constructor(opts: __ExceptionOptionType<InvalidClientAuthStatusException, __BaseException>);
1267
- }
1268
- export interface DisableLDAPSRequest {
1269
-
1270
- DirectoryId: string | undefined;
1271
-
1272
- Type: LDAPSType | string | undefined;
1273
- }
1274
- export interface DisableLDAPSResult {
1275
- }
1276
-
1277
- export declare class InvalidLDAPSStatusException extends __BaseException {
1278
- readonly name: "InvalidLDAPSStatusException";
1279
- readonly $fault: "client";
1280
-
1281
- Message?: string;
1282
-
1283
- RequestId?: string;
1284
-
1285
- constructor(opts: __ExceptionOptionType<InvalidLDAPSStatusException, __BaseException>);
1286
- }
1287
-
1288
- export interface DisableRadiusRequest {
1289
-
1290
- DirectoryId: string | undefined;
1291
- }
1292
-
1293
- export interface DisableRadiusResult {
1294
- }
1295
-
1296
- export interface DisableSsoRequest {
1297
-
1298
- DirectoryId: string | undefined;
1299
-
1300
- UserName?: string;
1301
-
1302
- Password?: string;
1303
- }
1304
-
1305
- export interface DisableSsoResult {
1306
- }
1307
- export interface EnableClientAuthenticationRequest {
1308
-
1309
- DirectoryId: string | undefined;
1310
-
1311
- Type: ClientAuthenticationType | string | undefined;
1312
- }
1313
- export interface EnableClientAuthenticationResult {
1314
- }
1315
-
1316
- export declare class NoAvailableCertificateException extends __BaseException {
1317
- readonly name: "NoAvailableCertificateException";
1318
- readonly $fault: "client";
1319
-
1320
- Message?: string;
1321
-
1322
- RequestId?: string;
1323
-
1324
- constructor(opts: __ExceptionOptionType<NoAvailableCertificateException, __BaseException>);
1325
- }
1326
- export interface EnableLDAPSRequest {
1327
-
1328
- DirectoryId: string | undefined;
1329
-
1330
- Type: LDAPSType | string | undefined;
1331
- }
1332
- export interface EnableLDAPSResult {
1333
- }
1334
-
1335
- export interface EnableRadiusRequest {
1336
-
1337
- DirectoryId: string | undefined;
1338
-
1339
- RadiusSettings: RadiusSettings | undefined;
1340
- }
1341
-
1342
- export interface EnableRadiusResult {
1343
- }
1344
-
1345
- export interface EnableSsoRequest {
1346
-
1347
- DirectoryId: string | undefined;
1348
-
1349
- UserName?: string;
1350
-
1351
- Password?: string;
1352
- }
1353
-
1354
- export interface EnableSsoResult {
1355
- }
1356
-
1357
- export interface GetDirectoryLimitsRequest {
1358
- }
1359
-
1360
- export interface GetDirectoryLimitsResult {
1361
-
1362
- DirectoryLimits?: DirectoryLimits;
1363
- }
1364
-
1365
- export interface GetSnapshotLimitsRequest {
1366
-
1367
- DirectoryId: string | undefined;
1368
- }
1369
-
1370
- export interface SnapshotLimits {
1371
-
1372
- ManualSnapshotsLimit?: number;
1373
-
1374
- ManualSnapshotsCurrentCount?: number;
1375
-
1376
- ManualSnapshotsLimitReached?: boolean;
1377
- }
1378
-
1379
- export interface GetSnapshotLimitsResult {
1380
-
1381
- SnapshotLimits?: SnapshotLimits;
1382
- }
1383
- export interface ListCertificatesRequest {
1384
-
1385
- DirectoryId: string | undefined;
1386
-
1387
- NextToken?: string;
1388
-
1389
- Limit?: number;
1390
- }
1391
- export interface ListCertificatesResult {
1392
-
1393
- NextToken?: string;
1394
-
1395
- CertificatesInfo?: CertificateInfo[];
1396
- }
1397
- export interface ListIpRoutesRequest {
1398
-
1399
- DirectoryId: string | undefined;
1400
-
1401
- NextToken?: string;
1402
-
1403
- Limit?: number;
1404
- }
1405
- export declare enum IpRouteStatusMsg {
1406
- ADDED = "Added",
1407
- ADDING = "Adding",
1408
- ADD_FAILED = "AddFailed",
1409
- REMOVED = "Removed",
1410
- REMOVE_FAILED = "RemoveFailed",
1411
- REMOVING = "Removing"
1412
- }
1413
-
1414
- export interface IpRouteInfo {
1415
-
1416
- DirectoryId?: string;
1417
-
1418
- CidrIp?: string;
1419
-
1420
- IpRouteStatusMsg?: IpRouteStatusMsg | string;
1421
-
1422
- AddedDateTime?: Date;
1423
-
1424
- IpRouteStatusReason?: string;
1425
-
1426
- Description?: string;
1427
- }
1428
- export interface ListIpRoutesResult {
1429
-
1430
- IpRoutesInfo?: IpRouteInfo[];
1431
-
1432
- NextToken?: string;
1433
- }
1434
- export interface ListLogSubscriptionsRequest {
1435
-
1436
- DirectoryId?: string;
1437
-
1438
- NextToken?: string;
1439
-
1440
- Limit?: number;
1441
- }
1442
-
1443
- export interface LogSubscription {
1444
-
1445
- DirectoryId?: string;
1446
-
1447
- LogGroupName?: string;
1448
-
1449
- SubscriptionCreatedDateTime?: Date;
1450
- }
1451
- export interface ListLogSubscriptionsResult {
1452
-
1453
- LogSubscriptions?: LogSubscription[];
1454
-
1455
- NextToken?: string;
1456
- }
1457
- export interface ListSchemaExtensionsRequest {
1458
-
1459
- DirectoryId: string | undefined;
1460
-
1461
- NextToken?: string;
1462
-
1463
- Limit?: number;
1464
- }
1465
- export declare enum SchemaExtensionStatus {
1466
- CANCELLED = "Cancelled",
1467
- CANCEL_IN_PROGRESS = "CancelInProgress",
1468
- COMPLETED = "Completed",
1469
- CREATING_SNAPSHOT = "CreatingSnapshot",
1470
- FAILED = "Failed",
1471
- INITIALIZING = "Initializing",
1472
- REPLICATING = "Replicating",
1473
- ROLLBACK_IN_PROGRESS = "RollbackInProgress",
1474
- UPDATING_SCHEMA = "UpdatingSchema"
1475
- }
1476
-
1477
- export interface SchemaExtensionInfo {
1478
-
1479
- DirectoryId?: string;
1480
-
1481
- SchemaExtensionId?: string;
1482
-
1483
- Description?: string;
1484
-
1485
- SchemaExtensionStatus?: SchemaExtensionStatus | string;
1486
-
1487
- SchemaExtensionStatusReason?: string;
1488
-
1489
- StartDateTime?: Date;
1490
-
1491
- EndDateTime?: Date;
1492
- }
1493
- export interface ListSchemaExtensionsResult {
1494
-
1495
- SchemaExtensionsInfo?: SchemaExtensionInfo[];
1496
-
1497
- NextToken?: string;
1498
- }
1499
- export interface ListTagsForResourceRequest {
1500
-
1501
- ResourceId: string | undefined;
1502
-
1503
- NextToken?: string;
1504
-
1505
- Limit?: number;
1506
- }
1507
- export interface ListTagsForResourceResult {
1508
-
1509
- Tags?: Tag[];
1510
-
1511
- NextToken?: string;
1512
- }
1513
-
1514
- export declare class InvalidCertificateException extends __BaseException {
1515
- readonly name: "InvalidCertificateException";
1516
- readonly $fault: "client";
1517
-
1518
- Message?: string;
1519
-
1520
- RequestId?: string;
1521
-
1522
- constructor(opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>);
1523
- }
1524
- export interface RegisterCertificateRequest {
1525
-
1526
- DirectoryId: string | undefined;
1527
-
1528
- CertificateData: string | undefined;
1529
-
1530
- Type?: CertificateType | string;
1531
-
1532
- ClientCertAuthSettings?: ClientCertAuthSettings;
1533
- }
1534
- export interface RegisterCertificateResult {
1535
-
1536
- CertificateId?: string;
1537
- }
1538
-
1539
- export interface RegisterEventTopicRequest {
1540
-
1541
- DirectoryId: string | undefined;
1542
-
1543
- TopicName: string | undefined;
1544
- }
1545
-
1546
- export interface RegisterEventTopicResult {
1547
- }
1548
- export interface RejectSharedDirectoryRequest {
1549
-
1550
- SharedDirectoryId: string | undefined;
1551
- }
1552
- export interface RejectSharedDirectoryResult {
1553
-
1554
- SharedDirectoryId?: string;
1555
- }
1556
- export interface RemoveIpRoutesRequest {
1557
-
1558
- DirectoryId: string | undefined;
1559
-
1560
- CidrIps: string[] | undefined;
1561
- }
1562
- export interface RemoveIpRoutesResult {
1563
- }
1564
- export interface RemoveRegionRequest {
1565
-
1566
- DirectoryId: string | undefined;
1567
- }
1568
- export interface RemoveRegionResult {
1569
- }
1570
- export interface RemoveTagsFromResourceRequest {
1571
-
1572
- ResourceId: string | undefined;
1573
-
1574
- TagKeys: string[] | undefined;
1575
- }
1576
- export interface RemoveTagsFromResourceResult {
1577
- }
1578
-
1579
- export declare class InvalidPasswordException extends __BaseException {
1580
- readonly name: "InvalidPasswordException";
1581
- readonly $fault: "client";
1582
-
1583
- Message?: string;
1584
-
1585
- RequestId?: string;
1586
-
1587
- constructor(opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>);
1588
- }
1589
- export interface ResetUserPasswordRequest {
1590
-
1591
- DirectoryId: string | undefined;
1592
-
1593
- UserName: string | undefined;
1594
-
1595
- NewPassword: string | undefined;
1596
- }
1597
- export interface ResetUserPasswordResult {
1598
- }
1599
-
1600
- export declare class UserDoesNotExistException extends __BaseException {
1601
- readonly name: "UserDoesNotExistException";
1602
- readonly $fault: "client";
1603
-
1604
- Message?: string;
1605
-
1606
- RequestId?: string;
1607
-
1608
- constructor(opts: __ExceptionOptionType<UserDoesNotExistException, __BaseException>);
1609
- }
1610
-
1611
- export interface RestoreFromSnapshotRequest {
1612
-
1613
- SnapshotId: string | undefined;
1614
- }
1615
-
1616
- export interface RestoreFromSnapshotResult {
1617
- }
1618
-
1619
- export declare class InvalidTargetException extends __BaseException {
1620
- readonly name: "InvalidTargetException";
1621
- readonly $fault: "client";
1622
-
1623
- Message?: string;
1624
-
1625
- RequestId?: string;
1626
-
1627
- constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
1628
- }
1629
-
1630
- export declare class OrganizationsException extends __BaseException {
1631
- readonly name: "OrganizationsException";
1632
- readonly $fault: "client";
1633
-
1634
- Message?: string;
1635
-
1636
- RequestId?: string;
1637
-
1638
- constructor(opts: __ExceptionOptionType<OrganizationsException, __BaseException>);
1639
- }
1640
- export declare enum TargetType {
1641
- ACCOUNT = "ACCOUNT"
1642
- }
1643
-
1644
- export interface ShareTarget {
1645
-
1646
- Id: string | undefined;
1647
-
1648
- Type: TargetType | string | undefined;
1649
- }
1650
- export interface ShareDirectoryRequest {
1651
-
1652
- DirectoryId: string | undefined;
1653
-
1654
- ShareNotes?: string;
1655
-
1656
- ShareTarget: ShareTarget | undefined;
1657
-
1658
- ShareMethod: ShareMethod | string | undefined;
1659
- }
1660
- export interface ShareDirectoryResult {
1661
-
1662
- SharedDirectoryId?: string;
1663
- }
1664
-
1665
- export declare class ShareLimitExceededException extends __BaseException {
1666
- readonly name: "ShareLimitExceededException";
1667
- readonly $fault: "client";
1668
-
1669
- Message?: string;
1670
-
1671
- RequestId?: string;
1672
-
1673
- constructor(opts: __ExceptionOptionType<ShareLimitExceededException, __BaseException>);
1674
- }
1675
- export interface StartSchemaExtensionRequest {
1676
-
1677
- DirectoryId: string | undefined;
1678
-
1679
- CreateSnapshotBeforeSchemaExtension: boolean | undefined;
1680
-
1681
- LdifContent: string | undefined;
1682
-
1683
- Description: string | undefined;
1684
- }
1685
- export interface StartSchemaExtensionResult {
1686
-
1687
- SchemaExtensionId?: string;
1688
- }
1689
-
1690
- export interface UnshareTarget {
1691
-
1692
- Id: string | undefined;
1693
-
1694
- Type: TargetType | string | undefined;
1695
- }
1696
- export interface UnshareDirectoryRequest {
1697
-
1698
- DirectoryId: string | undefined;
1699
-
1700
- UnshareTarget: UnshareTarget | undefined;
1701
- }
1702
- export interface UnshareDirectoryResult {
1703
-
1704
- SharedDirectoryId?: string;
1705
- }
1706
-
1707
- export interface UpdateConditionalForwarderRequest {
1708
-
1709
- DirectoryId: string | undefined;
1710
-
1711
- RemoteDomainName: string | undefined;
1712
-
1713
- DnsIpAddrs: string[] | undefined;
1714
- }
1715
-
1716
- export interface UpdateConditionalForwarderResult {
1717
- }
1718
-
1719
- export declare class DomainControllerLimitExceededException extends __BaseException {
1720
- readonly name: "DomainControllerLimitExceededException";
1721
- readonly $fault: "client";
1722
-
1723
- Message?: string;
1724
-
1725
- RequestId?: string;
1726
-
1727
- constructor(opts: __ExceptionOptionType<DomainControllerLimitExceededException, __BaseException>);
1728
- }
1729
- export interface UpdateNumberOfDomainControllersRequest {
1730
-
1731
- DirectoryId: string | undefined;
1732
-
1733
- DesiredNumber: number | undefined;
1734
- }
1735
- export interface UpdateNumberOfDomainControllersResult {
1736
- }
1737
-
1738
- export interface UpdateRadiusRequest {
1739
-
1740
- DirectoryId: string | undefined;
1741
-
1742
- RadiusSettings: RadiusSettings | undefined;
1743
- }
1744
-
1745
- export interface UpdateRadiusResult {
1746
- }
1747
-
1748
- export declare class IncompatibleSettingsException extends __BaseException {
1749
- readonly name: "IncompatibleSettingsException";
1750
- readonly $fault: "client";
1751
-
1752
- Message?: string;
1753
-
1754
- RequestId?: string;
1755
-
1756
- constructor(opts: __ExceptionOptionType<IncompatibleSettingsException, __BaseException>);
1757
- }
1758
-
1759
- export declare class UnsupportedSettingsException extends __BaseException {
1760
- readonly name: "UnsupportedSettingsException";
1761
- readonly $fault: "client";
1762
-
1763
- Message?: string;
1764
-
1765
- RequestId?: string;
1766
-
1767
- constructor(opts: __ExceptionOptionType<UnsupportedSettingsException, __BaseException>);
1768
- }
1769
-
1770
- export interface Setting {
1771
-
1772
- Name: string | undefined;
1773
-
1774
- Value: string | undefined;
1775
- }
1776
- export interface UpdateSettingsRequest {
1777
-
1778
- DirectoryId: string | undefined;
1779
-
1780
- Settings: Setting[] | undefined;
1781
- }
1782
- export interface UpdateSettingsResult {
1783
-
1784
- DirectoryId?: string;
1785
- }
1786
- export interface UpdateTrustRequest {
1787
-
1788
- TrustId: string | undefined;
1789
-
1790
- SelectiveAuth?: SelectiveAuth | string;
1791
- }
1792
- export interface UpdateTrustResult {
1793
-
1794
- RequestId?: string;
1795
-
1796
- TrustId?: string;
1797
- }
1798
-
1799
- export interface VerifyTrustRequest {
1800
-
1801
- TrustId: string | undefined;
1802
- }
1803
-
1804
- export interface VerifyTrustResult {
1805
-
1806
- TrustId?: string;
1807
- }
1808
-
1809
- export declare const AcceptSharedDirectoryRequestFilterSensitiveLog: (obj: AcceptSharedDirectoryRequest) => any;
1810
-
1811
- export declare const SharedDirectoryFilterSensitiveLog: (obj: SharedDirectory) => any;
1812
-
1813
- export declare const AcceptSharedDirectoryResultFilterSensitiveLog: (obj: AcceptSharedDirectoryResult) => any;
1814
-
1815
- export declare const IpRouteFilterSensitiveLog: (obj: IpRoute) => any;
1816
-
1817
- export declare const AddIpRoutesRequestFilterSensitiveLog: (obj: AddIpRoutesRequest) => any;
1818
-
1819
- export declare const AddIpRoutesResultFilterSensitiveLog: (obj: AddIpRoutesResult) => any;
1820
-
1821
- export declare const DirectoryVpcSettingsFilterSensitiveLog: (obj: DirectoryVpcSettings) => any;
1822
-
1823
- export declare const AddRegionRequestFilterSensitiveLog: (obj: AddRegionRequest) => any;
1824
-
1825
- export declare const AddRegionResultFilterSensitiveLog: (obj: AddRegionResult) => any;
1826
-
1827
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1828
-
1829
- export declare const AddTagsToResourceRequestFilterSensitiveLog: (obj: AddTagsToResourceRequest) => any;
1830
-
1831
- export declare const AddTagsToResourceResultFilterSensitiveLog: (obj: AddTagsToResourceResult) => any;
1832
-
1833
- export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
1834
-
1835
- export declare const CancelSchemaExtensionRequestFilterSensitiveLog: (obj: CancelSchemaExtensionRequest) => any;
1836
-
1837
- export declare const CancelSchemaExtensionResultFilterSensitiveLog: (obj: CancelSchemaExtensionResult) => any;
1838
-
1839
- export declare const ClientCertAuthSettingsFilterSensitiveLog: (obj: ClientCertAuthSettings) => any;
1840
-
1841
- export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
1842
-
1843
- export declare const CertificateInfoFilterSensitiveLog: (obj: CertificateInfo) => any;
1844
-
1845
- export declare const ClientAuthenticationSettingInfoFilterSensitiveLog: (obj: ClientAuthenticationSettingInfo) => any;
1846
-
1847
- export declare const ComputerFilterSensitiveLog: (obj: Computer) => any;
1848
-
1849
- export declare const ConditionalForwarderFilterSensitiveLog: (obj: ConditionalForwarder) => any;
1850
-
1851
- export declare const DirectoryConnectSettingsFilterSensitiveLog: (obj: DirectoryConnectSettings) => any;
1852
-
1853
- export declare const ConnectDirectoryRequestFilterSensitiveLog: (obj: ConnectDirectoryRequest) => any;
1854
-
1855
- export declare const ConnectDirectoryResultFilterSensitiveLog: (obj: ConnectDirectoryResult) => any;
1856
-
1857
- export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
1858
-
1859
- export declare const CreateAliasResultFilterSensitiveLog: (obj: CreateAliasResult) => any;
1860
-
1861
- export declare const CreateComputerRequestFilterSensitiveLog: (obj: CreateComputerRequest) => any;
1862
-
1863
- export declare const CreateComputerResultFilterSensitiveLog: (obj: CreateComputerResult) => any;
1864
-
1865
- export declare const CreateConditionalForwarderRequestFilterSensitiveLog: (obj: CreateConditionalForwarderRequest) => any;
1866
-
1867
- export declare const CreateConditionalForwarderResultFilterSensitiveLog: (obj: CreateConditionalForwarderResult) => any;
1868
-
1869
- export declare const CreateDirectoryRequestFilterSensitiveLog: (obj: CreateDirectoryRequest) => any;
1870
-
1871
- export declare const CreateDirectoryResultFilterSensitiveLog: (obj: CreateDirectoryResult) => any;
1872
-
1873
- export declare const CreateLogSubscriptionRequestFilterSensitiveLog: (obj: CreateLogSubscriptionRequest) => any;
1874
-
1875
- export declare const CreateLogSubscriptionResultFilterSensitiveLog: (obj: CreateLogSubscriptionResult) => any;
1876
-
1877
- export declare const CreateMicrosoftADRequestFilterSensitiveLog: (obj: CreateMicrosoftADRequest) => any;
1878
-
1879
- export declare const CreateMicrosoftADResultFilterSensitiveLog: (obj: CreateMicrosoftADResult) => any;
1880
-
1881
- export declare const CreateSnapshotRequestFilterSensitiveLog: (obj: CreateSnapshotRequest) => any;
1882
-
1883
- export declare const CreateSnapshotResultFilterSensitiveLog: (obj: CreateSnapshotResult) => any;
1884
-
1885
- export declare const CreateTrustRequestFilterSensitiveLog: (obj: CreateTrustRequest) => any;
1886
-
1887
- export declare const CreateTrustResultFilterSensitiveLog: (obj: CreateTrustResult) => any;
1888
-
1889
- export declare const DeleteConditionalForwarderRequestFilterSensitiveLog: (obj: DeleteConditionalForwarderRequest) => any;
1890
-
1891
- export declare const DeleteConditionalForwarderResultFilterSensitiveLog: (obj: DeleteConditionalForwarderResult) => any;
1892
-
1893
- export declare const DeleteDirectoryRequestFilterSensitiveLog: (obj: DeleteDirectoryRequest) => any;
1894
-
1895
- export declare const DeleteDirectoryResultFilterSensitiveLog: (obj: DeleteDirectoryResult) => any;
1896
-
1897
- export declare const DeleteLogSubscriptionRequestFilterSensitiveLog: (obj: DeleteLogSubscriptionRequest) => any;
1898
-
1899
- export declare const DeleteLogSubscriptionResultFilterSensitiveLog: (obj: DeleteLogSubscriptionResult) => any;
1900
-
1901
- export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
1902
-
1903
- export declare const DeleteSnapshotResultFilterSensitiveLog: (obj: DeleteSnapshotResult) => any;
1904
-
1905
- export declare const DeleteTrustRequestFilterSensitiveLog: (obj: DeleteTrustRequest) => any;
1906
-
1907
- export declare const DeleteTrustResultFilterSensitiveLog: (obj: DeleteTrustResult) => any;
1908
-
1909
- export declare const DeregisterCertificateRequestFilterSensitiveLog: (obj: DeregisterCertificateRequest) => any;
1910
-
1911
- export declare const DeregisterCertificateResultFilterSensitiveLog: (obj: DeregisterCertificateResult) => any;
1912
-
1913
- export declare const DeregisterEventTopicRequestFilterSensitiveLog: (obj: DeregisterEventTopicRequest) => any;
1914
-
1915
- export declare const DeregisterEventTopicResultFilterSensitiveLog: (obj: DeregisterEventTopicResult) => any;
1916
-
1917
- export declare const DescribeCertificateRequestFilterSensitiveLog: (obj: DescribeCertificateRequest) => any;
1918
-
1919
- export declare const DescribeCertificateResultFilterSensitiveLog: (obj: DescribeCertificateResult) => any;
1920
-
1921
- export declare const DescribeClientAuthenticationSettingsRequestFilterSensitiveLog: (obj: DescribeClientAuthenticationSettingsRequest) => any;
1922
-
1923
- export declare const DescribeClientAuthenticationSettingsResultFilterSensitiveLog: (obj: DescribeClientAuthenticationSettingsResult) => any;
1924
-
1925
- export declare const DescribeConditionalForwardersRequestFilterSensitiveLog: (obj: DescribeConditionalForwardersRequest) => any;
1926
-
1927
- export declare const DescribeConditionalForwardersResultFilterSensitiveLog: (obj: DescribeConditionalForwardersResult) => any;
1928
-
1929
- export declare const DescribeDirectoriesRequestFilterSensitiveLog: (obj: DescribeDirectoriesRequest) => any;
1930
-
1931
- export declare const DirectoryConnectSettingsDescriptionFilterSensitiveLog: (obj: DirectoryConnectSettingsDescription) => any;
1932
-
1933
- export declare const RadiusSettingsFilterSensitiveLog: (obj: RadiusSettings) => any;
1934
-
1935
- export declare const DirectoryVpcSettingsDescriptionFilterSensitiveLog: (obj: DirectoryVpcSettingsDescription) => any;
1936
-
1937
- export declare const OwnerDirectoryDescriptionFilterSensitiveLog: (obj: OwnerDirectoryDescription) => any;
1938
-
1939
- export declare const RegionsInfoFilterSensitiveLog: (obj: RegionsInfo) => any;
1940
-
1941
- export declare const DirectoryDescriptionFilterSensitiveLog: (obj: DirectoryDescription) => any;
1942
-
1943
- export declare const DescribeDirectoriesResultFilterSensitiveLog: (obj: DescribeDirectoriesResult) => any;
1944
-
1945
- export declare const DescribeDomainControllersRequestFilterSensitiveLog: (obj: DescribeDomainControllersRequest) => any;
1946
-
1947
- export declare const DomainControllerFilterSensitiveLog: (obj: DomainController) => any;
1948
-
1949
- export declare const DescribeDomainControllersResultFilterSensitiveLog: (obj: DescribeDomainControllersResult) => any;
1950
-
1951
- export declare const DescribeEventTopicsRequestFilterSensitiveLog: (obj: DescribeEventTopicsRequest) => any;
1952
-
1953
- export declare const EventTopicFilterSensitiveLog: (obj: EventTopic) => any;
1954
-
1955
- export declare const DescribeEventTopicsResultFilterSensitiveLog: (obj: DescribeEventTopicsResult) => any;
1956
-
1957
- export declare const DescribeLDAPSSettingsRequestFilterSensitiveLog: (obj: DescribeLDAPSSettingsRequest) => any;
1958
-
1959
- export declare const LDAPSSettingInfoFilterSensitiveLog: (obj: LDAPSSettingInfo) => any;
1960
-
1961
- export declare const DescribeLDAPSSettingsResultFilterSensitiveLog: (obj: DescribeLDAPSSettingsResult) => any;
1962
-
1963
- export declare const DescribeRegionsRequestFilterSensitiveLog: (obj: DescribeRegionsRequest) => any;
1964
-
1965
- export declare const RegionDescriptionFilterSensitiveLog: (obj: RegionDescription) => any;
1966
-
1967
- export declare const DescribeRegionsResultFilterSensitiveLog: (obj: DescribeRegionsResult) => any;
1968
-
1969
- export declare const DescribeSettingsRequestFilterSensitiveLog: (obj: DescribeSettingsRequest) => any;
1970
-
1971
- export declare const SettingEntryFilterSensitiveLog: (obj: SettingEntry) => any;
1972
-
1973
- export declare const DescribeSettingsResultFilterSensitiveLog: (obj: DescribeSettingsResult) => any;
1974
-
1975
- export declare const DescribeSharedDirectoriesRequestFilterSensitiveLog: (obj: DescribeSharedDirectoriesRequest) => any;
1976
-
1977
- export declare const DescribeSharedDirectoriesResultFilterSensitiveLog: (obj: DescribeSharedDirectoriesResult) => any;
1978
-
1979
- export declare const DescribeSnapshotsRequestFilterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
1980
-
1981
- export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
1982
-
1983
- export declare const DescribeSnapshotsResultFilterSensitiveLog: (obj: DescribeSnapshotsResult) => any;
1984
-
1985
- export declare const DescribeTrustsRequestFilterSensitiveLog: (obj: DescribeTrustsRequest) => any;
1986
-
1987
- export declare const TrustFilterSensitiveLog: (obj: Trust) => any;
1988
-
1989
- export declare const DescribeTrustsResultFilterSensitiveLog: (obj: DescribeTrustsResult) => any;
1990
-
1991
- export declare const DirectoryLimitsFilterSensitiveLog: (obj: DirectoryLimits) => any;
1992
-
1993
- export declare const DisableClientAuthenticationRequestFilterSensitiveLog: (obj: DisableClientAuthenticationRequest) => any;
1994
-
1995
- export declare const DisableClientAuthenticationResultFilterSensitiveLog: (obj: DisableClientAuthenticationResult) => any;
1996
-
1997
- export declare const DisableLDAPSRequestFilterSensitiveLog: (obj: DisableLDAPSRequest) => any;
1998
-
1999
- export declare const DisableLDAPSResultFilterSensitiveLog: (obj: DisableLDAPSResult) => any;
2000
-
2001
- export declare const DisableRadiusRequestFilterSensitiveLog: (obj: DisableRadiusRequest) => any;
2002
-
2003
- export declare const DisableRadiusResultFilterSensitiveLog: (obj: DisableRadiusResult) => any;
2004
-
2005
- export declare const DisableSsoRequestFilterSensitiveLog: (obj: DisableSsoRequest) => any;
2006
-
2007
- export declare const DisableSsoResultFilterSensitiveLog: (obj: DisableSsoResult) => any;
2008
-
2009
- export declare const EnableClientAuthenticationRequestFilterSensitiveLog: (obj: EnableClientAuthenticationRequest) => any;
2010
-
2011
- export declare const EnableClientAuthenticationResultFilterSensitiveLog: (obj: EnableClientAuthenticationResult) => any;
2012
-
2013
- export declare const EnableLDAPSRequestFilterSensitiveLog: (obj: EnableLDAPSRequest) => any;
2014
-
2015
- export declare const EnableLDAPSResultFilterSensitiveLog: (obj: EnableLDAPSResult) => any;
2016
-
2017
- export declare const EnableRadiusRequestFilterSensitiveLog: (obj: EnableRadiusRequest) => any;
2018
-
2019
- export declare const EnableRadiusResultFilterSensitiveLog: (obj: EnableRadiusResult) => any;
2020
-
2021
- export declare const EnableSsoRequestFilterSensitiveLog: (obj: EnableSsoRequest) => any;
2022
-
2023
- export declare const EnableSsoResultFilterSensitiveLog: (obj: EnableSsoResult) => any;
2024
-
2025
- export declare const GetDirectoryLimitsRequestFilterSensitiveLog: (obj: GetDirectoryLimitsRequest) => any;
2026
-
2027
- export declare const GetDirectoryLimitsResultFilterSensitiveLog: (obj: GetDirectoryLimitsResult) => any;
2028
-
2029
- export declare const GetSnapshotLimitsRequestFilterSensitiveLog: (obj: GetSnapshotLimitsRequest) => any;
2030
-
2031
- export declare const SnapshotLimitsFilterSensitiveLog: (obj: SnapshotLimits) => any;
2032
-
2033
- export declare const GetSnapshotLimitsResultFilterSensitiveLog: (obj: GetSnapshotLimitsResult) => any;
2034
-
2035
- export declare const ListCertificatesRequestFilterSensitiveLog: (obj: ListCertificatesRequest) => any;
2036
-
2037
- export declare const ListCertificatesResultFilterSensitiveLog: (obj: ListCertificatesResult) => any;
2038
-
2039
- export declare const ListIpRoutesRequestFilterSensitiveLog: (obj: ListIpRoutesRequest) => any;
2040
-
2041
- export declare const IpRouteInfoFilterSensitiveLog: (obj: IpRouteInfo) => any;
2042
-
2043
- export declare const ListIpRoutesResultFilterSensitiveLog: (obj: ListIpRoutesResult) => any;
2044
-
2045
- export declare const ListLogSubscriptionsRequestFilterSensitiveLog: (obj: ListLogSubscriptionsRequest) => any;
2046
-
2047
- export declare const LogSubscriptionFilterSensitiveLog: (obj: LogSubscription) => any;
2048
-
2049
- export declare const ListLogSubscriptionsResultFilterSensitiveLog: (obj: ListLogSubscriptionsResult) => any;
2050
-
2051
- export declare const ListSchemaExtensionsRequestFilterSensitiveLog: (obj: ListSchemaExtensionsRequest) => any;
2052
-
2053
- export declare const SchemaExtensionInfoFilterSensitiveLog: (obj: SchemaExtensionInfo) => any;
2054
-
2055
- export declare const ListSchemaExtensionsResultFilterSensitiveLog: (obj: ListSchemaExtensionsResult) => any;
2056
-
2057
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2058
-
2059
- export declare const ListTagsForResourceResultFilterSensitiveLog: (obj: ListTagsForResourceResult) => any;
2060
-
2061
- export declare const RegisterCertificateRequestFilterSensitiveLog: (obj: RegisterCertificateRequest) => any;
2062
-
2063
- export declare const RegisterCertificateResultFilterSensitiveLog: (obj: RegisterCertificateResult) => any;
2064
-
2065
- export declare const RegisterEventTopicRequestFilterSensitiveLog: (obj: RegisterEventTopicRequest) => any;
2066
-
2067
- export declare const RegisterEventTopicResultFilterSensitiveLog: (obj: RegisterEventTopicResult) => any;
2068
-
2069
- export declare const RejectSharedDirectoryRequestFilterSensitiveLog: (obj: RejectSharedDirectoryRequest) => any;
2070
-
2071
- export declare const RejectSharedDirectoryResultFilterSensitiveLog: (obj: RejectSharedDirectoryResult) => any;
2072
-
2073
- export declare const RemoveIpRoutesRequestFilterSensitiveLog: (obj: RemoveIpRoutesRequest) => any;
2074
-
2075
- export declare const RemoveIpRoutesResultFilterSensitiveLog: (obj: RemoveIpRoutesResult) => any;
2076
-
2077
- export declare const RemoveRegionRequestFilterSensitiveLog: (obj: RemoveRegionRequest) => any;
2078
-
2079
- export declare const RemoveRegionResultFilterSensitiveLog: (obj: RemoveRegionResult) => any;
2080
-
2081
- export declare const RemoveTagsFromResourceRequestFilterSensitiveLog: (obj: RemoveTagsFromResourceRequest) => any;
2082
-
2083
- export declare const RemoveTagsFromResourceResultFilterSensitiveLog: (obj: RemoveTagsFromResourceResult) => any;
2084
-
2085
- export declare const ResetUserPasswordRequestFilterSensitiveLog: (obj: ResetUserPasswordRequest) => any;
2086
-
2087
- export declare const ResetUserPasswordResultFilterSensitiveLog: (obj: ResetUserPasswordResult) => any;
2088
-
2089
- export declare const RestoreFromSnapshotRequestFilterSensitiveLog: (obj: RestoreFromSnapshotRequest) => any;
2090
-
2091
- export declare const RestoreFromSnapshotResultFilterSensitiveLog: (obj: RestoreFromSnapshotResult) => any;
2092
-
2093
- export declare const ShareTargetFilterSensitiveLog: (obj: ShareTarget) => any;
2094
-
2095
- export declare const ShareDirectoryRequestFilterSensitiveLog: (obj: ShareDirectoryRequest) => any;
2096
-
2097
- export declare const ShareDirectoryResultFilterSensitiveLog: (obj: ShareDirectoryResult) => any;
2098
-
2099
- export declare const StartSchemaExtensionRequestFilterSensitiveLog: (obj: StartSchemaExtensionRequest) => any;
2100
-
2101
- export declare const StartSchemaExtensionResultFilterSensitiveLog: (obj: StartSchemaExtensionResult) => any;
2102
-
2103
- export declare const UnshareTargetFilterSensitiveLog: (obj: UnshareTarget) => any;
2104
-
2105
- export declare const UnshareDirectoryRequestFilterSensitiveLog: (obj: UnshareDirectoryRequest) => any;
2106
-
2107
- export declare const UnshareDirectoryResultFilterSensitiveLog: (obj: UnshareDirectoryResult) => any;
2108
-
2109
- export declare const UpdateConditionalForwarderRequestFilterSensitiveLog: (obj: UpdateConditionalForwarderRequest) => any;
2110
-
2111
- export declare const UpdateConditionalForwarderResultFilterSensitiveLog: (obj: UpdateConditionalForwarderResult) => any;
2112
-
2113
- export declare const UpdateNumberOfDomainControllersRequestFilterSensitiveLog: (obj: UpdateNumberOfDomainControllersRequest) => any;
2114
-
2115
- export declare const UpdateNumberOfDomainControllersResultFilterSensitiveLog: (obj: UpdateNumberOfDomainControllersResult) => any;
2116
-
2117
- export declare const UpdateRadiusRequestFilterSensitiveLog: (obj: UpdateRadiusRequest) => any;
2118
-
2119
- export declare const UpdateRadiusResultFilterSensitiveLog: (obj: UpdateRadiusResult) => any;
2120
-
2121
- export declare const SettingFilterSensitiveLog: (obj: Setting) => any;
2122
-
2123
- export declare const UpdateSettingsRequestFilterSensitiveLog: (obj: UpdateSettingsRequest) => any;
2124
-
2125
- export declare const UpdateSettingsResultFilterSensitiveLog: (obj: UpdateSettingsResult) => any;
2126
-
2127
- export declare const UpdateTrustRequestFilterSensitiveLog: (obj: UpdateTrustRequest) => any;
2128
-
2129
- export declare const UpdateTrustResultFilterSensitiveLog: (obj: UpdateTrustResult) => any;
2130
-
2131
- export declare const VerifyTrustRequestFilterSensitiveLog: (obj: VerifyTrustRequest) => any;
2132
-
2133
- export declare const VerifyTrustResultFilterSensitiveLog: (obj: VerifyTrustResult) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException";
3
+ export interface AcceptSharedDirectoryRequest {
4
+ SharedDirectoryId: string | undefined;
5
+ }
6
+ export declare enum ShareMethod {
7
+ HANDSHAKE = "HANDSHAKE",
8
+ ORGANIZATIONS = "ORGANIZATIONS",
9
+ }
10
+ export declare enum ShareStatus {
11
+ DELETED = "Deleted",
12
+ DELETING = "Deleting",
13
+ PENDING_ACCEPTANCE = "PendingAcceptance",
14
+ REJECTED = "Rejected",
15
+ REJECTING = "Rejecting",
16
+ REJECT_FAILED = "RejectFailed",
17
+ SHARED = "Shared",
18
+ SHARE_FAILED = "ShareFailed",
19
+ SHARING = "Sharing",
20
+ }
21
+
22
+ export interface SharedDirectory {
23
+ OwnerAccountId?: string;
24
+
25
+ OwnerDirectoryId?: string;
26
+
27
+ ShareMethod?: ShareMethod | string;
28
+
29
+ SharedAccountId?: string;
30
+
31
+ SharedDirectoryId?: string;
32
+
33
+ ShareStatus?: ShareStatus | string;
34
+
35
+ ShareNotes?: string;
36
+
37
+ CreatedDateTime?: Date;
38
+
39
+ LastUpdatedDateTime?: Date;
40
+ }
41
+ export interface AcceptSharedDirectoryResult {
42
+ SharedDirectory?: SharedDirectory;
43
+ }
44
+
45
+ export declare class ClientException extends __BaseException {
46
+ readonly name: "ClientException";
47
+ readonly $fault: "client";
48
+
49
+ Message?: string;
50
+
51
+ RequestId?: string;
52
+
53
+ constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
54
+ }
55
+
56
+ export declare class DirectoryAlreadySharedException extends __BaseException {
57
+ readonly name: "DirectoryAlreadySharedException";
58
+ readonly $fault: "client";
59
+
60
+ Message?: string;
61
+
62
+ RequestId?: string;
63
+
64
+ constructor(
65
+ opts: __ExceptionOptionType<
66
+ DirectoryAlreadySharedException,
67
+ __BaseException
68
+ >
69
+ );
70
+ }
71
+
72
+ export declare class EntityDoesNotExistException extends __BaseException {
73
+ readonly name: "EntityDoesNotExistException";
74
+ readonly $fault: "client";
75
+
76
+ Message?: string;
77
+
78
+ RequestId?: string;
79
+
80
+ constructor(
81
+ opts: __ExceptionOptionType<EntityDoesNotExistException, __BaseException>
82
+ );
83
+ }
84
+
85
+ export declare class InvalidParameterException extends __BaseException {
86
+ readonly name: "InvalidParameterException";
87
+ readonly $fault: "client";
88
+
89
+ Message?: string;
90
+
91
+ RequestId?: string;
92
+
93
+ constructor(
94
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
95
+ );
96
+ }
97
+
98
+ export declare class ServiceException extends __BaseException {
99
+ readonly name: "ServiceException";
100
+ readonly $fault: "server";
101
+
102
+ Message?: string;
103
+
104
+ RequestId?: string;
105
+
106
+ constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
107
+ }
108
+
109
+ export declare class AccessDeniedException extends __BaseException {
110
+ readonly name: "AccessDeniedException";
111
+ readonly $fault: "client";
112
+
113
+ Message?: string;
114
+
115
+ RequestId?: string;
116
+
117
+ constructor(
118
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
119
+ );
120
+ }
121
+
122
+ export interface IpRoute {
123
+ CidrIp?: string;
124
+
125
+ Description?: string;
126
+ }
127
+ export interface AddIpRoutesRequest {
128
+ DirectoryId: string | undefined;
129
+
130
+ IpRoutes: IpRoute[] | undefined;
131
+
132
+ UpdateSecurityGroupForDirectoryControllers?: boolean;
133
+ }
134
+ export interface AddIpRoutesResult {}
135
+
136
+ export declare class DirectoryUnavailableException extends __BaseException {
137
+ readonly name: "DirectoryUnavailableException";
138
+ readonly $fault: "client";
139
+
140
+ Message?: string;
141
+
142
+ RequestId?: string;
143
+
144
+ constructor(
145
+ opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>
146
+ );
147
+ }
148
+
149
+ export declare class EntityAlreadyExistsException extends __BaseException {
150
+ readonly name: "EntityAlreadyExistsException";
151
+ readonly $fault: "client";
152
+
153
+ Message?: string;
154
+
155
+ RequestId?: string;
156
+
157
+ constructor(
158
+ opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
159
+ );
160
+ }
161
+
162
+ export declare class IpRouteLimitExceededException extends __BaseException {
163
+ readonly name: "IpRouteLimitExceededException";
164
+ readonly $fault: "client";
165
+
166
+ Message?: string;
167
+
168
+ RequestId?: string;
169
+
170
+ constructor(
171
+ opts: __ExceptionOptionType<IpRouteLimitExceededException, __BaseException>
172
+ );
173
+ }
174
+
175
+ export interface DirectoryVpcSettings {
176
+ VpcId: string | undefined;
177
+
178
+ SubnetIds: string[] | undefined;
179
+ }
180
+ export interface AddRegionRequest {
181
+ DirectoryId: string | undefined;
182
+
183
+ RegionName: string | undefined;
184
+
185
+ VPCSettings: DirectoryVpcSettings | undefined;
186
+ }
187
+ export interface AddRegionResult {}
188
+
189
+ export declare class DirectoryAlreadyInRegionException extends __BaseException {
190
+ readonly name: "DirectoryAlreadyInRegionException";
191
+ readonly $fault: "client";
192
+
193
+ Message?: string;
194
+
195
+ RequestId?: string;
196
+
197
+ constructor(
198
+ opts: __ExceptionOptionType<
199
+ DirectoryAlreadyInRegionException,
200
+ __BaseException
201
+ >
202
+ );
203
+ }
204
+
205
+ export declare class DirectoryDoesNotExistException extends __BaseException {
206
+ readonly name: "DirectoryDoesNotExistException";
207
+ readonly $fault: "client";
208
+
209
+ Message?: string;
210
+
211
+ RequestId?: string;
212
+
213
+ constructor(
214
+ opts: __ExceptionOptionType<DirectoryDoesNotExistException, __BaseException>
215
+ );
216
+ }
217
+
218
+ export declare class RegionLimitExceededException extends __BaseException {
219
+ readonly name: "RegionLimitExceededException";
220
+ readonly $fault: "client";
221
+
222
+ Message?: string;
223
+
224
+ RequestId?: string;
225
+
226
+ constructor(
227
+ opts: __ExceptionOptionType<RegionLimitExceededException, __BaseException>
228
+ );
229
+ }
230
+
231
+ export declare class UnsupportedOperationException extends __BaseException {
232
+ readonly name: "UnsupportedOperationException";
233
+ readonly $fault: "client";
234
+
235
+ Message?: string;
236
+
237
+ RequestId?: string;
238
+
239
+ constructor(
240
+ opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
241
+ );
242
+ }
243
+
244
+ export interface Tag {
245
+ Key: string | undefined;
246
+
247
+ Value: string | undefined;
248
+ }
249
+ export interface AddTagsToResourceRequest {
250
+ ResourceId: string | undefined;
251
+
252
+ Tags: Tag[] | undefined;
253
+ }
254
+ export interface AddTagsToResourceResult {}
255
+
256
+ export declare class TagLimitExceededException extends __BaseException {
257
+ readonly name: "TagLimitExceededException";
258
+ readonly $fault: "client";
259
+
260
+ Message?: string;
261
+
262
+ RequestId?: string;
263
+
264
+ constructor(
265
+ opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>
266
+ );
267
+ }
268
+
269
+ export interface Attribute {
270
+ Name?: string;
271
+
272
+ Value?: string;
273
+ }
274
+
275
+ export declare class AuthenticationFailedException extends __BaseException {
276
+ readonly name: "AuthenticationFailedException";
277
+ readonly $fault: "client";
278
+
279
+ Message?: string;
280
+
281
+ RequestId?: string;
282
+
283
+ constructor(
284
+ opts: __ExceptionOptionType<AuthenticationFailedException, __BaseException>
285
+ );
286
+ }
287
+ export interface CancelSchemaExtensionRequest {
288
+ DirectoryId: string | undefined;
289
+
290
+ SchemaExtensionId: string | undefined;
291
+ }
292
+ export interface CancelSchemaExtensionResult {}
293
+
294
+ export interface ClientCertAuthSettings {
295
+ OCSPUrl?: string;
296
+ }
297
+ export declare enum CertificateState {
298
+ DEREGISTERED = "Deregistered",
299
+ DEREGISTERING = "Deregistering",
300
+ DEREGISTER_FAILED = "DeregisterFailed",
301
+ REGISTERED = "Registered",
302
+ REGISTERING = "Registering",
303
+ REGISTER_FAILED = "RegisterFailed",
304
+ }
305
+ export declare enum CertificateType {
306
+ CLIENT_CERT_AUTH = "ClientCertAuth",
307
+ CLIENT_LDAPS = "ClientLDAPS",
308
+ }
309
+
310
+ export interface Certificate {
311
+ CertificateId?: string;
312
+
313
+ State?: CertificateState | string;
314
+
315
+ StateReason?: string;
316
+
317
+ CommonName?: string;
318
+
319
+ RegisteredDateTime?: Date;
320
+
321
+ ExpiryDateTime?: Date;
322
+
323
+ Type?: CertificateType | string;
324
+
325
+ ClientCertAuthSettings?: ClientCertAuthSettings;
326
+ }
327
+
328
+ export declare class CertificateAlreadyExistsException extends __BaseException {
329
+ readonly name: "CertificateAlreadyExistsException";
330
+ readonly $fault: "client";
331
+
332
+ Message?: string;
333
+
334
+ RequestId?: string;
335
+
336
+ constructor(
337
+ opts: __ExceptionOptionType<
338
+ CertificateAlreadyExistsException,
339
+ __BaseException
340
+ >
341
+ );
342
+ }
343
+
344
+ export declare class CertificateDoesNotExistException extends __BaseException {
345
+ readonly name: "CertificateDoesNotExistException";
346
+ readonly $fault: "client";
347
+
348
+ Message?: string;
349
+
350
+ RequestId?: string;
351
+
352
+ constructor(
353
+ opts: __ExceptionOptionType<
354
+ CertificateDoesNotExistException,
355
+ __BaseException
356
+ >
357
+ );
358
+ }
359
+
360
+ export interface CertificateInfo {
361
+ CertificateId?: string;
362
+
363
+ CommonName?: string;
364
+
365
+ State?: CertificateState | string;
366
+
367
+ ExpiryDateTime?: Date;
368
+
369
+ Type?: CertificateType | string;
370
+ }
371
+
372
+ export declare class CertificateInUseException extends __BaseException {
373
+ readonly name: "CertificateInUseException";
374
+ readonly $fault: "client";
375
+
376
+ Message?: string;
377
+
378
+ RequestId?: string;
379
+
380
+ constructor(
381
+ opts: __ExceptionOptionType<CertificateInUseException, __BaseException>
382
+ );
383
+ }
384
+
385
+ export declare class CertificateLimitExceededException extends __BaseException {
386
+ readonly name: "CertificateLimitExceededException";
387
+ readonly $fault: "client";
388
+
389
+ Message?: string;
390
+
391
+ RequestId?: string;
392
+
393
+ constructor(
394
+ opts: __ExceptionOptionType<
395
+ CertificateLimitExceededException,
396
+ __BaseException
397
+ >
398
+ );
399
+ }
400
+ export declare enum ClientAuthenticationStatus {
401
+ DISABLED = "Disabled",
402
+ ENABLED = "Enabled",
403
+ }
404
+ export declare enum ClientAuthenticationType {
405
+ SMART_CARD = "SmartCard",
406
+ SMART_CARD_OR_PASSWORD = "SmartCardOrPassword",
407
+ }
408
+
409
+ export interface ClientAuthenticationSettingInfo {
410
+ Type?: ClientAuthenticationType | string;
411
+
412
+ Status?: ClientAuthenticationStatus | string;
413
+
414
+ LastUpdatedDateTime?: Date;
415
+ }
416
+
417
+ export interface Computer {
418
+ ComputerId?: string;
419
+
420
+ ComputerName?: string;
421
+
422
+ ComputerAttributes?: Attribute[];
423
+ }
424
+ export declare enum ReplicationScope {
425
+ Domain = "Domain",
426
+ }
427
+
428
+ export interface ConditionalForwarder {
429
+ RemoteDomainName?: string;
430
+
431
+ DnsIpAddrs?: string[];
432
+
433
+ ReplicationScope?: ReplicationScope | string;
434
+ }
435
+
436
+ export interface DirectoryConnectSettings {
437
+ VpcId: string | undefined;
438
+
439
+ SubnetIds: string[] | undefined;
440
+
441
+ CustomerDnsIps: string[] | undefined;
442
+
443
+ CustomerUserName: string | undefined;
444
+ }
445
+ export declare enum DirectorySize {
446
+ LARGE = "Large",
447
+ SMALL = "Small",
448
+ }
449
+
450
+ export interface ConnectDirectoryRequest {
451
+ Name: string | undefined;
452
+
453
+ ShortName?: string;
454
+
455
+ Password: string | undefined;
456
+
457
+ Description?: string;
458
+
459
+ Size: DirectorySize | string | undefined;
460
+
461
+ ConnectSettings: DirectoryConnectSettings | undefined;
462
+
463
+ Tags?: Tag[];
464
+ }
465
+
466
+ export interface ConnectDirectoryResult {
467
+ DirectoryId?: string;
468
+ }
469
+
470
+ export declare class DirectoryLimitExceededException extends __BaseException {
471
+ readonly name: "DirectoryLimitExceededException";
472
+ readonly $fault: "client";
473
+
474
+ Message?: string;
475
+
476
+ RequestId?: string;
477
+
478
+ constructor(
479
+ opts: __ExceptionOptionType<
480
+ DirectoryLimitExceededException,
481
+ __BaseException
482
+ >
483
+ );
484
+ }
485
+
486
+ export interface CreateAliasRequest {
487
+ DirectoryId: string | undefined;
488
+
489
+ Alias: string | undefined;
490
+ }
491
+
492
+ export interface CreateAliasResult {
493
+ DirectoryId?: string;
494
+
495
+ Alias?: string;
496
+ }
497
+
498
+ export interface CreateComputerRequest {
499
+ DirectoryId: string | undefined;
500
+
501
+ ComputerName: string | undefined;
502
+
503
+ Password: string | undefined;
504
+
505
+ OrganizationalUnitDistinguishedName?: string;
506
+
507
+ ComputerAttributes?: Attribute[];
508
+ }
509
+
510
+ export interface CreateComputerResult {
511
+ Computer?: Computer;
512
+ }
513
+
514
+ export interface CreateConditionalForwarderRequest {
515
+ DirectoryId: string | undefined;
516
+
517
+ RemoteDomainName: string | undefined;
518
+
519
+ DnsIpAddrs: string[] | undefined;
520
+ }
521
+
522
+ export interface CreateConditionalForwarderResult {}
523
+
524
+ export interface CreateDirectoryRequest {
525
+ Name: string | undefined;
526
+
527
+ ShortName?: string;
528
+
529
+ Password: string | undefined;
530
+
531
+ Description?: string;
532
+
533
+ Size: DirectorySize | string | undefined;
534
+
535
+ VpcSettings?: DirectoryVpcSettings;
536
+
537
+ Tags?: Tag[];
538
+ }
539
+
540
+ export interface CreateDirectoryResult {
541
+ DirectoryId?: string;
542
+ }
543
+ export interface CreateLogSubscriptionRequest {
544
+ DirectoryId: string | undefined;
545
+
546
+ LogGroupName: string | undefined;
547
+ }
548
+ export interface CreateLogSubscriptionResult {}
549
+
550
+ export declare class InsufficientPermissionsException extends __BaseException {
551
+ readonly name: "InsufficientPermissionsException";
552
+ readonly $fault: "client";
553
+
554
+ Message?: string;
555
+
556
+ RequestId?: string;
557
+
558
+ constructor(
559
+ opts: __ExceptionOptionType<
560
+ InsufficientPermissionsException,
561
+ __BaseException
562
+ >
563
+ );
564
+ }
565
+ export declare enum DirectoryEdition {
566
+ ENTERPRISE = "Enterprise",
567
+ STANDARD = "Standard",
568
+ }
569
+
570
+ export interface CreateMicrosoftADRequest {
571
+ Name: string | undefined;
572
+
573
+ ShortName?: string;
574
+
575
+ Password: string | undefined;
576
+
577
+ Description?: string;
578
+
579
+ VpcSettings: DirectoryVpcSettings | undefined;
580
+
581
+ Edition?: DirectoryEdition | string;
582
+
583
+ Tags?: Tag[];
584
+ }
585
+
586
+ export interface CreateMicrosoftADResult {
587
+ DirectoryId?: string;
588
+ }
589
+
590
+ export interface CreateSnapshotRequest {
591
+ DirectoryId: string | undefined;
592
+
593
+ Name?: string;
594
+ }
595
+
596
+ export interface CreateSnapshotResult {
597
+ SnapshotId?: string;
598
+ }
599
+
600
+ export declare class SnapshotLimitExceededException extends __BaseException {
601
+ readonly name: "SnapshotLimitExceededException";
602
+ readonly $fault: "client";
603
+
604
+ Message?: string;
605
+
606
+ RequestId?: string;
607
+
608
+ constructor(
609
+ opts: __ExceptionOptionType<SnapshotLimitExceededException, __BaseException>
610
+ );
611
+ }
612
+ export declare enum SelectiveAuth {
613
+ DISABLED = "Disabled",
614
+ ENABLED = "Enabled",
615
+ }
616
+ export declare enum TrustDirection {
617
+ ONE_WAY_INCOMING = "One-Way: Incoming",
618
+ ONE_WAY_OUTGOING = "One-Way: Outgoing",
619
+ TWO_WAY = "Two-Way",
620
+ }
621
+ export declare enum TrustType {
622
+ EXTERNAL = "External",
623
+ FOREST = "Forest",
624
+ }
625
+
626
+ export interface CreateTrustRequest {
627
+ DirectoryId: string | undefined;
628
+
629
+ RemoteDomainName: string | undefined;
630
+
631
+ TrustPassword: string | undefined;
632
+
633
+ TrustDirection: TrustDirection | string | undefined;
634
+
635
+ TrustType?: TrustType | string;
636
+
637
+ ConditionalForwarderIpAddrs?: string[];
638
+
639
+ SelectiveAuth?: SelectiveAuth | string;
640
+ }
641
+
642
+ export interface CreateTrustResult {
643
+ TrustId?: string;
644
+ }
645
+
646
+ export interface DeleteConditionalForwarderRequest {
647
+ DirectoryId: string | undefined;
648
+
649
+ RemoteDomainName: string | undefined;
650
+ }
651
+
652
+ export interface DeleteConditionalForwarderResult {}
653
+
654
+ export interface DeleteDirectoryRequest {
655
+ DirectoryId: string | undefined;
656
+ }
657
+
658
+ export interface DeleteDirectoryResult {
659
+ DirectoryId?: string;
660
+ }
661
+ export interface DeleteLogSubscriptionRequest {
662
+ DirectoryId: string | undefined;
663
+ }
664
+ export interface DeleteLogSubscriptionResult {}
665
+
666
+ export interface DeleteSnapshotRequest {
667
+ SnapshotId: string | undefined;
668
+ }
669
+
670
+ export interface DeleteSnapshotResult {
671
+ SnapshotId?: string;
672
+ }
673
+
674
+ export interface DeleteTrustRequest {
675
+ TrustId: string | undefined;
676
+
677
+ DeleteAssociatedConditionalForwarder?: boolean;
678
+ }
679
+
680
+ export interface DeleteTrustResult {
681
+ TrustId?: string;
682
+ }
683
+ export interface DeregisterCertificateRequest {
684
+ DirectoryId: string | undefined;
685
+
686
+ CertificateId: string | undefined;
687
+ }
688
+ export interface DeregisterCertificateResult {}
689
+
690
+ export interface DeregisterEventTopicRequest {
691
+ DirectoryId: string | undefined;
692
+
693
+ TopicName: string | undefined;
694
+ }
695
+
696
+ export interface DeregisterEventTopicResult {}
697
+ export interface DescribeCertificateRequest {
698
+ DirectoryId: string | undefined;
699
+
700
+ CertificateId: string | undefined;
701
+ }
702
+ export interface DescribeCertificateResult {
703
+ Certificate?: Certificate;
704
+ }
705
+ export interface DescribeClientAuthenticationSettingsRequest {
706
+ DirectoryId: string | undefined;
707
+
708
+ Type?: ClientAuthenticationType | string;
709
+
710
+ NextToken?: string;
711
+
712
+ Limit?: number;
713
+ }
714
+ export interface DescribeClientAuthenticationSettingsResult {
715
+ ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[];
716
+
717
+ NextToken?: string;
718
+ }
719
+
720
+ export interface DescribeConditionalForwardersRequest {
721
+ DirectoryId: string | undefined;
722
+
723
+ RemoteDomainNames?: string[];
724
+ }
725
+
726
+ export interface DescribeConditionalForwardersResult {
727
+ ConditionalForwarders?: ConditionalForwarder[];
728
+ }
729
+
730
+ export interface DescribeDirectoriesRequest {
731
+ DirectoryIds?: string[];
732
+
733
+ NextToken?: string;
734
+
735
+ Limit?: number;
736
+ }
737
+
738
+ export interface DirectoryConnectSettingsDescription {
739
+ VpcId?: string;
740
+
741
+ SubnetIds?: string[];
742
+
743
+ CustomerUserName?: string;
744
+
745
+ SecurityGroupId?: string;
746
+
747
+ AvailabilityZones?: string[];
748
+
749
+ ConnectIps?: string[];
750
+ }
751
+ export declare enum RadiusAuthenticationProtocol {
752
+ CHAP = "CHAP",
753
+ MSCHAPV1 = "MS-CHAPv1",
754
+ MSCHAPV2 = "MS-CHAPv2",
755
+ PAP = "PAP",
756
+ }
757
+
758
+ export interface RadiusSettings {
759
+ RadiusServers?: string[];
760
+
761
+ RadiusPort?: number;
762
+
763
+ RadiusTimeout?: number;
764
+
765
+ RadiusRetries?: number;
766
+
767
+ SharedSecret?: string;
768
+
769
+ AuthenticationProtocol?: RadiusAuthenticationProtocol | string;
770
+
771
+ DisplayLabel?: string;
772
+
773
+ UseSameUsername?: boolean;
774
+ }
775
+ export declare enum RadiusStatus {
776
+ COMPLETED = "Completed",
777
+ CREATING = "Creating",
778
+ FAILED = "Failed",
779
+ }
780
+
781
+ export interface DirectoryVpcSettingsDescription {
782
+ VpcId?: string;
783
+
784
+ SubnetIds?: string[];
785
+
786
+ SecurityGroupId?: string;
787
+
788
+ AvailabilityZones?: string[];
789
+ }
790
+
791
+ export interface OwnerDirectoryDescription {
792
+ DirectoryId?: string;
793
+
794
+ AccountId?: string;
795
+
796
+ DnsIpAddrs?: string[];
797
+
798
+ VpcSettings?: DirectoryVpcSettingsDescription;
799
+
800
+ RadiusSettings?: RadiusSettings;
801
+
802
+ RadiusStatus?: RadiusStatus | string;
803
+ }
804
+
805
+ export interface RegionsInfo {
806
+ PrimaryRegion?: string;
807
+
808
+ AdditionalRegions?: string[];
809
+ }
810
+ export declare enum DirectoryStage {
811
+ ACTIVE = "Active",
812
+ CREATED = "Created",
813
+ CREATING = "Creating",
814
+ DELETED = "Deleted",
815
+ DELETING = "Deleting",
816
+ FAILED = "Failed",
817
+ IMPAIRED = "Impaired",
818
+ INOPERABLE = "Inoperable",
819
+ REQUESTED = "Requested",
820
+ RESTOREFAILED = "RestoreFailed",
821
+ RESTORING = "Restoring",
822
+ }
823
+ export declare enum DirectoryType {
824
+ AD_CONNECTOR = "ADConnector",
825
+ MICROSOFT_AD = "MicrosoftAD",
826
+ SHARED_MICROSOFT_AD = "SharedMicrosoftAD",
827
+ SIMPLE_AD = "SimpleAD",
828
+ }
829
+
830
+ export interface DirectoryDescription {
831
+ DirectoryId?: string;
832
+
833
+ Name?: string;
834
+
835
+ ShortName?: string;
836
+
837
+ Size?: DirectorySize | string;
838
+
839
+ Edition?: DirectoryEdition | string;
840
+
841
+ Alias?: string;
842
+
843
+ AccessUrl?: string;
844
+
845
+ Description?: string;
846
+
847
+ DnsIpAddrs?: string[];
848
+
849
+ Stage?: DirectoryStage | string;
850
+
851
+ ShareStatus?: ShareStatus | string;
852
+
853
+ ShareMethod?: ShareMethod | string;
854
+
855
+ ShareNotes?: string;
856
+
857
+ LaunchTime?: Date;
858
+
859
+ StageLastUpdatedDateTime?: Date;
860
+
861
+ Type?: DirectoryType | string;
862
+
863
+ VpcSettings?: DirectoryVpcSettingsDescription;
864
+
865
+ ConnectSettings?: DirectoryConnectSettingsDescription;
866
+
867
+ RadiusSettings?: RadiusSettings;
868
+
869
+ RadiusStatus?: RadiusStatus | string;
870
+
871
+ StageReason?: string;
872
+
873
+ SsoEnabled?: boolean;
874
+
875
+ DesiredNumberOfDomainControllers?: number;
876
+
877
+ OwnerDirectoryDescription?: OwnerDirectoryDescription;
878
+
879
+ RegionsInfo?: RegionsInfo;
880
+ }
881
+
882
+ export interface DescribeDirectoriesResult {
883
+ DirectoryDescriptions?: DirectoryDescription[];
884
+
885
+ NextToken?: string;
886
+ }
887
+
888
+ export declare class InvalidNextTokenException extends __BaseException {
889
+ readonly name: "InvalidNextTokenException";
890
+ readonly $fault: "client";
891
+
892
+ Message?: string;
893
+
894
+ RequestId?: string;
895
+
896
+ constructor(
897
+ opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
898
+ );
899
+ }
900
+ export interface DescribeDomainControllersRequest {
901
+ DirectoryId: string | undefined;
902
+
903
+ DomainControllerIds?: string[];
904
+
905
+ NextToken?: string;
906
+
907
+ Limit?: number;
908
+ }
909
+ export declare enum DomainControllerStatus {
910
+ ACTIVE = "Active",
911
+ CREATING = "Creating",
912
+ DELETED = "Deleted",
913
+ DELETING = "Deleting",
914
+ FAILED = "Failed",
915
+ IMPAIRED = "Impaired",
916
+ RESTORING = "Restoring",
917
+ }
918
+
919
+ export interface DomainController {
920
+ DirectoryId?: string;
921
+
922
+ DomainControllerId?: string;
923
+
924
+ DnsIpAddr?: string;
925
+
926
+ VpcId?: string;
927
+
928
+ SubnetId?: string;
929
+
930
+ AvailabilityZone?: string;
931
+
932
+ Status?: DomainControllerStatus | string;
933
+
934
+ StatusReason?: string;
935
+
936
+ LaunchTime?: Date;
937
+
938
+ StatusLastUpdatedDateTime?: Date;
939
+ }
940
+ export interface DescribeDomainControllersResult {
941
+ DomainControllers?: DomainController[];
942
+
943
+ NextToken?: string;
944
+ }
945
+
946
+ export interface DescribeEventTopicsRequest {
947
+ DirectoryId?: string;
948
+
949
+ TopicNames?: string[];
950
+ }
951
+ export declare enum TopicStatus {
952
+ DELETED = "Deleted",
953
+ FAILED = "Failed",
954
+ REGISTERED = "Registered",
955
+ TOPIC_NOT_FOUND = "Topic not found",
956
+ }
957
+
958
+ export interface EventTopic {
959
+ DirectoryId?: string;
960
+
961
+ TopicName?: string;
962
+
963
+ TopicArn?: string;
964
+
965
+ CreatedDateTime?: Date;
966
+
967
+ Status?: TopicStatus | string;
968
+ }
969
+
970
+ export interface DescribeEventTopicsResult {
971
+ EventTopics?: EventTopic[];
972
+ }
973
+ export declare enum LDAPSType {
974
+ CLIENT = "Client",
975
+ }
976
+ export interface DescribeLDAPSSettingsRequest {
977
+ DirectoryId: string | undefined;
978
+
979
+ Type?: LDAPSType | string;
980
+
981
+ NextToken?: string;
982
+
983
+ Limit?: number;
984
+ }
985
+ export declare enum LDAPSStatus {
986
+ DISABLED = "Disabled",
987
+ ENABLED = "Enabled",
988
+ ENABLE_FAILED = "EnableFailed",
989
+ ENABLING = "Enabling",
990
+ }
991
+
992
+ export interface LDAPSSettingInfo {
993
+ LDAPSStatus?: LDAPSStatus | string;
994
+
995
+ LDAPSStatusReason?: string;
996
+
997
+ LastUpdatedDateTime?: Date;
998
+ }
999
+ export interface DescribeLDAPSSettingsResult {
1000
+ LDAPSSettingsInfo?: LDAPSSettingInfo[];
1001
+
1002
+ NextToken?: string;
1003
+ }
1004
+ export interface DescribeRegionsRequest {
1005
+ DirectoryId: string | undefined;
1006
+
1007
+ RegionName?: string;
1008
+
1009
+ NextToken?: string;
1010
+ }
1011
+ export declare enum RegionType {
1012
+ ADDITIONAL = "Additional",
1013
+ PRIMARY = "Primary",
1014
+ }
1015
+
1016
+ export interface RegionDescription {
1017
+ DirectoryId?: string;
1018
+
1019
+ RegionName?: string;
1020
+
1021
+ RegionType?: RegionType | string;
1022
+
1023
+ Status?: DirectoryStage | string;
1024
+
1025
+ VpcSettings?: DirectoryVpcSettings;
1026
+
1027
+ DesiredNumberOfDomainControllers?: number;
1028
+
1029
+ LaunchTime?: Date;
1030
+
1031
+ StatusLastUpdatedDateTime?: Date;
1032
+
1033
+ LastUpdatedDateTime?: Date;
1034
+ }
1035
+ export interface DescribeRegionsResult {
1036
+ RegionsDescription?: RegionDescription[];
1037
+
1038
+ NextToken?: string;
1039
+ }
1040
+ export declare enum DirectoryConfigurationStatus {
1041
+ DEFAULT = "Default",
1042
+ FAILED = "Failed",
1043
+ REQUESTED = "Requested",
1044
+ UPDATED = "Updated",
1045
+ UPDATING = "Updating",
1046
+ }
1047
+ export interface DescribeSettingsRequest {
1048
+ DirectoryId: string | undefined;
1049
+
1050
+ Status?: DirectoryConfigurationStatus | string;
1051
+
1052
+ NextToken?: string;
1053
+ }
1054
+
1055
+ export interface SettingEntry {
1056
+ Type?: string;
1057
+
1058
+ Name?: string;
1059
+
1060
+ AllowedValues?: string;
1061
+
1062
+ AppliedValue?: string;
1063
+
1064
+ RequestedValue?: string;
1065
+
1066
+ RequestStatus?: DirectoryConfigurationStatus | string;
1067
+
1068
+ RequestDetailedStatus?: Record<string, DirectoryConfigurationStatus | string>;
1069
+
1070
+ RequestStatusMessage?: string;
1071
+
1072
+ LastUpdatedDateTime?: Date;
1073
+
1074
+ LastRequestedDateTime?: Date;
1075
+ }
1076
+ export interface DescribeSettingsResult {
1077
+ DirectoryId?: string;
1078
+
1079
+ SettingEntries?: SettingEntry[];
1080
+
1081
+ NextToken?: string;
1082
+ }
1083
+ export interface DescribeSharedDirectoriesRequest {
1084
+ OwnerDirectoryId: string | undefined;
1085
+
1086
+ SharedDirectoryIds?: string[];
1087
+
1088
+ NextToken?: string;
1089
+
1090
+ Limit?: number;
1091
+ }
1092
+ export interface DescribeSharedDirectoriesResult {
1093
+ SharedDirectories?: SharedDirectory[];
1094
+
1095
+ NextToken?: string;
1096
+ }
1097
+
1098
+ export interface DescribeSnapshotsRequest {
1099
+ DirectoryId?: string;
1100
+
1101
+ SnapshotIds?: string[];
1102
+
1103
+ NextToken?: string;
1104
+
1105
+ Limit?: number;
1106
+ }
1107
+ export declare enum SnapshotStatus {
1108
+ COMPLETED = "Completed",
1109
+ CREATING = "Creating",
1110
+ FAILED = "Failed",
1111
+ }
1112
+ export declare enum SnapshotType {
1113
+ AUTO = "Auto",
1114
+ MANUAL = "Manual",
1115
+ }
1116
+
1117
+ export interface Snapshot {
1118
+ DirectoryId?: string;
1119
+
1120
+ SnapshotId?: string;
1121
+
1122
+ Type?: SnapshotType | string;
1123
+
1124
+ Name?: string;
1125
+
1126
+ Status?: SnapshotStatus | string;
1127
+
1128
+ StartTime?: Date;
1129
+ }
1130
+
1131
+ export interface DescribeSnapshotsResult {
1132
+ Snapshots?: Snapshot[];
1133
+
1134
+ NextToken?: string;
1135
+ }
1136
+
1137
+ export interface DescribeTrustsRequest {
1138
+ DirectoryId?: string;
1139
+
1140
+ TrustIds?: string[];
1141
+
1142
+ NextToken?: string;
1143
+
1144
+ Limit?: number;
1145
+ }
1146
+ export declare enum TrustState {
1147
+ CREATED = "Created",
1148
+ CREATING = "Creating",
1149
+ DELETED = "Deleted",
1150
+ DELETING = "Deleting",
1151
+ FAILED = "Failed",
1152
+ UPDATED = "Updated",
1153
+ UPDATE_FAILED = "UpdateFailed",
1154
+ UPDATING = "Updating",
1155
+ VERIFIED = "Verified",
1156
+ VERIFYING = "Verifying",
1157
+ VERIFY_FAILED = "VerifyFailed",
1158
+ }
1159
+
1160
+ export interface Trust {
1161
+ DirectoryId?: string;
1162
+
1163
+ TrustId?: string;
1164
+
1165
+ RemoteDomainName?: string;
1166
+
1167
+ TrustType?: TrustType | string;
1168
+
1169
+ TrustDirection?: TrustDirection | string;
1170
+
1171
+ TrustState?: TrustState | string;
1172
+
1173
+ CreatedDateTime?: Date;
1174
+
1175
+ LastUpdatedDateTime?: Date;
1176
+
1177
+ StateLastUpdatedDateTime?: Date;
1178
+
1179
+ TrustStateReason?: string;
1180
+
1181
+ SelectiveAuth?: SelectiveAuth | string;
1182
+ }
1183
+
1184
+ export interface DescribeTrustsResult {
1185
+ Trusts?: Trust[];
1186
+
1187
+ NextToken?: string;
1188
+ }
1189
+
1190
+ export interface DirectoryLimits {
1191
+ CloudOnlyDirectoriesLimit?: number;
1192
+
1193
+ CloudOnlyDirectoriesCurrentCount?: number;
1194
+
1195
+ CloudOnlyDirectoriesLimitReached?: boolean;
1196
+
1197
+ CloudOnlyMicrosoftADLimit?: number;
1198
+
1199
+ CloudOnlyMicrosoftADCurrentCount?: number;
1200
+
1201
+ CloudOnlyMicrosoftADLimitReached?: boolean;
1202
+
1203
+ ConnectedDirectoriesLimit?: number;
1204
+
1205
+ ConnectedDirectoriesCurrentCount?: number;
1206
+
1207
+ ConnectedDirectoriesLimitReached?: boolean;
1208
+ }
1209
+
1210
+ export declare class DirectoryNotSharedException extends __BaseException {
1211
+ readonly name: "DirectoryNotSharedException";
1212
+ readonly $fault: "client";
1213
+
1214
+ Message?: string;
1215
+
1216
+ RequestId?: string;
1217
+
1218
+ constructor(
1219
+ opts: __ExceptionOptionType<DirectoryNotSharedException, __BaseException>
1220
+ );
1221
+ }
1222
+ export interface DisableClientAuthenticationRequest {
1223
+ DirectoryId: string | undefined;
1224
+
1225
+ Type: ClientAuthenticationType | string | undefined;
1226
+ }
1227
+ export interface DisableClientAuthenticationResult {}
1228
+
1229
+ export declare class InvalidClientAuthStatusException extends __BaseException {
1230
+ readonly name: "InvalidClientAuthStatusException";
1231
+ readonly $fault: "client";
1232
+
1233
+ Message?: string;
1234
+
1235
+ RequestId?: string;
1236
+
1237
+ constructor(
1238
+ opts: __ExceptionOptionType<
1239
+ InvalidClientAuthStatusException,
1240
+ __BaseException
1241
+ >
1242
+ );
1243
+ }
1244
+ export interface DisableLDAPSRequest {
1245
+ DirectoryId: string | undefined;
1246
+
1247
+ Type: LDAPSType | string | undefined;
1248
+ }
1249
+ export interface DisableLDAPSResult {}
1250
+
1251
+ export declare class InvalidLDAPSStatusException extends __BaseException {
1252
+ readonly name: "InvalidLDAPSStatusException";
1253
+ readonly $fault: "client";
1254
+
1255
+ Message?: string;
1256
+
1257
+ RequestId?: string;
1258
+
1259
+ constructor(
1260
+ opts: __ExceptionOptionType<InvalidLDAPSStatusException, __BaseException>
1261
+ );
1262
+ }
1263
+
1264
+ export interface DisableRadiusRequest {
1265
+ DirectoryId: string | undefined;
1266
+ }
1267
+
1268
+ export interface DisableRadiusResult {}
1269
+
1270
+ export interface DisableSsoRequest {
1271
+ DirectoryId: string | undefined;
1272
+
1273
+ UserName?: string;
1274
+
1275
+ Password?: string;
1276
+ }
1277
+
1278
+ export interface DisableSsoResult {}
1279
+ export interface EnableClientAuthenticationRequest {
1280
+ DirectoryId: string | undefined;
1281
+
1282
+ Type: ClientAuthenticationType | string | undefined;
1283
+ }
1284
+ export interface EnableClientAuthenticationResult {}
1285
+
1286
+ export declare class NoAvailableCertificateException extends __BaseException {
1287
+ readonly name: "NoAvailableCertificateException";
1288
+ readonly $fault: "client";
1289
+
1290
+ Message?: string;
1291
+
1292
+ RequestId?: string;
1293
+
1294
+ constructor(
1295
+ opts: __ExceptionOptionType<
1296
+ NoAvailableCertificateException,
1297
+ __BaseException
1298
+ >
1299
+ );
1300
+ }
1301
+ export interface EnableLDAPSRequest {
1302
+ DirectoryId: string | undefined;
1303
+
1304
+ Type: LDAPSType | string | undefined;
1305
+ }
1306
+ export interface EnableLDAPSResult {}
1307
+
1308
+ export interface EnableRadiusRequest {
1309
+ DirectoryId: string | undefined;
1310
+
1311
+ RadiusSettings: RadiusSettings | undefined;
1312
+ }
1313
+
1314
+ export interface EnableRadiusResult {}
1315
+
1316
+ export interface EnableSsoRequest {
1317
+ DirectoryId: string | undefined;
1318
+
1319
+ UserName?: string;
1320
+
1321
+ Password?: string;
1322
+ }
1323
+
1324
+ export interface EnableSsoResult {}
1325
+
1326
+ export interface GetDirectoryLimitsRequest {}
1327
+
1328
+ export interface GetDirectoryLimitsResult {
1329
+ DirectoryLimits?: DirectoryLimits;
1330
+ }
1331
+
1332
+ export interface GetSnapshotLimitsRequest {
1333
+ DirectoryId: string | undefined;
1334
+ }
1335
+
1336
+ export interface SnapshotLimits {
1337
+ ManualSnapshotsLimit?: number;
1338
+
1339
+ ManualSnapshotsCurrentCount?: number;
1340
+
1341
+ ManualSnapshotsLimitReached?: boolean;
1342
+ }
1343
+
1344
+ export interface GetSnapshotLimitsResult {
1345
+ SnapshotLimits?: SnapshotLimits;
1346
+ }
1347
+ export interface ListCertificatesRequest {
1348
+ DirectoryId: string | undefined;
1349
+
1350
+ NextToken?: string;
1351
+
1352
+ Limit?: number;
1353
+ }
1354
+ export interface ListCertificatesResult {
1355
+ NextToken?: string;
1356
+
1357
+ CertificatesInfo?: CertificateInfo[];
1358
+ }
1359
+ export interface ListIpRoutesRequest {
1360
+ DirectoryId: string | undefined;
1361
+
1362
+ NextToken?: string;
1363
+
1364
+ Limit?: number;
1365
+ }
1366
+ export declare enum IpRouteStatusMsg {
1367
+ ADDED = "Added",
1368
+ ADDING = "Adding",
1369
+ ADD_FAILED = "AddFailed",
1370
+ REMOVED = "Removed",
1371
+ REMOVE_FAILED = "RemoveFailed",
1372
+ REMOVING = "Removing",
1373
+ }
1374
+
1375
+ export interface IpRouteInfo {
1376
+ DirectoryId?: string;
1377
+
1378
+ CidrIp?: string;
1379
+
1380
+ IpRouteStatusMsg?: IpRouteStatusMsg | string;
1381
+
1382
+ AddedDateTime?: Date;
1383
+
1384
+ IpRouteStatusReason?: string;
1385
+
1386
+ Description?: string;
1387
+ }
1388
+ export interface ListIpRoutesResult {
1389
+ IpRoutesInfo?: IpRouteInfo[];
1390
+
1391
+ NextToken?: string;
1392
+ }
1393
+ export interface ListLogSubscriptionsRequest {
1394
+ DirectoryId?: string;
1395
+
1396
+ NextToken?: string;
1397
+
1398
+ Limit?: number;
1399
+ }
1400
+
1401
+ export interface LogSubscription {
1402
+ DirectoryId?: string;
1403
+
1404
+ LogGroupName?: string;
1405
+
1406
+ SubscriptionCreatedDateTime?: Date;
1407
+ }
1408
+ export interface ListLogSubscriptionsResult {
1409
+ LogSubscriptions?: LogSubscription[];
1410
+
1411
+ NextToken?: string;
1412
+ }
1413
+ export interface ListSchemaExtensionsRequest {
1414
+ DirectoryId: string | undefined;
1415
+
1416
+ NextToken?: string;
1417
+
1418
+ Limit?: number;
1419
+ }
1420
+ export declare enum SchemaExtensionStatus {
1421
+ CANCELLED = "Cancelled",
1422
+ CANCEL_IN_PROGRESS = "CancelInProgress",
1423
+ COMPLETED = "Completed",
1424
+ CREATING_SNAPSHOT = "CreatingSnapshot",
1425
+ FAILED = "Failed",
1426
+ INITIALIZING = "Initializing",
1427
+ REPLICATING = "Replicating",
1428
+ ROLLBACK_IN_PROGRESS = "RollbackInProgress",
1429
+ UPDATING_SCHEMA = "UpdatingSchema",
1430
+ }
1431
+
1432
+ export interface SchemaExtensionInfo {
1433
+ DirectoryId?: string;
1434
+
1435
+ SchemaExtensionId?: string;
1436
+
1437
+ Description?: string;
1438
+
1439
+ SchemaExtensionStatus?: SchemaExtensionStatus | string;
1440
+
1441
+ SchemaExtensionStatusReason?: string;
1442
+
1443
+ StartDateTime?: Date;
1444
+
1445
+ EndDateTime?: Date;
1446
+ }
1447
+ export interface ListSchemaExtensionsResult {
1448
+ SchemaExtensionsInfo?: SchemaExtensionInfo[];
1449
+
1450
+ NextToken?: string;
1451
+ }
1452
+ export interface ListTagsForResourceRequest {
1453
+ ResourceId: string | undefined;
1454
+
1455
+ NextToken?: string;
1456
+
1457
+ Limit?: number;
1458
+ }
1459
+ export interface ListTagsForResourceResult {
1460
+ Tags?: Tag[];
1461
+
1462
+ NextToken?: string;
1463
+ }
1464
+
1465
+ export declare class InvalidCertificateException extends __BaseException {
1466
+ readonly name: "InvalidCertificateException";
1467
+ readonly $fault: "client";
1468
+
1469
+ Message?: string;
1470
+
1471
+ RequestId?: string;
1472
+
1473
+ constructor(
1474
+ opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>
1475
+ );
1476
+ }
1477
+ export interface RegisterCertificateRequest {
1478
+ DirectoryId: string | undefined;
1479
+
1480
+ CertificateData: string | undefined;
1481
+
1482
+ Type?: CertificateType | string;
1483
+
1484
+ ClientCertAuthSettings?: ClientCertAuthSettings;
1485
+ }
1486
+ export interface RegisterCertificateResult {
1487
+ CertificateId?: string;
1488
+ }
1489
+
1490
+ export interface RegisterEventTopicRequest {
1491
+ DirectoryId: string | undefined;
1492
+
1493
+ TopicName: string | undefined;
1494
+ }
1495
+
1496
+ export interface RegisterEventTopicResult {}
1497
+ export interface RejectSharedDirectoryRequest {
1498
+ SharedDirectoryId: string | undefined;
1499
+ }
1500
+ export interface RejectSharedDirectoryResult {
1501
+ SharedDirectoryId?: string;
1502
+ }
1503
+ export interface RemoveIpRoutesRequest {
1504
+ DirectoryId: string | undefined;
1505
+
1506
+ CidrIps: string[] | undefined;
1507
+ }
1508
+ export interface RemoveIpRoutesResult {}
1509
+ export interface RemoveRegionRequest {
1510
+ DirectoryId: string | undefined;
1511
+ }
1512
+ export interface RemoveRegionResult {}
1513
+ export interface RemoveTagsFromResourceRequest {
1514
+ ResourceId: string | undefined;
1515
+
1516
+ TagKeys: string[] | undefined;
1517
+ }
1518
+ export interface RemoveTagsFromResourceResult {}
1519
+
1520
+ export declare class InvalidPasswordException extends __BaseException {
1521
+ readonly name: "InvalidPasswordException";
1522
+ readonly $fault: "client";
1523
+
1524
+ Message?: string;
1525
+
1526
+ RequestId?: string;
1527
+
1528
+ constructor(
1529
+ opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
1530
+ );
1531
+ }
1532
+ export interface ResetUserPasswordRequest {
1533
+ DirectoryId: string | undefined;
1534
+
1535
+ UserName: string | undefined;
1536
+
1537
+ NewPassword: string | undefined;
1538
+ }
1539
+ export interface ResetUserPasswordResult {}
1540
+
1541
+ export declare class UserDoesNotExistException extends __BaseException {
1542
+ readonly name: "UserDoesNotExistException";
1543
+ readonly $fault: "client";
1544
+
1545
+ Message?: string;
1546
+
1547
+ RequestId?: string;
1548
+
1549
+ constructor(
1550
+ opts: __ExceptionOptionType<UserDoesNotExistException, __BaseException>
1551
+ );
1552
+ }
1553
+
1554
+ export interface RestoreFromSnapshotRequest {
1555
+ SnapshotId: string | undefined;
1556
+ }
1557
+
1558
+ export interface RestoreFromSnapshotResult {}
1559
+
1560
+ export declare class InvalidTargetException extends __BaseException {
1561
+ readonly name: "InvalidTargetException";
1562
+ readonly $fault: "client";
1563
+
1564
+ Message?: string;
1565
+
1566
+ RequestId?: string;
1567
+
1568
+ constructor(
1569
+ opts: __ExceptionOptionType<InvalidTargetException, __BaseException>
1570
+ );
1571
+ }
1572
+
1573
+ export declare class OrganizationsException extends __BaseException {
1574
+ readonly name: "OrganizationsException";
1575
+ readonly $fault: "client";
1576
+
1577
+ Message?: string;
1578
+
1579
+ RequestId?: string;
1580
+
1581
+ constructor(
1582
+ opts: __ExceptionOptionType<OrganizationsException, __BaseException>
1583
+ );
1584
+ }
1585
+ export declare enum TargetType {
1586
+ ACCOUNT = "ACCOUNT",
1587
+ }
1588
+
1589
+ export interface ShareTarget {
1590
+ Id: string | undefined;
1591
+
1592
+ Type: TargetType | string | undefined;
1593
+ }
1594
+ export interface ShareDirectoryRequest {
1595
+ DirectoryId: string | undefined;
1596
+
1597
+ ShareNotes?: string;
1598
+
1599
+ ShareTarget: ShareTarget | undefined;
1600
+
1601
+ ShareMethod: ShareMethod | string | undefined;
1602
+ }
1603
+ export interface ShareDirectoryResult {
1604
+ SharedDirectoryId?: string;
1605
+ }
1606
+
1607
+ export declare class ShareLimitExceededException extends __BaseException {
1608
+ readonly name: "ShareLimitExceededException";
1609
+ readonly $fault: "client";
1610
+
1611
+ Message?: string;
1612
+
1613
+ RequestId?: string;
1614
+
1615
+ constructor(
1616
+ opts: __ExceptionOptionType<ShareLimitExceededException, __BaseException>
1617
+ );
1618
+ }
1619
+ export interface StartSchemaExtensionRequest {
1620
+ DirectoryId: string | undefined;
1621
+
1622
+ CreateSnapshotBeforeSchemaExtension: boolean | undefined;
1623
+
1624
+ LdifContent: string | undefined;
1625
+
1626
+ Description: string | undefined;
1627
+ }
1628
+ export interface StartSchemaExtensionResult {
1629
+ SchemaExtensionId?: string;
1630
+ }
1631
+
1632
+ export interface UnshareTarget {
1633
+ Id: string | undefined;
1634
+
1635
+ Type: TargetType | string | undefined;
1636
+ }
1637
+ export interface UnshareDirectoryRequest {
1638
+ DirectoryId: string | undefined;
1639
+
1640
+ UnshareTarget: UnshareTarget | undefined;
1641
+ }
1642
+ export interface UnshareDirectoryResult {
1643
+ SharedDirectoryId?: string;
1644
+ }
1645
+
1646
+ export interface UpdateConditionalForwarderRequest {
1647
+ DirectoryId: string | undefined;
1648
+
1649
+ RemoteDomainName: string | undefined;
1650
+
1651
+ DnsIpAddrs: string[] | undefined;
1652
+ }
1653
+
1654
+ export interface UpdateConditionalForwarderResult {}
1655
+
1656
+ export declare class DomainControllerLimitExceededException extends __BaseException {
1657
+ readonly name: "DomainControllerLimitExceededException";
1658
+ readonly $fault: "client";
1659
+
1660
+ Message?: string;
1661
+
1662
+ RequestId?: string;
1663
+
1664
+ constructor(
1665
+ opts: __ExceptionOptionType<
1666
+ DomainControllerLimitExceededException,
1667
+ __BaseException
1668
+ >
1669
+ );
1670
+ }
1671
+ export interface UpdateNumberOfDomainControllersRequest {
1672
+ DirectoryId: string | undefined;
1673
+
1674
+ DesiredNumber: number | undefined;
1675
+ }
1676
+ export interface UpdateNumberOfDomainControllersResult {}
1677
+
1678
+ export interface UpdateRadiusRequest {
1679
+ DirectoryId: string | undefined;
1680
+
1681
+ RadiusSettings: RadiusSettings | undefined;
1682
+ }
1683
+
1684
+ export interface UpdateRadiusResult {}
1685
+
1686
+ export declare class IncompatibleSettingsException extends __BaseException {
1687
+ readonly name: "IncompatibleSettingsException";
1688
+ readonly $fault: "client";
1689
+
1690
+ Message?: string;
1691
+
1692
+ RequestId?: string;
1693
+
1694
+ constructor(
1695
+ opts: __ExceptionOptionType<IncompatibleSettingsException, __BaseException>
1696
+ );
1697
+ }
1698
+
1699
+ export declare class UnsupportedSettingsException extends __BaseException {
1700
+ readonly name: "UnsupportedSettingsException";
1701
+ readonly $fault: "client";
1702
+
1703
+ Message?: string;
1704
+
1705
+ RequestId?: string;
1706
+
1707
+ constructor(
1708
+ opts: __ExceptionOptionType<UnsupportedSettingsException, __BaseException>
1709
+ );
1710
+ }
1711
+
1712
+ export interface Setting {
1713
+ Name: string | undefined;
1714
+
1715
+ Value: string | undefined;
1716
+ }
1717
+ export interface UpdateSettingsRequest {
1718
+ DirectoryId: string | undefined;
1719
+
1720
+ Settings: Setting[] | undefined;
1721
+ }
1722
+ export interface UpdateSettingsResult {
1723
+ DirectoryId?: string;
1724
+ }
1725
+ export interface UpdateTrustRequest {
1726
+ TrustId: string | undefined;
1727
+
1728
+ SelectiveAuth?: SelectiveAuth | string;
1729
+ }
1730
+ export interface UpdateTrustResult {
1731
+ RequestId?: string;
1732
+
1733
+ TrustId?: string;
1734
+ }
1735
+
1736
+ export interface VerifyTrustRequest {
1737
+ TrustId: string | undefined;
1738
+ }
1739
+
1740
+ export interface VerifyTrustResult {
1741
+ TrustId?: string;
1742
+ }
1743
+
1744
+ export declare const AcceptSharedDirectoryRequestFilterSensitiveLog: (
1745
+ obj: AcceptSharedDirectoryRequest
1746
+ ) => any;
1747
+
1748
+ export declare const SharedDirectoryFilterSensitiveLog: (
1749
+ obj: SharedDirectory
1750
+ ) => any;
1751
+
1752
+ export declare const AcceptSharedDirectoryResultFilterSensitiveLog: (
1753
+ obj: AcceptSharedDirectoryResult
1754
+ ) => any;
1755
+
1756
+ export declare const IpRouteFilterSensitiveLog: (obj: IpRoute) => any;
1757
+
1758
+ export declare const AddIpRoutesRequestFilterSensitiveLog: (
1759
+ obj: AddIpRoutesRequest
1760
+ ) => any;
1761
+
1762
+ export declare const AddIpRoutesResultFilterSensitiveLog: (
1763
+ obj: AddIpRoutesResult
1764
+ ) => any;
1765
+
1766
+ export declare const DirectoryVpcSettingsFilterSensitiveLog: (
1767
+ obj: DirectoryVpcSettings
1768
+ ) => any;
1769
+
1770
+ export declare const AddRegionRequestFilterSensitiveLog: (
1771
+ obj: AddRegionRequest
1772
+ ) => any;
1773
+
1774
+ export declare const AddRegionResultFilterSensitiveLog: (
1775
+ obj: AddRegionResult
1776
+ ) => any;
1777
+
1778
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1779
+
1780
+ export declare const AddTagsToResourceRequestFilterSensitiveLog: (
1781
+ obj: AddTagsToResourceRequest
1782
+ ) => any;
1783
+
1784
+ export declare const AddTagsToResourceResultFilterSensitiveLog: (
1785
+ obj: AddTagsToResourceResult
1786
+ ) => any;
1787
+
1788
+ export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
1789
+
1790
+ export declare const CancelSchemaExtensionRequestFilterSensitiveLog: (
1791
+ obj: CancelSchemaExtensionRequest
1792
+ ) => any;
1793
+
1794
+ export declare const CancelSchemaExtensionResultFilterSensitiveLog: (
1795
+ obj: CancelSchemaExtensionResult
1796
+ ) => any;
1797
+
1798
+ export declare const ClientCertAuthSettingsFilterSensitiveLog: (
1799
+ obj: ClientCertAuthSettings
1800
+ ) => any;
1801
+
1802
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
1803
+
1804
+ export declare const CertificateInfoFilterSensitiveLog: (
1805
+ obj: CertificateInfo
1806
+ ) => any;
1807
+
1808
+ export declare const ClientAuthenticationSettingInfoFilterSensitiveLog: (
1809
+ obj: ClientAuthenticationSettingInfo
1810
+ ) => any;
1811
+
1812
+ export declare const ComputerFilterSensitiveLog: (obj: Computer) => any;
1813
+
1814
+ export declare const ConditionalForwarderFilterSensitiveLog: (
1815
+ obj: ConditionalForwarder
1816
+ ) => any;
1817
+
1818
+ export declare const DirectoryConnectSettingsFilterSensitiveLog: (
1819
+ obj: DirectoryConnectSettings
1820
+ ) => any;
1821
+
1822
+ export declare const ConnectDirectoryRequestFilterSensitiveLog: (
1823
+ obj: ConnectDirectoryRequest
1824
+ ) => any;
1825
+
1826
+ export declare const ConnectDirectoryResultFilterSensitiveLog: (
1827
+ obj: ConnectDirectoryResult
1828
+ ) => any;
1829
+
1830
+ export declare const CreateAliasRequestFilterSensitiveLog: (
1831
+ obj: CreateAliasRequest
1832
+ ) => any;
1833
+
1834
+ export declare const CreateAliasResultFilterSensitiveLog: (
1835
+ obj: CreateAliasResult
1836
+ ) => any;
1837
+
1838
+ export declare const CreateComputerRequestFilterSensitiveLog: (
1839
+ obj: CreateComputerRequest
1840
+ ) => any;
1841
+
1842
+ export declare const CreateComputerResultFilterSensitiveLog: (
1843
+ obj: CreateComputerResult
1844
+ ) => any;
1845
+
1846
+ export declare const CreateConditionalForwarderRequestFilterSensitiveLog: (
1847
+ obj: CreateConditionalForwarderRequest
1848
+ ) => any;
1849
+
1850
+ export declare const CreateConditionalForwarderResultFilterSensitiveLog: (
1851
+ obj: CreateConditionalForwarderResult
1852
+ ) => any;
1853
+
1854
+ export declare const CreateDirectoryRequestFilterSensitiveLog: (
1855
+ obj: CreateDirectoryRequest
1856
+ ) => any;
1857
+
1858
+ export declare const CreateDirectoryResultFilterSensitiveLog: (
1859
+ obj: CreateDirectoryResult
1860
+ ) => any;
1861
+
1862
+ export declare const CreateLogSubscriptionRequestFilterSensitiveLog: (
1863
+ obj: CreateLogSubscriptionRequest
1864
+ ) => any;
1865
+
1866
+ export declare const CreateLogSubscriptionResultFilterSensitiveLog: (
1867
+ obj: CreateLogSubscriptionResult
1868
+ ) => any;
1869
+
1870
+ export declare const CreateMicrosoftADRequestFilterSensitiveLog: (
1871
+ obj: CreateMicrosoftADRequest
1872
+ ) => any;
1873
+
1874
+ export declare const CreateMicrosoftADResultFilterSensitiveLog: (
1875
+ obj: CreateMicrosoftADResult
1876
+ ) => any;
1877
+
1878
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (
1879
+ obj: CreateSnapshotRequest
1880
+ ) => any;
1881
+
1882
+ export declare const CreateSnapshotResultFilterSensitiveLog: (
1883
+ obj: CreateSnapshotResult
1884
+ ) => any;
1885
+
1886
+ export declare const CreateTrustRequestFilterSensitiveLog: (
1887
+ obj: CreateTrustRequest
1888
+ ) => any;
1889
+
1890
+ export declare const CreateTrustResultFilterSensitiveLog: (
1891
+ obj: CreateTrustResult
1892
+ ) => any;
1893
+
1894
+ export declare const DeleteConditionalForwarderRequestFilterSensitiveLog: (
1895
+ obj: DeleteConditionalForwarderRequest
1896
+ ) => any;
1897
+
1898
+ export declare const DeleteConditionalForwarderResultFilterSensitiveLog: (
1899
+ obj: DeleteConditionalForwarderResult
1900
+ ) => any;
1901
+
1902
+ export declare const DeleteDirectoryRequestFilterSensitiveLog: (
1903
+ obj: DeleteDirectoryRequest
1904
+ ) => any;
1905
+
1906
+ export declare const DeleteDirectoryResultFilterSensitiveLog: (
1907
+ obj: DeleteDirectoryResult
1908
+ ) => any;
1909
+
1910
+ export declare const DeleteLogSubscriptionRequestFilterSensitiveLog: (
1911
+ obj: DeleteLogSubscriptionRequest
1912
+ ) => any;
1913
+
1914
+ export declare const DeleteLogSubscriptionResultFilterSensitiveLog: (
1915
+ obj: DeleteLogSubscriptionResult
1916
+ ) => any;
1917
+
1918
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (
1919
+ obj: DeleteSnapshotRequest
1920
+ ) => any;
1921
+
1922
+ export declare const DeleteSnapshotResultFilterSensitiveLog: (
1923
+ obj: DeleteSnapshotResult
1924
+ ) => any;
1925
+
1926
+ export declare const DeleteTrustRequestFilterSensitiveLog: (
1927
+ obj: DeleteTrustRequest
1928
+ ) => any;
1929
+
1930
+ export declare const DeleteTrustResultFilterSensitiveLog: (
1931
+ obj: DeleteTrustResult
1932
+ ) => any;
1933
+
1934
+ export declare const DeregisterCertificateRequestFilterSensitiveLog: (
1935
+ obj: DeregisterCertificateRequest
1936
+ ) => any;
1937
+
1938
+ export declare const DeregisterCertificateResultFilterSensitiveLog: (
1939
+ obj: DeregisterCertificateResult
1940
+ ) => any;
1941
+
1942
+ export declare const DeregisterEventTopicRequestFilterSensitiveLog: (
1943
+ obj: DeregisterEventTopicRequest
1944
+ ) => any;
1945
+
1946
+ export declare const DeregisterEventTopicResultFilterSensitiveLog: (
1947
+ obj: DeregisterEventTopicResult
1948
+ ) => any;
1949
+
1950
+ export declare const DescribeCertificateRequestFilterSensitiveLog: (
1951
+ obj: DescribeCertificateRequest
1952
+ ) => any;
1953
+
1954
+ export declare const DescribeCertificateResultFilterSensitiveLog: (
1955
+ obj: DescribeCertificateResult
1956
+ ) => any;
1957
+
1958
+ export declare const DescribeClientAuthenticationSettingsRequestFilterSensitiveLog: (
1959
+ obj: DescribeClientAuthenticationSettingsRequest
1960
+ ) => any;
1961
+
1962
+ export declare const DescribeClientAuthenticationSettingsResultFilterSensitiveLog: (
1963
+ obj: DescribeClientAuthenticationSettingsResult
1964
+ ) => any;
1965
+
1966
+ export declare const DescribeConditionalForwardersRequestFilterSensitiveLog: (
1967
+ obj: DescribeConditionalForwardersRequest
1968
+ ) => any;
1969
+
1970
+ export declare const DescribeConditionalForwardersResultFilterSensitiveLog: (
1971
+ obj: DescribeConditionalForwardersResult
1972
+ ) => any;
1973
+
1974
+ export declare const DescribeDirectoriesRequestFilterSensitiveLog: (
1975
+ obj: DescribeDirectoriesRequest
1976
+ ) => any;
1977
+
1978
+ export declare const DirectoryConnectSettingsDescriptionFilterSensitiveLog: (
1979
+ obj: DirectoryConnectSettingsDescription
1980
+ ) => any;
1981
+
1982
+ export declare const RadiusSettingsFilterSensitiveLog: (
1983
+ obj: RadiusSettings
1984
+ ) => any;
1985
+
1986
+ export declare const DirectoryVpcSettingsDescriptionFilterSensitiveLog: (
1987
+ obj: DirectoryVpcSettingsDescription
1988
+ ) => any;
1989
+
1990
+ export declare const OwnerDirectoryDescriptionFilterSensitiveLog: (
1991
+ obj: OwnerDirectoryDescription
1992
+ ) => any;
1993
+
1994
+ export declare const RegionsInfoFilterSensitiveLog: (obj: RegionsInfo) => any;
1995
+
1996
+ export declare const DirectoryDescriptionFilterSensitiveLog: (
1997
+ obj: DirectoryDescription
1998
+ ) => any;
1999
+
2000
+ export declare const DescribeDirectoriesResultFilterSensitiveLog: (
2001
+ obj: DescribeDirectoriesResult
2002
+ ) => any;
2003
+
2004
+ export declare const DescribeDomainControllersRequestFilterSensitiveLog: (
2005
+ obj: DescribeDomainControllersRequest
2006
+ ) => any;
2007
+
2008
+ export declare const DomainControllerFilterSensitiveLog: (
2009
+ obj: DomainController
2010
+ ) => any;
2011
+
2012
+ export declare const DescribeDomainControllersResultFilterSensitiveLog: (
2013
+ obj: DescribeDomainControllersResult
2014
+ ) => any;
2015
+
2016
+ export declare const DescribeEventTopicsRequestFilterSensitiveLog: (
2017
+ obj: DescribeEventTopicsRequest
2018
+ ) => any;
2019
+
2020
+ export declare const EventTopicFilterSensitiveLog: (obj: EventTopic) => any;
2021
+
2022
+ export declare const DescribeEventTopicsResultFilterSensitiveLog: (
2023
+ obj: DescribeEventTopicsResult
2024
+ ) => any;
2025
+
2026
+ export declare const DescribeLDAPSSettingsRequestFilterSensitiveLog: (
2027
+ obj: DescribeLDAPSSettingsRequest
2028
+ ) => any;
2029
+
2030
+ export declare const LDAPSSettingInfoFilterSensitiveLog: (
2031
+ obj: LDAPSSettingInfo
2032
+ ) => any;
2033
+
2034
+ export declare const DescribeLDAPSSettingsResultFilterSensitiveLog: (
2035
+ obj: DescribeLDAPSSettingsResult
2036
+ ) => any;
2037
+
2038
+ export declare const DescribeRegionsRequestFilterSensitiveLog: (
2039
+ obj: DescribeRegionsRequest
2040
+ ) => any;
2041
+
2042
+ export declare const RegionDescriptionFilterSensitiveLog: (
2043
+ obj: RegionDescription
2044
+ ) => any;
2045
+
2046
+ export declare const DescribeRegionsResultFilterSensitiveLog: (
2047
+ obj: DescribeRegionsResult
2048
+ ) => any;
2049
+
2050
+ export declare const DescribeSettingsRequestFilterSensitiveLog: (
2051
+ obj: DescribeSettingsRequest
2052
+ ) => any;
2053
+
2054
+ export declare const SettingEntryFilterSensitiveLog: (obj: SettingEntry) => any;
2055
+
2056
+ export declare const DescribeSettingsResultFilterSensitiveLog: (
2057
+ obj: DescribeSettingsResult
2058
+ ) => any;
2059
+
2060
+ export declare const DescribeSharedDirectoriesRequestFilterSensitiveLog: (
2061
+ obj: DescribeSharedDirectoriesRequest
2062
+ ) => any;
2063
+
2064
+ export declare const DescribeSharedDirectoriesResultFilterSensitiveLog: (
2065
+ obj: DescribeSharedDirectoriesResult
2066
+ ) => any;
2067
+
2068
+ export declare const DescribeSnapshotsRequestFilterSensitiveLog: (
2069
+ obj: DescribeSnapshotsRequest
2070
+ ) => any;
2071
+
2072
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
2073
+
2074
+ export declare const DescribeSnapshotsResultFilterSensitiveLog: (
2075
+ obj: DescribeSnapshotsResult
2076
+ ) => any;
2077
+
2078
+ export declare const DescribeTrustsRequestFilterSensitiveLog: (
2079
+ obj: DescribeTrustsRequest
2080
+ ) => any;
2081
+
2082
+ export declare const TrustFilterSensitiveLog: (obj: Trust) => any;
2083
+
2084
+ export declare const DescribeTrustsResultFilterSensitiveLog: (
2085
+ obj: DescribeTrustsResult
2086
+ ) => any;
2087
+
2088
+ export declare const DirectoryLimitsFilterSensitiveLog: (
2089
+ obj: DirectoryLimits
2090
+ ) => any;
2091
+
2092
+ export declare const DisableClientAuthenticationRequestFilterSensitiveLog: (
2093
+ obj: DisableClientAuthenticationRequest
2094
+ ) => any;
2095
+
2096
+ export declare const DisableClientAuthenticationResultFilterSensitiveLog: (
2097
+ obj: DisableClientAuthenticationResult
2098
+ ) => any;
2099
+
2100
+ export declare const DisableLDAPSRequestFilterSensitiveLog: (
2101
+ obj: DisableLDAPSRequest
2102
+ ) => any;
2103
+
2104
+ export declare const DisableLDAPSResultFilterSensitiveLog: (
2105
+ obj: DisableLDAPSResult
2106
+ ) => any;
2107
+
2108
+ export declare const DisableRadiusRequestFilterSensitiveLog: (
2109
+ obj: DisableRadiusRequest
2110
+ ) => any;
2111
+
2112
+ export declare const DisableRadiusResultFilterSensitiveLog: (
2113
+ obj: DisableRadiusResult
2114
+ ) => any;
2115
+
2116
+ export declare const DisableSsoRequestFilterSensitiveLog: (
2117
+ obj: DisableSsoRequest
2118
+ ) => any;
2119
+
2120
+ export declare const DisableSsoResultFilterSensitiveLog: (
2121
+ obj: DisableSsoResult
2122
+ ) => any;
2123
+
2124
+ export declare const EnableClientAuthenticationRequestFilterSensitiveLog: (
2125
+ obj: EnableClientAuthenticationRequest
2126
+ ) => any;
2127
+
2128
+ export declare const EnableClientAuthenticationResultFilterSensitiveLog: (
2129
+ obj: EnableClientAuthenticationResult
2130
+ ) => any;
2131
+
2132
+ export declare const EnableLDAPSRequestFilterSensitiveLog: (
2133
+ obj: EnableLDAPSRequest
2134
+ ) => any;
2135
+
2136
+ export declare const EnableLDAPSResultFilterSensitiveLog: (
2137
+ obj: EnableLDAPSResult
2138
+ ) => any;
2139
+
2140
+ export declare const EnableRadiusRequestFilterSensitiveLog: (
2141
+ obj: EnableRadiusRequest
2142
+ ) => any;
2143
+
2144
+ export declare const EnableRadiusResultFilterSensitiveLog: (
2145
+ obj: EnableRadiusResult
2146
+ ) => any;
2147
+
2148
+ export declare const EnableSsoRequestFilterSensitiveLog: (
2149
+ obj: EnableSsoRequest
2150
+ ) => any;
2151
+
2152
+ export declare const EnableSsoResultFilterSensitiveLog: (
2153
+ obj: EnableSsoResult
2154
+ ) => any;
2155
+
2156
+ export declare const GetDirectoryLimitsRequestFilterSensitiveLog: (
2157
+ obj: GetDirectoryLimitsRequest
2158
+ ) => any;
2159
+
2160
+ export declare const GetDirectoryLimitsResultFilterSensitiveLog: (
2161
+ obj: GetDirectoryLimitsResult
2162
+ ) => any;
2163
+
2164
+ export declare const GetSnapshotLimitsRequestFilterSensitiveLog: (
2165
+ obj: GetSnapshotLimitsRequest
2166
+ ) => any;
2167
+
2168
+ export declare const SnapshotLimitsFilterSensitiveLog: (
2169
+ obj: SnapshotLimits
2170
+ ) => any;
2171
+
2172
+ export declare const GetSnapshotLimitsResultFilterSensitiveLog: (
2173
+ obj: GetSnapshotLimitsResult
2174
+ ) => any;
2175
+
2176
+ export declare const ListCertificatesRequestFilterSensitiveLog: (
2177
+ obj: ListCertificatesRequest
2178
+ ) => any;
2179
+
2180
+ export declare const ListCertificatesResultFilterSensitiveLog: (
2181
+ obj: ListCertificatesResult
2182
+ ) => any;
2183
+
2184
+ export declare const ListIpRoutesRequestFilterSensitiveLog: (
2185
+ obj: ListIpRoutesRequest
2186
+ ) => any;
2187
+
2188
+ export declare const IpRouteInfoFilterSensitiveLog: (obj: IpRouteInfo) => any;
2189
+
2190
+ export declare const ListIpRoutesResultFilterSensitiveLog: (
2191
+ obj: ListIpRoutesResult
2192
+ ) => any;
2193
+
2194
+ export declare const ListLogSubscriptionsRequestFilterSensitiveLog: (
2195
+ obj: ListLogSubscriptionsRequest
2196
+ ) => any;
2197
+
2198
+ export declare const LogSubscriptionFilterSensitiveLog: (
2199
+ obj: LogSubscription
2200
+ ) => any;
2201
+
2202
+ export declare const ListLogSubscriptionsResultFilterSensitiveLog: (
2203
+ obj: ListLogSubscriptionsResult
2204
+ ) => any;
2205
+
2206
+ export declare const ListSchemaExtensionsRequestFilterSensitiveLog: (
2207
+ obj: ListSchemaExtensionsRequest
2208
+ ) => any;
2209
+
2210
+ export declare const SchemaExtensionInfoFilterSensitiveLog: (
2211
+ obj: SchemaExtensionInfo
2212
+ ) => any;
2213
+
2214
+ export declare const ListSchemaExtensionsResultFilterSensitiveLog: (
2215
+ obj: ListSchemaExtensionsResult
2216
+ ) => any;
2217
+
2218
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
2219
+ obj: ListTagsForResourceRequest
2220
+ ) => any;
2221
+
2222
+ export declare const ListTagsForResourceResultFilterSensitiveLog: (
2223
+ obj: ListTagsForResourceResult
2224
+ ) => any;
2225
+
2226
+ export declare const RegisterCertificateRequestFilterSensitiveLog: (
2227
+ obj: RegisterCertificateRequest
2228
+ ) => any;
2229
+
2230
+ export declare const RegisterCertificateResultFilterSensitiveLog: (
2231
+ obj: RegisterCertificateResult
2232
+ ) => any;
2233
+
2234
+ export declare const RegisterEventTopicRequestFilterSensitiveLog: (
2235
+ obj: RegisterEventTopicRequest
2236
+ ) => any;
2237
+
2238
+ export declare const RegisterEventTopicResultFilterSensitiveLog: (
2239
+ obj: RegisterEventTopicResult
2240
+ ) => any;
2241
+
2242
+ export declare const RejectSharedDirectoryRequestFilterSensitiveLog: (
2243
+ obj: RejectSharedDirectoryRequest
2244
+ ) => any;
2245
+
2246
+ export declare const RejectSharedDirectoryResultFilterSensitiveLog: (
2247
+ obj: RejectSharedDirectoryResult
2248
+ ) => any;
2249
+
2250
+ export declare const RemoveIpRoutesRequestFilterSensitiveLog: (
2251
+ obj: RemoveIpRoutesRequest
2252
+ ) => any;
2253
+
2254
+ export declare const RemoveIpRoutesResultFilterSensitiveLog: (
2255
+ obj: RemoveIpRoutesResult
2256
+ ) => any;
2257
+
2258
+ export declare const RemoveRegionRequestFilterSensitiveLog: (
2259
+ obj: RemoveRegionRequest
2260
+ ) => any;
2261
+
2262
+ export declare const RemoveRegionResultFilterSensitiveLog: (
2263
+ obj: RemoveRegionResult
2264
+ ) => any;
2265
+
2266
+ export declare const RemoveTagsFromResourceRequestFilterSensitiveLog: (
2267
+ obj: RemoveTagsFromResourceRequest
2268
+ ) => any;
2269
+
2270
+ export declare const RemoveTagsFromResourceResultFilterSensitiveLog: (
2271
+ obj: RemoveTagsFromResourceResult
2272
+ ) => any;
2273
+
2274
+ export declare const ResetUserPasswordRequestFilterSensitiveLog: (
2275
+ obj: ResetUserPasswordRequest
2276
+ ) => any;
2277
+
2278
+ export declare const ResetUserPasswordResultFilterSensitiveLog: (
2279
+ obj: ResetUserPasswordResult
2280
+ ) => any;
2281
+
2282
+ export declare const RestoreFromSnapshotRequestFilterSensitiveLog: (
2283
+ obj: RestoreFromSnapshotRequest
2284
+ ) => any;
2285
+
2286
+ export declare const RestoreFromSnapshotResultFilterSensitiveLog: (
2287
+ obj: RestoreFromSnapshotResult
2288
+ ) => any;
2289
+
2290
+ export declare const ShareTargetFilterSensitiveLog: (obj: ShareTarget) => any;
2291
+
2292
+ export declare const ShareDirectoryRequestFilterSensitiveLog: (
2293
+ obj: ShareDirectoryRequest
2294
+ ) => any;
2295
+
2296
+ export declare const ShareDirectoryResultFilterSensitiveLog: (
2297
+ obj: ShareDirectoryResult
2298
+ ) => any;
2299
+
2300
+ export declare const StartSchemaExtensionRequestFilterSensitiveLog: (
2301
+ obj: StartSchemaExtensionRequest
2302
+ ) => any;
2303
+
2304
+ export declare const StartSchemaExtensionResultFilterSensitiveLog: (
2305
+ obj: StartSchemaExtensionResult
2306
+ ) => any;
2307
+
2308
+ export declare const UnshareTargetFilterSensitiveLog: (
2309
+ obj: UnshareTarget
2310
+ ) => any;
2311
+
2312
+ export declare const UnshareDirectoryRequestFilterSensitiveLog: (
2313
+ obj: UnshareDirectoryRequest
2314
+ ) => any;
2315
+
2316
+ export declare const UnshareDirectoryResultFilterSensitiveLog: (
2317
+ obj: UnshareDirectoryResult
2318
+ ) => any;
2319
+
2320
+ export declare const UpdateConditionalForwarderRequestFilterSensitiveLog: (
2321
+ obj: UpdateConditionalForwarderRequest
2322
+ ) => any;
2323
+
2324
+ export declare const UpdateConditionalForwarderResultFilterSensitiveLog: (
2325
+ obj: UpdateConditionalForwarderResult
2326
+ ) => any;
2327
+
2328
+ export declare const UpdateNumberOfDomainControllersRequestFilterSensitiveLog: (
2329
+ obj: UpdateNumberOfDomainControllersRequest
2330
+ ) => any;
2331
+
2332
+ export declare const UpdateNumberOfDomainControllersResultFilterSensitiveLog: (
2333
+ obj: UpdateNumberOfDomainControllersResult
2334
+ ) => any;
2335
+
2336
+ export declare const UpdateRadiusRequestFilterSensitiveLog: (
2337
+ obj: UpdateRadiusRequest
2338
+ ) => any;
2339
+
2340
+ export declare const UpdateRadiusResultFilterSensitiveLog: (
2341
+ obj: UpdateRadiusResult
2342
+ ) => any;
2343
+
2344
+ export declare const SettingFilterSensitiveLog: (obj: Setting) => any;
2345
+
2346
+ export declare const UpdateSettingsRequestFilterSensitiveLog: (
2347
+ obj: UpdateSettingsRequest
2348
+ ) => any;
2349
+
2350
+ export declare const UpdateSettingsResultFilterSensitiveLog: (
2351
+ obj: UpdateSettingsResult
2352
+ ) => any;
2353
+
2354
+ export declare const UpdateTrustRequestFilterSensitiveLog: (
2355
+ obj: UpdateTrustRequest
2356
+ ) => any;
2357
+
2358
+ export declare const UpdateTrustResultFilterSensitiveLog: (
2359
+ obj: UpdateTrustResult
2360
+ ) => any;
2361
+
2362
+ export declare const VerifyTrustRequestFilterSensitiveLog: (
2363
+ obj: VerifyTrustRequest
2364
+ ) => any;
2365
+
2366
+ export declare const VerifyTrustResultFilterSensitiveLog: (
2367
+ obj: VerifyTrustResult
2368
+ ) => any;