aws 2.2.3 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/rds/rds.rb +3 -3
  2. metadata +2 -2
@@ -153,11 +153,11 @@ module Aws
153
153
  end
154
154
 
155
155
 
156
- def authorize_db_security_group_ingress(group_name, ec2_group_name, ec2_group_owner_id, options={})
156
+ def authorize_db_security_group_ingress_ec2group(group_name, ec2_group_name, ec2_group_owner_id, options={})
157
157
  params = {}
158
158
  params['DBSecurityGroupName'] = group_name
159
159
  params['EC2SecurityGroupOwnerId'] = ec2_group_owner_id
160
- params['EC2Security-GroupName'] = ec2_group_name
160
+ params['EC2SecurityGroupName'] = ec2_group_name
161
161
  link = generate_request("AuthorizeDBSecurityGroupIngress", params)
162
162
  resp = request_info_xml_simple(:rds_connection, @params, link, @logger)
163
163
  rescue Exception
@@ -165,7 +165,7 @@ module Aws
165
165
  end
166
166
 
167
167
 
168
- def authorize_db_security_group_ingress(group_name, ip_range, options={})
168
+ def authorize_db_security_group_ingress_range(group_name, ip_range, options={})
169
169
  params = {}
170
170
  params['DBSecurityGroupName'] = group_name
171
171
  params['CIDRIP'] = ip_range
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.3
4
+ version: 2.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-02-08 00:00:00 -08:00
14
+ date: 2010-02-09 00:00:00 -08:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency