@aws-sdk/client-dax 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +21 -63
- package/dist-es/commands/CreateClusterCommand.js +1 -3
- package/dist-es/commands/CreateParameterGroupCommand.js +1 -3
- package/dist-es/commands/CreateSubnetGroupCommand.js +1 -3
- package/dist-es/commands/DecreaseReplicationFactorCommand.js +1 -3
- package/dist-es/commands/DeleteClusterCommand.js +1 -3
- package/dist-es/commands/DeleteParameterGroupCommand.js +1 -3
- package/dist-es/commands/DeleteSubnetGroupCommand.js +1 -3
- package/dist-es/commands/DescribeClustersCommand.js +1 -3
- package/dist-es/commands/DescribeDefaultParametersCommand.js +1 -3
- package/dist-es/commands/DescribeEventsCommand.js +1 -3
- package/dist-es/commands/DescribeParameterGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeParametersCommand.js +1 -3
- package/dist-es/commands/DescribeSubnetGroupsCommand.js +1 -3
- package/dist-es/commands/IncreaseReplicationFactorCommand.js +1 -3
- package/dist-es/commands/ListTagsCommand.js +1 -3
- package/dist-es/commands/RebootNodeCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateClusterCommand.js +1 -3
- package/dist-es/commands/UpdateParameterGroupCommand.js +1 -3
- package/dist-es/commands/UpdateSubnetGroupCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1620,9 +1620,7 @@ function sharedHeaders(operation) {
|
|
|
1620
1620
|
__name(sharedHeaders, "sharedHeaders");
|
|
1621
1621
|
|
|
1622
1622
|
// src/commands/CreateClusterCommand.ts
|
|
1623
|
-
var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1624
|
-
...commonParams
|
|
1625
|
-
}).m(function(Command, cs, config, o) {
|
|
1623
|
+
var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1626
1624
|
return [
|
|
1627
1625
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1628
1626
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1636,9 +1634,7 @@ var CreateClusterCommand = _CreateClusterCommand;
|
|
|
1636
1634
|
|
|
1637
1635
|
|
|
1638
1636
|
|
|
1639
|
-
var _CreateParameterGroupCommand = class _CreateParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1640
|
-
...commonParams
|
|
1641
|
-
}).m(function(Command, cs, config, o) {
|
|
1637
|
+
var _CreateParameterGroupCommand = class _CreateParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1642
1638
|
return [
|
|
1643
1639
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1644
1640
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1652,9 +1648,7 @@ var CreateParameterGroupCommand = _CreateParameterGroupCommand;
|
|
|
1652
1648
|
|
|
1653
1649
|
|
|
1654
1650
|
|
|
1655
|
-
var _CreateSubnetGroupCommand = class _CreateSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1656
|
-
...commonParams
|
|
1657
|
-
}).m(function(Command, cs, config, o) {
|
|
1651
|
+
var _CreateSubnetGroupCommand = class _CreateSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1658
1652
|
return [
|
|
1659
1653
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1660
1654
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1668,9 +1662,7 @@ var CreateSubnetGroupCommand = _CreateSubnetGroupCommand;
|
|
|
1668
1662
|
|
|
1669
1663
|
|
|
1670
1664
|
|
|
1671
|
-
var _DecreaseReplicationFactorCommand = class _DecreaseReplicationFactorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1672
|
-
...commonParams
|
|
1673
|
-
}).m(function(Command, cs, config, o) {
|
|
1665
|
+
var _DecreaseReplicationFactorCommand = class _DecreaseReplicationFactorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1674
1666
|
return [
|
|
1675
1667
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1676
1668
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1684,9 +1676,7 @@ var DecreaseReplicationFactorCommand = _DecreaseReplicationFactorCommand;
|
|
|
1684
1676
|
|
|
1685
1677
|
|
|
1686
1678
|
|
|
1687
|
-
var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1688
|
-
...commonParams
|
|
1689
|
-
}).m(function(Command, cs, config, o) {
|
|
1679
|
+
var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1690
1680
|
return [
|
|
1691
1681
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1692
1682
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1700,9 +1690,7 @@ var DeleteClusterCommand = _DeleteClusterCommand;
|
|
|
1700
1690
|
|
|
1701
1691
|
|
|
1702
1692
|
|
|
1703
|
-
var _DeleteParameterGroupCommand = class _DeleteParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1704
|
-
...commonParams
|
|
1705
|
-
}).m(function(Command, cs, config, o) {
|
|
1693
|
+
var _DeleteParameterGroupCommand = class _DeleteParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1706
1694
|
return [
|
|
1707
1695
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1708
1696
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1716,9 +1704,7 @@ var DeleteParameterGroupCommand = _DeleteParameterGroupCommand;
|
|
|
1716
1704
|
|
|
1717
1705
|
|
|
1718
1706
|
|
|
1719
|
-
var _DeleteSubnetGroupCommand = class _DeleteSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1720
|
-
...commonParams
|
|
1721
|
-
}).m(function(Command, cs, config, o) {
|
|
1707
|
+
var _DeleteSubnetGroupCommand = class _DeleteSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1722
1708
|
return [
|
|
1723
1709
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1724
1710
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1732,9 +1718,7 @@ var DeleteSubnetGroupCommand = _DeleteSubnetGroupCommand;
|
|
|
1732
1718
|
|
|
1733
1719
|
|
|
1734
1720
|
|
|
1735
|
-
var _DescribeClustersCommand = class _DescribeClustersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1736
|
-
...commonParams
|
|
1737
|
-
}).m(function(Command, cs, config, o) {
|
|
1721
|
+
var _DescribeClustersCommand = class _DescribeClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1738
1722
|
return [
|
|
1739
1723
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1740
1724
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1748,9 +1732,7 @@ var DescribeClustersCommand = _DescribeClustersCommand;
|
|
|
1748
1732
|
|
|
1749
1733
|
|
|
1750
1734
|
|
|
1751
|
-
var _DescribeDefaultParametersCommand = class _DescribeDefaultParametersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1752
|
-
...commonParams
|
|
1753
|
-
}).m(function(Command, cs, config, o) {
|
|
1735
|
+
var _DescribeDefaultParametersCommand = class _DescribeDefaultParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1754
1736
|
return [
|
|
1755
1737
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1756
1738
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1764,9 +1746,7 @@ var DescribeDefaultParametersCommand = _DescribeDefaultParametersCommand;
|
|
|
1764
1746
|
|
|
1765
1747
|
|
|
1766
1748
|
|
|
1767
|
-
var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1768
|
-
...commonParams
|
|
1769
|
-
}).m(function(Command, cs, config, o) {
|
|
1749
|
+
var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1770
1750
|
return [
|
|
1771
1751
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1772
1752
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1780,9 +1760,7 @@ var DescribeEventsCommand = _DescribeEventsCommand;
|
|
|
1780
1760
|
|
|
1781
1761
|
|
|
1782
1762
|
|
|
1783
|
-
var _DescribeParameterGroupsCommand = class _DescribeParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1784
|
-
...commonParams
|
|
1785
|
-
}).m(function(Command, cs, config, o) {
|
|
1763
|
+
var _DescribeParameterGroupsCommand = class _DescribeParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1786
1764
|
return [
|
|
1787
1765
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1788
1766
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1796,9 +1774,7 @@ var DescribeParameterGroupsCommand = _DescribeParameterGroupsCommand;
|
|
|
1796
1774
|
|
|
1797
1775
|
|
|
1798
1776
|
|
|
1799
|
-
var _DescribeParametersCommand = class _DescribeParametersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1800
|
-
...commonParams
|
|
1801
|
-
}).m(function(Command, cs, config, o) {
|
|
1777
|
+
var _DescribeParametersCommand = class _DescribeParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1802
1778
|
return [
|
|
1803
1779
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1804
1780
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1812,9 +1788,7 @@ var DescribeParametersCommand = _DescribeParametersCommand;
|
|
|
1812
1788
|
|
|
1813
1789
|
|
|
1814
1790
|
|
|
1815
|
-
var _DescribeSubnetGroupsCommand = class _DescribeSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1816
|
-
...commonParams
|
|
1817
|
-
}).m(function(Command, cs, config, o) {
|
|
1791
|
+
var _DescribeSubnetGroupsCommand = class _DescribeSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1818
1792
|
return [
|
|
1819
1793
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1820
1794
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1828,9 +1802,7 @@ var DescribeSubnetGroupsCommand = _DescribeSubnetGroupsCommand;
|
|
|
1828
1802
|
|
|
1829
1803
|
|
|
1830
1804
|
|
|
1831
|
-
var _IncreaseReplicationFactorCommand = class _IncreaseReplicationFactorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1832
|
-
...commonParams
|
|
1833
|
-
}).m(function(Command, cs, config, o) {
|
|
1805
|
+
var _IncreaseReplicationFactorCommand = class _IncreaseReplicationFactorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1834
1806
|
return [
|
|
1835
1807
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1836
1808
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1844,9 +1816,7 @@ var IncreaseReplicationFactorCommand = _IncreaseReplicationFactorCommand;
|
|
|
1844
1816
|
|
|
1845
1817
|
|
|
1846
1818
|
|
|
1847
|
-
var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1848
|
-
...commonParams
|
|
1849
|
-
}).m(function(Command, cs, config, o) {
|
|
1819
|
+
var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1850
1820
|
return [
|
|
1851
1821
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1852
1822
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1860,9 +1830,7 @@ var ListTagsCommand = _ListTagsCommand;
|
|
|
1860
1830
|
|
|
1861
1831
|
|
|
1862
1832
|
|
|
1863
|
-
var _RebootNodeCommand = class _RebootNodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1864
|
-
...commonParams
|
|
1865
|
-
}).m(function(Command, cs, config, o) {
|
|
1833
|
+
var _RebootNodeCommand = class _RebootNodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1866
1834
|
return [
|
|
1867
1835
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1868
1836
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1876,9 +1844,7 @@ var RebootNodeCommand = _RebootNodeCommand;
|
|
|
1876
1844
|
|
|
1877
1845
|
|
|
1878
1846
|
|
|
1879
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1880
|
-
...commonParams
|
|
1881
|
-
}).m(function(Command, cs, config, o) {
|
|
1847
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1882
1848
|
return [
|
|
1883
1849
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1884
1850
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1892,9 +1858,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1892
1858
|
|
|
1893
1859
|
|
|
1894
1860
|
|
|
1895
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1896
|
-
...commonParams
|
|
1897
|
-
}).m(function(Command, cs, config, o) {
|
|
1861
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1898
1862
|
return [
|
|
1899
1863
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1900
1864
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1908,9 +1872,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1908
1872
|
|
|
1909
1873
|
|
|
1910
1874
|
|
|
1911
|
-
var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1912
|
-
...commonParams
|
|
1913
|
-
}).m(function(Command, cs, config, o) {
|
|
1875
|
+
var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1914
1876
|
return [
|
|
1915
1877
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1916
1878
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1924,9 +1886,7 @@ var UpdateClusterCommand = _UpdateClusterCommand;
|
|
|
1924
1886
|
|
|
1925
1887
|
|
|
1926
1888
|
|
|
1927
|
-
var _UpdateParameterGroupCommand = class _UpdateParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1928
|
-
...commonParams
|
|
1929
|
-
}).m(function(Command, cs, config, o) {
|
|
1889
|
+
var _UpdateParameterGroupCommand = class _UpdateParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1930
1890
|
return [
|
|
1931
1891
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1932
1892
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1940,9 +1900,7 @@ var UpdateParameterGroupCommand = _UpdateParameterGroupCommand;
|
|
|
1940
1900
|
|
|
1941
1901
|
|
|
1942
1902
|
|
|
1943
|
-
var _UpdateSubnetGroupCommand = class _UpdateSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1944
|
-
...commonParams
|
|
1945
|
-
}).m(function(Command, cs, config, o) {
|
|
1903
|
+
var _UpdateSubnetGroupCommand = class _UpdateSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1946
1904
|
return [
|
|
1947
1905
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1948
1906
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateClusterCommand 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_CreateParameterGroupCommand, se_CreateParameterGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateParameterGroupCommand 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_CreateSubnetGroupCommand, se_CreateSubnetGroupCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateSubnetGroupCommand 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_DecreaseReplicationFactorCommand, se_DecreaseReplicationFactorComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DecreaseReplicationFactorCommand 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_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteClusterCommand 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_DeleteParameterGroupCommand, se_DeleteParameterGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteParameterGroupCommand 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_DeleteSubnetGroupCommand, se_DeleteSubnetGroupCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteSubnetGroupCommand 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_DescribeClustersCommand, se_DescribeClustersCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeClustersCommand 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_DescribeDefaultParametersCommand, se_DescribeDefaultParametersComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDefaultParametersCommand 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_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeEventsCommand 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_DescribeParameterGroupsCommand, se_DescribeParameterGroupsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeParameterGroupsCommand 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_DescribeParametersCommand, se_DescribeParametersCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeParametersCommand 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_DescribeSubnetGroupsCommand, se_DescribeSubnetGroupsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeSubnetGroupsCommand 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_IncreaseReplicationFactorCommand, se_IncreaseReplicationFactorComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class IncreaseReplicationFactorCommand 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_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsCommand 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_RebootNodeCommand, se_RebootNodeCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RebootNodeCommand 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_j
|
|
|
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_UpdateClusterCommand, se_UpdateClusterCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateClusterCommand 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_UpdateParameterGroupCommand, se_UpdateParameterGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateParameterGroupCommand 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_UpdateSubnetGroupCommand, se_UpdateSubnetGroupCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateSubnetGroupCommand 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),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dax",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dax Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-dax",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
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",
|