@aws-sdk/client-directory-service 3.933.0 → 3.935.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/index.js +210 -209
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +209 -0
- package/dist-es/models/errors.js +641 -0
- package/dist-es/models/models_0.js +1 -850
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +489 -0
- package/dist-types/models/errors.d.ts +903 -0
- package/dist-types/models/models_0.d.ts +38 -1429
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +261 -0
- package/dist-types/ts3.4/models/errors.d.ts +400 -0
- package/dist-types/ts3.4/models/models_0.d.ts +37 -661
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -118,21 +118,6 @@ let DirectoryServiceServiceException$1 = class DirectoryServiceServiceException
|
|
|
118
118
|
}
|
|
119
119
|
};
|
|
120
120
|
|
|
121
|
-
const ShareMethod = {
|
|
122
|
-
HANDSHAKE: "HANDSHAKE",
|
|
123
|
-
ORGANIZATIONS: "ORGANIZATIONS",
|
|
124
|
-
};
|
|
125
|
-
const ShareStatus = {
|
|
126
|
-
DELETED: "Deleted",
|
|
127
|
-
DELETING: "Deleting",
|
|
128
|
-
PENDING_ACCEPTANCE: "PendingAcceptance",
|
|
129
|
-
REJECTED: "Rejected",
|
|
130
|
-
REJECTING: "Rejecting",
|
|
131
|
-
REJECT_FAILED: "RejectFailed",
|
|
132
|
-
SHARED: "Shared",
|
|
133
|
-
SHARE_FAILED: "ShareFailed",
|
|
134
|
-
SHARING: "Sharing",
|
|
135
|
-
};
|
|
136
121
|
let ClientException$1 = class ClientException extends DirectoryServiceServiceException$1 {
|
|
137
122
|
name = "ClientException";
|
|
138
123
|
$fault = "client";
|
|
@@ -389,26 +374,6 @@ let AuthenticationFailedException$1 = class AuthenticationFailedException extend
|
|
|
389
374
|
this.RequestId = opts.RequestId;
|
|
390
375
|
}
|
|
391
376
|
};
|
|
392
|
-
const CaEnrollmentPolicyStatus = {
|
|
393
|
-
DISABLED: "Disabled",
|
|
394
|
-
DISABLING: "Disabling",
|
|
395
|
-
FAILED: "Failed",
|
|
396
|
-
IMPAIRED: "Impaired",
|
|
397
|
-
IN_PROGRESS: "InProgress",
|
|
398
|
-
SUCCESS: "Success",
|
|
399
|
-
};
|
|
400
|
-
const CertificateState = {
|
|
401
|
-
DEREGISTERED: "Deregistered",
|
|
402
|
-
DEREGISTERING: "Deregistering",
|
|
403
|
-
DEREGISTER_FAILED: "DeregisterFailed",
|
|
404
|
-
REGISTERED: "Registered",
|
|
405
|
-
REGISTERING: "Registering",
|
|
406
|
-
REGISTER_FAILED: "RegisterFailed",
|
|
407
|
-
};
|
|
408
|
-
const CertificateType = {
|
|
409
|
-
CLIENT_CERT_AUTH: "ClientCertAuth",
|
|
410
|
-
CLIENT_LDAPS: "ClientLDAPS",
|
|
411
|
-
};
|
|
412
377
|
let CertificateAlreadyExistsException$1 = class CertificateAlreadyExistsException extends DirectoryServiceServiceException$1 {
|
|
413
378
|
name = "CertificateAlreadyExistsException";
|
|
414
379
|
$fault = "client";
|
|
@@ -473,26 +438,6 @@ let CertificateLimitExceededException$1 = class CertificateLimitExceededExceptio
|
|
|
473
438
|
this.RequestId = opts.RequestId;
|
|
474
439
|
}
|
|
475
440
|
};
|
|
476
|
-
const ClientAuthenticationStatus = {
|
|
477
|
-
DISABLED: "Disabled",
|
|
478
|
-
ENABLED: "Enabled",
|
|
479
|
-
};
|
|
480
|
-
const ClientAuthenticationType = {
|
|
481
|
-
SMART_CARD: "SmartCard",
|
|
482
|
-
SMART_CARD_OR_PASSWORD: "SmartCardOrPassword",
|
|
483
|
-
};
|
|
484
|
-
const ReplicationScope = {
|
|
485
|
-
Domain: "Domain",
|
|
486
|
-
};
|
|
487
|
-
const NetworkType = {
|
|
488
|
-
DUAL_STACK: "Dual-stack",
|
|
489
|
-
IPV4_ONLY: "IPv4",
|
|
490
|
-
IPV6_ONLY: "IPv6",
|
|
491
|
-
};
|
|
492
|
-
const DirectorySize = {
|
|
493
|
-
LARGE: "Large",
|
|
494
|
-
SMALL: "Small",
|
|
495
|
-
};
|
|
496
441
|
let DirectoryLimitExceededException$1 = class DirectoryLimitExceededException extends DirectoryServiceServiceException$1 {
|
|
497
442
|
name = "DirectoryLimitExceededException";
|
|
498
443
|
$fault = "client";
|
|
@@ -525,11 +470,6 @@ let InsufficientPermissionsException$1 = class InsufficientPermissionsException
|
|
|
525
470
|
this.RequestId = opts.RequestId;
|
|
526
471
|
}
|
|
527
472
|
};
|
|
528
|
-
const DirectoryEdition = {
|
|
529
|
-
ENTERPRISE: "Enterprise",
|
|
530
|
-
HYBRID: "Hybrid",
|
|
531
|
-
STANDARD: "Standard",
|
|
532
|
-
};
|
|
533
473
|
let SnapshotLimitExceededException$1 = class SnapshotLimitExceededException extends DirectoryServiceServiceException$1 {
|
|
534
474
|
name = "SnapshotLimitExceededException";
|
|
535
475
|
$fault = "client";
|
|
@@ -546,61 +486,6 @@ let SnapshotLimitExceededException$1 = class SnapshotLimitExceededException exte
|
|
|
546
486
|
this.RequestId = opts.RequestId;
|
|
547
487
|
}
|
|
548
488
|
};
|
|
549
|
-
const SelectiveAuth = {
|
|
550
|
-
DISABLED: "Disabled",
|
|
551
|
-
ENABLED: "Enabled",
|
|
552
|
-
};
|
|
553
|
-
const TrustDirection = {
|
|
554
|
-
ONE_WAY_INCOMING: "One-Way: Incoming",
|
|
555
|
-
ONE_WAY_OUTGOING: "One-Way: Outgoing",
|
|
556
|
-
TWO_WAY: "Two-Way",
|
|
557
|
-
};
|
|
558
|
-
const TrustType = {
|
|
559
|
-
EXTERNAL: "External",
|
|
560
|
-
FOREST: "Forest",
|
|
561
|
-
};
|
|
562
|
-
const DataAccessStatus = {
|
|
563
|
-
DISABLED: "Disabled",
|
|
564
|
-
DISABLING: "Disabling",
|
|
565
|
-
ENABLED: "Enabled",
|
|
566
|
-
ENABLING: "Enabling",
|
|
567
|
-
FAILED: "Failed",
|
|
568
|
-
};
|
|
569
|
-
const OSVersion = {
|
|
570
|
-
VERSION_2012: "SERVER_2012",
|
|
571
|
-
VERSION_2019: "SERVER_2019",
|
|
572
|
-
};
|
|
573
|
-
const RadiusAuthenticationProtocol = {
|
|
574
|
-
CHAP: "CHAP",
|
|
575
|
-
MSCHAPV1: "MS-CHAPv1",
|
|
576
|
-
MSCHAPV2: "MS-CHAPv2",
|
|
577
|
-
PAP: "PAP",
|
|
578
|
-
};
|
|
579
|
-
const RadiusStatus = {
|
|
580
|
-
COMPLETED: "Completed",
|
|
581
|
-
CREATING: "Creating",
|
|
582
|
-
FAILED: "Failed",
|
|
583
|
-
};
|
|
584
|
-
const DirectoryStage = {
|
|
585
|
-
ACTIVE: "Active",
|
|
586
|
-
CREATED: "Created",
|
|
587
|
-
CREATING: "Creating",
|
|
588
|
-
DELETED: "Deleted",
|
|
589
|
-
DELETING: "Deleting",
|
|
590
|
-
FAILED: "Failed",
|
|
591
|
-
IMPAIRED: "Impaired",
|
|
592
|
-
INOPERABLE: "Inoperable",
|
|
593
|
-
REQUESTED: "Requested",
|
|
594
|
-
RESTOREFAILED: "RestoreFailed",
|
|
595
|
-
RESTORING: "Restoring",
|
|
596
|
-
UPDATING: "Updating",
|
|
597
|
-
};
|
|
598
|
-
const DirectoryType = {
|
|
599
|
-
AD_CONNECTOR: "ADConnector",
|
|
600
|
-
MICROSOFT_AD: "MicrosoftAD",
|
|
601
|
-
SHARED_MICROSOFT_AD: "SharedMicrosoftAD",
|
|
602
|
-
SIMPLE_AD: "SimpleAD",
|
|
603
|
-
};
|
|
604
489
|
let InvalidNextTokenException$1 = class InvalidNextTokenException extends DirectoryServiceServiceException$1 {
|
|
605
490
|
name = "InvalidNextTokenException";
|
|
606
491
|
$fault = "client";
|
|
@@ -617,78 +502,6 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends Direct
|
|
|
617
502
|
this.RequestId = opts.RequestId;
|
|
618
503
|
}
|
|
619
504
|
};
|
|
620
|
-
const DomainControllerStatus = {
|
|
621
|
-
ACTIVE: "Active",
|
|
622
|
-
CREATING: "Creating",
|
|
623
|
-
DELETED: "Deleted",
|
|
624
|
-
DELETING: "Deleting",
|
|
625
|
-
FAILED: "Failed",
|
|
626
|
-
IMPAIRED: "Impaired",
|
|
627
|
-
RESTORING: "Restoring",
|
|
628
|
-
UPDATING: "Updating",
|
|
629
|
-
};
|
|
630
|
-
const TopicStatus = {
|
|
631
|
-
DELETED: "Deleted",
|
|
632
|
-
FAILED: "Failed",
|
|
633
|
-
REGISTERED: "Registered",
|
|
634
|
-
TOPIC_NOT_FOUND: "Topic not found",
|
|
635
|
-
};
|
|
636
|
-
const HybridUpdateType = {
|
|
637
|
-
HYBRID_ADMINISTRATOR_ACCOUNT: "HybridAdministratorAccount",
|
|
638
|
-
SELF_MANAGED_INSTANCES: "SelfManagedInstances",
|
|
639
|
-
};
|
|
640
|
-
const UpdateStatus = {
|
|
641
|
-
UPDATED: "Updated",
|
|
642
|
-
UPDATE_FAILED: "UpdateFailed",
|
|
643
|
-
UPDATING: "Updating",
|
|
644
|
-
};
|
|
645
|
-
const LDAPSType = {
|
|
646
|
-
CLIENT: "Client",
|
|
647
|
-
};
|
|
648
|
-
const LDAPSStatus = {
|
|
649
|
-
DISABLED: "Disabled",
|
|
650
|
-
ENABLED: "Enabled",
|
|
651
|
-
ENABLE_FAILED: "EnableFailed",
|
|
652
|
-
ENABLING: "Enabling",
|
|
653
|
-
};
|
|
654
|
-
const RegionType = {
|
|
655
|
-
ADDITIONAL: "Additional",
|
|
656
|
-
PRIMARY: "Primary",
|
|
657
|
-
};
|
|
658
|
-
const DirectoryConfigurationStatus = {
|
|
659
|
-
DEFAULT: "Default",
|
|
660
|
-
FAILED: "Failed",
|
|
661
|
-
REQUESTED: "Requested",
|
|
662
|
-
UPDATED: "Updated",
|
|
663
|
-
UPDATING: "Updating",
|
|
664
|
-
};
|
|
665
|
-
const SnapshotStatus = {
|
|
666
|
-
COMPLETED: "Completed",
|
|
667
|
-
CREATING: "Creating",
|
|
668
|
-
FAILED: "Failed",
|
|
669
|
-
};
|
|
670
|
-
const SnapshotType = {
|
|
671
|
-
AUTO: "Auto",
|
|
672
|
-
MANUAL: "Manual",
|
|
673
|
-
};
|
|
674
|
-
const TrustState = {
|
|
675
|
-
CREATED: "Created",
|
|
676
|
-
CREATING: "Creating",
|
|
677
|
-
DELETED: "Deleted",
|
|
678
|
-
DELETING: "Deleting",
|
|
679
|
-
FAILED: "Failed",
|
|
680
|
-
UPDATED: "Updated",
|
|
681
|
-
UPDATE_FAILED: "UpdateFailed",
|
|
682
|
-
UPDATING: "Updating",
|
|
683
|
-
VERIFIED: "Verified",
|
|
684
|
-
VERIFYING: "Verifying",
|
|
685
|
-
VERIFY_FAILED: "VerifyFailed",
|
|
686
|
-
};
|
|
687
|
-
const UpdateType = {
|
|
688
|
-
NETWORK: "NETWORK",
|
|
689
|
-
OS: "OS",
|
|
690
|
-
SIZE: "SIZE",
|
|
691
|
-
};
|
|
692
505
|
let DirectoryInDesiredStateException$1 = class DirectoryInDesiredStateException extends DirectoryServiceServiceException$1 {
|
|
693
506
|
name = "DirectoryInDesiredStateException";
|
|
694
507
|
$fault = "client";
|
|
@@ -801,25 +614,6 @@ let NoAvailableCertificateException$1 = class NoAvailableCertificateException ex
|
|
|
801
614
|
this.RequestId = opts.RequestId;
|
|
802
615
|
}
|
|
803
616
|
};
|
|
804
|
-
const IpRouteStatusMsg = {
|
|
805
|
-
ADDED: "Added",
|
|
806
|
-
ADDING: "Adding",
|
|
807
|
-
ADD_FAILED: "AddFailed",
|
|
808
|
-
REMOVED: "Removed",
|
|
809
|
-
REMOVE_FAILED: "RemoveFailed",
|
|
810
|
-
REMOVING: "Removing",
|
|
811
|
-
};
|
|
812
|
-
const SchemaExtensionStatus = {
|
|
813
|
-
CANCELLED: "Cancelled",
|
|
814
|
-
CANCEL_IN_PROGRESS: "CancelInProgress",
|
|
815
|
-
COMPLETED: "Completed",
|
|
816
|
-
CREATING_SNAPSHOT: "CreatingSnapshot",
|
|
817
|
-
FAILED: "Failed",
|
|
818
|
-
INITIALIZING: "Initializing",
|
|
819
|
-
REPLICATING: "Replicating",
|
|
820
|
-
ROLLBACK_IN_PROGRESS: "RollbackInProgress",
|
|
821
|
-
UPDATING_SCHEMA: "UpdatingSchema",
|
|
822
|
-
};
|
|
823
617
|
let InvalidCertificateException$1 = class InvalidCertificateException extends DirectoryServiceServiceException$1 {
|
|
824
618
|
name = "InvalidCertificateException";
|
|
825
619
|
$fault = "client";
|
|
@@ -900,9 +694,6 @@ let OrganizationsException$1 = class OrganizationsException extends DirectorySer
|
|
|
900
694
|
this.RequestId = opts.RequestId;
|
|
901
695
|
}
|
|
902
696
|
};
|
|
903
|
-
const TargetType = {
|
|
904
|
-
ACCOUNT: "ACCOUNT",
|
|
905
|
-
};
|
|
906
697
|
let ShareLimitExceededException$1 = class ShareLimitExceededException extends DirectoryServiceServiceException$1 {
|
|
907
698
|
name = "ShareLimitExceededException";
|
|
908
699
|
$fault = "client";
|
|
@@ -4360,6 +4151,216 @@ const waitUntilHybridADUpdated = async (params, input) => {
|
|
|
4360
4151
|
return utilWaiter.checkExceptions(result);
|
|
4361
4152
|
};
|
|
4362
4153
|
|
|
4154
|
+
const ShareMethod = {
|
|
4155
|
+
HANDSHAKE: "HANDSHAKE",
|
|
4156
|
+
ORGANIZATIONS: "ORGANIZATIONS",
|
|
4157
|
+
};
|
|
4158
|
+
const ShareStatus = {
|
|
4159
|
+
DELETED: "Deleted",
|
|
4160
|
+
DELETING: "Deleting",
|
|
4161
|
+
PENDING_ACCEPTANCE: "PendingAcceptance",
|
|
4162
|
+
REJECTED: "Rejected",
|
|
4163
|
+
REJECTING: "Rejecting",
|
|
4164
|
+
REJECT_FAILED: "RejectFailed",
|
|
4165
|
+
SHARED: "Shared",
|
|
4166
|
+
SHARE_FAILED: "ShareFailed",
|
|
4167
|
+
SHARING: "Sharing",
|
|
4168
|
+
};
|
|
4169
|
+
const CaEnrollmentPolicyStatus = {
|
|
4170
|
+
DISABLED: "Disabled",
|
|
4171
|
+
DISABLING: "Disabling",
|
|
4172
|
+
FAILED: "Failed",
|
|
4173
|
+
IMPAIRED: "Impaired",
|
|
4174
|
+
IN_PROGRESS: "InProgress",
|
|
4175
|
+
SUCCESS: "Success",
|
|
4176
|
+
};
|
|
4177
|
+
const CertificateState = {
|
|
4178
|
+
DEREGISTERED: "Deregistered",
|
|
4179
|
+
DEREGISTERING: "Deregistering",
|
|
4180
|
+
DEREGISTER_FAILED: "DeregisterFailed",
|
|
4181
|
+
REGISTERED: "Registered",
|
|
4182
|
+
REGISTERING: "Registering",
|
|
4183
|
+
REGISTER_FAILED: "RegisterFailed",
|
|
4184
|
+
};
|
|
4185
|
+
const CertificateType = {
|
|
4186
|
+
CLIENT_CERT_AUTH: "ClientCertAuth",
|
|
4187
|
+
CLIENT_LDAPS: "ClientLDAPS",
|
|
4188
|
+
};
|
|
4189
|
+
const ClientAuthenticationStatus = {
|
|
4190
|
+
DISABLED: "Disabled",
|
|
4191
|
+
ENABLED: "Enabled",
|
|
4192
|
+
};
|
|
4193
|
+
const ClientAuthenticationType = {
|
|
4194
|
+
SMART_CARD: "SmartCard",
|
|
4195
|
+
SMART_CARD_OR_PASSWORD: "SmartCardOrPassword",
|
|
4196
|
+
};
|
|
4197
|
+
const ReplicationScope = {
|
|
4198
|
+
Domain: "Domain",
|
|
4199
|
+
};
|
|
4200
|
+
const NetworkType = {
|
|
4201
|
+
DUAL_STACK: "Dual-stack",
|
|
4202
|
+
IPV4_ONLY: "IPv4",
|
|
4203
|
+
IPV6_ONLY: "IPv6",
|
|
4204
|
+
};
|
|
4205
|
+
const DirectorySize = {
|
|
4206
|
+
LARGE: "Large",
|
|
4207
|
+
SMALL: "Small",
|
|
4208
|
+
};
|
|
4209
|
+
const DirectoryEdition = {
|
|
4210
|
+
ENTERPRISE: "Enterprise",
|
|
4211
|
+
HYBRID: "Hybrid",
|
|
4212
|
+
STANDARD: "Standard",
|
|
4213
|
+
};
|
|
4214
|
+
const SelectiveAuth = {
|
|
4215
|
+
DISABLED: "Disabled",
|
|
4216
|
+
ENABLED: "Enabled",
|
|
4217
|
+
};
|
|
4218
|
+
const TrustDirection = {
|
|
4219
|
+
ONE_WAY_INCOMING: "One-Way: Incoming",
|
|
4220
|
+
ONE_WAY_OUTGOING: "One-Way: Outgoing",
|
|
4221
|
+
TWO_WAY: "Two-Way",
|
|
4222
|
+
};
|
|
4223
|
+
const TrustType = {
|
|
4224
|
+
EXTERNAL: "External",
|
|
4225
|
+
FOREST: "Forest",
|
|
4226
|
+
};
|
|
4227
|
+
const DataAccessStatus = {
|
|
4228
|
+
DISABLED: "Disabled",
|
|
4229
|
+
DISABLING: "Disabling",
|
|
4230
|
+
ENABLED: "Enabled",
|
|
4231
|
+
ENABLING: "Enabling",
|
|
4232
|
+
FAILED: "Failed",
|
|
4233
|
+
};
|
|
4234
|
+
const OSVersion = {
|
|
4235
|
+
VERSION_2012: "SERVER_2012",
|
|
4236
|
+
VERSION_2019: "SERVER_2019",
|
|
4237
|
+
};
|
|
4238
|
+
const RadiusAuthenticationProtocol = {
|
|
4239
|
+
CHAP: "CHAP",
|
|
4240
|
+
MSCHAPV1: "MS-CHAPv1",
|
|
4241
|
+
MSCHAPV2: "MS-CHAPv2",
|
|
4242
|
+
PAP: "PAP",
|
|
4243
|
+
};
|
|
4244
|
+
const RadiusStatus = {
|
|
4245
|
+
COMPLETED: "Completed",
|
|
4246
|
+
CREATING: "Creating",
|
|
4247
|
+
FAILED: "Failed",
|
|
4248
|
+
};
|
|
4249
|
+
const DirectoryStage = {
|
|
4250
|
+
ACTIVE: "Active",
|
|
4251
|
+
CREATED: "Created",
|
|
4252
|
+
CREATING: "Creating",
|
|
4253
|
+
DELETED: "Deleted",
|
|
4254
|
+
DELETING: "Deleting",
|
|
4255
|
+
FAILED: "Failed",
|
|
4256
|
+
IMPAIRED: "Impaired",
|
|
4257
|
+
INOPERABLE: "Inoperable",
|
|
4258
|
+
REQUESTED: "Requested",
|
|
4259
|
+
RESTOREFAILED: "RestoreFailed",
|
|
4260
|
+
RESTORING: "Restoring",
|
|
4261
|
+
UPDATING: "Updating",
|
|
4262
|
+
};
|
|
4263
|
+
const DirectoryType = {
|
|
4264
|
+
AD_CONNECTOR: "ADConnector",
|
|
4265
|
+
MICROSOFT_AD: "MicrosoftAD",
|
|
4266
|
+
SHARED_MICROSOFT_AD: "SharedMicrosoftAD",
|
|
4267
|
+
SIMPLE_AD: "SimpleAD",
|
|
4268
|
+
};
|
|
4269
|
+
const DomainControllerStatus = {
|
|
4270
|
+
ACTIVE: "Active",
|
|
4271
|
+
CREATING: "Creating",
|
|
4272
|
+
DELETED: "Deleted",
|
|
4273
|
+
DELETING: "Deleting",
|
|
4274
|
+
FAILED: "Failed",
|
|
4275
|
+
IMPAIRED: "Impaired",
|
|
4276
|
+
RESTORING: "Restoring",
|
|
4277
|
+
UPDATING: "Updating",
|
|
4278
|
+
};
|
|
4279
|
+
const TopicStatus = {
|
|
4280
|
+
DELETED: "Deleted",
|
|
4281
|
+
FAILED: "Failed",
|
|
4282
|
+
REGISTERED: "Registered",
|
|
4283
|
+
TOPIC_NOT_FOUND: "Topic not found",
|
|
4284
|
+
};
|
|
4285
|
+
const HybridUpdateType = {
|
|
4286
|
+
HYBRID_ADMINISTRATOR_ACCOUNT: "HybridAdministratorAccount",
|
|
4287
|
+
SELF_MANAGED_INSTANCES: "SelfManagedInstances",
|
|
4288
|
+
};
|
|
4289
|
+
const UpdateStatus = {
|
|
4290
|
+
UPDATED: "Updated",
|
|
4291
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
4292
|
+
UPDATING: "Updating",
|
|
4293
|
+
};
|
|
4294
|
+
const LDAPSType = {
|
|
4295
|
+
CLIENT: "Client",
|
|
4296
|
+
};
|
|
4297
|
+
const LDAPSStatus = {
|
|
4298
|
+
DISABLED: "Disabled",
|
|
4299
|
+
ENABLED: "Enabled",
|
|
4300
|
+
ENABLE_FAILED: "EnableFailed",
|
|
4301
|
+
ENABLING: "Enabling",
|
|
4302
|
+
};
|
|
4303
|
+
const RegionType = {
|
|
4304
|
+
ADDITIONAL: "Additional",
|
|
4305
|
+
PRIMARY: "Primary",
|
|
4306
|
+
};
|
|
4307
|
+
const DirectoryConfigurationStatus = {
|
|
4308
|
+
DEFAULT: "Default",
|
|
4309
|
+
FAILED: "Failed",
|
|
4310
|
+
REQUESTED: "Requested",
|
|
4311
|
+
UPDATED: "Updated",
|
|
4312
|
+
UPDATING: "Updating",
|
|
4313
|
+
};
|
|
4314
|
+
const SnapshotStatus = {
|
|
4315
|
+
COMPLETED: "Completed",
|
|
4316
|
+
CREATING: "Creating",
|
|
4317
|
+
FAILED: "Failed",
|
|
4318
|
+
};
|
|
4319
|
+
const SnapshotType = {
|
|
4320
|
+
AUTO: "Auto",
|
|
4321
|
+
MANUAL: "Manual",
|
|
4322
|
+
};
|
|
4323
|
+
const TrustState = {
|
|
4324
|
+
CREATED: "Created",
|
|
4325
|
+
CREATING: "Creating",
|
|
4326
|
+
DELETED: "Deleted",
|
|
4327
|
+
DELETING: "Deleting",
|
|
4328
|
+
FAILED: "Failed",
|
|
4329
|
+
UPDATED: "Updated",
|
|
4330
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
4331
|
+
UPDATING: "Updating",
|
|
4332
|
+
VERIFIED: "Verified",
|
|
4333
|
+
VERIFYING: "Verifying",
|
|
4334
|
+
VERIFY_FAILED: "VerifyFailed",
|
|
4335
|
+
};
|
|
4336
|
+
const UpdateType = {
|
|
4337
|
+
NETWORK: "NETWORK",
|
|
4338
|
+
OS: "OS",
|
|
4339
|
+
SIZE: "SIZE",
|
|
4340
|
+
};
|
|
4341
|
+
const IpRouteStatusMsg = {
|
|
4342
|
+
ADDED: "Added",
|
|
4343
|
+
ADDING: "Adding",
|
|
4344
|
+
ADD_FAILED: "AddFailed",
|
|
4345
|
+
REMOVED: "Removed",
|
|
4346
|
+
REMOVE_FAILED: "RemoveFailed",
|
|
4347
|
+
REMOVING: "Removing",
|
|
4348
|
+
};
|
|
4349
|
+
const SchemaExtensionStatus = {
|
|
4350
|
+
CANCELLED: "Cancelled",
|
|
4351
|
+
CANCEL_IN_PROGRESS: "CancelInProgress",
|
|
4352
|
+
COMPLETED: "Completed",
|
|
4353
|
+
CREATING_SNAPSHOT: "CreatingSnapshot",
|
|
4354
|
+
FAILED: "Failed",
|
|
4355
|
+
INITIALIZING: "Initializing",
|
|
4356
|
+
REPLICATING: "Replicating",
|
|
4357
|
+
ROLLBACK_IN_PROGRESS: "RollbackInProgress",
|
|
4358
|
+
UPDATING_SCHEMA: "UpdatingSchema",
|
|
4359
|
+
};
|
|
4360
|
+
const TargetType = {
|
|
4361
|
+
ACCOUNT: "ACCOUNT",
|
|
4362
|
+
};
|
|
4363
|
+
|
|
4363
4364
|
Object.defineProperty(exports, "$Command", {
|
|
4364
4365
|
enumerable: true,
|
|
4365
4366
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -3,5 +3,6 @@ export * from "./DirectoryService";
|
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
5
|
export * from "./waiters";
|
|
6
|
-
export * from "./models";
|
|
6
|
+
export * from "./models/enums";
|
|
7
|
+
export * from "./models/errors";
|
|
7
8
|
export { DirectoryServiceServiceException } from "./models/DirectoryServiceServiceException";
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
export const ShareMethod = {
|
|
2
|
+
HANDSHAKE: "HANDSHAKE",
|
|
3
|
+
ORGANIZATIONS: "ORGANIZATIONS",
|
|
4
|
+
};
|
|
5
|
+
export const ShareStatus = {
|
|
6
|
+
DELETED: "Deleted",
|
|
7
|
+
DELETING: "Deleting",
|
|
8
|
+
PENDING_ACCEPTANCE: "PendingAcceptance",
|
|
9
|
+
REJECTED: "Rejected",
|
|
10
|
+
REJECTING: "Rejecting",
|
|
11
|
+
REJECT_FAILED: "RejectFailed",
|
|
12
|
+
SHARED: "Shared",
|
|
13
|
+
SHARE_FAILED: "ShareFailed",
|
|
14
|
+
SHARING: "Sharing",
|
|
15
|
+
};
|
|
16
|
+
export const CaEnrollmentPolicyStatus = {
|
|
17
|
+
DISABLED: "Disabled",
|
|
18
|
+
DISABLING: "Disabling",
|
|
19
|
+
FAILED: "Failed",
|
|
20
|
+
IMPAIRED: "Impaired",
|
|
21
|
+
IN_PROGRESS: "InProgress",
|
|
22
|
+
SUCCESS: "Success",
|
|
23
|
+
};
|
|
24
|
+
export const CertificateState = {
|
|
25
|
+
DEREGISTERED: "Deregistered",
|
|
26
|
+
DEREGISTERING: "Deregistering",
|
|
27
|
+
DEREGISTER_FAILED: "DeregisterFailed",
|
|
28
|
+
REGISTERED: "Registered",
|
|
29
|
+
REGISTERING: "Registering",
|
|
30
|
+
REGISTER_FAILED: "RegisterFailed",
|
|
31
|
+
};
|
|
32
|
+
export const CertificateType = {
|
|
33
|
+
CLIENT_CERT_AUTH: "ClientCertAuth",
|
|
34
|
+
CLIENT_LDAPS: "ClientLDAPS",
|
|
35
|
+
};
|
|
36
|
+
export const ClientAuthenticationStatus = {
|
|
37
|
+
DISABLED: "Disabled",
|
|
38
|
+
ENABLED: "Enabled",
|
|
39
|
+
};
|
|
40
|
+
export const ClientAuthenticationType = {
|
|
41
|
+
SMART_CARD: "SmartCard",
|
|
42
|
+
SMART_CARD_OR_PASSWORD: "SmartCardOrPassword",
|
|
43
|
+
};
|
|
44
|
+
export const ReplicationScope = {
|
|
45
|
+
Domain: "Domain",
|
|
46
|
+
};
|
|
47
|
+
export const NetworkType = {
|
|
48
|
+
DUAL_STACK: "Dual-stack",
|
|
49
|
+
IPV4_ONLY: "IPv4",
|
|
50
|
+
IPV6_ONLY: "IPv6",
|
|
51
|
+
};
|
|
52
|
+
export const DirectorySize = {
|
|
53
|
+
LARGE: "Large",
|
|
54
|
+
SMALL: "Small",
|
|
55
|
+
};
|
|
56
|
+
export const DirectoryEdition = {
|
|
57
|
+
ENTERPRISE: "Enterprise",
|
|
58
|
+
HYBRID: "Hybrid",
|
|
59
|
+
STANDARD: "Standard",
|
|
60
|
+
};
|
|
61
|
+
export const SelectiveAuth = {
|
|
62
|
+
DISABLED: "Disabled",
|
|
63
|
+
ENABLED: "Enabled",
|
|
64
|
+
};
|
|
65
|
+
export const TrustDirection = {
|
|
66
|
+
ONE_WAY_INCOMING: "One-Way: Incoming",
|
|
67
|
+
ONE_WAY_OUTGOING: "One-Way: Outgoing",
|
|
68
|
+
TWO_WAY: "Two-Way",
|
|
69
|
+
};
|
|
70
|
+
export const TrustType = {
|
|
71
|
+
EXTERNAL: "External",
|
|
72
|
+
FOREST: "Forest",
|
|
73
|
+
};
|
|
74
|
+
export const DataAccessStatus = {
|
|
75
|
+
DISABLED: "Disabled",
|
|
76
|
+
DISABLING: "Disabling",
|
|
77
|
+
ENABLED: "Enabled",
|
|
78
|
+
ENABLING: "Enabling",
|
|
79
|
+
FAILED: "Failed",
|
|
80
|
+
};
|
|
81
|
+
export const OSVersion = {
|
|
82
|
+
VERSION_2012: "SERVER_2012",
|
|
83
|
+
VERSION_2019: "SERVER_2019",
|
|
84
|
+
};
|
|
85
|
+
export const RadiusAuthenticationProtocol = {
|
|
86
|
+
CHAP: "CHAP",
|
|
87
|
+
MSCHAPV1: "MS-CHAPv1",
|
|
88
|
+
MSCHAPV2: "MS-CHAPv2",
|
|
89
|
+
PAP: "PAP",
|
|
90
|
+
};
|
|
91
|
+
export const RadiusStatus = {
|
|
92
|
+
COMPLETED: "Completed",
|
|
93
|
+
CREATING: "Creating",
|
|
94
|
+
FAILED: "Failed",
|
|
95
|
+
};
|
|
96
|
+
export const DirectoryStage = {
|
|
97
|
+
ACTIVE: "Active",
|
|
98
|
+
CREATED: "Created",
|
|
99
|
+
CREATING: "Creating",
|
|
100
|
+
DELETED: "Deleted",
|
|
101
|
+
DELETING: "Deleting",
|
|
102
|
+
FAILED: "Failed",
|
|
103
|
+
IMPAIRED: "Impaired",
|
|
104
|
+
INOPERABLE: "Inoperable",
|
|
105
|
+
REQUESTED: "Requested",
|
|
106
|
+
RESTOREFAILED: "RestoreFailed",
|
|
107
|
+
RESTORING: "Restoring",
|
|
108
|
+
UPDATING: "Updating",
|
|
109
|
+
};
|
|
110
|
+
export const DirectoryType = {
|
|
111
|
+
AD_CONNECTOR: "ADConnector",
|
|
112
|
+
MICROSOFT_AD: "MicrosoftAD",
|
|
113
|
+
SHARED_MICROSOFT_AD: "SharedMicrosoftAD",
|
|
114
|
+
SIMPLE_AD: "SimpleAD",
|
|
115
|
+
};
|
|
116
|
+
export const DomainControllerStatus = {
|
|
117
|
+
ACTIVE: "Active",
|
|
118
|
+
CREATING: "Creating",
|
|
119
|
+
DELETED: "Deleted",
|
|
120
|
+
DELETING: "Deleting",
|
|
121
|
+
FAILED: "Failed",
|
|
122
|
+
IMPAIRED: "Impaired",
|
|
123
|
+
RESTORING: "Restoring",
|
|
124
|
+
UPDATING: "Updating",
|
|
125
|
+
};
|
|
126
|
+
export const TopicStatus = {
|
|
127
|
+
DELETED: "Deleted",
|
|
128
|
+
FAILED: "Failed",
|
|
129
|
+
REGISTERED: "Registered",
|
|
130
|
+
TOPIC_NOT_FOUND: "Topic not found",
|
|
131
|
+
};
|
|
132
|
+
export const HybridUpdateType = {
|
|
133
|
+
HYBRID_ADMINISTRATOR_ACCOUNT: "HybridAdministratorAccount",
|
|
134
|
+
SELF_MANAGED_INSTANCES: "SelfManagedInstances",
|
|
135
|
+
};
|
|
136
|
+
export const UpdateStatus = {
|
|
137
|
+
UPDATED: "Updated",
|
|
138
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
139
|
+
UPDATING: "Updating",
|
|
140
|
+
};
|
|
141
|
+
export const LDAPSType = {
|
|
142
|
+
CLIENT: "Client",
|
|
143
|
+
};
|
|
144
|
+
export const LDAPSStatus = {
|
|
145
|
+
DISABLED: "Disabled",
|
|
146
|
+
ENABLED: "Enabled",
|
|
147
|
+
ENABLE_FAILED: "EnableFailed",
|
|
148
|
+
ENABLING: "Enabling",
|
|
149
|
+
};
|
|
150
|
+
export const RegionType = {
|
|
151
|
+
ADDITIONAL: "Additional",
|
|
152
|
+
PRIMARY: "Primary",
|
|
153
|
+
};
|
|
154
|
+
export const DirectoryConfigurationStatus = {
|
|
155
|
+
DEFAULT: "Default",
|
|
156
|
+
FAILED: "Failed",
|
|
157
|
+
REQUESTED: "Requested",
|
|
158
|
+
UPDATED: "Updated",
|
|
159
|
+
UPDATING: "Updating",
|
|
160
|
+
};
|
|
161
|
+
export const SnapshotStatus = {
|
|
162
|
+
COMPLETED: "Completed",
|
|
163
|
+
CREATING: "Creating",
|
|
164
|
+
FAILED: "Failed",
|
|
165
|
+
};
|
|
166
|
+
export const SnapshotType = {
|
|
167
|
+
AUTO: "Auto",
|
|
168
|
+
MANUAL: "Manual",
|
|
169
|
+
};
|
|
170
|
+
export const TrustState = {
|
|
171
|
+
CREATED: "Created",
|
|
172
|
+
CREATING: "Creating",
|
|
173
|
+
DELETED: "Deleted",
|
|
174
|
+
DELETING: "Deleting",
|
|
175
|
+
FAILED: "Failed",
|
|
176
|
+
UPDATED: "Updated",
|
|
177
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
178
|
+
UPDATING: "Updating",
|
|
179
|
+
VERIFIED: "Verified",
|
|
180
|
+
VERIFYING: "Verifying",
|
|
181
|
+
VERIFY_FAILED: "VerifyFailed",
|
|
182
|
+
};
|
|
183
|
+
export const UpdateType = {
|
|
184
|
+
NETWORK: "NETWORK",
|
|
185
|
+
OS: "OS",
|
|
186
|
+
SIZE: "SIZE",
|
|
187
|
+
};
|
|
188
|
+
export const IpRouteStatusMsg = {
|
|
189
|
+
ADDED: "Added",
|
|
190
|
+
ADDING: "Adding",
|
|
191
|
+
ADD_FAILED: "AddFailed",
|
|
192
|
+
REMOVED: "Removed",
|
|
193
|
+
REMOVE_FAILED: "RemoveFailed",
|
|
194
|
+
REMOVING: "Removing",
|
|
195
|
+
};
|
|
196
|
+
export const SchemaExtensionStatus = {
|
|
197
|
+
CANCELLED: "Cancelled",
|
|
198
|
+
CANCEL_IN_PROGRESS: "CancelInProgress",
|
|
199
|
+
COMPLETED: "Completed",
|
|
200
|
+
CREATING_SNAPSHOT: "CreatingSnapshot",
|
|
201
|
+
FAILED: "Failed",
|
|
202
|
+
INITIALIZING: "Initializing",
|
|
203
|
+
REPLICATING: "Replicating",
|
|
204
|
+
ROLLBACK_IN_PROGRESS: "RollbackInProgress",
|
|
205
|
+
UPDATING_SCHEMA: "UpdatingSchema",
|
|
206
|
+
};
|
|
207
|
+
export const TargetType = {
|
|
208
|
+
ACCOUNT: "ACCOUNT",
|
|
209
|
+
};
|