@aws-sdk/client-managedblockchain 3.750.0 → 3.772.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 (2) hide show
  1. package/dist-cjs/index.js +44 -44
  2. package/package.json +13 -13
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  AccessorNetworkType: () => AccessorNetworkType,
26
26
  AccessorStatus: () => AccessorStatus,
@@ -88,7 +88,7 @@ __export(src_exports, {
88
88
  paginateListProposalVotes: () => paginateListProposalVotes,
89
89
  paginateListProposals: () => paginateListProposals
90
90
  });
91
- module.exports = __toCommonJS(src_exports);
91
+ module.exports = __toCommonJS(index_exports);
92
92
 
93
93
  // src/ManagedBlockchainClient.ts
94
94
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -215,9 +215,9 @@ var ManagedBlockchainClient = class extends import_smithy_client.Client {
215
215
  this.middlewareStack.use(
216
216
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
217
217
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultManagedBlockchainHttpAuthSchemeParametersProvider,
218
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
218
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
219
219
  "aws.auth#sigv4": config.credentials
220
- })
220
+ }), "identityProviderConfigProvider")
221
221
  })
222
222
  );
223
223
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -587,7 +587,7 @@ var se_CreateAccessorCommand = /* @__PURE__ */ __name(async (input, context) =>
587
587
  AccessorType: [],
588
588
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
589
589
  NetworkType: [],
590
- Tags: (_) => (0, import_smithy_client._json)(_)
590
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
591
591
  })
592
592
  );
593
593
  b.m("POST").h(headers).b(body);
@@ -605,7 +605,7 @@ var se_CreateMemberCommand = /* @__PURE__ */ __name(async (input, context) => {
605
605
  (0, import_smithy_client.take)(input, {
606
606
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
607
607
  InvitationId: [],
608
- MemberConfiguration: (_) => (0, import_smithy_client._json)(_)
608
+ MemberConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MemberConfiguration")
609
609
  })
610
610
  );
611
611
  b.m("POST").h(headers).b(body);
@@ -623,12 +623,12 @@ var se_CreateNetworkCommand = /* @__PURE__ */ __name(async (input, context) => {
623
623
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
624
624
  Description: [],
625
625
  Framework: [],
626
- FrameworkConfiguration: (_) => (0, import_smithy_client._json)(_),
626
+ FrameworkConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "FrameworkConfiguration"),
627
627
  FrameworkVersion: [],
628
- MemberConfiguration: (_) => (0, import_smithy_client._json)(_),
628
+ MemberConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "MemberConfiguration"),
629
629
  Name: [],
630
- Tags: (_) => (0, import_smithy_client._json)(_),
631
- VotingPolicy: (_) => (0, import_smithy_client._json)(_)
630
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
631
+ VotingPolicy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "VotingPolicy")
632
632
  })
633
633
  );
634
634
  b.m("POST").h(headers).b(body);
@@ -646,8 +646,8 @@ var se_CreateNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
646
646
  (0, import_smithy_client.take)(input, {
647
647
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
648
648
  MemberId: [],
649
- NodeConfiguration: (_) => (0, import_smithy_client._json)(_),
650
- Tags: (_) => (0, import_smithy_client._json)(_)
649
+ NodeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "NodeConfiguration"),
650
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
651
651
  })
652
652
  );
653
653
  b.m("POST").h(headers).b(body);
