Skip to content

Commit

Permalink
Merge pull request esl#48 from fogfish/master
Browse files Browse the repository at this point in the history
{ok, ...} | {error, ...} signature to ec2 api
  • Loading branch information
gleber committed Sep 19, 2013
2 parents 60108f1 + 2b199f9 commit aea6f06
Show file tree
Hide file tree
Showing 3 changed files with 818 additions and 393 deletions.
7 changes: 7 additions & 0 deletions Emakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{"src/*", [
report,
verbose,
{i, "include"},
{outdir, "ebin"},
debug_info
]}.
3 changes: 2 additions & 1 deletion include/erlcloud_ec2.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
monitoring_enabled=false::boolean(),
subnet_id::string(),
disable_api_termination=false::boolean(),
instance_initiated_shutdown_behavior::ec2_shutdown_behavior()
instance_initiated_shutdown_behavior::ec2_shutdown_behavior(),
ebs_optimized = false :: boolean()
}).
-record(ec2_image_spec, {
image_location::string(),
Expand Down
Loading

0 comments on commit aea6f06

Please sign in to comment.