@aws-sdk/client-pca-connector-ad 3.934.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.
@@ -1,17 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { PcaConnectorAdServiceException as __BaseException } from "./PcaConnectorAdServiceException";
3
- /**
4
- * @public
5
- * @enum
6
- */
7
- export declare const AccessRight: {
8
- readonly ALLOW: "ALLOW";
9
- readonly DENY: "DENY";
10
- };
11
- /**
12
- * @public
13
- */
14
- export type AccessRight = (typeof AccessRight)[keyof typeof AccessRight];
1
+ import { AccessRight, ApplicationPolicyType, ClientCompatibilityV2, ClientCompatibilityV3, ClientCompatibilityV4, ConnectorStatus, ConnectorStatusReason, DirectoryRegistrationStatus, DirectoryRegistrationStatusReason, HashAlgorithm, IpAddressType, KeySpec, KeyUsagePropertyType, PrivateKeyAlgorithm, ServicePrincipalNameStatus, ServicePrincipalNameStatusReason, TemplateStatus, ValidityPeriodType } from "./enums";
15
2
  /**
16
3
  * <p> Allow or deny permissions for an Active Directory group to enroll or autoenroll certificates for a
17
4
  * template.</p>
@@ -109,100 +96,6 @@ export interface AccessControlEntrySummary {
109
96
  */
110
97
  UpdatedAt?: Date | undefined;
111
98
  }
