Adds a domain to the list of identities for your Amazon SES account in the current AWS
Region and attempts to verify it. For more information about verifying domains, see
Verifying Email
Addresses and Domains in the Amazon SES Developer
Guide.
You can execute this operation no more than once per second.
Example
Use a bare-bones client and the command you need to make an API call.
// The following example starts the domain verification process with Amazon SES: constinput = { "Domain":"example.com" }; constcommand = newVerifyDomainIdentityCommand(input); constresponse = awaitclient.send(command); /* response == { "VerificationToken": "eoEmxw+YaYhb3h3iVJHuXMJXqeu1q1/wwmvjuEXAMPLE" } */ // example id: verifydomainidentity-1469049165936
Adds a domain to the list of identities for your Amazon SES account in the current AWS Region and attempts to verify it. For more information about verifying domains, see Verifying Email Addresses and Domains in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Example
Use a bare-bones client and the command you need to make an API call.
Param
VerifyDomainIdentityCommandInput
Returns
VerifyDomainIdentityCommandOutput
See
input
shape.response
shape.config
shape.Example
VerifyDomainIdentity