@aws-sdk/client-codeguruprofiler 3.525.0 → 3.529.1
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 +20 -60
- package/dist-es/protocols/Aws_restJson1.js +1 -40
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -223,6 +223,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
223
223
|
var import_types = require("@smithy/types");
|
|
224
224
|
|
|
225
225
|
// src/protocols/Aws_restJson1.ts
|
|
226
|
+
var import_core2 = require("@aws-sdk/core");
|
|
226
227
|
|
|
227
228
|
|
|
228
229
|
var import_uuid = require("uuid");
|
|
@@ -830,7 +831,7 @@ var de_AddNotificationChannelsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
830
831
|
const contents = (0, import_smithy_client.map)({
|
|
831
832
|
$metadata: deserializeMetadata(output)
|
|
832
833
|
});
|
|
833
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
834
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
834
835
|
const doc = (0, import_smithy_client.take)(data, {
|
|
835
836
|
notificationConfiguration: import_smithy_client._json
|
|
836
837
|
});
|
|
@@ -844,7 +845,7 @@ var de_BatchGetFrameMetricDataCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
844
845
|
const contents = (0, import_smithy_client.map)({
|
|
845
846
|
$metadata: deserializeMetadata(output)
|
|
846
847
|
});
|
|
847
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
848
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
848
849
|
const doc = (0, import_smithy_client.take)(data, {
|
|
849
850
|
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
850
851
|
endTimes: (_) => de_ListOfTimestamps(_, context),
|
|
@@ -863,7 +864,7 @@ var de_ConfigureAgentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
863
864
|
const contents = (0, import_smithy_client.map)({
|
|
864
865
|
$metadata: deserializeMetadata(output)
|
|
865
866
|
});
|
|
866
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
867
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context));
|
|
867
868
|
contents.configuration = (0, import_smithy_client._json)(data);
|
|
868
869
|
return contents;
|
|
869
870
|
}, "de_ConfigureAgentCommand");
|
|
@@ -874,7 +875,7 @@ var de_CreateProfilingGroupCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
874
875
|
const contents = (0, import_smithy_client.map)({
|
|
875
876
|
$metadata: deserializeMetadata(output)
|
|
876
877
|
});
|
|
877
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
878
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context));
|
|
878
879
|
contents.profilingGroup = de_ProfilingGroupDescription(data, context);
|
|
879
880
|
return contents;
|
|
880
881
|
}, "de_CreateProfilingGroupCommand");
|
|
@@ -895,7 +896,7 @@ var de_DescribeProfilingGroupCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
895
896
|
const contents = (0, import_smithy_client.map)({
|
|
896
897
|
$metadata: deserializeMetadata(output)
|
|
897
898
|
});
|
|
898
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
899
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context));
|
|
899
900
|
contents.profilingGroup = de_ProfilingGroupDescription(data, context);
|
|
900
901
|
return contents;
|
|
901
902
|
}, "de_DescribeProfilingGroupCommand");
|
|
@@ -906,7 +907,7 @@ var de_GetFindingsReportAccountSummaryCommand = /* @__PURE__ */ __name(async (ou
|
|
|
906
907
|
const contents = (0, import_smithy_client.map)({
|
|
907
908
|
$metadata: deserializeMetadata(output)
|
|
908
909
|
});
|
|
909
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
910
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
910
911
|
const doc = (0, import_smithy_client.take)(data, {
|
|
911
912
|
nextToken: import_smithy_client.expectString,
|
|
912
913
|
reportSummaries: (_) => de_FindingsReportSummaries(_, context)
|
|
@@ -921,7 +922,7 @@ var de_GetNotificationConfigurationCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
921
922
|
const contents = (0, import_smithy_client.map)({
|
|
922
923
|
$metadata: deserializeMetadata(output)
|
|
923
924
|
});
|
|
924
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
925
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
925
926
|
const doc = (0, import_smithy_client.take)(data, {
|
|
926
927
|
notificationConfiguration: import_smithy_client._json
|
|
927
928
|
});
|
|
@@ -935,7 +936,7 @@ var de_GetPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
935
936
|
const contents = (0, import_smithy_client.map)({
|
|
936
937
|
$metadata: deserializeMetadata(output)
|
|
937
938
|
});
|
|
938
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
939
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
939
940
|
const doc = (0, import_smithy_client.take)(data, {
|
|
940
941
|
policy: import_smithy_client.expectString,
|
|
941
942
|
revisionId: import_smithy_client.expectString
|
|
@@ -963,7 +964,7 @@ var de_GetRecommendationsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
963
964
|
const contents = (0, import_smithy_client.map)({
|
|
964
965
|
$metadata: deserializeMetadata(output)
|
|
965
966
|
});
|
|
966
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
967
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
967
968
|
const doc = (0, import_smithy_client.take)(data, {
|
|
968
969
|
anomalies: (_) => de_Anomalies(_, context),
|
|
969
970
|
profileEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
@@ -981,7 +982,7 @@ var de_ListFindingsReportsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
981
982
|
const contents = (0, import_smithy_client.map)({
|
|
982
983
|
$metadata: deserializeMetadata(output)
|
|
983
984
|
});
|
|
984
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
985
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
985
986
|
const doc = (0, import_smithy_client.take)(data, {
|
|
986
987
|
findingsReportSummaries: (_) => de_FindingsReportSummaries(_, context),
|
|
987
988
|
nextToken: import_smithy_client.expectString
|
|
@@ -996,7 +997,7 @@ var de_ListProfileTimesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
996
997
|
const contents = (0, import_smithy_client.map)({
|
|
997
998
|
$metadata: deserializeMetadata(output)
|
|
998
999
|
});
|
|
999
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1000
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1000
1001
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1001
1002
|
nextToken: import_smithy_client.expectString,
|
|
1002
1003
|
profileTimes: (_) => de_ProfileTimes(_, context)
|
|
@@ -1011,7 +1012,7 @@ var de_ListProfilingGroupsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1011
1012
|
const contents = (0, import_smithy_client.map)({
|
|
1012
1013
|
$metadata: deserializeMetadata(output)
|
|
1013
1014
|
});
|
|
1014
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1015
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1015
1016
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1016
1017
|
nextToken: import_smithy_client.expectString,
|
|
1017
1018
|
profilingGroupNames: import_smithy_client._json,
|
|
@@ -1027,7 +1028,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1027
1028
|
const contents = (0, import_smithy_client.map)({
|
|
1028
1029
|
$metadata: deserializeMetadata(output)
|
|
1029
1030
|
});
|
|
1030
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1031
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1031
1032
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1032
1033
|
tags: import_smithy_client._json
|
|
1033
1034
|
});
|
|
@@ -1051,7 +1052,7 @@ var de_PutPermissionCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1051
1052
|
const contents = (0, import_smithy_client.map)({
|
|
1052
1053
|
$metadata: deserializeMetadata(output)
|
|
1053
1054
|
});
|
|
1054
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1055
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1055
1056
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1056
1057
|
policy: import_smithy_client.expectString,
|
|
1057
1058
|
revisionId: import_smithy_client.expectString
|
|
@@ -1066,7 +1067,7 @@ var de_RemoveNotificationChannelCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1066
1067
|
const contents = (0, import_smithy_client.map)({
|
|
1067
1068
|
$metadata: deserializeMetadata(output)
|
|
1068
1069
|
});
|
|
1069
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1070
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1070
1071
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1071
1072
|
notificationConfiguration: import_smithy_client._json
|
|
1072
1073
|
});
|
|
@@ -1080,7 +1081,7 @@ var de_RemovePermissionCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1080
1081
|
const contents = (0, import_smithy_client.map)({
|
|
1081
1082
|
$metadata: deserializeMetadata(output)
|
|
1082
1083
|
});
|
|
1083
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1084
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1084
1085
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1085
1086
|
policy: import_smithy_client.expectString,
|
|
1086
1087
|
revisionId: import_smithy_client.expectString
|
|
@@ -1125,16 +1126,16 @@ var de_UpdateProfilingGroupCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1125
1126
|
const contents = (0, import_smithy_client.map)({
|
|
1126
1127
|
$metadata: deserializeMetadata(output)
|
|
1127
1128
|
});
|
|
1128
|
-
const data = (0, import_smithy_client.expectObject)(await
|
|
1129
|
+
const data = (0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context));
|
|
1129
1130
|
contents.profilingGroup = de_ProfilingGroupDescription(data, context);
|
|
1130
1131
|
return contents;
|
|
1131
1132
|
}, "de_UpdateProfilingGroupCommand");
|
|
1132
1133
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1133
1134
|
const parsedOutput = {
|
|
1134
1135
|
...output,
|
|
1135
|
-
body: await
|
|
1136
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
1136
1137
|
};
|
|
1137
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1138
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1138
1139
|
switch (errorCode) {
|
|
1139
1140
|
case "ConflictException":
|
|
1140
1141
|
case "com.amazonaws.codeguruprofiler#ConflictException":
|
|
@@ -1410,7 +1411,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1410
1411
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1411
1412
|
cfId: output.headers["x-amz-cf-id"]
|
|
1412
1413
|
}), "deserializeMetadata");
|
|
1413
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1414
1414
|
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => value !== void 0 && value !== null && value !== "" && (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0), "isSerializableHeaderValue");
|
|
1415
1415
|
var _a = "accept";
|
|
1416
1416
|
var _cE = "contentEncoding";
|
|
@@ -1432,46 +1432,6 @@ var _rI = "revisionId";
|
|
|
1432
1432
|
var _sT = "startTime";
|
|
1433
1433
|
var _tK = "tagKeys";
|
|
1434
1434
|
var _tR = "targetResolution";
|
|
1435
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1436
|
-
if (encoded.length) {
|
|
1437
|
-
return JSON.parse(encoded);
|
|
1438
|
-
}
|
|
1439
|
-
return {};
|
|
1440
|
-
}), "parseBody");
|
|
1441
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1442
|
-
const value = await parseBody(errorBody, context);
|
|
1443
|
-
value.message = value.message ?? value.Message;
|
|
1444
|
-
return value;
|
|
1445
|
-
}, "parseErrorBody");
|
|
1446
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1447
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1448
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1449
|
-
let cleanValue = rawValue;
|
|
1450
|
-
if (typeof cleanValue === "number") {
|
|
1451
|
-
cleanValue = cleanValue.toString();
|
|
1452
|
-
}
|
|
1453
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1454
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1455
|
-
}
|
|
1456
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1457
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1458
|
-
}
|
|
1459
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1460
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1461
|
-
}
|
|
1462
|
-
return cleanValue;
|
|
1463
|
-
}, "sanitizeErrorCode");
|
|
1464
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1465
|
-
if (headerKey !== void 0) {
|
|
1466
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1467
|
-
}
|
|
1468
|
-
if (data.code !== void 0) {
|
|
1469
|
-
return sanitizeErrorCode(data.code);
|
|
1470
|
-
}
|
|
1471
|
-
if (data["__type"] !== void 0) {
|
|
1472
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1473
|
-
}
|
|
1474
|
-
}, "loadRestJsonErrorCode");
|
|
1475
1435
|
|
|
1476
1436
|
// src/commands/AddNotificationChannelsCommand.ts
|
|
1477
1437
|
var _AddNotificationChannelsCommand = class _AddNotificationChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
1
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
2
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -972,43 +973,3 @@ const _rI = "revisionId";
|
|
|
972
973
|
const _sT = "startTime";
|
|
973
974
|
const _tK = "tagKeys";
|
|
974
975
|
const _tR = "targetResolution";
|
|
975
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
976
|
-
if (encoded.length) {
|
|
977
|
-
return JSON.parse(encoded);
|
|
978
|
-
}
|
|
979
|
-
return {};
|
|
980
|
-
});
|
|
981
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
982
|
-
const value = await parseBody(errorBody, context);
|
|
983
|
-
value.message = value.message ?? value.Message;
|
|
984
|
-
return value;
|
|
985
|
-
};
|
|
986
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
987
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
988
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
989
|
-
let cleanValue = rawValue;
|
|
990
|
-
if (typeof cleanValue === "number") {
|
|
991
|
-
cleanValue = cleanValue.toString();
|
|
992
|
-
}
|
|
993
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
994
|
-
cleanValue = cleanValue.split(",")[0];
|
|
995
|
-
}
|
|
996
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
997
|
-
cleanValue = cleanValue.split(":")[0];
|
|
998
|
-
}
|
|
999
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1000
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1001
|
-
}
|
|
1002
|
-
return cleanValue;
|
|
1003
|
-
};
|
|
1004
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1005
|
-
if (headerKey !== undefined) {
|
|
1006
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1007
|
-
}
|
|
1008
|
-
if (data.code !== undefined) {
|
|
1009
|
-
return sanitizeErrorCode(data.code);
|
|
1010
|
-
}
|
|
1011
|
-
if (data["__type"] !== undefined) {
|
|
1012
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1013
|
-
}
|
|
1014
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeguruprofiler",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguruprofiler Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.529.1",
|
|
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-codeguruprofiler",
|
|
@@ -20,9 +20,9 @@
|
|
|
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.1",
|
|
24
|
+
"@aws-sdk/core": "3.529.1",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.529.1",
|
|
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",
|