112
- /**
113
- * <p>You can receive this error if you attempt to create a resource share when you don't have
114
- * the required permissions. This can be caused by insufficient permissions in policies
115
- * attached to your Amazon Web Services Identity and Access Management (IAM) principal. It can also happen
116
- * because of restrictions in place from an Amazon Web Services Organizations service control policy (SCP)
117
- * that affects your Amazon Web Services account. </p>
118
- * @public
119
- */
120
- export declare class AccessDeniedException extends __BaseException {
121
- readonly name: "AccessDeniedException";
122
- readonly $fault: "client";
123
- Message: string | undefined;
124
- /**
125
- * @internal
126
- */
127
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
128
- }
129
- /**
130
- * @public
131
- * @enum
132
- */
133
- export declare const ApplicationPolicyType: {
134
- readonly ALL_APPLICATION_POLICIES: "ALL_APPLICATION_POLICIES";
135
- readonly ANY_PURPOSE: "ANY_PURPOSE";
136
- readonly ATTESTATION_IDENTITY_KEY_CERTIFICATE: "ATTESTATION_IDENTITY_KEY_CERTIFICATE";
137
- readonly CERTIFICATE_REQUEST_AGENT: "CERTIFICATE_REQUEST_AGENT";
138
- readonly CLIENT_AUTHENTICATION: "CLIENT_AUTHENTICATION";
139
- readonly CODE_SIGNING: "CODE_SIGNING";
140
- readonly CTL_USAGE: "CTL_USAGE";
141
- readonly DIGITAL_RIGHTS: "DIGITAL_RIGHTS";
142
- readonly DIRECTORY_SERVICE_EMAIL_REPLICATION: "DIRECTORY_SERVICE_EMAIL_REPLICATION";
143
- readonly DISALLOWED_LIST: "DISALLOWED_LIST";
144
- readonly DNS_SERVER_TRUST: "DNS_SERVER_TRUST";
145
- readonly DOCUMENT_ENCRYPTION: "DOCUMENT_ENCRYPTION";
146
- readonly DOCUMENT_SIGNING: "DOCUMENT_SIGNING";
147
- readonly DYNAMIC_CODE_GENERATOR: "DYNAMIC_CODE_GENERATOR";
148
- readonly EARLY_LAUNCH_ANTIMALWARE_DRIVER: "EARLY_LAUNCH_ANTIMALWARE_DRIVER";
149
- readonly EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION: "EMBEDDED_WINDOWS_SYSTEM_COMPONENT_VERIFICATION";
150
- readonly ENCLAVE: "ENCLAVE";
151
- readonly ENCRYPTING_FILE_SYSTEM: "ENCRYPTING_FILE_SYSTEM";
152
- readonly ENDORSEMENT_KEY_CERTIFICATE: "ENDORSEMENT_KEY_CERTIFICATE";
153
- readonly FILE_RECOVERY: "FILE_RECOVERY";
154
- readonly HAL_EXTENSION: "HAL_EXTENSION";
155
- readonly IP_SECURITY_END_SYSTEM: "IP_SECURITY_END_SYSTEM";
156
- readonly IP_SECURITY_IKE_INTERMEDIATE: "IP_SECURITY_IKE_INTERMEDIATE";
157
- readonly IP_SECURITY_TUNNEL_TERMINATION: "IP_SECURITY_TUNNEL_TERMINATION";
158
- readonly IP_SECURITY_USER: "IP_SECURITY_USER";
159
- readonly ISOLATED_USER_MODE: "ISOLATED_USER_MODE";
160
- readonly KDC_AUTHENTICATION: "KDC_AUTHENTICATION";
161
- readonly KERNEL_MODE_CODE_SIGNING: "KERNEL_MODE_CODE_SIGNING";
162
- readonly KEY_PACK_LICENSES: "KEY_PACK_LICENSES";
163
- readonly KEY_RECOVERY: "KEY_RECOVERY";
164
- readonly KEY_RECOVERY_AGENT: "KEY_RECOVERY_AGENT";
165
- readonly LICENSE_SERVER_VERIFICATION: "LICENSE_SERVER_VERIFICATION";
166
- readonly LIFETIME_SIGNING: "LIFETIME_SIGNING";
167
- readonly MICROSOFT_PUBLISHER: "MICROSOFT_PUBLISHER";
168
- readonly MICROSOFT_TIME_STAMPING: "MICROSOFT_TIME_STAMPING";
169
- readonly MICROSOFT_TRUST_LIST_SIGNING: "MICROSOFT_TRUST_LIST_SIGNING";
170
- readonly OCSP_SIGNING: "OCSP_SIGNING";
171
- readonly OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION: "OEM_WINDOWS_SYSTEM_COMPONENT_VERIFICATION";
172
- readonly PLATFORM_CERTIFICATE: "PLATFORM_CERTIFICATE";
173
- readonly PREVIEW_BUILD_SIGNING: "PREVIEW_BUILD_SIGNING";
174
- readonly PRIVATE_KEY_ARCHIVAL: "PRIVATE_KEY_ARCHIVAL";
175
- readonly PROTECTED_PROCESS_LIGHT_VERIFICATION: "PROTECTED_PROCESS_LIGHT_VERIFICATION";
176
- readonly PROTECTED_PROCESS_VERIFICATION: "PROTECTED_PROCESS_VERIFICATION";
177
- readonly QUALIFIED_SUBORDINATION: "QUALIFIED_SUBORDINATION";
178
- readonly REVOKED_LIST_SIGNER: "REVOKED_LIST_SIGNER";
179
- readonly ROOT_LIST_SIGNER: "ROOT_LIST_SIGNER";
180
- readonly ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION: "ROOT_PROGRAM_AUTO_UPDATE_CA_REVOCATION";
181
- readonly ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION: "ROOT_PROGRAM_AUTO_UPDATE_END_REVOCATION";
182
- readonly ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL: "ROOT_PROGRAM_NO_OSCP_FAILOVER_TO_CRL";
183
- readonly SECURE_EMAIL: "SECURE_EMAIL";
184
- readonly SERVER_AUTHENTICATION: "SERVER_AUTHENTICATION";
185
- readonly SMART_CARD_LOGIN: "SMART_CARD_LOGIN";
186
- readonly SPC_ENCRYPTED_DIGEST_RETRY_COUNT: "SPC_ENCRYPTED_DIGEST_RETRY_COUNT";
187
- readonly SPC_RELAXED_PE_MARKER_CHECK: "SPC_RELAXED_PE_MARKER_CHECK";
188
- readonly TIME_STAMPING: "TIME_STAMPING";
189
- readonly WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION: "WINDOWS_HARDWARE_DRIVER_ATTESTED_VERIFICATION";
190
- readonly WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION: "WINDOWS_HARDWARE_DRIVER_EXTENDED_VERIFICATION";
191
- readonly WINDOWS_HARDWARE_DRIVER_VERIFICATION: "WINDOWS_HARDWARE_DRIVER_VERIFICATION";
192
- readonly WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION: "WINDOWS_HELLO_RECOVERY_KEY_ENCRYPTION";
193
- readonly WINDOWS_KITS_COMPONENT: "WINDOWS_KITS_COMPONENT";
194
- readonly WINDOWS_RT_VERIFICATION: "WINDOWS_RT_VERIFICATION";
195
- readonly WINDOWS_SOFTWARE_EXTENSION_VERIFICATION: "WINDOWS_SOFTWARE_EXTENSION_VERIFICATION";
196
- readonly WINDOWS_STORE: "WINDOWS_STORE";
197
- readonly WINDOWS_SYSTEM_COMPONENT_VERIFICATION: "WINDOWS_SYSTEM_COMPONENT_VERIFICATION";
198
- readonly WINDOWS_TCB_COMPONENT: "WINDOWS_TCB_COMPONENT";
199
- readonly WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT: "WINDOWS_THIRD_PARTY_APPLICATION_COMPONENT";
200
- readonly WINDOWS_UPDATE: "WINDOWS_UPDATE";
201
- };
202
- /**
203
- * @public
204
- */
205
- export type ApplicationPolicyType = (typeof ApplicationPolicyType)[keyof typeof ApplicationPolicyType];
206
99
  /**
207
100
  * <p>Application policies describe what the certificate can be used for.</p>
208
101
  * @public
@@ -264,21 +157,6 @@ export interface ApplicationPolicies {
264
157
  */
