aws-sdk 1.8.5 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (386) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +1 -0
  3. data/README.rdoc +8 -0
  4. data/lib/aws-sdk.rb +39 -35
  5. data/lib/aws/api_config/CloudFront-2012-07-01.yml +2398 -0
  6. data/lib/aws/api_config/DirectConnect-2012-10-25.yml +475 -0
  7. data/lib/aws/api_config/DynamoDB-2011-12-05.yml +8 -0
  8. data/lib/aws/api_config/DynamoDB-2012-08-10.yml +1516 -0
  9. data/lib/aws/api_config/OpsWorks-2013-02-18.yml +2 -2
  10. data/lib/aws/auto_scaling.rb +44 -44
  11. data/lib/aws/auto_scaling/activity.rb +1 -1
  12. data/lib/aws/auto_scaling/activity_collection.rb +14 -15
  13. data/lib/aws/auto_scaling/client.rb +277 -277
  14. data/lib/aws/auto_scaling/config.rb +1 -1
  15. data/lib/aws/auto_scaling/group.rb +35 -36
  16. data/lib/aws/auto_scaling/group_collection.rb +10 -10
  17. data/lib/aws/auto_scaling/group_options.rb +19 -19
  18. data/lib/aws/auto_scaling/instance.rb +27 -27
  19. data/lib/aws/auto_scaling/instance_collection.rb +10 -10
  20. data/lib/aws/auto_scaling/launch_configuration.rb +3 -3
  21. data/lib/aws/auto_scaling/launch_configuration_collection.rb +1 -1
  22. data/lib/aws/auto_scaling/notification_configuration.rb +2 -2
  23. data/lib/aws/auto_scaling/notification_configuration_collection.rb +37 -38
  24. data/lib/aws/auto_scaling/scaling_policy.rb +3 -3
  25. data/lib/aws/auto_scaling/scaling_policy_collection.rb +6 -6
  26. data/lib/aws/auto_scaling/scaling_policy_options.rb +8 -7
  27. data/lib/aws/auto_scaling/scheduled_action.rb +3 -3
  28. data/lib/aws/auto_scaling/scheduled_action_collection.rb +28 -28
  29. data/lib/aws/auto_scaling/tag_collection.rb +30 -28
  30. data/lib/aws/cloud_formation.rb +95 -94
  31. data/lib/aws/cloud_formation/client.rb +136 -133
  32. data/lib/aws/cloud_formation/config.rb +1 -1
  33. data/lib/aws/cloud_formation/stack.rb +37 -37
  34. data/lib/aws/cloud_formation/stack_collection.rb +28 -27
  35. data/lib/aws/cloud_formation/stack_event.rb +9 -11
  36. data/lib/aws/cloud_formation/stack_output.rb +1 -1
  37. data/lib/aws/cloud_formation/stack_resource.rb +6 -6
  38. data/lib/aws/cloud_formation/stack_resource_collection.rb +11 -12
  39. data/lib/aws/cloud_formation/stack_resource_summary_collection.rb +11 -11
  40. data/lib/aws/cloud_formation/stack_summary_collection.rb +39 -39
  41. data/lib/aws/cloud_front.rb +21 -21
  42. data/lib/aws/cloud_front/client.rb +853 -652
  43. data/lib/aws/cloud_front/request.rb +3 -0
  44. data/lib/aws/cloud_search.rb +22 -22
  45. data/lib/aws/cloud_search/client.rb +322 -315
  46. data/lib/aws/cloud_search/config.rb +1 -1
  47. data/lib/aws/cloud_watch.rb +39 -39
  48. data/lib/aws/cloud_watch/alarm.rb +55 -37
  49. data/lib/aws/cloud_watch/alarm_collection.rb +18 -18
  50. data/lib/aws/cloud_watch/alarm_history_item_collection.rb +2 -2
  51. data/lib/aws/cloud_watch/client.rb +360 -146
  52. data/lib/aws/cloud_watch/config.rb +1 -1
  53. data/lib/aws/cloud_watch/metric.rb +15 -15
  54. data/lib/aws/cloud_watch/metric_alarm_collection.rb +17 -17
  55. data/lib/aws/cloud_watch/metric_collection.rb +16 -16
  56. data/lib/aws/cloud_watch/metric_statistics.rb +11 -11
  57. data/lib/aws/core.rb +243 -225
  58. data/lib/aws/core/async_handle.rb +13 -13
  59. data/lib/aws/core/cacheable.rb +14 -15
  60. data/lib/aws/core/client.rb +40 -15
  61. data/lib/aws/core/collection.rb +42 -46
  62. data/lib/aws/core/collection/with_limit_and_next_token.rb +1 -1
  63. data/lib/aws/core/collection/with_next_token.rb +1 -1
  64. data/lib/aws/core/configuration.rb +97 -133
  65. data/lib/aws/core/credential_providers.rb +16 -16
  66. data/lib/aws/core/data.rb +23 -23
  67. data/lib/aws/core/http/connection_pool.rb +348 -0
  68. data/lib/aws/core/http/net_http_handler.rb +17 -26
  69. data/lib/aws/core/http/patch.rb +102 -0
  70. data/lib/aws/core/http/request.rb +13 -19
  71. data/lib/aws/core/http/response.rb +2 -2
  72. data/lib/aws/core/lazy_error_classes.rb +17 -17
  73. data/lib/aws/core/log_formatter.rb +70 -104
  74. data/lib/aws/core/options/json_serializer.rb +1 -1
  75. data/lib/aws/core/options/validator.rb +4 -4
  76. data/lib/aws/core/page_result.rb +8 -8
  77. data/lib/aws/core/policy.rb +49 -49
  78. data/lib/aws/core/region.rb +72 -0
  79. data/lib/aws/core/region_collection.rb +106 -0
  80. data/lib/aws/core/resource.rb +5 -5
  81. data/lib/aws/core/response.rb +20 -17
  82. data/lib/aws/core/rest_request_builder.rb +4 -4
  83. data/lib/aws/core/service_interface.rb +24 -2
  84. data/lib/aws/core/signature/version_3.rb +2 -2
  85. data/lib/aws/core/uri_escape.rb +1 -1
  86. data/lib/aws/core/xml/frame_stack.rb +1 -1
  87. data/lib/aws/core/xml/grammar.rb +3 -4
  88. data/lib/aws/core/xml/sax_handlers/libxml.rb +2 -2
  89. data/lib/aws/core/xml/sax_handlers/nokogiri.rb +3 -3
  90. data/lib/aws/core/xml/sax_handlers/rexml.rb +5 -5
  91. data/lib/aws/core/xml/stub.rb +9 -9
  92. data/lib/aws/data_pipeline.rb +21 -21
  93. data/lib/aws/data_pipeline/client.rb +189 -133
  94. data/lib/aws/data_pipeline/config.rb +1 -1
  95. data/lib/aws/direct_connect.rb +74 -0
  96. data/lib/aws/direct_connect/client.rb +253 -0
  97. data/lib/aws/direct_connect/config.rb +18 -0
  98. data/lib/aws/direct_connect/errors.rb +22 -0
  99. data/lib/aws/direct_connect/request.rb +27 -0
  100. data/lib/aws/dynamo_db.rb +71 -69
  101. data/lib/aws/dynamo_db/attribute_collection.rb +53 -58
  102. data/lib/aws/dynamo_db/batch_get.rb +23 -23
  103. data/lib/aws/dynamo_db/batch_write.rb +43 -43
  104. data/lib/aws/dynamo_db/binary.rb +9 -9
  105. data/lib/aws/dynamo_db/client.rb +494 -509
  106. data/lib/aws/dynamo_db/client_base.rb +91 -0
  107. data/lib/aws/dynamo_db/client_v2.rb +825 -0
  108. data/lib/aws/dynamo_db/config.rb +1 -1
  109. data/lib/aws/dynamo_db/item.rb +10 -10
  110. data/lib/aws/dynamo_db/item_collection.rb +75 -75
  111. data/lib/aws/dynamo_db/table.rb +85 -85
  112. data/lib/aws/dynamo_db/table_collection.rb +13 -13
  113. data/lib/aws/ec2.rb +132 -142
  114. data/lib/aws/ec2/attachment.rb +31 -36
  115. data/lib/aws/ec2/attachment_collection.rb +1 -1
  116. data/lib/aws/ec2/availability_zone.rb +4 -4
  117. data/lib/aws/ec2/client.rb +2272 -2125
  118. data/lib/aws/ec2/config.rb +1 -1
  119. data/lib/aws/ec2/customer_gateway.rb +6 -6
  120. data/lib/aws/ec2/customer_gateway_collection.rb +6 -6
  121. data/lib/aws/ec2/dhcp_options.rb +3 -3
  122. data/lib/aws/ec2/dhcp_options_collection.rb +10 -10
  123. data/lib/aws/ec2/elastic_ip.rb +15 -15
  124. data/lib/aws/ec2/elastic_ip_collection.rb +11 -15
  125. data/lib/aws/ec2/export_task.rb +4 -4
  126. data/lib/aws/ec2/export_task_collection.rb +11 -11
  127. data/lib/aws/ec2/filtered_collection.rb +6 -8
  128. data/lib/aws/ec2/image.rb +46 -40
  129. data/lib/aws/ec2/image_collection.rb +44 -52
  130. data/lib/aws/ec2/instance.rb +64 -62
  131. data/lib/aws/ec2/instance_collection.rb +47 -50
  132. data/lib/aws/ec2/internet_gateway.rb +6 -6
  133. data/lib/aws/ec2/internet_gateway/attachment.rb +13 -13
  134. data/lib/aws/ec2/internet_gateway_collection.rb +3 -3
  135. data/lib/aws/ec2/key_pair.rb +3 -3
  136. data/lib/aws/ec2/key_pair_collection.rb +12 -12
  137. data/lib/aws/ec2/network_acl.rb +39 -39
  138. data/lib/aws/ec2/network_acl/association.rb +2 -2
  139. data/lib/aws/ec2/network_acl/entry.rb +22 -22
  140. data/lib/aws/ec2/network_acl_collection.rb +2 -2
  141. data/lib/aws/ec2/network_interface.rb +13 -4
  142. data/lib/aws/ec2/network_interface/attachment.rb +3 -3
  143. data/lib/aws/ec2/network_interface_collection.rb +5 -5
  144. data/lib/aws/ec2/permission_collection.rb +1 -1
  145. data/lib/aws/ec2/region.rb +6 -6
  146. data/lib/aws/ec2/region_collection.rb +1 -1
  147. data/lib/aws/ec2/reserved_instances_collection.rb +2 -2
  148. data/lib/aws/ec2/reserved_instances_offering_collection.rb +2 -2
  149. data/lib/aws/ec2/resource_tag_collection.rb +5 -5
  150. data/lib/aws/ec2/route_table.rb +14 -14
  151. data/lib/aws/ec2/route_table/association.rb +22 -22
  152. data/lib/aws/ec2/route_table/route.rb +8 -8
  153. data/lib/aws/ec2/route_table_collection.rb +3 -3
  154. data/lib/aws/ec2/security_group.rb +39 -41
  155. data/lib/aws/ec2/security_group_collection.rb +19 -21
  156. data/lib/aws/ec2/snapshot.rb +3 -3
  157. data/lib/aws/ec2/snapshot_collection.rb +11 -12
  158. data/lib/aws/ec2/subnet.rb +2 -2
  159. data/lib/aws/ec2/subnet_collection.rb +17 -17
  160. data/lib/aws/ec2/tag_collection.rb +1 -1
  161. data/lib/aws/ec2/tagged_collection.rb +7 -7
  162. data/lib/aws/ec2/tagged_item.rb +10 -10
  163. data/lib/aws/ec2/volume.rb +16 -16
  164. data/lib/aws/ec2/volume_collection.rb +9 -12
  165. data/lib/aws/ec2/vpc.rb +6 -6
  166. data/lib/aws/ec2/vpc_collection.rb +10 -10
  167. data/lib/aws/ec2/vpn_connection.rb +4 -4
  168. data/lib/aws/ec2/vpn_connection/telemetry.rb +1 -1
  169. data/lib/aws/ec2/vpn_connection_collection.rb +6 -6
  170. data/lib/aws/ec2/vpn_gateway.rb +2 -2
  171. data/lib/aws/ec2/vpn_gateway_collection.rb +5 -5
  172. data/lib/aws/elastic_beanstalk.rb +12 -12
  173. data/lib/aws/elastic_beanstalk/client.rb +376 -368
  174. data/lib/aws/elastic_beanstalk/config.rb +1 -1
  175. data/lib/aws/elastic_transcoder.rb +5 -5
  176. data/lib/aws/elastic_transcoder/client.rb +283 -283
  177. data/lib/aws/elastic_transcoder/config.rb +1 -1
  178. data/lib/aws/elasticache.rb +12 -12
  179. data/lib/aws/elasticache/client.rb +484 -479
  180. data/lib/aws/elasticache/config.rb +1 -1
  181. data/lib/aws/elb.rb +23 -23
  182. data/lib/aws/elb/availability_zone_collection.rb +34 -34
  183. data/lib/aws/elb/backend_server_policy_collection.rb +24 -24
  184. data/lib/aws/elb/client.rb +153 -153
  185. data/lib/aws/elb/config.rb +1 -1
  186. data/lib/aws/elb/errors.rb +1 -1
  187. data/lib/aws/elb/instance_collection.rb +20 -25
  188. data/lib/aws/elb/listener.rb +3 -3
  189. data/lib/aws/elb/listener_collection.rb +8 -8
  190. data/lib/aws/elb/load_balancer.rb +15 -16
  191. data/lib/aws/elb/load_balancer_collection.rb +36 -24
  192. data/lib/aws/elb/load_balancer_policy.rb +1 -1
  193. data/lib/aws/elb/load_balancer_policy_collection.rb +5 -5
  194. data/lib/aws/emr.rb +28 -26
  195. data/lib/aws/emr/client.rb +165 -149
  196. data/lib/aws/emr/config.rb +1 -1
  197. data/lib/aws/emr/instance_group.rb +1 -1
  198. data/lib/aws/emr/instance_group_collection.rb +1 -1
  199. data/lib/aws/emr/job_flow.rb +27 -26
  200. data/lib/aws/emr/job_flow_collection.rb +34 -34
  201. data/lib/aws/errors.rb +7 -7
  202. data/lib/aws/glacier.rb +21 -21
  203. data/lib/aws/glacier/archive_collection.rb +2 -2
  204. data/lib/aws/glacier/client.rb +139 -140
  205. data/lib/aws/glacier/config.rb +1 -1
  206. data/lib/aws/glacier/vault.rb +2 -2
  207. data/lib/aws/glacier/vault_collection.rb +1 -1
  208. data/lib/aws/iam.rb +133 -144
  209. data/lib/aws/iam/access_key.rb +17 -17
  210. data/lib/aws/iam/access_key_collection.rb +22 -22
  211. data/lib/aws/iam/account_alias_collection.rb +2 -2
  212. data/lib/aws/iam/client.rb +429 -420
  213. data/lib/aws/iam/collection.rb +1 -1
  214. data/lib/aws/iam/config.rb +2 -2
  215. data/lib/aws/iam/group.rb +8 -8
  216. data/lib/aws/iam/group_collection.rb +16 -16
  217. data/lib/aws/iam/group_policy_collection.rb +6 -6
  218. data/lib/aws/iam/group_user_collection.rb +3 -3
  219. data/lib/aws/iam/mfa_device.rb +1 -1
  220. data/lib/aws/iam/mfa_device_collection.rb +9 -9
  221. data/lib/aws/iam/policy_collection.rb +4 -4
  222. data/lib/aws/iam/resource.rb +2 -2
  223. data/lib/aws/iam/server_certificate.rb +1 -1
  224. data/lib/aws/iam/server_certificate_collection.rb +15 -15
  225. data/lib/aws/iam/signing_certificate.rb +29 -29
  226. data/lib/aws/iam/signing_certificate_collection.rb +23 -23
  227. data/lib/aws/iam/user.rb +33 -38
  228. data/lib/aws/iam/user_collection.rb +27 -27
  229. data/lib/aws/iam/user_group_collection.rb +3 -3
  230. data/lib/aws/iam/user_policy_collection.rb +6 -6
  231. data/lib/aws/iam/virtual_mfa_device.rb +12 -12
  232. data/lib/aws/iam/virtual_mfa_device_collection.rb +4 -4
  233. data/lib/aws/import_export.rb +22 -21
  234. data/lib/aws/import_export/client.rb +47 -43
  235. data/lib/aws/ops_works.rb +5 -5
  236. data/lib/aws/ops_works/client.rb +484 -438
  237. data/lib/aws/ops_works/config.rb +1 -1
  238. data/lib/aws/rails.rb +34 -34
  239. data/lib/aws/rds.rb +18 -18
  240. data/lib/aws/rds/client.rb +1286 -1277
  241. data/lib/aws/rds/config.rb +1 -1
  242. data/lib/aws/rds/db_instance.rb +15 -4
  243. data/lib/aws/rds/db_snapshot.rb +1 -1
  244. data/lib/aws/record.rb +50 -24
  245. data/lib/aws/record/abstract_base.rb +52 -60
  246. data/lib/aws/record/attributes.rb +79 -79
  247. data/lib/aws/record/conversion.rb +1 -1
  248. data/lib/aws/record/dirty_tracking.rb +69 -67
  249. data/lib/aws/record/errors.rb +21 -21
  250. data/lib/aws/record/exceptions.rb +2 -2
  251. data/lib/aws/record/hash_model.rb +20 -21
  252. data/lib/aws/record/hash_model/attributes.rb +13 -15
  253. data/lib/aws/record/hash_model/finder_methods.rb +46 -46
  254. data/lib/aws/record/hash_model/scope.rb +31 -31
  255. data/lib/aws/record/model.rb +136 -136
  256. data/lib/aws/record/model/attributes.rb +57 -59
  257. data/lib/aws/record/model/finder_methods.rb +67 -67
  258. data/lib/aws/record/model/scope.rb +48 -49
  259. data/lib/aws/record/naming.rb +1 -1
  260. data/lib/aws/record/scope.rb +23 -19
  261. data/lib/aws/record/validations.rb +253 -271
  262. data/lib/aws/record/validator.rb +3 -3
  263. data/lib/aws/record/validators/acceptance.rb +1 -3
  264. data/lib/aws/record/validators/block.rb +1 -3
  265. data/lib/aws/record/validators/confirmation.rb +1 -3
  266. data/lib/aws/record/validators/count.rb +2 -4
  267. data/lib/aws/record/validators/exclusion.rb +2 -4
  268. data/lib/aws/record/validators/format.rb +2 -4
  269. data/lib/aws/record/validators/inclusion.rb +1 -3
  270. data/lib/aws/record/validators/length.rb +5 -7
  271. data/lib/aws/record/validators/method.rb +1 -3
  272. data/lib/aws/record/validators/numericality.rb +6 -8
  273. data/lib/aws/record/validators/presence.rb +1 -3
  274. data/lib/aws/redshift.rb +14 -14
  275. data/lib/aws/redshift/client.rb +596 -592
  276. data/lib/aws/redshift/config.rb +1 -1
  277. data/lib/aws/route_53.rb +30 -30
  278. data/lib/aws/route_53/change_batch.rb +7 -7
  279. data/lib/aws/route_53/client.rb +188 -152
  280. data/lib/aws/route_53/hosted_zone.rb +4 -4
  281. data/lib/aws/route_53/hosted_zone_collection.rb +7 -7
  282. data/lib/aws/route_53/resource_record_set.rb +10 -10
  283. data/lib/aws/route_53/resource_record_set_collection.rb +6 -6
  284. data/lib/aws/s3.rb +79 -79
  285. data/lib/aws/s3/access_control_list.rb +44 -36
  286. data/lib/aws/s3/acl_options.rb +51 -51
  287. data/lib/aws/s3/bucket.rb +146 -146
  288. data/lib/aws/s3/bucket_collection.rb +21 -21
  289. data/lib/aws/s3/bucket_lifecycle_configuration.rb +81 -82
  290. data/lib/aws/s3/bucket_tag_collection.rb +4 -2
  291. data/lib/aws/s3/cipher_io.rb +5 -4
  292. data/lib/aws/s3/client.rb +89 -84
  293. data/lib/aws/s3/client/xml.rb +1 -1
  294. data/lib/aws/s3/config.rb +7 -1
  295. data/lib/aws/s3/cors_rule.rb +2 -0
  296. data/lib/aws/s3/cors_rule_collection.rb +42 -40
  297. data/lib/aws/s3/data_options.rb +16 -11
  298. data/lib/aws/s3/encryption_utils.rb +2 -2
  299. data/lib/aws/s3/errors.rb +7 -7
  300. data/lib/aws/s3/multipart_upload.rb +30 -33
  301. data/lib/aws/s3/multipart_upload_collection.rb +8 -6
  302. data/lib/aws/s3/object_collection.rb +35 -35
  303. data/lib/aws/s3/object_metadata.rb +6 -6
  304. data/lib/aws/s3/object_version.rb +4 -4
  305. data/lib/aws/s3/object_version_collection.rb +15 -15
  306. data/lib/aws/s3/policy.rb +2 -2
  307. data/lib/aws/s3/prefixed_collection.rb +9 -5
  308. data/lib/aws/s3/presigned_post.rb +39 -37
  309. data/lib/aws/s3/request.rb +11 -11
  310. data/lib/aws/s3/s3_object.rb +210 -200
  311. data/lib/aws/s3/tree.rb +25 -27
  312. data/lib/aws/s3/tree/child_collection.rb +3 -3
  313. data/lib/aws/s3/tree/leaf_node.rb +2 -2
  314. data/lib/aws/s3/tree/parent.rb +1 -1
  315. data/lib/aws/s3/website_configuration.rb +13 -13
  316. data/lib/aws/simple_db.rb +83 -83
  317. data/lib/aws/simple_db/attribute.rb +9 -7
  318. data/lib/aws/simple_db/attribute_collection.rb +22 -13
  319. data/lib/aws/simple_db/client.rb +107 -107
  320. data/lib/aws/simple_db/config.rb +7 -1
  321. data/lib/aws/simple_db/consistent_read_option.rb +5 -5
  322. data/lib/aws/simple_db/domain.rb +4 -2
  323. data/lib/aws/simple_db/domain_collection.rb +4 -4
  324. data/lib/aws/simple_db/domain_metadata.rb +5 -5
  325. data/lib/aws/simple_db/errors.rb +9 -9
  326. data/lib/aws/simple_db/item.rb +5 -5
  327. data/lib/aws/simple_db/item_collection.rb +83 -81
  328. data/lib/aws/simple_db/item_data.rb +4 -4
  329. data/lib/aws/simple_db/put_attributes.rb +3 -3
  330. data/lib/aws/simple_email_service.rb +140 -140
  331. data/lib/aws/simple_email_service/client.rb +82 -76
  332. data/lib/aws/simple_email_service/config.rb +1 -2
  333. data/lib/aws/simple_email_service/email_address_collection.rb +3 -3
  334. data/lib/aws/simple_email_service/identity.rb +8 -8
  335. data/lib/aws/simple_email_service/quotas.rb +8 -6
  336. data/lib/aws/simple_workflow.rb +106 -106
  337. data/lib/aws/simple_workflow/activity_task.rb +15 -22
  338. data/lib/aws/simple_workflow/activity_task_collection.rb +15 -15
  339. data/lib/aws/simple_workflow/activity_type.rb +23 -23
  340. data/lib/aws/simple_workflow/activity_type_collection.rb +23 -23
  341. data/lib/aws/simple_workflow/client.rb +1004 -956
  342. data/lib/aws/simple_workflow/config.rb +1 -1
  343. data/lib/aws/simple_workflow/count.rb +5 -5
  344. data/lib/aws/simple_workflow/decision_task.rb +129 -129
  345. data/lib/aws/simple_workflow/decision_task_collection.rb +59 -59
  346. data/lib/aws/simple_workflow/domain.rb +11 -11
  347. data/lib/aws/simple_workflow/domain_collection.rb +26 -26
  348. data/lib/aws/simple_workflow/history_event.rb +32 -32
  349. data/lib/aws/simple_workflow/history_event_collection.rb +3 -3
  350. data/lib/aws/simple_workflow/option_formatters.rb +5 -5
  351. data/lib/aws/simple_workflow/request.rb +1 -1
  352. data/lib/aws/simple_workflow/resource.rb +1 -1
  353. data/lib/aws/simple_workflow/type.rb +8 -8
  354. data/lib/aws/simple_workflow/type_collection.rb +15 -15
  355. data/lib/aws/simple_workflow/workflow_execution.rb +70 -72
  356. data/lib/aws/simple_workflow/workflow_execution_collection.rb +130 -130
  357. data/lib/aws/simple_workflow/workflow_type.rb +27 -25
  358. data/lib/aws/simple_workflow/workflow_type_collection.rb +20 -20
  359. data/lib/aws/sns.rb +25 -25
  360. data/lib/aws/sns/client.rb +55 -55
  361. data/lib/aws/sns/config.rb +1 -1
  362. data/lib/aws/sns/policy.rb +1 -1
  363. data/lib/aws/sns/subscription.rb +7 -7
  364. data/lib/aws/sns/subscription_collection.rb +5 -5
  365. data/lib/aws/sns/topic.rb +49 -49
  366. data/lib/aws/sns/topic_collection.rb +2 -2
  367. data/lib/aws/sns/topic_subscription_collection.rb +5 -5
  368. data/lib/aws/sqs.rb +20 -20
  369. data/lib/aws/sqs/client.rb +78 -78
  370. data/lib/aws/sqs/config.rb +1 -1
  371. data/lib/aws/sqs/errors.rb +12 -12
  372. data/lib/aws/sqs/queue.rb +66 -67
  373. data/lib/aws/sqs/queue_collection.rb +16 -8
  374. data/lib/aws/sqs/received_message.rb +7 -6
  375. data/lib/aws/storage_gateway.rb +21 -21
  376. data/lib/aws/storage_gateway/client.rb +269 -202
  377. data/lib/aws/storage_gateway/config.rb +1 -1
  378. data/lib/aws/sts.rb +10 -8
  379. data/lib/aws/sts/client.rb +35 -35
  380. data/lib/aws/sts/session.rb +3 -3
  381. data/lib/aws/version.rb +1 -2
  382. metadata +23 -21
  383. data/lib/aws/core/autoloader.rb +0 -64
  384. data/lib/net/http/connection_pool.rb +0 -226
  385. data/lib/net/http/connection_pool/connection.rb +0 -189
  386. data/lib/net/http/connection_pool/session.rb +0 -126
@@ -13,6 +13,6 @@
13
13
 
14
14
  AWS::Core::Configuration.module_eval do
15
15
 
16
- add_service 'OpsWorks', 'ops_works', 'opsworks.us-east-1.amazonaws.com'
16
+ add_service 'OpsWorks', 'ops_works', 'opsworks.%s.amazonaws.com'
17
17
 
18
18
  end
@@ -43,11 +43,11 @@ module AWS
43
43
  #
44
44
  # Rails 3+ (RAILS_ROOT/Gemfile)
45
45
  #
46
- # gem 'aws-sdk'
46
+ # gem 'aws-sdk'
47
47
  #
48
48
  # Rails 2.1 - 2.3 (RAILS_ROOT/config/environment.rb)
49
49
  #
50
- # config.gem 'aws-sdk'
50
+ # config.gem 'aws-sdk'
51
51
  #
52
52
  # @return [nil]
53
53
  def self.setup
@@ -57,48 +57,48 @@ module AWS
57
57
  nil
58
58
  end
59
59
 
60
- # Loads AWS configuration options from +RAILS_ROOT/config/aws.yml+.
60
+ # Loads AWS configuration options from `RAILS_ROOT/config/aws.yml`.
61
61
  #
62
62
  # This configuration file is optional. You can omit this file and instead
63
63
  # use ruby to configure AWS inside a configuration initialization script
64
64
  # (e.g. RAILS_ROOT/config/intializers/aws.rb).
65
65
  #
66
66
  # If you have a yaml configuration file it should be formatted like the
67
- # standard +database.yml+ file in a Rails application. This means there
67
+ # standard `database.yml` file in a Rails application. This means there
68
68
  # should be one section for Rails environment:
69
69
  #
70
- # development:
71
- # access_key_id: YOUR_ACCESS_KEY_ID
72
- # secret_access_key: YOUR_SECRET_ACCESS_KEY
73
- # simple_db_consistent_reads: false
70
+ # development:
71
+ # access_key_id: YOUR_ACCESS_KEY_ID
72
+ # secret_access_key: YOUR_SECRET_ACCESS_KEY
73
+ # simple_db_consistent_reads: false
74
74
  #
