@aws-sdk/client-ssm-sap 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 +18 -58
- package/dist-es/protocols/Aws_restJson1.js +1 -40
- package/package.json +17 -17
- package/dist-cjs/SsmSap.js +0 -1
- package/dist-cjs/SsmSapClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/DeleteResourcePermissionCommand.js +0 -1
- package/dist-cjs/commands/DeregisterApplicationCommand.js +0 -1
- package/dist-cjs/commands/GetApplicationCommand.js +0 -1
- package/dist-cjs/commands/GetComponentCommand.js +0 -1
- package/dist-cjs/commands/GetDatabaseCommand.js +0 -1
- package/dist-cjs/commands/GetOperationCommand.js +0 -1
- package/dist-cjs/commands/GetResourcePermissionCommand.js +0 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -1
- package/dist-cjs/commands/ListComponentsCommand.js +0 -1
- package/dist-cjs/commands/ListDatabasesCommand.js +0 -1
- package/dist-cjs/commands/ListOperationsCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/PutResourcePermissionCommand.js +0 -1
- package/dist-cjs/commands/RegisterApplicationCommand.js +0 -1
- package/dist-cjs/commands/StartApplicationRefreshCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/UpdateApplicationSettingsCommand.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/SsmSapServiceException.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/ListApplicationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListComponentsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDatabasesPaginator.js +0 -1
- package/dist-cjs/pagination/ListOperationsPaginator.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
|
@@ -231,6 +231,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
231
231
|
var import_types = require("@smithy/types");
|
|
232
232
|
|
|
233
233
|
// src/protocols/Aws_restJson1.ts
|
|
234
|
+
var import_core2 = require("@aws-sdk/core");
|
|
234
235
|
|
|
235
236
|
|
|
236
237
|
|
|
@@ -781,7 +782,7 @@ var de_DeleteResourcePermissionCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
781
782
|
const contents = (0, import_smithy_client.map)({
|
|
782
783
|
$metadata: deserializeMetadata(output)
|
|
783
784
|
});
|
|
784
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
785
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
785
786
|
const doc = (0, import_smithy_client.take)(data, {
|
|
786
787
|
Policy: import_smithy_client.expectString
|
|
787
788
|
});
|
|
@@ -805,7 +806,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
805
806
|
const contents = (0, import_smithy_client.map)({
|
|
806
807
|
$metadata: deserializeMetadata(output)
|
|
807
808
|
});
|
|
808
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
809
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
809
810
|
const doc = (0, import_smithy_client.take)(data, {
|
|
810
811
|
Application: (_) => de_Application(_, context),
|
|
811
812
|
Tags: import_smithy_client._json
|
|
@@ -820,7 +821,7 @@ var de_GetComponentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
820
821
|
const contents = (0, import_smithy_client.map)({
|
|
821
822
|
$metadata: deserializeMetadata(output)
|
|
822
823
|
});
|
|
823
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
824
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
824
825
|
const doc = (0, import_smithy_client.take)(data, {
|
|
825
826
|
Component: (_) => de_Component(_, context),
|
|
826
827
|
Tags: import_smithy_client._json
|
|
@@ -835,7 +836,7 @@ var de_GetDatabaseCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
835
836
|
const contents = (0, import_smithy_client.map)({
|
|
836
837
|
$metadata: deserializeMetadata(output)
|
|
837
838
|
});
|
|
838
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
839
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
839
840
|
const doc = (0, import_smithy_client.take)(data, {
|
|
840
841
|
Database: (_) => de_Database(_, context),
|
|
841
842
|
Tags: import_smithy_client._json
|
|
@@ -850,7 +851,7 @@ var de_GetOperationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
850
851
|
const contents = (0, import_smithy_client.map)({
|
|
851
852
|
$metadata: deserializeMetadata(output)
|
|
852
853
|
});
|
|
853
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
854
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
854
855
|
const doc = (0, import_smithy_client.take)(data, {
|
|
855
856
|
Operation: (_) => de_Operation(_, context)
|
|
856
857
|
});
|
|
@@ -864,7 +865,7 @@ var de_GetResourcePermissionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
864
865
|
const contents = (0, import_smithy_client.map)({
|
|
865
866
|
$metadata: deserializeMetadata(output)
|
|
866
867
|
});
|
|
867
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
868
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
868
869
|
const doc = (0, import_smithy_client.take)(data, {
|
|
869
870
|
Policy: import_smithy_client.expectString
|
|
870
871
|
});
|
|
@@ -878,7 +879,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
878
879
|
const contents = (0, import_smithy_client.map)({
|
|
879
880
|
$metadata: deserializeMetadata(output)
|
|
880
881
|
});
|
|
881
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
882
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
882
883
|
const doc = (0, import_smithy_client.take)(data, {
|
|
883
884
|
Applications: import_smithy_client._json,
|
|
884
885
|
NextToken: import_smithy_client.expectString
|
|
@@ -893,7 +894,7 @@ var de_ListComponentsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
893
894
|
const contents = (0, import_smithy_client.map)({
|
|
894
895
|
$metadata: deserializeMetadata(output)
|
|
895
896
|
});
|
|
896
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
897
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
897
898
|
const doc = (0, import_smithy_client.take)(data, {
|
|
898
899
|
Components: import_smithy_client._json,
|
|
899
900
|
NextToken: import_smithy_client.expectString
|
|
@@ -908,7 +909,7 @@ var de_ListDatabasesCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
908
909
|
const contents = (0, import_smithy_client.map)({
|
|
909
910
|
$metadata: deserializeMetadata(output)
|
|
910
911
|
});
|
|
911
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
912
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
912
913
|
const doc = (0, import_smithy_client.take)(data, {
|
|
913
914
|
Databases: import_smithy_client._json,
|
|
914
915
|
NextToken: import_smithy_client.expectString
|
|
@@ -923,7 +924,7 @@ var de_ListOperationsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
923
924
|
const contents = (0, import_smithy_client.map)({
|
|
924
925
|
$metadata: deserializeMetadata(output)
|
|
925
926
|
});
|
|
926
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
927
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
927
928
|
const doc = (0, import_smithy_client.take)(data, {
|
|
928
929
|
NextToken: import_smithy_client.expectString,
|
|
929
930
|
Operations: (_) => de_OperationList(_, context)
|
|
@@ -938,7 +939,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
938
939
|
const contents = (0, import_smithy_client.map)({
|
|
939
940
|
$metadata: deserializeMetadata(output)
|
|
940
941
|
});
|
|
941
|
-
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");
|
|
942
943
|
const doc = (0, import_smithy_client.take)(data, {
|
|
943
944
|
tags: import_smithy_client._json
|
|
944
945
|
});
|
|
@@ -952,7 +953,7 @@ var de_PutResourcePermissionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
952
953
|
const contents = (0, import_smithy_client.map)({
|
|
953
954
|
$metadata: deserializeMetadata(output)
|
|
954
955
|
});
|
|
955
|
-
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");
|
|
956
957
|
const doc = (0, import_smithy_client.take)(data, {
|
|
957
958
|
Policy: import_smithy_client.expectString
|
|
958
959
|
});
|
|
@@ -966,7 +967,7 @@ var de_RegisterApplicationCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
966
967
|
const contents = (0, import_smithy_client.map)({
|
|
967
968
|
$metadata: deserializeMetadata(output)
|
|
968
969
|
});
|
|
969
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
970
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
970
971
|
const doc = (0, import_smithy_client.take)(data, {
|
|
971
972
|
Application: (_) => de_Application(_, context),
|
|
972
973
|
OperationId: import_smithy_client.expectString
|
|
@@ -981,7 +982,7 @@ var de_StartApplicationRefreshCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
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
|
OperationId: import_smithy_client.expectString
|
|
987
988
|
});
|
|
@@ -1015,7 +1016,7 @@ var de_UpdateApplicationSettingsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1015
1016
|
const contents = (0, import_smithy_client.map)({
|
|
1016
1017
|
$metadata: deserializeMetadata(output)
|
|
1017
1018
|
});
|
|
1018
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1019
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1019
1020
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1020
1021
|
Message: import_smithy_client.expectString,
|
|
1021
1022
|
OperationIds: import_smithy_client._json
|
|
@@ -1026,9 +1027,9 @@ var de_UpdateApplicationSettingsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1026
1027
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1027
1028
|
const parsedOutput = {
|
|
1028
1029
|
...output,
|
|
1029
|
-
body: await
|
|
1030
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
1030
1031
|
};
|
|
1031
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1032
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1032
1033
|
switch (errorCode) {
|
|
1033
1034
|
case "InternalServerException":
|
|
1034
1035
|
case "com.amazonaws.ssmsap#InternalServerException":
|
|
@@ -1209,48 +1210,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1209
1210
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1210
1211
|
cfId: output.headers["x-amz-cf-id"]
|
|
1211
1212
|
}), "deserializeMetadata");
|
|
1212
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1213
1213
|
var _tK = "tagKeys";
|
|
1214
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1215
|
-
if (encoded.length) {
|
|
1216
|
-
return JSON.parse(encoded);
|
|
1217
|
-
}
|
|
1218
|
-
return {};
|
|
1219
|
-
}), "parseBody");
|
|
1220
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1221
|
-
const value = await parseBody(errorBody, context);
|
|
1222
|
-
value.message = value.message ?? value.Message;
|
|
1223
|
-
return value;
|
|
1224
|
-
}, "parseErrorBody");
|
|
1225
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1226
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1227
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1228
|
-
let cleanValue = rawValue;
|
|
1229
|
-
if (typeof cleanValue === "number") {
|
|
1230
|
-
cleanValue = cleanValue.toString();
|
|
1231
|
-
}
|
|
1232
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1233
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1234
|
-
}
|
|
1235
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1236
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1237
|
-
}
|
|
1238
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1239
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1240
|
-
}
|
|
1241
|
-
return cleanValue;
|
|
1242
|
-
}, "sanitizeErrorCode");
|
|
1243
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1244
|
-
if (headerKey !== void 0) {
|
|
1245
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1246
|
-
}
|
|
1247
|
-
if (data.code !== void 0) {
|
|
1248
|
-
return sanitizeErrorCode(data.code);
|
|
1249
|
-
}
|
|
1250
|
-
if (data["__type"] !== void 0) {
|
|
1251
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1252
|
-
}
|
|
1253
|
-
}, "loadRestJsonErrorCode");
|
|
1254
1214
|
|
|
1255
1215
|
// src/commands/DeleteResourcePermissionCommand.ts
|
|
1256
1216
|
var _DeleteResourcePermissionCommand = class _DeleteResourcePermissionCommand 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, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { ConflictException, InternalServerException, ResourceNotFoundException, UnauthorizedException, ValidationException, } from "../models/models_0";
|
|
@@ -711,43 +712,3 @@ const isSerializableHeaderValue = (value) => value !== undefined &&
|
|
|
711
712
|
(!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
|
|
712
713
|
(!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
|
|
713
714
|
const _tK = "tagKeys";
|
|
714
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
715
|
-
if (encoded.length) {
|
|
716
|
-
return JSON.parse(encoded);
|
|
717
|
-
}
|
|
718
|
-
return {};
|
|
719
|
-
});
|
|
720
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
721
|
-
const value = await parseBody(errorBody, context);
|
|
722
|
-
value.message = value.message ?? value.Message;
|
|
723
|
-
return value;
|
|
724
|
-
};
|
|
725
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
726
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
727
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
728
|
-
let cleanValue = rawValue;
|
|
729
|
-
if (typeof cleanValue === "number") {
|
|
730
|
-
cleanValue = cleanValue.toString();
|
|
731
|
-
}
|
|
732
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
733
|
-
cleanValue = cleanValue.split(",")[0];
|
|
734
|
-
}
|
|
735
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
736
|
-
cleanValue = cleanValue.split(":")[0];
|
|
737
|
-
}
|
|
738
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
739
|
-
cleanValue = cleanValue.split("#")[1];
|
|
740
|
-
}
|
|
741
|
-
return cleanValue;
|
|
742
|
-
};
|
|
743
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
744
|
-
if (headerKey !== undefined) {
|
|
745
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
746
|
-
}
|
|
747
|
-
if (data.code !== undefined) {
|
|
748
|
-
return sanitizeErrorCode(data.code);
|
|
749
|
-
}
|
|
750
|
-
if (data["__type"] !== undefined) {
|
|
751
|
-
return sanitizeErrorCode(data["__type"]);
|
|
752
|
-
}
|
|
753
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm-sap",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Sap 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-ssm-sap",
|
|
@@ -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",
|
package/dist-cjs/SsmSap.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
package/dist-cjs/SsmSapClient.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");
|
|
@@ -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");
|