265
158
  Policies: ApplicationPolicy[] | undefined;
266
159
  }
267
- /**
268
- * @public
269
- * @enum
270
- */
271
- export declare const ValidityPeriodType: {
272
- readonly DAYS: "DAYS";
273
- readonly HOURS: "HOURS";
274
- readonly MONTHS: "MONTHS";
275
- readonly WEEKS: "WEEKS";
276
- readonly YEARS: "YEARS";
277
- };
278
- /**
279
- * @public
280
- */
281
- export type ValidityPeriodType = (typeof ValidityPeriodType)[keyof typeof ValidityPeriodType];
282
160
  /**
283
161
  * <p>Information describing the end of the validity period of the certificate. This parameter
284
162
  * sets the “Not After” date for the certificate. Certificate validity is the period of time
@@ -333,121 +211,6 @@ export interface CertificateValidity {
333
211
  */
334
212
  RenewalPeriod: ValidityPeriod | undefined;
335
213
  }
336
- /**
337
- * @public
338
- * @enum
339
- */
340
- export declare const ClientCompatibilityV2: {
341
- readonly WINDOWS_SERVER_2003: "WINDOWS_SERVER_2003";
342
- readonly WINDOWS_SERVER_2008: "WINDOWS_SERVER_2008";
343
- readonly WINDOWS_SERVER_2008_R2: "WINDOWS_SERVER_2008_R2";
344
- readonly WINDOWS_SERVER_2012: "WINDOWS_SERVER_2012";
345
- readonly WINDOWS_SERVER_2012_R2: "WINDOWS_SERVER_2012_R2";
346
- readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
347
- };
348
- /**
349
- * @public
350
- */
351
- export type ClientCompatibilityV2 = (typeof ClientCompatibilityV2)[keyof typeof ClientCompatibilityV2];
352
- /**
353
- * @public
354
- * @enum
355
- */
356
- export declare const ClientCompatibilityV3: {
357
- readonly WINDOWS_SERVER_2008: "WINDOWS_SERVER_2008";
358
- readonly WINDOWS_SERVER_2008_R2: "WINDOWS_SERVER_2008_R2";
359
- readonly WINDOWS_SERVER_2012: "WINDOWS_SERVER_2012";
360
- readonly WINDOWS_SERVER_2012_R2: "WINDOWS_SERVER_2012_R2";
361
- readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
362
- };
363
- /**
364
- * @public
365
- */
366
- export type ClientCompatibilityV3 = (typeof ClientCompatibilityV3)[keyof typeof ClientCompatibilityV3];
367
- /**
368
- * @public
369
- * @enum
370
- */
371
- export declare const ClientCompatibilityV4: {
372
- readonly WINDOWS_SERVER_2012: "WINDOWS_SERVER_2012";
373
- readonly WINDOWS_SERVER_2012_R2: "WINDOWS_SERVER_2012_R2";
374
- readonly WINDOWS_SERVER_2016: "WINDOWS_SERVER_2016";
375
- };
376
- /**
377
- * @public
378
- */
379
- export type ClientCompatibilityV4 = (typeof ClientCompatibilityV4)[keyof typeof ClientCompatibilityV4];
380
- /**
381
- * <p>This request cannot be completed for one of the following reasons because the requested
382
- * resource was being concurrently modified by another request.</p>
383
- * @public
384
- */
385
- export declare class ConflictException extends __BaseException {
386
- readonly name: "ConflictException";
387
- readonly $fault: "client";
388
- Message: string | undefined;
389
- /**
390
- * <p>The identifier of the Amazon Web Services resource.</p>
391
- * @public
392
- */
393
- ResourceId: string | undefined;
394
- /**
395
- * <p>The resource type, which can be one of <code>Connector</code>, <code>Template</code>, <code>TemplateGroupAccessControlEntry</code>, <code>ServicePrincipalName</code>, or <code>DirectoryRegistration</code>.</p>
396
- * @public
397
- */
398
- ResourceType: string | undefined;
399
- /**
400
- * @internal
401
- */
402
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
403
- }
404
- /**
405
- * @public
406
- * @enum
407
- */
408
- export declare const ConnectorStatus: {
409
- readonly ACTIVE: "ACTIVE";
410
- readonly CREATING: "CREATING";
411
- readonly DELETING: "DELETING";
412
- readonly FAILED: "FAILED";
413
- };
414
- /**
415
- * @public
416
- */
417
- export type ConnectorStatus = (typeof ConnectorStatus)[keyof typeof ConnectorStatus];
418
- /**
419
- * @public
420
- * @enum
421
- */
422
- export declare const ConnectorStatusReason: {
423
- readonly CA_CERTIFICATE_REGISTRATION_FAILED: "CA_CERTIFICATE_REGISTRATION_FAILED";
424
- readonly DIRECTORY_ACCESS_DENIED: "DIRECTORY_ACCESS_DENIED";
425
- readonly INSUFFICIENT_FREE_ADDRESSES: "INSUFFICIENT_FREE_ADDRESSES";
426
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
427
- readonly INVALID_SUBNET_IP_PROTOCOL: "INVALID_SUBNET_IP_PROTOCOL";
428
- readonly PRIVATECA_ACCESS_DENIED: "PRIVATECA_ACCESS_DENIED";
429
- readonly PRIVATECA_RESOURCE_NOT_FOUND: "PRIVATECA_RESOURCE_NOT_FOUND";
430
- readonly SECURITY_GROUP_NOT_IN_VPC: "SECURITY_GROUP_NOT_IN_VPC";
431
- readonly VPC_ACCESS_DENIED: "VPC_ACCESS_DENIED";
432
- readonly VPC_ENDPOINT_LIMIT_EXCEEDED: "VPC_ENDPOINT_LIMIT_EXCEEDED";
433
- readonly VPC_RESOURCE_NOT_FOUND: "VPC_RESOURCE_NOT_FOUND";
434
- };
435
- /**
436
- * @public
437
- */
438
- export type ConnectorStatusReason = (typeof ConnectorStatusReason)[keyof typeof ConnectorStatusReason];
439
- /**
440
- * @public
441
- * @enum
442
- */
443
- export declare const IpAddressType: {
444
- readonly DUALSTACK: "DUALSTACK";
445
- readonly IPV4: "IPV4";
446
- };
447
- /**
448
- * @public
449
- */
450
- export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
451
214
  /**
452
215
  * <p>Information about your VPC and security groups used with the connector.</p>
453
216
  * @public
@@ -612,143 +375,6 @@ export interface CreateConnectorResponse {
612
375
  */
