@aws-sdk/client-dax 3.35.0 → 3.38.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 (200) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/DAX.js +0 -9
  3. package/dist-cjs/DAXClient.js +0 -14
  4. package/dist-cjs/commands/CreateClusterCommand.js +0 -25
  5. package/dist-cjs/commands/CreateParameterGroupCommand.js +0 -26
  6. package/dist-cjs/commands/CreateSubnetGroupCommand.js +0 -25
  7. package/dist-cjs/commands/DecreaseReplicationFactorCommand.js +0 -28
  8. package/dist-cjs/commands/DeleteClusterCommand.js +0 -29
  9. package/dist-cjs/commands/DeleteParameterGroupCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteSubnetGroupCommand.js +0 -29
  11. package/dist-cjs/commands/DescribeClustersCommand.js +0 -37
  12. package/dist-cjs/commands/DescribeDefaultParametersCommand.js +0 -26
  13. package/dist-cjs/commands/DescribeEventsCommand.js +0 -29
  14. package/dist-cjs/commands/DescribeParameterGroupsCommand.js +0 -26
  15. package/dist-cjs/commands/DescribeParametersCommand.js +0 -25
  16. package/dist-cjs/commands/DescribeSubnetGroupsCommand.js +0 -26
  17. package/dist-cjs/commands/IncreaseReplicationFactorCommand.js +0 -25
  18. package/dist-cjs/commands/ListTagsCommand.js +0 -26
  19. package/dist-cjs/commands/RebootNodeCommand.js +0 -31
  20. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  21. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  22. package/dist-cjs/commands/UpdateClusterCommand.js +0 -27
  23. package/dist-cjs/commands/UpdateParameterGroupCommand.js +0 -27
  24. package/dist-cjs/commands/UpdateSubnetGroupCommand.js +0 -25
  25. package/dist-cjs/commands/index.js +24 -0
  26. package/dist-cjs/endpoints.js +1 -2
  27. package/dist-cjs/index.js +3 -24
  28. package/dist-cjs/models/index.js +0 -1
  29. package/dist-cjs/models/models_0.js +0 -256
  30. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  31. package/dist-cjs/runtimeConfig.browser.js +1 -6
  32. package/dist-cjs/runtimeConfig.js +2 -7
  33. package/dist-cjs/runtimeConfig.native.js +0 -4
  34. package/dist-cjs/runtimeConfig.shared.js +0 -4
  35. package/dist-es/DAX.js +0 -1
  36. package/dist-es/DAXClient.js +0 -1
  37. package/dist-es/commands/CreateClusterCommand.js +0 -1
  38. package/dist-es/commands/CreateParameterGroupCommand.js +0 -1
  39. package/dist-es/commands/CreateSubnetGroupCommand.js +0 -1
  40. package/dist-es/commands/DecreaseReplicationFactorCommand.js +0 -1
  41. package/dist-es/commands/DeleteClusterCommand.js +0 -1
  42. package/dist-es/commands/DeleteParameterGroupCommand.js +0 -1
  43. package/dist-es/commands/DeleteSubnetGroupCommand.js +0 -1
  44. package/dist-es/commands/DescribeClustersCommand.js +0 -1
  45. package/dist-es/commands/DescribeDefaultParametersCommand.js +0 -1
  46. package/dist-es/commands/DescribeEventsCommand.js +0 -1
  47. package/dist-es/commands/DescribeParameterGroupsCommand.js +0 -1
  48. package/dist-es/commands/DescribeParametersCommand.js +0 -1
  49. package/dist-es/commands/DescribeSubnetGroupsCommand.js +0 -1
  50. package/dist-es/commands/IncreaseReplicationFactorCommand.js +0 -1
  51. package/dist-es/commands/ListTagsCommand.js +0 -1
  52. package/dist-es/commands/RebootNodeCommand.js +0 -1
  53. package/dist-es/commands/TagResourceCommand.js +0 -1
  54. package/dist-es/commands/UntagResourceCommand.js +0 -1
  55. package/dist-es/commands/UpdateClusterCommand.js +0 -1
  56. package/dist-es/commands/UpdateParameterGroupCommand.js +0 -1
  57. package/dist-es/commands/UpdateSubnetGroupCommand.js +0 -1
  58. package/dist-es/commands/index.js +21 -0
  59. package/dist-es/endpoints.js +1 -2
  60. package/dist-es/index.js +3 -24
  61. package/dist-es/models/index.js +0 -1
  62. package/dist-es/models/models_0.js +0 -1
  63. package/dist-es/protocols/Aws_json1_1.js +0 -1
  64. package/dist-es/runtimeConfig.browser.js +1 -2
  65. package/dist-es/runtimeConfig.js +2 -3
  66. package/dist-es/runtimeConfig.native.js +0 -1
  67. package/dist-es/runtimeConfig.shared.js +0 -1
  68. package/dist-types/commands/index.d.ts +21 -0
  69. package/dist-types/index.d.ts +3 -23
  70. package/dist-types/ts3.4/DAX.d.ts +22 -116
  71. package/dist-types/ts3.4/DAXClient.d.ts +24 -94
  72. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -20
  73. package/dist-types/ts3.4/commands/CreateParameterGroupCommand.d.ts +2 -21
  74. package/dist-types/ts3.4/commands/CreateSubnetGroupCommand.d.ts +2 -20
  75. package/dist-types/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +2 -23
  76. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -24
  77. package/dist-types/ts3.4/commands/DeleteParameterGroupCommand.d.ts +2 -21
  78. package/dist-types/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +2 -24
  79. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -32
  80. package/dist-types/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +2 -21
  81. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -24
  82. package/dist-types/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +2 -21
  83. package/dist-types/ts3.4/commands/DescribeParametersCommand.d.ts +2 -20
  84. package/dist-types/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +2 -21
  85. package/dist-types/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +2 -20
  86. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -21
  87. package/dist-types/ts3.4/commands/RebootNodeCommand.d.ts +2 -26
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  89. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
  90. package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +2 -22
  91. package/dist-types/ts3.4/commands/UpdateParameterGroupCommand.d.ts +2 -22
  92. package/dist-types/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +2 -20
  93. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  94. package/dist-types/ts3.4/index.d.ts +3 -23
  95. package/dist-types/ts3.4/models/models_0.d.ts +291 -1121
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  100. package/package.json +33 -30
  101. package/dist-cjs/DAX.js.map +0 -1
  102. package/dist-cjs/DAXClient.js.map +0 -1
  103. package/dist-cjs/commands/CreateClusterCommand.js.map +0 -1
  104. package/dist-cjs/commands/CreateParameterGroupCommand.js.map +0 -1
  105. package/dist-cjs/commands/CreateSubnetGroupCommand.js.map +0 -1
  106. package/dist-cjs/commands/DecreaseReplicationFactorCommand.js.map +0 -1
  107. package/dist-cjs/commands/DeleteClusterCommand.js.map +0 -1
  108. package/dist-cjs/commands/DeleteParameterGroupCommand.js.map +0 -1
  109. package/dist-cjs/commands/DeleteSubnetGroupCommand.js.map +0 -1
  110. package/dist-cjs/commands/DescribeClustersCommand.js.map +0 -1
  111. package/dist-cjs/commands/DescribeDefaultParametersCommand.js.map +0 -1
  112. package/dist-cjs/commands/DescribeEventsCommand.js.map +0 -1
  113. package/dist-cjs/commands/DescribeParameterGroupsCommand.js.map +0 -1
  114. package/dist-cjs/commands/DescribeParametersCommand.js.map +0 -1
  115. package/dist-cjs/commands/DescribeSubnetGroupsCommand.js.map +0 -1
  116. package/dist-cjs/commands/IncreaseReplicationFactorCommand.js.map +0 -1
  117. package/dist-cjs/commands/ListTagsCommand.js.map +0 -1
  118. package/dist-cjs/commands/RebootNodeCommand.js.map +0 -1
  119. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  120. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  121. package/dist-cjs/commands/UpdateClusterCommand.js.map +0 -1
  122. package/dist-cjs/commands/UpdateParameterGroupCommand.js.map +0 -1
  123. package/dist-cjs/commands/UpdateSubnetGroupCommand.js.map +0 -1
  124. package/dist-cjs/endpoints.js.map +0 -1
  125. package/dist-cjs/index.js.map +0 -1
  126. package/dist-cjs/models/index.js.map +0 -1
  127. package/dist-cjs/models/models_0.js.map +0 -1
  128. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  129. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  130. package/dist-cjs/runtimeConfig.js.map +0 -1
  131. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  132. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  133. package/dist-es/DAX.js.map +0 -1
  134. package/dist-es/DAXClient.js.map +0 -1
  135. package/dist-es/commands/CreateClusterCommand.js.map +0 -1
  136. package/dist-es/commands/CreateParameterGroupCommand.js.map +0 -1
  137. package/dist-es/commands/CreateSubnetGroupCommand.js.map +0 -1
  138. package/dist-es/commands/DecreaseReplicationFactorCommand.js.map +0 -1
  139. package/dist-es/commands/DeleteClusterCommand.js.map +0 -1
  140. package/dist-es/commands/DeleteParameterGroupCommand.js.map +0 -1
  141. package/dist-es/commands/DeleteSubnetGroupCommand.js.map +0 -1
  142. package/dist-es/commands/DescribeClustersCommand.js.map +0 -1
  143. package/dist-es/commands/DescribeDefaultParametersCommand.js.map +0 -1
  144. package/dist-es/commands/DescribeEventsCommand.js.map +0 -1
  145. package/dist-es/commands/DescribeParameterGroupsCommand.js.map +0 -1
  146. package/dist-es/commands/DescribeParametersCommand.js.map +0 -1
  147. package/dist-es/commands/DescribeSubnetGroupsCommand.js.map +0 -1
  148. package/dist-es/commands/IncreaseReplicationFactorCommand.js.map +0 -1
  149. package/dist-es/commands/ListTagsCommand.js.map +0 -1
  150. package/dist-es/commands/RebootNodeCommand.js.map +0 -1
  151. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  152. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  153. package/dist-es/commands/UpdateClusterCommand.js.map +0 -1
  154. package/dist-es/commands/UpdateParameterGroupCommand.js.map +0 -1
  155. package/dist-es/commands/UpdateSubnetGroupCommand.js.map +0 -1
  156. package/dist-es/endpoints.js.map +0 -1
  157. package/dist-es/index.js.map +0 -1
  158. package/dist-es/models/index.js.map +0 -1
  159. package/dist-es/models/models_0.js.map +0 -1
  160. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  161. package/dist-es/runtimeConfig.browser.js.map +0 -1
  162. package/dist-es/runtimeConfig.js.map +0 -1
  163. package/dist-es/runtimeConfig.native.js.map +0 -1
  164. package/dist-es/runtimeConfig.shared.js.map +0 -1
  165. package/jest.config.js +0 -4
  166. package/src/DAX.ts +0 -805
  167. package/src/DAXClient.ts +0 -328
  168. package/src/commands/CreateClusterCommand.ts +0 -95
  169. package/src/commands/CreateParameterGroupCommand.ts +0 -96
  170. package/src/commands/CreateSubnetGroupCommand.ts +0 -95
  171. package/src/commands/DecreaseReplicationFactorCommand.ts +0 -101
  172. package/src/commands/DeleteClusterCommand.ts +0 -99
  173. package/src/commands/DeleteParameterGroupCommand.ts +0 -96
  174. package/src/commands/DeleteSubnetGroupCommand.ts +0 -99
  175. package/src/commands/DescribeClustersCommand.ts +0 -107
  176. package/src/commands/DescribeDefaultParametersCommand.ts +0 -99
  177. package/src/commands/DescribeEventsCommand.ts +0 -99
  178. package/src/commands/DescribeParameterGroupsCommand.ts +0 -96
  179. package/src/commands/DescribeParametersCommand.ts +0 -95
  180. package/src/commands/DescribeSubnetGroupsCommand.ts +0 -96
  181. package/src/commands/IncreaseReplicationFactorCommand.ts +0 -98
  182. package/src/commands/ListTagsCommand.ts +0 -89
  183. package/src/commands/RebootNodeCommand.ts +0 -101
  184. package/src/commands/TagResourceCommand.ts +0 -96
  185. package/src/commands/UntagResourceCommand.ts +0 -96
  186. package/src/commands/UpdateClusterCommand.ts +0 -97
  187. package/src/commands/UpdateParameterGroupCommand.ts +0 -97
  188. package/src/commands/UpdateSubnetGroupCommand.ts +0 -95
  189. package/src/endpoints.ts +0 -57
  190. package/src/index.ts +0 -24
  191. package/src/models/index.ts +0 -1
  192. package/src/models/models_0.ts +0 -2250
  193. package/src/protocols/Aws_json1_1.ts +0 -3968
  194. package/src/runtimeConfig.browser.ts +0 -41
  195. package/src/runtimeConfig.native.ts +0 -17
  196. package/src/runtimeConfig.shared.ts +0 -17
  197. package/src/runtimeConfig.ts +0 -46
  198. package/tsconfig.es.json +0 -10
  199. package/tsconfig.json +0 -33
  200. package/tsconfig.types.json +0 -9
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Returns a list of subnet group descriptions. If a subnet group name is specified,
10
- * the list will contain only the description of that group.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DAXClient, DescribeSubnetGroupsCommand } from "@aws-sdk/client-dax"; // ES Modules import
15
- * // const { DAXClient, DescribeSubnetGroupsCommand } = require("@aws-sdk/client-dax"); // CommonJS import
16
- * const client = new DAXClient(config);
17
- * const command = new DescribeSubnetGroupsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeSubnetGroupsCommandInput} for command's `input` shape.
22
- * @see {@link DescribeSubnetGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class DescribeSubnetGroupsCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class DescribeSubnetGroupsCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.DescribeSubnetGroupsCommand = DescribeSubnetGroupsCommand;
62
- //# sourceMappingURL=DescribeSubnetGroupsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Adds one or more nodes to a DAX cluster.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { DAXClient, IncreaseReplicationFactorCommand } from "@aws-sdk/client-dax"; // ES Modules import
14
- * // const { DAXClient, IncreaseReplicationFactorCommand } = require("@aws-sdk/client-dax"); // CommonJS import
15
- * const client = new DAXClient(config);
16
- * const command = new IncreaseReplicationFactorCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link IncreaseReplicationFactorCommandInput} for command's `input` shape.
21
- * @see {@link IncreaseReplicationFactorCommandOutput} for command's `response` shape.
22
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class IncreaseReplicationFactorCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class IncreaseReplicationFactorCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.IncreaseReplicationFactorCommand = IncreaseReplicationFactorCommand;
61
- //# sourceMappingURL=IncreaseReplicationFactorCommand.js.map
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>List all of the tags for a DAX cluster. You can call <code>ListTags</code> up to
10
- * 10 times per second, per account.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DAXClient, ListTagsCommand } from "@aws-sdk/client-dax"; // ES Modules import
15
- * // const { DAXClient, ListTagsCommand } = require("@aws-sdk/client-dax"); // CommonJS import
16
- * const client = new DAXClient(config);
17
- * const command = new ListTagsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListTagsCommandInput} for command's `input` shape.
22
- * @see {@link ListTagsCommandOutput} for command's `response` shape.
23
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class ListTagsCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class ListTagsCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.ListTagsCommand = ListTagsCommand;
62
- //# sourceMappingURL=ListTagsCommand.js.map
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Reboots a single node of a DAX cluster. The reboot action takes place
10
- * as soon as possible. During the
11
- * reboot, the node status is set to REBOOTING.</p>
12
- * <note>
13
- * <p>
14
- * <code>RebootNode</code> restarts the DAX engine process and does not remove the contents of the cache. </p>
15
- * </note>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { DAXClient, RebootNodeCommand } from "@aws-sdk/client-dax"; // ES Modules import
20
- * // const { DAXClient, RebootNodeCommand } = require("@aws-sdk/client-dax"); // CommonJS import
21
- * const client = new DAXClient(config);
22
- * const command = new RebootNodeCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link RebootNodeCommandInput} for command's `input` shape.
27
- * @see {@link RebootNodeCommandOutput} for command's `response` shape.
28
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
8
  class RebootNodeCommand extends smithy_client_1.Command {
32
- // Start section: command_properties
33
- // End section: command_properties
34
9
  constructor(input) {
35
- // Start section: command_constructor
36
10
  super();
37
11
  this.input = input;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  resolveMiddleware(clientStack, configuration, options) {
44
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +34,3 @@ class RebootNodeCommand extends smithy_client_1.Command {
64
34
  }
65
35
  }
66
36
  exports.RebootNodeCommand = RebootNodeCommand;
67
- //# sourceMappingURL=RebootNodeCommand.js.map
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Associates a set of tags with a DAX resource. You can call <code>TagResource</code> up to 5 times per second, per
10
- * account. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DAXClient, TagResourceCommand } from "@aws-sdk/client-dax"; // ES Modules import
15
- * // const { DAXClient, TagResourceCommand } = require("@aws-sdk/client-dax"); // CommonJS import
16
- * const client = new DAXClient(config);
17
- * const command = new TagResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link TagResourceCommandInput} for command's `input` shape.
22
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class TagResourceCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class TagResourceCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.TagResourceCommand = TagResourceCommand;
62
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Removes the association of tags from a DAX resource. You can call
10
- * <code>UntagResource</code> up to 5 times per second, per account. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DAXClient, UntagResourceCommand } from "@aws-sdk/client-dax"; // ES Modules import
15
- * // const { DAXClient, UntagResourceCommand } = require("@aws-sdk/client-dax"); // CommonJS import
16
- * const client = new DAXClient(config);
17
- * const command = new UntagResourceCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class UntagResourceCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.UntagResourceCommand = UntagResourceCommand;
62
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Modifies the settings for a DAX cluster. You can use this action to change one or
10
- * more cluster configuration parameters by specifying the parameters and the new
11
- * values.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DAXClient, UpdateClusterCommand } from "@aws-sdk/client-dax"; // ES Modules import
16
- * // const { DAXClient, UpdateClusterCommand } = require("@aws-sdk/client-dax"); // CommonJS import
17
- * const client = new DAXClient(config);
18
- * const command = new UpdateClusterCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link UpdateClusterCommandInput} for command's `input` shape.
23
- * @see {@link UpdateClusterCommandOutput} for command's `response` shape.
24
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class UpdateClusterCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class UpdateClusterCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.UpdateClusterCommand = UpdateClusterCommand;
63
- //# sourceMappingURL=UpdateClusterCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Modifies the parameters of a parameter group. You can modify up to 20
10
- * parameters in a single request by submitting a list parameter name and value
11
- * pairs.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DAXClient, UpdateParameterGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import
16
- * // const { DAXClient, UpdateParameterGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import
17
- * const client = new DAXClient(config);
18
- * const command = new UpdateParameterGroupCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link UpdateParameterGroupCommandInput} for command's `input` shape.
23
- * @see {@link UpdateParameterGroupCommandOutput} for command's `response` shape.
24
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class UpdateParameterGroupCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class UpdateParameterGroupCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.UpdateParameterGroupCommand = UpdateParameterGroupCommand;
63
- //# sourceMappingURL=UpdateParameterGroupCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Modifies an existing subnet group.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { DAXClient, UpdateSubnetGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import
14
- * // const { DAXClient, UpdateSubnetGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import
15
- * const client = new DAXClient(config);
16
- * const command = new UpdateSubnetGroupCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link UpdateSubnetGroupCommandInput} for command's `input` shape.
21
- * @see {@link UpdateSubnetGroupCommandOutput} for command's `response` shape.
22
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class UpdateSubnetGroupCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class UpdateSubnetGroupCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.UpdateSubnetGroupCommand = UpdateSubnetGroupCommand;
61
- //# sourceMappingURL=UpdateSubnetGroupCommand.js.map
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./CreateClusterCommand"), exports);
5
+ tslib_1.__exportStar(require("./CreateParameterGroupCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateSubnetGroupCommand"), exports);
7
+ tslib_1.__exportStar(require("./DecreaseReplicationFactorCommand"), exports);
8
+ tslib_1.__exportStar(require("./DeleteClusterCommand"), exports);
9
+ tslib_1.__exportStar(require("./DeleteParameterGroupCommand"), exports);
10
+ tslib_1.__exportStar(require("./DeleteSubnetGroupCommand"), exports);
11
+ tslib_1.__exportStar(require("./DescribeClustersCommand"), exports);
12
+ tslib_1.__exportStar(require("./DescribeDefaultParametersCommand"), exports);
13
+ tslib_1.__exportStar(require("./DescribeEventsCommand"), exports);
14
+ tslib_1.__exportStar(require("./DescribeParameterGroupsCommand"), exports);
15
+ tslib_1.__exportStar(require("./DescribeParametersCommand"), exports);
16
+ tslib_1.__exportStar(require("./DescribeSubnetGroupsCommand"), exports);
17
+ tslib_1.__exportStar(require("./IncreaseReplicationFactorCommand"), exports);
18
+ tslib_1.__exportStar(require("./ListTagsCommand"), exports);
19
+ tslib_1.__exportStar(require("./RebootNodeCommand"), exports);
20
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
21
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
22
+ tslib_1.__exportStar(require("./UpdateClusterCommand"), exports);
23
+ tslib_1.__exportStar(require("./UpdateParameterGroupCommand"), exports);
24
+ tslib_1.__exportStar(require("./UpdateSubnetGroupCommand"), exports);
@@ -35,7 +35,7 @@ const partitionHash = {
35
35
  hostname: "dax.{region}.amazonaws.com.cn",
36
36
  },
