Christopher Oliver
d54f7d4fd8
[AWS RDS] Added LicenseModel to the db_parser.
2011-07-12 16:53:17 -04:00
Christopher Oliver
4ecfb87419
[AWS RDS] Added describe db engine versions and describe db reserved instances. Changed the signed params version to 2011-04-01 from 2010-07-28.
2011-07-12 16:03:04 -04:00
geemus
b452aa679d
[core] update parser to better handle whitespace
2011-05-12 13:15:13 -07:00
Aaron Suggs
e3c646b03d
[aws|rds] Basic support for restoring servers.
...
Adds RDS#restore_db_instance_from_db_snapshot and
RDS#restore_db_instance_to_point_in_time
2011-03-10 12:31:04 -08:00
Aaron Suggs
0f0058ed52
[aws|rds] Parse DBName attribute.
...
The default parser was ignoring the DBName attribute.
The db_name attribute was always nil in the RDS server model.
This patch fixes that.
2011-03-11 03:39:10 +08: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
Frederick Cheung
f3bdc7f074
[rds] support basic rds operations
2011-03-01 07:17:06 +08:00