aws-sdk 1.8.5 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -25,47 +25,47 @@ module AWS
25
25
  # @!method check_dns_availability(options = {})
26
26
  # Calls the CheckDNSAvailability API operation.
27
27
  # @param [Hash] options
28
- # * +:cname_prefix+ - *required* - (String) The prefix used when this
28
+ # * `:cname_prefix` - *required* - (String) The prefix used when this
29
29
  # CNAME is reserved.
30
30
  # @return [Core::Response]
31
31
  # The #data method of the response object returns
32
32
  # a hash with the following structure:
33
- # * +:available+ - (Boolean)
34
- # * +:fully_qualified_cname+ - (String)
33
+ # * `:available` - (Boolean)
34
+ # * `:fully_qualified_cname` - (String)
35
35
 
36
36
  # @!method create_application(options = {})
37
37
  # Calls the CreateApplication API operation.
38
38
  # @param [Hash] options
39
- # * +:application_name+ - *required* - (String) The name of the
39
+ # * `:application_name` - *required* - (String) The name of the
40
40
  # application. Constraint: This name must be unique within your
41
41
  # account. If the specified name already exists, the action returns
42
42
  # an InvalidParameterValue error.
43
- # * +:description+ - (String) Describes the application.
43
+ # * `:description` - (String) Describes the application.
44
44
  # @return [Core::Response]
45
45
  # The #data method of the response object returns
46
46
  # a hash with the following structure:
47
- # * +:application+ - (Hash)
48
- # * +:application_name+ - (String)
49
- # * +:description+ - (String)
50
- # * +:date_created+ - (Time)
51
- # * +:date_updated+ - (Time)
52
- # * +:versions+ - (Array<String>)
53
- # * +:configuration_templates+ - (Array<String>)
47
+ # * `:application` - (Hash)
48
+ # * `:application_name` - (String)
49
+ # * `:description` - (String)
50
+ # * `:date_created` - (Time)
51
+ # * `:date_updated` - (Time)
52
+ # * `:versions` - (Array<String>)
53
+ # * `:configuration_templates` - (Array<String>)
54
54
 
55
55
  # @!method create_application_version(options = {})
56
56
  # Calls the CreateApplicationVersion API operation.
57
57
  # @param [Hash] options
58
- # * +:application_name+ - *required* - (String) The name of the
58
+ # * `:application_name` - *required* - (String) The name of the
59
59
  # application. If no application is found with this name, and
60
- # AutoCreateApplication is +false+ , returns an InvalidParameterValue
60
+ # AutoCreateApplication is `false` , returns an InvalidParameterValue
61
61
  # error.
62
- # * +:version_label+ - *required* - (String) A label identifying this
62
+ # * `:version_label` - *required* - (String) A label identifying this
63
63
  # version. Constraint: Must be unique per application. If an
64
64
  # application version already exists with this label for the
65
65
  # specified application, AWS Elastic Beanstalk returns an
66
66
  # InvalidParameterValue error.
67
- # * +:description+ - (String) Describes this version.
68
- # * +:source_bundle+ - (Hash) The Amazon S3 bucket and key that
67
+ # * `:description` - (String) Describes this version.
68
+ # * `:source_bundle` - (Hash) The Amazon S3 bucket and key that
69
69
  # identify the location of the source bundle for this version. If
70
70
  # data found at the Amazon S3 location exceeds the maximum allowed
71
71
  # source bundle size, AWS Elastic Beanstalk returns an
@@ -74,45 +74,45 @@ module AWS
74
74
  # (for example, a bucket is provided but not the key) or if no data
75
75
  # is found at the Amazon S3 location, AWS Elastic Beanstalk returns
76
76
  # an InvalidParameterCombination error.
77
- # * +:s3_bucket+ - (String) The Amazon S3 bucket where the data is
77
+ # * `:s3_bucket` - (String) The Amazon S3 bucket where the data is
78
78
  # located.
79
- # * +:s3_key+ - (String) The Amazon S3 key where the data is located.
80
- # * +:auto_create_application+ - (Boolean) Determines how the system
79
+ # * `:s3_key` - (String) The Amazon S3 key where the data is located.
80
+ # * `:auto_create_application` - (Boolean) Determines how the system
81
81
  # behaves if the specified application for this version does not
82
- # already exist: +true+ : Automatically creates the specified
83
- # application for this version if it does not already exist. +false+
82
+ # already exist: `true` : Automatically creates the specified
83
+ # application for this version if it does not already exist. `false`
84
84
  # : Returns an InvalidParameterValue if the specified application for
85
- # this version does not already exist. +true+ : Automatically creates
85
+ # this version does not already exist. `true` : Automatically creates
86
86
  # the specified application for this release if it does not already
87
- # exist. +false+ : Throws an InvalidParameterValue if the specified
87
+ # exist. `false` : Throws an InvalidParameterValue if the specified
88
88
  # application for this release does not already exist. Default:
89
- # +false+ Valid Values: +true+ | +false+
89
+ # `false` Valid Values: `true` | `false`
90
90
  # @return [Core::Response]
91
91
  # The #data method of the response object returns
92
92
  # a hash with the following structure:
93
- # * +:application_version+ - (Hash)
94
- # * +:application_name+ - (String)
95
- # * +:description+ - (String)
96
- # * +:version_label+ - (String)
97
- # * +:source_bundle+ - (Hash)
98
- # * +:s3_bucket+ - (String)
99
- # * +:s3_key+ - (String)
100
- # * +:date_created+ - (Time)
101
- # * +:date_updated+ - (Time)
93
+ # * `:application_version` - (Hash)
94
+ # * `:application_name` - (String)
95
+ # * `:description` - (String)
96
+ # * `:version_label` - (String)
97
+ # * `:source_bundle` - (Hash)
98
+ # * `:s3_bucket` - (String)
99
+ # * `:s3_key` - (String)
100
+ # * `:date_created` - (Time)
101
+ # * `:date_updated` - (Time)
102
102
 
103
103
  # @!method create_configuration_template(options = {})
104
104
  # Calls the CreateConfigurationTemplate API operation.
105
105
  # @param [Hash] options
106
- # * +:application_name+ - *required* - (String) The name of the
106
+ # * `:application_name` - *required* - (String) The name of the
107
107
  # application to associate with this configuration template. If no
108
108
  # application is found with this name, AWS Elastic Beanstalk returns
109
109
  # an InvalidParameterValue error.
110
- # * +:template_name+ - *required* - (String) The name of the
110
+ # * `:template_name` - *required* - (String) The name of the
111
111
  # configuration template. Constraint: This name must be unique per
112
112
  # application. Default: If a configuration template already exists
113
113
  # with this name, AWS Elastic Beanstalk returns an
114
114
  # InvalidParameterValue error.
115
- # * +:solution_stack_name+ - (String) The name of the solution stack
115
+ # * `:solution_stack_name` - (String) The name of the solution stack
116
116
  # used by this configuration. The solution stack specifies the
117
117
  # operating system, architecture, and application server for a
118
118
  # configuration template. It determines the set of configuration
@@ -123,7 +123,7 @@ module AWS
123
123
  # the default solution stack. If not specified and the source
124
124
  # configuration parameter is specified, AWS Elastic Beanstalk uses
125
125
  # the same solution stack as the source configuration template.
126
- # * +:source_configuration+ - (Hash) If specified, AWS Elastic
126
+ # * `:source_configuration` - (Hash) If specified, AWS Elastic
127
127
  # Beanstalk uses the configuration values from the specified
128
128
  # configuration template to create a new configuration. Values
129
129
  # specified in the OptionSettings parameter of this call overrides
@@ -134,52 +134,52 @@ module AWS
134
134
  # stack of the source configuration template must match the specified
135
135
  # solution stack name or else AWS Elastic Beanstalk returns an
136
136
  # InvalidParameterCombination error.
137
- # * +:application_name+ - (String) The name of the application
137
+ # * `:application_name` - (String) The name of the application
138
138
  # associated with the configuration.