37
37
  "aws-iso": {
38
- regions: ["us-iso-east-1"],
38
+ regions: ["us-iso-east-1", "us-iso-west-1"],
39
39
  hostname: "dax.{region}.c2s.ic.gov",
40
40
  },
41
41
  "aws-iso-b": {
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
54
54
  partitionHash,
55
55
  });
56
56
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
57
- //# sourceMappingURL=endpoints.js.map
package/dist-cjs/index.js CHANGED
@@ -1,28 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DAXClient"), exports);
5
4
  tslib_1.__exportStar(require("./DAX"), exports);
6
- tslib_1.__exportStar(require("./commands/CreateClusterCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/CreateParameterGroupCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/CreateSubnetGroupCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/DecreaseReplicationFactorCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/DeleteClusterCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/DeleteParameterGroupCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/DeleteSubnetGroupCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/DescribeClustersCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/DescribeDefaultParametersCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/DescribeEventsCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/DescribeParameterGroupsCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/DescribeParametersCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/DescribeSubnetGroupsCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/IncreaseReplicationFactorCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/ListTagsCommand"), exports);
21
- tslib_1.__exportStar(require("./commands/RebootNodeCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
23
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
24
- tslib_1.__exportStar(require("./commands/UpdateClusterCommand"), exports);
25
- tslib_1.__exportStar(require("./commands/UpdateParameterGroupCommand"), exports);
26
- tslib_1.__exportStar(require("./commands/UpdateSubnetGroupCommand"), exports);
27
- tslib_1.__exportStar(require("./models/index"), exports);
28
- //# sourceMappingURL=index.js.map
5
+ tslib_1.__exportStar(require("./DAXClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map