PinpointEmail
import { PinpointEmail } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpointemail.ts";class PinpointEmail { }
constructor(apiFactory: client.ApiFactory);
async createConfigurationSet(params: CreateConfigurationSetRequest, opts?: client.RequestOptions): Promise<void>;
async createConfigurationSetEventDestination(params: CreateConfigurationSetEventDestinationRequest, opts?: client.RequestOptions): Promise<void>;
async createDedicatedIpPool(params: CreateDedicatedIpPoolRequest, opts?: client.RequestOptions): Promise<void>;
async createDeliverabilityTestReport(params: CreateDeliverabilityTestReportRequest, opts?: client.RequestOptions): Promise<CreateDeliverabilityTestReportResponse>;
async createEmailIdentity(params: CreateEmailIdentityRequest, opts?: client.RequestOptions): Promise<CreateEmailIdentityResponse>;
async deleteConfigurationSet(params: DeleteConfigurationSetRequest, opts?: client.RequestOptions): Promise<void>;
async deleteConfigurationSetEventDestination(params: DeleteConfigurationSetEventDestinationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteDedicatedIpPool(params: DeleteDedicatedIpPoolRequest, opts?: client.RequestOptions): Promise<void>;
async deleteEmailIdentity(params: DeleteEmailIdentityRequest, opts?: client.RequestOptions): Promise<void>;
async getBlacklistReports(params: GetBlacklistReportsRequest, opts?: client.RequestOptions): Promise<GetBlacklistReportsResponse>;
async getConfigurationSet(params: GetConfigurationSetRequest, opts?: client.RequestOptions): Promise<GetConfigurationSetResponse>;
async getConfigurationSetEventDestinations(params: GetConfigurationSetEventDestinationsRequest, opts?: client.RequestOptions): Promise<GetConfigurationSetEventDestinationsResponse>;
async getDedicatedIp(params: GetDedicatedIpRequest, opts?: client.RequestOptions): Promise<GetDedicatedIpResponse>;
async getDedicatedIps(params?: GetDedicatedIpsRequest, opts?: client.RequestOptions): Promise<GetDedicatedIpsResponse>;
async getDeliverabilityDashboardOptions(opts?: client.RequestOptions): Promise<GetDeliverabilityDashboardOptionsResponse>;
async getDeliverabilityTestReport(params: GetDeliverabilityTestReportRequest, opts?: client.RequestOptions): Promise<GetDeliverabilityTestReportResponse>;
async getDomainDeliverabilityCampaign(params: GetDomainDeliverabilityCampaignRequest, opts?: client.RequestOptions): Promise<GetDomainDeliverabilityCampaignResponse>;
async getDomainStatisticsReport(params: GetDomainStatisticsReportRequest, opts?: client.RequestOptions): Promise<GetDomainStatisticsReportResponse>;
async getEmailIdentity(params: GetEmailIdentityRequest, opts?: client.RequestOptions): Promise<GetEmailIdentityResponse>;
async listConfigurationSets(params?: ListConfigurationSetsRequest, opts?: client.RequestOptions): Promise<ListConfigurationSetsResponse>;
async listDedicatedIpPools(params?: ListDedicatedIpPoolsRequest, opts?: client.RequestOptions): Promise<ListDedicatedIpPoolsResponse>;
async listDeliverabilityTestReports(params?: ListDeliverabilityTestReportsRequest, opts?: client.RequestOptions): Promise<ListDeliverabilityTestReportsResponse>;
async listDomainDeliverabilityCampaigns(params: ListDomainDeliverabilityCampaignsRequest, opts?: client.RequestOptions): Promise<ListDomainDeliverabilityCampaignsResponse>;
async listEmailIdentities(params?: ListEmailIdentitiesRequest, opts?: client.RequestOptions): Promise<ListEmailIdentitiesResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async putAccountDedicatedIpWarmupAttributes(params?: PutAccountDedicatedIpWarmupAttributesRequest, opts?: client.RequestOptions): Promise<void>;
async putAccountSendingAttributes(params?: PutAccountSendingAttributesRequest, opts?: client.RequestOptions): Promise<void>;
async putConfigurationSetDeliveryOptions(params: PutConfigurationSetDeliveryOptionsRequest, opts?: client.RequestOptions): Promise<void>;
async putConfigurationSetReputationOptions(params: PutConfigurationSetReputationOptionsRequest, opts?: client.RequestOptions): Promise<void>;
async putConfigurationSetSendingOptions(params: PutConfigurationSetSendingOptionsRequest, opts?: client.RequestOptions): Promise<void>;
async putConfigurationSetTrackingOptions(params: PutConfigurationSetTrackingOptionsRequest, opts?: client.RequestOptions): Promise<void>;
async putDedicatedIpInPool(params: PutDedicatedIpInPoolRequest, opts?: client.RequestOptions): Promise<void>;
async putDedicatedIpWarmupAttributes(params: PutDedicatedIpWarmupAttributesRequest, opts?: client.RequestOptions): Promise<void>;
async putDeliverabilityDashboardOption(params: PutDeliverabilityDashboardOptionRequest, opts?: client.RequestOptions): Promise<void>;
async putEmailIdentityDkimAttributes(params: PutEmailIdentityDkimAttributesRequest, opts?: client.RequestOptions): Promise<void>;
async putEmailIdentityFeedbackAttributes(params: PutEmailIdentityFeedbackAttributesRequest, opts?: client.RequestOptions): Promise<void>;
async putEmailIdentityMailFromAttributes(params: PutEmailIdentityMailFromAttributesRequest, opts?: client.RequestOptions): Promise<void>;
async sendEmail(params: SendEmailRequest, opts?: client.RequestOptions): Promise<SendEmailResponse>;
async updateConfigurationSetEventDestination(params: UpdateConfigurationSetEventDestinationRequest, opts?: client.RequestOptions): Promise<void>;
§Constructors
§
new PinpointEmail(apiFactory: client.ApiFactory)
[src]§Methods
§
createConfigurationSet(params: CreateConfigurationSetRequest, opts?: client.RequestOptions): Promise<void>
[src]§
createConfigurationSetEventDestination(params: CreateConfigurationSetEventDestinationRequest, opts?: client.RequestOptions): Promise<void>
[src]§
createDedicatedIpPool(params: CreateDedicatedIpPoolRequest, opts?: client.RequestOptions): Promise<void>
[src]§
createDeliverabilityTestReport(params: CreateDeliverabilityTestReportRequest, opts?: client.RequestOptions): Promise<CreateDeliverabilityTestReportResponse>
[src]§
createEmailIdentity(params: CreateEmailIdentityRequest, opts?: client.RequestOptions): Promise<CreateEmailIdentityResponse>
[src]§
deleteConfigurationSet(params: DeleteConfigurationSetRequest, opts?: client.RequestOptions): Promise<void>
[src]§
deleteConfigurationSetEventDestination(params: DeleteConfigurationSetEventDestinationRequest, opts?: client.RequestOptions): Promise<void>
[src]§
deleteDedicatedIpPool(params: DeleteDedicatedIpPoolRequest, opts?: client.RequestOptions): Promise<void>
[src]§
deleteEmailIdentity(params: DeleteEmailIdentityRequest, opts?: client.RequestOptions): Promise<void>
[src]§
getAccount(opts?: client.RequestOptions): Promise<GetAccountResponse>
[src]§
getBlacklistReports(params: GetBlacklistReportsRequest, opts?: client.RequestOptions): Promise<GetBlacklistReportsResponse>
[src]§
getConfigurationSet(params: GetConfigurationSetRequest, opts?: client.RequestOptions): Promise<GetConfigurationSetResponse>
[src]§
getConfigurationSetEventDestinations(params: GetConfigurationSetEventDestinationsRequest, opts?: client.RequestOptions): Promise<GetConfigurationSetEventDestinationsResponse>
[src]§
getDedicatedIp(params: GetDedicatedIpRequest, opts?: client.RequestOptions): Promise<GetDedicatedIpResponse>
[src]§
getDedicatedIps(params?: GetDedicatedIpsRequest, opts?: client.RequestOptions): Promise<GetDedicatedIpsResponse>
[src]§
getDeliverabilityDashboardOptions(opts?: client.RequestOptions): Promise<GetDeliverabilityDashboardOptionsResponse>
[src]§
getDeliverabilityTestReport(params: GetDeliverabilityTestReportRequest, opts?: client.RequestOptions): Promise<GetDeliverabilityTestReportResponse>
[src]§
getDomainDeliverabilityCampaign(params: GetDomainDeliverabilityCampaignRequest, opts?: client.RequestOptions): Promise<GetDomainDeliverabilityCampaignResponse>
[src]§
getDomainStatisticsReport(params: GetDomainStatisticsReportRequest, opts?: client.RequestOptions): Promise<GetDomainStatisticsReportResponse>
[src]§
getEmailIdentity(params: GetEmailIdentityRequest, opts?: client.RequestOptions): Promise<GetEmailIdentityResponse>
[src]§
listConfigurationSets(params?: ListConfigurationSetsRequest, opts?: client.RequestOptions): Promise<ListConfigurationSetsResponse>
[src]§
listDedicatedIpPools(params?: ListDedicatedIpPoolsRequest, opts?: client.RequestOptions): Promise<ListDedicatedIpPoolsResponse>
[src]§
listDeliverabilityTestReports(params?: ListDeliverabilityTestReportsRequest, opts?: client.RequestOptions): Promise<ListDeliverabilityTestReportsResponse>
[src]§
listDomainDeliverabilityCampaigns(params: ListDomainDeliverabilityCampaignsRequest, opts?: client.RequestOptions): Promise<ListDomainDeliverabilityCampaignsResponse>
[src]§
listEmailIdentities(params?: ListEmailIdentitiesRequest, opts?: client.RequestOptions): Promise<ListEmailIdentitiesResponse>
[src]§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]§
putAccountDedicatedIpWarmupAttributes(params?: PutAccountDedicatedIpWarmupAttributesRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putAccountSendingAttributes(params?: PutAccountSendingAttributesRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putConfigurationSetDeliveryOptions(params: PutConfigurationSetDeliveryOptionsRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putConfigurationSetReputationOptions(params: PutConfigurationSetReputationOptionsRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putConfigurationSetSendingOptions(params: PutConfigurationSetSendingOptionsRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putConfigurationSetTrackingOptions(params: PutConfigurationSetTrackingOptionsRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putDedicatedIpInPool(params: PutDedicatedIpInPoolRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putDedicatedIpWarmupAttributes(params: PutDedicatedIpWarmupAttributesRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putDeliverabilityDashboardOption(params: PutDeliverabilityDashboardOptionRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putEmailIdentityDkimAttributes(params: PutEmailIdentityDkimAttributesRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putEmailIdentityFeedbackAttributes(params: PutEmailIdentityFeedbackAttributesRequest, opts?: client.RequestOptions): Promise<void>
[src]§
putEmailIdentityMailFromAttributes(params: PutEmailIdentityMailFromAttributesRequest, opts?: client.RequestOptions): Promise<void>
[src]§
updateConfigurationSetEventDestination(params: UpdateConfigurationSetEventDestinationRequest, opts?: client.RequestOptions): Promise<void>
[src]§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]