@aws-sdk/client-pca-connector-ad 3.523.0 → 3.529.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 +16 -57
- package/dist-es/protocols/Aws_restJson1.js +1 -41
- package/package.json +17 -17
- package/dist-cjs/PcaConnectorAd.js +0 -1
- package/dist-cjs/PcaConnectorAdClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/CreateConnectorCommand.js +0 -1
- package/dist-cjs/commands/CreateDirectoryRegistrationCommand.js +0 -1
- package/dist-cjs/commands/CreateServicePrincipalNameCommand.js +0 -1
- package/dist-cjs/commands/CreateTemplateCommand.js +0 -1
- package/dist-cjs/commands/CreateTemplateGroupAccessControlEntryCommand.js +0 -1
- package/dist-cjs/commands/DeleteConnectorCommand.js +0 -1
- package/dist-cjs/commands/DeleteDirectoryRegistrationCommand.js +0 -1
- package/dist-cjs/commands/DeleteServicePrincipalNameCommand.js +0 -1
- package/dist-cjs/commands/DeleteTemplateCommand.js +0 -1
- package/dist-cjs/commands/DeleteTemplateGroupAccessControlEntryCommand.js +0 -1
- package/dist-cjs/commands/GetConnectorCommand.js +0 -1
- package/dist-cjs/commands/GetDirectoryRegistrationCommand.js +0 -1
- package/dist-cjs/commands/GetServicePrincipalNameCommand.js +0 -1
- package/dist-cjs/commands/GetTemplateCommand.js +0 -1
- package/dist-cjs/commands/GetTemplateGroupAccessControlEntryCommand.js +0 -1
- package/dist-cjs/commands/ListConnectorsCommand.js +0 -1
- package/dist-cjs/commands/ListDirectoryRegistrationsCommand.js +0 -1
- package/dist-cjs/commands/ListServicePrincipalNamesCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/ListTemplateGroupAccessControlEntriesCommand.js +0 -1
- package/dist-cjs/commands/ListTemplatesCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/UpdateTemplateCommand.js +0 -1
- package/dist-cjs/commands/UpdateTemplateGroupAccessControlEntryCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/PcaConnectorAdServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListConnectorsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDirectoryRegistrationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListServicePrincipalNamesPaginator.js +0 -1
- package/dist-cjs/pagination/ListTemplateGroupAccessControlEntriesPaginator.js +0 -1
- package/dist-cjs/pagination/ListTemplatesPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -939,7 +939,7 @@ var de_CreateConnectorCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
939
939
|
const contents = (0, import_smithy_client.map)({
|
|
940
940
|
$metadata: deserializeMetadata(output)
|
|
941
941
|
});
|
|
942
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
942
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
943
943
|
const doc = (0, import_smithy_client.take)(data, {
|
|
944
944
|
ConnectorArn: import_smithy_client.expectString
|
|
945
945
|
});
|
|
@@ -953,7 +953,7 @@ var de_CreateDirectoryRegistrationCommand = /* @__PURE__ */ __name(async (output
|
|
|
953
953
|
const contents = (0, import_smithy_client.map)({
|
|
954
954
|
$metadata: deserializeMetadata(output)
|
|
955
955
|
});
|
|
956
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
956
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
957
957
|
const doc = (0, import_smithy_client.take)(data, {
|
|
958
958
|
DirectoryRegistrationArn: import_smithy_client.expectString
|
|
959
959
|
});
|
|
@@ -977,7 +977,7 @@ var de_CreateTemplateCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
977
977
|
const contents = (0, import_smithy_client.map)({
|
|
978
978
|
$metadata: deserializeMetadata(output)
|
|
979
979
|
});
|
|
980
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
980
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
981
981
|
const doc = (0, import_smithy_client.take)(data, {
|
|
982
982
|
TemplateArn: import_smithy_client.expectString
|
|
983
983
|
});
|
|
@@ -1051,7 +1051,7 @@ var de_GetConnectorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1051
1051
|
const contents = (0, import_smithy_client.map)({
|
|
1052
1052
|
$metadata: deserializeMetadata(output)
|
|
1053
1053
|
});
|
|
1054
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1054
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1055
1055
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1056
1056
|
Connector: (_) => de_Connector(_, context)
|
|
1057
1057
|
});
|
|
@@ -1065,7 +1065,7 @@ var de_GetDirectoryRegistrationCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1065
1065
|
const contents = (0, import_smithy_client.map)({
|
|
1066
1066
|
$metadata: deserializeMetadata(output)
|
|
1067
1067
|
});
|
|
1068
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1068
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1069
1069
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1070
1070
|
DirectoryRegistration: (_) => de_DirectoryRegistration(_, context)
|
|
1071
1071
|
});
|
|
@@ -1079,7 +1079,7 @@ var de_GetServicePrincipalNameCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1079
1079
|
const contents = (0, import_smithy_client.map)({
|
|
1080
1080
|
$metadata: deserializeMetadata(output)
|
|
1081
1081
|
});
|
|
1082
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1082
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1083
1083
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1084
1084
|
ServicePrincipalName: (_) => de_ServicePrincipalName(_, context)
|
|
1085
1085
|
});
|
|
@@ -1093,7 +1093,7 @@ var de_GetTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1093
1093
|
const contents = (0, import_smithy_client.map)({
|
|
1094
1094
|
$metadata: deserializeMetadata(output)
|
|
1095
1095
|
});
|
|
1096
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1096
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1097
1097
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1098
1098
|
Template: (_) => de_Template(_, context)
|
|
1099
1099
|
});
|
|
@@ -1107,7 +1107,7 @@ var de_GetTemplateGroupAccessControlEntryCommand = /* @__PURE__ */ __name(async
|
|
|
1107
1107
|
const contents = (0, import_smithy_client.map)({
|
|
1108
1108
|
$metadata: deserializeMetadata(output)
|
|
1109
1109
|
});
|
|
1110
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1110
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1111
1111
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1112
1112
|
AccessControlEntry: (_) => de_AccessControlEntry(_, context)
|
|
1113
1113
|
});
|
|
@@ -1121,7 +1121,7 @@ var de_ListConnectorsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1121
1121
|
const contents = (0, import_smithy_client.map)({
|
|
1122
1122
|
$metadata: deserializeMetadata(output)
|
|
1123
1123
|
});
|
|
1124
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1124
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1125
1125
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1126
1126
|
Connectors: (_) => de_ConnectorList(_, context),
|
|
1127
1127
|
NextToken: import_smithy_client.expectString
|
|
@@ -1136,7 +1136,7 @@ var de_ListDirectoryRegistrationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1136
1136
|
const contents = (0, import_smithy_client.map)({
|
|
1137
1137
|
$metadata: deserializeMetadata(output)
|
|
1138
1138
|
});
|
|
1139
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1139
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1140
1140
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1141
1141
|
DirectoryRegistrations: (_) => de_DirectoryRegistrationList(_, context),
|
|
1142
1142
|
NextToken: import_smithy_client.expectString
|
|
@@ -1151,7 +1151,7 @@ var de_ListServicePrincipalNamesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1151
1151
|
const contents = (0, import_smithy_client.map)({
|
|
1152
1152
|
$metadata: deserializeMetadata(output)
|
|
1153
1153
|
});
|
|
1154
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1154
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1155
1155
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1156
1156
|
NextToken: import_smithy_client.expectString,
|
|
1157
1157
|
ServicePrincipalNames: (_) => de_ServicePrincipalNameList(_, context)
|
|
@@ -1166,7 +1166,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1166
1166
|
const contents = (0, import_smithy_client.map)({
|
|
1167
1167
|
$metadata: deserializeMetadata(output)
|
|
1168
1168
|
});
|
|
1169
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1169
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1170
1170
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1171
1171
|
Tags: import_smithy_client._json
|
|
1172
1172
|
});
|
|
@@ -1180,7 +1180,7 @@ var de_ListTemplateGroupAccessControlEntriesCommand = /* @__PURE__ */ __name(asy
|
|
|
1180
1180
|
const contents = (0, import_smithy_client.map)({
|
|
1181
1181
|
$metadata: deserializeMetadata(output)
|
|
1182
1182
|
});
|
|
1183
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1183
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1184
1184
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1185
1185
|
AccessControlEntries: (_) => de_AccessControlEntryList(_, context),
|
|
1186
1186
|
NextToken: import_smithy_client.expectString
|
|
@@ -1195,7 +1195,7 @@ var de_ListTemplatesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1195
1195
|
const contents = (0, import_smithy_client.map)({
|
|
1196
1196
|
$metadata: deserializeMetadata(output)
|
|
1197
1197
|
});
|
|
1198
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1198
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1199
1199
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1200
1200
|
NextToken: import_smithy_client.expectString,
|
|
1201
1201
|
Templates: (_) => de_TemplateList(_, context)
|
|
@@ -1246,9 +1246,9 @@ var de_UpdateTemplateGroupAccessControlEntryCommand = /* @__PURE__ */ __name(asy
|
|
|
1246
1246
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1247
1247
|
const parsedOutput = {
|
|
1248
1248
|
...output,
|
|
1249
|
-
body: await
|
|
1249
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
1250
1250
|
};
|
|
1251
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1251
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1252
1252
|
switch (errorCode) {
|
|
1253
1253
|
case "AccessDeniedException":
|
|
1254
1254
|
case "com.amazonaws.pcaconnectorad#AccessDeniedException":
|
|
@@ -1533,52 +1533,11 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1533
1533
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1534
1534
|
cfId: output.headers["x-amz-cf-id"]
|
|
1535
1535
|
}), "deserializeMetadata");
|
|
1536
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1537
1536
|
var _CA = "ConnectorArn";
|
|
1538
1537
|
var _MR = "MaxResults";
|
|
1539
1538
|
var _NT = "NextToken";
|
|
1540
1539
|
var _TK = "TagKeys";
|
|
1541
1540
|
var _tK = "tagKeys";
|
|
1542
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1543
|
-
if (encoded.length) {
|
|
1544
|
-
return JSON.parse(encoded);
|
|
1545
|
-
}
|
|
1546
|
-
return {};
|
|
1547
|
-
}), "parseBody");
|
|
1548
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1549
|
-
const value = await parseBody(errorBody, context);
|
|
1550
|
-
value.message = value.message ?? value.Message;
|
|
1551
|
-
return value;
|
|
1552
|
-
}, "parseErrorBody");
|
|
1553
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1554
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1555
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1556
|
-
let cleanValue = rawValue;
|
|
1557
|
-
if (typeof cleanValue === "number") {
|
|
1558
|
-
cleanValue = cleanValue.toString();
|
|
1559
|
-
}
|
|
1560
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1561
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1562
|
-
}
|
|
1563
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1564
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1565
|
-
}
|
|
1566
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1567
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1568
|
-
}
|
|
1569
|
-
return cleanValue;
|
|
1570
|
-
}, "sanitizeErrorCode");
|
|
1571
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1572
|
-
if (headerKey !== void 0) {
|
|
1573
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1574
|
-
}
|
|
1575
|
-
if (data.code !== void 0) {
|
|
1576
|
-
return sanitizeErrorCode(data.code);
|
|
1577
|
-
}
|
|
1578
|
-
if (data["__type"] !== void 0) {
|
|
1579
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1580
|
-
}
|
|
1581
|
-
}, "loadRestJsonErrorCode");
|
|
1582
1541
|
|
|
1583
1542
|
// src/commands/CreateConnectorCommand.ts
|
|
1584
1543
|
var _CreateConnectorCommand = class _CreateConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
|
|
1
|
+
import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody, } from "@aws-sdk/core";
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -933,43 +933,3 @@ const _MR = "MaxResults";
|
|
|
933
933
|
const _NT = "NextToken";
|
|
934
934
|
const _TK = "TagKeys";
|
|
935
935
|
const _tK = "tagKeys";
|
|
936
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
937
|
-
if (encoded.length) {
|
|
938
|
-
return JSON.parse(encoded);
|
|
939
|
-
}
|
|
940
|
-
return {};
|
|
941
|
-
});
|
|
942
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
943
|
-
const value = await parseBody(errorBody, context);
|
|
944
|
-
value.message = value.message ?? value.Message;
|
|
945
|
-
return value;
|
|
946
|
-
};
|
|
947
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
948
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
949
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
950
|
-
let cleanValue = rawValue;
|
|
951
|
-
if (typeof cleanValue === "number") {
|
|
952
|
-
cleanValue = cleanValue.toString();
|
|
953
|
-
}
|
|
954
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
955
|
-
cleanValue = cleanValue.split(",")[0];
|
|
956
|
-
}
|
|
957
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
958
|
-
cleanValue = cleanValue.split(":")[0];
|
|
959
|
-
}
|
|
960
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
961
|
-
cleanValue = cleanValue.split("#")[1];
|
|
962
|
-
}
|
|
963
|
-
return cleanValue;
|
|
964
|
-
};
|
|
965
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
966
|
-
if (headerKey !== undefined) {
|
|
967
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
968
|
-
}
|
|
969
|
-
if (data.code !== undefined) {
|
|
970
|
-
return sanitizeErrorCode(data.code);
|
|
971
|
-
}
|
|
972
|
-
if (data["__type"] !== undefined) {
|
|
973
|
-
return sanitizeErrorCode(data["__type"]);
|
|
974
|
-
}
|
|
975
|
-
};
|
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.529.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",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.529.0",
|
|
24
|
+
"@aws-sdk/core": "3.529.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.529.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
31
31
|
"@aws-sdk/types": "3.523.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
36
|
+
"@smithy/core": "^1.3.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.4.3",
|
|
38
38
|
"@smithy/hash-node": "^2.1.3",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
43
43
|
"@smithy/middleware-serde": "^2.1.3",
|
|
44
44
|
"@smithy/middleware-stack": "^2.1.3",
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
46
46
|
"@smithy/node-http-handler": "^2.4.1",
|
|
47
47
|
"@smithy/protocol-http": "^3.2.1",
|
|
48
|
-
"@smithy/smithy-client": "^2.4.
|
|
48
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
49
49
|
"@smithy/types": "^2.10.1",
|
|
50
50
|
"@smithy/url-parser": "^2.1.3",
|
|
51
51
|
"@smithy/util-base64": "^2.1.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
57
57
|
"@smithy/util-middleware": "^2.1.3",
|
|
58
58
|
"@smithy/util-retry": "^2.1.3",
|
|
59
59
|
"@smithy/util-utf8": "^2.1.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|