@aws-sdk/client-pca-connector-ad 3.765.0 → 3.772.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 +53 -60
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AccessRight: () => AccessRight,
|
|
26
26
|
ApplicationPolicy: () => ApplicationPolicy,
|
|
@@ -85,7 +85,7 @@ __export(src_exports, {
|
|
|
85
85
|
paginateListTemplateGroupAccessControlEntries: () => paginateListTemplateGroupAccessControlEntries,
|
|
86
86
|
paginateListTemplates: () => paginateListTemplates
|
|
87
87
|
});
|
|
88
|
-
module.exports = __toCommonJS(
|
|
88
|
+
module.exports = __toCommonJS(index_exports);
|
|
89
89
|
|
|
90
90
|
// src/PcaConnectorAdClient.ts
|
|
91
91
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -212,9 +212,9 @@ var PcaConnectorAdClient = class extends import_smithy_client.Client {
|
|
|
212
212
|
this.middlewareStack.use(
|
|
213
213
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
214
214
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultPcaConnectorAdHttpAuthSchemeParametersProvider,
|
|
215
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
215
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
216
216
|
"aws.auth#sigv4": config.credentials
|
|
217
|
-
})
|
|
217
|
+
}), "identityProviderConfigProvider")
|
|
218
218
|
})
|
|
219
219
|
);
|
|
220
220
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -355,10 +355,8 @@ var ApplicationPolicyType = {
|
|
|
355
355
|
var ApplicationPolicy;
|
|
356
356
|
((ApplicationPolicy3) => {
|
|
357
357
|
ApplicationPolicy3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
358
|
-
if (value.PolicyType !== void 0)
|
|
359
|
-
|
|
360
|
-
if (value.PolicyObjectIdentifier !== void 0)
|
|
361
|
-
return visitor.PolicyObjectIdentifier(value.PolicyObjectIdentifier);
|
|
358
|
+
if (value.PolicyType !== void 0) return visitor.PolicyType(value.PolicyType);
|
|
359
|
+
if (value.PolicyObjectIdentifier !== void 0) return visitor.PolicyObjectIdentifier(value.PolicyObjectIdentifier);
|
|
362
360
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
363
361
|
}, "visit");
|
|
364
362
|
})(ApplicationPolicy || (ApplicationPolicy = {}));
|
|
@@ -635,22 +633,17 @@ var KeyUsagePropertyType = {
|
|
|
635
633
|
var KeyUsageProperty;
|
|
636
634
|
((KeyUsageProperty3) => {
|
|
637
635
|
KeyUsageProperty3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
638
|
-
if (value.PropertyType !== void 0)
|
|
639
|
-
|
|
640
|
-
if (value.PropertyFlags !== void 0)
|
|
641
|
-
return visitor.PropertyFlags(value.PropertyFlags);
|
|
636
|
+
if (value.PropertyType !== void 0) return visitor.PropertyType(value.PropertyType);
|
|
637
|
+
if (value.PropertyFlags !== void 0) return visitor.PropertyFlags(value.PropertyFlags);
|
|
642
638
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
643
639
|
}, "visit");
|
|
644
640
|
})(KeyUsageProperty || (KeyUsageProperty = {}));
|
|
645
641
|
var TemplateDefinition;
|
|
646
642
|
((TemplateDefinition3) => {
|
|
647
643
|
TemplateDefinition3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
648
|
-
if (value.TemplateV2 !== void 0)
|
|
649
|
-
|
|
650
|
-
if (value.
|
|
651
|
-
return visitor.TemplateV3(value.TemplateV3);
|
|
652
|
-
if (value.TemplateV4 !== void 0)
|
|
653
|
-
return visitor.TemplateV4(value.TemplateV4);
|
|
644
|
+
if (value.TemplateV2 !== void 0) return visitor.TemplateV2(value.TemplateV2);
|
|
645
|
+
if (value.TemplateV3 !== void 0) return visitor.TemplateV3(value.TemplateV3);
|
|
646
|
+
if (value.TemplateV4 !== void 0) return visitor.TemplateV4(value.TemplateV4);
|
|
654
647
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
655
648
|
}, "visit");
|
|
656
649
|
})(TemplateDefinition || (TemplateDefinition = {}));
|
|
@@ -700,8 +693,8 @@ var se_CreateConnectorCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
700
693
|
CertificateAuthorityArn: [],
|
|
701
694
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
702
695
|
DirectoryId: [],
|
|
703
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
704
|
-
VpcInformation: (_) => (0, import_smithy_client._json)(_)
|
|
696
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
697
|
+
VpcInformation: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VpcInformation")
|
|
705
698
|
})
|
|
706
699
|
);
|
|
707
700
|
b.m("POST").h(headers).b(body);
|
|
@@ -718,7 +711,7 @@ var se_CreateDirectoryRegistrationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
718
711
|
(0, import_smithy_client.take)(input, {
|
|
719
712
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
720
713
|
DirectoryId: [],
|
|
721
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
714
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
722
715
|
})
|
|
723
716
|
);
|
|
724
717
|
b.m("POST").h(headers).b(body);
|
|
@@ -752,9 +745,9 @@ var se_CreateTemplateCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
752
745
|
(0, import_smithy_client.take)(input, {
|
|
753
746
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
754
747
|
ConnectorArn: [],
|
|
755
|
-
Definition: (_) => (0, import_smithy_client._json)(_),
|
|
748
|
+
Definition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Definition"),
|
|
756
749
|
Name: [],
|
|
757
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
750
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
758
751
|
})
|
|
759
752
|
);
|
|
760
753
|
b.m("POST").h(headers).b(body);
|
|
@@ -770,7 +763,7 @@ var se_CreateTemplateGroupAccessControlEntryCommand = /* @__PURE__ */ __name(asy
|
|
|
770
763
|
let body;
|
|
771
764
|
body = JSON.stringify(
|
|
772
765
|
(0, import_smithy_client.take)(input, {
|
|
773
|
-
AccessRights: (_) => (0, import_smithy_client._json)(_),
|
|
766
|
+
AccessRights: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccessRights"),
|
|
774
767
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
775
768
|
GroupDisplayName: [],
|
|
776
769
|
GroupSecurityIdentifier: []
|
|
@@ -955,7 +948,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
955
948
|
let body;
|
|
956
949
|
body = JSON.stringify(
|
|
957
950
|
(0, import_smithy_client.take)(input, {
|
|
958
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
951
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
959
952
|
})
|
|
960
953
|
);
|
|
961
954
|
b.m("POST").h(headers).b(body);
|
|
@@ -983,7 +976,7 @@ var se_UpdateTemplateCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
983
976
|
let body;
|
|
984
977
|
body = JSON.stringify(
|
|
985
978
|
(0, import_smithy_client.take)(input, {
|
|
986
|
-
Definition: (_) => (0, import_smithy_client._json)(_),
|
|
979
|
+
Definition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Definition"),
|
|
987
980
|
ReenrollAllCertificateHolders: []
|
|
988
981
|
})
|
|
989
982
|
);
|
|
@@ -1001,7 +994,7 @@ var se_UpdateTemplateGroupAccessControlEntryCommand = /* @__PURE__ */ __name(asy
|
|
|
1001
994
|
let body;
|
|
1002
995
|
body = JSON.stringify(
|
|
1003
996
|
(0, import_smithy_client.take)(input, {
|
|
1004
|
-
AccessRights: (_) => (0, import_smithy_client._json)(_),
|
|
997
|
+
AccessRights: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccessRights"),
|
|
1005
998
|
GroupDisplayName: []
|
|
1006
999
|
})
|
|
1007
1000
|
);
|
|
@@ -1129,7 +1122,7 @@ var de_GetConnectorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1129
1122
|
});
|
|
1130
1123
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1131
1124
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1132
|
-
Connector: (_) => de_Connector(_, context)
|
|
1125
|
+
Connector: /* @__PURE__ */ __name((_) => de_Connector(_, context), "Connector")
|
|
1133
1126
|
});
|
|
1134
1127
|
Object.assign(contents, doc);
|
|
1135
1128
|
return contents;
|
|
@@ -1143,7 +1136,7 @@ var de_GetDirectoryRegistrationCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1143
1136
|
});
|
|
1144
1137
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1145
1138
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1146
|
-
DirectoryRegistration: (_) => de_DirectoryRegistration(_, context)
|
|
1139
|
+
DirectoryRegistration: /* @__PURE__ */ __name((_) => de_DirectoryRegistration(_, context), "DirectoryRegistration")
|
|
1147
1140
|
});
|
|
1148
1141
|
Object.assign(contents, doc);
|
|
1149
1142
|
return contents;
|
|
@@ -1157,7 +1150,7 @@ var de_GetServicePrincipalNameCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1157
1150
|
});
|
|
1158
1151
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1159
1152
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1160
|
-
ServicePrincipalName: (_) => de_ServicePrincipalName(_, context)
|
|
1153
|
+
ServicePrincipalName: /* @__PURE__ */ __name((_) => de_ServicePrincipalName(_, context), "ServicePrincipalName")
|
|
1161
1154
|
});
|
|
1162
1155
|
Object.assign(contents, doc);
|
|
1163
1156
|
return contents;
|
|
@@ -1171,7 +1164,7 @@ var de_GetTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1171
1164
|
});
|
|
1172
1165
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1173
1166
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1174
|
-
Template: (_) => de_Template(_, context)
|
|
1167
|
+
Template: /* @__PURE__ */ __name((_) => de_Template(_, context), "Template")
|
|
1175
1168
|
});
|
|
1176
1169
|
Object.assign(contents, doc);
|
|
1177
1170
|
return contents;
|
|
@@ -1185,7 +1178,7 @@ var de_GetTemplateGroupAccessControlEntryCommand = /* @__PURE__ */ __name(async
|
|
|
1185
1178
|
});
|
|
1186
1179
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1187
1180
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1188
|
-
AccessControlEntry: (_) => de_AccessControlEntry(_, context)
|
|
1181
|
+
AccessControlEntry: /* @__PURE__ */ __name((_) => de_AccessControlEntry(_, context), "AccessControlEntry")
|
|
1189
1182
|
});
|
|
1190
1183
|
Object.assign(contents, doc);
|
|
1191
1184
|
return contents;
|
|
@@ -1199,7 +1192,7 @@ var de_ListConnectorsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1199
1192
|
});
|
|
1200
1193
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1201
1194
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1202
|
-
Connectors: (_) => de_ConnectorList(_, context),
|
|
1195
|
+
Connectors: /* @__PURE__ */ __name((_) => de_ConnectorList(_, context), "Connectors"),
|
|
1203
1196
|
NextToken: import_smithy_client.expectString
|
|
1204
1197
|
});
|
|
1205
1198
|
Object.assign(contents, doc);
|
|
@@ -1214,7 +1207,7 @@ var de_ListDirectoryRegistrationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1214
1207
|
});
|
|
1215
1208
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1216
1209
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1217
|
-
DirectoryRegistrations: (_) => de_DirectoryRegistrationList(_, context),
|
|
1210
|
+
DirectoryRegistrations: /* @__PURE__ */ __name((_) => de_DirectoryRegistrationList(_, context), "DirectoryRegistrations"),
|
|
1218
1211
|
NextToken: import_smithy_client.expectString
|
|
1219
1212
|
});
|
|
1220
1213
|
Object.assign(contents, doc);
|
|
@@ -1230,7 +1223,7 @@ var de_ListServicePrincipalNamesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1230
1223
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1231
1224
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1232
1225
|
NextToken: import_smithy_client.expectString,
|
|
1233
|
-
ServicePrincipalNames: (_) => de_ServicePrincipalNameList(_, context)
|
|
1226
|
+
ServicePrincipalNames: /* @__PURE__ */ __name((_) => de_ServicePrincipalNameList(_, context), "ServicePrincipalNames")
|
|
1234
1227
|
});
|
|
1235
1228
|
Object.assign(contents, doc);
|
|
1236
1229
|
return contents;
|
|
@@ -1258,7 +1251,7 @@ var de_ListTemplateGroupAccessControlEntriesCommand = /* @__PURE__ */ __name(asy
|
|
|
1258
1251
|
});
|
|
1259
1252
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1260
1253
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1261
|
-
AccessControlEntries: (_) => de_AccessControlEntryList(_, context),
|
|
1254
|
+
AccessControlEntries: /* @__PURE__ */ __name((_) => de_AccessControlEntryList(_, context), "AccessControlEntries"),
|
|
1262
1255
|
NextToken: import_smithy_client.expectString
|
|
1263
1256
|
});
|
|
1264
1257
|
Object.assign(contents, doc);
|
|
@@ -1274,7 +1267,7 @@ var de_ListTemplatesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1274
1267
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1275
1268
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1276
1269
|
NextToken: import_smithy_client.expectString,
|
|
1277
|
-
Templates: (_) => de_TemplateList(_, context)
|
|
1270
|
+
Templates: /* @__PURE__ */ __name((_) => de_TemplateList(_, context), "Templates")
|
|
1278
1271
|
});
|
|
1279
1272
|
Object.assign(contents, doc);
|
|
1280
1273
|
return contents;
|
|
@@ -1462,11 +1455,11 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1462
1455
|
var de_AccessControlEntry = /* @__PURE__ */ __name((output, context) => {
|
|
1463
1456
|
return (0, import_smithy_client.take)(output, {
|
|
1464
1457
|
AccessRights: import_smithy_client._json,
|
|
1465
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1458
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1466
1459
|
GroupDisplayName: import_smithy_client.expectString,
|
|
1467
1460
|
GroupSecurityIdentifier: import_smithy_client.expectString,
|
|
1468
1461
|
TemplateArn: import_smithy_client.expectString,
|
|
1469
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1462
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1470
1463
|
});
|
|
1471
1464
|
}, "de_AccessControlEntry");
|
|
1472
1465
|
var de_AccessControlEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1478,11 +1471,11 @@ var de_AccessControlEntryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1478
1471
|
var de_AccessControlEntrySummary = /* @__PURE__ */ __name((output, context) => {
|
|
1479
1472
|
return (0, import_smithy_client.take)(output, {
|
|
1480
1473
|
AccessRights: import_smithy_client._json,
|
|
1481
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1474
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1482
1475
|
GroupDisplayName: import_smithy_client.expectString,
|
|
1483
1476
|
GroupSecurityIdentifier: import_smithy_client.expectString,
|
|
1484
1477
|
TemplateArn: import_smithy_client.expectString,
|
|
1485
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1478
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1486
1479
|
});
|
|
1487
1480
|
}, "de_AccessControlEntrySummary");
|
|
1488
1481
|
var de_Connector = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1490,11 +1483,11 @@ var de_Connector = /* @__PURE__ */ __name((output, context) => {
|
|
|
1490
1483
|
Arn: import_smithy_client.expectString,
|
|
1491
1484
|
CertificateAuthorityArn: import_smithy_client.expectString,
|
|
1492
1485
|
CertificateEnrollmentPolicyServerEndpoint: import_smithy_client.expectString,
|
|
1493
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1486
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1494
1487
|
DirectoryId: import_smithy_client.expectString,
|
|
1495
1488
|
Status: import_smithy_client.expectString,
|
|
1496
1489
|
StatusReason: import_smithy_client.expectString,
|
|
1497
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1490
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
1498
1491
|
VpcInformation: import_smithy_client._json
|
|
1499
1492
|
});
|
|
1500
1493
|
}, "de_Connector");
|
|
@@ -1509,22 +1502,22 @@ var de_ConnectorSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1509
1502
|
Arn: import_smithy_client.expectString,
|
|
1510
1503
|
CertificateAuthorityArn: import_smithy_client.expectString,
|
|
1511
1504
|
CertificateEnrollmentPolicyServerEndpoint: import_smithy_client.expectString,
|
|
1512
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1505
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1513
1506
|
DirectoryId: import_smithy_client.expectString,
|
|
1514
1507
|
Status: import_smithy_client.expectString,
|
|
1515
1508
|
StatusReason: import_smithy_client.expectString,
|
|
1516
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1509
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt"),
|
|
1517
1510
|
VpcInformation: import_smithy_client._json
|
|
1518
1511
|
});
|
|
1519
1512
|
}, "de_ConnectorSummary");
|
|
1520
1513
|
var de_DirectoryRegistration = /* @__PURE__ */ __name((output, context) => {
|
|
1521
1514
|
return (0, import_smithy_client.take)(output, {
|
|
1522
1515
|
Arn: import_smithy_client.expectString,
|
|
1523
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1516
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1524
1517
|
DirectoryId: import_smithy_client.expectString,
|
|
1525
1518
|
Status: import_smithy_client.expectString,
|
|
1526
1519
|
StatusReason: import_smithy_client.expectString,
|
|
1527
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1520
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1528
1521
|
});
|
|
1529
1522
|
}, "de_DirectoryRegistration");
|
|
1530
1523
|
var de_DirectoryRegistrationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1536,21 +1529,21 @@ var de_DirectoryRegistrationList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1536
1529
|
var de_DirectoryRegistrationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1537
1530
|
return (0, import_smithy_client.take)(output, {
|
|
1538
1531
|
Arn: import_smithy_client.expectString,
|
|
1539
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1532
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1540
1533
|
DirectoryId: import_smithy_client.expectString,
|
|
1541
1534
|
Status: import_smithy_client.expectString,
|
|
1542
1535
|
StatusReason: import_smithy_client.expectString,
|
|
1543
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1536
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1544
1537
|
});
|
|
1545
1538
|
}, "de_DirectoryRegistrationSummary");
|
|
1546
1539
|
var de_ServicePrincipalName = /* @__PURE__ */ __name((output, context) => {
|
|
1547
1540
|
return (0, import_smithy_client.take)(output, {
|
|
1548
1541
|
ConnectorArn: import_smithy_client.expectString,
|
|
1549
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1542
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1550
1543
|
DirectoryRegistrationArn: import_smithy_client.expectString,
|
|
1551
1544
|
Status: import_smithy_client.expectString,
|
|
1552
1545
|
StatusReason: import_smithy_client.expectString,
|
|
1553
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1546
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1554
1547
|
});
|
|
1555
1548
|
}, "de_ServicePrincipalName");
|
|
1556
1549
|
var de_ServicePrincipalNameList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1562,25 +1555,25 @@ var de_ServicePrincipalNameList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1562
1555
|
var de_ServicePrincipalNameSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1563
1556
|
return (0, import_smithy_client.take)(output, {
|
|
1564
1557
|
ConnectorArn: import_smithy_client.expectString,
|
|
1565
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1558
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1566
1559
|
DirectoryRegistrationArn: import_smithy_client.expectString,
|
|
1567
1560
|
Status: import_smithy_client.expectString,
|
|
1568
1561
|
StatusReason: import_smithy_client.expectString,
|
|
1569
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1562
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1570
1563
|
});
|
|
1571
1564
|
}, "de_ServicePrincipalNameSummary");
|
|
1572
1565
|
var de_Template = /* @__PURE__ */ __name((output, context) => {
|
|
1573
1566
|
return (0, import_smithy_client.take)(output, {
|
|
1574
1567
|
Arn: import_smithy_client.expectString,
|
|
1575
1568
|
ConnectorArn: import_smithy_client.expectString,
|
|
1576
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1577
|
-
Definition: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1569
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1570
|
+
Definition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Definition"),
|
|
1578
1571
|
Name: import_smithy_client.expectString,
|
|
1579
1572
|
ObjectIdentifier: import_smithy_client.expectString,
|
|
1580
1573
|
PolicySchema: import_smithy_client.expectInt32,
|
|
1581
1574
|
Revision: import_smithy_client._json,
|
|
1582
1575
|
Status: import_smithy_client.expectString,
|
|
1583
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1576
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1584
1577
|
});
|
|
1585
1578
|
}, "de_Template");
|
|
1586
1579
|
var de_TemplateList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1593,14 +1586,14 @@ var de_TemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1593
1586
|
return (0, import_smithy_client.take)(output, {
|
|
1594
1587
|
Arn: import_smithy_client.expectString,
|
|
1595
1588
|
ConnectorArn: import_smithy_client.expectString,
|
|
1596
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1597
|
-
Definition: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
1589
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
1590
|
+
Definition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "Definition"),
|
|
1598
1591
|
Name: import_smithy_client.expectString,
|
|
1599
1592
|
ObjectIdentifier: import_smithy_client.expectString,
|
|
1600
1593
|
PolicySchema: import_smithy_client.expectInt32,
|
|
1601
1594
|
Revision: import_smithy_client._json,
|
|
1602
1595
|
Status: import_smithy_client.expectString,
|
|
1603
|
-
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1596
|
+
UpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdatedAt")
|
|
1604
1597
|
});
|
|
1605
1598
|
}, "de_TemplateSummary");
|
|
1606
1599
|
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pca-connector-ad",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pca Connector Ad Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pca-connector-ad",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|