@aws-sdk/client-pca-connector-ad 3.940.0 → 3.946.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 (57) hide show
  1. package/dist-cjs/index.js +44 -210
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/PcaConnectorAdClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +44 -210
  8. package/dist-types/PcaConnectorAd.d.ts +1 -1
  9. package/dist-types/PcaConnectorAdClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateConnectorCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +3 -3
  22. package/dist-types/commands/GetConnectorCommand.d.ts +3 -3
  23. package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +3 -3
  24. package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +3 -3
  25. package/dist-types/commands/GetTemplateCommand.d.ts +3 -3
  26. package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +3 -3
  27. package/dist-types/commands/ListConnectorsCommand.d.ts +3 -3
  28. package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +3 -3
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  31. package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +3 -3
  32. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -3
  33. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  34. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  35. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
  36. package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +3 -3
  37. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  38. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  39. package/dist-types/extensionConfiguration.d.ts +4 -4
  40. package/dist-types/models/PcaConnectorAdServiceException.d.ts +1 -1
  41. package/dist-types/models/errors.d.ts +1 -1
  42. package/dist-types/pagination/Interfaces.d.ts +1 -1
  43. package/dist-types/pagination/ListConnectorsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListDirectoryRegistrationsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListServicePrincipalNamesPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListTemplateGroupAccessControlEntriesPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  49. package/dist-types/runtimeConfig.d.ts +1 -1
  50. package/dist-types/runtimeConfig.native.d.ts +1 -1
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  52. package/dist-types/runtimeExtensions.d.ts +1 -1
  53. package/dist-types/schemas/schemas_0.d.ts +1 -1
  54. package/dist-types/ts3.4/PcaConnectorAdClient.d.ts +3 -3
  55. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  56. package/dist-types/ts3.4/models/PcaConnectorAdServiceException.d.ts +1 -1
  57. package/package.json +13 -12
@@ -240,17 +240,7 @@ export var AccessControlEntrySummary = [
240
240
  [_GDN, _GSI, _AR, _TA, _CA, _UA],
241
241
  [0, 0, () => AccessRights, 0, 4, 4],
242
242
  ];
243
- export var AccessDeniedException = [
244
- -3,
245
- n0,
246
- _ADE,
247
- {
248
- [_e]: _c,
249
- [_hE]: 403,
250
- },
251
- [_M],
252
- [0],
253
- ];
243
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
254
244
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
255
245
  export var AccessRights = [3, n0, _AR, 0, [_E, _AE], [0, 0]];
256
246
  export var ApplicationPolicies = [3, n0, _AP, 0, [_C, _P], [2, () => ApplicationPolicyList]];
@@ -262,17 +252,7 @@ export var CertificateValidity = [
262
252
  [_VP, _RP],
263
253
  [() => ValidityPeriod, () => ValidityPeriod],
264
254
  ];
