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,2550 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2015-02-02",
5
- "endpointPrefix":"elasticache",
6
- "protocol":"query",
7
- "serviceFullName":"Amazon ElastiCache",
8
- "signatureVersion":"v4",
9
- "uid":"elasticache-2015-02-02",
10
- "xmlNamespace":"http://elasticache.amazonaws.com/doc/2015-02-02/"
11
- },
12
- "operations":{
13
- "AddTagsToResource":{
14
- "name":"AddTagsToResource",
15
- "http":{
16
- "method":"POST",
17
- "requestUri":"/"
18
- },
19
- "input":{"shape":"AddTagsToResourceMessage"},
20
- "output":{
21
- "shape":"TagListMessage",
22
- "resultWrapper":"AddTagsToResourceResult"
23
- },
24
- "errors":[
25
- {"shape":"CacheClusterNotFoundFault"},
26
- {"shape":"SnapshotNotFoundFault"},
27
- {"shape":"TagQuotaPerResourceExceeded"},
28
- {"shape":"InvalidARNFault"}
29
- ]
30
- },
31
- "AuthorizeCacheSecurityGroupIngress":{
32
- "name":"AuthorizeCacheSecurityGroupIngress",
33
- "http":{
34
- "method":"POST",
35
- "requestUri":"/"
36
- },
37
- "input":{"shape":"AuthorizeCacheSecurityGroupIngressMessage"},
38
- "output":{
39
- "shape":"AuthorizeCacheSecurityGroupIngressResult",
40
- "resultWrapper":"AuthorizeCacheSecurityGroupIngressResult"
41
- },
42
- "errors":[
43
- {"shape":"CacheSecurityGroupNotFoundFault"},
44
- {"shape":"InvalidCacheSecurityGroupStateFault"},
45
- {"shape":"AuthorizationAlreadyExistsFault"},
46
- {"shape":"InvalidParameterValueException"},
47
- {"shape":"InvalidParameterCombinationException"}
48
- ]
49
- },
50
- "CopySnapshot":{
51
- "name":"CopySnapshot",
52
- "http":{
53
- "method":"POST",
54
- "requestUri":"/"
55
- },
56
- "input":{"shape":"CopySnapshotMessage"},
57
- "output":{
58
- "shape":"CopySnapshotResult",
59
- "resultWrapper":"CopySnapshotResult"
60
- },
61
- "errors":[
62
- {"shape":"SnapshotAlreadyExistsFault"},
63
- {"shape":"SnapshotNotFoundFault"},
64
- {"shape":"SnapshotQuotaExceededFault"},
65
- {"shape":"InvalidSnapshotStateFault"},
66
- {"shape":"InvalidParameterValueException"},
67
- {"shape":"InvalidParameterCombinationException"}
68
- ]
69
- },
70
- "CreateCacheCluster":{
71
- "name":"CreateCacheCluster",
72
- "http":{
73
- "method":"POST",
74
- "requestUri":"/"
75
- },
76
- "input":{"shape":"CreateCacheClusterMessage"},
77
- "output":{
78
- "shape":"CreateCacheClusterResult",
79
- "resultWrapper":"CreateCacheClusterResult"
80
- },
81
- "errors":[
82
- {"shape":"ReplicationGroupNotFoundFault"},
83
- {"shape":"InvalidReplicationGroupStateFault"},
84
- {"shape":"CacheClusterAlreadyExistsFault"},
85
- {"shape":"InsufficientCacheClusterCapacityFault"},
86
- {"shape":"CacheSecurityGroupNotFoundFault"},
87
- {"shape":"CacheSubnetGroupNotFoundFault"},
88
- {"shape":"ClusterQuotaForCustomerExceededFault"},
89
- {"shape":"NodeQuotaForClusterExceededFault"},
90
- {"shape":"NodeQuotaForCustomerExceededFault"},
91
- {"shape":"CacheParameterGroupNotFoundFault"},
92
- {"shape":"InvalidVPCNetworkStateFault"},
93
- {"shape":"TagQuotaPerResourceExceeded"},
94
- {"shape":"InvalidParameterValueException"},
95
- {"shape":"InvalidParameterCombinationException"}
96
- ]
97
- },
98
- "CreateCacheParameterGroup":{
99
- "name":"CreateCacheParameterGroup",
100
- "http":{
101
- "method":"POST",
102
- "requestUri":"/"
103
- },
104
- "input":{"shape":"CreateCacheParameterGroupMessage"},
105
- "output":{
106
- "shape":"CreateCacheParameterGroupResult",
107
- "resultWrapper":"CreateCacheParameterGroupResult"
108
- },
109
- "errors":[
110
- {"shape":"CacheParameterGroupQuotaExceededFault"},
111
- {"shape":"CacheParameterGroupAlreadyExistsFault"},
112
- {"shape":"InvalidCacheParameterGroupStateFault"},
113
- {"shape":"InvalidParameterValueException"},
114
- {"shape":"InvalidParameterCombinationException"}
115
- ]
116
- },
117
- "CreateCacheSecurityGroup":{
118
- "name":"CreateCacheSecurityGroup",
119
- "http":{
120
- "method":"POST",
121
- "requestUri":"/"
122
- },
123
- "input":{"shape":"CreateCacheSecurityGroupMessage"},
124
- "output":{
125
- "shape":"CreateCacheSecurityGroupResult",
126
- "resultWrapper":"CreateCacheSecurityGroupResult"
127
- },
128
- "errors":[
129
- {"shape":"CacheSecurityGroupAlreadyExistsFault"},
130
- {"shape":"CacheSecurityGroupQuotaExceededFault"},
131
- {"shape":"InvalidParameterValueException"},
132
- {"shape":"InvalidParameterCombinationException"}
133
- ]
134
- },
135
- "CreateCacheSubnetGroup":{
136
- "name":"CreateCacheSubnetGroup",
137
- "http":{
138
- "method":"POST",
139
- "requestUri":"/"
140
- },
141
- "input":{"shape":"CreateCacheSubnetGroupMessage"},
142
- "output":{
143
- "shape":"CreateCacheSubnetGroupResult",
144
- "resultWrapper":"CreateCacheSubnetGroupResult"
145
- },
146
- "errors":[
147
- {"shape":"CacheSubnetGroupAlreadyExistsFault"},
148
- {"shape":"CacheSubnetGroupQuotaExceededFault"},
149
- {"shape":"CacheSubnetQuotaExceededFault"},
150
- {"shape":"InvalidSubnet"}
151
- ]
152
- },
153
- "CreateReplicationGroup":{
154
- "name":"CreateReplicationGroup",
155
- "http":{
156
- "method":"POST",
157
- "requestUri":"/"
158
- },
159
- "input":{"shape":"CreateReplicationGroupMessage"},
160
- "output":{
161
- "shape":"CreateReplicationGroupResult",
162
- "resultWrapper":"CreateReplicationGroupResult"
163
- },
164
- "errors":[
165
- {"shape":"CacheClusterNotFoundFault"},
166
- {"shape":"InvalidCacheClusterStateFault"},
167
- {"shape":"ReplicationGroupAlreadyExistsFault"},
168
- {"shape":"InsufficientCacheClusterCapacityFault"},
169
- {"shape":"CacheSecurityGroupNotFoundFault"},
170
- {"shape":"CacheSubnetGroupNotFoundFault"},
171
- {"shape":"ClusterQuotaForCustomerExceededFault"},
172
- {"shape":"NodeQuotaForClusterExceededFault"},
173
- {"shape":"NodeQuotaForCustomerExceededFault"},
174
- {"shape":"CacheParameterGroupNotFoundFault"},
175
- {"shape":"InvalidVPCNetworkStateFault"},
176
- {"shape":"TagQuotaPerResourceExceeded"},
177
- {"shape":"NodeGroupsPerReplicationGroupQuotaExceededFault"},
178
- {"shape":"InvalidParameterValueException"},
179
- {"shape":"InvalidParameterCombinationException"}
180
- ]
181
- },
182
- "CreateSnapshot":{
183
- "name":"CreateSnapshot",
184
- "http":{
185
- "method":"POST",
186
- "requestUri":"/"
187
- },
188
- "input":{"shape":"CreateSnapshotMessage"},
189
- "output":{
190
- "shape":"CreateSnapshotResult",
191
- "resultWrapper":"CreateSnapshotResult"
192
- },
193
- "errors":[
194
- {"shape":"SnapshotAlreadyExistsFault"},
195
- {"shape":"CacheClusterNotFoundFault"},
196
- {"shape":"ReplicationGroupNotFoundFault"},
197
- {"shape":"InvalidCacheClusterStateFault"},
198
- {"shape":"InvalidReplicationGroupStateFault"},
199
- {"shape":"SnapshotQuotaExceededFault"},
200
- {"shape":"SnapshotFeatureNotSupportedFault"},
201
- {"shape":"InvalidParameterCombinationException"},
202
- {"shape":"InvalidParameterValueException"}
203
- ]
204
- },
205
- "DeleteCacheCluster":{
206
- "name":"DeleteCacheCluster",
207
- "http":{
208
- "method":"POST",
209
- "requestUri":"/"
210
- },
211
- "input":{"shape":"DeleteCacheClusterMessage"},
212
- "output":{
213
- "shape":"DeleteCacheClusterResult",
214
- "resultWrapper":"DeleteCacheClusterResult"
215
- },
216
- "errors":[
217
- {"shape":"CacheClusterNotFoundFault"},
218
- {"shape":"InvalidCacheClusterStateFault"},
219
- {"shape":"SnapshotAlreadyExistsFault"},
220
- {"shape":"SnapshotFeatureNotSupportedFault"},
221
- {"shape":"SnapshotQuotaExceededFault"},
222
- {"shape":"InvalidParameterValueException"},
223
- {"shape":"InvalidParameterCombinationException"}
224
- ]
225
- },
226
- "DeleteCacheParameterGroup":{
227
- "name":"DeleteCacheParameterGroup",
228
- "http":{
229
- "method":"POST",
230
- "requestUri":"/"
231
- },
232
- "input":{"shape":"DeleteCacheParameterGroupMessage"},
233
- "errors":[
234
- {"shape":"InvalidCacheParameterGroupStateFault"},
235
- {"shape":"CacheParameterGroupNotFoundFault"},
236
- {"shape":"InvalidParameterValueException"},
237
- {"shape":"InvalidParameterCombinationException"}
238
- ]
239
- },
240
- "DeleteCacheSecurityGroup":{
241
- "name":"DeleteCacheSecurityGroup",
242
- "http":{
243
- "method":"POST",
244
- "requestUri":"/"
245
- },
246
- "input":{"shape":"DeleteCacheSecurityGroupMessage"},
247
- "errors":[
248
- {"shape":"InvalidCacheSecurityGroupStateFault"},
249
- {"shape":"CacheSecurityGroupNotFoundFault"},
250
- {"shape":"InvalidParameterValueException"},
251
- {"shape":"InvalidParameterCombinationException"}
252
- ]
253
- },
254
- "DeleteCacheSubnetGroup":{
255
- "name":"DeleteCacheSubnetGroup",
256
- "http":{
257
- "method":"POST",
258
- "requestUri":"/"
259
- },
260
- "input":{"shape":"DeleteCacheSubnetGroupMessage"},
261
- "errors":[
262
- {"shape":"CacheSubnetGroupInUse"},
263
- {"shape":"CacheSubnetGroupNotFoundFault"}
264
- ]
265
- },
266
- "DeleteReplicationGroup":{
267
- "name":"DeleteReplicationGroup",
268
- "http":{
269
- "method":"POST",
270
- "requestUri":"/"
271
- },
272
- "input":{"shape":"DeleteReplicationGroupMessage"},
273
- "output":{
274
- "shape":"DeleteReplicationGroupResult",
275
- "resultWrapper":"DeleteReplicationGroupResult"
276
- },
277
- "errors":[
278
- {"shape":"ReplicationGroupNotFoundFault"},
279
- {"shape":"InvalidReplicationGroupStateFault"},
280
- {"shape":"SnapshotAlreadyExistsFault"},
281
- {"shape":"SnapshotFeatureNotSupportedFault"},
282
- {"shape":"SnapshotQuotaExceededFault"},
283
- {"shape":"InvalidParameterValueException"},
284
- {"shape":"InvalidParameterCombinationException"}
285
- ]
286
- },
287
- "DeleteSnapshot":{
288
- "name":"DeleteSnapshot",
289
- "http":{
290
- "method":"POST",
291
- "requestUri":"/"
292
- },
293
- "input":{"shape":"DeleteSnapshotMessage"},
294
- "output":{
295
- "shape":"DeleteSnapshotResult",
296
- "resultWrapper":"DeleteSnapshotResult"
297
- },
298
- "errors":[
299
- {"shape":"SnapshotNotFoundFault"},
300
- {"shape":"InvalidSnapshotStateFault"},
301
- {"shape":"InvalidParameterValueException"},
302
- {"shape":"InvalidParameterCombinationException"}
303
- ]
304
- },
305
- "DescribeCacheClusters":{
306
- "name":"DescribeCacheClusters",
307
- "http":{
308
- "method":"POST",
309
- "requestUri":"/"
310
- },
311
- "input":{"shape":"DescribeCacheClustersMessage"},
312
- "output":{
313
- "shape":"CacheClusterMessage",
314
- "resultWrapper":"DescribeCacheClustersResult"
315
- },
316
- "errors":[
317
- {"shape":"CacheClusterNotFoundFault"},
318
- {"shape":"InvalidParameterValueException"},
319
- {"shape":"InvalidParameterCombinationException"}
320
- ]
321
- },
322
- "DescribeCacheEngineVersions":{
323
- "name":"DescribeCacheEngineVersions",
324
- "http":{
325
- "method":"POST",
326
- "requestUri":"/"
327
- },
328
- "input":{"shape":"DescribeCacheEngineVersionsMessage"},
329
- "output":{
330
- "shape":"CacheEngineVersionMessage",
331
- "resultWrapper":"DescribeCacheEngineVersionsResult"
332
- }
333
- },
334
- "DescribeCacheParameterGroups":{
335
- "name":"DescribeCacheParameterGroups",
336
- "http":{
337
- "method":"POST",
338
- "requestUri":"/"
339
- },
340
- "input":{"shape":"DescribeCacheParameterGroupsMessage"},
341
- "output":{
342
- "shape":"CacheParameterGroupsMessage",
343
- "resultWrapper":"DescribeCacheParameterGroupsResult"
344
- },
345
- "errors":[
346
- {"shape":"CacheParameterGroupNotFoundFault"},
347
- {"shape":"InvalidParameterValueException"},
348
- {"shape":"InvalidParameterCombinationException"}
349
- ]
350
- },
351
- "DescribeCacheParameters":{
352
- "name":"DescribeCacheParameters",
353
- "http":{
354
- "method":"POST",
355
- "requestUri":"/"
356
- },
357
- "input":{"shape":"DescribeCacheParametersMessage"},
358
- "output":{
359
- "shape":"CacheParameterGroupDetails",
360
- "resultWrapper":"DescribeCacheParametersResult"
361
- },
362
- "errors":[
363
- {"shape":"CacheParameterGroupNotFoundFault"},
364
- {"shape":"InvalidParameterValueException"},
365
- {"shape":"InvalidParameterCombinationException"}
366
- ]
367
- },
368
- "DescribeCacheSecurityGroups":{
369
- "name":"DescribeCacheSecurityGroups",
370
- "http":{
371
- "method":"POST",
372
- "requestUri":"/"
373
- },
374
- "input":{"shape":"DescribeCacheSecurityGroupsMessage"},
375
- "output":{
376
- "shape":"CacheSecurityGroupMessage",
377
- "resultWrapper":"DescribeCacheSecurityGroupsResult"
378
- },
379
- "errors":[
380
- {"shape":"CacheSecurityGroupNotFoundFault"},
381
- {"shape":"InvalidParameterValueException"},
382
- {"shape":"InvalidParameterCombinationException"}
383
- ]
384
- },
385
- "DescribeCacheSubnetGroups":{
386
- "name":"DescribeCacheSubnetGroups",
387
- "http":{
388
- "method":"POST",
389
- "requestUri":"/"
390
- },
391
- "input":{"shape":"DescribeCacheSubnetGroupsMessage"},
392
- "output":{
393
- "shape":"CacheSubnetGroupMessage",
394
- "resultWrapper":"DescribeCacheSubnetGroupsResult"
395
- },
396
- "errors":[
397
- {"shape":"CacheSubnetGroupNotFoundFault"}
398
- ]
399
- },
400
- "DescribeEngineDefaultParameters":{
401
- "name":"DescribeEngineDefaultParameters",
402
- "http":{
403
- "method":"POST",
404
- "requestUri":"/"
405
- },
406
- "input":{"shape":"DescribeEngineDefaultParametersMessage"},
407
- "output":{
408
- "shape":"DescribeEngineDefaultParametersResult",
409
- "resultWrapper":"DescribeEngineDefaultParametersResult"
410
- },
411
- "errors":[
412
- {"shape":"InvalidParameterValueException"},
413
- {"shape":"InvalidParameterCombinationException"}
414
- ]
415
- },
416
- "DescribeEvents":{
417
- "name":"DescribeEvents",
418
- "http":{
419
- "method":"POST",
420
- "requestUri":"/"
421
- },
422
- "input":{"shape":"DescribeEventsMessage"},
423
- "output":{
424
- "shape":"EventsMessage",
425
- "resultWrapper":"DescribeEventsResult"
426
- },
427
- "errors":[
428
- {"shape":"InvalidParameterValueException"},
429
- {"shape":"InvalidParameterCombinationException"}
430
- ]
431
- },
432
- "DescribeReplicationGroups":{
433
- "name":"DescribeReplicationGroups",
434
- "http":{
435
- "method":"POST",
436
- "requestUri":"/"
437
- },
438
- "input":{"shape":"DescribeReplicationGroupsMessage"},
439
- "output":{
440
- "shape":"ReplicationGroupMessage",
441
- "resultWrapper":"DescribeReplicationGroupsResult"
442
- },
443
- "errors":[
444
- {"shape":"ReplicationGroupNotFoundFault"},
445
- {"shape":"InvalidParameterValueException"},
446
- {"shape":"InvalidParameterCombinationException"}
447
- ]
448
- },
449
- "DescribeReservedCacheNodes":{
450
- "name":"DescribeReservedCacheNodes",
451
- "http":{
452
- "method":"POST",
453
- "requestUri":"/"
454
- },
455
- "input":{"shape":"DescribeReservedCacheNodesMessage"},
456
- "output":{
457
- "shape":"ReservedCacheNodeMessage",
458
- "resultWrapper":"DescribeReservedCacheNodesResult"
459
- },
460
- "errors":[
461
- {"shape":"ReservedCacheNodeNotFoundFault"},
462
- {"shape":"InvalidParameterValueException"},
463
- {"shape":"InvalidParameterCombinationException"}
464
- ]
465
- },
466
- "DescribeReservedCacheNodesOfferings":{
467
- "name":"DescribeReservedCacheNodesOfferings",
468
- "http":{
469
- "method":"POST",
470
- "requestUri":"/"
471
- },
472
- "input":{"shape":"DescribeReservedCacheNodesOfferingsMessage"},
473
- "output":{
474
- "shape":"ReservedCacheNodesOfferingMessage",
475
- "resultWrapper":"DescribeReservedCacheNodesOfferingsResult"
476
- },
477
- "errors":[
478
- {"shape":"ReservedCacheNodesOfferingNotFoundFault"},
479
- {"shape":"InvalidParameterValueException"},
480
- {"shape":"InvalidParameterCombinationException"}
481
- ]
482
- },
483
- "DescribeSnapshots":{
484
- "name":"DescribeSnapshots",
485
- "http":{
486
- "method":"POST",
487
- "requestUri":"/"
488
- },
489
- "input":{"shape":"DescribeSnapshotsMessage"},
490
- "output":{
491
- "shape":"DescribeSnapshotsListMessage",
492
- "resultWrapper":"DescribeSnapshotsResult"
493
- },
494
- "errors":[
495
- {"shape":"CacheClusterNotFoundFault"},
496
- {"shape":"SnapshotNotFoundFault"},
497
- {"shape":"InvalidParameterValueException"},
498
- {"shape":"InvalidParameterCombinationException"}
499
- ]
500
- },
501
- "ListAllowedNodeTypeModifications":{
502
- "name":"ListAllowedNodeTypeModifications",
503
- "http":{
504
- "method":"POST",
505
- "requestUri":"/"
506
- },
507
- "input":{"shape":"ListAllowedNodeTypeModificationsMessage"},
508
- "output":{
509
- "shape":"AllowedNodeTypeModificationsMessage",
510
- "resultWrapper":"ListAllowedNodeTypeModificationsResult"
511
- },
512
- "errors":[
513
- {"shape":"CacheClusterNotFoundFault"},
514
- {"shape":"ReplicationGroupNotFoundFault"},
515
- {"shape":"InvalidParameterCombinationException"},
516
- {"shape":"InvalidParameterValueException"}
517
- ]
518
- },
519
- "ListTagsForResource":{
520
- "name":"ListTagsForResource",
521
- "http":{
522
- "method":"POST",
523
- "requestUri":"/"
524
- },
525
- "input":{"shape":"ListTagsForResourceMessage"},
526
- "output":{
527
- "shape":"TagListMessage",
528
- "resultWrapper":"ListTagsForResourceResult"
529
- },
530
- "errors":[
531
- {"shape":"CacheClusterNotFoundFault"},
532
- {"shape":"SnapshotNotFoundFault"},
533
- {"shape":"InvalidARNFault"}
534
- ]
535
- },
536
- "ModifyCacheCluster":{
537
- "name":"ModifyCacheCluster",
538
- "http":{
539
- "method":"POST",
540
- "requestUri":"/"
541
- },
542
- "input":{"shape":"ModifyCacheClusterMessage"},
543
- "output":{
544
- "shape":"ModifyCacheClusterResult",
545
- "resultWrapper":"ModifyCacheClusterResult"
546
- },
547
- "errors":[
548
- {"shape":"InvalidCacheClusterStateFault"},
549
- {"shape":"InvalidCacheSecurityGroupStateFault"},
550
- {"shape":"InsufficientCacheClusterCapacityFault"},
551
- {"shape":"CacheClusterNotFoundFault"},
552
- {"shape":"NodeQuotaForClusterExceededFault"},
553
- {"shape":"NodeQuotaForCustomerExceededFault"},
554
- {"shape":"CacheSecurityGroupNotFoundFault"},
555
- {"shape":"CacheParameterGroupNotFoundFault"},
556
- {"shape":"InvalidVPCNetworkStateFault"},
557
- {"shape":"InvalidParameterValueException"},
558
- {"shape":"InvalidParameterCombinationException"}
559
- ]
560
- },
561
- "ModifyCacheParameterGroup":{
562
- "name":"ModifyCacheParameterGroup",
563
- "http":{
564
- "method":"POST",
565
- "requestUri":"/"
566
- },
567
- "input":{"shape":"ModifyCacheParameterGroupMessage"},
568
- "output":{
569
- "shape":"CacheParameterGroupNameMessage",
570
- "resultWrapper":"ModifyCacheParameterGroupResult"
571
- },
572
- "errors":[
573
- {"shape":"CacheParameterGroupNotFoundFault"},
574
- {"shape":"InvalidCacheParameterGroupStateFault"},
575
- {"shape":"InvalidParameterValueException"},
576
- {"shape":"InvalidParameterCombinationException"}
577
- ]
578
- },
579
- "ModifyCacheSubnetGroup":{
580
- "name":"ModifyCacheSubnetGroup",
581
- "http":{
582
- "method":"POST",
583
- "requestUri":"/"
584
- },
585
- "input":{"shape":"ModifyCacheSubnetGroupMessage"},
586
- "output":{
587
- "shape":"ModifyCacheSubnetGroupResult",
588
- "resultWrapper":"ModifyCacheSubnetGroupResult"
589
- },
590
- "errors":[
591
- {"shape":"CacheSubnetGroupNotFoundFault"},
592
- {"shape":"CacheSubnetQuotaExceededFault"},
593
- {"shape":"SubnetInUse"},
594
- {"shape":"InvalidSubnet"}
595
- ]
596
- },
597
- "ModifyReplicationGroup":{
598
- "name":"ModifyReplicationGroup",
599
- "http":{
600
- "method":"POST",
601
- "requestUri":"/"
602
- },
603
- "input":{"shape":"ModifyReplicationGroupMessage"},
604
- "output":{
605
- "shape":"ModifyReplicationGroupResult",
606
- "resultWrapper":"ModifyReplicationGroupResult"
607
- },
608
- "errors":[
609
- {"shape":"ReplicationGroupNotFoundFault"},
610
- {"shape":"InvalidReplicationGroupStateFault"},
611
- {"shape":"InvalidCacheClusterStateFault"},
612
- {"shape":"InvalidCacheSecurityGroupStateFault"},
613
- {"shape":"InsufficientCacheClusterCapacityFault"},
614
- {"shape":"CacheClusterNotFoundFault"},
615
- {"shape":"NodeQuotaForClusterExceededFault"},
616
- {"shape":"NodeQuotaForCustomerExceededFault"},
617
- {"shape":"CacheSecurityGroupNotFoundFault"},
618
- {"shape":"CacheParameterGroupNotFoundFault"},
619
- {"shape":"InvalidVPCNetworkStateFault"},
620
- {"shape":"InvalidParameterValueException"},
621
- {"shape":"InvalidParameterCombinationException"}
622
- ]
623
- },
624
- "PurchaseReservedCacheNodesOffering":{
625
- "name":"PurchaseReservedCacheNodesOffering",
626
- "http":{
627
- "method":"POST",
628
- "requestUri":"/"
629
- },
630
- "input":{"shape":"PurchaseReservedCacheNodesOfferingMessage"},
631
- "output":{
632
- "shape":"PurchaseReservedCacheNodesOfferingResult",
633
- "resultWrapper":"PurchaseReservedCacheNodesOfferingResult"
634
- },
635
- "errors":[
636
- {"shape":"ReservedCacheNodesOfferingNotFoundFault"},
637
- {"shape":"ReservedCacheNodeAlreadyExistsFault"},
638
- {"shape":"ReservedCacheNodeQuotaExceededFault"},
639
- {"shape":"InvalidParameterValueException"},
640
- {"shape":"InvalidParameterCombinationException"}
641
- ]
642
- },
643
- "RebootCacheCluster":{
644
- "name":"RebootCacheCluster",
645
- "http":{
646
- "method":"POST",
647
- "requestUri":"/"
648
- },
649
- "input":{"shape":"RebootCacheClusterMessage"},
650
- "output":{
651
- "shape":"RebootCacheClusterResult",
652
- "resultWrapper":"RebootCacheClusterResult"
653
- },
654
- "errors":[
655
- {"shape":"InvalidCacheClusterStateFault"},
656
- {"shape":"CacheClusterNotFoundFault"}
657
- ]
658
- },
659
- "RemoveTagsFromResource":{
660
- "name":"RemoveTagsFromResource",
661
- "http":{
662
- "method":"POST",
663
- "requestUri":"/"
664
- },
665
- "input":{"shape":"RemoveTagsFromResourceMessage"},
666
- "output":{
667
- "shape":"TagListMessage",
668
- "resultWrapper":"RemoveTagsFromResourceResult"
669
- },
670
- "errors":[
671
- {"shape":"CacheClusterNotFoundFault"},
672
- {"shape":"SnapshotNotFoundFault"},
673
- {"shape":"InvalidARNFault"},
674
- {"shape":"TagNotFoundFault"}
675
- ]
676
- },
677
- "ResetCacheParameterGroup":{
678
- "name":"ResetCacheParameterGroup",
679
- "http":{
680
- "method":"POST",
681
- "requestUri":"/"
682
- },
683
- "input":{"shape":"ResetCacheParameterGroupMessage"},
684
- "output":{
685
- "shape":"CacheParameterGroupNameMessage",
686
- "resultWrapper":"ResetCacheParameterGroupResult"
687
- },
688
- "errors":[
689
- {"shape":"InvalidCacheParameterGroupStateFault"},
690
- {"shape":"CacheParameterGroupNotFoundFault"},
691
- {"shape":"InvalidParameterValueException"},
692
- {"shape":"InvalidParameterCombinationException"}
693
- ]
694
- },
695
- "RevokeCacheSecurityGroupIngress":{
696
- "name":"RevokeCacheSecurityGroupIngress",
697
- "http":{
698
- "method":"POST",
699
- "requestUri":"/"
700
- },
701
- "input":{"shape":"RevokeCacheSecurityGroupIngressMessage"},
702
- "output":{
703
- "shape":"RevokeCacheSecurityGroupIngressResult",
704
- "resultWrapper":"RevokeCacheSecurityGroupIngressResult"
705
- },
706
- "errors":[
707
- {"shape":"CacheSecurityGroupNotFoundFault"},
708
- {"shape":"AuthorizationNotFoundFault"},
709
- {"shape":"InvalidCacheSecurityGroupStateFault"},
710
- {"shape":"InvalidParameterValueException"},
711
- {"shape":"InvalidParameterCombinationException"}
712
- ]
713
- },
714
- "TestFailover":{
715
- "name":"TestFailover",
716
- "http":{
717
- "method":"POST",
718
- "requestUri":"/"
719
- },
720
- "input":{"shape":"TestFailoverMessage"},
721
- "output":{
722
- "shape":"TestFailoverResult",
723
- "resultWrapper":"TestFailoverResult"
724
- },
725
- "errors":[
726
- {"shape":"APICallRateForCustomerExceededFault"},
727
- {"shape":"InvalidCacheClusterStateFault"},
728
- {"shape":"InvalidReplicationGroupStateFault"},
729
- {"shape":"NodeGroupNotFoundFault"},
730
- {"shape":"ReplicationGroupNotFoundFault"},
731
- {"shape":"TestFailoverNotAvailableFault"},
732
- {"shape":"InvalidParameterValueException"},
733
- {"shape":"InvalidParameterCombinationException"}
734
- ]
735
- }
736
- },
737
- "shapes":{
738
- "APICallRateForCustomerExceededFault":{
739
- "type":"structure",
740
- "members":{
741
- },
742
- "error":{
743
- "code":"APICallRateForCustomerExceeded",
744
- "httpStatusCode":400,
745
- "senderFault":true
746
- },
747
- "exception":true
748
- },
749
- "AZMode":{
750
- "type":"string",
751
- "enum":[
752
- "single-az",
753
- "cross-az"
754
- ]
755
- },
756
- "AddTagsToResourceMessage":{
757
- "type":"structure",
758
- "required":[
759
- "ResourceName",
760
- "Tags"
761
- ],
762
- "members":{
763
- "ResourceName":{"shape":"String"},
764
- "Tags":{"shape":"TagList"}
765
- }
766
- },
767
- "AllowedNodeTypeModificationsMessage":{
768
- "type":"structure",
769
- "members":{
770
- "ScaleUpModifications":{"shape":"NodeTypeList"}
771
- }
772
- },
773
- "AuthorizationAlreadyExistsFault":{
774
- "type":"structure",
775
- "members":{
776
- },
777
- "error":{
778
- "code":"AuthorizationAlreadyExists",
779
- "httpStatusCode":400,
780
- "senderFault":true
781
- },
782
- "exception":true
783
- },
784
- "AuthorizationNotFoundFault":{
785
- "type":"structure",
786
- "members":{
787
- },
788
- "error":{
789
- "code":"AuthorizationNotFound",
790
- "httpStatusCode":404,
791
- "senderFault":true
792
- },
793
- "exception":true
794
- },
795
- "AuthorizeCacheSecurityGroupIngressMessage":{
796
- "type":"structure",
797
- "required":[
798
- "CacheSecurityGroupName",
799
- "EC2SecurityGroupName",
800
- "EC2SecurityGroupOwnerId"
801
- ],
802
- "members":{
803
- "CacheSecurityGroupName":{"shape":"String"},
804
- "EC2SecurityGroupName":{"shape":"String"},
805
- "EC2SecurityGroupOwnerId":{"shape":"String"}
806
- }
807
- },
808
- "AuthorizeCacheSecurityGroupIngressResult":{
809
- "type":"structure",
810
- "members":{
811
- "CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
812
- }
813
- },
814
- "AutomaticFailoverStatus":{
815
- "type":"string",
816
- "enum":[
817
- "enabled",
818
- "disabled",
819
- "enabling",
820
- "disabling"
821
- ]
822
- },
823
- "AvailabilityZone":{
824
- "type":"structure",
825
- "members":{
826
- "Name":{"shape":"String"}
827
- },
828
- "wrapper":true
829
- },
830
- "AvailabilityZonesList":{
831
- "type":"list",
832
- "member":{
833
- "shape":"String",
834
- "locationName":"AvailabilityZone"
835
- }
836
- },
837
- "AwsQueryErrorMessage":{"type":"string"},
838
- "Boolean":{"type":"boolean"},
839
- "BooleanOptional":{"type":"boolean"},
840
- "CacheCluster":{
841
- "type":"structure",
842
- "members":{
843
- "CacheClusterId":{"shape":"String"},
844
- "ConfigurationEndpoint":{"shape":"Endpoint"},
845
- "ClientDownloadLandingPage":{"shape":"String"},
846
- "CacheNodeType":{"shape":"String"},
847
- "Engine":{"shape":"String"},
848
- "EngineVersion":{"shape":"String"},
849
- "CacheClusterStatus":{"shape":"String"},
850
- "NumCacheNodes":{"shape":"IntegerOptional"},
851
- "PreferredAvailabilityZone":{"shape":"String"},
852
- "CacheClusterCreateTime":{"shape":"TStamp"},
853
- "PreferredMaintenanceWindow":{"shape":"String"},
854
- "PendingModifiedValues":{"shape":"PendingModifiedValues"},
855
- "NotificationConfiguration":{"shape":"NotificationConfiguration"},
856
- "CacheSecurityGroups":{"shape":"CacheSecurityGroupMembershipList"},
857
- "CacheParameterGroup":{"shape":"CacheParameterGroupStatus"},
858
- "CacheSubnetGroupName":{"shape":"String"},
859
- "CacheNodes":{"shape":"CacheNodeList"},
860
- "AutoMinorVersionUpgrade":{"shape":"Boolean"},
861
- "SecurityGroups":{"shape":"SecurityGroupMembershipList"},
862
- "ReplicationGroupId":{"shape":"String"},
863
- "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
864
- "SnapshotWindow":{"shape":"String"}
865
- },
866
- "wrapper":true
867
- },
868
- "CacheClusterAlreadyExistsFault":{
869
- "type":"structure",
870
- "members":{
871
- },
872
- "error":{
873
- "code":"CacheClusterAlreadyExists",
874
- "httpStatusCode":400,
875
- "senderFault":true
876
- },
877
- "exception":true
878
- },
879
- "CacheClusterList":{
880
- "type":"list",
881
- "member":{
882
- "shape":"CacheCluster",
883
- "locationName":"CacheCluster"
884
- }
885
- },
886
- "CacheClusterMessage":{
887
- "type":"structure",
888
- "members":{
889
- "Marker":{"shape":"String"},
890
- "CacheClusters":{"shape":"CacheClusterList"}
891
- }
892
- },
893
- "CacheClusterNotFoundFault":{
894
- "type":"structure",
895
- "members":{
896
- },
897
- "error":{
898
- "code":"CacheClusterNotFound",
899
- "httpStatusCode":404,
900
- "senderFault":true
901
- },
902
- "exception":true
903
- },
904
- "CacheEngineVersion":{
905
- "type":"structure",
906
- "members":{
907
- "Engine":{"shape":"String"},
908
- "EngineVersion":{"shape":"String"},
909
- "CacheParameterGroupFamily":{"shape":"String"},
910
- "CacheEngineDescription":{"shape":"String"},
911
- "CacheEngineVersionDescription":{"shape":"String"}
912
- }
913
- },
914
- "CacheEngineVersionList":{
915
- "type":"list",
916
- "member":{
917
- "shape":"CacheEngineVersion",
918
- "locationName":"CacheEngineVersion"
919
- }
920
- },
921
- "CacheEngineVersionMessage":{
922
- "type":"structure",
923
- "members":{
924
- "Marker":{"shape":"String"},
925
- "CacheEngineVersions":{"shape":"CacheEngineVersionList"}
926
- }
927
- },
928
- "CacheNode":{
929
- "type":"structure",
930
- "members":{
931
- "CacheNodeId":{"shape":"String"},
932
- "CacheNodeStatus":{"shape":"String"},
933
- "CacheNodeCreateTime":{"shape":"TStamp"},
934
- "Endpoint":{"shape":"Endpoint"},
935
- "ParameterGroupStatus":{"shape":"String"},
936
- "SourceCacheNodeId":{"shape":"String"},
937
- "CustomerAvailabilityZone":{"shape":"String"}
938
- }
939
- },
940
- "CacheNodeIdsList":{
941
- "type":"list",
942
- "member":{
943
- "shape":"String",
944
- "locationName":"CacheNodeId"
945
- }
946
- },
947
- "CacheNodeList":{
948
- "type":"list",
949
- "member":{
950
- "shape":"CacheNode",
951
- "locationName":"CacheNode"
952
- }
953
- },
954
- "CacheNodeTypeSpecificParameter":{
955
- "type":"structure",
956
- "members":{
957
- "ParameterName":{"shape":"String"},
958
- "Description":{"shape":"String"},
959
- "Source":{"shape":"String"},
960
- "DataType":{"shape":"String"},
961
- "AllowedValues":{"shape":"String"},
962
- "IsModifiable":{"shape":"Boolean"},
963
- "MinimumEngineVersion":{"shape":"String"},
964
- "CacheNodeTypeSpecificValues":{"shape":"CacheNodeTypeSpecificValueList"},
965
- "ChangeType":{"shape":"ChangeType"}
966
- }
967
- },
968
- "CacheNodeTypeSpecificParametersList":{
969
- "type":"list",
970
- "member":{
971
- "shape":"CacheNodeTypeSpecificParameter",
972
- "locationName":"CacheNodeTypeSpecificParameter"
973
- }
974
- },
975
- "CacheNodeTypeSpecificValue":{
976
- "type":"structure",
977
- "members":{
978
- "CacheNodeType":{"shape":"String"},
979
- "Value":{"shape":"String"}
980
- }
981
- },
982
- "CacheNodeTypeSpecificValueList":{
983
- "type":"list",
984
- "member":{
985
- "shape":"CacheNodeTypeSpecificValue",
986
- "locationName":"CacheNodeTypeSpecificValue"
987
- }
988
- },
989
- "CacheParameterGroup":{
990
- "type":"structure",
991
- "members":{
992
- "CacheParameterGroupName":{"shape":"String"},
993
- "CacheParameterGroupFamily":{"shape":"String"},
994
- "Description":{"shape":"String"}
995
- },
996
- "wrapper":true
997
- },
998
- "CacheParameterGroupAlreadyExistsFault":{
999
- "type":"structure",
1000
- "members":{
1001
- },
1002
- "error":{
1003
- "code":"CacheParameterGroupAlreadyExists",
1004
- "httpStatusCode":400,
1005
- "senderFault":true
1006
- },
1007
- "exception":true
1008
- },
1009
- "CacheParameterGroupDetails":{
1010
- "type":"structure",
1011
- "members":{
1012
- "Marker":{"shape":"String"},
1013
- "Parameters":{"shape":"ParametersList"},
1014
- "CacheNodeTypeSpecificParameters":{"shape":"CacheNodeTypeSpecificParametersList"}
1015
- }
1016
- },
1017
- "CacheParameterGroupList":{
1018
- "type":"list",
1019
- "member":{
1020
- "shape":"CacheParameterGroup",
1021
- "locationName":"CacheParameterGroup"
1022
- }
1023
- },
1024
- "CacheParameterGroupNameMessage":{
1025
- "type":"structure",
1026
- "members":{
1027
- "CacheParameterGroupName":{"shape":"String"}
1028
- }
1029
- },
1030
- "CacheParameterGroupNotFoundFault":{
1031
- "type":"structure",
1032
- "members":{
1033
- },
1034
- "error":{
1035
- "code":"CacheParameterGroupNotFound",
1036
- "httpStatusCode":404,
1037
- "senderFault":true
1038
- },
1039
- "exception":true
1040
- },
1041
- "CacheParameterGroupQuotaExceededFault":{
1042
- "type":"structure",
1043
- "members":{
1044
- },
1045
- "error":{
1046
- "code":"CacheParameterGroupQuotaExceeded",
1047
- "httpStatusCode":400,
1048
- "senderFault":true
1049
- },
1050
- "exception":true
1051
- },
1052
- "CacheParameterGroupStatus":{
1053
- "type":"structure",
1054
- "members":{
1055
- "CacheParameterGroupName":{"shape":"String"},
1056
- "ParameterApplyStatus":{"shape":"String"},
1057
- "CacheNodeIdsToReboot":{"shape":"CacheNodeIdsList"}
1058
- }
1059
- },
1060
- "CacheParameterGroupsMessage":{
1061
- "type":"structure",
1062
- "members":{
1063
- "Marker":{"shape":"String"},
1064
- "CacheParameterGroups":{"shape":"CacheParameterGroupList"}
1065
- }
1066
- },
1067
- "CacheSecurityGroup":{
1068
- "type":"structure",
1069
- "members":{
1070
- "OwnerId":{"shape":"String"},
1071
- "CacheSecurityGroupName":{"shape":"String"},
1072
- "Description":{"shape":"String"},
1073
- "EC2SecurityGroups":{"shape":"EC2SecurityGroupList"}
1074
- },
1075
- "wrapper":true
1076
- },
1077
- "CacheSecurityGroupAlreadyExistsFault":{
1078
- "type":"structure",
1079
- "members":{
1080
- },
1081
- "error":{
1082
- "code":"CacheSecurityGroupAlreadyExists",
1083
- "httpStatusCode":400,
1084
- "senderFault":true
1085
- },
1086
- "exception":true
1087
- },
1088
- "CacheSecurityGroupMembership":{
1089
- "type":"structure",
1090
- "members":{
1091
- "CacheSecurityGroupName":{"shape":"String"},
1092
- "Status":{"shape":"String"}
1093
- }
1094
- },
1095
- "CacheSecurityGroupMembershipList":{
1096
- "type":"list",
1097
- "member":{
1098
- "shape":"CacheSecurityGroupMembership",
1099
- "locationName":"CacheSecurityGroup"
1100
- }
1101
- },
1102
- "CacheSecurityGroupMessage":{
1103
- "type":"structure",
1104
- "members":{
1105
- "Marker":{"shape":"String"},
1106
- "CacheSecurityGroups":{"shape":"CacheSecurityGroups"}
1107
- }
1108
- },
1109
- "CacheSecurityGroupNameList":{
1110
- "type":"list",
1111
- "member":{
1112
- "shape":"String",
1113
- "locationName":"CacheSecurityGroupName"
1114
- }
1115
- },
1116
- "CacheSecurityGroupNotFoundFault":{
1117
- "type":"structure",
1118
- "members":{
1119
- },
1120
- "error":{
1121
- "code":"CacheSecurityGroupNotFound",
1122
- "httpStatusCode":404,
1123
- "senderFault":true
1124
- },
1125
- "exception":true
1126
- },
1127
- "CacheSecurityGroupQuotaExceededFault":{
1128
- "type":"structure",
1129
- "members":{
1130
- },
1131
- "error":{
1132
- "code":"QuotaExceeded.CacheSecurityGroup",
1133
- "httpStatusCode":400,
1134
- "senderFault":true
1135
- },
1136
- "exception":true
1137
- },
1138
- "CacheSecurityGroups":{
1139
- "type":"list",
1140
- "member":{
1141
- "shape":"CacheSecurityGroup",
1142
- "locationName":"CacheSecurityGroup"
1143
- }
1144
- },
1145
- "CacheSubnetGroup":{
1146
- "type":"structure",
1147
- "members":{
1148
- "CacheSubnetGroupName":{"shape":"String"},
1149
- "CacheSubnetGroupDescription":{"shape":"String"},
1150
- "VpcId":{"shape":"String"},
1151
- "Subnets":{"shape":"SubnetList"}
1152
- },
1153
- "wrapper":true
1154
- },
1155
- "CacheSubnetGroupAlreadyExistsFault":{
1156
- "type":"structure",
1157
- "members":{
1158
- },
1159
- "error":{
1160
- "code":"CacheSubnetGroupAlreadyExists",
1161
- "httpStatusCode":400,
1162
- "senderFault":true
1163
- },
1164
- "exception":true
1165
- },
1166
- "CacheSubnetGroupInUse":{
1167
- "type":"structure",
1168
- "members":{
1169
- },
1170
- "error":{
1171
- "code":"CacheSubnetGroupInUse",
1172
- "httpStatusCode":400,
1173
- "senderFault":true
1174
- },
1175
- "exception":true
1176
- },
1177
- "CacheSubnetGroupMessage":{
1178
- "type":"structure",
1179
- "members":{
1180
- "Marker":{"shape":"String"},
1181
- "CacheSubnetGroups":{"shape":"CacheSubnetGroups"}
1182
- }
1183
- },
1184
- "CacheSubnetGroupNotFoundFault":{
1185
- "type":"structure",
1186
- "members":{
1187
- },
1188
- "error":{
1189
- "code":"CacheSubnetGroupNotFoundFault",
1190
- "httpStatusCode":400,
1191
- "senderFault":true
1192
- },
1193
- "exception":true
1194
- },
1195
- "CacheSubnetGroupQuotaExceededFault":{
1196
- "type":"structure",
1197
- "members":{
1198
- },
1199
- "error":{
1200
- "code":"CacheSubnetGroupQuotaExceeded",
1201
- "httpStatusCode":400,
1202
- "senderFault":true
1203
- },
1204
- "exception":true
1205
- },
1206
- "CacheSubnetGroups":{
1207
- "type":"list",
1208
- "member":{
1209
- "shape":"CacheSubnetGroup",
1210
- "locationName":"CacheSubnetGroup"
1211
- }
1212
- },
1213
- "CacheSubnetQuotaExceededFault":{
1214
- "type":"structure",
1215
- "members":{
1216
- },
1217
- "error":{
1218
- "code":"CacheSubnetQuotaExceededFault",
1219
- "httpStatusCode":400,
1220
- "senderFault":true
1221
- },
1222
- "exception":true
1223
- },
1224
- "ChangeType":{
1225
- "type":"string",
1226
- "enum":[
1227
- "immediate",
1228
- "requires-reboot"
1229
- ]
1230
- },
1231
- "ClusterIdList":{
1232
- "type":"list",
1233
- "member":{
1234
- "shape":"String",
1235
- "locationName":"ClusterId"
1236
- }
1237
- },
1238
- "ClusterQuotaForCustomerExceededFault":{
1239
- "type":"structure",
1240
- "members":{
1241
- },
1242
- "error":{
1243
- "code":"ClusterQuotaForCustomerExceeded",
1244
- "httpStatusCode":400,
1245
- "senderFault":true
1246
- },
1247
- "exception":true
1248
- },
1249
- "CopySnapshotMessage":{
1250
- "type":"structure",
1251
- "required":[
1252
- "SourceSnapshotName",
1253
- "TargetSnapshotName"
1254
- ],
1255
- "members":{
1256
- "SourceSnapshotName":{"shape":"String"},
1257
- "TargetSnapshotName":{"shape":"String"},
1258
- "TargetBucket":{"shape":"String"}
1259
- }
1260
- },
1261
- "CopySnapshotResult":{
1262
- "type":"structure",
1263
- "members":{
1264
- "Snapshot":{"shape":"Snapshot"}
1265
- }
1266
- },
1267
- "CreateCacheClusterMessage":{
1268
- "type":"structure",
1269
- "required":["CacheClusterId"],
1270
- "members":{
1271
- "CacheClusterId":{"shape":"String"},
1272
- "ReplicationGroupId":{"shape":"String"},
1273
- "AZMode":{"shape":"AZMode"},
1274
- "PreferredAvailabilityZone":{"shape":"String"},
1275
- "PreferredAvailabilityZones":{"shape":"PreferredAvailabilityZoneList"},
1276
- "NumCacheNodes":{"shape":"IntegerOptional"},
1277
- "CacheNodeType":{"shape":"String"},
1278
- "Engine":{"shape":"String"},
1279
- "EngineVersion":{"shape":"String"},
1280
- "CacheParameterGroupName":{"shape":"String"},
1281
- "CacheSubnetGroupName":{"shape":"String"},
1282
- "CacheSecurityGroupNames":{"shape":"CacheSecurityGroupNameList"},
1283
- "SecurityGroupIds":{"shape":"SecurityGroupIdsList"},
1284
- "Tags":{"shape":"TagList"},
1285
- "SnapshotArns":{"shape":"SnapshotArnsList"},
1286
- "SnapshotName":{"shape":"String"},
1287
- "PreferredMaintenanceWindow":{"shape":"String"},
1288
- "Port":{"shape":"IntegerOptional"},
1289
- "NotificationTopicArn":{"shape":"String"},
1290
- "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1291
- "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
1292
- "SnapshotWindow":{"shape":"String"},
1293
- "AuthToken":{"shape":"String"}
1294
- }
1295
- },
1296
- "CreateCacheClusterResult":{
1297
- "type":"structure",
1298
- "members":{
1299
- "CacheCluster":{"shape":"CacheCluster"}
1300
- }
1301
- },
1302
- "CreateCacheParameterGroupMessage":{
1303
- "type":"structure",
1304
- "required":[
1305
- "CacheParameterGroupName",
1306
- "CacheParameterGroupFamily",
1307
- "Description"
1308
- ],
1309
- "members":{
1310
- "CacheParameterGroupName":{"shape":"String"},
1311
- "CacheParameterGroupFamily":{"shape":"String"},
1312
- "Description":{"shape":"String"}
1313
- }
1314
- },
1315
- "CreateCacheParameterGroupResult":{
1316
- "type":"structure",
1317
- "members":{
1318
- "CacheParameterGroup":{"shape":"CacheParameterGroup"}
1319
- }
1320
- },
1321
- "CreateCacheSecurityGroupMessage":{
1322
- "type":"structure",
1323
- "required":[
1324
- "CacheSecurityGroupName",
1325
- "Description"
1326
- ],
1327
- "members":{
1328
- "CacheSecurityGroupName":{"shape":"String"},
1329
- "Description":{"shape":"String"}
1330
- }
1331
- },
1332
- "CreateCacheSecurityGroupResult":{
1333
- "type":"structure",
1334
- "members":{
1335
- "CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
1336
- }
1337
- },
1338
- "CreateCacheSubnetGroupMessage":{
1339
- "type":"structure",
1340
- "required":[
1341
- "CacheSubnetGroupName",
1342
- "CacheSubnetGroupDescription",
1343
- "SubnetIds"
1344
- ],
1345
- "members":{
1346
- "CacheSubnetGroupName":{"shape":"String"},
1347
- "CacheSubnetGroupDescription":{"shape":"String"},
1348
- "SubnetIds":{"shape":"SubnetIdentifierList"}
1349
- }
1350
- },
1351
- "CreateCacheSubnetGroupResult":{
1352
- "type":"structure",
1353
- "members":{
1354
- "CacheSubnetGroup":{"shape":"CacheSubnetGroup"}
1355
- }
1356
- },
1357
- "CreateReplicationGroupMessage":{
1358
- "type":"structure",
1359
- "required":[
1360
- "ReplicationGroupId",
1361
- "ReplicationGroupDescription"
1362
- ],
1363
- "members":{
1364
- "ReplicationGroupId":{"shape":"String"},
1365
- "ReplicationGroupDescription":{"shape":"String"},
1366
- "PrimaryClusterId":{"shape":"String"},
1367
- "AutomaticFailoverEnabled":{"shape":"BooleanOptional"},
1368
- "NumCacheClusters":{"shape":"IntegerOptional"},
1369
- "PreferredCacheClusterAZs":{"shape":"AvailabilityZonesList"},
1370
- "NumNodeGroups":{"shape":"IntegerOptional"},
1371
- "ReplicasPerNodeGroup":{"shape":"IntegerOptional"},
1372
- "NodeGroupConfiguration":{"shape":"NodeGroupConfigurationList"},
1373
- "CacheNodeType":{"shape":"String"},
1374
- "Engine":{"shape":"String"},
1375
- "EngineVersion":{"shape":"String"},
1376
- "CacheParameterGroupName":{"shape":"String"},
1377
- "CacheSubnetGroupName":{"shape":"String"},
1378
- "CacheSecurityGroupNames":{"shape":"CacheSecurityGroupNameList"},
1379
- "SecurityGroupIds":{"shape":"SecurityGroupIdsList"},
1380
- "Tags":{"shape":"TagList"},
1381
- "SnapshotArns":{"shape":"SnapshotArnsList"},
1382
- "SnapshotName":{"shape":"String"},
1383
- "PreferredMaintenanceWindow":{"shape":"String"},
1384
- "Port":{"shape":"IntegerOptional"},
1385
- "NotificationTopicArn":{"shape":"String"},
1386
- "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1387
- "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
1388
- "SnapshotWindow":{"shape":"String"},
1389
- "AuthToken":{"shape":"String"}
1390
- }
1391
- },
1392
- "CreateReplicationGroupResult":{
1393
- "type":"structure",
1394
- "members":{
1395
- "ReplicationGroup":{"shape":"ReplicationGroup"}
1396
- }
1397
- },
1398
- "CreateSnapshotMessage":{
1399
- "type":"structure",
1400
- "required":["SnapshotName"],
1401
- "members":{
1402
- "ReplicationGroupId":{"shape":"String"},
1403
- "CacheClusterId":{"shape":"String"},
1404
- "SnapshotName":{"shape":"String"}
1405
- }
1406
- },
1407
- "CreateSnapshotResult":{
1408
- "type":"structure",
1409
- "members":{
1410
- "Snapshot":{"shape":"Snapshot"}
1411
- }
1412
- },
1413
- "DeleteCacheClusterMessage":{
1414
- "type":"structure",
1415
- "required":["CacheClusterId"],
1416
- "members":{
1417
- "CacheClusterId":{"shape":"String"},
1418
- "FinalSnapshotIdentifier":{"shape":"String"}
1419
- }
1420
- },
1421
- "DeleteCacheClusterResult":{
1422
- "type":"structure",
1423
- "members":{
1424
- "CacheCluster":{"shape":"CacheCluster"}
1425
- }
1426
- },
1427
- "DeleteCacheParameterGroupMessage":{
1428
- "type":"structure",
1429
- "required":["CacheParameterGroupName"],
1430
- "members":{
1431
- "CacheParameterGroupName":{"shape":"String"}
1432
- }
1433
- },
1434
- "DeleteCacheSecurityGroupMessage":{
1435
- "type":"structure",
1436
- "required":["CacheSecurityGroupName"],
1437
- "members":{
1438
- "CacheSecurityGroupName":{"shape":"String"}
1439
- }
1440
- },
1441
- "DeleteCacheSubnetGroupMessage":{
1442
- "type":"structure",
1443
- "required":["CacheSubnetGroupName"],
1444
- "members":{
1445
- "CacheSubnetGroupName":{"shape":"String"}
1446
- }
1447
- },
1448
- "DeleteReplicationGroupMessage":{
1449
- "type":"structure",
1450
- "required":["ReplicationGroupId"],
1451
- "members":{
1452
- "ReplicationGroupId":{"shape":"String"},
1453
- "RetainPrimaryCluster":{"shape":"BooleanOptional"},
1454
- "FinalSnapshotIdentifier":{"shape":"String"}
1455
- }
1456
- },
1457
- "DeleteReplicationGroupResult":{
1458
- "type":"structure",
1459
- "members":{
1460
- "ReplicationGroup":{"shape":"ReplicationGroup"}
1461
- }
1462
- },
1463
- "DeleteSnapshotMessage":{
1464
- "type":"structure",
1465
- "required":["SnapshotName"],
1466
- "members":{
1467
- "SnapshotName":{"shape":"String"}
1468
- }
1469
- },
1470
- "DeleteSnapshotResult":{
1471
- "type":"structure",
1472
- "members":{
1473
- "Snapshot":{"shape":"Snapshot"}
1474
- }
1475
- },
1476
- "DescribeCacheClustersMessage":{
1477
- "type":"structure",
1478
- "members":{
1479
- "CacheClusterId":{"shape":"String"},
1480
- "MaxRecords":{"shape":"IntegerOptional"},
1481
- "Marker":{"shape":"String"},
1482
- "ShowCacheNodeInfo":{"shape":"BooleanOptional"},
1483
- "ShowCacheClustersNotInReplicationGroups":{"shape":"BooleanOptional"}
1484
- }
1485
- },
1486
- "DescribeCacheEngineVersionsMessage":{
1487
- "type":"structure",
1488
- "members":{
1489
- "Engine":{"shape":"String"},
1490
- "EngineVersion":{"shape":"String"},
1491
- "CacheParameterGroupFamily":{"shape":"String"},
1492
- "MaxRecords":{"shape":"IntegerOptional"},
1493
- "Marker":{"shape":"String"},
1494
- "DefaultOnly":{"shape":"Boolean"}
1495
- }
1496
- },
1497
- "DescribeCacheParameterGroupsMessage":{
1498
- "type":"structure",
1499
- "members":{
1500
- "CacheParameterGroupName":{"shape":"String"},
1501
- "MaxRecords":{"shape":"IntegerOptional"},
1502
- "Marker":{"shape":"String"}
1503
- }
1504
- },
1505
- "DescribeCacheParametersMessage":{
1506
- "type":"structure",
1507
- "required":["CacheParameterGroupName"],
1508
- "members":{
1509
- "CacheParameterGroupName":{"shape":"String"},
1510
- "Source":{"shape":"String"},
1511
- "MaxRecords":{"shape":"IntegerOptional"},
1512
- "Marker":{"shape":"String"}
1513
- }
1514
- },
1515
- "DescribeCacheSecurityGroupsMessage":{
1516
- "type":"structure",
1517
- "members":{
1518
- "CacheSecurityGroupName":{"shape":"String"},
1519
- "MaxRecords":{"shape":"IntegerOptional"},
1520
- "Marker":{"shape":"String"}
1521
- }
1522
- },
1523
- "DescribeCacheSubnetGroupsMessage":{
1524
- "type":"structure",
1525
- "members":{
1526
- "CacheSubnetGroupName":{"shape":"String"},
1527
- "MaxRecords":{"shape":"IntegerOptional"},
1528
- "Marker":{"shape":"String"}
1529
- }
1530
- },
1531
- "DescribeEngineDefaultParametersMessage":{
1532
- "type":"structure",
1533
- "required":["CacheParameterGroupFamily"],
1534
- "members":{
1535
- "CacheParameterGroupFamily":{"shape":"String"},
1536
- "MaxRecords":{"shape":"IntegerOptional"},
1537
- "Marker":{"shape":"String"}
1538
- }
1539
- },
1540
- "DescribeEngineDefaultParametersResult":{
1541
- "type":"structure",
1542
- "members":{
1543
- "EngineDefaults":{"shape":"EngineDefaults"}
1544
- }
1545
- },
1546
- "DescribeEventsMessage":{
1547
- "type":"structure",
1548
- "members":{
1549
- "SourceIdentifier":{"shape":"String"},
1550
- "SourceType":{"shape":"SourceType"},
1551
- "StartTime":{"shape":"TStamp"},
1552
- "EndTime":{"shape":"TStamp"},
1553
- "Duration":{"shape":"IntegerOptional"},
1554
- "MaxRecords":{"shape":"IntegerOptional"},
1555
- "Marker":{"shape":"String"}
1556
- }
1557
- },
1558
- "DescribeReplicationGroupsMessage":{
1559
- "type":"structure",
1560
- "members":{
1561
- "ReplicationGroupId":{"shape":"String"},
1562
- "MaxRecords":{"shape":"IntegerOptional"},
1563
- "Marker":{"shape":"String"}
1564
- }
1565
- },
1566
- "DescribeReservedCacheNodesMessage":{
1567
- "type":"structure",
1568
- "members":{
1569
- "ReservedCacheNodeId":{"shape":"String"},
1570
- "ReservedCacheNodesOfferingId":{"shape":"String"},
1571
- "CacheNodeType":{"shape":"String"},
1572
- "Duration":{"shape":"String"},
1573
- "ProductDescription":{"shape":"String"},
1574
- "OfferingType":{"shape":"String"},
1575
- "MaxRecords":{"shape":"IntegerOptional"},
1576
- "Marker":{"shape":"String"}
1577
- }
1578
- },
1579
- "DescribeReservedCacheNodesOfferingsMessage":{
1580
- "type":"structure",
1581
- "members":{
1582
- "ReservedCacheNodesOfferingId":{"shape":"String"},
1583
- "CacheNodeType":{"shape":"String"},
1584
- "Duration":{"shape":"String"},
1585
- "ProductDescription":{"shape":"String"},
1586
- "OfferingType":{"shape":"String"},
1587
- "MaxRecords":{"shape":"IntegerOptional"},
1588
- "Marker":{"shape":"String"}
1589
- }
1590
- },
1591
- "DescribeSnapshotsListMessage":{
1592
- "type":"structure",
1593
- "members":{
1594
- "Marker":{"shape":"String"},
1595
- "Snapshots":{"shape":"SnapshotList"}
1596
- }
1597
- },
1598
- "DescribeSnapshotsMessage":{
1599
- "type":"structure",
1600
- "members":{
1601
- "ReplicationGroupId":{"shape":"String"},
1602
- "CacheClusterId":{"shape":"String"},
1603
- "SnapshotName":{"shape":"String"},
1604
- "SnapshotSource":{"shape":"String"},
1605
- "Marker":{"shape":"String"},
1606
- "MaxRecords":{"shape":"IntegerOptional"},
1607
- "ShowNodeGroupConfig":{"shape":"BooleanOptional"}
1608
- }
1609
- },
1610
- "Double":{"type":"double"},
1611
- "EC2SecurityGroup":{
1612
- "type":"structure",
1613
- "members":{
1614
- "Status":{"shape":"String"},
1615
- "EC2SecurityGroupName":{"shape":"String"},
1616
- "EC2SecurityGroupOwnerId":{"shape":"String"}
1617
- }
1618
- },
1619
- "EC2SecurityGroupList":{
1620
- "type":"list",
1621
- "member":{
1622
- "shape":"EC2SecurityGroup",
1623
- "locationName":"EC2SecurityGroup"
1624
- }
1625
- },
1626
- "Endpoint":{
1627
- "type":"structure",
1628
- "members":{
1629
- "Address":{"shape":"String"},
1630
- "Port":{"shape":"Integer"}
1631
- }
1632
- },
1633
- "EngineDefaults":{
1634
- "type":"structure",
1635
- "members":{
1636
- "CacheParameterGroupFamily":{"shape":"String"},
1637
- "Marker":{"shape":"String"},
1638
- "Parameters":{"shape":"ParametersList"},
1639
- "CacheNodeTypeSpecificParameters":{"shape":"CacheNodeTypeSpecificParametersList"}
1640
- },
1641
- "wrapper":true
1642
- },
1643
- "Event":{
1644
- "type":"structure",
1645
- "members":{
1646
- "SourceIdentifier":{"shape":"String"},
1647
- "SourceType":{"shape":"SourceType"},
1648
- "Message":{"shape":"String"},
1649
- "Date":{"shape":"TStamp"}
1650
- }
1651
- },
1652
- "EventList":{
1653
- "type":"list",
1654
- "member":{
1655
- "shape":"Event",
1656
- "locationName":"Event"
1657
- }
1658
- },
1659
- "EventsMessage":{
1660
- "type":"structure",
1661
- "members":{
1662
- "Marker":{"shape":"String"},
1663
- "Events":{"shape":"EventList"}
1664
- }
1665
- },
1666
- "InsufficientCacheClusterCapacityFault":{
1667
- "type":"structure",
1668
- "members":{
1669
- },
1670
- "error":{
1671
- "code":"InsufficientCacheClusterCapacity",
1672
- "httpStatusCode":400,
1673
- "senderFault":true
1674
- },
1675
- "exception":true
1676
- },
1677
- "Integer":{"type":"integer"},
1678
- "IntegerOptional":{"type":"integer"},
1679
- "InvalidARNFault":{
1680
- "type":"structure",
1681
- "members":{
1682
- },
1683
- "error":{
1684
- "code":"InvalidARN",
1685
- "httpStatusCode":400,
1686
- "senderFault":true
1687
- },
1688
- "exception":true
1689
- },
1690
- "InvalidCacheClusterStateFault":{
1691
- "type":"structure",
1692
- "members":{
1693
- },
1694
- "error":{
1695
- "code":"InvalidCacheClusterState",
1696
- "httpStatusCode":400,
1697
- "senderFault":true
1698
- },
1699
- "exception":true
1700
- },
1701
- "InvalidCacheParameterGroupStateFault":{
1702
- "type":"structure",
1703
- "members":{
1704
- },
1705
- "error":{
1706
- "code":"InvalidCacheParameterGroupState",
1707
- "httpStatusCode":400,
1708
- "senderFault":true
1709
- },
1710
- "exception":true
1711
- },
1712
- "InvalidCacheSecurityGroupStateFault":{
1713
- "type":"structure",
1714
- "members":{
1715
- },
1716
- "error":{
1717
- "code":"InvalidCacheSecurityGroupState",
1718
- "httpStatusCode":400,
1719
- "senderFault":true
1720
- },
1721
- "exception":true
1722
- },
1723
- "InvalidParameterCombinationException":{
1724
- "type":"structure",
1725
- "members":{
1726
- "message":{"shape":"AwsQueryErrorMessage"}
1727
- },
1728
- "error":{
1729
- "code":"InvalidParameterCombination",
1730
- "httpStatusCode":400,
1731
- "senderFault":true
1732
- },
1733
- "exception":true
1734
- },
1735
- "InvalidParameterValueException":{
1736
- "type":"structure",
1737
- "members":{
1738
- "message":{"shape":"AwsQueryErrorMessage"}
1739
- },
1740
- "error":{
1741
- "code":"InvalidParameterValue",
1742
- "httpStatusCode":400,
1743
- "senderFault":true
1744
- },
1745
- "exception":true
1746
- },
1747
- "InvalidReplicationGroupStateFault":{
1748
- "type":"structure",
1749
- "members":{
1750
- },
1751
- "error":{
1752
- "code":"InvalidReplicationGroupState",
1753
- "httpStatusCode":400,
1754
- "senderFault":true
1755
- },
1756
- "exception":true
1757
- },
1758
- "InvalidSnapshotStateFault":{
1759
- "type":"structure",
1760
- "members":{
1761
- },
1762
- "error":{
1763
- "code":"InvalidSnapshotState",
1764
- "httpStatusCode":400,
1765
- "senderFault":true
1766
- },
1767
- "exception":true
1768
- },
1769
- "InvalidSubnet":{
1770
- "type":"structure",
1771
- "members":{
1772
- },
1773
- "error":{
1774
- "code":"InvalidSubnet",
1775
- "httpStatusCode":400,
1776
- "senderFault":true
1777
- },
1778
- "exception":true
1779
- },
1780
- "InvalidVPCNetworkStateFault":{
1781
- "type":"structure",
1782
- "members":{
1783
- },
1784
- "error":{
1785
- "code":"InvalidVPCNetworkStateFault",
1786
- "httpStatusCode":400,
1787
- "senderFault":true
1788
- },
1789
- "exception":true
1790
- },
1791
- "KeyList":{
1792
- "type":"list",
1793
- "member":{"shape":"String"}
1794
- },
1795
- "ListAllowedNodeTypeModificationsMessage":{
1796
- "type":"structure",
1797
- "members":{
1798
- "CacheClusterId":{"shape":"String"},
1799
- "ReplicationGroupId":{"shape":"String"}
1800
- }
1801
- },
1802
- "ListTagsForResourceMessage":{
1803
- "type":"structure",
1804
- "required":["ResourceName"],
1805
- "members":{
1806
- "ResourceName":{"shape":"String"}
1807
- }
1808
- },
1809
- "ModifyCacheClusterMessage":{
1810
- "type":"structure",
1811
- "required":["CacheClusterId"],
1812
- "members":{
1813
- "CacheClusterId":{"shape":"String"},
1814
- "NumCacheNodes":{"shape":"IntegerOptional"},
1815
- "CacheNodeIdsToRemove":{"shape":"CacheNodeIdsList"},
1816
- "AZMode":{"shape":"AZMode"},
1817
- "NewAvailabilityZones":{"shape":"PreferredAvailabilityZoneList"},
1818
- "CacheSecurityGroupNames":{"shape":"CacheSecurityGroupNameList"},
1819
- "SecurityGroupIds":{"shape":"SecurityGroupIdsList"},
1820
- "PreferredMaintenanceWindow":{"shape":"String"},
1821
- "NotificationTopicArn":{"shape":"String"},
1822
- "CacheParameterGroupName":{"shape":"String"},
1823
- "NotificationTopicStatus":{"shape":"String"},
1824
- "ApplyImmediately":{"shape":"Boolean"},
1825
- "EngineVersion":{"shape":"String"},
1826
- "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1827
- "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
1828
- "SnapshotWindow":{"shape":"String"},
1829
- "CacheNodeType":{"shape":"String"}
1830
- }
1831
- },
1832
- "ModifyCacheClusterResult":{
1833
- "type":"structure",
1834
- "members":{
1835
- "CacheCluster":{"shape":"CacheCluster"}
1836
- }
1837
- },
1838
- "ModifyCacheParameterGroupMessage":{
1839
- "type":"structure",
1840
- "required":[
1841
- "CacheParameterGroupName",
1842
- "ParameterNameValues"
1843
- ],
1844
- "members":{
1845
- "CacheParameterGroupName":{"shape":"String"},
1846
- "ParameterNameValues":{"shape":"ParameterNameValueList"}
1847
- }
1848
- },
1849
- "ModifyCacheSubnetGroupMessage":{
1850
- "type":"structure",
1851
- "required":["CacheSubnetGroupName"],
1852
- "members":{
1853
- "CacheSubnetGroupName":{"shape":"String"},
1854
- "CacheSubnetGroupDescription":{"shape":"String"},
1855
- "SubnetIds":{"shape":"SubnetIdentifierList"}
1856
- }
1857
- },
1858
- "ModifyCacheSubnetGroupResult":{
1859
- "type":"structure",
1860
- "members":{
1861
- "CacheSubnetGroup":{"shape":"CacheSubnetGroup"}
1862
- }
1863
- },
1864
- "ModifyReplicationGroupMessage":{
1865
- "type":"structure",
1866
- "required":["ReplicationGroupId"],
1867
- "members":{
1868
- "ReplicationGroupId":{"shape":"String"},
1869
- "ReplicationGroupDescription":{"shape":"String"},
1870
- "PrimaryClusterId":{"shape":"String"},
1871
- "SnapshottingClusterId":{"shape":"String"},
1872
- "AutomaticFailoverEnabled":{"shape":"BooleanOptional"},
1873
- "CacheSecurityGroupNames":{"shape":"CacheSecurityGroupNameList"},
1874
- "SecurityGroupIds":{"shape":"SecurityGroupIdsList"},
1875
- "PreferredMaintenanceWindow":{"shape":"String"},
1876
- "NotificationTopicArn":{"shape":"String"},
1877
- "CacheParameterGroupName":{"shape":"String"},
1878
- "NotificationTopicStatus":{"shape":"String"},
1879
- "ApplyImmediately":{"shape":"Boolean"},
1880
- "EngineVersion":{"shape":"String"},
1881
- "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1882
- "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
1883
- "SnapshotWindow":{"shape":"String"},
1884
- "CacheNodeType":{"shape":"String"},
1885
- "NodeGroupId":{"shape":"String"}
1886
- }
1887
- },
1888
- "ModifyReplicationGroupResult":{
1889
- "type":"structure",
1890
- "members":{
1891
- "ReplicationGroup":{"shape":"ReplicationGroup"}
1892
- }
1893
- },
1894
- "NodeGroup":{
1895
- "type":"structure",
1896
- "members":{
1897
- "NodeGroupId":{"shape":"String"},
1898
- "Status":{"shape":"String"},
1899
- "PrimaryEndpoint":{"shape":"Endpoint"},
1900
- "Slots":{"shape":"String"},
1901
- "NodeGroupMembers":{"shape":"NodeGroupMemberList"}
1902
- }
1903
- },
1904
- "NodeGroupConfiguration":{
1905
- "type":"structure",
1906
- "members":{
1907
- "Slots":{"shape":"String"},
1908
- "ReplicaCount":{"shape":"IntegerOptional"},
1909
- "PrimaryAvailabilityZone":{"shape":"String"},
1910
- "ReplicaAvailabilityZones":{"shape":"AvailabilityZonesList"}
1911
- }
1912
- },
1913
- "NodeGroupConfigurationList":{
1914
- "type":"list",
1915
- "member":{
1916
- "shape":"NodeGroupConfiguration",
1917
- "locationName":"NodeGroupConfiguration"
1918
- }
1919
- },
1920
- "NodeGroupList":{
1921
- "type":"list",
1922
- "member":{
1923
- "shape":"NodeGroup",
1924
- "locationName":"NodeGroup"
1925
- }
1926
- },
1927
- "NodeGroupMember":{
1928
- "type":"structure",
1929
- "members":{
1930
- "CacheClusterId":{"shape":"String"},
1931
- "CacheNodeId":{"shape":"String"},
1932
- "ReadEndpoint":{"shape":"Endpoint"},
1933
- "PreferredAvailabilityZone":{"shape":"String"},
1934
- "CurrentRole":{"shape":"String"}
1935
- }
1936
- },
1937
- "NodeGroupMemberList":{
1938
- "type":"list",
1939
- "member":{
1940
- "shape":"NodeGroupMember",
1941
- "locationName":"NodeGroupMember"
1942
- }
1943
- },
1944
- "NodeGroupNotFoundFault":{
1945
- "type":"structure",
1946
- "members":{
1947
- },
1948
- "error":{
1949
- "code":"NodeGroupNotFoundFault",
1950
- "httpStatusCode":404,
1951
- "senderFault":true
1952
- },
1953
- "exception":true
1954
- },
1955
- "NodeGroupsPerReplicationGroupQuotaExceededFault":{
1956
- "type":"structure",
1957
- "members":{
1958
- },
1959
- "error":{
1960
- "code":"NodeGroupsPerReplicationGroupQuotaExceeded",
1961
- "httpStatusCode":400,
1962
- "senderFault":true
1963
- },
1964
- "exception":true
1965
- },
1966
- "NodeQuotaForClusterExceededFault":{
1967
- "type":"structure",
1968
- "members":{
1969
- },
1970
- "error":{
1971
- "code":"NodeQuotaForClusterExceeded",
1972
- "httpStatusCode":400,
1973
- "senderFault":true
1974
- },
1975
- "exception":true
1976
- },
1977
- "NodeQuotaForCustomerExceededFault":{
1978
- "type":"structure",
1979
- "members":{
1980
- },
1981
- "error":{
1982
- "code":"NodeQuotaForCustomerExceeded",
1983
- "httpStatusCode":400,
1984
- "senderFault":true
1985
- },
1986
- "exception":true
1987
- },
1988
- "NodeSnapshot":{
1989
- "type":"structure",
1990
- "members":{
1991
- "CacheClusterId":{"shape":"String"},
1992
- "NodeGroupId":{"shape":"String"},
1993
- "CacheNodeId":{"shape":"String"},
1994
- "NodeGroupConfiguration":{"shape":"NodeGroupConfiguration"},
1995
- "CacheSize":{"shape":"String"},
1996
- "CacheNodeCreateTime":{"shape":"TStamp"},
1997
- "SnapshotCreateTime":{"shape":"TStamp"}
1998
- },
1999
- "wrapper":true
2000
- },
2001
- "NodeSnapshotList":{
2002
- "type":"list",
2003
- "member":{
2004
- "shape":"NodeSnapshot",
2005
- "locationName":"NodeSnapshot"
2006
- }
2007
- },
2008
- "NodeTypeList":{
2009
- "type":"list",
2010
- "member":{"shape":"String"}
2011
- },
2012
- "NotificationConfiguration":{
2013
- "type":"structure",
2014
- "members":{
2015
- "TopicArn":{"shape":"String"},
2016
- "TopicStatus":{"shape":"String"}
2017
- }
2018
- },
2019
- "Parameter":{
2020
- "type":"structure",
2021
- "members":{
2022
- "ParameterName":{"shape":"String"},
2023
- "ParameterValue":{"shape":"String"},
2024
- "Description":{"shape":"String"},
2025
- "Source":{"shape":"String"},
2026
- "DataType":{"shape":"String"},
2027
- "AllowedValues":{"shape":"String"},
2028
- "IsModifiable":{"shape":"Boolean"},
2029
- "MinimumEngineVersion":{"shape":"String"},
2030
- "ChangeType":{"shape":"ChangeType"}
2031
- }
2032
- },
2033
- "ParameterNameValue":{
2034
- "type":"structure",
2035
- "members":{
2036
- "ParameterName":{"shape":"String"},
2037
- "ParameterValue":{"shape":"String"}
2038
- }
2039
- },
2040
- "ParameterNameValueList":{
2041
- "type":"list",
2042
- "member":{
2043
- "shape":"ParameterNameValue",
2044
- "locationName":"ParameterNameValue"
2045
- }
2046
- },
2047
- "ParametersList":{
2048
- "type":"list",
2049
- "member":{
2050
- "shape":"Parameter",
2051
- "locationName":"Parameter"
2052
- }
2053
- },
2054
- "PendingAutomaticFailoverStatus":{
2055
- "type":"string",
2056
- "enum":[
2057
- "enabled",
2058
- "disabled"
2059
- ]
2060
- },
2061
- "PendingModifiedValues":{
2062
- "type":"structure",
2063
- "members":{
2064
- "NumCacheNodes":{"shape":"IntegerOptional"},
2065
- "CacheNodeIdsToRemove":{"shape":"CacheNodeIdsList"},
2066
- "EngineVersion":{"shape":"String"},
2067
- "CacheNodeType":{"shape":"String"}
2068
- }
2069
- },
2070
- "PreferredAvailabilityZoneList":{
2071
- "type":"list",
2072
- "member":{
2073
- "shape":"String",
2074
- "locationName":"PreferredAvailabilityZone"
2075
- }
2076
- },
2077
- "PurchaseReservedCacheNodesOfferingMessage":{
2078
- "type":"structure",
2079
- "required":["ReservedCacheNodesOfferingId"],
2080
- "members":{
2081
- "ReservedCacheNodesOfferingId":{"shape":"String"},
2082
- "ReservedCacheNodeId":{"shape":"String"},
2083
- "CacheNodeCount":{"shape":"IntegerOptional"}
2084
- }
2085
- },
2086
- "PurchaseReservedCacheNodesOfferingResult":{
2087
- "type":"structure",
2088
- "members":{
2089
- "ReservedCacheNode":{"shape":"ReservedCacheNode"}
2090
- }
2091
- },
2092
- "RebootCacheClusterMessage":{
2093
- "type":"structure",
2094
- "required":[
2095
- "CacheClusterId",
2096
- "CacheNodeIdsToReboot"
2097
- ],
2098
- "members":{
2099
- "CacheClusterId":{"shape":"String"},
2100
- "CacheNodeIdsToReboot":{"shape":"CacheNodeIdsList"}
2101
- }
2102
- },
2103
- "RebootCacheClusterResult":{
2104
- "type":"structure",
2105
- "members":{
2106
- "CacheCluster":{"shape":"CacheCluster"}
2107
- }
2108
- },
2109
- "RecurringCharge":{
2110
- "type":"structure",
2111
- "members":{
2112
- "RecurringChargeAmount":{"shape":"Double"},
2113
- "RecurringChargeFrequency":{"shape":"String"}
2114
- },
2115
- "wrapper":true
2116
- },
2117
- "RecurringChargeList":{
2118
- "type":"list",
2119
- "member":{
2120
- "shape":"RecurringCharge",
2121
- "locationName":"RecurringCharge"
2122
- }
2123
- },
2124
- "RemoveTagsFromResourceMessage":{
2125
- "type":"structure",
2126
- "required":[
2127
- "ResourceName",
2128
- "TagKeys"
2129
- ],
2130
- "members":{
2131
- "ResourceName":{"shape":"String"},
2132
- "TagKeys":{"shape":"KeyList"}
2133
- }
2134
- },
2135
- "ReplicationGroup":{
2136
- "type":"structure",
2137
- "members":{
2138
- "ReplicationGroupId":{"shape":"String"},
2139
- "Description":{"shape":"String"},
2140
- "Status":{"shape":"String"},
2141
- "PendingModifiedValues":{"shape":"ReplicationGroupPendingModifiedValues"},
2142
- "MemberClusters":{"shape":"ClusterIdList"},
2143
- "NodeGroups":{"shape":"NodeGroupList"},
2144
- "SnapshottingClusterId":{"shape":"String"},
2145
- "AutomaticFailover":{"shape":"AutomaticFailoverStatus"},
2146
- "ConfigurationEndpoint":{"shape":"Endpoint"},
2147
- "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
2148
- "SnapshotWindow":{"shape":"String"},
2149
- "ClusterEnabled":{"shape":"BooleanOptional"},
2150
- "CacheNodeType":{"shape":"String"}
2151
- },
2152
- "wrapper":true
2153
- },
2154
- "ReplicationGroupAlreadyExistsFault":{
2155
- "type":"structure",
2156
- "members":{
2157
- },
2158
- "error":{
2159
- "code":"ReplicationGroupAlreadyExists",
2160
- "httpStatusCode":400,
2161
- "senderFault":true
2162
- },
2163
- "exception":true
2164
- },
2165
- "ReplicationGroupList":{
2166
- "type":"list",
2167
- "member":{
2168
- "shape":"ReplicationGroup",
2169
- "locationName":"ReplicationGroup"
2170
- }
2171
- },
2172
- "ReplicationGroupMessage":{
2173
- "type":"structure",
2174
- "members":{
2175
- "Marker":{"shape":"String"},
2176
- "ReplicationGroups":{"shape":"ReplicationGroupList"}
2177
- }
2178
- },
2179
- "ReplicationGroupNotFoundFault":{
2180
- "type":"structure",
2181
- "members":{
2182
- },
2183
- "error":{
2184
- "code":"ReplicationGroupNotFoundFault",
2185
- "httpStatusCode":404,
2186
- "senderFault":true
2187
- },
2188
- "exception":true
2189
- },
2190
- "ReplicationGroupPendingModifiedValues":{
2191
- "type":"structure",
2192
- "members":{
2193
- "PrimaryClusterId":{"shape":"String"},
2194
- "AutomaticFailoverStatus":{"shape":"PendingAutomaticFailoverStatus"}
2195
- }
2196
- },
2197
- "ReservedCacheNode":{
2198
- "type":"structure",
2199
- "members":{
2200
- "ReservedCacheNodeId":{"shape":"String"},
2201
- "ReservedCacheNodesOfferingId":{"shape":"String"},
2202
- "CacheNodeType":{"shape":"String"},
2203
- "StartTime":{"shape":"TStamp"},
2204
- "Duration":{"shape":"Integer"},
2205
- "FixedPrice":{"shape":"Double"},
2206
- "UsagePrice":{"shape":"Double"},
2207
- "CacheNodeCount":{"shape":"Integer"},
2208
- "ProductDescription":{"shape":"String"},
2209
- "OfferingType":{"shape":"String"},
2210
- "State":{"shape":"String"},
2211
- "RecurringCharges":{"shape":"RecurringChargeList"}
2212
- },
2213
- "wrapper":true
2214
- },
2215
- "ReservedCacheNodeAlreadyExistsFault":{
2216
- "type":"structure",
2217
- "members":{
2218
- },
2219
- "error":{
2220
- "code":"ReservedCacheNodeAlreadyExists",
2221
- "httpStatusCode":404,
2222
- "senderFault":true
2223
- },
2224
- "exception":true
2225
- },
2226
- "ReservedCacheNodeList":{
2227
- "type":"list",
2228
- "member":{
2229
- "shape":"ReservedCacheNode",
2230
- "locationName":"ReservedCacheNode"
2231
- }
2232
- },
2233
- "ReservedCacheNodeMessage":{
2234
- "type":"structure",
2235
- "members":{
2236
- "Marker":{"shape":"String"},
2237
- "ReservedCacheNodes":{"shape":"ReservedCacheNodeList"}
2238
- }
2239
- },
2240
- "ReservedCacheNodeNotFoundFault":{
2241
- "type":"structure",
2242
- "members":{
2243
- },
2244
- "error":{
2245
- "code":"ReservedCacheNodeNotFound",
2246
- "httpStatusCode":404,
2247
- "senderFault":true
2248
- },
2249
- "exception":true
2250
- },
2251
- "ReservedCacheNodeQuotaExceededFault":{
2252
- "type":"structure",
2253
- "members":{
2254
- },
2255
- "error":{
2256
- "code":"ReservedCacheNodeQuotaExceeded",
2257
- "httpStatusCode":400,
2258
- "senderFault":true
2259
- },
2260
- "exception":true
2261
- },
2262
- "ReservedCacheNodesOffering":{
2263
- "type":"structure",
2264
- "members":{
2265
- "ReservedCacheNodesOfferingId":{"shape":"String"},
2266
- "CacheNodeType":{"shape":"String"},
2267
- "Duration":{"shape":"Integer"},
2268
- "FixedPrice":{"shape":"Double"},
2269
- "UsagePrice":{"shape":"Double"},
2270
- "ProductDescription":{"shape":"String"},
2271
- "OfferingType":{"shape":"String"},
2272
- "RecurringCharges":{"shape":"RecurringChargeList"}
2273
- },
2274
- "wrapper":true
2275
- },
2276
- "ReservedCacheNodesOfferingList":{
2277
- "type":"list",
2278
- "member":{
2279
- "shape":"ReservedCacheNodesOffering",
2280
- "locationName":"ReservedCacheNodesOffering"
2281
- }
2282
- },
2283
- "ReservedCacheNodesOfferingMessage":{
2284
- "type":"structure",
2285
- "members":{
2286
- "Marker":{"shape":"String"},
2287
- "ReservedCacheNodesOfferings":{"shape":"ReservedCacheNodesOfferingList"}
2288
- }
2289
- },
2290
- "ReservedCacheNodesOfferingNotFoundFault":{
2291
- "type":"structure",
2292
- "members":{
2293
- },
2294
- "error":{
2295
- "code":"ReservedCacheNodesOfferingNotFound",
2296
- "httpStatusCode":404,
2297
- "senderFault":true
2298
- },
2299
- "exception":true
2300
- },
2301
- "ResetCacheParameterGroupMessage":{
2302
- "type":"structure",
2303
- "required":["CacheParameterGroupName"],
2304
- "members":{
2305
- "CacheParameterGroupName":{"shape":"String"},
2306
- "ResetAllParameters":{"shape":"Boolean"},
2307
- "ParameterNameValues":{"shape":"ParameterNameValueList"}
2308
- }
2309
- },
2310
- "RevokeCacheSecurityGroupIngressMessage":{
2311
- "type":"structure",
2312
- "required":[
2313
- "CacheSecurityGroupName",
2314
- "EC2SecurityGroupName",
2315
- "EC2SecurityGroupOwnerId"
2316
- ],
2317
- "members":{
2318
- "CacheSecurityGroupName":{"shape":"String"},
2319
- "EC2SecurityGroupName":{"shape":"String"},
2320
- "EC2SecurityGroupOwnerId":{"shape":"String"}
2321
- }
2322
- },
2323
- "RevokeCacheSecurityGroupIngressResult":{
2324
- "type":"structure",
2325
- "members":{
2326
- "CacheSecurityGroup":{"shape":"CacheSecurityGroup"}
2327
- }
2328
- },
2329
- "SecurityGroupIdsList":{
2330
- "type":"list",
2331
- "member":{
2332
- "shape":"String",
2333
- "locationName":"SecurityGroupId"
2334
- }
2335
- },
2336
- "SecurityGroupMembership":{
2337
- "type":"structure",
2338
- "members":{
2339
- "SecurityGroupId":{"shape":"String"},
2340
- "Status":{"shape":"String"}
2341
- }
2342
- },
2343
- "SecurityGroupMembershipList":{
2344
- "type":"list",
2345
- "member":{"shape":"SecurityGroupMembership"}
2346
- },
2347
- "Snapshot":{
2348
- "type":"structure",
2349
- "members":{
2350
- "SnapshotName":{"shape":"String"},
2351
- "ReplicationGroupId":{"shape":"String"},
2352
- "ReplicationGroupDescription":{"shape":"String"},
2353
- "CacheClusterId":{"shape":"String"},
2354
- "SnapshotStatus":{"shape":"String"},
2355
- "SnapshotSource":{"shape":"String"},
2356
- "CacheNodeType":{"shape":"String"},
2357
- "Engine":{"shape":"String"},
2358
- "EngineVersion":{"shape":"String"},
2359
- "NumCacheNodes":{"shape":"IntegerOptional"},
2360
- "PreferredAvailabilityZone":{"shape":"String"},
2361
- "CacheClusterCreateTime":{"shape":"TStamp"},
2362
- "PreferredMaintenanceWindow":{"shape":"String"},
2363
- "TopicArn":{"shape":"String"},
2364
- "Port":{"shape":"IntegerOptional"},
2365
- "CacheParameterGroupName":{"shape":"String"},
2366
- "CacheSubnetGroupName":{"shape":"String"},
2367
- "VpcId":{"shape":"String"},
2368
- "AutoMinorVersionUpgrade":{"shape":"Boolean"},
2369
- "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
2370
- "SnapshotWindow":{"shape":"String"},
2371
- "NumNodeGroups":{"shape":"IntegerOptional"},
2372
- "AutomaticFailover":{"shape":"AutomaticFailoverStatus"},
2373
- "NodeSnapshots":{"shape":"NodeSnapshotList"}
2374
- },
2375
- "wrapper":true
2376
- },
2377
- "SnapshotAlreadyExistsFault":{
2378
- "type":"structure",
2379
- "members":{
2380
- },
2381
- "error":{
2382
- "code":"SnapshotAlreadyExistsFault",
2383
- "httpStatusCode":400,
2384
- "senderFault":true
2385
- },
2386
- "exception":true
2387
- },
2388
- "SnapshotArnsList":{
2389
- "type":"list",
2390
- "member":{
2391
- "shape":"String",
2392
- "locationName":"SnapshotArn"
2393
- }
2394
- },
2395
- "SnapshotFeatureNotSupportedFault":{
2396
- "type":"structure",
2397
- "members":{
2398
- },
2399
- "error":{
2400
- "code":"SnapshotFeatureNotSupportedFault",
2401
- "httpStatusCode":400,
2402
- "senderFault":true
2403
- },
2404
- "exception":true
2405
- },
2406
- "SnapshotList":{
2407
- "type":"list",
2408
- "member":{
2409
- "shape":"Snapshot",
2410
- "locationName":"Snapshot"
2411
- }
2412
- },
2413
- "SnapshotNotFoundFault":{
2414
- "type":"structure",
2415
- "members":{
2416
- },
2417
- "error":{
2418
- "code":"SnapshotNotFoundFault",
2419
- "httpStatusCode":404,
2420
- "senderFault":true
2421
- },
2422
- "exception":true
2423
- },
2424
- "SnapshotQuotaExceededFault":{
2425
- "type":"structure",
2426
- "members":{
2427
- },
2428
- "error":{
2429
- "code":"SnapshotQuotaExceededFault",
2430
- "httpStatusCode":400,
2431
- "senderFault":true
2432
- },
2433
- "exception":true
2434
- },
2435
- "SourceType":{
2436
- "type":"string",
2437
- "enum":[
2438
- "cache-cluster",
2439
- "cache-parameter-group",
2440
- "cache-security-group",
2441
- "cache-subnet-group",
2442
- "replication-group"
2443
- ]
2444
- },
2445
- "String":{"type":"string"},
2446
- "Subnet":{
2447
- "type":"structure",
2448
- "members":{
2449
- "SubnetIdentifier":{"shape":"String"},
2450
- "SubnetAvailabilityZone":{"shape":"AvailabilityZone"}
2451
- }
2452
- },
2453
- "SubnetIdentifierList":{
2454
- "type":"list",
2455
- "member":{
2456
- "shape":"String",
2457
- "locationName":"SubnetIdentifier"
2458
- }
2459
- },
2460
- "SubnetInUse":{
2461
- "type":"structure",
2462
- "members":{
2463
- },
2464
- "error":{
2465
- "code":"SubnetInUse",
2466
- "httpStatusCode":400,
2467
- "senderFault":true
2468
- },
2469
- "exception":true
2470
- },
2471
- "SubnetList":{
2472
- "type":"list",
2473
- "member":{
2474
- "shape":"Subnet",
2475
- "locationName":"Subnet"
2476
- }
2477
- },
2478
- "TStamp":{"type":"timestamp"},
2479
- "Tag":{
2480
- "type":"structure",
2481
- "members":{
2482
- "Key":{"shape":"String"},
2483
- "Value":{"shape":"String"}
2484
- }
2485
- },
2486
- "TagList":{
2487
- "type":"list",
2488
- "member":{
2489
- "shape":"Tag",
2490
- "locationName":"Tag"
2491
- }
2492
- },
2493
- "TagListMessage":{
2494
- "type":"structure",
2495
- "members":{
2496
- "TagList":{"shape":"TagList"}
2497
- }
2498
- },
2499
- "TagNotFoundFault":{
2500
- "type":"structure",
2501
- "members":{
2502
- },
2503
- "error":{
2504
- "code":"TagNotFound",
2505
- "httpStatusCode":404,
2506
- "senderFault":true
2507
- },
2508
- "exception":true
2509
- },
2510
- "TagQuotaPerResourceExceeded":{
2511
- "type":"structure",
2512
- "members":{
2513
- },
2514
- "error":{
2515
- "code":"TagQuotaPerResourceExceeded",
2516
- "httpStatusCode":400,
2517
- "senderFault":true
2518
- },
2519
- "exception":true
2520
- },
2521
- "TestFailoverMessage":{
2522
- "type":"structure",
2523
- "required":[
2524
- "ReplicationGroupId",
2525
- "NodeGroupId"
2526
- ],
2527
- "members":{
2528
- "ReplicationGroupId":{"shape":"String"},
2529
- "NodeGroupId":{"shape":"String"}
2530
- }
2531
- },
2532
- "TestFailoverNotAvailableFault":{
2533
- "type":"structure",
2534
- "members":{
2535
- },
2536
- "error":{
2537
- "code":"TestFailoverNotAvailableFault",
2538
- "httpStatusCode":400,
2539
- "senderFault":true
2540
- },
2541
- "exception":true
2542
- },
2543
- "TestFailoverResult":{
2544
- "type":"structure",
2545
- "members":{
2546
- "ReplicationGroup":{"shape":"ReplicationGroup"}
2547
- }
2548
- }
2549
- }
2550
- }