75
- # production:
76
- # access_key_id: YOUR_ACCESS_KEY_ID
77
- # secret_access_key: YOUR_SECRET_ACCESS_KEY
78
- # simple_db_consistent_reads: true
75
+ # production:
76
+ # access_key_id: YOUR_ACCESS_KEY_ID
77
+ # secret_access_key: YOUR_SECRET_ACCESS_KEY
78
+ # simple_db_consistent_reads: true
79
79
  #
80
80
  # You should also consider DRYing up your configuration file using
81
81
  # YAML references:
82
82
  #
83
- # development:
84
- # access_key_id: YOUR_ACCESS_KEY_ID
85
- # secret_access_key: YOUR_SECRET_ACCESS_KEY
86
- # simple_db_consistent_reads: false
83
+ # development:
84
+ # access_key_id: YOUR_ACCESS_KEY_ID
85
+ # secret_access_key: YOUR_SECRET_ACCESS_KEY
86
+ # simple_db_consistent_reads: false
87
87
  #
88
- # production:
89
- # <<: *development
90
- # simple_db_consistent_reads: true
88
+ # production:
89
+ # <<: *development
90
+ # simple_db_consistent_reads: true
91
91
  #
92
92
  # The yaml file will also be ERB parsed so you can use ruby inside of it:
93
93
  #
94
- # development:
95
- # access_key_id: YOUR_ACCESS_KEY_ID
96
- # secret_access_key: <%= read_secret_from_a_secure_location %>
97
- # simple_db_consistent_reads: false
94
+ # development:
95
+ # access_key_id: YOUR_ACCESS_KEY_ID
96
+ # secret_access_key: <%= read_secret_from_a_secure_location %>
97
+ # simple_db_consistent_reads: false
98
98
  #
99
- # production:
100
- # <<: *development
101
- # simple_db_consistent_reads: true
99
+ # production:
100
+ # <<: *development
101
+ # simple_db_consistent_reads: true
102
102
  #
103
103
  def self.load_yaml_config
104
104
 
@@ -121,28 +121,28 @@ module AWS
121
121
  # use this for ActionMailer in your environment configuration
122
122
  # (e.g. RAILS_ROOT/config/environments/production.rb)
123
123
  #
124
- # config.action_mailer.delivery_method = :amazon_ses
124
+ # config.action_mailer.delivery_method = :amazon_ses
125
125
  #
126
- # === Defaults
126
+ # ### Defaults
127
127
  #
128
128
  # Normally you don't need to call this method. By default a delivery method
129
- # named +:amazon_ses+ is added to ActionMailer::Base. This delivery method
129
+ # named `:amazon_ses` is added to ActionMailer::Base. This delivery method
130
130
  # uses your default configuration (#{AWS.config}).
131
131
  #
132
- # === Custom SES Options
132
+ # ### Custom SES Options
133
133
  #
134
134
  # If you need to supply configuration values for SES that are different than
135
135
  # those in {AWS.config} then you can pass those options:
136
136
  #
137
- # AWS.add_action_mailer_delivery_method(:ses, custom_options)
137
+ # AWS.add_action_mailer_delivery_method(:ses, custom_options)
138
138
  #
139
139
  # @param [Symbol] name (:amazon_ses) The name of the delivery
140
140
  # method. The name used here should be the same as you set in
141
141
  # your environment config. If you name the delivery method
142
- # +:amazon_ses+ then you could do something like this in your
142
+ # `:amazon_ses` then you could do something like this in your
143
143
  # config/environments/ENV.rb file:
144
144
  #
145
- # config.action_mailer.delivery_method = :amazon_ses
145
+ # config.action_mailer.delivery_method = :amazon_ses
146
146
  #
147
147
  # @param [Hash] options A hash of options that are passes to
148
148
  # {AWS::SimpleEmailService#new} before delivering email.
@@ -151,7 +151,7 @@ module AWS
151
151
  #
152
152
  def self.add_action_mailer_delivery_method name = :amazon_ses, options = {}
153
153
 
154
- if ::Rails.version.to_f >= 3
154
+ if ::Rails.version.to_s >= '3.0'
155
155
  ActiveSupport.on_load(:action_mailer) do
156
156
  self.add_delivery_method(name, AWS::SimpleEmailService, options)
157
157
  end
@@ -21,40 +21,40 @@ module AWS
21
21
  #
22
22
  # For more information about RDS:
23
23
  #
24
- # * {Amazon RDS}[http://aws.amazon.com/rds/]
25
- # * {Amazon RDS Documentation}[http://aws.amazon.com/documentation/rds/]
24
+ # * [Amazon RDS](http://aws.amazon.com/rds/)
25
+ # * [Amazon RDS Documentation](http://aws.amazon.com/documentation/rds/)
26
26
  #
27
- # = Credentials
27
+ # # Credentials
28
28
  #
29
29
  # You can setup default credentials for all AWS services via
30
30
  # AWS.config:
31
31
  #
32
- # AWS.config(
33
- # :access_key_id => 'YOUR_ACCESS_KEY_ID',
34
- # :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')
32
+ # AWS.config(
33
+ # :access_key_id => 'YOUR_ACCESS_KEY_ID',
34
+ # :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')
35
35
  #
36
36
  # Or you can set them directly on the AWS::RDS interface:
37
37
  #
38
- # rds = AWS::RDS.new(
39
- # :access_key_id => 'YOUR_ACCESS_KEY_ID',
40
- # :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')
38
+ # rds = AWS::RDS.new(
39
+ # :access_key_id => 'YOUR_ACCESS_KEY_ID',
40
+ # :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')
41
41
  #
42
42
  # @!attribute [r] client
43
43
  # @return [Client] the low-level RDS client object
44
44
  class RDS
45
45
 
46
- AWS.register_autoloads(self) do
47
- autoload :Client, 'client'
48
- autoload :Errors, 'errors'
49
- autoload :DBInstance, 'db_instance'
50
- autoload :DBInstanceCollection, 'db_instance_collection'
51
- autoload :DBSnapshot, 'db_snapshot'
52
- autoload :DBSnapshotCollection, 'db_snapshot_collection'
53
- autoload :Request, 'request'
54
- end
46
+ autoload :Client, 'aws/rds/client'
47
+ autoload :Errors, 'aws/rds/errors'
48
+ autoload :DBInstance, 'aws/rds/db_instance'
49
+ autoload :DBInstanceCollection, 'aws/rds/db_instance_collection'
50
+ autoload :DBSnapshot, 'aws/rds/db_snapshot'
51
+ autoload :DBSnapshotCollection, 'aws/rds/db_snapshot_collection'
52
+ autoload :Request, 'aws/rds/request'
55
53
 
56
54
  include Core::ServiceInterface
57
55
 
56
+ endpoint_prefix 'rds'
57
+
58
58
  # @return [DBInstanceCollection]
59
59
  def db_instances
60
60
  DBInstanceCollection.new(:config => config)
@@ -25,10 +25,10 @@ module AWS
25
25
  # @!method add_source_identifier_to_subscription(options = {})
26
26
  # Calls the AddSourceIdentifierToSubscription API operation.
27
27
  # @param [Hash] options
28
- # * +:subscription_name+ - *required* - (String) The name of the RDS
28
+ # * `:subscription_name` - *required* - (String) The name of the RDS
29
29
  # event notification subscription you want to add a source identifier
30
30
  # to.
31
- # * +:source_identifier+ - *required* - (String) The identifier of the
31
+ # * `:source_identifier` - *required* - (String) The identifier of the
32
32
  # event source to be added. An identifier must begin with a letter
33
33
  # and must contain only ASCII letters, digits, and hyphens; it cannot
34
34
  # end with a hyphen or contain two consecutive hyphens. Constraints:
@@ -41,30 +41,30 @@ module AWS
41
41
  # @return [Core::Response]
42
42
  # The #data method of the response object returns
43
43
  # a hash with the following structure:
44
- # * +:customer_aws_id+ - (String)
45
- # * +:cust_subscription_id+ - (String)
46
- # * +:sns_topic_arn+ - (String)
47
- # * +:status+ - (String)
48
- # * +:subscription_creation_time+ - (String)
49
- # * +:source_type+ - (String)
50
- # * +:source_ids_list+ - (Array<String>)
51
- # * +:event_categories_list+ - (Array<String>)
52
- # * +:enabled+ - (Boolean)
44
+ # * `:customer_aws_id` - (String)
45
+ # * `:cust_subscription_id` - (String)
46
+ # * `:sns_topic_arn` - (String)
47
+ # * `:status` - (String)
48
+ # * `:subscription_creation_time` - (String)
49
+ # * `:source_type` - (String)
50
+ # * `:source_ids_list` - (Array<String>)
51
+ # * `:event_categories_list` - (Array<String>)
52
+ # * `:enabled` - (Boolean)
53
53
 
54
54
  # @!method add_tags_to_resource(options = {})
55
55
  # Calls the AddTagsToResource API operation.
56
56
  # @param [Hash] options
57
- # * +:resource_name+ - *required* - (String) The DB Instance the tags
57
+ # * `:resource_name` - *required* - (String) The DB Instance the tags
58
58
  # will be added to.
59
- # * +:tags+ - *required* - (Array<Hash>) The tags to be assigned to the
59
+ # * `:tags` - *required* - (Array<Hash>) The tags to be assigned to the
60
60
  # DB Instance.
61
- # * +:key+ - (String) A key is the required name of the tag. The
61
+ # * `:key` - (String) A key is the required name of the tag. The
62
62
  # string value can be from 1 to 128 Unicode characters in length
63
63
  # and cannot be prefixed with "aws:". The string may only contain
64
64
  # only the set of Unicode letters, digits, white-space, '_', '.',
65
65
  # '/', '=', '+', '-' (Java regex:
66
66
  # "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
67
- # * +:value+ - (String) A value is the optional value of the tag. The
67
+ # * `:value` - (String) A value is the optional value of the tag. The
68
68
  # string value can be from 1 to 256 Unicode characters in length
69
69
  # and cannot be prefixed with "aws:". The string may only contain
70
70
  # only the set of Unicode letters, digits, white-space, '_', '.',
@@ -75,42 +75,42 @@ module AWS
75
75
  # @!method authorize_db_security_group_ingress(options = {})
76
76
  # Calls the AuthorizeDBSecurityGroupIngress API operation.
77
77
  # @param [Hash] options
78
- # * +:db_security_group_name+ - *required* - (String) The name of the
78
+ # * `:db_security_group_name` - *required* - (String) The name of the
79
79
  # DB Security Group to authorize.
80
- # * +:cidrip+ - (String) The IP range to authorize.
81
- # * +:ec2_security_group_name+ - (String) Name of the EC2 Security
80
+ # * `:cidrip` - (String) The IP range to authorize.
81
+ # * `:ec2_security_group_name` - (String) Name of the EC2 Security
82
82
  # Group to authorize.
83
- # * +:ec2_security_group_id+ - (String) Id of the EC2 Security Group to
83
+ # * `:ec2_security_group_id` - (String) Id of the EC2 Security Group to
84
84
  # authorize. For VPC DB Security Groups, EC2SecurityGroupId must be
85
85
  # provided. Otherwise, EC2SecurityGroupOwnerId and either
86
86
  # EC2SecurityGroupName or EC2SecurityGroupId must be provided.
87
- # * +:ec2_security_group_owner_id+ - (String) AWS Account Number of the
87
+ # * `:ec2_security_group_owner_id` - (String) AWS Account Number of the
88
88
  # owner of the security group specified in the EC2SecurityGroupName
89
89
  # parameter. The AWS Access Key ID is not an acceptable value.
90
90
  # @return [Core::Response]
91
91
  # The #data method of the response object returns
92
92
  # a hash with the following structure:
93
- # * +:owner_id+ - (String)
94
- # * +:db_security_group_name+ - (String)
95
- # * +:db_security_group_description+ - (String)
96
- # * +:vpc_id+ - (String)
97
- # * +:ec_2_security_groups+ - (Array<Hash>)
98
- # * +:status+ - (String)
99
- # * +:ec2_security_group_name+ - (String)
100
- # * +:ec2_security_group_id+ - (String)
101
- # * +:ec2_security_group_owner_id+ - (String)
102
- # * +:ip_ranges+ - (Array<Hash>)
103
- # * +:status+ - (String)
104
- # * +:cidrip+ - (String)
93
+ # * `:owner_id` - (String)
94
+ # * `:db_security_group_name` - (String)
95
+ # * `:db_security_group_description` - (String)
96
+ # * `:vpc_id` - (String)
97
+ # * `:ec_2_security_groups` - (Array<Hash>)
98
+ # * `:status` - (String)
99
+ # * `:ec2_security_group_name` - (String)
100
+ # * `:ec2_security_group_id` - (String)
101
+ # * `:ec2_security_group_owner_id` - (String)
102
+ # * `:ip_ranges` - (Array<Hash>)
103
+ # * `:status` - (String)
104
+ # * `:cidrip` - (String)
105
105
 
106
106
  # @!method copy_db_snapshot(options = {})
107
107
  # Calls the CopyDBSnapshot API operation.
108
108
  # @param [Hash] options
109
- # * +:source_db_snapshot_identifier+ - *required* - (String) The
109
+ # * `:source_db_snapshot_identifier` - *required* - (String) The
110
110
  # identifier for the source DB snapshot. Constraints: Must be the
111
111
  # identifier for a valid automated snapshot in the "available" state.
112
112
  # Example: rds:mydb-2012-01-15-00-01
113
- # * +:target_db_snapshot_identifier+ - *required* - (String) The
113
+ # * `:target_db_snapshot_identifier` - *required* - (String) The
114
114
  # identifier for the copied snapshot. Constraints: Cannot be null,
115
115
  # empty, or blank Must contain from 1 to 255 alphanumeric characters
116
116
  # or hyphens First character must be a letter Cannot end with a
@@ -118,93 +118,93 @@ module AWS
118
118
  # @return [Core::Response]
119
119
  # The #data method of the response object returns
120
120
  # a hash with the following structure:
121
- # * +:db_snapshot_identifier+ - (String)
122
- # * +:db_instance_identifier+ - (String)
123
- # * +:snapshot_create_time+ - (Time)
124
- # * +:engine+ - (String)
125
- # * +:allocated_storage+ - (Integer)
126
- # * +:status+ - (String)
127
- # * +:port+ - (Integer)
128
- # * +:availability_zone+ - (String)
129
- # * +:vpc_id+ - (String)
130
- # * +:instance_create_time+ - (Time)
131
- # * +:master_username+ - (String)
132
- # * +:engine_version+ - (String)
133
- # * +:license_model+ - (String)
134
- # * +:snapshot_type+ - (String)
135
- # * +:iops+ - (Integer)
136
- # * +:option_group_name+ - (String)
121
+ # * `:db_snapshot_identifier` - (String)
122
+ # * `:db_instance_identifier` - (String)
123
+ # * `:snapshot_create_time` - (Time)
124
+ # * `:engine` - (String)
125
+ # * `:allocated_storage` - (Integer)
126
+ # * `:status` - (String)
127
+ # * `:port` - (Integer)
128
+ # * `:availability_zone` - (String)
129
+ # * `:vpc_id` - (String)
130
+ # * `:instance_create_time` - (Time)
131
+ # * `:master_username` - (String)
132
+ # * `:engine_version` - (String)
133
+ # * `:license_model` - (String)
134
+ # * `:snapshot_type` - (String)
135
+ # * `:iops` - (Integer)
136
+ # * `:option_group_name` - (String)
137
137
 
138
138
  # @!method create_db_instance(options = {})
139
139
  # Calls the CreateDBInstance API operation.
140
140
  # @param [Hash] options
141
- # * +:db_name+ - (String) The name of the database to create when the
141
+ # * `:db_name` - (String) The name of the database to create when the
142
142
  # DB Instance is created. If this parameter is not specified, no
143
143
  # database is created in the DB Instance.
144
- # * +:db_instance_identifier+ - *required* - (String) The DB Instance
144
+ # * `:db_instance_identifier` - *required* - (String) The DB Instance
145
145
  # identifier. This parameter is stored as a lowercase string.
146
- # * +:allocated_storage+ - *required* - (Integer) The amount of storage
146
+ # * `:allocated_storage` - *required* - (Integer) The amount of storage
147
147
  # (in gigabytes) to be initially allocated for the database instance.
148
- # * +:db_instance_class+ - *required* - (String) The compute and memory
148
+ # * `:db_instance_class` - *required* - (String) The compute and memory
149
149
  # capacity of the DB Instance.
150
- # * +:engine+ - *required* - (String) The name of the database engine
150
+ # * `:engine` - *required* - (String) The name of the database engine
151
151
  # to be used for this instance.
152
- # * +:master_username+ - *required* - (String) The name of master user
152
+ # * `:master_username` - *required* - (String) The name of master user
153
153
  # for the client DB Instance.
154
- # * +:master_user_password+ - *required* - (String) The password for
154
+ # * `:master_user_password` - *required* - (String) The password for
155
155
  # the master DB Instance user.
156
- # * +:db_security_groups+ - (Array<String>) A list of DB Security
156
+ # * `:db_security_groups` - (Array<String>) A list of DB Security
157
157
  # Groups to associate with this DB Instance.
158
- # * +:vpc_security_group_ids+ - (Array<String>) A list of Ec2 Vpc
158
+ # * `:vpc_security_group_ids` - (Array<String>) A list of Ec2 Vpc
159
159
  # Security Groups to associate with this DB Instance. Default: The
160
160
  # default Ec2 Vpc Security Group for the DB Subnet group's Vpc.
161
- # * +:availability_zone+ - (String) The EC2 Availability Zone that the
161
+ # * `:availability_zone` - (String) The EC2 Availability Zone that the
162
162
  # database instance will be created in.
163
- # * +:db_subnet_group_name+ - (String) A DB Subnet Group to associate
163
+ # * `:db_subnet_group_name` - (String) A DB Subnet Group to associate
164
164
  # with this DB Instance. If there is no DB Subnet Group, then it is a
165
165
  # non-VPC DB instance.
166
- # * +:preferred_maintenance_window+ - (String) The weekly time range
166
+ # * `:preferred_maintenance_window` - (String) The weekly time range
167
167
  # (in UTC) during which system maintenance can occur.
168
- # * +:db_parameter_group_name+ - (String) The name of the database
168
+ # * `:db_parameter_group_name` - (String) The name of the database
169
169
  # parameter group to associate with this DB instance. If this
170
170
  # argument is omitted, the default DBParameterGroup for the specified
171
171
  # engine will be used.
172
- # * +:backup_retention_period+ - (Integer) The number of days for which
172
+ # * `:backup_retention_period` - (Integer) The number of days for which
173
173
  # automated backups are retained. Setting this parameter to a
174
174
  # positive number enables backups. Setting this parameter to 0
175
175
  # disables automated backups.
176
- # * +:preferred_backup_window+ - (String) The daily time range during
176
+ # * `:preferred_backup_window` - (String) The daily time range during
177
177
  # which automated backups are created if automated backups are
178
178
  # enabled, as determined by the BackupRetentionPeriod.
179
- # * +:port+ - (Integer) The port number on which the database accepts
179
+ # * `:port` - (Integer) The port number on which the database accepts
180
180
  # connections.
181
- # * +:multi_az+ - (Boolean) Specifies if the DB Instance is a Multi-AZ
181
+ # * `:multi_az` - (Boolean) Specifies if the DB Instance is a Multi-AZ
182
182
  # deployment. You cannot set the AvailabilityZone parameter if the
183
- # MultiAZ parameter is set to +true+ .
184
- # * +:engine_version+ - (String) The version number of the database
183
+ # MultiAZ parameter is set to `true` .
184
+ # * `:engine_version` - (String) The version number of the database
185
185
  # engine to use. Example: 5.1.42
186
- # * +:auto_minor_version_upgrade+ - (Boolean) Indicates that minor
186
+ # * `:auto_minor_version_upgrade` - (Boolean) Indicates that minor
187
187
  # engine upgrades will be applied automatically to the DB Instance
188
- # during the maintenance window. Default: +true+
189
- # * +:license_model+ - (String) License model information for this DB
188
+ # during the maintenance window. Default: `true`
189
+ # * `:license_model` - (String) License model information for this DB
190
190
  # Instance. Valid values: license-included | bring-your-own-license |
191
191
  # general-public-license
192
- # * +:iops+ - (Integer) The amount of provisioned input/output
192
+ # * `:iops` - (Integer) The amount of provisioned input/output
193
193
  # operations per second to be initially allocated for the database
194
194
  # instance. Constraints: Must be an integer Type: Integer
195
- # * +:option_group_name+ - (String) Indicates that the DB Instance
195
+ # * `:option_group_name` - (String) Indicates that the DB Instance
196
196
  # should be associated with the specified option group.
197
- # * +:character_set_name+ - (String) For supported engines, indicates
197
+ # * `:character_set_name` - (String) For supported engines, indicates
198
198
  # that the DB Instance should be associated with the specified
199
199
  # CharacterSet.
200
- # * +:publicly_accessible+ - (Boolean) Specifies the accessibility
201
- # options for the DB Instance. A value of +true+ specifies an
200
+ # * `:publicly_accessible` - (Boolean) Specifies the accessibility
201
+ # options for the DB Instance. A value of `true` specifies an
202
202
  # Internet-facing instance with a publicly resolvable DNS name, which
203
- # resolves to a public IP address. A value of +false+ specifies an
203
+ # resolves to a public IP address. A value of `false` specifies an
204
204
  # internal instance with a DNS name that resolves to a private IP
205
205
  # address. Default: The default behavior varies depending on whether
206
206
  # a VPC has been requested or not. The following list shows the
207
- # default behavior in each case. Default VPC: +true+ VPC: +false+ If
207
+ # default behavior in each case. Default VPC: `true` VPC: `false` If
208
208
  # no DB subnet group has been specified as part of the request and
209
209
  # the PubliclyAccessible value has not been set, the DB instance will
210
210
  # be publicly accessible. If a specific DB subnet group has been
@@ -213,107 +213,107 @@ module AWS
213
213
  # @return [Core::Response]
214
214
  # The #data method of the response object returns
215
215
  # a hash with the following structure:
216
- # * +:db_instance_identifier+ - (String)
217
- # * +:db_instance_class+ - (String)
218
- # * +:engine+ - (String)
219
- # * +:db_instance_status+ - (String)
220
- # * +:master_username+ - (String)
221
- # * +:db_name+ - (String)
222
- # * +:endpoint+ - (Hash)
223
- # * +:address+ - (String)
224
- # * +:port+ - (Integer)
225
- # * +:allocated_storage+ - (Integer)
226
- # * +:instance_create_time+ - (Time)
227
- # * +:preferred_backup_window+ - (String)
228
- # * +:backup_retention_period+ - (Integer)
229
- # * +:db_security_groups+ - (Array<Hash>)
230
- # * +:db_security_group_name+ - (String)
231
- # * +:status+ - (String)
232
- # * +:vpc_security_groups+ - (Array<Hash>)
233
- # * +:vpc_security_group_id+ - (String)
234
- # * +:status+ - (String)
235
- # * +:db_parameter_groups+ - (Array<Hash>)
236
- # * +:db_parameter_group_name+ - (String)
237
- # * +:parameter_apply_status+ - (String)
238
- # * +:availability_zone+ - (String)
239
- # * +:db_subnet_group+ - (Hash)
240
- # * +:db_subnet_group_name+ - (String)
241
- # * +:db_subnet_group_description+ - (String)
242
- # * +:vpc_id+ - (String)
243
- # * +:subnet_group_status+ - (String)
244
- # * +:subnets+ - (Array<Hash>)
245
- # * +:subnet_identifier+ - (String)
246
- # * +:subnet_availability_zone+ - (Hash)
247
- # * +:name+ - (String)
248
- # * +:provisioned_iops_capable+ - (Boolean)
249
- # * +:subnet_status+ - (String)
250
- # * +:preferred_maintenance_window+ - (String)
251
- # * +:pending_modified_values+ - (Hash)
252
- # * +:db_instance_class+ - (String)
253
- # * +:allocated_storage+ - (Integer)
254
- # * +:master_user_password+ - (String)
255
- # * +:port+ - (Integer)
256
- # * +:backup_retention_period+ - (Integer)
257
- # * +:multi_az+ - (Boolean)
258
- # * +:engine_version+ - (String)
259
- # * +:iops+ - (Integer)
260
- # * +:db_instance_identifier+ - (String)
261
- # * +:latest_restorable_time+ - (Time)
262
- # * +:multi_az+ - (Boolean)
263
- # * +:engine_version+ - (String)
264
- # * +:auto_minor_version_upgrade+ - (Boolean)
265
- # * +:read_replica_source_db_instance_identifier+ - (String)
266
- # * +:read_replica_db_instance_identifiers+ - (Array<String>)
267
- # * +:license_model+ - (String)
268
- # * +:iops+ - (Integer)
269
- # * +:option_group_memberships+ - (Array<Hash>)
270
- # * +:option_group_name+ - (String)
271
- # * +:status+ - (String)
272
- # * +:character_set_name+ - (String)
273
- # * +:secondary_availability_zone+ - (String)
274
- # * +:publicly_accessible+ - (Boolean)
216
+ # * `:db_instance_identifier` - (String)
217
+ # * `:db_instance_class` - (String)
218
+ # * `:engine` - (String)
219
+ # * `:db_instance_status` - (String)
220
+ # * `:master_username` - (String)
221
+ # * `:db_name` - (String)
222
+ # * `:endpoint` - (Hash)
223
+ # * `:address` - (String)
224
+ # * `:port` - (Integer)
225
+ # * `:allocated_storage` - (Integer)
226
+ # * `:instance_create_time` - (Time)
227
+ # * `:preferred_backup_window` - (String)
228
+ # * `:backup_retention_period` - (Integer)
229
+ # * `:db_security_groups` - (Array<Hash>)
230
+ # * `:db_security_group_name` - (String)
231
+ # * `:status` - (String)
232
+ # * `:vpc_security_groups` - (Array<Hash>)
233
+ # * `:vpc_security_group_id` - (String)
234
+ # * `:status` - (String)
235
+ # * `:db_parameter_groups` - (Array<Hash>)
236
+ # * `:db_parameter_group_name` - (String)
237
+ # * `:parameter_apply_status` - (String)
238
+ # * `:availability_zone` - (String)
239
+ # * `:db_subnet_group` - (Hash)
240
+ # * `:db_subnet_group_name` - (String)
241
+ # * `:db_subnet_group_description` - (String)
242
+ # * `:vpc_id` - (String)
243
+ # * `:subnet_group_status` - (String)
244
+ # * `:subnets` - (Array<Hash>)
245
+ # * `:subnet_identifier` - (String)
246
+ # * `:subnet_availability_zone` - (Hash)
247
+ # * `:name` - (String)
248
+ # * `:provisioned_iops_capable` - (Boolean)
249
+ # * `:subnet_status` - (String)
250
+ # * `:preferred_maintenance_window` - (String)
251
+ # * `:pending_modified_values` - (Hash)
252
+ # * `:db_instance_class` - (String)
253
+ # * `:allocated_storage` - (Integer)
254
+ # * `:master_user_password` - (String)
255
+ # * `:port` - (Integer)
256
+ # * `:backup_retention_period` - (Integer)
257
+ # * `:multi_az` - (Boolean)
258
+ # * `:engine_version` - (String)
259
+ # * `:iops` - (Integer)
260
+ # * `:db_instance_identifier` - (String)
261
+ # * `:latest_restorable_time` - (Time)
262
+ # * `:multi_az` - (Boolean)
263
+ # * `:engine_version` - (String)
264
+ # * `:auto_minor_version_upgrade` - (Boolean)
265
+ # * `:read_replica_source_db_instance_identifier` - (String)
266
+ # * `:read_replica_db_instance_identifiers` - (Array<String>)
267
+ # * `:license_model` - (String)
268
+ # * `:iops` - (Integer)
269
+ # * `:option_group_memberships` - (Array<Hash>)
270
+ # * `:option_group_name` - (String)
271
+ # * `:status` - (String)
272
+ # * `:character_set_name` - (String)
273
+ # * `:secondary_availability_zone` - (String)
274
+ # * `:publicly_accessible` - (Boolean)
275
275
 
276
276
  # @!method create_db_instance_read_replica(options = {})
277
277
  # Calls the CreateDBInstanceReadReplica API operation.
278
278
  # @param [Hash] options
279
- # * +:db_instance_identifier+ - *required* - (String) The DB Instance
279
+ # * `:db_instance_identifier` - *required* - (String) The DB Instance
280
280
  # identifier of the Read Replica. This is the unique key that
