@aws-sdk/client-directory-service 3.987.0 → 3.988.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,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DirectoryServiceServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class DirectoryServiceServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, DirectoryServiceServiceException.prototype);
10
+ }
11
+ }
12
+ exports.DirectoryServiceServiceException = DirectoryServiceServiceException;
@@ -0,0 +1,684 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnsupportedSettingsException = exports.IncompatibleSettingsException = exports.DomainControllerLimitExceededException = exports.ShareLimitExceededException = exports.OrganizationsException = exports.InvalidTargetException = exports.UserDoesNotExistException = exports.InvalidPasswordException = exports.InvalidCertificateException = exports.NoAvailableCertificateException = exports.EnableAlreadyInProgressException = exports.InvalidLDAPSStatusException = exports.InvalidClientAuthStatusException = exports.DisableAlreadyInProgressException = exports.DirectoryNotSharedException = exports.DirectoryInDesiredStateException = exports.InvalidNextTokenException = exports.SnapshotLimitExceededException = exports.InsufficientPermissionsException = exports.DirectoryLimitExceededException = exports.CertificateLimitExceededException = exports.CertificateInUseException = exports.CertificateDoesNotExistException = exports.CertificateAlreadyExistsException = exports.AuthenticationFailedException = exports.TagLimitExceededException = exports.UnsupportedOperationException = exports.RegionLimitExceededException = exports.DirectoryDoesNotExistException = exports.DirectoryAlreadyInRegionException = exports.IpRouteLimitExceededException = exports.EntityAlreadyExistsException = exports.DirectoryUnavailableException = exports.ADAssessmentLimitExceededException = exports.AccessDeniedException = exports.ServiceException = exports.InvalidParameterException = exports.EntityDoesNotExistException = exports.DirectoryAlreadySharedException = exports.ClientException = void 0;
4
+ const DirectoryServiceServiceException_1 = require("./DirectoryServiceServiceException");
5
+ class ClientException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
6
+ name = "ClientException";
7
+ $fault = "client";
8
+ Message;
9
+ RequestId;
10
+ constructor(opts) {
11
+ super({
12
+ name: "ClientException",
13
+ $fault: "client",
14
+ ...opts,
15
+ });
16
+ Object.setPrototypeOf(this, ClientException.prototype);
17
+ this.Message = opts.Message;
18
+ this.RequestId = opts.RequestId;
19
+ }
20
+ }
21
+ exports.ClientException = ClientException;
22
+ class DirectoryAlreadySharedException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
23
+ name = "DirectoryAlreadySharedException";
24
+ $fault = "client";
25
+ Message;
26
+ RequestId;
27
+ constructor(opts) {
28
+ super({
29
+ name: "DirectoryAlreadySharedException",
30
+ $fault: "client",
31
+ ...opts,
32
+ });
33
+ Object.setPrototypeOf(this, DirectoryAlreadySharedException.prototype);
34
+ this.Message = opts.Message;
35
+ this.RequestId = opts.RequestId;
36
+ }
37
+ }
38
+ exports.DirectoryAlreadySharedException = DirectoryAlreadySharedException;
39
+ class EntityDoesNotExistException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
40
+ name = "EntityDoesNotExistException";
41
+ $fault = "client";
42
+ Message;
43
+ RequestId;
44
+ constructor(opts) {
45
+ super({
46
+ name: "EntityDoesNotExistException",
47
+ $fault: "client",
48
+ ...opts,
49
+ });
50
+ Object.setPrototypeOf(this, EntityDoesNotExistException.prototype);
51
+ this.Message = opts.Message;
52
+ this.RequestId = opts.RequestId;
53
+ }
54
+ }
55
+ exports.EntityDoesNotExistException = EntityDoesNotExistException;
56
+ class InvalidParameterException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
57
+ name = "InvalidParameterException";
58
+ $fault = "client";
59
+ Message;
60
+ RequestId;
61
+ constructor(opts) {
62
+ super({
63
+ name: "InvalidParameterException",
64
+ $fault: "client",
65
+ ...opts,
66
+ });
67
+ Object.setPrototypeOf(this, InvalidParameterException.prototype);
68
+ this.Message = opts.Message;
69
+ this.RequestId = opts.RequestId;
70
+ }
71
+ }
72
+ exports.InvalidParameterException = InvalidParameterException;
73
+ class ServiceException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
74
+ name = "ServiceException";
75
+ $fault = "server";
76
+ Message;
77
+ RequestId;
78
+ constructor(opts) {
79
+ super({
80
+ name: "ServiceException",
81
+ $fault: "server",
82
+ ...opts,
83
+ });
84
+ Object.setPrototypeOf(this, ServiceException.prototype);
85
+ this.Message = opts.Message;
86
+ this.RequestId = opts.RequestId;
87
+ }
88
+ }
89
+ exports.ServiceException = ServiceException;
90
+ class AccessDeniedException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
91
+ name = "AccessDeniedException";
92
+ $fault = "client";
93
+ Message;
94
+ RequestId;
95
+ constructor(opts) {
96
+ super({
97
+ name: "AccessDeniedException",
98
+ $fault: "client",
99
+ ...opts,
100
+ });
101
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
102
+ this.Message = opts.Message;
103
+ this.RequestId = opts.RequestId;
104
+ }
105
+ }
106
+ exports.AccessDeniedException = AccessDeniedException;
107
+ class ADAssessmentLimitExceededException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
108
+ name = "ADAssessmentLimitExceededException";
109
+ $fault = "client";
110
+ Message;
111
+ RequestId;
112
+ constructor(opts) {
113
+ super({
114
+ name: "ADAssessmentLimitExceededException",
115
+ $fault: "client",
116
+ ...opts,
117
+ });
118
+ Object.setPrototypeOf(this, ADAssessmentLimitExceededException.prototype);
119
+ this.Message = opts.Message;
120
+ this.RequestId = opts.RequestId;
121
+ }
122
+ }
123
+ exports.ADAssessmentLimitExceededException = ADAssessmentLimitExceededException;
124
+ class DirectoryUnavailableException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
125
+ name = "DirectoryUnavailableException";
126
+ $fault = "client";
127
+ Message;
128
+ RequestId;
129
+ constructor(opts) {
130
+ super({
131
+ name: "DirectoryUnavailableException",
132
+ $fault: "client",
133
+ ...opts,
134
+ });
135
+ Object.setPrototypeOf(this, DirectoryUnavailableException.prototype);
136
+ this.Message = opts.Message;
137
+ this.RequestId = opts.RequestId;
138
+ }
139
+ }
140
+ exports.DirectoryUnavailableException = DirectoryUnavailableException;
141
+ class EntityAlreadyExistsException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
142
+ name = "EntityAlreadyExistsException";
143
+ $fault = "client";
144
+ Message;
145
+ RequestId;
146
+ constructor(opts) {
147
+ super({
148
+ name: "EntityAlreadyExistsException",
149
+ $fault: "client",
150
+ ...opts,
151
+ });
152
+ Object.setPrototypeOf(this, EntityAlreadyExistsException.prototype);
153
+ this.Message = opts.Message;
154
+ this.RequestId = opts.RequestId;
155
+ }
156
+ }
157
+ exports.EntityAlreadyExistsException = EntityAlreadyExistsException;
158
+ class IpRouteLimitExceededException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
159
+ name = "IpRouteLimitExceededException";
160
+ $fault = "client";
161
+ Message;
162
+ RequestId;
163
+ constructor(opts) {
164
+ super({
165
+ name: "IpRouteLimitExceededException",
166
+ $fault: "client",
167
+ ...opts,
168
+ });
169
+ Object.setPrototypeOf(this, IpRouteLimitExceededException.prototype);
170
+ this.Message = opts.Message;
171
+ this.RequestId = opts.RequestId;
172
+ }
173
+ }
174
+ exports.IpRouteLimitExceededException = IpRouteLimitExceededException;
175
+ class DirectoryAlreadyInRegionException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
176
+ name = "DirectoryAlreadyInRegionException";
177
+ $fault = "client";
178
+ Message;
179
+ RequestId;
180
+ constructor(opts) {
181
+ super({
182
+ name: "DirectoryAlreadyInRegionException",
183
+ $fault: "client",
184
+ ...opts,
185
+ });
186
+ Object.setPrototypeOf(this, DirectoryAlreadyInRegionException.prototype);
187
+ this.Message = opts.Message;
188
+ this.RequestId = opts.RequestId;
189
+ }
190
+ }
191
+ exports.DirectoryAlreadyInRegionException = DirectoryAlreadyInRegionException;
192
+ class DirectoryDoesNotExistException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
193
+ name = "DirectoryDoesNotExistException";
194
+ $fault = "client";
195
+ Message;
196
+ RequestId;
197
+ constructor(opts) {
198
+ super({
199
+ name: "DirectoryDoesNotExistException",
200
+ $fault: "client",
201
+ ...opts,
202
+ });
203
+ Object.setPrototypeOf(this, DirectoryDoesNotExistException.prototype);
204
+ this.Message = opts.Message;
205
+ this.RequestId = opts.RequestId;
206
+ }
207
+ }
208
+ exports.DirectoryDoesNotExistException = DirectoryDoesNotExistException;
209
+ class RegionLimitExceededException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
210
+ name = "RegionLimitExceededException";
211
+ $fault = "client";
212
+ Message;
213
+ RequestId;
214
+ constructor(opts) {
215
+ super({
216
+ name: "RegionLimitExceededException",
217
+ $fault: "client",
218
+ ...opts,
219
+ });
220
+ Object.setPrototypeOf(this, RegionLimitExceededException.prototype);
221
+ this.Message = opts.Message;
222
+ this.RequestId = opts.RequestId;
223
+ }
224
+ }
225
+ exports.RegionLimitExceededException = RegionLimitExceededException;
226
+ class UnsupportedOperationException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
227
+ name = "UnsupportedOperationException";
228
+ $fault = "client";
229
+ Message;
230
+ RequestId;
231
+ constructor(opts) {
232
+ super({
233
+ name: "UnsupportedOperationException",
234
+ $fault: "client",
235
+ ...opts,
236
+ });
237
+ Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
238
+ this.Message = opts.Message;
239
+ this.RequestId = opts.RequestId;
240
+ }
241
+ }
242
+ exports.UnsupportedOperationException = UnsupportedOperationException;
243
+ class TagLimitExceededException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
244
+ name = "TagLimitExceededException";
245
+ $fault = "client";
246
+ Message;
247
+ RequestId;
248
+ constructor(opts) {
249
+ super({
250
+ name: "TagLimitExceededException",
251
+ $fault: "client",
252
+ ...opts,
253
+ });
254
+ Object.setPrototypeOf(this, TagLimitExceededException.prototype);
255
+ this.Message = opts.Message;
256
+ this.RequestId = opts.RequestId;
257
+ }
258
+ }
259
+ exports.TagLimitExceededException = TagLimitExceededException;
260
+ class AuthenticationFailedException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
261
+ name = "AuthenticationFailedException";
262
+ $fault = "client";
263
+ Message;
264
+ RequestId;
265
+ constructor(opts) {
266
+ super({
267
+ name: "AuthenticationFailedException",
268
+ $fault: "client",
269
+ ...opts,
270
+ });
271
+ Object.setPrototypeOf(this, AuthenticationFailedException.prototype);
272
+ this.Message = opts.Message;
273
+ this.RequestId = opts.RequestId;
274
+ }
275
+ }
276
+ exports.AuthenticationFailedException = AuthenticationFailedException;
277
+ class CertificateAlreadyExistsException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
278
+ name = "CertificateAlreadyExistsException";
279
+ $fault = "client";
280
+ Message;
281
+ RequestId;
282
+ constructor(opts) {
283
+ super({
284
+ name: "CertificateAlreadyExistsException",
285
+ $fault: "client",
286
+ ...opts,
287
+ });
288
+ Object.setPrototypeOf(this, CertificateAlreadyExistsException.prototype);
289
+ this.Message = opts.Message;
290
+ this.RequestId = opts.RequestId;
291
+ }
292
+ }
293
+ exports.CertificateAlreadyExistsException = CertificateAlreadyExistsException;
294
+ class CertificateDoesNotExistException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
295
+ name = "CertificateDoesNotExistException";
296
+ $fault = "client";
297
+ Message;
298
+ RequestId;
299
+ constructor(opts) {
300
+ super({
301
+ name: "CertificateDoesNotExistException",
302
+ $fault: "client",
303
+ ...opts,
304
+ });
305
+ Object.setPrototypeOf(this, CertificateDoesNotExistException.prototype);
306
+ this.Message = opts.Message;
307
+ this.RequestId = opts.RequestId;
308
+ }
309
+ }
310
+ exports.CertificateDoesNotExistException = CertificateDoesNotExistException;
311
+ class CertificateInUseException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
312
+ name = "CertificateInUseException";
313
+ $fault = "client";
314
+ Message;
315
+ RequestId;
316
+ constructor(opts) {
317
+ super({
318
+ name: "CertificateInUseException",
319
+ $fault: "client",
320
+ ...opts,
321
+ });
322
+ Object.setPrototypeOf(this, CertificateInUseException.prototype);
323
+ this.Message = opts.Message;
324
+ this.RequestId = opts.RequestId;
325
+ }
326
+ }
327
+ exports.CertificateInUseException = CertificateInUseException;
328
+ class CertificateLimitExceededException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
329
+ name = "CertificateLimitExceededException";
330
+ $fault = "client";
331
+ Message;
332
+ RequestId;
333
+ constructor(opts) {
334
+ super({
335
+ name: "CertificateLimitExceededException",
336
+ $fault: "client",
337
+ ...opts,
338
+ });
339
+ Object.setPrototypeOf(this, CertificateLimitExceededException.prototype);
340
+ this.Message = opts.Message;
341
+ this.RequestId = opts.RequestId;
342
+ }
343
+ }
344
+ exports.CertificateLimitExceededException = CertificateLimitExceededException;
345
+ class DirectoryLimitExceededException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
346
+ name = "DirectoryLimitExceededException";
347
+ $fault = "client";
348
+ Message;
349
+ RequestId;
350
+ constructor(opts) {
351
+ super({
352
+ name: "DirectoryLimitExceededException",
353
+ $fault: "client",
354
+ ...opts,
355
+ });
356
+ Object.setPrototypeOf(this, DirectoryLimitExceededException.prototype);
357
+ this.Message = opts.Message;
358
+ this.RequestId = opts.RequestId;
359
+ }
360
+ }
361
+ exports.DirectoryLimitExceededException = DirectoryLimitExceededException;
362
+ class InsufficientPermissionsException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
363
+ name = "InsufficientPermissionsException";
364
+ $fault = "client";
365
+ Message;
366
+ RequestId;
367
+ constructor(opts) {
368
+ super({
369
+ name: "InsufficientPermissionsException",
370
+ $fault: "client",
371
+ ...opts,
372
+ });
373
+ Object.setPrototypeOf(this, InsufficientPermissionsException.prototype);
374
+ this.Message = opts.Message;
375
+ this.RequestId = opts.RequestId;
376
+ }
377
+ }
378
+ exports.InsufficientPermissionsException = InsufficientPermissionsException;
379
+ class SnapshotLimitExceededException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
380
+ name = "SnapshotLimitExceededException";
381
+ $fault = "client";
382
+ Message;
383
+ RequestId;
384
+ constructor(opts) {
385
+ super({
386
+ name: "SnapshotLimitExceededException",
387
+ $fault: "client",
388
+ ...opts,
389
+ });
390
+ Object.setPrototypeOf(this, SnapshotLimitExceededException.prototype);
391
+ this.Message = opts.Message;
392
+ this.RequestId = opts.RequestId;
393
+ }
394
+ }
395
+ exports.SnapshotLimitExceededException = SnapshotLimitExceededException;
396
+ class InvalidNextTokenException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
397
+ name = "InvalidNextTokenException";
398
+ $fault = "client";
399
+ Message;
400
+ RequestId;
401
+ constructor(opts) {
402
+ super({
403
+ name: "InvalidNextTokenException",
404
+ $fault: "client",
405
+ ...opts,
406
+ });
407
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
408
+ this.Message = opts.Message;
409
+ this.RequestId = opts.RequestId;
410
+ }
411
+ }
412
+ exports.InvalidNextTokenException = InvalidNextTokenException;
413
+ class DirectoryInDesiredStateException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
414
+ name = "DirectoryInDesiredStateException";
415
+ $fault = "client";
416
+ Message;
417
+ RequestId;
418
+ constructor(opts) {
419
+ super({
420
+ name: "DirectoryInDesiredStateException",
421
+ $fault: "client",
422
+ ...opts,
423
+ });
424
+ Object.setPrototypeOf(this, DirectoryInDesiredStateException.prototype);
425
+ this.Message = opts.Message;
426
+ this.RequestId = opts.RequestId;
427
+ }
428
+ }
429
+ exports.DirectoryInDesiredStateException = DirectoryInDesiredStateException;
430
+ class DirectoryNotSharedException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
431
+ name = "DirectoryNotSharedException";
432
+ $fault = "client";
433
+ Message;
434
+ RequestId;
435
+ constructor(opts) {
436
+ super({
437
+ name: "DirectoryNotSharedException",
438
+ $fault: "client",
439
+ ...opts,
440
+ });
441
+ Object.setPrototypeOf(this, DirectoryNotSharedException.prototype);
442
+ this.Message = opts.Message;
443
+ this.RequestId = opts.RequestId;
444
+ }
445
+ }
446
+ exports.DirectoryNotSharedException = DirectoryNotSharedException;
447
+ class DisableAlreadyInProgressException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
448
+ name = "DisableAlreadyInProgressException";
449
+ $fault = "client";
450
+ Message;
451
+ RequestId;
452
+ constructor(opts) {
453
+ super({
454
+ name: "DisableAlreadyInProgressException",
455
+ $fault: "client",
456
+ ...opts,
457
+ });
458
+ Object.setPrototypeOf(this, DisableAlreadyInProgressException.prototype);
459
+ this.Message = opts.Message;
460
+ this.RequestId = opts.RequestId;
461
+ }
462
+ }
463
+ exports.DisableAlreadyInProgressException = DisableAlreadyInProgressException;
464
+ class InvalidClientAuthStatusException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
465
+ name = "InvalidClientAuthStatusException";
466
+ $fault = "client";
467
+ Message;
468
+ RequestId;
469
+ constructor(opts) {
470
+ super({
471
+ name: "InvalidClientAuthStatusException",
472
+ $fault: "client",
473
+ ...opts,
474
+ });
475
+ Object.setPrototypeOf(this, InvalidClientAuthStatusException.prototype);
476
+ this.Message = opts.Message;
477
+ this.RequestId = opts.RequestId;
478
+ }
479
+ }
480
+ exports.InvalidClientAuthStatusException = InvalidClientAuthStatusException;
481
+ class InvalidLDAPSStatusException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
482
+ name = "InvalidLDAPSStatusException";
483
+ $fault = "client";
484
+ Message;
485
+ RequestId;
486
+ constructor(opts) {
487
+ super({
488
+ name: "InvalidLDAPSStatusException",
489
+ $fault: "client",
490
+ ...opts,
491
+ });
492
+ Object.setPrototypeOf(this, InvalidLDAPSStatusException.prototype);
493
+ this.Message = opts.Message;
494
+ this.RequestId = opts.RequestId;
495
+ }
496
+ }
497
+ exports.InvalidLDAPSStatusException = InvalidLDAPSStatusException;
498
+ class EnableAlreadyInProgressException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
499
+ name = "EnableAlreadyInProgressException";
500
+ $fault = "client";
501
+ Message;
502
+ RequestId;
503
+ constructor(opts) {
504
+ super({
505
+ name: "EnableAlreadyInProgressException",
506
+ $fault: "client",
507
+ ...opts,
508
+ });
509
+ Object.setPrototypeOf(this, EnableAlreadyInProgressException.prototype);
510
+ this.Message = opts.Message;
511
+ this.RequestId = opts.RequestId;
512
+ }
513
+ }
514
+ exports.EnableAlreadyInProgressException = EnableAlreadyInProgressException;
515
+ class NoAvailableCertificateException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
516
+ name = "NoAvailableCertificateException";
517
+ $fault = "client";
518
+ Message;
519
+ RequestId;
520
+ constructor(opts) {
521
+ super({
522
+ name: "NoAvailableCertificateException",
523
+ $fault: "client",
524
+ ...opts,
525
+ });
526
+ Object.setPrototypeOf(this, NoAvailableCertificateException.prototype);
527
+ this.Message = opts.Message;
528
+ this.RequestId = opts.RequestId;
529
+ }
530
+ }
531
+ exports.NoAvailableCertificateException = NoAvailableCertificateException;
532
+ class InvalidCertificateException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
533
+ name = "InvalidCertificateException";
534
+ $fault = "client";
535
+ Message;
536
+ RequestId;
537
+ constructor(opts) {
538
+ super({
539
+ name: "InvalidCertificateException",
540
+ $fault: "client",
541
+ ...opts,
542
+ });
543
+ Object.setPrototypeOf(this, InvalidCertificateException.prototype);
544
+ this.Message = opts.Message;
545
+ this.RequestId = opts.RequestId;
546
+ }
547
+ }
548
+ exports.InvalidCertificateException = InvalidCertificateException;
549
+ class InvalidPasswordException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
550
+ name = "InvalidPasswordException";
551
+ $fault = "client";
552
+ Message;
553
+ RequestId;
554
+ constructor(opts) {
555
+ super({
556
+ name: "InvalidPasswordException",
557
+ $fault: "client",
558
+ ...opts,
559
+ });
560
+ Object.setPrototypeOf(this, InvalidPasswordException.prototype);
561
+ this.Message = opts.Message;
562
+ this.RequestId = opts.RequestId;
563
+ }
564
+ }
565
+ exports.InvalidPasswordException = InvalidPasswordException;
566
+ class UserDoesNotExistException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
567
+ name = "UserDoesNotExistException";
568
+ $fault = "client";
569
+ Message;
570
+ RequestId;
571
+ constructor(opts) {
572
+ super({
573
+ name: "UserDoesNotExistException",
574
+ $fault: "client",
575
+ ...opts,
576
+ });
577
+ Object.setPrototypeOf(this, UserDoesNotExistException.prototype);
578
+ this.Message = opts.Message;
579
+ this.RequestId = opts.RequestId;
580
+ }
581
+ }
582
+ exports.UserDoesNotExistException = UserDoesNotExistException;
583
+ class InvalidTargetException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
584
+ name = "InvalidTargetException";
585
+ $fault = "client";
586
+ Message;
587
+ RequestId;
588
+ constructor(opts) {
589
+ super({
590
+ name: "InvalidTargetException",
591
+ $fault: "client",
592
+ ...opts,
593
+ });
594
+ Object.setPrototypeOf(this, InvalidTargetException.prototype);
595
+ this.Message = opts.Message;
596
+ this.RequestId = opts.RequestId;
597
+ }
598
+ }
599
+ exports.InvalidTargetException = InvalidTargetException;
600
+ class OrganizationsException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
601
+ name = "OrganizationsException";
602
+ $fault = "client";
603
+ Message;
604
+ RequestId;
605
+ constructor(opts) {
606
+ super({
607
+ name: "OrganizationsException",
608
+ $fault: "client",
609
+ ...opts,
610
+ });
611
+ Object.setPrototypeOf(this, OrganizationsException.prototype);
612
+ this.Message = opts.Message;
613
+ this.RequestId = opts.RequestId;
614
+ }
615
+ }
616
+ exports.OrganizationsException = OrganizationsException;
617
+ class ShareLimitExceededException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
618
+ name = "ShareLimitExceededException";
619
+ $fault = "client";
620
+ Message;
621
+ RequestId;
622
+ constructor(opts) {
623
+ super({
624
+ name: "ShareLimitExceededException",
625
+ $fault: "client",
626
+ ...opts,
627
+ });
628
+ Object.setPrototypeOf(this, ShareLimitExceededException.prototype);
629
+ this.Message = opts.Message;
630
+ this.RequestId = opts.RequestId;
631
+ }
632
+ }
633
+ exports.ShareLimitExceededException = ShareLimitExceededException;
634
+ class DomainControllerLimitExceededException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
635
+ name = "DomainControllerLimitExceededException";
636
+ $fault = "client";
637
+ Message;
638
+ RequestId;
639
+ constructor(opts) {
640
+ super({
641
+ name: "DomainControllerLimitExceededException",
642
+ $fault: "client",
643
+ ...opts,
644
+ });
645
+ Object.setPrototypeOf(this, DomainControllerLimitExceededException.prototype);
646
+ this.Message = opts.Message;
647
+ this.RequestId = opts.RequestId;
648
+ }
649
+ }
650
+ exports.DomainControllerLimitExceededException = DomainControllerLimitExceededException;
651
+ class IncompatibleSettingsException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
652
+ name = "IncompatibleSettingsException";
653
+ $fault = "client";
654
+ Message;
655
+ RequestId;
656
+ constructor(opts) {
657
+ super({
658
+ name: "IncompatibleSettingsException",
659
+ $fault: "client",
660
+ ...opts,
661
+ });
662
+ Object.setPrototypeOf(this, IncompatibleSettingsException.prototype);
663
+ this.Message = opts.Message;
664
+ this.RequestId = opts.RequestId;
665
+ }
666
+ }
667
+ exports.IncompatibleSettingsException = IncompatibleSettingsException;
668
+ class UnsupportedSettingsException extends DirectoryServiceServiceException_1.DirectoryServiceServiceException {
669
+ name = "UnsupportedSettingsException";
670
+ $fault = "client";
671
+ Message;
672
+ RequestId;
673
+ constructor(opts) {
674
+ super({
675
+ name: "UnsupportedSettingsException",
676
+ $fault: "client",
677
+ ...opts,
678
+ });
679
+ Object.setPrototypeOf(this, UnsupportedSettingsException.prototype);
680
+ this.Message = opts.Message;
681
+ this.RequestId = opts.RequestId;
682
+ }
683
+ }
684
+ exports.UnsupportedSettingsException = UnsupportedSettingsException;