@aws-sdk/client-dax 3.31.0 → 3.35.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 (296) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/DAX.js +1 -1
  3. package/dist-cjs/DAX.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/DAXClient.js +14 -14
  5. package/dist-cjs/DAXClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/CreateClusterCommand.js +5 -5
  7. package/dist-cjs/commands/CreateClusterCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/CreateParameterGroupCommand.js +5 -5
  9. package/dist-cjs/commands/CreateParameterGroupCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/CreateSubnetGroupCommand.js +5 -5
  11. package/dist-cjs/commands/CreateSubnetGroupCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/DecreaseReplicationFactorCommand.js +5 -5
  13. package/dist-cjs/commands/DecreaseReplicationFactorCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/DeleteClusterCommand.js +5 -5
  15. package/dist-cjs/commands/DeleteClusterCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteParameterGroupCommand.js +5 -5
  17. package/dist-cjs/commands/DeleteParameterGroupCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DeleteSubnetGroupCommand.js +5 -5
  19. package/dist-cjs/commands/DeleteSubnetGroupCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DescribeClustersCommand.js +5 -5
  21. package/dist-cjs/commands/DescribeClustersCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/DescribeDefaultParametersCommand.js +5 -5
  23. package/dist-cjs/commands/DescribeDefaultParametersCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +5 -5
  25. package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/DescribeParameterGroupsCommand.js +5 -5
  27. package/dist-cjs/commands/DescribeParameterGroupsCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/DescribeParametersCommand.js +5 -5
  29. package/dist-cjs/commands/DescribeParametersCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/DescribeSubnetGroupsCommand.js +5 -5
  31. package/dist-cjs/commands/DescribeSubnetGroupsCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/IncreaseReplicationFactorCommand.js +5 -5
  33. package/dist-cjs/commands/IncreaseReplicationFactorCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/ListTagsCommand.js +5 -5
  35. package/dist-cjs/commands/ListTagsCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/RebootNodeCommand.js +5 -5
  37. package/dist-cjs/commands/RebootNodeCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  39. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  41. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/UpdateClusterCommand.js +5 -5
  43. package/dist-cjs/commands/UpdateClusterCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/UpdateParameterGroupCommand.js +5 -5
  45. package/dist-cjs/commands/UpdateParameterGroupCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/UpdateSubnetGroupCommand.js +5 -5
  47. package/dist-cjs/commands/UpdateSubnetGroupCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  49. package/dist-cjs/endpoints.js.map +1 -0
  50. package/dist-cjs/index.js +28 -0
  51. package/dist-cjs/index.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  53. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  54. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  55. package/dist-cjs/models/models_0.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +86 -86
  57. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  58. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  59. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  61. package/dist-cjs/runtimeConfig.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  63. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  65. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  66. package/{dist/es → dist-es}/DAX.js +2 -10
  67. package/dist-es/DAX.js.map +1 -0
  68. package/{dist/es → dist-es}/DAXClient.js +2 -15
  69. package/dist-es/DAXClient.js.map +1 -0
  70. package/{dist/es → dist-es}/commands/CreateClusterCommand.js +4 -29
  71. package/dist-es/commands/CreateClusterCommand.js.map +1 -0
  72. package/{dist/es → dist-es}/commands/CreateParameterGroupCommand.js +4 -30
  73. package/dist-es/commands/CreateParameterGroupCommand.js.map +1 -0
  74. package/{dist/es → dist-es}/commands/CreateSubnetGroupCommand.js +4 -29
  75. package/dist-es/commands/CreateSubnetGroupCommand.js.map +1 -0
  76. package/{dist/es → dist-es}/commands/DecreaseReplicationFactorCommand.js +4 -32
  77. package/dist-es/commands/DecreaseReplicationFactorCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/DeleteClusterCommand.js +4 -33
  79. package/dist-es/commands/DeleteClusterCommand.js.map +1 -0
  80. package/{dist/es → dist-es}/commands/DeleteParameterGroupCommand.js +4 -30
  81. package/dist-es/commands/DeleteParameterGroupCommand.js.map +1 -0
  82. package/{dist/es → dist-es}/commands/DeleteSubnetGroupCommand.js +4 -33
  83. package/dist-es/commands/DeleteSubnetGroupCommand.js.map +1 -0
  84. package/dist-es/commands/DescribeClustersCommand.js +40 -0
  85. package/dist-es/commands/DescribeClustersCommand.js.map +1 -0
  86. package/{dist/es → dist-es}/commands/DescribeDefaultParametersCommand.js +4 -30
  87. package/dist-es/commands/DescribeDefaultParametersCommand.js.map +1 -0
  88. package/{dist/es → dist-es}/commands/DescribeEventsCommand.js +4 -33
  89. package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
  90. package/{dist/es → dist-es}/commands/DescribeParameterGroupsCommand.js +4 -30
  91. package/dist-es/commands/DescribeParameterGroupsCommand.js.map +1 -0
  92. package/{dist/es → dist-es}/commands/DescribeParametersCommand.js +4 -29
  93. package/dist-es/commands/DescribeParametersCommand.js.map +1 -0
  94. package/{dist/es → dist-es}/commands/DescribeSubnetGroupsCommand.js +4 -30
  95. package/dist-es/commands/DescribeSubnetGroupsCommand.js.map +1 -0
  96. package/{dist/es → dist-es}/commands/IncreaseReplicationFactorCommand.js +4 -29
  97. package/dist-es/commands/IncreaseReplicationFactorCommand.js.map +1 -0
  98. package/{dist/es → dist-es}/commands/ListTagsCommand.js +4 -30
  99. package/dist-es/commands/ListTagsCommand.js.map +1 -0
  100. package/{dist/es → dist-es}/commands/RebootNodeCommand.js +4 -35
  101. package/dist-es/commands/RebootNodeCommand.js.map +1 -0
  102. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  103. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  104. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  105. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  106. package/{dist/es → dist-es}/commands/UpdateClusterCommand.js +4 -31
  107. package/dist-es/commands/UpdateClusterCommand.js.map +1 -0
  108. package/{dist/es → dist-es}/commands/UpdateParameterGroupCommand.js +4 -31
  109. package/dist-es/commands/UpdateParameterGroupCommand.js.map +1 -0
  110. package/{dist/es → dist-es}/commands/UpdateSubnetGroupCommand.js +4 -29
  111. package/dist-es/commands/UpdateSubnetGroupCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/endpoints.js +1 -1
  113. package/dist-es/endpoints.js.map +1 -0
  114. package/{dist/es → dist-es}/index.js +0 -0
  115. package/dist-es/index.js.map +1 -0
  116. package/{dist/es → dist-es}/models/index.js +0 -0
  117. package/dist-es/models/index.js.map +1 -0
  118. package/{dist/es → dist-es}/models/models_0.js +0 -255
  119. package/dist-es/models/models_0.js.map +1 -0
  120. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +644 -649
  121. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  122. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  123. package/dist-es/runtimeConfig.browser.js.map +1 -0
  124. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  125. package/dist-es/runtimeConfig.js.map +1 -0
  126. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  127. package/dist-es/runtimeConfig.native.js.map +1 -0
  128. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  129. package/dist-es/runtimeConfig.shared.js.map +1 -0
  130. package/{dist/types → dist-types}/DAX.d.ts +2 -2
  131. package/{dist/types → dist-types}/DAXClient.d.ts +8 -8
  132. package/{dist/types → dist-types}/commands/CreateClusterCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/CreateParameterGroupCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/CreateSubnetGroupCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/DecreaseReplicationFactorCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/DeleteClusterCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/DeleteParameterGroupCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/DeleteSubnetGroupCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/DescribeClustersCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/DescribeDefaultParametersCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/DescribeParameterGroupsCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/DescribeParametersCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/DescribeSubnetGroupsCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/IncreaseReplicationFactorCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/ListTagsCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/RebootNodeCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/UpdateClusterCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/UpdateParameterGroupCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/UpdateSubnetGroupCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  154. package/{dist/types → dist-types}/index.d.ts +0 -0
  155. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  156. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  157. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  158. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  159. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  160. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  161. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  162. package/{dist/types → dist-types}/ts3.4/DAX.d.ts +2 -2
  163. package/{dist/types → dist-types}/ts3.4/DAXClient.d.ts +8 -8
  164. package/{dist/types → dist-types}/ts3.4/commands/CreateClusterCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/ts3.4/commands/CreateParameterGroupCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/ts3.4/commands/CreateSubnetGroupCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/ts3.4/commands/DecreaseReplicationFactorCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/ts3.4/commands/DeleteClusterCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/ts3.4/commands/DeleteParameterGroupCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/ts3.4/commands/DeleteSubnetGroupCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/ts3.4/commands/DescribeClustersCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/ts3.4/commands/DescribeDefaultParametersCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/ts3.4/commands/DescribeEventsCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/ts3.4/commands/DescribeParameterGroupsCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/ts3.4/commands/DescribeParametersCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/ts3.4/commands/DescribeSubnetGroupsCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/ts3.4/commands/IncreaseReplicationFactorCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/ts3.4/commands/ListTagsCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/ts3.4/commands/RebootNodeCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/ts3.4/commands/UpdateClusterCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/ts3.4/commands/UpdateParameterGroupCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/ts3.4/commands/UpdateSubnetGroupCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  186. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  187. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  188. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  189. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  190. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  191. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  192. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  193. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  194. package/package.json +50 -50
  195. package/{DAX.ts → src/DAX.ts} +3 -2
  196. package/{DAXClient.ts → src/DAXClient.ts} +58 -57
  197. package/{commands → src/commands}/CreateClusterCommand.ts +8 -7
  198. package/{commands → src/commands}/CreateParameterGroupCommand.ts +8 -7
  199. package/{commands → src/commands}/CreateSubnetGroupCommand.ts +8 -7
  200. package/{commands → src/commands}/DecreaseReplicationFactorCommand.ts +8 -7
  201. package/{commands → src/commands}/DeleteClusterCommand.ts +8 -7
  202. package/{commands → src/commands}/DeleteParameterGroupCommand.ts +8 -7
  203. package/{commands → src/commands}/DeleteSubnetGroupCommand.ts +8 -7
  204. package/{commands → src/commands}/DescribeClustersCommand.ts +8 -7
  205. package/{commands → src/commands}/DescribeDefaultParametersCommand.ts +8 -7
  206. package/{commands → src/commands}/DescribeEventsCommand.ts +8 -7
  207. package/{commands → src/commands}/DescribeParameterGroupsCommand.ts +8 -7
  208. package/{commands → src/commands}/DescribeParametersCommand.ts +8 -7
  209. package/{commands → src/commands}/DescribeSubnetGroupsCommand.ts +8 -7
  210. package/{commands → src/commands}/IncreaseReplicationFactorCommand.ts +8 -7
  211. package/{commands → src/commands}/ListTagsCommand.ts +5 -4
  212. package/{commands → src/commands}/RebootNodeCommand.ts +8 -7
  213. package/{commands → src/commands}/TagResourceCommand.ts +8 -7
  214. package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
  215. package/{commands → src/commands}/UpdateClusterCommand.ts +8 -7
  216. package/{commands → src/commands}/UpdateParameterGroupCommand.ts +8 -7
  217. package/{commands → src/commands}/UpdateSubnetGroupCommand.ts +8 -7
  218. package/{endpoints.ts → src/endpoints.ts} +1 -1
  219. package/{index.ts → src/index.ts} +0 -0
  220. package/{models → src/models}/index.ts +0 -0
  221. package/{models → src/models}/models_0.ts +0 -0
  222. package/{protocols → src/protocols}/Aws_json1_1.ts +40 -39
  223. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  224. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  225. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  226. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  227. package/tsconfig.es.json +1 -3
  228. package/tsconfig.json +7 -7
  229. package/tsconfig.types.json +9 -0
  230. package/dist/cjs/DAX.js.map +0 -1
  231. package/dist/cjs/DAXClient.js.map +0 -1
  232. package/dist/cjs/commands/CreateClusterCommand.js.map +0 -1
  233. package/dist/cjs/commands/CreateParameterGroupCommand.js.map +0 -1
  234. package/dist/cjs/commands/CreateSubnetGroupCommand.js.map +0 -1
  235. package/dist/cjs/commands/DecreaseReplicationFactorCommand.js.map +0 -1
  236. package/dist/cjs/commands/DeleteClusterCommand.js.map +0 -1
  237. package/dist/cjs/commands/DeleteParameterGroupCommand.js.map +0 -1
  238. package/dist/cjs/commands/DeleteSubnetGroupCommand.js.map +0 -1
  239. package/dist/cjs/commands/DescribeClustersCommand.js.map +0 -1
  240. package/dist/cjs/commands/DescribeDefaultParametersCommand.js.map +0 -1
  241. package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
  242. package/dist/cjs/commands/DescribeParameterGroupsCommand.js.map +0 -1
  243. package/dist/cjs/commands/DescribeParametersCommand.js.map +0 -1
  244. package/dist/cjs/commands/DescribeSubnetGroupsCommand.js.map +0 -1
  245. package/dist/cjs/commands/IncreaseReplicationFactorCommand.js.map +0 -1
  246. package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
  247. package/dist/cjs/commands/RebootNodeCommand.js.map +0 -1
  248. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  249. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  250. package/dist/cjs/commands/UpdateClusterCommand.js.map +0 -1
  251. package/dist/cjs/commands/UpdateParameterGroupCommand.js.map +0 -1
  252. package/dist/cjs/commands/UpdateSubnetGroupCommand.js.map +0 -1
  253. package/dist/cjs/endpoints.js.map +0 -1
  254. package/dist/cjs/index.js +0 -28
  255. package/dist/cjs/index.js.map +0 -1
  256. package/dist/cjs/models/models_0.js.map +0 -1
  257. package/dist/cjs/package.json +0 -91
  258. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  259. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  260. package/dist/cjs/runtimeConfig.js.map +0 -1
  261. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  262. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  263. package/dist/es/DAX.js.map +0 -1
  264. package/dist/es/DAXClient.js.map +0 -1
  265. package/dist/es/commands/CreateClusterCommand.js.map +0 -1
  266. package/dist/es/commands/CreateParameterGroupCommand.js.map +0 -1
  267. package/dist/es/commands/CreateSubnetGroupCommand.js.map +0 -1
  268. package/dist/es/commands/DecreaseReplicationFactorCommand.js.map +0 -1
  269. package/dist/es/commands/DeleteClusterCommand.js.map +0 -1
  270. package/dist/es/commands/DeleteParameterGroupCommand.js.map +0 -1
  271. package/dist/es/commands/DeleteSubnetGroupCommand.js.map +0 -1
  272. package/dist/es/commands/DescribeClustersCommand.js +0 -77
  273. package/dist/es/commands/DescribeClustersCommand.js.map +0 -1
  274. package/dist/es/commands/DescribeDefaultParametersCommand.js.map +0 -1
  275. package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
  276. package/dist/es/commands/DescribeParameterGroupsCommand.js.map +0 -1
  277. package/dist/es/commands/DescribeParametersCommand.js.map +0 -1
  278. package/dist/es/commands/DescribeSubnetGroupsCommand.js.map +0 -1
  279. package/dist/es/commands/IncreaseReplicationFactorCommand.js.map +0 -1
  280. package/dist/es/commands/ListTagsCommand.js.map +0 -1
  281. package/dist/es/commands/RebootNodeCommand.js.map +0 -1
  282. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  283. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  284. package/dist/es/commands/UpdateClusterCommand.js.map +0 -1
  285. package/dist/es/commands/UpdateParameterGroupCommand.js.map +0 -1
  286. package/dist/es/commands/UpdateSubnetGroupCommand.js.map +0 -1
  287. package/dist/es/endpoints.js.map +0 -1
  288. package/dist/es/index.js.map +0 -1
  289. package/dist/es/models/index.js.map +0 -1
  290. package/dist/es/models/models_0.js.map +0 -1
  291. package/dist/es/package.json +0 -91
  292. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  293. package/dist/es/runtimeConfig.browser.js.map +0 -1
  294. package/dist/es/runtimeConfig.js.map +0 -1
  295. package/dist/es/runtimeConfig.native.js.map +0 -1
  296. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1CreateSubnetGroupCommand, serializeAws_json1_1CreateSubnetGroupCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Creates a new subnet group.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { DAXClient, CreateSubnetGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import
12
- * // const { DAXClient, CreateSubnetGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import
13
- * const client = new DAXClient(config);
14
- * const command = new CreateSubnetGroupCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link CreateSubnetGroupCommandInput} for command's `input` shape.
19
- * @see {@link CreateSubnetGroupCommandOutput} for command's `response` shape.
20
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var CreateSubnetGroupCommand = /** @class */ (function (_super) {
4
+ import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1CreateSubnetGroupCommand, serializeAws_json1_1CreateSubnetGroupCommand, } from "../protocols/Aws_json1_1";
6
+ var CreateSubnetGroupCommand = (function (_super) {
24
7
  __extends(CreateSubnetGroupCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function CreateSubnetGroupCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  CreateSubnetGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSubnetGroupCommand.js","sourceRoot":"","sources":["../../src/commands/CreateSubnetGroupCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAsBlC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DecreaseReplicationFactorCommand, serializeAws_json1_1DecreaseReplicationFactorCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Removes one or more nodes from a DAX cluster.</p>
8
- * <note>
9
- * <p>You cannot use <code>DecreaseReplicationFactor</code> to remove the last node in a DAX cluster. If you need to do this, use <code>DeleteCluster</code> instead.</p>
10
- * </note>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DAXClient, DecreaseReplicationFactorCommand } from "@aws-sdk/client-dax"; // ES Modules import
15
- * // const { DAXClient, DecreaseReplicationFactorCommand } = require("@aws-sdk/client-dax"); // CommonJS import
16
- * const client = new DAXClient(config);
17
- * const command = new DecreaseReplicationFactorCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DecreaseReplicationFactorCommandInput} for command's `input` shape.
22
- * @see {@link DecreaseReplicationFactorCommandOutput} for command's `response` shape.
23
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var DecreaseReplicationFactorCommand = /** @class */ (function (_super) {
4
+ import { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DecreaseReplicationFactorCommand, serializeAws_json1_1DecreaseReplicationFactorCommand, } from "../protocols/Aws_json1_1";
6
+ var DecreaseReplicationFactorCommand = (function (_super) {
27
7
  __extends(DecreaseReplicationFactorCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function DecreaseReplicationFactorCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  DecreaseReplicationFactorCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecreaseReplicationFactorCommand.js","sourceRoot":"","sources":["../../src/commands/DecreaseReplicationFactorCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AACzG,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,0BAA0B,CAAC;AAyBlC;IAAsD,oDAIrD;IAIC,0CAAqB,KAA4C;QAAjE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuC;;IAIjE,CAAC;IAKD,4DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,kCAAkC,CAAC;QACvD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,iCAAiC,CAAC,kBAAkB;SAC/E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oDAAS,GAAjB,UAAkB,KAA4C,EAAE,OAAuB;QACrF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,sDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,uCAAC;AAAD,CAAC,AAzDD,CAAsD,QAAQ,GAyD7D"}
@@ -1,44 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteClusterCommand, serializeAws_json1_1DeleteClusterCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes a previously provisioned DAX cluster.
8
- * <i>DeleteCluster</i> deletes all associated nodes, node endpoints
9
- * and the DAX cluster itself. When you receive a successful response from this action,
10
- * DAX immediately begins deleting the cluster; you cannot cancel or revert this
11
- * action.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DAXClient, DeleteClusterCommand } from "@aws-sdk/client-dax"; // ES Modules import
16
- * // const { DAXClient, DeleteClusterCommand } = require("@aws-sdk/client-dax"); // CommonJS import
17
- * const client = new DAXClient(config);
18
- * const command = new DeleteClusterCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteClusterCommandInput} for command's `input` shape.
23
- * @see {@link DeleteClusterCommandOutput} for command's `response` shape.
24
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var DeleteClusterCommand = /** @class */ (function (_super) {
4
+ import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteClusterCommand, serializeAws_json1_1DeleteClusterCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteClusterCommand = (function (_super) {
28
7
  __extends(DeleteClusterCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function DeleteClusterCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  DeleteClusterCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteClusterCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteClusterCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,0BAA0B,CAAC;AA0BlC;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oBAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteParameterGroupCommand, serializeAws_json1_1DeleteParameterGroupCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes the specified parameter group. You cannot delete a parameter group if it is
8
- * associated with any DAX clusters.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { DAXClient, DeleteParameterGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import
13
- * // const { DAXClient, DeleteParameterGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import
14
- * const client = new DAXClient(config);
15
- * const command = new DeleteParameterGroupCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link DeleteParameterGroupCommandInput} for command's `input` shape.
20
- * @see {@link DeleteParameterGroupCommandOutput} for command's `response` shape.
21
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var DeleteParameterGroupCommand = /** @class */ (function (_super) {
4
+ import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteParameterGroupCommand, serializeAws_json1_1DeleteParameterGroupCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteParameterGroupCommand = (function (_super) {
25
7
  __extends(DeleteParameterGroupCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function DeleteParameterGroupCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  DeleteParameterGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteParameterGroupCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteParameterGroupCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,0BAA0B,CAAC;AAuBlC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,44 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DeleteSubnetGroupCommand, serializeAws_json1_1DeleteSubnetGroupCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes a subnet group.</p>
8
- * <note>
9
- * <p>You cannot delete a subnet group if it is associated with any DAX
10
- * clusters.</p>
11
- * </note>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DAXClient, DeleteSubnetGroupCommand } from "@aws-sdk/client-dax"; // ES Modules import
16
- * // const { DAXClient, DeleteSubnetGroupCommand } = require("@aws-sdk/client-dax"); // CommonJS import
17
- * const client = new DAXClient(config);
18
- * const command = new DeleteSubnetGroupCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteSubnetGroupCommandInput} for command's `input` shape.
23
- * @see {@link DeleteSubnetGroupCommandOutput} for command's `response` shape.
24
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var DeleteSubnetGroupCommand = /** @class */ (function (_super) {
4
+ import { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DeleteSubnetGroupCommand, serializeAws_json1_1DeleteSubnetGroupCommand, } from "../protocols/Aws_json1_1";
6
+ var DeleteSubnetGroupCommand = (function (_super) {
28
7
  __extends(DeleteSubnetGroupCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function DeleteSubnetGroupCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  DeleteSubnetGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteSubnetGroupCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteSubnetGroupCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AA0BlC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -0,0 +1,40 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeClustersCommand, serializeAws_json1_1DescribeClustersCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeClustersCommand = (function (_super) {
7
+ __extends(DescribeClustersCommand, _super);
8
+ function DescribeClustersCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeClustersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "DAXClient";
18
+ var commandName = "DescribeClustersCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeClustersRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeClustersResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeClustersCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeClustersCommand(input, context);
33
+ };
34
+ DescribeClustersCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeClustersCommand(output, context);
36
+ };
37
+ return DescribeClustersCommand;
38
+ }($Command));
39
+ export { DescribeClustersCommand };
40
+ //# sourceMappingURL=DescribeClustersCommand.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeClustersCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeClustersCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,0BAA0B,CAAC;AAkClC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,wBAAwB,CAAC,kBAAkB;SACtE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeDefaultParametersCommand, serializeAws_json1_1DescribeDefaultParametersCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns the default system parameter information for the DAX caching
8
- * software.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { DAXClient, DescribeDefaultParametersCommand } from "@aws-sdk/client-dax"; // ES Modules import
13
- * // const { DAXClient, DescribeDefaultParametersCommand } = require("@aws-sdk/client-dax"); // CommonJS import
14
- * const client = new DAXClient(config);
15
- * const command = new DescribeDefaultParametersCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link DescribeDefaultParametersCommandInput} for command's `input` shape.
20
- * @see {@link DescribeDefaultParametersCommandOutput} for command's `response` shape.
21
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var DescribeDefaultParametersCommand = /** @class */ (function (_super) {
4
+ import { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeDefaultParametersCommand, serializeAws_json1_1DescribeDefaultParametersCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeDefaultParametersCommand = (function (_super) {
25
7
  __extends(DescribeDefaultParametersCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function DescribeDefaultParametersCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  DescribeDefaultParametersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeDefaultParametersCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeDefaultParametersCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AACzG,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,0BAA0B,CAAC;AAuBlC;IAAsD,oDAIrD;IAIC,0CAAqB,KAA4C;QAAjE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuC;;IAIjE,CAAC;IAKD,4DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,kCAAkC,CAAC;QACvD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,iCAAiC,CAAC,kBAAkB;SAC/E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oDAAS,GAAjB,UAAkB,KAA4C,EAAE,OAAuB;QACrF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,sDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,uCAAC;AAAD,CAAC,AAzDD,CAAsD,QAAQ,GAyD7D"}
@@ -1,44 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeEventsCommand, serializeAws_json1_1DescribeEventsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns events related to DAX clusters and parameter groups. You can obtain
8
- * events specific to a particular DAX cluster or parameter group by providing the name
9
- * as a parameter.</p>
10
- * <p>By default, only the events occurring within the last 24 hours are returned; however,
11
- * you can retrieve up to 14 days' worth of events if necessary.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DAXClient, DescribeEventsCommand } from "@aws-sdk/client-dax"; // ES Modules import
16
- * // const { DAXClient, DescribeEventsCommand } = require("@aws-sdk/client-dax"); // CommonJS import
17
- * const client = new DAXClient(config);
18
- * const command = new DescribeEventsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeEventsCommandInput} for command's `input` shape.
23
- * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
24
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var DescribeEventsCommand = /** @class */ (function (_super) {
4
+ import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeEventsCommand, serializeAws_json1_1DescribeEventsCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeEventsCommand = (function (_super) {
28
7
  __extends(DescribeEventsCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function DescribeEventsCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  DescribeEventsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeEventsCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeEventsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,2CAA2C,EAC3C,yCAAyC,GAC1C,MAAM,0BAA0B,CAAC;AA0BlC;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,yCAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,2CAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeParameterGroupsCommand, serializeAws_json1_1DescribeParameterGroupsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns a list of parameter group descriptions. If a parameter group name is
8
- * specified, the list will contain only the descriptions for that group.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { DAXClient, DescribeParameterGroupsCommand } from "@aws-sdk/client-dax"; // ES Modules import
13
- * // const { DAXClient, DescribeParameterGroupsCommand } = require("@aws-sdk/client-dax"); // CommonJS import
14
- * const client = new DAXClient(config);
15
- * const command = new DescribeParameterGroupsCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link DescribeParameterGroupsCommandInput} for command's `input` shape.
20
- * @see {@link DescribeParameterGroupsCommandOutput} for command's `response` shape.
21
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var DescribeParameterGroupsCommand = /** @class */ (function (_super) {
4
+ import { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeParameterGroupsCommand, serializeAws_json1_1DescribeParameterGroupsCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeParameterGroupsCommand = (function (_super) {
25
7
  __extends(DescribeParameterGroupsCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function DescribeParameterGroupsCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  DescribeParameterGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeParameterGroupsCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeParameterGroupsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,0BAA0B,CAAC;AAuBlC;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,+BAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeParametersCommand, serializeAws_json1_1DescribeParametersCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns the detailed parameter list for a particular parameter group.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { DAXClient, DescribeParametersCommand } from "@aws-sdk/client-dax"; // ES Modules import
12
- * // const { DAXClient, DescribeParametersCommand } = require("@aws-sdk/client-dax"); // CommonJS import
13
- * const client = new DAXClient(config);
14
- * const command = new DescribeParametersCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeParametersCommandInput} for command's `input` shape.
19
- * @see {@link DescribeParametersCommandOutput} for command's `response` shape.
20
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeParametersCommand = /** @class */ (function (_super) {
4
+ import { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeParametersCommand, serializeAws_json1_1DescribeParametersCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeParametersCommand = (function (_super) {
24
7
  __extends(DescribeParametersCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeParametersCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeParametersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeParametersCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeParametersCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAC3F,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,0BAA0B,CAAC;AAsBlC;IAA+C,6CAI9C;IAIC,mCAAqB,KAAqC;QAA1D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAgC;;IAI1D,CAAC;IAKD,qDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,yBAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,0BAA0B,CAAC,kBAAkB;SACxE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,6CAAS,GAAjB,UAAkB,KAAqC,EAAE,OAAuB;QAC9E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,+CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,gCAAC;AAAD,CAAC,AAtDD,CAA+C,QAAQ,GAsDtD"}
@@ -1,41 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1DescribeSubnetGroupsCommand, serializeAws_json1_1DescribeSubnetGroupsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Returns a list of subnet group descriptions. If a subnet group name is specified,
8
- * the list will contain only the description of that group.</p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { DAXClient, DescribeSubnetGroupsCommand } from "@aws-sdk/client-dax"; // ES Modules import
13
- * // const { DAXClient, DescribeSubnetGroupsCommand } = require("@aws-sdk/client-dax"); // CommonJS import
14
- * const client = new DAXClient(config);
15
- * const command = new DescribeSubnetGroupsCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link DescribeSubnetGroupsCommandInput} for command's `input` shape.
20
- * @see {@link DescribeSubnetGroupsCommandOutput} for command's `response` shape.
21
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var DescribeSubnetGroupsCommand = /** @class */ (function (_super) {
4
+ import { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1DescribeSubnetGroupsCommand, serializeAws_json1_1DescribeSubnetGroupsCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeSubnetGroupsCommand = (function (_super) {
25
7
  __extends(DescribeSubnetGroupsCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function DescribeSubnetGroupsCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  DescribeSubnetGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeSubnetGroupsCommand.js","sourceRoot":"","sources":["../../src/commands/DescribeSubnetGroupsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAY7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,iDAAiD,EACjD,+CAA+C,GAChD,MAAM,0BAA0B,CAAC;AAuBlC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAAsC,EACtC,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,WAAW,CAAC;QAC/B,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,+CAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,iDAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1IncreaseReplicationFactorCommand, serializeAws_json1_1IncreaseReplicationFactorCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Adds one or more nodes to a DAX cluster.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { DAXClient, IncreaseReplicationFactorCommand } from "@aws-sdk/client-dax"; // ES Modules import
12
- * // const { DAXClient, IncreaseReplicationFactorCommand } = require("@aws-sdk/client-dax"); // CommonJS import
13
- * const client = new DAXClient(config);
14
- * const command = new IncreaseReplicationFactorCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link IncreaseReplicationFactorCommandInput} for command's `input` shape.
19
- * @see {@link IncreaseReplicationFactorCommandOutput} for command's `response` shape.
20
- * @see {@link DAXClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var IncreaseReplicationFactorCommand = /** @class */ (function (_super) {
4
+ import { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1IncreaseReplicationFactorCommand, serializeAws_json1_1IncreaseReplicationFactorCommand, } from "../protocols/Aws_json1_1";
6
+ var IncreaseReplicationFactorCommand = (function (_super) {
24
7
  __extends(IncreaseReplicationFactorCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function IncreaseReplicationFactorCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  IncreaseReplicationFactorCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);