281
281
  # identifies a DB Instance. This parameter is stored as a lowercase
282
282
  # string.
283
- # * +:source_db_instance_identifier+ - *required* - (String) The
283
+ # * `:source_db_instance_identifier` - *required* - (String) The
284
284
  # identifier of the DB Instance that will act as the source for the
285
285
  # Read Replica. Each DB Instance can have up to five Read Replicas.
286
286
  # Constraints: Must be the identifier of an existing DB Instance that
287
287
  # is not already a Read Replica DB Instance.
288
- # * +:db_instance_class+ - (String) The compute and memory capacity of
288
+ # * `:db_instance_class` - (String) The compute and memory capacity of
289
289
  # the Read Replica. Valid Values: db.m1.small | db.m1.large |
290
290
  # db.m1.xlarge | db.m2.xlarge |db.m2.2xlarge | db.m2.4xlarge Default:
291
291
  # Inherits from the source DB Instance.
292
- # * +:availability_zone+ - (String) The Amazon EC2 Availability Zone
292
+ # * `:availability_zone` - (String) The Amazon EC2 Availability Zone
293
293
  # that the Read Replica will be created in. Default: A random,
294
294
  # system-chosen Availability Zone in the endpoint's region. Example:
295
295
  # us-east-1d
296
- # * +:port+ - (Integer) The port number that the DB Instance uses for
296
+ # * `:port` - (Integer) The port number that the DB Instance uses for
297
297
  # connections. Default: Inherits from the source DB Instance Valid
298
298
  # Values: 1150-65535
299
- # * +:auto_minor_version_upgrade+ - (Boolean) Indicates that minor
299
+ # * `:auto_minor_version_upgrade` - (Boolean) Indicates that minor
300
300
  # engine upgrades will be applied automatically to the Read Replica
301
301
  # during the maintenance window. Default: Inherits from the source DB
302
302
  # Instance
303
- # * +:iops+ - (Integer) The amount of Provisioned IOPS (input/output
303
+ # * `:iops` - (Integer) The amount of Provisioned IOPS (input/output
304
304
  # operations per second) to be initially allocated for the DB
305
305
  # Instance.
306
- # * +:option_group_name+ - (String) The option group the DB instance
306
+ # * `:option_group_name` - (String) The option group the DB instance
307
307
  # will be associated with. If omitted, the default Option Group for
308
308
  # the engine specified will be used.
309
- # * +:publicly_accessible+ - (Boolean) Specifies the accessibility
310
- # options for the DB Instance. A value of +true+ specifies an
309
+ # * `:publicly_accessible` - (Boolean) Specifies the accessibility
310
+ # options for the DB Instance. A value of `true` specifies an
311
311
  # Internet-facing instance with a publicly resolvable DNS name, which
312
- # resolves to a public IP address. A value of +false+ specifies an
312
+ # resolves to a public IP address. A value of `false` specifies an
313
313
  # internal instance with a DNS name that resolves to a private IP
314
314
  # address. Default: The default behavior varies depending on whether
315
315
  # a VPC has been requested or not. The following list shows the
316
- # default behavior in each case. Default VPC: +true+ VPC: +false+ If
316
+ # default behavior in each case. Default VPC: `true` VPC: `false` If
317
317
  # no DB subnet group has been specified as part of the request and
318
318
  # the PubliclyAccessible value has not been set, the DB instance will
319
319
  # be publicly accessible. If a specific DB subnet group has been
@@ -322,180 +322,180 @@ module AWS
322
322
  # @return [Core::Response]
323
323
  # The #data method of the response object returns
324
324
  # a hash with the following structure:
325
- # * +:db_instance_identifier+ - (String)
326
- # * +:db_instance_class+ - (String)
327
- # * +:engine+ - (String)
328
- # * +:db_instance_status+ - (String)
329
- # * +:master_username+ - (String)
330
- # * +:db_name+ - (String)
331
- # * +:endpoint+ - (Hash)
332
- # * +:address+ - (String)
333
- # * +:port+ - (Integer)
334
- # * +:allocated_storage+ - (Integer)
335
- # * +:instance_create_time+ - (Time)
336
- # * +:preferred_backup_window+ - (String)
337
- # * +:backup_retention_period+ - (Integer)
338
- # * +:db_security_groups+ - (Array<Hash>)
339
- # * +:db_security_group_name+ - (String)
340
- # * +:status+ - (String)
341
- # * +:vpc_security_groups+ - (Array<Hash>)
342
- # * +:vpc_security_group_id+ - (String)
343
- # * +:status+ - (String)
344
- # * +:db_parameter_groups+ - (Array<Hash>)
345
- # * +:db_parameter_group_name+ - (String)
346
- # * +:parameter_apply_status+ - (String)
347
- # * +:availability_zone+ - (String)
348
- # * +:db_subnet_group+ - (Hash)
349
- # * +:db_subnet_group_name+ - (String)
350
- # * +:db_subnet_group_description+ - (String)
351
- # * +:vpc_id+ - (String)
352
- # * +:subnet_group_status+ - (String)
353
- # * +:subnets+ - (Array<Hash>)
354
- # * +:subnet_identifier+ - (String)
355
- # * +:subnet_availability_zone+ - (Hash)
356
- # * +:name+ - (String)
357
- # * +:provisioned_iops_capable+ - (Boolean)
358
- # * +:subnet_status+ - (String)
359
- # * +:preferred_maintenance_window+ - (String)
360
- # * +:pending_modified_values+ - (Hash)
361
- # * +:db_instance_class+ - (String)
362
- # * +:allocated_storage+ - (Integer)
363
- # * +:master_user_password+ - (String)
364
- # * +:port+ - (Integer)
365
- # * +:backup_retention_period+ - (Integer)
366
- # * +:multi_az+ - (Boolean)
367
- # * +:engine_version+ - (String)
368
- # * +:iops+ - (Integer)
369
- # * +:db_instance_identifier+ - (String)
370
- # * +:latest_restorable_time+ - (Time)
371
- # * +:multi_az+ - (Boolean)
372
- # * +:engine_version+ - (String)
373
- # * +:auto_minor_version_upgrade+ - (Boolean)
374
- # * +:read_replica_source_db_instance_identifier+ - (String)
375
- # * +:read_replica_db_instance_identifiers+ - (Array<String>)
376
- # * +:license_model+ - (String)
377
- # * +:iops+ - (Integer)
378
- # * +:option_group_memberships+ - (Array<Hash>)
379
- # * +:option_group_name+ - (String)
380
- # * +:status+ - (String)
381
- # * +:character_set_name+ - (String)
382
- # * +:secondary_availability_zone+ - (String)
383
- # * +:publicly_accessible+ - (Boolean)
325
+ # * `:db_instance_identifier` - (String)
326
+ # * `:db_instance_class` - (String)
327
+ # * `:engine` - (String)
328
+ # * `:db_instance_status` - (String)
329
+ # * `:master_username` - (String)
330
+ # * `:db_name` - (String)
331
+ # * `:endpoint` - (Hash)
332
+ # * `:address` - (String)
333
+ # * `:port` - (Integer)
334
+ # * `:allocated_storage` - (Integer)
335
+ # * `:instance_create_time` - (Time)
336
+ # * `:preferred_backup_window` - (String)
337
+ # * `:backup_retention_period` - (Integer)
338
+ # * `:db_security_groups` - (Array<Hash>)
339
+ # * `:db_security_group_name` - (String)
340
+ # * `:status` - (String)
341
+ # * `:vpc_security_groups` - (Array<Hash>)
342
+ # * `:vpc_security_group_id` - (String)
343
+ # * `:status` - (String)
344
+ # * `:db_parameter_groups` - (Array<Hash>)
345
+ # * `:db_parameter_group_name` - (String)
346
+ # * `:parameter_apply_status` - (String)
347
+ # * `:availability_zone` - (String)
348
+ # * `:db_subnet_group` - (Hash)
349
+ # * `:db_subnet_group_name` - (String)
350
+ # * `:db_subnet_group_description` - (String)
351
+ # * `:vpc_id` - (String)
352
+ # * `:subnet_group_status` - (String)
353
+ # * `:subnets` - (Array<Hash>)
354
+ # * `:subnet_identifier` - (String)
355
+ # * `:subnet_availability_zone` - (Hash)
356
+ # * `:name` - (String)
357
+ # * `:provisioned_iops_capable` - (Boolean)
358
+ # * `:subnet_status` - (String)
359
+ # * `:preferred_maintenance_window` - (String)
360
+ # * `:pending_modified_values` - (Hash)
361
+ # * `:db_instance_class` - (String)
362
+ # * `:allocated_storage` - (Integer)
363
+ # * `:master_user_password` - (String)
364
+ # * `:port` - (Integer)
365
+ # * `:backup_retention_period` - (Integer)
366
+ # * `:multi_az` - (Boolean)
367
+ # * `:engine_version` - (String)
368
+ # * `:iops` - (Integer)
369
+ # * `:db_instance_identifier` - (String)
370
+ # * `:latest_restorable_time` - (Time)
371
+ # * `:multi_az` - (Boolean)
372
+ # * `:engine_version` - (String)
373
+ # * `:auto_minor_version_upgrade` - (Boolean)
374
+ # * `:read_replica_source_db_instance_identifier` - (String)
375
+ # * `:read_replica_db_instance_identifiers` - (Array<String>)
376
+ # * `:license_model` - (String)
377
+ # * `:iops` - (Integer)
378
+ # * `:option_group_memberships` - (Array<Hash>)
379
+ # * `:option_group_name` - (String)
380
+ # * `:status` - (String)
381
+ # * `:character_set_name` - (String)
382
+ # * `:secondary_availability_zone` - (String)
383
+ # * `:publicly_accessible` - (Boolean)
384
384
 
385
385
  # @!method create_db_parameter_group(options = {})
386
386
  # Calls the CreateDBParameterGroup API operation.
387
387
  # @param [Hash] options
388
- # * +:db_parameter_group_name+ - *required* - (String) The name of the
388
+ # * `:db_parameter_group_name` - *required* - (String) The name of the
389
389
  # DB Parameter Group.
390
- # * +:db_parameter_group_family+ - *required* - (String) The name of
390
+ # * `:db_parameter_group_family` - *required* - (String) The name of
391
391
  # the DB Parameter Group Family the DB Parameter Group can be used
392
392
  # with.
393
- # * +:description+ - *required* - (String) The description for the DB
393
+ # * `:description` - *required* - (String) The description for the DB
394
394
  # Parameter Group.
395
395
  # @return [Core::Response]
396
396
  # The #data method of the response object returns
397
397
  # a hash with the following structure:
398
- # * +:db_parameter_group_name+ - (String)
399
- # * +:db_parameter_group_family+ - (String)
400
- # * +:description+ - (String)
398
+ # * `:db_parameter_group_name` - (String)
399
+ # * `:db_parameter_group_family` - (String)
400
+ # * `:description` - (String)
401
401
 
402
402
  # @!method create_db_security_group(options = {})
403
403
  # Calls the CreateDBSecurityGroup API operation.
404
404
  # @param [Hash] options
405
- # * +:db_security_group_name+ - *required* - (String) The name for the
405
+ # * `:db_security_group_name` - *required* - (String) The name for the
406
406
  # DB Security Group. This value is stored as a lowercase string.
407
- # * +:db_security_group_description+ - *required* - (String) The
407
+ # * `:db_security_group_description` - *required* - (String) The
408
408
  # description for the DB Security Group.
409
409
  # @return [Core::Response]
410
410
  # The #data method of the response object returns
411
411
  # a hash with the following structure:
412
- # * +:owner_id+ - (String)
413
- # * +:db_security_group_name+ - (String)
414
- # * +:db_security_group_description+ - (String)
415
- # * +:vpc_id+ - (String)
416
- # * +:ec_2_security_groups+ - (Array<Hash>)
417
- # * +:status+ - (String)
418
- # * +:ec2_security_group_name+ - (String)
419
- # * +:ec2_security_group_id+ - (String)
420
- # * +:ec2_security_group_owner_id+ - (String)
421
- # * +:ip_ranges+ - (Array<Hash>)
422
- # * +:status+ - (String)
423
- # * +:cidrip+ - (String)
412
+ # * `:owner_id` - (String)
413
+ # * `:db_security_group_name` - (String)
414
+ # * `:db_security_group_description` - (String)
415
+ # * `:vpc_id` - (String)
416
+ # * `:ec_2_security_groups` - (Array<Hash>)
417
+ # * `:status` - (String)
418
+ # * `:ec2_security_group_name` - (String)
419
+ # * `:ec2_security_group_id` - (String)
420
+ # * `:ec2_security_group_owner_id` - (String)
421
+ # * `:ip_ranges` - (Array<Hash>)
422
+ # * `:status` - (String)
423
+ # * `:cidrip` - (String)
424
424
 
425
425
  # @!method create_db_snapshot(options = {})
426
426
  # Calls the CreateDBSnapshot API operation.
427
427
  # @param [Hash] options
428
- # * +:db_snapshot_identifier+ - *required* - (String) The identifier
428
+ # * `:db_snapshot_identifier` - *required* - (String) The identifier
429
429
  # for the DB Snapshot.
430
- # * +:db_instance_identifier+ - *required* - (String) The DB Instance
430
+ # * `:db_instance_identifier` - *required* - (String) The DB Instance
431
431
  # identifier. This is the unique key that identifies a DB Instance.
432
432
  # This parameter isn't case sensitive.
433
433
  # @return [Core::Response]
434
434
  # The #data method of the response object returns
435
435
  # a hash with the following structure:
436
- # * +:db_snapshot_identifier+ - (String)
437
- # * +:db_instance_identifier+ - (String)
438
- # * +:snapshot_create_time+ - (Time)
439
- # * +:engine+ - (String)
440
- # * +:allocated_storage+ - (Integer)
441
- # * +:status+ - (String)
442
- # * +:port+ - (Integer)
443
- # * +:availability_zone+ - (String)
444
- # * +:vpc_id+ - (String)
445
- # * +:instance_create_time+ - (Time)
446
- # * +:master_username+ - (String)
447
- # * +:engine_version+ - (String)
448
- # * +:license_model+ - (String)
449
- # * +:snapshot_type+ - (String)
450
- # * +:iops+ - (Integer)
451
- # * +:option_group_name+ - (String)
436
+ # * `:db_snapshot_identifier` - (String)
437
+ # * `:db_instance_identifier` - (String)
438
+ # * `:snapshot_create_time` - (Time)
439
+ # * `:engine` - (String)
440
+ # * `:allocated_storage` - (Integer)
441
+ # * `:status` - (String)
442
+ # * `:port` - (Integer)
443
+ # * `:availability_zone` - (String)
444
+ # * `:vpc_id` - (String)
445
+ # * `:instance_create_time` - (Time)
446
+ # * `:master_username` - (String)
447
+ # * `:engine_version` - (String)
448
+ # * `:license_model` - (String)
449
+ # * `:snapshot_type` - (String)
450
+ # * `:iops` - (Integer)
451
+ # * `:option_group_name` - (String)
452
452
 
453
453
  # @!method create_db_subnet_group(options = {})
454
454
  # Calls the CreateDBSubnetGroup API operation.
455
455
  # @param [Hash] options
456
- # * +:db_subnet_group_name+ - *required* - (String) The name for the DB
456
+ # * `:db_subnet_group_name` - *required* - (String) The name for the DB
457
457
  # Subnet Group. This value is stored as a lowercase string.
458
458
  # Constraints: Must contain no more than 255 alphanumeric characters
459
459
  # or hyphens. Must not be "Default". Example: mySubnetgroup
460
- # * +:db_subnet_group_description+ - *required* - (String) The
460
+ # * `:db_subnet_group_description` - *required* - (String) The
461
461
  # description for the DB Subnet Group.
462
- # * +:subnet_ids+ - *required* - (Array<String>) The EC2 Subnet IDs for
462
+ # * `:subnet_ids` - *required* - (Array<String>) The EC2 Subnet IDs for
463
463
  # the DB Subnet Group.
464
464
  # @return [Core::Response]
465
465
  # The #data method of the response object returns
466
466
  # a hash with the following structure:
467
- # * +:db_subnet_group_name+ - (String)
468
- # * +:db_subnet_group_description+ - (String)
469
- # * +:vpc_id+ - (String)
470
- # * +:subnet_group_status+ - (String)
471
- # * +:subnets+ - (Array<Hash>)
472
- # * +:subnet_identifier+ - (String)
473
- # * +:subnet_availability_zone+ - (Hash)
474
- # * +:name+ - (String)
475
- # * +:provisioned_iops_capable+ - (Boolean)
476
- # * +:subnet_status+ - (String)
467
+ # * `:db_subnet_group_name` - (String)
468
+ # * `:db_subnet_group_description` - (String)
469
+ # * `:vpc_id` - (String)
470
+ # * `:subnet_group_status` - (String)
471
+ # * `:subnets` - (Array<Hash>)
472
+ # * `:subnet_identifier` - (String)
473
+ # * `:subnet_availability_zone` - (Hash)
474
+ # * `:name` - (String)
475
+ # * `:provisioned_iops_capable` - (Boolean)
476
+ # * `:subnet_status` - (String)
477
477
 
478
478
  # @!method create_event_subscription(options = {})
479
479
  # Calls the CreateEventSubscription API operation.
480
480
  # @param [Hash] options
481
- # * +:subscription_name+ - *required* - (String) The name of the
481
+ # * `:subscription_name` - *required* - (String) The name of the
482
482
  # subscription. Constraints: The name must be less than 255
483
483
  # characters.
484
- # * +:sns_topic_arn+ - *required* - (String) The Amazon Resource Name
484
+ # * `:sns_topic_arn` - *required* - (String) The Amazon Resource Name
485
485
  # (ARN) of the SNS topic created for event notification. The ARN is
486
486
  # created by Amazon SNS when you create a topic and subscribe to it.
487
- # * +:source_type+ - (String) The type of source that will be
487
+ # * `:source_type` - (String) The type of source that will be
488
488
  # generating the events. For example, if you want to be notified of
489
489
  # events generated by a DB instance, you would set this parameter to
490
490
  # db-instance. if this value is not specified, all events are
491
491
  # returned. Valid values: db-instance | db-parameter-group |
492
492
  # db-security-group | db-snapshot
493
- # * +:event_categories+ - (Array<String>) A list of event categories
493
+ # * `:event_categories` - (Array<String>) A list of event categories
494
494
  # for a SourceType that you want to subscribe to. You can see a list
495
495
  # of the categories for a given SourceType in the Events topic in the
496
496
  # Amazon RDS User Guide or by using the DescribeEventCategories
497
497
  # action.
498
- # * +:source_ids+ - (Array<String>) The list of identifiers of the
498
+ # * `:source_ids` - (Array<String>) The list of identifiers of the
499
499
  # event sources for which events will be returned. If not specified,
500
500
  # then all sources are included in the response. An identifier must
501
501
  # begin with a letter and must contain only ASCII letters, digits,
@@ -507,146 +507,146 @@ module AWS
507
507
  # source type is a DB parameter group, a DBParameterGroupName must be
508
508
  # supplied. If the source type is a DB Snapshot, a
509
509
  # DBSnapshotIdentifier must be supplied.
510
- # * +:enabled+ - (Boolean) A Boolean value; set to +true+ to activate
511
- # the subscription, set to +false+ to create the subscription but not
510
+ # * `:enabled` - (Boolean) A Boolean value; set to `true` to activate
511
+ # the subscription, set to `false` to create the subscription but not
512
512
  # active it.
513
513
  # @return [Core::Response]
514
514
  # The #data method of the response object returns
515
515
  # a hash with the following structure:
516
- # * +:customer_aws_id+ - (String)
517
- # * +:cust_subscription_id+ - (String)
518
- # * +:sns_topic_arn+ - (String)
519
- # * +:status+ - (String)
520
- # * +:subscription_creation_time+ - (String)
521
- # * +:source_type+ - (String)
522
- # * +:source_ids_list+ - (Array<String>)
523
- # * +:event_categories_list+ - (Array<String>)
524
- # * +:enabled+ - (Boolean)
516
+ # * `:customer_aws_id` - (String)
517
+ # * `:cust_subscription_id` - (String)
518
+ # * `:sns_topic_arn` - (String)
519
+ # * `:status` - (String)
520
+ # * `:subscription_creation_time` - (String)
521
+ # * `:source_type` - (String)
522
+ # * `:source_ids_list` - (Array<String>)
523
+ # * `:event_categories_list` - (Array<String>)
524
+ # * `:enabled` - (Boolean)
525
525
 
526
526
  # @!method create_option_group(options = {})
527
527
  # Calls the CreateOptionGroup API operation.
528
528
  # @param [Hash] options
529
- # * +:option_group_name+ - *required* - (String) Specifies the name of
529
+ # * `:option_group_name` - *required* - (String) Specifies the name of
530
530
  # the option group to be created. Constraints: Must be 1 to 255
531
531
  # alphanumeric characters or hyphens First character must be a letter
532
532
  # Cannot end with a hyphen or contain two consecutive hyphens
533
533
  # Example: myOptiongroup
534
- # * +:engine_name+ - *required* - (String) Specifies the name of the
534
+ # * `:engine_name` - *required* - (String) Specifies the name of the
535
535
  # engine that this option group should be associated with.
536
- # * +:major_engine_version+ - *required* - (String) Specifies the major
536
+ # * `:major_engine_version` - *required* - (String) Specifies the major
537
537
  # version of the engine that this option group should be associated
538
538
  # with.
539
- # * +:option_group_description+ - *required* - (String) The description
539
+ # * `:option_group_description` - *required* - (String) The description
540
540
  # of the option group.
541
541
  # @return [Core::Response]
542
542
  # The #data method of the response object returns
543
543
  # a hash with the following structure:
544
- # * +:option_group_name+ - (String)
545
- # * +:option_group_description+ - (String)
546
- # * +:engine_name+ - (String)
547
- # * +:major_engine_version+ - (String)
548
- # * +:options+ - (Array<Hash>)
549
- # * +:option_name+ - (String)
550
- # * +:option_description+ - (String)
551
- # * +:persistent+ - (Boolean)
552
- # * +:port+ - (Integer)
553
- # * +:option_settings+ - (Array<Hash>)
554
- # * +:name+ - (String)
555
- # * +:value+ - (String)
556
- # * +:default_value+ - (String)
557
- # * +:description+ - (String)
558
- # * +:apply_type+ - (String)
559
- # * +:data_type+ - (String)
560
- # * +:allowed_values+ - (String)
561
- # * +:is_modifiable+ - (Boolean)
562
- # * +:is_collection+ - (Boolean)
563
- # * +:db_security_group_memberships+ - (Array<Hash>)
564
- # * +:db_security_group_name+ - (String)
565
- # * +:status+ - (String)
566
- # * +:vpc_security_group_memberships+ - (Array<Hash>)
567
- # * +:vpc_security_group_id+ - (String)
568
- # * +:status+ - (String)
569
- # * +:allows_vpc_and_non_vpc_instance_memberships+ - (Boolean)
570
- # * +:vpc_id+ - (String)
544
+ # * `:option_group_name` - (String)
545
+ # * `:option_group_description` - (String)
546
+ # * `:engine_name` - (String)
547
+ # * `:major_engine_version` - (String)
548
+ # * `:options` - (Array<Hash>)
549
+ # * `:option_name` - (String)
550
+ # * `:option_description` - (String)
551
+ # * `:persistent` - (Boolean)
552
+ # * `:port` - (Integer)
553
+ # * `:option_settings` - (Array<Hash>)
554
+ # * `:name` - (String)
555
+ # * `:value` - (String)
556
+ # * `:default_value` - (String)
557
+ # * `:description` - (String)
558
+ # * `:apply_type` - (String)
559
+ # * `:data_type` - (String)
560
+ # * `:allowed_values` - (String)
561
+ # * `:is_modifiable` - (Boolean)
562
+ # * `:is_collection` - (Boolean)
563
+ # * `:db_security_group_memberships` - (Array<Hash>)
564
+ # * `:db_security_group_name` - (String)
565
+ # * `:status` - (String)
566
+ # * `:vpc_security_group_memberships` - (Array<Hash>)
567
+ # * `:vpc_security_group_id` - (String)
568
+ # * `:status` - (String)
569
+ # * `:allows_vpc_and_non_vpc_instance_memberships` - (Boolean)
570
+ # * `:vpc_id` - (String)
571
571
 
572
572
  # @!method delete_db_instance(options = {})
573
573
  # Calls the DeleteDBInstance API operation.
574
574
  # @param [Hash] options
575
- # * +:db_instance_identifier+ - *required* - (String) The DB Instance
575
+ # * `:db_instance_identifier` - *required* - (String) The DB Instance
576
576
  # identifier for the DB Instance to be deleted. This parameter isn't
577
577
  # case sensitive.
578
- # * +:skip_final_snapshot+ - (Boolean)
579
- # * +:final_db_snapshot_identifier+ - (String) Determines whether a
578
+ # * `:skip_final_snapshot` - (Boolean)
579
+ # * `:final_db_snapshot_identifier` - (String) Determines whether a
580
580
  # final DB Snapshot is created before the DB Instance is deleted. If
581
- # +true+ , no DBSnapshot is created. If +false+ , a DB Snapshot is
581
+ # `true` , no DBSnapshot is created. If `false` , a DB Snapshot is
582
582
  # created before the DB Instance is deleted.
583
583
  # @return [Core::Response]
584
584
  # The #data method of the response object returns
585
585
  # a hash with the following structure:
586
- # * +:db_instance_identifier+ - (String)
587
- # * +:db_instance_class+ - (String)
588
- # * +:engine+ - (String)
589
- # * +:db_instance_status+ - (String)
590
- # * +:master_username+ - (String)
591
- # * +:db_name+ - (String)
592
- # * +:endpoint+ - (Hash)
593
- # * +:address+ - (String)
594
- # * +:port+ - (Integer)
595
- # * +:allocated_storage+ - (Integer)
596
- # * +:instance_create_time+ - (Time)
597
- # * +:preferred_backup_window+ - (String)
598
- # * +:backup_retention_period+ - (Integer)
599
- # * +:db_security_groups+ - (Array<Hash>)
600
- # * +:db_security_group_name+ - (String)
601
- # * +:status+ - (String)
602
- # * +:vpc_security_groups+ - (Array<Hash>)
603
- # * +:vpc_security_group_id+ - (String)
604
- # * +:status+ - (String)
605
- # * +:db_parameter_groups+ - (Array<Hash>)
606
- # * +:db_parameter_group_name+ - (String)
607
- # * +:parameter_apply_status+ - (String)
608
- # * +:availability_zone+ - (String)
609
- # * +:db_subnet_group+ - (Hash)
610
- # * +:db_subnet_group_name+ - (String)
611
- # * +:db_subnet_group_description+ - (String)
612
- # * +:vpc_id+ - (String)
613
- # * +:subnet_group_status+ - (String)
614
- # * +:subnets+ - (Array<Hash>)
615
- # * +:subnet_identifier+ - (String)
616
- # * +:subnet_availability_zone+ - (Hash)
617
- # * +:name+ - (String)
618
- # * +:provisioned_iops_capable+ - (Boolean)
619
- # * +:subnet_status+ - (String)
620
- # * +:preferred_maintenance_window+ - (String)
621
- # * +:pending_modified_values+ - (Hash)
622
- # * +:db_instance_class+ - (String)
623
- # * +:allocated_storage+ - (Integer)
624
- # * +:master_user_password+ - (String)
625
- # * +:port+ - (Integer)
626
- # * +:backup_retention_period+ - (Integer)
627
- # * +:multi_az+ - (Boolean)
628
- # * +:engine_version+ - (String)
629
- # * +:iops+ - (Integer)
630
- # * +:db_instance_identifier+ - (String)
631
- # * +:latest_restorable_time+ - (Time)
632
- # * +:multi_az+ - (Boolean)
633
- # * +:engine_version+ - (String)
634
- # * +:auto_minor_version_upgrade+ - (Boolean)
635
- # * +:read_replica_source_db_instance_identifier+ - (String)
636
- # * +:read_replica_db_instance_identifiers+ - (Array<String>)
637
- # * +:license_model+ - (String)
638
- # * +:iops+ - (Integer)
639
- # * +:option_group_memberships+ - (Array<Hash>)
640
- # * +:option_group_name+ - (String)
641
- # * +:status+ - (String)
642
- # * +:character_set_name+ - (String)
643
- # * +:secondary_availability_zone+ - (String)
644
- # * +:publicly_accessible+ - (Boolean)
586
+ # * `:db_instance_identifier` - (String)
587
+ # * `:db_instance_class` - (String)
588
+ # * `:engine` - (String)
589
+ # * `:db_instance_status` - (String)
590
+ # * `:master_username` - (String)
591
+ # * `:db_name` - (String)
592
+ # * `:endpoint` - (Hash)
593
+ # * `:address` - (String)
594
+ # * `:port` - (Integer)
595
+ # * `:allocated_storage` - (Integer)
596
+ # * `:instance_create_time` - (Time)
597
+ # * `:preferred_backup_window` - (String)
598
+ # * `:backup_retention_period` - (Integer)
599
+ # * `:db_security_groups` - (Array<Hash>)
600
+ # * `:db_security_group_name` - (String)
601
+ # * `:status` - (String)
602
+ # * `:vpc_security_groups` - (Array<Hash>)
603
+ # * `:vpc_security_group_id` - (String)
604
+ # * `:status` - (String)
605
+ # * `:db_parameter_groups` - (Array<Hash>)
606
+ # * `:db_parameter_group_name` - (String)
607
+ # * `:parameter_apply_status` - (String)
608
+ # * `:availability_zone` - (String)
609
+ # * `:db_subnet_group` - (Hash)
610
+ # * `:db_subnet_group_name` - (String)
611
+ # * `:db_subnet_group_description` - (String)
612
+ # * `:vpc_id` - (String)
613
+ # * `:subnet_group_status` - (String)
614
+ # * `:subnets` - (Array<Hash>)
615
+ # * `:subnet_identifier` - (String)
616
+ # * `:subnet_availability_zone` - (Hash)
617
+ # * `:name` - (String)
618
+ # * `:provisioned_iops_capable` - (Boolean)
619
+ # * `:subnet_status` - (String)
620
+ # * `:preferred_maintenance_window` - (String)
621
+ # * `:pending_modified_values` - (Hash)
622
+ # * `:db_instance_class` - (String)
623
+ # * `:allocated_storage` - (Integer)
624
+ # * `:master_user_password` - (String)
625
+ # * `:port` - (Integer)
626
+ # * `:backup_retention_period` - (Integer)
627
+ # * `:multi_az` - (Boolean)
628
+ # * `:engine_version` - (String)
629
+ # * `:iops` - (Integer)
630
+ # * `:db_instance_identifier` - (String)
631
+ # * `:latest_restorable_time` - (Time)
632
+ # * `:multi_az` - (Boolean)
633
+ # * `:engine_version` - (String)
634
+ # * `:auto_minor_version_upgrade` - (Boolean)
635
+ # * `:read_replica_source_db_instance_identifier` - (String)
636
+ # * `:read_replica_db_instance_identifiers` - (Array<String>)
637
+ # * `:license_model` - (String)
638
+ # * `:iops` - (Integer)
639
+ # * `:option_group_memberships` - (Array<Hash>)
640
+ # * `:option_group_name` - (String)
641
+ # * `:status` - (String)
642
+ # * `:character_set_name` - (String)
643
+ # * `:secondary_availability_zone` - (String)
644
+ # * `:publicly_accessible` - (Boolean)
645
645
 
