@aws-sdk/client-directory-service 3.934.0 → 3.936.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.
@@ -0,0 +1,903 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException";
3
+ /**
4
+ * <p>A client exception has occurred.</p>
5
+ * @public
6
+ */
7
+ export declare class ClientException extends __BaseException {
8
+ readonly name: "ClientException";
9
+ readonly $fault: "client";
10
+ /**
11
+ * <p>The descriptive message for the exception.</p>
12
+ * @public
13
+ */
14
+ Message?: string | undefined;
15
+ /**
16
+ * <p>The Amazon Web Services request identifier.</p>
17
+ * @public
18
+ */
19
+ RequestId?: string | undefined;
20
+ /**
21
+ * @internal
22
+ */
23
+ constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
24
+ }
25
+ /**
26
+ * <p>The specified directory has already been shared with this Amazon Web Services account.</p>
27
+ * @public
28
+ */
29
+ export declare class DirectoryAlreadySharedException extends __BaseException {
30
+ readonly name: "DirectoryAlreadySharedException";
31
+ readonly $fault: "client";
32
+ /**
33
+ * <p>The descriptive message for the exception.</p>
34
+ * @public
35
+ */
36
+ Message?: string | undefined;
37
+ /**
38
+ * <p>The Amazon Web Services request identifier.</p>
39
+ * @public
40
+ */
41
+ RequestId?: string | undefined;
42
+ /**
43
+ * @internal
44
+ */
45
+ constructor(opts: __ExceptionOptionType<DirectoryAlreadySharedException, __BaseException>);
46
+ }
47
+ /**
48
+ * <p>The specified entity could not be found.</p>
49
+ * @public
50
+ */
51
+ export declare class EntityDoesNotExistException extends __BaseException {
52
+ readonly name: "EntityDoesNotExistException";
53
+ readonly $fault: "client";
54
+ /**
55
+ * <p>The descriptive message for the exception.</p>
56
+ * @public
57
+ */
58
+ Message?: string | undefined;
59
+ /**
60
+ * <p>The Amazon Web Services request identifier.</p>
61
+ * @public
62
+ */
63
+ RequestId?: string | undefined;
64
+ /**
65
+ * @internal
66
+ */
67
+ constructor(opts: __ExceptionOptionType<EntityDoesNotExistException, __BaseException>);
68
+ }
69
+ /**
70
+ * <p>One or more parameters are not valid.</p>
71
+ * @public
72
+ */
73
+ export declare class InvalidParameterException extends __BaseException {
74
+ readonly name: "InvalidParameterException";
75
+ readonly $fault: "client";
76
+ /**
77
+ * <p>The descriptive message for the exception.</p>
78
+ * @public
79
+ */
80
+ Message?: string | undefined;
81
+ /**
82
+ * <p>The Amazon Web Services request identifier.</p>
83
+ * @public
84
+ */
85
+ RequestId?: string | undefined;
86
+ /**
87
+ * @internal
88
+ */
89
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
90
+ }
91
+ /**
92
+ * <p>An exception has occurred in Directory Service.</p>
93
+ * @public
94
+ */
95
+ export declare class ServiceException extends __BaseException {
96
+ readonly name: "ServiceException";
97
+ readonly $fault: "server";
98
+ /**
99
+ * <p>The descriptive message for the exception.</p>
100
+ * @public
101
+ */
102
+ Message?: string | undefined;
103
+ /**
104
+ * <p>The Amazon Web Services request identifier.</p>
105
+ * @public
106
+ */
107
+ RequestId?: string | undefined;
108
+ /**
109
+ * @internal
110
+ */
111
+ constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
112
+ }
113
+ /**
114
+ * <p>You do not have sufficient access to perform this action.</p>
115
+ * @public
116
+ */
117
+ export declare class AccessDeniedException extends __BaseException {
118
+ readonly name: "AccessDeniedException";
119
+ readonly $fault: "client";
120
+ /**
121
+ * <p>The descriptive message for the exception.</p>
122
+ * @public
123
+ */
124
+ Message?: string | undefined;
125
+ /**
126
+ * <p>The Amazon Web Services request identifier.</p>
127
+ * @public
128
+ */
129
+ RequestId?: string | undefined;
130
+ /**
131
+ * @internal
132
+ */
133
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
134
+ }
135
+ /**
136
+ * <p>A directory assessment is automatically created when you create a hybrid directory.
137
+ * There are two types of assessments: <code>CUSTOMER</code> and <code>SYSTEM</code>. Your
138
+ * Amazon Web Services account has a limit of 100 <code>CUSTOMER</code> directory assessments.</p>
139
+ * <p>If you attempt to create a hybrid directory; and you already have 100
140
+ * <code>CUSTOMER</code> directory assessments;, you will encounter an error. Delete
141
+ * assessments to free up capacity before trying again.</p>
142
+ * <p>You can request an increase to your <code>CUSTOMER</code> directory assessment quota
143
+ * by contacting customer support or delete existing CUSTOMER directory assessments; to
144
+ * free up capacity.</p>
145
+ * @public
146
+ */
147
+ export declare class ADAssessmentLimitExceededException extends __BaseException {
148
+ readonly name: "ADAssessmentLimitExceededException";
149
+ readonly $fault: "client";
150
+ /**
151
+ * <p>The descriptive message for the exception.</p>
152
+ * @public
153
+ */
154
+ Message?: string | undefined;
155
+ /**
156
+ * <p>The Amazon Web Services request identifier.</p>
157
+ * @public
158
+ */
159
+ RequestId?: string | undefined;
160
+ /**
161
+ * @internal
162
+ */
163
+ constructor(opts: __ExceptionOptionType<ADAssessmentLimitExceededException, __BaseException>);
164
+ }
165
+ /**
166
+ * <p>The specified directory is unavailable.</p>
167
+ * @public
168
+ */
169
+ export declare class DirectoryUnavailableException extends __BaseException {
170
+ readonly name: "DirectoryUnavailableException";
171
+ readonly $fault: "client";
172
+ /**
173
+ * <p>The descriptive message for the exception.</p>
174
+ * @public
175
+ */
176
+ Message?: string | undefined;
177
+ /**
178
+ * <p>The Amazon Web Services request identifier.</p>
179
+ * @public
180
+ */
181
+ RequestId?: string | undefined;
182
+ /**
183
+ * @internal
184
+ */
185
+ constructor(opts: __ExceptionOptionType<DirectoryUnavailableException, __BaseException>);
186
+ }
187
+ /**
188
+ * <p>The specified entity already exists.</p>
189
+ * @public
190
+ */
191
+ export declare class EntityAlreadyExistsException extends __BaseException {
192
+ readonly name: "EntityAlreadyExistsException";
193
+ readonly $fault: "client";
194
+ /**
195
+ * <p>The descriptive message for the exception.</p>
196
+ * @public
197
+ */
198
+ Message?: string | undefined;
199
+ /**
200
+ * <p>The Amazon Web Services request identifier.</p>
201
+ * @public
202
+ */
203
+ RequestId?: string | undefined;
204
+ /**
205
+ * @internal
206
+ */
207
+ constructor(opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>);
208
+ }
209
+ /**
210
+ * <p>The maximum allowed number of IP addresses was exceeded. The default limit is 100 IP
211
+ * address blocks.</p>
212
+ * @public
213
+ */
214
+ export declare class IpRouteLimitExceededException extends __BaseException {
215
+ readonly name: "IpRouteLimitExceededException";
216
+ readonly $fault: "client";
217
+ /**
218
+ * <p>The descriptive message for the exception.</p>
219
+ * @public
220
+ */
221
+ Message?: string | undefined;
222
+ /**
223
+ * <p>The Amazon Web Services request identifier.</p>
224
+ * @public
225
+ */
226
+ RequestId?: string | undefined;
227
+ /**
228
+ * @internal
229
+ */
230
+ constructor(opts: __ExceptionOptionType<IpRouteLimitExceededException, __BaseException>);
231
+ }
232
+ /**
233
+ * <p>The Region you specified is the same Region where the Managed Microsoft AD directory was created.
234
+ * Specify a different Region and try again.</p>
235
+ * @public
236
+ */
237
+ export declare class DirectoryAlreadyInRegionException extends __BaseException {
238
+ readonly name: "DirectoryAlreadyInRegionException";
239
+ readonly $fault: "client";
240
+ /**
241
+ * <p>The descriptive message for the exception.</p>
242
+ * @public
243
+ */
244
+ Message?: string | undefined;
245
+ /**
246
+ * <p>The Amazon Web Services request identifier.</p>
247
+ * @public
248
+ */
249
+ RequestId?: string | undefined;
250
+ /**
251
+ * @internal
252
+ */
253
+ constructor(opts: __ExceptionOptionType<DirectoryAlreadyInRegionException, __BaseException>);
254
+ }
255
+ /**
256
+ * <p>The specified directory does not exist in the system.</p>
257
+ * @public
258
+ */
259
+ export declare class DirectoryDoesNotExistException extends __BaseException {
260
+ readonly name: "DirectoryDoesNotExistException";
261
+ readonly $fault: "client";
262
+ /**
263
+ * <p>The descriptive message for the exception.</p>
264
+ * @public
265
+ */
266
+ Message?: string | undefined;
267
+ /**
268
+ * <p>The Amazon Web Services request identifier.</p>
269
+ * @public
270
+ */
271
+ RequestId?: string | undefined;
272
+ /**
273
+ * @internal
274
+ */
275
+ constructor(opts: __ExceptionOptionType<DirectoryDoesNotExistException, __BaseException>);
276
+ }
277
+ /**
278
+ * <p>You have reached the limit for maximum number of simultaneous Region replications per
279
+ * directory.</p>
280
+ * @public
281
+ */
282
+ export declare class RegionLimitExceededException extends __BaseException {
283
+ readonly name: "RegionLimitExceededException";
284
+ readonly $fault: "client";
285
+ /**
286
+ * <p>The descriptive message for the exception.</p>
287
+ * @public
288
+ */
289
+ Message?: string | undefined;
290
+ /**
291
+ * <p>The Amazon Web Services request identifier.</p>
292
+ * @public
293
+ */
294
+ RequestId?: string | undefined;
295
+ /**
296
+ * @internal
297
+ */
298
+ constructor(opts: __ExceptionOptionType<RegionLimitExceededException, __BaseException>);
299
+ }
300
+ /**
301
+ * <p>The operation is not supported.</p>
302
+ * @public
303
+ */
304
+ export declare class UnsupportedOperationException extends __BaseException {
305
+ readonly name: "UnsupportedOperationException";
306
+ readonly $fault: "client";
307
+ /**
308
+ * <p>The descriptive message for the exception.</p>
309
+ * @public
310
+ */
311
+ Message?: string | undefined;
312
+ /**
313
+ * <p>The Amazon Web Services request identifier.</p>
314
+ * @public
315
+ */
316
+ RequestId?: string | undefined;
317
+ /**
318
+ * @internal
319
+ */
320
+ constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
321
+ }
322
+ /**
323
+ * <p>The maximum allowed number of tags was exceeded.</p>
324
+ * @public
325
+ */
326
+ export declare class TagLimitExceededException extends __BaseException {
327
+ readonly name: "TagLimitExceededException";
328
+ readonly $fault: "client";
329
+ /**
330
+ * <p>The descriptive message for the exception.</p>
331
+ * @public
332
+ */
333
+ Message?: string | undefined;
334
+ /**
335
+ * <p>The Amazon Web Services request identifier.</p>
336
+ * @public
337
+ */
338
+ RequestId?: string | undefined;
339
+ /**
340
+ * @internal
341
+ */
342
+ constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
343
+ }
344
+ /**
345
+ * <p>An authentication error occurred.</p>
346
+ * @public
347
+ */
348
+ export declare class AuthenticationFailedException extends __BaseException {
349
+ readonly name: "AuthenticationFailedException";
350
+ readonly $fault: "client";
351
+ /**
352
+ * <p>The textual message for the exception.</p>
353
+ * @public
354
+ */
355
+ Message?: string | undefined;
356
+ /**
357
+ * <p>The identifier of the request that caused the exception.</p>
358
+ * @public
359
+ */
360
+ RequestId?: string | undefined;
361
+ /**
362
+ * @internal
363
+ */
364
+ constructor(opts: __ExceptionOptionType<AuthenticationFailedException, __BaseException>);
365
+ }
366
+ /**
367
+ * <p>The certificate has already been registered into the system.</p>
368
+ * @public
369
+ */
370
+ export declare class CertificateAlreadyExistsException extends __BaseException {
371
+ readonly name: "CertificateAlreadyExistsException";
372
+ readonly $fault: "client";
373
+ /**
374
+ * <p>The descriptive message for the exception.</p>
375
+ * @public
376
+ */
377
+ Message?: string | undefined;
378
+ /**
379
+ * <p>The Amazon Web Services request identifier.</p>
380
+ * @public
381
+ */
382
+ RequestId?: string | undefined;
383
+ /**
384
+ * @internal
385
+ */
386
+ constructor(opts: __ExceptionOptionType<CertificateAlreadyExistsException, __BaseException>);
387
+ }
388
+ /**
389
+ * <p>The certificate is not present in the system for describe or deregister activities.</p>
390
+ * @public
391
+ */
392
+ export declare class CertificateDoesNotExistException extends __BaseException {
393
+ readonly name: "CertificateDoesNotExistException";
394
+ readonly $fault: "client";
395
+ /**
396
+ * <p>The descriptive message for the exception.</p>
397
+ * @public
398
+ */
399
+ Message?: string | undefined;
400
+ /**
401
+ * <p>The Amazon Web Services request identifier.</p>
402
+ * @public
403
+ */
404
+ RequestId?: string | undefined;
405
+ /**
406
+ * @internal
407
+ */
408
+ constructor(opts: __ExceptionOptionType<CertificateDoesNotExistException, __BaseException>);
409
+ }
410
+ /**
411
+ * <p>The certificate is being used for the LDAP security connection and cannot be removed
412
+ * without disabling LDAP security.</p>
413
+ * @public
414
+ */
415
+ export declare class CertificateInUseException extends __BaseException {
416
+ readonly name: "CertificateInUseException";
417
+ readonly $fault: "client";
418
+ /**
419
+ * <p>The descriptive message for the exception.</p>
420
+ * @public
421
+ */
422
+ Message?: string | undefined;
423
+ /**
424
+ * <p>The Amazon Web Services request identifier.</p>
425
+ * @public
426
+ */
427
+ RequestId?: string | undefined;
428
+ /**
429
+ * @internal
430
+ */
431
+ constructor(opts: __ExceptionOptionType<CertificateInUseException, __BaseException>);
432
+ }
433
+ /**
434
+ * <p>The certificate could not be added because the certificate limit has been reached.</p>
435
+ * @public
436
+ */
437
+ export declare class CertificateLimitExceededException extends __BaseException {
438
+ readonly name: "CertificateLimitExceededException";
439
+ readonly $fault: "client";
440
+ /**
441
+ * <p>The descriptive message for the exception.</p>
442
+ * @public
443
+ */
444
+ Message?: string | undefined;
445
+ /**
446
+ * <p>The Amazon Web Services request identifier.</p>
447
+ * @public
448
+ */
449
+ RequestId?: string | undefined;
450
+ /**
451
+ * @internal
452
+ */
453
+ constructor(opts: __ExceptionOptionType<CertificateLimitExceededException, __BaseException>);
454
+ }
455
+ /**
456
+ * <p>The maximum number of directories in the region has been reached. You can use the
457
+ * <a>GetDirectoryLimits</a> operation to determine your directory limits in
458
+ * the region.</p>
459
+ * @public
460
+ */
461
+ export declare class DirectoryLimitExceededException extends __BaseException {
462
+ readonly name: "DirectoryLimitExceededException";
463
+ readonly $fault: "client";
464
+ /**
465
+ * <p>The descriptive message for the exception.</p>
466
+ * @public
467
+ */
468
+ Message?: string | undefined;
469
+ /**
470
+ * <p>The Amazon Web Services request identifier.</p>
471
+ * @public
472
+ */
473
+ RequestId?: string | undefined;
474
+ /**
475
+ * @internal
476
+ */
477
+ constructor(opts: __ExceptionOptionType<DirectoryLimitExceededException, __BaseException>);
478
+ }
479
+ /**
480
+ * <p>The account does not have sufficient permission to perform the operation.</p>
481
+ * @public
482
+ */
483
+ export declare class InsufficientPermissionsException extends __BaseException {
484
+ readonly name: "InsufficientPermissionsException";
485
+ readonly $fault: "client";
486
+ /**
487
+ * <p>The descriptive message for the exception.</p>
488
+ * @public
489
+ */
490
+ Message?: string | undefined;
491
+ /**
492
+ * <p>The Amazon Web Services request identifier.</p>
493
+ * @public
494
+ */
495
+ RequestId?: string | undefined;
496
+ /**
497
+ * @internal
498
+ */
499
+ constructor(opts: __ExceptionOptionType<InsufficientPermissionsException, __BaseException>);
500
+ }
501
+ /**
502
+ * <p>The maximum number of manual snapshots for the directory has been reached. You can
503
+ * use the <a>GetSnapshotLimits</a> operation to determine the snapshot limits
504
+ * for a directory.</p>
505
+ * @public
506
+ */
507
+ export declare class SnapshotLimitExceededException extends __BaseException {
508
+ readonly name: "SnapshotLimitExceededException";
509
+ readonly $fault: "client";
510
+ /**
511
+ * <p>The descriptive message for the exception.</p>
512
+ * @public
513
+ */
514
+ Message?: string | undefined;
515
+ /**
516
+ * <p>The Amazon Web Services request identifier.</p>
517
+ * @public
518
+ */
519
+ RequestId?: string | undefined;
520
+ /**
521
+ * @internal
522
+ */
523
+ constructor(opts: __ExceptionOptionType<SnapshotLimitExceededException, __BaseException>);
524
+ }
525
+ /**
526
+ * <p>The <code>NextToken</code> value is not valid.</p>
527
+ * @public
528
+ */
529
+ export declare class InvalidNextTokenException extends __BaseException {
530
+ readonly name: "InvalidNextTokenException";
531
+ readonly $fault: "client";
532
+ /**
533
+ * <p>The descriptive message for the exception.</p>
534
+ * @public
535
+ */
536
+ Message?: string | undefined;
537
+ /**
538
+ * <p>The Amazon Web Services request identifier.</p>
539
+ * @public
540
+ */
541
+ RequestId?: string | undefined;
542
+ /**
543
+ * @internal
544
+ */
545
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
546
+ }
547
+ /**
548
+ * <p> The directory is already updated to desired update type settings. </p>
549
+ * @public
550
+ */
551
+ export declare class DirectoryInDesiredStateException extends __BaseException {
552
+ readonly name: "DirectoryInDesiredStateException";
553
+ readonly $fault: "client";
554
+ /**
555
+ * <p>The descriptive message for the exception.</p>
556
+ * @public
557
+ */
558
+ Message?: string | undefined;
559
+ /**
560
+ * <p>The Amazon Web Services request identifier.</p>
561
+ * @public
562
+ */
563
+ RequestId?: string | undefined;
564
+ /**
565
+ * @internal
566
+ */
567
+ constructor(opts: __ExceptionOptionType<DirectoryInDesiredStateException, __BaseException>);
568
+ }
569
+ /**
570
+ * <p>The specified directory has not been shared with this Amazon Web Services account.</p>
571
+ * @public
572
+ */
573
+ export declare class DirectoryNotSharedException extends __BaseException {
574
+ readonly name: "DirectoryNotSharedException";
575
+ readonly $fault: "client";
576
+ /**
577
+ * <p>The descriptive message for the exception.</p>
578
+ * @public
579
+ */
580
+ Message?: string | undefined;
581
+ /**
582
+ * <p>The Amazon Web Services request identifier.</p>
583
+ * @public
584
+ */
585
+ RequestId?: string | undefined;
586
+ /**
587
+ * @internal
588
+ */
589
+ constructor(opts: __ExceptionOptionType<DirectoryNotSharedException, __BaseException>);
590
+ }
591
+ /**
592
+ * <p>A disable operation for CA enrollment policy is already in progress for this directory.</p>
593
+ * @public
594
+ */
595
+ export declare class DisableAlreadyInProgressException extends __BaseException {
596
+ readonly name: "DisableAlreadyInProgressException";
597
+ readonly $fault: "client";
598
+ /**
599
+ * <p>The descriptive message for the exception.</p>
600
+ * @public
601
+ */
602
+ Message?: string | undefined;
603
+ /**
604
+ * <p>The Amazon Web Services request identifier.</p>
605
+ * @public
606
+ */
607
+ RequestId?: string | undefined;
608
+ /**
609
+ * @internal
610
+ */
611
+ constructor(opts: __ExceptionOptionType<DisableAlreadyInProgressException, __BaseException>);
612
+ }
613
+ /**
614
+ * <p>Client authentication is already enabled.</p>
615
+ * @public
616
+ */
617
+ export declare class InvalidClientAuthStatusException extends __BaseException {
618
+ readonly name: "InvalidClientAuthStatusException";
619
+ readonly $fault: "client";
620
+ /**
621
+ * <p>The descriptive message for the exception.</p>
622
+ * @public
623
+ */
624
+ Message?: string | undefined;
625
+ /**
626
+ * <p>The Amazon Web Services request identifier.</p>
627
+ * @public
628
+ */
629
+ RequestId?: string | undefined;
630
+ /**
631
+ * @internal
632
+ */
633
+ constructor(opts: __ExceptionOptionType<InvalidClientAuthStatusException, __BaseException>);
634
+ }
635
+ /**
636
+ * <p>The LDAP activities could not be performed because they are limited by the LDAPS
637
+ * status.</p>
638
+ * @public
639
+ */
640
+ export declare class InvalidLDAPSStatusException extends __BaseException {
641
+ readonly name: "InvalidLDAPSStatusException";
642
+ readonly $fault: "client";
643
+ /**
644
+ * <p>The descriptive message for the exception.</p>
645
+ * @public
646
+ */
647
+ Message?: string | undefined;
648
+ /**
649
+ * <p>The Amazon Web Services request identifier.</p>
650
+ * @public
651
+ */
652
+ RequestId?: string | undefined;
653
+ /**
654
+ * @internal
655
+ */
656
+ constructor(opts: __ExceptionOptionType<InvalidLDAPSStatusException, __BaseException>);
657
+ }
658
+ /**
659
+ * <p>An enable operation for CA enrollment policy is already in progress for this directory.</p>
660
+ * @public
661
+ */
662
+ export declare class EnableAlreadyInProgressException extends __BaseException {
663
+ readonly name: "EnableAlreadyInProgressException";
664
+ readonly $fault: "client";
665
+ /**
666
+ * <p>The descriptive message for the exception.</p>
667
+ * @public
668
+ */
669
+ Message?: string | undefined;
670
+ /**
671
+ * <p>The Amazon Web Services request identifier.</p>
672
+ * @public
673
+ */
674
+ RequestId?: string | undefined;
675
+ /**
676
+ * @internal
677
+ */
678
+ constructor(opts: __ExceptionOptionType<EnableAlreadyInProgressException, __BaseException>);
679
+ }
680
+ /**
681
+ * <p>Client authentication setup could not be completed because at least one valid certificate
682
+ * must be registered in the system.</p>
683
+ * @public
684
+ */
685
+ export declare class NoAvailableCertificateException extends __BaseException {
686
+ readonly name: "NoAvailableCertificateException";
687
+ readonly $fault: "client";
688
+ /**
689
+ * <p>The descriptive message for the exception.</p>
690
+ * @public
691
+ */
692
+ Message?: string | undefined;
693
+ /**
694
+ * <p>The Amazon Web Services request identifier.</p>
695
+ * @public
696
+ */
697
+ RequestId?: string | undefined;
698
+ /**
699
+ * @internal
700
+ */
701
+ constructor(opts: __ExceptionOptionType<NoAvailableCertificateException, __BaseException>);
702
+ }
703
+ /**
704
+ * <p>The certificate PEM that was provided has incorrect encoding.</p>
705
+ * @public
706
+ */
707
+ export declare class InvalidCertificateException extends __BaseException {
708
+ readonly name: "InvalidCertificateException";
709
+ readonly $fault: "client";
710
+ /**
711
+ * <p>The descriptive message for the exception.</p>
712
+ * @public
713
+ */
714
+ Message?: string | undefined;
715
+ /**
716
+ * <p>The Amazon Web Services request identifier.</p>
717
+ * @public
718
+ */
719
+ RequestId?: string | undefined;
720
+ /**
721
+ * @internal
722
+ */
723
+ constructor(opts: __ExceptionOptionType<InvalidCertificateException, __BaseException>);
724
+ }
725
+ /**
726
+ * <p>The new password provided by the user does not meet the password complexity
727
+ * requirements defined in your directory.</p>
728
+ * @public
729
+ */
730
+ export declare class InvalidPasswordException extends __BaseException {
731
+ readonly name: "InvalidPasswordException";
732
+ readonly $fault: "client";
733
+ /**
734
+ * <p>The descriptive message for the exception.</p>
735
+ * @public
736
+ */
737
+ Message?: string | undefined;
738
+ /**
739
+ * <p>The Amazon Web Services request identifier.</p>
740
+ * @public
741
+ */
742
+ RequestId?: string | undefined;
743
+ /**
744
+ * @internal
745
+ */
746
+ constructor(opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>);
747
+ }
748
+ /**
749
+ * <p>The user provided a username that does not exist in your directory.</p>
750
+ * @public
751
+ */
752
+ export declare class UserDoesNotExistException extends __BaseException {
753
+ readonly name: "UserDoesNotExistException";
754
+ readonly $fault: "client";
755
+ /**
756
+ * <p>The descriptive message for the exception.</p>
757
+ * @public
758
+ */
759
+ Message?: string | undefined;
760
+ /**
761
+ * <p>The Amazon Web Services request identifier.</p>
762
+ * @public
763
+ */
764
+ RequestId?: string | undefined;
765
+ /**
766
+ * @internal
767
+ */
768
+ constructor(opts: __ExceptionOptionType<UserDoesNotExistException, __BaseException>);
769
+ }
770
+ /**
771
+ * <p>The specified shared target is not valid.</p>
772
+ * @public
773
+ */
774
+ export declare class InvalidTargetException extends __BaseException {
775
+ readonly name: "InvalidTargetException";
776
+ readonly $fault: "client";
777
+ /**
778
+ * <p>The descriptive message for the exception.</p>
779
+ * @public
780
+ */
781
+ Message?: string | undefined;
782
+ /**
783
+ * <p>The Amazon Web Services request identifier.</p>
784
+ * @public
785
+ */
786
+ RequestId?: string | undefined;
787
+ /**
788
+ * @internal
789
+ */
790
+ constructor(opts: __ExceptionOptionType<InvalidTargetException, __BaseException>);
791
+ }
792
+ /**
793
+ * <p>Exception encountered while trying to access your Amazon Web Services organization.</p>
794
+ * @public
795
+ */
796
+ export declare class OrganizationsException extends __BaseException {
797
+ readonly name: "OrganizationsException";
798
+ readonly $fault: "client";
799
+ /**
800
+ * <p>The descriptive message for the exception.</p>
801
+ * @public
802
+ */
803
+ Message?: string | undefined;
804
+ /**
805
+ * <p>The Amazon Web Services request identifier.</p>
806
+ * @public
807
+ */
808
+ RequestId?: string | undefined;
809
+ /**
810
+ * @internal
811
+ */
812
+ constructor(opts: __ExceptionOptionType<OrganizationsException, __BaseException>);
813
+ }
814
+ /**
815
+ * <p>The maximum number of Amazon Web Services accounts that you can share with this directory has been
816
+ * reached.</p>
817
+ * @public
818
+ */
819
+ export declare class ShareLimitExceededException extends __BaseException {
820
+ readonly name: "ShareLimitExceededException";
821
+ readonly $fault: "client";
822
+ /**
823
+ * <p>The descriptive message for the exception.</p>
824
+ * @public
825
+ */
826
+ Message?: string | undefined;
827
+ /**
828
+ * <p>The Amazon Web Services request identifier.</p>
829
+ * @public
830
+ */
831
+ RequestId?: string | undefined;
832
+ /**
833
+ * @internal
834
+ */
835
+ constructor(opts: __ExceptionOptionType<ShareLimitExceededException, __BaseException>);
836
+ }
837
+ /**
838
+ * <p>The maximum allowed number of domain controllers per directory was exceeded. The
839
+ * default limit per directory is 20 domain controllers.</p>
840
+ * @public
841
+ */
842
+ export declare class DomainControllerLimitExceededException extends __BaseException {
843
+ readonly name: "DomainControllerLimitExceededException";
844
+ readonly $fault: "client";
845
+ /**
846
+ * <p>The descriptive message for the exception.</p>
847
+ * @public
848
+ */
849
+ Message?: string | undefined;
850
+ /**
851
+ * <p>The Amazon Web Services request identifier.</p>
852
+ * @public
853
+ */
854
+ RequestId?: string | undefined;
855
+ /**
856
+ * @internal
857
+ */
858
+ constructor(opts: __ExceptionOptionType<DomainControllerLimitExceededException, __BaseException>);
859
+ }
860
+ /**
861
+ * <p>The specified directory setting is not compatible with other settings.</p>
862
+ * @public
863
+ */
864
+ export declare class IncompatibleSettingsException extends __BaseException {
865
+ readonly name: "IncompatibleSettingsException";
866
+ readonly $fault: "client";
867
+ /**
868
+ * <p>The descriptive message for the exception.</p>
869
+ * @public
870
+ */
871
+ Message?: string | undefined;
872
+ /**
873
+ * <p>The Amazon Web Services request identifier.</p>
874
+ * @public
875
+ */
876
+ RequestId?: string | undefined;
877
+ /**
878
+ * @internal
879
+ */
880
+ constructor(opts: __ExceptionOptionType<IncompatibleSettingsException, __BaseException>);
881
+ }
882
+ /**
883
+ * <p>The specified directory setting is not supported.</p>
884
+ * @public
885
+ */
886
+ export declare class UnsupportedSettingsException extends __BaseException {
887
+ readonly name: "UnsupportedSettingsException";
888
+ readonly $fault: "client";
889
+ /**
890
+ * <p>The descriptive message for the exception.</p>
891
+ * @public
892
+ */
893
+ Message?: string | undefined;
894
+ /**
895
+ * <p>The Amazon Web Services request identifier.</p>
896
+ * @public
897
+ */
898
+ RequestId?: string | undefined;
899
+ /**
900
+ * @internal
901
+ */
902
+ constructor(opts: __ExceptionOptionType<UnsupportedSettingsException, __BaseException>);
903
+ }