@aws-sdk/client-appintegrations 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 -56
- package/dist-es/protocols/Aws_restJson1.js +1 -40
- package/package.json +17 -17
- package/dist-cjs/AppIntegrations.js +0 -1
- package/dist-cjs/AppIntegrationsClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +0 -1
- package/dist-cjs/commands/CreateDataIntegrationCommand.js +0 -1
- package/dist-cjs/commands/CreateEventIntegrationCommand.js +0 -1
- package/dist-cjs/commands/DeleteApplicationCommand.js +0 -1
- package/dist-cjs/commands/DeleteDataIntegrationCommand.js +0 -1
- package/dist-cjs/commands/DeleteEventIntegrationCommand.js +0 -1
- package/dist-cjs/commands/GetApplicationCommand.js +0 -1
- package/dist-cjs/commands/GetDataIntegrationCommand.js +0 -1
- package/dist-cjs/commands/GetEventIntegrationCommand.js +0 -1
- package/dist-cjs/commands/ListApplicationAssociationsCommand.js +0 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +0 -1
- package/dist-cjs/commands/ListDataIntegrationAssociationsCommand.js +0 -1
- package/dist-cjs/commands/ListDataIntegrationsCommand.js +0 -1
- package/dist-cjs/commands/ListEventIntegrationAssociationsCommand.js +0 -1
- package/dist-cjs/commands/ListEventIntegrationsCommand.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/UpdateApplicationCommand.js +0 -1
- package/dist-cjs/commands/UpdateDataIntegrationCommand.js +0 -1
- package/dist-cjs/commands/UpdateEventIntegrationCommand.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/AppIntegrationsServiceException.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/ListApplicationAssociationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListApplicationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDataIntegrationAssociationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListDataIntegrationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListEventIntegrationAssociationsPaginator.js +0 -1
- package/dist-cjs/pagination/ListEventIntegrationsPaginator.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
|
@@ -216,6 +216,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
216
216
|
var import_types = require("@smithy/types");
|
|
217
217
|
|
|
218
218
|
// src/protocols/Aws_restJson1.ts
|
|
219
|
+
var import_core2 = require("@aws-sdk/core");
|
|
219
220
|
|
|
220
221
|
|
|
221
222
|
var import_uuid = require("uuid");
|
|
@@ -677,7 +678,7 @@ var de_CreateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
677
678
|
const contents = (0, import_smithy_client.map)({
|
|
678
679
|
$metadata: deserializeMetadata(output)
|
|
679
680
|
});
|
|
680
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
681
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
681
682
|
const doc = (0, import_smithy_client.take)(data, {
|
|
682
683
|
Arn: import_smithy_client.expectString,
|
|
683
684
|
Id: import_smithy_client.expectString
|
|
@@ -692,7 +693,7 @@ var de_CreateDataIntegrationCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
692
693
|
const contents = (0, import_smithy_client.map)({
|
|
693
694
|
$metadata: deserializeMetadata(output)
|
|
694
695
|
});
|
|
695
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
696
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
696
697
|
const doc = (0, import_smithy_client.take)(data, {
|
|
697
698
|
Arn: import_smithy_client.expectString,
|
|
698
699
|
ClientToken: import_smithy_client.expectString,
|
|
@@ -716,7 +717,7 @@ var de_CreateEventIntegrationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
716
717
|
const contents = (0, import_smithy_client.map)({
|
|
717
718
|
$metadata: deserializeMetadata(output)
|
|
718
719
|
});
|
|
719
|
-
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");
|
|
720
721
|
const doc = (0, import_smithy_client.take)(data, {
|
|
721
722
|
EventIntegrationArn: import_smithy_client.expectString
|
|
722
723
|
});
|
|
@@ -760,7 +761,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
760
761
|
const contents = (0, import_smithy_client.map)({
|
|
761
762
|
$metadata: deserializeMetadata(output)
|
|
762
763
|
});
|
|
763
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
764
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
764
765
|
const doc = (0, import_smithy_client.take)(data, {
|
|
765
766
|
ApplicationSourceConfig: import_smithy_client._json,
|
|
766
767
|
Arn: import_smithy_client.expectString,
|
|
@@ -785,7 +786,7 @@ var de_GetDataIntegrationCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
785
786
|
const contents = (0, import_smithy_client.map)({
|
|
786
787
|
$metadata: deserializeMetadata(output)
|
|
787
788
|
});
|
|
788
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
789
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
789
790
|
const doc = (0, import_smithy_client.take)(data, {
|
|
790
791
|
Arn: import_smithy_client.expectString,
|
|
791
792
|
Description: import_smithy_client.expectString,
|
|
@@ -808,7 +809,7 @@ var de_GetEventIntegrationCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
808
809
|
const contents = (0, import_smithy_client.map)({
|
|
809
810
|
$metadata: deserializeMetadata(output)
|
|
810
811
|
});
|
|
811
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
812
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
812
813
|
const doc = (0, import_smithy_client.take)(data, {
|
|
813
814
|
Description: import_smithy_client.expectString,
|
|
814
815
|
EventBridgeBus: import_smithy_client.expectString,
|
|
@@ -827,7 +828,7 @@ var de_ListApplicationAssociationsCommand = /* @__PURE__ */ __name(async (output
|
|
|
827
828
|
const contents = (0, import_smithy_client.map)({
|
|
828
829
|
$metadata: deserializeMetadata(output)
|
|
829
830
|
});
|
|
830
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
831
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
831
832
|
const doc = (0, import_smithy_client.take)(data, {
|
|
832
833
|
ApplicationAssociations: import_smithy_client._json,
|
|
833
834
|
NextToken: import_smithy_client.expectString
|
|
@@ -842,7 +843,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
842
843
|
const contents = (0, import_smithy_client.map)({
|
|
843
844
|
$metadata: deserializeMetadata(output)
|
|
844
845
|
});
|
|
845
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
846
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
846
847
|
const doc = (0, import_smithy_client.take)(data, {
|
|
847
848
|
Applications: (_) => de_ApplicationsList(_, context),
|
|
848
849
|
NextToken: import_smithy_client.expectString
|
|
@@ -857,7 +858,7 @@ var de_ListDataIntegrationAssociationsCommand = /* @__PURE__ */ __name(async (ou
|
|
|
857
858
|
const contents = (0, import_smithy_client.map)({
|
|
858
859
|
$metadata: deserializeMetadata(output)
|
|
859
860
|
});
|
|
860
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
861
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
861
862
|
const doc = (0, import_smithy_client.take)(data, {
|
|
862
863
|
DataIntegrationAssociations: import_smithy_client._json,
|
|
863
864
|
NextToken: import_smithy_client.expectString
|
|
@@ -872,7 +873,7 @@ var de_ListDataIntegrationsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
872
873
|
const contents = (0, import_smithy_client.map)({
|
|
873
874
|
$metadata: deserializeMetadata(output)
|
|
874
875
|
});
|
|
875
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
876
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
876
877
|
const doc = (0, import_smithy_client.take)(data, {
|
|
877
878
|
DataIntegrations: import_smithy_client._json,
|
|
878
879
|
NextToken: import_smithy_client.expectString
|
|
@@ -887,7 +888,7 @@ var de_ListEventIntegrationAssociationsCommand = /* @__PURE__ */ __name(async (o
|
|
|
887
888
|
const contents = (0, import_smithy_client.map)({
|
|
888
889
|
$metadata: deserializeMetadata(output)
|
|
889
890
|
});
|
|
890
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
891
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
891
892
|
const doc = (0, import_smithy_client.take)(data, {
|
|
892
893
|
EventIntegrationAssociations: import_smithy_client._json,
|
|
893
894
|
NextToken: import_smithy_client.expectString
|
|
@@ -902,7 +903,7 @@ var de_ListEventIntegrationsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
902
903
|
const contents = (0, import_smithy_client.map)({
|
|
903
904
|
$metadata: deserializeMetadata(output)
|
|
904
905
|
});
|
|
905
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
906
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
906
907
|
const doc = (0, import_smithy_client.take)(data, {
|
|
907
908
|
EventIntegrations: import_smithy_client._json,
|
|
908
909
|
NextToken: import_smithy_client.expectString
|
|
@@ -917,7 +918,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
917
918
|
const contents = (0, import_smithy_client.map)({
|
|
918
919
|
$metadata: deserializeMetadata(output)
|
|
919
920
|
});
|
|
920
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
921
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
921
922
|
const doc = (0, import_smithy_client.take)(data, {
|
|
922
923
|
tags: import_smithy_client._json
|
|
923
924
|
});
|
|
@@ -977,9 +978,9 @@ var de_UpdateEventIntegrationCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
977
978
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
978
979
|
const parsedOutput = {
|
|
979
980
|
...output,
|
|
980
|
-
body: await
|
|
981
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
981
982
|
};
|
|
982
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
983
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
983
984
|
switch (errorCode) {
|
|
984
985
|
case "AccessDeniedException":
|
|
985
986
|
case "com.amazonaws.appintegrations#AccessDeniedException":
|
|
@@ -1141,52 +1142,11 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1141
1142
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1142
1143
|
cfId: output.headers["x-amz-cf-id"]
|
|
1143
1144
|
}), "deserializeMetadata");
|
|
1144
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1145
1145
|
var _MR = "MaxResults";
|
|
1146
1146
|
var _NT = "NextToken";
|
|
1147
1147
|
var _mR = "maxResults";
|
|
1148
1148
|
var _nT = "nextToken";
|
|
1149
1149
|
var _tK = "tagKeys";
|
|
1150
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1151
|
-
if (encoded.length) {
|
|
1152
|
-
return JSON.parse(encoded);
|
|
1153
|
-
}
|
|
1154
|
-
return {};
|
|
1155
|
-
}), "parseBody");
|
|
1156
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1157
|
-
const value = await parseBody(errorBody, context);
|
|
1158
|
-
value.message = value.message ?? value.Message;
|
|
1159
|
-
return value;
|
|
1160
|
-
}, "parseErrorBody");
|
|
1161
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1162
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1163
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1164
|
-
let cleanValue = rawValue;
|
|
1165
|
-
if (typeof cleanValue === "number") {
|
|
1166
|
-
cleanValue = cleanValue.toString();
|
|
1167
|
-
}
|
|
1168
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1169
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1170
|
-
}
|
|
1171
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1172
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1173
|
-
}
|
|
1174
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1175
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1176
|
-
}
|
|
1177
|
-
return cleanValue;
|
|
1178
|
-
}, "sanitizeErrorCode");
|
|
1179
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1180
|
-
if (headerKey !== void 0) {
|
|
1181
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1182
|
-
}
|
|
1183
|
-
if (data.code !== void 0) {
|
|
1184
|
-
return sanitizeErrorCode(data.code);
|
|
1185
|
-
}
|
|
1186
|
-
if (data["__type"] !== void 0) {
|
|
1187
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1188
|
-
}
|
|
1189
|
-
}, "loadRestJsonErrorCode");
|
|
1190
1150
|
|
|
1191
1151
|
// src/commands/CreateApplicationCommand.ts
|
|
1192
1152
|
var _CreateApplicationCommand = class _CreateApplicationCommand 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, 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 { v4 as generateIdempotencyToken } from "uuid";
|
|
@@ -762,43 +763,3 @@ const _NT = "NextToken";
|
|
|
762
763
|
const _mR = "maxResults";
|
|
763
764
|
const _nT = "nextToken";
|
|
764
765
|
const _tK = "tagKeys";
|
|
765
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
766
|
-
if (encoded.length) {
|
|
767
|
-
return JSON.parse(encoded);
|
|
768
|
-
}
|
|
769
|
-
return {};
|
|
770
|
-
});
|
|
771
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
772
|
-
const value = await parseBody(errorBody, context);
|
|
773
|
-
value.message = value.message ?? value.Message;
|
|
774
|
-
return value;
|
|
775
|
-
};
|
|
776
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
777
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
778
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
779
|
-
let cleanValue = rawValue;
|
|
780
|
-
if (typeof cleanValue === "number") {
|
|
781
|
-
cleanValue = cleanValue.toString();
|
|
782
|
-
}
|
|
783
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
784
|
-
cleanValue = cleanValue.split(",")[0];
|
|
785
|
-
}
|
|
786
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
787
|
-
cleanValue = cleanValue.split(":")[0];
|
|
788
|
-
}
|
|
789
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
790
|
-
cleanValue = cleanValue.split("#")[1];
|
|
791
|
-
}
|
|
792
|
-
return cleanValue;
|
|
793
|
-
};
|
|
794
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
795
|
-
if (headerKey !== undefined) {
|
|
796
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
797
|
-
}
|
|
798
|
-
if (data.code !== undefined) {
|
|
799
|
-
return sanitizeErrorCode(data.code);
|
|
800
|
-
}
|
|
801
|
-
if (data["__type"] !== undefined) {
|
|
802
|
-
return sanitizeErrorCode(data["__type"]);
|
|
803
|
-
}
|
|
804
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appintegrations",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appintegrations 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-appintegrations",
|
|
@@ -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");
|
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");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|