@aws-sdk/client-dax 3.590.0 → 3.596.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 (47) hide show
  1. package/dist-cjs/index.js +0 -21
  2. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  3. package/dist-types/commands/CreateParameterGroupCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateSubnetGroupCommand.d.ts +2 -1
  5. package/dist-types/commands/DecreaseReplicationFactorCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteParameterGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteSubnetGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/DescribeClustersCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeDefaultParametersCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeParameterGroupsCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeParametersCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeSubnetGroupsCommand.d.ts +2 -1
  15. package/dist-types/commands/IncreaseReplicationFactorCommand.d.ts +2 -1
  16. package/dist-types/commands/ListTagsCommand.d.ts +2 -1
  17. package/dist-types/commands/RebootNodeCommand.d.ts +2 -1
  18. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -1
  21. package/dist-types/commands/UpdateParameterGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateSubnetGroupCommand.d.ts +2 -1
  23. package/dist-types/index.d.ts +2 -2
  24. package/dist-types/models/DAXServiceException.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/models/DAXServiceException.d.ts +2 -1
  47. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -232,7 +232,6 @@ var DAXClient = _DAXClient;
232
232
 
233
233
  var import_middleware_serde = require("@smithy/middleware-serde");
234
234
 
235
- var import_types = require("@smithy/types");
236
235
 
237
236
  // src/protocols/Aws_json1_1.ts
238
237
  var import_core2 = require("@aws-sdk/core");
@@ -1643,7 +1642,6 @@ var CreateClusterCommand = _CreateClusterCommand;
1643
1642
 
1644
1643
 
1645
1644
 
1646
-
1647
1645
  var _CreateParameterGroupCommand = class _CreateParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1648
1646
  ...commonParams
