@aws-sdk/client-managedblockchain 3.590.0 → 3.592.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 (59) hide show
  1. package/dist-cjs/index.js +0 -27
  2. package/dist-types/commands/CreateAccessorCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateMemberCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateNetworkCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateNodeCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateProposalCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteAccessorCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteMemberCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteNodeCommand.d.ts +2 -1
  10. package/dist-types/commands/GetAccessorCommand.d.ts +2 -1
  11. package/dist-types/commands/GetMemberCommand.d.ts +2 -1
  12. package/dist-types/commands/GetNetworkCommand.d.ts +2 -1
  13. package/dist-types/commands/GetNodeCommand.d.ts +2 -1
  14. package/dist-types/commands/GetProposalCommand.d.ts +2 -1
  15. package/dist-types/commands/ListAccessorsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  18. package/dist-types/commands/ListNetworksCommand.d.ts +2 -1
  19. package/dist-types/commands/ListNodesCommand.d.ts +2 -1
  20. package/dist-types/commands/ListProposalVotesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListProposalsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/RejectInvitationCommand.d.ts +2 -1
  24. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateMemberCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateNodeCommand.d.ts +2 -1
  28. package/dist-types/commands/VoteOnProposalCommand.d.ts +2 -1
  29. package/dist-types/index.d.ts +2 -2
  30. package/dist-types/models/ManagedBlockchainServiceException.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/CreateAccessorCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/CreateMemberCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/CreateProposalCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DeleteAccessorCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/GetAccessorCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/GetNetworkCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetNodeCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/GetProposalCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ListAccessorsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/ListProposalVotesCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/ListProposalsCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/UpdateMemberCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/VoteOnProposalCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/models/ManagedBlockchainServiceException.d.ts +2 -1
  59. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -240,7 +240,6 @@ var ManagedBlockchainClient = _ManagedBlockchainClient;
240
240
 
241
241
  var import_middleware_serde = require("@smithy/middleware-serde");
242
242
 
243
- var import_types = require("@smithy/types");
244
243
 
245
244
  // src/protocols/Aws_restJson1.ts
246
245
  var import_core2 = require("@aws-sdk/core");
@@ -1677,7 +1676,6 @@ var CreateAccessorCommand = _CreateAccessorCommand;
1677
1676
 
1678
1677
 
1679
1678
 