265
- export var ConflictException = [
266
- -3,
267
- n0,
268
- _CE,
269
- {
270
- [_e]: _c,
271
- [_hE]: 409,
272
- },
273
- [_M, _RI, _RT],
274
- [0, 0, 0],
275
- ];
255
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
276
256
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
277
257
  export var Connector = [
278
258
  3,
@@ -480,17 +460,7 @@ export var GetTemplateGroupAccessControlEntryResponse = [
480
460
  ];
481
461
  export var GetTemplateRequest = [3, n0, _GTR, 0, [_TA], [[0, 1]]];
482
462
  export var GetTemplateResponse = [3, n0, _GTRe, 0, [_Te], [() => Template]];
483
- export var InternalServerException = [
484
- -3,
485
- n0,
486
- _ISE,
487
- {
488
- [_e]: _s,
489
- [_hE]: 500,
490
- },
491
- [_M],
492
- [0],
493
- ];
463
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
494
464
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
495
465
  export var KeyUsage = [3, n0, _KU, 0, [_C, _UF], [2, () => KeyUsageFlags]];
496
466
  export var KeyUsageFlags = [3, n0, _KUF, 0, [_DS, _NR, _KE, _DE, _KA], [2, 2, 2, 2, 2]];
@@ -502,18 +472,8 @@ export var ListConnectorsRequest = [
502
472
  0,
503
473
  [_MR, _NT],
504
474
  [
505
- [
506
- 1,
507
- {
508
- [_hQ]: _MR,
509
- },
510
- ],
511
- [
512
- 0,
513
- {
514
- [_hQ]: _NT,
515
- },
516
- ],
475
+ [1, { [_hQ]: _MR }],
476
+ [0, { [_hQ]: _NT }],
517
477
  ],
518
478
  ];
519
479
  export var ListConnectorsResponse = [3, n0, _LCRi, 0, [_Con, _NT], [() => ConnectorList, 0]];
@@ -524,18 +484,8 @@ export var ListDirectoryRegistrationsRequest = [
524
484
  0,
525
485
  [_MR, _NT],
526
486
  [
527
- [
528
- 1,
529
- {
530
- [_hQ]: _MR,
531
- },
532
- ],
533
- [
534
- 0,
535
- {
536
- [_hQ]: _NT,
537
- },
538
- ],
487
+ [1, { [_hQ]: _MR }],
488
+ [0, { [_hQ]: _NT }],
539
489
  ],
540
490
  ];
541
491
  export var ListDirectoryRegistrationsResponse = [
@@ -553,18 +503,8 @@ export var ListServicePrincipalNamesRequest = [
553
503
  0,
554
504
  [_MR, _NT, _DRA],
555
505
  [
556
- [
557
- 1,
558
- {
559
- [_hQ]: _MR,
560
- },
561
- ],
562
- [
563
- 0,
564
- {
565
- [_hQ]: _NT,
566
- },
567
- ],
506
+ [1, { [_hQ]: _MR }],
507
+ [0, { [_hQ]: _NT }],
568
508
  [0, 1],
569
509
  ],
570
510
  ];
@@ -585,18 +525,8 @@ export var ListTemplateGroupAccessControlEntriesRequest = [
585
525
  0,
586
526
  [_MR, _NT, _TA],
587
527
  [
588
- [
589
- 1,
590
- {
591
- [_hQ]: _MR,
592
- },
593
- ],
594
- [
595
- 0,
596
- {
597
- [_hQ]: _NT,
598
- },
599
- ],
528
+ [1, { [_hQ]: _MR }],
529
+ [0, { [_hQ]: _NT }],
600
530
  [0, 1],
601
531
  ],
602
532
  ];
@@ -615,24 +545,9 @@ export var ListTemplatesRequest = [
615
545
  0,
616
546
  [_MR, _NT, _CAo],
617
547
  [
618
- [
619
- 1,
620
- {
621
- [_hQ]: _MR,
622
- },
623
- ],
624
- [
625
- 0,
626
- {
627
- [_hQ]: _NT,
628
- },
629
- ],
630
- [
631
- 0,
632
- {
633
- [_hQ]: _CAo,
634
- },
635
- ],
548
+ [1, { [_hQ]: _MR }],
549
+ [0, { [_hQ]: _NT }],
550
+ [0, { [_hQ]: _CAo }],
636
551
  ],
637
552
  ];
638
553
  export var ListTemplatesResponse = [3, n0, _LTRi, 0, [_Tem, _NT], [() => TemplateList, 0]];
@@ -667,10 +582,7 @@ export var ResourceNotFoundException = [
667
582
  -3,
668
583
  n0,
669
584
  _RNFE,
670
- {
671
- [_e]: _c,
672
- [_hE]: 404,
673
- },
585
+ { [_e]: _c, [_hE]: 404 },
674
586
  [_M, _RI, _RT],
675
587
  [0, 0, 0],
676
588
  ];
@@ -695,10 +607,7 @@ export var ServiceQuotaExceededException = [
695
607
  -3,
696
608
  n0,
697
609
  _SQEE,
698
- {
699
- [_e]: _c,
700
- [_hE]: 402,
701
- },
610
+ { [_e]: _c, [_hE]: 402 },
702
611
  [_M, _RI, _RT, _SC, _QC],
703
612
  [0, 0, 0, 0, 0],
704
613
  ];
@@ -798,17 +707,7 @@ export var TemplateV4 = [
798
707
  () => ExtensionsV4,
799
708
  ],
800
709
  ];
801
- export var ThrottlingException = [
802
- -3,
803
- n0,
804
- _TE,
805
- {
806
- [_e]: _c,
807
- [_hE]: 429,
808
- },
809
- [_M, _SC, _QC],
810
- [0, 0, 0],
811
- ];
710
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _SC, _QC], [0, 0, 0]];
812
711
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
813
712
  export var UntagResourceRequest = [
814
713
  3,
@@ -818,12 +717,7 @@ export var UntagResourceRequest = [
818
717
  [_RA, _TK],
819
718
  [
820
719
  [0, 1],
821
- [
822
- 64 | 0,
823
- {
824
- [_hQ]: _tK,
825
- },
826
- ],
720
+ [64 | 0, { [_hQ]: _tK }],
827
721
  ],
828
722
  ];
829
723
  export var UpdateTemplateGroupAccessControlEntryRequest = [
@@ -842,17 +736,7 @@ export var UpdateTemplateRequest = [
842
736
  [_TA, _D, _RACH],
843
737
  [[0, 1], () => TemplateDefinition, 2],
844
738
  ];
845
- export var ValidationException = [
846
- -3,
847
- n0,
848
- _VE,
849
- {
850
- [_e]: _c,
851
- [_hE]: 400,
852
- },
853
- [_M, _Re],
854
- [0, 0],
855
- ];
739
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _Re], [0, 0]];
856
740
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
857
741
  export var ValidityPeriod = [3, n0, _VP, 0, [_PT, _Pe], [0, 1]];