@@ -663,11 +663,11 @@ var se_CreateProposalCommand = /* @__PURE__ */ __name(async (input, context) =>
663
663
  let body;
664
664
  body = JSON.stringify(
665
665
  (0, import_smithy_client.take)(input, {
666
- Actions: (_) => (0, import_smithy_client._json)(_),
666
+ Actions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Actions"),
667
667
  ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
668
668
  Description: [],
669
669
  MemberId: [],
670
- Tags: (_) => (0, import_smithy_client._json)(_)
670
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
671
671
  })
672
672
  );
673
673
  b.m("POST").h(headers).b(body);
@@ -882,7 +882,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
882
882
  let body;
883
883
  body = JSON.stringify(
884
884
  (0, import_smithy_client.take)(input, {
885
- Tags: (_) => (0, import_smithy_client._json)(_)
885
+ Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
886
886
  })
887
887
  );
888
888
  b.m("POST").h(headers).b(body);
@@ -911,7 +911,7 @@ var se_UpdateMemberCommand = /* @__PURE__ */ __name(async (input, context) => {
911
911
  let body;
912
912
  body = JSON.stringify(
913
913
  (0, import_smithy_client.take)(input, {
914
- LogPublishingConfiguration: (_) => (0, import_smithy_client._json)(_)
914
+ LogPublishingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LogPublishingConfiguration")
915
915
  })
916
916
  );
917
917
  b.m("PATCH").h(headers).b(body);
@@ -928,7 +928,7 @@ var se_UpdateNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
928
928
  let body;
929
929
  body = JSON.stringify(
930
930
  (0, import_smithy_client.take)(input, {
931
- LogPublishingConfiguration: (_) => (0, import_smithy_client._json)(_),
931
+ LogPublishingConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LogPublishingConfiguration"),
932
932
  MemberId: []
933
933
  })
934
934
  );
@@ -1065,7 +1065,7 @@ var de_GetAccessorCommand = /* @__PURE__ */ __name(async (output, context) => {
1065
1065
  });
1066
1066
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1067
1067
  const doc = (0, import_smithy_client.take)(data, {
1068
- Accessor: (_) => de_Accessor(_, context)
1068
+ Accessor: /* @__PURE__ */ __name((_) => de_Accessor(_, context), "Accessor")
1069
1069
  });
1070
1070
  Object.assign(contents, doc);
1071
1071
  return contents;
@@ -1079,7 +1079,7 @@ var de_GetMemberCommand = /* @__PURE__ */ __name(async (output, context) => {
1079
1079
  });
1080
1080
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1081
1081
  const doc = (0, import_smithy_client.take)(data, {
1082
- Member: (_) => de_Member(_, context)
1082
+ Member: /* @__PURE__ */ __name((_) => de_Member(_, context), "Member")
1083
1083
  });
1084
1084
  Object.assign(contents, doc);
1085
1085
  return contents;
@@ -1093,7 +1093,7 @@ var de_GetNetworkCommand = /* @__PURE__ */ __name(async (output, context) => {
1093
1093
  });
1094
1094
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1095
1095
  const doc = (0, import_smithy_client.take)(data, {
1096
- Network: (_) => de_Network(_, context)
1096
+ Network: /* @__PURE__ */ __name((_) => de_Network(_, context), "Network")
1097
1097
  });
1098
1098
  Object.assign(contents, doc);
1099
1099
  return contents;
@@ -1107,7 +1107,7 @@ var de_GetNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
1107
1107
  });
1108
1108
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1109
1109
  const doc = (0, import_smithy_client.take)(data, {
1110
- Node: (_) => de_Node(_, context)
1110
+ Node: /* @__PURE__ */ __name((_) => de_Node(_, context), "Node")
1111
1111
  });
1112
1112
  Object.assign(contents, doc);
1113
1113
  return contents;
@@ -1121,7 +1121,7 @@ var de_GetProposalCommand = /* @__PURE__ */ __name(async (output, context) => {
1121
1121
  });
1122
1122
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1123
1123
  const doc = (0, import_smithy_client.take)(data, {
1124
- Proposal: (_) => de_Proposal(_, context)
1124
+ Proposal: /* @__PURE__ */ __name((_) => de_Proposal(_, context), "Proposal")
1125
1125
  });
1126
1126
  Object.assign(contents, doc);
1127
1127
  return contents;
@@ -1135,7 +1135,7 @@ var de_ListAccessorsCommand = /* @__PURE__ */ __name(async (output, context) =>
1135
1135
  });
1136
1136
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1137
1137
  const doc = (0, import_smithy_client.take)(data, {
1138
- Accessors: (_) => de_AccessorSummaryList(_, context),
1138
+ Accessors: /* @__PURE__ */ __name((_) => de_AccessorSummaryList(_, context), "Accessors"),
1139
1139
  NextToken: import_smithy_client.expectString
1140
1140
  });
1141
1141
  Object.assign(contents, doc);
@@ -1150,7 +1150,7 @@ var de_ListInvitationsCommand = /* @__PURE__ */ __name(async (output, context) =
1150
1150
  });
1151
1151
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1152
1152
  const doc = (0, import_smithy_client.take)(data, {
1153
- Invitations: (_) => de_InvitationList(_, context),
1153
+ Invitations: /* @__PURE__ */ __name((_) => de_InvitationList(_, context), "Invitations"),
1154
1154
  NextToken: import_smithy_client.expectString
1155
1155
  });
1156
1156
  Object.assign(contents, doc);
@@ -1165,7 +1165,7 @@ var de_ListMembersCommand = /* @__PURE__ */ __name(async (output, context) => {
1165
1165
  });
1166
1166
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1167
1167
  const doc = (0, import_smithy_client.take)(data, {
1168
- Members: (_) => de_MemberSummaryList(_, context),
1168
+ Members: /* @__PURE__ */ __name((_) => de_MemberSummaryList(_, context), "Members"),
1169
1169
  NextToken: import_smithy_client.expectString
1170
1170
  });
