Class: AWS::SimpleEmailService::Client
- Inherits:
-
Core::QueryClient
- Object
- Core::Client
- Core::QueryClient
- AWS::SimpleEmailService::Client
- Defined in:
- lib/aws/simple_email_service/client.rb
Overview
Client class for Amazon Simple E-mail Service (SES).
Constant Summary collapse
- REGION_US_E1 =
'email.us-east-1.amazonaws.com'
Instance Attribute Summary
Attributes inherited from Core::Client
Instance Method Summary collapse
-
#delete_identity(options = {}) ⇒ Core::Response
Calls the DeleteIdentity API operation.
-
#delete_verified_email_address(options = {}) ⇒ Core::Response
Calls the DeleteVerifiedEmailAddress API operation.
-
#get_identity_dkim_attributes(options = {}) ⇒ Core::Response
Calls the GetIdentityDkimAttributes API operation.
-
#get_identity_notification_attributes(options = {}) ⇒ Core::Response
Calls the GetIdentityNotificationAttributes API operation.
-
#get_identity_verification_attributes(options = {}) ⇒ Core::Response
Calls the GetIdentityVerificationAttributes API operation.
-
#get_send_quota(options = {}) ⇒ Core::Response
Calls the GetSendQuota API operation.
-
#get_send_statistics(options = {}) ⇒ Core::Response
Calls the GetSendStatistics API operation.
-
#list_identities(options = {}) ⇒ Core::Response
Calls the ListIdentities API operation.
-
#list_verified_email_addresses(options = {}) ⇒ Core::Response
Calls the ListVerifiedEmailAddresses API operation.
-
#send_email(options = {}) ⇒ Core::Response
Calls the SendEmail API operation.
-
#send_raw_email(options = {}) ⇒ Core::Response
Calls the SendRawEmail API operation.
-
#set_identity_dkim_enabled(options = {}) ⇒ Core::Response
Calls the SetIdentityDkimEnabled API operation.
-
#set_identity_feedback_forwarding_enabled(options = {}) ⇒ Core::Response
Calls the SetIdentityFeedbackForwardingEnabled API operation.
-
#set_identity_notification_topic(options = {}) ⇒ Core::Response
Calls the SetIdentityNotificationTopic API operation.
-
#verify_domain_dkim(options = {}) ⇒ Core::Response
Calls the VerifyDomainDkim API operation.
-
#verify_domain_identity(options = {}) ⇒ Core::Response
Calls the VerifyDomainIdentity API operation.
-
#verify_email_address(options = {}) ⇒ Core::Response
Calls the VerifyEmailAddress API operation.
-
#verify_email_identity(options = {}) ⇒ Core::Response
Calls the VerifyEmailIdentity API operation.
Methods inherited from Core::Client
#initialize, #log_warning, #operations, operations, #with_http_handler, #with_options
Constructor Details
This class inherits a constructor from AWS::Core::Client
Instance Method Details
#delete_identity(options = {}) ⇒ Core::Response
Calls the DeleteIdentity API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 27
|
#delete_verified_email_address(options = {}) ⇒ Core::Response
Calls the DeleteVerifiedEmailAddress API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 34
|
#get_identity_dkim_attributes(options = {}) ⇒ Core::Response
Calls the GetIdentityDkimAttributes API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 41
|
#get_identity_notification_attributes(options = {}) ⇒ Core::Response
Calls the GetIdentityNotificationAttributes API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 54
|
#get_identity_verification_attributes(options = {}) ⇒ Core::Response
Calls the GetIdentityVerificationAttributes API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 67
|
#get_send_quota(options = {}) ⇒ Core::Response
Calls the GetSendQuota API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 78
|
#get_send_statistics(options = {}) ⇒ Core::Response
Calls the GetSendStatistics API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 88
|
#list_identities(options = {}) ⇒ Core::Response
Calls the ListIdentities API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 101
|
#list_verified_email_addresses(options = {}) ⇒ Core::Response
Calls the ListVerifiedEmailAddresses API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 119
|
#send_email(options = {}) ⇒ Core::Response
Calls the SendEmail API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 127
|
#send_raw_email(options = {}) ⇒ Core::Response
Calls the SendRawEmail API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 173
|
#set_identity_dkim_enabled(options = {}) ⇒ Core::Response
Calls the SetIdentityDkimEnabled API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 201
|
#set_identity_feedback_forwarding_enabled(options = {}) ⇒ Core::Response
Calls the SetIdentityFeedbackForwardingEnabled API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 211
|
#set_identity_notification_topic(options = {}) ⇒ Core::Response
Calls the SetIdentityNotificationTopic API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 227
|
#verify_domain_dkim(options = {}) ⇒ Core::Response
Calls the VerifyDomainDkim API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 243
|
#verify_domain_identity(options = {}) ⇒ Core::Response
Calls the VerifyDomainIdentity API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 253
|
#verify_email_address(options = {}) ⇒ Core::Response
Calls the VerifyEmailAddress API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 262
|
#verify_email_identity(options = {}) ⇒ Core::Response
Calls the VerifyEmailIdentity API operation.
|
# File 'lib/aws/simple_email_service/client.rb', line 269
|