858
742
  export var VpcInformation = [3, n0, _VI, 0, [_IAT, _SGI], [0, 64 | 0]];
@@ -884,9 +768,7 @@ export var CreateConnector = [
884
768
  9,
885
769
  n0,
886
770
  _CC,
887
- {
888
- [_h]: ["POST", "/connectors", 202],
889
- },
771
+ { [_h]: ["POST", "/connectors", 202] },
890
772
  () => CreateConnectorRequest,
891
773
  () => CreateConnectorResponse,
892
774
  ];
@@ -894,9 +776,7 @@ export var CreateDirectoryRegistration = [
894
776
  9,
895
777
  n0,
896
778
  _CDR,
897
- {
898
- [_h]: ["POST", "/directoryRegistrations", 202],
899
- },
779
+ { [_h]: ["POST", "/directoryRegistrations", 202] },
900
780
  () => CreateDirectoryRegistrationRequest,
901
781
  () => CreateDirectoryRegistrationResponse,
902
782
  ];
@@ -904,9 +784,7 @@ export var CreateServicePrincipalName = [
904
784
  9,
905
785
  n0,
906
786
  _CSPN,
907
- {
908
- [_h]: ["POST", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202],
909
- },
787
+ { [_h]: ["POST", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202] },
910
788
  () => CreateServicePrincipalNameRequest,
911
789
  () => __Unit,
912
790
  ];
@@ -914,9 +792,7 @@ export var CreateTemplate = [
914
792
  9,
915
793
  n0,
916
794
  _CTr,
917
- {
918
- [_h]: ["POST", "/templates", 200],
919
- },
795
+ { [_h]: ["POST", "/templates", 200] },
920
796
  () => CreateTemplateRequest,
921
797
  () => CreateTemplateResponse,
922
798
  ];
@@ -924,9 +800,7 @@ export var CreateTemplateGroupAccessControlEntry = [
924
800
  9,
925
801
  n0,
926
802
  _CTGACE,
927
- {
928
- [_h]: ["POST", "/templates/{TemplateArn}/accessControlEntries", 200],
929
- },
803
+ { [_h]: ["POST", "/templates/{TemplateArn}/accessControlEntries", 200] },
930
804
  () => CreateTemplateGroupAccessControlEntryRequest,
931
805
  () => __Unit,
932
806
  ];
@@ -934,9 +808,7 @@ export var DeleteConnector = [
934
808
  9,
935
809
  n0,
936
810
  _DC,
937
- {
938
- [_h]: ["DELETE", "/connectors/{ConnectorArn}", 202],
939
- },
811
+ { [_h]: ["DELETE", "/connectors/{ConnectorArn}", 202] },
940
812
  () => DeleteConnectorRequest,
941
813
  () => __Unit,
942
814
  ];
