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

Renamed Fog::AWS::SES::Real#verify_domain to #verify_domain_identity.

* Match the AWS SES API.
This commit is contained in:
Postmodern 2013-07-17 16:11:08 -07:00
parent aa1847e7d2
commit 71bfd6d030

View file

@ -16,7 +16,7 @@ module Fog
# * 'ResponseMetadata'<~Hash>:
# * 'VerificationToken'<~String> - Verification token
# * 'RequestId'<~String> - Id of request
def verify_domain(domain)
def verify_domain_identity(domain)
request({
'Action' => 'VerifyDomainIdentity',
'Domain' => domain,