@aws-sdk/client-pca-connector-ad 3.952.0 → 3.953.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.
Files changed (45) hide show
  1. package/dist-cjs/index.js +376 -261
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateConnectorCommand.js +2 -2
  4. package/dist-es/commands/CreateDirectoryRegistrationCommand.js +2 -2
  5. package/dist-es/commands/CreateServicePrincipalNameCommand.js +2 -2
  6. package/dist-es/commands/CreateTemplateCommand.js +2 -2
  7. package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +2 -2
  8. package/dist-es/commands/DeleteConnectorCommand.js +2 -2
  9. package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +2 -2
  10. package/dist-es/commands/DeleteServicePrincipalNameCommand.js +2 -2
  11. package/dist-es/commands/DeleteTemplateCommand.js +2 -2
  12. package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +2 -2
  13. package/dist-es/commands/GetConnectorCommand.js +2 -2
  14. package/dist-es/commands/GetDirectoryRegistrationCommand.js +2 -2
  15. package/dist-es/commands/GetServicePrincipalNameCommand.js +2 -2
  16. package/dist-es/commands/GetTemplateCommand.js +2 -2
  17. package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +2 -2
  18. package/dist-es/commands/ListConnectorsCommand.js +2 -2
  19. package/dist-es/commands/ListDirectoryRegistrationsCommand.js +2 -2
  20. package/dist-es/commands/ListServicePrincipalNamesCommand.js +2 -2
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +2 -2
  23. package/dist-es/commands/ListTemplatesCommand.js +2 -2
  24. package/dist-es/commands/TagResourceCommand.js +2 -2
  25. package/dist-es/commands/UntagResourceCommand.js +2 -2
  26. package/dist-es/commands/UpdateTemplateCommand.js +2 -2
  27. package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +2 -2
  28. package/dist-es/index.js +1 -0
  29. package/dist-es/runtimeConfig.shared.js +6 -1
  30. package/dist-es/schemas/schemas_0.js +219 -219
  31. package/dist-types/PcaConnectorAdClient.d.ts +1 -10
  32. package/dist-types/index.d.ts +1 -0
  33. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  34. package/dist-types/runtimeConfig.d.ts +6 -2
  35. package/dist-types/runtimeConfig.native.d.ts +6 -2
  36. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  37. package/dist-types/schemas/schemas_0.d.ts +116 -128
  38. package/dist-types/ts3.4/PcaConnectorAdClient.d.ts +0 -4
  39. package/dist-types/ts3.4/index.d.ts +1 -0
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  44. package/dist-types/ts3.4/schemas/schemas_0.d.ts +115 -128
  45. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class PcaConnectorAdClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let PcaConnectorAdServiceException$1 = class PcaConnectorAdServiceException extends smithyClient.ServiceException {
113
+ class PcaConnectorAdServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, PcaConnectorAdServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends PcaConnectorAdServiceException$1 {
120
+ class AccessDeniedException extends PcaConnectorAdServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends PcaConnectorAd
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let ConflictException$1 = class ConflictException extends PcaConnectorAdServiceException$1 {
133
+ }
134
+ class ConflictException extends PcaConnectorAdServiceException {
135
135
  name = "ConflictException";
136
136
  $fault = "client";
137
137
  Message;
@@ -148,8 +148,8 @@ let ConflictException$1 = class ConflictException extends PcaConnectorAdServiceE
148
148
  this.ResourceId = opts.ResourceId;
149
149
  this.ResourceType = opts.ResourceType;
150
150
  }
151
- };
152
- let InternalServerException$1 = class InternalServerException extends PcaConnectorAdServiceException$1 {
151
+ }
152
+ class InternalServerException extends PcaConnectorAdServiceException {
153
153
  name = "InternalServerException";
154
154
  $fault = "server";
155
155
  $retryable = {};
@@ -163,8 +163,8 @@ let InternalServerException$1 = class InternalServerException extends PcaConnect
163
163
  Object.setPrototypeOf(this, InternalServerException.prototype);
164
164
  this.Message = opts.Message;
165
165
  }
166
- };
167
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends PcaConnectorAdServiceException$1 {
166
+ }
167
+ class ResourceNotFoundException extends PcaConnectorAdServiceException {
168
168
  name = "ResourceNotFoundException";
169
169
  $fault = "client";
170
170
  Message;
@@ -181,8 +181,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends PcaCon
181
181
  this.ResourceId = opts.ResourceId;
182
182
  this.ResourceType = opts.ResourceType;
183
183
  }
184
- };
185
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends PcaConnectorAdServiceException$1 {
184
+ }
185
+ class ServiceQuotaExceededException extends PcaConnectorAdServiceException {
186
186
  name = "ServiceQuotaExceededException";
187
187
  $fault = "client";
188
188
  Message;
@@ -203,8 +203,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
203
203
  this.ServiceCode = opts.ServiceCode;
204
204
  this.QuotaCode = opts.QuotaCode;
205
205
  }
206
- };
207
- let ThrottlingException$1 = class ThrottlingException extends PcaConnectorAdServiceException$1 {
206
+ }
207
+ class ThrottlingException extends PcaConnectorAdServiceException {
208
208
  name = "ThrottlingException";
209
209
  $fault = "client";
210
210
  $retryable = {
@@ -224,8 +224,8 @@ let ThrottlingException$1 = class ThrottlingException extends PcaConnectorAdServ
224
224
  this.ServiceCode = opts.ServiceCode;
225
225
  this.QuotaCode = opts.QuotaCode;
226
226
  }
227
- };
228
- let ValidationException$1 = class ValidationException extends PcaConnectorAdServiceException$1 {
227
+ }
228
+ class ValidationException extends PcaConnectorAdServiceException {
229
229
  name = "ValidationException";
230
230
  $fault = "client";
231
231
  Message;
@@ -240,7 +240,7 @@ let ValidationException$1 = class ValidationException extends PcaConnectorAdServ
240
240
  this.Message = opts.Message;
241
241
  this.Reason = opts.Reason;
242
242
  }
243
- };
243
+ }
244
244
 
245
245
  const _A = "Arn";
246
246
  const _ACE = "AccessControlEntry";
@@ -465,62 +465,62 @@ const _s = "server";
465
465
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.pcaconnectorad";
466
466
  const _tK = "tagKeys";
467
467
  const n0 = "com.amazonaws.pcaconnectorad";
