@aws-sdk/client-managedblockchain 3.649.0 → 3.651.1
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 +27 -81
- package/dist-es/commands/CreateAccessorCommand.js +1 -3
- package/dist-es/commands/CreateMemberCommand.js +1 -3
- package/dist-es/commands/CreateNetworkCommand.js +1 -3
- package/dist-es/commands/CreateNodeCommand.js +1 -3
- package/dist-es/commands/CreateProposalCommand.js +1 -3
- package/dist-es/commands/DeleteAccessorCommand.js +1 -3
- package/dist-es/commands/DeleteMemberCommand.js +1 -3
- package/dist-es/commands/DeleteNodeCommand.js +1 -3
- package/dist-es/commands/GetAccessorCommand.js +1 -3
- package/dist-es/commands/GetMemberCommand.js +1 -3
- package/dist-es/commands/GetNetworkCommand.js +1 -3
- package/dist-es/commands/GetNodeCommand.js +1 -3
- package/dist-es/commands/GetProposalCommand.js +1 -3
- package/dist-es/commands/ListAccessorsCommand.js +1 -3
- package/dist-es/commands/ListInvitationsCommand.js +1 -3
- package/dist-es/commands/ListMembersCommand.js +1 -3
- package/dist-es/commands/ListNetworksCommand.js +1 -3
- package/dist-es/commands/ListNodesCommand.js +1 -3
- package/dist-es/commands/ListProposalVotesCommand.js +1 -3
- package/dist-es/commands/ListProposalsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/RejectInvitationCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateMemberCommand.js +1 -3
- package/dist-es/commands/UpdateNodeCommand.js +1 -3
- package/dist-es/commands/VoteOnProposalCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1654,9 +1654,7 @@ var _s = "status";
|
|
|
1654
1654
|
var _tK = "tagKeys";
|
|
1655
1655
|
|
|
1656
1656
|
// src/commands/CreateAccessorCommand.ts
|
|
1657
|
-
var _CreateAccessorCommand = class _CreateAccessorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1658
|
-
...commonParams
|
|
1659
|
-
}).m(function(Command, cs, config, o) {
|
|
1657
|
+
var _CreateAccessorCommand = class _CreateAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1660
1658
|
return [
|
|
1661
1659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1662
1660
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1670,9 +1668,7 @@ var CreateAccessorCommand = _CreateAccessorCommand;
|
|
|
1670
1668
|
|
|
1671
1669
|
|
|
1672
1670
|
|
|
1673
|
-
var _CreateMemberCommand = class _CreateMemberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1674
|
-
...commonParams
|
|
1675
|
-
}).m(function(Command, cs, config, o) {
|
|
1671
|
+
var _CreateMemberCommand = class _CreateMemberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1676
1672
|
return [
|
|
1677
1673
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1678
1674
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1686,9 +1682,7 @@ var CreateMemberCommand = _CreateMemberCommand;
|
|
|
1686
1682
|
|
|
1687
1683
|
|
|
1688
1684
|
|
|
1689
|
-
var _CreateNetworkCommand = class _CreateNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1690
|
-
...commonParams
|
|
1691
|
-
}).m(function(Command, cs, config, o) {
|
|
1685
|
+
var _CreateNetworkCommand = class _CreateNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1692
1686
|
return [
|
|
1693
1687
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1694
1688
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1702,9 +1696,7 @@ var CreateNetworkCommand = _CreateNetworkCommand;
|
|
|
1702
1696
|
|
|
1703
1697
|
|
|
1704
1698
|
|
|
1705
|
-
var _CreateNodeCommand = class _CreateNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1706
|
-
...commonParams
|
|
1707
|
-
}).m(function(Command, cs, config, o) {
|
|
1699
|
+
var _CreateNodeCommand = class _CreateNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1708
1700
|
return [
|
|
1709
1701
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1710
1702
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1718,9 +1710,7 @@ var CreateNodeCommand = _CreateNodeCommand;
|
|
|
1718
1710
|
|
|
1719
1711
|
|
|
1720
1712
|
|
|
1721
|
-
var _CreateProposalCommand = class _CreateProposalCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1722
|
-
...commonParams
|
|
1723
|
-
}).m(function(Command, cs, config, o) {
|
|
1713
|
+
var _CreateProposalCommand = class _CreateProposalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1724
1714
|
return [
|
|
1725
1715
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1726
1716
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1734,9 +1724,7 @@ var CreateProposalCommand = _CreateProposalCommand;
|
|
|
1734
1724
|
|
|
1735
1725
|
|
|
1736
1726
|
|
|
1737
|
-
var _DeleteAccessorCommand = class _DeleteAccessorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1738
|
-
...commonParams
|
|
1739
|
-
}).m(function(Command, cs, config, o) {
|
|
1727
|
+
var _DeleteAccessorCommand = class _DeleteAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1740
1728
|
return [
|
|
1741
1729
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1742
1730
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1750,9 +1738,7 @@ var DeleteAccessorCommand = _DeleteAccessorCommand;
|
|
|
1750
1738
|
|
|
1751
1739
|
|
|
1752
1740
|
|
|
1753
|
-
var _DeleteMemberCommand = class _DeleteMemberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1754
|
-
...commonParams
|
|
1755
|
-
}).m(function(Command, cs, config, o) {
|
|
1741
|
+
var _DeleteMemberCommand = class _DeleteMemberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1756
1742
|
return [
|
|
1757
1743
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1758
1744
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1766,9 +1752,7 @@ var DeleteMemberCommand = _DeleteMemberCommand;
|
|
|
1766
1752
|
|
|
1767
1753
|
|
|
1768
1754
|
|
|
1769
|
-
var _DeleteNodeCommand = class _DeleteNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1770
|
-
...commonParams
|
|
1771
|
-
}).m(function(Command, cs, config, o) {
|
|
1755
|
+
var _DeleteNodeCommand = class _DeleteNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1772
1756
|
return [
|
|
1773
1757
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1774
1758
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1782,9 +1766,7 @@ var DeleteNodeCommand = _DeleteNodeCommand;
|
|
|
1782
1766
|
|
|
1783
1767
|
|
|
1784
1768
|
|
|
1785
|
-
var _GetAccessorCommand = class _GetAccessorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1786
|
-
...commonParams
|
|
1787
|
-
}).m(function(Command, cs, config, o) {
|
|
1769
|
+
var _GetAccessorCommand = class _GetAccessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1788
1770
|
return [
|
|
1789
1771
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1790
1772
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1798,9 +1780,7 @@ var GetAccessorCommand = _GetAccessorCommand;
|
|
|
1798
1780
|
|
|
1799
1781
|
|
|
1800
1782
|
|
|
1801
|
-
var _GetMemberCommand = class _GetMemberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1802
|
-
...commonParams
|
|
1803
|
-
}).m(function(Command, cs, config, o) {
|
|
1783
|
+
var _GetMemberCommand = class _GetMemberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1804
1784
|
return [
|
|
1805
1785
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1806
1786
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1814,9 +1794,7 @@ var GetMemberCommand = _GetMemberCommand;
|
|
|
1814
1794
|
|
|
1815
1795
|
|
|
1816
1796
|
|
|
1817
|
-
var _GetNetworkCommand = class _GetNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1818
|
-
...commonParams
|
|
1819
|
-
}).m(function(Command, cs, config, o) {
|
|
1797
|
+
var _GetNetworkCommand = class _GetNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1820
1798
|
return [
|
|
1821
1799
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1822
1800
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1830,9 +1808,7 @@ var GetNetworkCommand = _GetNetworkCommand;
|
|
|
1830
1808
|
|
|
1831
1809
|
|
|
1832
1810
|
|
|
1833
|
-
var _GetNodeCommand = class _GetNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1834
|
-
...commonParams
|
|
1835
|
-
}).m(function(Command, cs, config, o) {
|
|
1811
|
+
var _GetNodeCommand = class _GetNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1836
1812
|
return [
|
|
1837
1813
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1838
1814
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1846,9 +1822,7 @@ var GetNodeCommand = _GetNodeCommand;
|
|
|
1846
1822
|
|
|
1847
1823
|
|
|
1848
1824
|
|
|
1849
|
-
var _GetProposalCommand = class _GetProposalCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1850
|
-
...commonParams
|
|
1851
|
-
}).m(function(Command, cs, config, o) {
|
|
1825
|
+
var _GetProposalCommand = class _GetProposalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1852
1826
|
return [
|
|
1853
1827
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1854
1828
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1862,9 +1836,7 @@ var GetProposalCommand = _GetProposalCommand;
|
|
|
1862
1836
|
|
|
1863
1837
|
|
|
1864
1838
|
|
|
1865
|
-
var _ListAccessorsCommand = class _ListAccessorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1866
|
-
...commonParams
|
|
1867
|
-
}).m(function(Command, cs, config, o) {
|
|
1839
|
+
var _ListAccessorsCommand = class _ListAccessorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1868
1840
|
return [
|
|
1869
1841
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1870
1842
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1878,9 +1850,7 @@ var ListAccessorsCommand = _ListAccessorsCommand;
|
|
|
1878
1850
|
|
|
1879
1851
|
|
|
1880
1852
|
|
|
1881
|
-
var _ListInvitationsCommand = class _ListInvitationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1882
|
-
...commonParams
|
|
1883
|
-
}).m(function(Command, cs, config, o) {
|
|
1853
|
+
var _ListInvitationsCommand = class _ListInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1884
1854
|
return [
|
|
1885
1855
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1886
1856
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1894,9 +1864,7 @@ var ListInvitationsCommand = _ListInvitationsCommand;
|
|
|
1894
1864
|
|
|
1895
1865
|
|
|
1896
1866
|
|
|
1897
|
-
var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1898
|
-
...commonParams
|
|
1899
|
-
}).m(function(Command, cs, config, o) {
|
|
1867
|
+
var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1900
1868
|
return [
|
|
1901
1869
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1902
1870
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1910,9 +1878,7 @@ var ListMembersCommand = _ListMembersCommand;
|
|
|
1910
1878
|
|
|
1911
1879
|
|
|
1912
1880
|
|
|
1913
|
-
var _ListNetworksCommand = class _ListNetworksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1914
|
-
...commonParams
|
|
1915
|
-
}).m(function(Command, cs, config, o) {
|
|
1881
|
+
var _ListNetworksCommand = class _ListNetworksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1916
1882
|
return [
|
|
1917
1883
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1918
1884
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1926,9 +1892,7 @@ var ListNetworksCommand = _ListNetworksCommand;
|
|
|
1926
1892
|
|
|
1927
1893
|
|
|
1928
1894
|
|
|
1929
|
-
var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1930
|
-
...commonParams
|
|
1931
|
-
}).m(function(Command, cs, config, o) {
|
|
1895
|
+
var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1932
1896
|
return [
|
|
1933
1897
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1934
1898
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1942,9 +1906,7 @@ var ListNodesCommand = _ListNodesCommand;
|
|
|
1942
1906
|
|
|
1943
1907
|
|
|
1944
1908
|
|
|
1945
|
-
var _ListProposalsCommand = class _ListProposalsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1946
|
-
...commonParams
|
|
1947
|
-
}).m(function(Command, cs, config, o) {
|
|
1909
|
+
var _ListProposalsCommand = class _ListProposalsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1948
1910
|
return [
|
|
1949
1911
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1950
1912
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1958,9 +1920,7 @@ var ListProposalsCommand = _ListProposalsCommand;
|
|
|
1958
1920
|
|
|
1959
1921
|
|
|
1960
1922
|
|
|
1961
|
-
var _ListProposalVotesCommand = class _ListProposalVotesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1962
|
-
...commonParams
|
|
1963
|
-
}).m(function(Command, cs, config, o) {
|
|
1923
|
+
var _ListProposalVotesCommand = class _ListProposalVotesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1964
1924
|
return [
|
|
1965
1925
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1966
1926
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1974,9 +1934,7 @@ var ListProposalVotesCommand = _ListProposalVotesCommand;
|
|
|
1974
1934
|
|
|
1975
1935
|
|
|
1976
1936
|
|
|
1977
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1978
|
-
...commonParams
|
|
1979
|
-
}).m(function(Command, cs, config, o) {
|
|
1937
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1980
1938
|
return [
|
|
1981
1939
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1982
1940
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1990,9 +1948,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1990
1948
|
|
|
1991
1949
|
|
|
1992
1950
|
|
|
1993
|
-
var _RejectInvitationCommand = class _RejectInvitationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1994
|
-
...commonParams
|
|
1995
|
-
}).m(function(Command, cs, config, o) {
|
|
1951
|
+
var _RejectInvitationCommand = class _RejectInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1996
1952
|
return [
|
|
1997
1953
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1998
1954
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2006,9 +1962,7 @@ var RejectInvitationCommand = _RejectInvitationCommand;
|
|
|
2006
1962
|
|
|
2007
1963
|
|
|
2008
1964
|
|
|
2009
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2010
|
-
...commonParams
|
|
2011
|
-
}).m(function(Command, cs, config, o) {
|
|
1965
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2012
1966
|
return [
|
|
2013
1967
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2014
1968
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2022,9 +1976,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2022
1976
|
|
|
2023
1977
|
|
|
2024
1978
|
|
|
2025
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2026
|
-
...commonParams
|
|
2027
|
-
}).m(function(Command, cs, config, o) {
|
|
1979
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2028
1980
|
return [
|
|
2029
1981
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2030
1982
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2038,9 +1990,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2038
1990
|
|
|
2039
1991
|
|
|
2040
1992
|
|
|
2041
|
-
var _UpdateMemberCommand = class _UpdateMemberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2042
|
-
...commonParams
|
|
2043
|
-
}).m(function(Command, cs, config, o) {
|
|
1993
|
+
var _UpdateMemberCommand = class _UpdateMemberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2044
1994
|
return [
|
|
2045
1995
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2046
1996
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2054,9 +2004,7 @@ var UpdateMemberCommand = _UpdateMemberCommand;
|
|
|
2054
2004
|
|
|
2055
2005
|
|
|
2056
2006
|
|
|
2057
|
-
var _UpdateNodeCommand = class _UpdateNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2058
|
-
...commonParams
|
|
2059
|
-
}).m(function(Command, cs, config, o) {
|
|
2007
|
+
var _UpdateNodeCommand = class _UpdateNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2060
2008
|
return [
|
|
2061
2009
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2062
2010
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2070,9 +2018,7 @@ var UpdateNodeCommand = _UpdateNodeCommand;
|
|
|
2070
2018
|
|
|
2071
2019
|
|
|
2072
2020
|
|
|
2073
|
-
var _VoteOnProposalCommand = class _VoteOnProposalCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2074
|
-
...commonParams
|
|
2075
|
-
}).m(function(Command, cs, config, o) {
|
|
2021
|
+
var _VoteOnProposalCommand = class _VoteOnProposalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2076
2022
|
return [
|
|
2077
2023
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2078
2024
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateAccessorCommand, se_CreateAccessorCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAccessorCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateMemberCommand, se_CreateMemberCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateMemberCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateNetworkCommand, se_CreateNetworkCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateNetworkCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateNodeCommand, se_CreateNodeCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateNodeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateProposalCommand, se_CreateProposalCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateProposalCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAccessorCommand, se_DeleteAccessorCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAccessorCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteMemberCommand, se_DeleteMemberCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMemberCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteNodeCommand, se_DeleteNodeCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteNodeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAccessorCommand, se_GetAccessorCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAccessorCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMemberCommand, se_GetMemberCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMemberCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetNetworkCommand, se_GetNetworkCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetNetworkCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetNodeCommand, se_GetNodeCommand } from "../protocols/Aws_restJson1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetNodeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetProposalCommand, se_GetProposalCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetProposalCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAccessorsCommand, se_ListAccessorsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAccessorsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListInvitationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListMembersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListNetworksCommand, se_ListNetworksCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListNetworksCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListNodesCommand, se_ListNodesCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListNodesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListProposalVotesCommand, se_ListProposalVotesCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProposalVotesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListProposalsCommand, se_ListProposalsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProposalsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RejectInvitationCommand, se_RejectInvitationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RejectInvitationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateMemberCommand, se_UpdateMemberCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateMemberCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateNodeCommand, se_UpdateNodeCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateNodeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_VoteOnProposalCommand, se_VoteOnProposalCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class VoteOnProposalCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
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.
|
|
4
|
+
"version": "3.651.1",
|
|
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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|