613
376
  ConnectorArn?: string | undefined;
614
377
  }
615
- /**
616
- * <p>The request processing has failed because of an unknown error, exception or failure with
617
- * an internal server. </p>
618
- * @public
619
- */
620
- export declare class InternalServerException extends __BaseException {
621
- readonly name: "InternalServerException";
622
- readonly $fault: "server";
623
- $retryable: {};
624
- Message: string | undefined;
625
- /**
626
- * @internal
627
- */
628
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
629
- }
630
- /**
631
- * <p>The operation tried to access a nonexistent resource. The resource might not be
632
- * specified correctly, or its status might not be ACTIVE.</p>
633
- * @public
634
- */
635
- export declare class ResourceNotFoundException extends __BaseException {
636
- readonly name: "ResourceNotFoundException";
637
- readonly $fault: "client";
638
- Message: string | undefined;
639
- /**
640
- * <p>The identifier of the Amazon Web Services resource.</p>
641
- * @public
642
- */
643
- ResourceId: string | undefined;
644
- /**
645
- * <p>The resource type, which can be one of <code>Connector</code>, <code>Template</code>, <code>TemplateGroupAccessControlEntry</code>, <code>ServicePrincipalName</code>, or <code>DirectoryRegistration</code>.</p>
646
- * @public
647
- */
648
- ResourceType: string | undefined;
649
- /**
650
- * @internal
651
- */
652
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
653
- }
654
- /**
655
- * <p>Request would cause a service quota to be exceeded.</p>
656
- * @public
657
- */
658
- export declare class ServiceQuotaExceededException extends __BaseException {
659
- readonly name: "ServiceQuotaExceededException";
660
- readonly $fault: "client";
661
- Message: string | undefined;
662
- /**
663
- * <p>The identifier of the Amazon Web Services resource.</p>
664
- * @public
665
- */
666
- ResourceId: string | undefined;
667
- /**
668
- * <p>The resource type, which can be one of <code>Connector</code>, <code>Template</code>, <code>TemplateGroupAccessControlEntry</code>, <code>ServicePrincipalName</code>, or <code>DirectoryRegistration</code>.</p>
669
- * @public
670
- */
671
- ResourceType: string | undefined;
672
- /**
673
- * <p>Identifies the originating service.</p>
674
- * @public
675
- */
676
- ServiceCode: string | undefined;
677
- /**
678
- * <p>The code associated with the service quota.</p>
679
- * @public
680
- */
681
- QuotaCode: string | undefined;
682
- /**
683
- * @internal
684
- */
685
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
686
- }
687
- /**
688
- * <p>The limit on the number of requests per second was exceeded. </p>
689
- * @public
690
- */
691
- export declare class ThrottlingException extends __BaseException {
692
- readonly name: "ThrottlingException";
693
- readonly $fault: "client";
694
- $retryable: {
695
- throttling: boolean;
696
- };
697
- Message: string | undefined;
698
- /**
699
- * <p>Identifies the originating service.</p>
700
- * @public
701
- */
702
- ServiceCode?: string | undefined;
703
- /**
704
- * <p>The code associated with the quota.</p>
705
- * @public
706
- */
707
- QuotaCode?: string | undefined;
708
- /**
709
- * @internal
710
- */
711
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
712
- }
713
- /**
714
- * @public
715
- * @enum
716
- */
717
- export declare const ValidationExceptionReason: {
718
- readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
719
- readonly INVALID_CA_SUBJECT: "INVALID_CA_SUBJECT";
720
- readonly INVALID_PERMISSION: "INVALID_PERMISSION";
721
- readonly INVALID_STATE: "INVALID_STATE";
722
- readonly MISMATCHED_CONNECTOR: "MISMATCHED_CONNECTOR";
723
- readonly MISMATCHED_VPC: "MISMATCHED_VPC";
724
- readonly NO_CLIENT_TOKEN: "NO_CLIENT_TOKEN";
725
- readonly OTHER: "OTHER";
726
- readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION";
727
- };
728
- /**
729
- * @public
730
- */
731
- export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
732
- /**
733
- * <p>An input validation error occurred. For example, invalid characters in a template name,
734
- * or if a pagination token is invalid. </p>
735
- * @public
736
- */
737
- export declare class ValidationException extends __BaseException {
738
- readonly name: "ValidationException";
739
- readonly $fault: "client";
740
- Message: string | undefined;
741
- /**
742
- * <p>The reason for the validation error. This won't be return for every
743
- * validation exception.</p>
744
- * @public
745
- */
746
- Reason?: ValidationExceptionReason | undefined;
747
- /**
748
- * @internal
749
- */
750
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
751
- }
752
378
  /**
753
379
  * @public
754
380
  */