139
- # * +:template_name+ - (String) The name of the configuration
139
+ # * `:template_name` - (String) The name of the configuration
140
140
  # template.
141
- # * +:environment_id+ - (String) The ID of the environment used with
141
+ # * `:environment_id` - (String) The ID of the environment used with
142
142
  # this configuration template.
143
- # * +:description+ - (String) Describes this configuration.
144
- # * +:option_settings+ - (Array<Hash>) If specified, AWS Elastic
143
+ # * `:description` - (String) Describes this configuration.
144
+ # * `:option_settings` - (Array<Hash>) If specified, AWS Elastic
145
145
  # Beanstalk sets the specified configuration option to the requested
146
146
  # value. The new value overrides the value obtained from the solution
147
147
  # stack or the source configuration template.
148
- # * +:namespace+ - (String) A unique namespace identifying the
148
+ # * `:namespace` - (String) A unique namespace identifying the
149
149
  # option's associated AWS resource.
150
- # * +:option_name+ - (String) The name of the configuration option.
151
- # * +:value+ - (String) The current value for the configuration
150
+ # * `:option_name` - (String) The name of the configuration option.
151
+ # * `:value` - (String) The current value for the configuration
152
152
  # option.
153
153
  # @return [Core::Response]
154
154
  # The #data method of the response object returns
155
155
  # a hash with the following structure:
156
- # * +:solution_stack_name+ - (String)
157
- # * +:application_name+ - (String)
158
- # * +:template_name+ - (String)
159
- # * +:description+ - (String)
160
- # * +:environment_name+ - (String)
161
- # * +:deployment_status+ - (String)
162
- # * +:date_created+ - (Time)
163
- # * +:date_updated+ - (Time)
164
- # * +:option_settings+ - (Array<Hash>)
165
- # * +:namespace+ - (String)
166
- # * +:option_name+ - (String)
167
- # * +:value+ - (String)
156
+ # * `:solution_stack_name` - (String)
157
+ # * `:application_name` - (String)
158
+ # * `:template_name` - (String)
159
+ # * `:description` - (String)
160
+ # * `:environment_name` - (String)
161
+ # * `:deployment_status` - (String)
162
+ # * `:date_created` - (Time)
163
+ # * `:date_updated` - (Time)
164
+ # * `:option_settings` - (Array<Hash>)
165
+ # * `:namespace` - (String)
166
+ # * `:option_name` - (String)
167
+ # * `:value` - (String)
168
168
 
169
169
  # @!method create_environment(options = {})
170
170
  # Calls the CreateEnvironment API operation.
171
171
  # @param [Hash] options
172
- # * +:application_name+ - *required* - (String) The name of the
172
+ # * `:application_name` - *required* - (String) The name of the
173
173
  # application that contains the version to be deployed. If no
174
174
  # application is found with this name, CreateEnvironment returns an
175
175
  # InvalidParameterValue error.
176
- # * +:version_label+ - (String) The name of the application version to
176
+ # * `:version_label` - (String) The name of the application version to
177
177
  # deploy. If the specified application has no associated application
178
178
  # versions, AWS Elastic Beanstalk UpdateEnvironment returns an
179
179
  # InvalidParameterValue error. Default: If not specified, AWS Elastic
180
180
  # Beanstalk attempts to launch the most recently created application
181
181
  # version.
182
- # * +:environment_name+ - *required* - (String) A unique name for the
182
+ # * `:environment_name` - *required* - (String) A unique name for the
183
183
  # deployment environment. Used in the application URL. Constraint:
184
184
  # Must be from 4 to 23 characters in length. The name can contain
185
185
  # only letters, numbers, and hyphens. It cannot start or end with a
@@ -188,7 +188,7 @@ module AWS
188
188
  # InvalidParameterValue error. Default: If the CNAME parameter is not
189
189
  # specified, the environment name becomes part of the CNAME, and
190
190
  # therefore part of the visible URL for your application.
191
- # * +:template_name+ - (String) The name of the configuration template
191
+ # * `:template_name` - (String) The name of the configuration template
192
192
  # to use in deployment. If no configuration template is found with
193
193
  # this name, AWS Elastic Beanstalk returns an InvalidParameterValue
194
194
  # error. Condition: You must specify either this parameter or a
@@ -196,7 +196,7 @@ module AWS
196
196
  # Beanstalk returns an InvalidParameterCombination error. If you do
197
197
  # not specify either, AWS Elastic Beanstalk returns a
198
198
  # MissingRequiredParameter error.
199
- # * +:solution_stack_name+ - (String) This is an alternative to
199
+ # * `:solution_stack_name` - (String) This is an alternative to
200
200
  # specifying a configuration name. If specified, AWS Elastic
201
201
  # Beanstalk sets the configuration values to the default values
202
202
  # associated with the specified solution stack. Condition: You must
@@ -204,49 +204,49 @@ module AWS
204
204
  # both, AWS Elastic Beanstalk returns an InvalidParameterCombination
205
205
  # error. If you do not specify either, AWS Elastic Beanstalk returns
206
206
  # a MissingRequiredParameter error.
207
- # * +:cname_prefix+ - (String) If specified, the environment attempts
207
+ # * `:cname_prefix` - (String) If specified, the environment attempts
208
208
  # to use this value as the prefix for the CNAME. If not specified,
209
209
  # the environment uses the environment name.
210
- # * +:description+ - (String) Describes this environment.
211
- # * +:option_settings+ - (Array<Hash>) If specified, AWS Elastic
210
+ # * `:description` - (String) Describes this environment.
211
+ # * `:option_settings` - (Array<Hash>) If specified, AWS Elastic
212
212
  # Beanstalk sets the specified configuration options to the requested
213
213
  # value in the configuration set for the new environment. These
214
214
  # override the values obtained from the solution stack or the
215
215
  # configuration template.
216
- # * +:namespace+ - (String) A unique namespace identifying the
216
+ # * `:namespace` - (String) A unique namespace identifying the
217
217
  # option's associated AWS resource.
218
- # * +:option_name+ - (String) The name of the configuration option.
219
- # * +:value+ - (String) The current value for the configuration
218
+ # * `:option_name` - (String) The name of the configuration option.
219
+ # * `:value` - (String) The current value for the configuration
220
220
  # option.
221
- # * +:options_to_remove+ - (Array<Hash>) A list of custom user-defined
221
+ # * `:options_to_remove` - (Array<Hash>) A list of custom user-defined
222
222
  # configuration options to remove from the configuration set for this
223
223
  # new environment.
224
- # * +:namespace+ - (String) A unique namespace identifying the
224
+ # * `:namespace` - (String) A unique namespace identifying the
225
225
  # option's associated AWS resource.
226
- # * +:option_name+ - (String) The name of the configuration option.
226
+ # * `:option_name` - (String) The name of the configuration option.
227
227
  # @return [Core::Response]
228
228
  # The #data method of the response object returns
229
229
  # a hash with the following structure:
230
- # * +:environment_name+ - (String)
231
- # * +:environment_id+ - (String)
232
- # * +:application_name+ - (String)
233
- # * +:version_label+ - (String)
234
- # * +:solution_stack_name+ - (String)
235
- # * +:template_name+ - (String)
236
- # * +:description+ - (String)
237
- # * +:endpoint_url+ - (String)
238
- # * +:cname+ - (String)
239
- # * +:date_created+ - (Time)
240
- # * +:date_updated+ - (Time)
241
- # * +:status+ - (String)
242
- # * +:health+ - (String)
243
- # * +:resources+ - (Hash)
244
- # * +:load_balancer+ - (Hash)
245
- # * +:load_balancer_name+ - (String)
246
- # * +:domain+ - (String)
247
- # * +:listeners+ - (Array<Hash>)
248
- # * +:protocol+ - (String)
249
- # * +:port+ - (Integer)
230
+ # * `:environment_name` - (String)
231
+ # * `:environment_id` - (String)
232
+ # * `:application_name` - (String)
233
+ # * `:version_label` - (String)
234
+ # * `:solution_stack_name` - (String)
235
+ # * `:template_name` - (String)
236
+ # * `:description` - (String)
237
+ # * `:endpoint_url` - (String)
238
+ # * `:cname` - (String)
239
+ # * `:date_created` - (Time)
240
+ # * `:date_updated` - (Time)
241
+ # * `:status` - (String)
242
+ # * `:health` - (String)
243
+ # * `:resources` - (Hash)
244
+ # * `:load_balancer` - (Hash)
245
+ # * `:load_balancer_name` - (String)
246
+ # * `:domain` - (String)
247
+ # * `:listeners` - (Array<Hash>)
248
+ # * `:protocol` - (String)
249
+ # * `:port` - (Integer)
250
250
 
251
251
  # @!method create_storage_location(options = {})
252
252
  # Calls the CreateStorageLocation API operation.
@@ -254,136 +254,136 @@ module AWS
254
254
  # @return [Core::Response]
255
255
  # The #data method of the response object returns
256
256
  # a hash with the following structure:
257
- # * +:s3_bucket+ - (String)
257
+ # * `:s3_bucket` - (String)
258
258
 
259
259
  # @!method delete_application(options = {})
260
260
  # Calls the DeleteApplication API operation.
261
261
  # @param [Hash] options
262
- # * +:application_name+ - *required* - (String) The name of the
262
+ # * `:application_name` - *required* - (String) The name of the
263
263
  # application to delete.
264
264
  # @return [Core::Response]
265
265
 
266
266
  # @!method delete_application_version(options = {})
267
267
  # Calls the DeleteApplicationVersion API operation.
268
268
  # @param [Hash] options
269
- # * +:application_name+ - *required* - (String) The name of the
269
+ # * `:application_name` - *required* - (String) The name of the
270
270
  # application to delete releases from.
271
- # * +:version_label+ - *required* - (String) The label of the version
271
+ # * `:version_label` - *required* - (String) The label of the version
272
272
  # to delete.
273
- # * +:delete_source_bundle+ - (Boolean) Indicates whether to delete the
274
- # associated source bundle from Amazon S3: +true+ : An attempt is
273
+ # * `:delete_source_bundle` - (Boolean) Indicates whether to delete the
274
+ # associated source bundle from Amazon S3: `true` : An attempt is
275
275
  # made to delete the associated Amazon S3 source bundle specified at
276
- # time of creation. +false+ : No action is taken on the Amazon S3
277
- # source bundle specified at time of creation. Valid Values: +true+ |
278
- # +false+
276
+ # time of creation. `false` : No action is taken on the Amazon S3
277
+ # source bundle specified at time of creation. Valid Values: `true` |
278
+ # `false`
279
279
  # @return [Core::Response]
280
280
 
281
281
  # @!method delete_configuration_template(options = {})
282
282
  # Calls the DeleteConfigurationTemplate API operation.
283
283
  # @param [Hash] options
284
- # * +:application_name+ - *required* - (String) The name of the
284
+ # * `:application_name` - *required* - (String) The name of the
285
285
  # application to delete the configuration template from.
286
- # * +:template_name+ - *required* - (String) The name of the
286
+ # * `:template_name` - *required* - (String) The name of the
287
287
  # configuration template to delete.
288
288
  # @return [Core::Response]
289
289
 
290
290
  # @!method delete_environment_configuration(options = {})
291
291
  # Calls the DeleteEnvironmentConfiguration API operation.
292
292
  # @param [Hash] options
293
- # * +:application_name+ - *required* - (String) The name of the
293
+ # * `:application_name` - *required* - (String) The name of the
294
294
  # application the environment is associated with.
295
- # * +:environment_name+ - *required* - (String) The name of the
295
+ # * `:environment_name` - *required* - (String) The name of the
296
296
  # environment to delete the draft configuration from.
297
297
  # @return [Core::Response]
298
298
 
299
299
  # @!method describe_application_versions(options = {})
300
300
  # Calls the DescribeApplicationVersions API operation.
301
301
  # @param [Hash] options
302
- # * +:application_name+ - (String) If specified, AWS Elastic Beanstalk
302
+ # * `:application_name` - (String) If specified, AWS Elastic Beanstalk
303
303
  # restricts the returned descriptions to only include ones that are
304
304
  # associated with the specified application.
305
- # * +:version_labels+ - (Array<String>) If specified, restricts the
305
+ # * `:version_labels` - (Array<String>) If specified, restricts the
306
306
  # returned descriptions to only include ones that have the specified
307
307
  # version labels.
308
308
  # @return [Core::Response]
309
309
  # The #data method of the response object returns
310
310
  # a hash with the following structure:
311
- # * +:application_versions+ - (Array<Hash>)
312
- # * +:application_name+ - (String)
313
- # * +:description+ - (String)
314
- # * +:version_label+ - (String)
315
- # * +:source_bundle+ - (Hash)
316
- # * +:s3_bucket+ - (String)
317
- # * +:s3_key+ - (String)
318
- # * +:date_created+ - (Time)
319
- # * +:date_updated+ - (Time)
311
+ # * `:application_versions` - (Array<Hash>)
312
+ # * `:application_name` - (String)
313
+ # * `:description` - (String)
314
+ # * `:version_label` - (String)
315
+ # * `:source_bundle` - (Hash)
316
+ # * `:s3_bucket` - (String)
317
+ # * `:s3_key` - (String)
318
+ # * `:date_created` - (Time)
319
+ # * `:date_updated` - (Time)
320
320
 
321
321
  # @!method describe_applications(options = {})
322
322
  # Calls the DescribeApplications API operation.
323
323
  # @param [Hash] options
324
- # * +:application_names+ - (Array<String>) If specified, AWS Elastic
324
+ # * `:application_names` - (Array<String>) If specified, AWS Elastic
325
325
  # Beanstalk restricts the returned descriptions to only include those
326
326
  # with the specified names.
327
327
  # @return [Core::Response]
328
328
  # The #data method of the response object returns
329
329
  # a hash with the following structure:
330
- # * +:applications+ - (Array<Hash>)
331
- # * +:application_name+ - (String)
332
- # * +:description+ - (String)
333
- # * +:date_created+ - (Time)
334
- # * +:date_updated+ - (Time)
335
- # * +:versions+ - (Array<String>)
336
- # * +:configuration_templates+ - (Array<String>)
330
+ # * `:applications` - (Array<Hash>)
331
+ # * `:application_name` - (String)
332
+ # * `:description` - (String)
333
+ # * `:date_created` - (Time)
334
+ # * `:date_updated` - (Time)
335
+ # * `:versions` - (Array<String>)
336
+ # * `:configuration_templates` - (Array<String>)
337
337
 
338
338
  # @!method describe_configuration_options(options = {})
339
339
  # Calls the DescribeConfigurationOptions API operation.
340
340
  # @param [Hash] options
341
- # * +:application_name+ - (String) The name of the application
341
+ # * `:application_name` - (String) The name of the application
342
342
  # associated with the configuration template or environment. Only
343
343
  # needed if you want to describe the configuration options associated
344
344
  # with either the configuration template or environment.
345
- # * +:template_name+ - (String) The name of the configuration template
345
+ # * `:template_name` - (String) The name of the configuration template
346
346
  # whose configuration options you want to describe.
347
- # * +:environment_name+ - (String) The name of the environment whose
347
+ # * `:environment_name` - (String) The name of the environment whose
348
348
  # configuration options you want to describe.
349
- # * +:solution_stack_name+ - (String) The name of the solution stack
349
+ # * `:solution_stack_name` - (String) The name of the solution stack
350
350
  # whose configuration options you want to describe.
351
- # * +:options+ - (Array<Hash>) If specified, restricts the descriptions
351
+ # * `:options` - (Array<Hash>) If specified, restricts the descriptions
352
352
  # to only the specified options.
