@aws-sdk/client-servicediscovery 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 +29 -69
- package/dist-es/protocols/Aws_json1_1.js +1 -40
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -243,6 +243,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
243
243
|
var import_types = require("@smithy/types");
|
|
244
244
|
|
|
245
245
|
// src/protocols/Aws_json1_1.ts
|
|
246
|
+
var import_core2 = require("@aws-sdk/core");
|
|
246
247
|
|
|
247
248
|
|
|
248
249
|
var import_uuid = require("uuid");
|
|
@@ -785,7 +786,7 @@ var de_CreateHttpNamespaceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
785
786
|
if (output.statusCode >= 300) {
|
|
786
787
|
return de_CommandError(output, context);
|
|
787
788
|
}
|
|
788
|
-
const data = await
|
|
789
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
789
790
|
let contents = {};
|
|
790
791
|
contents = (0, import_smithy_client._json)(data);
|
|
791
792
|
const response = {
|
|
@@ -798,7 +799,7 @@ var de_CreatePrivateDnsNamespaceCommand = /* @__PURE__ */ __name(async (output,
|
|
|
798
799
|
if (output.statusCode >= 300) {
|
|
799
800
|
return de_CommandError(output, context);
|
|
800
801
|
}
|
|
801
|
-
const data = await
|
|
802
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
802
803
|
let contents = {};
|
|
803
804
|
contents = (0, import_smithy_client._json)(data);
|
|
804
805
|
const response = {
|
|
@@ -811,7 +812,7 @@ var de_CreatePublicDnsNamespaceCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
811
812
|
if (output.statusCode >= 300) {
|
|
812
813
|
return de_CommandError(output, context);
|
|
813
814
|
}
|
|
814
|
-
const data = await
|
|
815
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
815
816
|
let contents = {};
|
|
816
817
|
contents = (0, import_smithy_client._json)(data);
|
|
817
818
|
const response = {
|
|
@@ -824,7 +825,7 @@ var de_CreateServiceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
824
825
|
if (output.statusCode >= 300) {
|
|
825
826
|
return de_CommandError(output, context);
|
|
826
827
|
}
|
|
827
|
-
const data = await
|
|
828
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
828
829
|
let contents = {};
|
|
829
830
|
contents = de_CreateServiceResponse(data, context);
|
|
830
831
|
const response = {
|
|
@@ -837,7 +838,7 @@ var de_DeleteNamespaceCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
837
838
|
if (output.statusCode >= 300) {
|
|
838
839
|
return de_CommandError(output, context);
|
|
839
840
|
}
|
|
840
|
-
const data = await
|
|
841
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
841
842
|
let contents = {};
|
|
842
843
|
contents = (0, import_smithy_client._json)(data);
|
|
843
844
|
const response = {
|
|
@@ -850,7 +851,7 @@ var de_DeleteServiceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
850
851
|
if (output.statusCode >= 300) {
|
|
851
852
|
return de_CommandError(output, context);
|
|
852
853
|
}
|
|
853
|
-
const data = await
|
|
854
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
854
855
|
let contents = {};
|
|
855
856
|
contents = (0, import_smithy_client._json)(data);
|
|
856
857
|
const response = {
|
|
@@ -863,7 +864,7 @@ var de_DeregisterInstanceCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
863
864
|
if (output.statusCode >= 300) {
|
|
864
865
|
return de_CommandError(output, context);
|
|
865
866
|
}
|
|
866
|
-
const data = await
|
|
867
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
867
868
|
let contents = {};
|
|
868
869
|
contents = (0, import_smithy_client._json)(data);
|
|
869
870
|
const response = {
|
|
@@ -876,7 +877,7 @@ var de_DiscoverInstancesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
876
877
|
if (output.statusCode >= 300) {
|
|
877
878
|
return de_CommandError(output, context);
|
|
878
879
|
}
|
|
879
|
-
const data = await
|
|
880
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
880
881
|
let contents = {};
|
|
881
882
|
contents = (0, import_smithy_client._json)(data);
|
|
882
883
|
const response = {
|
|
@@ -889,7 +890,7 @@ var de_DiscoverInstancesRevisionCommand = /* @__PURE__ */ __name(async (output,
|
|
|
889
890
|
if (output.statusCode >= 300) {
|
|
890
891
|
return de_CommandError(output, context);
|
|
891
892
|
}
|
|
892
|
-
const data = await
|
|
893
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
893
894
|
let contents = {};
|
|
894
895
|
contents = (0, import_smithy_client._json)(data);
|
|
895
896
|
const response = {
|
|
@@ -902,7 +903,7 @@ var de_GetInstanceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
902
903
|
if (output.statusCode >= 300) {
|
|
903
904
|
return de_CommandError(output, context);
|
|
904
905
|
}
|
|
905
|
-
const data = await
|
|
906
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
906
907
|
let contents = {};
|
|
907
908
|
contents = (0, import_smithy_client._json)(data);
|
|
908
909
|
const response = {
|
|
@@ -915,7 +916,7 @@ var de_GetInstancesHealthStatusCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
915
916
|
if (output.statusCode >= 300) {
|
|
916
917
|
return de_CommandError(output, context);
|
|
917
918
|
}
|
|
918
|
-
const data = await
|
|
919
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
919
920
|
let contents = {};
|
|
920
921
|
contents = (0, import_smithy_client._json)(data);
|
|
921
922
|
const response = {
|
|
@@ -928,7 +929,7 @@ var de_GetNamespaceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
928
929
|
if (output.statusCode >= 300) {
|
|
929
930
|
return de_CommandError(output, context);
|
|
930
931
|
}
|
|
931
|
-
const data = await
|
|
932
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
932
933
|
let contents = {};
|
|
933
934
|
contents = de_GetNamespaceResponse(data, context);
|
|
934
935
|
const response = {
|
|
@@ -941,7 +942,7 @@ var de_GetOperationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
941
942
|
if (output.statusCode >= 300) {
|
|
942
943
|
return de_CommandError(output, context);
|
|
943
944
|
}
|
|
944
|
-
const data = await
|
|
945
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
945
946
|
let contents = {};
|
|
946
947
|
contents = de_GetOperationResponse(data, context);
|
|
947
948
|
const response = {
|
|
@@ -954,7 +955,7 @@ var de_GetServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
954
955
|
if (output.statusCode >= 300) {
|
|
955
956
|
return de_CommandError(output, context);
|
|
956
957
|
}
|
|
957
|
-
const data = await
|
|
958
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
958
959
|
let contents = {};
|
|
959
960
|
contents = de_GetServiceResponse(data, context);
|
|
960
961
|
const response = {
|
|
@@ -967,7 +968,7 @@ var de_ListInstancesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
967
968
|
if (output.statusCode >= 300) {
|
|
968
969
|
return de_CommandError(output, context);
|
|
969
970
|
}
|
|
970
|
-
const data = await
|
|
971
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
971
972
|
let contents = {};
|
|
972
973
|
contents = (0, import_smithy_client._json)(data);
|
|
973
974
|
const response = {
|
|
@@ -980,7 +981,7 @@ var de_ListNamespacesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
980
981
|
if (output.statusCode >= 300) {
|
|
981
982
|
return de_CommandError(output, context);
|
|
982
983
|
}
|
|
983
|
-
const data = await
|
|
984
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
984
985
|
let contents = {};
|
|
985
986
|
contents = de_ListNamespacesResponse(data, context);
|
|
986
987
|
const response = {
|
|
@@ -993,7 +994,7 @@ var de_ListOperationsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
993
994
|
if (output.statusCode >= 300) {
|
|
994
995
|
return de_CommandError(output, context);
|
|
995
996
|
}
|
|
996
|
-
const data = await
|
|
997
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
997
998
|
let contents = {};
|
|
998
999
|
contents = (0, import_smithy_client._json)(data);
|
|
999
1000
|
const response = {
|
|
@@ -1006,7 +1007,7 @@ var de_ListServicesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1006
1007
|
if (output.statusCode >= 300) {
|
|
1007
1008
|
return de_CommandError(output, context);
|
|
1008
1009
|
}
|
|
1009
|
-
const data = await
|
|
1010
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1010
1011
|
let contents = {};
|
|
1011
1012
|
contents = de_ListServicesResponse(data, context);
|
|
1012
1013
|
const response = {
|
|
@@ -1019,7 +1020,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1019
1020
|
if (output.statusCode >= 300) {
|
|
1020
1021
|
return de_CommandError(output, context);
|
|
1021
1022
|
}
|
|
1022
|
-
const data = await
|
|
1023
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1023
1024
|
let contents = {};
|
|
1024
1025
|
contents = (0, import_smithy_client._json)(data);
|
|
1025
1026
|
const response = {
|
|
@@ -1032,7 +1033,7 @@ var de_RegisterInstanceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1032
1033
|
if (output.statusCode >= 300) {
|
|
1033
1034
|
return de_CommandError(output, context);
|
|
1034
1035
|
}
|
|
1035
|
-
const data = await
|
|
1036
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1036
1037
|
let contents = {};
|
|
1037
1038
|
contents = (0, import_smithy_client._json)(data);
|
|
1038
1039
|
const response = {
|
|
@@ -1045,7 +1046,7 @@ var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1045
1046
|
if (output.statusCode >= 300) {
|
|
1046
1047
|
return de_CommandError(output, context);
|
|
1047
1048
|
}
|
|
1048
|
-
const data = await
|
|
1049
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1049
1050
|
let contents = {};
|
|
1050
1051
|
contents = (0, import_smithy_client._json)(data);
|
|
1051
1052
|
const response = {
|
|
@@ -1058,7 +1059,7 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1058
1059
|
if (output.statusCode >= 300) {
|
|
1059
1060
|
return de_CommandError(output, context);
|
|
1060
1061
|
}
|
|
1061
|
-
const data = await
|
|
1062
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1062
1063
|
let contents = {};
|
|
1063
1064
|
contents = (0, import_smithy_client._json)(data);
|
|
1064
1065
|
const response = {
|
|
@@ -1071,7 +1072,7 @@ var de_UpdateHttpNamespaceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1071
1072
|
if (output.statusCode >= 300) {
|
|
1072
1073
|
return de_CommandError(output, context);
|
|
1073
1074
|
}
|
|
1074
|
-
const data = await
|
|
1075
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1075
1076
|
let contents = {};
|
|
1076
1077
|
contents = (0, import_smithy_client._json)(data);
|
|
1077
1078
|
const response = {
|
|
@@ -1094,7 +1095,7 @@ var de_UpdatePrivateDnsNamespaceCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1094
1095
|
if (output.statusCode >= 300) {
|
|
1095
1096
|
return de_CommandError(output, context);
|
|
1096
1097
|
}
|
|
1097
|
-
const data = await
|
|
1098
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1098
1099
|
let contents = {};
|
|
1099
1100
|
contents = (0, import_smithy_client._json)(data);
|
|
1100
1101
|
const response = {
|
|
@@ -1107,7 +1108,7 @@ var de_UpdatePublicDnsNamespaceCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1107
1108
|
if (output.statusCode >= 300) {
|
|
1108
1109
|
return de_CommandError(output, context);
|
|
1109
1110
|
}
|
|
1110
|
-
const data = await
|
|
1111
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1111
1112
|
let contents = {};
|
|
1112
1113
|
contents = (0, import_smithy_client._json)(data);
|
|
1113
1114
|
const response = {
|
|
@@ -1120,7 +1121,7 @@ var de_UpdateServiceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1120
1121
|
if (output.statusCode >= 300) {
|
|
1121
1122
|
return de_CommandError(output, context);
|
|
1122
1123
|
}
|
|
1123
|
-
const data = await
|
|
1124
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1124
1125
|
let contents = {};
|
|
1125
1126
|
contents = (0, import_smithy_client._json)(data);
|
|
1126
1127
|
const response = {
|
|
@@ -1132,9 +1133,9 @@ var de_UpdateServiceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
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 "DuplicateRequest":
|
|
1140
1141
|
case "com.amazonaws.servicediscovery#DuplicateRequest":
|
|
@@ -1499,7 +1500,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1499
1500
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1500
1501
|
cfId: output.headers["x-amz-cf-id"]
|
|
1501
1502
|
}), "deserializeMetadata");
|
|
1502
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1503
1503
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(ServiceDiscoveryServiceException);
|
|
1504
1504
|
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
1505
1505
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -1526,46 +1526,6 @@ function sharedHeaders(operation) {
|
|
|
1526
1526
|
};
|
|
1527
1527
|
}
|
|
1528
1528
|
__name(sharedHeaders, "sharedHeaders");
|
|
1529
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1530
|
-
if (encoded.length) {
|
|
1531
|
-
return JSON.parse(encoded);
|
|
1532
|
-
}
|
|
1533
|
-
return {};
|
|
1534
|
-
}), "parseBody");
|
|
1535
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1536
|
-
const value = await parseBody(errorBody, context);
|
|
1537
|
-
value.message = value.message ?? value.Message;
|
|
1538
|
-
return value;
|
|
1539
|
-
}, "parseErrorBody");
|
|
1540
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1541
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1542
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1543
|
-
let cleanValue = rawValue;
|
|
1544
|
-
if (typeof cleanValue === "number") {
|
|
1545
|
-
cleanValue = cleanValue.toString();
|
|
1546
|
-
}
|
|
1547
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1548
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1549
|
-
}
|
|
1550
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1551
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1552
|
-
}
|
|
1553
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1554
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1555
|
-
}
|
|
1556
|
-
return cleanValue;
|
|
1557
|
-
}, "sanitizeErrorCode");
|
|
1558
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1559
|
-
if (headerKey !== void 0) {
|
|
1560
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1561
|
-
}
|
|
1562
|
-
if (data.code !== void 0) {
|
|
1563
|
-
return sanitizeErrorCode(data.code);
|
|
1564
|
-
}
|
|
1565
|
-
if (data["__type"] !== void 0) {
|
|
1566
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1567
|
-
}
|
|
1568
|
-
}, "loadRestJsonErrorCode");
|
|
1569
1529
|
|
|
1570
1530
|
// src/commands/CreateHttpNamespaceCommand.ts
|
|
1571
1531
|
var _CreateHttpNamespaceCommand = class _CreateHttpNamespaceCommand 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 { HttpRequest as __HttpRequest, isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
|
|
2
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -927,43 +928,3 @@ function sharedHeaders(operation) {
|
|
|
927
928
|
"x-amz-target": `Route53AutoNaming_v20170314.${operation}`,
|
|
928
929
|
};
|
|
929
930
|
}
|
|
930
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
931
|
-
if (encoded.length) {
|
|
932
|
-
return JSON.parse(encoded);
|
|
933
|
-
}
|
|
934
|
-
return {};
|
|
935
|
-
});
|
|
936
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
937
|
-
const value = await parseBody(errorBody, context);
|
|
938
|
-
value.message = value.message ?? value.Message;
|
|
939
|
-
return value;
|
|
940
|
-
};
|
|
941
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
942
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
943
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
944
|
-
let cleanValue = rawValue;
|
|
945
|
-
if (typeof cleanValue === "number") {
|
|
946
|
-
cleanValue = cleanValue.toString();
|
|
947
|
-
}
|
|
948
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
949
|
-
cleanValue = cleanValue.split(",")[0];
|
|
950
|
-
}
|
|
951
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
952
|
-
cleanValue = cleanValue.split(":")[0];
|
|
953
|
-
}
|
|
954
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
955
|
-
cleanValue = cleanValue.split("#")[1];
|
|
956
|
-
}
|
|
957
|
-
return cleanValue;
|
|
958
|
-
};
|
|
959
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
960
|
-
if (headerKey !== undefined) {
|
|
961
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
962
|
-
}
|
|
963
|
-
if (data.code !== undefined) {
|
|
964
|
-
return sanitizeErrorCode(data.code);
|
|
965
|
-
}
|
|
966
|
-
if (data["__type"] !== undefined) {
|
|
967
|
-
return sanitizeErrorCode(data["__type"]);
|
|
968
|
-
}
|
|
969
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-servicediscovery",
|
|
3
3
|
"description": "AWS SDK for JavaScript Servicediscovery 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-servicediscovery",
|
|
@@ -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",
|