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

143 commits

Author SHA1 Message Date
Nick Osborn
3302900967 [aws|iam] fix 'Path' handling for get_group response 2011-08-17 13:15:32 +01:00
geemus
dc78e464bc [AWS|SNS] flesh out basics 2011-07-19 17:53:26 -05:00
phiggins
f3f9650896 SNS ConfirmSubscription and Unsubscribe 2011-07-19 15:26:38 -05:00
phiggins
71b7a44132 SNS Subscribe 2011-07-19 15:26:38 -05:00
phiggins
a9b57c9173 SNS SetTopicAttributes 2011-07-19 15:26:38 -05:00
phiggins
5cd1285575 SNS RemovePermission 2011-07-19 15:26:38 -05:00
phiggins
5fbb645e57 SNS AddPermission 2011-07-19 15:26:38 -05:00
phiggins
e92d4edb6d SNS Publish 2011-07-19 15:26:38 -05:00
phiggins
e92ca191d7 SNS CreateTopic and DeleteTopic 2011-07-19 15:26:38 -05:00
phiggins
2870fdea56 SNS ListSubscriptionsByTopic 2011-07-19 15:26:38 -05:00
phiggins
967a686bc9 SNS ListSubscriptions 2011-07-19 15:26:37 -05:00
phiggins
4b6cbb6912 Add SNS's get_topic_attributes command. 2011-07-19 15:26:37 -05:00
phiggins
adc20b5d44 Working ListUsers for SNS. 2011-07-19 15:26:37 -05:00
phiggins
f48af55118 Start of SNS. 2011-07-19 15:26:37 -05:00
geemus
c30357d638 [AWS|SQS] flesh out basics 2011-07-19 15:11:21 -05:00
Jon Crosby
6bd3e79448 Add SQS get_queue_attributes 2011-07-19 15:11:21 -05:00
Jon Crosby
9462528dc9 Continued SQS support
* Add send_message
* Add receive_message
* Add delete_message
2011-07-19 15:11:20 -05:00
Jon Crosby
750e0e8050 Begin SQS support
* Add SQS object
* Add create_queue
* Add list_queues
* Add delete_queue
2011-07-19 15:11:20 -05:00
Blake Gentry
5bb96b7d12 [aws|elb] make describe_load_balancers parse SSLCertificateId. Verify with test. 2011-07-15 17:23:23 -07:00
Christopher Oliver
1aaf5d837d [AWS Autoscaling] Got describe policies returning correctly. 2011-07-13 15:37:55 -04:00
Christopher Oliver
02eb62ad1f [AWS Autoscaling] Fixed error in describe policies parser. 2011-07-13 14:03:13 -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
Christopher Oliver
72cdcee0e8 [AWS IAM] Added Alias related functionality to IAM. Also added get_group_policy. 2011-07-12 11:58:37 -04:00
Wesley Beary
933e339013 Merge pull request from redzebra/auto_scaling_20100801
Auto scaling 20100801
2011-07-08 13:16:44 -07:00
Wesley Beary
accc795a8b Merge pull request from fcheung/cloudwatch
Cloudwatch
2011-07-08 13:14:28 -07:00
Nick Osborn
9afb8c8460 [aws|auto_scaling] implement 2010-08-01 API 2011-06-12 21:07:42 +01:00
Blake Gentry
cc2ab5e8ec [aws|elb] Add new attributes for 2011-04-05 API. 2011-05-30 15:57:07 -07:00
Henry Addison
22f9ccc75c split out and got passing get metric statistics request tests 2011-05-19 11:37:45 +01:00
Henry Addison
2e0061cdac simplified a bit the long case statement in end element in list_metrics parser 2011-05-18 14:42:40 +01:00
Henry Addison
d0f8e79b4c Fixed the parser for list metrics cloudwatch request 2011-05-17 14:48:29 +01:00
Frederick Cheung
5a1789c182 add get/put/list metrics 2011-05-16 10:49:11 +01:00
geemus
b452aa679d [core] update parser to better handle whitespace 2011-05-12 13:15:13 -07:00
Aaron Suggs
21770c63be [aws|iam] Add list_server_certificates request 2011-05-07 15:13:54 -04:00
Aaron Suggs
3b15fc67f5 [aws|iam] Parse server certificate UploadDate
Parse the upload date as a Time object
2011-05-07 14:43:51 -04:00
Aaron Suggs
c4380405e3 [aws|elb] Add support for creating and deleting listeners 2011-04-28 12:08:07 -04:00
Aaron Suggs
082adf861a [aws|elb] Add configure_health_check request 2011-04-12 14:50:44 -04:00
Aaron Suggs
e60295bba4 [aws|elb] Fix Policies in describe_load_balancers parser.
Parse PolicyName, CookieName, and
CookieExpirationPeriod tags that may appear under
the Policies tag.

Also, lightly DRY'ed up the parser.
2011-04-09 09:10:50 -04:00
Frederick Cheung
02b83d6919 [aws|iam] add support for manipulating login profiles 2011-03-16 04:16:52 +08:00
geemus
9257518c18 [aws|cloud_formation] cleanup + tests 2011-03-14 18:19:20 -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
James Miller
8a59ceed2d [aws|iam] Add parser for server certificates 2011-03-02 03:08:38 +08:00
crazed
70862b3de3 [aws|cloudformation] add basic CloudFormation support 2011-02-28 15:27:41 -08:00
Frederick Cheung
f3bdc7f074 [rds] support basic rds operations 2011-03-01 07:17:06 +08:00
coliver
b87b97f43a [aws|iam] Added GetUserPolicy to IAM 2011-03-01 02:54:32 +08:00
bdorry
ad40758c84 [aws|iam] added update signing certificate support 2011-02-24 16:44:03 -08:00
bdorry
6689c6e0a5 [aws|iam] added update group requests and parsers 2011-02-25 08:41:30 +08:00
geemus
df510eb28a [aws|iam] get_group set Arn on group/member as appropriate 2011-02-23 10:58:50 -08:00