aws-sdk-core 2.9.44 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (630) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -0
  3. data/lib/aws-sdk-core/client_stubs.rb +1 -2
  4. data/lib/aws-sdk-core/credential_provider.rb +2 -0
  5. data/lib/aws-sdk-core/credential_provider_chain.rb +2 -1
  6. data/lib/aws-sdk-core/errors.rb +19 -8
  7. data/lib/aws-sdk-core/ini_parser.rb +1 -0
  8. data/lib/aws-sdk-core/json/handler.rb +3 -2
  9. data/lib/aws-sdk-core/json/parser.rb +1 -1
  10. data/lib/aws-sdk-core/json.rb +4 -5
  11. data/lib/aws-sdk-core/log/param_filter.rb +4 -3
  12. data/lib/aws-sdk-core/pageable_response.rb +1 -0
  13. data/lib/aws-sdk-core/pager.rb +30 -25
  14. data/lib/aws-sdk-core/param_converter.rb +3 -3
  15. data/lib/aws-sdk-core/param_validator.rb +10 -4
  16. data/lib/aws-sdk-core/plugins/credentials_configuration.rb +62 -0
  17. data/lib/aws-sdk-core/plugins/global_configuration.rb +19 -10
  18. data/lib/aws-sdk-core/plugins/idempotency_token.rb +1 -2
  19. data/lib/aws-sdk-core/plugins/logging.rb +18 -18
  20. data/lib/aws-sdk-core/plugins/param_converter.rb +9 -5
  21. data/lib/aws-sdk-core/plugins/param_validator.rb +8 -5
  22. data/lib/aws-sdk-core/plugins/protocols/ec2.rb +2 -1
  23. data/lib/aws-sdk-core/plugins/protocols/json_rpc.rb +13 -12
  24. data/lib/aws-sdk-core/plugins/protocols/query.rb +2 -2
  25. data/lib/aws-sdk-core/plugins/regional_endpoint.rb +23 -15
  26. data/lib/aws-sdk-core/plugins/response_paging.rb +5 -18
  27. data/lib/aws-sdk-core/plugins/retry_errors.rb +11 -8
  28. data/lib/aws-sdk-core/plugins/signature_v2.rb +51 -0
  29. data/lib/aws-sdk-core/plugins/signature_v4.rb +139 -0
  30. data/lib/aws-sdk-core/plugins/stub_responses.rb +13 -11
  31. data/lib/aws-sdk-core/plugins/user_agent.rb +17 -6
  32. data/lib/aws-sdk-core/query/handler.rb +15 -16
  33. data/lib/aws-sdk-core/query/param_builder.rb +1 -1
  34. data/lib/aws-sdk-core/query.rb +5 -0
  35. data/lib/aws-sdk-core/resources/collection.rb +121 -0
  36. data/lib/aws-sdk-core/rest/handler.rb +1 -0
  37. data/lib/aws-sdk-core/rest/response/parser.rb +14 -14
  38. data/lib/aws-sdk-core/rest.rb +10 -0
  39. data/lib/aws-sdk-core/shared_config.rb +1 -1
  40. data/lib/aws-sdk-core/shared_credentials.rb +2 -0
  41. data/lib/aws-sdk-core/structure.rb +17 -12
  42. data/lib/aws-sdk-core/stubbing/data_applicator.rb +1 -1
  43. data/lib/aws-sdk-core/stubbing/empty_stub.rb +6 -2
  44. data/lib/aws-sdk-core/stubbing/protocols/ec2.rb +1 -1
  45. data/lib/aws-sdk-core/stubbing/stub_data.rb +4 -0
  46. data/lib/aws-sdk-core/util.rb +39 -0
  47. data/lib/aws-sdk-core/version.rb +1 -1
  48. data/lib/aws-sdk-core/waiters/poller.rb +5 -9
  49. data/lib/aws-sdk-core/waiters/waiter.rb +1 -0
  50. data/lib/aws-sdk-core/waiters.rb +3 -0
  51. data/lib/aws-sdk-core/xml/builder.rb +2 -2
  52. data/lib/aws-sdk-core/xml/error_handler.rb +1 -2
  53. data/lib/aws-sdk-core/xml/parser/frame.rb +4 -4
  54. data/lib/aws-sdk-core/xml/parser.rb +1 -11
  55. data/lib/aws-sdk-core/xml.rb +9 -0
  56. data/lib/aws-sdk-core.rb +66 -454
  57. data/lib/aws-sdk-sts/client.rb +1439 -0
  58. data/lib/aws-sdk-sts/client_api.rb +264 -0
  59. data/lib/aws-sdk-sts/customizations.rb +0 -0
  60. data/lib/aws-sdk-sts/errors.rb +14 -0
  61. data/lib/aws-sdk-sts/resource.rb +23 -0
  62. data/lib/aws-sdk-sts/types.rb +919 -0
  63. data/lib/aws-sdk-sts.rb +45 -0
  64. data/lib/seahorse/client/base.rb +1 -7
  65. data/lib/seahorse/client/logging/formatter.rb +2 -0
  66. data/lib/seahorse/client/logging/handler.rb +2 -0
  67. data/lib/seahorse/client/net_http/connection_pool.rb +3 -0
  68. data/lib/seahorse/client/net_http/handler.rb +2 -0
  69. data/lib/seahorse/client/net_http/patches.rb +1 -0
  70. data/lib/seahorse/client/plugin.rb +66 -6
  71. data/lib/seahorse/client/plugins/endpoint.rb +14 -10
  72. data/lib/seahorse/client/plugins/logging.rb +17 -19
  73. data/lib/seahorse/client/plugins/net_http.rb +23 -15
  74. data/lib/seahorse/client/plugins/raise_response_errors.rb +4 -4
  75. data/lib/seahorse/client/plugins/response_target.rb +2 -0
  76. data/lib/seahorse/model/api.rb +4 -0
  77. data/lib/seahorse/model/shapes.rb +18 -2
  78. data/lib/seahorse/util.rb +0 -20
  79. data/lib/seahorse.rb +50 -60
  80. metadata +36 -557
  81. data/apis/acm/2015-12-08/api-2.json +0 -595
  82. data/apis/acm/2015-12-08/examples-1.json +0 -5
  83. data/apis/acm/2015-12-08/paginators-1.json +0 -10
  84. data/apis/apigateway/2015-07-09/api-2.json +0 -4733
  85. data/apis/apigateway/2015-07-09/examples-1.json +0 -5
  86. data/apis/apigateway/2015-07-09/paginators-1.json +0 -70
  87. data/apis/application-autoscaling/2016-02-06/api-2.json +0 -601
  88. data/apis/application-autoscaling/2016-02-06/examples-1.json +0 -257
  89. data/apis/application-autoscaling/2016-02-06/paginators-1.json +0 -22
  90. data/apis/appstream/2016-12-01/api-2.json +0 -944
  91. data/apis/appstream/2016-12-01/examples-1.json +0 -5
  92. data/apis/appstream/2016-12-01/paginators-1.json +0 -4
  93. data/apis/appstream/2016-12-01/waiters-2.json +0 -55
  94. data/apis/athena/2017-05-18/api-2.json +0 -615
  95. data/apis/athena/2017-05-18/examples-1.json +0 -5
  96. data/apis/athena/2017-05-18/paginators-1.json +0 -19
  97. data/apis/autoscaling/2011-01-01/api-2.json +0 -2172
  98. data/apis/autoscaling/2011-01-01/examples-1.json +0 -1396
  99. data/apis/autoscaling/2011-01-01/paginators-1.json +0 -52
  100. data/apis/autoscaling/2011-01-01/resources-1.json +0 -1624
  101. data/apis/autoscaling/2011-01-01/waiters-2.json +0 -62
  102. data/apis/batch/2016-08-10/api-2.json +0 -920
  103. data/apis/batch/2016-08-10/examples-1.json +0 -589
  104. data/apis/batch/2016-08-10/paginators-1.json +0 -4
  105. data/apis/budgets/2016-10-20/api-2.json +0 -697
  106. data/apis/budgets/2016-10-20/examples-1.json +0 -5
  107. data/apis/budgets/2016-10-20/paginators-1.json +0 -4
  108. data/apis/clouddirectory/2016-05-10/api-2.json +0 -3595
  109. data/apis/clouddirectory/2016-05-10/examples-1.json +0 -5
  110. data/apis/clouddirectory/2016-05-10/paginators-1.json +0 -94
  111. data/apis/cloudformation/2010-05-15/api-2.json +0 -1464
  112. data/apis/cloudformation/2010-05-15/examples-1.json +0 -5
  113. data/apis/cloudformation/2010-05-15/paginators-1.json +0 -37
  114. data/apis/cloudformation/2010-05-15/resources-1.json +0 -211
  115. data/apis/cloudformation/2010-05-15/waiters-2.json +0 -182
  116. data/apis/cloudfront/2016-01-28/api-2.json +0 -2219
  117. data/apis/cloudfront/2016-01-28/examples-1.json +0 -5
  118. data/apis/cloudfront/2016-01-28/paginators-1.json +0 -32
  119. data/apis/cloudfront/2016-01-28/waiters-2.json +0 -47
  120. data/apis/cloudfront/2016-08-01/api-2.json +0 -2548
  121. data/apis/cloudfront/2016-08-01/examples-1.json +0 -5
  122. data/apis/cloudfront/2016-08-01/paginators-1.json +0 -32
  123. data/apis/cloudfront/2016-08-01/waiters-2.json +0 -47
  124. data/apis/cloudfront/2016-08-20/api-2.json +0 -2586
  125. data/apis/cloudfront/2016-08-20/paginators-1.json +0 -32
  126. data/apis/cloudfront/2016-08-20/waiters-2.json +0 -47
  127. data/apis/cloudfront/2016-09-07/api-2.json +0 -2596
  128. data/apis/cloudfront/2016-09-07/examples-1.json +0 -5
  129. data/apis/cloudfront/2016-09-07/paginators-1.json +0 -32
  130. data/apis/cloudfront/2016-09-07/waiters-2.json +0 -47
  131. data/apis/cloudfront/2016-09-29/api-2.json +0 -2599
  132. data/apis/cloudfront/2016-09-29/examples-1.json +0 -5
  133. data/apis/cloudfront/2016-09-29/paginators-1.json +0 -32
  134. data/apis/cloudfront/2016-09-29/waiters-2.json +0 -47
  135. data/apis/cloudfront/2016-11-25/api-2.json +0 -2665
  136. data/apis/cloudfront/2016-11-25/examples-1.json +0 -5
  137. data/apis/cloudfront/2016-11-25/paginators-1.json +0 -32
  138. data/apis/cloudfront/2016-11-25/waiters-2.json +0 -47
  139. data/apis/cloudfront/2017-03-25/api-2.json +0 -2689
  140. data/apis/cloudfront/2017-03-25/examples-1.json +0 -83
  141. data/apis/cloudfront/2017-03-25/paginators-1.json +0 -32
  142. data/apis/cloudfront/2017-03-25/waiters-2.json +0 -47
  143. data/apis/cloudhsm/2014-05-30/api-2.json +0 -878
  144. data/apis/cloudhsm/2014-05-30/examples-1.json +0 -5
  145. data/apis/cloudsearch/2013-01-01/api-2.json +0 -2002
  146. data/apis/cloudsearch/2013-01-01/paginators-1.json +0 -20
  147. data/apis/cloudsearchdomain/2013-01-01/api-2.json +0 -374
  148. data/apis/cloudsearchdomain/2013-01-01/examples-1.json +0 -5
  149. data/apis/cloudtrail/2013-11-01/api-2.json +0 -912
  150. data/apis/cloudtrail/2013-11-01/examples-1.json +0 -5
  151. data/apis/cloudtrail/2013-11-01/paginators-1.json +0 -13
  152. data/apis/codebuild/2016-10-06/api-2.json +0 -704
  153. data/apis/codebuild/2016-10-06/examples-1.json +0 -5
  154. data/apis/codebuild/2016-10-06/paginators-1.json +0 -4
  155. data/apis/codecommit/2015-04-13/api-2.json +0 -1112
  156. data/apis/codecommit/2015-04-13/examples-1.json +0 -5
  157. data/apis/codecommit/2015-04-13/paginators-1.json +0 -19
  158. data/apis/codedeploy/2014-10-06/api-2.json +0 -2380
  159. data/apis/codedeploy/2014-10-06/examples-1.json +0 -5
  160. data/apis/codedeploy/2014-10-06/paginators-1.json +0 -34
  161. data/apis/codedeploy/2014-10-06/waiters-2.json +0 -30
  162. data/apis/codepipeline/2015-07-09/api-2.json +0 -1714
  163. data/apis/codepipeline/2015-07-09/examples-1.json +0 -5
  164. data/apis/codestar/2017-04-19/api-2.json +0 -755
  165. data/apis/codestar/2017-04-19/examples-1.json +0 -5
  166. data/apis/codestar/2017-04-19/paginators-1.json +0 -4
  167. data/apis/cognito-identity/2014-06-30/api-2.json +0 -943
  168. data/apis/cognito-identity/2014-06-30/examples-1.json +0 -5
  169. data/apis/cognito-identity/2014-06-30/paginators-1.json +0 -4
  170. data/apis/cognito-idp/2016-04-18/api-2.json +0 -3847
  171. data/apis/cognito-idp/2016-04-18/examples-1.json +0 -5
  172. data/apis/cognito-idp/2016-04-18/paginators-1.json +0 -4
  173. data/apis/cognito-sync/2014-06-30/api-2.json +0 -1875
  174. data/apis/config/2014-11-12/api-2.json +0 -1418
  175. data/apis/config/2014-11-12/examples-1.json +0 -5
  176. data/apis/config/2014-11-12/paginators-1.json +0 -10
  177. data/apis/cur/2017-01-06/api-2.json +0 -226
  178. data/apis/cur/2017-01-06/examples-1.json +0 -5
  179. data/apis/cur/2017-01-06/paginators-1.json +0 -9
  180. data/apis/datapipeline/2012-10-29/api-2.json +0 -1168
  181. data/apis/datapipeline/2012-10-29/paginators-1.json +0 -26
  182. data/apis/devicefarm/2015-06-23/api-2.json +0 -2312
  183. data/apis/devicefarm/2015-06-23/examples-1.json +0 -1242
  184. data/apis/devicefarm/2015-06-23/paginators-1.json +0 -77
  185. data/apis/directconnect/2012-10-25/api-2.json +0 -1351
  186. data/apis/directconnect/2012-10-25/examples-1.json +0 -5
  187. data/apis/directconnect/2012-10-25/paginators-1.json +0 -22
  188. data/apis/discovery/2015-11-01/api-2.json +0 -938
  189. data/apis/discovery/2015-11-01/examples-1.json +0 -5
  190. data/apis/discovery/2015-11-01/paginators-1.json +0 -4
  191. data/apis/dms/2016-01-01/api-2.json +0 -1881
  192. data/apis/dms/2016-01-01/examples-1.json +0 -1053
  193. data/apis/dms/2016-01-01/paginators-1.json +0 -64
  194. data/apis/ds/2015-04-16/api-2.json +0 -1972
  195. data/apis/ds/2015-04-16/examples-1.json +0 -5
  196. data/apis/dynamodb/2011-12-05/api-2.json +0 -802
  197. data/apis/dynamodb/2011-12-05/examples-1.json +0 -5
  198. data/apis/dynamodb/2011-12-05/paginators-1.json +0 -26
  199. data/apis/dynamodb/2011-12-05/waiters-2.json +0 -35
  200. data/apis/dynamodb/2012-08-10/api-2.json +0 -1405
  201. data/apis/dynamodb/2012-08-10/examples-1.json +0 -628
  202. data/apis/dynamodb/2012-08-10/paginators-1.json +0 -26
  203. data/apis/dynamodb/2012-08-10/resources-1.json +0 -136
  204. data/apis/dynamodb/2012-08-10/waiters-2.json +0 -35
  205. data/apis/ec2/2015-10-01/api-2.json +0 -13760
  206. data/apis/ec2/2015-10-01/examples-1.json +0 -5
  207. data/apis/ec2/2015-10-01/paginators-1.json +0 -138
  208. data/apis/ec2/2015-10-01/resources-1.json +0 -2582
  209. data/apis/ec2/2015-10-01/waiters-2.json +0 -593
  210. data/apis/ec2/2016-04-01/api-2.json +0 -14191
  211. data/apis/ec2/2016-04-01/examples-1.json +0 -3729
  212. data/apis/ec2/2016-04-01/paginators-1.json +0 -138
  213. data/apis/ec2/2016-04-01/resources-1.json +0 -2582
  214. data/apis/ec2/2016-04-01/waiters-2.json +0 -593
  215. data/apis/ec2/2016-09-15/api-2.json +0 -14415
  216. data/apis/ec2/2016-09-15/examples-1.json +0 -3740
  217. data/apis/ec2/2016-09-15/paginators-1.json +0 -138
  218. data/apis/ec2/2016-09-15/resources-1.json +0 -2582
  219. data/apis/ec2/2016-09-15/waiters-2.json +0 -593
  220. data/apis/ec2/2016-11-15/api-2.json +0 -15590
  221. data/apis/ec2/2016-11-15/examples-1.json +0 -3740
  222. data/apis/ec2/2016-11-15/paginators-1.json +0 -144
  223. data/apis/ec2/2016-11-15/resources-1.json +0 -2582
  224. data/apis/ec2/2016-11-15/waiters-2.json +0 -611
  225. data/apis/ecr/2015-09-21/api-2.json +0 -947
  226. data/apis/ecr/2015-09-21/examples-1.json +0 -215
  227. data/apis/ecr/2015-09-21/paginators-1.json +0 -22
  228. data/apis/ecs/2014-11-13/api-2.json +0 -1629
  229. data/apis/ecs/2014-11-13/examples-1.json +0 -883
  230. data/apis/ecs/2014-11-13/paginators-1.json +0 -40
  231. data/apis/ecs/2014-11-13/waiters-2.json +0 -93
  232. data/apis/elasticache/2015-02-02/api-2.json +0 -2550
  233. data/apis/elasticache/2015-02-02/examples-1.json +0 -3145
  234. data/apis/elasticache/2015-02-02/paginators-1.json +0 -76
  235. data/apis/elasticache/2015-02-02/waiters-2.json +0 -143
  236. data/apis/elasticbeanstalk/2010-12-01/api-2.json +0 -2332
  237. data/apis/elasticbeanstalk/2010-12-01/examples-1.json +0 -1109
  238. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +0 -25
  239. data/apis/elasticfilesystem/2015-02-01/api-2.json +0 -714
  240. data/apis/elasticfilesystem/2015-02-01/examples-1.json +0 -222
  241. data/apis/elasticloadbalancing/2012-06-01/api-2.json +0 -1629
  242. data/apis/elasticloadbalancing/2012-06-01/examples-1.json +0 -1036
  243. data/apis/elasticloadbalancing/2012-06-01/paginators-1.json +0 -18
  244. data/apis/elasticloadbalancing/2012-06-01/waiters-2.json +0 -49
  245. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +0 -1867
  246. data/apis/elasticloadbalancingv2/2015-12-01/examples-1.json +0 -1384
  247. data/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json +0 -19
  248. data/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json +0 -64
  249. data/apis/elasticmapreduce/2009-03-31/api-2.json +0 -2056
  250. data/apis/elasticmapreduce/2009-03-31/examples-1.json +0 -5
  251. data/apis/elasticmapreduce/2009-03-31/paginators-1.json +0 -37
  252. data/apis/elasticmapreduce/2009-03-31/waiters-2.json +0 -86
  253. data/apis/elastictranscoder/2012-09-25/api-2.json +0 -1483
  254. data/apis/elastictranscoder/2012-09-25/examples-1.json +0 -5
  255. data/apis/elastictranscoder/2012-09-25/paginators-1.json +0 -24
  256. data/apis/elastictranscoder/2012-09-25/waiters-2.json +0 -30
  257. data/apis/email/2010-12-01/api-2.json +0 -2212
  258. data/apis/email/2010-12-01/examples-1.json +0 -953
  259. data/apis/email/2010-12-01/paginators-1.json +0 -13
  260. data/apis/email/2010-12-01/waiters-2.json +0 -18
  261. data/apis/entitlement.marketplace/2017-01-11/api-2.json +0 -128
  262. data/apis/entitlement.marketplace/2017-01-11/examples-1.json +0 -5
  263. data/apis/entitlement.marketplace/2017-01-11/paginators-1.json +0 -4
  264. data/apis/es/2015-01-01/api-2.json +0 -862
  265. data/apis/es/2015-01-01/examples-1.json +0 -5
  266. data/apis/es/2015-01-01/paginators-1.json +0 -14
  267. data/apis/events/2015-10-07/api-2.json +0 -649
  268. data/apis/events/2015-10-07/examples-1.json +0 -5
  269. data/apis/events/2015-10-07/paginators-1.json +0 -4
  270. data/apis/firehose/2015-08-04/api-2.json +0 -866
  271. data/apis/firehose/2015-08-04/examples-1.json +0 -5
  272. data/apis/gamelift/2015-10-01/api-2.json +0 -2316
  273. data/apis/gamelift/2015-10-01/examples-1.json +0 -5
  274. data/apis/gamelift/2015-10-01/paginators-1.json +0 -4
  275. data/apis/glacier/2012-06-01/api-2.json +0 -1734
  276. data/apis/glacier/2012-06-01/examples-1.json +0 -806
  277. data/apis/glacier/2012-06-01/paginators-1.json +0 -28
  278. data/apis/glacier/2012-06-01/resources-1.json +0 -563
  279. data/apis/glacier/2012-06-01/waiters-2.json +0 -39
  280. data/apis/greengrass/2017-06-07/api-2.json +0 -3451
  281. data/apis/health/2016-08-04/api-2.json +0 -547
  282. data/apis/health/2016-08-04/examples-1.json +0 -5
  283. data/apis/health/2016-08-04/paginators-1.json +0 -31
  284. data/apis/iam/2010-05-08/api-2.json +0 -4832
  285. data/apis/iam/2010-05-08/examples-1.json +0 -1191
  286. data/apis/iam/2010-05-08/paginators-1.json +0 -198
  287. data/apis/iam/2010-05-08/resources-1.json +0 -1740
  288. data/apis/iam/2010-05-08/waiters-2.json +0 -39
  289. data/apis/importexport/2010-06-01/api-2.json +0 -667
  290. data/apis/importexport/2010-06-01/paginators-1.json +0 -11
  291. data/apis/inspector/2016-02-16/api-2.json +0 -2051
  292. data/apis/inspector/2016-02-16/examples-1.json +0 -1147
  293. data/apis/inspector/2016-02-16/paginators-1.json +0 -4
  294. data/apis/iot/2015-05-28/api-2.json +0 -2928
  295. data/apis/iot/2015-05-28/examples-1.json +0 -5
  296. data/apis/iot/2015-05-28/paginators-1.json +0 -4
  297. data/apis/iot-data/2015-05-28/api-2.json +0 -264
  298. data/apis/kinesis/2013-12-02/api-2.json +0 -890
  299. data/apis/kinesis/2013-12-02/examples-1.json +0 -5
  300. data/apis/kinesis/2013-12-02/paginators-1.json +0 -18
  301. data/apis/kinesis/2013-12-02/waiters-2.json +0 -30
  302. data/apis/kinesisanalytics/2015-08-14/api-2.json +0 -1175
  303. data/apis/kinesisanalytics/2015-08-14/examples-1.json +0 -5
  304. data/apis/kinesisanalytics/2015-08-14/paginators-1.json +0 -4
  305. data/apis/kms/2014-11-01/api-2.json +0 -1492
  306. data/apis/kms/2014-11-01/examples-1.json +0 -904
  307. data/apis/kms/2014-11-01/paginators-1.json +0 -32
  308. data/apis/lambda/2014-11-11/api-2.json +0 -668
  309. data/apis/lambda/2014-11-11/paginators-1.json +0 -16
  310. data/apis/lambda/2015-03-31/api-2.json +0 -1647
  311. data/apis/lambda/2015-03-31/examples-1.json +0 -614
  312. data/apis/lambda/2015-03-31/paginators-1.json +0 -16
  313. data/apis/lex-models/2017-04-19/api-2.json +0 -2033
  314. data/apis/lex-models/2017-04-19/examples-1.json +0 -758
  315. data/apis/lex-models/2017-04-19/paginators-1.json +0 -54
  316. data/apis/lightsail/2016-11-28/api-2.json +0 -2187
  317. data/apis/lightsail/2016-11-28/examples-1.json +0 -5
  318. data/apis/lightsail/2016-11-28/paginators-1.json +0 -4
  319. data/apis/logs/2014-03-28/api-2.json +0 -1246
  320. data/apis/logs/2014-03-28/examples-1.json +0 -5
  321. data/apis/logs/2014-03-28/paginators-1.json +0 -49
  322. data/apis/machinelearning/2014-12-12/api-2.json +0 -1978
  323. data/apis/machinelearning/2014-12-12/examples-1.json +0 -5
  324. data/apis/machinelearning/2014-12-12/paginators-1.json +0 -28
  325. data/apis/machinelearning/2014-12-12/waiters-2.json +0 -81
  326. data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +0 -171
  327. data/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json +0 -5
  328. data/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json +0 -4
  329. data/apis/meteringmarketplace/2016-01-14/api-2.json +0 -263
  330. data/apis/meteringmarketplace/2016-01-14/examples-1.json +0 -5
  331. data/apis/monitoring/2010-08-01/api-2.json +0 -827
  332. data/apis/monitoring/2010-08-01/examples-1.json +0 -5
  333. data/apis/monitoring/2010-08-01/paginators-1.json +0 -24
  334. data/apis/monitoring/2010-08-01/resources-1.json +0 -346
  335. data/apis/monitoring/2010-08-01/waiters-2.json +0 -18
  336. data/apis/mturk-requester/2017-01-17/api-2.json +0 -1665
  337. data/apis/mturk-requester/2017-01-17/examples-1.json +0 -5
  338. data/apis/mturk-requester/2017-01-17/paginators-1.json +0 -54
  339. data/apis/opsworks/2013-02-18/api-2.json +0 -2839
  340. data/apis/opsworks/2013-02-18/examples-1.json +0 -5
  341. data/apis/opsworks/2013-02-18/paginators-1.json +0 -55
  342. data/apis/opsworks/2013-02-18/resources-1.json +0 -173
  343. data/apis/opsworks/2013-02-18/waiters-2.json +0 -295
  344. data/apis/opsworkscm/2016-11-01/api-2.json +0 -730
  345. data/apis/opsworkscm/2016-11-01/examples-1.json +0 -5
  346. data/apis/opsworkscm/2016-11-01/paginators-1.json +0 -4
  347. data/apis/organizations/2016-11-28/api-2.json +0 -2006
  348. data/apis/organizations/2016-11-28/examples-1.json +0 -1409
  349. data/apis/organizations/2016-11-28/paginators-1.json +0 -64
  350. data/apis/pinpoint/2016-12-01/api-2.json +0 -3949
  351. data/apis/pinpoint/2016-12-01/examples-1.json +0 -5
  352. data/apis/polly/2016-06-10/api-2.json +0 -539
  353. data/apis/polly/2016-06-10/examples-1.json +0 -171
  354. data/apis/polly/2016-06-10/paginators-1.json +0 -4
  355. data/apis/rds/2013-01-10/api-2.json +0 -2902
  356. data/apis/rds/2013-01-10/examples-1.json +0 -5
  357. data/apis/rds/2013-01-10/paginators-1.json +0 -97
  358. data/apis/rds/2013-02-12/api-2.json +0 -3058
  359. data/apis/rds/2013-02-12/examples-1.json +0 -5
  360. data/apis/rds/2013-02-12/paginators-1.json +0 -110
  361. data/apis/rds/2013-09-09/api-2.json +0 -3159
  362. data/apis/rds/2013-09-09/examples-1.json +0 -5
  363. data/apis/rds/2013-09-09/paginators-1.json +0 -110
  364. data/apis/rds/2013-09-09/waiters-2.json +0 -97
  365. data/apis/rds/2014-09-01/api-2.json +0 -3272
  366. data/apis/rds/2014-09-01/examples-1.json +0 -5
  367. data/apis/rds/2014-09-01/paginators-1.json +0 -4
  368. data/apis/rds/2014-10-31/api-2.json +0 -5187
  369. data/apis/rds/2014-10-31/examples-1.json +0 -1951
  370. data/apis/rds/2014-10-31/paginators-1.json +0 -110
  371. data/apis/rds/2014-10-31/resources-1.json +0 -3272
  372. data/apis/rds/2014-10-31/waiters-2.json +0 -90
  373. data/apis/redshift/2012-12-01/api-2.json +0 -3840
  374. data/apis/redshift/2012-12-01/examples-1.json +0 -5
  375. data/apis/redshift/2012-12-01/paginators-1.json +0 -94
  376. data/apis/redshift/2012-12-01/waiters-2.json +0 -97
  377. data/apis/rekognition/2016-06-27/api-2.json +0 -992
  378. data/apis/rekognition/2016-06-27/examples-1.json +0 -651
  379. data/apis/rekognition/2016-06-27/paginators-1.json +0 -16
  380. data/apis/resourcegroupstaggingapi/2017-01-26/api-2.json +0 -328
  381. data/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json +0 -5
  382. data/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json +0 -20
  383. data/apis/route53/2013-04-01/api-2.json +0 -3312
  384. data/apis/route53/2013-04-01/examples-1.json +0 -762
  385. data/apis/route53/2013-04-01/paginators-1.json +0 -33
  386. data/apis/route53/2013-04-01/waiters-2.json +0 -18
  387. data/apis/route53domains/2014-05-15/api-2.json +0 -1323
  388. data/apis/route53domains/2014-05-15/examples-1.json +0 -5
  389. data/apis/route53domains/2014-05-15/paginators-1.json +0 -16
  390. data/apis/runtime.lex/2016-11-28/api-2.json +0 -390
  391. data/apis/runtime.lex/2016-11-28/examples-1.json +0 -5
  392. data/apis/runtime.lex/2016-11-28/paginators-1.json +0 -4
  393. data/apis/s3/2006-03-01/api-2.json +0 -5368
  394. data/apis/s3/2006-03-01/examples-1.json +0 -1876
  395. data/apis/s3/2006-03-01/paginators-1.json +0 -66
  396. data/apis/s3/2006-03-01/resources-1.json +0 -1176
  397. data/apis/s3/2006-03-01/waiters-2.json +0 -73
  398. data/apis/sdb/2009-04-15/api-2.json +0 -955
  399. data/apis/sdb/2009-04-15/paginators-1.json +0 -15
  400. data/apis/servicecatalog/2015-12-10/api-2.json +0 -2022
  401. data/apis/servicecatalog/2015-12-10/examples-1.json +0 -5
  402. data/apis/servicecatalog/2015-12-10/paginators-1.json +0 -4
  403. data/apis/shield/2016-06-02/api-2.json +0 -494
  404. data/apis/shield/2016-06-02/examples-1.json +0 -5
  405. data/apis/sms/2016-10-24/api-2.json +0 -612
  406. data/apis/sms/2016-10-24/examples-1.json +0 -5
  407. data/apis/sms/2016-10-24/paginators-1.json +0 -28
  408. data/apis/snowball/2016-06-30/api-2.json +0 -855
  409. data/apis/snowball/2016-06-30/examples-1.json +0 -442
  410. data/apis/snowball/2016-06-30/paginators-1.json +0 -16
  411. data/apis/sns/2010-03-31/api-2.json +0 -1145
  412. data/apis/sns/2010-03-31/examples-1.json +0 -5
  413. data/apis/sns/2010-03-31/paginators-1.json +0 -29
  414. data/apis/sns/2010-03-31/resources-1.json +0 -327
  415. data/apis/sqs/2012-11-05/api-2.json +0 -988
  416. data/apis/sqs/2012-11-05/examples-1.json +0 -5
  417. data/apis/sqs/2012-11-05/paginators-1.json +0 -7
  418. data/apis/sqs/2012-11-05/resources-1.json +0 -232
  419. data/apis/ssm/2014-11-06/api-2.json +0 -5317
  420. data/apis/ssm/2014-11-06/examples-1.json +0 -5
  421. data/apis/ssm/2014-11-06/paginators-1.json +0 -40
  422. data/apis/states/2016-11-23/api-2.json +0 -1021
  423. data/apis/states/2016-11-23/examples-1.json +0 -5
  424. data/apis/states/2016-11-23/paginators-1.json +0 -28
  425. data/apis/storagegateway/2013-06-30/api-2.json +0 -2591
  426. data/apis/storagegateway/2013-06-30/examples-1.json +0 -1381
  427. data/apis/storagegateway/2013-06-30/paginators-1.json +0 -52
  428. data/apis/streams.dynamodb/2012-08-10/api-2.json +0 -406
  429. data/apis/streams.dynamodb/2012-08-10/examples-1.json +0 -212
  430. data/apis/streams.dynamodb/2012-08-10/paginators-1.json +0 -4
  431. data/apis/sts/2011-06-15/api-2.json +0 -522
  432. data/apis/sts/2011-06-15/examples-1.json +0 -206
  433. data/apis/sts/2011-06-15/paginators-1.json +0 -4
  434. data/apis/support/2013-04-15/api-2.json +0 -772
  435. data/apis/support/2013-04-15/examples-1.json +0 -5
  436. data/apis/support/2013-04-15/paginators-1.json +0 -25
  437. data/apis/swf/2012-01-25/api-2.json +0 -2839
  438. data/apis/swf/2012-01-25/paginators-1.json +0 -46
  439. data/apis/waf/2015-08-24/api-2.json +0 -1959
  440. data/apis/waf/2015-08-24/examples-1.json +0 -1017
  441. data/apis/waf/2015-08-24/paginators-1.json +0 -4
  442. data/apis/waf-regional/2016-11-28/api-2.json +0 -2090
  443. data/apis/waf-regional/2016-11-28/examples-1.json +0 -1017
  444. data/apis/waf-regional/2016-11-28/paginators-1.json +0 -4
  445. data/apis/workdocs/2016-05-01/api-2.json +0 -2684
  446. data/apis/workdocs/2016-05-01/examples-1.json +0 -5
  447. data/apis/workdocs/2016-05-01/paginators-1.json +0 -25
  448. data/apis/workspaces/2015-04-08/api-2.json +0 -840
  449. data/apis/workspaces/2015-04-08/examples-1.json +0 -5
  450. data/apis/workspaces/2015-04-08/paginators-1.json +0 -20
  451. data/apis/xray/2016-04-12/api-2.json +0 -492
  452. data/apis/xray/2016-04-12/examples-1.json +0 -5
  453. data/apis/xray/2016-04-12/paginators-1.json +0 -4
  454. data/bin/aws.rb +0 -180
  455. data/endpoints.json +0 -1935
  456. data/lib/aws-sdk-core/acm.rb +0 -6
  457. data/lib/aws-sdk-core/api/builder.rb +0 -106
  458. data/lib/aws-sdk-core/api/customizations.rb +0 -262
  459. data/lib/aws-sdk-core/api/docs/builder.rb +0 -223
  460. data/lib/aws-sdk-core/api/docs/client_type_documenter.rb +0 -118
  461. data/lib/aws-sdk-core/api/docs/crosslink.rb +0 -43
  462. data/lib/aws-sdk-core/api/docs/docstring_provider.rb +0 -75
  463. data/lib/aws-sdk-core/api/docs/operation_documenter.rb +0 -151
  464. data/lib/aws-sdk-core/api/docs/param_formatter.rb +0 -163
  465. data/lib/aws-sdk-core/api/docs/request_syntax_example.rb +0 -22
  466. data/lib/aws-sdk-core/api/docs/response_structure_example.rb +0 -91
  467. data/lib/aws-sdk-core/api/docs/shared_example.rb +0 -100
  468. data/lib/aws-sdk-core/api/docs/utils.rb +0 -133
  469. data/lib/aws-sdk-core/api/shape_map.rb +0 -142
  470. data/lib/aws-sdk-core/apigateway.rb +0 -6
  471. data/lib/aws-sdk-core/applicationautoscaling.rb +0 -6
  472. data/lib/aws-sdk-core/applicationdiscoveryservice.rb +0 -6
  473. data/lib/aws-sdk-core/appstream.rb +0 -7
  474. data/lib/aws-sdk-core/athena.rb +0 -6
  475. data/lib/aws-sdk-core/autoscaling.rb +0 -8
  476. data/lib/aws-sdk-core/batch.rb +0 -6
  477. data/lib/aws-sdk-core/budgets.rb +0 -6
  478. data/lib/aws-sdk-core/checksums.rb +0 -51
  479. data/lib/aws-sdk-core/client.rb +0 -60
  480. data/lib/aws-sdk-core/client_waiters.rb +0 -120
  481. data/lib/aws-sdk-core/clouddirectory.rb +0 -6
  482. data/lib/aws-sdk-core/cloudformation.rb +0 -8
  483. data/lib/aws-sdk-core/cloudfront/cookie_signer.rb +0 -44
  484. data/lib/aws-sdk-core/cloudfront/signer.rb +0 -141
  485. data/lib/aws-sdk-core/cloudfront/url_signer.rb +0 -48
  486. data/lib/aws-sdk-core/cloudfront.rb +0 -17
  487. data/lib/aws-sdk-core/cloudhsm.rb +0 -5
  488. data/lib/aws-sdk-core/cloudsearch.rb +0 -5
  489. data/lib/aws-sdk-core/cloudsearchdomain.rb +0 -5
  490. data/lib/aws-sdk-core/cloudtrail.rb +0 -6
  491. data/lib/aws-sdk-core/cloudwatch.rb +0 -8
  492. data/lib/aws-sdk-core/cloudwatchevents.rb +0 -6
  493. data/lib/aws-sdk-core/cloudwatchlogs.rb +0 -6
  494. data/lib/aws-sdk-core/codebuild.rb +0 -6
  495. data/lib/aws-sdk-core/codecommit.rb +0 -6
  496. data/lib/aws-sdk-core/codedeploy.rb +0 -7
  497. data/lib/aws-sdk-core/codepipeline.rb +0 -5
  498. data/lib/aws-sdk-core/codestar.rb +0 -6
  499. data/lib/aws-sdk-core/cognitoidentity.rb +0 -6
  500. data/lib/aws-sdk-core/cognitoidentityprovider.rb +0 -6
  501. data/lib/aws-sdk-core/cognitosync.rb +0 -4
  502. data/lib/aws-sdk-core/configservice.rb +0 -6
  503. data/lib/aws-sdk-core/costandusagereportservice.rb +0 -6
  504. data/lib/aws-sdk-core/databasemigrationservice.rb +0 -6
  505. data/lib/aws-sdk-core/datapipeline.rb +0 -5
  506. data/lib/aws-sdk-core/devicefarm.rb +0 -6
  507. data/lib/aws-sdk-core/directconnect.rb +0 -6
  508. data/lib/aws-sdk-core/directoryservice.rb +0 -5
  509. data/lib/aws-sdk-core/dynamodb/attribute_value.rb +0 -110
  510. data/lib/aws-sdk-core/dynamodb.rb +0 -40
  511. data/lib/aws-sdk-core/dynamodbstreams.rb +0 -6
  512. data/lib/aws-sdk-core/ec2.rb +0 -8
  513. data/lib/aws-sdk-core/ecr.rb +0 -6
  514. data/lib/aws-sdk-core/ecs.rb +0 -7
  515. data/lib/aws-sdk-core/efs.rb +0 -5
  516. data/lib/aws-sdk-core/elasticache.rb +0 -7
  517. data/lib/aws-sdk-core/elasticbeanstalk.rb +0 -6
  518. data/lib/aws-sdk-core/elasticloadbalancing.rb +0 -7
  519. data/lib/aws-sdk-core/elasticloadbalancingv2.rb +0 -7
  520. data/lib/aws-sdk-core/elasticsearchservice.rb +0 -6
  521. data/lib/aws-sdk-core/elastictranscoder.rb +0 -7
  522. data/lib/aws-sdk-core/empty_structure.rb +0 -3
  523. data/lib/aws-sdk-core/emr.rb +0 -7
  524. data/lib/aws-sdk-core/endpoint_provider.rb +0 -104
  525. data/lib/aws-sdk-core/firehose.rb +0 -5
  526. data/lib/aws-sdk-core/gamelift.rb +0 -6
  527. data/lib/aws-sdk-core/glacier.rb +0 -8
  528. data/lib/aws-sdk-core/greengrass.rb +0 -4
  529. data/lib/aws-sdk-core/health.rb +0 -6
  530. data/lib/aws-sdk-core/iam.rb +0 -8
  531. data/lib/aws-sdk-core/importexport.rb +0 -5
  532. data/lib/aws-sdk-core/inspector.rb +0 -6
  533. data/lib/aws-sdk-core/iot.rb +0 -6
  534. data/lib/aws-sdk-core/iotdataplane.rb +0 -4
  535. data/lib/aws-sdk-core/kinesis.rb +0 -7
  536. data/lib/aws-sdk-core/kinesisanalytics.rb +0 -6
  537. data/lib/aws-sdk-core/kms.rb +0 -6
  538. data/lib/aws-sdk-core/lambda.rb +0 -6
  539. data/lib/aws-sdk-core/lambdapreview.rb +0 -5
  540. data/lib/aws-sdk-core/lex.rb +0 -6
  541. data/lib/aws-sdk-core/lexmodelbuildingservice.rb +0 -6
  542. data/lib/aws-sdk-core/lightsail.rb +0 -6
  543. data/lib/aws-sdk-core/machinelearning.rb +0 -7
  544. data/lib/aws-sdk-core/marketplacecommerceanalytics.rb +0 -6
  545. data/lib/aws-sdk-core/marketplaceentitlementservice.rb +0 -6
  546. data/lib/aws-sdk-core/marketplacemetering.rb +0 -5
  547. data/lib/aws-sdk-core/mturk.rb +0 -6
  548. data/lib/aws-sdk-core/opsworks.rb +0 -8
  549. data/lib/aws-sdk-core/opsworkscm.rb +0 -6
  550. data/lib/aws-sdk-core/organizations.rb +0 -6
  551. data/lib/aws-sdk-core/partitions/partition.rb +0 -95
  552. data/lib/aws-sdk-core/partitions/partition_list.rb +0 -60
  553. data/lib/aws-sdk-core/partitions/region.rb +0 -66
  554. data/lib/aws-sdk-core/partitions/service.rb +0 -74
  555. data/lib/aws-sdk-core/partitions.rb +0 -174
  556. data/lib/aws-sdk-core/pinpoint.rb +0 -5
  557. data/lib/aws-sdk-core/plugins/api_gateway_header.rb +0 -19
  558. data/lib/aws-sdk-core/plugins/csd_conditional_signing.rb +0 -30
  559. data/lib/aws-sdk-core/plugins/csd_switch_to_post.rb +0 -36
  560. data/lib/aws-sdk-core/plugins/dynamodb_crc32_validation.rb +0 -52
  561. data/lib/aws-sdk-core/plugins/dynamodb_extended_retries.rb +0 -22
  562. data/lib/aws-sdk-core/plugins/dynamodb_simple_attributes.rb +0 -208
  563. data/lib/aws-sdk-core/plugins/ec2_copy_encrypted_snapshot.rb +0 -56
  564. data/lib/aws-sdk-core/plugins/ec2_region_validation.rb +0 -17
  565. data/lib/aws-sdk-core/plugins/glacier_account_id.rb +0 -19
  566. data/lib/aws-sdk-core/plugins/glacier_api_version.rb +0 -19
  567. data/lib/aws-sdk-core/plugins/glacier_checksums.rb +0 -87
  568. data/lib/aws-sdk-core/plugins/machine_learning_predict_endpoint.rb +0 -20
  569. data/lib/aws-sdk-core/plugins/rds_cross_region_copying.rb +0 -69
  570. data/lib/aws-sdk-core/plugins/request_signer.rb +0 -150
  571. data/lib/aws-sdk-core/plugins/route_53_id_fix.rb +0 -55
  572. data/lib/aws-sdk-core/plugins/s3_accelerate.rb +0 -90
  573. data/lib/aws-sdk-core/plugins/s3_bucket_dns.rb +0 -86
  574. data/lib/aws-sdk-core/plugins/s3_bucket_name_restrictions.rb +0 -21
  575. data/lib/aws-sdk-core/plugins/s3_dualstack.rb +0 -67
  576. data/lib/aws-sdk-core/plugins/s3_expect_100_continue.rb +0 -27
  577. data/lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb +0 -21
  578. data/lib/aws-sdk-core/plugins/s3_host_id.rb +0 -26
  579. data/lib/aws-sdk-core/plugins/s3_http_200_errors.rb +0 -45
  580. data/lib/aws-sdk-core/plugins/s3_location_constraint.rb +0 -31
  581. data/lib/aws-sdk-core/plugins/s3_md5s.rb +0 -50
  582. data/lib/aws-sdk-core/plugins/s3_redirects.rb +0 -37
  583. data/lib/aws-sdk-core/plugins/s3_request_signer.rb +0 -166
  584. data/lib/aws-sdk-core/plugins/s3_sse_cpk.rb +0 -64
  585. data/lib/aws-sdk-core/plugins/s3_url_encoded_keys.rb +0 -93
  586. data/lib/aws-sdk-core/plugins/sqs_md5s.rb +0 -162
  587. data/lib/aws-sdk-core/plugins/sqs_queue_urls.rb +0 -34
  588. data/lib/aws-sdk-core/plugins/swf_read_timeouts.rb +0 -23
  589. data/lib/aws-sdk-core/polly/presigner.rb +0 -70
  590. data/lib/aws-sdk-core/polly.rb +0 -14
  591. data/lib/aws-sdk-core/rds/auth_token_generator.rb +0 -63
  592. data/lib/aws-sdk-core/rds.rb +0 -16
  593. data/lib/aws-sdk-core/redshift.rb +0 -7
  594. data/lib/aws-sdk-core/rekognition.rb +0 -6
  595. data/lib/aws-sdk-core/resourcegroupstaggingapi.rb +0 -6
  596. data/lib/aws-sdk-core/route53.rb +0 -7
  597. data/lib/aws-sdk-core/route53domains.rb +0 -6
  598. data/lib/aws-sdk-core/s3/bucket_region_cache.rb +0 -75
  599. data/lib/aws-sdk-core/s3/presigner.rb +0 -116
  600. data/lib/aws-sdk-core/s3.rb +0 -26
  601. data/lib/aws-sdk-core/service.rb +0 -4
  602. data/lib/aws-sdk-core/servicecatalog.rb +0 -6
  603. data/lib/aws-sdk-core/ses.rb +0 -7
  604. data/lib/aws-sdk-core/shield.rb +0 -5
  605. data/lib/aws-sdk-core/signers/base.rb +0 -31
  606. data/lib/aws-sdk-core/signers/s3.rb +0 -185
  607. data/lib/aws-sdk-core/signers/v2.rb +0 -51
  608. data/lib/aws-sdk-core/signers/v3.rb +0 -34
  609. data/lib/aws-sdk-core/signers/v4.rb +0 -234
  610. data/lib/aws-sdk-core/simpledb.rb +0 -5
  611. data/lib/aws-sdk-core/sms.rb +0 -6
  612. data/lib/aws-sdk-core/snowball.rb +0 -6
  613. data/lib/aws-sdk-core/sns.rb +0 -7
  614. data/lib/aws-sdk-core/sqs.rb +0 -7
  615. data/lib/aws-sdk-core/ssm.rb +0 -6
  616. data/lib/aws-sdk-core/states.rb +0 -6
  617. data/lib/aws-sdk-core/storagegateway.rb +0 -6
  618. data/lib/aws-sdk-core/sts.rb +0 -6
  619. data/lib/aws-sdk-core/support.rb +0 -6
  620. data/lib/aws-sdk-core/swf.rb +0 -5
  621. data/lib/aws-sdk-core/tree_hash.rb +0 -69
  622. data/lib/aws-sdk-core/waf.rb +0 -6
  623. data/lib/aws-sdk-core/wafregional.rb +0 -6
  624. data/lib/aws-sdk-core/waiters/null_provider.rb +0 -12
  625. data/lib/aws-sdk-core/waiters/provider.rb +0 -35
  626. data/lib/aws-sdk-core/workdocs.rb +0 -6
  627. data/lib/aws-sdk-core/workspaces.rb +0 -6
  628. data/lib/aws-sdk-core/xray.rb +0 -6
  629. data/lib/seahorse/client/plugins/restful_bindings.rb +0 -125
  630. data/service-models.json +0 -405