@@ -944,9 +816,7 @@ export var DeleteDirectoryRegistration = [
944
816
  9,
945
817
  n0,
946
818
  _DDR,
947
- {
948
- [_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}", 202],
949
- },
819
+ { [_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}", 202] },
950
820
  () => DeleteDirectoryRegistrationRequest,
951
821
  () => __Unit,
952
822
  ];
@@ -954,9 +824,7 @@ export var DeleteServicePrincipalName = [
954
824
  9,
955
825
  n0,
956
826
  _DSPN,
957
- {
958
- [_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202],
959
- },
827
+ { [_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202] },
960
828
  () => DeleteServicePrincipalNameRequest,
961
829
  () => __Unit,
962
830
  ];
@@ -964,9 +832,7 @@ export var DeleteTemplate = [
964
832
  9,
965
833
  n0,
966
834
  _DT,
967
- {
968
- [_h]: ["DELETE", "/templates/{TemplateArn}", 202],
969
- },
835
+ { [_h]: ["DELETE", "/templates/{TemplateArn}", 202] },
970
836
  () => DeleteTemplateRequest,
971
837
  () => __Unit,
972
838
  ];
@@ -974,9 +840,7 @@ export var DeleteTemplateGroupAccessControlEntry = [
974
840
  9,
975
841
  n0,
976
842
  _DTGACE,
977
- {
978
- [_h]: ["DELETE", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200],
979
- },
843
+ { [_h]: ["DELETE", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200] },
980
844
  () => DeleteTemplateGroupAccessControlEntryRequest,
981
845
  () => __Unit,
982
846
  ];
@@ -984,9 +848,7 @@ export var GetConnector = [
984
848
  9,
985
849
  n0,
986
850
  _GC,
987
- {
988
- [_h]: ["GET", "/connectors/{ConnectorArn}", 200],
989
- },
851
+ { [_h]: ["GET", "/connectors/{ConnectorArn}", 200] },
990
852
  () => GetConnectorRequest,
991
853
  () => GetConnectorResponse,
992
854
  ];
@@ -994,9 +856,7 @@ export var GetDirectoryRegistration = [
994
856
  9,
995
857
  n0,
996
858
  _GDR,
997
- {
998
- [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}", 200],
999
- },
859
+ { [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}", 200] },
1000
860
  () => GetDirectoryRegistrationRequest,
1001
861
  () => GetDirectoryRegistrationResponse,
1002
862
  ];
@@ -1004,9 +864,7 @@ export var GetServicePrincipalName = [
1004
864
  9,
1005
865
  n0,
1006
866
  _GSPN,
1007
- {
1008
- [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 200],
1009
- },
867
+ { [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 200] },
1010
868
  () => GetServicePrincipalNameRequest,
1011
869
  () => GetServicePrincipalNameResponse,
1012
870
  ];
@@ -1014,9 +872,7 @@ export var GetTemplate = [
1014
872
  9,
1015
873
  n0,
1016
874
  _GT,
1017
- {
1018
- [_h]: ["GET", "/templates/{TemplateArn}", 200],
1019
- },
875
+ { [_h]: ["GET", "/templates/{TemplateArn}", 200] },
1020
876
  () => GetTemplateRequest,
1021
877
  () => GetTemplateResponse,
1022
878
  ];
@@ -1024,9 +880,7 @@ export var GetTemplateGroupAccessControlEntry = [
1024
880
  9,
1025
881
  n0,
1026
882
  _GTGACE,
1027
- {
1028
- [_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200],
1029
- },
883
+ { [_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200] },
1030
884
  () => GetTemplateGroupAccessControlEntryRequest,
1031
885
  () => GetTemplateGroupAccessControlEntryResponse,
1032
886
  ];
@@ -1034,9 +888,7 @@ export var ListConnectors = [
1034
888
  9,
1035
889
  n0,
1036
890
  _LC,
1037
- {
1038
- [_h]: ["GET", "/connectors", 200],
1039
- },
891
+ { [_h]: ["GET", "/connectors", 200] },
1040
892
  () => ListConnectorsRequest,
1041
893
  () => ListConnectorsResponse,
1042
894
  ];
@@ -1044,9 +896,7 @@ export var ListDirectoryRegistrations = [
1044
896
  9,
1045
897
  n0,
1046
898
  _LDR,
1047
- {
1048
- [_h]: ["GET", "/directoryRegistrations", 200],
1049
- },
899
+ { [_h]: ["GET", "/directoryRegistrations", 200] },
1050
900
  () => ListDirectoryRegistrationsRequest,
1051
901
  () => ListDirectoryRegistrationsResponse,
1052
902
  ];
@@ -1054,9 +904,7 @@ export var ListServicePrincipalNames = [
1054
904
  9,
1055
905
  n0,
1056
906
  _LSPN,
1057
- {
1058
- [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames", 200],
1059
- },
907
+ { [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames", 200] },
1060
908
  () => ListServicePrincipalNamesRequest,
1061
909
  () => ListServicePrincipalNamesResponse,
1062
910
  ];
@@ -1064,9 +912,7 @@ export var ListTagsForResource = [
1064
912
  9,
1065
913
  n0,
1066
914
  _LTFR,
1067
- {
1068
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
1069
- },
915
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
1070
916
  () => ListTagsForResourceRequest,
1071
917
  () => ListTagsForResourceResponse,
1072
918
  ];
@@ -1074,9 +920,7 @@ export var ListTemplateGroupAccessControlEntries = [
1074
920
  9,
1075
921
  n0,
1076
922
  _LTGACE,
1077
- {
1078
- [_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries", 200],
1079
- },
923
+ { [_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries", 200] },
1080
924
  () => ListTemplateGroupAccessControlEntriesRequest,
1081
925
  () => ListTemplateGroupAccessControlEntriesResponse,
1082
926
  ];
@@ -1084,9 +928,7 @@ export var ListTemplates = [
1084
928
  9,
1085
929
  n0,
1086
930
  _LT,
1087
- {
1088
- [_h]: ["GET", "/templates", 200],
1089
- },
931
+ { [_h]: ["GET", "/templates", 200] },
1090
932
  () => ListTemplatesRequest,
1091
933
  () => ListTemplatesResponse,
1092
934
  ];
@@ -1094,9 +936,7 @@ export var TagResource = [
1094
936
  9,
1095
937
  n0,
1096
938
  _TRa,
1097
- {
1098
- [_h]: ["POST", "/tags/{ResourceArn}", 204],
1099
- },
939
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
1100
940
  () => TagResourceRequest,
1101
941
  () => __Unit,
1102
942
  ];
@@ -1104,9 +944,7 @@ export var UntagResource = [
1104
944
  9,
1105
945
  n0,
1106
946
  _UR,
1107
- {
1108
- [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
1109
- },
947
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
1110
948
  () => UntagResourceRequest,
1111
949
  () => __Unit,
1112
950
  ];
@@ -1114,9 +952,7 @@ export var UpdateTemplate = [
1114
952
  9,
1115
953
  n0,
1116
954
  _UT,
1117
- {
1118
- [_h]: ["PATCH", "/templates/{TemplateArn}", 200],
1119
- },
955
+ { [_h]: ["PATCH", "/templates/{TemplateArn}", 200] },
1120
956
  () => UpdateTemplateRequest,
1121
957
  () => __Unit,
1122
958
  ];
@@ -1124,9 +960,7 @@ export var UpdateTemplateGroupAccessControlEntry = [
1124
960
  9,
1125
961
  n0,
1126
962
  _UTGACE,
1127
- {
1128
- [_h]: ["PATCH", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200],
1129
- },
963
+ { [_h]: ["PATCH", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200] },
1130
964
  () => UpdateTemplateGroupAccessControlEntryRequest,
1131
965
  () => __Unit,
1132
966
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
3
3
  import { CreateDirectoryRegistrationCommandInput, CreateDirectoryRegistrationCommandOutput } from "./commands/CreateDirectoryRegistrationCommand";
4
4
  import { CreateServicePrincipalNameCommandInput, CreateServicePrincipalNameCommandOutput } from "./commands/CreateServicePrincipalNameCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
11
11
  import { CreateDirectoryRegistrationCommandInput, CreateDirectoryRegistrationCommandOutput } from "./commands/CreateDirectoryRegistrationCommand";
12
12
  import { CreateServicePrincipalNameCommandInput, CreateServicePrincipalNameCommandOutput } from "./commands/CreateServicePrincipalNameCommand";
@@ -33,7 +33,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
33
33
  import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
34
34
  import { UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput } from "./commands/UpdateTemplateGroupAccessControlEntryCommand";
35
35
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
36
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
36
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
37
37
  export { __Client };
38
38
  /**
39
39
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { PcaConnectorAdHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { PcaConnectorAdHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { PcaConnectorAdClientResolvedConfig } from "../PcaConnectorAdClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type PcaConnectorAdClientResolvedConfig } from "../PcaConnectorAdClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0";
4
- import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateConnectorRequest, CreateConnectorResponse } from "../models/models_0";
4
+ import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateDirectoryRegistrationRequest, CreateDirectoryRegistrationResponse } from "../models/models_0";
4
- import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateDirectoryRegistrationRequest, CreateDirectoryRegistrationResponse } from "../models/models_0";
4
+ import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateServicePrincipalNameRequest } from "../models/models_0";
4
- import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateServicePrincipalNameRequest } from "../models/models_0";
4
+ import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
4
- import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
4
+ import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateTemplateGroupAccessControlEntryRequest } from "../models/models_0";
4
- import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateTemplateGroupAccessControlEntryRequest } from "../models/models_0";
4
+ import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteConnectorRequest } from "../models/models_0";
4
- import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteConnectorRequest } from "../models/models_0";
4
+ import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteDirectoryRegistrationRequest } from "../models/models_0";
4
- import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteDirectoryRegistrationRequest } from "../models/models_0";
4
+ import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteServicePrincipalNameRequest } from "../models/models_0";
4
- import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteServicePrincipalNameRequest } from "../models/models_0";
4
+ import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteTemplateRequest } from "../models/models_0";
4
- import { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteTemplateRequest } from "../models/models_0";
4
+ import type { PcaConnectorAdClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PcaConnectorAdClient";
5
5
  /**
6
6
  * @public
7
7
  */