@@ -992,18 +618,6 @@ export interface GeneralFlagsV2 {
992
618
  */
993
619
  MachineType?: boolean | undefined;
994
620
  }
995
- /**
996
- * @public
997
- * @enum
998
- */
999
- export declare const KeySpec: {
1000
- readonly KEY_EXCHANGE: "KEY_EXCHANGE";
1001
- readonly SIGNATURE: "SIGNATURE";
1002
- };
1003
- /**
1004
- * @public
1005
- */
1006
- export type KeySpec = (typeof KeySpec)[keyof typeof KeySpec];
1007
621
  /**
1008
622
  * <p>Defines the attributes of the private key.</p>
1009
623
  * @public
@@ -1234,33 +848,6 @@ export interface GeneralFlagsV3 {
1234
848
  */
1235
849
  MachineType?: boolean | undefined;
1236
850
  }
1237
- /**
1238
- * @public
1239
- * @enum
1240
- */
1241
- export declare const HashAlgorithm: {
1242
- readonly SHA256: "SHA256";
1243
- readonly SHA384: "SHA384";
1244
- readonly SHA512: "SHA512";
1245
- };
1246
- /**
1247
- * @public
1248
- */
1249
- export type HashAlgorithm = (typeof HashAlgorithm)[keyof typeof HashAlgorithm];
1250
- /**
1251
- * @public
1252
- * @enum
1253
- */
1254
- export declare const PrivateKeyAlgorithm: {
1255
- readonly ECDH_P256: "ECDH_P256";
1256
- readonly ECDH_P384: "ECDH_P384";
1257
- readonly ECDH_P521: "ECDH_P521";
1258
- readonly RSA: "RSA";
1259
- };
1260
- /**
1261
- * @public
1262
- */
1263
- export type PrivateKeyAlgorithm = (typeof PrivateKeyAlgorithm)[keyof typeof PrivateKeyAlgorithm];
1264
851
  /**
1265
852
  * <p>Specifies key usage.</p>
1266
853
  * @public
@@ -1282,17 +869,6 @@ export interface KeyUsagePropertyFlags {
1282
869
  */
