Skip to main content
Module

x/aws_api/services/sesv2/mod.ts>SESV2

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
class SESV2
import { SESV2 } from "https://deno.land/x/aws_api@v0.8.1/services/sesv2/mod.ts";

Constructors

new
SESV2(apiFactory: client.ApiFactory)

Methods

createConfigurationSet(params: s.CreateConfigurationSetRequest, opts?: client.RequestOptions): Promise<void>
createConfigurationSetEventDestination(params: s.CreateConfigurationSetEventDestinationRequest, opts?: client.RequestOptions): Promise<void>
createContact(params: s.CreateContactRequest, opts?: client.RequestOptions): Promise<void>
createContactList(params: s.CreateContactListRequest, opts?: client.RequestOptions): Promise<void>
createCustomVerificationEmailTemplate(params: s.CreateCustomVerificationEmailTemplateRequest, opts?: client.RequestOptions): Promise<void>
createDedicatedIpPool(params: s.CreateDedicatedIpPoolRequest, opts?: client.RequestOptions): Promise<void>
createDeliverabilityTestReport(params: s.CreateDeliverabilityTestReportRequest, opts?: client.RequestOptions): Promise<s.CreateDeliverabilityTestReportResponse>
createEmailIdentity(params: s.CreateEmailIdentityRequest, opts?: client.RequestOptions): Promise<s.CreateEmailIdentityResponse>
createEmailIdentityPolicy(params: s.CreateEmailIdentityPolicyRequest, opts?: client.RequestOptions): Promise<void>
createEmailTemplate(params: s.CreateEmailTemplateRequest, opts?: client.RequestOptions): Promise<void>
createImportJob(params: s.CreateImportJobRequest, opts?: client.RequestOptions): Promise<s.CreateImportJobResponse>
deleteConfigurationSet(params: s.DeleteConfigurationSetRequest, opts?: client.RequestOptions): Promise<void>
deleteConfigurationSetEventDestination(params: s.DeleteConfigurationSetEventDestinationRequest, opts?: client.RequestOptions): Promise<void>
deleteContact(params: s.DeleteContactRequest, opts?: client.RequestOptions): Promise<void>
deleteContactList(params: s.DeleteContactListRequest, opts?: client.RequestOptions): Promise<void>
deleteCustomVerificationEmailTemplate(params: s.DeleteCustomVerificationEmailTemplateRequest, opts?: client.RequestOptions): Promise<void>
deleteDedicatedIpPool(params: s.DeleteDedicatedIpPoolRequest, opts?: client.RequestOptions): Promise<void>
deleteEmailIdentity(params: s.DeleteEmailIdentityRequest, opts?: client.RequestOptions): Promise<void>
deleteEmailIdentityPolicy(params: s.DeleteEmailIdentityPolicyRequest, opts?: client.RequestOptions): Promise<void>
deleteEmailTemplate(params: s.DeleteEmailTemplateRequest, opts?: client.RequestOptions): Promise<void>
deleteSuppressedDestination(params: s.DeleteSuppressedDestinationRequest, opts?: client.RequestOptions): Promise<void>
getAccount(opts?: client.RequestOptions): Promise<s.GetAccountResponse>
getBlacklistReports(params: s.GetBlacklistReportsRequest, opts?: client.RequestOptions): Promise<s.GetBlacklistReportsResponse>
getConfigurationSet(params: s.GetConfigurationSetRequest, opts?: client.RequestOptions): Promise<s.GetConfigurationSetResponse>
getConfigurationSetEventDestinations(params: s.GetConfigurationSetEventDestinationsRequest, opts?: client.RequestOptions): Promise<s.GetConfigurationSetEventDestinationsResponse>
getContact(params: s.GetContactRequest, opts?: client.RequestOptions): Promise<s.GetContactResponse>
getContactList(params: s.GetContactListRequest, opts?: client.RequestOptions): Promise<s.GetContactListResponse>
getCustomVerificationEmailTemplate(params: s.GetCustomVerificationEmailTemplateRequest, opts?: client.RequestOptions): Promise<s.GetCustomVerificationEmailTemplateResponse>
getDedicatedIp(params: s.GetDedicatedIpRequest, opts?: client.RequestOptions): Promise<s.GetDedicatedIpResponse>
getDedicatedIps(params?: s.GetDedicatedIpsRequest, opts?: client.RequestOptions): Promise<s.GetDedicatedIpsResponse>
getDeliverabilityDashboardOptions(opts?: client.RequestOptions): Promise<s.GetDeliverabilityDashboardOptionsResponse>
getDeliverabilityTestReport(params: s.GetDeliverabilityTestReportRequest, opts?: client.RequestOptions): Promise<s.GetDeliverabilityTestReportResponse>
getDomainDeliverabilityCampaign(params: s.GetDomainDeliverabilityCampaignRequest, opts?: client.RequestOptions): Promise<s.GetDomainDeliverabilityCampaignResponse>
getDomainStatisticsReport(params: s.GetDomainStatisticsReportRequest, opts?: client.RequestOptions): Promise<s.GetDomainStatisticsReportResponse>
getEmailIdentity(params: s.GetEmailIdentityRequest, opts?: client.RequestOptions): Promise<s.GetEmailIdentityResponse>
getEmailIdentityPolicies(params: s.GetEmailIdentityPoliciesRequest, opts?: client.RequestOptions): Promise<s.GetEmailIdentityPoliciesResponse>
getEmailTemplate(params: s.GetEmailTemplateRequest, opts?: client.RequestOptions): Promise<s.GetEmailTemplateResponse>
getImportJob(params: s.GetImportJobRequest, opts?: client.RequestOptions): Promise<s.GetImportJobResponse>
getSuppressedDestination(params: s.GetSuppressedDestinationRequest, opts?: client.RequestOptions): Promise<s.GetSuppressedDestinationResponse>
listConfigurationSets(params?: s.ListConfigurationSetsRequest, opts?: client.RequestOptions): Promise<s.ListConfigurationSetsResponse>
listContactLists(params?: s.ListContactListsRequest, opts?: client.RequestOptions): Promise<s.ListContactListsResponse>
listContacts(params: s.ListContactsRequest, opts?: client.RequestOptions): Promise<s.ListContactsResponse>
listCustomVerificationEmailTemplates(params?: s.ListCustomVerificationEmailTemplatesRequest, opts?: client.RequestOptions): Promise<s.ListCustomVerificationEmailTemplatesResponse>
listDedicatedIpPools(params?: s.ListDedicatedIpPoolsRequest, opts?: client.RequestOptions): Promise<s.ListDedicatedIpPoolsResponse>
listDeliverabilityTestReports(params?: s.ListDeliverabilityTestReportsRequest, opts?: client.RequestOptions): Promise<s.ListDeliverabilityTestReportsResponse>
listDomainDeliverabilityCampaigns(params: s.ListDomainDeliverabilityCampaignsRequest, opts?: client.RequestOptions): Promise<s.ListDomainDeliverabilityCampaignsResponse>
listEmailIdentities(params?: s.ListEmailIdentitiesRequest, opts?: client.RequestOptions): Promise<s.ListEmailIdentitiesResponse>
listEmailTemplates(params?: s.ListEmailTemplatesRequest, opts?: client.RequestOptions): Promise<s.ListEmailTemplatesResponse>
listImportJobs(params?: s.ListImportJobsRequest, opts?: client.RequestOptions): Promise<s.ListImportJobsResponse>
listSuppressedDestinations(params?: s.ListSuppressedDestinationsRequest, opts?: client.RequestOptions): Promise<s.ListSuppressedDestinationsResponse>
listTagsForResource(params: s.ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<s.ListTagsForResourceResponse>
putAccountDedicatedIpWarmupAttributes(params?: s.PutAccountDedicatedIpWarmupAttributesRequest, opts?: client.RequestOptions): Promise<void>
putAccountDetails(params: s.PutAccountDetailsRequest, opts?: client.RequestOptions): Promise<void>
putAccountSendingAttributes(params?: s.PutAccountSendingAttributesRequest, opts?: client.RequestOptions): Promise<void>
putAccountSuppressionAttributes(params?: s.PutAccountSuppressionAttributesRequest, opts?: client.RequestOptions): Promise<void>
putConfigurationSetDeliveryOptions(params: s.PutConfigurationSetDeliveryOptionsRequest, opts?: client.RequestOptions): Promise<void>
putConfigurationSetReputationOptions(params: s.PutConfigurationSetReputationOptionsRequest, opts?: client.RequestOptions): Promise<void>
putConfigurationSetSendingOptions(params: s.PutConfigurationSetSendingOptionsRequest, opts?: client.RequestOptions): Promise<void>
putConfigurationSetSuppressionOptions(params: s.PutConfigurationSetSuppressionOptionsRequest, opts?: client.RequestOptions): Promise<void>
putConfigurationSetTrackingOptions(params: s.PutConfigurationSetTrackingOptionsRequest, opts?: client.RequestOptions): Promise<void>
putDedicatedIpInPool(params: s.PutDedicatedIpInPoolRequest, opts?: client.RequestOptions): Promise<void>
putDedicatedIpWarmupAttributes(params: s.PutDedicatedIpWarmupAttributesRequest, opts?: client.RequestOptions): Promise<void>
putDeliverabilityDashboardOption(params: s.PutDeliverabilityDashboardOptionRequest, opts?: client.RequestOptions): Promise<void>
putEmailIdentityConfigurationSetAttributes(params: s.PutEmailIdentityConfigurationSetAttributesRequest, opts?: client.RequestOptions): Promise<void>
putEmailIdentityDkimAttributes(params: s.PutEmailIdentityDkimAttributesRequest, opts?: client.RequestOptions): Promise<void>
putEmailIdentityDkimSigningAttributes(params: s.PutEmailIdentityDkimSigningAttributesRequest, opts?: client.RequestOptions): Promise<s.PutEmailIdentityDkimSigningAttributesResponse>
putEmailIdentityFeedbackAttributes(params: s.PutEmailIdentityFeedbackAttributesRequest, opts?: client.RequestOptions): Promise<void>
putEmailIdentityMailFromAttributes(params: s.PutEmailIdentityMailFromAttributesRequest, opts?: client.RequestOptions): Promise<void>
putSuppressedDestination(params: s.PutSuppressedDestinationRequest, opts?: client.RequestOptions): Promise<void>
sendBulkEmail(params: s.SendBulkEmailRequest, opts?: client.RequestOptions): Promise<s.SendBulkEmailResponse>
sendCustomVerificationEmail(params: s.SendCustomVerificationEmailRequest, opts?: client.RequestOptions): Promise<s.SendCustomVerificationEmailResponse>
sendEmail(params: s.SendEmailRequest, opts?: client.RequestOptions): Promise<s.SendEmailResponse>
tagResource(params: s.TagResourceRequest, opts?: client.RequestOptions): Promise<void>
testRenderEmailTemplate(params: s.TestRenderEmailTemplateRequest, opts?: client.RequestOptions): Promise<s.TestRenderEmailTemplateResponse>
untagResource(params: s.UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
updateConfigurationSetEventDestination(params: s.UpdateConfigurationSetEventDestinationRequest, opts?: client.RequestOptions): Promise<void>
updateContact(params: s.UpdateContactRequest, opts?: client.RequestOptions): Promise<void>
updateContactList(params: s.UpdateContactListRequest, opts?: client.RequestOptions): Promise<void>
updateCustomVerificationEmailTemplate(params: s.UpdateCustomVerificationEmailTemplateRequest, opts?: client.RequestOptions): Promise<void>
updateEmailIdentityPolicy(params: s.UpdateEmailIdentityPolicyRequest, opts?: client.RequestOptions): Promise<void>
updateEmailTemplate(params: s.UpdateEmailTemplateRequest, opts?: client.RequestOptions): Promise<void>

Static Properties

ApiMetadata: client.ApiMetadata