@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,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateParameterGroupCommandInput extends UpdateParameterGroupRequest {
6
6
  }
7
7
  export interface UpdateParameterGroupCommandOutput extends UpdateParameterGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateSubnetGroupCommandInput extends UpdateSubnetGroupRequest {
6
6
  }
7
7
  export interface UpdateSubnetGroupCommandOutput extends UpdateSubnetGroupResponse, __MetadataBearer {
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
2
4
  import { CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput } from "../commands/CreateParameterGroupCommand";
3
5
  import { CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput } from "../commands/CreateSubnetGroupCommand";
@@ -19,8 +21,6 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
19
21
  import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "../commands/UpdateClusterCommand";
20
22
  import { UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput } from "../commands/UpdateParameterGroupCommand";
21
23
  import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "../commands/UpdateSubnetGroupCommand";
22
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
23
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
24
24
  export declare const serializeAws_json1_1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
25
  export declare const serializeAws_json1_1CreateParameterGroupCommand: (input: CreateParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
26
  export declare const serializeAws_json1_1CreateSubnetGroupCommand: (input: CreateSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -1,36 +1,37 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
- import { DAXClientConfig } from "./DAXClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: DAXClientConfig) => {
7
- runtime: string;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
- bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
- region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
- retryMode: string | import("@aws-sdk/types").Provider<string>;
17
- sha256: import("@aws-sdk/types").HashConstructor;
18
- streamCollector: import("@aws-sdk/types").StreamCollector;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
- };
1
+ import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { DAXClientConfig } from "./DAXClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: DAXClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<any>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -1,36 +1,37 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
- import { DAXClientConfig } from "./DAXClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: DAXClientConfig) => {
7
- runtime: string;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
- bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
- region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
- retryMode: string | import("@aws-sdk/types").Provider<string>;
17
- sha256: import("@aws-sdk/types").HashConstructor;
18
- streamCollector: import("@aws-sdk/types").StreamCollector;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
- };
1
+ import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
+ import { DAXClientConfig } from "./DAXClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: DAXClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<string>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: DAXClientConfig) => {
31
31
  signingEscapePath?: boolean | undefined;
32
32
  systemClockOffset?: number | undefined;
33
33
  signingRegion?: string | undefined;
34
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
34
35
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
35
36
  };
@@ -1,4 +1,4 @@
1
- import { DAXClient } from "./DAXClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
3
3
  import { CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput } from "./commands/CreateParameterGroupCommand";
4
4
  import { CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput } from "./commands/CreateSubnetGroupCommand";
@@ -20,7 +20,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
20
20
  import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
21
21
  import { UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput } from "./commands/UpdateParameterGroupCommand";
22
22
  import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "./commands/UpdateSubnetGroupCommand";