1283
870
  Sign?: boolean | undefined;
1284
871
  }
1285
- /**
1286
- * @public
1287
- * @enum
1288
- */
1289
- export declare const KeyUsagePropertyType: {
1290
- readonly ALL: "ALL";
1291
- };
1292
- /**
1293
- * @public
1294
- */
1295
- export type KeyUsagePropertyType = (typeof KeyUsagePropertyType)[keyof typeof KeyUsagePropertyType];
1296
872
  /**
1297
873
  * <p>The key usage property defines the purpose of the private key contained in the
1298
874
  * certificate. You can specify specific purposes using property flags or all by using
@@ -1990,36 +1566,6 @@ export interface DeleteTemplateGroupAccessControlEntryRequest {
1990
1566
  */
1991
1567
  GroupSecurityIdentifier: string | undefined;
1992
1568
  }
1993
- /**
1994
- * @public
1995
- * @enum
1996
- */
1997
- export declare const DirectoryRegistrationStatus: {
1998
- readonly ACTIVE: "ACTIVE";
1999
- readonly CREATING: "CREATING";
2000
- readonly DELETING: "DELETING";
2001
- readonly FAILED: "FAILED";
2002
- };
2003
- /**
2004
- * @public
2005
- */
2006
- export type DirectoryRegistrationStatus = (typeof DirectoryRegistrationStatus)[keyof typeof DirectoryRegistrationStatus];
2007
- /**
2008
- * @public
2009
- * @enum
2010
- */
2011
- export declare const DirectoryRegistrationStatusReason: {
2012
- readonly DIRECTORY_ACCESS_DENIED: "DIRECTORY_ACCESS_DENIED";
2013
- readonly DIRECTORY_NOT_ACTIVE: "DIRECTORY_NOT_ACTIVE";
2014
- readonly DIRECTORY_NOT_REACHABLE: "DIRECTORY_NOT_REACHABLE";
2015
- readonly DIRECTORY_RESOURCE_NOT_FOUND: "DIRECTORY_RESOURCE_NOT_FOUND";
2016
- readonly DIRECTORY_TYPE_NOT_SUPPORTED: "DIRECTORY_TYPE_NOT_SUPPORTED";
2017
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
2018
- };
2019
- /**
2020
- * @public
2021
- */
2022
- export type DirectoryRegistrationStatusReason = (typeof DirectoryRegistrationStatusReason)[keyof typeof DirectoryRegistrationStatusReason];
2023
1569
  /**
2024
1570
  * <p>The directory registration represents the authorization of the connector service with a
2025
1571
  * directory.</p>
@@ -2171,36 +1717,6 @@ export interface GetServicePrincipalNameRequest {
2171
1717
  */