646
646
  # @!method delete_db_parameter_group(options = {})
647
647
  # Calls the DeleteDBParameterGroup API operation.
648
648
  # @param [Hash] options
649
- # * +:db_parameter_group_name+ - *required* - (String) The name of the
649
+ # * `:db_parameter_group_name` - *required* - (String) The name of the
650
650
  # DB Parameter Group. The specified database security group must not
651
651
  # be associated with any DB instances.
652
652
  # @return [Core::Response]
@@ -654,39 +654,39 @@ module AWS
654
654
  # @!method delete_db_security_group(options = {})
655
655
  # Calls the DeleteDBSecurityGroup API operation.
656
656
  # @param [Hash] options
657
- # * +:db_security_group_name+ - *required* - (String) The name of the
657
+ # * `:db_security_group_name` - *required* - (String) The name of the
658
658
  # database security group to delete.
659
659
  # @return [Core::Response]
660
660
 
661
661
  # @!method delete_db_snapshot(options = {})
662
662
  # Calls the DeleteDBSnapshot API operation.
663
663
  # @param [Hash] options
664
- # * +:db_snapshot_identifier+ - *required* - (String) The DBSnapshot
664
+ # * `:db_snapshot_identifier` - *required* - (String) The DBSnapshot
665
665
  # identifier.
666
666
  # @return [Core::Response]
667
667
  # The #data method of the response object returns
668
668
  # a hash with the following structure:
669
- # * +:db_snapshot_identifier+ - (String)
670
- # * +:db_instance_identifier+ - (String)
671
- # * +:snapshot_create_time+ - (Time)
672
- # * +:engine+ - (String)
673
- # * +:allocated_storage+ - (Integer)
674
- # * +:status+ - (String)
675
- # * +:port+ - (Integer)
676
- # * +:availability_zone+ - (String)
677
- # * +:vpc_id+ - (String)
678
- # * +:instance_create_time+ - (Time)
679
- # * +:master_username+ - (String)
680
- # * +:engine_version+ - (String)
681
- # * +:license_model+ - (String)
682
- # * +:snapshot_type+ - (String)
683
- # * +:iops+ - (Integer)
684
- # * +:option_group_name+ - (String)
669
+ # * `:db_snapshot_identifier` - (String)
670
+ # * `:db_instance_identifier` - (String)
671
+ # * `:snapshot_create_time` - (Time)
672
+ # * `:engine` - (String)
673
+ # * `:allocated_storage` - (Integer)
674
+ # * `:status` - (String)
675
+ # * `:port` - (Integer)
676
+ # * `:availability_zone` - (String)
677
+ # * `:vpc_id` - (String)
678
+ # * `:instance_create_time` - (Time)
679
+ # * `:master_username` - (String)
680
+ # * `:engine_version` - (String)
681
+ # * `:license_model` - (String)
682
+ # * `:snapshot_type` - (String)
683
+ # * `:iops` - (Integer)
684
+ # * `:option_group_name` - (String)
685
685
 
686
686
  # @!method delete_db_subnet_group(options = {})
687
687
  # Calls the DeleteDBSubnetGroup API operation.
688
688
  # @param [Hash] options
689
- # * +:db_subnet_group_name+ - *required* - (String) The name of the
689
+ # * `:db_subnet_group_name` - *required* - (String) The name of the
690
690
  # database subnet group to delete. You cannot delete the default
691
691
  # subnet group. Constraints: Must be 1 to 255 alphanumeric characters
692
692
  # First character must be a letter Cannot end with a hyphen or
@@ -696,48 +696,48 @@ module AWS
696
696
  # @!method delete_event_subscription(options = {})
697
697
  # Calls the DeleteEventSubscription API operation.
698
698
  # @param [Hash] options
699
- # * +:subscription_name+ - *required* - (String) The name of the RDS
699
+ # * `:subscription_name` - *required* - (String) The name of the RDS
700
700
  # event notification subscription you want to delete.
701
701
  # @return [Core::Response]
702
702
  # The #data method of the response object returns
703
703
  # a hash with the following structure:
704
- # * +:customer_aws_id+ - (String)
705
- # * +:cust_subscription_id+ - (String)
706
- # * +:sns_topic_arn+ - (String)
707
- # * +:status+ - (String)
708
- # * +:subscription_creation_time+ - (String)
709
- # * +:source_type+ - (String)
710
- # * +:source_ids_list+ - (Array<String>)
711
- # * +:event_categories_list+ - (Array<String>)
712
- # * +:enabled+ - (Boolean)
704
+ # * `:customer_aws_id` - (String)
705
+ # * `:cust_subscription_id` - (String)
706
+ # * `:sns_topic_arn` - (String)
707
+ # * `:status` - (String)
708
+ # * `:subscription_creation_time` - (String)
709
+ # * `:source_type` - (String)
710
+ # * `:source_ids_list` - (Array<String>)
711
+ # * `:event_categories_list` - (Array<String>)
712
+ # * `:enabled` - (Boolean)
713
713
 
714
714
  # @!method delete_option_group(options = {})
715
715
  # Calls the DeleteOptionGroup API operation.
716
716
  # @param [Hash] options
717
- # * +:option_group_name+ - *required* - (String) The name of the option
717
+ # * `:option_group_name` - *required* - (String) The name of the option
718
718
  # group to be deleted. You cannot delete default Option Groups.
719
719
  # @return [Core::Response]
720
720
 
721
721
  # @!method describe_db_engine_versions(options = {})
722
722
  # Calls the DescribeDBEngineVersions API operation.
723
723
  # @param [Hash] options
724
- # * +:engine+ - (String) The database engine to return.
725
- # * +:engine_version+ - (String) The database engine version to return.
726
- # * +:db_parameter_group_family+ - (String) The name of a specific
724
+ # * `:engine` - (String) The database engine to return.
725
+ # * `:engine_version` - (String) The database engine version to return.
726
+ # * `:db_parameter_group_family` - (String) The name of a specific
727
727
  # database parameter group family to return details for. Constraints:
728
728
  # Must be 1 to 255 alphanumeric characters First character must be a
729
729
  # letter Cannot end with a hyphen or contain two consecutive hyphens
730
- # * +:max_records+ - (Integer) The maximum number of records to include
730
+ # * `:max_records` - (Integer) The maximum number of records to include
731
731
  # in the response. If more than the MaxRecords value is available, a
732
732
  # marker is included in the response so that the following results
733
733
  # can be retrieved. Default: 100 Constraints: minimum 20, maximum 100
734
- # * +:marker+ - (String) The marker provided in the previous request.
734
+ # * `:marker` - (String) The marker provided in the previous request.
735
735
  # If this parameter is specified, the response includes records
736
736
  # beyond the marker only, up to MaxRecords.
737
- # * +:default_only+ - (Boolean) Indicates that only the default version
737
+ # * `:default_only` - (Boolean) Indicates that only the default version
738
738
  # of the specified engine or engine and major version combination is
739
739
  # returned.
740
- # * +:list_supported_character_sets+ - (Boolean) If this parameter is
740
+ # * `:list_supported_character_sets` - (Boolean) If this parameter is
741
741
  # specified, and if the requested engine supports the
742
742
  # CharacterSetName parameter for CreateDBInstance, the response
743
743
  # includes a list of supported character sets for each engine
@@ -745,735 +745,740 @@ module AWS
745
745
  # @return [Core::Response]
746
746
  # The #data method of the response object returns
747
747
  # a hash with the following structure:
748
- # * +:marker+ - (String)
749
- # * +:db_engine_versions+ - (Array<Hash>)
750
- # * +:engine+ - (String)
751
- # * +:engine_version+ - (String)
752
- # * +:db_parameter_group_family+ - (String)
753
- # * +:db_engine_description+ - (String)
754
- # * +:db_engine_version_description+ - (String)
755
- # * +:default_character_set+ - (Hash)
756
- # * +:character_set_name+ - (String)
757
- # * +:character_set_description+ - (String)
758
- # * +:supported_character_sets+ - (Array<Hash>)
759
- # * +:character_set_name+ - (String)
760
- # * +:character_set_description+ - (String)
748
+ # * `:marker` - (String)
749
+ # * `:db_engine_versions` - (Array<Hash>)
750
+ # * `:engine` - (String)
751
+ # * `:engine_version` - (String)
752
+ # * `:db_parameter_group_family` - (String)
753
+ # * `:db_engine_description` - (String)
754
+ # * `:db_engine_version_description` - (String)
755
+ # * `:default_character_set` - (Hash)
756
+ # * `:character_set_name` - (String)
757
+ # * `:character_set_description` - (String)
758
+ # * `:supported_character_sets` - (Array<Hash>)
759
+ # * `:character_set_name` - (String)
760
+ # * `:character_set_description` - (String)
761
761
 
762
762
  # @!method describe_db_instances(options = {})
763
763
  # Calls the DescribeDBInstances API operation.
764
764
  # @param [Hash] options
765
- # * +:db_instance_identifier+ - (String) The user-supplied instance
765
+ # * `:db_instance_identifier` - (String) The user-supplied instance
766
766
  # identifier. If this parameter is specified, information from only
767
767
  # the specific DB Instance is returned. This parameter isn't case
768
768
  # sensitive.
769
- # * +:max_records+ - (Integer) The maximum number of records to include
769
+ # * `:max_records` - (Integer) The maximum number of records to include
770
770
  # in the response. If more records exist than the specified
771
771
  # MaxRecords value, a marker is included in the response so that the
772
772
  # remaining results may be retrieved.
773
- # * +:marker+ - (String) An optional marker provided in the previous
773
+ # * `:marker` - (String) An optional marker provided in the previous
774
774
  # DescribeDBInstances request. If this parameter is specified, the
775
775
  # response includes only records beyond the marker, up to the value
776
776
  # specified by MaxRecords.
777
777
  # @return [Core::Response]
778
778
  # The #data method of the response object returns
779
779
  # a hash with the following structure:
780
- # * +:marker+ - (String)
781
- # * +:db_instances+ - (Array<Hash>)
782
- # * +:db_instance_identifier+ - (String)
783
- # * +:db_instance_class+ - (String)
784
- # * +:engine+ - (String)
785
- # * +:db_instance_status+ - (String)
786
- # * +:master_username+ - (String)
787
- # * +:db_name+ - (String)
788
- # * +:endpoint+ - (Hash)
789
- # * +:address+ - (String)
790
- # * +:port+ - (Integer)
791
- # * +:allocated_storage+ - (Integer)
792
- # * +:instance_create_time+ - (Time)
793
- # * +:preferred_backup_window+ - (String)
794
- # * +:backup_retention_period+ - (Integer)
795
- # * +:db_security_groups+ - (Array<Hash>)
796
- # * +:db_security_group_name+ - (String)
797
- # * +:status+ - (String)
798
- # * +:vpc_security_groups+ - (Array<Hash>)
799
- # * +:vpc_security_group_id+ - (String)
800
- # * +:status+ - (String)
801
- # * +:db_parameter_groups+ - (Array<Hash>)
802
- # * +:db_parameter_group_name+ - (String)
803
- # * +:parameter_apply_status+ - (String)
804
- # * +:availability_zone+ - (String)
805
- # * +:db_subnet_group+ - (Hash)
806
- # * +:db_subnet_group_name+ - (String)
807
- # * +:db_subnet_group_description+ - (String)
808
- # * +:vpc_id+ - (String)
809
- # * +:subnet_group_status+ - (String)
810
- # * +:subnets+ - (Array<Hash>)
811
- # * +:subnet_identifier+ - (String)
812
- # * +:subnet_availability_zone+ - (Hash)
813
- # * +:name+ - (String)
814
- # * +:provisioned_iops_capable+ - (Boolean)
815
- # * +:subnet_status+ - (String)
816
- # * +:preferred_maintenance_window+ - (String)
817
- # * +:pending_modified_values+ - (Hash)
818
- # * +:db_instance_class+ - (String)
819
- # * +:allocated_storage+ - (Integer)
820
- # * +:master_user_password+ - (String)
821
- # * +:port+ - (Integer)
822
- # * +:backup_retention_period+ - (Integer)
823
- # * +:multi_az+ - (Boolean)
824
- # * +:engine_version+ - (String)
825
- # * +:iops+ - (Integer)
826
- # * +:db_instance_identifier+ - (String)
827
- # * +:latest_restorable_time+ - (Time)
828
- # * +:multi_az+ - (Boolean)
829
- # * +:engine_version+ - (String)
830
- # * +:auto_minor_version_upgrade+ - (Boolean)
831
- # * +:read_replica_source_db_instance_identifier+ - (String)
832
- # * +:read_replica_db_instance_identifiers+ - (Array<String>)
833
- # * +:license_model+ - (String)
834
- # * +:iops+ - (Integer)
835
- # * +:option_group_memberships+ - (Array<Hash>)
836
- # * +:option_group_name+ - (String)
837
- # * +:status+ - (String)
838
- # * +:character_set_name+ - (String)
839
- # * +:secondary_availability_zone+ - (String)
840
- # * +:publicly_accessible+ - (Boolean)
780
+ # * `:marker` - (String)
781
+ # * `:db_instances` - (Array<Hash>)
782
+ # * `:db_instance_identifier` - (String)
783
+ # * `:db_instance_class` - (String)
784
+ # * `:engine` - (String)
785
+ # * `:db_instance_status` - (String)
786
+ # * `:master_username` - (String)
787
+ # * `:db_name` - (String)
788
+ # * `:endpoint` - (Hash)
789
+ # * `:address` - (String)
790
+ # * `:port` - (Integer)
791
+ # * `:allocated_storage` - (Integer)
792
+ # * `:instance_create_time` - (Time)
793
+ # * `:preferred_backup_window` - (String)
794
+ # * `:backup_retention_period` - (Integer)
795
+ # * `:db_security_groups` - (Array<Hash>)
796
+ # * `:db_security_group_name` - (String)
797
+ # * `:status` - (String)
798
+ # * `:vpc_security_groups` - (Array<Hash>)
799
+ # * `:vpc_security_group_id` - (String)
800
+ # * `:status` - (String)
801
+ # * `:db_parameter_groups` - (Array<Hash>)
802
+ # * `:db_parameter_group_name` - (String)
803
+ # * `:parameter_apply_status` - (String)
804
+ # * `:availability_zone` - (String)
805
+ # * `:db_subnet_group` - (Hash)
806
+ # * `:db_subnet_group_name` - (String)
807
+ # * `:db_subnet_group_description` - (String)
808
+ # * `:vpc_id` - (String)
809
+ # * `:subnet_group_status` - (String)
810
+ # * `:subnets` - (Array<Hash>)
811
+ # * `:subnet_identifier` - (String)
812
+ # * `:subnet_availability_zone` - (Hash)
813
+ # * `:name` - (String)
814
+ # * `:provisioned_iops_capable` - (Boolean)
815
+ # * `:subnet_status` - (String)
816
+ # * `:preferred_maintenance_window` - (String)
817
+ # * `:pending_modified_values` - (Hash)
818
+ # * `:db_instance_class` - (String)
819
+ # * `:allocated_storage` - (Integer)
820
+ # * `:master_user_password` - (String)
821
+ # * `:port` - (Integer)
822
+ # * `:backup_retention_period` - (Integer)
823
+ # * `:multi_az` - (Boolean)
824
+ # * `:engine_version` - (String)
825
+ # * `:iops` - (Integer)
826
+ # * `:db_instance_identifier` - (String)
827
+ # * `:latest_restorable_time` - (Time)
828
+ # * `:multi_az` - (Boolean)
829
+ # * `:engine_version` - (String)
830
+ # * `:auto_minor_version_upgrade` - (Boolean)
831
+ # * `:read_replica_source_db_instance_identifier` - (String)
832
+ # * `:read_replica_db_instance_identifiers` - (Array<String>)
833
+ # * `:license_model` - (String)
834
+ # * `:iops` - (Integer)
835
+ # * `:option_group_memberships` - (Array<Hash>)
836
+ # * `:option_group_name` - (String)
837
+ # * `:status` - (String)
838
+ # * `:character_set_name` - (String)
839
+ # * `:secondary_availability_zone` - (String)
840
+ # * `:publicly_accessible` - (Boolean)
841
841
 
842
842
  # @!method describe_db_log_files(options = {})
843
843
  # Calls the DescribeDBLogFiles API operation.
844
844
  # @param [Hash] options
845
- # * +:db_instance_identifier+ - (String) The customer-assigned name of
845
+ # * `:db_instance_identifier` - (String) The customer-assigned name of
846
846
  # the DB Instance that contains the log files you want to list.
847
847
  # Constraints: Must contain from 1 to 63 alphanumeric characters or
848
848
  # hyphens First character must be a letter Cannot end with a hyphen
849
849
  # or contain two consecutive hyphens
850
- # * +:filename_contains+ - (String) Filters the available log files for
850
+ # * `:filename_contains` - (String) Filters the available log files for
851
851
  # log file names that contain the specified string.
852
- # * +:file_last_written+ - (Integer) Filters the available log files
852
+ # * `:file_last_written` - (Integer) Filters the available log files
853
853
  # for files written since the specified date.
854
- # * +:file_size+ - (Integer) Filters the available log files for files
854
+ # * `:file_size` - (Integer) Filters the available log files for files
855
855
  # larger than the specified size.
856
- # * +:max_records+ - (Integer) The maximum number of records to include
856
+ # * `:max_records` - (Integer) The maximum number of records to include
857
857
  # in the response. If more records exist than the specified
858
858
  # MaxRecords value, a pagination token called a marker is included in
859
859
  # the response so that the remaining results can be retrieved.
860
- # * +:marker+ - (String) The pagination token provided in the previous
860
+ # * `:marker` - (String) The pagination token provided in the previous
861
861
  # request. If this parameter is specified the response includes only
862
862
  # records beyond the marker, up to MaxRecords.
863
863
  # @return [Core::Response]
864
864
  # The #data method of the response object returns
865
865
  # a hash with the following structure:
866
- # * +:describe_db_log_files+ - (Array<Hash>)
867
- # * +:log_file_name+ - (String)
868
- # * +:last_written+ - (Integer)
869
- # * +:size+ - (Integer)
870
- # * +:marker+ - (String)
866
+ # * `:describe_db_log_files` - (Array<Hash>)
867
+ # * `:log_file_name` - (String)
868
+ # * `:last_written` - (Integer)
869
+ # * `:size` - (Integer)
870
+ # * `:marker` - (String)
871
871
 
872
872
  # @!method describe_db_parameter_groups(options = {})
873
873
  # Calls the DescribeDBParameterGroups API operation.
874
874
  # @param [Hash] options
875
- # * +:db_parameter_group_name+ - (String) The name of a specific
875
+ # * `:db_parameter_group_name` - (String) The name of a specific
876
876
  # database parameter group to return details for.
877
- # * +:max_records+ - (Integer) The maximum number of records to include
877
+ # * `:max_records` - (Integer) The maximum number of records to include
878
878
  # in the response. If more records exist than the specified
879
879
  # MaxRecords value, a marker is included in the response so that the
880
880
  # remaining results may be retrieved.
881
- # * +:marker+ - (String) An optional marker provided in the previous
881
+ # * `:marker` - (String) An optional marker provided in the previous
882
882
  # DescribeDBInstances request. If this parameter is specified, the
883
883
  # response includes only records beyond the marker, up to the value
884
884
  # specified by MaxRecords.
885
885
  # @return [Core::Response]
886
886
  # The #data method of the response object returns
887
887
  # a hash with the following structure:
888
- # * +:marker+ - (String)
889
- # * +:db_parameter_groups+ - (Array<Hash>)
890
- # * +:db_parameter_group_name+ - (String)
891
- # * +:db_parameter_group_family+ - (String)
892
- # * +:description+ - (String)
888
+ # * `:marker` - (String)
889
+ # * `:db_parameter_groups` - (Array<Hash>)
890
+ # * `:db_parameter_group_name` - (String)
891
+ # * `:db_parameter_group_family` - (String)
892
+ # * `:description` - (String)
893
893
 
894
894
  # @!method describe_db_parameters(options = {})
895
895
  # Calls the DescribeDBParameters API operation.
896
896
  # @param [Hash] options
897
- # * +:db_parameter_group_name+ - *required* - (String) The name of a
897
+ # * `:db_parameter_group_name` - *required* - (String) The name of a
898
898
  # specific database parameter group to return details for.
899
- # * +:source+ - (String) The parameter types to return.
900
- # * +:max_records+ - (Integer) The maximum number of records to include
899
+ # * `:source` - (String) The parameter types to return.
900
+ # * `:max_records` - (Integer) The maximum number of records to include
901
901
  # in the response. If more records exist than the specified
902
902
  # MaxRecords value, a marker is included in the response so that the
903
903
  # remaining results may be retrieved.
904
- # * +:marker+ - (String) An optional marker provided in the previous
904
+ # * `:marker` - (String) An optional marker provided in the previous
905
905
  # DescribeDBInstances request. If this parameter is specified, the
906
906
  # response includes only records beyond the marker, up to the value
907
907
  # specified by MaxRecords.
908
908
  # @return [Core::Response]
909
909
  # The #data method of the response object returns
910
910
  # a hash with the following structure:
911
- # * +:parameters+ - (Array<Hash>)
912
- # * +:parameter_name+ - (String)
913
- # * +:parameter_value+ - (String)
914
- # * +:description+ - (String)
915
- # * +:source+ - (String)
916
- # * +:apply_type+ - (String)
917
- # * +:data_type+ - (String)
918
- # * +:allowed_values+ - (String)
919
- # * +:is_modifiable+ - (Boolean)
920
- # * +:minimum_engine_version+ - (String)
921
- # * +:apply_method+ - (String)
922
- # * +:marker+ - (String)
911
+ # * `:parameters` - (Array<Hash>)
912
+ # * `:parameter_name` - (String)
913
+ # * `:parameter_value` - (String)
914
+ # * `:description` - (String)
915
+ # * `:source` - (String)
916
+ # * `:apply_type` - (String)
917
+ # * `:data_type` - (String)
918
+ # * `:allowed_values` - (String)
919
+ # * `:is_modifiable` - (Boolean)
920
+ # * `:minimum_engine_version` - (String)
921
+ # * `:apply_method` - (String)
922
+ # * `:marker` - (String)
923
923
 
924
924
  # @!method describe_db_security_groups(options = {})
925
925
  # Calls the DescribeDBSecurityGroups API operation.
926
926
  # @param [Hash] options
927
- # * +:db_security_group_name+ - (String) The name of the DB Security
927
+ # * `:db_security_group_name` - (String) The name of the DB Security
928
928
  # Group to return details for.
929
- # * +:max_records+ - (Integer) The maximum number of records to include
929
+ # * `:max_records` - (Integer) The maximum number of records to include
930
930
  # in the response. If more records exist than the specified
931
931
  # MaxRecords value, a marker is included in the response so that the
932
932
  # remaining results may be retrieved.
933
- # * +:marker+ - (String) An optional marker provided in the previous
933
+ # * `:marker` - (String) An optional marker provided in the previous
934
934
  # DescribeDBInstances request. If this parameter is specified, the
935
935
  # response includes only records beyond the marker, up to the value
936
936
  # specified by MaxRecords.
937
937
  # @return [Core::Response]
938
938
  # The #data method of the response object returns
939
939
  # a hash with the following structure:
940
- # * +:marker+ - (String)
941
- # * +:db_security_groups+ - (Array<Hash>)
942
- # * +:owner_id+ - (String)
943
- # * +:db_security_group_name+ - (String)
944
- # * +:db_security_group_description+ - (String)
945
- # * +:vpc_id+ - (String)
946
- # * +:ec_2_security_groups+ - (Array<Hash>)
947
- # * +:status+ - (String)
948
- # * +:ec2_security_group_name+ - (String)
949
- # * +:ec2_security_group_id+ - (String)
950
- # * +:ec2_security_group_owner_id+ - (String)
951
- # * +:ip_ranges+ - (Array<Hash>)
952
- # * +:status+ - (String)
953
- # * +:cidrip+ - (String)
940
+ # * `:marker` - (String)
941
+ # * `:db_security_groups` - (Array<Hash>)
942
+ # * `:owner_id` - (String)
943
+ # * `:db_security_group_name` - (String)
944
+ # * `:db_security_group_description` - (String)
945
+ # * `:vpc_id` - (String)
946
+ # * `:ec_2_security_groups` - (Array<Hash>)
947
+ # * `:status` - (String)
948
+ # * `:ec2_security_group_name` - (String)
949
+ # * `:ec2_security_group_id` - (String)
950
+ # * `:ec2_security_group_owner_id` - (String)
951
+ # * `:ip_ranges` - (Array<Hash>)
952
+ # * `:status` - (String)
953
+ # * `:cidrip` - (String)
954
954
 
955
955
  # @!method describe_db_snapshots(options = {})
956
956
  # Calls the DescribeDBSnapshots API operation.
957
957
  # @param [Hash] options
958
- # * +:db_instance_identifier+ - (String) The unique identifier for the
958
+ # * `:db_instance_identifier` - (String) The unique identifier for the
959
959
  # Amazon RDS DB snapshot. This value is stored as a lowercase string.
960
- # * +:db_snapshot_identifier+ - (String) The DB Instance identifier.
960
+ # * `:db_snapshot_identifier` - (String) The DB Instance identifier.
961
961
  # This parameter isn't case sensitive.
962
- # * +:snapshot_type+ - (String) An optional snapshot type for which
962
+ # * `:snapshot_type` - (String) An optional snapshot type for which
963
963
  # snapshots will be returned. If not specified, the returned results
964
964
  # will include snapshots of all types.
965
- # * +:max_records+ - (Integer) The maximum number of records to include
965
+ # * `:max_records` - (Integer) The maximum number of records to include
966
966
  # in the response. If more records exist than the specified
967
967
  # MaxRecords value, a marker is included in the response so that the