23
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
23
+ import { DAXClient } from "./DAXClient";
24
24
  /**
25
25
  * <p>DAX is a managed caching service engineered for Amazon DynamoDB. DAX
26
26
  * dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
2
10
  import { CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput } from "./commands/CreateParameterGroupCommand";
3
11
  import { CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput } from "./commands/CreateSubnetGroupCommand";
@@ -19,14 +27,6 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
19
27
  import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
20
28
  import { UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput } from "./commands/UpdateParameterGroupCommand";
21
29
  import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "./commands/UpdateSubnetGroupCommand";
22
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
23
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
24
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
25
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
26
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
27
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
28
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
29
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
30
30
  export declare type ServiceInputTypes = CreateClusterCommandInput | CreateParameterGroupCommandInput | CreateSubnetGroupCommandInput | DecreaseReplicationFactorCommandInput | DeleteClusterCommandInput | DeleteParameterGroupCommandInput | DeleteSubnetGroupCommandInput | DescribeClustersCommandInput | DescribeDefaultParametersCommandInput | DescribeEventsCommandInput | DescribeParameterGroupsCommandInput | DescribeParametersCommandInput | DescribeSubnetGroupsCommandInput | IncreaseReplicationFactorCommandInput | ListTagsCommandInput | RebootNodeCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateClusterCommandInput | UpdateParameterGroupCommandInput | UpdateSubnetGroupCommandInput;
31
31
  export declare type ServiceOutputTypes = CreateClusterCommandOutput | CreateParameterGroupCommandOutput | CreateSubnetGroupCommandOutput | DecreaseReplicationFactorCommandOutput | DeleteClusterCommandOutput | DeleteParameterGroupCommandOutput | DeleteSubnetGroupCommandOutput | DescribeClustersCommandOutput | DescribeDefaultParametersCommandOutput | DescribeEventsCommandOutput | DescribeParameterGroupsCommandOutput | DescribeParametersCommandOutput | DescribeSubnetGroupsCommandOutput | IncreaseReplicationFactorCommandOutput | ListTagsCommandOutput | RebootNodeCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateClusterCommandOutput | UpdateParameterGroupCommandOutput | UpdateSubnetGroupCommandOutput;
32
32
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateClusterCommandInput extends CreateClusterRequest {
6
6
  }
7
7
  export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateParameterGroupCommandInput extends CreateParameterGroupRequest {
6
6
  }
7
7
  export interface CreateParameterGroupCommandOutput extends CreateParameterGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateSubnetGroupCommandInput extends CreateSubnetGroupRequest {
6
6
  }
7
7
  export interface CreateSubnetGroupCommandOutput extends CreateSubnetGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DecreaseReplicationFactorCommandInput extends DecreaseReplicationFactorRequest {
6
6
  }
7
7
  export interface DecreaseReplicationFactorCommandOutput extends DecreaseReplicationFactorResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteClusterCommandInput extends DeleteClusterRequest {
6
6
  }
7
7
  export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteParameterGroupCommandInput extends DeleteParameterGroupRequest {
6
6
  }
7
7
  export interface DeleteParameterGroupCommandOutput extends DeleteParameterGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteSubnetGroupCommandInput extends DeleteSubnetGroupRequest {
6
6
  }
7
7
  export interface DeleteSubnetGroupCommandOutput extends DeleteSubnetGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeClustersCommandInput extends DescribeClustersRequest {
6
6
  }
7
7
  export interface DescribeClustersCommandOutput extends DescribeClustersResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeDefaultParametersCommandInput extends DescribeDefaultParametersRequest {
6
6
  }
7
7
  export interface DescribeDefaultParametersCommandOutput extends DescribeDefaultParametersResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeEventsCommandInput extends DescribeEventsRequest {
6
6
  }
7
7
  export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeParameterGroupsCommandInput extends DescribeParameterGroupsRequest {
6
6
  }
7
7
  export interface DescribeParameterGroupsCommandOutput extends DescribeParameterGroupsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeParametersCommandInput extends DescribeParametersRequest {
6
6
  }
7
7
  export interface DescribeParametersCommandOutput extends DescribeParametersResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeSubnetGroupsCommandInput extends DescribeSubnetGroupsRequest {
6
6
  }
7
7
  export interface DescribeSubnetGroupsCommandOutput extends DescribeSubnetGroupsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface IncreaseReplicationFactorCommandInput extends IncreaseReplicationFactorRequest {
6
6
  }
7
7
  export interface IncreaseReplicationFactorCommandOutput extends IncreaseReplicationFactorResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface ListTagsCommandInput extends ListTagsRequest {
6
6
  }
7
7
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { RebootNodeRequest, RebootNodeResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface RebootNodeCommandInput extends RebootNodeRequest {
6
6
  }
7
7
  export interface RebootNodeCommandOutput extends RebootNodeResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateClusterCommandInput extends UpdateClusterRequest {
6
6
  }
7
7
  export interface UpdateClusterCommandOutput extends UpdateClusterResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateParameterGroupCommandInput extends UpdateParameterGroupRequest {
6
6
  }
7
7
  export interface UpdateParameterGroupCommandOutput extends UpdateParameterGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DAXClient";
2
4
  import { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface UpdateSubnetGroupCommandInput extends UpdateSubnetGroupRequest {
6
6
  }
7
7
  export interface UpdateSubnetGroupCommandOutput extends UpdateSubnetGroupResponse, __MetadataBearer {
File without changes
File without changes
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
2
4
  import { CreateParameterGroupCommandInput, CreateParameterGroupCommandOutput } from "../commands/CreateParameterGroupCommand";
3
5
  import { CreateSubnetGroupCommandInput, CreateSubnetGroupCommandOutput } from "../commands/CreateSubnetGroupCommand";
@@ -19,8 +21,6 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
19
21
  import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "../commands/UpdateClusterCommand";
20
22
  import { UpdateParameterGroupCommandInput, UpdateParameterGroupCommandOutput } from "../commands/UpdateParameterGroupCommand";
21
23
  import { UpdateSubnetGroupCommandInput, UpdateSubnetGroupCommandOutput } from "../commands/UpdateSubnetGroupCommand";
22
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
23
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
24
24
  export declare const serializeAws_json1_1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
25
  export declare const serializeAws_json1_1CreateParameterGroupCommand: (input: CreateParameterGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
26
  export declare const serializeAws_json1_1CreateSubnetGroupCommand: (input: CreateSubnetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;