468
- var AccessControlEntry = [
468
+ var AccessControlEntry$ = [
469
469
  3,
470
470
  n0,
471
471
  _ACE,
472
472
  0,
473
473
  [_GDN, _GSI, _AR, _TA, _CA, _UA],
474
- [0, 0, () => AccessRights, 0, 4, 4],
474
+ [0, 0, () => AccessRights$, 0, 4, 4],
475
475
  ];
476
- var AccessControlEntrySummary = [
476
+ var AccessControlEntrySummary$ = [
477
477
  3,
478
478
  n0,
479
479
  _ACES,
480
480
  0,
481
481
  [_GDN, _GSI, _AR, _TA, _CA, _UA],
482
- [0, 0, () => AccessRights, 0, 4, 4],
482
+ [0, 0, () => AccessRights$, 0, 4, 4],
483
483
  ];
484
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
485
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
486
- var AccessRights = [3, n0, _AR, 0, [_E, _AE], [0, 0]];
487
- var ApplicationPolicies = [3, n0, _AP, 0, [_C, _P], [2, () => ApplicationPolicyList]];
488
- var CertificateValidity = [
484
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
485
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
486
+ var AccessRights$ = [3, n0, _AR, 0, [_E, _AE], [0, 0]];
487
+ var ApplicationPolicies$ = [3, n0, _AP, 0, [_C, _P], [2, () => ApplicationPolicyList]];
488
+ var CertificateValidity$ = [
489
489
  3,
490
490
  n0,
491
491
  _CV,
492
492
  0,
493
493
  [_VP, _RP],
494
- [() => ValidityPeriod, () => ValidityPeriod],
494
+ [() => ValidityPeriod$, () => ValidityPeriod$],
495
495
  ];
496
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
497
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
498
- var Connector = [
496
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
497
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
498
+ var Connector$ = [
499
499
  3,
500
500
  n0,
501
501
  _Co,
502
502
  0,
503
503
  [_A, _CAA, _CEPSE, _DI, _VI, _S, _SR, _CA, _UA],
504
- [0, 0, 0, 0, () => VpcInformation, 0, 0, 4, 4],
504
+ [0, 0, 0, 0, () => VpcInformation$, 0, 0, 4, 4],
505
505
  ];
506
- var ConnectorSummary = [
506
+ var ConnectorSummary$ = [
507
507
  3,
508
508
  n0,
509
509
  _CS,
510
510
  0,
511
511
  [_A, _CAA, _CEPSE, _DI, _VI, _S, _SR, _CA, _UA],
512
- [0, 0, 0, 0, () => VpcInformation, 0, 0, 4, 4],
512
+ [0, 0, 0, 0, () => VpcInformation$, 0, 0, 4, 4],
513
513
  ];
514
- var CreateConnectorRequest = [
514
+ var CreateConnectorRequest$ = [
515
515
  3,
516
516
  n0,
517
517
  _CCR,
518
518
  0,
519
519
  [_DI, _CAA, _VI, _CT, _T],
520
- [0, 0, () => VpcInformation, [0, 4], 128 | 0],
520
+ [0, 0, () => VpcInformation$, [0, 4], 128 | 0],
521
521
  ];
522
- var CreateConnectorResponse = [3, n0, _CCRr, 0, [_CAo], [0]];
523
- var CreateDirectoryRegistrationRequest = [
522
+ var CreateConnectorResponse$ = [3, n0, _CCRr, 0, [_CAo], [0]];
523
+ var CreateDirectoryRegistrationRequest$ = [
524
524
  3,
525
525
  n0,
526
526
  _CDRR,
@@ -528,8 +528,8 @@ var CreateDirectoryRegistrationRequest = [
528
528
  [_DI, _CT, _T],
529
529
  [0, [0, 4], 128 | 0],
530
530
  ];
531
- var CreateDirectoryRegistrationResponse = [3, n0, _CDRRr, 0, [_DRA], [0]];
532
- var CreateServicePrincipalNameRequest = [
531
+ var CreateDirectoryRegistrationResponse$ = [3, n0, _CDRRr, 0, [_DRA], [0]];
532
+ var CreateServicePrincipalNameRequest$ = [
533
533
  3,
534
534
  n0,
535
535
  _CSPNR,
@@ -541,26 +541,26 @@ var CreateServicePrincipalNameRequest = [
541
541
  [0, 4],
542
542
  ],
543
543
  ];
544
- var CreateTemplateGroupAccessControlEntryRequest = [
544
+ var CreateTemplateGroupAccessControlEntryRequest$ = [
545
545
  3,
546
546
  n0,
547
547
  _CTGACER,
548
548
  0,
549
549
  [_TA, _GSI, _GDN, _AR, _CT],
550
- [[0, 1], 0, 0, () => AccessRights, [0, 4]],
550
+ [[0, 1], 0, 0, () => AccessRights$, [0, 4]],
551
551
  ];
552
- var CreateTemplateRequest = [
552
+ var CreateTemplateRequest$ = [
553
553
  3,
554
554
  n0,
555
555
  _CTR,
556
556
  0,
557
557
  [_CAo, _N, _D, _CT, _T],
558
- [0, 0, () => TemplateDefinition, [0, 4], 128 | 0],
558
+ [0, 0, () => TemplateDefinition$, [0, 4], 128 | 0],
559
559
  ];
560
- var CreateTemplateResponse = [3, n0, _CTRr, 0, [_TA], [0]];
561
- var DeleteConnectorRequest = [3, n0, _DCR, 0, [_CAo], [[0, 1]]];
562
- var DeleteDirectoryRegistrationRequest = [3, n0, _DDRR, 0, [_DRA], [[0, 1]]];
563
- var DeleteServicePrincipalNameRequest = [
560
+ var CreateTemplateResponse$ = [3, n0, _CTRr, 0, [_TA], [0]];
561
+ var DeleteConnectorRequest$ = [3, n0, _DCR, 0, [_CAo], [[0, 1]]];
562
+ var DeleteDirectoryRegistrationRequest$ = [3, n0, _DDRR, 0, [_DRA], [[0, 1]]];
563
+ var DeleteServicePrincipalNameRequest$ = [
564
564
  3,
565
565
  n0,
566
566
  _DSPNR,
@@ -571,7 +571,7 @@ var DeleteServicePrincipalNameRequest = [
571
571
  [0, 1],
572
572
  ],
573
573
  ];
574
- var DeleteTemplateGroupAccessControlEntryRequest = [
574
+ var DeleteTemplateGroupAccessControlEntryRequest$ = [
575
575
  3,
576
576
  n0,
577
577
  _DTGACER,
@@ -582,8 +582,8 @@ var DeleteTemplateGroupAccessControlEntryRequest = [
582
582
  [0, 1],
583
583
  ],
584
584
  ];
585
- var DeleteTemplateRequest = [3, n0, _DTR, 0, [_TA], [[0, 1]]];
586
- var DirectoryRegistration = [
585
+ var DeleteTemplateRequest$ = [3, n0, _DTR, 0, [_TA], [[0, 1]]];
586
+ var DirectoryRegistration$ = [
587
587
  3,
588
588
  n0,
589
589
  _DR,
@@ -591,7 +591,7 @@ var DirectoryRegistration = [
591
591
  [_A, _DI, _S, _SR, _CA, _UA],
592
592
  [0, 0, 0, 0, 4, 4],
593
593
  ];
594
- var DirectoryRegistrationSummary = [
594
+ var DirectoryRegistrationSummary$ = [
595
595
  3,
596
596
  n0,
597
597
  _DRS,
@@ -599,7 +599,7 @@ var DirectoryRegistrationSummary = [
599
599
  [_A, _DI, _S, _SR, _CA, _UA],
600
600
  [0, 0, 0, 0, 4, 4],
601
601
  ];
602
- var EnrollmentFlagsV2 = [
602
+ var EnrollmentFlagsV2$ = [
603
603
  3,
604
604
  n0,
605
605
  _EFV,
@@ -607,7 +607,7 @@ var EnrollmentFlagsV2 = [
607
607
  [_ISA, _UIR, _RICFPS, _NSE, _EKRONTKSF],
608
608
  [2, 2, 2, 2, 2],
609
609
  ];
610
- var EnrollmentFlagsV3 = [
610
+ var EnrollmentFlagsV3$ = [
611
611
  3,
612
612
  n0,
613
613
  _EFVn,
@@ -615,7 +615,7 @@ var EnrollmentFlagsV3 = [
615
615
  [_ISA, _UIR, _RICFPS, _NSE, _EKRONTKSF],
616
616
  [2, 2, 2, 2, 2],
617
617
  ];
618
- var EnrollmentFlagsV4 = [
618
+ var EnrollmentFlagsV4$ = [
619
619
  3,
620
620
  n0,
621
621
  _EFVnr,
@@ -623,45 +623,45 @@ var EnrollmentFlagsV4 = [
623
623
  [_ISA, _UIR, _RICFPS, _NSE, _EKRONTKSF],
624
624
  [2, 2, 2, 2, 2],
625
625
  ];
626
- var ExtensionsV2 = [
626
+ var ExtensionsV2$ = [
627
627
  3,
628
628
  n0,
629
629
  _EV,
630
630
  0,
631
631
  [_KU, _AP],
632
- [() => KeyUsage, () => ApplicationPolicies],
632
+ [() => KeyUsage$, () => ApplicationPolicies$],
633
633
  ];
634
- var ExtensionsV3 = [
634
+ var ExtensionsV3$ = [
635
635
  3,
636
636
  n0,
637
637
  _EVx,
638
638
  0,
639
639
  [_KU, _AP],
640
- [() => KeyUsage, () => ApplicationPolicies],
640
+ [() => KeyUsage$, () => ApplicationPolicies$],
641
641
  ];
642
- var ExtensionsV4 = [
642
+ var ExtensionsV4$ = [
643
643
  3,
644
644
  n0,
645
645
  _EVxt,
646
646
  0,
647
647
  [_KU, _AP],
648
- [() => KeyUsage, () => ApplicationPolicies],
649
- ];
650
- var GeneralFlagsV2 = [3, n0, _GFV, 0, [_AEu, _MT], [2, 2]];
651
- var GeneralFlagsV3 = [3, n0, _GFVe, 0, [_AEu, _MT], [2, 2]];
652
- var GeneralFlagsV4 = [3, n0, _GFVen, 0, [_AEu, _MT], [2, 2]];
653
- var GetConnectorRequest = [3, n0, _GCR, 0, [_CAo], [[0, 1]]];
654
- var GetConnectorResponse = [3, n0, _GCRe, 0, [_Co], [() => Connector]];
655
- var GetDirectoryRegistrationRequest = [3, n0, _GDRR, 0, [_DRA], [[0, 1]]];
656
- var GetDirectoryRegistrationResponse = [
648
+ [() => KeyUsage$, () => ApplicationPolicies$],
649
+ ];
650
+ var GeneralFlagsV2$ = [3, n0, _GFV, 0, [_AEu, _MT], [2, 2]];
651
+ var GeneralFlagsV3$ = [3, n0, _GFVe, 0, [_AEu, _MT], [2, 2]];
652
+ var GeneralFlagsV4$ = [3, n0, _GFVen, 0, [_AEu, _MT], [2, 2]];
653
+ var GetConnectorRequest$ = [3, n0, _GCR, 0, [_CAo], [[0, 1]]];
654
+ var GetConnectorResponse$ = [3, n0, _GCRe, 0, [_Co], [() => Connector$]];
655
+ var GetDirectoryRegistrationRequest$ = [3, n0, _GDRR, 0, [_DRA], [[0, 1]]];
656
+ var GetDirectoryRegistrationResponse$ = [
657
657
  3,
658
658
  n0,
659
659
  _GDRRe,
660
660
  0,
661
661
  [_DR],
662
- [() => DirectoryRegistration],
662
+ [() => DirectoryRegistration$],
663
663
  ];
664
- var GetServicePrincipalNameRequest = [
664
+ var GetServicePrincipalNameRequest$ = [
665
665
  3,
666
666
  n0,
667
667
  _GSPNR,
@@ -672,15 +672,15 @@ var GetServicePrincipalNameRequest = [
672
672
  [0, 1],
673
673
  ],
674
674
  ];
675
- var GetServicePrincipalNameResponse = [
675
+ var GetServicePrincipalNameResponse$ = [
676
676
  3,
677
677
  n0,
678
678
  _GSPNRe,
679
679
  0,
680
680
  [_SPN],
681
- [() => ServicePrincipalName],
681
+ [() => ServicePrincipalName$],
682
682
  ];
683
- var GetTemplateGroupAccessControlEntryRequest = [
683
+ var GetTemplateGroupAccessControlEntryRequest$ = [
684
684
  3,
685
685
  n0,
686
686
  _GTGACER,
@@ -691,22 +691,22 @@ var GetTemplateGroupAccessControlEntryRequest = [
691
691
  [0, 1],
692
692
  ],
693
693
  ];
694
- var GetTemplateGroupAccessControlEntryResponse = [
694
+ var GetTemplateGroupAccessControlEntryResponse$ = [
695
695
  3,
696
696
  n0,
697
697
  _GTGACERe,
698
698
  0,
699
699
  [_ACE],
700
- [() => AccessControlEntry],
701
- ];
702
- var GetTemplateRequest = [3, n0, _GTR, 0, [_TA], [[0, 1]]];
703
- var GetTemplateResponse = [3, n0, _GTRe, 0, [_Te], [() => Template]];
704
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
705
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
706
- var KeyUsage = [3, n0, _KU, 0, [_C, _UF], [2, () => KeyUsageFlags]];
707
- var KeyUsageFlags = [3, n0, _KUF, 0, [_DS, _NR, _KE, _DE, _KA], [2, 2, 2, 2, 2]];
708
- var KeyUsagePropertyFlags = [3, n0, _KUPF, 0, [_De, _KA, _Si], [2, 2, 2]];
709
- var ListConnectorsRequest = [
700
+ [() => AccessControlEntry$],
701
+ ];
702
+ var GetTemplateRequest$ = [3, n0, _GTR, 0, [_TA], [[0, 1]]];
703
+ var GetTemplateResponse$ = [3, n0, _GTRe, 0, [_Te], [() => Template$]];
704
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
705
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
706
+ var KeyUsage$ = [3, n0, _KU, 0, [_C, _UF], [2, () => KeyUsageFlags$]];
707
+ var KeyUsageFlags$ = [3, n0, _KUF, 0, [_DS, _NR, _KE, _DE, _KA], [2, 2, 2, 2, 2]];
708
+ var KeyUsagePropertyFlags$ = [3, n0, _KUPF, 0, [_De, _KA, _Si], [2, 2, 2]];
709
+ var ListConnectorsRequest$ = [
710
710
  3,
711
711
  n0,
712
712
  _LCR,
@@ -717,8 +717,8 @@ var ListConnectorsRequest = [
717
717
  [0, { [_hQ]: _NT }],
718
718
  ],
719
719
  ];
720
- var ListConnectorsResponse = [3, n0, _LCRi, 0, [_Con, _NT], [() => ConnectorList, 0]];
721
- var ListDirectoryRegistrationsRequest = [
720
+ var ListConnectorsResponse$ = [3, n0, _LCRi, 0, [_Con, _NT], [() => ConnectorList, 0]];
721
+ var ListDirectoryRegistrationsRequest$ = [
722
722
  3,
723
723
  n0,
724
724
  _LDRR,
@@ -729,7 +729,7 @@ var ListDirectoryRegistrationsRequest = [
729
729
  [0, { [_hQ]: _NT }],
730
730
  ],
731
731
  ];
732
- var ListDirectoryRegistrationsResponse = [
732
+ var ListDirectoryRegistrationsResponse$ = [
733
733
  3,
734
734
  n0,
735
735
  _LDRRi,
@@ -737,7 +737,7 @@ var ListDirectoryRegistrationsResponse = [
737
737
  [_DRi, _NT],
738
738
  [() => DirectoryRegistrationList, 0],
739
739
  ];
740
- var ListServicePrincipalNamesRequest = [
740
+ var ListServicePrincipalNamesRequest$ = [
741
741
  3,
742
742
  n0,
743
743
  _LSPNR,
@@ -749,7 +749,7 @@ var ListServicePrincipalNamesRequest = [
749
749
  [0, 1],
750
750
  ],
751
751
  ];
752
- var ListServicePrincipalNamesResponse = [
752
+ var ListServicePrincipalNamesResponse$ = [
753
753
  3,
754
754
  n0,
755
755
  _LSPNRi,
@@ -757,9 +757,9 @@ var ListServicePrincipalNamesResponse = [
757
757
  [_SPNe, _NT],
758
758
  [() => ServicePrincipalNameList, 0],
759
759
  ];
760
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
761
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
762
- var ListTemplateGroupAccessControlEntriesRequest = [
760
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [[0, 1]]];
761
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
762
+ var ListTemplateGroupAccessControlEntriesRequest$ = [
763
763
  3,
764
764
  n0,
765
765
  _LTGACER,
@@ -771,7 +771,7 @@ var ListTemplateGroupAccessControlEntriesRequest = [
771
771
  [0, 1],
772
772
  ],
773
773
  ];
774
- var ListTemplateGroupAccessControlEntriesResponse = [
774
+ var ListTemplateGroupAccessControlEntriesResponse$ = [
775
775
  3,
776
776
  n0,
777
777
  _LTGACERi,
@@ -779,7 +779,7 @@ var ListTemplateGroupAccessControlEntriesResponse = [
779
779
  [_ACEc, _NT],
780
780
  [() => AccessControlEntryList, 0],
781
781
  ];
782
- var ListTemplatesRequest = [
782
+ var ListTemplatesRequest$ = [
783
783
  3,
784
784
  n0,
785
785
  _LTR,
@@ -791,27 +791,27 @@ var ListTemplatesRequest = [
791
791
  [0, { [_hQ]: _CAo }],
792
792
  ],
793
793
  ];
794
- var ListTemplatesResponse = [3, n0, _LTRi, 0, [_Tem, _NT], [() => TemplateList, 0]];
795
- var PrivateKeyAttributesV2 = [3, n0, _PKAV, 0, [_MKL, _KS, _CP], [1, 0, 64 | 0]];
796
- var PrivateKeyAttributesV3 = [
794
+ var ListTemplatesResponse$ = [3, n0, _LTRi, 0, [_Tem, _NT], [() => TemplateList, 0]];
795
+ var PrivateKeyAttributesV2$ = [3, n0, _PKAV, 0, [_MKL, _KS, _CP], [1, 0, 64 | 0]];
796
+ var PrivateKeyAttributesV3$ = [
797
797
  3,
798
798
  n0,
799
799
  _PKAVr,
800
800
  0,
801
801
  [_MKL, _KS, _CP, _KUP, _Al],
802
- [1, 0, 64 | 0, () => KeyUsageProperty, 0],
802
+ [1, 0, 64 | 0, () => KeyUsageProperty$, 0],
803
803
  ];
804
- var PrivateKeyAttributesV4 = [
804
+ var PrivateKeyAttributesV4$ = [
805
805
  3,
806
806
  n0,
807
807
  _PKAVri,
808
808
  0,
809
809
  [_MKL, _KS, _CP, _KUP, _Al],
810
- [1, 0, 64 | 0, () => KeyUsageProperty, 0],
810
+ [1, 0, 64 | 0, () => KeyUsageProperty$, 0],
811
811
  ];
812
- var PrivateKeyFlagsV2 = [3, n0, _PKFV, 0, [_EK, _SKPR, _CVl], [2, 2, 0]];
813
- var PrivateKeyFlagsV3 = [3, n0, _PKFVr, 0, [_EK, _SKPR, _RASA, _CVl], [2, 2, 2, 0]];
814
- var PrivateKeyFlagsV4 = [
812
+ var PrivateKeyFlagsV2$ = [3, n0, _PKFV, 0, [_EK, _SKPR, _CVl], [2, 2, 0]];
813
+ var PrivateKeyFlagsV3$ = [3, n0, _PKFVr, 0, [_EK, _SKPR, _RASA, _CVl], [2, 2, 2, 0]];
814
+ var PrivateKeyFlagsV4$ = [
815
815
  3,
816
816
  n0,
817
817
  _PKFVri,
@@ -819,7 +819,7 @@ var PrivateKeyFlagsV4 = [
819
819
  [_EK, _SKPR, _RASA, _RSKR, _ULP, _CVl],
820
820
  [2, 2, 2, 2, 2, 0],
821
821
  ];
822
- var ResourceNotFoundException = [
822
+ var ResourceNotFoundException$ = [
823
823
  -3,
824
824
  n0,
825
825
  _RNFE,
@@ -827,8 +827,8 @@ var ResourceNotFoundException = [
827
827
  [_M, _RI, _RT],
828
828
  [0, 0, 0],
829
829
  ];
830
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
831
- var ServicePrincipalName = [
830
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
831
+ var ServicePrincipalName$ = [
832
832
  3,
833
833
  n0,
834
834
  _SPN,
@@ -836,7 +836,7 @@ var ServicePrincipalName = [
836
836
  [_DRA, _CAo, _S, _SR, _CA, _UA],
837
837
  [0, 0, 0, 0, 4, 4],
838
838
  ];
839
- var ServicePrincipalNameSummary = [
839
+ var ServicePrincipalNameSummary$ = [
840
840
  3,
841
841
  n0,
842
842
  _SPNS,
@@ -844,7 +844,7 @@ var ServicePrincipalNameSummary = [
844
844
  [_DRA, _CAo, _S, _SR, _CA, _UA],
845
845
  [0, 0, 0, 0, 4, 4],
846
846
  ];
847
- var ServiceQuotaExceededException = [
847
+ var ServiceQuotaExceededException$ = [
848
848
  -3,
849
849
  n0,
850
850
  _SQEE,
@@ -852,8 +852,8 @@ var ServiceQuotaExceededException = [
852
852
  [_M, _RI, _RT, _SC, _QC],
853
853
  [0, 0, 0, 0, 0],
854
854
  ];
855
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
856
- var SubjectNameFlagsV2 = [
855
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
856
+ var SubjectNameFlagsV2$ = [
857
857
  3,
858
858
  n0,
859
859
  _SNFV,
@@ -861,7 +861,7 @@ var SubjectNameFlagsV2 = [
861
861
  [_SRDD, _SRS, _SRDG, _SRU, _SRE, _SRD, _RDAC, _RE, _RCN, _RDP],
862
862
  [2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
863
863
  ];
864
- var SubjectNameFlagsV3 = [
864
+ var SubjectNameFlagsV3$ = [
865
865
  3,
866
866
  n0,
867
867
  _SNFVu,
@@ -869,7 +869,7 @@ var SubjectNameFlagsV3 = [
869
869
  [_SRDD, _SRS, _SRDG, _SRU, _SRE, _SRD, _RDAC, _RE, _RCN, _RDP],
870
870
  [2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
871
871
  ];
872
- var SubjectNameFlagsV4 = [
872
+ var SubjectNameFlagsV4$ = [
873
873
  3,
874
874
  n0,
875
875
  _SNFVub,
@@ -877,80 +877,80 @@ var SubjectNameFlagsV4 = [
877
877
  [_SRDD, _SRS, _SRDG, _SRU, _SRE, _SRD, _RDAC, _RE, _RCN, _RDP],
878
878
  [2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
879
879
  ];
880
- var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
881
- var Template = [
880
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _T], [[0, 1], 128 | 0]];
881
+ var Template$ = [
882
882
  3,
883
883
  n0,
884
884
  _Te,
885
885
  0,
886
886
  [_A, _CAo, _D, _N, _OI, _PS, _S, _R, _CA, _UA],
887
- [0, 0, () => TemplateDefinition, 0, 0, 1, 0, () => TemplateRevision, 4, 4],
887
+ [0, 0, () => TemplateDefinition$, 0, 0, 1, 0, () => TemplateRevision$, 4, 4],
888
888
  ];
889
- var TemplateRevision = [3, n0, _TR, 0, [_MRa, _MRi], [1, 1]];
890
- var TemplateSummary = [
889
+ var TemplateRevision$ = [3, n0, _TR, 0, [_MRa, _MRi], [1, 1]];
890
+ var TemplateSummary$ = [
891
891
  3,
892
892
  n0,
893
893
  _TS,
894
894
  0,
895
895
  [_A, _CAo, _D, _N, _OI, _PS, _S, _R, _CA, _UA],
896
- [0, 0, () => TemplateDefinition, 0, 0, 1, 0, () => TemplateRevision, 4, 4],
896
+ [0, 0, () => TemplateDefinition$, 0, 0, 1, 0, () => TemplateRevision$, 4, 4],
897
897
  ];
898
- var TemplateV2 = [
898
+ var TemplateV2$ = [
899
899
  3,
900
900
  n0,
901
901
  _TV,
902
902
  0,
903
903
  [_CV, _ST, _PKA, _PKF, _EF, _SNF, _GF, _Ex],
904
904
  [
905
- () => CertificateValidity,
905
+ () => CertificateValidity$,
906
906
  64 | 0,
907
- () => PrivateKeyAttributesV2,
908
- () => PrivateKeyFlagsV2,
909
- () => EnrollmentFlagsV2,
910
- () => SubjectNameFlagsV2,
911
- () => GeneralFlagsV2,
912
- () => ExtensionsV2,
907
+ () => PrivateKeyAttributesV2$,
908
+ () => PrivateKeyFlagsV2$,
909
+ () => EnrollmentFlagsV2$,
910
+ () => SubjectNameFlagsV2$,
911
+ () => GeneralFlagsV2$,
912
+ () => ExtensionsV2$,
913
913
  ],
914
914
  ];
915
- var TemplateV3 = [
915
+ var TemplateV3$ = [
916
916
  3,
917
917
  n0,
918
918
  _TVe,
919
919
  0,
920
920
  [_CV, _ST, _PKA, _PKF, _EF, _SNF, _GF, _HA, _Ex],
921
921
  [
922
- () => CertificateValidity,
922
+ () => CertificateValidity$,
923
923
  64 | 0,
924
- () => PrivateKeyAttributesV3,
925
- () => PrivateKeyFlagsV3,
926
- () => EnrollmentFlagsV3,
927
- () => SubjectNameFlagsV3,
928
- () => GeneralFlagsV3,
924
+ () => PrivateKeyAttributesV3$,
925
+ () => PrivateKeyFlagsV3$,
926
+ () => EnrollmentFlagsV3$,
927
+ () => SubjectNameFlagsV3$,
928
+ () => GeneralFlagsV3$,
929
929
  0,
930
- () => ExtensionsV3,
930
+ () => ExtensionsV3$,
931
931
  ],
932
932
  ];
933
- var TemplateV4 = [
933
+ var TemplateV4$ = [
934
934
  3,
935
935
  n0,
936
936
  _TVem,
937
937
  0,
938
938
  [_CV, _ST, _PKA, _PKF, _EF, _SNF, _GF, _HA, _Ex],
939
939
  [
940
- () => CertificateValidity,
940
+ () => CertificateValidity$,
941
941
  64 | 0,
942
- () => PrivateKeyAttributesV4,
943
- () => PrivateKeyFlagsV4,
944
- () => EnrollmentFlagsV4,
945
- () => SubjectNameFlagsV4,
946
- () => GeneralFlagsV4,
942
+ () => PrivateKeyAttributesV4$,
943
+ () => PrivateKeyFlagsV4$,
944
+ () => EnrollmentFlagsV4$,
945
+ () => SubjectNameFlagsV4$,
946
+ () => GeneralFlagsV4$,
947
947
  0,
948
- () => ExtensionsV4,
948
+ () => ExtensionsV4$,
949
949
  ],
950
950
  ];
951
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _SC, _QC], [0, 0, 0]];
952
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
953
- var UntagResourceRequest = [
951
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _SC, _QC], [0, 0, 0]];
952
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
953
+ var UntagResourceRequest$ = [
954
954
  3,
955
955
  n0,
956
956
  _URR,
@@ -961,243 +961,243 @@ var UntagResourceRequest = [
961
961
  [64 | 0, { [_hQ]: _tK }],
962
962
  ],
963
963
  ];
964
- var UpdateTemplateGroupAccessControlEntryRequest = [
964
+ var UpdateTemplateGroupAccessControlEntryRequest$ = [
965
965
  3,
966
966
  n0,
967
967
  _UTGACER,
968
968
  0,
969
969
  [_TA, _GSI, _GDN, _AR],
970
- [[0, 1], [0, 1], 0, () => AccessRights],
970
+ [[0, 1], [0, 1], 0, () => AccessRights$],
971
971
  ];
972
- var UpdateTemplateRequest = [
972
+ var UpdateTemplateRequest$ = [
973
973
  3,
974
974
  n0,
975
975
  _UTR,
976
976
  0,
977
977
  [_TA, _D, _RACH],
978
- [[0, 1], () => TemplateDefinition, 2],
978
+ [[0, 1], () => TemplateDefinition$, 2],
979
979
  ];
980
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _Re], [0, 0]];
981
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
982
- var ValidityPeriod = [3, n0, _VP, 0, [_PT, _Pe], [0, 1]];
983
- var VpcInformation = [3, n0, _VI, 0, [_IAT, _SGI], [0, 64 | 0]];
980
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _Re], [0, 0]];
981
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
982
+ var ValidityPeriod$ = [3, n0, _VP, 0, [_PT, _Pe], [0, 1]];
983
+ var VpcInformation$ = [3, n0, _VI, 0, [_IAT, _SGI], [0, 64 | 0]];
984
984
  var __Unit = "unit";
985
- var PcaConnectorAdServiceException = [-3, _sm, "PcaConnectorAdServiceException", 0, [], []];
986
- schema.TypeRegistry.for(_sm).registerError(PcaConnectorAdServiceException, PcaConnectorAdServiceException$1);
987
- var AccessControlEntryList = [1, n0, _ACEL, 0, () => AccessControlEntrySummary];
988
- var ApplicationPolicyList = [1, n0, _APL, 0, () => ApplicationPolicy];
989
- var ConnectorList = [1, n0, _CL, 0, () => ConnectorSummary];
990
- var DirectoryRegistrationList = [1, n0, _DRL, 0, () => DirectoryRegistrationSummary];
991
- var ServicePrincipalNameList = [1, n0, _SPNL, 0, () => ServicePrincipalNameSummary];
992
- var TemplateList = [1, n0, _TL, 0, () => TemplateSummary];
993
- var ApplicationPolicy = [3, n0, _APp, 0, [_PTo, _POI], [0, 0]];
994
- var KeyUsageProperty = [3, n0, _KUP, 0, [_PTr, _PF], [0, () => KeyUsagePropertyFlags]];
995
- var TemplateDefinition = [
985
+ var PcaConnectorAdServiceException$ = [-3, _sm, "PcaConnectorAdServiceException", 0, [], []];
986
+ schema.TypeRegistry.for(_sm).registerError(PcaConnectorAdServiceException$, PcaConnectorAdServiceException);
987
+ var AccessControlEntryList = [1, n0, _ACEL, 0, () => AccessControlEntrySummary$];
988
+ var ApplicationPolicyList = [1, n0, _APL, 0, () => ApplicationPolicy$];
989
+ var ConnectorList = [1, n0, _CL, 0, () => ConnectorSummary$];
990
+ var DirectoryRegistrationList = [1, n0, _DRL, 0, () => DirectoryRegistrationSummary$];
991
+ var ServicePrincipalNameList = [1, n0, _SPNL, 0, () => ServicePrincipalNameSummary$];
992
+ var TemplateList = [1, n0, _TL, 0, () => TemplateSummary$];
993
+ var ApplicationPolicy$ = [3, n0, _APp, 0, [_PTo, _POI], [0, 0]];
994
+ var KeyUsageProperty$ = [3, n0, _KUP, 0, [_PTr, _PF], [0, () => KeyUsagePropertyFlags$]];
995
+ var TemplateDefinition$ = [
996
996
  3,
997
997
  n0,
998
998
  _TD,
999
999
  0,
1000
1000
  [_TV, _TVe, _TVem],
1001
- [() => TemplateV2, () => TemplateV3, () => TemplateV4],
1001
+ [() => TemplateV2$, () => TemplateV3$, () => TemplateV4$],
1002
1002
  ];
1003
- var CreateConnector = [
1003
+ var CreateConnector$ = [
1004
1004
  9,
1005
1005
  n0,
1006
1006
  _CC,
1007
1007
  { [_h]: ["POST", "/connectors", 202] },
1008
- () => CreateConnectorRequest,
1009
- () => CreateConnectorResponse,
1008
+ () => CreateConnectorRequest$,
1009
+ () => CreateConnectorResponse$,
1010
1010
  ];
1011
- var CreateDirectoryRegistration = [
1011
+ var CreateDirectoryRegistration$ = [
1012
1012
  9,
1013
1013
  n0,
1014
1014
  _CDR,
1015
1015
  { [_h]: ["POST", "/directoryRegistrations", 202] },
1016
- () => CreateDirectoryRegistrationRequest,
1017
- () => CreateDirectoryRegistrationResponse,
1016
+ () => CreateDirectoryRegistrationRequest$,
1017
+ () => CreateDirectoryRegistrationResponse$,
1018
1018
  ];
1019
- var CreateServicePrincipalName = [
1019
+ var CreateServicePrincipalName$ = [
1020
1020
  9,
1021
1021
  n0,
1022
1022
  _CSPN,
1023
1023
  { [_h]: ["POST", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202] },
1024
- () => CreateServicePrincipalNameRequest,
1024
+ () => CreateServicePrincipalNameRequest$,
1025
1025
  () => __Unit,
1026
1026
  ];
1027
- var CreateTemplate = [
1027
+ var CreateTemplate$ = [
1028
1028
  9,
1029
1029
  n0,
1030
1030
  _CTr,
1031
1031
  { [_h]: ["POST", "/templates", 200] },
1032
- () => CreateTemplateRequest,
1033
- () => CreateTemplateResponse,
1032
+ () => CreateTemplateRequest$,
1033
+ () => CreateTemplateResponse$,
1034
1034
  ];
1035
- var CreateTemplateGroupAccessControlEntry = [
1035
+ var CreateTemplateGroupAccessControlEntry$ = [
1036
1036
  9,
1037
1037
  n0,
1038
1038
  _CTGACE,
1039
1039
  { [_h]: ["POST", "/templates/{TemplateArn}/accessControlEntries", 200] },
1040
- () => CreateTemplateGroupAccessControlEntryRequest,
1040
+ () => CreateTemplateGroupAccessControlEntryRequest$,
1041
1041
  () => __Unit,
1042
1042
  ];
1043
- var DeleteConnector = [
1043
+ var DeleteConnector$ = [
1044
1044
  9,
1045
1045
  n0,
1046
1046
  _DC,
1047
1047
  { [_h]: ["DELETE", "/connectors/{ConnectorArn}", 202] },
1048
- () => DeleteConnectorRequest,
1048
+ () => DeleteConnectorRequest$,
1049
1049
  () => __Unit,
1050
1050
  ];
1051
- var DeleteDirectoryRegistration = [
1051
+ var DeleteDirectoryRegistration$ = [
1052
1052
  9,
1053
1053
  n0,
1054
1054
  _DDR,
1055
1055
  { [_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}", 202] },
1056
- () => DeleteDirectoryRegistrationRequest,
1056
+ () => DeleteDirectoryRegistrationRequest$,
1057
1057
  () => __Unit,
1058
1058
  ];
1059
- var DeleteServicePrincipalName = [
1059
+ var DeleteServicePrincipalName$ = [
1060
1060
  9,
1061
1061
  n0,
1062
1062
  _DSPN,
1063
1063
  { [_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202] },
1064
- () => DeleteServicePrincipalNameRequest,
1064
+ () => DeleteServicePrincipalNameRequest$,
1065
1065
  () => __Unit,
1066
1066
  ];
1067
- var DeleteTemplate = [
1067
+ var DeleteTemplate$ = [
1068
1068
  9,
1069
1069
  n0,
1070
1070
  _DT,
1071
1071
  { [_h]: ["DELETE", "/templates/{TemplateArn}", 202] },
1072
- () => DeleteTemplateRequest,
1072
+ () => DeleteTemplateRequest$,
1073
1073
  () => __Unit,
1074
1074
  ];
1075
- var DeleteTemplateGroupAccessControlEntry = [
1075
+ var DeleteTemplateGroupAccessControlEntry$ = [
1076
1076
  9,
1077
1077
  n0,
1078
1078
  _DTGACE,
1079
1079
  { [_h]: ["DELETE", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200] },
1080
- () => DeleteTemplateGroupAccessControlEntryRequest,
1080
+ () => DeleteTemplateGroupAccessControlEntryRequest$,
1081
1081
  () => __Unit,
1082
1082
  ];
1083
- var GetConnector = [
1083
+ var GetConnector$ = [
1084
1084
  9,
1085
1085
  n0,
1086
1086
  _GC,
1087
1087
  { [_h]: ["GET", "/connectors/{ConnectorArn}", 200] },
1088
- () => GetConnectorRequest,
1089
- () => GetConnectorResponse,
1088
+ () => GetConnectorRequest$,
1089
+ () => GetConnectorResponse$,
1090
1090
  ];
1091
- var GetDirectoryRegistration = [
1091
+ var GetDirectoryRegistration$ = [
1092
1092
  9,
1093
1093
  n0,
1094
1094
  _GDR,
1095
1095
  { [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}", 200] },
1096
- () => GetDirectoryRegistrationRequest,
1097
- () => GetDirectoryRegistrationResponse,
1096
+ () => GetDirectoryRegistrationRequest$,
1097
+ () => GetDirectoryRegistrationResponse$,
1098
1098
  ];
1099
- var GetServicePrincipalName = [
1099
+ var GetServicePrincipalName$ = [
1100
1100
  9,
1101
1101
  n0,
1102
1102
  _GSPN,
1103
1103
  { [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 200] },
1104
- () => GetServicePrincipalNameRequest,
1105
- () => GetServicePrincipalNameResponse,
1104
+ () => GetServicePrincipalNameRequest$,
1105
+ () => GetServicePrincipalNameResponse$,
1106
1106
  ];
1107
- var GetTemplate = [
1107
+ var GetTemplate$ = [
1108
1108
  9,
1109
1109
  n0,
1110
1110
  _GT,
1111
1111
  { [_h]: ["GET", "/templates/{TemplateArn}", 200] },
1112
- () => GetTemplateRequest,
1113
- () => GetTemplateResponse,
1112
+ () => GetTemplateRequest$,
1113
+ () => GetTemplateResponse$,
1114
1114
  ];
1115
- var GetTemplateGroupAccessControlEntry = [
1115
+ var GetTemplateGroupAccessControlEntry$ = [
1116
1116
  9,
1117
1117
  n0,
1118
1118
  _GTGACE,
1119
1119
  { [_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200] },
1120
- () => GetTemplateGroupAccessControlEntryRequest,
1121
- () => GetTemplateGroupAccessControlEntryResponse,
1120
+ () => GetTemplateGroupAccessControlEntryRequest$,
1121
+ () => GetTemplateGroupAccessControlEntryResponse$,
1122
1122
  ];
1123
- var ListConnectors = [
1123
+ var ListConnectors$ = [
1124
1124
  9,
1125
1125
  n0,
1126
1126
  _LC,
1127
1127
  { [_h]: ["GET", "/connectors", 200] },
1128
- () => ListConnectorsRequest,
1129
- () => ListConnectorsResponse,
1128
+ () => ListConnectorsRequest$,
1129
+ () => ListConnectorsResponse$,
1130
1130
  ];
1131
- var ListDirectoryRegistrations = [
1131
+ var ListDirectoryRegistrations$ = [
1132
1132
  9,
1133
1133
  n0,
1134
1134
  _LDR,
1135
1135
  { [_h]: ["GET", "/directoryRegistrations", 200] },
1136
- () => ListDirectoryRegistrationsRequest,
1137
- () => ListDirectoryRegistrationsResponse,
1136
+ () => ListDirectoryRegistrationsRequest$,
1137
+ () => ListDirectoryRegistrationsResponse$,
1138
1138
  ];
1139
- var ListServicePrincipalNames = [
1139
+ var ListServicePrincipalNames$ = [
1140
1140
  9,
1141
1141
  n0,
1142
1142
  _LSPN,
1143
1143
  { [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames", 200] },
1144
- () => ListServicePrincipalNamesRequest,
1145
- () => ListServicePrincipalNamesResponse,
1144
+ () => ListServicePrincipalNamesRequest$,
1145
+ () => ListServicePrincipalNamesResponse$,
1146
1146
  ];
1147
- var ListTagsForResource = [
1147
+ var ListTagsForResource$ = [
1148
1148
  9,
1149
1149
  n0,
1150
1150
  _LTFR,
1151
1151
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
1152
- () => ListTagsForResourceRequest,
1153
- () => ListTagsForResourceResponse,
1152
+ () => ListTagsForResourceRequest$,
1153
+ () => ListTagsForResourceResponse$,
1154
1154
  ];
1155
- var ListTemplateGroupAccessControlEntries = [
1155
+ var ListTemplateGroupAccessControlEntries$ = [
1156
1156
  9,
1157
1157
  n0,
1158
1158
  _LTGACE,
1159
1159
  { [_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries", 200] },
1160
- () => ListTemplateGroupAccessControlEntriesRequest,
1161
- () => ListTemplateGroupAccessControlEntriesResponse,
1160
+ () => ListTemplateGroupAccessControlEntriesRequest$,
1161
+ () => ListTemplateGroupAccessControlEntriesResponse$,
1162
1162
  ];
1163
- var ListTemplates = [
1163
+ var ListTemplates$ = [
1164
1164
  9,
1165
1165
  n0,
1166
1166
  _LT,
1167
1167
  { [_h]: ["GET", "/templates", 200] },
1168
- () => ListTemplatesRequest,
1169
- () => ListTemplatesResponse,
1168
+ () => ListTemplatesRequest$,
1169
+ () => ListTemplatesResponse$,
1170
1170
  ];
1171
- var TagResource = [
1171
+ var TagResource$ = [
1172
1172
  9,
1173
1173
  n0,
1174
1174
  _TRa,
1175
1175
  { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
1176
- () => TagResourceRequest,
1176
+ () => TagResourceRequest$,
1177
1177
  () => __Unit,
1178
1178
  ];
1179
- var UntagResource = [
1179
+ var UntagResource$ = [
1180
1180
  9,
1181
1181
  n0,
1182
1182
  _UR,
1183
1183
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
1184
- () => UntagResourceRequest,
1184
+ () => UntagResourceRequest$,
1185
1185
  () => __Unit,
1186
1186
  ];
1187
- var UpdateTemplate = [
1187
+ var UpdateTemplate$ = [
1188
1188
  9,
1189
1189
  n0,
1190
1190
  _UT,
1191
1191
  { [_h]: ["PATCH", "/templates/{TemplateArn}", 200] },
1192
- () => UpdateTemplateRequest,
1192
+ () => UpdateTemplateRequest$,
1193
1193
  () => __Unit,
1194
1194
  ];
1195
- var UpdateTemplateGroupAccessControlEntry = [
1195
+ var UpdateTemplateGroupAccessControlEntry$ = [
1196
1196
  9,
1197
1197
  n0,
1198
1198
  _UTGACE,
1199
1199
  { [_h]: ["PATCH", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200] },
1200
- () => UpdateTemplateGroupAccessControlEntryRequest,
1200
+ () => UpdateTemplateGroupAccessControlEntryRequest$,
1201
1201
  () => __Unit,
1202
1202
  ];
1203
1203
 
@@ -1209,7 +1209,7 @@ class CreateConnectorCommand extends smithyClient.Command
1209
1209
  })
1210
1210
  .s("PcaConnectorAd", "CreateConnector", {})
1211
1211
  .n("PcaConnectorAdClient", "CreateConnectorCommand")
1212
- .sc(CreateConnector)
1212
+ .sc(CreateConnector$)
1213
1213
  .build() {
1214
1214
  }
1215
1215
 
@@ -1221,7 +1221,7 @@ class CreateDirectoryRegistrationCommand extends smithyClient.Command
1221
1221
  })
1222
1222
  .s("PcaConnectorAd", "CreateDirectoryRegistration", {})
1223
1223
  .n("PcaConnectorAdClient", "CreateDirectoryRegistrationCommand")
1224
- .sc(CreateDirectoryRegistration)
1224
+ .sc(CreateDirectoryRegistration$)
1225
1225
  .build() {
1226
1226
  }
1227
1227
 
@@ -1233,7 +1233,7 @@ class CreateServicePrincipalNameCommand extends smithyClient.Command
1233
1233
  })
1234
1234
  .s("PcaConnectorAd", "CreateServicePrincipalName", {})
1235
1235
  .n("PcaConnectorAdClient", "CreateServicePrincipalNameCommand")
1236
- .sc(CreateServicePrincipalName)
1236
+ .sc(CreateServicePrincipalName$)
1237
1237
  .build() {
1238
1238
  }
1239
1239
 
@@ -1245,7 +1245,7 @@ class CreateTemplateCommand extends smithyClient.Command
1245
1245
  })
1246
1246
  .s("PcaConnectorAd", "CreateTemplate", {})
1247
1247
  .n("PcaConnectorAdClient", "CreateTemplateCommand")
1248
- .sc(CreateTemplate)
1248
+ .sc(CreateTemplate$)
1249
1249
  .build() {
1250
1250
  }
1251
1251
 
@@ -1257,7 +1257,7 @@ class CreateTemplateGroupAccessControlEntryCommand extends smithyClient.Command
1257
1257
  })
1258
1258
  .s("PcaConnectorAd", "CreateTemplateGroupAccessControlEntry", {})
1259
1259
  .n("PcaConnectorAdClient", "CreateTemplateGroupAccessControlEntryCommand")
1260
- .sc(CreateTemplateGroupAccessControlEntry)
1260
+ .sc(CreateTemplateGroupAccessControlEntry$)
1261
1261
  .build() {
1262
1262
  }
1263
1263
 
@@ -1269,7 +1269,7 @@ class DeleteConnectorCommand extends smithyClient.Command
1269
1269
  })
1270
1270
  .s("PcaConnectorAd", "DeleteConnector", {})
1271
1271
  .n("PcaConnectorAdClient", "DeleteConnectorCommand")
1272
- .sc(DeleteConnector)
1272
+ .sc(DeleteConnector$)
1273
1273
  .build() {
1274
1274
  }
1275
1275
 
@@ -1281,7 +1281,7 @@ class DeleteDirectoryRegistrationCommand extends smithyClient.Command
1281
1281
  })
1282
1282
  .s("PcaConnectorAd", "DeleteDirectoryRegistration", {})
1283
1283
  .n("PcaConnectorAdClient", "DeleteDirectoryRegistrationCommand")
1284
- .sc(DeleteDirectoryRegistration)
1284
+ .sc(DeleteDirectoryRegistration$)
1285
1285
  .build() {
1286
1286
  }
1287
1287
 
@@ -1293,7 +1293,7 @@ class DeleteServicePrincipalNameCommand extends smithyClient.Command
1293
1293
  })
1294
1294
  .s("PcaConnectorAd", "DeleteServicePrincipalName", {})
1295
1295
  .n("PcaConnectorAdClient", "DeleteServicePrincipalNameCommand")
1296
- .sc(DeleteServicePrincipalName)
1296
+ .sc(DeleteServicePrincipalName$)
1297
1297
  .build() {
1298
1298
  }
1299
1299
 
@@ -1305,7 +1305,7 @@ class DeleteTemplateCommand extends smithyClient.Command
1305
1305
  })
1306
1306
  .s("PcaConnectorAd", "DeleteTemplate", {})
1307
1307
  .n("PcaConnectorAdClient", "DeleteTemplateCommand")
1308
- .sc(DeleteTemplate)
1308
+ .sc(DeleteTemplate$)
1309
1309
  .build() {
1310
1310
  }
1311
1311
 
@@ -1317,7 +1317,7 @@ class DeleteTemplateGroupAccessControlEntryCommand extends smithyClient.Command
1317
1317
  })
1318
1318
  .s("PcaConnectorAd", "DeleteTemplateGroupAccessControlEntry", {})
1319
1319
  .n("PcaConnectorAdClient", "DeleteTemplateGroupAccessControlEntryCommand")
1320
- .sc(DeleteTemplateGroupAccessControlEntry)
1320
+ .sc(DeleteTemplateGroupAccessControlEntry$)
1321
1321
  .build() {
1322
1322
  }
1323
1323
 
@@ -1329,7 +1329,7 @@ class GetConnectorCommand extends smithyClient.Command
1329
1329
  })
1330
1330
  .s("PcaConnectorAd", "GetConnector", {})
1331
1331
  .n("PcaConnectorAdClient", "GetConnectorCommand")
1332
- .sc(GetConnector)
1332
+ .sc(GetConnector$)
1333
1333
  .build() {
1334
1334
  }
1335
1335
 
@@ -1341,7 +1341,7 @@ class GetDirectoryRegistrationCommand extends smithyClient.Command
1341
1341
  })
1342
1342
  .s("PcaConnectorAd", "GetDirectoryRegistration", {})
1343
1343
  .n("PcaConnectorAdClient", "GetDirectoryRegistrationCommand")
1344
- .sc(GetDirectoryRegistration)
1344
+ .sc(GetDirectoryRegistration$)
1345
1345
  .build() {
1346
1346
  }
1347
1347
 
@@ -1353,7 +1353,7 @@ class GetServicePrincipalNameCommand extends smithyClient.Command
1353
1353
  })
1354
1354
  .s("PcaConnectorAd", "GetServicePrincipalName", {})
1355
1355
  .n("PcaConnectorAdClient", "GetServicePrincipalNameCommand")
1356
- .sc(GetServicePrincipalName)
1356
+ .sc(GetServicePrincipalName$)
1357
1357
  .build() {
1358
1358
  }
1359
1359
 
@@ -1365,7 +1365,7 @@ class GetTemplateCommand extends smithyClient.Command
1365
1365
  })
1366
1366
  .s("PcaConnectorAd", "GetTemplate", {})
1367
1367
  .n("PcaConnectorAdClient", "GetTemplateCommand")
1368
- .sc(GetTemplate)
1368
+ .sc(GetTemplate$)
1369
1369
  .build() {
1370
1370
  }
1371
1371
 
@@ -1377,7 +1377,7 @@ class GetTemplateGroupAccessControlEntryCommand extends smithyClient.Command
1377
1377
  })
1378
1378
  .s("PcaConnectorAd", "GetTemplateGroupAccessControlEntry", {})
1379
1379
  .n("PcaConnectorAdClient", "GetTemplateGroupAccessControlEntryCommand")
1380
- .sc(GetTemplateGroupAccessControlEntry)
1380
+ .sc(GetTemplateGroupAccessControlEntry$)
1381
1381
  .build() {
1382
1382
  }
1383
1383
 
@@ -1389,7 +1389,7 @@ class ListConnectorsCommand extends smithyClient.Command
1389
1389
  })
1390
1390
  .s("PcaConnectorAd", "ListConnectors", {})
1391
1391
  .n("PcaConnectorAdClient", "ListConnectorsCommand")
1392
- .sc(ListConnectors)
1392
+ .sc(ListConnectors$)
1393
1393
  .build() {
1394
1394
  }
1395
1395
 
@@ -1401,7 +1401,7 @@ class ListDirectoryRegistrationsCommand extends smithyClient.Command
1401
1401
  })
1402
1402
  .s("PcaConnectorAd", "ListDirectoryRegistrations", {})
1403
1403
  .n("PcaConnectorAdClient", "ListDirectoryRegistrationsCommand")
1404
- .sc(ListDirectoryRegistrations)
1404
+ .sc(ListDirectoryRegistrations$)
1405
1405
  .build() {
1406
1406
  }
1407
1407
 
@@ -1413,7 +1413,7 @@ class ListServicePrincipalNamesCommand extends smithyClient.Command
1413
1413
  })
1414
1414
  .s("PcaConnectorAd", "ListServicePrincipalNames", {})
1415
1415
  .n("PcaConnectorAdClient", "ListServicePrincipalNamesCommand")
1416
- .sc(ListServicePrincipalNames)
1416
+ .sc(ListServicePrincipalNames$)
1417
1417
  .build() {
1418
1418
  }
1419
1419
 
@@ -1425,7 +1425,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1425
1425
  })
1426
1426
  .s("PcaConnectorAd", "ListTagsForResource", {})
1427
1427
  .n("PcaConnectorAdClient", "ListTagsForResourceCommand")
1428
- .sc(ListTagsForResource)
1428
+ .sc(ListTagsForResource$)
1429
1429
  .build() {
1430
1430
  }
1431
1431
 
@@ -1437,7 +1437,7 @@ class ListTemplateGroupAccessControlEntriesCommand extends smithyClient.Command
1437
1437
  })
1438
1438
  .s("PcaConnectorAd", "ListTemplateGroupAccessControlEntries", {})
1439
1439
  .n("PcaConnectorAdClient", "ListTemplateGroupAccessControlEntriesCommand")
1440
- .sc(ListTemplateGroupAccessControlEntries)
1440
+ .sc(ListTemplateGroupAccessControlEntries$)
1441
1441
  .build() {
1442
1442
  }
1443
1443
 
@@ -1449,7 +1449,7 @@ class ListTemplatesCommand extends smithyClient.Command
1449
1449
  })
1450
1450
  .s("PcaConnectorAd", "ListTemplates", {})
1451
1451
  .n("PcaConnectorAdClient", "ListTemplatesCommand")
1452
- .sc(ListTemplates)
1452
+ .sc(ListTemplates$)
1453
1453
  .build() {
1454
1454
  }
1455
1455
 
@@ -1461,7 +1461,7 @@ class TagResourceCommand extends smithyClient.Command
1461
1461
  })
1462
1462
  .s("PcaConnectorAd", "TagResource", {})
1463
1463
  .n("PcaConnectorAdClient", "TagResourceCommand")
1464
- .sc(TagResource)
1464
+ .sc(TagResource$)
1465
1465
  .build() {
1466
1466
  }
1467
1467
 
@@ -1473,7 +1473,7 @@ class UntagResourceCommand extends smithyClient.Command
1473
1473
  })
1474
1474
  .s("PcaConnectorAd", "UntagResource", {})
1475
1475
  .n("PcaConnectorAdClient", "UntagResourceCommand")
1476
- .sc(UntagResource)
1476
+ .sc(UntagResource$)
1477
1477
  .build() {
1478
1478
  }
1479
1479
 
@@ -1485,7 +1485,7 @@ class UpdateTemplateCommand extends smithyClient.Command
1485
1485
  })
1486
1486
  .s("PcaConnectorAd", "UpdateTemplate", {})
1487
1487
  .n("PcaConnectorAdClient", "UpdateTemplateCommand")
1488
- .sc(UpdateTemplate)
1488
+ .sc(UpdateTemplate$)
1489
1489
  .build() {
1490
1490
  }
1491
1491
 
@@ -1497,7 +1497,7 @@ class UpdateTemplateGroupAccessControlEntryCommand extends smithyClient.Command
1497
1497
  })
1498
1498
  .s("PcaConnectorAd", "UpdateTemplateGroupAccessControlEntry", {})
1499
1499
  .n("PcaConnectorAdClient", "UpdateTemplateGroupAccessControlEntryCommand")
1500
- .sc(UpdateTemplateGroupAccessControlEntry)
1500
+ .sc(UpdateTemplateGroupAccessControlEntry$)
1501
1501
  .build() {
1502
1502
  }
1503
1503
 
@@ -1735,60 +1735,175 @@ Object.defineProperty(exports, "__Client", {
1735
1735
  enumerable: true,
1736
1736
  get: function () { return smithyClient.Client; }
1737
1737
  });
1738
- exports.AccessDeniedException = AccessDeniedException$1;
1738
+ exports.AccessControlEntry$ = AccessControlEntry$;
1739
+ exports.AccessControlEntrySummary$ = AccessControlEntrySummary$;
1740
+ exports.AccessDeniedException = AccessDeniedException;
1741
+ exports.AccessDeniedException$ = AccessDeniedException$;
1739
1742
  exports.AccessRight = AccessRight;
1743
+ exports.AccessRights$ = AccessRights$;
1744
+ exports.ApplicationPolicies$ = ApplicationPolicies$;
1745
+ exports.ApplicationPolicy$ = ApplicationPolicy$;
1740
1746
  exports.ApplicationPolicyType = ApplicationPolicyType;
1747
+ exports.CertificateValidity$ = CertificateValidity$;
1741
1748
  exports.ClientCompatibilityV2 = ClientCompatibilityV2;
1742
1749
  exports.ClientCompatibilityV3 = ClientCompatibilityV3;
1743
1750
  exports.ClientCompatibilityV4 = ClientCompatibilityV4;
1744
- exports.ConflictException = ConflictException$1;
1751
+ exports.ConflictException = ConflictException;
1752
+ exports.ConflictException$ = ConflictException$;
1753
+ exports.Connector$ = Connector$;
1745
1754
  exports.ConnectorStatus = ConnectorStatus;
1746
1755
  exports.ConnectorStatusReason = ConnectorStatusReason;
1756
+ exports.ConnectorSummary$ = ConnectorSummary$;
1757
+ exports.CreateConnector$ = CreateConnector$;
1747
1758
  exports.CreateConnectorCommand = CreateConnectorCommand;
1759
+ exports.CreateConnectorRequest$ = CreateConnectorRequest$;
1760
+ exports.CreateConnectorResponse$ = CreateConnectorResponse$;
1761
+ exports.CreateDirectoryRegistration$ = CreateDirectoryRegistration$;
1748
1762
  exports.CreateDirectoryRegistrationCommand = CreateDirectoryRegistrationCommand;
1763
+ exports.CreateDirectoryRegistrationRequest$ = CreateDirectoryRegistrationRequest$;
1764
+ exports.CreateDirectoryRegistrationResponse$ = CreateDirectoryRegistrationResponse$;
1765
+ exports.CreateServicePrincipalName$ = CreateServicePrincipalName$;
1749
1766
  exports.CreateServicePrincipalNameCommand = CreateServicePrincipalNameCommand;
1767
+ exports.CreateServicePrincipalNameRequest$ = CreateServicePrincipalNameRequest$;
1768
+ exports.CreateTemplate$ = CreateTemplate$;
1750
1769
  exports.CreateTemplateCommand = CreateTemplateCommand;
1770
+ exports.CreateTemplateGroupAccessControlEntry$ = CreateTemplateGroupAccessControlEntry$;
1751
1771
  exports.CreateTemplateGroupAccessControlEntryCommand = CreateTemplateGroupAccessControlEntryCommand;
1772
+ exports.CreateTemplateGroupAccessControlEntryRequest$ = CreateTemplateGroupAccessControlEntryRequest$;
1773
+ exports.CreateTemplateRequest$ = CreateTemplateRequest$;
1774
+ exports.CreateTemplateResponse$ = CreateTemplateResponse$;
1775
+ exports.DeleteConnector$ = DeleteConnector$;
1752
1776
  exports.DeleteConnectorCommand = DeleteConnectorCommand;
1777
+ exports.DeleteConnectorRequest$ = DeleteConnectorRequest$;
1778
+ exports.DeleteDirectoryRegistration$ = DeleteDirectoryRegistration$;
1753
1779
  exports.DeleteDirectoryRegistrationCommand = DeleteDirectoryRegistrationCommand;
1780
+ exports.DeleteDirectoryRegistrationRequest$ = DeleteDirectoryRegistrationRequest$;
1781
+ exports.DeleteServicePrincipalName$ = DeleteServicePrincipalName$;
1754
1782
  exports.DeleteServicePrincipalNameCommand = DeleteServicePrincipalNameCommand;
1783
+ exports.DeleteServicePrincipalNameRequest$ = DeleteServicePrincipalNameRequest$;
1784
+ exports.DeleteTemplate$ = DeleteTemplate$;
1755
1785
  exports.DeleteTemplateCommand = DeleteTemplateCommand;
1786
+ exports.DeleteTemplateGroupAccessControlEntry$ = DeleteTemplateGroupAccessControlEntry$;
1756
1787
  exports.DeleteTemplateGroupAccessControlEntryCommand = DeleteTemplateGroupAccessControlEntryCommand;
1788
+ exports.DeleteTemplateGroupAccessControlEntryRequest$ = DeleteTemplateGroupAccessControlEntryRequest$;
1789
+ exports.DeleteTemplateRequest$ = DeleteTemplateRequest$;
1790
+ exports.DirectoryRegistration$ = DirectoryRegistration$;
1757
1791
  exports.DirectoryRegistrationStatus = DirectoryRegistrationStatus;
1758
1792
  exports.DirectoryRegistrationStatusReason = DirectoryRegistrationStatusReason;
1793
+ exports.DirectoryRegistrationSummary$ = DirectoryRegistrationSummary$;
1794
+ exports.EnrollmentFlagsV2$ = EnrollmentFlagsV2$;
1795
+ exports.EnrollmentFlagsV3$ = EnrollmentFlagsV3$;
1796
+ exports.EnrollmentFlagsV4$ = EnrollmentFlagsV4$;
1797
+ exports.ExtensionsV2$ = ExtensionsV2$;
1798
+ exports.ExtensionsV3$ = ExtensionsV3$;
1799
+ exports.ExtensionsV4$ = ExtensionsV4$;
1800
+ exports.GeneralFlagsV2$ = GeneralFlagsV2$;
1801
+ exports.GeneralFlagsV3$ = GeneralFlagsV3$;
1802
+ exports.GeneralFlagsV4$ = GeneralFlagsV4$;
1803
+ exports.GetConnector$ = GetConnector$;
1759
1804
  exports.GetConnectorCommand = GetConnectorCommand;
1805
+ exports.GetConnectorRequest$ = GetConnectorRequest$;
1806
+ exports.GetConnectorResponse$ = GetConnectorResponse$;
1807
+ exports.GetDirectoryRegistration$ = GetDirectoryRegistration$;
1760
1808
  exports.GetDirectoryRegistrationCommand = GetDirectoryRegistrationCommand;
1809
+ exports.GetDirectoryRegistrationRequest$ = GetDirectoryRegistrationRequest$;
1810
+ exports.GetDirectoryRegistrationResponse$ = GetDirectoryRegistrationResponse$;
1811
+ exports.GetServicePrincipalName$ = GetServicePrincipalName$;
1761
1812
  exports.GetServicePrincipalNameCommand = GetServicePrincipalNameCommand;
1813
+ exports.GetServicePrincipalNameRequest$ = GetServicePrincipalNameRequest$;
1814
+ exports.GetServicePrincipalNameResponse$ = GetServicePrincipalNameResponse$;
1815
+ exports.GetTemplate$ = GetTemplate$;
1762
1816
  exports.GetTemplateCommand = GetTemplateCommand;
1817
+ exports.GetTemplateGroupAccessControlEntry$ = GetTemplateGroupAccessControlEntry$;
1763
1818
  exports.GetTemplateGroupAccessControlEntryCommand = GetTemplateGroupAccessControlEntryCommand;
1819
+ exports.GetTemplateGroupAccessControlEntryRequest$ = GetTemplateGroupAccessControlEntryRequest$;
1820
+ exports.GetTemplateGroupAccessControlEntryResponse$ = GetTemplateGroupAccessControlEntryResponse$;
1821
+ exports.GetTemplateRequest$ = GetTemplateRequest$;
1822
+ exports.GetTemplateResponse$ = GetTemplateResponse$;
1764
1823
  exports.HashAlgorithm = HashAlgorithm;
1765
- exports.InternalServerException = InternalServerException$1;
1824
+ exports.InternalServerException = InternalServerException;
1825
+ exports.InternalServerException$ = InternalServerException$;
1766
1826
  exports.IpAddressType = IpAddressType;
1767
1827
  exports.KeySpec = KeySpec;
1828
+ exports.KeyUsage$ = KeyUsage$;
1829
+ exports.KeyUsageFlags$ = KeyUsageFlags$;
1830
+ exports.KeyUsageProperty$ = KeyUsageProperty$;
1831
+ exports.KeyUsagePropertyFlags$ = KeyUsagePropertyFlags$;
1768
1832
  exports.KeyUsagePropertyType = KeyUsagePropertyType;
1833
+ exports.ListConnectors$ = ListConnectors$;
1769
1834
  exports.ListConnectorsCommand = ListConnectorsCommand;
1835
+ exports.ListConnectorsRequest$ = ListConnectorsRequest$;
1836
+ exports.ListConnectorsResponse$ = ListConnectorsResponse$;
1837
+ exports.ListDirectoryRegistrations$ = ListDirectoryRegistrations$;
1770
1838
  exports.ListDirectoryRegistrationsCommand = ListDirectoryRegistrationsCommand;
1839
+ exports.ListDirectoryRegistrationsRequest$ = ListDirectoryRegistrationsRequest$;
1840
+ exports.ListDirectoryRegistrationsResponse$ = ListDirectoryRegistrationsResponse$;
1841
+ exports.ListServicePrincipalNames$ = ListServicePrincipalNames$;
1771
1842
  exports.ListServicePrincipalNamesCommand = ListServicePrincipalNamesCommand;
1843
+ exports.ListServicePrincipalNamesRequest$ = ListServicePrincipalNamesRequest$;
1844
+ exports.ListServicePrincipalNamesResponse$ = ListServicePrincipalNamesResponse$;
1845
+ exports.ListTagsForResource$ = ListTagsForResource$;
1772
1846
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1847
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1848
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1849
+ exports.ListTemplateGroupAccessControlEntries$ = ListTemplateGroupAccessControlEntries$;
1773
1850
  exports.ListTemplateGroupAccessControlEntriesCommand = ListTemplateGroupAccessControlEntriesCommand;
1851
+ exports.ListTemplateGroupAccessControlEntriesRequest$ = ListTemplateGroupAccessControlEntriesRequest$;
1852
+ exports.ListTemplateGroupAccessControlEntriesResponse$ = ListTemplateGroupAccessControlEntriesResponse$;
1853
+ exports.ListTemplates$ = ListTemplates$;
1774
1854
  exports.ListTemplatesCommand = ListTemplatesCommand;
1855
+ exports.ListTemplatesRequest$ = ListTemplatesRequest$;
1856
+ exports.ListTemplatesResponse$ = ListTemplatesResponse$;
1775
1857
  exports.PcaConnectorAd = PcaConnectorAd;
1776
1858
  exports.PcaConnectorAdClient = PcaConnectorAdClient;
1777
- exports.PcaConnectorAdServiceException = PcaConnectorAdServiceException$1;
1859
+ exports.PcaConnectorAdServiceException = PcaConnectorAdServiceException;
1860
+ exports.PcaConnectorAdServiceException$ = PcaConnectorAdServiceException$;
1778
1861
  exports.PrivateKeyAlgorithm = PrivateKeyAlgorithm;
1779
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1862
+ exports.PrivateKeyAttributesV2$ = PrivateKeyAttributesV2$;
1863
+ exports.PrivateKeyAttributesV3$ = PrivateKeyAttributesV3$;
1864
+ exports.PrivateKeyAttributesV4$ = PrivateKeyAttributesV4$;
1865
+ exports.PrivateKeyFlagsV2$ = PrivateKeyFlagsV2$;
1866
+ exports.PrivateKeyFlagsV3$ = PrivateKeyFlagsV3$;
1867
+ exports.PrivateKeyFlagsV4$ = PrivateKeyFlagsV4$;
1868
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1869
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1870
+ exports.ServicePrincipalName$ = ServicePrincipalName$;
1780
1871
  exports.ServicePrincipalNameStatus = ServicePrincipalNameStatus;
1781
1872
  exports.ServicePrincipalNameStatusReason = ServicePrincipalNameStatusReason;
1782
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1873
+ exports.ServicePrincipalNameSummary$ = ServicePrincipalNameSummary$;
1874
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1875
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1876
+ exports.SubjectNameFlagsV2$ = SubjectNameFlagsV2$;
1877
+ exports.SubjectNameFlagsV3$ = SubjectNameFlagsV3$;
1878
+ exports.SubjectNameFlagsV4$ = SubjectNameFlagsV4$;
1879
+ exports.TagResource$ = TagResource$;
1783
1880
  exports.TagResourceCommand = TagResourceCommand;
1881
+ exports.TagResourceRequest$ = TagResourceRequest$;
1882
+ exports.Template$ = Template$;
1883
+ exports.TemplateDefinition$ = TemplateDefinition$;
1884
+ exports.TemplateRevision$ = TemplateRevision$;
1784
1885
  exports.TemplateStatus = TemplateStatus;
1785
- exports.ThrottlingException = ThrottlingException$1;
1886
+ exports.TemplateSummary$ = TemplateSummary$;
1887
+ exports.TemplateV2$ = TemplateV2$;
1888
+ exports.TemplateV3$ = TemplateV3$;
1889
+ exports.TemplateV4$ = TemplateV4$;
1890
+ exports.ThrottlingException = ThrottlingException;
1891
+ exports.ThrottlingException$ = ThrottlingException$;
1892
+ exports.UntagResource$ = UntagResource$;
1786
1893
  exports.UntagResourceCommand = UntagResourceCommand;
1894
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1895
+ exports.UpdateTemplate$ = UpdateTemplate$;
1787
1896
  exports.UpdateTemplateCommand = UpdateTemplateCommand;
1897
+ exports.UpdateTemplateGroupAccessControlEntry$ = UpdateTemplateGroupAccessControlEntry$;
1788
1898
  exports.UpdateTemplateGroupAccessControlEntryCommand = UpdateTemplateGroupAccessControlEntryCommand;
1789
- exports.ValidationException = ValidationException$1;
1899
+ exports.UpdateTemplateGroupAccessControlEntryRequest$ = UpdateTemplateGroupAccessControlEntryRequest$;
1900
+ exports.UpdateTemplateRequest$ = UpdateTemplateRequest$;
1901
+ exports.ValidationException = ValidationException;
1902
+ exports.ValidationException$ = ValidationException$;
1790
1903
  exports.ValidationExceptionReason = ValidationExceptionReason;
1904
+ exports.ValidityPeriod$ = ValidityPeriod$;
1791
1905
  exports.ValidityPeriodType = ValidityPeriodType;
1906
+ exports.VpcInformation$ = VpcInformation$;
1792
1907
  exports.paginateListConnectors = paginateListConnectors;
1793
1908
  exports.paginateListDirectoryRegistrations = paginateListDirectoryRegistrations;
1794
1909
  exports.paginateListServicePrincipalNames = paginateListServicePrincipalNames;