1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

2 commits

Author SHA1 Message Date
geemus
b452aa679d [core] update parser to better handle whitespace 2011-05-12 13:15:13 -07:00
Aaron Suggs
02ff3171ee [aws|rds] Add support for DB Security Groups
Added security_groups collection and
security_group model to Fog::AWS::RDS

Added API methods:
Fog::AWS::RDS#describe_db_security_groups
Fog::AWS::RDS#create_db_security_group
Fog::AWS::RDS#delete_db_security_group
Fog::AWS::RDS#authorize_db_security_group_ingress
Fog::AWS::RDS#revoke_db_security_group_ingress
2011-03-11 03:28:58 +08:00