2172
1718
  ConnectorArn: string | undefined;
2173
1719
  }
2174
- /**
2175
- * @public
2176
- * @enum
2177
- */
2178
- export declare const ServicePrincipalNameStatus: {
2179
- readonly ACTIVE: "ACTIVE";
2180
- readonly CREATING: "CREATING";
2181
- readonly DELETING: "DELETING";
2182
- readonly FAILED: "FAILED";
2183
- };
2184
- /**
2185
- * @public
2186
- */
2187
- export type ServicePrincipalNameStatus = (typeof ServicePrincipalNameStatus)[keyof typeof ServicePrincipalNameStatus];
2188
- /**
2189
- * @public
2190
- * @enum
2191
- */
2192
- export declare const ServicePrincipalNameStatusReason: {
2193
- readonly DIRECTORY_ACCESS_DENIED: "DIRECTORY_ACCESS_DENIED";
2194
- readonly DIRECTORY_NOT_REACHABLE: "DIRECTORY_NOT_REACHABLE";
2195
- readonly DIRECTORY_RESOURCE_NOT_FOUND: "DIRECTORY_RESOURCE_NOT_FOUND";
2196
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
2197
- readonly SPN_EXISTS_ON_DIFFERENT_AD_OBJECT: "SPN_EXISTS_ON_DIFFERENT_AD_OBJECT";
2198
- readonly SPN_LIMIT_EXCEEDED: "SPN_LIMIT_EXCEEDED";
2199
- };
2200
- /**
2201
- * @public
2202
- */
2203
- export type ServicePrincipalNameStatusReason = (typeof ServicePrincipalNameStatusReason)[keyof typeof ServicePrincipalNameStatusReason];
2204
1720
  /**
2205
1721
  * <p>The service principal name that the connector uses to authenticate with Active Directory.</p>
2206
1722
  * @public
@@ -2277,18 +1793,6 @@ export interface TemplateRevision {
2277
1793
  */
2278
1794
  MinorRevision: number | undefined;
2279
1795
  }
2280
- /**
2281
- * @public
2282
- * @enum
2283
- */
2284
- export declare const TemplateStatus: {
2285
- readonly ACTIVE: "ACTIVE";
2286
- readonly DELETING: "DELETING";
2287
- };
2288
- /**
2289
- * @public
2290
- */
2291
- export type TemplateStatus = (typeof TemplateStatus)[keyof typeof TemplateStatus];
2292
1796
  /**
2293
1797
  * <p>An Active Directory compatible certificate template. Connectors issue certificates against these
2294
1798
  * templates based on the requestor's Active Directory group membership. </p>
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { PcaConnectorAdExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { PcaConnectorAdServiceException } from "./models/PcaConnectorAdServiceException";