353
- # * +:namespace+ - (String) A unique namespace identifying the
353
+ # * `:namespace` - (String) A unique namespace identifying the
354
354
  # option's associated AWS resource.
355
- # * +:option_name+ - (String) The name of the configuration option.
355
+ # * `:option_name` - (String) The name of the configuration option.
356
356
  # @return [Core::Response]
357
357
  # The #data method of the response object returns
358
358
  # a hash with the following structure:
359
- # * +:solution_stack_name+ - (String)
360
- # * +:options+ - (Array<Hash>)
361
- # * +:namespace+ - (String)
362
- # * +:name+ - (String)
363
- # * +:default_value+ - (String)
364
- # * +:change_severity+ - (String)
365
- # * +:user_defined+ - (Boolean)
366
- # * +:value_type+ - (String)
367
- # * +:value_options+ - (Array<String>)
368
- # * +:min_value+ - (Integer)
369
- # * +:max_value+ - (Integer)
370
- # * +:max_length+ - (Integer)
371
- # * +:regex+ - (Hash)
372
- # * +:pattern+ - (String)
373
- # * +:label+ - (String)
359
+ # * `:solution_stack_name` - (String)
360
+ # * `:options` - (Array<Hash>)
361
+ # * `:namespace` - (String)
362
+ # * `:name` - (String)
363
+ # * `:default_value` - (String)
364
+ # * `:change_severity` - (String)
365
+ # * `:user_defined` - (Boolean)
366
+ # * `:value_type` - (String)
367
+ # * `:value_options` - (Array<String>)
368
+ # * `:min_value` - (Integer)
369
+ # * `:max_value` - (Integer)
370
+ # * `:max_length` - (Integer)
371
+ # * `:regex` - (Hash)
372
+ # * `:pattern` - (String)
373
+ # * `:label` - (String)
374
374
 
375
375
  # @!method describe_configuration_settings(options = {})
376
376
  # Calls the DescribeConfigurationSettings API operation.
377
377
  # @param [Hash] options
378
- # * +:application_name+ - *required* - (String) The application for the
378
+ # * `:application_name` - *required* - (String) The application for the
379
379
  # environment or configuration template.
380
- # * +:template_name+ - (String) The name of the configuration template
380
+ # * `:template_name` - (String) The name of the configuration template
381
381
  # to describe. Conditional: You must specify either this parameter or
382
382
  # an EnvironmentName, but not both. If you specify both, AWS Elastic
383
383
  # Beanstalk returns an InvalidParameterCombination error. If you do
384
384
  # not specify either, AWS Elastic Beanstalk returns a
385
385
  # MissingRequiredParameter error.
386
- # * +:environment_name+ - (String) The name of the environment to
386
+ # * `:environment_name` - (String) The name of the environment to
387
387
  # describe. Condition: You must specify either this or a
388
388
  # TemplateName, but not both. If you specify both, AWS Elastic
389
389
  # Beanstalk returns an InvalidParameterCombination error. If you do
@@ -392,28 +392,28 @@ module AWS
392
392
  # @return [Core::Response]
393
393
  # The #data method of the response object returns
394
394
  # a hash with the following structure:
395
- # * +:configuration_settings+ - (Array<Hash>)
396
- # * +:solution_stack_name+ - (String)
397
- # * +:application_name+ - (String)
398
- # * +:template_name+ - (String)
399
- # * +:description+ - (String)
400
- # * +:environment_name+ - (String)
401
- # * +:deployment_status+ - (String)
402
- # * +:date_created+ - (Time)
403
- # * +:date_updated+ - (Time)
404
- # * +:option_settings+ - (Array<Hash>)
405
- # * +:namespace+ - (String)
406
- # * +:option_name+ - (String)
407
- # * +:value+ - (String)
395
+ # * `:configuration_settings` - (Array<Hash>)
396
+ # * `:solution_stack_name` - (String)
397
+ # * `:application_name` - (String)
398
+ # * `:template_name` - (String)
399
+ # * `:description` - (String)
400
+ # * `:environment_name` - (String)
401
+ # * `:deployment_status` - (String)
402
+ # * `:date_created` - (Time)
403
+ # * `:date_updated` - (Time)
404
+ # * `:option_settings` - (Array<Hash>)
405
+ # * `:namespace` - (String)
406
+ # * `:option_name` - (String)
407
+ # * `:value` - (String)
408
408
 
409
409
  # @!method describe_environment_resources(options = {})
410
410
  # Calls the DescribeEnvironmentResources API operation.
411
411
  # @param [Hash] options
412
- # * +:environment_id+ - (String) The ID of the environment to retrieve
412
+ # * `:environment_id` - (String) The ID of the environment to retrieve
413
413
  # AWS resource usage data. Condition: You must specify either this or
414
414
  # an EnvironmentName, or both. If you do not specify either, AWS
415
415
  # Elastic Beanstalk returns MissingRequiredParameter error.
416
- # * +:environment_name+ - (String) The name of the environment to
416
+ # * `:environment_name` - (String) The name of the environment to
417
417
  # retrieve AWS resource usage data. Condition: You must specify
418
418
  # either this or an EnvironmentId, or both. If you do not specify
419
419
  # either, AWS Elastic Beanstalk returns MissingRequiredParameter
@@ -421,113 +421,119 @@ module AWS
421
421
  # @return [Core::Response]
422
422
  # The #data method of the response object returns
423
423
  # a hash with the following structure:
424
- # * +:environment_resources+ - (Hash)
425
- # * +:environment_name+ - (String)
426
- # * +:auto_scaling_groups+ - (Array<Hash>)
427
- # * +:name+ - (String)
428
- # * +:instances+ - (Array<Hash>)
429
- # * +:id+ - (String)
430
- # * +:launch_configurations+ - (Array<Hash>)
431
- # * +:name+ - (String)
432
- # * +:load_balancers+ - (Array<Hash>)
433
- # * +:name+ - (String)
434
- # * +:triggers+ - (Array<Hash>)
435
- # * +:name+ - (String)
424
+ # * `:environment_resources` - (Hash)
425
+ # * `:environment_name` - (String)
426
+ # * `:auto_scaling_groups` - (Array<Hash>)
427
+ # * `:name` - (String)
428
+ # * `:instances` - (Array<Hash>)
429
+ # * `:id` - (String)
430
+ # * `:launch_configurations` - (Array<Hash>)
431
+ # * `:name` - (String)
432
+ # * `:load_balancers` - (Array<Hash>)
433
+ # * `:name` - (String)
434
+ # * `:triggers` - (Array<Hash>)
435
+ # * `:name` - (String)
436
436
 
437
437
  # @!method describe_environments(options = {})
438
438
  # Calls the DescribeEnvironments API operation.
439
439
  # @param [Hash] options
440
- # * +:application_name+ - (String) If specified, AWS Elastic Beanstalk
440
+ # * `:application_name` - (String) If specified, AWS Elastic Beanstalk
441
441
  # restricts the returned descriptions to include only those that are
442
442
  # associated with this application.
443
- # * +:version_label+ - (String) If specified, AWS Elastic Beanstalk
443
+ # * `:version_label` - (String) If specified, AWS Elastic Beanstalk
444
444
  # restricts the returned descriptions to include only those that are
445
445
  # associated with this application version.
446
- # * +:environment_ids+ - (Array<String>) If specified, AWS Elastic
446
+ # * `:environment_ids` - (Array<String>) If specified, AWS Elastic
447
447
  # Beanstalk restricts the returned descriptions to include only those
448
448
  # that have the specified IDs.
449
- # * +:environment_names+ - (Array<String>) If specified, AWS Elastic
449
+ # * `:environment_names` - (Array<String>) If specified, AWS Elastic
450
450
  # Beanstalk restricts the returned descriptions to include only those
451
451
  # that have the specified names.
452
- # * +:include_deleted+ - (Boolean) Indicates whether to include deleted
453
- # environments: +true+ : Environments that have been deleted after
454
- # IncludedDeletedBackTo are displayed. +false+ : Do not include
452
+ # * `:include_deleted` - (Boolean) Indicates whether to include deleted
453
+ # environments: `true` : Environments that have been deleted after
454
+ # IncludedDeletedBackTo are displayed. `false` : Do not include
455
455
  # deleted environments.
