@aws-sdk/client-directory-service 3.301.0 → 3.306.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.
- package/dist-cjs/models/models_0.js +180 -211
- package/dist-es/models/models_0.js +180 -211
- package/dist-types/models/models_0.d.ts +335 -180
- package/dist-types/ts3.4/models/models_0.d.ts +225 -180
- package/package.json +34 -34
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { DirectoryServiceServiceException as __BaseException } from "./DirectoryServiceServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
ShareStatus["SHARING"] = "Sharing";
|
|
19
|
-
})(ShareStatus || (ShareStatus = {}));
|
|
3
|
+
export const ShareMethod = {
|
|
4
|
+
HANDSHAKE: "HANDSHAKE",
|
|
5
|
+
ORGANIZATIONS: "ORGANIZATIONS",
|
|
6
|
+
};
|
|
7
|
+
export const ShareStatus = {
|
|
8
|
+
DELETED: "Deleted",
|
|
9
|
+
DELETING: "Deleting",
|
|
10
|
+
PENDING_ACCEPTANCE: "PendingAcceptance",
|
|
11
|
+
REJECTED: "Rejected",
|
|
12
|
+
REJECTING: "Rejecting",
|
|
13
|
+
REJECT_FAILED: "RejectFailed",
|
|
14
|
+
SHARED: "Shared",
|
|
15
|
+
SHARE_FAILED: "ShareFailed",
|
|
16
|
+
SHARING: "Sharing",
|
|
17
|
+
};
|
|
20
18
|
export class ClientException extends __BaseException {
|
|
21
19
|
constructor(opts) {
|
|
22
20
|
super({
|
|
@@ -227,20 +225,18 @@ export class AuthenticationFailedException extends __BaseException {
|
|
|
227
225
|
this.RequestId = opts.RequestId;
|
|
228
226
|
}
|
|
229
227
|
}
|
|
230
|
-
export
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
CertificateType["CLIENT_LDAPS"] = "ClientLDAPS";
|
|
243
|
-
})(CertificateType || (CertificateType = {}));
|
|
228
|
+
export const CertificateState = {
|
|
229
|
+
DEREGISTERED: "Deregistered",
|
|
230
|
+
DEREGISTERING: "Deregistering",
|
|
231
|
+
DEREGISTER_FAILED: "DeregisterFailed",
|
|
232
|
+
REGISTERED: "Registered",
|
|
233
|
+
REGISTERING: "Registering",
|
|
234
|
+
REGISTER_FAILED: "RegisterFailed",
|
|
235
|
+
};
|
|
236
|
+
export const CertificateType = {
|
|
237
|
+
CLIENT_CERT_AUTH: "ClientCertAuth",
|
|
238
|
+
CLIENT_LDAPS: "ClientLDAPS",
|
|
239
|
+
};
|
|
244
240
|
export class CertificateAlreadyExistsException extends __BaseException {
|
|
245
241
|
constructor(opts) {
|
|
246
242
|
super({
|
|
@@ -297,25 +293,21 @@ export class CertificateLimitExceededException extends __BaseException {
|
|
|
297
293
|
this.RequestId = opts.RequestId;
|
|
298
294
|
}
|
|
299
295
|
}
|
|
300
|
-
export
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
(function (DirectorySize) {
|
|
316
|
-
DirectorySize["LARGE"] = "Large";
|
|
317
|
-
DirectorySize["SMALL"] = "Small";
|
|
318
|
-
})(DirectorySize || (DirectorySize = {}));
|
|
296
|
+
export const ClientAuthenticationStatus = {
|
|
297
|
+
DISABLED: "Disabled",
|
|
298
|
+
ENABLED: "Enabled",
|
|
299
|
+
};
|
|
300
|
+
export const ClientAuthenticationType = {
|
|
301
|
+
SMART_CARD: "SmartCard",
|
|
302
|
+
SMART_CARD_OR_PASSWORD: "SmartCardOrPassword",
|
|
303
|
+
};
|
|
304
|
+
export const ReplicationScope = {
|
|
305
|
+
Domain: "Domain",
|
|
306
|
+
};
|
|
307
|
+
export const DirectorySize = {
|
|
308
|
+
LARGE: "Large",
|
|
309
|
+
SMALL: "Small",
|
|
310
|
+
};
|
|
319
311
|
export class DirectoryLimitExceededException extends __BaseException {
|
|
320
312
|
constructor(opts) {
|
|
321
313
|
super({
|
|
@@ -344,11 +336,10 @@ export class InsufficientPermissionsException extends __BaseException {
|
|
|
344
336
|
this.RequestId = opts.RequestId;
|
|
345
337
|
}
|
|
346
338
|
}
|
|
347
|
-
export
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
})(DirectoryEdition || (DirectoryEdition = {}));
|
|
339
|
+
export const DirectoryEdition = {
|
|
340
|
+
ENTERPRISE: "Enterprise",
|
|
341
|
+
STANDARD: "Standard",
|
|
342
|
+
};
|
|
352
343
|
export class SnapshotLimitExceededException extends __BaseException {
|
|
353
344
|
constructor(opts) {
|
|
354
345
|
super({
|
|
@@ -363,61 +354,53 @@ export class SnapshotLimitExceededException extends __BaseException {
|
|
|
363
354
|
this.RequestId = opts.RequestId;
|
|
364
355
|
}
|
|
365
356
|
}
|
|
366
|
-
export
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
}
|
|
394
|
-
export
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
})(DirectoryStage || (DirectoryStage = {}));
|
|
414
|
-
export var DirectoryType;
|
|
415
|
-
(function (DirectoryType) {
|
|
416
|
-
DirectoryType["AD_CONNECTOR"] = "ADConnector";
|
|
417
|
-
DirectoryType["MICROSOFT_AD"] = "MicrosoftAD";
|
|
418
|
-
DirectoryType["SHARED_MICROSOFT_AD"] = "SharedMicrosoftAD";
|
|
419
|
-
DirectoryType["SIMPLE_AD"] = "SimpleAD";
|
|
420
|
-
})(DirectoryType || (DirectoryType = {}));
|
|
357
|
+
export const SelectiveAuth = {
|
|
358
|
+
DISABLED: "Disabled",
|
|
359
|
+
ENABLED: "Enabled",
|
|
360
|
+
};
|
|
361
|
+
export const TrustDirection = {
|
|
362
|
+
ONE_WAY_INCOMING: "One-Way: Incoming",
|
|
363
|
+
ONE_WAY_OUTGOING: "One-Way: Outgoing",
|
|
364
|
+
TWO_WAY: "Two-Way",
|
|
365
|
+
};
|
|
366
|
+
export const TrustType = {
|
|
367
|
+
EXTERNAL: "External",
|
|
368
|
+
FOREST: "Forest",
|
|
369
|
+
};
|
|
370
|
+
export const OSVersion = {
|
|
371
|
+
VERSION_2012: "SERVER_2012",
|
|
372
|
+
VERSION_2019: "SERVER_2019",
|
|
373
|
+
};
|
|
374
|
+
export const RadiusAuthenticationProtocol = {
|
|
375
|
+
CHAP: "CHAP",
|
|
376
|
+
MSCHAPV1: "MS-CHAPv1",
|
|
377
|
+
MSCHAPV2: "MS-CHAPv2",
|
|
378
|
+
PAP: "PAP",
|
|
379
|
+
};
|
|
380
|
+
export const RadiusStatus = {
|
|
381
|
+
COMPLETED: "Completed",
|
|
382
|
+
CREATING: "Creating",
|
|
383
|
+
FAILED: "Failed",
|
|
384
|
+
};
|
|
385
|
+
export const DirectoryStage = {
|
|
386
|
+
ACTIVE: "Active",
|
|
387
|
+
CREATED: "Created",
|
|
388
|
+
CREATING: "Creating",
|
|
389
|
+
DELETED: "Deleted",
|
|
390
|
+
DELETING: "Deleting",
|
|
391
|
+
FAILED: "Failed",
|
|
392
|
+
IMPAIRED: "Impaired",
|
|
393
|
+
INOPERABLE: "Inoperable",
|
|
394
|
+
REQUESTED: "Requested",
|
|
395
|
+
RESTOREFAILED: "RestoreFailed",
|
|
396
|
+
RESTORING: "Restoring",
|
|
397
|
+
};
|
|
398
|
+
export const DirectoryType = {
|
|
399
|
+
AD_CONNECTOR: "ADConnector",
|
|
400
|
+
MICROSOFT_AD: "MicrosoftAD",
|
|
401
|
+
SHARED_MICROSOFT_AD: "SharedMicrosoftAD",
|
|
402
|
+
SIMPLE_AD: "SimpleAD",
|
|
403
|
+
};
|
|
421
404
|
export class InvalidNextTokenException extends __BaseException {
|
|
422
405
|
constructor(opts) {
|
|
423
406
|
super({
|
|
@@ -432,82 +415,71 @@ export class InvalidNextTokenException extends __BaseException {
|
|
|
432
415
|
this.RequestId = opts.RequestId;
|
|
433
416
|
}
|
|
434
417
|
}
|
|
435
|
-
export
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
}
|
|
463
|
-
export
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
})(TrustState || (TrustState = {}));
|
|
501
|
-
export var UpdateType;
|
|
502
|
-
(function (UpdateType) {
|
|
503
|
-
UpdateType["OS"] = "OS";
|
|
504
|
-
})(UpdateType || (UpdateType = {}));
|
|
505
|
-
export var UpdateStatus;
|
|
506
|
-
(function (UpdateStatus) {
|
|
507
|
-
UpdateStatus["UPDATED"] = "Updated";
|
|
508
|
-
UpdateStatus["UPDATE_FAILED"] = "UpdateFailed";
|
|
509
|
-
UpdateStatus["UPDATING"] = "Updating";
|
|
510
|
-
})(UpdateStatus || (UpdateStatus = {}));
|
|
418
|
+
export const DomainControllerStatus = {
|
|
419
|
+
ACTIVE: "Active",
|
|
420
|
+
CREATING: "Creating",
|
|
421
|
+
DELETED: "Deleted",
|
|
422
|
+
DELETING: "Deleting",
|
|
423
|
+
FAILED: "Failed",
|
|
424
|
+
IMPAIRED: "Impaired",
|
|
425
|
+
RESTORING: "Restoring",
|
|
426
|
+
};
|
|
427
|
+
export const TopicStatus = {
|
|
428
|
+
DELETED: "Deleted",
|
|
429
|
+
FAILED: "Failed",
|
|
430
|
+
REGISTERED: "Registered",
|
|
431
|
+
TOPIC_NOT_FOUND: "Topic not found",
|
|
432
|
+
};
|
|
433
|
+
export const LDAPSType = {
|
|
434
|
+
CLIENT: "Client",
|
|
435
|
+
};
|
|
436
|
+
export const LDAPSStatus = {
|
|
437
|
+
DISABLED: "Disabled",
|
|
438
|
+
ENABLED: "Enabled",
|
|
439
|
+
ENABLE_FAILED: "EnableFailed",
|
|
440
|
+
ENABLING: "Enabling",
|
|
441
|
+
};
|
|
442
|
+
export const RegionType = {
|
|
443
|
+
ADDITIONAL: "Additional",
|
|
444
|
+
PRIMARY: "Primary",
|
|
445
|
+
};
|
|
446
|
+
export const DirectoryConfigurationStatus = {
|
|
447
|
+
DEFAULT: "Default",
|
|
448
|
+
FAILED: "Failed",
|
|
449
|
+
REQUESTED: "Requested",
|
|
450
|
+
UPDATED: "Updated",
|
|
451
|
+
UPDATING: "Updating",
|
|
452
|
+
};
|
|
453
|
+
export const SnapshotStatus = {
|
|
454
|
+
COMPLETED: "Completed",
|
|
455
|
+
CREATING: "Creating",
|
|
456
|
+
FAILED: "Failed",
|
|
457
|
+
};
|
|
458
|
+
export const SnapshotType = {
|
|
459
|
+
AUTO: "Auto",
|
|
460
|
+
MANUAL: "Manual",
|
|
461
|
+
};
|
|
462
|
+
export const TrustState = {
|
|
463
|
+
CREATED: "Created",
|
|
464
|
+
CREATING: "Creating",
|
|
465
|
+
DELETED: "Deleted",
|
|
466
|
+
DELETING: "Deleting",
|
|
467
|
+
FAILED: "Failed",
|
|
468
|
+
UPDATED: "Updated",
|
|
469
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
470
|
+
UPDATING: "Updating",
|
|
471
|
+
VERIFIED: "Verified",
|
|
472
|
+
VERIFYING: "Verifying",
|
|
473
|
+
VERIFY_FAILED: "VerifyFailed",
|
|
474
|
+
};
|
|
475
|
+
export const UpdateType = {
|
|
476
|
+
OS: "OS",
|
|
477
|
+
};
|
|
478
|
+
export const UpdateStatus = {
|
|
479
|
+
UPDATED: "Updated",
|
|
480
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
481
|
+
UPDATING: "Updating",
|
|
482
|
+
};
|
|
511
483
|
export class DirectoryInDesiredStateException extends __BaseException {
|
|
512
484
|
constructor(opts) {
|
|
513
485
|
super({
|
|
@@ -578,27 +550,25 @@ export class NoAvailableCertificateException extends __BaseException {
|
|
|
578
550
|
this.RequestId = opts.RequestId;
|
|
579
551
|
}
|
|
580
552
|
}
|
|
581
|
-
export
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
SchemaExtensionStatus["UPDATING_SCHEMA"] = "UpdatingSchema";
|
|
601
|
-
})(SchemaExtensionStatus || (SchemaExtensionStatus = {}));
|
|
553
|
+
export const IpRouteStatusMsg = {
|
|
554
|
+
ADDED: "Added",
|
|
555
|
+
ADDING: "Adding",
|
|
556
|
+
ADD_FAILED: "AddFailed",
|
|
557
|
+
REMOVED: "Removed",
|
|
558
|
+
REMOVE_FAILED: "RemoveFailed",
|
|
559
|
+
REMOVING: "Removing",
|
|
560
|
+
};
|
|
561
|
+
export const SchemaExtensionStatus = {
|
|
562
|
+
CANCELLED: "Cancelled",
|
|
563
|
+
CANCEL_IN_PROGRESS: "CancelInProgress",
|
|
564
|
+
COMPLETED: "Completed",
|
|
565
|
+
CREATING_SNAPSHOT: "CreatingSnapshot",
|
|
566
|
+
FAILED: "Failed",
|
|
567
|
+
INITIALIZING: "Initializing",
|
|
568
|
+
REPLICATING: "Replicating",
|
|
569
|
+
ROLLBACK_IN_PROGRESS: "RollbackInProgress",
|
|
570
|
+
UPDATING_SCHEMA: "UpdatingSchema",
|
|
571
|
+
};
|
|
602
572
|
export class InvalidCertificateException extends __BaseException {
|
|
603
573
|
constructor(opts) {
|
|
604
574
|
super({
|
|
@@ -669,10 +639,9 @@ export class OrganizationsException extends __BaseException {
|
|
|
669
639
|
this.RequestId = opts.RequestId;
|
|
670
640
|
}
|
|
671
641
|
}
|
|
672
|
-
export
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
})(TargetType || (TargetType = {}));
|
|
642
|
+
export const TargetType = {
|
|
643
|
+
ACCOUNT: "ACCOUNT",
|
|
644
|
+
};
|
|
676
645
|
export class ShareLimitExceededException extends __BaseException {
|
|
677
646
|
constructor(opts) {
|
|
678
647
|
super({
|