Benton Roberts
9bb8a2702d
[aws|rds] add tests for RDS tagging requests
2012-10-28 22:19:50 -04:00
Rusty Geldmacher
b40e08c0dd
Beginning implementation of RDS subnet groups
2012-10-11 17:02:26 -04:00
Sean Hart
a07079196f
Added parsing for Marker. AWS limits response to 100 lines and gives you a marker to get the next batch with
2012-10-04 11:02:14 -07:00
Sean Hart
bc20543220
Fixed typos in elasticache and rds describe_events. Added better documentation of describe_events.
2012-10-02 10:35:12 -07:00
Your Name
0c536a543e
Created describe events for RDS
2012-09-26 16:44:20 -07:00
Frederick Cheung
8d1bb31ec1
[AWS|RDS] expose the SnapshotType attribute & allow filtering by it
2012-09-07 09:50:20 +01:00
Rusty Geldmacher
d1354869e8
Added support for RDS VPC subnet groups. Bumped RDS API version to 2012-01-15
2012-08-10 13:03:56 -04:00
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