456
- # * +:included_deleted_back_to+ - (String<ISO8601 datetime>) If
457
- # specified when IncludeDeleted is set to +true+ , then environments
456
+ # * `:included_deleted_back_to` - (String<ISO8601 datetime>) If
457
+ # specified when IncludeDeleted is set to `true` , then environments
458
458
  # deleted after this date are displayed.
459
459
  # @return [Core::Response]
460
460
  # The #data method of the response object returns
461
461
  # a hash with the following structure:
462
- # * +:environments+ - (Array<Hash>)
463
- # * +:environment_name+ - (String)
464
- # * +:environment_id+ - (String)
465
- # * +:application_name+ - (String)
466
- # * +:version_label+ - (String)
467
- # * +:solution_stack_name+ - (String)
468
- # * +:template_name+ - (String)
469
- # * +:description+ - (String)
470
- # * +:endpoint_url+ - (String)
471
- # * +:cname+ - (String)
472
- # * +:date_created+ - (Time)
473
- # * +:date_updated+ - (Time)
474
- # * +:status+ - (String)
475
- # * +:health+ - (String)
476
- # * +:resources+ - (Hash)
477
- # * +:load_balancer+ - (Hash)
478
- # * +:load_balancer_name+ - (String)
479
- # * +:domain+ - (String)
480
- # * +:listeners+ - (Array<Hash>)
481
- # * +:protocol+ - (String)
482
- # * +:port+ - (Integer)
462
+ # * `:environments` - (Array<Hash>)
463
+ # * `:environment_name` - (String)
464
+ # * `:environment_id` - (String)
465
+ # * `:application_name` - (String)
466
+ # * `:version_label` - (String)
467
+ # * `:solution_stack_name` - (String)
468
+ # * `:template_name` - (String)
469
+ # * `:description` - (String)
470
+ # * `:endpoint_url` - (String)
471
+ # * `:cname` - (String)
472
+ # * `:date_created` - (Time)
473
+ # * `:date_updated` - (Time)
474
+ # * `:status` - (String)
475
+ # * `:health` - (String)
476
+ # * `:resources` - (Hash)
477
+ # * `:load_balancer` - (Hash)
478
+ # * `:load_balancer_name` - (String)
479
+ # * `:domain` - (String)
480
+ # * `:listeners` - (Array<Hash>)
481
+ # * `:protocol` - (String)
482
+ # * `:port` - (Integer)
483
483
 
484
484
  # @!method describe_events(options = {})
485
485
  # Calls the DescribeEvents API operation.
486
486
  # @param [Hash] options
487
- # * +:application_name+ - (String) If specified, AWS Elastic Beanstalk
487
+ # * `:application_name` - (String) If specified, AWS Elastic Beanstalk
488
488
  # restricts the returned descriptions to include only those
489
489
  # associated with this application.
490
- # * +:version_label+ - (String) If specified, AWS Elastic Beanstalk
490
+ # * `:version_label` - (String) If specified, AWS Elastic Beanstalk
491
491
  # restricts the returned descriptions to those associated with this
492
492
  # application version.
493
- # * +:template_name+ - (String) If specified, AWS Elastic Beanstalk
493
+ # * `:template_name` - (String) If specified, AWS Elastic Beanstalk
494
494
  # restricts the returned descriptions to those that are associated
495
495
  # with this environment configuration.
496
- # * +:environment_id+ - (String) If specified, AWS Elastic Beanstalk
496
+ # * `:environment_id` - (String) If specified, AWS Elastic Beanstalk
497
497
  # restricts the returned descriptions to those associated with this
498
498
  # environment.
499
- # * +:environment_name+ - (String) If specified, AWS Elastic Beanstalk
499
+ # * `:environment_name` - (String) If specified, AWS Elastic Beanstalk
500
500
  # restricts the returned descriptions to those associated with this
501
501
  # environment.
502
- # * +:request_id+ - (String) If specified, AWS Elastic Beanstalk
502
+ # * `:request_id` - (String) If specified, AWS Elastic Beanstalk
503
503
  # restricts the described events to include only those associated
504
504
  # with this request ID.
505
- # * +:severity+ - (String) If specified, limits the events returned
505
+ # * `:severity` - (String) If specified, limits the events returned
506
506
  # from this call to include only those with the specified severity or
507
- # higher.
508
- # * +:start_time+ - (String<ISO8601 datetime>) If specified, AWS
507
+ # higher. Valid values include:
508
+ # * `TRACE`
509
+ # * `DEBUG`
510
+ # * `INFO`
511
+ # * `WARN`
512
+ # * `ERROR`
513
+ # * `FATAL`
514
+ # * `:start_time` - (String<ISO8601 datetime>) If specified, AWS
509
515
  # Elastic Beanstalk restricts the returned descriptions to those that
510
516
  # occur on or after this time.
511
- # * +:end_time+ - (String<ISO8601 datetime>) If specified, AWS Elastic
517
+ # * `:end_time` - (String<ISO8601 datetime>) If specified, AWS Elastic
512
518
  # Beanstalk restricts the returned descriptions to those that occur
513
519
  # up to, but not including, the EndTime.
514
- # * +:max_records+ - (Integer) Specifies the maximum number of events
520
+ # * `:max_records` - (Integer) Specifies the maximum number of events
515
521
  # that can be returned, beginning with the most recent event.
516
- # * +:next_token+ - (String) Pagination token. If specified, the events
522
+ # * `:next_token` - (String) Pagination token. If specified, the events
517
523
  # return the next batch of results.
518
524
  # @return [Core::Response]
519
525
  # The #data method of the response object returns
520
526
  # a hash with the following structure:
521
- # * +:events+ - (Array<Hash>)
522
- # * +:event_date+ - (Time)
523
- # * +:message+ - (String)
524
- # * +:application_name+ - (String)
525
- # * +:version_label+ - (String)
526
- # * +:template_name+ - (String)
527
- # * +:environment_name+ - (String)
528
- # * +:request_id+ - (String)
529
- # * +:severity+ - (String)
530
- # * +:next_token+ - (String)
527
+ # * `:events` - (Array<Hash>)
528
+ # * `:event_date` - (Time)
529
+ # * `:message` - (String)
530
+ # * `:application_name` - (String)
531
+ # * `:version_label` - (String)
532
+ # * `:template_name` - (String)
533
+ # * `:environment_name` - (String)
534
+ # * `:request_id` - (String)
535
+ # * `:severity` - (String)
536
+ # * `:next_token` - (String)
531
537
 
532
538
  # @!method list_available_solution_stacks(options = {})
533
539
  # Calls the ListAvailableSolutionStacks API operation.
@@ -535,19 +541,19 @@ module AWS
535
541
  # @return [Core::Response]
536
542
  # The #data method of the response object returns
537
543
  # a hash with the following structure:
538
- # * +:solution_stacks+ - (Array<String>)
539
- # * +:solution_stack_details+ - (Array<Hash>)
540
- # * +:solution_stack_name+ - (String)
541
- # * +:permitted_file_types+ - (Array<String>)
544
+ # * `:solution_stacks` - (Array<String>)
545
+ # * `:solution_stack_details` - (Array<Hash>)
546
+ # * `:solution_stack_name` - (String)
547
+ # * `:permitted_file_types` - (Array<String>)
542
548
 
543
549
  # @!method rebuild_environment(options = {})
544
550
  # Calls the RebuildEnvironment API operation.
545
551
  # @param [Hash] options
546
- # * +:environment_id+ - (String) The ID of the environment to rebuild.
552
+ # * `:environment_id` - (String) The ID of the environment to rebuild.
547
553
  # Condition: You must specify either this or an EnvironmentName, or
548
554
  # both. If you do not specify either, AWS Elastic Beanstalk returns
