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:
parent
aa1847e7d2
commit
71bfd6d030
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Fog
|
||||||
# * 'ResponseMetadata'<~Hash>:
|
# * 'ResponseMetadata'<~Hash>:
|
||||||
# * 'VerificationToken'<~String> - Verification token
|
# * 'VerificationToken'<~String> - Verification token
|
||||||
# * 'RequestId'<~String> - Id of request
|
# * 'RequestId'<~String> - Id of request
|
||||||
def verify_domain(domain)
|
def verify_domain_identity(domain)
|
||||||
request({
|
request({
|
||||||
'Action' => 'VerifyDomainIdentity',
|
'Action' => 'VerifyDomainIdentity',
|
||||||
'Domain' => domain,
|
'Domain' => domain,
|
||||||
|
|
Loading…
Add table
Reference in a new issue