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,3272 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2014-09-01",
5
- "endpointPrefix":"rds",
6
- "protocol":"query",
7
- "serviceAbbreviation":"Amazon RDS",
8
- "serviceFullName":"Amazon Relational Database Service",
9
- "signatureVersion":"v4",
10
- "uid":"rds-2014-09-01",
11
- "xmlNamespace":"http://rds.amazonaws.com/doc/2014-09-01/"
12
- },
13
- "operations":{
14
- "AddSourceIdentifierToSubscription":{
15
- "name":"AddSourceIdentifierToSubscription",
16
- "http":{
17
- "method":"POST",
18
- "requestUri":"/"
19
- },
20
- "input":{"shape":"AddSourceIdentifierToSubscriptionMessage"},
21
- "output":{
22
- "shape":"AddSourceIdentifierToSubscriptionResult",
23
- "resultWrapper":"AddSourceIdentifierToSubscriptionResult"
24
- },
25
- "errors":[
26
- {"shape":"SubscriptionNotFoundFault"},
27
- {"shape":"SourceNotFoundFault"}
28
- ]
29
- },
30
- "AddTagsToResource":{
31
- "name":"AddTagsToResource",
32
- "http":{
33
- "method":"POST",
34
- "requestUri":"/"
35
- },
36
- "input":{"shape":"AddTagsToResourceMessage"},
37
- "errors":[
38
- {"shape":"DBInstanceNotFoundFault"},
39
- {"shape":"DBSnapshotNotFoundFault"}
40
- ]
41
- },
42
- "AuthorizeDBSecurityGroupIngress":{
43
- "name":"AuthorizeDBSecurityGroupIngress",
44
- "http":{
45
- "method":"POST",
46
- "requestUri":"/"
47
- },
48
- "input":{"shape":"AuthorizeDBSecurityGroupIngressMessage"},
49
- "output":{
50
- "shape":"AuthorizeDBSecurityGroupIngressResult",
51
- "resultWrapper":"AuthorizeDBSecurityGroupIngressResult"
52
- },
53
- "errors":[
54
- {"shape":"DBSecurityGroupNotFoundFault"},
55
- {"shape":"InvalidDBSecurityGroupStateFault"},
56
- {"shape":"AuthorizationAlreadyExistsFault"},
57
- {"shape":"AuthorizationQuotaExceededFault"}
58
- ]
59
- },
60
- "CopyDBParameterGroup":{
61
- "name":"CopyDBParameterGroup",
62
- "http":{
63
- "method":"POST",
64
- "requestUri":"/"
65
- },
66
- "input":{"shape":"CopyDBParameterGroupMessage"},
67
- "output":{
68
- "shape":"CopyDBParameterGroupResult",
69
- "resultWrapper":"CopyDBParameterGroupResult"
70
- },
71
- "errors":[
72
- {"shape":"DBParameterGroupNotFoundFault"},
73
- {"shape":"DBParameterGroupAlreadyExistsFault"},
74
- {"shape":"DBParameterGroupQuotaExceededFault"}
75
- ]
76
- },
77
- "CopyDBSnapshot":{
78
- "name":"CopyDBSnapshot",
79
- "http":{
80
- "method":"POST",
81
- "requestUri":"/"
82
- },
83
- "input":{"shape":"CopyDBSnapshotMessage"},
84
- "output":{
85
- "shape":"CopyDBSnapshotResult",
86
- "resultWrapper":"CopyDBSnapshotResult"
87
- },
88
- "errors":[
89
- {"shape":"DBSnapshotAlreadyExistsFault"},
90
- {"shape":"DBSnapshotNotFoundFault"},
91
- {"shape":"InvalidDBSnapshotStateFault"},
92
- {"shape":"SnapshotQuotaExceededFault"}
93
- ]
94
- },
95
- "CopyOptionGroup":{
96
- "name":"CopyOptionGroup",
97
- "http":{
98
- "method":"POST",
99
- "requestUri":"/"
100
- },
101
- "input":{"shape":"CopyOptionGroupMessage"},
102
- "output":{
103
- "shape":"CopyOptionGroupResult",
104
- "resultWrapper":"CopyOptionGroupResult"
105
- },
106
- "errors":[
107
- {"shape":"OptionGroupAlreadyExistsFault"},
108
- {"shape":"OptionGroupNotFoundFault"},
109
- {"shape":"OptionGroupQuotaExceededFault"}
110
- ]
111
- },
112
- "CreateDBInstance":{
113
- "name":"CreateDBInstance",
114
- "http":{
115
- "method":"POST",
116
- "requestUri":"/"
117
- },
118
- "input":{"shape":"CreateDBInstanceMessage"},
119
- "output":{
120
- "shape":"CreateDBInstanceResult",
121
- "resultWrapper":"CreateDBInstanceResult"
122
- },
123
- "errors":[
124
- {"shape":"DBInstanceAlreadyExistsFault"},
125
- {"shape":"InsufficientDBInstanceCapacityFault"},
126
- {"shape":"DBParameterGroupNotFoundFault"},
127
- {"shape":"DBSecurityGroupNotFoundFault"},
128
- {"shape":"InstanceQuotaExceededFault"},
129
- {"shape":"StorageQuotaExceededFault"},
130
- {"shape":"DBSubnetGroupNotFoundFault"},
131
- {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
132
- {"shape":"InvalidSubnet"},
133
- {"shape":"InvalidVPCNetworkStateFault"},
134
- {"shape":"ProvisionedIopsNotAvailableInAZFault"},
135
- {"shape":"OptionGroupNotFoundFault"},
136
- {"shape":"StorageTypeNotSupportedFault"},
137
- {"shape":"AuthorizationNotFoundFault"}
138
- ]
139
- },
140
- "CreateDBInstanceReadReplica":{
141
- "name":"CreateDBInstanceReadReplica",
142
- "http":{
143
- "method":"POST",
144
- "requestUri":"/"
145
- },
146
- "input":{"shape":"CreateDBInstanceReadReplicaMessage"},
147
- "output":{
148
- "shape":"CreateDBInstanceReadReplicaResult",
149
- "resultWrapper":"CreateDBInstanceReadReplicaResult"
150
- },
151
- "errors":[
152
- {"shape":"DBInstanceAlreadyExistsFault"},
153
- {"shape":"InsufficientDBInstanceCapacityFault"},
154
- {"shape":"DBParameterGroupNotFoundFault"},
155
- {"shape":"DBSecurityGroupNotFoundFault"},
156
- {"shape":"InstanceQuotaExceededFault"},
157
- {"shape":"StorageQuotaExceededFault"},
158
- {"shape":"DBInstanceNotFoundFault"},
159
- {"shape":"InvalidDBInstanceStateFault"},
160
- {"shape":"DBSubnetGroupNotFoundFault"},
161
- {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
162
- {"shape":"InvalidSubnet"},
163
- {"shape":"InvalidVPCNetworkStateFault"},
164
- {"shape":"ProvisionedIopsNotAvailableInAZFault"},
165
- {"shape":"OptionGroupNotFoundFault"},
166
- {"shape":"DBSubnetGroupNotAllowedFault"},
167
- {"shape":"InvalidDBSubnetGroupFault"},
168
- {"shape":"StorageTypeNotSupportedFault"}
169
- ]
170
- },
171
- "CreateDBParameterGroup":{
172
- "name":"CreateDBParameterGroup",
173
- "http":{
174
- "method":"POST",
175
- "requestUri":"/"
176
- },
177
- "input":{"shape":"CreateDBParameterGroupMessage"},
178
- "output":{
179
- "shape":"CreateDBParameterGroupResult",
180
- "resultWrapper":"CreateDBParameterGroupResult"
181
- },
182
- "errors":[
183
- {"shape":"DBParameterGroupQuotaExceededFault"},
184
- {"shape":"DBParameterGroupAlreadyExistsFault"}
185
- ]
186
- },
187
- "CreateDBSecurityGroup":{
188
- "name":"CreateDBSecurityGroup",
189
- "http":{
190
- "method":"POST",
191
- "requestUri":"/"
192
- },
193
- "input":{"shape":"CreateDBSecurityGroupMessage"},
194
- "output":{
195
- "shape":"CreateDBSecurityGroupResult",
196
- "resultWrapper":"CreateDBSecurityGroupResult"
197
- },
198
- "errors":[
199
- {"shape":"DBSecurityGroupAlreadyExistsFault"},
200
- {"shape":"DBSecurityGroupQuotaExceededFault"},
201
- {"shape":"DBSecurityGroupNotSupportedFault"}
202
- ]
203
- },
204
- "CreateDBSnapshot":{
205
- "name":"CreateDBSnapshot",
206
- "http":{
207
- "method":"POST",
208
- "requestUri":"/"
209
- },
210
- "input":{"shape":"CreateDBSnapshotMessage"},
211
- "output":{
212
- "shape":"CreateDBSnapshotResult",
213
- "resultWrapper":"CreateDBSnapshotResult"
214
- },
215
- "errors":[
216
- {"shape":"DBSnapshotAlreadyExistsFault"},
217
- {"shape":"InvalidDBInstanceStateFault"},
218
- {"shape":"DBInstanceNotFoundFault"},
219
- {"shape":"SnapshotQuotaExceededFault"}
220
- ]
221
- },
222
- "CreateDBSubnetGroup":{
223
- "name":"CreateDBSubnetGroup",
224
- "http":{
225
- "method":"POST",
226
- "requestUri":"/"
227
- },
228
- "input":{"shape":"CreateDBSubnetGroupMessage"},
229
- "output":{
230
- "shape":"CreateDBSubnetGroupResult",
231
- "resultWrapper":"CreateDBSubnetGroupResult"
232
- },
233
- "errors":[
234
- {"shape":"DBSubnetGroupAlreadyExistsFault"},
235
- {"shape":"DBSubnetGroupQuotaExceededFault"},
236
- {"shape":"DBSubnetQuotaExceededFault"},
237
- {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
238
- {"shape":"InvalidSubnet"}
239
- ]
240
- },
241
- "CreateEventSubscription":{
242
- "name":"CreateEventSubscription",
243
- "http":{
244
- "method":"POST",
245
- "requestUri":"/"
246
- },
247
- "input":{"shape":"CreateEventSubscriptionMessage"},
248
- "output":{
249
- "shape":"CreateEventSubscriptionResult",
250
- "resultWrapper":"CreateEventSubscriptionResult"
251
- },
252
- "errors":[
253
- {"shape":"EventSubscriptionQuotaExceededFault"},
254
- {"shape":"SubscriptionAlreadyExistFault"},
255
- {"shape":"SNSInvalidTopicFault"},
256
- {"shape":"SNSNoAuthorizationFault"},
257
- {"shape":"SNSTopicArnNotFoundFault"},
258
- {"shape":"SubscriptionCategoryNotFoundFault"},
259
- {"shape":"SourceNotFoundFault"}
260
- ]
261
- },
262
- "CreateOptionGroup":{
263
- "name":"CreateOptionGroup",
264
- "http":{
265
- "method":"POST",
266
- "requestUri":"/"
267
- },
268
- "input":{"shape":"CreateOptionGroupMessage"},
269
- "output":{
270
- "shape":"CreateOptionGroupResult",
271
- "resultWrapper":"CreateOptionGroupResult"
272
- },
273
- "errors":[
274
- {"shape":"OptionGroupAlreadyExistsFault"},
275
- {"shape":"OptionGroupQuotaExceededFault"}
276
- ]
277
- },
278
- "DeleteDBInstance":{
279
- "name":"DeleteDBInstance",
280
- "http":{
281
- "method":"POST",
282
- "requestUri":"/"
283
- },
284
- "input":{"shape":"DeleteDBInstanceMessage"},
285
- "output":{
286
- "shape":"DeleteDBInstanceResult",
287
- "resultWrapper":"DeleteDBInstanceResult"
288
- },
289
- "errors":[
290
- {"shape":"DBInstanceNotFoundFault"},
291
- {"shape":"InvalidDBInstanceStateFault"},
292
- {"shape":"DBSnapshotAlreadyExistsFault"},
293
- {"shape":"SnapshotQuotaExceededFault"}
294
- ]
295
- },
296
- "DeleteDBParameterGroup":{
297
- "name":"DeleteDBParameterGroup",
298
- "http":{
299
- "method":"POST",
300
- "requestUri":"/"
301
- },
302
- "input":{"shape":"DeleteDBParameterGroupMessage"},
303
- "errors":[
304
- {"shape":"InvalidDBParameterGroupStateFault"},
305
- {"shape":"DBParameterGroupNotFoundFault"}
306
- ]
307
- },
308
- "DeleteDBSecurityGroup":{
309
- "name":"DeleteDBSecurityGroup",
310
- "http":{
311
- "method":"POST",
312
- "requestUri":"/"
313
- },
314
- "input":{"shape":"DeleteDBSecurityGroupMessage"},
315
- "errors":[
316
- {"shape":"InvalidDBSecurityGroupStateFault"},
317
- {"shape":"DBSecurityGroupNotFoundFault"}
318
- ]
319
- },
320
- "DeleteDBSnapshot":{
321
- "name":"DeleteDBSnapshot",
322
- "http":{
323
- "method":"POST",
324
- "requestUri":"/"
325
- },
326
- "input":{"shape":"DeleteDBSnapshotMessage"},
327
- "output":{
328
- "shape":"DeleteDBSnapshotResult",
329
- "resultWrapper":"DeleteDBSnapshotResult"
330
- },
331
- "errors":[
332
- {"shape":"InvalidDBSnapshotStateFault"},
333
- {"shape":"DBSnapshotNotFoundFault"}
334
- ]
335
- },
336
- "DeleteDBSubnetGroup":{
337
- "name":"DeleteDBSubnetGroup",
338
- "http":{
339
- "method":"POST",
340
- "requestUri":"/"
341
- },
342
- "input":{"shape":"DeleteDBSubnetGroupMessage"},
343
- "errors":[
344
- {"shape":"InvalidDBSubnetGroupStateFault"},
345
- {"shape":"InvalidDBSubnetStateFault"},
346
- {"shape":"DBSubnetGroupNotFoundFault"}
347
- ]
348
- },
349
- "DeleteEventSubscription":{
350
- "name":"DeleteEventSubscription",
351
- "http":{
352
- "method":"POST",
353
- "requestUri":"/"
354
- },
355
- "input":{"shape":"DeleteEventSubscriptionMessage"},
356
- "output":{
357
- "shape":"DeleteEventSubscriptionResult",
358
- "resultWrapper":"DeleteEventSubscriptionResult"
359
- },
360
- "errors":[
361
- {"shape":"SubscriptionNotFoundFault"},
362
- {"shape":"InvalidEventSubscriptionStateFault"}
363
- ]
364
- },
365
- "DeleteOptionGroup":{
366
- "name":"DeleteOptionGroup",
367
- "http":{
368
- "method":"POST",
369
- "requestUri":"/"
370
- },
371
- "input":{"shape":"DeleteOptionGroupMessage"},
372
- "errors":[
373
- {"shape":"OptionGroupNotFoundFault"},
374
- {"shape":"InvalidOptionGroupStateFault"}
375
- ]
376
- },
377
- "DescribeDBEngineVersions":{
378
- "name":"DescribeDBEngineVersions",
379
- "http":{
380
- "method":"POST",
381
- "requestUri":"/"
382
- },
383
- "input":{"shape":"DescribeDBEngineVersionsMessage"},
384
- "output":{
385
- "shape":"DBEngineVersionMessage",
386
- "resultWrapper":"DescribeDBEngineVersionsResult"
387
- }
388
- },
389
- "DescribeDBInstances":{
390
- "name":"DescribeDBInstances",
391
- "http":{
392
- "method":"POST",
393
- "requestUri":"/"
394
- },
395
- "input":{"shape":"DescribeDBInstancesMessage"},
396
- "output":{
397
- "shape":"DBInstanceMessage",
398
- "resultWrapper":"DescribeDBInstancesResult"
399
- },
400
- "errors":[
401
- {"shape":"DBInstanceNotFoundFault"}
402
- ]
403
- },
404
- "DescribeDBLogFiles":{
405
- "name":"DescribeDBLogFiles",
406
- "http":{
407
- "method":"POST",
408
- "requestUri":"/"
409
- },
410
- "input":{"shape":"DescribeDBLogFilesMessage"},
411
- "output":{
412
- "shape":"DescribeDBLogFilesResponse",
413
- "resultWrapper":"DescribeDBLogFilesResult"
414
- },
415
- "errors":[
416
- {"shape":"DBInstanceNotFoundFault"}
417
- ]
418
- },
419
- "DescribeDBParameterGroups":{
420
- "name":"DescribeDBParameterGroups",
421
- "http":{
422
- "method":"POST",
423
- "requestUri":"/"
424
- },
425
- "input":{"shape":"DescribeDBParameterGroupsMessage"},
426
- "output":{
427
- "shape":"DBParameterGroupsMessage",
428
- "resultWrapper":"DescribeDBParameterGroupsResult"
429
- },
430
- "errors":[
431
- {"shape":"DBParameterGroupNotFoundFault"}
432
- ]
433
- },
434
- "DescribeDBParameters":{
435
- "name":"DescribeDBParameters",
436
- "http":{
437
- "method":"POST",
438
- "requestUri":"/"
439
- },
440
- "input":{"shape":"DescribeDBParametersMessage"},
441
- "output":{
442
- "shape":"DBParameterGroupDetails",
443
- "resultWrapper":"DescribeDBParametersResult"
444
- },
445
- "errors":[
446
- {"shape":"DBParameterGroupNotFoundFault"}
447
- ]
448
- },
449
- "DescribeDBSecurityGroups":{
450
- "name":"DescribeDBSecurityGroups",
451
- "http":{
452
- "method":"POST",
453
- "requestUri":"/"
454
- },
455
- "input":{"shape":"DescribeDBSecurityGroupsMessage"},
456
- "output":{
457
- "shape":"DBSecurityGroupMessage",
458
- "resultWrapper":"DescribeDBSecurityGroupsResult"
459
- },
460
- "errors":[
461
- {"shape":"DBSecurityGroupNotFoundFault"}
462
- ]
463
- },
464
- "DescribeDBSnapshots":{
465
- "name":"DescribeDBSnapshots",
466
- "http":{
467
- "method":"POST",
468
- "requestUri":"/"
469
- },
470
- "input":{"shape":"DescribeDBSnapshotsMessage"},
471
- "output":{
472
- "shape":"DBSnapshotMessage",
473
- "resultWrapper":"DescribeDBSnapshotsResult"
474
- },
475
- "errors":[
476
- {"shape":"DBSnapshotNotFoundFault"}
477
- ]
478
- },
479
- "DescribeDBSubnetGroups":{
480
- "name":"DescribeDBSubnetGroups",
481
- "http":{
482
- "method":"POST",
483
- "requestUri":"/"
484
- },
485
- "input":{"shape":"DescribeDBSubnetGroupsMessage"},
486
- "output":{
487
- "shape":"DBSubnetGroupMessage",
488
- "resultWrapper":"DescribeDBSubnetGroupsResult"
489
- },
490
- "errors":[
491
- {"shape":"DBSubnetGroupNotFoundFault"}
492
- ]
493
- },
494
- "DescribeEngineDefaultParameters":{
495
- "name":"DescribeEngineDefaultParameters",
496
- "http":{
497
- "method":"POST",
498
- "requestUri":"/"
499
- },
500
- "input":{"shape":"DescribeEngineDefaultParametersMessage"},
501
- "output":{
502
- "shape":"DescribeEngineDefaultParametersResult",
503
- "resultWrapper":"DescribeEngineDefaultParametersResult"
504
- }
505
- },
506
- "DescribeEventCategories":{
507
- "name":"DescribeEventCategories",
508
- "http":{
509
- "method":"POST",
510
- "requestUri":"/"
511
- },
512
- "input":{"shape":"DescribeEventCategoriesMessage"},
513
- "output":{
514
- "shape":"EventCategoriesMessage",
515
- "resultWrapper":"DescribeEventCategoriesResult"
516
- }
517
- },
518
- "DescribeEventSubscriptions":{
519
- "name":"DescribeEventSubscriptions",
520
- "http":{
521
- "method":"POST",
522
- "requestUri":"/"
523
- },
524
- "input":{"shape":"DescribeEventSubscriptionsMessage"},
525
- "output":{
526
- "shape":"EventSubscriptionsMessage",
527
- "resultWrapper":"DescribeEventSubscriptionsResult"
528
- },
529
- "errors":[
530
- {"shape":"SubscriptionNotFoundFault"}
531
- ]
532
- },
533
- "DescribeEvents":{
534
- "name":"DescribeEvents",
535
- "http":{
536
- "method":"POST",
537
- "requestUri":"/"
538
- },
539
- "input":{"shape":"DescribeEventsMessage"},
540
- "output":{
541
- "shape":"EventsMessage",
542
- "resultWrapper":"DescribeEventsResult"
543
- }
544
- },
545
- "DescribeOptionGroupOptions":{
546
- "name":"DescribeOptionGroupOptions",
547
- "http":{
548
- "method":"POST",
549
- "requestUri":"/"
550
- },
551
- "input":{"shape":"DescribeOptionGroupOptionsMessage"},
552
- "output":{
553
- "shape":"OptionGroupOptionsMessage",
554
- "resultWrapper":"DescribeOptionGroupOptionsResult"
555
- }
556
- },
557
- "DescribeOptionGroups":{
558
- "name":"DescribeOptionGroups",
559
- "http":{
560
- "method":"POST",
561
- "requestUri":"/"
562
- },
563
- "input":{"shape":"DescribeOptionGroupsMessage"},
564
- "output":{
565
- "shape":"OptionGroups",
566
- "resultWrapper":"DescribeOptionGroupsResult"
567
- },
568
- "errors":[
569
- {"shape":"OptionGroupNotFoundFault"}
570
- ]
571
- },
572
- "DescribeOrderableDBInstanceOptions":{
573
- "name":"DescribeOrderableDBInstanceOptions",
574
- "http":{
575
- "method":"POST",
576
- "requestUri":"/"
577
- },
578
- "input":{"shape":"DescribeOrderableDBInstanceOptionsMessage"},
579
- "output":{
580
- "shape":"OrderableDBInstanceOptionsMessage",
581
- "resultWrapper":"DescribeOrderableDBInstanceOptionsResult"
582
- }
583
- },
584
- "DescribeReservedDBInstances":{
585
- "name":"DescribeReservedDBInstances",
586
- "http":{
587
- "method":"POST",
588
- "requestUri":"/"
589
- },
590
- "input":{"shape":"DescribeReservedDBInstancesMessage"},
591
- "output":{
592
- "shape":"ReservedDBInstanceMessage",
593
- "resultWrapper":"DescribeReservedDBInstancesResult"
594
- },
595
- "errors":[
596
- {"shape":"ReservedDBInstanceNotFoundFault"}
597
- ]
598
- },
599
- "DescribeReservedDBInstancesOfferings":{
600
- "name":"DescribeReservedDBInstancesOfferings",
601
- "http":{
602
- "method":"POST",
603
- "requestUri":"/"
604
- },
605
- "input":{"shape":"DescribeReservedDBInstancesOfferingsMessage"},
606
- "output":{
607
- "shape":"ReservedDBInstancesOfferingMessage",
608
- "resultWrapper":"DescribeReservedDBInstancesOfferingsResult"
609
- },
610
- "errors":[
611
- {"shape":"ReservedDBInstancesOfferingNotFoundFault"}
612
- ]
613
- },
614
- "DownloadDBLogFilePortion":{
615
- "name":"DownloadDBLogFilePortion",
616
- "http":{
617
- "method":"POST",
618
- "requestUri":"/"
619
- },
620
- "input":{"shape":"DownloadDBLogFilePortionMessage"},
621
- "output":{
622
- "shape":"DownloadDBLogFilePortionDetails",
623
- "resultWrapper":"DownloadDBLogFilePortionResult"
624
- },
625
- "errors":[
626
- {"shape":"DBInstanceNotFoundFault"},
627
- {"shape":"DBLogFileNotFoundFault"}
628
- ]
629
- },
630
- "ListTagsForResource":{
631
- "name":"ListTagsForResource",
632
- "http":{
633
- "method":"POST",
634
- "requestUri":"/"
635
- },
636
- "input":{"shape":"ListTagsForResourceMessage"},
637
- "output":{
638
- "shape":"TagListMessage",
639
- "resultWrapper":"ListTagsForResourceResult"
640
- },
641
- "errors":[
642
- {"shape":"DBInstanceNotFoundFault"},
643
- {"shape":"DBSnapshotNotFoundFault"}
644
- ]
645
- },
646
- "ModifyDBInstance":{
647
- "name":"ModifyDBInstance",
648
- "http":{
649
- "method":"POST",
650
- "requestUri":"/"
651
- },
652
- "input":{"shape":"ModifyDBInstanceMessage"},
653
- "output":{
654
- "shape":"ModifyDBInstanceResult",
655
- "resultWrapper":"ModifyDBInstanceResult"
656
- },
657
- "errors":[
658
- {"shape":"InvalidDBInstanceStateFault"},
659
- {"shape":"InvalidDBSecurityGroupStateFault"},
660
- {"shape":"DBInstanceAlreadyExistsFault"},
661
- {"shape":"DBInstanceNotFoundFault"},
662
- {"shape":"DBSecurityGroupNotFoundFault"},
663
- {"shape":"DBParameterGroupNotFoundFault"},
664
- {"shape":"InsufficientDBInstanceCapacityFault"},
665
- {"shape":"StorageQuotaExceededFault"},
666
- {"shape":"InvalidVPCNetworkStateFault"},
667
- {"shape":"ProvisionedIopsNotAvailableInAZFault"},
668
- {"shape":"OptionGroupNotFoundFault"},
669
- {"shape":"DBUpgradeDependencyFailureFault"},
670
- {"shape":"StorageTypeNotSupportedFault"},
671
- {"shape":"AuthorizationNotFoundFault"}
672
- ]
673
- },
674
- "ModifyDBParameterGroup":{
675
- "name":"ModifyDBParameterGroup",
676
- "http":{
677
- "method":"POST",
678
- "requestUri":"/"
679
- },
680
- "input":{"shape":"ModifyDBParameterGroupMessage"},
681
- "output":{
682
- "shape":"DBParameterGroupNameMessage",
683
- "resultWrapper":"ModifyDBParameterGroupResult"
684
- },
685
- "errors":[
686
- {"shape":"DBParameterGroupNotFoundFault"},
687
- {"shape":"InvalidDBParameterGroupStateFault"}
688
- ]
689
- },
690
- "ModifyDBSubnetGroup":{
691
- "name":"ModifyDBSubnetGroup",
692
- "http":{
693
- "method":"POST",
694
- "requestUri":"/"
695
- },
696
- "input":{"shape":"ModifyDBSubnetGroupMessage"},
697
- "output":{
698
- "shape":"ModifyDBSubnetGroupResult",
699
- "resultWrapper":"ModifyDBSubnetGroupResult"
700
- },
701
- "errors":[
702
- {"shape":"DBSubnetGroupNotFoundFault"},
703
- {"shape":"DBSubnetQuotaExceededFault"},
704
- {"shape":"SubnetAlreadyInUse"},
705
- {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
706
- {"shape":"InvalidSubnet"}
707
- ]
708
- },
709
- "ModifyEventSubscription":{
710
- "name":"ModifyEventSubscription",
711
- "http":{
712
- "method":"POST",
713
- "requestUri":"/"
714
- },
715
- "input":{"shape":"ModifyEventSubscriptionMessage"},
716
- "output":{
717
- "shape":"ModifyEventSubscriptionResult",
718
- "resultWrapper":"ModifyEventSubscriptionResult"
719
- },
720
- "errors":[
721
- {"shape":"EventSubscriptionQuotaExceededFault"},
722
- {"shape":"SubscriptionNotFoundFault"},
723
- {"shape":"SNSInvalidTopicFault"},
724
- {"shape":"SNSNoAuthorizationFault"},
725
- {"shape":"SNSTopicArnNotFoundFault"},
726
- {"shape":"SubscriptionCategoryNotFoundFault"}
727
- ]
728
- },
729
- "ModifyOptionGroup":{
730
- "name":"ModifyOptionGroup",
731
- "http":{
732
- "method":"POST",
733
- "requestUri":"/"
734
- },
735
- "input":{"shape":"ModifyOptionGroupMessage"},
736
- "output":{
737
- "shape":"ModifyOptionGroupResult",
738
- "resultWrapper":"ModifyOptionGroupResult"
739
- },
740
- "errors":[
741
- {"shape":"InvalidOptionGroupStateFault"},
742
- {"shape":"OptionGroupNotFoundFault"}
743
- ]
744
- },
745
- "PromoteReadReplica":{
746
- "name":"PromoteReadReplica",
747
- "http":{
748
- "method":"POST",
749
- "requestUri":"/"
750
- },
751
- "input":{"shape":"PromoteReadReplicaMessage"},
752
- "output":{
753
- "shape":"PromoteReadReplicaResult",
754
- "resultWrapper":"PromoteReadReplicaResult"
755
- },
756
- "errors":[
757
- {"shape":"InvalidDBInstanceStateFault"},
758
- {"shape":"DBInstanceNotFoundFault"}
759
- ]
760
- },
761
- "PurchaseReservedDBInstancesOffering":{
762
- "name":"PurchaseReservedDBInstancesOffering",
763
- "http":{
764
- "method":"POST",
765
- "requestUri":"/"
766
- },
767
- "input":{"shape":"PurchaseReservedDBInstancesOfferingMessage"},
768
- "output":{
769
- "shape":"PurchaseReservedDBInstancesOfferingResult",
770
- "resultWrapper":"PurchaseReservedDBInstancesOfferingResult"
771
- },
772
- "errors":[
773
- {"shape":"ReservedDBInstancesOfferingNotFoundFault"},
774
- {"shape":"ReservedDBInstanceAlreadyExistsFault"},
775
- {"shape":"ReservedDBInstanceQuotaExceededFault"}
776
- ]
777
- },
778
- "RebootDBInstance":{
779
- "name":"RebootDBInstance",
780
- "http":{
781
- "method":"POST",
782
- "requestUri":"/"
783
- },
784
- "input":{"shape":"RebootDBInstanceMessage"},
785
- "output":{
786
- "shape":"RebootDBInstanceResult",
787
- "resultWrapper":"RebootDBInstanceResult"
788
- },
789
- "errors":[
790
- {"shape":"InvalidDBInstanceStateFault"},
791
- {"shape":"DBInstanceNotFoundFault"}
792
- ]
793
- },
794
- "RemoveSourceIdentifierFromSubscription":{
795
- "name":"RemoveSourceIdentifierFromSubscription",
796
- "http":{
797
- "method":"POST",
798
- "requestUri":"/"
799
- },
800
- "input":{"shape":"RemoveSourceIdentifierFromSubscriptionMessage"},
801
- "output":{
802
- "shape":"RemoveSourceIdentifierFromSubscriptionResult",
803
- "resultWrapper":"RemoveSourceIdentifierFromSubscriptionResult"
804
- },
805
- "errors":[
806
- {"shape":"SubscriptionNotFoundFault"},
807
- {"shape":"SourceNotFoundFault"}
808
- ]
809
- },
810
- "RemoveTagsFromResource":{
811
- "name":"RemoveTagsFromResource",
812
- "http":{
813
- "method":"POST",
814
- "requestUri":"/"
815
- },
816
- "input":{"shape":"RemoveTagsFromResourceMessage"},
817
- "errors":[
818
- {"shape":"DBInstanceNotFoundFault"},
819
- {"shape":"DBSnapshotNotFoundFault"}
820
- ]
821
- },
822
- "ResetDBParameterGroup":{
823
- "name":"ResetDBParameterGroup",
824
- "http":{
825
- "method":"POST",
826
- "requestUri":"/"
827
- },
828
- "input":{"shape":"ResetDBParameterGroupMessage"},
829
- "output":{
830
- "shape":"DBParameterGroupNameMessage",
831
- "resultWrapper":"ResetDBParameterGroupResult"
832
- },
833
- "errors":[
834
- {"shape":"InvalidDBParameterGroupStateFault"},
835
- {"shape":"DBParameterGroupNotFoundFault"}
836
- ]
837
- },
838
- "RestoreDBInstanceFromDBSnapshot":{
839
- "name":"RestoreDBInstanceFromDBSnapshot",
840
- "http":{
841
- "method":"POST",
842
- "requestUri":"/"
843
- },
844
- "input":{"shape":"RestoreDBInstanceFromDBSnapshotMessage"},
845
- "output":{
846
- "shape":"RestoreDBInstanceFromDBSnapshotResult",
847
- "resultWrapper":"RestoreDBInstanceFromDBSnapshotResult"
848
- },
849
- "errors":[
850
- {"shape":"DBInstanceAlreadyExistsFault"},
851
- {"shape":"DBSnapshotNotFoundFault"},
852
- {"shape":"InstanceQuotaExceededFault"},
853
- {"shape":"InsufficientDBInstanceCapacityFault"},
854
- {"shape":"InvalidDBSnapshotStateFault"},
855
- {"shape":"StorageQuotaExceededFault"},
856
- {"shape":"InvalidVPCNetworkStateFault"},
857
- {"shape":"InvalidRestoreFault"},
858
- {"shape":"DBSubnetGroupNotFoundFault"},
859
- {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
860
- {"shape":"InvalidSubnet"},
861
- {"shape":"ProvisionedIopsNotAvailableInAZFault"},
862
- {"shape":"OptionGroupNotFoundFault"},
863
- {"shape":"StorageTypeNotSupportedFault"},
864
- {"shape":"AuthorizationNotFoundFault"}
865
- ]
866
- },
867
- "RestoreDBInstanceToPointInTime":{
868
- "name":"RestoreDBInstanceToPointInTime",
869
- "http":{
870
- "method":"POST",
871
- "requestUri":"/"
872
- },
873
- "input":{"shape":"RestoreDBInstanceToPointInTimeMessage"},
874
- "output":{
875
- "shape":"RestoreDBInstanceToPointInTimeResult",
876
- "resultWrapper":"RestoreDBInstanceToPointInTimeResult"
877
- },
878
- "errors":[
879
- {"shape":"DBInstanceAlreadyExistsFault"},
880
- {"shape":"DBInstanceNotFoundFault"},
881
- {"shape":"InstanceQuotaExceededFault"},
882
- {"shape":"InsufficientDBInstanceCapacityFault"},
883
- {"shape":"InvalidDBInstanceStateFault"},
884
- {"shape":"PointInTimeRestoreNotEnabledFault"},
885
- {"shape":"StorageQuotaExceededFault"},
886
- {"shape":"InvalidVPCNetworkStateFault"},
887
- {"shape":"InvalidRestoreFault"},
888
- {"shape":"DBSubnetGroupNotFoundFault"},
889
- {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
890
- {"shape":"InvalidSubnet"},
891
- {"shape":"ProvisionedIopsNotAvailableInAZFault"},
892
- {"shape":"OptionGroupNotFoundFault"},
893
- {"shape":"StorageTypeNotSupportedFault"},
894
- {"shape":"AuthorizationNotFoundFault"}
895
- ]
896
- },
897
- "RevokeDBSecurityGroupIngress":{
898
- "name":"RevokeDBSecurityGroupIngress",
899
- "http":{
900
- "method":"POST",
901
- "requestUri":"/"
902
- },
903
- "input":{"shape":"RevokeDBSecurityGroupIngressMessage"},
904
- "output":{
905
- "shape":"RevokeDBSecurityGroupIngressResult",
906
- "resultWrapper":"RevokeDBSecurityGroupIngressResult"
907
- },
908
- "errors":[
909
- {"shape":"DBSecurityGroupNotFoundFault"},
910
- {"shape":"AuthorizationNotFoundFault"},
911
- {"shape":"InvalidDBSecurityGroupStateFault"}
912
- ]
913
- }
914
- },
915
- "shapes":{
916
- "AddSourceIdentifierToSubscriptionMessage":{
917
- "type":"structure",
918
- "required":[
919
- "SubscriptionName",
920
- "SourceIdentifier"
921
- ],
922
- "members":{
923
- "SubscriptionName":{"shape":"String"},
924
- "SourceIdentifier":{"shape":"String"}
925
- }
926
- },
927
- "AddSourceIdentifierToSubscriptionResult":{
928
- "type":"structure",
929
- "members":{
930
- "EventSubscription":{"shape":"EventSubscription"}
931
- }
932
- },
933
- "AddTagsToResourceMessage":{
934
- "type":"structure",
935
- "required":[
936
- "ResourceName",
937
- "Tags"
938
- ],
939
- "members":{
940
- "ResourceName":{"shape":"String"},
941
- "Tags":{"shape":"TagList"}
942
- }
943
- },
944
- "ApplyMethod":{
945
- "type":"string",
946
- "enum":[
947
- "immediate",
948
- "pending-reboot"
949
- ]
950
- },
951
- "AuthorizationAlreadyExistsFault":{
952
- "type":"structure",
953
- "members":{
954
- },
955
- "error":{
956
- "code":"AuthorizationAlreadyExists",
957
- "httpStatusCode":400,
958
- "senderFault":true
959
- },
960
- "exception":true
961
- },
962
- "AuthorizationNotFoundFault":{
963
- "type":"structure",
964
- "members":{
965
- },
966
- "error":{
967
- "code":"AuthorizationNotFound",
968
- "httpStatusCode":404,
969
- "senderFault":true
970
- },
971
- "exception":true
972
- },
973
- "AuthorizationQuotaExceededFault":{
974
- "type":"structure",
975
- "members":{
976
- },
977
- "error":{
978
- "code":"AuthorizationQuotaExceeded",
979
- "httpStatusCode":400,
980
- "senderFault":true
981
- },
982
- "exception":true
983
- },
984
- "AuthorizeDBSecurityGroupIngressMessage":{
985
- "type":"structure",
986
- "required":["DBSecurityGroupName"],
987
- "members":{
988
- "DBSecurityGroupName":{"shape":"String"},
989
- "CIDRIP":{"shape":"String"},
990
- "EC2SecurityGroupName":{"shape":"String"},
991
- "EC2SecurityGroupId":{"shape":"String"},
992
- "EC2SecurityGroupOwnerId":{"shape":"String"}
993
- }
994
- },
995
- "AuthorizeDBSecurityGroupIngressResult":{
996
- "type":"structure",
997
- "members":{
998
- "DBSecurityGroup":{"shape":"DBSecurityGroup"}
999
- }
1000
- },
1001
- "AvailabilityZone":{
1002
- "type":"structure",
1003
- "members":{
1004
- "Name":{"shape":"String"}
1005
- },
1006
- "wrapper":true
1007
- },
1008
- "AvailabilityZoneList":{
1009
- "type":"list",
1010
- "member":{
1011
- "shape":"AvailabilityZone",
1012
- "locationName":"AvailabilityZone"
1013
- }
1014
- },
1015
- "Boolean":{"type":"boolean"},
1016
- "BooleanOptional":{"type":"boolean"},
1017
- "CharacterSet":{
1018
- "type":"structure",
1019
- "members":{
1020
- "CharacterSetName":{"shape":"String"},
1021
- "CharacterSetDescription":{"shape":"String"}
1022
- }
1023
- },
1024
- "CopyDBParameterGroupMessage":{
1025
- "type":"structure",
1026
- "required":[
1027
- "SourceDBParameterGroupIdentifier",
1028
- "TargetDBParameterGroupIdentifier",
1029
- "TargetDBParameterGroupDescription"
1030
- ],
1031
- "members":{
1032
- "SourceDBParameterGroupIdentifier":{"shape":"String"},
1033
- "TargetDBParameterGroupIdentifier":{"shape":"String"},
1034
- "TargetDBParameterGroupDescription":{"shape":"String"},
1035
- "Tags":{"shape":"TagList"}
1036
- }
1037
- },
1038
- "CopyDBParameterGroupResult":{
1039
- "type":"structure",
1040
- "members":{
1041
- "DBParameterGroup":{"shape":"DBParameterGroup"}
1042
- }
1043
- },
1044
- "CopyDBSnapshotMessage":{
1045
- "type":"structure",
1046
- "required":[
1047
- "SourceDBSnapshotIdentifier",
1048
- "TargetDBSnapshotIdentifier"
1049
- ],
1050
- "members":{
1051
- "SourceDBSnapshotIdentifier":{"shape":"String"},
1052
- "TargetDBSnapshotIdentifier":{"shape":"String"},
1053
- "Tags":{"shape":"TagList"}
1054
- }
1055
- },
1056
- "CopyDBSnapshotResult":{
1057
- "type":"structure",
1058
- "members":{
1059
- "DBSnapshot":{"shape":"DBSnapshot"}
1060
- }
1061
- },
1062
- "CopyOptionGroupMessage":{
1063
- "type":"structure",
1064
- "required":[
1065
- "SourceOptionGroupIdentifier",
1066
- "TargetOptionGroupIdentifier",
1067
- "TargetOptionGroupDescription"
1068
- ],
1069
- "members":{
1070
- "SourceOptionGroupIdentifier":{"shape":"String"},
1071
- "TargetOptionGroupIdentifier":{"shape":"String"},
1072
- "TargetOptionGroupDescription":{"shape":"String"},
1073
- "Tags":{"shape":"TagList"}
1074
- }
1075
- },
1076
- "CopyOptionGroupResult":{
1077
- "type":"structure",
1078
- "members":{
1079
- "OptionGroup":{"shape":"OptionGroup"}
1080
- }
1081
- },
1082
- "CreateDBInstanceMessage":{
1083
- "type":"structure",
1084
- "required":[
1085
- "DBInstanceIdentifier",
1086
- "AllocatedStorage",
1087
- "DBInstanceClass",
1088
- "Engine",
1089
- "MasterUsername",
1090
- "MasterUserPassword"
1091
- ],
1092
- "members":{
1093
- "DBName":{"shape":"String"},
1094
- "DBInstanceIdentifier":{"shape":"String"},
1095
- "AllocatedStorage":{"shape":"IntegerOptional"},
1096
- "DBInstanceClass":{"shape":"String"},
1097
- "Engine":{"shape":"String"},
1098
- "MasterUsername":{"shape":"String"},
1099
- "MasterUserPassword":{"shape":"String"},
1100
- "DBSecurityGroups":{"shape":"DBSecurityGroupNameList"},
1101
- "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
1102
- "AvailabilityZone":{"shape":"String"},
1103
- "DBSubnetGroupName":{"shape":"String"},
1104
- "PreferredMaintenanceWindow":{"shape":"String"},
1105
- "DBParameterGroupName":{"shape":"String"},
1106
- "BackupRetentionPeriod":{"shape":"IntegerOptional"},
1107
- "PreferredBackupWindow":{"shape":"String"},
1108
- "Port":{"shape":"IntegerOptional"},
1109
- "MultiAZ":{"shape":"BooleanOptional"},
1110
- "EngineVersion":{"shape":"String"},
1111
- "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1112
- "LicenseModel":{"shape":"String"},
1113
- "Iops":{"shape":"IntegerOptional"},
1114
- "OptionGroupName":{"shape":"String"},
1115
- "CharacterSetName":{"shape":"String"},
1116
- "PubliclyAccessible":{"shape":"BooleanOptional"},
1117
- "Tags":{"shape":"TagList"},
1118
- "StorageType":{"shape":"String"},
1119
- "TdeCredentialArn":{"shape":"String"},
1120
- "TdeCredentialPassword":{"shape":"String"}
1121
- }
1122
- },
1123
- "CreateDBInstanceReadReplicaMessage":{
1124
- "type":"structure",
1125
- "required":[
1126
- "DBInstanceIdentifier",
1127
- "SourceDBInstanceIdentifier"
1128
- ],
1129
- "members":{
1130
- "DBInstanceIdentifier":{"shape":"String"},
1131
- "SourceDBInstanceIdentifier":{"shape":"String"},
1132
- "DBInstanceClass":{"shape":"String"},
1133
- "AvailabilityZone":{"shape":"String"},
1134
- "Port":{"shape":"IntegerOptional"},
1135
- "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1136
- "Iops":{"shape":"IntegerOptional"},
1137
- "OptionGroupName":{"shape":"String"},
1138
- "PubliclyAccessible":{"shape":"BooleanOptional"},
1139
- "Tags":{"shape":"TagList"},
1140
- "DBSubnetGroupName":{"shape":"String"},
1141
- "StorageType":{"shape":"String"}
1142
- }
1143
- },
1144
- "CreateDBInstanceReadReplicaResult":{
1145
- "type":"structure",
1146
- "members":{
1147
- "DBInstance":{"shape":"DBInstance"}
1148
- }
1149
- },
1150
- "CreateDBInstanceResult":{
1151
- "type":"structure",
1152
- "members":{
1153
- "DBInstance":{"shape":"DBInstance"}
1154
- }
1155
- },
1156
- "CreateDBParameterGroupMessage":{
1157
- "type":"structure",
1158
- "required":[
1159
- "DBParameterGroupName",
1160
- "DBParameterGroupFamily",
1161
- "Description"
1162
- ],
1163
- "members":{
1164
- "DBParameterGroupName":{"shape":"String"},
1165
- "DBParameterGroupFamily":{"shape":"String"},
1166
- "Description":{"shape":"String"},
1167
- "Tags":{"shape":"TagList"}
1168
- }
1169
- },
1170
- "CreateDBParameterGroupResult":{
1171
- "type":"structure",
1172
- "members":{
1173
- "DBParameterGroup":{"shape":"DBParameterGroup"}
1174
- }
1175
- },
1176
- "CreateDBSecurityGroupMessage":{
1177
- "type":"structure",
1178
- "required":[
1179
- "DBSecurityGroupName",
1180
- "DBSecurityGroupDescription"
1181
- ],
1182
- "members":{
1183
- "DBSecurityGroupName":{"shape":"String"},
1184
- "DBSecurityGroupDescription":{"shape":"String"},
1185
- "Tags":{"shape":"TagList"}
1186
- }
1187
- },
1188
- "CreateDBSecurityGroupResult":{
1189
- "type":"structure",
1190
- "members":{
1191
- "DBSecurityGroup":{"shape":"DBSecurityGroup"}
1192
- }
1193
- },
1194
- "CreateDBSnapshotMessage":{
1195
- "type":"structure",
1196
- "required":[
1197
- "DBSnapshotIdentifier",
1198
- "DBInstanceIdentifier"
1199
- ],
1200
- "members":{
1201
- "DBSnapshotIdentifier":{"shape":"String"},
1202
- "DBInstanceIdentifier":{"shape":"String"},
1203
- "Tags":{"shape":"TagList"}
1204
- }
1205
- },
1206
- "CreateDBSnapshotResult":{
1207
- "type":"structure",
1208
- "members":{
1209
- "DBSnapshot":{"shape":"DBSnapshot"}
1210
- }
1211
- },
1212
- "CreateDBSubnetGroupMessage":{
1213
- "type":"structure",
1214
- "required":[
1215
- "DBSubnetGroupName",
1216
- "DBSubnetGroupDescription",
1217
- "SubnetIds"
1218
- ],
1219
- "members":{
1220
- "DBSubnetGroupName":{"shape":"String"},
1221
- "DBSubnetGroupDescription":{"shape":"String"},
1222
- "SubnetIds":{"shape":"SubnetIdentifierList"},
1223
- "Tags":{"shape":"TagList"}
1224
- }
1225
- },
1226
- "CreateDBSubnetGroupResult":{
1227
- "type":"structure",
1228
- "members":{
1229
- "DBSubnetGroup":{"shape":"DBSubnetGroup"}
1230
- }
1231
- },
1232
- "CreateEventSubscriptionMessage":{
1233
- "type":"structure",
1234
- "required":[
1235
- "SubscriptionName",
1236
- "SnsTopicArn"
1237
- ],
1238
- "members":{
1239
- "SubscriptionName":{"shape":"String"},
1240
- "SnsTopicArn":{"shape":"String"},
1241
- "SourceType":{"shape":"String"},
1242
- "EventCategories":{"shape":"EventCategoriesList"},
1243
- "SourceIds":{"shape":"SourceIdsList"},
1244
- "Enabled":{"shape":"BooleanOptional"},
1245
- "Tags":{"shape":"TagList"}
1246
- }
1247
- },
1248
- "CreateEventSubscriptionResult":{
1249
- "type":"structure",
1250
- "members":{
1251
- "EventSubscription":{"shape":"EventSubscription"}
1252
- }
1253
- },
1254
- "CreateOptionGroupMessage":{
1255
- "type":"structure",
1256
- "required":[
1257
- "OptionGroupName",
1258
- "EngineName",
1259
- "MajorEngineVersion",
1260
- "OptionGroupDescription"
1261
- ],
1262
- "members":{
1263
- "OptionGroupName":{"shape":"String"},
1264
- "EngineName":{"shape":"String"},
1265
- "MajorEngineVersion":{"shape":"String"},
1266
- "OptionGroupDescription":{"shape":"String"},
1267
- "Tags":{"shape":"TagList"}
1268
- }
1269
- },
1270
- "CreateOptionGroupResult":{
1271
- "type":"structure",
1272
- "members":{
1273
- "OptionGroup":{"shape":"OptionGroup"}
1274
- }
1275
- },
1276
- "DBEngineVersion":{
1277
- "type":"structure",
1278
- "members":{
1279
- "Engine":{"shape":"String"},
1280
- "EngineVersion":{"shape":"String"},
1281
- "DBParameterGroupFamily":{"shape":"String"},
1282
- "DBEngineDescription":{"shape":"String"},
1283
- "DBEngineVersionDescription":{"shape":"String"},
1284
- "DefaultCharacterSet":{"shape":"CharacterSet"},
1285
- "SupportedCharacterSets":{"shape":"SupportedCharacterSetsList"}
1286
- }
1287
- },
1288
- "DBEngineVersionList":{
1289
- "type":"list",
1290
- "member":{
1291
- "shape":"DBEngineVersion",
1292
- "locationName":"DBEngineVersion"
1293
- }
1294
- },
1295
- "DBEngineVersionMessage":{
1296
- "type":"structure",
1297
- "members":{
1298
- "Marker":{"shape":"String"},
1299
- "DBEngineVersions":{"shape":"DBEngineVersionList"}
1300
- }
1301
- },
1302
- "DBInstance":{
1303
- "type":"structure",
1304
- "members":{
1305
- "DBInstanceIdentifier":{"shape":"String"},
1306
- "DBInstanceClass":{"shape":"String"},
1307
- "Engine":{"shape":"String"},
1308
- "DBInstanceStatus":{"shape":"String"},
1309
- "MasterUsername":{"shape":"String"},
1310
- "DBName":{"shape":"String"},
1311
- "Endpoint":{"shape":"Endpoint"},
1312
- "AllocatedStorage":{"shape":"Integer"},
1313
- "InstanceCreateTime":{"shape":"TStamp"},
1314
- "PreferredBackupWindow":{"shape":"String"},
1315
- "BackupRetentionPeriod":{"shape":"Integer"},
1316
- "DBSecurityGroups":{"shape":"DBSecurityGroupMembershipList"},
1317
- "VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
1318
- "DBParameterGroups":{"shape":"DBParameterGroupStatusList"},
1319
- "AvailabilityZone":{"shape":"String"},
1320
- "DBSubnetGroup":{"shape":"DBSubnetGroup"},
1321
- "PreferredMaintenanceWindow":{"shape":"String"},
1322
- "PendingModifiedValues":{"shape":"PendingModifiedValues"},
1323
- "LatestRestorableTime":{"shape":"TStamp"},
1324
- "MultiAZ":{"shape":"Boolean"},
1325
- "EngineVersion":{"shape":"String"},
1326
- "AutoMinorVersionUpgrade":{"shape":"Boolean"},
1327
- "ReadReplicaSourceDBInstanceIdentifier":{"shape":"String"},
1328
- "ReadReplicaDBInstanceIdentifiers":{"shape":"ReadReplicaDBInstanceIdentifierList"},
1329
- "LicenseModel":{"shape":"String"},
1330
- "Iops":{"shape":"IntegerOptional"},
1331
- "OptionGroupMemberships":{"shape":"OptionGroupMembershipList"},
1332
- "CharacterSetName":{"shape":"String"},
1333
- "SecondaryAvailabilityZone":{"shape":"String"},
1334
- "PubliclyAccessible":{"shape":"Boolean"},
1335
- "StatusInfos":{"shape":"DBInstanceStatusInfoList"},
1336
- "StorageType":{"shape":"String"},
1337
- "TdeCredentialArn":{"shape":"String"}
1338
- },
1339
- "wrapper":true
1340
- },
1341
- "DBInstanceAlreadyExistsFault":{
1342
- "type":"structure",
1343
- "members":{
1344
- },
1345
- "error":{
1346
- "code":"DBInstanceAlreadyExists",
1347
- "httpStatusCode":400,
1348
- "senderFault":true
1349
- },
1350
- "exception":true
1351
- },
1352
- "DBInstanceList":{
1353
- "type":"list",
1354
- "member":{
1355
- "shape":"DBInstance",
1356
- "locationName":"DBInstance"
1357
- }
1358
- },
1359
- "DBInstanceMessage":{
1360
- "type":"structure",
1361
- "members":{
1362
- "Marker":{"shape":"String"},
1363
- "DBInstances":{"shape":"DBInstanceList"}
1364
- }
1365
- },
1366
- "DBInstanceNotFoundFault":{
1367
- "type":"structure",
1368
- "members":{
1369
- },
1370
- "error":{
1371
- "code":"DBInstanceNotFound",
1372
- "httpStatusCode":404,
1373
- "senderFault":true
1374
- },
1375
- "exception":true
1376
- },
1377
- "DBInstanceStatusInfo":{
1378
- "type":"structure",
1379
- "members":{
1380
- "StatusType":{"shape":"String"},
1381
- "Normal":{"shape":"Boolean"},
1382
- "Status":{"shape":"String"},
1383
- "Message":{"shape":"String"}
1384
- }
1385
- },
1386
- "DBInstanceStatusInfoList":{
1387
- "type":"list",
1388
- "member":{
1389
- "shape":"DBInstanceStatusInfo",
1390
- "locationName":"DBInstanceStatusInfo"
1391
- }
1392
- },
1393
- "DBLogFileNotFoundFault":{
1394
- "type":"structure",
1395
- "members":{
1396
- },
1397
- "error":{
1398
- "code":"DBLogFileNotFoundFault",
1399
- "httpStatusCode":404,
1400
- "senderFault":true
1401
- },
1402
- "exception":true
1403
- },
1404
- "DBParameterGroup":{
1405
- "type":"structure",
1406
- "members":{
1407
- "DBParameterGroupName":{"shape":"String"},
1408
- "DBParameterGroupFamily":{"shape":"String"},
1409
- "Description":{"shape":"String"}
1410
- },
1411
- "wrapper":true
1412
- },
1413
- "DBParameterGroupAlreadyExistsFault":{
1414
- "type":"structure",
1415
- "members":{
1416
- },
1417
- "error":{
1418
- "code":"DBParameterGroupAlreadyExists",
1419
- "httpStatusCode":400,
1420
- "senderFault":true
1421
- },
1422
- "exception":true
1423
- },
1424
- "DBParameterGroupDetails":{
1425
- "type":"structure",
1426
- "members":{
1427
- "Parameters":{"shape":"ParametersList"},
1428
- "Marker":{"shape":"String"}
1429
- }
1430
- },
1431
- "DBParameterGroupList":{
1432
- "type":"list",
1433
- "member":{
1434
- "shape":"DBParameterGroup",
1435
- "locationName":"DBParameterGroup"
1436
- }
1437
- },
1438
- "DBParameterGroupNameMessage":{
1439
- "type":"structure",
1440
- "members":{
1441
- "DBParameterGroupName":{"shape":"String"}
1442
- }
1443
- },
1444
- "DBParameterGroupNotFoundFault":{
1445
- "type":"structure",
1446
- "members":{
1447
- },
1448
- "error":{
1449
- "code":"DBParameterGroupNotFound",
1450
- "httpStatusCode":404,
1451
- "senderFault":true
1452
- },
1453
- "exception":true
1454
- },
1455
- "DBParameterGroupQuotaExceededFault":{
1456
- "type":"structure",
1457
- "members":{
1458
- },
1459
- "error":{
1460
- "code":"DBParameterGroupQuotaExceeded",
1461
- "httpStatusCode":400,
1462
- "senderFault":true
1463
- },
1464
- "exception":true
1465
- },
1466
- "DBParameterGroupStatus":{
1467
- "type":"structure",
1468
- "members":{
1469
- "DBParameterGroupName":{"shape":"String"},
1470
- "ParameterApplyStatus":{"shape":"String"}
1471
- }
1472
- },
1473
- "DBParameterGroupStatusList":{
1474
- "type":"list",
1475
- "member":{
1476
- "shape":"DBParameterGroupStatus",
1477
- "locationName":"DBParameterGroup"
1478
- }
1479
- },
1480
- "DBParameterGroupsMessage":{
1481
- "type":"structure",
1482
- "members":{
1483
- "Marker":{"shape":"String"},
1484
- "DBParameterGroups":{"shape":"DBParameterGroupList"}
1485
- }
1486
- },
1487
- "DBSecurityGroup":{
1488
- "type":"structure",
1489
- "members":{
1490
- "OwnerId":{"shape":"String"},
1491
- "DBSecurityGroupName":{"shape":"String"},
1492
- "DBSecurityGroupDescription":{"shape":"String"},
1493
- "VpcId":{"shape":"String"},
1494
- "EC2SecurityGroups":{"shape":"EC2SecurityGroupList"},
1495
- "IPRanges":{"shape":"IPRangeList"}
1496
- },
1497
- "wrapper":true
1498
- },
1499
- "DBSecurityGroupAlreadyExistsFault":{
1500
- "type":"structure",
1501
- "members":{
1502
- },
1503
- "error":{
1504
- "code":"DBSecurityGroupAlreadyExists",
1505
- "httpStatusCode":400,
1506
- "senderFault":true
1507
- },
1508
- "exception":true
1509
- },
1510
- "DBSecurityGroupMembership":{
1511
- "type":"structure",
1512
- "members":{
1513
- "DBSecurityGroupName":{"shape":"String"},
1514
- "Status":{"shape":"String"}
1515
- }
1516
- },
1517
- "DBSecurityGroupMembershipList":{
1518
- "type":"list",
1519
- "member":{
1520
- "shape":"DBSecurityGroupMembership",
1521
- "locationName":"DBSecurityGroup"
1522
- }
1523
- },
1524
- "DBSecurityGroupMessage":{
1525
- "type":"structure",
1526
- "members":{
1527
- "Marker":{"shape":"String"},
1528
- "DBSecurityGroups":{"shape":"DBSecurityGroups"}
1529
- }
1530
- },
1531
- "DBSecurityGroupNameList":{
1532
- "type":"list",
1533
- "member":{
1534
- "shape":"String",
1535
- "locationName":"DBSecurityGroupName"
1536
- }
1537
- },
1538
- "DBSecurityGroupNotFoundFault":{
1539
- "type":"structure",
1540
- "members":{
1541
- },
1542
- "error":{
1543
- "code":"DBSecurityGroupNotFound",
1544
- "httpStatusCode":404,
1545
- "senderFault":true
1546
- },
1547
- "exception":true
1548
- },
1549
- "DBSecurityGroupNotSupportedFault":{
1550
- "type":"structure",
1551
- "members":{
1552
- },
1553
- "error":{
1554
- "code":"DBSecurityGroupNotSupported",
1555
- "httpStatusCode":400,
1556
- "senderFault":true
1557
- },
1558
- "exception":true
1559
- },
1560
- "DBSecurityGroupQuotaExceededFault":{
1561
- "type":"structure",
1562
- "members":{
1563
- },
1564
- "error":{
1565
- "code":"QuotaExceeded.DBSecurityGroup",
1566
- "httpStatusCode":400,
1567
- "senderFault":true
1568
- },
1569
- "exception":true
1570
- },
1571
- "DBSecurityGroups":{
1572
- "type":"list",
1573
- "member":{
1574
- "shape":"DBSecurityGroup",
1575
- "locationName":"DBSecurityGroup"
1576
- }
1577
- },
1578
- "DBSnapshot":{
1579
- "type":"structure",
1580
- "members":{
1581
- "DBSnapshotIdentifier":{"shape":"String"},
1582
- "DBInstanceIdentifier":{"shape":"String"},
1583
- "SnapshotCreateTime":{"shape":"TStamp"},
1584
- "Engine":{"shape":"String"},
1585
- "AllocatedStorage":{"shape":"Integer"},
1586
- "Status":{"shape":"String"},
1587
- "Port":{"shape":"Integer"},
1588
- "AvailabilityZone":{"shape":"String"},
1589
- "VpcId":{"shape":"String"},
1590
- "InstanceCreateTime":{"shape":"TStamp"},
1591
- "MasterUsername":{"shape":"String"},
1592
- "EngineVersion":{"shape":"String"},
1593
- "LicenseModel":{"shape":"String"},
1594
- "SnapshotType":{"shape":"String"},
1595
- "Iops":{"shape":"IntegerOptional"},
1596
- "OptionGroupName":{"shape":"String"},
1597
- "PercentProgress":{"shape":"Integer"},
1598
- "SourceRegion":{"shape":"String"},
1599
- "StorageType":{"shape":"String"},
1600
- "TdeCredentialArn":{"shape":"String"}
1601
- },
1602
- "wrapper":true
1603
- },
1604
- "DBSnapshotAlreadyExistsFault":{
1605
- "type":"structure",
1606
- "members":{
1607
- },
1608
- "error":{
1609
- "code":"DBSnapshotAlreadyExists",
1610
- "httpStatusCode":400,
1611
- "senderFault":true
1612
- },
1613
- "exception":true
1614
- },
1615
- "DBSnapshotList":{
1616
- "type":"list",
1617
- "member":{
1618
- "shape":"DBSnapshot",
1619
- "locationName":"DBSnapshot"
1620
- }
1621
- },
1622
- "DBSnapshotMessage":{
1623
- "type":"structure",
1624
- "members":{
1625
- "Marker":{"shape":"String"},
1626
- "DBSnapshots":{"shape":"DBSnapshotList"}
1627
- }
1628
- },
1629
- "DBSnapshotNotFoundFault":{
1630
- "type":"structure",
1631
- "members":{
1632
- },
1633
- "error":{
1634
- "code":"DBSnapshotNotFound",
1635
- "httpStatusCode":404,
1636
- "senderFault":true
1637
- },
1638
- "exception":true
1639
- },
1640
- "DBSubnetGroup":{
1641
- "type":"structure",
1642
- "members":{
1643
- "DBSubnetGroupName":{"shape":"String"},
1644
- "DBSubnetGroupDescription":{"shape":"String"},
1645
- "VpcId":{"shape":"String"},
1646
- "SubnetGroupStatus":{"shape":"String"},
1647
- "Subnets":{"shape":"SubnetList"}
1648
- },
1649
- "wrapper":true
1650
- },
1651
- "DBSubnetGroupAlreadyExistsFault":{
1652
- "type":"structure",
1653
- "members":{
1654
- },
1655
- "error":{
1656
- "code":"DBSubnetGroupAlreadyExists",
1657
- "httpStatusCode":400,
1658
- "senderFault":true
1659
- },
1660
- "exception":true
1661
- },
1662
- "DBSubnetGroupDoesNotCoverEnoughAZs":{
1663
- "type":"structure",
1664
- "members":{
1665
- },
1666
- "error":{
1667
- "code":"DBSubnetGroupDoesNotCoverEnoughAZs",
1668
- "httpStatusCode":400,
1669
- "senderFault":true
1670
- },
1671
- "exception":true
1672
- },
1673
- "DBSubnetGroupMessage":{
1674
- "type":"structure",
1675
- "members":{
1676
- "Marker":{"shape":"String"},
1677
- "DBSubnetGroups":{"shape":"DBSubnetGroups"}
1678
- }
1679
- },
1680
- "DBSubnetGroupNotAllowedFault":{
1681
- "type":"structure",
1682
- "members":{
1683
- },
1684
- "error":{
1685
- "code":"DBSubnetGroupNotAllowedFault",
1686
- "httpStatusCode":400,
1687
- "senderFault":true
1688
- },
1689
- "exception":true
1690
- },
1691
- "DBSubnetGroupNotFoundFault":{
1692
- "type":"structure",
1693
- "members":{
1694
- },
1695
- "error":{
1696
- "code":"DBSubnetGroupNotFoundFault",
1697
- "httpStatusCode":404,
1698
- "senderFault":true
1699
- },
1700
- "exception":true
1701
- },
1702
- "DBSubnetGroupQuotaExceededFault":{
1703
- "type":"structure",
1704
- "members":{
1705
- },
1706
- "error":{
1707
- "code":"DBSubnetGroupQuotaExceeded",
1708
- "httpStatusCode":400,
1709
- "senderFault":true
1710
- },
1711
- "exception":true
1712
- },
1713
- "DBSubnetGroups":{
1714
- "type":"list",
1715
- "member":{
1716
- "shape":"DBSubnetGroup",
1717
- "locationName":"DBSubnetGroup"
1718
- }
1719
- },
1720
- "DBSubnetQuotaExceededFault":{
1721
- "type":"structure",
1722
- "members":{
1723
- },
1724
- "error":{
1725
- "code":"DBSubnetQuotaExceededFault",
1726
- "httpStatusCode":400,
1727
- "senderFault":true
1728
- },
1729
- "exception":true
1730
- },
1731
- "DBUpgradeDependencyFailureFault":{
1732
- "type":"structure",
1733
- "members":{
1734
- },
1735
- "error":{
1736
- "code":"DBUpgradeDependencyFailure",
1737
- "httpStatusCode":400,
1738
- "senderFault":true
1739
- },
1740
- "exception":true
1741
- },
1742
- "DeleteDBInstanceMessage":{
1743
- "type":"structure",
1744
- "required":["DBInstanceIdentifier"],
1745
- "members":{
1746
- "DBInstanceIdentifier":{"shape":"String"},
1747
- "SkipFinalSnapshot":{"shape":"Boolean"},
1748
- "FinalDBSnapshotIdentifier":{"shape":"String"}
1749
- }
1750
- },
1751
- "DeleteDBInstanceResult":{
1752
- "type":"structure",
1753
- "members":{
1754
- "DBInstance":{"shape":"DBInstance"}
1755
- }
1756
- },
1757
- "DeleteDBParameterGroupMessage":{
1758
- "type":"structure",
1759
- "required":["DBParameterGroupName"],
1760
- "members":{
1761
- "DBParameterGroupName":{"shape":"String"}
1762
- }
1763
- },
1764
- "DeleteDBSecurityGroupMessage":{
1765
- "type":"structure",
1766
- "required":["DBSecurityGroupName"],
1767
- "members":{
1768
- "DBSecurityGroupName":{"shape":"String"}
1769
- }
1770
- },
1771
- "DeleteDBSnapshotMessage":{
1772
- "type":"structure",
1773
- "required":["DBSnapshotIdentifier"],
1774
- "members":{
1775
- "DBSnapshotIdentifier":{"shape":"String"}
1776
- }
1777
- },
1778
- "DeleteDBSnapshotResult":{
1779
- "type":"structure",
1780
- "members":{
1781
- "DBSnapshot":{"shape":"DBSnapshot"}
1782
- }
1783
- },
1784
- "DeleteDBSubnetGroupMessage":{
1785
- "type":"structure",
1786
- "required":["DBSubnetGroupName"],
1787
- "members":{
1788
- "DBSubnetGroupName":{"shape":"String"}
1789
- }
1790
- },
1791
- "DeleteEventSubscriptionMessage":{
1792
- "type":"structure",
1793
- "required":["SubscriptionName"],
1794
- "members":{
1795
- "SubscriptionName":{"shape":"String"}
1796
- }
1797
- },
1798
- "DeleteEventSubscriptionResult":{
1799
- "type":"structure",
1800
- "members":{
1801
- "EventSubscription":{"shape":"EventSubscription"}
1802
- }
1803
- },
1804
- "DeleteOptionGroupMessage":{
1805
- "type":"structure",
1806
- "required":["OptionGroupName"],
1807
- "members":{
1808
- "OptionGroupName":{"shape":"String"}
1809
- }
1810
- },
1811
- "DescribeDBEngineVersionsMessage":{
1812
- "type":"structure",
1813
- "members":{
1814
- "Engine":{"shape":"String"},
1815
- "EngineVersion":{"shape":"String"},
1816
- "DBParameterGroupFamily":{"shape":"String"},
1817
- "Filters":{"shape":"FilterList"},
1818
- "MaxRecords":{"shape":"IntegerOptional"},
1819
- "Marker":{"shape":"String"},
1820
- "DefaultOnly":{"shape":"Boolean"},
1821
- "ListSupportedCharacterSets":{"shape":"BooleanOptional"}
1822
- }
1823
- },
1824
- "DescribeDBInstancesMessage":{
1825
- "type":"structure",
1826
- "members":{
1827
- "DBInstanceIdentifier":{"shape":"String"},
1828
- "Filters":{"shape":"FilterList"},
1829
- "MaxRecords":{"shape":"IntegerOptional"},
1830
- "Marker":{"shape":"String"}
1831
- }
1832
- },
1833
- "DescribeDBLogFilesDetails":{
1834
- "type":"structure",
1835
- "members":{
1836
- "LogFileName":{"shape":"String"},
1837
- "LastWritten":{"shape":"Long"},
1838
- "Size":{"shape":"Long"}
1839
- }
1840
- },
1841
- "DescribeDBLogFilesList":{
1842
- "type":"list",
1843
- "member":{
1844
- "shape":"DescribeDBLogFilesDetails",
1845
- "locationName":"DescribeDBLogFilesDetails"
1846
- }
1847
- },
1848
- "DescribeDBLogFilesMessage":{
1849
- "type":"structure",
1850
- "required":["DBInstanceIdentifier"],
1851
- "members":{
1852
- "DBInstanceIdentifier":{"shape":"String"},
1853
- "FilenameContains":{"shape":"String"},
1854
- "FileLastWritten":{"shape":"Long"},
1855
- "FileSize":{"shape":"Long"},
1856
- "Filters":{"shape":"FilterList"},
1857
- "MaxRecords":{"shape":"IntegerOptional"},
1858
- "Marker":{"shape":"String"}
1859
- }
1860
- },
1861
- "DescribeDBLogFilesResponse":{
1862
- "type":"structure",
1863
- "members":{
1864
- "DescribeDBLogFiles":{"shape":"DescribeDBLogFilesList"},
1865
- "Marker":{"shape":"String"}
1866
- }
1867
- },
1868
- "DescribeDBParameterGroupsMessage":{
1869
- "type":"structure",
1870
- "members":{
1871
- "DBParameterGroupName":{"shape":"String"},
1872
- "Filters":{"shape":"FilterList"},
1873
- "MaxRecords":{"shape":"IntegerOptional"},
1874
- "Marker":{"shape":"String"}
1875
- }
1876
- },
1877
- "DescribeDBParametersMessage":{
1878
- "type":"structure",
1879
- "required":["DBParameterGroupName"],
1880
- "members":{
1881
- "DBParameterGroupName":{"shape":"String"},
1882
- "Source":{"shape":"String"},
1883
- "Filters":{"shape":"FilterList"},
1884
- "MaxRecords":{"shape":"IntegerOptional"},
1885
- "Marker":{"shape":"String"}
1886
- }
1887
- },
1888
- "DescribeDBSecurityGroupsMessage":{
1889
- "type":"structure",
1890
- "members":{
1891
- "DBSecurityGroupName":{"shape":"String"},
1892
- "Filters":{"shape":"FilterList"},
1893
- "MaxRecords":{"shape":"IntegerOptional"},
1894
- "Marker":{"shape":"String"}
1895
- }
1896
- },
1897
- "DescribeDBSnapshotsMessage":{
1898
- "type":"structure",
1899
- "members":{
1900
- "DBInstanceIdentifier":{"shape":"String"},
1901
- "DBSnapshotIdentifier":{"shape":"String"},
1902
- "SnapshotType":{"shape":"String"},
1903
- "Filters":{"shape":"FilterList"},
1904
- "MaxRecords":{"shape":"IntegerOptional"},
1905
- "Marker":{"shape":"String"}
1906
- }
1907
- },
1908
- "DescribeDBSubnetGroupsMessage":{
1909
- "type":"structure",
1910
- "members":{
1911
- "DBSubnetGroupName":{"shape":"String"},
1912
- "Filters":{"shape":"FilterList"},
1913
- "MaxRecords":{"shape":"IntegerOptional"},
1914
- "Marker":{"shape":"String"}
1915
- }
1916
- },
1917
- "DescribeEngineDefaultParametersMessage":{
1918
- "type":"structure",
1919
- "required":["DBParameterGroupFamily"],
1920
- "members":{
1921
- "DBParameterGroupFamily":{"shape":"String"},
1922
- "Filters":{"shape":"FilterList"},
1923
- "MaxRecords":{"shape":"IntegerOptional"},
1924
- "Marker":{"shape":"String"}
1925
- }
1926
- },
1927
- "DescribeEngineDefaultParametersResult":{
1928
- "type":"structure",
1929
- "members":{
1930
- "EngineDefaults":{"shape":"EngineDefaults"}
1931
- }
1932
- },
1933
- "DescribeEventCategoriesMessage":{
1934
- "type":"structure",
1935
- "members":{
1936
- "SourceType":{"shape":"String"},
1937
- "Filters":{"shape":"FilterList"}
1938
- }
1939
- },
1940
- "DescribeEventSubscriptionsMessage":{
1941
- "type":"structure",
1942
- "members":{
1943
- "SubscriptionName":{"shape":"String"},
1944
- "Filters":{"shape":"FilterList"},
1945
- "MaxRecords":{"shape":"IntegerOptional"},
1946
- "Marker":{"shape":"String"}
1947
- }
1948
- },
1949
- "DescribeEventsMessage":{
1950
- "type":"structure",
1951
- "members":{
1952
- "SourceIdentifier":{"shape":"String"},
1953
- "SourceType":{"shape":"SourceType"},
1954
- "StartTime":{"shape":"TStamp"},
1955
- "EndTime":{"shape":"TStamp"},
1956
- "Duration":{"shape":"IntegerOptional"},
1957
- "EventCategories":{"shape":"EventCategoriesList"},
1958
- "Filters":{"shape":"FilterList"},
1959
- "MaxRecords":{"shape":"IntegerOptional"},
1960
- "Marker":{"shape":"String"}
1961
- }
1962
- },
1963
- "DescribeOptionGroupOptionsMessage":{
1964
- "type":"structure",
1965
- "required":["EngineName"],
1966
- "members":{
1967
- "EngineName":{"shape":"String"},
1968
- "MajorEngineVersion":{"shape":"String"},
1969
- "Filters":{"shape":"FilterList"},
1970
- "MaxRecords":{"shape":"IntegerOptional"},
1971
- "Marker":{"shape":"String"}
1972
- }
1973
- },
1974
- "DescribeOptionGroupsMessage":{
1975
- "type":"structure",
1976
- "members":{
1977
- "OptionGroupName":{"shape":"String"},
1978
- "Filters":{"shape":"FilterList"},
1979
- "Marker":{"shape":"String"},
1980
- "MaxRecords":{"shape":"IntegerOptional"},
1981
- "EngineName":{"shape":"String"},
1982
- "MajorEngineVersion":{"shape":"String"}
1983
- }
1984
- },
1985
- "DescribeOrderableDBInstanceOptionsMessage":{
1986
- "type":"structure",
1987
- "required":["Engine"],
1988
- "members":{
1989
- "Engine":{"shape":"String"},
1990
- "EngineVersion":{"shape":"String"},
1991
- "DBInstanceClass":{"shape":"String"},
1992
- "LicenseModel":{"shape":"String"},
1993
- "Vpc":{"shape":"BooleanOptional"},
1994
- "Filters":{"shape":"FilterList"},
1995
- "MaxRecords":{"shape":"IntegerOptional"},
1996
- "Marker":{"shape":"String"}
1997
- }
1998
- },
1999
- "DescribeReservedDBInstancesMessage":{
2000
- "type":"structure",
2001
- "members":{
2002
- "ReservedDBInstanceId":{"shape":"String"},
2003
- "ReservedDBInstancesOfferingId":{"shape":"String"},
2004
- "DBInstanceClass":{"shape":"String"},
2005
- "Duration":{"shape":"String"},
2006
- "ProductDescription":{"shape":"String"},
2007
- "OfferingType":{"shape":"String"},
2008
- "MultiAZ":{"shape":"BooleanOptional"},
2009
- "Filters":{"shape":"FilterList"},
2010
- "MaxRecords":{"shape":"IntegerOptional"},
2011
- "Marker":{"shape":"String"}
2012
- }
2013
- },
2014
- "DescribeReservedDBInstancesOfferingsMessage":{
2015
- "type":"structure",
2016
- "members":{
2017
- "ReservedDBInstancesOfferingId":{"shape":"String"},
2018
- "DBInstanceClass":{"shape":"String"},
2019
- "Duration":{"shape":"String"},
2020
- "ProductDescription":{"shape":"String"},
2021
- "OfferingType":{"shape":"String"},
2022
- "MultiAZ":{"shape":"BooleanOptional"},
2023
- "Filters":{"shape":"FilterList"},
2024
- "MaxRecords":{"shape":"IntegerOptional"},
2025
- "Marker":{"shape":"String"}
2026
- }
2027
- },
2028
- "Double":{"type":"double"},
2029
- "DownloadDBLogFilePortionDetails":{
2030
- "type":"structure",
2031
- "members":{
2032
- "LogFileData":{"shape":"String"},
2033
- "Marker":{"shape":"String"},
2034
- "AdditionalDataPending":{"shape":"Boolean"}
2035
- }
2036
- },
2037
- "DownloadDBLogFilePortionMessage":{
2038
- "type":"structure",
2039
- "required":[
2040
- "DBInstanceIdentifier",
2041
- "LogFileName"
2042
- ],
2043
- "members":{
2044
- "DBInstanceIdentifier":{"shape":"String"},
2045
- "LogFileName":{"shape":"String"},
2046
- "Marker":{"shape":"String"},
2047
- "NumberOfLines":{"shape":"Integer"}
2048
- }
2049
- },
2050
- "EC2SecurityGroup":{
2051
- "type":"structure",
2052
- "members":{
2053
- "Status":{"shape":"String"},
2054
- "EC2SecurityGroupName":{"shape":"String"},
2055
- "EC2SecurityGroupId":{"shape":"String"},
2056
- "EC2SecurityGroupOwnerId":{"shape":"String"}
2057
- }
2058
- },
2059
- "EC2SecurityGroupList":{
2060
- "type":"list",
2061
- "member":{
2062
- "shape":"EC2SecurityGroup",
2063
- "locationName":"EC2SecurityGroup"
2064
- }
2065
- },
2066
- "Endpoint":{
2067
- "type":"structure",
2068
- "members":{
2069
- "Address":{"shape":"String"},
2070
- "Port":{"shape":"Integer"}
2071
- }
2072
- },
2073
- "EngineDefaults":{
2074
- "type":"structure",
2075
- "members":{
2076
- "DBParameterGroupFamily":{"shape":"String"},
2077
- "Marker":{"shape":"String"},
2078
- "Parameters":{"shape":"ParametersList"}
2079
- },
2080
- "wrapper":true
2081
- },
2082
- "Event":{
2083
- "type":"structure",
2084
- "members":{
2085
- "SourceIdentifier":{"shape":"String"},
2086
- "SourceType":{"shape":"SourceType"},
2087
- "Message":{"shape":"String"},
2088
- "EventCategories":{"shape":"EventCategoriesList"},
2089
- "Date":{"shape":"TStamp"}
2090
- }
2091
- },
2092
- "EventCategoriesList":{
2093
- "type":"list",
2094
- "member":{
2095
- "shape":"String",
2096
- "locationName":"EventCategory"
2097
- }
2098
- },
2099
- "EventCategoriesMap":{
2100
- "type":"structure",
2101
- "members":{
2102
- "SourceType":{"shape":"String"},
2103
- "EventCategories":{"shape":"EventCategoriesList"}
2104
- },
2105
- "wrapper":true
2106
- },
2107
- "EventCategoriesMapList":{
2108
- "type":"list",
2109
- "member":{
2110
- "shape":"EventCategoriesMap",
2111
- "locationName":"EventCategoriesMap"
2112
- }
2113
- },
2114
- "EventCategoriesMessage":{
2115
- "type":"structure",
2116
- "members":{
2117
- "EventCategoriesMapList":{"shape":"EventCategoriesMapList"}
2118
- }
2119
- },
2120
- "EventList":{
2121
- "type":"list",
2122
- "member":{
2123
- "shape":"Event",
2124
- "locationName":"Event"
2125
- }
2126
- },
2127
- "EventSubscription":{
2128
- "type":"structure",
2129
- "members":{
2130
- "CustomerAwsId":{"shape":"String"},
2131
- "CustSubscriptionId":{"shape":"String"},
2132
- "SnsTopicArn":{"shape":"String"},
2133
- "Status":{"shape":"String"},
2134
- "SubscriptionCreationTime":{"shape":"String"},
2135
- "SourceType":{"shape":"String"},
2136
- "SourceIdsList":{"shape":"SourceIdsList"},
2137
- "EventCategoriesList":{"shape":"EventCategoriesList"},
2138
- "Enabled":{"shape":"Boolean"}
2139
- },
2140
- "wrapper":true
2141
- },
2142
- "EventSubscriptionQuotaExceededFault":{
2143
- "type":"structure",
2144
- "members":{
2145
- },
2146
- "error":{
2147
- "code":"EventSubscriptionQuotaExceeded",
2148
- "httpStatusCode":400,
2149
- "senderFault":true
2150
- },
2151
- "exception":true
2152
- },
2153
- "EventSubscriptionsList":{
2154
- "type":"list",
2155
- "member":{
2156
- "shape":"EventSubscription",
2157
- "locationName":"EventSubscription"
2158
- }
2159
- },
2160
- "EventSubscriptionsMessage":{
2161
- "type":"structure",
2162
- "members":{
2163
- "Marker":{"shape":"String"},
2164
- "EventSubscriptionsList":{"shape":"EventSubscriptionsList"}
2165
- }
2166
- },
2167
- "EventsMessage":{
2168
- "type":"structure",
2169
- "members":{
2170
- "Marker":{"shape":"String"},
2171
- "Events":{"shape":"EventList"}
2172
- }
2173
- },
2174
- "Filter":{
2175
- "type":"structure",
2176
- "required":[
2177
- "Name",
2178
- "Values"
2179
- ],
2180
- "members":{
2181
- "Name":{"shape":"String"},
2182
- "Values":{"shape":"FilterValueList"}
2183
- }
2184
- },
2185
- "FilterList":{
2186
- "type":"list",
2187
- "member":{
2188
- "shape":"Filter",
2189
- "locationName":"Filter"
2190
- }
2191
- },
2192
- "FilterValueList":{
2193
- "type":"list",
2194
- "member":{
2195
- "shape":"String",
2196
- "locationName":"Value"
2197
- }
2198
- },
2199
- "IPRange":{
2200
- "type":"structure",
2201
- "members":{
2202
- "Status":{"shape":"String"},
2203
- "CIDRIP":{"shape":"String"}
2204
- }
2205
- },
2206
- "IPRangeList":{
2207
- "type":"list",
2208
- "member":{
2209
- "shape":"IPRange",
2210
- "locationName":"IPRange"
2211
- }
2212
- },
2213
- "InstanceQuotaExceededFault":{
2214
- "type":"structure",
2215
- "members":{
2216
- },
2217
- "error":{
2218
- "code":"InstanceQuotaExceeded",
2219
- "httpStatusCode":400,
2220
- "senderFault":true
2221
- },
2222
- "exception":true
2223
- },
2224
- "InsufficientDBInstanceCapacityFault":{
2225
- "type":"structure",
2226
- "members":{
2227
- },
2228
- "error":{
2229
- "code":"InsufficientDBInstanceCapacity",
2230
- "httpStatusCode":400,
2231
- "senderFault":true
2232
- },
2233
- "exception":true
2234
- },
2235
- "Integer":{"type":"integer"},
2236
- "IntegerOptional":{"type":"integer"},
2237
- "InvalidDBInstanceStateFault":{
2238
- "type":"structure",
2239
- "members":{
2240
- },
2241
- "error":{
2242
- "code":"InvalidDBInstanceState",
2243
- "httpStatusCode":400,
2244
- "senderFault":true
2245
- },
2246
- "exception":true
2247
- },
2248
- "InvalidDBParameterGroupStateFault":{
2249
- "type":"structure",
2250
- "members":{
2251
- },
2252
- "error":{
2253
- "code":"InvalidDBParameterGroupState",
2254
- "httpStatusCode":400,
2255
- "senderFault":true
2256
- },
2257
- "exception":true
2258
- },
2259
- "InvalidDBSecurityGroupStateFault":{
2260
- "type":"structure",
2261
- "members":{
2262
- },
2263
- "error":{
2264
- "code":"InvalidDBSecurityGroupState",
2265
- "httpStatusCode":400,
2266
- "senderFault":true
2267
- },
2268
- "exception":true
2269
- },
2270
- "InvalidDBSnapshotStateFault":{
2271
- "type":"structure",
2272
- "members":{
2273
- },
2274
- "error":{
2275
- "code":"InvalidDBSnapshotState",
2276
- "httpStatusCode":400,
2277
- "senderFault":true
2278
- },
2279
- "exception":true
2280
- },
2281
- "InvalidDBSubnetGroupFault":{
2282
- "type":"structure",
2283
- "members":{
2284
- },
2285
- "error":{
2286
- "code":"InvalidDBSubnetGroupFault",
2287
- "httpStatusCode":400,
2288
- "senderFault":true
2289
- },
2290
- "exception":true
2291
- },
2292
- "InvalidDBSubnetGroupStateFault":{
2293
- "type":"structure",
2294
- "members":{
2295
- },
2296
- "error":{
2297
- "code":"InvalidDBSubnetGroupStateFault",
2298
- "httpStatusCode":400,
2299
- "senderFault":true
2300
- },
2301
- "exception":true
2302
- },
2303
- "InvalidDBSubnetStateFault":{
2304
- "type":"structure",
2305
- "members":{
2306
- },
2307
- "error":{
2308
- "code":"InvalidDBSubnetStateFault",
2309
- "httpStatusCode":400,
2310
- "senderFault":true
2311
- },
2312
- "exception":true
2313
- },
2314
- "InvalidEventSubscriptionStateFault":{
2315
- "type":"structure",
2316
- "members":{
2317
- },
2318
- "error":{
2319
- "code":"InvalidEventSubscriptionState",
2320
- "httpStatusCode":400,
2321
- "senderFault":true
2322
- },
2323
- "exception":true
2324
- },
2325
- "InvalidOptionGroupStateFault":{
2326
- "type":"structure",
2327
- "members":{
2328
- },
2329
- "error":{
2330
- "code":"InvalidOptionGroupStateFault",
2331
- "httpStatusCode":400,
2332
- "senderFault":true
2333
- },
2334
- "exception":true
2335
- },
2336
- "InvalidRestoreFault":{
2337
- "type":"structure",
2338
- "members":{
2339
- },
2340
- "error":{
2341
- "code":"InvalidRestoreFault",
2342
- "httpStatusCode":400,
2343
- "senderFault":true
2344
- },
2345
- "exception":true
2346
- },
2347
- "InvalidSubnet":{
2348
- "type":"structure",
2349
- "members":{
2350
- },
2351
- "error":{
2352
- "code":"InvalidSubnet",
2353
- "httpStatusCode":400,
2354
- "senderFault":true
2355
- },
2356
- "exception":true
2357
- },
2358
- "InvalidVPCNetworkStateFault":{
2359
- "type":"structure",
2360
- "members":{
2361
- },
2362
- "error":{
2363
- "code":"InvalidVPCNetworkStateFault",
2364
- "httpStatusCode":400,
2365
- "senderFault":true
2366
- },
2367
- "exception":true
2368
- },
2369
- "KeyList":{
2370
- "type":"list",
2371
- "member":{"shape":"String"}
2372
- },
2373
- "ListTagsForResourceMessage":{
2374
- "type":"structure",
2375
- "required":["ResourceName"],
2376
- "members":{
2377
- "ResourceName":{"shape":"String"},
2378
- "Filters":{"shape":"FilterList"}
2379
- }
2380
- },
2381
- "Long":{"type":"long"},
2382
- "ModifyDBInstanceMessage":{
2383
- "type":"structure",
2384
- "required":["DBInstanceIdentifier"],
2385
- "members":{
2386
- "DBInstanceIdentifier":{"shape":"String"},
2387
- "AllocatedStorage":{"shape":"IntegerOptional"},
2388
- "DBInstanceClass":{"shape":"String"},
2389
- "DBSecurityGroups":{"shape":"DBSecurityGroupNameList"},
2390
- "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
2391
- "ApplyImmediately":{"shape":"Boolean"},
2392
- "MasterUserPassword":{"shape":"String"},
2393
- "DBParameterGroupName":{"shape":"String"},
2394
- "BackupRetentionPeriod":{"shape":"IntegerOptional"},
2395
- "PreferredBackupWindow":{"shape":"String"},
2396
- "PreferredMaintenanceWindow":{"shape":"String"},
2397
- "MultiAZ":{"shape":"BooleanOptional"},
2398
- "EngineVersion":{"shape":"String"},
2399
- "AllowMajorVersionUpgrade":{"shape":"Boolean"},
2400
- "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
2401
- "Iops":{"shape":"IntegerOptional"},
2402
- "OptionGroupName":{"shape":"String"},
2403
- "NewDBInstanceIdentifier":{"shape":"String"},
2404
- "StorageType":{"shape":"String"},
2405
- "TdeCredentialArn":{"shape":"String"},
2406
- "TdeCredentialPassword":{"shape":"String"}
2407
- }
2408
- },
2409
- "ModifyDBInstanceResult":{
2410
- "type":"structure",
2411
- "members":{
2412
- "DBInstance":{"shape":"DBInstance"}
2413
- }
2414
- },
2415
- "ModifyDBParameterGroupMessage":{
2416
- "type":"structure",
2417
- "required":[
2418
- "DBParameterGroupName",
2419
- "Parameters"
2420
- ],
2421
- "members":{
2422
- "DBParameterGroupName":{"shape":"String"},
2423
- "Parameters":{"shape":"ParametersList"}
2424
- }
2425
- },
2426
- "ModifyDBSubnetGroupMessage":{
2427
- "type":"structure",
2428
- "required":[
2429
- "DBSubnetGroupName",
2430
- "SubnetIds"
2431
- ],
2432
- "members":{
2433
- "DBSubnetGroupName":{"shape":"String"},
2434
- "DBSubnetGroupDescription":{"shape":"String"},
2435
- "SubnetIds":{"shape":"SubnetIdentifierList"}
2436
- }
2437
- },
2438
- "ModifyDBSubnetGroupResult":{
2439
- "type":"structure",
2440
- "members":{
2441
- "DBSubnetGroup":{"shape":"DBSubnetGroup"}
2442
- }
2443
- },
2444
- "ModifyEventSubscriptionMessage":{
2445
- "type":"structure",
2446
- "required":["SubscriptionName"],
2447
- "members":{
2448
- "SubscriptionName":{"shape":"String"},
2449
- "SnsTopicArn":{"shape":"String"},
2450
- "SourceType":{"shape":"String"},
2451
- "EventCategories":{"shape":"EventCategoriesList"},
2452
- "Enabled":{"shape":"BooleanOptional"}
2453
- }
2454
- },
2455
- "ModifyEventSubscriptionResult":{
2456
- "type":"structure",
2457
- "members":{
2458
- "EventSubscription":{"shape":"EventSubscription"}
2459
- }
2460
- },
2461
- "ModifyOptionGroupMessage":{
2462
- "type":"structure",
2463
- "required":["OptionGroupName"],
2464
- "members":{
2465
- "OptionGroupName":{"shape":"String"},
2466
- "OptionsToInclude":{"shape":"OptionConfigurationList"},
2467
- "OptionsToRemove":{"shape":"OptionNamesList"},
2468
- "ApplyImmediately":{"shape":"Boolean"}
2469
- }
2470
- },
2471
- "ModifyOptionGroupResult":{
2472
- "type":"structure",
2473
- "members":{
2474
- "OptionGroup":{"shape":"OptionGroup"}
2475
- }
2476
- },
2477
- "Option":{
2478
- "type":"structure",
2479
- "members":{
2480
- "OptionName":{"shape":"String"},
2481
- "OptionDescription":{"shape":"String"},
2482
- "Persistent":{"shape":"Boolean"},
2483
- "Permanent":{"shape":"Boolean"},
2484
- "Port":{"shape":"IntegerOptional"},
2485
- "OptionSettings":{"shape":"OptionSettingConfigurationList"},
2486
- "DBSecurityGroupMemberships":{"shape":"DBSecurityGroupMembershipList"},
2487
- "VpcSecurityGroupMemberships":{"shape":"VpcSecurityGroupMembershipList"}
2488
- }
2489
- },
2490
- "OptionConfiguration":{
2491
- "type":"structure",
2492
- "required":["OptionName"],
2493
- "members":{
2494
- "OptionName":{"shape":"String"},
2495
- "Port":{"shape":"IntegerOptional"},
2496
- "DBSecurityGroupMemberships":{"shape":"DBSecurityGroupNameList"},
2497
- "VpcSecurityGroupMemberships":{"shape":"VpcSecurityGroupIdList"},
2498
- "OptionSettings":{"shape":"OptionSettingsList"}
2499
- }
2500
- },
2501
- "OptionConfigurationList":{
2502
- "type":"list",
2503
- "member":{
2504
- "shape":"OptionConfiguration",
2505
- "locationName":"OptionConfiguration"
2506
- }
2507
- },
2508
- "OptionGroup":{
2509
- "type":"structure",
2510
- "members":{
2511
- "OptionGroupName":{"shape":"String"},
2512
- "OptionGroupDescription":{"shape":"String"},
2513
- "EngineName":{"shape":"String"},
2514
- "MajorEngineVersion":{"shape":"String"},
2515
- "Options":{"shape":"OptionsList"},
2516
- "AllowsVpcAndNonVpcInstanceMemberships":{"shape":"Boolean"},
2517
- "VpcId":{"shape":"String"}
2518
- },
2519
- "wrapper":true
2520
- },
2521
- "OptionGroupAlreadyExistsFault":{
2522
- "type":"structure",
2523
- "members":{
2524
- },
2525
- "error":{
2526
- "code":"OptionGroupAlreadyExistsFault",
2527
- "httpStatusCode":400,
2528
- "senderFault":true
2529
- },
2530
- "exception":true
2531
- },
2532
- "OptionGroupMembership":{
2533
- "type":"structure",
2534
- "members":{
2535
- "OptionGroupName":{"shape":"String"},
2536
- "Status":{"shape":"String"}
2537
- }
2538
- },
2539
- "OptionGroupMembershipList":{
2540
- "type":"list",
2541
- "member":{
2542
- "shape":"OptionGroupMembership",
2543
- "locationName":"OptionGroupMembership"
2544
- }
2545
- },
2546
- "OptionGroupNotFoundFault":{
2547
- "type":"structure",
2548
- "members":{
2549
- },
2550
- "error":{
2551
- "code":"OptionGroupNotFoundFault",
2552
- "httpStatusCode":404,
2553
- "senderFault":true
2554
- },
2555
- "exception":true
2556
- },
2557
- "OptionGroupOption":{
2558
- "type":"structure",
2559
- "members":{
2560
- "Name":{"shape":"String"},
2561
- "Description":{"shape":"String"},
2562
- "EngineName":{"shape":"String"},
2563
- "MajorEngineVersion":{"shape":"String"},
2564
- "MinimumRequiredMinorEngineVersion":{"shape":"String"},
2565
- "PortRequired":{"shape":"Boolean"},
2566
- "DefaultPort":{"shape":"IntegerOptional"},
2567
- "OptionsDependedOn":{"shape":"OptionsDependedOn"},
2568
- "Persistent":{"shape":"Boolean"},
2569
- "Permanent":{"shape":"Boolean"},
2570
- "OptionGroupOptionSettings":{"shape":"OptionGroupOptionSettingsList"}
2571
- }
2572
- },
2573
- "OptionGroupOptionSetting":{
2574
- "type":"structure",
2575
- "members":{
2576
- "SettingName":{"shape":"String"},
2577
- "SettingDescription":{"shape":"String"},
2578
- "DefaultValue":{"shape":"String"},
2579
- "ApplyType":{"shape":"String"},
2580
- "AllowedValues":{"shape":"String"},
2581
- "IsModifiable":{"shape":"Boolean"}
2582
- }
2583
- },
2584
- "OptionGroupOptionSettingsList":{
2585
- "type":"list",
2586
- "member":{
2587
- "shape":"OptionGroupOptionSetting",
2588
- "locationName":"OptionGroupOptionSetting"
2589
- }
2590
- },
2591
- "OptionGroupOptionsList":{
2592
- "type":"list",
2593
- "member":{
2594
- "shape":"OptionGroupOption",
2595
- "locationName":"OptionGroupOption"
2596
- }
2597
- },
2598
- "OptionGroupOptionsMessage":{
2599
- "type":"structure",
2600
- "members":{
2601
- "OptionGroupOptions":{"shape":"OptionGroupOptionsList"},
2602
- "Marker":{"shape":"String"}
2603
- }
2604
- },
2605
- "OptionGroupQuotaExceededFault":{
2606
- "type":"structure",
2607
- "members":{
2608
- },
2609
- "error":{
2610
- "code":"OptionGroupQuotaExceededFault",
2611
- "httpStatusCode":400,
2612
- "senderFault":true
2613
- },
2614
- "exception":true
2615
- },
2616
- "OptionGroups":{
2617
- "type":"structure",
2618
- "members":{
2619
- "OptionGroupsList":{"shape":"OptionGroupsList"},
2620
- "Marker":{"shape":"String"}
2621
- }
2622
- },
2623
- "OptionGroupsList":{
2624
- "type":"list",
2625
- "member":{
2626
- "shape":"OptionGroup",
2627
- "locationName":"OptionGroup"
2628
- }
2629
- },
2630
- "OptionNamesList":{
2631
- "type":"list",
2632
- "member":{"shape":"String"}
2633
- },
2634
- "OptionSetting":{
2635
- "type":"structure",
2636
- "members":{
2637
- "Name":{"shape":"String"},
2638
- "Value":{"shape":"String"},
2639
- "DefaultValue":{"shape":"String"},
2640
- "Description":{"shape":"String"},
2641
- "ApplyType":{"shape":"String"},
2642
- "DataType":{"shape":"String"},
2643
- "AllowedValues":{"shape":"String"},
2644
- "IsModifiable":{"shape":"Boolean"},
2645
- "IsCollection":{"shape":"Boolean"}
2646
- }
2647
- },
2648
- "OptionSettingConfigurationList":{
2649
- "type":"list",
2650
- "member":{
2651
- "shape":"OptionSetting",
2652
- "locationName":"OptionSetting"
2653
- }
2654
- },
2655
- "OptionSettingsList":{
2656
- "type":"list",
2657
- "member":{
2658
- "shape":"OptionSetting",
2659
- "locationName":"OptionSetting"
2660
- }
2661
- },
2662
- "OptionsDependedOn":{
2663
- "type":"list",
2664
- "member":{
2665
- "shape":"String",
2666
- "locationName":"OptionName"
2667
- }
2668
- },
2669
- "OptionsList":{
2670
- "type":"list",
2671
- "member":{
2672
- "shape":"Option",
2673
- "locationName":"Option"
2674
- }
2675
- },
2676
- "OrderableDBInstanceOption":{
2677
- "type":"structure",
2678
- "members":{
2679
- "Engine":{"shape":"String"},
2680
- "EngineVersion":{"shape":"String"},
2681
- "DBInstanceClass":{"shape":"String"},
2682
- "LicenseModel":{"shape":"String"},
2683
- "AvailabilityZones":{"shape":"AvailabilityZoneList"},
2684
- "MultiAZCapable":{"shape":"Boolean"},
2685
- "ReadReplicaCapable":{"shape":"Boolean"},
2686
- "Vpc":{"shape":"Boolean"},
2687
- "StorageType":{"shape":"String"},
2688
- "SupportsIops":{"shape":"Boolean"}
2689
- },
2690
- "wrapper":true
2691
- },
2692
- "OrderableDBInstanceOptionsList":{
2693
- "type":"list",
2694
- "member":{
2695
- "shape":"OrderableDBInstanceOption",
2696
- "locationName":"OrderableDBInstanceOption"
2697
- }
2698
- },
2699
- "OrderableDBInstanceOptionsMessage":{
2700
- "type":"structure",
2701
- "members":{
2702
- "OrderableDBInstanceOptions":{"shape":"OrderableDBInstanceOptionsList"},
2703
- "Marker":{"shape":"String"}
2704
- }
2705
- },
2706
- "Parameter":{
2707
- "type":"structure",
2708
- "members":{
2709
- "ParameterName":{"shape":"String"},
2710
- "ParameterValue":{"shape":"String"},
2711
- "Description":{"shape":"String"},
2712
- "Source":{"shape":"String"},
2713
- "ApplyType":{"shape":"String"},
2714
- "DataType":{"shape":"String"},
2715
- "AllowedValues":{"shape":"String"},
2716
- "IsModifiable":{"shape":"Boolean"},
2717
- "MinimumEngineVersion":{"shape":"String"},
2718
- "ApplyMethod":{"shape":"ApplyMethod"}
2719
- }
2720
- },
2721
- "ParametersList":{
2722
- "type":"list",
2723
- "member":{
2724
- "shape":"Parameter",
2725
- "locationName":"Parameter"
2726
- }
2727
- },
2728
- "PendingModifiedValues":{
2729
- "type":"structure",
2730
- "members":{
2731
- "DBInstanceClass":{"shape":"String"},
2732
- "AllocatedStorage":{"shape":"IntegerOptional"},
2733
- "MasterUserPassword":{"shape":"String"},
2734
- "Port":{"shape":"IntegerOptional"},
2735
- "BackupRetentionPeriod":{"shape":"IntegerOptional"},
2736
- "MultiAZ":{"shape":"BooleanOptional"},
2737
- "EngineVersion":{"shape":"String"},
2738
- "Iops":{"shape":"IntegerOptional"},
2739
- "DBInstanceIdentifier":{"shape":"String"},
2740
- "StorageType":{"shape":"String"}
2741
- }
2742
- },
2743
- "PointInTimeRestoreNotEnabledFault":{
2744
- "type":"structure",
2745
- "members":{
2746
- },
2747
- "error":{
2748
- "code":"PointInTimeRestoreNotEnabled",
2749
- "httpStatusCode":400,
2750
- "senderFault":true
2751
- },
2752
- "exception":true
2753
- },
2754
- "PromoteReadReplicaMessage":{
2755
- "type":"structure",
2756
- "required":["DBInstanceIdentifier"],
2757
- "members":{
2758
- "DBInstanceIdentifier":{"shape":"String"},
2759
- "BackupRetentionPeriod":{"shape":"IntegerOptional"},
2760
- "PreferredBackupWindow":{"shape":"String"}
2761
- }
2762
- },
2763
- "PromoteReadReplicaResult":{
2764
- "type":"structure",
2765
- "members":{
2766
- "DBInstance":{"shape":"DBInstance"}
2767
- }
2768
- },
2769
- "ProvisionedIopsNotAvailableInAZFault":{
2770
- "type":"structure",
2771
- "members":{
2772
- },
2773
- "error":{
2774
- "code":"ProvisionedIopsNotAvailableInAZFault",
2775
- "httpStatusCode":400,
2776
- "senderFault":true
2777
- },
2778
- "exception":true
2779
- },
2780
- "PurchaseReservedDBInstancesOfferingMessage":{
2781
- "type":"structure",
2782
- "required":["ReservedDBInstancesOfferingId"],
2783
- "members":{
2784
- "ReservedDBInstancesOfferingId":{"shape":"String"},
2785
- "ReservedDBInstanceId":{"shape":"String"},
2786
- "DBInstanceCount":{"shape":"IntegerOptional"},
2787
- "Tags":{"shape":"TagList"}
2788
- }
2789
- },
2790
- "PurchaseReservedDBInstancesOfferingResult":{
2791
- "type":"structure",
2792
- "members":{
2793
- "ReservedDBInstance":{"shape":"ReservedDBInstance"}
2794
- }
2795
- },
2796
- "ReadReplicaDBInstanceIdentifierList":{
2797
- "type":"list",
2798
- "member":{
2799
- "shape":"String",
2800
- "locationName":"ReadReplicaDBInstanceIdentifier"
2801
- }
2802
- },
2803
- "RebootDBInstanceMessage":{
2804
- "type":"structure",
2805
- "required":["DBInstanceIdentifier"],
2806
- "members":{
2807
- "DBInstanceIdentifier":{"shape":"String"},
2808
- "ForceFailover":{"shape":"BooleanOptional"}
2809
- }
2810
- },
2811
- "RebootDBInstanceResult":{
2812
- "type":"structure",
2813
- "members":{
2814
- "DBInstance":{"shape":"DBInstance"}
2815
- }
2816
- },
2817
- "RecurringCharge":{
2818
- "type":"structure",
2819
- "members":{
2820
- "RecurringChargeAmount":{"shape":"Double"},
2821
- "RecurringChargeFrequency":{"shape":"String"}
2822
- },
2823
- "wrapper":true
2824
- },
2825
- "RecurringChargeList":{
2826
- "type":"list",
2827
- "member":{
2828
- "shape":"RecurringCharge",
2829
- "locationName":"RecurringCharge"
2830
- }
2831
- },
2832
- "RemoveSourceIdentifierFromSubscriptionMessage":{
2833
- "type":"structure",
2834
- "required":[
2835
- "SubscriptionName",
2836
- "SourceIdentifier"
2837
- ],
2838
- "members":{
2839
- "SubscriptionName":{"shape":"String"},
2840
- "SourceIdentifier":{"shape":"String"}
2841
- }
2842
- },
2843
- "RemoveSourceIdentifierFromSubscriptionResult":{
2844
- "type":"structure",
2845
- "members":{
2846
- "EventSubscription":{"shape":"EventSubscription"}
2847
- }
2848
- },
2849
- "RemoveTagsFromResourceMessage":{
2850
- "type":"structure",
2851
- "required":[
2852
- "ResourceName",
2853
- "TagKeys"
2854
- ],
2855
- "members":{
2856
- "ResourceName":{"shape":"String"},
2857
- "TagKeys":{"shape":"KeyList"}
2858
- }
2859
- },
2860
- "ReservedDBInstance":{
2861
- "type":"structure",
2862
- "members":{
2863
- "ReservedDBInstanceId":{"shape":"String"},
2864
- "ReservedDBInstancesOfferingId":{"shape":"String"},
2865
- "DBInstanceClass":{"shape":"String"},
2866
- "StartTime":{"shape":"TStamp"},
2867
- "Duration":{"shape":"Integer"},
2868
- "FixedPrice":{"shape":"Double"},
2869
- "UsagePrice":{"shape":"Double"},
2870
- "CurrencyCode":{"shape":"String"},
2871
- "DBInstanceCount":{"shape":"Integer"},
2872
- "ProductDescription":{"shape":"String"},
2873
- "OfferingType":{"shape":"String"},
2874
- "MultiAZ":{"shape":"Boolean"},
2875
- "State":{"shape":"String"},
2876
- "RecurringCharges":{"shape":"RecurringChargeList"}
2877
- },
2878
- "wrapper":true
2879
- },
2880
- "ReservedDBInstanceAlreadyExistsFault":{
2881
- "type":"structure",
2882
- "members":{
2883
- },
2884
- "error":{
2885
- "code":"ReservedDBInstanceAlreadyExists",
2886
- "httpStatusCode":404,
2887
- "senderFault":true
2888
- },
2889
- "exception":true
2890
- },
2891
- "ReservedDBInstanceList":{
2892
- "type":"list",
2893
- "member":{
2894
- "shape":"ReservedDBInstance",
2895
- "locationName":"ReservedDBInstance"
2896
- }
2897
- },
2898
- "ReservedDBInstanceMessage":{
2899
- "type":"structure",
2900
- "members":{
2901
- "Marker":{"shape":"String"},
2902
- "ReservedDBInstances":{"shape":"ReservedDBInstanceList"}
2903
- }
2904
- },
2905
- "ReservedDBInstanceNotFoundFault":{
2906
- "type":"structure",
2907
- "members":{
2908
- },
2909
- "error":{
2910
- "code":"ReservedDBInstanceNotFound",
2911
- "httpStatusCode":404,
2912
- "senderFault":true
2913
- },
2914
- "exception":true
2915
- },
2916
- "ReservedDBInstanceQuotaExceededFault":{
2917
- "type":"structure",
2918
- "members":{
2919
- },
2920
- "error":{
2921
- "code":"ReservedDBInstanceQuotaExceeded",
2922
- "httpStatusCode":400,
2923
- "senderFault":true
2924
- },
2925
- "exception":true
2926
- },
2927
- "ReservedDBInstancesOffering":{
2928
- "type":"structure",
2929
- "members":{
2930
- "ReservedDBInstancesOfferingId":{"shape":"String"},
2931
- "DBInstanceClass":{"shape":"String"},
2932
- "Duration":{"shape":"Integer"},
2933
- "FixedPrice":{"shape":"Double"},
2934
- "UsagePrice":{"shape":"Double"},
2935
- "CurrencyCode":{"shape":"String"},
2936
- "ProductDescription":{"shape":"String"},
2937
- "OfferingType":{"shape":"String"},
2938
- "MultiAZ":{"shape":"Boolean"},
2939
- "RecurringCharges":{"shape":"RecurringChargeList"}
2940
- },
2941
- "wrapper":true
2942
- },
2943
- "ReservedDBInstancesOfferingList":{
2944
- "type":"list",
2945
- "member":{
2946
- "shape":"ReservedDBInstancesOffering",
2947
- "locationName":"ReservedDBInstancesOffering"
2948
- }
2949
- },
2950
- "ReservedDBInstancesOfferingMessage":{
2951
- "type":"structure",
2952
- "members":{
2953
- "Marker":{"shape":"String"},
2954
- "ReservedDBInstancesOfferings":{"shape":"ReservedDBInstancesOfferingList"}
2955
- }
2956
- },
2957
- "ReservedDBInstancesOfferingNotFoundFault":{
2958
- "type":"structure",
2959
- "members":{
2960
- },
2961
- "error":{
2962
- "code":"ReservedDBInstancesOfferingNotFound",
2963
- "httpStatusCode":404,
2964
- "senderFault":true
2965
- },
2966
- "exception":true
2967
- },
2968
- "ResetDBParameterGroupMessage":{
2969
- "type":"structure",
2970
- "required":["DBParameterGroupName"],
2971
- "members":{
2972
- "DBParameterGroupName":{"shape":"String"},
2973
- "ResetAllParameters":{"shape":"Boolean"},
2974
- "Parameters":{"shape":"ParametersList"}
2975
- }
2976
- },
2977
- "RestoreDBInstanceFromDBSnapshotMessage":{
2978
- "type":"structure",
2979
- "required":[
2980
- "DBInstanceIdentifier",
2981
- "DBSnapshotIdentifier"
2982
- ],
2983
- "members":{
2984
- "DBInstanceIdentifier":{"shape":"String"},
2985
- "DBSnapshotIdentifier":{"shape":"String"},
2986
- "DBInstanceClass":{"shape":"String"},
2987
- "Port":{"shape":"IntegerOptional"},
2988
- "AvailabilityZone":{"shape":"String"},
2989
- "DBSubnetGroupName":{"shape":"String"},
2990
- "MultiAZ":{"shape":"BooleanOptional"},
2991
- "PubliclyAccessible":{"shape":"BooleanOptional"},
2992
- "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
2993
- "LicenseModel":{"shape":"String"},
2994
- "DBName":{"shape":"String"},
2995
- "Engine":{"shape":"String"},
2996
- "Iops":{"shape":"IntegerOptional"},
2997
- "OptionGroupName":{"shape":"String"},
2998
- "Tags":{"shape":"TagList"},
2999
- "StorageType":{"shape":"String"},
3000
- "TdeCredentialArn":{"shape":"String"},
3001
- "TdeCredentialPassword":{"shape":"String"}
3002
- }
3003
- },
3004
- "RestoreDBInstanceFromDBSnapshotResult":{
3005
- "type":"structure",
3006
- "members":{
3007
- "DBInstance":{"shape":"DBInstance"}
3008
- }
3009
- },
3010
- "RestoreDBInstanceToPointInTimeMessage":{
3011
- "type":"structure",
3012
- "required":[
3013
- "SourceDBInstanceIdentifier",
3014
- "TargetDBInstanceIdentifier"
3015
- ],
3016
- "members":{
3017
- "SourceDBInstanceIdentifier":{"shape":"String"},
3018
- "TargetDBInstanceIdentifier":{"shape":"String"},
3019
- "RestoreTime":{"shape":"TStamp"},
3020
- "UseLatestRestorableTime":{"shape":"Boolean"},
3021
- "DBInstanceClass":{"shape":"String"},
3022
- "Port":{"shape":"IntegerOptional"},
3023
- "AvailabilityZone":{"shape":"String"},
3024
- "DBSubnetGroupName":{"shape":"String"},
3025
- "MultiAZ":{"shape":"BooleanOptional"},
3026
- "PubliclyAccessible":{"shape":"BooleanOptional"},
3027
- "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
3028
- "LicenseModel":{"shape":"String"},
3029
- "DBName":{"shape":"String"},
3030
- "Engine":{"shape":"String"},
3031
- "Iops":{"shape":"IntegerOptional"},
3032
- "OptionGroupName":{"shape":"String"},
3033
- "Tags":{"shape":"TagList"},
3034
- "StorageType":{"shape":"String"},
3035
- "TdeCredentialArn":{"shape":"String"},
3036
- "TdeCredentialPassword":{"shape":"String"}
3037
- }
3038
- },
3039
- "RestoreDBInstanceToPointInTimeResult":{
3040
- "type":"structure",
3041
- "members":{
3042
- "DBInstance":{"shape":"DBInstance"}
3043
- }
3044
- },
3045
- "RevokeDBSecurityGroupIngressMessage":{
3046
- "type":"structure",
3047
- "required":["DBSecurityGroupName"],
3048
- "members":{
3049
- "DBSecurityGroupName":{"shape":"String"},
3050
- "CIDRIP":{"shape":"String"},
3051
- "EC2SecurityGroupName":{"shape":"String"},
3052
- "EC2SecurityGroupId":{"shape":"String"},
3053
- "EC2SecurityGroupOwnerId":{"shape":"String"}
3054
- }
3055
- },
3056
- "RevokeDBSecurityGroupIngressResult":{
3057
- "type":"structure",
3058
- "members":{
3059
- "DBSecurityGroup":{"shape":"DBSecurityGroup"}
3060
- }
3061
- },
3062
- "SNSInvalidTopicFault":{
3063
- "type":"structure",
3064
- "members":{
3065
- },
3066
- "error":{
3067
- "code":"SNSInvalidTopic",
3068
- "httpStatusCode":400,
3069
- "senderFault":true
3070
- },
3071
- "exception":true
3072
- },
3073
- "SNSNoAuthorizationFault":{
3074
- "type":"structure",
3075
- "members":{
3076
- },
3077
- "error":{
3078
- "code":"SNSNoAuthorization",
3079
- "httpStatusCode":400,
3080
- "senderFault":true
3081
- },
3082
- "exception":true
3083
- },
3084
- "SNSTopicArnNotFoundFault":{
3085
- "type":"structure",
3086
- "members":{
3087
- },
3088
- "error":{
3089
- "code":"SNSTopicArnNotFound",
3090
- "httpStatusCode":404,
3091
- "senderFault":true
3092
- },
3093
- "exception":true
3094
- },
3095
- "SnapshotQuotaExceededFault":{
3096
- "type":"structure",
3097
- "members":{
3098
- },
3099
- "error":{
3100
- "code":"SnapshotQuotaExceeded",
3101
- "httpStatusCode":400,
3102
- "senderFault":true
3103
- },
3104
- "exception":true
3105
- },
3106
- "SourceIdsList":{
3107
- "type":"list",
3108
- "member":{
3109
- "shape":"String",
3110
- "locationName":"SourceId"
3111
- }
3112
- },
3113
- "SourceNotFoundFault":{
3114
- "type":"structure",
3115
- "members":{
3116
- },
3117
- "error":{
3118
- "code":"SourceNotFound",
3119
- "httpStatusCode":404,
3120
- "senderFault":true
3121
- },
3122
- "exception":true
3123
- },
3124
- "SourceType":{
3125
- "type":"string",
3126
- "enum":[
3127
- "db-instance",
3128
- "db-parameter-group",
3129
- "db-security-group",
3130
- "db-snapshot"
3131
- ]
3132
- },
3133
- "StorageQuotaExceededFault":{
3134
- "type":"structure",
3135
- "members":{
3136
- },
3137
- "error":{
3138
- "code":"StorageQuotaExceeded",
3139
- "httpStatusCode":400,
3140
- "senderFault":true
3141
- },
3142
- "exception":true
3143
- },
3144
- "StorageTypeNotSupportedFault":{
3145
- "type":"structure",
3146
- "members":{
3147
- },
3148
- "error":{
3149
- "code":"StorageTypeNotSupported",
3150
- "httpStatusCode":400,
3151
- "senderFault":true
3152
- },
3153
- "exception":true
3154
- },
3155
- "String":{"type":"string"},
3156
- "Subnet":{
3157
- "type":"structure",
3158
- "members":{
3159
- "SubnetIdentifier":{"shape":"String"},
3160
- "SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
3161
- "SubnetStatus":{"shape":"String"}
3162
- }
3163
- },
3164
- "SubnetAlreadyInUse":{
3165
- "type":"structure",
3166
- "members":{
3167
- },
3168
- "error":{
3169
- "code":"SubnetAlreadyInUse",
3170
- "httpStatusCode":400,
3171
- "senderFault":true
3172
- },
3173
- "exception":true
3174
- },
3175
- "SubnetIdentifierList":{
3176
- "type":"list",
3177
- "member":{
3178
- "shape":"String",
3179
- "locationName":"SubnetIdentifier"
3180
- }
3181
- },
3182
- "SubnetList":{
3183
- "type":"list",
3184
- "member":{
3185
- "shape":"Subnet",
3186
- "locationName":"Subnet"
3187
- }
3188
- },
3189
- "SubscriptionAlreadyExistFault":{
3190
- "type":"structure",
3191
- "members":{
3192
- },
3193
- "error":{
3194
- "code":"SubscriptionAlreadyExist",
3195
- "httpStatusCode":400,
3196
- "senderFault":true
3197
- },
3198
- "exception":true
3199
- },
3200
- "SubscriptionCategoryNotFoundFault":{
3201
- "type":"structure",
3202
- "members":{
3203
- },
3204
- "error":{
3205
- "code":"SubscriptionCategoryNotFound",
3206
- "httpStatusCode":404,
3207
- "senderFault":true
3208
- },
3209
- "exception":true
3210
- },
3211
- "SubscriptionNotFoundFault":{
3212
- "type":"structure",
3213
- "members":{
3214
- },
3215
- "error":{
3216
- "code":"SubscriptionNotFound",
3217
- "httpStatusCode":404,
3218
- "senderFault":true
3219
- },
3220
- "exception":true
3221
- },
3222
- "SupportedCharacterSetsList":{
3223
- "type":"list",
3224
- "member":{
3225
- "shape":"CharacterSet",
3226
- "locationName":"CharacterSet"
3227
- }
3228
- },
3229
- "TStamp":{"type":"timestamp"},
3230
- "Tag":{
3231
- "type":"structure",
3232
- "members":{
3233
- "Key":{"shape":"String"},
3234
- "Value":{"shape":"String"}
3235
- }
3236
- },
3237
- "TagList":{
3238
- "type":"list",
3239
- "member":{
3240
- "shape":"Tag",
3241
- "locationName":"Tag"
3242
- }
3243
- },
3244
- "TagListMessage":{
3245
- "type":"structure",
3246
- "members":{
3247
- "TagList":{"shape":"TagList"}
3248
- }
3249
- },
3250
- "VpcSecurityGroupIdList":{
3251
- "type":"list",
3252
- "member":{
3253
- "shape":"String",
3254
- "locationName":"VpcSecurityGroupId"
3255
- }
3256
- },
3257
- "VpcSecurityGroupMembership":{
3258
- "type":"structure",
3259
- "members":{
3260
- "VpcSecurityGroupId":{"shape":"String"},
3261
- "Status":{"shape":"String"}
3262
- }
3263
- },
3264
- "VpcSecurityGroupMembershipList":{
3265
- "type":"list",
3266
- "member":{
3267
- "shape":"VpcSecurityGroupMembership",
3268
- "locationName":"VpcSecurityGroupMembership"
3269
- }
3270
- }
3271
- }
3272
- }