549
555
  # MissingRequiredParameter error.
550
- # * +:environment_name+ - (String) The name of the environment to
556
+ # * `:environment_name` - (String) The name of the environment to
551
557
  # rebuild. Condition: You must specify either this or an
552
558
  # EnvironmentId, or both. If you do not specify either, AWS Elastic
553
559
  # Beanstalk returns MissingRequiredParameter error.
@@ -556,30 +562,31 @@ module AWS
556
562
  # @!method request_environment_info(options = {})
557
563
  # Calls the RequestEnvironmentInfo API operation.
558
564
  # @param [Hash] options
559
- # * +:environment_id+ - (String) The ID of the environment of the
565
+ # * `:environment_id` - (String) The ID of the environment of the
560
566
  # requested data. If no such environment is found,
561
567
  # RequestEnvironmentInfo returns an InvalidParameterValue error.
562
568
  # Condition: You must specify either this or an EnvironmentName, or
563
569
  # both. If you do not specify either, AWS Elastic Beanstalk returns
564
570
  # MissingRequiredParameter error.
565
- # * +:environment_name+ - (String) The name of the environment of the
571
+ # * `:environment_name` - (String) The name of the environment of the
566
572
  # requested data. If no such environment is found,
567
573
  # RequestEnvironmentInfo returns an InvalidParameterValue error.
568
574
  # Condition: You must specify either this or an EnvironmentId, or
569
575
  # both. If you do not specify either, AWS Elastic Beanstalk returns
570
576
  # MissingRequiredParameter error.
571
- # * +:info_type+ - *required* - (String) The type of information to
572
- # request.
577
+ # * `:info_type` - *required* - (String) The type of information to
578
+ # request. Valid values include:
579
+ # * `tail`
573
580
  # @return [Core::Response]
574
581
 
575
582
  # @!method restart_app_server(options = {})
576
583
  # Calls the RestartAppServer API operation.
577
584
  # @param [Hash] options
578
- # * +:environment_id+ - (String) The ID of the environment to restart
585
+ # * `:environment_id` - (String) The ID of the environment to restart
579
586
  # the server for. Condition: You must specify either this or an
580
587
  # EnvironmentName, or both. If you do not specify either, AWS Elastic
581
588
  # Beanstalk returns MissingRequiredParameter error.
582
- # * +:environment_name+ - (String) The name of the environment to
589
+ # * `:environment_name` - (String) The name of the environment to
583
590
  # restart the server for. Condition: You must specify either this or
584
591
  # an EnvironmentId, or both. If you do not specify either, AWS
585
592
  # Elastic Beanstalk returns MissingRequiredParameter error.
@@ -588,46 +595,47 @@ module AWS
588
595
  # @!method retrieve_environment_info(options = {})
589
596
  # Calls the RetrieveEnvironmentInfo API operation.
590
597
  # @param [Hash] options
591
- # * +:environment_id+ - (String) The ID of the data's environment. If
598
+ # * `:environment_id` - (String) The ID of the data's environment. If
592
599
  # no such environment is found, returns an InvalidParameterValue
593
600
  # error. Condition: You must specify either this or an
594
601
  # EnvironmentName, or both. If you do not specify either, AWS Elastic
595
602
  # Beanstalk returns MissingRequiredParameter error.
596
- # * +:environment_name+ - (String) The name of the data's environment.
603
+ # * `:environment_name` - (String) The name of the data's environment.
597
604
  # If no such environment is found, returns an InvalidParameterValue
598
605
  # error. Condition: You must specify either this or an EnvironmentId,
599
606
  # or both. If you do not specify either, AWS Elastic Beanstalk
600
607
  # returns MissingRequiredParameter error.
601
- # * +:info_type+ - *required* - (String) The type of information to
602
- # retrieve.
608
+ # * `:info_type` - *required* - (String) The type of information to
609
+ # retrieve. Valid values include:
610
+ # * `tail`
603
611
  # @return [Core::Response]
604
612
  # The #data method of the response object returns
605
613
  # a hash with the following structure:
606
- # * +:environment_info+ - (Array<Hash>)
607
- # * +:info_type+ - (String)
608
- # * +:ec_2_instance_id+ - (String)
609
- # * +:sample_timestamp+ - (Time)
610
- # * +:message+ - (String)
614
+ # * `:environment_info` - (Array<Hash>)
615
+ # * `:info_type` - (String)
616
+ # * `:ec2_instance_id` - (String)
617
+ # * `:sample_timestamp` - (Time)
618
+ # * `:message` - (String)
611
619
 
612
620
  # @!method swap_environment_cnam_es(options = {})
613
621
  # Calls the SwapEnvironmentCNAMEs API operation.
614
622
  # @param [Hash] options
615
- # * +:source_environment_id+ - (String) The ID of the source
623
+ # * `:source_environment_id` - (String) The ID of the source
616
624
  # environment. Condition: You must specify at least the
617
625
  # SourceEnvironmentID or the SourceEnvironmentName. You may also
618
626
  # specify both. If you specify the SourceEnvironmentId, you must
619
627
  # specify the DestinationEnvironmentId.
620
- # * +:source_environment_name+ - (String) The name of the source
628
+ # * `:source_environment_name` - (String) The name of the source
621
629
  # environment. Condition: You must specify at least the
622
630
  # SourceEnvironmentID or the SourceEnvironmentName. You may also
623
631
  # specify both. If you specify the SourceEnvironmentName, you must
624
632
  # specify the DestinationEnvironmentName.
625
- # * +:destination_environment_id+ - (String) The ID of the destination
633
+ # * `:destination_environment_id` - (String) The ID of the destination
626
634
  # environment. Condition: You must specify at least the
627
635
  # DestinationEnvironmentID or the DestinationEnvironmentName. You may
628
636
  # also specify both. You must specify the SourceEnvironmentId with
629
637
  # the DestinationEnvironmentId.
630
- # * +:destination_environment_name+ - (String) The name of the
638
+ # * `:destination_environment_name` - (String) The name of the
631
639
  # destination environment. Condition: You must specify at least the
632
640
  # DestinationEnvironmentID or the DestinationEnvironmentName. You may
633
641
  # also specify both. You must specify the SourceEnvironmentName with
@@ -637,226 +645,226 @@ module AWS
637
645
  # @!method terminate_environment(options = {})
638
646
  # Calls the TerminateEnvironment API operation.
639
647
  # @param [Hash] options
640
- # * +:environment_id+ - (String) The ID of the environment to
648
+ # * `:environment_id` - (String) The ID of the environment to
641
649
  # terminate. Condition: You must specify either this or an
642
650
  # EnvironmentName, or both. If you do not specify either, AWS Elastic
643
651
  # Beanstalk returns MissingRequiredParameter error.
644
- # * +:environment_name+ - (String) The name of the environment to
652
+ # * `:environment_name` - (String) The name of the environment to
645
653
  # terminate. Condition: You must specify either this or an
646
654
  # EnvironmentId, or both. If you do not specify either, AWS Elastic
647
655
  # Beanstalk returns MissingRequiredParameter error.
648
- # * +:terminate_resources+ - (Boolean) Indicates whether the associated
656
+ # * `:terminate_resources` - (Boolean) Indicates whether the associated
649
657
  # AWS resources should shut down when the environment is terminated:
650
- # +true+ : (default) The user AWS resources (for example, the Auto
658
+ # `true` : (default) The user AWS resources (for example, the Auto
651
659
  # Scaling group, LoadBalancer, etc.) are terminated along with the
652
- # environment. +false+ : The environment is removed from the AWS
653
- # Elastic Beanstalk but the AWS resources continue to operate. +true+
660
+ # environment. `false` : The environment is removed from the AWS
661
+ # Elastic Beanstalk but the AWS resources continue to operate. `true`
654
662
  # : The specified environment as well as the associated AWS
655
663
  # resources, such as Auto Scaling group and LoadBalancer, are