1649
1647
  }).m(function(Command, cs, config, o) {
@@ -1660,7 +1658,6 @@ var CreateParameterGroupCommand = _CreateParameterGroupCommand;
1660
1658
 
1661
1659
 
1662
1660
 
1663
-
1664
1661
  var _CreateSubnetGroupCommand = class _CreateSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1665
1662
  ...commonParams
1666
1663
  }).m(function(Command, cs, config, o) {
@@ -1677,7 +1674,6 @@ var CreateSubnetGroupCommand = _CreateSubnetGroupCommand;
1677
1674
 
1678
1675
 
1679
1676
 
1680
-
1681
1677
  var _DecreaseReplicationFactorCommand = class _DecreaseReplicationFactorCommand extends import_smithy_client.Command.classBuilder().ep({
1682
1678
  ...commonParams
1683
1679
  }).m(function(Command, cs, config, o) {
@@ -1694,7 +1690,6 @@ var DecreaseReplicationFactorCommand = _DecreaseReplicationFactorCommand;
1694
1690
 
1695
1691
 
1696
1692
 
1697
-
1698
1693
  var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1699
1694
  ...commonParams
1700
1695
  }).m(function(Command, cs, config, o) {
@@ -1711,7 +1706,6 @@ var DeleteClusterCommand = _DeleteClusterCommand;
1711
1706
 
1712
1707
 
1713
1708
 
1714
-
1715
1709
  var _DeleteParameterGroupCommand = class _DeleteParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1716
1710
  ...commonParams
1717
1711
  }).m(function(Command, cs, config, o) {
@@ -1728,7 +1722,6 @@ var DeleteParameterGroupCommand = _DeleteParameterGroupCommand;
1728
1722
 
1729
1723
 
1730
1724
 
1731
-
1732
1725
  var _DeleteSubnetGroupCommand = class _DeleteSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1733
1726
  ...commonParams
1734
1727
  }).m(function(Command, cs, config, o) {
@@ -1745,7 +1738,6 @@ var DeleteSubnetGroupCommand = _DeleteSubnetGroupCommand;
1745
1738
 
1746
1739
 
1747
1740
 
1748
-
1749
1741
  var _DescribeClustersCommand = class _DescribeClustersCommand extends import_smithy_client.Command.classBuilder().ep({
1750
1742
  ...commonParams
1751
1743
  }).m(function(Command, cs, config, o) {
@@ -1762,7 +1754,6 @@ var DescribeClustersCommand = _DescribeClustersCommand;
1762
1754
 
1763
1755
 
1764
1756
 
1765
-
1766
1757
  var _DescribeDefaultParametersCommand = class _DescribeDefaultParametersCommand extends import_smithy_client.Command.classBuilder().ep({
1767
1758
  ...commonParams
1768
1759
  }).m(function(Command, cs, config, o) {
@@ -1779,7 +1770,6 @@ var DescribeDefaultParametersCommand = _DescribeDefaultParametersCommand;
1779
1770
 
1780
1771
 
1781
1772
 
1782
-
1783
1773
  var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep({
1784
1774
  ...commonParams
1785
1775
  }).m(function(Command, cs, config, o) {
@@ -1796,7 +1786,6 @@ var DescribeEventsCommand = _DescribeEventsCommand;
1796
1786
 
1797
1787
 
1798
1788
 
1799
-
1800
1789
  var _DescribeParameterGroupsCommand = class _DescribeParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1801
1790
  ...commonParams
1802
1791
  }).m(function(Command, cs, config, o) {
@@ -1813,7 +1802,6 @@ var DescribeParameterGroupsCommand = _DescribeParameterGroupsCommand;
1813
1802
 
1814
1803
 
1815
1804
 
1816
-
1817
1805
  var _DescribeParametersCommand = class _DescribeParametersCommand extends import_smithy_client.Command.classBuilder().ep({
1818
1806
  ...commonParams
1819
1807
  }).m(function(Command, cs, config, o) {
@@ -1830,7 +1818,6 @@ var DescribeParametersCommand = _DescribeParametersCommand;
1830
1818
 
1831
1819
 
1832
1820
 
1833
-
1834
1821
  var _DescribeSubnetGroupsCommand = class _DescribeSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1835
1822
  ...commonParams
1836
1823
  }).m(function(Command, cs, config, o) {
@@ -1847,7 +1834,6 @@ var DescribeSubnetGroupsCommand = _DescribeSubnetGroupsCommand;
1847
1834
 
1848
1835
 
1849
1836
 
1850
-
1851
1837
  var _IncreaseReplicationFactorCommand = class _IncreaseReplicationFactorCommand extends import_smithy_client.Command.classBuilder().ep({
1852
1838
  ...commonParams
1853
1839
  }).m(function(Command, cs, config, o) {
@@ -1864,7 +1850,6 @@ var IncreaseReplicationFactorCommand = _IncreaseReplicationFactorCommand;
1864
1850
 
1865
1851
 
1866
1852
 
1867
-
1868
1853
  var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep({
1869
1854
  ...commonParams
1870
1855
  }).m(function(Command, cs, config, o) {
@@ -1881,7 +1866,6 @@ var ListTagsCommand = _ListTagsCommand;
1881
1866
 
1882
1867
 
1883
1868
 
1884
-
1885
1869
  var _RebootNodeCommand = class _RebootNodeCommand extends import_smithy_client.Command.classBuilder().ep({
1886
1870
  ...commonParams
1887
1871
  }).m(function(Command, cs, config, o) {
@@ -1898,7 +1882,6 @@ var RebootNodeCommand = _RebootNodeCommand;
1898
1882
 
1899
1883
 
1900
1884
 
1901
-
1902
1885
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1903
1886
  ...commonParams
1904
1887
  }).m(function(Command, cs, config, o) {
@@ -1915,7 +1898,6 @@ var TagResourceCommand = _TagResourceCommand;
1915
1898
 
1916
1899
 
1917
1900
 
1918
-
1919
1901
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1920
1902
  ...commonParams
1921
1903
  }).m(function(Command, cs, config, o) {
@@ -1932,7 +1914,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1932
1914
 
1933
1915
 
1934
1916
 
1935
-
1936
1917
  var _UpdateClusterCommand = class _UpdateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
1937
1918
  ...commonParams
1938
1919
  }).m(function(Command, cs, config, o) {
@@ -1949,7 +1930,6 @@ var UpdateClusterCommand = _UpdateClusterCommand;
1949
1930
 
1950
1931
 
1951
1932
 
1952
-
1953
1933
  var _UpdateParameterGroupCommand = class _UpdateParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1954
1934
  ...commonParams
1955
1935
  }).m(function(Command, cs, config, o) {
@@ -1966,7 +1946,6 @@ var UpdateParameterGroupCommand = _UpdateParameterGroupCommand;
1966
1946
 
1967
1947
 
1968
1948
 
1969
-
1970
1949
  var _UpdateSubnetGroupCommand = class _UpdateSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1971
1950
  ...commonParams
1972
1951
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CreateClusterRequest, CreateClusterResponse } 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 { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../mo
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 { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/m
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 { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } f
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 { DeleteClusterRequest, DeleteClusterResponse } 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 { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../mo
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 { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/m
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 { DescribeClustersRequest, DescribeClustersResponse } from "../models/mod
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 { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } f
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 { DescribeEventsRequest, DescribeEventsResponse } 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 { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from
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 { DescribeParametersRequest, DescribeParametersResponse } from "../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 { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../mo
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 { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } f
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 { ListTagsRequest, ListTagsResponse } 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 { RebootNodeRequest, RebootNodeResponse } 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 { 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 { UpdateClusterRequest, UpdateClusterResponse } 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 { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../mo
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 { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/m
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
  *
@@ -11,8 +11,8 @@
11
11
  export * from "./DAXClient";
12
12
  export * from "./DAX";
13
13
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
14
- export { RuntimeExtension } from "./runtimeExtensions";
15
- export { DAXExtensionConfiguration } from "./extensionConfiguration";
14
+ export type { RuntimeExtension } from "./runtimeExtensions";
15
+ export type { DAXExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./models";
18
18
  export { DAXServiceException } from "./models/DAXServiceException";
@@ -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
  *
@@ -9,7 +9,8 @@ import {
9
9
  CreateClusterRequest,
10
10
  CreateClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
14
15
  export interface CreateClusterCommandOutput
15
16
  extends CreateClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateParameterGroupRequest,
10
10
  CreateParameterGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateParameterGroupCommandInput
14
15
  extends CreateParameterGroupRequest {}
15
16
  export interface CreateParameterGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateSubnetGroupRequest,
10
10
  CreateSubnetGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateSubnetGroupCommandInput
14
15
  extends CreateSubnetGroupRequest {}
15
16
  export interface CreateSubnetGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DecreaseReplicationFactorRequest,
10
10
  DecreaseReplicationFactorResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DecreaseReplicationFactorCommandInput
14
15
  extends DecreaseReplicationFactorRequest {}
15
16
  export interface DecreaseReplicationFactorCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteClusterRequest,
10
10
  DeleteClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
14
15
  export interface DeleteClusterCommandOutput
15
16
  extends DeleteClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteParameterGroupRequest,
10
10
  DeleteParameterGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteParameterGroupCommandInput
14
15
  extends DeleteParameterGroupRequest {}
15
16
  export interface DeleteParameterGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteSubnetGroupRequest,
10
10
  DeleteSubnetGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSubnetGroupCommandInput
14
15
  extends DeleteSubnetGroupRequest {}
15
16
  export interface DeleteSubnetGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeClustersRequest,
10
10
  DescribeClustersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
14
15
  export interface DescribeClustersCommandOutput
15
16
  extends DescribeClustersResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeDefaultParametersRequest,
10
10
  DescribeDefaultParametersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeDefaultParametersCommandInput
14
15
  extends DescribeDefaultParametersRequest {}
15
16
  export interface DescribeDefaultParametersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeEventsRequest,
10
10
  DescribeEventsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
14
15
  export interface DescribeEventsCommandOutput
15
16
  extends DescribeEventsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeParameterGroupsRequest,
10
10
  DescribeParameterGroupsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeParameterGroupsCommandInput
14
15
  extends DescribeParameterGroupsRequest {}
15
16
  export interface DescribeParameterGroupsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeParametersRequest,
10
10
  DescribeParametersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeParametersCommandInput
14
15
  extends DescribeParametersRequest {}
15
16
  export interface DescribeParametersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeSubnetGroupsRequest,
10
10
  DescribeSubnetGroupsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeSubnetGroupsCommandInput
14
15
  extends DescribeSubnetGroupsRequest {}
15
16
  export interface DescribeSubnetGroupsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  IncreaseReplicationFactorRequest,
10
10
  IncreaseReplicationFactorResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface IncreaseReplicationFactorCommandInput
14
15
  extends IncreaseReplicationFactorRequest {}
15
16
  export interface IncreaseReplicationFactorCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DAXClient";
8
8
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTagsCommandInput extends ListTagsRequest {}
11
12
  export interface ListTagsCommandOutput
12
13
  extends ListTagsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DAXClient";
8
8
  import { RebootNodeRequest, RebootNodeResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RebootNodeCommandInput extends RebootNodeRequest {}
11
12
  export interface RebootNodeCommandOutput
12
13
  extends RebootNodeResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../DAXClient";
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,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateClusterRequest,
10
10
  UpdateClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateClusterCommandInput extends UpdateClusterRequest {}
14
15
  export interface UpdateClusterCommandOutput
15
16
  extends UpdateClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateParameterGroupRequest,
10
10
  UpdateParameterGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateParameterGroupCommandInput
14
15
  extends UpdateParameterGroupRequest {}
15
16
  export interface UpdateParameterGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateSubnetGroupRequest,
10
10
  UpdateSubnetGroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateSubnetGroupCommandInput
14
15
  extends UpdateSubnetGroupRequest {}
15
16
  export interface UpdateSubnetGroupCommandOutput
@@ -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 DAXServiceException 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-dax",
3
3
  "description": "AWS SDK for JavaScript Dax Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.596.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": "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.596.0",
24
+ "@aws-sdk/client-sts": "3.596.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.596.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",