968
968
  # remaining results may be retrieved.
969
- # * +:marker+ - (String) An optional marker provided in the previous
969
+ # * `:marker` - (String) An optional marker provided in the previous
970
970
  # DescribeDBInstances request. If this parameter is specified, the
971
971
  # response includes only records beyond the marker, up to the value
972
972
  # specified by MaxRecords.
973
973
  # @return [Core::Response]
974
974
  # The #data method of the response object returns
975
975
  # a hash with the following structure:
976
- # * +:marker+ - (String)
977
- # * +:db_snapshots+ - (Array<Hash>)
978
- # * +:db_snapshot_identifier+ - (String)
979
- # * +:db_instance_identifier+ - (String)
980
- # * +:snapshot_create_time+ - (Time)
981
- # * +:engine+ - (String)
982
- # * +:allocated_storage+ - (Integer)
983
- # * +:status+ - (String)
984
- # * +:port+ - (Integer)
985
- # * +:availability_zone+ - (String)
986
- # * +:vpc_id+ - (String)
987
- # * +:instance_create_time+ - (Time)
988
- # * +:master_username+ - (String)
989
- # * +:engine_version+ - (String)
990
- # * +:license_model+ - (String)
991
- # * +:snapshot_type+ - (String)
992
- # * +:iops+ - (Integer)
993
- # * +:option_group_name+ - (String)
976
+ # * `:marker` - (String)
977
+ # * `:db_snapshots` - (Array<Hash>)
978
+ # * `:db_snapshot_identifier` - (String)
979
+ # * `:db_instance_identifier` - (String)
980
+ # * `:snapshot_create_time` - (Time)
981
+ # * `:engine` - (String)
982
+ # * `:allocated_storage` - (Integer)
983
+ # * `:status` - (String)
984
+ # * `:port` - (Integer)
985
+ # * `:availability_zone` - (String)
986
+ # * `:vpc_id` - (String)
987
+ # * `:instance_create_time` - (Time)
988
+ # * `:master_username` - (String)
989
+ # * `:engine_version` - (String)
990
+ # * `:license_model` - (String)
991
+ # * `:snapshot_type` - (String)
992
+ # * `:iops` - (Integer)
993
+ # * `:option_group_name` - (String)
994
994
 
995
995
  # @!method describe_db_subnet_groups(options = {})
996
996
  # Calls the DescribeDBSubnetGroups API operation.
997
997
  # @param [Hash] options
998
- # * +:db_subnet_group_name+ - (String) The name of the DB Subnet Group
998
+ # * `:db_subnet_group_name` - (String) The name of the DB Subnet Group
999
999
  # to return details for.
1000
- # * +:max_records+ - (Integer) The maximum number of records to include
1000
+ # * `:max_records` - (Integer) The maximum number of records to include
1001
1001
  # in the response. If more records exist than the specified
1002
1002
  # MaxRecords value, a marker is included in the response so that the
1003
1003
  # remaining results may be retrieved. Default: 100 Constraints:
1004
1004
  # minimum 20, maximum 100
1005
- # * +:marker+ - (String) An optional marker provided in the previous
1005
+ # * `:marker` - (String) An optional marker provided in the previous
1006
1006
  # DescribeDBSubnetGroups request. If this parameter is specified, the
1007
1007
  # response includes only records beyond the marker, up to the value
1008
1008
  # specified by MaxRecords.
1009
1009
  # @return [Core::Response]
1010
1010
  # The #data method of the response object returns
1011
1011
  # a hash with the following structure:
1012
- # * +:marker+ - (String)
1013
- # * +:db_subnet_groups+ - (Array<Hash>)
1014
- # * +:db_subnet_group_name+ - (String)
1015
- # * +:db_subnet_group_description+ - (String)
1016
- # * +:vpc_id+ - (String)
1017
- # * +:subnet_group_status+ - (String)
1018
- # * +:subnets+ - (Array<Hash>)
1019
- # * +:subnet_identifier+ - (String)
1020
- # * +:subnet_availability_zone+ - (Hash)
1021
- # * +:name+ - (String)
1022
- # * +:provisioned_iops_capable+ - (Boolean)
1023
- # * +:subnet_status+ - (String)
1012
+ # * `:marker` - (String)
1013
+ # * `:db_subnet_groups` - (Array<Hash>)
1014
+ # * `:db_subnet_group_name` - (String)
1015
+ # * `:db_subnet_group_description` - (String)
1016
+ # * `:vpc_id` - (String)
1017
+ # * `:subnet_group_status` - (String)
1018
+ # * `:subnets` - (Array<Hash>)
1019
+ # * `:subnet_identifier` - (String)
1020
+ # * `:subnet_availability_zone` - (Hash)
1021
+ # * `:name` - (String)
1022
+ # * `:provisioned_iops_capable` - (Boolean)
1023
+ # * `:subnet_status` - (String)
1024
1024
 
1025
1025
  # @!method describe_engine_default_parameters(options = {})
1026
1026
  # Calls the DescribeEngineDefaultParameters API operation.
1027
1027
  # @param [Hash] options
1028
- # * +:db_parameter_group_family+ - *required* - (String) The name of
1028
+ # * `:db_parameter_group_family` - *required* - (String) The name of
1029
1029
  # the DB Parameter Group Family.
1030
- # * +:max_records+ - (Integer) The maximum number of records to include
1030
+ # * `:max_records` - (Integer) The maximum number of records to include
1031
1031
  # in the response. If more records exist than the specified
1032
1032
  # MaxRecords value, a marker is included in the response so that the
1033
1033
  # remaining results may be retrieved.
1034
- # * +:marker+ - (String) An optional marker provided in the previous
1034
+ # * `:marker` - (String) An optional marker provided in the previous
1035
1035
  # DescribeDBInstances request. If this parameter is specified, the
1036
1036
  # response includes only records beyond the marker, up to the value
1037
1037
  # specified by MaxRecords.
1038
1038
  # @return [Core::Response]
1039
1039
  # The #data method of the response object returns
1040
1040
  # a hash with the following structure:
1041
- # * +:db_parameter_group_family+ - (String)
1042
- # * +:marker+ - (String)
1043
- # * +:parameters+ - (Array<Hash>)
1044
- # * +:parameter_name+ - (String)
1045
- # * +:parameter_value+ - (String)
1046
- # * +:description+ - (String)
1047
- # * +:source+ - (String)
1048
- # * +:apply_type+ - (String)
1049
- # * +:data_type+ - (String)
1050
- # * +:allowed_values+ - (String)
1051
- # * +:is_modifiable+ - (Boolean)
1052
- # * +:minimum_engine_version+ - (String)
1053
- # * +:apply_method+ - (String)
1041
+ # * `:db_parameter_group_family` - (String)
1042
+ # * `:marker` - (String)
1043
+ # * `:parameters` - (Array<Hash>)
1044
+ # * `:parameter_name` - (String)
1045
+ # * `:parameter_value` - (String)
1046
+ # * `:description` - (String)
1047
+ # * `:source` - (String)
1048
+ # * `:apply_type` - (String)
1049
+ # * `:data_type` - (String)
1050
+ # * `:allowed_values` - (String)
1051
+ # * `:is_modifiable` - (Boolean)
1052
+ # * `:minimum_engine_version` - (String)
1053
+ # * `:apply_method` - (String)
1054
1054
 
1055
1055
  # @!method describe_event_categories(options = {})
1056
1056
  # Calls the DescribeEventCategories API operation.
1057
1057
  # @param [Hash] options
1058
- # * +:source_type+ - (String) The type of source that will be
1058
+ # * `:source_type` - (String) The type of source that will be
1059
1059
  # generating the events. Valid values: db-instance |
1060
1060
  # db-parameter-group | db-security-group | db-snapshot
1061
1061
  # @return [Core::Response]
1062
1062
  # The #data method of the response object returns
1063
1063
  # a hash with the following structure:
1064
- # * +:event_categories_map_list+ - (Array<Hash>)
1065
- # * +:source_type+ - (String)
1066
- # * +:event_categories+ - (Array<String>)
1064
+ # * `:event_categories_map_list` - (Array<Hash>)
1065
+ # * `:source_type` - (String)
1066
+ # * `:event_categories` - (Array<String>)
1067
1067
 
1068
1068
  # @!method describe_event_subscriptions(options = {})
1069
1069
  # Calls the DescribeEventSubscriptions API operation.
1070
1070
  # @param [Hash] options
1071
- # * +:subscription_name+ - (String) The name of the RDS event
1071
+ # * `:subscription_name` - (String) The name of the RDS event
1072
1072
  # notification subscription you want to describe.
1073
- # * +:max_records+ - (Integer) The maximum number of records to include
1073
+ # * `:max_records` - (Integer) The maximum number of records to include
1074
1074
  # in the response. If more records exist than the specified
1075
1075
  # MaxRecords value, a pagination token called a marker is included in
1076
1076
  # the response so that the remaining results can be retrieved.
1077
1077
  # Default: 100 Constraints: minimum 20, maximum 100
1078
- # * +:marker+ - (String) An optional pagination token provided by a
1078
+ # * `:marker` - (String) An optional pagination token provided by a
1079
1079
  # previous DescribeOrderableDBInstanceOptions request. If this
1080
1080
  # parameter is specified, the response includes only records beyond
1081
1081
  # the marker, up to the value specified by MaxRecords .
1082
1082
  # @return [Core::Response]
1083
1083
  # The #data method of the response object returns
1084
1084
  # a hash with the following structure:
1085
- # * +:marker+ - (String)
1086
- # * +:event_subscriptions_list+ - (Array<Hash>)
1087
- # * +:customer_aws_id+ - (String)
1088
- # * +:cust_subscription_id+ - (String)
1089
- # * +:sns_topic_arn+ - (String)
1090
- # * +:status+ - (String)
1091
- # * +:subscription_creation_time+ - (String)
1092
- # * +:source_type+ - (String)
1093
- # * +:source_ids_list+ - (Array<String>)
1094
- # * +:event_categories_list+ - (Array<String>)
1095
- # * +:enabled+ - (Boolean)
1085
+ # * `:marker` - (String)
1086
+ # * `:event_subscriptions_list` - (Array<Hash>)
1087
+ # * `:customer_aws_id` - (String)
1088
+ # * `:cust_subscription_id` - (String)
1089
+ # * `:sns_topic_arn` - (String)
1090
+ # * `:status` - (String)
1091
+ # * `:subscription_creation_time` - (String)
1092
+ # * `:source_type` - (String)
1093
+ # * `:source_ids_list` - (Array<String>)
1094
+ # * `:event_categories_list` - (Array<String>)
1095
+ # * `:enabled` - (Boolean)
1096
1096
 
1097
1097
  # @!method describe_events(options = {})
1098
1098
  # Calls the DescribeEvents API operation.
1099
1099
  # @param [Hash] options
1100
- # * +:source_identifier+ - (String) The identifier of the event source
1100
+ # * `:source_identifier` - (String) The identifier of the event source
1101
1101
  # for which events will be returned. If not specified, then all
1102
1102
  # sources are included in the response.
1103
- # * +:source_type+ - (String) The event source to retrieve events for.
1104
- # If no value is specified, all events are returned.
1105
- # * +:start_time+ - (String<ISO8601 datetime>) The beginning of the
1103
+ # * `:source_type` - (String) The event source to retrieve events for.
1104
+ # If no value is specified, all events are returned. Valid values
1105
+ # include:
1106
+ # * `db-instance`
1107
+ # * `db-parameter-group`
1108
+ # * `db-security-group`
1109
+ # * `db-snapshot`
1110
+ # * `:start_time` - (String<ISO8601 datetime>) The beginning of the
1106
1111
  # time interval to retrieve events for, specified in ISO 8601 format.
1107
- # * +:end_time+ - (String<ISO8601 datetime>) The end of the time
1112
+ # * `:end_time` - (String<ISO8601 datetime>) The end of the time
1108
1113
  # interval for which to retrieve events, specified in ISO 8601
1109
1114
  # format.
1110
- # * +:duration+ - (Integer) The number of minutes to retrieve events
1115
+ # * `:duration` - (Integer) The number of minutes to retrieve events
1111
1116
  # for.
1112
- # * +:event_categories+ - (Array<String>) A list of event categories
1117
+ # * `:event_categories` - (Array<String>) A list of event categories
1113
1118
  # that trigger notifications for a event notification subscription.
1114
- # * +:max_records+ - (Integer) The maximum number of records to include
1119
+ # * `:max_records` - (Integer) The maximum number of records to include
1115
1120
  # in the response. If more records exist than the specified
1116
1121
  # MaxRecords value, a marker is included in the response so that the
1117
1122
  # remaining results may be retrieved.
1118
- # * +:marker+ - (String) An optional marker provided in the previous
1123
+ # * `:marker` - (String) An optional marker provided in the previous
1119
1124
  # DescribeDBInstances request. If this parameter is specified, the
1120
1125
  # response includes only records beyond the marker, up to the value
1121
1126
  # specified by MaxRecords.
1122
1127
  # @return [Core::Response]
1123
1128
  # The #data method of the response object returns
1124
1129
  # a hash with the following structure:
1125
- # * +:marker+ - (String)
1126
- # * +:events+ - (Array<Hash>)
1127
- # * +:source_identifier+ - (String)
1128
- # * +:source_type+ - (String)
1129
- # * +:message+ - (String)
1130
- # * +:event_categories+ - (Array<String>)
1131
- # * +:date+ - (Time)
1130
+ # * `:marker` - (String)
1131
+ # * `:events` - (Array<Hash>)
1132
+ # * `:source_identifier` - (String)
1133
+ # * `:source_type` - (String)
1134
+ # * `:message` - (String)
1135
+ # * `:event_categories` - (Array<String>)
1136
+ # * `:date` - (Time)
1132
1137
 
1133
1138
  # @!method describe_option_group_options(options = {})
1134
1139
  # Calls the DescribeOptionGroupOptions API operation.
1135
1140
  # @param [Hash] options
1136
- # * +:engine_name+ - *required* - (String) A required parameter.
1141
+ # * `:engine_name` - *required* - (String) A required parameter.
1137
1142
  # Options available for the given Engine name will be described.
1138
- # * +:major_engine_version+ - (String) If specified, filters the
1143
+ # * `:major_engine_version` - (String) If specified, filters the
1139
1144
  # results to include only options for the specified major engine
1140
1145
  # version.
1141
- # * +:max_records+ - (Integer) The maximum number of records to include
1146
+ # * `:max_records` - (Integer) The maximum number of records to include
1142
1147
  # in the response. If more records exist than the specified
1143
1148
  # MaxRecords value, a pagination token called a marker is included in
1144
1149
  # the response so that the remaining results can be retrieved.
1145
1150
  # Default: 100 Constraints: minimum 20, maximum 100
1146
- # * +:marker+ - (String) An optional pagination token provided by a
1151
+ # * `:marker` - (String) An optional pagination token provided by a
1147
1152
  # previous request. If this parameter is specified, the response
1148
1153
  # includes only records beyond the marker, up to the value specified
1149
1154
  # by MaxRecords.
1150
1155
  # @return [Core::Response]
1151
1156
  # The #data method of the response object returns
1152
1157
  # a hash with the following structure:
1153
- # * +:option_group_options+ - (Array<Hash>)
1154
- # * +:name+ - (String)
1155
- # * +:description+ - (String)
1156
- # * +:engine_name+ - (String)
1157
- # * +:major_engine_version+ - (String)
1158
- # * +:minimum_required_minor_engine_version+ - (String)
1159
- # * +:port_required+ - (Boolean)
1160
- # * +:default_port+ - (Integer)
1161
- # * +:options_depended_on+ - (Array<String>)
1162
- # * +:persistent+ - (Boolean)
1163
- # * +:option_group_option_settings+ - (Array<Hash>)
1164
- # * +:setting_name+ - (String)
1165
- # * +:setting_description+ - (String)
1166
- # * +:default_value+ - (String)
1167
- # * +:apply_type+ - (String)
1168
- # * +:allowed_values+ - (String)
1169
- # * +:is_modifiable+ - (Boolean)
1170
- # * +:marker+ - (String)
1158
+ # * `:option_group_options` - (Array<Hash>)
1159
+ # * `:name` - (String)
1160
+ # * `:description` - (String)
1161
+ # * `:engine_name` - (String)
1162
+ # * `:major_engine_version` - (String)
1163
+ # * `:minimum_required_minor_engine_version` - (String)
1164
+ # * `:port_required` - (Boolean)
1165
+ # * `:default_port` - (Integer)
1166
+ # * `:options_depended_on` - (Array<String>)
1167
+ # * `:persistent` - (Boolean)
1168
+ # * `:option_group_option_settings` - (Array<Hash>)
1169
+ # * `:setting_name` - (String)
1170
+ # * `:setting_description` - (String)
1171
+ # * `:default_value` - (String)
1172
+ # * `:apply_type` - (String)
1173
+ # * `:allowed_values` - (String)
1174
+ # * `:is_modifiable` - (Boolean)
1175
+ # * `:marker` - (String)
1171
1176
 
1172
1177
  # @!method describe_option_groups(options = {})
1173
1178
  # Calls the DescribeOptionGroups API operation.
1174
1179
  # @param [Hash] options
1175
- # * +:option_group_name+ - (String) The name of the option group to
1180
+ # * `:option_group_name` - (String) The name of the option group to
1176
1181
  # describe. Cannot be supplied together with EngineName or
1177
1182
  # MajorEngineVersion.
1178
- # * +:marker+ - (String) An optional pagination token provided by a
1183
+ # * `:marker` - (String) An optional pagination token provided by a
1179
1184
  # previous DescribeOptionGroups request. If this parameter is
1180
1185
  # specified, the response includes only records beyond the marker, up
1181
1186
  # to the value specified by MaxRecords.
1182
- # * +:max_records+ - (Integer) The maximum number of records to include
1187
+ # * `:max_records` - (Integer) The maximum number of records to include
1183
1188
  # in the response. If more records exist than the specified
1184
1189
  # MaxRecords value, a pagination token called a marker is included in
1185
1190
  # the response so that the remaining results can be retrieved.
1186
1191
  # Default: 100 Constraints: minimum 20, maximum 100
1187
- # * +:engine_name+ - (String) Filters the list of option groups to only
1192
+ # * `:engine_name` - (String) Filters the list of option groups to only
1188
1193
  # include groups associated with a specific database engine.
1189
- # * +:major_engine_version+ - (String) Filters the list of option
1194
+ # * `:major_engine_version` - (String) Filters the list of option
1190
1195
  # groups to only include groups associated with a specific database
1191
1196
  # engine version. If specified, then EngineName must also be
1192
1197
  # specified.
1193
1198
  # @return [Core::Response]
1194
1199
  # The #data method of the response object returns
1195
1200
  # a hash with the following structure:
1196
- # * +:option_groups_list+ - (Array<Hash>)
1197
- # * +:option_group_name+ - (String)
1198
- # * +:option_group_description+ - (String)
1199
- # * +:engine_name+ - (String)
1200
- # * +:major_engine_version+ - (String)
1201
- # * +:options+ - (Array<Hash>)
1202
- # * +:option_name+ - (String)
1203
- # * +:option_description+ - (String)
1204
- # * +:persistent+ - (Boolean)
1205
- # * +:port+ - (Integer)
1206
- # * +:option_settings+ - (Array<Hash>)
1207
- # * +:name+ - (String)
1208
- # * +:value+ - (String)
1209
- # * +:default_value+ - (String)
1210
- # * +:description+ - (String)
1211
- # * +:apply_type+ - (String)
1212
- # * +:data_type+ - (String)
1213
- # * +:allowed_values+ - (String)
1214
- # * +:is_modifiable+ - (Boolean)
1215
- # * +:is_collection+ - (Boolean)
1216
- # * +:db_security_group_memberships+ - (Array<Hash>)
1217
- # * +:db_security_group_name+ - (String)
1218
- # * +:status+ - (String)
1219
- # * +:vpc_security_group_memberships+ - (Array<Hash>)
1220
- # * +:vpc_security_group_id+ - (String)
1221
- # * +:status+ - (String)
1222
- # * +:allows_vpc_and_non_vpc_instance_memberships+ - (Boolean)
1223
- # * +:vpc_id+ - (String)
1224
- # * +:marker+ - (String)
1201
+ # * `:option_groups_list` - (Array<Hash>)
1202
+ # * `:option_group_name` - (String)
1203
+ # * `:option_group_description` - (String)
1204
+ # * `:engine_name` - (String)
1205
+ # * `:major_engine_version` - (String)
1206
+ # * `:options` - (Array<Hash>)
1207
+ # * `:option_name` - (String)
1208
+ # * `:option_description` - (String)
1209
+ # * `:persistent` - (Boolean)
1210
+ # * `:port` - (Integer)
1211
+ # * `:option_settings` - (Array<Hash>)
1212
+ # * `:name` - (String)
1213
+ # * `:value` - (String)
1214
+ # * `:default_value` - (String)
1215
+ # * `:description` - (String)
1216
+ # * `:apply_type` - (String)
1217
+ # * `:data_type` - (String)
1218
+ # * `:allowed_values` - (String)
1219
+ # * `:is_modifiable` - (Boolean)
1220
+ # * `:is_collection` - (Boolean)
1221
+ # * `:db_security_group_memberships` - (Array<Hash>)
1222
+ # * `:db_security_group_name` - (String)
1223
+ # * `:status` - (String)
1224
+ # * `:vpc_security_group_memberships` - (Array<Hash>)
1225
+ # * `:vpc_security_group_id` - (String)
1226
+ # * `:status` - (String)
1227
+ # * `:allows_vpc_and_non_vpc_instance_memberships` - (Boolean)
1228
+ # * `:vpc_id` - (String)
1229
+ # * `:marker` - (String)
1225
1230
 
1226
1231
  # @!method describe_orderable_db_instance_options(options = {})
1227
1232
  # Calls the DescribeOrderableDBInstanceOptions API operation.
1228
1233
  # @param [Hash] options
1229
- # * +:engine+ - *required* - (String) The name of the engine to
1234
+ # * `:engine` - *required* - (String) The name of the engine to
1230
1235
  # retrieve DB Instance options for.
1231
- # * +:engine_version+ - (String) The engine version filter value.
1236
+ # * `:engine_version` - (String) The engine version filter value.
1232
1237
  # Specify this parameter to show only the available offerings
1233
1238
  # matching the specified engine version.
1234
- # * +:db_instance_class+ - (String) The DB Instance class filter value.
1239
+ # * `:db_instance_class` - (String) The DB Instance class filter value.
1235
1240
  # Specify this parameter to show only the available offerings
1236
1241
  # matching the specified DB Instance class.
1237
- # * +:license_model+ - (String) The license model filter value. Specify
1242
+ # * `:license_model` - (String) The license model filter value. Specify
1238
1243
  # this parameter to show only the available offerings matching the
1239
1244
  # specified license model.
1240
- # * +:vpc+ - (Boolean) The VPC filter value. Specify this parameter to
1245
+ # * `:vpc` - (Boolean) The VPC filter value. Specify this parameter to
1241
1246
  # show only the available VPC or non-VPC offerings.
1242
- # * +:max_records+ - (Integer) The maximum number of records to include
1247
+ # * `:max_records` - (Integer) The maximum number of records to include
1243
1248
  # in the response. If more records exist than the specified
1244
1249
  # MaxRecords value, a marker is included in the response so that the
1245
1250
  # remaining results may be retrieved. Default: 100 Constraints:
1246
1251
  # minimum 20, maximum 100
1247
- # * +:marker+ - (String) An optional marker provided in the previous
1252
+ # * `:marker` - (String) An optional marker provided in the previous
1248
1253
  # DescribeOrderableDBInstanceOptions request. If this parameter is
1249
1254
  # specified, the response includes only records beyond the marker, up
1250
1255
  # to the value specified by MaxRecords .
1251
1256
  # @return [Core::Response]
1252
1257
  # The #data method of the response object returns
1253
1258
  # a hash with the following structure:
1254
- # * +:orderable_db_instance_options+ - (Array<Hash>)
1255
- # * +:engine+ - (String)
1256
- # * +:engine_version+ - (String)
1257
- # * +:db_instance_class+ - (String)
1258
- # * +:license_model+ - (String)
1259
- # * +:availability_zones+ - (Array<Hash>)
1260
- # * +:name+ - (String)
1261
- # * +:provisioned_iops_capable+ - (Boolean)
1262
- # * +:multi_az_capable+ - (Boolean)
1263
- # * +:read_replica_capable+ - (Boolean)
1264
- # * +:vpc+ - (Boolean)
1265
- # * +:marker+ - (String)
1259
+ # * `:orderable_db_instance_options` - (Array<Hash>)
1260
+ # * `:engine` - (String)
1261
+ # * `:engine_version` - (String)
1262
+ # * `:db_instance_class` - (String)
1263
+ # * `:license_model` - (String)
1264
+ # * `:availability_zones` - (Array<Hash>)
1265
+ # * `:name` - (String)
1266
+ # * `:provisioned_iops_capable` - (Boolean)
1267
+ # * `:multi_az_capable` - (Boolean)
1268
+ # * `:read_replica_capable` - (Boolean)
1269
+ # * `:vpc` - (Boolean)
1270
+ # * `:marker` - (String)
1266
1271
 
1267
1272
  # @!method describe_reserved_db_instances(options = {})
1268
1273
  # Calls the DescribeReservedDBInstances API operation.
1269
1274
  # @param [Hash] options
1270
- # * +:reserved_db_instance_id+ - (String) The reserved DB Instance
1275
+ # * `:reserved_db_instance_id` - (String) The reserved DB Instance
1271
1276
  # identifier filter value. Specify this parameter to show only the
1272
1277
  # reservation that matches the specified reservation ID.
1273
- # * +:reserved_db_instances_offering_id+ - (String) The offering
1278
+ # * `:reserved_db_instances_offering_id` - (String) The offering
1274
1279
  # identifier filter value. Specify this parameter to show only
1275
1280
  # purchased reservations matching the specified offering identifier.
1276
- # * +:db_instance_class+ - (String) The DB Instance class filter value.
1281
+ # * `:db_instance_class` - (String) The DB Instance class filter value.
1277
1282
  # Specify this parameter to show only those reservations matching the
1278
1283
  # specified DB Instances class.
1279
- # * +:duration+ - (String) The duration filter value, specified in
1284
+ # * `:duration` - (String) The duration filter value, specified in
1280
1285
  # years or seconds. Specify this parameter to show only reservations
1281
1286
  # for this duration. Valid Values: 1 | 3 | 31536000 | 94608000
1282
- # * +:product_description+ - (String) The product description filter
1287
+ # * `:product_description` - (String) The product description filter
1283
1288
  # value. Specify this parameter to show only those reservations
1284
1289
  # matching the specified product description.
1285
- # * +:offering_type+ - (String) The offering type filter value. Specify
1290
+ # * `:offering_type` - (String) The offering type filter value. Specify
1286
1291
  # this parameter to show only the available offerings matching the
1287
1292
  # specified offering type. Valid Values: "Light Utilization" |
1288
1293
  # "Medium Utilization" | "Heavy Utilization"
1289
- # * +:multi_az+ - (Boolean) The Multi-AZ filter value. Specify this
1294
+ # * `:multi_az` - (Boolean) The Multi-AZ filter value. Specify this
1290
1295
  # parameter to show only those reservations matching the specified
1291
1296
  # Multi-AZ parameter.
1292
- # * +:max_records+ - (Integer) The maximum number of records to include
1297
+ # * `:max_records` - (Integer) The maximum number of records to include
1293
1298
  # in the response. If more than the MaxRecords value is available, a
1294
1299
  # marker is included in the response so that the following results
1295
1300
  # can be retrieved. Default: 100 Constraints: minimum 20, maximum 100
1296
- # * +:marker+ - (String) The marker provided in the previous request.
1301
+ # * `:marker` - (String) The marker provided in the previous request.
1297
1302
  # If this parameter is specified, the response includes records
1298
1303
  # beyond the marker only, up to MaxRecords.
1299
1304
  # @return [Core::Response]
1300
1305
  # The #data method of the response object returns
1301
1306
  # a hash with the following structure:
1302
- # * +:marker+ - (String)
1303
- # * +:reserved_db_instances+ - (Array<Hash>)
1304
- # * +:reserved_db_instance_id+ - (String)
1305
- # * +:reserved_db_instances_offering_id+ - (String)
1306
- # * +:db_instance_class+ - (String)
1307
- # * +:start_time+ - (Time)
1308
- # * +:duration+ - (Integer)
1309
- # * +:fixed_price+ - (Numeric)
1310
- # * +:usage_price+ - (Numeric)
1311
- # * +:currency_code+ - (String)
1312
- # * +:db_instance_count+ - (Integer)
1313
- # * +:product_description+ - (String)
1314
- # * +:offering_type+ - (String)
1315
- # * +:multi_az+ - (Boolean)
1316
- # * +:state+ - (String)
1317
- # * +:recurring_charges+ - (Array<Hash>)
1318
- # * +:recurring_charge_amount+ - (Numeric)
1319
- # * +:recurring_charge_frequency+ - (String)
1307
+ # * `:marker` - (String)
1308
+ # * `:reserved_db_instances` - (Array<Hash>)
1309
+ # * `:reserved_db_instance_id` - (String)
1310
+ # * `:reserved_db_instances_offering_id` - (String)
1311
+ # * `:db_instance_class` - (String)
1312
+ # * `:start_time` - (Time)
1313
+ # * `:duration` - (Integer)
1314
+ # * `:fixed_price` - (Numeric)
1315
+ # * `:usage_price` - (Numeric)
1316
+ # * `:currency_code` - (String)
1317
+ # * `:db_instance_count` - (Integer)
1318
+ # * `:product_description` - (String)
1319
+ # * `:offering_type` - (String)
1320
+ # * `:multi_az` - (Boolean)
1321
+ # * `:state` - (String)
1322
+ # * `:recurring_charges` - (Array<Hash>)
1323
+ # * `:recurring_charge_amount` - (Numeric)
1324
+ # * `:recurring_charge_frequency` - (String)
1320
1325
 
1321
1326
  # @!method describe_reserved_db_instances_offerings(options = {})
1322
1327
  # Calls the DescribeReservedDBInstancesOfferings API operation.
1323
1328
  # @param [Hash] options
1324
- # * +:reserved_db_instances_offering_id+ - (String) The offering
1329
+ # * `:reserved_db_instances_offering_id` - (String) The offering
1325
1330
  # identifier filter value. Specify this parameter to show only the
1326
1331
  # available offering that matches the specified reservation
1327
1332
  # identifier. Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
1328
- # * +:db_instance_class+ - (String) The DB Instance class filter value.
1333
+ # * `:db_instance_class` - (String) The DB Instance class filter value.
1329
1334
  # Specify this parameter to show only the available offerings
1330
1335
  # matching the specified DB Instance class.
1331
- # * +:duration+ - (String) Duration filter value, specified in years or
1336
+ # * `:duration` - (String) Duration filter value, specified in years or
1332
1337
  # seconds. Specify this parameter to show only reservations for this
1333
1338
  # duration. Valid Values: 1 | 3 | 31536000 | 94608000
1334
- # * +:product_description+ - (String) Product description filter value.
1339
+ # * `:product_description` - (String) Product description filter value.
1335
1340
  # Specify this parameter to show only the available offerings
1336
1341
  # matching the specified product description.
1337
- # * +:offering_type+ - (String) The offering type filter value. Specify
1342
+ # * `:offering_type` - (String) The offering type filter value. Specify
1338
1343
  # this parameter to show only the available offerings matching the
1339
1344
  # specified offering type. Valid Values: "Light Utilization" |
1340
1345
  # "Medium Utilization" | "Heavy Utilization"
1341
- # * +:multi_az+ - (Boolean) The Multi-AZ filter value. Specify this
1346
+ # * `:multi_az` - (Boolean) The Multi-AZ filter value. Specify this
1342
1347
  # parameter to show only the available offerings matching the
1343
1348
  # specified Multi-AZ parameter.
1344
- # * +:max_records+ - (Integer) The maximum number of records to include
1349
+ # * `:max_records` - (Integer) The maximum number of records to include
1345
1350
  # in the response. If more than the MaxRecords value is available, a
1346
1351
  # marker is included in the response so that the following results
1347
1352
  # can be retrieved. Default: 100 Constraints: minimum 20, maximum 100
1348
- # * +:marker+ - (String) The marker provided in the previous request.
1353
+ # * `:marker` - (String) The marker provided in the previous request.
1349
1354
  # If this parameter is specified, the response includes records
1350
1355
  # beyond the marker only, up to MaxRecords.
1351
1356
  # @return [Core::Response]
1352
1357
  # The #data method of the response object returns
1353
1358
  # a hash with the following structure:
1354
- # * +:marker+ - (String)
1355
- # * +:reserved_db_instances_offerings+ - (Array<Hash>)
1356
- # * +:reserved_db_instances_offering_id+ - (String)
1357
- # * +:db_instance_class+ - (String)
1358
- # * +:duration+ - (Integer)
1359
- # * +:fixed_price+ - (Numeric)
1360
- # * +:usage_price+ - (Numeric)
1361
- # * +:currency_code+ - (String)
1362
- # * +:product_description+ - (String)
1363
- # * +:offering_type+ - (String)
1364
- # * +:multi_az+ - (Boolean)
1365
- # * +:recurring_charges+ - (Array<Hash>)
1366
- # * +:recurring_charge_amount+ - (Numeric)
1367
- # * +:recurring_charge_frequency+ - (String)
1359
+ # * `:marker` - (String)
1360
+ # * `:reserved_db_instances_offerings` - (Array<Hash>)
1361
+ # * `:reserved_db_instances_offering_id` - (String)
1362
+ # * `:db_instance_class` - (String)
1363
+ # * `:duration` - (Integer)
1364
+ # * `:fixed_price` - (Numeric)
1365
+ # * `:usage_price` - (Numeric)
1366
+ # * `:currency_code` - (String)
1367
+ # * `:product_description` - (String)
1368
+ # * `:offering_type` - (String)
1369
+ # * `:multi_az` - (Boolean)
1370
+ # * `:recurring_charges` - (Array<Hash>)
1371
+ # * `:recurring_charge_amount` - (Numeric)
1372
+ # * `:recurring_charge_frequency` - (String)
1368
1373
 
1369
1374
  # @!method download_db_log_file_portion(options = {})
1370
1375
  # Calls the DownloadDBLogFilePortion API operation.
1371
1376
  # @param [Hash] options
1372
- # * +:db_instance_identifier+ - (String)
1373
- # * +:log_file_name+ - (String)
1374
- # * +:marker+ - (String) The pagination token provided in the previous
1377
+ # * `:db_instance_identifier` - (String)
1378
+ # * `:log_file_name` - (String)
1379
+ # * `:marker` - (String) The pagination token provided in the previous
1375
1380
  # request. If this parameter is specified the response includes only
1376
1381
  # records beyond the marker, up to MaxRecords.
1377
- # * +:number_of_lines+ - (Integer) The number of lines remaining to be
1382
+ # * `:number_of_lines` - (Integer) The number of lines remaining to be
1378
1383
  # downloaded.
1379
1384
  # @return [Core::Response]
1380
1385
  # The #data method of the response object returns
1381
1386
  # a hash with the following structure:
1382
- # * +:log_file_data+ - (String)
1383
- # * +:marker+ - (String)
1384
- # * +:additional_data_pending+ - (Boolean)
1387
+ # * `:log_file_data` - (String)
1388
+ # * `:marker` - (String)
1389
+ # * `:additional_data_pending` - (Boolean)
1385
1390
 
1386
1391
  # @!method list_tags_for_resource(options = {})
1387
1392
  # Calls the ListTagsForResource API operation.
1388
1393
  # @param [Hash] options
1389
- # * +:resource_name+ - *required* - (String) The DB Instance with tags
1394
+ # * `:resource_name` - *required* - (String) The DB Instance with tags
1390
1395
  # to be listed.
1391
1396
  # @return [Core::Response]
1392
1397
  # The #data method of the response object returns
1393
1398
  # a hash with the following structure:
1394
- # * +:tag_list+ - (Array<Hash>)
1395
- # * +:key+ - (String)
1396
- # * +:value+ - (String)
1399
+ # * `:tag_list` - (Array<Hash>)
1400
+ # * `:key` - (String)
1401
+ # * `:value` - (String)
1397
1402
 
1398
1403
  # @!method modify_db_instance(options = {})
1399
1404
  # Calls the ModifyDBInstance API operation.
1400
1405
  # @param [Hash] options
1401
- # * +:db_instance_identifier+ - *required* - (String) The DB Instance
1406
+ # * `:db_instance_identifier` - *required* - (String) The DB Instance
1402
1407
  # identifier. This value is stored as a lowercase string.
1403
- # * +:allocated_storage+ - (Integer) The new storage capacity of the
1408
+ # * `:allocated_storage` - (Integer) The new storage capacity of the
1404
1409
  # RDS instance. This change does not result in an outage and is
1405
1410
  # applied during the next maintenance window unless the
1406
- # ApplyImmediately parameter is specified as +true+ for this request.
1407
- # * +:db_instance_class+ - (String) The new compute and memory capacity
1411
+ # ApplyImmediately parameter is specified as `true` for this request.
1412
+ # * `:db_instance_class` - (String) The new compute and memory capacity
1408
1413
  # of the DB Instance. Passing a value for this parameter causes an
1409
1414
  # outage during the change and is applied during the next maintenance
1410
1415
  # window, unless the ApplyImmediately parameter is specified as
1411
- # +true+ for this request.
1412
- # * +:db_security_groups+ - (Array<String>) A list of DB Security
1416
+ # `true` for this request.
1417
+ # * `:db_security_groups` - (Array<String>) A list of DB Security
1413
1418
  # Groups to authorize on this DB Instance. This change is
1414
1419
  # asynchronously applied as soon as possible.
1415
- # * +:vpc_security_group_ids+ - (Array<String>) A list of Ec2 Vpc
1420
+ # * `:vpc_security_group_ids` - (Array<String>) A list of Ec2 Vpc
1416
1421
  # Security Groups to authorize on this DB Instance. This change is
1417
1422
  # asynchronously applied as soon as possible. Constraints: Must be 1
1418
1423
  # to 255 alphanumeric characters First character must be a letter
1419
1424
  # Cannot end with a hyphen or contain two consecutive hyphens
1420
- # * +:apply_immediately+ - (Boolean) Specifies whether or not the
1425
+ # * `:apply_immediately` - (Boolean) Specifies whether or not the
1421
1426
  # modifications in this request and any pending modifications are
1422
1427
  # asynchronously applied as soon as possible, regardless of the
1423
1428
  # PreferredMaintenanceWindow setting for the DB Instance. If this
1424
- # parameter is passed as +false+ , changes to the DB Instance are
1429
+ # parameter is passed as `false` , changes to the DB Instance are
1425
1430
  # applied on the next call to RebootDBInstance, the next maintenance
1426
1431
  # reboot, or the next failure reboot, whichever occurs first.
1427
- # * +:master_user_password+ - (String) The new password for the DB
1432
+ # * `:master_user_password` - (String) The new password for the DB
1428
1433
  # Instance master user. This change is asynchronously applied as soon
1429
1434
  # as possible. Between the time of the request and the completion of
1430
1435
  # the request, the MasterUserPassword element exists in the
1431
1436
  # PendingModifiedValues element of the operation response.
1432
- # * +:db_parameter_group_name+ - (String) The name of the DB Parameter
1437
+ # * `:db_parameter_group_name` - (String) The name of the DB Parameter
1433
1438
  # Group to apply to this DB Instance. This change is asynchronously
1434
1439
  # applied as soon as possible for parameters when the
1435
- # ApplyImmediately parameter is specified as +true+ for this request.
1436
- # * +:backup_retention_period+ - (Integer) The number of days to retain
1440
+ # ApplyImmediately parameter is specified as `true` for this request.
1441
+ # * `:backup_retention_period` - (Integer) The number of days to retain
1437
1442
  # automated backups. Setting this parameter to a positive number
1438
1443
  # enables backups. Setting this parameter to 0 disables automated
1439
1444
  # backups.
1440
- # * +:preferred_backup_window+ - (String) The daily time range during
1445
+ # * `:preferred_backup_window` - (String) The daily time range during
1441
1446
  # which automated backups are created if automated backups are
1442
1447
  # enabled, as determined by the BackupRetentionPeriod.
1443
- # * +:preferred_maintenance_window+ - (String) The weekly time range
1448
+ # * `:preferred_maintenance_window` - (String) The weekly time range
1444
1449
  # (in UTC) during which system maintenance can occur, which may
1445
1450
  # result in an outage. This change is made immediately. If moving
1446
1451
  # this window to the current time, there must be at least 120 minutes
1447
1452
  # between the current time and end of the window to ensure pending
1448
1453
  # changes are applied.
1449
- # * +:multi_az+ - (Boolean) Specifies if the DB Instance is a Multi-AZ
1454
+ # * `:multi_az` - (Boolean) Specifies if the DB Instance is a Multi-AZ
1450
1455
  # deployment. Constraints: Cannot be specified if the DB Instance is
1451
1456
  # a read replica.
1452
- # * +:engine_version+ - (String) The version number of the database
1457
+ # * `:engine_version` - (String) The version number of the database
1453
1458
  # engine to upgrade to. For major version upgrades, if a nondefault
1454
1459
  # DB Parameter Group is currently in use, a new DB Parameter Group in
1455
1460
  # the DB Parameter Group Family for the new engine version must be
1456
1461
  # specified. The new DB Parameter Group can be the default for that
1457
1462
  # DB Parameter Group Family. Example: 5.1.42
1458
- # * +:allow_major_version_upgrade+ - (Boolean) Indicates that major
1463
+ # * `:allow_major_version_upgrade` - (Boolean) Indicates that major
1459
1464
  # version upgrades are allowed. Constraints: This parameter must be
1460
- # set to +true+ when specifying a value for the EngineVersion
1465
+ # set to `true` when specifying a value for the EngineVersion
1461
1466
  # parameter that is a different major version than the DB Instance's
1462
1467
  # current version.
1463
- # * +:auto_minor_version_upgrade+ - (Boolean) Indicates that minor
1468
+ # * `:auto_minor_version_upgrade` - (Boolean) Indicates that minor
1464
1469
  # version upgrades will be applied automatically to the DB Instance
1465
1470
  # during the maintenance window.
1466
- # * +:iops+ - (Integer) The new provisioned I/O operations per second
1471
+ # * `:iops` - (Integer) The new provisioned I/O operations per second
1467
1472
  # of the RDS instance. This change does not result in an outage and
1468
1473
  # is applied during the next maintenance window unless the
1469
- # ApplyImmediately parameter is specified as +true+ for this request.
1474
+ # ApplyImmediately parameter is specified as `true` for this request.
1470
1475
  # Default: Uses existing setting Constraints: Value supplied must be
1471
1476
  # at least 10% greater than the current value. Values that are not at
1472
1477
  # least 10% greater than the existing value are rounded up so that
1473
1478
  # they are 10% greater than the current value. Type: Integer
1474
- # * +:option_group_name+ - (String) Indicates that the DB Instance
1479
+ # * `:option_group_name` - (String) Indicates that the DB Instance
1475
1480
  # should be associated with the specified option group.
1476
- # * +:new_db_instance_identifier+ - (String) The new DB Instance
1481
+ # * `:new_db_instance_identifier` - (String) The new DB Instance
1477
1482
  # identifier for the DB Instance when renaming a DB Instance. This
1478
1483
  # value is stored as a lowercase string. Constraints: Must contain
1479
1484
  # from 1 to 63 alphanumeric characters or hyphens First character
@@ -1482,241 +1487,243 @@ module AWS
1482
1487
  # @return [Core::Response]
1483
1488
  # The #data method of the response object returns
1484
1489
  # a hash with the following structure:
1485
- # * +:db_instance_identifier+ - (String)
1486
- # * +:db_instance_class+ - (String)
1487
- # * +:engine+ - (String)
1488
- # * +:db_instance_status+ - (String)
1489
- # * +:master_username+ - (String)
1490
- # * +:db_name+ - (String)
1491
- # * +:endpoint+ - (Hash)
1492
- # * +:address+ - (String)
1493
- # * +:port+ - (Integer)
1494
- # * +:allocated_storage+ - (Integer)
1495
- # * +:instance_create_time+ - (Time)
1496
- # * +:preferred_backup_window+ - (String)
1497
- # * +:backup_retention_period+ - (Integer)
1498
- # * +:db_security_groups+ - (Array<Hash>)
1499
- # * +:db_security_group_name+ - (String)
1500
- # * +:status+ - (String)
1501
- # * +:vpc_security_groups+ - (Array<Hash>)
1502
- # * +:vpc_security_group_id+ - (String)
1503
- # * +:status+ - (String)
1504
- # * +:db_parameter_groups+ - (Array<Hash>)
1505
- # * +:db_parameter_group_name+ - (String)
1506
- # * +:parameter_apply_status+ - (String)
1507
- # * +:availability_zone+ - (String)
1508
- # * +:db_subnet_group+ - (Hash)
1509
- # * +:db_subnet_group_name+ - (String)
1510
- # * +:db_subnet_group_description+ - (String)
1511
- # * +:vpc_id+ - (String)
1512
- # * +:subnet_group_status+ - (String)
1513
- # * +:subnets+ - (Array<Hash>)
1514
- # * +:subnet_identifier+ - (String)
1515
- # * +:subnet_availability_zone+ - (Hash)
1516
- # * +:name+ - (String)
1517
- # * +:provisioned_iops_capable+ - (Boolean)
1518
- # * +:subnet_status+ - (String)
1519
- # * +:preferred_maintenance_window+ - (String)
1520
- # * +:pending_modified_values+ - (Hash)
1521
- # * +:db_instance_class+ - (String)
1522
- # * +:allocated_storage+ - (Integer)
1523
- # * +:master_user_password+ - (String)
1524
- # * +:port+ - (Integer)
1525
- # * +:backup_retention_period+ - (Integer)
1526
- # * +:multi_az+ - (Boolean)
1527
- # * +:engine_version+ - (String)
1528
- # * +:iops+ - (Integer)
1529
- # * +:db_instance_identifier+ - (String)
1530
- # * +:latest_restorable_time+ - (Time)
1531
- # * +:multi_az+ - (Boolean)
1532
- # * +:engine_version+ - (String)
1533
- # * +:auto_minor_version_upgrade+ - (Boolean)
1534
- # * +:read_replica_source_db_instance_identifier+ - (String)
1535
- # * +:read_replica_db_instance_identifiers+ - (Array<String>)
1536
- # * +:license_model+ - (String)
1537
- # * +:iops+ - (Integer)
1538
- # * +:option_group_memberships+ - (Array<Hash>)
1539
- # * +:option_group_name+ - (String)
1540
- # * +:status+ - (String)
1541
- # * +:character_set_name+ - (String)
1542
- # * +:secondary_availability_zone+ - (String)
1543
- # * +:publicly_accessible+ - (Boolean)
1490
+ # * `:db_instance_identifier` - (String)
1491
+ # * `:db_instance_class` - (String)
1492
+ # * `:engine` - (String)
1493
+ # * `:db_instance_status` - (String)
1494
+ # * `:master_username` - (String)
1495
+ # * `:db_name` - (String)
1496
+ # * `:endpoint` - (Hash)
1497
+ # * `:address` - (String)
1498
+ # * `:port` - (Integer)
1499
+ # * `:allocated_storage` - (Integer)
1500
+ # * `:instance_create_time` - (Time)
1501
+ # * `:preferred_backup_window` - (String)
1502
+ # * `:backup_retention_period` - (Integer)
1503
+ # * `:db_security_groups` - (Array<Hash>)
1504
+ # * `:db_security_group_name` - (String)
1505
+ # * `:status` - (String)
1506
+ # * `:vpc_security_groups` - (Array<Hash>)
1507
+ # * `:vpc_security_group_id` - (String)
1508
+ # * `:status` - (String)
1509
+ # * `:db_parameter_groups` - (Array<Hash>)
1510
+ # * `:db_parameter_group_name` - (String)
1511
+ # * `:parameter_apply_status` - (String)
1512
+ # * `:availability_zone` - (String)
1513
+ # * `:db_subnet_group` - (Hash)
1514
+ # * `:db_subnet_group_name` - (String)
1515
+ # * `:db_subnet_group_description` - (String)
1516
+ # * `:vpc_id` - (String)
1517
+ # * `:subnet_group_status` - (String)
1518
+ # * `:subnets` - (Array<Hash>)
1519
+ # * `:subnet_identifier` - (String)
1520
+ # * `:subnet_availability_zone` - (Hash)
1521
+ # * `:name` - (String)
1522
+ # * `:provisioned_iops_capable` - (Boolean)
1523
+ # * `:subnet_status` - (String)
1524
+ # * `:preferred_maintenance_window` - (String)
1525
+ # * `:pending_modified_values` - (Hash)
1526
+ # * `:db_instance_class` - (String)
1527
+ # * `:allocated_storage` - (Integer)
1528
+ # * `:master_user_password` - (String)
1529
+ # * `:port` - (Integer)
1530
+ # * `:backup_retention_period` - (Integer)
1531
+ # * `:multi_az` - (Boolean)
1532
+ # * `:engine_version` - (String)
1533
+ # * `:iops` - (Integer)
1534
+ # * `:db_instance_identifier` - (String)
1535
+ # * `:latest_restorable_time` - (Time)
1536
+ # * `:multi_az` - (Boolean)
1537
+ # * `:engine_version` - (String)
1538
+ # * `:auto_minor_version_upgrade` - (Boolean)
1539
+ # * `:read_replica_source_db_instance_identifier` - (String)
1540
+ # * `:read_replica_db_instance_identifiers` - (Array<String>)
1541
+ # * `:license_model` - (String)
1542
+ # * `:iops` - (Integer)
1543
+ # * `:option_group_memberships` - (Array<Hash>)
1544
+ # * `:option_group_name` - (String)
1545
+ # * `:status` - (String)
1546
+ # * `:character_set_name` - (String)
1547
+ # * `:secondary_availability_zone` - (String)
1548
+ # * `:publicly_accessible` - (Boolean)
1544
1549
 
1545
1550
  # @!method modify_db_parameter_group(options = {})
1546
1551
  # Calls the ModifyDBParameterGroup API operation.
1547
1552
  # @param [Hash] options
1548
- # * +:db_parameter_group_name+ - *required* - (String) The name of the
1553
+ # * `:db_parameter_group_name` - *required* - (String) The name of the
1549
1554
  # database parameter group.
1550
- # * +:parameters+ - *required* - (Array<Hash>) An array of parameter
1555
+ # * `:parameters` - *required* - (Array<Hash>) An array of parameter
1551
1556
  # names, values, and the apply method for the parameter update. At
1552
1557
  # least one parameter name, value, and apply method must be supplied;
1553
1558
  # subsequent arguments are optional. A maximum of 20 parameters may
1554
1559
  # be modified in a single request.
1555
- # * +:parameter_name+ - (String) Specifies the name of the parameter.
1556
- # * +:parameter_value+ - (String) Specifies the value of the
1560
+ # * `:parameter_name` - (String) Specifies the name of the parameter.
1561
+ # * `:parameter_value` - (String) Specifies the value of the
1557
1562
  # parameter.
1558
- # * +:description+ - (String) Provides a description of the
1563
+ # * `:description` - (String) Provides a description of the
1559
1564
  # parameter.
1560
- # * +:source+ - (String) Indicates the source of the parameter value.
1561
- # * +:apply_type+ - (String) Specifies the engine specific parameters
1565
+ # * `:source` - (String) Indicates the source of the parameter value.
1566
+ # * `:apply_type` - (String) Specifies the engine specific parameters
1562
1567
  # type.
1563
- # * +:data_type+ - (String) Specifies the valid data type for the
1568
+ # * `:data_type` - (String) Specifies the valid data type for the
1564
1569
  # parameter.
1565
- # * +:allowed_values+ - (String) Specifies the valid range of values
1570
+ # * `:allowed_values` - (String) Specifies the valid range of values
1566
1571
  # for the parameter.
1567
- # * +:is_modifiable+ - (Boolean) Indicates whether ( +true+ ) or not
1568
- # ( +false+ ) the parameter can be modified. Some parameters have
1572
+ # * `:is_modifiable` - (Boolean) Indicates whether ( `true` ) or not
1573
+ # ( `false` ) the parameter can be modified. Some parameters have
1569
1574
  # security or operational implications that prevent them from being
1570
1575
  # changed.
1571
- # * +:minimum_engine_version+ - (String) The earliest engine version
1576
+ # * `:minimum_engine_version` - (String) The earliest engine version
1572
1577
  # to which the parameter can apply.
1573
- # * +:apply_method+ - (String) Indicates when to apply parameter
1574
- # updates.
1578
+ # * `:apply_method` - (String) Indicates when to apply parameter
1579
+ # updates. Valid values include:
1580
+ # * `immediate`
1581
+ # * `pending-reboot`
1575
1582
  # @return [Core::Response]
1576
1583
  # The #data method of the response object returns
1577
1584
  # a hash with the following structure:
1578
- # * +:db_parameter_group_name+ - (String)
1585
+ # * `:db_parameter_group_name` - (String)
1579
1586
 
1580
1587
  # @!method modify_db_subnet_group(options = {})
1581
1588
  # Calls the ModifyDBSubnetGroup API operation.
1582
1589
  # @param [Hash] options
1583
- # * +:db_subnet_group_name+ - *required* - (String) The name for the DB
1590
+ # * `:db_subnet_group_name` - *required* - (String) The name for the DB
1584
1591
  # Subnet Group. This value is stored as a lowercase string.
1585
1592
  # Constraints: Must contain no more than 255 alphanumeric characters
1586
1593
  # or hyphens. Must not be "Default". Example: mySubnetgroup
1587
- # * +:db_subnet_group_description+ - (String) The description for the
1594
+ # * `:db_subnet_group_description` - (String) The description for the
1588
1595
  # DB Subnet Group.
1589
- # * +:subnet_ids+ - *required* - (Array<String>) The EC2 Subnet IDs for
1596
+ # * `:subnet_ids` - *required* - (Array<String>) The EC2 Subnet IDs for
1590
1597
  # the DB Subnet Group.
1591
1598
  # @return [Core::Response]
1592
1599
  # The #data method of the response object returns
1593
1600
  # a hash with the following structure:
1594
- # * +:db_subnet_group_name+ - (String)
1595
- # * +:db_subnet_group_description+ - (String)
1596
- # * +:vpc_id+ - (String)
1597
- # * +:subnet_group_status+ - (String)
1598
- # * +:subnets+ - (Array<Hash>)
1599
- # * +:subnet_identifier+ - (String)
1600
- # * +:subnet_availability_zone+ - (Hash)
1601
- # * +:name+ - (String)
1602
- # * +:provisioned_iops_capable+ - (Boolean)
1603
- # * +:subnet_status+ - (String)
1601
+ # * `:db_subnet_group_name` - (String)
1602
+ # * `:db_subnet_group_description` - (String)
1603
+ # * `:vpc_id` - (String)
1604
+ # * `:subnet_group_status` - (String)
1605
+ # * `:subnets` - (Array<Hash>)
1606
+ # * `:subnet_identifier` - (String)
1607
+ # * `:subnet_availability_zone` - (Hash)
1608
+ # * `:name` - (String)
1609
+ # * `:provisioned_iops_capable` - (Boolean)
1610
+ # * `:subnet_status` - (String)
1604
1611
 
1605
1612
  # @!method modify_event_subscription(options = {})
1606
1613
  # Calls the ModifyEventSubscription API operation.
1607
1614
  # @param [Hash] options
1608
- # * +:subscription_name+ - *required* - (String) The name of the RDS
1615
+ # * `:subscription_name` - *required* - (String) The name of the RDS
1609
1616
  # event notification subscription.
1610
- # * +:sns_topic_arn+ - (String) The Amazon Resource Name (ARN) of the
1617
+ # * `:sns_topic_arn` - (String) The Amazon Resource Name (ARN) of the
1611
1618
  # SNS topic created for event notification. The ARN is created by
1612
1619
  # Amazon SNS when you create a topic and subscribe to it.
1613
- # * +:source_type+ - (String) The type of source that will be
1620
+ # * `:source_type` - (String) The type of source that will be
1614
1621
  # generating the events. For example, if you want to be notified of
1615
1622
  # events generated by a DB instance, you would set this parameter to
1616
1623
  # db-instance. if this value is not specified, all events are
1617
1624
  # returned. Valid values: db-instance | db-parameter-group |
1618
1625
  # db-security-group | db-snapshot
1619
- # * +:event_categories+ - (Array<String>) A list of event categories
1626
+ # * `:event_categories` - (Array<String>) A list of event categories
1620
1627
  # for a SourceType that you want to subscribe to. You can see a list
1621
1628
  # of the categories for a given SourceType in the Events topic in the
1622
1629
  # Amazon RDS User Guide or by using the DescribeEventCategories
1623
1630
  # action.