1680
-
1681
1679
  var _CreateMemberCommand = class _CreateMemberCommand extends import_smithy_client.Command.classBuilder().ep({
1682
1680
  ...commonParams
1683
1681
  }).m(function(Command, cs, config, o) {
@@ -1694,7 +1692,6 @@ var CreateMemberCommand = _CreateMemberCommand;
1694
1692
 
1695
1693
 
1696
1694
 
1697
-
1698
1695
  var _CreateNetworkCommand = class _CreateNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
1699
1696
  ...commonParams
1700
1697
  }).m(function(Command, cs, config, o) {
@@ -1711,7 +1708,6 @@ var CreateNetworkCommand = _CreateNetworkCommand;
1711
1708
 
1712
1709
 
1713
1710
 
1714
-
1715
1711
  var _CreateNodeCommand = class _CreateNodeCommand extends import_smithy_client.Command.classBuilder().ep({
1716
1712
  ...commonParams
1717
1713
  }).m(function(Command, cs, config, o) {
@@ -1728,7 +1724,6 @@ var CreateNodeCommand = _CreateNodeCommand;
1728
1724
 
1729
1725
 
1730
1726
 
1731
-
1732
1727
  var _CreateProposalCommand = class _CreateProposalCommand extends import_smithy_client.Command.classBuilder().ep({
1733
1728
  ...commonParams
1734
1729
  }).m(function(Command, cs, config, o) {
@@ -1745,7 +1740,6 @@ var CreateProposalCommand = _CreateProposalCommand;
1745
1740
 
1746
1741
 
1747
1742
 
1748
-
1749
1743
  var _DeleteAccessorCommand = class _DeleteAccessorCommand extends import_smithy_client.Command.classBuilder().ep({
1750
1744
  ...commonParams
1751
1745
  }).m(function(Command, cs, config, o) {
@@ -1762,7 +1756,6 @@ var DeleteAccessorCommand = _DeleteAccessorCommand;
1762
1756
 
1763
1757
 
1764
1758
 
1765
-
1766
1759
  var _DeleteMemberCommand = class _DeleteMemberCommand extends import_smithy_client.Command.classBuilder().ep({
1767
1760
  ...commonParams
1768
1761
  }).m(function(Command, cs, config, o) {
@@ -1779,7 +1772,6 @@ var DeleteMemberCommand = _DeleteMemberCommand;
1779
1772
 
1780
1773
 
1781
1774
 
1782
-
1783
1775
  var _DeleteNodeCommand = class _DeleteNodeCommand extends import_smithy_client.Command.classBuilder().ep({
1784
1776
  ...commonParams
1785
1777
  }).m(function(Command, cs, config, o) {
@@ -1796,7 +1788,6 @@ var DeleteNodeCommand = _DeleteNodeCommand;
1796
1788
 
1797
1789
 
1798
1790
 
1799
-
1800
1791
  var _GetAccessorCommand = class _GetAccessorCommand extends import_smithy_client.Command.classBuilder().ep({
1801
1792
  ...commonParams
1802
1793
  }).m(function(Command, cs, config, o) {
@@ -1813,7 +1804,6 @@ var GetAccessorCommand = _GetAccessorCommand;
1813
1804
 
1814
1805
 
1815
1806
 
1816
-
1817
1807
  var _GetMemberCommand = class _GetMemberCommand extends import_smithy_client.Command.classBuilder().ep({
1818
1808
  ...commonParams
1819
1809
  }).m(function(Command, cs, config, o) {
@@ -1830,7 +1820,6 @@ var GetMemberCommand = _GetMemberCommand;
1830
1820
 
1831
1821
 
1832
1822
 
1833
-
1834
1823
  var _GetNetworkCommand = class _GetNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
1835
1824
  ...commonParams
1836
1825
  }).m(function(Command, cs, config, o) {
@@ -1847,7 +1836,6 @@ var GetNetworkCommand = _GetNetworkCommand;
1847
1836
 
1848
1837
 
1849
1838
 
1850
-
1851
1839
  var _GetNodeCommand = class _GetNodeCommand extends import_smithy_client.Command.classBuilder().ep({
1852
1840
  ...commonParams
1853
1841
  }).m(function(Command, cs, config, o) {
@@ -1864,7 +1852,6 @@ var GetNodeCommand = _GetNodeCommand;
1864
1852
 
1865
1853
 
1866
1854
 
1867
-
1868
1855
  var _GetProposalCommand = class _GetProposalCommand extends import_smithy_client.Command.classBuilder().ep({
1869
1856
  ...commonParams
1870
1857
  }).m(function(Command, cs, config, o) {
@@ -1881,7 +1868,6 @@ var GetProposalCommand = _GetProposalCommand;
1881
1868
 
1882
1869
 
1883
1870
 
1884
-
1885
1871
  var _ListAccessorsCommand = class _ListAccessorsCommand extends import_smithy_client.Command.classBuilder().ep({
1886
1872
  ...commonParams
1887
1873
  }).m(function(Command, cs, config, o) {
@@ -1898,7 +1884,6 @@ var ListAccessorsCommand = _ListAccessorsCommand;
1898
1884
 
1899
1885
 
1900
1886
 
1901
-
1902
1887
  var _ListInvitationsCommand = class _ListInvitationsCommand extends import_smithy_client.Command.classBuilder().ep({
1903
1888
  ...commonParams
1904
1889
  }).m(function(Command, cs, config, o) {
@@ -1915,7 +1900,6 @@ var ListInvitationsCommand = _ListInvitationsCommand;
1915
1900
 
1916
1901
 
1917
1902
 
1918
-
1919
1903
  var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep({
1920
1904
  ...commonParams
1921
1905
  }).m(function(Command, cs, config, o) {
@@ -1932,7 +1916,6 @@ var ListMembersCommand = _ListMembersCommand;
1932
1916
 
1933
1917
 
1934
1918
 
1935
-
1936
1919
  var _ListNetworksCommand = class _ListNetworksCommand extends import_smithy_client.Command.classBuilder().ep({
1937
1920
  ...commonParams
1938
1921
  }).m(function(Command, cs, config, o) {
@@ -1949,7 +1932,6 @@ var ListNetworksCommand = _ListNetworksCommand;
1949
1932
 
1950
1933
 
1951
1934
 
1952
-
1953
1935
  var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep({
1954
1936
  ...commonParams
1955
1937
  }).m(function(Command, cs, config, o) {
@@ -1966,7 +1948,6 @@ var ListNodesCommand = _ListNodesCommand;
1966
1948
 
1967
1949
 
1968
1950
 
1969
-
1970
1951
  var _ListProposalsCommand = class _ListProposalsCommand extends import_smithy_client.Command.classBuilder().ep({
1971
1952
  ...commonParams
1972
1953
  }).m(function(Command, cs, config, o) {
@@ -1983,7 +1964,6 @@ var ListProposalsCommand = _ListProposalsCommand;
1983
1964
 
1984
1965
 
1985
1966
 
1986
-
1987
1967
  var _ListProposalVotesCommand = class _ListProposalVotesCommand extends import_smithy_client.Command.classBuilder().ep({
1988
1968
  ...commonParams
1989
1969
  }).m(function(Command, cs, config, o) {
@@ -2000,7 +1980,6 @@ var ListProposalVotesCommand = _ListProposalVotesCommand;
2000
1980
 
2001
1981
 
2002
1982
 
2003
-
2004
1983
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2005
1984
  ...commonParams
2006
1985
  }).m(function(Command, cs, config, o) {
@@ -2017,7 +1996,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2017
1996
 
2018
1997
 
2019
1998
 
2020
-
2021
1999
  var _RejectInvitationCommand = class _RejectInvitationCommand extends import_smithy_client.Command.classBuilder().ep({
2022
2000
  ...commonParams
2023
2001
  }).m(function(Command, cs, config, o) {
@@ -2034,7 +2012,6 @@ var RejectInvitationCommand = _RejectInvitationCommand;
2034
2012
 
2035
2013
 
2036
2014
 
2037
-
2038
2015
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2039
2016
  ...commonParams
2040
2017
  }).m(function(Command, cs, config, o) {
@@ -2051,7 +2028,6 @@ var TagResourceCommand = _TagResourceCommand;
2051
2028
 
2052
2029
 
2053
2030
 
2054
-
2055
2031
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2056
2032
  ...commonParams
2057
2033
  }).m(function(Command, cs, config, o) {
@@ -2068,7 +2044,6 @@ var UntagResourceCommand = _UntagResourceCommand;
2068
2044
 
2069
2045
 
2070
2046
 
2071
-
2072
2047
  var _UpdateMemberCommand = class _UpdateMemberCommand extends import_smithy_client.Command.classBuilder().ep({
2073
2048
  ...commonParams
2074
2049
  }).m(function(Command, cs, config, o) {
@@ -2085,7 +2060,6 @@ var UpdateMemberCommand = _UpdateMemberCommand;
2085
2060
 
2086
2061
 
2087
2062
 
2088
-
2089
2063
  var _UpdateNodeCommand = class _UpdateNodeCommand extends import_smithy_client.Command.classBuilder().ep({
2090
2064
  ...commonParams
2091
2065
  }).m(function(Command, cs, config, o) {
@@ -2102,7 +2076,6 @@ var UpdateNodeCommand = _UpdateNodeCommand;
2102
2076
 
2103
2077
 
2104
2078
 
2105
-
2106
2079
  var _VoteOnProposalCommand = class _VoteOnProposalCommand extends import_smithy_client.Command.classBuilder().ep({
2107
2080
  ...commonParams
2108
2081
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateAccessorInput, CreateAccessorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAccessorInput, DeleteAccessorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetAccessorInput, GetAccessorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetMemberInput, GetMemberOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetNetworkInput, GetNetworkOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetNodeInput, GetNodeOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetProposalInput, GetProposalOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAccessorsInput, ListAccessorsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListInvitationsInput, ListInvitationsOutput } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListMembersInput, ListMembersOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListNetworksInput, ListNetworksOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListNodesInput, ListNodesOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListProposalVotesInput, ListProposalVotesOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListProposalsInput, ListProposalsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RejectInvitationInput, RejectInvitationOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateMemberInput, UpdateMemberOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateNodeInput, UpdateNodeOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { VoteOnProposalInput, VoteOnProposalOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -9,8 +9,8 @@
9
9
  export * from "./ManagedBlockchainClient";
10
10
  export * from "./ManagedBlockchain";
11
11
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
12
- export { RuntimeExtension } from "./runtimeExtensions";
13
- export { ManagedBlockchainExtensionConfiguration } from "./extensionConfiguration";
12
+ export type { RuntimeExtension } from "./runtimeExtensions";
13
+ export type { ManagedBlockchainExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
15
  export * from "./pagination";
16
16
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { CreateAccessorInput, CreateAccessorOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateAccessorCommandInput extends CreateAccessorInput {}
11
12
  export interface CreateAccessorCommandOutput
12
13
  extends CreateAccessorOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { CreateMemberInput, CreateMemberOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateMemberCommandInput extends CreateMemberInput {}
11
12
  export interface CreateMemberCommandOutput
12
13
  extends CreateMemberOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { CreateNetworkInput, CreateNetworkOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateNetworkCommandInput extends CreateNetworkInput {}
11
12
  export interface CreateNetworkCommandOutput
12
13
  extends CreateNetworkOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { CreateNodeInput, CreateNodeOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateNodeCommandInput extends CreateNodeInput {}
11
12
  export interface CreateNodeCommandOutput
12
13
  extends CreateNodeOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { CreateProposalInput, CreateProposalOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateProposalCommandInput extends CreateProposalInput {}
11
12
  export interface CreateProposalCommandOutput
12
13
  extends CreateProposalOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { DeleteAccessorInput, DeleteAccessorOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAccessorCommandInput extends DeleteAccessorInput {}
11
12
  export interface DeleteAccessorCommandOutput
12
13
  extends DeleteAccessorOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteMemberCommandInput extends DeleteMemberInput {}
11
12
  export interface DeleteMemberCommandOutput
12
13
  extends DeleteMemberOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteNodeCommandInput extends DeleteNodeInput {}
11
12
  export interface DeleteNodeCommandOutput
12
13
  extends DeleteNodeOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { GetAccessorInput, GetAccessorOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetAccessorCommandInput extends GetAccessorInput {}
11
12
  export interface GetAccessorCommandOutput
12
13
  extends GetAccessorOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { GetMemberInput, GetMemberOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetMemberCommandInput extends GetMemberInput {}
11
12
  export interface GetMemberCommandOutput
12
13
  extends GetMemberOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { GetNetworkInput, GetNetworkOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetNetworkCommandInput extends GetNetworkInput {}
11
12
  export interface GetNetworkCommandOutput
12
13
  extends GetNetworkOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { GetNodeInput, GetNodeOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetNodeCommandInput extends GetNodeInput {}
11
12
  export interface GetNodeCommandOutput extends GetNodeOutput, __MetadataBearer {}
12
13
  declare const GetNodeCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { GetProposalInput, GetProposalOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetProposalCommandInput extends GetProposalInput {}
11
12
  export interface GetProposalCommandOutput
12
13
  extends GetProposalOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { ListAccessorsInput, ListAccessorsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListAccessorsCommandInput extends ListAccessorsInput {}
11
12
  export interface ListAccessorsCommandOutput
12
13
  extends ListAccessorsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListInvitationsInput,
10
10
  ListInvitationsOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListInvitationsCommandInput extends ListInvitationsInput {}
14
15
  export interface ListInvitationsCommandOutput
15
16
  extends ListInvitationsOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { ListMembersInput, ListMembersOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListMembersCommandInput extends ListMembersInput {}
11
12
  export interface ListMembersCommandOutput
12
13
  extends ListMembersOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { ListNetworksInput, ListNetworksOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListNetworksCommandInput extends ListNetworksInput {}
11
12
  export interface ListNetworksCommandOutput
12
13
  extends ListNetworksOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { ListNodesInput, ListNodesOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListNodesCommandInput extends ListNodesInput {}
11
12
  export interface ListNodesCommandOutput
12
13
  extends ListNodesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListProposalVotesInput,
10
10
  ListProposalVotesOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListProposalVotesCommandInput extends ListProposalVotesInput {}
14
15
  export interface ListProposalVotesCommandOutput
15
16
  extends ListProposalVotesOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { ListProposalsInput, ListProposalsOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListProposalsCommandInput extends ListProposalsInput {}
11
12
  export interface ListProposalsCommandOutput
12
13
  extends ListProposalsOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  RejectInvitationInput,
10
10
  RejectInvitationOutput,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface RejectInvitationCommandInput extends RejectInvitationInput {}
14
15
  export interface RejectInvitationCommandOutput
15
16
  extends RejectInvitationOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { UpdateMemberInput, UpdateMemberOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateMemberCommandInput extends UpdateMemberInput {}
11
12
  export interface UpdateMemberCommandOutput
12
13
  extends UpdateMemberOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { UpdateNodeInput, UpdateNodeOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateNodeCommandInput extends UpdateNodeInput {}
11
12
  export interface UpdateNodeCommandOutput
12
13
  extends UpdateNodeOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../ManagedBlockchainClient";
8
8
  import { VoteOnProposalInput, VoteOnProposalOutput } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface VoteOnProposalCommandInput extends VoteOnProposalInput {}
11
12
  export interface VoteOnProposalCommandOutput
12
13
  extends VoteOnProposalOutput,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ManagedBlockchainServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
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.590.0",
4
+ "version": "3.592.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,10 +20,10 @@
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-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",