1171
1171
  Object.assign(contents, doc);
@@ -1180,7 +1180,7 @@ var de_ListNetworksCommand = /* @__PURE__ */ __name(async (output, context) => {
1180
1180
  });
1181
1181
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1182
1182
  const doc = (0, import_smithy_client.take)(data, {
1183
- Networks: (_) => de_NetworkSummaryList(_, context),
1183
+ Networks: /* @__PURE__ */ __name((_) => de_NetworkSummaryList(_, context), "Networks"),
1184
1184
  NextToken: import_smithy_client.expectString
1185
1185
  });
1186
1186
  Object.assign(contents, doc);
@@ -1196,7 +1196,7 @@ var de_ListNodesCommand = /* @__PURE__ */ __name(async (output, context) => {
1196
1196
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1197
1197
  const doc = (0, import_smithy_client.take)(data, {
1198
1198
  NextToken: import_smithy_client.expectString,
1199
- Nodes: (_) => de_NodeSummaryList(_, context)
1199
+ Nodes: /* @__PURE__ */ __name((_) => de_NodeSummaryList(_, context), "Nodes")
1200
1200
  });
1201
1201
  Object.assign(contents, doc);
1202
1202
  return contents;
@@ -1211,7 +1211,7 @@ var de_ListProposalsCommand = /* @__PURE__ */ __name(async (output, context) =>
1211
1211
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1212
1212
  const doc = (0, import_smithy_client.take)(data, {
1213
1213
  NextToken: import_smithy_client.expectString,
1214
- Proposals: (_) => de_ProposalSummaryList(_, context)
1214
+ Proposals: /* @__PURE__ */ __name((_) => de_ProposalSummaryList(_, context), "Proposals")
1215
1215
  });
1216
1216
  Object.assign(contents, doc);
1217
1217
  return contents;
@@ -1484,7 +1484,7 @@ var de_Accessor = /* @__PURE__ */ __name((output, context) => {
1484
1484
  return (0, import_smithy_client.take)(output, {
1485
1485
  Arn: import_smithy_client.expectString,
1486
1486
  BillingToken: import_smithy_client.expectString,
1487
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1487
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1488
1488
  Id: import_smithy_client.expectString,
1489
1489
  NetworkType: import_smithy_client.expectString,
1490
1490
  Status: import_smithy_client.expectString,
@@ -1495,7 +1495,7 @@ var de_Accessor = /* @__PURE__ */ __name((output, context) => {
1495
1495
  var de_AccessorSummary = /* @__PURE__ */ __name((output, context) => {
1496
1496
  return (0, import_smithy_client.take)(output, {
1497
1497
  Arn: import_smithy_client.expectString,
1498
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1498
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1499
1499
  Id: import_smithy_client.expectString,
1500
1500
  NetworkType: import_smithy_client.expectString,
1501
1501
  Status: import_smithy_client.expectString,
@@ -1511,10 +1511,10 @@ var de_AccessorSummaryList = /* @__PURE__ */ __name((output, context) => {
1511
1511
  var de_Invitation = /* @__PURE__ */ __name((output, context) => {
1512
1512
  return (0, import_smithy_client.take)(output, {
1513
1513
  Arn: import_smithy_client.expectString,
1514
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1515
- ExpirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1514
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1515
+ ExpirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ExpirationDate"),
1516
1516
  InvitationId: import_smithy_client.expectString,
1517
- NetworkSummary: (_) => de_NetworkSummary(_, context),
1517
+ NetworkSummary: /* @__PURE__ */ __name((_) => de_NetworkSummary(_, context), "NetworkSummary"),
1518
1518
  Status: import_smithy_client.expectString
1519
1519
  });
1520
1520
  }, "de_Invitation");
@@ -1527,7 +1527,7 @@ var de_InvitationList = /* @__PURE__ */ __name((output, context) => {
1527
1527
  var de_Member = /* @__PURE__ */ __name((output, context) => {
1528
1528
  return (0, import_smithy_client.take)(output, {
1529
1529
  Arn: import_smithy_client.expectString,
1530
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1530
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1531
1531
  Description: import_smithy_client.expectString,
1532
1532
  FrameworkAttributes: import_smithy_client._json,
1533
1533
  Id: import_smithy_client.expectString,
@@ -1542,7 +1542,7 @@ var de_Member = /* @__PURE__ */ __name((output, context) => {
1542
1542
  var de_MemberSummary = /* @__PURE__ */ __name((output, context) => {
1543
1543
  return (0, import_smithy_client.take)(output, {
1544
1544
  Arn: import_smithy_client.expectString,
1545
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1545
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1546
1546
  Description: import_smithy_client.expectString,
1547
1547
  Id: import_smithy_client.expectString,
1548
1548
  IsOwned: import_smithy_client.expectBoolean,
@@ -1559,7 +1559,7 @@ var de_MemberSummaryList = /* @__PURE__ */ __name((output, context) => {
1559
1559
  var de_Network = /* @__PURE__ */ __name((output, context) => {
1560
1560
  return (0, import_smithy_client.take)(output, {
1561
1561
  Arn: import_smithy_client.expectString,
1562
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1562
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1563
1563
  Description: import_smithy_client.expectString,
1564
1564
  Framework: import_smithy_client.expectString,
1565
1565
  FrameworkAttributes: import_smithy_client._json,
@@ -1575,7 +1575,7 @@ var de_Network = /* @__PURE__ */ __name((output, context) => {
1575
1575
  var de_NetworkSummary = /* @__PURE__ */ __name((output, context) => {
1576
1576
  return (0, import_smithy_client.take)(output, {
1577
1577
  Arn: import_smithy_client.expectString,
1578
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1578
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1579
1579
  Description: import_smithy_client.expectString,
1580
1580
  Framework: import_smithy_client.expectString,
1581
1581
  FrameworkVersion: import_smithy_client.expectString,
@@ -1594,7 +1594,7 @@ var de_Node = /* @__PURE__ */ __name((output, context) => {
1594
1594
  return (0, import_smithy_client.take)(output, {
1595
1595
  Arn: import_smithy_client.expectString,
1596
1596
  AvailabilityZone: import_smithy_client.expectString,
1597
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1597
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1598
1598
  FrameworkAttributes: import_smithy_client._json,
1599
1599
  Id: import_smithy_client.expectString,
1600
1600
  InstanceType: import_smithy_client.expectString,
@@ -1611,7 +1611,7 @@ var de_NodeSummary = /* @__PURE__ */ __name((output, context) => {
1611
1611
  return (0, import_smithy_client.take)(output, {
1612
1612
  Arn: import_smithy_client.expectString,
1613
1613
  AvailabilityZone: import_smithy_client.expectString,
1614
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1614
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1615
1615
  Id: import_smithy_client.expectString,
1616
1616
  InstanceType: import_smithy_client.expectString,
1617
1617
  Status: import_smithy_client.expectString
@@ -1627,9 +1627,9 @@ var de_Proposal = /* @__PURE__ */ __name((output, context) => {
1627
1627
  return (0, import_smithy_client.take)(output, {
1628
1628
  Actions: import_smithy_client._json,
1629
1629
  Arn: import_smithy_client.expectString,
1630
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1630
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1631
1631
  Description: import_smithy_client.expectString,
1632
- ExpirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1632
+ ExpirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ExpirationDate"),
1633
1633
  NetworkId: import_smithy_client.expectString,
1634
1634
  NoVoteCount: import_smithy_client.expectInt32,
1635
1635
  OutstandingVoteCount: import_smithy_client.expectInt32,
@@ -1644,9 +1644,9 @@ var de_Proposal = /* @__PURE__ */ __name((output, context) => {
1644
1644
  var de_ProposalSummary = /* @__PURE__ */ __name((output, context) => {
1645
1645
  return (0, import_smithy_client.take)(output, {
1646
1646
  Arn: import_smithy_client.expectString,
1647
- CreationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1647
+ CreationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "CreationDate"),
1648
1648
  Description: import_smithy_client.expectString,
1649
- ExpirationDate: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1649
+ ExpirationDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "ExpirationDate"),
1650
1650
  ProposalId: import_smithy_client.expectString,
1651
1651
  ProposedByMemberId: import_smithy_client.expectString,
1652
1652
  ProposedByMemberName: import_smithy_client.expectString,
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.750.0",
4
+ "version": "3.772.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,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.750.0",
24
- "@aws-sdk/credential-provider-node": "3.750.0",
23
+ "@aws-sdk/core": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.750.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.750.0",
33
+ "@aws-sdk/util-user-agent-node": "3.758.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.4",
35
+ "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.5",
41
- "@smithy/middleware-retry": "^4.0.6",
40
+ "@smithy/middleware-endpoint": "^4.0.6",
41
+ "@smithy/middleware-retry": "^4.0.7",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.3",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.5",
47
+ "@smithy/smithy-client": "^4.1.6",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.6",
54
- "@smithy/util-defaults-mode-node": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
54
+ "@smithy/util-defaults-mode-node": "^4.0.7",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",