1624
- # * +:enabled+ - (Boolean) A Boolean value; set to +true+ to activate
1631
+ # * `:enabled` - (Boolean) A Boolean value; set to `true` to activate
1625
1632
  # the subscription.
1626
1633
  # @return [Core::Response]
1627
1634
  # The #data method of the response object returns
1628
1635
  # a hash with the following structure:
1629
- # * +:customer_aws_id+ - (String)
1630
- # * +:cust_subscription_id+ - (String)
1631
- # * +:sns_topic_arn+ - (String)
1632
- # * +:status+ - (String)
1633
- # * +:subscription_creation_time+ - (String)
1634
- # * +:source_type+ - (String)
1635
- # * +:source_ids_list+ - (Array<String>)
1636
- # * +:event_categories_list+ - (Array<String>)
1637
- # * +:enabled+ - (Boolean)
1636
+ # * `:customer_aws_id` - (String)
1637
+ # * `:cust_subscription_id` - (String)
1638
+ # * `:sns_topic_arn` - (String)
1639
+ # * `:status` - (String)
1640
+ # * `:subscription_creation_time` - (String)
1641
+ # * `:source_type` - (String)
1642
+ # * `:source_ids_list` - (Array<String>)
1643
+ # * `:event_categories_list` - (Array<String>)
1644
+ # * `:enabled` - (Boolean)
1638
1645
 
1639
1646
  # @!method modify_option_group(options = {})
1640
1647
  # Calls the ModifyOptionGroup API operation.
1641
1648
  # @param [Hash] options
1642
- # * +:option_group_name+ - *required* - (String) The name of the option
1649
+ # * `:option_group_name` - *required* - (String) The name of the option
1643
1650
  # group to be modified.
1644
- # * +:options_to_include+ - (Array<Hash>) Options in this list are
1651
+ # * `:options_to_include` - (Array<Hash>) Options in this list are
1645
1652
  # added to the Option Group or, if already present, the specified
1646
1653
  # configuration is used to update the existing configuration.
1647
- # * +:option_name+ - *required* - (String) The configuration of
1654
+ # * `:option_name` - *required* - (String) The configuration of
1648
1655
  # options to include in a group.
1649
- # * +:port+ - (Integer) The optional port for the option.
1650
- # * +:db_security_group_memberships+ - (Array<String>) A list of
1656
+ # * `:port` - (Integer) The optional port for the option.
1657
+ # * `:db_security_group_memberships` - (Array<String>) A list of
1651
1658
  # DBSecurityGroupMemebrship name strings used for this option.
1652
- # * +:vpc_security_group_memberships+ - (Array<String>) A list of
1659
+ # * `:vpc_security_group_memberships` - (Array<String>) A list of
1653
1660
  # VpcSecurityGroupMemebrship name strings used for this option.
1654
- # * +:option_settings+ - (Array<Hash>) A list of option settings
1661
+ # * `:option_settings` - (Array<Hash>) A list of option settings
1655
1662
  # applied for this option.
1656
- # * +:name+ - (String) The name of the setting.
1657
- # * +:value+ - (String) The value of this setting.
1658
- # * +:default_value+ - (String) Default value for this setting.
1659
- # * +:description+ - (String) The description of the setting.
1660
- # * +:apply_type+ - (String) Specifies the apply type for this
1663
+ # * `:name` - (String) The name of the setting.
1664
+ # * `:value` - (String) The value of this setting.
1665
+ # * `:default_value` - (String) Default value for this setting.
1666
+ # * `:description` - (String) The description of the setting.
1667
+ # * `:apply_type` - (String) Specifies the apply type for this
1661
1668
  # setting.
1662
- # * +:data_type+ - (String) Specifies the valid data type of this
1669
+ # * `:data_type` - (String) Specifies the valid data type of this
1663
1670
  # setting
1664
- # * +:allowed_values+ - (String) Specifies a valid list/range of
1671
+ # * `:allowed_values` - (String) Specifies a valid list/range of
1665
1672
  # values allowed for this setting.
1666
- # * +:is_modifiable+ - (Boolean) Indicates if the setting is
1673
+ # * `:is_modifiable` - (Boolean) Indicates if the setting is
1667
1674
  # modifiable or not.
1668
- # * +:is_collection+ - (Boolean) Indicates if the value for the
1675
+ # * `:is_collection` - (Boolean) Indicates if the value for the
1669
1676
  # setting can be a list of values or a single value.
1670
- # * +:options_to_remove+ - (Array<String>) Options in this list are
1677
+ # * `:options_to_remove` - (Array<String>) Options in this list are
1671
1678
  # removed from the Option Group.
1672
- # * +:apply_immediately+ - (Boolean) Indicates whether the changes
1679
+ # * `:apply_immediately` - (Boolean) Indicates whether the changes
1673
1680
  # should be applied immediately, or during the next maintenance
1674
1681
  # window for each instance associated with the Option Group.
1675
1682
  # @return [Core::Response]
1676
1683
  # The #data method of the response object returns
1677
1684
  # a hash with the following structure:
1678
- # * +:option_group_name+ - (String)
1679
- # * +:option_group_description+ - (String)
1680
- # * +:engine_name+ - (String)
1681
- # * +:major_engine_version+ - (String)
1682
- # * +:options+ - (Array<Hash>)
1683
- # * +:option_name+ - (String)
1684
- # * +:option_description+ - (String)
1685
- # * +:persistent+ - (Boolean)
1686
- # * +:port+ - (Integer)
1687
- # * +:option_settings+ - (Array<Hash>)
1688
- # * +:name+ - (String)
1689
- # * +:value+ - (String)
1690
- # * +:default_value+ - (String)
1691
- # * +:description+ - (String)
1692
- # * +:apply_type+ - (String)
1693
- # * +:data_type+ - (String)
1694
- # * +:allowed_values+ - (String)
1695
- # * +:is_modifiable+ - (Boolean)
1696
- # * +:is_collection+ - (Boolean)
1697
- # * +:db_security_group_memberships+ - (Array<Hash>)
1698
- # * +:db_security_group_name+ - (String)
1699
- # * +:status+ - (String)
1700
- # * +:vpc_security_group_memberships+ - (Array<Hash>)
1701
- # * +:vpc_security_group_id+ - (String)
1702
- # * +:status+ - (String)
1703
- # * +:allows_vpc_and_non_vpc_instance_memberships+ - (Boolean)
1704
- # * +:vpc_id+ - (String)
1685
+ # * `:option_group_name` - (String)
1686
+ # * `:option_group_description` - (String)
1687
+ # * `:engine_name` - (String)
1688
+ # * `:major_engine_version` - (String)
1689
+ # * `:options` - (Array<Hash>)
1690
+ # * `:option_name` - (String)
1691
+ # * `:option_description` - (String)
1692
+ # * `:persistent` - (Boolean)
1693
+ # * `:port` - (Integer)
1694
+ # * `:option_settings` - (Array<Hash>)
1695
+ # * `:name` - (String)
1696
+ # * `:value` - (String)
1697
+ # * `:default_value` - (String)
1698
+ # * `:description` - (String)
1699
+ # * `:apply_type` - (String)
1700
+ # * `:data_type` - (String)
1701
+ # * `:allowed_values` - (String)
1702
+ # * `:is_modifiable` - (Boolean)
1703
+ # * `:is_collection` - (Boolean)
1704
+ # * `:db_security_group_memberships` - (Array<Hash>)
1705
+ # * `:db_security_group_name` - (String)
1706
+ # * `:status` - (String)
1707
+ # * `:vpc_security_group_memberships` - (Array<Hash>)
1708
+ # * `:vpc_security_group_id` - (String)
1709
+ # * `:status` - (String)
1710
+ # * `:allows_vpc_and_non_vpc_instance_memberships` - (Boolean)
1711
+ # * `:vpc_id` - (String)
1705
1712
 
1706
1713
  # @!method promote_read_replica(options = {})
1707
1714
  # Calls the PromoteReadReplica API operation.
1708
1715
  # @param [Hash] options
1709
- # * +:db_instance_identifier+ - *required* - (String) The DB Instance
1716
+ # * `:db_instance_identifier` - *required* - (String) The DB Instance
1710
1717
  # identifier. This value is stored as a lowercase string.
1711
1718
  # Constraints: Must be the identifier for an existing Read Replica DB
1712
1719
  # Instance Must contain from 1 to 63 alphanumeric characters or
1713
1720
  # hyphens First character must be a letter Cannot end with a hyphen
1714
1721
  # or contain two consecutive hyphens Example: mydbinstance
1715
- # * +:backup_retention_period+ - (Integer) The number of days to retain
1722
+ # * `:backup_retention_period` - (Integer) The number of days to retain
1716
1723
  # automated backups. Setting this parameter to a positive number
1717
1724
  # enables backups. Setting this parameter to 0 disables automated
1718
1725
  # backups. Default: 1 Constraints: Must be a value from 0 to 8
1719
- # * +:preferred_backup_window+ - (String) The daily time range during
1726
+ # * `:preferred_backup_window` - (String) The daily time range during
1720
1727
  # which automated backups are created if automated backups are
1721
1728
  # enabled, using the BackupRetentionPeriod parameter. Default: A
1722
1729
  # 30-minute window selected at random from an 8-hour block of time
@@ -1732,492 +1739,494 @@ module AWS
1732
1739
  # @return [Core::Response]
1733
1740
  # The #data method of the response object returns
1734
1741
  # a hash with the following structure:
1735
- # * +:db_instance_identifier+ - (String)
1736
- # * +:db_instance_class+ - (String)
1737
- # * +:engine+ - (String)
1738
- # * +:db_instance_status+ - (String)
1739
- # * +:master_username+ - (String)
1740
- # * +:db_name+ - (String)
1741
- # * +:endpoint+ - (Hash)
1742
- # * +:address+ - (String)
1743
- # * +:port+ - (Integer)
1744
- # * +:allocated_storage+ - (Integer)
1745
- # * +:instance_create_time+ - (Time)
1746
- # * +:preferred_backup_window+ - (String)
1747
- # * +:backup_retention_period+ - (Integer)
1748
- # * +:db_security_groups+ - (Array<Hash>)
1749
- # * +:db_security_group_name+ - (String)
1750
- # * +:status+ - (String)
1751
- # * +:vpc_security_groups+ - (Array<Hash>)
1752
- # * +:vpc_security_group_id+ - (String)
1753
- # * +:status+ - (String)
1754
- # * +:db_parameter_groups+ - (Array<Hash>)
1755
- # * +:db_parameter_group_name+ - (String)
1756
- # * +:parameter_apply_status+ - (String)
1757
- # * +:availability_zone+ - (String)
1758
- # * +:db_subnet_group+ - (Hash)
1759
- # * +:db_subnet_group_name+ - (String)
1760
- # * +:db_subnet_group_description+ - (String)
1761
- # * +:vpc_id+ - (String)
1762
- # * +:subnet_group_status+ - (String)
1763
- # * +:subnets+ - (Array<Hash>)
1764
- # * +:subnet_identifier+ - (String)
1765
- # * +:subnet_availability_zone+ - (Hash)
1766
- # * +:name+ - (String)
1767
- # * +:provisioned_iops_capable+ - (Boolean)
1768
- # * +:subnet_status+ - (String)
1769
- # * +:preferred_maintenance_window+ - (String)
1770
- # * +:pending_modified_values+ - (Hash)
1771
- # * +:db_instance_class+ - (String)
1772
- # * +:allocated_storage+ - (Integer)
1773
- # * +:master_user_password+ - (String)
1774
- # * +:port+ - (Integer)
1775
- # * +:backup_retention_period+ - (Integer)
1776
- # * +:multi_az+ - (Boolean)
1777
- # * +:engine_version+ - (String)
1778
- # * +:iops+ - (Integer)
1779
- # * +:db_instance_identifier+ - (String)
1780
- # * +:latest_restorable_time+ - (Time)
1781
- # * +:multi_az+ - (Boolean)
1782
- # * +:engine_version+ - (String)
1783
- # * +:auto_minor_version_upgrade+ - (Boolean)
1784
- # * +:read_replica_source_db_instance_identifier+ - (String)
1785
- # * +:read_replica_db_instance_identifiers+ - (Array<String>)
1786
- # * +:license_model+ - (String)
1787
- # * +:iops+ - (Integer)
1788
- # * +:option_group_memberships+ - (Array<Hash>)
1789
- # * +:option_group_name+ - (String)
1790
- # * +:status+ - (String)
1791
- # * +:character_set_name+ - (String)
1792
- # * +:secondary_availability_zone+ - (String)
1793
- # * +:publicly_accessible+ - (Boolean)
1742
+ # * `:db_instance_identifier` - (String)
1743
+ # * `:db_instance_class` - (String)
1744
+ # * `:engine` - (String)
1745
+ # * `:db_instance_status` - (String)
1746
+ # * `:master_username` - (String)
1747
+ # * `:db_name` - (String)
1748
+ # * `:endpoint` - (Hash)
1749
+ # * `:address` - (String)
1750
+ # * `:port` - (Integer)
1751
+ # * `:allocated_storage` - (Integer)
1752
+ # * `:instance_create_time` - (Time)
1753
+ # * `:preferred_backup_window` - (String)
1754
+ # * `:backup_retention_period` - (Integer)
1755
+ # * `:db_security_groups` - (Array<Hash>)
1756
+ # * `:db_security_group_name` - (String)
1757
+ # * `:status` - (String)
1758
+ # * `:vpc_security_groups` - (Array<Hash>)
1759
+ # * `:vpc_security_group_id` - (String)
1760
+ # * `:status` - (String)
1761
+ # * `:db_parameter_groups` - (Array<Hash>)
1762
+ # * `:db_parameter_group_name` - (String)
1763
+ # * `:parameter_apply_status` - (String)
1764
+ # * `:availability_zone` - (String)
1765
+ # * `:db_subnet_group` - (Hash)
1766
+ # * `:db_subnet_group_name` - (String)
1767
+ # * `:db_subnet_group_description` - (String)
1768
+ # * `:vpc_id` - (String)
1769
+ # * `:subnet_group_status` - (String)
1770
+ # * `:subnets` - (Array<Hash>)
1771
+ # * `:subnet_identifier` - (String)
1772
+ # * `:subnet_availability_zone` - (Hash)
1773
+ # * `:name` - (String)
1774
+ # * `:provisioned_iops_capable` - (Boolean)
1775
+ # * `:subnet_status` - (String)
1776
+ # * `:preferred_maintenance_window` - (String)
1777
+ # * `:pending_modified_values` - (Hash)
1778
+ # * `:db_instance_class` - (String)
1779
+ # * `:allocated_storage` - (Integer)
1780
+ # * `:master_user_password` - (String)
1781
+ # * `:port` - (Integer)
1782
+ # * `:backup_retention_period` - (Integer)
1783
+ # * `:multi_az` - (Boolean)
1784
+ # * `:engine_version` - (String)
1785
+ # * `:iops` - (Integer)
1786
+ # * `:db_instance_identifier` - (String)
1787
+ # * `:latest_restorable_time` - (Time)
1788
+ # * `:multi_az` - (Boolean)
1789
+ # * `:engine_version` - (String)
1790
+ # * `:auto_minor_version_upgrade` - (Boolean)
1791
+ # * `:read_replica_source_db_instance_identifier` - (String)
1792
+ # * `:read_replica_db_instance_identifiers` - (Array<String>)
1793
+ # * `:license_model` - (String)
1794
+ # * `:iops` - (Integer)
1795
+ # * `:option_group_memberships` - (Array<Hash>)
1796
+ # * `:option_group_name` - (String)
1797
+ # * `:status` - (String)
1798
+ # * `:character_set_name` - (String)
1799
+ # * `:secondary_availability_zone` - (String)
1800
+ # * `:publicly_accessible` - (Boolean)
1794
1801
 
1795
1802
  # @!method purchase_reserved_db_instances_offering(options = {})
1796
1803
  # Calls the PurchaseReservedDBInstancesOffering API operation.
1797
1804
  # @param [Hash] options
1798
- # * +:reserved_db_instances_offering_id+ - *required* - (String) The ID
1805
+ # * `:reserved_db_instances_offering_id` - *required* - (String) The ID
1799
1806
  # of the Reserved DB Instance offering to purchase. Example:
1800
1807
  # 438012d3-4052-4cc7-b2e3-8d3372e0e706
1801
- # * +:reserved_db_instance_id+ - (String) Customer-specified identifier
1808
+ # * `:reserved_db_instance_id` - (String) Customer-specified identifier
1802
1809
  # to track this reservation. Example: myreservationID
1803
- # * +:db_instance_count+ - (Integer) The number of instances to
1810
+ # * `:db_instance_count` - (Integer) The number of instances to
1804
1811
  # reserve. Default: 1
1805
1812
  # @return [Core::Response]
1806
1813
  # The #data method of the response object returns
1807
1814
  # a hash with the following structure:
1808
- # * +:reserved_db_instance_id+ - (String)
1809
- # * +:reserved_db_instances_offering_id+ - (String)
1810
- # * +:db_instance_class+ - (String)
1811
- # * +:start_time+ - (Time)
1812
- # * +:duration+ - (Integer)
1813
- # * +:fixed_price+ - (Numeric)
1814
- # * +:usage_price+ - (Numeric)
1815
- # * +:currency_code+ - (String)
1816
- # * +:db_instance_count+ - (Integer)
1817
- # * +:product_description+ - (String)
1818
- # * +:offering_type+ - (String)
1819
- # * +:multi_az+ - (Boolean)
1820
- # * +:state+ - (String)
1821
- # * +:recurring_charges+ - (Array<Hash>)
1822
- # * +:recurring_charge_amount+ - (Numeric)
1823
- # * +:recurring_charge_frequency+ - (String)
1815
+ # * `:reserved_db_instance_id` - (String)
1816
+ # * `:reserved_db_instances_offering_id` - (String)
1817
+ # * `:db_instance_class` - (String)
1818
+ # * `:start_time` - (Time)
1819
+ # * `:duration` - (Integer)
1820
+ # * `:fixed_price` - (Numeric)
1821
+ # * `:usage_price` - (Numeric)
1822
+ # * `:currency_code` - (String)
1823
+ # * `:db_instance_count` - (Integer)
1824
+ # * `:product_description` - (String)
1825
+ # * `:offering_type` - (String)
1826
+ # * `:multi_az` - (Boolean)
1827
+ # * `:state` - (String)
1828
+ # * `:recurring_charges` - (Array<Hash>)
1829
+ # * `:recurring_charge_amount` - (Numeric)
1830
+ # * `:recurring_charge_frequency` - (String)
1824
1831
 
1825
1832
  # @!method reboot_db_instance(options = {})
1826
1833
  # Calls the RebootDBInstance API operation.
1827
1834
  # @param [Hash] options
1828
- # * +:db_instance_identifier+ - *required* - (String) The DB Instance
1835
+ # * `:db_instance_identifier` - *required* - (String) The DB Instance
1829
1836
  # identifier. This parameter is stored as a lowercase string.
1830
- # * +:force_failover+ - (Boolean) When +true+ , the reboot will be
1837
+ # * `:force_failover` - (Boolean) When `true` , the reboot will be
1831
1838
  # conducted through a MultiAZ failover. Constraint: You cannot
1832
- # specify +true+ if the instance is not configured for MultiAZ.
1839
+ # specify `true` if the instance is not configured for MultiAZ.
1833
1840
  # @return [Core::Response]
1834
1841
  # The #data method of the response object returns
1835
1842
  # a hash with the following structure:
1836
- # * +:db_instance_identifier+ - (String)
1837
- # * +:db_instance_class+ - (String)
1838
- # * +:engine+ - (String)
1839
- # * +:db_instance_status+ - (String)
1840
- # * +:master_username+ - (String)
1841
- # * +:db_name+ - (String)
1842
- # * +:endpoint+ - (Hash)
1843
- # * +:address+ - (String)
1844
- # * +:port+ - (Integer)
1845
- # * +:allocated_storage+ - (Integer)
1846
- # * +:instance_create_time+ - (Time)
1847
- # * +:preferred_backup_window+ - (String)
1848
- # * +:backup_retention_period+ - (Integer)
1849
- # * +:db_security_groups+ - (Array<Hash>)
1850
- # * +:db_security_group_name+ - (String)
1851
- # * +:status+ - (String)
1852
- # * +:vpc_security_groups+ - (Array<Hash>)
1853
- # * +:vpc_security_group_id+ - (String)
1854
- # * +:status+ - (String)
1855
- # * +:db_parameter_groups+ - (Array<Hash>)
1856
- # * +:db_parameter_group_name+ - (String)
1857
- # * +:parameter_apply_status+ - (String)
1858
- # * +:availability_zone+ - (String)
1859
- # * +:db_subnet_group+ - (Hash)
1860
- # * +:db_subnet_group_name+ - (String)
1861
- # * +:db_subnet_group_description+ - (String)
1862
- # * +:vpc_id+ - (String)
1863
- # * +:subnet_group_status+ - (String)
1864
- # * +:subnets+ - (Array<Hash>)
1865
- # * +:subnet_identifier+ - (String)
1866
- # * +:subnet_availability_zone+ - (Hash)
1867
- # * +:name+ - (String)
1868
- # * +:provisioned_iops_capable+ - (Boolean)
1869
- # * +:subnet_status+ - (String)
1870
- # * +:preferred_maintenance_window+ - (String)
1871
- # * +:pending_modified_values+ - (Hash)
1872
- # * +:db_instance_class+ - (String)
1873
- # * +:allocated_storage+ - (Integer)
1874
- # * +:master_user_password+ - (String)
1875
- # * +:port+ - (Integer)
1876
- # * +:backup_retention_period+ - (Integer)
1877
- # * +:multi_az+ - (Boolean)
1878
- # * +:engine_version+ - (String)
1879
- # * +:iops+ - (Integer)
1880
- # * +:db_instance_identifier+ - (String)
1881
- # * +:latest_restorable_time+ - (Time)
1882
- # * +:multi_az+ - (Boolean)
1883
- # * +:engine_version+ - (String)
1884
- # * +:auto_minor_version_upgrade+ - (Boolean)
1885
- # * +:read_replica_source_db_instance_identifier+ - (String)
1886
- # * +:read_replica_db_instance_identifiers+ - (Array<String>)
1887
- # * +:license_model+ - (String)
1888
- # * +:iops+ - (Integer)
1889
- # * +:option_group_memberships+ - (Array<Hash>)
1890
- # * +:option_group_name+ - (String)
1891
- # * +:status+ - (String)
1892
- # * +:character_set_name+ - (String)
1893
- # * +:secondary_availability_zone+ - (String)
1894
- # * +:publicly_accessible+ - (Boolean)
1843
+ # * `:db_instance_identifier` - (String)
1844
+ # * `:db_instance_class` - (String)
1845
+ # * `:engine` - (String)
1846
+ # * `:db_instance_status` - (String)
1847
+ # * `:master_username` - (String)
1848
+ # * `:db_name` - (String)
1849
+ # * `:endpoint` - (Hash)
1850
+ # * `:address` - (String)
1851
+ # * `:port` - (Integer)
1852
+ # * `:allocated_storage` - (Integer)
1853
+ # * `:instance_create_time` - (Time)
1854
+ # * `:preferred_backup_window` - (String)
1855
+ # * `:backup_retention_period` - (Integer)
1856
+ # * `:db_security_groups` - (Array<Hash>)
1857
+ # * `:db_security_group_name` - (String)
1858
+ # * `:status` - (String)
1859
+ # * `:vpc_security_groups` - (Array<Hash>)
1860
+ # * `:vpc_security_group_id` - (String)
1861
+ # * `:status` - (String)
1862
+ # * `:db_parameter_groups` - (Array<Hash>)
1863
+ # * `:db_parameter_group_name` - (String)
1864
+ # * `:parameter_apply_status` - (String)
1865
+ # * `:availability_zone` - (String)
1866
+ # * `:db_subnet_group` - (Hash)
1867
+ # * `:db_subnet_group_name` - (String)
1868
+ # * `:db_subnet_group_description` - (String)
1869
+ # * `:vpc_id` - (String)
1870
+ # * `:subnet_group_status` - (String)
1871
+ # * `:subnets` - (Array<Hash>)
1872
+ # * `:subnet_identifier` - (String)
1873
+ # * `:subnet_availability_zone` - (Hash)
1874
+ # * `:name` - (String)
1875
+ # * `:provisioned_iops_capable` - (Boolean)
1876
+ # * `:subnet_status` - (String)
1877
+ # * `:preferred_maintenance_window` - (String)
1878
+ # * `:pending_modified_values` - (Hash)
1879
+ # * `:db_instance_class` - (String)
1880
+ # * `:allocated_storage` - (Integer)
1881
+ # * `:master_user_password` - (String)
1882
+ # * `:port` - (Integer)
1883
+ # * `:backup_retention_period` - (Integer)
1884
+ # * `:multi_az` - (Boolean)
1885
+ # * `:engine_version` - (String)
1886
+ # * `:iops` - (Integer)
1887
+ # * `:db_instance_identifier` - (String)
1888
+ # * `:latest_restorable_time` - (Time)
1889
+ # * `:multi_az` - (Boolean)
1890
+ # * `:engine_version` - (String)
1891
+ # * `:auto_minor_version_upgrade` - (Boolean)
1892
+ # * `:read_replica_source_db_instance_identifier` - (String)
1893
+ # * `:read_replica_db_instance_identifiers` - (Array<String>)
1894
+ # * `:license_model` - (String)
1895
+ # * `:iops` - (Integer)
1896
+ # * `:option_group_memberships` - (Array<Hash>)
1897
+ # * `:option_group_name` - (String)
1898
+ # * `:status` - (String)
1899
+ # * `:character_set_name` - (String)
1900
+ # * `:secondary_availability_zone` - (String)
1901
+ # * `:publicly_accessible` - (Boolean)
1895
1902
 
1896
1903
  # @!method remove_source_identifier_from_subscription(options = {})
1897
1904
  # Calls the RemoveSourceIdentifierFromSubscription API operation.
1898
1905
  # @param [Hash] options
1899
- # * +:subscription_name+ - *required* - (String) The name of the RDS
1906
+ # * `:subscription_name` - *required* - (String) The name of the RDS
1900
1907
  # event notification subscription you want to remove a source
1901
1908
  # identifier from.
1902
- # * +:source_identifier+ - *required* - (String) The source identifier
1909
+ # * `:source_identifier` - *required* - (String) The source identifier
1903
1910
  # to be removed from the subscription, such as the DB instance
1904
1911
  # identifier for a DB instance or the name of a security group.
1905
1912
  # @return [Core::Response]
1906
1913
  # The #data method of the response object returns
1907
1914
  # a hash with the following structure:
1908
- # * +:customer_aws_id+ - (String)
1909
- # * +:cust_subscription_id+ - (String)
1910
- # * +:sns_topic_arn+ - (String)
1911
- # * +:status+ - (String)
1912
- # * +:subscription_creation_time+ - (String)
1913
- # * +:source_type+ - (String)
1914
- # * +:source_ids_list+ - (Array<String>)
1915
- # * +:event_categories_list+ - (Array<String>)
1916
- # * +:enabled+ - (Boolean)
1915
+ # * `:customer_aws_id` - (String)
1916
+ # * `:cust_subscription_id` - (String)
1917
+ # * `:sns_topic_arn` - (String)
1918
+ # * `:status` - (String)
1919
+ # * `:subscription_creation_time` - (String)
1920
+ # * `:source_type` - (String)
1921
+ # * `:source_ids_list` - (Array<String>)
1922
+ # * `:event_categories_list` - (Array<String>)
1923
+ # * `:enabled` - (Boolean)
1917
1924
 
1918
1925
  # @!method remove_tags_from_resource(options = {})
1919
1926
  # Calls the RemoveTagsFromResource API operation.
1920
1927
  # @param [Hash] options
1921
- # * +:resource_name+ - *required* - (String) The DB Instance the tags
1928
+ # * `:resource_name` - *required* - (String) The DB Instance the tags
1922
1929
  # will be removed from.
1923
- # * +:tag_keys+ - *required* - (Array<String>) The tag key (name) of
1930
+ # * `:tag_keys` - *required* - (Array<String>) The tag key (name) of
1924
1931
  # the tag to be removed.
1925
1932
  # @return [Core::Response]
1926
1933
 
1927
1934
  # @!method reset_db_parameter_group(options = {})
1928
1935
  # Calls the ResetDBParameterGroup API operation.
1929
1936
  # @param [Hash] options
1930
- # * +:db_parameter_group_name+ - *required* - (String) The name of the
1937
+ # * `:db_parameter_group_name` - *required* - (String) The name of the
1931
1938
  # DB Parameter Group.