656
- # terminated. +false+ : AWS Elastic Beanstalk resource management is
664
+ # terminated. `false` : AWS Elastic Beanstalk resource management is
657
665
  # removed from the environment, but the AWS resources continue to
658
666
  # operate. For more information, see the AWS Elastic Beanstalk User
659
- # Guide. Default: +true+ Valid Values: +true+ | +false+
667
+ # Guide. Default: `true` Valid Values: `true` | `false`
660
668
  # @return [Core::Response]
661
669
  # The #data method of the response object returns
662
670
  # a hash with the following structure:
663
- # * +:environment_name+ - (String)
664
- # * +:environment_id+ - (String)
665
- # * +:application_name+ - (String)
666
- # * +:version_label+ - (String)
667
- # * +:solution_stack_name+ - (String)
668
- # * +:template_name+ - (String)
669
- # * +:description+ - (String)
670
- # * +:endpoint_url+ - (String)
671
- # * +:cname+ - (String)
672
- # * +:date_created+ - (Time)
673
- # * +:date_updated+ - (Time)
674
- # * +:status+ - (String)
675
- # * +:health+ - (String)
676
- # * +:resources+ - (Hash)
677
- # * +:load_balancer+ - (Hash)
678
- # * +:load_balancer_name+ - (String)
679
- # * +:domain+ - (String)
680
- # * +:listeners+ - (Array<Hash>)
681
- # * +:protocol+ - (String)
682
- # * +:port+ - (Integer)
671
+ # * `:environment_name` - (String)
672
+ # * `:environment_id` - (String)
673
+ # * `:application_name` - (String)
674
+ # * `:version_label` - (String)
675
+ # * `:solution_stack_name` - (String)
676
+ # * `:template_name` - (String)
677
+ # * `:description` - (String)
678
+ # * `:endpoint_url` - (String)
679
+ # * `:cname` - (String)
680
+ # * `:date_created` - (Time)
681
+ # * `:date_updated` - (Time)
682
+ # * `:status` - (String)
683
+ # * `:health` - (String)
684
+ # * `:resources` - (Hash)
685
+ # * `:load_balancer` - (Hash)
686
+ # * `:load_balancer_name` - (String)
687
+ # * `:domain` - (String)
688
+ # * `:listeners` - (Array<Hash>)
689
+ # * `:protocol` - (String)
690
+ # * `:port` - (Integer)
683
691
 
684
692
  # @!method update_application(options = {})
685
693
  # Calls the UpdateApplication API operation.
686
694
  # @param [Hash] options
687
- # * +:application_name+ - *required* - (String) The name of the
695
+ # * `:application_name` - *required* - (String) The name of the
688
696
  # application to update. If no such application is found,
689
697
  # UpdateApplication returns an InvalidParameterValue error.
690
- # * +:description+ - (String) A new description for the application.
698
+ # * `:description` - (String) A new description for the application.
691
699
  # Default: If not specified, AWS Elastic Beanstalk does not update
692
700
  # the description.
693
701
  # @return [Core::Response]
694
702
  # The #data method of the response object returns
695
703
  # a hash with the following structure:
696
- # * +:application+ - (Hash)
697
- # * +:application_name+ - (String)
698
- # * +:description+ - (String)
699
- # * +:date_created+ - (Time)
700
- # * +:date_updated+ - (Time)
701
- # * +:versions+ - (Array<String>)
702
- # * +:configuration_templates+ - (Array<String>)
704
+ # * `:application` - (Hash)
705
+ # * `:application_name` - (String)
706
+ # * `:description` - (String)
707
+ # * `:date_created` - (Time)
708
+ # * `:date_updated` - (Time)
709
+ # * `:versions` - (Array<String>)
710
+ # * `:configuration_templates` - (Array<String>)
703
711
 
704
712
  # @!method update_application_version(options = {})
705
713
  # Calls the UpdateApplicationVersion API operation.
706
714
  # @param [Hash] options
707
- # * +:application_name+ - *required* - (String) The name of the
715
+ # * `:application_name` - *required* - (String) The name of the
708
716
  # application associated with this version. If no application is
709
717
  # found with this name, UpdateApplication returns an
710
718
  # InvalidParameterValue error.
711
- # * +:version_label+ - *required* - (String) The name of the version to
719
+ # * `:version_label` - *required* - (String) The name of the version to
712
720
  # update. If no application version is found with this label,
713
721
  # UpdateApplication returns an InvalidParameterValue error.
714
- # * +:description+ - (String) A new description for this release.
722
+ # * `:description` - (String) A new description for this release.
715
723
  # @return [Core::Response]
716
724
  # The #data method of the response object returns
717
725
  # a hash with the following structure:
718
- # * +:application_version+ - (Hash)
719
- # * +:application_name+ - (String)
720
- # * +:description+ - (String)
721
- # * +:version_label+ - (String)
722
- # * +:source_bundle+ - (Hash)
723
- # * +:s3_bucket+ - (String)
724
- # * +:s3_key+ - (String)
725
- # * +:date_created+ - (Time)
726
- # * +:date_updated+ - (Time)
726
+ # * `:application_version` - (Hash)
727
+ # * `:application_name` - (String)
728
+ # * `:description` - (String)
729
+ # * `:version_label` - (String)
730
+ # * `:source_bundle` - (Hash)
731
+ # * `:s3_bucket` - (String)
732
+ # * `:s3_key` - (String)
733
+ # * `:date_created` - (Time)
734
+ # * `:date_updated` - (Time)
727
735
 
728
736
  # @!method update_configuration_template(options = {})
729
737
  # Calls the UpdateConfigurationTemplate API operation.
730
738
  # @param [Hash] options
731
- # * +:application_name+ - *required* - (String) The name of the
739
+ # * `:application_name` - *required* - (String) The name of the
732
740
  # application associated with the configuration template to update.
733
741
  # If no application is found with this name,
734
742
  # UpdateConfigurationTemplate returns an InvalidParameterValue error.
735
- # * +:template_name+ - *required* - (String) The name of the
743
+ # * `:template_name` - *required* - (String) The name of the
736
744
  # configuration template to update. If no configuration template is
737
745
  # found with this name, UpdateConfigurationTemplate returns an
738
746
  # InvalidParameterValue error.
739
- # * +:description+ - (String) A new description for the configuration.
740
- # * +:option_settings+ - (Array<Hash>) A list of configuration option
747
+ # * `:description` - (String) A new description for the configuration.
748
+ # * `:option_settings` - (Array<Hash>) A list of configuration option
741
749
  # settings to update with the new specified option value.
742
- # * +:namespace+ - (String) A unique namespace identifying the
750
+ # * `:namespace` - (String) A unique namespace identifying the
743
751
  # option's associated AWS resource.
744
- # * +:option_name+ - (String) The name of the configuration option.
745
- # * +:value+ - (String) The current value for the configuration
752
+ # * `:option_name` - (String) The name of the configuration option.
753
+ # * `:value` - (String) The current value for the configuration
746
754
  # option.
747
- # * +:options_to_remove+ - (Array<Hash>) A list of configuration
755
+ # * `:options_to_remove` - (Array<Hash>) A list of configuration
748
756
  # options to remove from the configuration set. Constraint: You can
749
757
  # remove only UserDefined configuration options.
750
- # * +:namespace+ - (String) A unique namespace identifying the
758
+ # * `:namespace` - (String) A unique namespace identifying the
751
759
  # option's associated AWS resource.
752
- # * +:option_name+ - (String) The name of the configuration option.
760
+ # * `:option_name` - (String) The name of the configuration option.
753
761
  # @return [Core::Response]
754
762
  # The #data method of the response object returns
755
763
  # a hash with the following structure:
756
- # * +:solution_stack_name+ - (String)
757
- # * +:application_name+ - (String)
758
- # * +:template_name+ - (String)
759
- # * +:description+ - (String)
760
- # * +:environment_name+ - (String)
761
- # * +:deployment_status+ - (String)
762
- # * +:date_created+ - (Time)
763
- # * +:date_updated+ - (Time)
764
- # * +:option_settings+ - (Array<Hash>)
765
- # * +:namespace+ - (String)
766
- # * +:option_name+ - (String)
767
- # * +:value+ - (String)
764
+ # * `:solution_stack_name` - (String)
765
+ # * `:application_name` - (String)
766
+ # * `:template_name` - (String)
767
+ # * `:description` - (String)
768
+ # * `:environment_name` - (String)
769
+ # * `:deployment_status` - (String)
770
+ # * `:date_created` - (Time)
771
+ # * `:date_updated` - (Time)
772
+ # * `:option_settings` - (Array<Hash>)
773
+ # * `:namespace` - (String)
774
+ # * `:option_name` - (String)
775
+ # * `:value` - (String)
768
776
 
769
777
  # @!method update_environment(options = {})
770
778
  # Calls the UpdateEnvironment API operation.
771
779
  # @param [Hash] options
772
- # * +:environment_id+ - (String) The ID of the environment to update.
780
+ # * `:environment_id` - (String) The ID of the environment to update.
773
781
  # If no environment with this ID exists, AWS Elastic Beanstalk
774
782
  # returns an InvalidParameterValue error. Condition: You must specify
775
783
  # either this or an EnvironmentName, or both. If you do not specify
776
784
  # either, AWS Elastic Beanstalk returns MissingRequiredParameter
777
785
  # error.
778
- # * +:environment_name+ - (String) The name of the environment to
786
+ # * `:environment_name` - (String) The name of the environment to
779
787
  # update. If no environment with this name exists, AWS Elastic
780
788
  # Beanstalk returns an InvalidParameterValue error. Condition: You
781
789
  # must specify either this or an EnvironmentId, or both. If you do
782
790
  # not specify either, AWS Elastic Beanstalk returns
783
791
  # MissingRequiredParameter error.
784
- # * +:version_label+ - (String) If this parameter is specified, AWS
792
+ # * `:version_label` - (String) If this parameter is specified, AWS
785
793
  # Elastic Beanstalk deploys the named application version to the
786
794
  # environment. If no such application version is found, returns an
787
795
  # InvalidParameterValue error.
788
- # * +:template_name+ - (String) If this parameter is specified, AWS
796
+ # * `:template_name` - (String) If this parameter is specified, AWS
789
797
  # Elastic Beanstalk deploys this configuration template to the
790
798
  # environment. If no such configuration template is found, AWS
791
799
  # Elastic Beanstalk returns an InvalidParameterValue error.
792
- # * +:description+ - (String) If this parameter is specified, AWS
800
+ # * `:description` - (String) If this parameter is specified, AWS
793
801
  # Elastic Beanstalk updates the description of this environment.
794
- # * +:option_settings+ - (Array<Hash>) If specified, AWS Elastic
802
+ # * `:option_settings` - (Array<Hash>) If specified, AWS Elastic
795
803
  # Beanstalk updates the configuration set associated with the running
796
804
  # environment and sets the specified configuration options to the
797
805
  # requested value.
798
- # * +:namespace+ - (String) A unique namespace identifying the
806
+ # * `:namespace` - (String) A unique namespace identifying the
799
807
  # option's associated AWS resource.
800
- # * +:option_name+ - (String) The name of the configuration option.
801
- # * +:value+ - (String) The current value for the configuration
808
+ # * `:option_name` - (String) The name of the configuration option.
809
+ # * `:value` - (String) The current value for the configuration
802
810
  # option.
803
- # * +:options_to_remove+ - (Array<Hash>) A list of custom user-defined
811
+ # * `:options_to_remove` - (Array<Hash>) A list of custom user-defined
804
812
  # configuration options to remove from the configuration set for this
805
813
  # environment.
806
- # * +:namespace+ - (String) A unique namespace identifying the
814
+ # * `:namespace` - (String) A unique namespace identifying the
807
815
  # option's associated AWS resource.
808
- # * +:option_name+ - (String) The name of the configuration option.
816
+ # * `:option_name` - (String) The name of the configuration option.
809
817
  # @return [Core::Response]
810
818
  # The #data method of the response object returns
811
819
  # a hash with the following structure:
812
- # * +:environment_name+ - (String)
813
- # * +:environment_id+ - (String)
814
- # * +:application_name+ - (String)
815
- # * +:version_label+ - (String)
816
- # * +:solution_stack_name+ - (String)
817
- # * +:template_name+ - (String)
818
- # * +:description+ - (String)
819
- # * +:endpoint_url+ - (String)
820
- # * +:cname+ - (String)
821
- # * +:date_created+ - (Time)
822
- # * +:date_updated+ - (Time)
823
- # * +:status+ - (String)
824
- # * +:health+ - (String)
825
- # * +:resources+ - (Hash)
826
- # * +:load_balancer+ - (Hash)
827
- # * +:load_balancer_name+ - (String)
828
- # * +:domain+ - (String)
829
- # * +:listeners+ - (Array<Hash>)
830
- # * +:protocol+ - (String)
831
- # * +:port+ - (Integer)
820
+ # * `:environment_name` - (String)
821
+ # * `:environment_id` - (String)
822
+ # * `:application_name` - (String)
823
+ # * `:version_label` - (String)
824
+ # * `:solution_stack_name` - (String)
825
+ # * `:template_name` - (String)
826
+ # * `:description` - (String)
827
+ # * `:endpoint_url` - (String)
828
+ # * `:cname` - (String)
829
+ # * `:date_created` - (Time)
830
+ # * `:date_updated` - (Time)
831
+ # * `:status` - (String)
832
+ # * `:health` - (String)
833
+ # * `:resources` - (Hash)
834
+ # * `:load_balancer` - (Hash)
835
+ # * `:load_balancer_name` - (String)
836
+ # * `:domain` - (String)
837
+ # * `:listeners` - (Array<Hash>)
838
+ # * `:protocol` - (String)
839
+ # * `:port` - (Integer)
832
840
 
833
841
  # @!method validate_configuration_settings(options = {})
834
842
  # Calls the ValidateConfigurationSettings API operation.
835
843
  # @param [Hash] options
836
- # * +:application_name+ - *required* - (String) The name of the
844
+ # * `:application_name` - *required* - (String) The name of the
837
845
  # application that the configuration template or environment belongs
838
846
  # to.
839
- # * +:template_name+ - (String) The name of the configuration template
847
+ # * `:template_name` - (String) The name of the configuration template
840
848
  # to validate the settings against. Condition: You cannot specify
841
849
  # both this and an environment name.
842
- # * +:environment_name+ - (String) The name of the environment to
850
+ # * `:environment_name` - (String) The name of the environment to
843
851
  # validate the settings against. Condition: You cannot specify both
844
852
  # this and a configuration template name.
845
- # * +:option_settings+ - *required* - (Array<Hash>) A list of the
853
+ # * `:option_settings` - *required* - (Array<Hash>) A list of the
846
854
  # options and desired values to evaluate.
847
- # * +:namespace+ - (String) A unique namespace identifying the
855
+ # * `:namespace` - (String) A unique namespace identifying the
848
856
  # option's associated AWS resource.
849
- # * +:option_name+ - (String) The name of the configuration option.
850
- # * +:value+ - (String) The current value for the configuration
857
+ # * `:option_name` - (String) The name of the configuration option.
858
+ # * `:value` - (String) The current value for the configuration
851
859
  # option.
852
860
  # @return [Core::Response]
853
861
  # The #data method of the response object returns
854
862
  # a hash with the following structure:
855
- # * +:messages+ - (Array<Hash>)
856
- # * +:message+ - (String)
857
- # * +:severity+ - (String)
858
- # * +:namespace+ - (String)
859
- # * +:option_name+ - (String)
863
+ # * `:messages` - (Array<Hash>)
864
+ # * `:message` - (String)
865
+ # * `:severity` - (String)
866
+ # * `:namespace` - (String)
867
+ # * `:option_name` - (String)
860
868
 
861
869
  # end client methods #
862
870