@aws-sdk/client-codeguru-security 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 +13 -54
- package/dist-es/protocols/Aws_restJson1.js +1 -41
- package/package.json +17 -17
- package/dist-cjs/CodeGuruSecurity.js +0 -1
- package/dist-cjs/CodeGuruSecurityClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/BatchGetFindingsCommand.js +0 -1
- package/dist-cjs/commands/CreateScanCommand.js +0 -1
- package/dist-cjs/commands/CreateUploadUrlCommand.js +0 -1
- package/dist-cjs/commands/GetAccountConfigurationCommand.js +0 -1
- package/dist-cjs/commands/GetFindingsCommand.js +0 -1
- package/dist-cjs/commands/GetMetricsSummaryCommand.js +0 -1
- package/dist-cjs/commands/GetScanCommand.js +0 -1
- package/dist-cjs/commands/ListFindingsMetricsCommand.js +0 -1
- package/dist-cjs/commands/ListScansCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/UpdateAccountConfigurationCommand.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/CodeGuruSecurityServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/GetFindingsPaginator.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListFindingsMetricsPaginator.js +0 -1
- package/dist-cjs/pagination/ListScansPaginator.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
|
@@ -604,7 +604,7 @@ var de_BatchGetFindingsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
604
604
|
const contents = (0, import_smithy_client.map)({
|
|
605
605
|
$metadata: deserializeMetadata(output)
|
|
606
606
|
});
|
|
607
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
607
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
608
608
|
const doc = (0, import_smithy_client.take)(data, {
|
|
609
609
|
failedFindings: import_smithy_client._json,
|
|
610
610
|
findings: (_) => de_Findings(_, context)
|
|
@@ -619,7 +619,7 @@ var de_CreateScanCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
619
619
|
const contents = (0, import_smithy_client.map)({
|
|
620
620
|
$metadata: deserializeMetadata(output)
|
|
621
621
|
});
|
|
622
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
622
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
623
623
|
const doc = (0, import_smithy_client.take)(data, {
|
|
624
624
|
resourceId: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
625
625
|
runId: import_smithy_client.expectString,
|
|
@@ -637,7 +637,7 @@ var de_CreateUploadUrlCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
637
637
|
const contents = (0, import_smithy_client.map)({
|
|
638
638
|
$metadata: deserializeMetadata(output)
|
|
639
639
|
});
|
|
640
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
640
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
641
641
|
const doc = (0, import_smithy_client.take)(data, {
|
|
642
642
|
codeArtifactId: import_smithy_client.expectString,
|
|
643
643
|
requestHeaders: import_smithy_client._json,
|
|
@@ -653,7 +653,7 @@ var de_GetAccountConfigurationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
653
653
|
const contents = (0, import_smithy_client.map)({
|
|
654
654
|
$metadata: deserializeMetadata(output)
|
|
655
655
|
});
|
|
656
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
656
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
657
657
|
const doc = (0, import_smithy_client.take)(data, {
|
|
658
658
|
encryptionConfig: import_smithy_client._json
|
|
659
659
|
});
|
|
@@ -667,7 +667,7 @@ var de_GetFindingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
667
667
|
const contents = (0, import_smithy_client.map)({
|
|
668
668
|
$metadata: deserializeMetadata(output)
|
|
669
669
|
});
|
|
670
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
670
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
671
671
|
const doc = (0, import_smithy_client.take)(data, {
|
|
672
672
|
findings: (_) => de_Findings(_, context),
|
|
673
673
|
nextToken: import_smithy_client.expectString
|
|
@@ -682,7 +682,7 @@ var de_GetMetricsSummaryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
682
682
|
const contents = (0, import_smithy_client.map)({
|
|
683
683
|
$metadata: deserializeMetadata(output)
|
|
684
684
|
});
|
|
685
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
685
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
686
686
|
const doc = (0, import_smithy_client.take)(data, {
|
|
687
687
|
metricsSummary: (_) => de_MetricsSummary(_, context)
|
|
688
688
|
});
|
|
@@ -696,7 +696,7 @@ var de_GetScanCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
696
696
|
const contents = (0, import_smithy_client.map)({
|
|
697
697
|
$metadata: deserializeMetadata(output)
|
|
698
698
|
});
|
|
699
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
699
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
700
700
|
const doc = (0, import_smithy_client.take)(data, {
|
|
701
701
|
analysisType: import_smithy_client.expectString,
|
|
702
702
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -717,7 +717,7 @@ var de_ListFindingsMetricsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
717
717
|
const contents = (0, import_smithy_client.map)({
|
|
718
718
|
$metadata: deserializeMetadata(output)
|
|
719
719
|
});
|
|
720
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
720
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
721
721
|
const doc = (0, import_smithy_client.take)(data, {
|
|
722
722
|
findingsMetrics: (_) => de_FindingsMetricList(_, context),
|
|
723
723
|
nextToken: import_smithy_client.expectString
|
|
@@ -732,7 +732,7 @@ var de_ListScansCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
732
732
|
const contents = (0, import_smithy_client.map)({
|
|
733
733
|
$metadata: deserializeMetadata(output)
|
|
734
734
|
});
|
|
735
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
735
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
736
736
|
const doc = (0, import_smithy_client.take)(data, {
|
|
737
737
|
nextToken: import_smithy_client.expectString,
|
|
738
738
|
summaries: (_) => de_ScanSummaries(_, context)
|
|
@@ -747,7 +747,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
747
747
|
const contents = (0, import_smithy_client.map)({
|
|
748
748
|
$metadata: deserializeMetadata(output)
|
|
749
749
|
});
|
|
750
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
750
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
751
751
|
const doc = (0, import_smithy_client.take)(data, {
|
|
752
752
|
tags: import_smithy_client._json
|
|
753
753
|
});
|
|
@@ -781,7 +781,7 @@ var de_UpdateAccountConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
781
781
|
const contents = (0, import_smithy_client.map)({
|
|
782
782
|
$metadata: deserializeMetadata(output)
|
|
783
783
|
});
|
|
784
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
784
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
785
785
|
const doc = (0, import_smithy_client.take)(data, {
|
|
786
786
|
encryptionConfig: import_smithy_client._json
|
|
787
787
|
});
|
|
@@ -791,9 +791,9 @@ var de_UpdateAccountConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
791
791
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
792
792
|
const parsedOutput = {
|
|
793
793
|
...output,
|
|
794
|
-
body: await
|
|
794
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
795
795
|
};
|
|
796
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
796
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
797
797
|
switch (errorCode) {
|
|
798
798
|
case "AccessDeniedException":
|
|
799
799
|
case "com.amazonaws.codegurusecurity#AccessDeniedException":
|
|
@@ -998,7 +998,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
998
998
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
999
999
|
cfId: output.headers["x-amz-cf-id"]
|
|
1000
1000
|
}), "deserializeMetadata");
|
|
1001
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1002
1001
|
var _d = "date";
|
|
1003
1002
|
var _eD = "endDate";
|
|
1004
1003
|
var _mR = "maxResults";
|
|
@@ -1007,46 +1006,6 @@ var _rI = "runId";
|
|
|
1007
1006
|
var _s = "status";
|
|
1008
1007
|
var _sD = "startDate";
|
|
1009
1008
|
var _tK = "tagKeys";
|
|
1010
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1011
|
-
if (encoded.length) {
|
|
1012
|
-
return JSON.parse(encoded);
|
|
1013
|
-
}
|
|
1014
|
-
return {};
|
|
1015
|
-
}), "parseBody");
|
|
1016
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1017
|
-
const value = await parseBody(errorBody, context);
|
|
1018
|
-
value.message = value.message ?? value.Message;
|
|
1019
|
-
return value;
|
|
1020
|
-
}, "parseErrorBody");
|
|
1021
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1022
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1023
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1024
|
-
let cleanValue = rawValue;
|
|
1025
|
-
if (typeof cleanValue === "number") {
|
|
1026
|
-
cleanValue = cleanValue.toString();
|
|
1027
|
-
}
|
|
1028
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1029
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1030
|
-
}
|
|
1031
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1032
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1033
|
-
}
|
|
1034
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1035
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1036
|
-
}
|
|
1037
|
-
return cleanValue;
|
|
1038
|
-
}, "sanitizeErrorCode");
|
|
1039
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1040
|
-
if (headerKey !== void 0) {
|
|
1041
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1042
|
-
}
|
|
1043
|
-
if (data.code !== void 0) {
|
|
1044
|
-
return sanitizeErrorCode(data.code);
|
|
1045
|
-
}
|
|
1046
|
-
if (data["__type"] !== void 0) {
|
|
1047
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1048
|
-
}
|
|
1049
|
-
}, "loadRestJsonErrorCode");
|
|
1050
1009
|
|
|
1051
1010
|
// src/commands/BatchGetFindingsCommand.ts
|
|
1052
1011
|
var _BatchGetFindingsCommand = class _BatchGetFindingsCommand 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, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -603,43 +603,3 @@ const _rI = "runId";
|
|
|
603
603
|
const _s = "status";
|
|
604
604
|
const _sD = "startDate";
|
|
605
605
|
const _tK = "tagKeys";
|
|
606
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
607
|
-
if (encoded.length) {
|
|
608
|
-
return JSON.parse(encoded);
|
|
609
|
-
}
|
|
610
|
-
return {};
|
|
611
|
-
});
|
|
612
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
613
|
-
const value = await parseBody(errorBody, context);
|
|
614
|
-
value.message = value.message ?? value.Message;
|
|
615
|
-
return value;
|
|
616
|
-
};
|
|
617
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
618
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
619
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
620
|
-
let cleanValue = rawValue;
|
|
621
|
-
if (typeof cleanValue === "number") {
|
|
622
|
-
cleanValue = cleanValue.toString();
|
|
623
|
-
}
|
|
624
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
625
|
-
cleanValue = cleanValue.split(",")[0];
|
|
626
|
-
}
|
|
627
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
628
|
-
cleanValue = cleanValue.split(":")[0];
|
|
629
|
-
}
|
|
630
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
631
|
-
cleanValue = cleanValue.split("#")[1];
|
|
632
|
-
}
|
|
633
|
-
return cleanValue;
|
|
634
|
-
};
|
|
635
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
636
|
-
if (headerKey !== undefined) {
|
|
637
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
638
|
-
}
|
|
639
|
-
if (data.code !== undefined) {
|
|
640
|
-
return sanitizeErrorCode(data.code);
|
|
641
|
-
}
|
|
642
|
-
if (data["__type"] !== undefined) {
|
|
643
|
-
return sanitizeErrorCode(data["__type"]);
|
|
644
|
-
}
|
|
645
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeguru-security",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguru Security 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-codeguru-security",
|
|
@@ -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");
|
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");
|