1932
- # * +:reset_all_parameters+ - (Boolean) Specifies whether ( +true+ ) or
1933
- # not ( +false+ ) to reset all parameters in the DB Parameter Group
1939
+ # * `:reset_all_parameters` - (Boolean) Specifies whether ( `true` ) or
1940
+ # not ( `false` ) to reset all parameters in the DB Parameter Group
1934
1941
  # to default values.
1935
- # * +:parameters+ - (Array<Hash>) An array of parameter names, values,
1942
+ # * `:parameters` - (Array<Hash>) An array of parameter names, values,
1936
1943
  # and the apply method for the parameter update. At least one
1937
1944
  # parameter name, value, and apply method must be supplied;
1938
1945
  # subsequent arguments are optional. A maximum of 20 parameters may
1939
1946
  # be modified in a single request.
1940
- # * +:parameter_name+ - (String) Specifies the name of the parameter.
1941
- # * +:parameter_value+ - (String) Specifies the value of the
1947
+ # * `:parameter_name` - (String) Specifies the name of the parameter.
1948
+ # * `:parameter_value` - (String) Specifies the value of the
1942
1949
  # parameter.
1943
- # * +:description+ - (String) Provides a description of the
1950
+ # * `:description` - (String) Provides a description of the
1944
1951
  # parameter.
1945
- # * +:source+ - (String) Indicates the source of the parameter value.
1946
- # * +:apply_type+ - (String) Specifies the engine specific parameters
1952
+ # * `:source` - (String) Indicates the source of the parameter value.
1953
+ # * `:apply_type` - (String) Specifies the engine specific parameters
1947
1954
  # type.
1948
- # * +:data_type+ - (String) Specifies the valid data type for the
1955
+ # * `:data_type` - (String) Specifies the valid data type for the
1949
1956
  # parameter.
1950
- # * +:allowed_values+ - (String) Specifies the valid range of values
1957
+ # * `:allowed_values` - (String) Specifies the valid range of values
1951
1958
  # for the parameter.
1952
- # * +:is_modifiable+ - (Boolean) Indicates whether ( +true+ ) or not
1953
- # ( +false+ ) the parameter can be modified. Some parameters have
1959
+ # * `:is_modifiable` - (Boolean) Indicates whether ( `true` ) or not
1960
+ # ( `false` ) the parameter can be modified. Some parameters have
1954
1961
  # security or operational implications that prevent them from being
1955
1962
  # changed.
1956
- # * +:minimum_engine_version+ - (String) The earliest engine version
1963
+ # * `:minimum_engine_version` - (String) The earliest engine version
1957
1964
  # to which the parameter can apply.
1958
- # * +:apply_method+ - (String) Indicates when to apply parameter
1959
- # updates.
1965
+ # * `:apply_method` - (String) Indicates when to apply parameter
1966
+ # updates. Valid values include:
1967
+ # * `immediate`
1968
+ # * `pending-reboot`
1960
1969
  # @return [Core::Response]
1961
1970
  # The #data method of the response object returns
1962
1971
  # a hash with the following structure:
1963
- # * +:db_parameter_group_name+ - (String)
1972
+ # * `:db_parameter_group_name` - (String)
1964
1973
 
1965
1974
  # @!method restore_db_instance_from_db_snapshot(options = {})
1966
1975
  # Calls the RestoreDBInstanceFromDBSnapshot API operation.
1967
1976
  # @param [Hash] options
1968
- # * +:db_instance_identifier+ - *required* - (String) The identifier
1977
+ # * `:db_instance_identifier` - *required* - (String) The identifier
1969
1978
  # for the DB Snapshot to restore from.
1970
- # * +:db_snapshot_identifier+ - *required* - (String) Name of the DB
1979
+ # * `:db_snapshot_identifier` - *required* - (String) Name of the DB
1971
1980
  # Instance to create from the DB Snapshot. This parameter isn't case
1972
1981
  # sensitive.
1973
- # * +:db_instance_class+ - (String) The compute and memory capacity of
1982
+ # * `:db_instance_class` - (String) The compute and memory capacity of
1974
1983
  # the Amazon RDS DB instance.
1975
- # * +:port+ - (Integer) The port number on which the database accepts
1984
+ # * `:port` - (Integer) The port number on which the database accepts
1976
1985
  # connections.
1977
- # * +:availability_zone+ - (String) The EC2 Availability Zone that the
1986
+ # * `:availability_zone` - (String) The EC2 Availability Zone that the
1978
1987
  # database instance will be created in.
1979
- # * +:db_subnet_group_name+ - (String) The DB Subnet Group name to use
1988
+ # * `:db_subnet_group_name` - (String) The DB Subnet Group name to use
1980
1989
  # for the new instance.
1981
- # * +:multi_az+ - (Boolean) Specifies if the DB Instance is a Multi-AZ
1990
+ # * `:multi_az` - (Boolean) Specifies if the DB Instance is a Multi-AZ
1982
1991
  # deployment. Constraint: You cannot specify the AvailabilityZone
1983
- # parameter if the MultiAZ parameter is set to +true+ .
1984
- # * +:publicly_accessible+ - (Boolean) Specifies the accessibility
1985
- # options for the DB Instance. A value of +true+ specifies an
1992
+ # parameter if the MultiAZ parameter is set to `true` .
1993
+ # * `:publicly_accessible` - (Boolean) Specifies the accessibility
1994
+ # options for the DB Instance. A value of `true` specifies an
1986
1995
  # Internet-facing instance with a publicly resolvable DNS name, which
1987
- # resolves to a public IP address. A value of +false+ specifies an
1996
+ # resolves to a public IP address. A value of `false` specifies an
1988
1997
  # internal instance with a DNS name that resolves to a private IP
1989
1998
  # address. Default: The default behavior varies depending on whether
1990
1999
  # a VPC has been requested or not. The following list shows the
1991
- # default behavior in each case. Default VPC: +true+ VPC: +false+ If
2000
+ # default behavior in each case. Default VPC: `true` VPC: `false` If
1992
2001
  # no DB subnet group has been specified as part of the request and
1993
2002
  # the PubliclyAccessible value has not been set, the DB instance will
1994
2003
  # be publicly accessible. If a specific DB subnet group has been
1995
2004
  # specified as part of the request and the PubliclyAccessible value
1996
2005
  # has not been set, the DB instance will be private.
1997
- # * +:auto_minor_version_upgrade+ - (Boolean) Indicates that minor
2006
+ # * `:auto_minor_version_upgrade` - (Boolean) Indicates that minor
1998
2007
  # version upgrades will be applied automatically to the DB Instance
1999
2008
  # during the maintenance window.
2000
- # * +:license_model+ - (String) License model information for the
2009
+ # * `:license_model` - (String) License model information for the
2001
2010
  # restored DB Instance. Default: Same as source. Valid values:
2002
2011
  # license-included | bring-your-own-license | general-public-license
2003
- # * +:db_name+ - (String) The database name for the restored DB
2012
+ # * `:db_name` - (String) The database name for the restored DB
2004
2013
  # Instance. This parameter doesn't apply to the MySQL engine.
2005
- # * +:engine+ - (String) The database engine to use for the new
2014
+ # * `:engine` - (String) The database engine to use for the new
2006
2015
  # instance. Default: The same as source Constraint: Must be
2007
2016
  # compatible with the engine of the source Example: oracle-ee
2008
- # * +:iops+ - (Integer) The amount of Provisioned IOPS (input/output
2017
+ # * `:iops` - (Integer) The amount of Provisioned IOPS (input/output
2009
2018
  # operations per second) to be initially allocated for the DB
2010
2019
  # Instance. Constraints: Must be an integer greater than 1000.
2011
- # * +:option_group_name+ - (String)
2020
+ # * `:option_group_name` - (String)
2012
2021
  # @return [Core::Response]
2013
2022
  # The #data method of the response object returns
2014
2023
  # a hash with the following structure:
2015
- # * +:db_instance_identifier+ - (String)
2016
- # * +:db_instance_class+ - (String)
2017
- # * +:engine+ - (String)
2018
- # * +:db_instance_status+ - (String)
2019
- # * +:master_username+ - (String)
2020
- # * +:db_name+ - (String)
2021
- # * +:endpoint+ - (Hash)
2022
- # * +:address+ - (String)
2023
- # * +:port+ - (Integer)
2024
- # * +:allocated_storage+ - (Integer)
2025
- # * +:instance_create_time+ - (Time)
2026
- # * +:preferred_backup_window+ - (String)
2027
- # * +:backup_retention_period+ - (Integer)
2028
- # * +:db_security_groups+ - (Array<Hash>)
2029
- # * +:db_security_group_name+ - (String)
2030
- # * +:status+ - (String)
2031
- # * +:vpc_security_groups+ - (Array<Hash>)
2032
- # * +:vpc_security_group_id+ - (String)
2033
- # * +:status+ - (String)
2034
- # * +:db_parameter_groups+ - (Array<Hash>)
2035
- # * +:db_parameter_group_name+ - (String)
2036
- # * +:parameter_apply_status+ - (String)
2037
- # * +:availability_zone+ - (String)
2038
- # * +:db_subnet_group+ - (Hash)
2039
- # * +:db_subnet_group_name+ - (String)
2040
- # * +:db_subnet_group_description+ - (String)
2041
- # * +:vpc_id+ - (String)
2042
- # * +:subnet_group_status+ - (String)
2043
- # * +:subnets+ - (Array<Hash>)
2044
- # * +:subnet_identifier+ - (String)
2045
- # * +:subnet_availability_zone+ - (Hash)
2046
- # * +:name+ - (String)
2047
- # * +:provisioned_iops_capable+ - (Boolean)
2048
- # * +:subnet_status+ - (String)
2049
- # * +:preferred_maintenance_window+ - (String)
2050
- # * +:pending_modified_values+ - (Hash)
2051
- # * +:db_instance_class+ - (String)
2052
- # * +:allocated_storage+ - (Integer)
2053
- # * +:master_user_password+ - (String)
2054
- # * +:port+ - (Integer)
2055
- # * +:backup_retention_period+ - (Integer)
2056
- # * +:multi_az+ - (Boolean)
2057
- # * +:engine_version+ - (String)
2058
- # * +:iops+ - (Integer)
2059
- # * +:db_instance_identifier+ - (String)
2060
- # * +:latest_restorable_time+ - (Time)
2061
- # * +:multi_az+ - (Boolean)
2062
- # * +:engine_version+ - (String)
2063
- # * +:auto_minor_version_upgrade+ - (Boolean)
2064
- # * +:read_replica_source_db_instance_identifier+ - (String)
2065
- # * +:read_replica_db_instance_identifiers+ - (Array<String>)
2066
- # * +:license_model+ - (String)
2067
- # * +:iops+ - (Integer)
2068
- # * +:option_group_memberships+ - (Array<Hash>)
2069
- # * +:option_group_name+ - (String)
2070
- # * +:status+ - (String)
2071
- # * +:character_set_name+ - (String)
2072
- # * +:secondary_availability_zone+ - (String)
2073
- # * +:publicly_accessible+ - (Boolean)
2024
+ # * `:db_instance_identifier` - (String)
2025
+ # * `:db_instance_class` - (String)
2026
+ # * `:engine` - (String)
2027
+ # * `:db_instance_status` - (String)
2028
+ # * `:master_username` - (String)
2029
+ # * `:db_name` - (String)
2030
+ # * `:endpoint` - (Hash)
2031
+ # * `:address` - (String)
2032
+ # * `:port` - (Integer)
2033
+ # * `:allocated_storage` - (Integer)
2034
+ # * `:instance_create_time` - (Time)
2035
+ # * `:preferred_backup_window` - (String)
2036
+ # * `:backup_retention_period` - (Integer)
2037
+ # * `:db_security_groups` - (Array<Hash>)
2038
+ # * `:db_security_group_name` - (String)
2039
+ # * `:status` - (String)
2040
+ # * `:vpc_security_groups` - (Array<Hash>)
2041
+ # * `:vpc_security_group_id` - (String)
2042
+ # * `:status` - (String)
2043
+ # * `:db_parameter_groups` - (Array<Hash>)
2044
+ # * `:db_parameter_group_name` - (String)
2045
+ # * `:parameter_apply_status` - (String)
2046
+ # * `:availability_zone` - (String)
2047
+ # * `:db_subnet_group` - (Hash)
2048
+ # * `:db_subnet_group_name` - (String)
2049
+ # * `:db_subnet_group_description` - (String)
2050
+ # * `:vpc_id` - (String)
2051
+ # * `:subnet_group_status` - (String)
2052
+ # * `:subnets` - (Array<Hash>)
2053
+ # * `:subnet_identifier` - (String)
2054
+ # * `:subnet_availability_zone` - (Hash)
2055
+ # * `:name` - (String)
2056
+ # * `:provisioned_iops_capable` - (Boolean)
2057
+ # * `:subnet_status` - (String)
2058
+ # * `:preferred_maintenance_window` - (String)
2059
+ # * `:pending_modified_values` - (Hash)
2060
+ # * `:db_instance_class` - (String)
2061
+ # * `:allocated_storage` - (Integer)
2062
+ # * `:master_user_password` - (String)
2063
+ # * `:port` - (Integer)
2064
+ # * `:backup_retention_period` - (Integer)
2065
+ # * `:multi_az` - (Boolean)
2066
+ # * `:engine_version` - (String)
2067
+ # * `:iops` - (Integer)
2068
+ # * `:db_instance_identifier` - (String)
2069
+ # * `:latest_restorable_time` - (Time)
2070
+ # * `:multi_az` - (Boolean)
2071
+ # * `:engine_version` - (String)
2072
+ # * `:auto_minor_version_upgrade` - (Boolean)
2073
+ # * `:read_replica_source_db_instance_identifier` - (String)
2074
+ # * `:read_replica_db_instance_identifiers` - (Array<String>)
2075
+ # * `:license_model` - (String)
2076
+ # * `:iops` - (Integer)
2077
+ # * `:option_group_memberships` - (Array<Hash>)
2078
+ # * `:option_group_name` - (String)
2079
+ # * `:status` - (String)
2080
+ # * `:character_set_name` - (String)
2081
+ # * `:secondary_availability_zone` - (String)
2082
+ # * `:publicly_accessible` - (Boolean)
2074
2083
 
2075
2084
  # @!method restore_db_instance_to_point_in_time(options = {})
2076
2085
  # Calls the RestoreDBInstanceToPointInTime API operation.
2077
2086
  # @param [Hash] options
2078
- # * +:source_db_instance_identifier+ - *required* - (String) The
2087
+ # * `:source_db_instance_identifier` - *required* - (String) The
2079
2088
  # identifier of the source DB Instance from which to restore.
2080
- # * +:target_db_instance_identifier+ - *required* - (String) The name
2089
+ # * `:target_db_instance_identifier` - *required* - (String) The name
2081
2090
  # of the new database instance to be created.
2082
- # * +:restore_time+ - (String<ISO8601 datetime>) The date and time from
2091
+ # * `:restore_time` - (String<ISO8601 datetime>) The date and time from
2083
2092
  # to restore from.
2084
- # * +:use_latest_restorable_time+ - (Boolean) Specifies whether (
2085
- # +true+ ) or not ( +false+ ) the DB Instance is restored from the
2093
+ # * `:use_latest_restorable_time` - (Boolean) Specifies whether (
2094
+ # `true` ) or not ( `false` ) the DB Instance is restored from the
2086
2095
  # latest backup time.
2087
- # * +:db_instance_class+ - (String) The compute and memory capacity of
2096
+ # * `:db_instance_class` - (String) The compute and memory capacity of
2088
2097
  # the Amazon RDS DB instance.
2089
- # * +:port+ - (Integer) The port number on which the database accepts
2098
+ # * `:port` - (Integer) The port number on which the database accepts
2090
2099
  # connections.
2091
- # * +:availability_zone+ - (String) The EC2 Availability Zone that the
2100
+ # * `:availability_zone` - (String) The EC2 Availability Zone that the
2092
2101
  # database instance will be created in.
2093
- # * +:db_subnet_group_name+ - (String) The DB subnet group name to use
2102
+ # * `:db_subnet_group_name` - (String) The DB subnet group name to use
2094
2103
  # for the new instance.
2095
- # * +:multi_az+ - (Boolean) Specifies if the DB Instance is a Multi-AZ
2104
+ # * `:multi_az` - (Boolean) Specifies if the DB Instance is a Multi-AZ
2096
2105
  # deployment. Constraint: You cannot specify the AvailabilityZone
2097
- # parameter if the MultiAZ parameter is set to +true+ .
2098
- # * +:publicly_accessible+ - (Boolean) Specifies the accessibility
2099
- # options for the DB Instance. A value of +true+ specifies an
2106
+ # parameter if the MultiAZ parameter is set to `true` .
2107
+ # * `:publicly_accessible` - (Boolean) Specifies the accessibility
2108
+ # options for the DB Instance. A value of `true` specifies an
2100
2109
  # Internet-facing instance with a publicly resolvable DNS name, which
2101
- # resolves to a public IP address. A value of +false+ specifies an
2110
+ # resolves to a public IP address. A value of `false` specifies an
2102
2111
  # internal instance with a DNS name that resolves to a private IP
2103
2112
  # address. Default: The default behavior varies depending on whether
2104
2113
  # a VPC has been requested or not. The following list shows the
2105
- # default behavior in each case. Default VPC: +true+ VPC: +false+ If
2114
+ # default behavior in each case. Default VPC: `true` VPC: `false` If
2106
2115
  # no DB subnet group has been specified as part of the request and
2107
2116
  # the PubliclyAccessible value has not been set, the DB instance will
2108
2117
  # be publicly accessible. If a specific DB subnet group has been
2109
2118
  # specified as part of the request and the PubliclyAccessible value
2110
2119
  # has not been set, the DB instance will be private.
2111
- # * +:auto_minor_version_upgrade+ - (Boolean) Indicates that minor
2120
+ # * `:auto_minor_version_upgrade` - (Boolean) Indicates that minor
2112
2121
  # version upgrades will be applied automatically to the DB Instance
2113
2122
  # during the maintenance window.
2114
- # * +:license_model+ - (String) License model information for the
2123
+ # * `:license_model` - (String) License model information for the
2115
2124
  # restored DB Instance. Default: Same as source. Valid values:
2116
2125
  # license-included | bring-your-own-license | general-public-license
2117
- # * +:db_name+ - (String) The database name for the restored DB
2126
+ # * `:db_name` - (String) The database name for the restored DB
2118
2127
  # Instance. This parameter is not used for the MySQL engine.
2119
- # * +:engine+ - (String) The database engine to use for the new
2128
+ # * `:engine` - (String) The database engine to use for the new
2120
2129
  # instance. Default: The same as source Constraint: Must be
2121
2130
  # compatible with the engine of the source Example: oracle-ee
2122
- # * +:iops+ - (Integer) The amount of Provisioned IOPS (input/output
2131
+ # * `:iops` - (Integer) The amount of Provisioned IOPS (input/output
2123
2132
  # operations per second) to be initially allocated for the DB
2124
2133
  # Instance. Constraints: Must be an integer greater than 1000.
2125
- # * +:option_group_name+ - (String)
2134
+ # * `:option_group_name` - (String)
2126
2135
  # @return [Core::Response]
2127
2136
  # The #data method of the response object returns
2128
2137
  # a hash with the following structure:
2129
- # * +:db_instance_identifier+ - (String)
2130
- # * +:db_instance_class+ - (String)
2131
- # * +:engine+ - (String)
2132
- # * +:db_instance_status+ - (String)
2133
- # * +:master_username+ - (String)
2134
- # * +:db_name+ - (String)
2135
- # * +:endpoint+ - (Hash)
2136
- # * +:address+ - (String)
2137
- # * +:port+ - (Integer)
2138
- # * +:allocated_storage+ - (Integer)
2139
- # * +:instance_create_time+ - (Time)
2140
- # * +:preferred_backup_window+ - (String)
2141
- # * +:backup_retention_period+ - (Integer)
2142
- # * +:db_security_groups+ - (Array<Hash>)
2143
- # * +:db_security_group_name+ - (String)
2144
- # * +:status+ - (String)
2145
- # * +:vpc_security_groups+ - (Array<Hash>)
2146
- # * +:vpc_security_group_id+ - (String)
2147
- # * +:status+ - (String)
2148
- # * +:db_parameter_groups+ - (Array<Hash>)
2149
- # * +:db_parameter_group_name+ - (String)
2150
- # * +:parameter_apply_status+ - (String)
2151
- # * +:availability_zone+ - (String)
2152
- # * +:db_subnet_group+ - (Hash)
2153
- # * +:db_subnet_group_name+ - (String)
2154
- # * +:db_subnet_group_description+ - (String)
2155
- # * +:vpc_id+ - (String)
2156
- # * +:subnet_group_status+ - (String)
2157
- # * +:subnets+ - (Array<Hash>)
2158
- # * +:subnet_identifier+ - (String)
2159
- # * +:subnet_availability_zone+ - (Hash)
2160
- # * +:name+ - (String)
2161
- # * +:provisioned_iops_capable+ - (Boolean)
2162
- # * +:subnet_status+ - (String)
2163
- # * +:preferred_maintenance_window+ - (String)
2164
- # * +:pending_modified_values+ - (Hash)
2165
- # * +:db_instance_class+ - (String)
2166
- # * +:allocated_storage+ - (Integer)
2167
- # * +:master_user_password+ - (String)
2168
- # * +:port+ - (Integer)
2169
- # * +:backup_retention_period+ - (Integer)
2170
- # * +:multi_az+ - (Boolean)
2171
- # * +:engine_version+ - (String)
2172
- # * +:iops+ - (Integer)
2173
- # * +:db_instance_identifier+ - (String)
2174
- # * +:latest_restorable_time+ - (Time)
2175
- # * +:multi_az+ - (Boolean)
2176
- # * +:engine_version+ - (String)
2177
- # * +:auto_minor_version_upgrade+ - (Boolean)
2178
- # * +:read_replica_source_db_instance_identifier+ - (String)
2179
- # * +:read_replica_db_instance_identifiers+ - (Array<String>)
2180
- # * +:license_model+ - (String)
2181
- # * +:iops+ - (Integer)
2182
- # * +:option_group_memberships+ - (Array<Hash>)
2183
- # * +:option_group_name+ - (String)
2184
- # * +:status+ - (String)
2185
- # * +:character_set_name+ - (String)
2186
- # * +:secondary_availability_zone+ - (String)
2187
- # * +:publicly_accessible+ - (Boolean)
2138
+ # * `:db_instance_identifier` - (String)
2139
+ # * `:db_instance_class` - (String)
2140
+ # * `:engine` - (String)
2141
+ # * `:db_instance_status` - (String)
2142
+ # * `:master_username` - (String)
2143
+ # * `:db_name` - (String)
2144
+ # * `:endpoint` - (Hash)
2145
+ # * `:address` - (String)
2146
+ # * `:port` - (Integer)
2147
+ # * `:allocated_storage` - (Integer)
2148
+ # * `:instance_create_time` - (Time)
2149
+ # * `:preferred_backup_window` - (String)
2150
+ # * `:backup_retention_period` - (Integer)
2151
+ # * `:db_security_groups` - (Array<Hash>)
2152
+ # * `:db_security_group_name` - (String)
2153
+ # * `:status` - (String)
2154
+ # * `:vpc_security_groups` - (Array<Hash>)
2155
+ # * `:vpc_security_group_id` - (String)
2156
+ # * `:status` - (String)
2157
+ # * `:db_parameter_groups` - (Array<Hash>)
2158
+ # * `:db_parameter_group_name` - (String)
2159
+ # * `:parameter_apply_status` - (String)
2160
+ # * `:availability_zone` - (String)
2161
+ # * `:db_subnet_group` - (Hash)
2162
+ # * `:db_subnet_group_name` - (String)
2163
+ # * `:db_subnet_group_description` - (String)
2164
+ # * `:vpc_id` - (String)
2165
+ # * `:subnet_group_status` - (String)
2166
+ # * `:subnets` - (Array<Hash>)
2167
+ # * `:subnet_identifier` - (String)
2168
+ # * `:subnet_availability_zone` - (Hash)
2169
+ # * `:name` - (String)
2170
+ # * `:provisioned_iops_capable` - (Boolean)
2171
+ # * `:subnet_status` - (String)
2172
+ # * `:preferred_maintenance_window` - (String)
2173
+ # * `:pending_modified_values` - (Hash)
2174
+ # * `:db_instance_class` - (String)
2175
+ # * `:allocated_storage` - (Integer)
2176
+ # * `:master_user_password` - (String)
2177
+ # * `:port` - (Integer)
2178
+ # * `:backup_retention_period` - (Integer)
2179
+ # * `:multi_az` - (Boolean)
2180
+ # * `:engine_version` - (String)
2181
+ # * `:iops` - (Integer)
2182
+ # * `:db_instance_identifier` - (String)
2183
+ # * `:latest_restorable_time` - (Time)
2184
+ # * `:multi_az` - (Boolean)
2185
+ # * `:engine_version` - (String)
2186
+ # * `:auto_minor_version_upgrade` - (Boolean)
2187
+ # * `:read_replica_source_db_instance_identifier` - (String)
2188
+ # * `:read_replica_db_instance_identifiers` - (Array<String>)
2189
+ # * `:license_model` - (String)
2190
+ # * `:iops` - (Integer)
2191
+ # * `:option_group_memberships` - (Array<Hash>)
2192
+ # * `:option_group_name` - (String)
2193
+ # * `:status` - (String)
2194
+ # * `:character_set_name` - (String)
2195
+ # * `:secondary_availability_zone` - (String)
2196
+ # * `:publicly_accessible` - (Boolean)
2188
2197
 
2189
2198
  # @!method revoke_db_security_group_ingress(options = {})
2190
2199
  # Calls the RevokeDBSecurityGroupIngress API operation.
2191
2200
  # @param [Hash] options
2192
- # * +:db_security_group_name+ - *required* - (String) The name of the
2201
+ # * `:db_security_group_name` - *required* - (String) The name of the
2193
2202
  # DB Security Group to revoke ingress from.
2194
- # * +:cidrip+ - (String) The IP range to revoke access from.
2195
- # * +:ec2_security_group_name+ - (String) The name of the EC2 Security
2203
+ # * `:cidrip` - (String) The IP range to revoke access from.
2204
+ # * `:ec2_security_group_name` - (String) The name of the EC2 Security
2196
2205
  # Group to revoke access from.
2197
- # * +:ec2_security_group_id+ - (String) The id of the EC2 Security
2206
+ # * `:ec2_security_group_id` - (String) The id of the EC2 Security
2198
2207
  # Group to revoke access from. For VPC DB Security Groups,
2199
2208
  # EC2SecurityGroupId must be provided. Otherwise,
2200
2209
  # EC2SecurityGroupOwnerId and either EC2SecurityGroupName or
2201
2210
  # EC2SecurityGroupId must be provided.
2202
- # * +:ec2_security_group_owner_id+ - (String) The AWS Account Number of
2211
+ # * `:ec2_security_group_owner_id` - (String) The AWS Account Number of
2203
2212
  # the owner of the security group specified in the
2204
2213
  # EC2SecurityGroupName parameter. The AWS Access Key ID is not an
2205
2214
  # acceptable value.
2206
2215
  # @return [Core::Response]
2207
2216
  # The #data method of the response object returns
2208
2217
  # a hash with the following structure:
2209
- # * +:owner_id+ - (String)
2210
- # * +:db_security_group_name+ - (String)
2211
- # * +:db_security_group_description+ - (String)
2212
- # * +:vpc_id+ - (String)
2213
- # * +:ec_2_security_groups+ - (Array<Hash>)
2214
- # * +:status+ - (String)
2215
- # * +:ec2_security_group_name+ - (String)
2216
- # * +:ec2_security_group_id+ - (String)
2217
- # * +:ec2_security_group_owner_id+ - (String)
2218
- # * +:ip_ranges+ - (Array<Hash>)
2219
- # * +:status+ - (String)
2220
- # * +:cidrip+ - (String)
2218
+ # * `:owner_id` - (String)
2219
+ # * `:db_security_group_name` - (String)
2220
+ # * `:db_security_group_description` - (String)
2221
+ # * `:vpc_id` - (String)
2222
+ # * `:ec_2_security_groups` - (Array<Hash>)
2223
+ # * `:status` - (String)
2224
+ # * `:ec2_security_group_name` - (String)
2225
+ # * `:ec2_security_group_id` - (String)
2226
+ # * `:ec2_security_group_owner_id` - (String)
2227
+ # * `:ip_ranges` - (Array<Hash>)
2228
+ # * `:status` - (String)
2229
+ # * `:cidrip` - (String)
2221
2230
 
2222
2231
  # end client methods #
2223
2232