@aws-sdk/client-pca-connector-ad 3.943.0 → 3.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +44 -210
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/PcaConnectorAdClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +44 -210
- package/dist-types/PcaConnectorAd.d.ts +1 -1
- package/dist-types/PcaConnectorAdClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateConnectorCommand.d.ts +3 -3
- package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +3 -3
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +3 -3
- package/dist-types/commands/GetConnectorCommand.d.ts +3 -3
- package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +3 -3
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -3
- package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +3 -3
- package/dist-types/commands/ListConnectorsCommand.d.ts +3 -3
- package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +3 -3
- package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +3 -3
- package/dist-types/commands/ListTemplatesCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/PcaConnectorAdServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDirectoryRegistrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicePrincipalNamesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateGroupAccessControlEntriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/PcaConnectorAdClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/PcaConnectorAdServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -481,17 +481,7 @@ var AccessControlEntrySummary = [
|
|
|
481
481
|
[_GDN, _GSI, _AR, _TA, _CA, _UA],
|
|
482
482
|
[0, 0, () => AccessRights, 0, 4, 4],
|
|
483
483
|
];
|
|
484
|
-
var AccessDeniedException = [
|
|
485
|
-
-3,
|
|
486
|
-
n0,
|
|
487
|
-
_ADE,
|
|
488
|
-
{
|
|
489
|
-
[_e]: _c,
|
|
490
|
-
[_hE]: 403,
|
|
491
|
-
},
|
|
492
|
-
[_M],
|
|
493
|
-
[0],
|
|
494
|
-
];
|
|
484
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
495
485
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
496
486
|
var AccessRights = [3, n0, _AR, 0, [_E, _AE], [0, 0]];
|
|
497
487
|
var ApplicationPolicies = [3, n0, _AP, 0, [_C, _P], [2, () => ApplicationPolicyList]];
|
|
@@ -503,17 +493,7 @@ var CertificateValidity = [
|
|
|
503
493
|
[_VP, _RP],
|
|
504
494
|
[() => ValidityPeriod, () => ValidityPeriod],
|
|
505
495
|
];
|
|
506
|
-
var ConflictException = [
|
|
507
|
-
-3,
|
|
508
|
-
n0,
|
|
509
|
-
_CE,
|
|
510
|
-
{
|
|
511
|
-
[_e]: _c,
|
|
512
|
-
[_hE]: 409,
|
|
513
|
-
},
|
|
514
|
-
[_M, _RI, _RT],
|
|
515
|
-
[0, 0, 0],
|
|
516
|
-
];
|
|
496
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M, _RI, _RT], [0, 0, 0]];
|
|
517
497
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
518
498
|
var Connector = [
|
|
519
499
|
3,
|
|
@@ -721,17 +701,7 @@ var GetTemplateGroupAccessControlEntryResponse = [
|
|
|
721
701
|
];
|
|
722
702
|
var GetTemplateRequest = [3, n0, _GTR, 0, [_TA], [[0, 1]]];
|
|
723
703
|
var GetTemplateResponse = [3, n0, _GTRe, 0, [_Te], [() => Template]];
|
|
724
|
-
var InternalServerException = [
|
|
725
|
-
-3,
|
|
726
|
-
n0,
|
|
727
|
-
_ISE,
|
|
728
|
-
{
|
|
729
|
-
[_e]: _s,
|
|
730
|
-
[_hE]: 500,
|
|
731
|
-
},
|
|
732
|
-
[_M],
|
|
733
|
-
[0],
|
|
734
|
-
];
|
|
704
|
+
var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
735
705
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
736
706
|
var KeyUsage = [3, n0, _KU, 0, [_C, _UF], [2, () => KeyUsageFlags]];
|
|
737
707
|
var KeyUsageFlags = [3, n0, _KUF, 0, [_DS, _NR, _KE, _DE, _KA], [2, 2, 2, 2, 2]];
|
|
@@ -743,18 +713,8 @@ var ListConnectorsRequest = [
|
|
|
743
713
|
0,
|
|
744
714
|
[_MR, _NT],
|
|
745
715
|
[
|
|
746
|
-
[
|
|
747
|
-
|
|
748
|
-
{
|
|
749
|
-
[_hQ]: _MR,
|
|
750
|
-
},
|
|
751
|
-
],
|
|
752
|
-
[
|
|
753
|
-
0,
|
|
754
|
-
{
|
|
755
|
-
[_hQ]: _NT,
|
|
756
|
-
},
|
|
757
|
-
],
|
|
716
|
+
[1, { [_hQ]: _MR }],
|
|
717
|
+
[0, { [_hQ]: _NT }],
|
|
758
718
|
],
|
|
759
719
|
];
|
|
760
720
|
var ListConnectorsResponse = [3, n0, _LCRi, 0, [_Con, _NT], [() => ConnectorList, 0]];
|
|
@@ -765,18 +725,8 @@ var ListDirectoryRegistrationsRequest = [
|
|
|
765
725
|
0,
|
|
766
726
|
[_MR, _NT],
|
|
767
727
|
[
|
|
768
|
-
[
|
|
769
|
-
|
|
770
|
-
{
|
|
771
|
-
[_hQ]: _MR,
|
|
772
|
-
},
|
|
773
|
-
],
|
|
774
|
-
[
|
|
775
|
-
0,
|
|
776
|
-
{
|
|
777
|
-
[_hQ]: _NT,
|
|
778
|
-
},
|
|
779
|
-
],
|
|
728
|
+
[1, { [_hQ]: _MR }],
|
|
729
|
+
[0, { [_hQ]: _NT }],
|
|
780
730
|
],
|
|
781
731
|
];
|
|
782
732
|
var ListDirectoryRegistrationsResponse = [
|
|
@@ -794,18 +744,8 @@ var ListServicePrincipalNamesRequest = [
|
|
|
794
744
|
0,
|
|
795
745
|
[_MR, _NT, _DRA],
|
|
796
746
|
[
|
|
797
|
-
[
|
|
798
|
-
|
|
799
|
-
{
|
|
800
|
-
[_hQ]: _MR,
|
|
801
|
-
},
|
|
802
|
-
],
|
|
803
|
-
[
|
|
804
|
-
0,
|
|
805
|
-
{
|
|
806
|
-
[_hQ]: _NT,
|
|
807
|
-
},
|
|
808
|
-
],
|
|
747
|
+
[1, { [_hQ]: _MR }],
|
|
748
|
+
[0, { [_hQ]: _NT }],
|
|
809
749
|
[0, 1],
|
|
810
750
|
],
|
|
811
751
|
];
|
|
@@ -826,18 +766,8 @@ var ListTemplateGroupAccessControlEntriesRequest = [
|
|
|
826
766
|
0,
|
|
827
767
|
[_MR, _NT, _TA],
|
|
828
768
|
[
|
|
829
|
-
[
|
|
830
|
-
|
|
831
|
-
{
|
|
832
|
-
[_hQ]: _MR,
|
|
833
|
-
},
|
|
834
|
-
],
|
|
835
|
-
[
|
|
836
|
-
0,
|
|
837
|
-
{
|
|
838
|
-
[_hQ]: _NT,
|
|
839
|
-
},
|
|
840
|
-
],
|
|
769
|
+
[1, { [_hQ]: _MR }],
|
|
770
|
+
[0, { [_hQ]: _NT }],
|
|
841
771
|
[0, 1],
|
|
842
772
|
],
|
|
843
773
|
];
|
|
@@ -856,24 +786,9 @@ var ListTemplatesRequest = [
|
|
|
856
786
|
0,
|
|
857
787
|
[_MR, _NT, _CAo],
|
|
858
788
|
[
|
|
859
|
-
[
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
[_hQ]: _MR,
|
|
863
|
-
},
|
|
864
|
-
],
|
|
865
|
-
[
|
|
866
|
-
0,
|
|
867
|
-
{
|
|
868
|
-
[_hQ]: _NT,
|
|
869
|
-
},
|
|
870
|
-
],
|
|
871
|
-
[
|
|
872
|
-
0,
|
|
873
|
-
{
|
|
874
|
-
[_hQ]: _CAo,
|
|
875
|
-
},
|
|
876
|
-
],
|
|
789
|
+
[1, { [_hQ]: _MR }],
|
|
790
|
+
[0, { [_hQ]: _NT }],
|
|
791
|
+
[0, { [_hQ]: _CAo }],
|
|
877
792
|
],
|
|
878
793
|
];
|
|
879
794
|
var ListTemplatesResponse = [3, n0, _LTRi, 0, [_Tem, _NT], [() => TemplateList, 0]];
|
|
@@ -908,10 +823,7 @@ var ResourceNotFoundException = [
|
|
|
908
823
|
-3,
|
|
909
824
|
n0,
|
|
910
825
|
_RNFE,
|
|
911
|
-
{
|
|
912
|
-
[_e]: _c,
|
|
913
|
-
[_hE]: 404,
|
|
914
|
-
},
|
|
826
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
915
827
|
[_M, _RI, _RT],
|
|
916
828
|
[0, 0, 0],
|
|
917
829
|
];
|
|
@@ -936,10 +848,7 @@ var ServiceQuotaExceededException = [
|
|
|
936
848
|
-3,
|
|
937
849
|
n0,
|
|
938
850
|
_SQEE,
|
|
939
|
-
{
|
|
940
|
-
[_e]: _c,
|
|
941
|
-
[_hE]: 402,
|
|
942
|
-
},
|
|
851
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
943
852
|
[_M, _RI, _RT, _SC, _QC],
|
|
944
853
|
[0, 0, 0, 0, 0],
|
|
945
854
|
];
|
|
@@ -1039,17 +948,7 @@ var TemplateV4 = [
|
|
|
1039
948
|
() => ExtensionsV4,
|
|
1040
949
|
],
|
|
1041
950
|
];
|
|
1042
|
-
var ThrottlingException = [
|
|
1043
|
-
-3,
|
|
1044
|
-
n0,
|
|
1045
|
-
_TE,
|
|
1046
|
-
{
|
|
1047
|
-
[_e]: _c,
|
|
1048
|
-
[_hE]: 429,
|
|
1049
|
-
},
|
|
1050
|
-
[_M, _SC, _QC],
|
|
1051
|
-
[0, 0, 0],
|
|
1052
|
-
];
|
|
951
|
+
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M, _SC, _QC], [0, 0, 0]];
|
|
1053
952
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
1054
953
|
var UntagResourceRequest = [
|
|
1055
954
|
3,
|
|
@@ -1059,12 +958,7 @@ var UntagResourceRequest = [
|
|
|
1059
958
|
[_RA, _TK],
|
|
1060
959
|
[
|
|
1061
960
|
[0, 1],
|
|
1062
|
-
[
|
|
1063
|
-
64 | 0,
|
|
1064
|
-
{
|
|
1065
|
-
[_hQ]: _tK,
|
|
1066
|
-
},
|
|
1067
|
-
],
|
|
961
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
1068
962
|
],
|
|
1069
963
|
];
|
|
1070
964
|
var UpdateTemplateGroupAccessControlEntryRequest = [
|
|
@@ -1083,17 +977,7 @@ var UpdateTemplateRequest = [
|
|
|
1083
977
|
[_TA, _D, _RACH],
|
|
1084
978
|
[[0, 1], () => TemplateDefinition, 2],
|
|
1085
979
|
];
|
|
1086
|
-
var ValidationException = [
|
|
1087
|
-
-3,
|
|
1088
|
-
n0,
|
|
1089
|
-
_VE,
|
|
1090
|
-
{
|
|
1091
|
-
[_e]: _c,
|
|
1092
|
-
[_hE]: 400,
|
|
1093
|
-
},
|
|
1094
|
-
[_M, _Re],
|
|
1095
|
-
[0, 0],
|
|
1096
|
-
];
|
|
980
|
+
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M, _Re], [0, 0]];
|
|
1097
981
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
1098
982
|
var ValidityPeriod = [3, n0, _VP, 0, [_PT, _Pe], [0, 1]];
|
|
1099
983
|
var VpcInformation = [3, n0, _VI, 0, [_IAT, _SGI], [0, 64 | 0]];
|
|
@@ -1120,9 +1004,7 @@ var CreateConnector = [
|
|
|
1120
1004
|
9,
|
|
1121
1005
|
n0,
|
|
1122
1006
|
_CC,
|
|
1123
|
-
{
|
|
1124
|
-
[_h]: ["POST", "/connectors", 202],
|
|
1125
|
-
},
|
|
1007
|
+
{ [_h]: ["POST", "/connectors", 202] },
|
|
1126
1008
|
() => CreateConnectorRequest,
|
|
1127
1009
|
() => CreateConnectorResponse,
|
|
1128
1010
|
];
|
|
@@ -1130,9 +1012,7 @@ var CreateDirectoryRegistration = [
|
|
|
1130
1012
|
9,
|
|
1131
1013
|
n0,
|
|
1132
1014
|
_CDR,
|
|
1133
|
-
{
|
|
1134
|
-
[_h]: ["POST", "/directoryRegistrations", 202],
|
|
1135
|
-
},
|
|
1015
|
+
{ [_h]: ["POST", "/directoryRegistrations", 202] },
|
|
1136
1016
|
() => CreateDirectoryRegistrationRequest,
|
|
1137
1017
|
() => CreateDirectoryRegistrationResponse,
|
|
1138
1018
|
];
|
|
@@ -1140,9 +1020,7 @@ var CreateServicePrincipalName = [
|
|
|
1140
1020
|
9,
|
|
1141
1021
|
n0,
|
|
1142
1022
|
_CSPN,
|
|
1143
|
-
{
|
|
1144
|
-
[_h]: ["POST", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202],
|
|
1145
|
-
},
|
|
1023
|
+
{ [_h]: ["POST", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202] },
|
|
1146
1024
|
() => CreateServicePrincipalNameRequest,
|
|
1147
1025
|
() => __Unit,
|
|
1148
1026
|
];
|
|
@@ -1150,9 +1028,7 @@ var CreateTemplate = [
|
|
|
1150
1028
|
9,
|
|
1151
1029
|
n0,
|
|
1152
1030
|
_CTr,
|
|
1153
|
-
{
|
|
1154
|
-
[_h]: ["POST", "/templates", 200],
|
|
1155
|
-
},
|
|
1031
|
+
{ [_h]: ["POST", "/templates", 200] },
|
|
1156
1032
|
() => CreateTemplateRequest,
|
|
1157
1033
|
() => CreateTemplateResponse,
|
|
1158
1034
|
];
|
|
@@ -1160,9 +1036,7 @@ var CreateTemplateGroupAccessControlEntry = [
|
|
|
1160
1036
|
9,
|
|
1161
1037
|
n0,
|
|
1162
1038
|
_CTGACE,
|
|
1163
|
-
{
|
|
1164
|
-
[_h]: ["POST", "/templates/{TemplateArn}/accessControlEntries", 200],
|
|
1165
|
-
},
|
|
1039
|
+
{ [_h]: ["POST", "/templates/{TemplateArn}/accessControlEntries", 200] },
|
|
1166
1040
|
() => CreateTemplateGroupAccessControlEntryRequest,
|
|
1167
1041
|
() => __Unit,
|
|
1168
1042
|
];
|
|
@@ -1170,9 +1044,7 @@ var DeleteConnector = [
|
|
|
1170
1044
|
9,
|
|
1171
1045
|
n0,
|
|
1172
1046
|
_DC,
|
|
1173
|
-
{
|
|
1174
|
-
[_h]: ["DELETE", "/connectors/{ConnectorArn}", 202],
|
|
1175
|
-
},
|
|
1047
|
+
{ [_h]: ["DELETE", "/connectors/{ConnectorArn}", 202] },
|
|
1176
1048
|
() => DeleteConnectorRequest,
|
|
1177
1049
|
() => __Unit,
|
|
1178
1050
|
];
|
|
@@ -1180,9 +1052,7 @@ var DeleteDirectoryRegistration = [
|
|
|
1180
1052
|
9,
|
|
1181
1053
|
n0,
|
|
1182
1054
|
_DDR,
|
|
1183
|
-
{
|
|
1184
|
-
[_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}", 202],
|
|
1185
|
-
},
|
|
1055
|
+
{ [_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}", 202] },
|
|
1186
1056
|
() => DeleteDirectoryRegistrationRequest,
|
|
1187
1057
|
() => __Unit,
|
|
1188
1058
|
];
|
|
@@ -1190,9 +1060,7 @@ var DeleteServicePrincipalName = [
|
|
|
1190
1060
|
9,
|
|
1191
1061
|
n0,
|
|
1192
1062
|
_DSPN,
|
|
1193
|
-
{
|
|
1194
|
-
[_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202],
|
|
1195
|
-
},
|
|
1063
|
+
{ [_h]: ["DELETE", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 202] },
|
|
1196
1064
|
() => DeleteServicePrincipalNameRequest,
|
|
1197
1065
|
() => __Unit,
|
|
1198
1066
|
];
|
|
@@ -1200,9 +1068,7 @@ var DeleteTemplate = [
|
|
|
1200
1068
|
9,
|
|
1201
1069
|
n0,
|
|
1202
1070
|
_DT,
|
|
1203
|
-
{
|
|
1204
|
-
[_h]: ["DELETE", "/templates/{TemplateArn}", 202],
|
|
1205
|
-
},
|
|
1071
|
+
{ [_h]: ["DELETE", "/templates/{TemplateArn}", 202] },
|
|
1206
1072
|
() => DeleteTemplateRequest,
|
|
1207
1073
|
() => __Unit,
|
|
1208
1074
|
];
|
|
@@ -1210,9 +1076,7 @@ var DeleteTemplateGroupAccessControlEntry = [
|
|
|
1210
1076
|
9,
|
|
1211
1077
|
n0,
|
|
1212
1078
|
_DTGACE,
|
|
1213
|
-
{
|
|
1214
|
-
[_h]: ["DELETE", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200],
|
|
1215
|
-
},
|
|
1079
|
+
{ [_h]: ["DELETE", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200] },
|
|
1216
1080
|
() => DeleteTemplateGroupAccessControlEntryRequest,
|
|
1217
1081
|
() => __Unit,
|
|
1218
1082
|
];
|
|
@@ -1220,9 +1084,7 @@ var GetConnector = [
|
|
|
1220
1084
|
9,
|
|
1221
1085
|
n0,
|
|
1222
1086
|
_GC,
|
|
1223
|
-
{
|
|
1224
|
-
[_h]: ["GET", "/connectors/{ConnectorArn}", 200],
|
|
1225
|
-
},
|
|
1087
|
+
{ [_h]: ["GET", "/connectors/{ConnectorArn}", 200] },
|
|
1226
1088
|
() => GetConnectorRequest,
|
|
1227
1089
|
() => GetConnectorResponse,
|
|
1228
1090
|
];
|
|
@@ -1230,9 +1092,7 @@ var GetDirectoryRegistration = [
|
|
|
1230
1092
|
9,
|
|
1231
1093
|
n0,
|
|
1232
1094
|
_GDR,
|
|
1233
|
-
{
|
|
1234
|
-
[_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}", 200],
|
|
1235
|
-
},
|
|
1095
|
+
{ [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}", 200] },
|
|
1236
1096
|
() => GetDirectoryRegistrationRequest,
|
|
1237
1097
|
() => GetDirectoryRegistrationResponse,
|
|
1238
1098
|
];
|
|
@@ -1240,9 +1100,7 @@ var GetServicePrincipalName = [
|
|
|
1240
1100
|
9,
|
|
1241
1101
|
n0,
|
|
1242
1102
|
_GSPN,
|
|
1243
|
-
{
|
|
1244
|
-
[_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 200],
|
|
1245
|
-
},
|
|
1103
|
+
{ [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames/{ConnectorArn}", 200] },
|
|
1246
1104
|
() => GetServicePrincipalNameRequest,
|
|
1247
1105
|
() => GetServicePrincipalNameResponse,
|
|
1248
1106
|
];
|
|
@@ -1250,9 +1108,7 @@ var GetTemplate = [
|
|
|
1250
1108
|
9,
|
|
1251
1109
|
n0,
|
|
1252
1110
|
_GT,
|
|
1253
|
-
{
|
|
1254
|
-
[_h]: ["GET", "/templates/{TemplateArn}", 200],
|
|
1255
|
-
},
|
|
1111
|
+
{ [_h]: ["GET", "/templates/{TemplateArn}", 200] },
|
|
1256
1112
|
() => GetTemplateRequest,
|
|
1257
1113
|
() => GetTemplateResponse,
|
|
1258
1114
|
];
|
|
@@ -1260,9 +1116,7 @@ var GetTemplateGroupAccessControlEntry = [
|
|
|
1260
1116
|
9,
|
|
1261
1117
|
n0,
|
|
1262
1118
|
_GTGACE,
|
|
1263
|
-
{
|
|
1264
|
-
[_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200],
|
|
1265
|
-
},
|
|
1119
|
+
{ [_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200] },
|
|
1266
1120
|
() => GetTemplateGroupAccessControlEntryRequest,
|
|
1267
1121
|
() => GetTemplateGroupAccessControlEntryResponse,
|
|
1268
1122
|
];
|
|
@@ -1270,9 +1124,7 @@ var ListConnectors = [
|
|
|
1270
1124
|
9,
|
|
1271
1125
|
n0,
|
|
1272
1126
|
_LC,
|
|
1273
|
-
{
|
|
1274
|
-
[_h]: ["GET", "/connectors", 200],
|
|
1275
|
-
},
|
|
1127
|
+
{ [_h]: ["GET", "/connectors", 200] },
|
|
1276
1128
|
() => ListConnectorsRequest,
|
|
1277
1129
|
() => ListConnectorsResponse,
|
|
1278
1130
|
];
|
|
@@ -1280,9 +1132,7 @@ var ListDirectoryRegistrations = [
|
|
|
1280
1132
|
9,
|
|
1281
1133
|
n0,
|
|
1282
1134
|
_LDR,
|
|
1283
|
-
{
|
|
1284
|
-
[_h]: ["GET", "/directoryRegistrations", 200],
|
|
1285
|
-
},
|
|
1135
|
+
{ [_h]: ["GET", "/directoryRegistrations", 200] },
|
|
1286
1136
|
() => ListDirectoryRegistrationsRequest,
|
|
1287
1137
|
() => ListDirectoryRegistrationsResponse,
|
|
1288
1138
|
];
|
|
@@ -1290,9 +1140,7 @@ var ListServicePrincipalNames = [
|
|
|
1290
1140
|
9,
|
|
1291
1141
|
n0,
|
|
1292
1142
|
_LSPN,
|
|
1293
|
-
{
|
|
1294
|
-
[_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames", 200],
|
|
1295
|
-
},
|
|
1143
|
+
{ [_h]: ["GET", "/directoryRegistrations/{DirectoryRegistrationArn}/servicePrincipalNames", 200] },
|
|
1296
1144
|
() => ListServicePrincipalNamesRequest,
|
|
1297
1145
|
() => ListServicePrincipalNamesResponse,
|
|
1298
1146
|
];
|
|
@@ -1300,9 +1148,7 @@ var ListTagsForResource = [
|
|
|
1300
1148
|
9,
|
|
1301
1149
|
n0,
|
|
1302
1150
|
_LTFR,
|
|
1303
|
-
{
|
|
1304
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 200],
|
|
1305
|
-
},
|
|
1151
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] },
|
|
1306
1152
|
() => ListTagsForResourceRequest,
|
|
1307
1153
|
() => ListTagsForResourceResponse,
|
|
1308
1154
|
];
|
|
@@ -1310,9 +1156,7 @@ var ListTemplateGroupAccessControlEntries = [
|
|
|
1310
1156
|
9,
|
|
1311
1157
|
n0,
|
|
1312
1158
|
_LTGACE,
|
|
1313
|
-
{
|
|
1314
|
-
[_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries", 200],
|
|
1315
|
-
},
|
|
1159
|
+
{ [_h]: ["GET", "/templates/{TemplateArn}/accessControlEntries", 200] },
|
|
1316
1160
|
() => ListTemplateGroupAccessControlEntriesRequest,
|
|
1317
1161
|
() => ListTemplateGroupAccessControlEntriesResponse,
|
|
1318
1162
|
];
|
|
@@ -1320,9 +1164,7 @@ var ListTemplates = [
|
|
|
1320
1164
|
9,
|
|
1321
1165
|
n0,
|
|
1322
1166
|
_LT,
|
|
1323
|
-
{
|
|
1324
|
-
[_h]: ["GET", "/templates", 200],
|
|
1325
|
-
},
|
|
1167
|
+
{ [_h]: ["GET", "/templates", 200] },
|
|
1326
1168
|
() => ListTemplatesRequest,
|
|
1327
1169
|
() => ListTemplatesResponse,
|
|
1328
1170
|
];
|
|
@@ -1330,9 +1172,7 @@ var TagResource = [
|
|
|
1330
1172
|
9,
|
|
1331
1173
|
n0,
|
|
1332
1174
|
_TRa,
|
|
1333
|
-
{
|
|
1334
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 204],
|
|
1335
|
-
},
|
|
1175
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] },
|
|
1336
1176
|
() => TagResourceRequest,
|
|
1337
1177
|
() => __Unit,
|
|
1338
1178
|
];
|
|
@@ -1340,9 +1180,7 @@ var UntagResource = [
|
|
|
1340
1180
|
9,
|
|
1341
1181
|
n0,
|
|
1342
1182
|
_UR,
|
|
1343
|
-
{
|
|
1344
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 204],
|
|
1345
|
-
},
|
|
1183
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
|
|
1346
1184
|
() => UntagResourceRequest,
|
|
1347
1185
|
() => __Unit,
|
|
1348
1186
|
];
|
|
@@ -1350,9 +1188,7 @@ var UpdateTemplate = [
|
|
|
1350
1188
|
9,
|
|
1351
1189
|
n0,
|
|
1352
1190
|
_UT,
|
|
1353
|
-
{
|
|
1354
|
-
[_h]: ["PATCH", "/templates/{TemplateArn}", 200],
|
|
1355
|
-
},
|
|
1191
|
+
{ [_h]: ["PATCH", "/templates/{TemplateArn}", 200] },
|
|
1356
1192
|
() => UpdateTemplateRequest,
|
|
1357
1193
|
() => __Unit,
|
|
1358
1194
|
];
|
|
@@ -1360,9 +1196,7 @@ var UpdateTemplateGroupAccessControlEntry = [
|
|
|
1360
1196
|
9,
|
|
1361
1197
|
n0,
|
|
1362
1198
|
_UTGACE,
|
|
1363
|
-
{
|
|
1364
|
-
[_h]: ["PATCH", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200],
|
|
1365
|
-
},
|
|
1199
|
+
{ [_h]: ["PATCH", "/templates/{TemplateArn}/accessControlEntries/{GroupSecurityIdentifier}", 200] },
|
|
1366
1200
|
() => UpdateTemplateGroupAccessControlEntryRequest,
|
|
1367
1201
|
() => __Unit,
|
|
1368
1202
|
];
|
|
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
|
8
8
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
9
9
|
const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
|
|
10
10
|
const invalid_dependency_1 = require("@smithy/invalid-dependency");
|
|
11
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
11
12
|
const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
|
|
13
|
+
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
12
14
|
const util_retry_1 = require("@smithy/util-retry");
|
|
13
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
14
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
15
|
-
const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
|
|
16
16
|
const getRuntimeConfig = (config) => {
|
|
17
17
|
const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
|
|
18
18
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
|
|
|
11
11
|
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
12
12
|
const node_config_provider_1 = require("@smithy/node-config-provider");
|
|
13
13
|
const node_http_handler_1 = require("@smithy/node-http-handler");
|
|
14
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
15
|
const util_body_length_node_1 = require("@smithy/util-body-length-node");
|
|
16
|
+
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
15
17
|
const util_retry_1 = require("@smithy/util-retry");
|
|
16
18
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
17
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
18
|
-
const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
|
|
19
|
-
const smithy_client_2 = require("@smithy/smithy-client");
|
|
20
19
|
const getRuntimeConfig = (config) => {
|
|
21
|
-
(0,
|
|
20
|
+
(0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
22
21
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
23
22
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
24
23
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
7
|
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
8
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
9
|
-
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
10
|
-
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
9
|
+
import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
|
|
10
|
+
import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
|
|
11
11
|
import { Client as __Client, } from "@smithy/smithy-client";
|
|
12
12
|
import { defaultPcaConnectorAdHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
|
|
13
13
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
|
|
|
4
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
|
|
5
5
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
6
|
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
+
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
7
8
|
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
8
10
|
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
9
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
10
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
11
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
12
12
|
export const getRuntimeConfig = (config) => {
|
|
13
13
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
14
14
|
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
|
|
|
7
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
|
|
8
8
|
import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
10
11
|
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
12
|
+
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
11
13
|
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
12
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
14
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
15
|
-
import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
|
|
16
15
|
export const getRuntimeConfig = (config) => {
|
|
17
16
|
emitWarningIfUnsupportedVersion(process.version);
|
|
18
17
|
const defaultsMode = resolveDefaultsModeConfig(config);
|