@aws-sdk/client-managedblockchain 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.
Files changed (50) hide show
  1. package/dist-cjs/index.js +21 -61
  2. package/dist-es/protocols/Aws_restJson1.js +1 -40
  3. package/package.json +17 -17
  4. package/dist-cjs/ManagedBlockchain.js +0 -1
  5. package/dist-cjs/ManagedBlockchainClient.js +0 -1
  6. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
  7. package/dist-cjs/commands/CreateAccessorCommand.js +0 -1
  8. package/dist-cjs/commands/CreateMemberCommand.js +0 -1
  9. package/dist-cjs/commands/CreateNetworkCommand.js +0 -1
  10. package/dist-cjs/commands/CreateNodeCommand.js +0 -1
  11. package/dist-cjs/commands/CreateProposalCommand.js +0 -1
  12. package/dist-cjs/commands/DeleteAccessorCommand.js +0 -1
  13. package/dist-cjs/commands/DeleteMemberCommand.js +0 -1
  14. package/dist-cjs/commands/DeleteNodeCommand.js +0 -1
  15. package/dist-cjs/commands/GetAccessorCommand.js +0 -1
  16. package/dist-cjs/commands/GetMemberCommand.js +0 -1
  17. package/dist-cjs/commands/GetNetworkCommand.js +0 -1
  18. package/dist-cjs/commands/GetNodeCommand.js +0 -1
  19. package/dist-cjs/commands/GetProposalCommand.js +0 -1
  20. package/dist-cjs/commands/ListAccessorsCommand.js +0 -1
  21. package/dist-cjs/commands/ListInvitationsCommand.js +0 -1
  22. package/dist-cjs/commands/ListMembersCommand.js +0 -1
  23. package/dist-cjs/commands/ListNetworksCommand.js +0 -1
  24. package/dist-cjs/commands/ListNodesCommand.js +0 -1
  25. package/dist-cjs/commands/ListProposalVotesCommand.js +0 -1
  26. package/dist-cjs/commands/ListProposalsCommand.js +0 -1
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
  28. package/dist-cjs/commands/RejectInvitationCommand.js +0 -1
  29. package/dist-cjs/commands/TagResourceCommand.js +0 -1
  30. package/dist-cjs/commands/UntagResourceCommand.js +0 -1
  31. package/dist-cjs/commands/UpdateMemberCommand.js +0 -1
  32. package/dist-cjs/commands/UpdateNodeCommand.js +0 -1
  33. package/dist-cjs/commands/VoteOnProposalCommand.js +0 -1
  34. package/dist-cjs/commands/index.js +0 -1
  35. package/dist-cjs/endpoint/EndpointParameters.js +0 -1
  36. package/dist-cjs/extensionConfiguration.js +0 -1
  37. package/dist-cjs/models/ManagedBlockchainServiceException.js +0 -1
  38. package/dist-cjs/models/index.js +0 -1
  39. package/dist-cjs/models/models_0.js +0 -1
  40. package/dist-cjs/pagination/Interfaces.js +0 -1
  41. package/dist-cjs/pagination/ListAccessorsPaginator.js +0 -1
  42. package/dist-cjs/pagination/ListInvitationsPaginator.js +0 -1
  43. package/dist-cjs/pagination/ListMembersPaginator.js +0 -1
  44. package/dist-cjs/pagination/ListNetworksPaginator.js +0 -1
  45. package/dist-cjs/pagination/ListNodesPaginator.js +0 -1
  46. package/dist-cjs/pagination/ListProposalVotesPaginator.js +0 -1
  47. package/dist-cjs/pagination/ListProposalsPaginator.js +0 -1
  48. package/dist-cjs/pagination/index.js +0 -1
  49. package/dist-cjs/protocols/Aws_restJson1.js +0 -1
  50. package/dist-cjs/runtimeExtensions.js +0 -1
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_restJson1.ts
246
+ var import_core2 = require("@aws-sdk/core");
246
247
 
247
248
 
248
249
  var import_uuid = require("uuid");
