@aws-sdk/client-directory-service 3.169.0 → 3.171.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 +1115 -330
  3. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +495 -138
  4. package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +32 -17
  57. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +36 -17
  59. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +36 -17
  60. package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +35 -17
  63. package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +32 -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 +7 -6
  73. package/dist-types/ts3.4/models/index.d.ts +1 -1
  74. package/dist-types/ts3.4/models/models_0.d.ts +1693 -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 +67 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  83. package/package.json +34 -34
@@ -1,2133 +1,1693 @@
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
+ export interface SharedDirectory {
22
+ OwnerAccountId?: string;
23
+ OwnerDirectoryId?: string;
24
+ ShareMethod?: ShareMethod | string;
25
+ SharedAccountId?: string;
26
+ SharedDirectoryId?: string;
27
+ ShareStatus?: ShareStatus | string;
28
+ ShareNotes?: string;
29
+ CreatedDateTime?: Date;
30
+ LastUpdatedDateTime?: Date;
31
+ }
32
+ export interface AcceptSharedDirectoryResult {
33
+ SharedDirectory?: SharedDirectory;
34
+ }
35
+ export declare class ClientException extends __BaseException {
36
+ readonly name: "ClientException";
37
+ readonly $fault: "client";
38
+ Message?: string;
39
+ RequestId?: string;
40
+ constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
41
+ }
42
+ export declare class DirectoryAlreadySharedException extends __BaseException {
43
+ readonly name: "DirectoryAlreadySharedException";
44
+ readonly $fault: "client";
45
+ Message?: string;
46
+ RequestId?: string;
47
+ constructor(
48
+ opts: __ExceptionOptionType<
49
+ DirectoryAlreadySharedException,
50
+ __BaseException
51
+ >
52
+ );
53
+ }
54
+ export declare class EntityDoesNotExistException extends __BaseException {
55
+ readonly name: "EntityDoesNotExistException";
56
+ readonly $fault: "client";
57
+ Message?: string;
58
+ RequestId?: string;
59
+ constructor(
60
+ opts: __ExceptionOptionType<EntityDoesNotExistException, __BaseException>
61
+ );
62
+ }
63
+ export declare class InvalidParameterException extends __BaseException {
64
+ readonly name: "InvalidParameterException";
65
+ readonly $fault: "client";
66
+ Message?: string;
67
+ RequestId?: string;
68
+ constructor(
69
+ opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
70
+ );
71
+ }
72
+ export declare class ServiceException extends __BaseException {
73
+ readonly name: "ServiceException";
74
+ readonly $fault: "server";
75
+ Message?: string;
76
+ RequestId?: string;
77
+ constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
78
+ }
79
+ export declare class AccessDeniedException extends __BaseException {
80
+ readonly name: "AccessDeniedException";
81
+ readonly $fault: "client";
82
+ Message?: string;
83
+ RequestId?: string;
84
+ constructor(
85
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
86
+ );
87
+ }
88
+ export interface IpRoute {
89
+ CidrIp?: string;
90
+ Description?: string;
91
+ }
92
+ export interface AddIpRoutesRequest {
93
+ DirectoryId: string | undefined;
94
+ IpRoutes: IpRoute[] | undefined;
95
+ UpdateSecurityGroupForDirectoryControllers?: boolean;
96
+ }
97
+ export interface AddIpRoutesResult {}
98
+ export declare class DirectoryUnavailableException extends __BaseException {
99
+ readonly name: "DirectoryUnavailableException";
100
+ readonly $fault: "client";
101
+ Message?: string;
102
+ RequestId?: string;
103
+ constructor(
104
+ opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>
105
+ );
106
+ }
107
+ export declare class EntityAlreadyExistsException extends __BaseException {
108
+ readonly name: "EntityAlreadyExistsException";
109
+ readonly $fault: "client";
110
+ Message?: string;
111
+ RequestId?: string;
112
+ constructor(
113
+ opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
114
+ );
115
+ }
116
+ export declare class IpRouteLimitExceededException extends __BaseException {
117
+ readonly name: "IpRouteLimitExceededException";
118
+ readonly $fault: "client";
119
+ Message?: string;
120
+ RequestId?: string;
121
+ constructor(
122
+ opts: __ExceptionOptionType<IpRouteLimitExceededException, __BaseException>
123
+ );
124
+ }
125
+ export interface DirectoryVpcSettings {
126
+ VpcId: string | undefined;
127
+ SubnetIds: string[] | undefined;
128
+ }
129
+ export interface AddRegionRequest {
130
+ DirectoryId: string | undefined;
131
+ RegionName: string | undefined;
132
+ VPCSettings: DirectoryVpcSettings | undefined;
133
+ }
134
+ export interface AddRegionResult {}
135
+ export declare class DirectoryAlreadyInRegionException extends __BaseException {
136
+ readonly name: "DirectoryAlreadyInRegionException";
137
+ readonly $fault: "client";
138
+ Message?: string;
139
+ RequestId?: string;
140
+ constructor(
141
+ opts: __ExceptionOptionType<
142
+ DirectoryAlreadyInRegionException,
143
+ __BaseException
144
+ >
145
+ );
146
+ }
147
+ export declare class DirectoryDoesNotExistException extends __BaseException {
148
+ readonly name: "DirectoryDoesNotExistException";
149
+ readonly $fault: "client";
150
+ Message?: string;
151
+ RequestId?: string;
152
+ constructor(
153
+ opts: __ExceptionOptionType<DirectoryDoesNotExistException, __BaseException>
154
+ );
155
+ }
156
+ export declare class RegionLimitExceededException extends __BaseException {
157
+ readonly name: "RegionLimitExceededException";
158
+ readonly $fault: "client";
159
+ Message?: string;
160
+ RequestId?: string;
161
+ constructor(
162
+ opts: __ExceptionOptionType<RegionLimitExceededException, __BaseException>
163
+ );
164
+ }
165
+ export declare class UnsupportedOperationException extends __BaseException {
166
+ readonly name: "UnsupportedOperationException";
167
+ readonly $fault: "client";
168
+ Message?: string;
169
+ RequestId?: string;
170
+ constructor(
171
+ opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
172
+ );
173
+ }
174
+ export interface Tag {
175
+ Key: string | undefined;
176
+ Value: string | undefined;
177
+ }
178
+ export interface AddTagsToResourceRequest {
179
+ ResourceId: string | undefined;
180
+ Tags: Tag[] | undefined;
181
+ }
182
+ export interface AddTagsToResourceResult {}
183
+ export declare class TagLimitExceededException extends __BaseException {
184
+ readonly name: "TagLimitExceededException";
185
+ readonly $fault: "client";
186
+ Message?: string;
187
+ RequestId?: string;
188
+ constructor(
189
+ opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>
190
+ );
191
+ }
192
+ export interface Attribute {
193
+ Name?: string;
194
+ Value?: string;
195
+ }
196
+ export declare class AuthenticationFailedException extends __BaseException {
197
+ readonly name: "AuthenticationFailedException";
198
+ readonly $fault: "client";
199
+ Message?: string;
200
+ RequestId?: string;
201
+ constructor(
202
+ opts: __ExceptionOptionType<AuthenticationFailedException, __BaseException>
203
+ );
204
+ }
205
+ export interface CancelSchemaExtensionRequest {
206
+ DirectoryId: string | undefined;
207
+ SchemaExtensionId: string | undefined;
208
+ }
209
+ export interface CancelSchemaExtensionResult {}
210
+ export interface ClientCertAuthSettings {
211
+ OCSPUrl?: string;
212
+ }
213
+ export declare enum CertificateState {
214
+ DEREGISTERED = "Deregistered",
215
+ DEREGISTERING = "Deregistering",
216
+ DEREGISTER_FAILED = "DeregisterFailed",
217
+ REGISTERED = "Registered",
218
+ REGISTERING = "Registering",
219
+ REGISTER_FAILED = "RegisterFailed",
220
+ }
221
+ export declare enum CertificateType {
222
+ CLIENT_CERT_AUTH = "ClientCertAuth",
223
+ CLIENT_LDAPS = "ClientLDAPS",
224
+ }
225
+ export interface Certificate {
226
+ CertificateId?: string;
227
+ State?: CertificateState | string;
228
+ StateReason?: string;
229
+ CommonName?: string;
230
+ RegisteredDateTime?: Date;
231
+ ExpiryDateTime?: Date;
232
+ Type?: CertificateType | string;
233
+ ClientCertAuthSettings?: ClientCertAuthSettings;
234
+ }
235
+ export declare class CertificateAlreadyExistsException extends __BaseException {
236
+ readonly name: "CertificateAlreadyExistsException";
237
+ readonly $fault: "client";
238
+ Message?: string;
239
+ RequestId?: string;
240
+ constructor(
241
+ opts: __ExceptionOptionType<
242
+ CertificateAlreadyExistsException,
243
+ __BaseException
244
+ >
245
+ );
246
+ }
247
+ export declare class CertificateDoesNotExistException extends __BaseException {
248
+ readonly name: "CertificateDoesNotExistException";
249
+ readonly $fault: "client";
250
+ Message?: string;
251
+ RequestId?: string;
252
+ constructor(
253
+ opts: __ExceptionOptionType<
254
+ CertificateDoesNotExistException,
255
+ __BaseException
256
+ >
257
+ );
258
+ }
259
+ export interface CertificateInfo {
260
+ CertificateId?: string;
261
+ CommonName?: string;
262
+ State?: CertificateState | string;
263
+ ExpiryDateTime?: Date;
264
+ Type?: CertificateType | string;
265
+ }
266
+ export declare class CertificateInUseException extends __BaseException {
267
+ readonly name: "CertificateInUseException";
268
+ readonly $fault: "client";
269
+ Message?: string;
270
+ RequestId?: string;
271
+ constructor(
272
+ opts: __ExceptionOptionType<CertificateInUseException, __BaseException>
273
+ );
274
+ }
275
+ export declare class CertificateLimitExceededException extends __BaseException {
276
+ readonly name: "CertificateLimitExceededException";
277
+ readonly $fault: "client";
278
+ Message?: string;
279
+ RequestId?: string;
280
+ constructor(
281
+ opts: __ExceptionOptionType<
282
+ CertificateLimitExceededException,
283
+ __BaseException
284
+ >
285
+ );
286
+ }
287
+ export declare enum ClientAuthenticationStatus {
288
+ DISABLED = "Disabled",
289
+ ENABLED = "Enabled",
290
+ }
291
+ export declare enum ClientAuthenticationType {
292
+ SMART_CARD = "SmartCard",
293
+ SMART_CARD_OR_PASSWORD = "SmartCardOrPassword",
294
+ }
295
+ export interface ClientAuthenticationSettingInfo {
296
+ Type?: ClientAuthenticationType | string;
297
+ Status?: ClientAuthenticationStatus | string;
298
+ LastUpdatedDateTime?: Date;
299
+ }
300
+ export interface Computer {
301
+ ComputerId?: string;
302
+ ComputerName?: string;
303
+ ComputerAttributes?: Attribute[];
304
+ }
305
+ export declare enum ReplicationScope {
306
+ Domain = "Domain",
307
+ }
308
+ export interface ConditionalForwarder {
309
+ RemoteDomainName?: string;
310
+ DnsIpAddrs?: string[];
311
+ ReplicationScope?: ReplicationScope | string;
312
+ }
313
+ export interface DirectoryConnectSettings {
314
+ VpcId: string | undefined;
315
+ SubnetIds: string[] | undefined;
316
+ CustomerDnsIps: string[] | undefined;
317
+ CustomerUserName: string | undefined;
318
+ }
319
+ export declare enum DirectorySize {
320
+ LARGE = "Large",
321
+ SMALL = "Small",
322
+ }
323
+ export interface ConnectDirectoryRequest {
324
+ Name: string | undefined;
325
+ ShortName?: string;
326
+ Password: string | undefined;
327
+ Description?: string;
328
+ Size: DirectorySize | string | undefined;
329
+ ConnectSettings: DirectoryConnectSettings | undefined;
330
+ Tags?: Tag[];
331
+ }
332
+ export interface ConnectDirectoryResult {
333
+ DirectoryId?: string;
334
+ }
335
+ export declare class DirectoryLimitExceededException extends __BaseException {
336
+ readonly name: "DirectoryLimitExceededException";
337
+ readonly $fault: "client";
338
+ Message?: string;
339
+ RequestId?: string;
340
+ constructor(
341
+ opts: __ExceptionOptionType<
342
+ DirectoryLimitExceededException,
343
+ __BaseException
344
+ >
345
+ );
346
+ }
347
+ export interface CreateAliasRequest {
348
+ DirectoryId: string | undefined;
349
+ Alias: string | undefined;
350
+ }
351
+ export interface CreateAliasResult {
352
+ DirectoryId?: string;
353
+ Alias?: string;
354
+ }
355
+ export interface CreateComputerRequest {
356
+ DirectoryId: string | undefined;
357
+ ComputerName: string | undefined;
358
+ Password: string | undefined;
359
+ OrganizationalUnitDistinguishedName?: string;
360
+ ComputerAttributes?: Attribute[];
361
+ }
362
+ export interface CreateComputerResult {
363
+ Computer?: Computer;
364
+ }
365
+ export interface CreateConditionalForwarderRequest {
366
+ DirectoryId: string | undefined;
367
+ RemoteDomainName: string | undefined;
368
+ DnsIpAddrs: string[] | undefined;
369
+ }
370
+ export interface CreateConditionalForwarderResult {}
371
+ export interface CreateDirectoryRequest {
372
+ Name: string | undefined;
373
+ ShortName?: string;
374
+ Password: string | undefined;
375
+ Description?: string;
376
+ Size: DirectorySize | string | undefined;
377
+ VpcSettings?: DirectoryVpcSettings;
378
+ Tags?: Tag[];
379
+ }
380
+ export interface CreateDirectoryResult {
381
+ DirectoryId?: string;
382
+ }
383
+ export interface CreateLogSubscriptionRequest {
384
+ DirectoryId: string | undefined;
385
+ LogGroupName: string | undefined;
386
+ }
387
+ export interface CreateLogSubscriptionResult {}
388
+ export declare class InsufficientPermissionsException extends __BaseException {
389
+ readonly name: "InsufficientPermissionsException";
390
+ readonly $fault: "client";
391
+ Message?: string;
392
+ RequestId?: string;
393
+ constructor(
394
+ opts: __ExceptionOptionType<
395
+ InsufficientPermissionsException,
396
+ __BaseException
397
+ >
398
+ );
399
+ }
400
+ export declare enum DirectoryEdition {
401
+ ENTERPRISE = "Enterprise",
402
+ STANDARD = "Standard",
403
+ }
404
+ export interface CreateMicrosoftADRequest {
405
+ Name: string | undefined;
406
+ ShortName?: string;
407
+ Password: string | undefined;
408
+ Description?: string;
409
+ VpcSettings: DirectoryVpcSettings | undefined;
410
+ Edition?: DirectoryEdition | string;
411
+ Tags?: Tag[];
412
+ }
413
+ export interface CreateMicrosoftADResult {
414
+ DirectoryId?: string;
415
+ }
416
+ export interface CreateSnapshotRequest {
417
+ DirectoryId: string | undefined;
418
+ Name?: string;
419
+ }
420
+ export interface CreateSnapshotResult {
421
+ SnapshotId?: string;
422
+ }
423
+ export declare class SnapshotLimitExceededException extends __BaseException {
424
+ readonly name: "SnapshotLimitExceededException";
425
+ readonly $fault: "client";
426
+ Message?: string;
427
+ RequestId?: string;
428
+ constructor(
429
+ opts: __ExceptionOptionType<SnapshotLimitExceededException, __BaseException>
430
+ );
431
+ }
432
+ export declare enum SelectiveAuth {
433
+ DISABLED = "Disabled",
434
+ ENABLED = "Enabled",
435
+ }
436
+ export declare enum TrustDirection {
437
+ ONE_WAY_INCOMING = "One-Way: Incoming",
438
+ ONE_WAY_OUTGOING = "One-Way: Outgoing",
439
+ TWO_WAY = "Two-Way",
440
+ }
441
+ export declare enum TrustType {
442
+ EXTERNAL = "External",
443
+ FOREST = "Forest",
444
+ }
445
+ export interface CreateTrustRequest {
446
+ DirectoryId: string | undefined;
447
+ RemoteDomainName: string | undefined;
448
+ TrustPassword: string | undefined;
449
+ TrustDirection: TrustDirection | string | undefined;
450
+ TrustType?: TrustType | string;
451
+ ConditionalForwarderIpAddrs?: string[];
452
+ SelectiveAuth?: SelectiveAuth | string;
453
+ }
454
+ export interface CreateTrustResult {
455
+ TrustId?: string;
456
+ }
457
+ export interface DeleteConditionalForwarderRequest {
458
+ DirectoryId: string | undefined;
459
+ RemoteDomainName: string | undefined;
460
+ }
461
+ export interface DeleteConditionalForwarderResult {}
462
+ export interface DeleteDirectoryRequest {
463
+ DirectoryId: string | undefined;
464
+ }
465
+ export interface DeleteDirectoryResult {
466
+ DirectoryId?: string;
467
+ }
468
+ export interface DeleteLogSubscriptionRequest {
469
+ DirectoryId: string | undefined;
470
+ }
471
+ export interface DeleteLogSubscriptionResult {}
472
+ export interface DeleteSnapshotRequest {
473
+ SnapshotId: string | undefined;
474
+ }
475
+ export interface DeleteSnapshotResult {
476
+ SnapshotId?: string;
477
+ }
478
+ export interface DeleteTrustRequest {
479
+ TrustId: string | undefined;
480
+ DeleteAssociatedConditionalForwarder?: boolean;
481
+ }
482
+ export interface DeleteTrustResult {
483
+ TrustId?: string;
484
+ }
485
+ export interface DeregisterCertificateRequest {
486
+ DirectoryId: string | undefined;
487
+ CertificateId: string | undefined;
488
+ }
489
+ export interface DeregisterCertificateResult {}
490
+ export interface DeregisterEventTopicRequest {
491
+ DirectoryId: string | undefined;
492
+ TopicName: string | undefined;
493
+ }
494
+ export interface DeregisterEventTopicResult {}
495
+ export interface DescribeCertificateRequest {
496
+ DirectoryId: string | undefined;
497
+ CertificateId: string | undefined;
498
+ }
499
+ export interface DescribeCertificateResult {
500
+ Certificate?: Certificate;
501
+ }
502
+ export interface DescribeClientAuthenticationSettingsRequest {
503
+ DirectoryId: string | undefined;
504
+ Type?: ClientAuthenticationType | string;
505
+ NextToken?: string;
506
+ Limit?: number;
507
+ }
508
+ export interface DescribeClientAuthenticationSettingsResult {
509
+ ClientAuthenticationSettingsInfo?: ClientAuthenticationSettingInfo[];
510
+ NextToken?: string;
511
+ }
512
+ export interface DescribeConditionalForwardersRequest {
513
+ DirectoryId: string | undefined;
514
+ RemoteDomainNames?: string[];
515
+ }
516
+ export interface DescribeConditionalForwardersResult {
517
+ ConditionalForwarders?: ConditionalForwarder[];
518
+ }
519
+ export interface DescribeDirectoriesRequest {
520
+ DirectoryIds?: string[];
521
+ NextToken?: string;
522
+ Limit?: number;
523
+ }
524
+ export interface DirectoryConnectSettingsDescription {
525
+ VpcId?: string;
526
+ SubnetIds?: string[];
527
+ CustomerUserName?: string;
528
+ SecurityGroupId?: string;
529
+ AvailabilityZones?: string[];
530
+ ConnectIps?: string[];
531
+ }
532
+ export declare enum RadiusAuthenticationProtocol {
533
+ CHAP = "CHAP",
534
+ MSCHAPV1 = "MS-CHAPv1",
535
+ MSCHAPV2 = "MS-CHAPv2",
536
+ PAP = "PAP",
537
+ }
538
+ export interface RadiusSettings {
539
+ RadiusServers?: string[];
540
+ RadiusPort?: number;
541
+ RadiusTimeout?: number;
542
+ RadiusRetries?: number;
543
+ SharedSecret?: string;
544
+ AuthenticationProtocol?: RadiusAuthenticationProtocol | string;
545
+ DisplayLabel?: string;
546
+ UseSameUsername?: boolean;
547
+ }
548
+ export declare enum RadiusStatus {
549
+ COMPLETED = "Completed",
550
+ CREATING = "Creating",
551
+ FAILED = "Failed",
552
+ }
553
+ export interface DirectoryVpcSettingsDescription {
554
+ VpcId?: string;
555
+ SubnetIds?: string[];
556
+ SecurityGroupId?: string;
557
+ AvailabilityZones?: string[];
558
+ }
559
+ export interface OwnerDirectoryDescription {
560
+ DirectoryId?: string;
561
+ AccountId?: string;
562
+ DnsIpAddrs?: string[];
563
+ VpcSettings?: DirectoryVpcSettingsDescription;
564
+ RadiusSettings?: RadiusSettings;
565
+ RadiusStatus?: RadiusStatus | string;
566
+ }
567
+ export interface RegionsInfo {
568
+ PrimaryRegion?: string;
569
+ AdditionalRegions?: string[];
570
+ }
571
+ export declare enum DirectoryStage {
572
+ ACTIVE = "Active",
573
+ CREATED = "Created",
574
+ CREATING = "Creating",
575
+ DELETED = "Deleted",
576
+ DELETING = "Deleting",
577
+ FAILED = "Failed",
578
+ IMPAIRED = "Impaired",
579
+ INOPERABLE = "Inoperable",
580
+ REQUESTED = "Requested",
581
+ RESTOREFAILED = "RestoreFailed",
582
+ RESTORING = "Restoring",
583
+ }
584
+ export declare enum DirectoryType {
585
+ AD_CONNECTOR = "ADConnector",
586
+ MICROSOFT_AD = "MicrosoftAD",
587
+ SHARED_MICROSOFT_AD = "SharedMicrosoftAD",
588
+ SIMPLE_AD = "SimpleAD",
589
+ }
590
+ export interface DirectoryDescription {
591
+ DirectoryId?: string;
592
+ Name?: string;
593
+ ShortName?: string;
594
+ Size?: DirectorySize | string;
595
+ Edition?: DirectoryEdition | string;
596
+ Alias?: string;
597
+ AccessUrl?: string;
598
+ Description?: string;
599
+ DnsIpAddrs?: string[];
600
+ Stage?: DirectoryStage | string;
601
+ ShareStatus?: ShareStatus | string;
602
+ ShareMethod?: ShareMethod | string;
603
+ ShareNotes?: string;
604
+ LaunchTime?: Date;
605
+ StageLastUpdatedDateTime?: Date;
606
+ Type?: DirectoryType | string;
607
+ VpcSettings?: DirectoryVpcSettingsDescription;
608
+ ConnectSettings?: DirectoryConnectSettingsDescription;
609
+ RadiusSettings?: RadiusSettings;
610
+ RadiusStatus?: RadiusStatus | string;
611
+ StageReason?: string;
612
+ SsoEnabled?: boolean;
613
+ DesiredNumberOfDomainControllers?: number;
614
+ OwnerDirectoryDescription?: OwnerDirectoryDescription;
615
+ RegionsInfo?: RegionsInfo;
616
+ }
617
+ export interface DescribeDirectoriesResult {
618
+ DirectoryDescriptions?: DirectoryDescription[];
619
+ NextToken?: string;
620
+ }
621
+ export declare class InvalidNextTokenException extends __BaseException {
622
+ readonly name: "InvalidNextTokenException";
623
+ readonly $fault: "client";
624
+ Message?: string;
625
+ RequestId?: string;
626
+ constructor(
627
+ opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
628
+ );
629
+ }
630
+ export interface DescribeDomainControllersRequest {
631
+ DirectoryId: string | undefined;
632
+ DomainControllerIds?: string[];
633
+ NextToken?: string;
634
+ Limit?: number;
635
+ }
636
+ export declare enum DomainControllerStatus {
637
+ ACTIVE = "Active",
638
+ CREATING = "Creating",
639
+ DELETED = "Deleted",
640
+ DELETING = "Deleting",
641
+ FAILED = "Failed",
642
+ IMPAIRED = "Impaired",
643
+ RESTORING = "Restoring",
644
+ }
645
+ export interface DomainController {
646
+ DirectoryId?: string;
647
+ DomainControllerId?: string;
648
+ DnsIpAddr?: string;
649
+ VpcId?: string;
650
+ SubnetId?: string;
651
+ AvailabilityZone?: string;
652
+ Status?: DomainControllerStatus | string;
653
+ StatusReason?: string;
654
+ LaunchTime?: Date;
655
+ StatusLastUpdatedDateTime?: Date;
656
+ }
657
+ export interface DescribeDomainControllersResult {
658
+ DomainControllers?: DomainController[];
659
+ NextToken?: string;
660
+ }
661
+ export interface DescribeEventTopicsRequest {
662
+ DirectoryId?: string;
663
+ TopicNames?: string[];
664
+ }
665
+ export declare enum TopicStatus {
666
+ DELETED = "Deleted",
667
+ FAILED = "Failed",
668
+ REGISTERED = "Registered",
669
+ TOPIC_NOT_FOUND = "Topic not found",
670
+ }
671
+ export interface EventTopic {
672
+ DirectoryId?: string;
673
+ TopicName?: string;
674
+ TopicArn?: string;
675
+ CreatedDateTime?: Date;
676
+ Status?: TopicStatus | string;
677
+ }
678
+ export interface DescribeEventTopicsResult {
679
+ EventTopics?: EventTopic[];
680
+ }
681
+ export declare enum LDAPSType {
682
+ CLIENT = "Client",
683
+ }
684
+ export interface DescribeLDAPSSettingsRequest {
685
+ DirectoryId: string | undefined;
686
+ Type?: LDAPSType | string;
687
+ NextToken?: string;
688
+ Limit?: number;
689
+ }
690
+ export declare enum LDAPSStatus {
691
+ DISABLED = "Disabled",
692
+ ENABLED = "Enabled",
693
+ ENABLE_FAILED = "EnableFailed",
694
+ ENABLING = "Enabling",
695
+ }
696
+ export interface LDAPSSettingInfo {
697
+ LDAPSStatus?: LDAPSStatus | string;
698
+ LDAPSStatusReason?: string;
699
+ LastUpdatedDateTime?: Date;
700
+ }
701
+ export interface DescribeLDAPSSettingsResult {
702
+ LDAPSSettingsInfo?: LDAPSSettingInfo[];
703
+ NextToken?: string;
704
+ }
705
+ export interface DescribeRegionsRequest {
706
+ DirectoryId: string | undefined;
707
+ RegionName?: string;
708
+ NextToken?: string;
709
+ }
710
+ export declare enum RegionType {
711
+ ADDITIONAL = "Additional",
712
+ PRIMARY = "Primary",
713
+ }
714
+ export interface RegionDescription {
715
+ DirectoryId?: string;
716
+ RegionName?: string;
717
+ RegionType?: RegionType | string;
718
+ Status?: DirectoryStage | string;
719
+ VpcSettings?: DirectoryVpcSettings;
720
+ DesiredNumberOfDomainControllers?: number;
721
+ LaunchTime?: Date;
722
+ StatusLastUpdatedDateTime?: Date;
723
+ LastUpdatedDateTime?: Date;
724
+ }
725
+ export interface DescribeRegionsResult {
726
+ RegionsDescription?: RegionDescription[];
727
+ NextToken?: string;
728
+ }
729
+ export declare enum DirectoryConfigurationStatus {
730
+ DEFAULT = "Default",
731
+ FAILED = "Failed",
732
+ REQUESTED = "Requested",
733
+ UPDATED = "Updated",
734
+ UPDATING = "Updating",
735
+ }
736
+ export interface DescribeSettingsRequest {
737
+ DirectoryId: string | undefined;
738
+ Status?: DirectoryConfigurationStatus | string;
739
+ NextToken?: string;
740
+ }
741
+ export interface SettingEntry {
742
+ Type?: string;
743
+ Name?: string;
744
+ AllowedValues?: string;
745
+ AppliedValue?: string;
746
+ RequestedValue?: string;
747
+ RequestStatus?: DirectoryConfigurationStatus | string;
748
+ RequestDetailedStatus?: Record<string, DirectoryConfigurationStatus | string>;
749
+ RequestStatusMessage?: string;
750
+ LastUpdatedDateTime?: Date;
751
+ LastRequestedDateTime?: Date;
752
+ }
753
+ export interface DescribeSettingsResult {
754
+ DirectoryId?: string;
755
+ SettingEntries?: SettingEntry[];
756
+ NextToken?: string;
757
+ }
758
+ export interface DescribeSharedDirectoriesRequest {
759
+ OwnerDirectoryId: string | undefined;
760
+ SharedDirectoryIds?: string[];
761
+ NextToken?: string;
762
+ Limit?: number;
763
+ }
764
+ export interface DescribeSharedDirectoriesResult {
765
+ SharedDirectories?: SharedDirectory[];
766
+ NextToken?: string;
767
+ }
768
+ export interface DescribeSnapshotsRequest {
769
+ DirectoryId?: string;
770
+ SnapshotIds?: string[];
771
+ NextToken?: string;
772
+ Limit?: number;
773
+ }
774
+ export declare enum SnapshotStatus {
775
+ COMPLETED = "Completed",
776
+ CREATING = "Creating",
777
+ FAILED = "Failed",
778
+ }
779
+ export declare enum SnapshotType {
780
+ AUTO = "Auto",
781
+ MANUAL = "Manual",
782
+ }
783
+ export interface Snapshot {
784
+ DirectoryId?: string;
785
+ SnapshotId?: string;
786
+ Type?: SnapshotType | string;
787
+ Name?: string;
788
+ Status?: SnapshotStatus | string;
789
+ StartTime?: Date;
790
+ }
791
+ export interface DescribeSnapshotsResult {
792
+ Snapshots?: Snapshot[];
793
+ NextToken?: string;
794
+ }
795
+ export interface DescribeTrustsRequest {
796
+ DirectoryId?: string;
797
+ TrustIds?: string[];
798
+ NextToken?: string;
799
+ Limit?: number;
800
+ }
801
+ export declare enum TrustState {
802
+ CREATED = "Created",
803
+ CREATING = "Creating",
804
+ DELETED = "Deleted",
805
+ DELETING = "Deleting",
806
+ FAILED = "Failed",
807
+ UPDATED = "Updated",
808
+ UPDATE_FAILED = "UpdateFailed",
809
+ UPDATING = "Updating",
810
+ VERIFIED = "Verified",
811
+ VERIFYING = "Verifying",
812
+ VERIFY_FAILED = "VerifyFailed",
813
+ }
814
+ export interface Trust {
815
+ DirectoryId?: string;
816
+ TrustId?: string;
817
+ RemoteDomainName?: string;
818
+ TrustType?: TrustType | string;
819
+ TrustDirection?: TrustDirection | string;
820
+ TrustState?: TrustState | string;
821
+ CreatedDateTime?: Date;
822
+ LastUpdatedDateTime?: Date;
823
+ StateLastUpdatedDateTime?: Date;
824
+ TrustStateReason?: string;
825
+ SelectiveAuth?: SelectiveAuth | string;
826
+ }
827
+ export interface DescribeTrustsResult {
828
+ Trusts?: Trust[];
829
+ NextToken?: string;
830
+ }
831
+ export interface DirectoryLimits {
832
+ CloudOnlyDirectoriesLimit?: number;
833
+ CloudOnlyDirectoriesCurrentCount?: number;
834
+ CloudOnlyDirectoriesLimitReached?: boolean;
835
+ CloudOnlyMicrosoftADLimit?: number;
836
+ CloudOnlyMicrosoftADCurrentCount?: number;
837
+ CloudOnlyMicrosoftADLimitReached?: boolean;
838
+ ConnectedDirectoriesLimit?: number;
839
+ ConnectedDirectoriesCurrentCount?: number;
840
+ ConnectedDirectoriesLimitReached?: boolean;
841
+ }
842
+ export declare class DirectoryNotSharedException extends __BaseException {
843
+ readonly name: "DirectoryNotSharedException";
844
+ readonly $fault: "client";
845
+ Message?: string;
846
+ RequestId?: string;
847
+ constructor(
848
+ opts: __ExceptionOptionType<DirectoryNotSharedException, __BaseException>
849
+ );
850
+ }
851
+ export interface DisableClientAuthenticationRequest {
852
+ DirectoryId: string | undefined;
853
+ Type: ClientAuthenticationType | string | undefined;
854
+ }
855
+ export interface DisableClientAuthenticationResult {}
856
+ export declare class InvalidClientAuthStatusException extends __BaseException {
857
+ readonly name: "InvalidClientAuthStatusException";
858
+ readonly $fault: "client";
859
+ Message?: string;
860
+ RequestId?: string;
861
+ constructor(
862
+ opts: __ExceptionOptionType<
863
+ InvalidClientAuthStatusException,
864
+ __BaseException
865
+ >
866
+ );
867
+ }
868
+ export interface DisableLDAPSRequest {
869
+ DirectoryId: string | undefined;
870
+ Type: LDAPSType | string | undefined;
871
+ }
872
+ export interface DisableLDAPSResult {}
873
+ export declare class InvalidLDAPSStatusException extends __BaseException {
874
+ readonly name: "InvalidLDAPSStatusException";
875
+ readonly $fault: "client";
876
+ Message?: string;
877
+ RequestId?: string;
878
+ constructor(
879
+ opts: __ExceptionOptionType<InvalidLDAPSStatusException, __BaseException>
880
+ );
881
+ }
882
+ export interface DisableRadiusRequest {
883
+ DirectoryId: string | undefined;
884
+ }
885
+ export interface DisableRadiusResult {}
886
+ export interface DisableSsoRequest {
887
+ DirectoryId: string | undefined;
888
+ UserName?: string;
889
+ Password?: string;
890
+ }
891
+ export interface DisableSsoResult {}
892
+ export interface EnableClientAuthenticationRequest {
893
+ DirectoryId: string | undefined;
894
+ Type: ClientAuthenticationType | string | undefined;
895
+ }
896
+ export interface EnableClientAuthenticationResult {}
897
+ export declare class NoAvailableCertificateException extends __BaseException {
898
+ readonly name: "NoAvailableCertificateException";
899
+ readonly $fault: "client";
900
+ Message?: string;
901
+ RequestId?: string;
902
+ constructor(
903
+ opts: __ExceptionOptionType<
904
+ NoAvailableCertificateException,
905
+ __BaseException
906
+ >
907
+ );
908
+ }
909
+ export interface EnableLDAPSRequest {
910
+ DirectoryId: string | undefined;
911
+ Type: LDAPSType | string | undefined;
912
+ }
913
+ export interface EnableLDAPSResult {}
914
+ export interface EnableRadiusRequest {
915
+ DirectoryId: string | undefined;
916
+ RadiusSettings: RadiusSettings | undefined;
917
+ }
918
+ export interface EnableRadiusResult {}
919
+ export interface EnableSsoRequest {
920
+ DirectoryId: string | undefined;
921
+ UserName?: string;
922
+ Password?: string;
923
+ }
924
+ export interface EnableSsoResult {}
925
+ export interface GetDirectoryLimitsRequest {}
926
+ export interface GetDirectoryLimitsResult {
927
+ DirectoryLimits?: DirectoryLimits;
928
+ }
929
+ export interface GetSnapshotLimitsRequest {
930
+ DirectoryId: string | undefined;
931
+ }
932
+ export interface SnapshotLimits {
933
+ ManualSnapshotsLimit?: number;
934
+ ManualSnapshotsCurrentCount?: number;
935
+ ManualSnapshotsLimitReached?: boolean;
936
+ }
937
+ export interface GetSnapshotLimitsResult {
938
+ SnapshotLimits?: SnapshotLimits;
939
+ }
940
+ export interface ListCertificatesRequest {
941
+ DirectoryId: string | undefined;
942
+ NextToken?: string;
943
+ Limit?: number;
944
+ }
945
+ export interface ListCertificatesResult {
946
+ NextToken?: string;
947
+ CertificatesInfo?: CertificateInfo[];
948
+ }
949
+ export interface ListIpRoutesRequest {
950
+ DirectoryId: string | undefined;
951
+ NextToken?: string;
952
+ Limit?: number;
953
+ }
954
+ export declare enum IpRouteStatusMsg {
955
+ ADDED = "Added",
956
+ ADDING = "Adding",
957
+ ADD_FAILED = "AddFailed",
958
+ REMOVED = "Removed",
959
+ REMOVE_FAILED = "RemoveFailed",
960
+ REMOVING = "Removing",
961
+ }
962
+ export interface IpRouteInfo {
963
+ DirectoryId?: string;
964
+ CidrIp?: string;
965
+ IpRouteStatusMsg?: IpRouteStatusMsg | string;
966
+ AddedDateTime?: Date;
967
+ IpRouteStatusReason?: string;
968
+ Description?: string;
969
+ }
970
+ export interface ListIpRoutesResult {
971
+ IpRoutesInfo?: IpRouteInfo[];
972
+ NextToken?: string;
973
+ }
974
+ export interface ListLogSubscriptionsRequest {
975
+ DirectoryId?: string;
976
+ NextToken?: string;
977
+ Limit?: number;
978
+ }
979
+ export interface LogSubscription {
980
+ DirectoryId?: string;
981
+ LogGroupName?: string;
982
+ SubscriptionCreatedDateTime?: Date;
983
+ }
984
+ export interface ListLogSubscriptionsResult {
985
+ LogSubscriptions?: LogSubscription[];
986
+ NextToken?: string;
987
+ }
988
+ export interface ListSchemaExtensionsRequest {
989
+ DirectoryId: string | undefined;
990
+ NextToken?: string;
991
+ Limit?: number;
992
+ }
993
+ export declare enum SchemaExtensionStatus {
994
+ CANCELLED = "Cancelled",
995
+ CANCEL_IN_PROGRESS = "CancelInProgress",
996
+ COMPLETED = "Completed",
997
+ CREATING_SNAPSHOT = "CreatingSnapshot",
998
+ FAILED = "Failed",
999
+ INITIALIZING = "Initializing",
1000
+ REPLICATING = "Replicating",
1001
+ ROLLBACK_IN_PROGRESS = "RollbackInProgress",
1002
+ UPDATING_SCHEMA = "UpdatingSchema",
1003
+ }
1004
+ export interface SchemaExtensionInfo {
1005
+ DirectoryId?: string;
1006
+ SchemaExtensionId?: string;
1007
+ Description?: string;
1008
+ SchemaExtensionStatus?: SchemaExtensionStatus | string;
1009
+ SchemaExtensionStatusReason?: string;
1010
+ StartDateTime?: Date;
1011
+ EndDateTime?: Date;
1012
+ }
1013
+ export interface ListSchemaExtensionsResult {
1014
+ SchemaExtensionsInfo?: SchemaExtensionInfo[];
1015
+ NextToken?: string;
1016
+ }
1017
+ export interface ListTagsForResourceRequest {
1018
+ ResourceId: string | undefined;
1019
+ NextToken?: string;
1020
+ Limit?: number;
1021
+ }
1022
+ export interface ListTagsForResourceResult {
1023
+ Tags?: Tag[];
1024
+ NextToken?: string;
1025
+ }
1026
+ export declare class InvalidCertificateException extends __BaseException {
1027
+ readonly name: "InvalidCertificateException";
1028
+ readonly $fault: "client";
1029
+ Message?: string;
1030
+ RequestId?: string;
1031
+ constructor(
1032
+ opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>
1033
+ );
1034
+ }
1035
+ export interface RegisterCertificateRequest {
1036
+ DirectoryId: string | undefined;
1037
+ CertificateData: string | undefined;
1038
+ Type?: CertificateType | string;
1039
+ ClientCertAuthSettings?: ClientCertAuthSettings;
1040
+ }
1041
+ export interface RegisterCertificateResult {
1042
+ CertificateId?: string;
1043
+ }
1044
+ export interface RegisterEventTopicRequest {
1045
+ DirectoryId: string | undefined;
1046
+ TopicName: string | undefined;
1047
+ }
1048
+ export interface RegisterEventTopicResult {}
1049
+ export interface RejectSharedDirectoryRequest {
1050
+ SharedDirectoryId: string | undefined;
1051
+ }
1052
+ export interface RejectSharedDirectoryResult {
1053
+ SharedDirectoryId?: string;
1054
+ }
1055
+ export interface RemoveIpRoutesRequest {
1056
+ DirectoryId: string | undefined;
1057
+ CidrIps: string[] | undefined;
1058
+ }
1059
+ export interface RemoveIpRoutesResult {}
1060
+ export interface RemoveRegionRequest {
1061
+ DirectoryId: string | undefined;
1062
+ }
1063
+ export interface RemoveRegionResult {}
1064
+ export interface RemoveTagsFromResourceRequest {
1065
+ ResourceId: string | undefined;
1066
+ TagKeys: string[] | undefined;
1067
+ }
1068
+ export interface RemoveTagsFromResourceResult {}
1069
+ export declare class InvalidPasswordException extends __BaseException {
1070
+ readonly name: "InvalidPasswordException";
1071
+ readonly $fault: "client";
1072
+ Message?: string;
1073
+ RequestId?: string;
1074
+ constructor(
1075
+ opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
1076
+ );
1077
+ }
1078
+ export interface ResetUserPasswordRequest {
1079
+ DirectoryId: string | undefined;
1080
+ UserName: string | undefined;
1081
+ NewPassword: string | undefined;
1082
+ }
1083
+ export interface ResetUserPasswordResult {}
1084
+ export declare class UserDoesNotExistException extends __BaseException {
1085
+ readonly name: "UserDoesNotExistException";
1086
+ readonly $fault: "client";
1087
+ Message?: string;
1088
+ RequestId?: string;
1089
+ constructor(
1090
+ opts: __ExceptionOptionType<UserDoesNotExistException, __BaseException>
1091
+ );
1092
+ }
1093
+ export interface RestoreFromSnapshotRequest {
1094
+ SnapshotId: string | undefined;
1095
+ }
1096
+ export interface RestoreFromSnapshotResult {}
1097
+ export declare class InvalidTargetException extends __BaseException {
1098
+ readonly name: "InvalidTargetException";
1099
+ readonly $fault: "client";
1100
+ Message?: string;
1101
+ RequestId?: string;
1102
+ constructor(
1103
+ opts: __ExceptionOptionType<InvalidTargetException, __BaseException>
1104
+ );
1105
+ }
1106
+ export declare class OrganizationsException extends __BaseException {
1107
+ readonly name: "OrganizationsException";
1108
+ readonly $fault: "client";
1109
+ Message?: string;
1110
+ RequestId?: string;
1111
+ constructor(
1112
+ opts: __ExceptionOptionType<OrganizationsException, __BaseException>
1113
+ );
1114
+ }
1115
+ export declare enum TargetType {
1116
+ ACCOUNT = "ACCOUNT",
1117
+ }
1118
+ export interface ShareTarget {
1119
+ Id: string | undefined;
1120
+ Type: TargetType | string | undefined;
1121
+ }
1122
+ export interface ShareDirectoryRequest {
1123
+ DirectoryId: string | undefined;
1124
+ ShareNotes?: string;
1125
+ ShareTarget: ShareTarget | undefined;
1126
+ ShareMethod: ShareMethod | string | undefined;
1127
+ }
1128
+ export interface ShareDirectoryResult {
1129
+ SharedDirectoryId?: string;
1130
+ }
1131
+ export declare class ShareLimitExceededException extends __BaseException {
1132
+ readonly name: "ShareLimitExceededException";
1133
+ readonly $fault: "client";
1134
+ Message?: string;
1135
+ RequestId?: string;
1136
+ constructor(
1137
+ opts: __ExceptionOptionType<ShareLimitExceededException, __BaseException>
1138
+ );
1139
+ }
1140
+ export interface StartSchemaExtensionRequest {
1141
+ DirectoryId: string | undefined;
1142
+ CreateSnapshotBeforeSchemaExtension: boolean | undefined;
1143
+ LdifContent: string | undefined;
1144
+ Description: string | undefined;
1145
+ }
1146
+ export interface StartSchemaExtensionResult {
1147
+ SchemaExtensionId?: string;
1148
+ }
1149
+ export interface UnshareTarget {
1150
+ Id: string | undefined;
1151
+ Type: TargetType | string | undefined;
1152
+ }
1153
+ export interface UnshareDirectoryRequest {
1154
+ DirectoryId: string | undefined;
1155
+ UnshareTarget: UnshareTarget | undefined;
1156
+ }
1157
+ export interface UnshareDirectoryResult {
1158
+ SharedDirectoryId?: string;
1159
+ }
1160
+ export interface UpdateConditionalForwarderRequest {
1161
+ DirectoryId: string | undefined;
1162
+ RemoteDomainName: string | undefined;
1163
+ DnsIpAddrs: string[] | undefined;
1164
+ }
1165
+ export interface UpdateConditionalForwarderResult {}
1166
+ export declare class DomainControllerLimitExceededException extends __BaseException {
1167
+ readonly name: "DomainControllerLimitExceededException";
1168
+ readonly $fault: "client";
1169
+ Message?: string;
1170
+ RequestId?: string;
1171
+ constructor(
1172
+ opts: __ExceptionOptionType<
1173
+ DomainControllerLimitExceededException,
1174
+ __BaseException
1175
+ >
1176
+ );
1177
+ }
1178
+ export interface UpdateNumberOfDomainControllersRequest {
1179
+ DirectoryId: string | undefined;
1180
+ DesiredNumber: number | undefined;
1181
+ }
1182
+ export interface UpdateNumberOfDomainControllersResult {}
1183
+ export interface UpdateRadiusRequest {
1184
+ DirectoryId: string | undefined;
1185
+ RadiusSettings: RadiusSettings | undefined;
1186
+ }
1187
+ export interface UpdateRadiusResult {}
1188
+ export declare class IncompatibleSettingsException extends __BaseException {
1189
+ readonly name: "IncompatibleSettingsException";
1190
+ readonly $fault: "client";
1191
+ Message?: string;
1192
+ RequestId?: string;
1193
+ constructor(
1194
+ opts: __ExceptionOptionType<IncompatibleSettingsException, __BaseException>
1195
+ );
1196
+ }
1197
+ export declare class UnsupportedSettingsException extends __BaseException {
1198
+ readonly name: "UnsupportedSettingsException";
1199
+ readonly $fault: "client";
1200
+ Message?: string;
1201
+ RequestId?: string;
1202
+ constructor(
1203
+ opts: __ExceptionOptionType<UnsupportedSettingsException, __BaseException>
1204
+ );
1205
+ }
1206
+ export interface Setting {
1207
+ Name: string | undefined;
1208
+ Value: string | undefined;
1209
+ }
1210
+ export interface UpdateSettingsRequest {
1211
+ DirectoryId: string | undefined;
1212
+ Settings: Setting[] | undefined;
1213
+ }
1214
+ export interface UpdateSettingsResult {
1215
+ DirectoryId?: string;
1216
+ }
1217
+ export interface UpdateTrustRequest {
1218
+ TrustId: string | undefined;
1219
+ SelectiveAuth?: SelectiveAuth | string;
1220
+ }
1221
+ export interface UpdateTrustResult {
1222
+ RequestId?: string;
1223
+ TrustId?: string;
1224
+ }
1225
+ export interface VerifyTrustRequest {
1226
+ TrustId: string | undefined;
1227
+ }
1228
+ export interface VerifyTrustResult {
1229
+ TrustId?: string;
1230
+ }
1231
+ export declare const AcceptSharedDirectoryRequestFilterSensitiveLog: (
1232
+ obj: AcceptSharedDirectoryRequest
1233
+ ) => any;
1234
+ export declare const SharedDirectoryFilterSensitiveLog: (
1235
+ obj: SharedDirectory
1236
+ ) => any;
1237
+ export declare const AcceptSharedDirectoryResultFilterSensitiveLog: (
1238
+ obj: AcceptSharedDirectoryResult
1239
+ ) => any;
1240
+ export declare const IpRouteFilterSensitiveLog: (obj: IpRoute) => any;
1241
+ export declare const AddIpRoutesRequestFilterSensitiveLog: (
1242
+ obj: AddIpRoutesRequest
1243
+ ) => any;
1244
+ export declare const AddIpRoutesResultFilterSensitiveLog: (
1245
+ obj: AddIpRoutesResult
1246
+ ) => any;
1247
+ export declare const DirectoryVpcSettingsFilterSensitiveLog: (
1248
+ obj: DirectoryVpcSettings
1249
+ ) => any;
1250
+ export declare const AddRegionRequestFilterSensitiveLog: (
1251
+ obj: AddRegionRequest
1252
+ ) => any;
1253
+ export declare const AddRegionResultFilterSensitiveLog: (
1254
+ obj: AddRegionResult
1255
+ ) => any;
1256
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1257
+ export declare const AddTagsToResourceRequestFilterSensitiveLog: (
1258
+ obj: AddTagsToResourceRequest
1259
+ ) => any;
1260
+ export declare const AddTagsToResourceResultFilterSensitiveLog: (
1261
+ obj: AddTagsToResourceResult
1262
+ ) => any;
1263
+ export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
1264
+ export declare const CancelSchemaExtensionRequestFilterSensitiveLog: (
1265
+ obj: CancelSchemaExtensionRequest
1266
+ ) => any;
1267
+ export declare const CancelSchemaExtensionResultFilterSensitiveLog: (
1268
+ obj: CancelSchemaExtensionResult
1269
+ ) => any;
1270
+ export declare const ClientCertAuthSettingsFilterSensitiveLog: (
1271
+ obj: ClientCertAuthSettings
1272
+ ) => any;
1273
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
1274
+ export declare const CertificateInfoFilterSensitiveLog: (
1275
+ obj: CertificateInfo
1276
+ ) => any;
1277
+ export declare const ClientAuthenticationSettingInfoFilterSensitiveLog: (
1278
+ obj: ClientAuthenticationSettingInfo
1279
+ ) => any;
1280
+ export declare const ComputerFilterSensitiveLog: (obj: Computer) => any;
1281
+ export declare const ConditionalForwarderFilterSensitiveLog: (
1282
+ obj: ConditionalForwarder
1283
+ ) => any;
1284
+ export declare const DirectoryConnectSettingsFilterSensitiveLog: (
1285
+ obj: DirectoryConnectSettings
1286
+ ) => any;
1287
+ export declare const ConnectDirectoryRequestFilterSensitiveLog: (
1288
+ obj: ConnectDirectoryRequest
1289
+ ) => any;
1290
+ export declare const ConnectDirectoryResultFilterSensitiveLog: (
1291
+ obj: ConnectDirectoryResult
1292
+ ) => any;
1293
+ export declare const CreateAliasRequestFilterSensitiveLog: (
1294
+ obj: CreateAliasRequest
1295
+ ) => any;
1296
+ export declare const CreateAliasResultFilterSensitiveLog: (
1297
+ obj: CreateAliasResult
1298
+ ) => any;
1299
+ export declare const CreateComputerRequestFilterSensitiveLog: (
1300
+ obj: CreateComputerRequest
1301
+ ) => any;
1302
+ export declare const CreateComputerResultFilterSensitiveLog: (
1303
+ obj: CreateComputerResult
1304
+ ) => any;
1305
+ export declare const CreateConditionalForwarderRequestFilterSensitiveLog: (
1306
+ obj: CreateConditionalForwarderRequest
1307
+ ) => any;
1308
+ export declare const CreateConditionalForwarderResultFilterSensitiveLog: (
1309
+ obj: CreateConditionalForwarderResult
1310
+ ) => any;
1311
+ export declare const CreateDirectoryRequestFilterSensitiveLog: (
1312
+ obj: CreateDirectoryRequest
1313
+ ) => any;
1314
+ export declare const CreateDirectoryResultFilterSensitiveLog: (
1315
+ obj: CreateDirectoryResult
1316
+ ) => any;
1317
+ export declare const CreateLogSubscriptionRequestFilterSensitiveLog: (
1318
+ obj: CreateLogSubscriptionRequest
1319
+ ) => any;
1320
+ export declare const CreateLogSubscriptionResultFilterSensitiveLog: (
1321
+ obj: CreateLogSubscriptionResult
1322
+ ) => any;
1323
+ export declare const CreateMicrosoftADRequestFilterSensitiveLog: (
1324
+ obj: CreateMicrosoftADRequest
1325
+ ) => any;
1326
+ export declare const CreateMicrosoftADResultFilterSensitiveLog: (
1327
+ obj: CreateMicrosoftADResult
1328
+ ) => any;
1329
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (
1330
+ obj: CreateSnapshotRequest
1331
+ ) => any;
1332
+ export declare const CreateSnapshotResultFilterSensitiveLog: (
1333
+ obj: CreateSnapshotResult
1334
+ ) => any;
1335
+ export declare const CreateTrustRequestFilterSensitiveLog: (
1336
+ obj: CreateTrustRequest
1337
+ ) => any;
1338
+ export declare const CreateTrustResultFilterSensitiveLog: (
1339
+ obj: CreateTrustResult
1340
+ ) => any;
1341
+ export declare const DeleteConditionalForwarderRequestFilterSensitiveLog: (
1342
+ obj: DeleteConditionalForwarderRequest
1343
+ ) => any;
1344
+ export declare const DeleteConditionalForwarderResultFilterSensitiveLog: (
1345
+ obj: DeleteConditionalForwarderResult
1346
+ ) => any;
1347
+ export declare const DeleteDirectoryRequestFilterSensitiveLog: (
1348
+ obj: DeleteDirectoryRequest
1349
+ ) => any;
1350
+ export declare const DeleteDirectoryResultFilterSensitiveLog: (
1351
+ obj: DeleteDirectoryResult
1352
+ ) => any;
1353
+ export declare const DeleteLogSubscriptionRequestFilterSensitiveLog: (
1354
+ obj: DeleteLogSubscriptionRequest
1355
+ ) => any;
1356
+ export declare const DeleteLogSubscriptionResultFilterSensitiveLog: (
1357
+ obj: DeleteLogSubscriptionResult
1358
+ ) => any;
1359
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (
1360
+ obj: DeleteSnapshotRequest
1361
+ ) => any;
1362
+ export declare const DeleteSnapshotResultFilterSensitiveLog: (
1363
+ obj: DeleteSnapshotResult
1364
+ ) => any;
1365
+ export declare const DeleteTrustRequestFilterSensitiveLog: (
1366
+ obj: DeleteTrustRequest
1367
+ ) => any;
1368
+ export declare const DeleteTrustResultFilterSensitiveLog: (
1369
+ obj: DeleteTrustResult
1370
+ ) => any;
1371
+ export declare const DeregisterCertificateRequestFilterSensitiveLog: (
1372
+ obj: DeregisterCertificateRequest
1373
+ ) => any;
1374
+ export declare const DeregisterCertificateResultFilterSensitiveLog: (
1375
+ obj: DeregisterCertificateResult
1376
+ ) => any;
1377
+ export declare const DeregisterEventTopicRequestFilterSensitiveLog: (
1378
+ obj: DeregisterEventTopicRequest
1379
+ ) => any;
1380
+ export declare const DeregisterEventTopicResultFilterSensitiveLog: (
1381
+ obj: DeregisterEventTopicResult
1382
+ ) => any;
1383
+ export declare const DescribeCertificateRequestFilterSensitiveLog: (
1384
+ obj: DescribeCertificateRequest
1385
+ ) => any;
1386
+ export declare const DescribeCertificateResultFilterSensitiveLog: (
1387
+ obj: DescribeCertificateResult
1388
+ ) => any;
1389
+ export declare const DescribeClientAuthenticationSettingsRequestFilterSensitiveLog: (
1390
+ obj: DescribeClientAuthenticationSettingsRequest
1391
+ ) => any;
1392
+ export declare const DescribeClientAuthenticationSettingsResultFilterSensitiveLog: (
1393
+ obj: DescribeClientAuthenticationSettingsResult
1394
+ ) => any;
1395
+ export declare const DescribeConditionalForwardersRequestFilterSensitiveLog: (
1396
+ obj: DescribeConditionalForwardersRequest
1397
+ ) => any;
1398
+ export declare const DescribeConditionalForwardersResultFilterSensitiveLog: (
1399
+ obj: DescribeConditionalForwardersResult
1400
+ ) => any;
1401
+ export declare const DescribeDirectoriesRequestFilterSensitiveLog: (
1402
+ obj: DescribeDirectoriesRequest
1403
+ ) => any;
1404
+ export declare const DirectoryConnectSettingsDescriptionFilterSensitiveLog: (
1405
+ obj: DirectoryConnectSettingsDescription
1406
+ ) => any;
1407
+ export declare const RadiusSettingsFilterSensitiveLog: (
1408
+ obj: RadiusSettings
1409
+ ) => any;
1410
+ export declare const DirectoryVpcSettingsDescriptionFilterSensitiveLog: (
1411
+ obj: DirectoryVpcSettingsDescription
1412
+ ) => any;
1413
+ export declare const OwnerDirectoryDescriptionFilterSensitiveLog: (
1414
+ obj: OwnerDirectoryDescription
1415
+ ) => any;
1416
+ export declare const RegionsInfoFilterSensitiveLog: (obj: RegionsInfo) => any;
1417
+ export declare const DirectoryDescriptionFilterSensitiveLog: (
1418
+ obj: DirectoryDescription
1419
+ ) => any;
1420
+ export declare const DescribeDirectoriesResultFilterSensitiveLog: (
1421
+ obj: DescribeDirectoriesResult
1422
+ ) => any;
1423
+ export declare const DescribeDomainControllersRequestFilterSensitiveLog: (
1424
+ obj: DescribeDomainControllersRequest
1425
+ ) => any;
1426
+ export declare const DomainControllerFilterSensitiveLog: (
1427
+ obj: DomainController
1428
+ ) => any;
1429
+ export declare const DescribeDomainControllersResultFilterSensitiveLog: (
1430
+ obj: DescribeDomainControllersResult
1431
+ ) => any;
1432
+ export declare const DescribeEventTopicsRequestFilterSensitiveLog: (
1433
+ obj: DescribeEventTopicsRequest
1434
+ ) => any;
1435
+ export declare const EventTopicFilterSensitiveLog: (obj: EventTopic) => any;
1436
+ export declare const DescribeEventTopicsResultFilterSensitiveLog: (
1437
+ obj: DescribeEventTopicsResult
1438
+ ) => any;
1439
+ export declare const DescribeLDAPSSettingsRequestFilterSensitiveLog: (
1440
+ obj: DescribeLDAPSSettingsRequest
1441
+ ) => any;
1442
+ export declare const LDAPSSettingInfoFilterSensitiveLog: (
1443
+ obj: LDAPSSettingInfo
1444
+ ) => any;
1445
+ export declare const DescribeLDAPSSettingsResultFilterSensitiveLog: (
1446
+ obj: DescribeLDAPSSettingsResult
1447
+ ) => any;
1448
+ export declare const DescribeRegionsRequestFilterSensitiveLog: (
1449
+ obj: DescribeRegionsRequest
1450
+ ) => any;
1451
+ export declare const RegionDescriptionFilterSensitiveLog: (
1452
+ obj: RegionDescription
1453
+ ) => any;
1454
+ export declare const DescribeRegionsResultFilterSensitiveLog: (
1455
+ obj: DescribeRegionsResult
1456
+ ) => any;
1457
+ export declare const DescribeSettingsRequestFilterSensitiveLog: (
1458
+ obj: DescribeSettingsRequest
1459
+ ) => any;
1460
+ export declare const SettingEntryFilterSensitiveLog: (obj: SettingEntry) => any;
1461
+ export declare const DescribeSettingsResultFilterSensitiveLog: (
1462
+ obj: DescribeSettingsResult
1463
+ ) => any;
1464
+ export declare const DescribeSharedDirectoriesRequestFilterSensitiveLog: (
1465
+ obj: DescribeSharedDirectoriesRequest
1466
+ ) => any;
1467
+ export declare const DescribeSharedDirectoriesResultFilterSensitiveLog: (
1468
+ obj: DescribeSharedDirectoriesResult
1469
+ ) => any;
1470
+ export declare const DescribeSnapshotsRequestFilterSensitiveLog: (
1471
+ obj: DescribeSnapshotsRequest
1472
+ ) => any;
1473
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
1474
+ export declare const DescribeSnapshotsResultFilterSensitiveLog: (
1475
+ obj: DescribeSnapshotsResult
1476
+ ) => any;
1477
+ export declare const DescribeTrustsRequestFilterSensitiveLog: (
1478
+ obj: DescribeTrustsRequest
1479
+ ) => any;
1480
+ export declare const TrustFilterSensitiveLog: (obj: Trust) => any;
1481
+ export declare const DescribeTrustsResultFilterSensitiveLog: (
1482
+ obj: DescribeTrustsResult
1483
+ ) => any;
1484
+ export declare const DirectoryLimitsFilterSensitiveLog: (
1485
+ obj: DirectoryLimits
1486
+ ) => any;
1487
+ export declare const DisableClientAuthenticationRequestFilterSensitiveLog: (
1488
+ obj: DisableClientAuthenticationRequest
1489
+ ) => any;
1490
+ export declare const DisableClientAuthenticationResultFilterSensitiveLog: (
1491
+ obj: DisableClientAuthenticationResult
1492
+ ) => any;
1493
+ export declare const DisableLDAPSRequestFilterSensitiveLog: (
1494
+ obj: DisableLDAPSRequest
1495
+ ) => any;
1496
+ export declare const DisableLDAPSResultFilterSensitiveLog: (
1497
+ obj: DisableLDAPSResult
1498
+ ) => any;
1499
+ export declare const DisableRadiusRequestFilterSensitiveLog: (
1500
+ obj: DisableRadiusRequest
1501
+ ) => any;
1502
+ export declare const DisableRadiusResultFilterSensitiveLog: (
1503
+ obj: DisableRadiusResult
1504
+ ) => any;
1505
+ export declare const DisableSsoRequestFilterSensitiveLog: (
1506
+ obj: DisableSsoRequest
1507
+ ) => any;
1508
+ export declare const DisableSsoResultFilterSensitiveLog: (
1509
+ obj: DisableSsoResult
1510
+ ) => any;
1511
+ export declare const EnableClientAuthenticationRequestFilterSensitiveLog: (
1512
+ obj: EnableClientAuthenticationRequest
1513
+ ) => any;
1514
+ export declare const EnableClientAuthenticationResultFilterSensitiveLog: (
1515
+ obj: EnableClientAuthenticationResult
1516
+ ) => any;
1517
+ export declare const EnableLDAPSRequestFilterSensitiveLog: (
1518
+ obj: EnableLDAPSRequest
1519
+ ) => any;
1520
+ export declare const EnableLDAPSResultFilterSensitiveLog: (
1521
+ obj: EnableLDAPSResult
1522
+ ) => any;
1523
+ export declare const EnableRadiusRequestFilterSensitiveLog: (
1524
+ obj: EnableRadiusRequest
1525
+ ) => any;
1526
+ export declare const EnableRadiusResultFilterSensitiveLog: (
1527
+ obj: EnableRadiusResult
1528
+ ) => any;
1529
+ export declare const EnableSsoRequestFilterSensitiveLog: (
1530
+ obj: EnableSsoRequest
1531
+ ) => any;
1532
+ export declare const EnableSsoResultFilterSensitiveLog: (
1533
+ obj: EnableSsoResult
1534
+ ) => any;
1535
+ export declare const GetDirectoryLimitsRequestFilterSensitiveLog: (
1536
+ obj: GetDirectoryLimitsRequest
1537
+ ) => any;
1538
+ export declare const GetDirectoryLimitsResultFilterSensitiveLog: (
1539
+ obj: GetDirectoryLimitsResult
1540
+ ) => any;
1541
+ export declare const GetSnapshotLimitsRequestFilterSensitiveLog: (
1542
+ obj: GetSnapshotLimitsRequest
1543
+ ) => any;
1544
+ export declare const SnapshotLimitsFilterSensitiveLog: (
1545
+ obj: SnapshotLimits
1546
+ ) => any;
1547
+ export declare const GetSnapshotLimitsResultFilterSensitiveLog: (
1548
+ obj: GetSnapshotLimitsResult
1549
+ ) => any;
1550
+ export declare const ListCertificatesRequestFilterSensitiveLog: (
1551
+ obj: ListCertificatesRequest
1552
+ ) => any;
1553
+ export declare const ListCertificatesResultFilterSensitiveLog: (
1554
+ obj: ListCertificatesResult
1555
+ ) => any;
1556
+ export declare const ListIpRoutesRequestFilterSensitiveLog: (
1557
+ obj: ListIpRoutesRequest
1558
+ ) => any;
1559
+ export declare const IpRouteInfoFilterSensitiveLog: (obj: IpRouteInfo) => any;
1560
+ export declare const ListIpRoutesResultFilterSensitiveLog: (
1561
+ obj: ListIpRoutesResult
1562
+ ) => any;
1563
+ export declare const ListLogSubscriptionsRequestFilterSensitiveLog: (
1564
+ obj: ListLogSubscriptionsRequest
1565
+ ) => any;
1566
+ export declare const LogSubscriptionFilterSensitiveLog: (
1567
+ obj: LogSubscription
1568
+ ) => any;
1569
+ export declare const ListLogSubscriptionsResultFilterSensitiveLog: (
1570
+ obj: ListLogSubscriptionsResult
1571
+ ) => any;
1572
+ export declare const ListSchemaExtensionsRequestFilterSensitiveLog: (
1573
+ obj: ListSchemaExtensionsRequest
1574
+ ) => any;
1575
+ export declare const SchemaExtensionInfoFilterSensitiveLog: (
1576
+ obj: SchemaExtensionInfo
1577
+ ) => any;
1578
+ export declare const ListSchemaExtensionsResultFilterSensitiveLog: (
1579
+ obj: ListSchemaExtensionsResult
1580
+ ) => any;
1581
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1582
+ obj: ListTagsForResourceRequest
1583
+ ) => any;
1584
+ export declare const ListTagsForResourceResultFilterSensitiveLog: (
1585
+ obj: ListTagsForResourceResult
1586
+ ) => any;
1587
+ export declare const RegisterCertificateRequestFilterSensitiveLog: (
1588
+ obj: RegisterCertificateRequest
1589
+ ) => any;
1590
+ export declare const RegisterCertificateResultFilterSensitiveLog: (
1591
+ obj: RegisterCertificateResult
1592
+ ) => any;
1593
+ export declare const RegisterEventTopicRequestFilterSensitiveLog: (
1594
+ obj: RegisterEventTopicRequest
1595
+ ) => any;
1596
+ export declare const RegisterEventTopicResultFilterSensitiveLog: (
1597
+ obj: RegisterEventTopicResult
1598
+ ) => any;
1599
+ export declare const RejectSharedDirectoryRequestFilterSensitiveLog: (
1600
+ obj: RejectSharedDirectoryRequest
1601
+ ) => any;
1602
+ export declare const RejectSharedDirectoryResultFilterSensitiveLog: (
1603
+ obj: RejectSharedDirectoryResult
1604
+ ) => any;
1605
+ export declare const RemoveIpRoutesRequestFilterSensitiveLog: (
1606
+ obj: RemoveIpRoutesRequest
1607
+ ) => any;
1608
+ export declare const RemoveIpRoutesResultFilterSensitiveLog: (
1609
+ obj: RemoveIpRoutesResult
1610
+ ) => any;
1611
+ export declare const RemoveRegionRequestFilterSensitiveLog: (
1612
+ obj: RemoveRegionRequest
1613
+ ) => any;
1614
+ export declare const RemoveRegionResultFilterSensitiveLog: (
1615
+ obj: RemoveRegionResult
1616
+ ) => any;
1617
+ export declare const RemoveTagsFromResourceRequestFilterSensitiveLog: (
1618
+ obj: RemoveTagsFromResourceRequest
1619
+ ) => any;
1620
+ export declare const RemoveTagsFromResourceResultFilterSensitiveLog: (
1621
+ obj: RemoveTagsFromResourceResult
1622
+ ) => any;
1623
+ export declare const ResetUserPasswordRequestFilterSensitiveLog: (
1624
+ obj: ResetUserPasswordRequest
1625
+ ) => any;
1626
+ export declare const ResetUserPasswordResultFilterSensitiveLog: (
1627
+ obj: ResetUserPasswordResult
1628
+ ) => any;
1629
+ export declare const RestoreFromSnapshotRequestFilterSensitiveLog: (
1630
+ obj: RestoreFromSnapshotRequest
1631
+ ) => any;
1632
+ export declare const RestoreFromSnapshotResultFilterSensitiveLog: (
1633
+ obj: RestoreFromSnapshotResult
1634
+ ) => any;
1635
+ export declare const ShareTargetFilterSensitiveLog: (obj: ShareTarget) => any;
1636
+ export declare const ShareDirectoryRequestFilterSensitiveLog: (
1637
+ obj: ShareDirectoryRequest
1638
+ ) => any;
1639
+ export declare const ShareDirectoryResultFilterSensitiveLog: (
1640
+ obj: ShareDirectoryResult
1641
+ ) => any;
1642
+ export declare const StartSchemaExtensionRequestFilterSensitiveLog: (
1643
+ obj: StartSchemaExtensionRequest
1644
+ ) => any;
1645
+ export declare const StartSchemaExtensionResultFilterSensitiveLog: (
1646
+ obj: StartSchemaExtensionResult
1647
+ ) => any;
1648
+ export declare const UnshareTargetFilterSensitiveLog: (
1649
+ obj: UnshareTarget
1650
+ ) => any;
1651
+ export declare const UnshareDirectoryRequestFilterSensitiveLog: (
1652
+ obj: UnshareDirectoryRequest
1653
+ ) => any;
1654
+ export declare const UnshareDirectoryResultFilterSensitiveLog: (
1655
+ obj: UnshareDirectoryResult
1656
+ ) => any;
1657
+ export declare const UpdateConditionalForwarderRequestFilterSensitiveLog: (
1658
+ obj: UpdateConditionalForwarderRequest
1659
+ ) => any;
1660
+ export declare const UpdateConditionalForwarderResultFilterSensitiveLog: (
1661
+ obj: UpdateConditionalForwarderResult
1662
+ ) => any;
1663
+ export declare const UpdateNumberOfDomainControllersRequestFilterSensitiveLog: (
1664
+ obj: UpdateNumberOfDomainControllersRequest
1665
+ ) => any;
1666
+ export declare const UpdateNumberOfDomainControllersResultFilterSensitiveLog: (
1667
+ obj: UpdateNumberOfDomainControllersResult
1668
+ ) => any;
1669
+ export declare const UpdateRadiusRequestFilterSensitiveLog: (
1670
+ obj: UpdateRadiusRequest
1671
+ ) => any;
1672
+ export declare const UpdateRadiusResultFilterSensitiveLog: (
1673
+ obj: UpdateRadiusResult
1674
+ ) => any;
1675
+ export declare const SettingFilterSensitiveLog: (obj: Setting) => any;
1676
+ export declare const UpdateSettingsRequestFilterSensitiveLog: (
1677
+ obj: UpdateSettingsRequest
1678
+ ) => any;
1679
+ export declare const UpdateSettingsResultFilterSensitiveLog: (
1680
+ obj: UpdateSettingsResult
1681
+ ) => any;
1682
+ export declare const UpdateTrustRequestFilterSensitiveLog: (
1683
+ obj: UpdateTrustRequest
1684
+ ) => any;
1685
+ export declare const UpdateTrustResultFilterSensitiveLog: (
1686
+ obj: UpdateTrustResult
1687
+ ) => any;
1688
+ export declare const VerifyTrustRequestFilterSensitiveLog: (
1689
+ obj: VerifyTrustRequest
1690
+ ) => any;
1691
+ export declare const VerifyTrustResultFilterSensitiveLog: (
1692
+ obj: VerifyTrustResult
1693
+ ) => any;