1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws/requests/elasticache
2013-09-08 18:41:43 -07:00
..
authorize_cache_security_group_ingress.rb Another fix from @jbence comments to simplify Excon response in authorize_cache_security_group_ingress 2013-09-08 18:41:43 -07:00
create_cache_cluster.rb [aws|elasticache] Add mocking for cache cluster requests 2012-07-26 20:09:12 -04:00
create_cache_parameter_group.rb
create_cache_security_group.rb More fixes to AWS::Elasticache mocking 2013-09-08 18:36:35 -07:00
delete_cache_cluster.rb [aws|elasticache] Add mocking for cache cluster requests 2012-07-26 20:09:12 -04:00
delete_cache_parameter_group.rb
delete_cache_security_group.rb More fixes to AWS::Elasticache mocking 2013-09-08 18:36:35 -07:00
describe_cache_clusters.rb [aws|elasticache] Mock raises NotFound Exception when AWS does 2012-07-27 11:45:56 -04:00
describe_cache_parameter_groups.rb
describe_cache_parameters.rb [aws|elasticache] implement describe_cache_groups request 2011-09-27 18:25:18 -05:00
describe_cache_security_groups.rb More fixes to AWS::Elasticache mocking 2013-09-08 18:36:35 -07:00
describe_engine_default_parameters.rb
describe_events.rb Fixed typos in elasticache and rds describe_events. Added better documentation of describe_events. 2012-10-02 10:35:12 -07:00
describe_reserved_cache_nodes.rb Adding describe_reserved_cache_nodes.rb 2013-01-16 16:41:15 -08:00
modify_cache_cluster.rb [aws|elasticache] Change modify_cache_cluster test to work in mocking mode 2012-07-26 21:13:21 -04:00
modify_cache_parameter_group.rb
reboot_cache_cluster.rb [aws|elasticache] Add mocking for cache cluster requests 2012-07-26 20:09:12 -04:00
reset_cache_parameter_group.rb [aws|elasticache] implement reset_cache_parameter_group request 2011-09-27 18:25:18 -05:00
revoke_cache_security_group_ingress.rb