@@ -1,3145 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- "AddTagsToResource": [
5
- {
6
- "input": {
7
- "ResourceName": "arn:aws:elasticache:us-east-1:1234567890:cluster:my-mem-cluster",
8
- "Tags": [
9
- {
10
- "Key": "APIVersion",
11
- "Value": "20150202"
12
- },
13
- {
14
- "Key": "Service",
15
- "Value": "ElastiCache"
16
- }
17
- ]
18
- },
19
- "output": {
20
- "TagList": [
21
- {
22
- "Key": "APIVersion",
23
- "Value": "20150202"
24
- },
25
- {
26
- "Key": "Service",
27
- "Value": "ElastiCache"
28
- }
29
- ]
30
- },
31
- "comments": {
32
- "input": {
33
- },
34
- "output": {
35
- }
36
- },
37
- "description": "Adds up to 10 tags, key/value pairs, to a cluster or snapshot resource.",
38
- "id": "addtagstoresource-1482430264385",
39
- "title": "AddTagsToResource"
40
- }
41
- ],
42
- "AuthorizeCacheSecurityGroupIngress": [
43
- {
44
- "input": {
45
- "CacheSecurityGroupName": "my-sec-grp",
46
- "EC2SecurityGroupName": "my-ec2-sec-grp",
47
- "EC2SecurityGroupOwnerId": "1234567890"
48
- },
49
- "comments": {
50
- "input": {
51
- },
52
- "output": {
53
- }
54
- },
55
- "description": "Allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2. Amazon EC2 security groups are used as the authorization mechanism.",
56
- "id": "authorizecachecachesecuritygroupingress-1483046446206",
57
- "title": "AuthorizeCacheCacheSecurityGroupIngress"
58
- }
59
- ],
60
- "CopySnapshot": [
61
- {
62
- "input": {
63
- "SourceSnapshotName": "my-snapshot",
64
- "TargetBucket": "",
65
- "TargetSnapshotName": "my-snapshot-copy"
66
- },
67
- "output": {
68
- "Snapshot": {
69
- "AutoMinorVersionUpgrade": true,
70
- "CacheClusterCreateTime": "2016-12-21T22:24:04.955Z",
71
- "CacheClusterId": "my-redis4",
72
- "CacheNodeType": "cache.m3.large",
73
- "CacheParameterGroupName": "default.redis3.2",
74
- "CacheSubnetGroupName": "default",
75
- "Engine": "redis",
76
- "EngineVersion": "3.2.4",
77
- "NodeSnapshots": [
78
- {
79
- "CacheNodeCreateTime": "2016-12-21T22:24:04.955Z",
80
- "CacheNodeId": "0001",
81
- "CacheSize": "3 MB",
82
- "SnapshotCreateTime": "2016-12-28T07:00:52Z"
83
- }
84
- ],
85
- "NumCacheNodes": 1,
86
- "Port": 6379,
87
- "PreferredAvailabilityZone": "us-east-1c",
88
- "PreferredMaintenanceWindow": "tue:09:30-tue:10:30",
89
- "SnapshotName": "my-snapshot-copy",
90
- "SnapshotRetentionLimit": 7,
91
- "SnapshotSource": "manual",
92
- "SnapshotStatus": "creating",
93
- "SnapshotWindow": "07:00-08:00",
94
- "VpcId": "vpc-3820329f3"
95
- }
96
- },
97
- "comments": {
98
- "input": {
99
- },
100
- "output": {
101
- }
102
- },
103
- "description": "Copies a snapshot to a specified name.",
104
- "id": "copysnapshot-1482961393820",
105
- "title": "CopySnapshot"
106
- }
107
- ],
108
- "CreateCacheCluster": [
109
- {
110
- "input": {
111
- "AZMode": "cross-az",
112
- "CacheClusterId": "my-memcached-cluster",
113
- "CacheNodeType": "cache.r3.large",
114
- "CacheSubnetGroupName": "default",
115
- "Engine": "memcached",
116
- "EngineVersion": "1.4.24",
117
- "NumCacheNodes": 2,
118
- "Port": 11211
119
- },
120
- "output": {
121
- "CacheCluster": {
122
- "AutoMinorVersionUpgrade": true,
123
- "CacheClusterId": "my-memcached-cluster",
124
- "CacheClusterStatus": "creating",
125
- "CacheNodeType": "cache.r3.large",
126
- "CacheParameterGroup": {
127
- "CacheNodeIdsToReboot": [
128
-
129
- ],
130
- "CacheParameterGroupName": "default.memcached1.4",
131
- "ParameterApplyStatus": "in-sync"
132
- },
133
- "CacheSecurityGroups": [
134
-
135
- ],
136
- "CacheSubnetGroupName": "default",
137
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
138
- "Engine": "memcached",
139
- "EngineVersion": "1.4.24",
140
- "NumCacheNodes": 2,
141
- "PendingModifiedValues": {
142
- },
143
- "PreferredAvailabilityZone": "Multiple",
144
- "PreferredMaintenanceWindow": "wed:09:00-wed:10:00"
145
- }
146
- },
147
- "comments": {
148
- "input": {
149
- },
150
- "output": {
151
- }
152
- },
153
- "description": "Creates a Memcached cluster with 2 nodes. ",
154
- "id": "createcachecluster-1474994727381",
155
- "title": "CreateCacheCluster"
156
- },
157
- {
158
- "input": {
159
- "AutoMinorVersionUpgrade": true,
160
- "CacheClusterId": "my-redis",
161
- "CacheNodeType": "cache.r3.larage",
162
- "CacheSubnetGroupName": "default",
163
- "Engine": "redis",
164
- "EngineVersion": "3.2.4",
165
- "NumCacheNodes": 1,
166
- "Port": 6379,
167
- "PreferredAvailabilityZone": "us-east-1c",
168
- "SnapshotRetentionLimit": 7
169
- },
170
- "output": {
171
- "CacheCluster": {
172
- "AutoMinorVersionUpgrade": true,
173
- "CacheClusterId": "my-redis",
174
- "CacheClusterStatus": "creating",
175
- "CacheNodeType": "cache.m3.large",
176
- "CacheParameterGroup": {
177
- "CacheNodeIdsToReboot": [
178
-
179
- ],
180
- "CacheParameterGroupName": "default.redis3.2",
181
- "ParameterApplyStatus": "in-sync"
182
- },
183
- "CacheSecurityGroups": [
184
-
185
- ],
186
- "CacheSubnetGroupName": "default",
187
- "ClientDownloadLandingPage": "https: //console.aws.amazon.com/elasticache/home#client-download: ",
188
- "Engine": "redis",
189
- "EngineVersion": "3.2.4",
190
- "NumCacheNodes": 1,
191
- "PendingModifiedValues": {
192
- },
193
- "PreferredAvailabilityZone": "us-east-1c",
194
- "PreferredMaintenanceWindow": "fri: 05: 30-fri: 06: 30",
195
- "SnapshotRetentionLimit": 7,
196
- "SnapshotWindow": "10: 00-11: 00"
197
- }
198
- },
199
- "comments": {
200
- "input": {
201
- },
202
- "output": {
203
- }
204
- },
205
- "description": "Creates a Redis cluster with 1 node. ",
206
- "id": "createcachecluster-1474994727381",
207
- "title": "CreateCacheCluster"
208
- }
209
- ],
210
- "CreateCacheParameterGroup": [
211
- {
212
- "input": {
213
- "CacheParameterGroupFamily": "redis2.8",
214
- "CacheParameterGroupName": "custom-redis2-8",
215
- "Description": "Custom Redis 2.8 parameter group."
216
- },
217
- "output": {
218
- "CacheParameterGroup": {
219
- "CacheParameterGroupFamily": "redis2.8",
220
- "CacheParameterGroupName": "custom-redis2-8",
221
- "Description": "Custom Redis 2.8 parameter group."
222
- }
223
- },
224
- "comments": {
225
- "input": {
226
- },
227
- "output": {
228
- }
229
- },
230
- "description": "Creates the Amazon ElastiCache parameter group custom-redis2-8.",
231
- "id": "createcacheparametergroup-1474997699362",
232
- "title": "CreateCacheParameterGroup"
233
- }
234
- ],
235
- "CreateCacheSecurityGroup": [
236
- {
237
- "input": {
238
- "CacheSecurityGroupName": "my-cache-sec-grp",
239
- "Description": "Example ElastiCache security group."
240
- },
241
- "comments": {
242
- "input": {
243
- },
244
- "output": {
245
- }
246
- },
247
- "description": "Creates an ElastiCache security group. ElastiCache security groups are only for clusters not running in an AWS VPC.",
248
- "id": "createcachesecuritygroup-1483041506604",
249
- "title": "CreateCacheSecurityGroup"
250
- }
251
- ],
252
- "CreateCacheSubnetGroup": [
253
- {
254
- "input": {
255
- "CacheSubnetGroupDescription": "Sample subnet group",
256
- "CacheSubnetGroupName": "my-sn-grp2",
257
- "SubnetIds": [
258
- "subnet-6f28c982",
259
- "subnet-bcd382f3",
260
- "subnet-845b3e7c0"
261
- ]
262
- },
263
- "output": {
264
- "CacheSubnetGroup": {
265
- "CacheSubnetGroupDescription": "My subnet group.",
266
- "CacheSubnetGroupName": "my-sn-grp",
267
- "Subnets": [
268
- {
269
- "SubnetAvailabilityZone": {
270
- "Name": "us-east-1a"
271
- },
272
- "SubnetIdentifier": "subnet-6f28c982"
273
- },
274
- {
275
- "SubnetAvailabilityZone": {
276
- "Name": "us-east-1c"
277
- },
278
- "SubnetIdentifier": "subnet-bcd382f3"
279
- },
280
- {
281
- "SubnetAvailabilityZone": {
282
- "Name": "us-east-1b"
283
- },
284
- "SubnetIdentifier": "subnet-845b3e7c0"
285
- }
286
- ],
287
- "VpcId": "vpc-91280df6"
288
- }
289
- },
290
- "comments": {
291
- "input": {
292
- },
293
- "output": {
294
- }
295
- },
296
- "description": "Creates a new cache subnet group.",
297
- "id": "createcachesubnet-1483042274558",
298
- "title": "CreateCacheSubnet"
299
- }
300
- ],
301
- "CreateReplicationGroup": [
302
- {
303
- "input": {
304
- "AutomaticFailoverEnabled": true,
305
- "CacheNodeType": "cache.m3.medium",
306
- "Engine": "redis",
307
- "EngineVersion": "2.8.24",
308
- "NumCacheClusters": 3,
309
- "ReplicationGroupDescription": "A Redis replication group.",
310
- "ReplicationGroupId": "my-redis-rg",
311
- "SnapshotRetentionLimit": 30
312
- },
313
- "output": {
314
- "ReplicationGroup": {
315
- "AutomaticFailover": "enabling",
316
- "Description": "A Redis replication group.",
317
- "MemberClusters": [
318
- "my-redis-rg-001",
319
- "my-redis-rg-002",
320
- "my-redis-rg-003"
321
- ],
322
- "PendingModifiedValues": {
323
- },
324
- "ReplicationGroupId": "my-redis-rg",
325
- "SnapshottingClusterId": "my-redis-rg-002",
326
- "Status": "creating"
327
- }
328
- },
329
- "comments": {
330
- "input": {
331
- },
332
- "output": {
333
- }
334
- },
335
- "description": "Creates a Redis replication group with 3 nodes.",
336
- "id": "createcachereplicationgroup-1474998730655",
337
- "title": "CreateCacheReplicationGroup"
338
- },
339
- {
340
- "input": {
341
- "AutoMinorVersionUpgrade": true,
342
- "CacheNodeType": "cache.m3.medium",
343
- "CacheParameterGroupName": "default.redis3.2.cluster.on",
344
- "Engine": "redis",
345
- "EngineVersion": "3.2.4",
346
- "NodeGroupConfiguration": [
347
- {
348
- "PrimaryAvailabilityZone": "us-east-1c",
349
- "ReplicaAvailabilityZones": [
350
- "us-east-1b"
351
- ],
352
- "ReplicaCount": 1,
353
- "Slots": "0-8999"
354
- },
355
- {
356
- "PrimaryAvailabilityZone": "us-east-1a",
357
- "ReplicaAvailabilityZones": [
358
- "us-east-1a",
359
- "us-east-1c"
360
- ],
361
- "ReplicaCount": 2,
362
- "Slots": "9000-16383"
363
- }
364
- ],
365
- "NumNodeGroups": 2,
366
- "ReplicationGroupDescription": "A multi-sharded replication group",
367
- "ReplicationGroupId": "clustered-redis-rg",
368
- "SnapshotRetentionLimit": 8
369
- },
370
- "output": {
371
- "ReplicationGroup": {
372
- "AutomaticFailover": "enabled",
373
- "Description": "Sharded replication group",
374
- "MemberClusters": [
375
- "rc-rg3-0001-001",
376
- "rc-rg3-0001-002",
377
- "rc-rg3-0002-001",
378
- "rc-rg3-0002-002",
379
- "rc-rg3-0002-003"
380
- ],
381
- "PendingModifiedValues": {
382
- },
383
- "ReplicationGroupId": "clustered-redis-rg",
384
- "SnapshotRetentionLimit": 8,
385
- "SnapshotWindow": "05:30-06:30",
386
- "Status": "creating"
387
- }
388
- },
389
- "comments": {
390
- "input": {
391
- },
392
- "output": {
393
- }
394
- },
395
- "description": "Creates a Redis (cluster mode enabled) replication group with two shards. One shard has one read replica node and the other shard has two read replicas.",
396
- "id": "createreplicationgroup-1483657035585",
397
- "title": "CreateReplicationGroup"
398
- }
399
- ],
400
- "CreateSnapshot": [
401
- {
402
- "input": {
403
- "CacheClusterId": "onenoderedis",
404
- "SnapshotName": "snapshot-1"
405
- },
406
- "output": {
407
- "Snapshot": {
408
- "AutoMinorVersionUpgrade": true,
409
- "CacheClusterCreateTime": "2017-02-03T15:43:36.278Z",
410
- "CacheClusterId": "onenoderedis",
411
- "CacheNodeType": "cache.m3.medium",
412
- "CacheParameterGroupName": "default.redis3.2",
413
- "CacheSubnetGroupName": "default",
414
- "Engine": "redis",
415
- "EngineVersion": "3.2.4",
416
- "NodeSnapshots": [
417
- {
418
- "CacheNodeCreateTime": "2017-02-03T15:43:36.278Z",
419
- "CacheNodeId": "0001",
420
- "CacheSize": ""
421
- }
422
- ],
423
- "NumCacheNodes": 1,
424
- "Port": 6379,
425
- "PreferredAvailabilityZone": "us-west-2c",
426
- "PreferredMaintenanceWindow": "sat:08:00-sat:09:00",
427
- "SnapshotName": "snapshot-1",
428
- "SnapshotRetentionLimit": 1,
429
- "SnapshotSource": "manual",
430
- "SnapshotStatus": "creating",
431
- "SnapshotWindow": "00:00-01:00",
432
- "VpcId": "vpc-73c3cd17"
433
- }
434
- },
435
- "comments": {
436
- "input": {
437
- },
438
- "output": {
439
- }
440
- },
441
- "description": "Creates a snapshot of a non-clustered Redis cluster that has only one node.",
442
- "id": "createsnapshot-1474999681024",
443
- "title": "CreateSnapshot - NonClustered Redis, no read-replicas"
444
- },
445
- {
446
- "input": {
447
- "CacheClusterId": "threenoderedis-001",
448
- "SnapshotName": "snapshot-2"
449
- },
450
- "output": {
451
- "AutoMinorVersionUpgrade": true,
452
- "CacheClusterCreateTime": "2017-02-03T15:43:36.278Z",
453
- "CacheClusterId": "threenoderedis-001",
454
- "CacheNodeType": "cache.m3.medium",
455
- "CacheParameterGroupName": "default.redis3.2",
456
- "CacheSubnetGroupName": "default",
457
- "Engine": "redis",
458
- "EngineVersion": "3.2.4",
459
- "NodeSnapshots": [
460
- {
461
- "CacheNodeCreateTime": "2017-02-03T15:43:36.278Z",
462
- "CacheNodeId": "0001",
463
- "CacheSize": ""
464
- }
465
- ],
466
- "NumCacheNodes": 1,
467
- "Port": 6379,
468
- "PreferredAvailabilityZone": "us-west-2c",
469
- "PreferredMaintenanceWindow": "sat:08:00-sat:09:00",
470
- "SnapshotName": "snapshot-2",
471
- "SnapshotRetentionLimit": 1,
472
- "SnapshotSource": "manual",
473
- "SnapshotStatus": "creating",
474
- "SnapshotWindow": "00:00-01:00",
475
- "VpcId": "vpc-73c3cd17"
476
- },
477
- "comments": {
478
- "input": {
479
- },
480
- "output": {
481
- }
482
- },
483
- "description": "Creates a snapshot of a non-clustered Redis cluster that has only three nodes, primary and two read-replicas. CacheClusterId must be a specific node in the cluster.",
484
- "id": "createsnapshot-1474999681024",
485
- "title": "CreateSnapshot - NonClustered Redis, 2 read-replicas"
486
- },
487
- {
488
- "input": {
489
- "ReplicationGroupId": "clusteredredis",
490
- "SnapshotName": "snapshot-2x5"
491
- },
492
- "output": {
493
- "AutoMinorVersionUpgrade": true,
494
- "AutomaticFailover": "enabled",
495
- "CacheNodeType": "cache.m3.medium",
496
- "CacheParameterGroupName": "default.redis3.2.cluster.on",
497
- "CacheSubnetGroupName": "default",
498
- "Engine": "redis",
499
- "EngineVersion": "3.2.4",
500
- "NodeSnapshots": [
501
- {
502
- "CacheSize": "",
503
- "NodeGroupId": "0001"
504
- },
505
- {
506
- "CacheSize": "",
507
- "NodeGroupId": "0002"
508
- }
509
- ],
510
- "NumNodeGroups": 2,
511
- "Port": 6379,
512
- "PreferredMaintenanceWindow": "mon:09:30-mon:10:30",
513
- "ReplicationGroupDescription": "Redis cluster with 2 shards.",
514
- "ReplicationGroupId": "clusteredredis",
515
- "SnapshotName": "snapshot-2x5",
516
- "SnapshotRetentionLimit": 1,
517
- "SnapshotSource": "manual",
518
- "SnapshotStatus": "creating",
519
- "SnapshotWindow": "12:00-13:00",
520
- "VpcId": "vpc-73c3cd17"
521
- },
522
- "comments": {
523
- "input": {
524
- },
525
- "output": {
526
- }
527
- },
528
- "description": "Creates a snapshot of a clustered Redis cluster that has 2 shards, each with a primary and 4 read-replicas.",
529
- "id": "createsnapshot-clustered-redis-1486144841758",
530
- "title": "CreateSnapshot-clustered Redis"
531
- }
532
- ],
533
- "DeleteCacheCluster": [
534
- {
535
- "input": {
536
- "CacheClusterId": "my-memcached"
537
- },
538
- "output": {
539
- "CacheCluster": {
540
- "AutoMinorVersionUpgrade": true,
541
- "CacheClusterCreateTime": "2016-12-22T16:05:17.314Z",
542
- "CacheClusterId": "my-memcached",
543
- "CacheClusterStatus": "deleting",
544
- "CacheNodeType": "cache.r3.large",
545
- "CacheParameterGroup": {
546
- "CacheNodeIdsToReboot": [
547
-
548
- ],
549
- "CacheParameterGroupName": "default.memcached1.4",
550
- "ParameterApplyStatus": "in-sync"
551
- },
552
- "CacheSecurityGroups": [
553
-
554
- ],
555
- "CacheSubnetGroupName": "default",
556
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
557
- "ConfigurationEndpoint": {
558
- "Address": "my-memcached2.ameaqx.cfg.use1.cache.amazonaws.com",
559
- "Port": 11211
560
- },
561
- "Engine": "memcached",
562
- "EngineVersion": "1.4.24",
563
- "NumCacheNodes": 2,
564
- "PendingModifiedValues": {
565
- },
566
- "PreferredAvailabilityZone": "Multiple",
567
- "PreferredMaintenanceWindow": "tue:07:30-tue:08:30"
568
- }
569
- },
570
- "comments": {
571
- "input": {
572
- },
573
- "output": {
574
- }
575
- },
576
- "description": "Deletes an Amazon ElastiCache cluster.",
577
- "id": "deletecachecluster-1475010605291",
578
- "title": "DeleteCacheCluster"
579
- }
580
- ],
581
- "DeleteCacheParameterGroup": [
582
- {
583
- "input": {
584
- "CacheParameterGroupName": "custom-mem1-4"
585
- },
586
- "comments": {
587
- "input": {
588
- },
589
- "output": {
590
- }
591
- },
592
- "description": "Deletes the Amazon ElastiCache parameter group custom-mem1-4.",
593
- "id": "deletecacheparametergroup-1475010933957",
594
- "title": "DeleteCacheParameterGroup"
595
- }
596
- ],
597
- "DeleteCacheSecurityGroup": [
598
- {
599
- "input": {
600
- "CacheSecurityGroupName": "my-sec-group"
601
- },
602
- "comments": {
603
- "input": {
604
- },
605
- "output": {
606
- }
607
- },
608
- "description": "Deletes a cache security group.",
609
- "id": "deletecachesecuritygroup-1483046967507",
610
- "title": "DeleteCacheSecurityGroup"
611
- }
612
- ],
613
- "DeleteCacheSubnetGroup": [
614
- {
615
- "input": {
616
- "CacheSubnetGroupName": "my-subnet-group"
617
- },
618
- "comments": {
619
- "input": {
620
- },
621
- "output": {
622
- }
623
- },
624
- "description": "Deletes the Amazon ElastiCache subnet group my-subnet-group.",
625
- "id": "deletecachesubnetgroup-1475011431325",
626
- "title": "DeleteCacheSubnetGroup"
627
- }
628
- ],
629
- "DeleteReplicationGroup": [
630
- {
631
- "input": {
632
- "ReplicationGroupId": "my-redis-rg",
633
- "RetainPrimaryCluster": false
634
- },
635
- "output": {
636
- "ReplicationGroup": {
637
- "AutomaticFailover": "disabled",
638
- "Description": "simple redis cluster",
639
- "PendingModifiedValues": {
640
- },
641
- "ReplicationGroupId": "my-redis-rg",
642
- "Status": "deleting"
643
- }
644
- },
645
- "comments": {
646
- "input": {
647
- },
648
- "output": {
649
- }
650
- },
651
- "description": "Deletes the Amazon ElastiCache replication group my-redis-rg.",
652
- "id": "deletereplicationgroup-1475011641804",
653
- "title": "DeleteReplicationGroup"
654
- }
655
- ],
656
- "DeleteSnapshot": [
657
- {
658
- "input": {
659
- "SnapshotName": "snapshot-20161212"
660
- },
661
- "output": {
662
- "Snapshot": {
663
- "AutoMinorVersionUpgrade": true,
664
- "CacheClusterCreateTime": "2016-12-21T22:27:12.543Z",
665
- "CacheClusterId": "my-redis5",
666
- "CacheNodeType": "cache.m3.large",
667
- "CacheParameterGroupName": "default.redis3.2",
668
- "CacheSubnetGroupName": "default",
669
- "Engine": "redis",
670
- "EngineVersion": "3.2.4",
671
- "NodeSnapshots": [
672
- {
673
- "CacheNodeCreateTime": "2016-12-21T22:27:12.543Z",
674
- "CacheNodeId": "0001",
675
- "CacheSize": "3 MB",
676
- "SnapshotCreateTime": "2016-12-21T22:30:26Z"
677
- }
678
- ],
679
- "NumCacheNodes": 1,
680
- "Port": 6379,
681
- "PreferredAvailabilityZone": "us-east-1c",
682
- "PreferredMaintenanceWindow": "fri:05:30-fri:06:30",
683
- "SnapshotName": "snapshot-20161212",
684
- "SnapshotRetentionLimit": 7,
685
- "SnapshotSource": "manual",
686
- "SnapshotStatus": "deleting",
687
- "SnapshotWindow": "10:00-11:00",
688
- "VpcId": "vpc-91280df6"
689
- }
690
- },
691
- "comments": {
692
- "input": {
693
- },
694
- "output": {
695
- }
696
- },
697
- "description": "Deletes the Redis snapshot snapshot-20160822.",
698
- "id": "deletesnapshot-1475011945779",
699
- "title": "DeleteSnapshot"
700
- }
701
- ],
702
- "DescribeCacheClusters": [
703
- {
704
- "input": {
705
- "CacheClusterId": "my-mem-cluster"
706
- },
707
- "output": {
708
- "CacheClusters": [
709
- {
710
- "AutoMinorVersionUpgrade": true,
711
- "CacheClusterCreateTime": "2016-12-21T21:59:43.794Z",
712
- "CacheClusterId": "my-mem-cluster",
713
- "CacheClusterStatus": "available",
714
- "CacheNodeType": "cache.t2.medium",
715
- "CacheParameterGroup": {
716
- "CacheNodeIdsToReboot": [
717
-
718
- ],
719
- "CacheParameterGroupName": "default.memcached1.4",
720
- "ParameterApplyStatus": "in-sync"
721
- },
722
- "CacheSecurityGroups": [
723
-
724
- ],
725
- "CacheSubnetGroupName": "default",
726
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
727
- "ConfigurationEndpoint": {
728
- "Address": "my-mem-cluster.abcdef.cfg.use1.cache.amazonaws.com",
729
- "Port": 11211
730
- },
731
- "Engine": "memcached",
732
- "EngineVersion": "1.4.24",
733
- "NumCacheNodes": 2,
734
- "PendingModifiedValues": {
735
- },
736
- "PreferredAvailabilityZone": "Multiple",
737
- "PreferredMaintenanceWindow": "wed:06:00-wed:07:00"
738
- }
739
- ]
740
- },
741
- "comments": {
742
- "input": {
743
- },
744
- "output": {
745
- }
746
- },
747
- "description": "Lists the details for up to 50 cache clusters.",
748
- "id": "describecacheclusters-1475012269754",
749
- "title": "DescribeCacheClusters"
750
- },
751
- {
752
- "input": {
753
- "CacheClusterId": "my-mem-cluster",
754
- "ShowCacheNodeInfo": true
755
- },
756
- "output": {
757
- "CacheClusters": [
758
- {
759
- "AutoMinorVersionUpgrade": true,
760
- "CacheClusterCreateTime": "2016-12-21T21:59:43.794Z",
761
- "CacheClusterId": "my-mem-cluster",
762
- "CacheClusterStatus": "available",
763
- "CacheNodeType": "cache.t2.medium",
764
- "CacheNodes": [
765
- {
766
- "CacheNodeCreateTime": "2016-12-21T21:59:43.794Z",
767
- "CacheNodeId": "0001",
768
- "CacheNodeStatus": "available",
769
- "CustomerAvailabilityZone": "us-east-1b",
770
- "Endpoint": {
771
- "Address": "my-mem-cluster.ameaqx.0001.use1.cache.amazonaws.com",
772
- "Port": 11211
773
- },
774
- "ParameterGroupStatus": "in-sync"
775
- },
776
- {
777
- "CacheNodeCreateTime": "2016-12-21T21:59:43.794Z",
778
- "CacheNodeId": "0002",
779
- "CacheNodeStatus": "available",
780
- "CustomerAvailabilityZone": "us-east-1a",
781
- "Endpoint": {
782
- "Address": "my-mem-cluster.ameaqx.0002.use1.cache.amazonaws.com",
783
- "Port": 11211
784
- },
785
- "ParameterGroupStatus": "in-sync"
786
- }
787
- ],
788
- "CacheParameterGroup": {
789
- "CacheNodeIdsToReboot": [
790
-
791
- ],
792
- "CacheParameterGroupName": "default.memcached1.4",
793
- "ParameterApplyStatus": "in-sync"
794
- },
795
- "CacheSecurityGroups": [
796
-
797
- ],
798
- "CacheSubnetGroupName": "default",
799
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
800
- "ConfigurationEndpoint": {
801
- "Address": "my-mem-cluster.ameaqx.cfg.use1.cache.amazonaws.com",
802
- "Port": 11211
803
- },
804
- "Engine": "memcached",
805
- "EngineVersion": "1.4.24",
806
- "NumCacheNodes": 2,
807
- "PendingModifiedValues": {
808
- },
809
- "PreferredAvailabilityZone": "Multiple",
810
- "PreferredMaintenanceWindow": "wed:06:00-wed:07:00"
811
- }
812
- ]
813
- },
814
- "comments": {
815
- "input": {
816
- },
817
- "output": {
818
- }
819
- },
820
- "description": "Lists the details for the cache cluster my-mem-cluster.",
821
- "id": "describecacheclusters-1475012269754",
822
- "title": "DescribeCacheClusters"
823
- }
824
- ],
825
- "DescribeCacheEngineVersions": [
826
- {
827
- "input": {
828
- },
829
- "output": {
830
- "CacheEngineVersions": [
831
- {
832
- "CacheEngineDescription": "memcached",
833
- "CacheEngineVersionDescription": "memcached version 1.4.14",
834
- "CacheParameterGroupFamily": "memcached1.4",
835
- "Engine": "memcached",
836
- "EngineVersion": "1.4.14"
837
- },
838
- {
839
- "CacheEngineDescription": "memcached",
840
- "CacheEngineVersionDescription": "memcached version 1.4.24",
841
- "CacheParameterGroupFamily": "memcached1.4",
842
- "Engine": "memcached",
843
- "EngineVersion": "1.4.24"
844
- },
845
- {
846
- "CacheEngineDescription": "memcached",
847
- "CacheEngineVersionDescription": "memcached version 1.4.33",
848
- "CacheParameterGroupFamily": "memcached1.4",
849
- "Engine": "memcached",
850
- "EngineVersion": "1.4.33"
851
- },
852
- {
853
- "CacheEngineDescription": "memcached",
854
- "CacheEngineVersionDescription": "memcached version 1.4.5",
855
- "CacheParameterGroupFamily": "memcached1.4",
856
- "Engine": "memcached",
857
- "EngineVersion": "1.4.5"
858
- },
859
- {
860
- "CacheEngineDescription": "Redis",
861
- "CacheEngineVersionDescription": "redis version 2.6.13",
862
- "CacheParameterGroupFamily": "redis2.6",
863
- "Engine": "redis",
864
- "EngineVersion": "2.6.13"
865
- },
866
- {
867
- "CacheEngineDescription": "Redis",
868
- "CacheEngineVersionDescription": "redis version 2.8.19",
869
- "CacheParameterGroupFamily": "redis2.8",
870
- "Engine": "redis",
871
- "EngineVersion": "2.8.19"
872
- },
873
- {
874
- "CacheEngineDescription": "Redis",
875
- "CacheEngineVersionDescription": "redis version 2.8.21",
876
- "CacheParameterGroupFamily": "redis2.8",
877
- "Engine": "redis",
878
- "EngineVersion": "2.8.21"
879
- },
880
- {
881
- "CacheEngineDescription": "Redis",
882
- "CacheEngineVersionDescription": "redis version 2.8.22 R5",
883
- "CacheParameterGroupFamily": "redis2.8",
884
- "Engine": "redis",
885
- "EngineVersion": "2.8.22"
886
- },
887
- {
888
- "CacheEngineDescription": "Redis",
889
- "CacheEngineVersionDescription": "redis version 2.8.23 R4",
890
- "CacheParameterGroupFamily": "redis2.8",
891
- "Engine": "redis",
892
- "EngineVersion": "2.8.23"
893
- },
894
- {
895
- "CacheEngineDescription": "Redis",
896
- "CacheEngineVersionDescription": "redis version 2.8.24 R3",
897
- "CacheParameterGroupFamily": "redis2.8",
898
- "Engine": "redis",
899
- "EngineVersion": "2.8.24"
900
- },
901
- {
902
- "CacheEngineDescription": "Redis",
903
- "CacheEngineVersionDescription": "redis version 2.8.6",
904
- "CacheParameterGroupFamily": "redis2.8",
905
- "Engine": "redis",
906
- "EngineVersion": "2.8.6"
907
- },
908
- {
909
- "CacheEngineDescription": "Redis",
910
- "CacheEngineVersionDescription": "redis version 3.2.4",
911
- "CacheParameterGroupFamily": "redis3.2",
912
- "Engine": "redis",
913
- "EngineVersion": "3.2.4"
914
- }
915
- ]
916
- },
917
- "comments": {
918
- "input": {
919
- },
920
- "output": {
921
- }
922
- },
923
- "description": "Lists the details for up to 25 Memcached and Redis cache engine versions.",
924
- "id": "describecacheengineversions-1475012638790",
925
- "title": "DescribeCacheEngineVersions"
926
- },
927
- {
928
- "input": {
929
- "DefaultOnly": false,
930
- "Engine": "redis",
931
- "MaxRecords": 50
932
- },
933
- "output": {
934
- "CacheEngineVersions": [
935
- {
936
- "CacheEngineDescription": "Redis",
937
- "CacheEngineVersionDescription": "redis version 2.6.13",
938
- "CacheParameterGroupFamily": "redis2.6",
939
- "Engine": "redis",
940
- "EngineVersion": "2.6.13"
941
- },
942
- {
943
- "CacheEngineDescription": "Redis",
944
- "CacheEngineVersionDescription": "redis version 2.8.19",
945
- "CacheParameterGroupFamily": "redis2.8",
946
- "Engine": "redis",
947
- "EngineVersion": "2.8.19"
948
- },
949
- {
950
- "CacheEngineDescription": "Redis",
951
- "CacheEngineVersionDescription": "redis version 2.8.21",
952
- "CacheParameterGroupFamily": "redis2.8",
953
- "Engine": "redis",
954
- "EngineVersion": "2.8.21"
955
- },
956
- {
957
- "CacheEngineDescription": "Redis",
958
- "CacheEngineVersionDescription": "redis version 2.8.22 R5",
959
- "CacheParameterGroupFamily": "redis2.8",
960
- "Engine": "redis",
961
- "EngineVersion": "2.8.22"
962
- },
963
- {
964
- "CacheEngineDescription": "Redis",
965
- "CacheEngineVersionDescription": "redis version 2.8.23 R4",
966
- "CacheParameterGroupFamily": "redis2.8",
967
- "Engine": "redis",
968
- "EngineVersion": "2.8.23"
969
- },
970
- {
971
- "CacheEngineDescription": "Redis",
972
- "CacheEngineVersionDescription": "redis version 2.8.24 R3",
973
- "CacheParameterGroupFamily": "redis2.8",
974
- "Engine": "redis",
975
- "EngineVersion": "2.8.24"
976
- },
977
- {
978
- "CacheEngineDescription": "Redis",
979
- "CacheEngineVersionDescription": "redis version 2.8.6",
980
- "CacheParameterGroupFamily": "redis2.8",
981
- "Engine": "redis",
982
- "EngineVersion": "2.8.6"
983
- },
984
- {
985
- "CacheEngineDescription": "Redis",
986
- "CacheEngineVersionDescription": "redis version 3.2.4",
987
- "CacheParameterGroupFamily": "redis3.2",
988
- "Engine": "redis",
989
- "EngineVersion": "3.2.4"
990
- }
991
- ],
992
- "Marker": ""
993
- },
994
- "comments": {
995
- "input": {
996
- },
997
- "output": {
998
- }
999
- },
1000
- "description": "Lists the details for up to 50 Redis cache engine versions.",
1001
- "id": "describecacheengineversions-1475012638790",
1002
- "title": "DescribeCacheEngineVersions"
1003
- }
1004
- ],
1005
- "DescribeCacheParameterGroups": [
1006
- {
1007
- "input": {
1008
- "CacheParameterGroupName": "custom-mem1-4"
1009
- },
1010
- "output": {
1011
- "CacheParameterGroups": [
1012
- {
1013
- "CacheParameterGroupFamily": "memcached1.4",
1014
- "CacheParameterGroupName": "custom-mem1-4",
1015
- "Description": "Custom memcache param group"
1016
- }
1017
- ]
1018
- },
1019
- "comments": {
1020
- "input": {
1021
- },
1022
- "output": {
1023
- }
1024
- },
1025
- "description": "Returns a list of cache parameter group descriptions. If a cache parameter group name is specified, the list contains only the descriptions for that group.",
1026
- "id": "describecacheparametergroups-1483045457557",
1027
- "title": "DescribeCacheParameterGroups"
1028
- }
1029
- ],
1030
- "DescribeCacheParameters": [
1031
- {
1032
- "input": {
1033
- "CacheParameterGroupName": "custom-redis2-8",
1034
- "MaxRecords": 100,
1035
- "Source": "user"
1036
- },
1037
- "output": {
1038
- "Marker": "",
1039
- "Parameters": [
1040
- {
1041
- "AllowedValues": "yes,no",
1042
- "ChangeType": "requires-reboot",
1043
- "DataType": "string",
1044
- "Description": "Apply rehashing or not.",
1045
- "IsModifiable": true,
1046
- "MinimumEngineVersion": "2.8.6",
1047
- "ParameterName": "activerehashing",
1048
- "ParameterValue": "yes",
1049
- "Source": "system"
1050
- },
1051
- {
1052
- "AllowedValues": "always,everysec,no",
1053
- "ChangeType": "immediate",
1054
- "DataType": "string",
1055
- "Description": "fsync policy for AOF persistence",
1056
- "IsModifiable": true,
1057
- "MinimumEngineVersion": "2.8.6",
1058
- "ParameterName": "appendfsync",
1059
- "ParameterValue": "everysec",
1060
- "Source": "system"
1061
- },
1062
- {
1063
- "AllowedValues": "yes,no",
1064
- "ChangeType": "immediate",
1065
- "DataType": "string",
1066
- "Description": "Enable Redis persistence.",
1067
- "IsModifiable": true,
1068
- "MinimumEngineVersion": "2.8.6",
1069
- "ParameterName": "appendonly",
1070
- "ParameterValue": "no",
1071
- "Source": "system"
1072
- },
1073
- {
1074
- "AllowedValues": "0-",
1075
- "ChangeType": "immediate",
1076
- "DataType": "integer",
1077
- "Description": "Normal client output buffer hard limit in bytes.",
1078
- "IsModifiable": true,
1079
- "MinimumEngineVersion": "2.8.6",
1080
- "ParameterName": "client-output-buffer-limit-normal-hard-limit",
1081
- "ParameterValue": "0",
1082
- "Source": "system"
1083
- },
1084
- {
1085
- "AllowedValues": "0-",
1086
- "ChangeType": "immediate",
1087
- "DataType": "integer",
1088
- "Description": "Normal client output buffer soft limit in bytes.",
1089
- "IsModifiable": true,
1090
- "MinimumEngineVersion": "2.8.6",
1091
- "ParameterName": "client-output-buffer-limit-normal-soft-limit",
1092
- "ParameterValue": "0",
1093
- "Source": "system"
1094
- },
1095
- {
1096
- "AllowedValues": "0-",
1097
- "ChangeType": "immediate",
1098
- "DataType": "integer",
1099
- "Description": "Normal client output buffer soft limit in seconds.",
1100
- "IsModifiable": true,
1101
- "MinimumEngineVersion": "2.8.6",
1102
- "ParameterName": "client-output-buffer-limit-normal-soft-seconds",
1103
- "ParameterValue": "0",
1104
- "Source": "system"
1105
- },
1106
- {
1107
- "AllowedValues": "0-",
1108
- "ChangeType": "immediate",
1109
- "DataType": "integer",
1110
- "Description": "Pubsub client output buffer hard limit in bytes.",
1111
- "IsModifiable": true,
1112
- "MinimumEngineVersion": "2.8.6",
1113
- "ParameterName": "client-output-buffer-limit-pubsub-hard-limit",
1114
- "ParameterValue": "33554432",
1115
- "Source": "system"
1116
- },
1117
- {
1118
- "AllowedValues": "0-",
1119
- "ChangeType": "immediate",
1120
- "DataType": "integer",
1121
- "Description": "Pubsub client output buffer soft limit in bytes.",
1122
- "IsModifiable": true,
1123
- "MinimumEngineVersion": "2.8.6",
1124
- "ParameterName": "client-output-buffer-limit-pubsub-soft-limit",
1125
- "ParameterValue": "8388608",
1126
- "Source": "system"
1127
- },
1128
- {
1129
- "AllowedValues": "0-",
1130
- "ChangeType": "immediate",
1131
- "DataType": "integer",
1132
- "Description": "Pubsub client output buffer soft limit in seconds.",
1133
- "IsModifiable": true,
1134
- "MinimumEngineVersion": "2.8.6",
1135
- "ParameterName": "client-output-buffer-limit-pubsub-soft-seconds",
1136
- "ParameterValue": "60",
1137
- "Source": "system"
1138
- },
1139
- {
1140
- "AllowedValues": "0-",
1141
- "ChangeType": "immediate",
1142
- "DataType": "integer",
1143
- "Description": "Slave client output buffer soft limit in seconds.",
1144
- "IsModifiable": false,
1145
- "MinimumEngineVersion": "2.8.6",
1146
- "ParameterName": "client-output-buffer-limit-slave-soft-seconds",
1147
- "ParameterValue": "60",
1148
- "Source": "system"
1149
- },
1150
- {
1151
- "AllowedValues": "yes,no",
1152
- "ChangeType": "immediate",
1153
- "DataType": "string",
1154
- "Description": "If enabled, clients who attempt to write to a read-only slave will be disconnected. Applicable to 2.8.23 and higher.",
1155
- "IsModifiable": true,
1156
- "MinimumEngineVersion": "2.8.23",
1157
- "ParameterName": "close-on-slave-write",
1158
- "ParameterValue": "yes",
1159
- "Source": "system"
1160
- },
1161
- {
1162
- "AllowedValues": "1-1200000",
1163
- "ChangeType": "requires-reboot",
1164
- "DataType": "integer",
1165
- "Description": "Set the number of databases.",
1166
- "IsModifiable": true,
1167
- "MinimumEngineVersion": "2.8.6",
1168
- "ParameterName": "databases",
1169
- "ParameterValue": "16",
1170
- "Source": "system"
1171
- },
1172
- {
1173
- "AllowedValues": "0-",
1174
- "ChangeType": "immediate",
1175
- "DataType": "integer",
1176
- "Description": "The maximum number of hash entries in order for the dataset to be compressed.",
1177
- "IsModifiable": true,
1178
- "MinimumEngineVersion": "2.8.6",
1179
- "ParameterName": "hash-max-ziplist-entries",
1180
- "ParameterValue": "512",
1181
- "Source": "system"
1182
- },
1183
- {
1184
- "AllowedValues": "0-",
1185
- "ChangeType": "immediate",
1186
- "DataType": "integer",
1187
- "Description": "The threshold of biggest hash entries in order for the dataset to be compressed.",
1188
- "IsModifiable": true,
1189
- "MinimumEngineVersion": "2.8.6",
1190
- "ParameterName": "hash-max-ziplist-value",
1191
- "ParameterValue": "64",
1192
- "Source": "system"
1193
- },
1194
- {
1195
- "AllowedValues": "0-",
1196
- "ChangeType": "immediate",
1197
- "DataType": "integer",
1198
- "Description": "The maximum number of list entries in order for the dataset to be compressed.",
1199
- "IsModifiable": true,
1200
- "MinimumEngineVersion": "2.8.6",
1201
- "ParameterName": "list-max-ziplist-entries",
1202
- "ParameterValue": "512",
1203
- "Source": "system"
1204
- },
1205
- {
1206
- "AllowedValues": "0-",
1207
- "ChangeType": "immediate",
1208
- "DataType": "integer",
1209
- "Description": "The threshold of biggest list entries in order for the dataset to be compressed.",
1210
- "IsModifiable": true,
1211
- "MinimumEngineVersion": "2.8.6",
1212
- "ParameterName": "list-max-ziplist-value",
1213
- "ParameterValue": "64",
1214
- "Source": "system"
1215
- },
1216
- {
1217
- "AllowedValues": "5000",
1218
- "ChangeType": "immediate",
1219
- "DataType": "integer",
1220
- "Description": "Max execution time of a Lua script in milliseconds. 0 for unlimited execution without warnings.",
1221
- "IsModifiable": false,
1222
- "MinimumEngineVersion": "2.8.6",
1223
- "ParameterName": "lua-time-limit",
1224
- "ParameterValue": "5000",
1225
- "Source": "system"
1226
- },
1227
- {
1228
- "AllowedValues": "1-65000",
1229
- "ChangeType": "requires-reboot",
1230
- "DataType": "integer",
1231
- "Description": "The maximum number of Redis clients.",
1232
- "IsModifiable": false,
1233
- "MinimumEngineVersion": "2.8.6",
1234
- "ParameterName": "maxclients",
1235
- "ParameterValue": "65000",
1236
- "Source": "system"
1237
- },
1238
- {
1239
- "AllowedValues": "volatile-lru,allkeys-lru,volatile-random,allkeys-random,volatile-ttl,noeviction",
1240
- "ChangeType": "immediate",
1241
- "DataType": "string",
1242
- "Description": "Max memory policy.",
1243
- "IsModifiable": true,
1244
- "MinimumEngineVersion": "2.8.6",
1245
- "ParameterName": "maxmemory-policy",
1246
- "ParameterValue": "volatile-lru",
1247
- "Source": "system"
1248
- },
1249
- {
1250
- "AllowedValues": "1-",
1251
- "ChangeType": "immediate",
1252
- "DataType": "integer",
1253
- "Description": "Max memory samples.",
1254
- "IsModifiable": true,
1255
- "MinimumEngineVersion": "2.8.6",
1256
- "ParameterName": "maxmemory-samples",
1257
- "ParameterValue": "3",
1258
- "Source": "system"
1259
- },
1260
- {
1261
- "AllowedValues": "0-",
1262
- "ChangeType": "immediate",
1263
- "DataType": "integer",
1264
- "Description": "Maximum number of seconds within which the master must receive a ping from a slave to take writes. Use this parameter together with min-slaves-to-write to regulate when the master stops accepting writes. Setting this value to 0 means the master always takes writes.",
1265
- "IsModifiable": true,
1266
- "MinimumEngineVersion": "2.8.6",
1267
- "ParameterName": "min-slaves-max-lag",
1268
- "ParameterValue": "10",
1269
- "Source": "system"
1270
- },
1271
- {
1272
- "AllowedValues": "0-",
1273
- "ChangeType": "immediate",
1274
- "DataType": "integer",
1275
- "Description": "Number of slaves that must be connected in order for master to take writes. Use this parameter together with min-slaves-max-lag to regulate when the master stops accepting writes. Setting this to 0 means the master always takes writes.",
1276
- "IsModifiable": true,
1277
- "MinimumEngineVersion": "2.8.6",
1278
- "ParameterName": "min-slaves-to-write",
1279
- "ParameterValue": "0",
1280
- "Source": "system"
1281
- },
1282
- {
1283
- "ChangeType": "immediate",
1284
- "DataType": "string",
1285
- "Description": "The keyspace events for Redis to notify Pub/Sub clients about. By default all notifications are disabled",
1286
- "IsModifiable": true,
1287
- "MinimumEngineVersion": "2.8.6",
1288
- "ParameterName": "notify-keyspace-events",
1289
- "Source": "system"
1290
- },
1291
- {
1292
- "AllowedValues": "16384-",
1293
- "ChangeType": "immediate",
1294
- "DataType": "integer",
1295
- "Description": "The replication backlog size in bytes for PSYNC. This is the size of the buffer which accumulates slave data when slave is disconnected for some time, so that when slave reconnects again, only transfer the portion of data which the slave missed. Minimum value is 16K.",
1296
- "IsModifiable": true,
1297
- "MinimumEngineVersion": "2.8.6",
1298
- "ParameterName": "repl-backlog-size",
1299
- "ParameterValue": "1048576",
1300
- "Source": "system"
1301
- },
1302
- {
1303
- "AllowedValues": "0-",
1304
- "ChangeType": "immediate",
1305
- "DataType": "integer",
1306
- "Description": "The amount of time in seconds after the master no longer have any slaves connected for the master to free the replication backlog. A value of 0 means to never release the backlog.",
1307
- "IsModifiable": true,
1308
- "MinimumEngineVersion": "2.8.6",
1309
- "ParameterName": "repl-backlog-ttl",
1310
- "ParameterValue": "3600",
1311
- "Source": "system"
1312
- },
1313
- {
1314
- "AllowedValues": "11-",
1315
- "ChangeType": "immediate",
1316
- "DataType": "integer",
1317
- "Description": "The timeout in seconds for bulk transfer I/O during sync and master timeout from the perspective of the slave, and slave timeout from the perspective of the master.",
1318
- "IsModifiable": true,
1319
- "MinimumEngineVersion": "2.8.6",
1320
- "ParameterName": "repl-timeout",
1321
- "ParameterValue": "60",
1322
- "Source": "system"
1323
- },
1324
- {
1325
- "AllowedValues": "0-",
1326
- "ChangeType": "immediate",
1327
- "DataType": "integer",
1328
- "Description": "The amount of memory reserved for non-cache memory usage, in bytes. You may want to increase this parameter for nodes with read replicas, AOF enabled, etc, to reduce swap usage.",
1329
- "IsModifiable": true,
1330
- "MinimumEngineVersion": "2.8.6",
1331
- "ParameterName": "reserved-memory",
1332
- "ParameterValue": "0",
1333
- "Source": "system"
1334
- },
1335
- {
1336
- "AllowedValues": "0-",
1337
- "ChangeType": "immediate",
1338
- "DataType": "integer",
1339
- "Description": "The limit in the size of the set in order for the dataset to be compressed.",
1340
- "IsModifiable": true,
1341
- "MinimumEngineVersion": "2.8.6",
1342
- "ParameterName": "set-max-intset-entries",
1343
- "ParameterValue": "512",
1344
- "Source": "system"
1345
- },
1346
- {
1347
- "AllowedValues": "yes,no",
1348
- "ChangeType": "immediate",
1349
- "DataType": "string",
1350
- "Description": "Configures if chaining of slaves is allowed",
1351
- "IsModifiable": false,
1352
- "MinimumEngineVersion": "2.8.6",
1353
- "ParameterName": "slave-allow-chaining",
1354
- "ParameterValue": "no",
1355
- "Source": "system"
1356
- },
1357
- {
1358
- "AllowedValues": "-",
1359
- "ChangeType": "immediate",
1360
- "DataType": "integer",
1361
- "Description": "The execution time, in microseconds, to exceed in order for the command to get logged. Note that a negative number disables the slow log, while a value of zero forces the logging of every command.",
1362
- "IsModifiable": true,
1363
- "MinimumEngineVersion": "2.8.6",
1364
- "ParameterName": "slowlog-log-slower-than",
1365
- "ParameterValue": "10000",
1366
- "Source": "system"
1367
- },
1368
- {
1369
- "AllowedValues": "0-",
1370
- "ChangeType": "immediate",
1371
- "DataType": "integer",
1372
- "Description": "The length of the slow log. There is no limit to this length. Just be aware that it will consume memory. You can reclaim memory used by the slow log with SLOWLOG RESET.",
1373
- "IsModifiable": true,
1374
- "MinimumEngineVersion": "2.8.6",
1375
- "ParameterName": "slowlog-max-len",
1376
- "ParameterValue": "128",
1377
- "Source": "system"
1378
- },
1379
- {
1380
- "AllowedValues": "0-",
1381
- "ChangeType": "immediate",
1382
- "DataType": "integer",
1383
- "Description": "If non-zero, send ACKs every given number of seconds.",
1384
- "IsModifiable": true,
1385
- "MinimumEngineVersion": "2.8.6",
1386
- "ParameterName": "tcp-keepalive",
1387
- "ParameterValue": "0",
1388
- "Source": "system"
1389
- },
1390
- {
1391
- "AllowedValues": "0,20-",
1392
- "ChangeType": "immediate",
1393
- "DataType": "integer",
1394
- "Description": "Close connection if client is idle for a given number of seconds, or never if 0.",
1395
- "IsModifiable": true,
1396
- "MinimumEngineVersion": "2.8.6",
1397
- "ParameterName": "timeout",
1398
- "ParameterValue": "0",
1399
- "Source": "system"
1400
- },
1401
- {
1402
- "AllowedValues": "0-",
1403
- "ChangeType": "immediate",
1404
- "DataType": "integer",
1405
- "Description": "The maximum number of sorted set entries in order for the dataset to be compressed.",
1406
- "IsModifiable": true,
1407
- "MinimumEngineVersion": "2.8.6",
1408
- "ParameterName": "zset-max-ziplist-entries",
1409
- "ParameterValue": "128",
1410
- "Source": "system"
1411
- },
1412
- {
1413
- "AllowedValues": "0-",
1414
- "ChangeType": "immediate",
1415
- "DataType": "integer",
1416
- "Description": "The threshold of biggest sorted set entries in order for the dataset to be compressed.",
1417
- "IsModifiable": true,
1418
- "MinimumEngineVersion": "2.8.6",
1419
- "ParameterName": "zset-max-ziplist-value",
1420
- "ParameterValue": "64",
1421
- "Source": "system"
1422
- }
1423
- ]
1424
- },
1425
- "comments": {
1426
- "input": {
1427
- },
1428
- "output": {
1429
- }
1430
- },
1431
- "description": "Lists up to 100 user parameter values for the parameter group custom.redis2.8.",
1432
- "id": "describecacheparameters-1475013576900",
1433
- "title": "DescribeCacheParameters"
1434
- }
1435
- ],
1436
- "DescribeCacheSecurityGroups": [
1437
- {
1438
- "input": {
1439
- "CacheSecurityGroupName": "my-sec-group"
1440
- },
1441
- "comments": {
1442
- "input": {
1443
- },
1444
- "output": {
1445
- }
1446
- },
1447
- "description": "Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group.",
1448
- "id": "describecachesecuritygroups-1483047200801",
1449
- "title": "DescribeCacheSecurityGroups"
1450
- }
1451
- ],
1452
- "DescribeCacheSubnetGroups": [
1453
- {
1454
- "input": {
1455
- "MaxRecords": 25
1456
- },
1457
- "output": {
1458
- "CacheSubnetGroups": [
1459
- {
1460
- "CacheSubnetGroupDescription": "Default CacheSubnetGroup",
1461
- "CacheSubnetGroupName": "default",
1462
- "Subnets": [
1463
- {
1464
- "SubnetAvailabilityZone": {
1465
- "Name": "us-east-1a"
1466
- },
1467
- "SubnetIdentifier": "subnet-1a2b3c4d"
1468
- },
1469
- {
1470
- "SubnetAvailabilityZone": {
1471
- "Name": "us-east-1c"
1472
- },
1473
- "SubnetIdentifier": "subnet-a1b2c3d4"
1474
- },
1475
- {
1476
- "SubnetAvailabilityZone": {
1477
- "Name": "us-east-1e"
1478
- },
1479
- "SubnetIdentifier": "subnet-abcd1234"
1480
- },
1481
- {
1482
- "SubnetAvailabilityZone": {
1483
- "Name": "us-east-1b"
1484
- },
1485
- "SubnetIdentifier": "subnet-1234abcd"
1486
- }
1487
- ],
1488
- "VpcId": "vpc-91280df6"
1489
- }
1490
- ],
1491
- "Marker": ""
1492
- },
1493
- "comments": {
1494
- "input": {
1495
- },
1496
- "output": {
1497
- }
1498
- },
1499
- "description": "Describes up to 25 cache subnet groups.",
1500
- "id": "describecachesubnetgroups-1482439214064",
1501
- "title": "DescribeCacheSubnetGroups"
1502
- }
1503
- ],
1504
- "DescribeEngineDefaultParameters": [
1505
- {
1506
- "input": {
1507
- "CacheParameterGroupFamily": "redis2.8",
1508
- "MaxRecords": 25
1509
- },
1510
- "output": {
1511
- "EngineDefaults": {
1512
- "CacheNodeTypeSpecificParameters": [
1513
- {
1514
- "AllowedValues": "0-",
1515
- "CacheNodeTypeSpecificValues": [
1516
- {
1517
- "CacheNodeType": "cache.c1.xlarge",
1518
- "Value": "650117120"
1519
- },
1520
- {
1521
- "CacheNodeType": "cache.m1.large",
1522
- "Value": "702545920"
1523
- },
1524
- {
1525
- "CacheNodeType": "cache.m1.medium",
1526
- "Value": "309329920"
1527
- },
1528
- {
1529
- "CacheNodeType": "cache.m1.small",
1530
- "Value": "94371840"
1531
- },
1532
- {
1533
- "CacheNodeType": "cache.m1.xlarge",
1534
- "Value": "1488977920"
1535
- },
1536
- {
1537
- "CacheNodeType": "cache.m2.2xlarge",
1538
- "Value": "3502243840"
1539
- },
1540
- {
1541
- "CacheNodeType": "cache.m2.4xlarge",
1542
- "Value": "7088373760"
1543
- },
1544
- {
1545
- "CacheNodeType": "cache.m2.xlarge",
1546
- "Value": "1709178880"
1547
- },
1548
- {
1549
- "CacheNodeType": "cache.m3.2xlarge",
1550
- "Value": "2998927360"
1551
- },
1552
- {
1553
- "CacheNodeType": "cache.m3.large",
1554
- "Value": "650117120"
1555
- },
1556
- {
1557
- "CacheNodeType": "cache.m3.medium",
1558
- "Value": "309329920"
1559
- },
1560
- {
1561
- "CacheNodeType": "cache.m3.xlarge",
1562
- "Value": "1426063360"
1563
- },
1564
- {
1565
- "CacheNodeType": "cache.m4.10xlarge",
1566
- "Value": "16604761424"
1567
- },
1568
- {
1569
- "CacheNodeType": "cache.m4.2xlarge",
1570
- "Value": "3188912636"
1571
- },
1572
- {
1573
- "CacheNodeType": "cache.m4.4xlarge",
1574
- "Value": "6525729063"
1575
- },
1576
- {
1577
- "CacheNodeType": "cache.m4.large",
1578
- "Value": "689259315"
1579
- },
1580
- {
1581
- "CacheNodeType": "cache.m4.xlarge",
1582
- "Value": "1532850176"
1583
- },
1584
- {
1585
- "CacheNodeType": "cache.r3.2xlarge",
1586
- "Value": "6081740800"
1587
- },
1588
- {
1589
- "CacheNodeType": "cache.r3.4xlarge",
1590
- "Value": "12268339200"
1591
- },
1592
- {
1593
- "CacheNodeType": "cache.r3.8xlarge",
1594
- "Value": "24536678400"
1595
- },
1596
- {
1597
- "CacheNodeType": "cache.r3.large",
1598
- "Value": "1468006400"
1599
- },
1600
- {
1601
- "CacheNodeType": "cache.r3.xlarge",
1602
- "Value": "3040870400"
1603
- },
1604
- {
1605
- "CacheNodeType": "cache.t1.micro",
1606
- "Value": "14260633"
1607
- },
1608
- {
1609
- "CacheNodeType": "cache.t2.medium",
1610
- "Value": "346134937"
1611
- },
1612
- {
1613
- "CacheNodeType": "cache.t2.micro",
1614
- "Value": "58195968"
1615
- },
1616
- {
1617
- "CacheNodeType": "cache.t2.small",
1618
- "Value": "166513868"
1619
- }
1620
- ],
1621
- "ChangeType": "immediate",
1622
- "DataType": "integer",
1623
- "Description": "Slave client output buffer hard limit in bytes.",
1624
- "IsModifiable": false,
1625
- "MinimumEngineVersion": "2.8.6",
1626
- "ParameterName": "client-output-buffer-limit-slave-hard-limit",
1627
- "Source": "system"
1628
- },
1629
- {
1630
- "AllowedValues": "0-",
1631
- "CacheNodeTypeSpecificValues": [
1632
- {
1633
- "CacheNodeType": "cache.c1.xlarge",
1634
- "Value": "650117120"
1635
- },
1636
- {
1637
- "CacheNodeType": "cache.m1.large",
1638
- "Value": "702545920"
1639
- },
1640
- {
1641
- "CacheNodeType": "cache.m1.medium",
1642
- "Value": "309329920"
1643
- },
1644
- {
1645
- "CacheNodeType": "cache.m1.small",
1646
- "Value": "94371840"
1647
- },
1648
- {
1649
- "CacheNodeType": "cache.m1.xlarge",
1650
- "Value": "1488977920"
1651
- },
1652
- {
1653
- "CacheNodeType": "cache.m2.2xlarge",
1654
- "Value": "3502243840"
1655
- },
1656
- {
1657
- "CacheNodeType": "cache.m2.4xlarge",
1658
- "Value": "7088373760"
1659
- },
1660
- {
1661
- "CacheNodeType": "cache.m2.xlarge",
1662
- "Value": "1709178880"
1663
- },
1664
- {
1665
- "CacheNodeType": "cache.m3.2xlarge",
1666
- "Value": "2998927360"
1667
- },
1668
- {
1669
- "CacheNodeType": "cache.m3.large",
1670
- "Value": "650117120"
1671
- },
1672
- {
1673
- "CacheNodeType": "cache.m3.medium",
1674
- "Value": "309329920"
1675
- },
1676
- {
1677
- "CacheNodeType": "cache.m3.xlarge",
1678
- "Value": "1426063360"
1679
- },
1680
- {
1681
- "CacheNodeType": "cache.m4.10xlarge",
1682
- "Value": "16604761424"
1683
- },
1684
- {
1685
- "CacheNodeType": "cache.m4.2xlarge",
1686
- "Value": "3188912636"
1687
- },
1688
- {
1689
- "CacheNodeType": "cache.m4.4xlarge",
1690
- "Value": "6525729063"
1691
- },
1692
- {
1693
- "CacheNodeType": "cache.m4.large",
1694
- "Value": "689259315"
1695
- },
1696
- {
1697
- "CacheNodeType": "cache.m4.xlarge",
1698
- "Value": "1532850176"
1699
- },
1700
- {
1701
- "CacheNodeType": "cache.r3.2xlarge",
1702
- "Value": "6081740800"
1703
- },
1704
- {
1705
- "CacheNodeType": "cache.r3.4xlarge",
1706
- "Value": "12268339200"
1707
- },
1708
- {
1709
- "CacheNodeType": "cache.r3.8xlarge",
1710
- "Value": "24536678400"
1711
- },
1712
- {
1713
- "CacheNodeType": "cache.r3.large",
1714
- "Value": "1468006400"
1715
- },
1716
- {
1717
- "CacheNodeType": "cache.r3.xlarge",
1718
- "Value": "3040870400"
1719
- },
1720
- {
1721
- "CacheNodeType": "cache.t1.micro",
1722
- "Value": "14260633"
1723
- },
1724
- {
1725
- "CacheNodeType": "cache.t2.medium",
1726
- "Value": "346134937"
1727
- },
1728
- {
1729
- "CacheNodeType": "cache.t2.micro",
1730
- "Value": "58195968"
1731
- },
1732
- {
1733
- "CacheNodeType": "cache.t2.small",
1734
- "Value": "166513868"
1735
- }
1736
- ],
1737
- "ChangeType": "immediate",
1738
- "DataType": "integer",
1739
- "Description": "Slave client output buffer soft limit in bytes.",
1740
- "IsModifiable": false,
1741
- "MinimumEngineVersion": "2.8.6",
1742
- "ParameterName": "client-output-buffer-limit-slave-soft-limit",
1743
- "Source": "system"
1744
- },
1745
- {
1746
- "AllowedValues": "0-",
1747
- "CacheNodeTypeSpecificValues": [
1748
- {
1749
- "CacheNodeType": "cache.c1.xlarge",
1750
- "Value": "6501171200"
1751
- },
1752
- {
1753
- "CacheNodeType": "cache.m1.large",
1754
- "Value": "7025459200"
1755
- },
1756
- {
1757
- "CacheNodeType": "cache.m1.medium",
1758
- "Value": "3093299200"
1759
- },
1760
- {
1761
- "CacheNodeType": "cache.m1.small",
1762
- "Value": "943718400"
1763
- },
1764
- {
1765
- "CacheNodeType": "cache.m1.xlarge",
1766
- "Value": "14889779200"
1767
- },
1768
- {
1769
- "CacheNodeType": "cache.m2.2xlarge",
1770
- "Value": "35022438400"
1771
- },
1772
- {
1773
- "CacheNodeType": "cache.m2.4xlarge",
1774
- "Value": "70883737600"
1775
- },
1776
- {
1777
- "CacheNodeType": "cache.m2.xlarge",
1778
- "Value": "17091788800"
1779
- },
1780
- {
1781
- "CacheNodeType": "cache.m3.2xlarge",
1782
- "Value": "29989273600"
1783
- },
1784
- {
1785
- "CacheNodeType": "cache.m3.large",
1786
- "Value": "6501171200"
1787
- },
1788
- {
1789
- "CacheNodeType": "cache.m3.medium",
1790
- "Value": "2988441600"
1791
- },
1792
- {
1793
- "CacheNodeType": "cache.m3.xlarge",
1794
- "Value": "14260633600"
1795
- },
1796
- {
1797
- "CacheNodeType": "cache.m4.10xlarge",
1798
- "Value": "166047614239"
1799
- },
1800
- {
1801
- "CacheNodeType": "cache.m4.2xlarge",
1802
- "Value": "31889126359"
1803
- },
1804
- {
1805
- "CacheNodeType": "cache.m4.4xlarge",
1806
- "Value": "65257290629"
1807
- },
1808
- {
1809
- "CacheNodeType": "cache.m4.large",
1810
- "Value": "6892593152"
1811
- },
1812
- {
1813
- "CacheNodeType": "cache.m4.xlarge",
1814
- "Value": "15328501760"
1815
- },
1816
- {
1817
- "CacheNodeType": "cache.r3.2xlarge",
1818
- "Value": "62495129600"
1819
- },
1820
- {
1821
- "CacheNodeType": "cache.r3.4xlarge",
1822
- "Value": "126458265600"
1823
- },
1824
- {
1825
- "CacheNodeType": "cache.r3.8xlarge",
1826
- "Value": "254384537600"
1827
- },
1828
- {
1829
- "CacheNodeType": "cache.r3.large",
1830
- "Value": "14470348800"
1831
- },
1832
- {
1833
- "CacheNodeType": "cache.r3.xlarge",
1834
- "Value": "30513561600"
1835
- },
1836
- {
1837
- "CacheNodeType": "cache.t1.micro",
1838
- "Value": "142606336"
1839
- },
1840
- {
1841
- "CacheNodeType": "cache.t2.medium",
1842
- "Value": "3461349376"
1843
- },
1844
- {
1845
- "CacheNodeType": "cache.t2.micro",
1846
- "Value": "581959680"
1847
- },
1848
- {
1849
- "CacheNodeType": "cache.t2.small",
1850
- "Value": "1665138688"
1851
- }
1852
- ],
1853
- "ChangeType": "immediate",
1854
- "DataType": "integer",
1855
- "Description": "The maximum configurable amount of memory to use to store items, in bytes.",
1856
- "IsModifiable": false,
1857
- "MinimumEngineVersion": "2.8.6",
1858
- "ParameterName": "maxmemory",
1859
- "Source": "system"
1860
- }
1861
- ],
1862
- "CacheParameterGroupFamily": "redis2.8",
1863
- "Marker": "bWluLXNsYXZlcy10by13cml0ZQ==",
1864
- "Parameters": [
1865
- {
1866
- "AllowedValues": "yes,no",
1867
- "ChangeType": "requires-reboot",
1868
- "DataType": "string",
1869
- "Description": "Apply rehashing or not.",
1870
- "IsModifiable": true,
1871
- "MinimumEngineVersion": "2.8.6",
1872
- "ParameterName": "activerehashing",
1873
- "ParameterValue": "yes",
1874
- "Source": "system"
1875
- },
1876
- {
1877
- "AllowedValues": "always,everysec,no",
1878
- "ChangeType": "immediate",
1879
- "DataType": "string",
1880
- "Description": "fsync policy for AOF persistence",
1881
- "IsModifiable": true,
1882
- "MinimumEngineVersion": "2.8.6",
1883
- "ParameterName": "appendfsync",
1884
- "ParameterValue": "everysec",
1885
- "Source": "system"
1886
- },
1887
- {
1888
- "AllowedValues": "yes,no",
1889
- "ChangeType": "immediate",
1890
- "DataType": "string",
1891
- "Description": "Enable Redis persistence.",
1892
- "IsModifiable": true,
1893
- "MinimumEngineVersion": "2.8.6",
1894
- "ParameterName": "appendonly",
1895
- "ParameterValue": "no",
1896
- "Source": "system"
1897
- },
1898
- {
1899
- "AllowedValues": "0-",
1900
- "ChangeType": "immediate",
1901
- "DataType": "integer",
1902
- "Description": "Normal client output buffer hard limit in bytes.",
1903
- "IsModifiable": true,
1904
- "MinimumEngineVersion": "2.8.6",
1905
- "ParameterName": "client-output-buffer-limit-normal-hard-limit",
1906
- "ParameterValue": "0",
1907
- "Source": "system"
1908
- },
1909
- {
1910
- "AllowedValues": "0-",
1911
- "ChangeType": "immediate",
1912
- "DataType": "integer",
1913
- "Description": "Normal client output buffer soft limit in bytes.",
1914
- "IsModifiable": true,
1915
- "MinimumEngineVersion": "2.8.6",
1916
- "ParameterName": "client-output-buffer-limit-normal-soft-limit",
1917
- "ParameterValue": "0",
1918
- "Source": "system"
1919
- },
1920
- {
1921
- "AllowedValues": "0-",
1922
- "ChangeType": "immediate",
1923
- "DataType": "integer",
1924
- "Description": "Normal client output buffer soft limit in seconds.",
1925
- "IsModifiable": true,
1926
- "MinimumEngineVersion": "2.8.6",
1927
- "ParameterName": "client-output-buffer-limit-normal-soft-seconds",
1928
- "ParameterValue": "0",
1929
- "Source": "system"
1930
- },
1931
- {
1932
- "AllowedValues": "0-",
1933
- "ChangeType": "immediate",
1934
- "DataType": "integer",
1935
- "Description": "Pubsub client output buffer hard limit in bytes.",
1936
- "IsModifiable": true,
1937
- "MinimumEngineVersion": "2.8.6",
1938
- "ParameterName": "client-output-buffer-limit-pubsub-hard-limit",
1939
- "ParameterValue": "33554432",
1940
- "Source": "system"
1941
- },
1942
- {
1943
- "AllowedValues": "0-",
1944
- "ChangeType": "immediate",
1945
- "DataType": "integer",
1946
- "Description": "Pubsub client output buffer soft limit in bytes.",
1947
- "IsModifiable": true,
1948
- "MinimumEngineVersion": "2.8.6",
1949
- "ParameterName": "client-output-buffer-limit-pubsub-soft-limit",
1950
- "ParameterValue": "8388608",
1951
- "Source": "system"
1952
- },
1953
- {
1954
- "AllowedValues": "0-",
1955
- "ChangeType": "immediate",
1956
- "DataType": "integer",
1957
- "Description": "Pubsub client output buffer soft limit in seconds.",
1958
- "IsModifiable": true,
1959
- "MinimumEngineVersion": "2.8.6",
1960
- "ParameterName": "client-output-buffer-limit-pubsub-soft-seconds",
1961
- "ParameterValue": "60",
1962
- "Source": "system"
1963
- },
1964
- {
1965
- "AllowedValues": "0-",
1966
- "ChangeType": "immediate",
1967
- "DataType": "integer",
1968
- "Description": "Slave client output buffer soft limit in seconds.",
1969
- "IsModifiable": false,
1970
- "MinimumEngineVersion": "2.8.6",
1971
- "ParameterName": "client-output-buffer-limit-slave-soft-seconds",
1972
- "ParameterValue": "60",
1973
- "Source": "system"
1974
- },
1975
- {
1976
- "AllowedValues": "yes,no",
1977
- "ChangeType": "immediate",
1978
- "DataType": "string",
1979
- "Description": "If enabled, clients who attempt to write to a read-only slave will be disconnected. Applicable to 2.8.23 and higher.",
1980
- "IsModifiable": true,
1981
- "MinimumEngineVersion": "2.8.23",
1982
- "ParameterName": "close-on-slave-write",
1983
- "ParameterValue": "yes",
1984
- "Source": "system"
1985
- },
1986
- {
1987
- "AllowedValues": "1-1200000",
1988
- "ChangeType": "requires-reboot",
1989
- "DataType": "integer",
1990
- "Description": "Set the number of databases.",
1991
- "IsModifiable": true,
1992
- "MinimumEngineVersion": "2.8.6",
1993
- "ParameterName": "databases",
1994
- "ParameterValue": "16",
1995
- "Source": "system"
1996
- },
1997
- {
1998
- "AllowedValues": "0-",
1999
- "ChangeType": "immediate",
2000
- "DataType": "integer",
2001
- "Description": "The maximum number of hash entries in order for the dataset to be compressed.",
2002
- "IsModifiable": true,
2003
- "MinimumEngineVersion": "2.8.6",
2004
- "ParameterName": "hash-max-ziplist-entries",
2005
- "ParameterValue": "512",
2006
- "Source": "system"
2007
- },
2008
- {
2009
- "AllowedValues": "0-",
2010
- "ChangeType": "immediate",
2011
- "DataType": "integer",
2012
- "Description": "The threshold of biggest hash entries in order for the dataset to be compressed.",
2013
- "IsModifiable": true,
2014
- "MinimumEngineVersion": "2.8.6",
2015
- "ParameterName": "hash-max-ziplist-value",
2016
- "ParameterValue": "64",
2017
- "Source": "system"
2018
- },
2019
- {
2020
- "AllowedValues": "0-",
2021
- "ChangeType": "immediate",
2022
- "DataType": "integer",
2023
- "Description": "The maximum number of list entries in order for the dataset to be compressed.",
2024
- "IsModifiable": true,
2025
- "MinimumEngineVersion": "2.8.6",
2026
- "ParameterName": "list-max-ziplist-entries",
2027
- "ParameterValue": "512",
2028
- "Source": "system"
2029
- },
2030
- {
2031
- "AllowedValues": "0-",
2032
- "ChangeType": "immediate",
2033
- "DataType": "integer",
2034
- "Description": "The threshold of biggest list entries in order for the dataset to be compressed.",
2035
- "IsModifiable": true,
2036
- "MinimumEngineVersion": "2.8.6",
2037
- "ParameterName": "list-max-ziplist-value",
2038
- "ParameterValue": "64",
2039
- "Source": "system"
2040
- },
2041
- {
2042
- "AllowedValues": "5000",
2043
- "ChangeType": "immediate",
2044
- "DataType": "integer",
2045
- "Description": "Max execution time of a Lua script in milliseconds. 0 for unlimited execution without warnings.",
2046
- "IsModifiable": false,
2047
- "MinimumEngineVersion": "2.8.6",
2048
- "ParameterName": "lua-time-limit",
2049
- "ParameterValue": "5000",
2050
- "Source": "system"
2051
- },
2052
- {
2053
- "AllowedValues": "1-65000",
2054
- "ChangeType": "requires-reboot",
2055
- "DataType": "integer",
2056
- "Description": "The maximum number of Redis clients.",
2057
- "IsModifiable": false,
2058
- "MinimumEngineVersion": "2.8.6",
2059
- "ParameterName": "maxclients",
2060
- "ParameterValue": "65000",
2061
- "Source": "system"
2062
- },
2063
- {
2064
- "AllowedValues": "volatile-lru,allkeys-lru,volatile-random,allkeys-random,volatile-ttl,noeviction",
2065
- "ChangeType": "immediate",
2066
- "DataType": "string",
2067
- "Description": "Max memory policy.",
2068
- "IsModifiable": true,
2069
- "MinimumEngineVersion": "2.8.6",
2070
- "ParameterName": "maxmemory-policy",
2071
- "ParameterValue": "volatile-lru",
2072
- "Source": "system"
2073
- },
2074
- {
2075
- "AllowedValues": "1-",
2076
- "ChangeType": "immediate",
2077
- "DataType": "integer",
2078
- "Description": "Max memory samples.",
2079
- "IsModifiable": true,
2080
- "MinimumEngineVersion": "2.8.6",
2081
- "ParameterName": "maxmemory-samples",
2082
- "ParameterValue": "3",
2083
- "Source": "system"
2084
- },
2085
- {
2086
- "AllowedValues": "0-",
2087
- "ChangeType": "immediate",
2088
- "DataType": "integer",
2089
- "Description": "Maximum number of seconds within which the master must receive a ping from a slave to take writes. Use this parameter together with min-slaves-to-write to regulate when the master stops accepting writes. Setting this value to 0 means the master always takes writes.",
2090
- "IsModifiable": true,
2091
- "MinimumEngineVersion": "2.8.6",
2092
- "ParameterName": "min-slaves-max-lag",
2093
- "ParameterValue": "10",
2094
- "Source": "system"
2095
- },
2096
- {
2097
- "AllowedValues": "0-",
2098
- "ChangeType": "immediate",
2099
- "DataType": "integer",
2100
- "Description": "Number of slaves that must be connected in order for master to take writes. Use this parameter together with min-slaves-max-lag to regulate when the master stops accepting writes. Setting this to 0 means the master always takes writes.",
2101
- "IsModifiable": true,
2102
- "MinimumEngineVersion": "2.8.6",
2103
- "ParameterName": "min-slaves-to-write",
2104
- "ParameterValue": "0",
2105
- "Source": "system"
2106
- }
2107
- ]
2108
- }
2109
- },
2110
- "comments": {
2111
- "input": {
2112
- },
2113
- "output": {
2114
- }
2115
- },
2116
- "description": "Returns the default engine and system parameter information for the specified cache engine.",
2117
- "id": "describeenginedefaultparameters-1481738057686",
2118
- "title": "DescribeEngineDefaultParameters"
2119
- }
2120
- ],
2121
- "DescribeEvents": [
2122
- {
2123
- "input": {
2124
- "Duration": 360,
2125
- "SourceType": "cache-cluster"
2126
- },
2127
- "output": {
2128
- "Events": [
2129
- {
2130
- "Date": "2016-12-22T16:27:56.088Z",
2131
- "Message": "Added cache node 0001 in availability zone us-east-1e",
2132
- "SourceIdentifier": "redis-cluster",
2133
- "SourceType": "cache-cluster"
2134
- },
2135
- {
2136
- "Date": "2016-12-22T16:27:56.078Z",
2137
- "Message": "Cache cluster created",
2138
- "SourceIdentifier": "redis-cluster",
2139
- "SourceType": "cache-cluster"
2140
- },
2141
- {
2142
- "Date": "2016-12-22T16:05:17.326Z",
2143
- "Message": "Added cache node 0002 in availability zone us-east-1c",
2144
- "SourceIdentifier": "my-memcached2",
2145
- "SourceType": "cache-cluster"
2146
- },
2147
- {
2148
- "Date": "2016-12-22T16:05:17.323Z",
2149
- "Message": "Added cache node 0001 in availability zone us-east-1e",
2150
- "SourceIdentifier": "my-memcached2",
2151
- "SourceType": "cache-cluster"
2152
- },
2153
- {
2154
- "Date": "2016-12-22T16:05:17.314Z",
2155
- "Message": "Cache cluster created",
2156
- "SourceIdentifier": "my-memcached2",
2157
- "SourceType": "cache-cluster"
2158
- }
2159
- ],
2160
- "Marker": ""
2161
- },
2162
- "comments": {
2163
- "input": {
2164
- },
2165
- "output": {
2166
- }
2167
- },
2168
- "description": "Describes all the cache-cluster events for the past 120 minutes.",
2169
- "id": "describeevents-1481843894757",
2170
- "title": "DescribeEvents"
2171
- },
2172
- {
2173
- "input": {
2174
- "StartTime": "2016-12-22T15:00:00.000Z"
2175
- },
2176
- "output": {
2177
- "Events": [
2178
- {
2179
- "Date": "2016-12-22T21:35:46.674Z",
2180
- "Message": "Snapshot succeeded for snapshot with ID 'cr-bkup' of replication group with ID 'clustered-redis'",
2181
- "SourceIdentifier": "clustered-redis-0001-001",
2182
- "SourceType": "cache-cluster"
2183
- },
2184
- {
2185
- "Date": "2016-12-22T16:27:56.088Z",
2186
- "Message": "Added cache node 0001 in availability zone us-east-1e",
2187
- "SourceIdentifier": "redis-cluster",
2188
- "SourceType": "cache-cluster"
2189
- },
2190
- {
2191
- "Date": "2016-12-22T16:27:56.078Z",
2192
- "Message": "Cache cluster created",
2193
- "SourceIdentifier": "redis-cluster",
2194
- "SourceType": "cache-cluster"
2195
- },
2196
- {
2197
- "Date": "2016-12-22T16:05:17.326Z",
2198
- "Message": "Added cache node 0002 in availability zone us-east-1c",
2199
- "SourceIdentifier": "my-memcached2",
2200
- "SourceType": "cache-cluster"
2201
- },
2202
- {
2203
- "Date": "2016-12-22T16:05:17.323Z",
2204
- "Message": "Added cache node 0001 in availability zone us-east-1e",
2205
- "SourceIdentifier": "my-memcached2",
2206
- "SourceType": "cache-cluster"
2207
- },
2208
- {
2209
- "Date": "2016-12-22T16:05:17.314Z",
2210
- "Message": "Cache cluster created",
2211
- "SourceIdentifier": "my-memcached2",
2212
- "SourceType": "cache-cluster"
2213
- }
2214
- ],
2215
- "Marker": ""
2216
- },
2217
- "comments": {
2218
- "input": {
2219
- },
2220
- "output": {
2221
- }
2222
- },
2223
- "description": "Describes all the replication-group events from 3:00P to 5:00P on November 11, 2016.",
2224
- "id": "describeevents-1481843894757",
2225
- "title": "DescribeEvents"
2226
- }
2227
- ],
2228
- "DescribeReplicationGroups": [
2229
- {
2230
- "input": {
2231
- },
2232
- "output": {
2233
- "Marker": "",
2234
- "ReplicationGroups": [
2235
- {
2236
- "AutomaticFailover": "enabled",
2237
- "Description": "Test cluster",
2238
- "MemberClusters": [
2239
- "clustered-redis-0001-001",
2240
- "clustered-redis-0001-002",
2241
- "clustered-redis-0002-001",
2242
- "clustered-redis-0002-002"
2243
- ],
2244
- "NodeGroups": [
2245
- {
2246
- "NodeGroupId": "0001",
2247
- "NodeGroupMembers": [
2248
- {
2249
- "CacheClusterId": "clustered-redis-0001-001",
2250
- "CacheNodeId": "0001",
2251
- "PreferredAvailabilityZone": "us-east-1e"
2252
- },
2253
- {
2254
- "CacheClusterId": "clustered-redis-0001-002",
2255
- "CacheNodeId": "0001",
2256
- "PreferredAvailabilityZone": "us-east-1c"
2257
- }
2258
- ],
2259
- "Status": "available"
2260
- },
2261
- {
2262
- "NodeGroupId": "0002",
2263
- "NodeGroupMembers": [
2264
- {
2265
- "CacheClusterId": "clustered-redis-0002-001",
2266
- "CacheNodeId": "0001",
2267
- "PreferredAvailabilityZone": "us-east-1c"
2268
- },
2269
- {
2270
- "CacheClusterId": "clustered-redis-0002-002",
2271
- "CacheNodeId": "0001",
2272
- "PreferredAvailabilityZone": "us-east-1b"
2273
- }
2274
- ],
2275
- "Status": "available"
2276
- }
2277
- ],
2278
- "PendingModifiedValues": {
2279
- },
2280
- "ReplicationGroupId": "clustered-redis",
2281
- "Status": "available"
2282
- }
2283
- ]
2284
- },
2285
- "comments": {
2286
- "input": {
2287
- },
2288
- "output": {
2289
- }
2290
- },
2291
- "description": "Returns information about the replication group myreplgroup.",
2292
- "id": "describereplicationgroups-1481742639427",
2293
- "title": "DescribeReplicationGroups"
2294
- }
2295
- ],
2296
- "DescribeReservedCacheNodes": [
2297
- {
2298
- "input": {
2299
- "MaxRecords": 25
2300
- },
2301
- "comments": {
2302
- "input": {
2303
- },
2304
- "output": {
2305
- }
2306
- },
2307
- "description": "Returns information about reserved cache nodes for this account, or about a specified reserved cache node. If the account has no reserved cache nodes, the operation returns an empty list, as shown here.",
2308
- "id": "describereservedcachenodes-1481742348045",
2309
- "title": "DescribeReservedCacheNodes"
2310
- }
2311
- ],
2312
- "DescribeReservedCacheNodesOfferings": [
2313
- {
2314
- "input": {
2315
- "MaxRecords": 20
2316
- },
2317
- "output": {
2318
- "Marker": "1ef01f5b-433f-94ff-a530-61a56bfc8e7a",
2319
- "ReservedCacheNodesOfferings": [
2320
- {
2321
- "CacheNodeType": "cache.m1.small",
2322
- "Duration": 94608000,
2323
- "FixedPrice": 157.0,
2324
- "OfferingType": "Medium Utilization",
2325
- "ProductDescription": "memcached",
2326
- "RecurringCharges": [
2327
-
2328
- ],
2329
- "ReservedCacheNodesOfferingId": "0167633d-37f6-4222-b872-b1f22eb79ba4",
2330
- "UsagePrice": 0.017
2331
- },
2332
- {
2333
- "CacheNodeType": "cache.m4.xlarge",
2334
- "Duration": 94608000,
2335
- "FixedPrice": 1248.0,
2336
- "OfferingType": "Heavy Utilization",
2337
- "ProductDescription": "redis",
2338
- "RecurringCharges": [
2339
- {
2340
- "RecurringChargeAmount": 0.077,
2341
- "RecurringChargeFrequency": "Hourly"
2342
- }
2343
- ],
2344
- "ReservedCacheNodesOfferingId": "02c04e13-baca-4e71-9ceb-620eed94827d",
2345
- "UsagePrice": 0.0
2346
- },
2347
- {
2348
- "CacheNodeType": "cache.m2.4xlarge",
2349
- "Duration": 94608000,
2350
- "FixedPrice": 2381.0,
2351
- "OfferingType": "Medium Utilization",
2352
- "ProductDescription": "memcached",
2353
- "RecurringCharges": [
2354
-
2355
- ],
2356
- "ReservedCacheNodesOfferingId": "02e1755e-76e8-48e3-8d82-820a5726a458",
2357
- "UsagePrice": 0.276
2358
- },
2359
- {
2360
- "CacheNodeType": "cache.m1.small",
2361
- "Duration": 94608000,
2362
- "FixedPrice": 188.0,
2363
- "OfferingType": "Heavy Utilization",
2364
- "ProductDescription": "redis",
2365
- "RecurringCharges": [
2366
- {
2367
- "RecurringChargeAmount": 0.013,
2368
- "RecurringChargeFrequency": "Hourly"
2369
- }
2370
- ],
2371
- "ReservedCacheNodesOfferingId": "03315215-7b87-421a-a3dd-785021e4113f",
2372
- "UsagePrice": 0.0
2373
- },
2374
- {
2375
- "CacheNodeType": "cache.m4.10xlarge",
2376
- "Duration": 31536000,
2377
- "FixedPrice": 6158.0,
2378
- "OfferingType": "Heavy Utilization",
2379
- "ProductDescription": "redis",
2380
- "RecurringCharges": [
2381
- {
2382
- "RecurringChargeAmount": 1.125,
2383
- "RecurringChargeFrequency": "Hourly"
2384
- }
2385
- ],
2386
- "ReservedCacheNodesOfferingId": "05ffbb44-2ace-4476-a2a5-8ec99f866fb3",
2387
- "UsagePrice": 0.0
2388
- },
2389
- {
2390
- "CacheNodeType": "cache.m1.small",
2391
- "Duration": 31536000,
2392
- "FixedPrice": 101.0,
2393
- "OfferingType": "Medium Utilization",
2394
- "ProductDescription": "redis",
2395
- "RecurringCharges": [
2396
-
2397
- ],
2398
- "ReservedCacheNodesOfferingId": "065c71ae-4a4e-4f1e-bebf-37525f4c6cb2",
2399
- "UsagePrice": 0.023
2400
- },
2401
- {
2402
- "CacheNodeType": "cache.m1.medium",
2403
- "Duration": 94608000,
2404
- "FixedPrice": 314.0,
2405
- "OfferingType": "Medium Utilization",
2406
- "ProductDescription": "memcached",
2407
- "RecurringCharges": [
2408
-
2409
- ],
2410
- "ReservedCacheNodesOfferingId": "06774b12-7f5e-48c1-907a-f286c63f327d",
2411
- "UsagePrice": 0.034
2412
- },
2413
- {
2414
- "CacheNodeType": "cache.m2.xlarge",
2415
- "Duration": 31536000,
2416
- "FixedPrice": 163.0,
2417
- "OfferingType": "Light Utilization",
2418
- "ProductDescription": "memcached",
2419
- "RecurringCharges": [
2420
-
2421
- ],
2422
- "ReservedCacheNodesOfferingId": "0924ac6b-847f-4761-ba6b-4290b2adf719",
2423
- "UsagePrice": 0.137
2424
- },
2425
- {
2426
- "CacheNodeType": "cache.m2.xlarge",
2427
- "Duration": 94608000,
2428
- "FixedPrice": 719.0,
2429
- "OfferingType": "Heavy Utilization",
2430
- "ProductDescription": "redis",
2431
- "RecurringCharges": [
2432
- {
2433
- "RecurringChargeAmount": 0.049,
2434
- "RecurringChargeFrequency": "Hourly"
2435
- }
2436
- ],
2437
- "ReservedCacheNodesOfferingId": "09eeb126-69b6-4d3f-8f94-ca3510629f53",
2438
- "UsagePrice": 0.0
2439
- },
2440
- {
2441
- "CacheNodeType": "cache.r3.2xlarge",
2442
- "Duration": 94608000,
2443
- "FixedPrice": 4132.0,
2444
- "OfferingType": "Heavy Utilization",
2445
- "ProductDescription": "redis",
2446
- "RecurringCharges": [
2447
- {
2448
- "RecurringChargeAmount": 0.182,
2449
- "RecurringChargeFrequency": "Hourly"
2450
- }
2451
- ],
2452
- "ReservedCacheNodesOfferingId": "0a516ad8-557f-4310-9dd0-2448c2ff4d62",
2453
- "UsagePrice": 0.0
2454
- },
2455
- {
2456
- "CacheNodeType": "cache.c1.xlarge",
2457
- "Duration": 94608000,
2458
- "FixedPrice": 875.0,
2459
- "OfferingType": "Light Utilization",
2460
- "ProductDescription": "memcached",
2461
- "RecurringCharges": [
2462
-
2463
- ],
2464
- "ReservedCacheNodesOfferingId": "0b0c1cc5-2177-4150-95d7-c67ec34dcb19",
2465
- "UsagePrice": 0.363
2466
- },
2467
- {
2468
- "CacheNodeType": "cache.m4.10xlarge",
2469
- "Duration": 94608000,
2470
- "FixedPrice": 12483.0,
2471
- "OfferingType": "Heavy Utilization",
2472
- "ProductDescription": "memcached",
2473
- "RecurringCharges": [
2474
- {
2475
- "RecurringChargeAmount": 0.76,
2476
- "RecurringChargeFrequency": "Hourly"
2477
- }
2478
- ],
2479
- "ReservedCacheNodesOfferingId": "0c2b139b-1cff-43d0-8fba-0c753f9b1950",
2480
- "UsagePrice": 0.0
2481
- },
2482
- {
2483
- "CacheNodeType": "cache.c1.xlarge",
2484
- "Duration": 31536000,
2485
- "FixedPrice": 1620.0,
2486
- "OfferingType": "Heavy Utilization",
2487
- "ProductDescription": "memcached",
2488
- "RecurringCharges": [
2489
- {
2490
- "RecurringChargeAmount": 0.207,
2491
- "RecurringChargeFrequency": "Hourly"
2492
- }
2493
- ],
2494
- "ReservedCacheNodesOfferingId": "0c52115b-38cb-47a2-8dbc-e02e40b6a13f",
2495
- "UsagePrice": 0.0
2496
- },
2497
- {
2498
- "CacheNodeType": "cache.m2.4xlarge",
2499
- "Duration": 94608000,
2500
- "FixedPrice": 2381.0,
2501
- "OfferingType": "Medium Utilization",
2502
- "ProductDescription": "redis",
2503
- "RecurringCharges": [
2504
-
2505
- ],
2506
- "ReservedCacheNodesOfferingId": "12fcb19c-5416-4e1d-934f-28f1e2cb8599",
2507
- "UsagePrice": 0.276
2508
- },
2509
- {
2510
- "CacheNodeType": "cache.m4.xlarge",
2511
- "Duration": 31536000,
2512
- "FixedPrice": 616.0,
2513
- "OfferingType": "Heavy Utilization",
2514
- "ProductDescription": "memcached",
2515
- "RecurringCharges": [
2516
- {
2517
- "RecurringChargeAmount": 0.112,
2518
- "RecurringChargeFrequency": "Hourly"
2519
- }
2520
- ],
2521
- "ReservedCacheNodesOfferingId": "13af20ad-914d-4d8b-9763-fa2e565f3549",
2522
- "UsagePrice": 0.0
2523
- },
2524
- {
2525
- "CacheNodeType": "cache.r3.8xlarge",
2526
- "Duration": 94608000,
2527
- "FixedPrice": 16528.0,
2528
- "OfferingType": "Heavy Utilization",
2529
- "ProductDescription": "memcached",
2530
- "RecurringCharges": [
2531
- {
2532
- "RecurringChargeAmount": 0.729,
2533
- "RecurringChargeFrequency": "Hourly"
2534
- }
2535
- ],
2536
- "ReservedCacheNodesOfferingId": "14da3d3f-b526-4dbf-b09b-355578b2a576",
2537
- "UsagePrice": 0.0
2538
- },
2539
- {
2540
- "CacheNodeType": "cache.m1.medium",
2541
- "Duration": 94608000,
2542
- "FixedPrice": 140.0,
2543
- "OfferingType": "Light Utilization",
2544
- "ProductDescription": "redis",
2545
- "RecurringCharges": [
2546
-
2547
- ],
2548
- "ReservedCacheNodesOfferingId": "15d7018c-71fb-4717-8409-4bdcdca18da7",
2549
- "UsagePrice": 0.052
2550
- },
2551
- {
2552
- "CacheNodeType": "cache.m4.4xlarge",
2553
- "Duration": 94608000,
2554
- "FixedPrice": 4993.0,
2555
- "OfferingType": "Heavy Utilization",
2556
- "ProductDescription": "memcached",
2557
- "RecurringCharges": [
2558
- {
2559
- "RecurringChargeAmount": 0.304,
2560
- "RecurringChargeFrequency": "Hourly"
2561
- }
2562
- ],
2563
- "ReservedCacheNodesOfferingId": "1ae7ec5f-a76e-49b6-822b-629b1768a13a",
2564
- "UsagePrice": 0.0
2565
- },
2566
- {
2567
- "CacheNodeType": "cache.m3.2xlarge",
2568
- "Duration": 31536000,
2569
- "FixedPrice": 1772.0,
2570
- "OfferingType": "Heavy Utilization",
2571
- "ProductDescription": "redis",
2572
- "RecurringCharges": [
2573
- {
2574
- "RecurringChargeAmount": 0.25,
2575
- "RecurringChargeFrequency": "Hourly"
2576
- }
2577
- ],
2578
- "ReservedCacheNodesOfferingId": "1d31242b-3925-48d1-b882-ce03204e6013",
2579
- "UsagePrice": 0.0
2580
- },
2581
- {
2582
- "CacheNodeType": "cache.t1.micro",
2583
- "Duration": 31536000,
2584
- "FixedPrice": 54.0,
2585
- "OfferingType": "Medium Utilization",
2586
- "ProductDescription": "memcached",
2587
- "RecurringCharges": [
2588
-
2589
- ],
2590
- "ReservedCacheNodesOfferingId": "1ef01f5b-94ff-433f-a530-61a56bfc8e7a",
2591
- "UsagePrice": 0.008
2592
- }
2593
- ]
2594
- },
2595
- "comments": {
2596
- "input": {
2597
- },
2598
- "output": {
2599
- }
2600
- },
2601
- "description": "Lists available reserved cache node offerings.",
2602
- "id": "describereseredcachenodeofferings-1481742869998",
2603
- "title": "DescribeReseredCacheNodeOfferings"
2604
- },
2605
- {
2606
- "input": {
2607
- "CacheNodeType": "cache.r3.large",
2608
- "Duration": "3",
2609
- "MaxRecords": 25,
2610
- "OfferingType": "Light Utilization",
2611
- "ReservedCacheNodesOfferingId": ""
2612
- },
2613
- "output": {
2614
- "Marker": "",
2615
- "ReservedCacheNodesOfferings": [
2616
-
2617
- ]
2618
- },
2619
- "comments": {
2620
- "input": {
2621
- },
2622
- "output": {
2623
- }
2624
- },
2625
- "description": "Lists available reserved cache node offerings for cache.r3.large nodes with a 3 year commitment.",
2626
- "id": "describereseredcachenodeofferings-1481742869998",
2627
- "title": "DescribeReseredCacheNodeOfferings"
2628
- },
2629
- {
2630
- "input": {
2631
- "CacheNodeType": "",
2632
- "Duration": "",
2633
- "Marker": "",
2634
- "MaxRecords": 25,
2635
- "OfferingType": "",
2636
- "ProductDescription": "",
2637
- "ReservedCacheNodesOfferingId": "438012d3-4052-4cc7-b2e3-8d3372e0e706"
2638
- },
2639
- "output": {
2640
- "Marker": "",
2641
- "ReservedCacheNodesOfferings": [
2642
-
2643
- ]
2644
- },
2645
- "comments": {
2646
- "input": {
2647
- },
2648
- "output": {
2649
- }
2650
- },
2651
- "description": "Lists available reserved cache node offerings.",
2652
- "id": "describereseredcachenodeofferings-1481742869998",
2653
- "title": "DescribeReseredCacheNodeOfferings"
2654
- }
2655
- ],
2656
- "DescribeSnapshots": [
2657
- {
2658
- "input": {
2659
- "SnapshotName": "snapshot-20161212"
2660
- },
2661
- "output": {
2662
- "Marker": "",
2663
- "Snapshots": [
2664
- {
2665
- "AutoMinorVersionUpgrade": true,
2666
- "CacheClusterCreateTime": "2016-12-21T22:27:12.543Z",
2667
- "CacheClusterId": "my-redis5",
2668
- "CacheNodeType": "cache.m3.large",
2669
- "CacheParameterGroupName": "default.redis3.2",
2670
- "CacheSubnetGroupName": "default",
2671
- "Engine": "redis",
2672
- "EngineVersion": "3.2.4",
2673
- "NodeSnapshots": [
2674
- {
2675
- "CacheNodeCreateTime": "2016-12-21T22:27:12.543Z",
2676
- "CacheNodeId": "0001",
2677
- "CacheSize": "3 MB",
2678
- "SnapshotCreateTime": "2016-12-21T22:30:26Z"
2679
- }
2680
- ],
2681
- "NumCacheNodes": 1,
2682
- "Port": 6379,
2683
- "PreferredAvailabilityZone": "us-east-1c",
2684
- "PreferredMaintenanceWindow": "fri:05:30-fri:06:30",
2685
- "SnapshotName": "snapshot-20161212",
2686
- "SnapshotRetentionLimit": 7,
2687
- "SnapshotSource": "manual",
2688
- "SnapshotStatus": "available",
2689
- "SnapshotWindow": "10:00-11:00",
2690
- "VpcId": "vpc-91280df6"
2691
- }
2692
- ]
2693
- },
2694
- "comments": {
2695
- "input": {
2696
- },
2697
- "output": {
2698
- }
2699
- },
2700
- "description": "Returns information about the snapshot mysnapshot. By default.",
2701
- "id": "describesnapshots-1481743399584",
2702
- "title": "DescribeSnapshots"
2703
- }
2704
- ],
2705
- "ListAllowedNodeTypeModifications": [
2706
- {
2707
- "input": {
2708
- "ReplicationGroupId": "myreplgroup"
2709
- },
2710
- "output": {
2711
- "ScaleUpModifications": [
2712
- "cache.m4.10xlarge",
2713
- "cache.m4.2xlarge",
2714
- "cache.m4.4xlarge",
2715
- "cache.m4.xlarge",
2716
- "cache.r3.2xlarge",
2717
- "cache.r3.4xlarge",
2718
- "cache.r3.8xlarge",
2719
- "cache.r3.xlarge"
2720
- ]
2721
- },
2722
- "comments": {
2723
- "input": {
2724
- },
2725
- "output": {
2726
- }
2727
- },
2728
- "description": "Lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.",
2729
- "id": "listallowednodetypemodifications-1481748494872",
2730
- "title": "ListAllowedNodeTypeModifications"
2731
- },
2732
- {
2733
- "input": {
2734
- "CacheClusterId": "mycluster"
2735
- },
2736
- "output": {
2737
- "ScaleUpModifications": [
2738
-
2739
- ]
2740
- },
2741
- "comments": {
2742
- "input": {
2743
- },
2744
- "output": {
2745
- }
2746
- },
2747
- "description": "Lists all available node types that you can scale your Redis cluster's or replication group's current node type up to.",
2748
- "id": "listallowednodetypemodifications-1481748494872",
2749
- "title": "ListAllowedNodeTypeModifications"
2750
- }
2751
- ],
2752
- "ListTagsForResource": [
2753
- {
2754
- "input": {
2755
- "ResourceName": "arn:aws:elasticache:us-west-2:<my-account-id>:cluster:mycluster"
2756
- },
2757
- "output": {
2758
- "TagList": [
2759
- {
2760
- "Key": "APIVersion",
2761
- "Value": "20150202"
2762
- },
2763
- {
2764
- "Key": "Service",
2765
- "Value": "ElastiCache"
2766
- }
2767
- ]
2768
- },
2769
- "comments": {
2770
- "input": {
2771
- },
2772
- "output": {
2773
- }
2774
- },
2775
- "description": "Lists all cost allocation tags currently on the named resource. A cost allocation tag is a key-value pair where the key is case-sensitive and the value is optional. You can use cost allocation tags to categorize and track your AWS costs.",
2776
- "id": "listtagsforresource-1481748784584",
2777
- "title": "ListTagsForResource"
2778
- }
2779
- ],
2780
- "ModifyCacheCluster": [
2781
- {
2782
- "input": {
2783
- "ApplyImmediately": true,
2784
- "CacheClusterId": "redis-cluster",
2785
- "SnapshotRetentionLimit": 14
2786
- },
2787
- "output": {
2788
- "CacheCluster": {
2789
- "AutoMinorVersionUpgrade": true,
2790
- "CacheClusterCreateTime": "2016-12-22T16:27:56.078Z",
2791
- "CacheClusterId": "redis-cluster",
2792
- "CacheClusterStatus": "available",
2793
- "CacheNodeType": "cache.r3.large",
2794
- "CacheParameterGroup": {
2795
- "CacheNodeIdsToReboot": [
2796
-
2797
- ],
2798
- "CacheParameterGroupName": "default.redis3.2",
2799
- "ParameterApplyStatus": "in-sync"
2800
- },
2801
- "CacheSecurityGroups": [
2802
-
2803
- ],
2804
- "CacheSubnetGroupName": "default",
2805
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
2806
- "Engine": "redis",
2807
- "EngineVersion": "3.2.4",
2808
- "NumCacheNodes": 1,
2809
- "PendingModifiedValues": {
2810
- },
2811
- "PreferredAvailabilityZone": "us-east-1e",
2812
- "PreferredMaintenanceWindow": "fri:09:00-fri:10:00",
2813
- "SnapshotRetentionLimit": 14,
2814
- "SnapshotWindow": "07:00-08:00"
2815
- }
2816
- },
2817
- "comments": {
2818
- "input": {
2819
- },
2820
- "output": {
2821
- }
2822
- },
2823
- "description": "Copies a snapshot to a specified name.",
2824
- "id": "modifycachecluster-1482962725919",
2825
- "title": "ModifyCacheCluster"
2826
- }
2827
- ],
2828
- "ModifyCacheParameterGroup": [
2829
- {
2830
- "input": {
2831
- "CacheParameterGroupName": "custom-mem1-4",
2832
- "ParameterNameValues": [
2833
- {
2834
- "ParameterName": "binding_protocol",
2835
- "ParameterValue": "ascii"
2836
- },
2837
- {
2838
- "ParameterName": "chunk_size",
2839
- "ParameterValue": "96"
2840
- }
2841
- ]
2842
- },
2843
- "output": {
2844
- "CacheParameterGroupName": "custom-mem1-4"
2845
- },
2846
- "comments": {
2847
- "input": {
2848
- },
2849
- "output": {
2850
- }
2851
- },
2852
- "description": "Modifies one or more parameter values in the specified parameter group. You cannot modify any default parameter group.",
2853
- "id": "modifycacheparametergroup-1482966746787",
2854
- "title": "ModifyCacheParameterGroup"
2855
- }
2856
- ],
2857
- "ModifyCacheSubnetGroup": [
2858
- {
2859
- "input": {
2860
- "CacheSubnetGroupName": "my-sn-grp",
2861
- "SubnetIds": [
2862
- "subnet-bcde2345"
2863
- ]
2864
- },
2865
- "output": {
2866
- "CacheSubnetGroup": {
2867
- "CacheSubnetGroupDescription": "My subnet group.",
2868
- "CacheSubnetGroupName": "my-sn-grp",
2869
- "Subnets": [
2870
- {
2871
- "SubnetAvailabilityZone": {
2872
- "Name": "us-east-1c"
2873
- },
2874
- "SubnetIdentifier": "subnet-a1b2c3d4"
2875
- },
2876
- {
2877
- "SubnetAvailabilityZone": {
2878
- "Name": "us-east-1e"
2879
- },
2880
- "SubnetIdentifier": "subnet-1a2b3c4d"
2881
- },
2882
- {
2883
- "SubnetAvailabilityZone": {
2884
- "Name": "us-east-1e"
2885
- },
2886
- "SubnetIdentifier": "subnet-bcde2345"
2887
- },
2888
- {
2889
- "SubnetAvailabilityZone": {
2890
- "Name": "us-east-1c"
2891
- },
2892
- "SubnetIdentifier": "subnet-1234abcd"
2893
- },
2894
- {
2895
- "SubnetAvailabilityZone": {
2896
- "Name": "us-east-1b"
2897
- },
2898
- "SubnetIdentifier": "subnet-abcd1234"
2899
- }
2900
- ],
2901
- "VpcId": "vpc-91280df6"
2902
- }
2903
- },
2904
- "comments": {
2905
- "input": {
2906
- },
2907
- "output": {
2908
- }
2909
- },
2910
- "description": "Modifies an existing ElastiCache subnet group.",
2911
- "id": "modifycachesubnetgroup-1483043446226",
2912
- "title": "ModifyCacheSubnetGroup"
2913
- }
2914
- ],
2915
- "ModifyReplicationGroup": [
2916
- {
2917
- "input": {
2918
- "ApplyImmediately": true,
2919
- "ReplicationGroupDescription": "Modified replication group",
2920
- "ReplicationGroupId": "my-redis-rg",
2921
- "SnapshotRetentionLimit": 30,
2922
- "SnapshottingClusterId": "my-redis-rg-001"
2923
- },
2924
- "output": {
2925
- "ReplicationGroup": {
2926
- "AutomaticFailover": "enabled",
2927
- "Description": "Modified replication group",
2928
- "MemberClusters": [
2929
- "my-redis-rg-001",
2930
- "my-redis-rg-002",
2931
- "my-redis-rg-003"
2932
- ],
2933
- "NodeGroups": [
2934
- {
2935
- "NodeGroupId": "0001",
2936
- "NodeGroupMembers": [
2937
- {
2938
- "CacheClusterId": "my-redis-rg-001",
2939
- "CacheNodeId": "0001",
2940
- "CurrentRole": "primary",
2941
- "PreferredAvailabilityZone": "us-east-1b",
2942
- "ReadEndpoint": {
2943
- "Address": "my-redis-rg-001.abcdef.0001.use1.cache.amazonaws.com",
2944
- "Port": 6379
2945
- }
2946
- },
2947
- {
2948
- "CacheClusterId": "my-redis-rg-002",
2949
- "CacheNodeId": "0001",
2950
- "CurrentRole": "replica",
2951
- "PreferredAvailabilityZone": "us-east-1a",
2952
- "ReadEndpoint": {
2953
- "Address": "my-redis-rg-002.abcdef.0001.use1.cache.amazonaws.com",
2954
- "Port": 6379
2955
- }
2956
- },
2957
- {
2958
- "CacheClusterId": "my-redis-rg-003",
2959
- "CacheNodeId": "0001",
2960
- "CurrentRole": "replica",
2961
- "PreferredAvailabilityZone": "us-east-1c",
2962
- "ReadEndpoint": {
2963
- "Address": "my-redis-rg-003.abcdef.0001.use1.cache.amazonaws.com",
2964
- "Port": 6379
2965
- }
2966
- }
2967
- ],
2968
- "PrimaryEndpoint": {
2969
- "Address": "my-redis-rg.abcdef.ng.0001.use1.cache.amazonaws.com",
2970
- "Port": 6379
2971
- },
2972
- "Status": "available"
2973
- }
2974
- ],
2975
- "PendingModifiedValues": {
2976
- },
2977
- "ReplicationGroupId": "my-redis-rg",
2978
- "SnapshottingClusterId": "my-redis-rg-002",
2979
- "Status": "available"
2980
- }
2981
- },
2982
- "comments": {
2983
- "input": {
2984
- },
2985
- "output": {
2986
- }
2987
- },
2988
- "description": "",
2989
- "id": "modifyreplicationgroup-1483039689581",
2990
- "title": "ModifyReplicationGroup"
2991
- }
2992
- ],
2993
- "PurchaseReservedCacheNodesOffering": [
2994
- {
2995
- "input": {
2996
- "ReservedCacheNodesOfferingId": "1ef01f5b-94ff-433f-a530-61a56bfc8e7a"
2997
- },
2998
- "comments": {
2999
- "input": {
3000
- },
3001
- "output": {
3002
- }
3003
- },
3004
- "description": "Allows you to purchase a reserved cache node offering.",
3005
- "id": "purchasereservedcachenodesofferings-1483040798484",
3006
- "title": "PurchaseReservedCacheNodesOfferings"
3007
- }
3008
- ],
3009
- "RebootCacheCluster": [
3010
- {
3011
- "input": {
3012
- "CacheClusterId": "custom-mem1-4 ",
3013
- "CacheNodeIdsToReboot": [
3014
- "0001",
3015
- "0002"
3016
- ]
3017
- },
3018
- "output": {
3019
- "CacheCluster": {
3020
- "AutoMinorVersionUpgrade": true,
3021
- "CacheClusterCreateTime": "2016-12-21T21:59:43.794Z",
3022
- "CacheClusterId": "my-mem-cluster",
3023
- "CacheClusterStatus": "rebooting cache cluster nodes",
3024
- "CacheNodeType": "cache.t2.medium",
3025
- "CacheParameterGroup": {
3026
- "CacheNodeIdsToReboot": [
3027
-
3028
- ],
3029
- "CacheParameterGroupName": "default.memcached1.4",
3030
- "ParameterApplyStatus": "in-sync"
3031
- },
3032
- "CacheSecurityGroups": [
3033
-
3034
- ],
3035
- "CacheSubnetGroupName": "default",
3036
- "ClientDownloadLandingPage": "https://console.aws.amazon.com/elasticache/home#client-download:",
3037
- "ConfigurationEndpoint": {
3038
- "Address": "my-mem-cluster.abcdef.cfg.use1.cache.amazonaws.com",
3039
- "Port": 11211
3040
- },
3041
- "Engine": "memcached",
3042
- "EngineVersion": "1.4.24",
3043
- "NumCacheNodes": 2,
3044
- "PendingModifiedValues": {
3045
- },
3046
- "PreferredAvailabilityZone": "Multiple",
3047
- "PreferredMaintenanceWindow": "wed:06:00-wed:07:00"
3048
- }
3049
- },
3050
- "comments": {
3051
- "input": {
3052
- },
3053
- "output": {
3054
- }
3055
- },
3056
- "description": "Reboots the specified nodes in the names cluster.",
3057
- "id": "rebootcachecluster-1482969019505",
3058
- "title": "RebootCacheCluster"
3059
- }
3060
- ],
3061
- "RemoveTagsFromResource": [
3062
- {
3063
- "input": {
3064
- "ResourceName": "arn:aws:elasticache:us-east-1:1234567890:cluster:my-mem-cluster",
3065
- "TagKeys": [
3066
- "A",
3067
- "C",
3068
- "E"
3069
- ]
3070
- },
3071
- "output": {
3072
- "TagList": [
3073
- {
3074
- "Key": "B",
3075
- "Value": "Banana"
3076
- },
3077
- {
3078
- "Key": "D",
3079
- "Value": "Dog"
3080
- },
3081
- {
3082
- "Key": "F",
3083
- "Value": "Fox"
3084
- },
3085
- {
3086
- "Key": "I",
3087
- "Value": ""
3088
- },
3089
- {
3090
- "Key": "K",
3091
- "Value": "Kite"
3092
- }
3093
- ]
3094
- },
3095
- "comments": {
3096
- "input": {
3097
- },
3098
- "output": {
3099
- }
3100
- },
3101
- "description": "Removes tags identified by a list of tag keys from the list of tags on the specified resource.",
3102
- "id": "removetagsfromresource-1483037920947",
3103
- "title": "RemoveTagsFromResource"
3104
- }
3105
- ],
3106
- "ResetCacheParameterGroup": [
3107
- {
3108
- "input": {
3109
- "CacheParameterGroupName": "custom-mem1-4",
3110
- "ResetAllParameters": true
3111
- },
3112
- "output": {
3113
- "CacheParameterGroupName": "custom-mem1-4"
3114
- },
3115
- "comments": {
3116
- "input": {
3117
- },
3118
- "output": {
3119
- }
3120
- },
3121
- "description": "Modifies the parameters of a cache parameter group to the engine or system default value.",
3122
- "id": "resetcacheparametergroup-1483038334014",
3123
- "title": "ResetCacheParameterGroup"
3124
- }
3125
- ],
3126
- "RevokeCacheSecurityGroupIngress": [
3127
- {
3128
- "input": {
3129
- "CacheSecurityGroupName": "my-sec-grp",
3130
- "EC2SecurityGroupName": "my-ec2-sec-grp",
3131
- "EC2SecurityGroupOwnerId": "1234567890"
3132
- },
3133
- "comments": {
3134
- "input": {
3135
- },
3136
- "output": {
3137
- }
3138
- },
3139
- "description": "Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group.",
3140
- "id": "describecachesecuritygroups-1483047200801",
3141
- "title": "DescribeCacheSecurityGroups"
3142
- }
3143
- ]
3144
- }
3145
- }