@@ -935,7 +936,7 @@ var de_CreateAccessorCommand = /* @__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 parseBody(output.body, context)), "body");
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
  AccessorId: import_smithy_client.expectString,
941
942
  BillingToken: import_smithy_client.expectString,
@@ -951,7 +952,7 @@ var de_CreateMemberCommand = /* @__PURE__ */ __name(async (output, context) => {
951
952
  const contents = (0, import_smithy_client.map)({
952
953
  $metadata: deserializeMetadata(output)
953
954
  });
954
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
955
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
955
956
  const doc = (0, import_smithy_client.take)(data, {
956
957
  MemberId: import_smithy_client.expectString
957
958
  });
@@ -965,7 +966,7 @@ var de_CreateNetworkCommand = /* @__PURE__ */ __name(async (output, context) =>
965
966
  const contents = (0, import_smithy_client.map)({
966
967
  $metadata: deserializeMetadata(output)
967
968
  });
968
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
969
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
969
970
  const doc = (0, import_smithy_client.take)(data, {
970
971
  MemberId: import_smithy_client.expectString,
971
972
  NetworkId: import_smithy_client.expectString
@@ -980,7 +981,7 @@ var de_CreateNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
980
981
  const contents = (0, import_smithy_client.map)({
981
982
  $metadata: deserializeMetadata(output)
982
983
  });
983
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
984
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
984
985
  const doc = (0, import_smithy_client.take)(data, {
985
986
  NodeId: import_smithy_client.expectString
986
987
  });
@@ -994,7 +995,7 @@ var de_CreateProposalCommand = /* @__PURE__ */ __name(async (output, context) =>
994
995
  const contents = (0, import_smithy_client.map)({
995
996
  $metadata: deserializeMetadata(output)
996
997
  });
997
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
998
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
998
999
  const doc = (0, import_smithy_client.take)(data, {
999
1000
  ProposalId: import_smithy_client.expectString
1000
1001
  });
@@ -1038,7 +1039,7 @@ var de_GetAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
1038
1039
  const contents = (0, import_smithy_client.map)({
1039
1040
  $metadata: deserializeMetadata(output)
1040
1041
  });
1041
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1042
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1042
1043
  const doc = (0, import_smithy_client.take)(data, {
1043
1044
  Accessor: (_) => de_Accessor(_, context)
1044
1045
  });
@@ -1052,7 +1053,7 @@ var de_GetMemberCommand = /* @__PURE__ */ __name(async (output, context) => {
1052
1053
  const contents = (0, import_smithy_client.map)({
1053
1054
  $metadata: deserializeMetadata(output)
1054
1055
  });
1055
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1056
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1056
1057
  const doc = (0, import_smithy_client.take)(data, {
1057
1058
  Member: (_) => de_Member(_, context)
1058
1059
  });
@@ -1066,7 +1067,7 @@ var de_GetNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
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 parseBody(output.body, context)), "body");
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
  Network: (_) => de_Network(_, context)
1072
1073
  });
@@ -1080,7 +1081,7 @@ var de_GetNodeCommand = /* @__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 parseBody(output.body, context)), "body");
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
  Node: (_) => de_Node(_, context)
1086
1087
  });
@@ -1094,7 +1095,7 @@ var de_GetProposalCommand = /* @__PURE__ */ __name(async (output, context) => {
1094
1095
  const contents = (0, import_smithy_client.map)({
1095
1096
  $metadata: deserializeMetadata(output)
1096
1097
  });
1097
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1098
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1098
1099
  const doc = (0, import_smithy_client.take)(data, {
1099
1100
  Proposal: (_) => de_Proposal(_, context)
1100
1101
  });
@@ -1108,7 +1109,7 @@ var de_ListAccessorsCommand = /* @__PURE__ */ __name(async (output, context) =>
1108
1109
  const contents = (0, import_smithy_client.map)({
1109
1110
  $metadata: deserializeMetadata(output)
1110
1111
  });
1111
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1112
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1112
1113
  const doc = (0, import_smithy_client.take)(data, {
1113
1114
  Accessors: (_) => de_AccessorSummaryList(_, context),
1114
1115
  NextToken: import_smithy_client.expectString
@@ -1123,7 +1124,7 @@ var de_ListInvitationsCommand = /* @__PURE__ */ __name(async (output, context) =
1123
1124
  const contents = (0, import_smithy_client.map)({
1124
1125
  $metadata: deserializeMetadata(output)
1125
1126
  });
1126
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1127
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1127
1128
  const doc = (0, import_smithy_client.take)(data, {
1128
1129
  Invitations: (_) => de_InvitationList(_, context),
1129
1130
  NextToken: import_smithy_client.expectString
@@ -1138,7 +1139,7 @@ var de_ListMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
1138
1139
  const contents = (0, import_smithy_client.map)({
1139
1140
  $metadata: deserializeMetadata(output)
1140
1141
  });
1141
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1142
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1142
1143
  const doc = (0, import_smithy_client.take)(data, {
1143
1144
  Members: (_) => de_MemberSummaryList(_, context),
1144
1145
  NextToken: import_smithy_client.expectString
@@ -1153,7 +1154,7 @@ var de_ListNetworksCommand = /* @__PURE__ */ __name(async (output, context) => {
1153
1154
  const contents = (0, import_smithy_client.map)({
1154
1155
  $metadata: deserializeMetadata(output)
1155
1156
  });
1156
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1157
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1157
1158
  const doc = (0, import_smithy_client.take)(data, {
1158
1159
  Networks: (_) => de_NetworkSummaryList(_, context),
1159
1160
  NextToken: import_smithy_client.expectString
@@ -1168,7 +1169,7 @@ var de_ListNodesCommand = /* @__PURE__ */ __name(async (output, context) => {
1168
1169
  const contents = (0, import_smithy_client.map)({
1169
1170
  $metadata: deserializeMetadata(output)
1170
1171
  });
1171
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1172
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1172
1173
  const doc = (0, import_smithy_client.take)(data, {
1173
1174
  NextToken: import_smithy_client.expectString,
1174
1175
  Nodes: (_) => de_NodeSummaryList(_, context)
@@ -1183,7 +1184,7 @@ var de_ListProposalsCommand = /* @__PURE__ */ __name(async (output, context) =>
1183
1184
  const contents = (0, import_smithy_client.map)({
1184
1185
  $metadata: deserializeMetadata(output)
1185
1186
  });
1186
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1187
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1187
1188
  const doc = (0, import_smithy_client.take)(data, {
1188
1189
  NextToken: import_smithy_client.expectString,
1189
1190
  Proposals: (_) => de_ProposalSummaryList(_, context)
@@ -1198,7 +1199,7 @@ var de_ListProposalVotesCommand = /* @__PURE__ */ __name(async (output, context)
1198
1199
  const contents = (0, import_smithy_client.map)({
1199
1200
  $metadata: deserializeMetadata(output)
1200
1201
  });
1201
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1202
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1202
1203
  const doc = (0, import_smithy_client.take)(data, {
1203
1204
  NextToken: import_smithy_client.expectString,
1204
1205
  ProposalVotes: import_smithy_client._json
@@ -1213,7 +1214,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
1213
1214
  const contents = (0, import_smithy_client.map)({
1214
1215
  $metadata: deserializeMetadata(output)
1215
1216
  });
1216
- const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await parseBody(output.body, context)), "body");
1217
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1217
1218
  const doc = (0, import_smithy_client.take)(data, {
1218
1219
  Tags: import_smithy_client._json
1219
1220
  });
@@ -1283,9 +1284,9 @@ var de_VoteOnProposalCommand = /* @__PURE__ */ __name(async (output, context) =>
1283
1284
  var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
1284
1285
  const parsedOutput = {
1285
1286
  ...output,
1286
- body: await parseErrorBody(output.body, context)
1287
+ body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
1287
1288
  };
1288
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1289
+ const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
1289
1290
  switch (errorCode) {
1290
1291
  case "AccessDeniedException":
1291
1292
  case "com.amazonaws.managedblockchain#AccessDeniedException":
@@ -1640,7 +1641,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
1640
1641
  extendedRequestId: output.headers["x-amz-id-2"],
1641
1642
  cfId: output.headers["x-amz-cf-id"]
1642
1643
  }), "deserializeMetadata");
1643
- var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
1644
1644
  var _F = "Framework";
1645
1645
  var _IO = "IsOwned";
1646
1646
  var _MI = "MemberId";
@@ -1659,46 +1659,6 @@ var _nT = "nextToken";
1659
1659
  var _nTe = "networkType";
1660
1660
  var _s = "status";
1661
1661
  var _tK = "tagKeys";
1662
- var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
1663
- if (encoded.length) {
1664
- return JSON.parse(encoded);
1665
- }
1666
- return {};
1667
- }), "parseBody");
1668
- var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
1669
- const value = await parseBody(errorBody, context);
1670
- value.message = value.message ?? value.Message;
1671
- return value;
1672
- }, "parseErrorBody");
1673
- var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
1674
- const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
1675
- const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
1676
- let cleanValue = rawValue;
1677
- if (typeof cleanValue === "number") {
1678
- cleanValue = cleanValue.toString();
1679
- }
1680
- if (cleanValue.indexOf(",") >= 0) {
1681
- cleanValue = cleanValue.split(",")[0];
1682
- }
1683
- if (cleanValue.indexOf(":") >= 0) {
1684
- cleanValue = cleanValue.split(":")[0];
1685
- }
1686
- if (cleanValue.indexOf("#") >= 0) {
1687
- cleanValue = cleanValue.split("#")[1];
1688
- }
1689
- return cleanValue;
1690
- }, "sanitizeErrorCode");
1691
- const headerKey = findKey(output.headers, "x-amzn-errortype");
1692
- if (headerKey !== void 0) {
1693
- return sanitizeErrorCode(output.headers[headerKey]);
1694
- }
1695
- if (data.code !== void 0) {
1696
- return sanitizeErrorCode(data.code);
1697
- }
1698
- if (data["__type"] !== void 0) {
1699
- return sanitizeErrorCode(data["__type"]);
1700
- }
1701
- }, "loadRestJsonErrorCode");
1702
1662
 
1703
1663
  // src/commands/CreateAccessorCommand.ts
1704
1664
  var _CreateAccessorCommand = class _CreateAccessorCommand 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, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, take, withBaseException, } from "@smithy/smithy-client";
3
4
  import { v4 as generateIdempotencyToken } from "uuid";
@@ -1114,43 +1115,3 @@ const _nT = "nextToken";
1114
1115
  const _nTe = "networkType";
1115
1116
  const _s = "status";
1116
1117
  const _tK = "tagKeys";
1117
- const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
1118
- if (encoded.length) {
1119
- return JSON.parse(encoded);
1120
- }
1121
- return {};
1122
- });
1123
- const parseErrorBody = async (errorBody, context) => {
1124
- const value = await parseBody(errorBody, context);
1125
- value.message = value.message ?? value.Message;
1126
- return value;
1127
- };
1128
- const loadRestJsonErrorCode = (output, data) => {
1129
- const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
1130
- const sanitizeErrorCode = (rawValue) => {
1131
- let cleanValue = rawValue;
1132
- if (typeof cleanValue === "number") {
1133
- cleanValue = cleanValue.toString();
1134
- }
1135
- if (cleanValue.indexOf(",") >= 0) {
1136
- cleanValue = cleanValue.split(",")[0];
1137
- }
1138
- if (cleanValue.indexOf(":") >= 0) {
1139
- cleanValue = cleanValue.split(":")[0];
1140
- }
1141
- if (cleanValue.indexOf("#") >= 0) {
1142
- cleanValue = cleanValue.split("#")[1];
1143
- }
1144
- return cleanValue;
1145
- };
1146
- const headerKey = findKey(output.headers, "x-amzn-errortype");
1147
- if (headerKey !== undefined) {
1148
- return sanitizeErrorCode(output.headers[headerKey]);
1149
- }
1150
- if (data.code !== undefined) {
1151
- return sanitizeErrorCode(data.code);
1152
- }
1153
- if (data["__type"] !== undefined) {
1154
- return sanitizeErrorCode(data["__type"]);
1155
- }
1156
- };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-managedblockchain",
3
3
  "description": "AWS SDK for JavaScript Managedblockchain Client for Node.js, Browser and React Native",
4
- "version": "3.523.0",
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-managedblockchain",
@@ -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.523.0",
24
- "@aws-sdk/core": "3.523.0",
25
- "@aws-sdk/credential-provider-node": "3.523.0",
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.523.0",
30
- "@aws-sdk/region-config-resolver": "3.523.0",
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.523.0",
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.523.0",
35
- "@smithy/config-resolver": "^2.1.3",
36
- "@smithy/core": "^1.3.4",
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.3",
42
- "@smithy/middleware-retry": "^2.1.3",
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.3",
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.1",
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.3",
55
- "@smithy/util-defaults-mode-node": "^2.2.2",
56
- "@smithy/util-endpoints": "^1.1.3",
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");
@@ -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");