aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
624 lines • 28.2 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for Amazon Simple Email Service v2 (SES)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsimpleemailservicev2.html
*
* 2025-02-24T21:49:46.369Z
*/
export var AwsSesActions;
(function (AwsSesActions) {
/**
* Grants permission to get metric data on your activity
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_BatchGetMetricData.html
*/
AwsSesActions["BatchGetMetricData"] = "ses:BatchGetMetricData";
/**
* Grants permission to cancel an export job
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CancelExportJob.html
*/
AwsSesActions["CancelExportJob"] = "ses:CancelExportJob";
/**
* Grants permission to create a new configuration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateConfigurationSet.html
*/
AwsSesActions["CreateConfigurationSet"] = "ses:CreateConfigurationSet";
/**
* Grants permission to create a configuration set event destination
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateConfigurationSetEventDestination.html
*/
AwsSesActions["CreateConfigurationSetEventDestination"] = "ses:CreateConfigurationSetEventDestination";
/**
* Grants permission to create a contact
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateContact.html
*/
AwsSesActions["CreateContact"] = "ses:CreateContact";
/**
* Grants permission to create a contact list
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateContactList.html
*/
AwsSesActions["CreateContactList"] = "ses:CreateContactList";
/**
* Grants permission to create a new custom verification email template
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateCustomVerificationEmailTemplate.html
*/
AwsSesActions["CreateCustomVerificationEmailTemplate"] = "ses:CreateCustomVerificationEmailTemplate";
/**
* Grants permission to create a new pool of dedicated IP addresses
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateDedicatedIpPool.html
*/
AwsSesActions["CreateDedicatedIpPool"] = "ses:CreateDedicatedIpPool";
/**
* Grants permission to create a new predictive inbox placement test
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateDeliverabilityTestReport.html
*/
AwsSesActions["CreateDeliverabilityTestReport"] = "ses:CreateDeliverabilityTestReport";
/**
* Grants permission to start the process of verifying an email identity
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateEmailIdentity.html
*/
AwsSesActions["CreateEmailIdentity"] = "ses:CreateEmailIdentity";
/**
* Grants permission to create the specified sending authorization policy for the
* given identity
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateEmailIdentityPolicy.html
*/
AwsSesActions["CreateEmailIdentityPolicy"] = "ses:CreateEmailIdentityPolicy";
/**
* Grants permission to create an email template
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateEmailTemplate.html
*/
AwsSesActions["CreateEmailTemplate"] = "ses:CreateEmailTemplate";
/**
* Grants permission to create an export job
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateExportJob.html
*/
AwsSesActions["CreateExportJob"] = "ses:CreateExportJob";
/**
* Grants permission to creates an import job for a data destination
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateImportJob.html
*/
AwsSesActions["CreateImportJob"] = "ses:CreateImportJob";
/**
* Grants permission to create a new multi-region endpoint
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_CreateMultiRegionEndpoint.html
*/
AwsSesActions["CreateMultiRegionEndpoint"] = "ses:CreateMultiRegionEndpoint";
/**
* Grants permission to delete an existing configuration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteConfigurationSet.html
*/
AwsSesActions["DeleteConfigurationSet"] = "ses:DeleteConfigurationSet";
/**
* Grants permission to delete an event destination
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteConfigurationSetEventDestination.html
*/
AwsSesActions["DeleteConfigurationSetEventDestination"] = "ses:DeleteConfigurationSetEventDestination";
/**
* Grants permission to delete a contact from a contact list
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteContact.html
*/
AwsSesActions["DeleteContact"] = "ses:DeleteContact";
/**
* Grants permission to delete a contact list with all of its contacts
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteContactList.html
*/
AwsSesActions["DeleteContactList"] = "ses:DeleteContactList";
/**
* Grants permission to delete an existing custom verification email template
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteCustomVerificationEmailTemplate.html
*/
AwsSesActions["DeleteCustomVerificationEmailTemplate"] = "ses:DeleteCustomVerificationEmailTemplate";
/**
* Grants permission to delete a dedicated IP pool
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteDedicatedIpPool.html
*/
AwsSesActions["DeleteDedicatedIpPool"] = "ses:DeleteDedicatedIpPool";
/**
* Grants permission to delete an email identity
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteEmailIdentity.html
*/
AwsSesActions["DeleteEmailIdentity"] = "ses:DeleteEmailIdentity";
/**
* Grants permission to delete the specified sending authorization policy for the
* given identity (an email address or a domain)
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteEmailIdentityPolicy.html
*/
AwsSesActions["DeleteEmailIdentityPolicy"] = "ses:DeleteEmailIdentityPolicy";
/**
* Grants permission to delete an email template
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteEmailTemplate.html
*/
AwsSesActions["DeleteEmailTemplate"] = "ses:DeleteEmailTemplate";
/**
* Grants permission to delete a multi-region endpoint
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteMultiRegionEndpoint.html
*/
AwsSesActions["DeleteMultiRegionEndpoint"] = "ses:DeleteMultiRegionEndpoint";
/**
* Grants permission to remove an email address from the suppression list for your
* account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_DeleteSuppressedDestination.html
*/
AwsSesActions["DeleteSuppressedDestination"] = "ses:DeleteSuppressedDestination";
/**
* Grants permission to get information about the email-sending status and capabil
* ities for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetAccount.html
*/
AwsSesActions["GetAccount"] = "ses:GetAccount";
/**
* Grants permission to retrieve a list of the deny lists on which your dedicated
* IP addresses or tracked domains appear
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetBlacklistReports.html
*/
AwsSesActions["GetBlacklistReports"] = "ses:GetBlacklistReports";
/**
* Grants permission to get information about an existing configuration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetConfigurationSet.html
*/
AwsSesActions["GetConfigurationSet"] = "ses:GetConfigurationSet";
/**
* Grants permission to retrieve a list of event destinations that are associated
* with a configuration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetConfigurationSetEventDestinations.html
*/
AwsSesActions["GetConfigurationSetEventDestinations"] = "ses:GetConfigurationSetEventDestinations";
/**
* Grants permission to return a contact from a contact list
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetContact.html
*/
AwsSesActions["GetContact"] = "ses:GetContact";
/**
* Grants permission to return contact list metadata
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetContactList.html
*/
AwsSesActions["GetContactList"] = "ses:GetContactList";
/**
* Grants permission to return the custom email verification template for the temp
* late name you specify
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetCustomVerificationEmailTemplate.html
*/
AwsSesActions["GetCustomVerificationEmailTemplate"] = "ses:GetCustomVerificationEmailTemplate";
/**
* Grants permission to get information about a dedicated IP address
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetDedicatedIp.html
*/
AwsSesActions["GetDedicatedIp"] = "ses:GetDedicatedIp";
/**
* Grants permission to get information about a dedicated IP pool
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetDedicatedIpPool.html
*/
AwsSesActions["GetDedicatedIpPool"] = "ses:GetDedicatedIpPool";
/**
* Grants permission to list the dedicated IP addresses a dedicated IP pool
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetDedicatedIps.html
*/
AwsSesActions["GetDedicatedIps"] = "ses:GetDedicatedIps";
/**
* Grants permission to get the status of the Deliverability dashboard
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetDeliverabilityDashboardOptions.html
*/
AwsSesActions["GetDeliverabilityDashboardOptions"] = "ses:GetDeliverabilityDashboardOptions";
/**
* Grants permission to retrieve the results of a predictive inbox placement test
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetDeliverabilityTestReport.html
*/
AwsSesActions["GetDeliverabilityTestReport"] = "ses:GetDeliverabilityTestReport";
/**
* Grants permission to retrieve all the deliverability data for a specific campai
* gn
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetDomainDeliverabilityCampaign.html
*/
AwsSesActions["GetDomainDeliverabilityCampaign"] = "ses:GetDomainDeliverabilityCampaign";
/**
* Grants permission to retrieve inbox placement and engagement rates for the doma
* ins that you use to send email
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetDomainStatisticsReport.html
*/
AwsSesActions["GetDomainStatisticsReport"] = "ses:GetDomainStatisticsReport";
/**
* Grants permission to get information about a specific identity
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetEmailIdentity.html
*/
AwsSesActions["GetEmailIdentity"] = "ses:GetEmailIdentity";
/**
* Grants permission to return the requested sending authorization policies for th
* e given identity (an email address or a domain)
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetEmailIdentityPolicies.html
*/
AwsSesActions["GetEmailIdentityPolicies"] = "ses:GetEmailIdentityPolicies";
/**
* Grants permission to return the template object, which includes the subject lin
* e, HTML part, and text part for the template you specify
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetEmailTemplate.html
*/
AwsSesActions["GetEmailTemplate"] = "ses:GetEmailTemplate";
/**
* Grants permission to get information about an export job
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetExportJob.html
*/
AwsSesActions["GetExportJob"] = "ses:GetExportJob";
/**
* Grants permission to provide information about an import job
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetImportJob.html
*/
AwsSesActions["GetImportJob"] = "ses:GetImportJob";
/**
* Grants permission to provide insights about a message
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetMessageInsights.html
*/
AwsSesActions["GetMessageInsights"] = "ses:GetMessageInsights";
/**
* Grants permission to get information about a multi-region endpoint
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetMultiRegionEndpoint.html
*/
AwsSesActions["GetMultiRegionEndpoint"] = "ses:GetMultiRegionEndpoint";
/**
* Grants permission to retrieve information about a specific email address that's
* on the suppression list for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_GetSuppressedDestination.html
*/
AwsSesActions["GetSuppressedDestination"] = "ses:GetSuppressedDestination";
/**
* Grants permission to list all of the configuration sets for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListConfigurationSets.html
*/
AwsSesActions["ListConfigurationSets"] = "ses:ListConfigurationSets";
/**
* Grants permission to list all of the contact lists available for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListContactLists.html
*/
AwsSesActions["ListContactLists"] = "ses:ListContactLists";
/**
* Grants permission to list the contacts present in a specific contact list
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListContacts.html
*/
AwsSesActions["ListContacts"] = "ses:ListContacts";
/**
* Grants permission to list all of the existing custom verification email templat
* es for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListCustomVerificationEmailTemplates.html
*/
AwsSesActions["ListCustomVerificationEmailTemplates"] = "ses:ListCustomVerificationEmailTemplates";
/**
* Grants permission to list all of the dedicated IP pools for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListDedicatedIpPools.html
*/
AwsSesActions["ListDedicatedIpPools"] = "ses:ListDedicatedIpPools";
/**
* Grants permission to retrieve the list of the predictive inbox placement tests
* that you've performed, regardless of their statuses, for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListDeliverabilityTestReports.html
*/
AwsSesActions["ListDeliverabilityTestReports"] = "ses:ListDeliverabilityTestReports";
/**
* Grants permission to list deliverability data for campaigns that used a specifi
* c domain to send email during a specified time range
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListDomainDeliverabilityCampaigns.html
*/
AwsSesActions["ListDomainDeliverabilityCampaigns"] = "ses:ListDomainDeliverabilityCampaigns";
/**
* Grants permission to list the email identities for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListEmailIdentities.html
*/
AwsSesActions["ListEmailIdentities"] = "ses:ListEmailIdentities";
/**
* Grants permission to list all of the email templates for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListEmailTemplates.html
*/
AwsSesActions["ListEmailTemplates"] = "ses:ListEmailTemplates";
/**
* Grants permission to list all the exports jobs for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListExportJobs.html
*/
AwsSesActions["ListExportJobs"] = "ses:ListExportJobs";
/**
* Grants permission to list all of the import jobs for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListImportJobs.html
*/
AwsSesActions["ListImportJobs"] = "ses:ListImportJobs";
/**
* Grants permission to list all of the multi-region endpoints for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListMultiRegionEndpoints.html
*/
AwsSesActions["ListMultiRegionEndpoints"] = "ses:ListMultiRegionEndpoints";
/**
* Grants permission to list recommendations for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListRecommendations.html
*/
AwsSesActions["ListRecommendations"] = "ses:ListRecommendations";
/**
* Grants permission to list email addresses that are on the suppression list for
* your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListSuppressedDestinations.html
*/
AwsSesActions["ListSuppressedDestinations"] = "ses:ListSuppressedDestinations";
/**
* Grants permission to retrieve a list of the tags (keys and values) that are ass
* ociated with a specific resource for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_ListTagsForResource.html
*/
AwsSesActions["ListTagsForResource"] = "ses:ListTagsForResource";
/**
* Grants permission to enable or disable the automatic warm-up feature for dedica
* ted IP addresses
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutAccountDedicatedIpWarmupAttributes.html
*/
AwsSesActions["PutAccountDedicatedIpWarmupAttributes"] = "ses:PutAccountDedicatedIpWarmupAttributes";
/**
* Grants permission to update your account details
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutAccountDetails.html
*/
AwsSesActions["PutAccountDetails"] = "ses:PutAccountDetails";
/**
* Grants permission to enable or disable the ability to send email for your accou
* nt
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutAccountSendingAttributes.html
*/
AwsSesActions["PutAccountSendingAttributes"] = "ses:PutAccountSendingAttributes";
/**
* Grants permission to change the settings for the account-level suppression list
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutAccountSuppressionAttributes.html
*/
AwsSesActions["PutAccountSuppressionAttributes"] = "ses:PutAccountSuppressionAttributes";
/**
* Grants permission to change the settings for VDM for your account
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutAccountVdmAttributes.html
*/
AwsSesActions["PutAccountVdmAttributes"] = "ses:PutAccountVdmAttributes";
/**
* Grants permission to associate a configuration set with a dedicated IP pool
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutConfigurationSetDeliveryOptions.html
*/
AwsSesActions["PutConfigurationSetDeliveryOptions"] = "ses:PutConfigurationSetDeliveryOptions";
/**
* Grants permission to enable or disable collection of reputation metrics for ema
* ils that you send using a particular configuration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutConfigurationSetReputationOptions.html
*/
AwsSesActions["PutConfigurationSetReputationOptions"] = "ses:PutConfigurationSetReputationOptions";
/**
* Grants permission to enable or disable email sending for messages that use a pa
* rticular configuration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutConfigurationSetSendingOptions.html
*/
AwsSesActions["PutConfigurationSetSendingOptions"] = "ses:PutConfigurationSetSendingOptions";
/**
* Grants permission to specify the account suppression list preferences for a par
* ticular configuration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutConfigurationSetSuppressionOptions.html
*/
AwsSesActions["PutConfigurationSetSuppressionOptions"] = "ses:PutConfigurationSetSuppressionOptions";
/**
* Grants permission to specify a custom domain to use for open and click tracking
* elements in email that you send for a particular configuration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutConfigurationSetTrackingOptions.html
*/
AwsSesActions["PutConfigurationSetTrackingOptions"] = "ses:PutConfigurationSetTrackingOptions";
/**
* Grants permission to override account-level VDM settings for a particular confi
* guration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutConfigurationSetVdmOptions.html
*/
AwsSesActions["PutConfigurationSetVdmOptions"] = "ses:PutConfigurationSetVdmOptions";
/**
* Grants permission to move a dedicated IP address to an existing dedicated IP po
* ol
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutDedicatedIpInPool.html
*/
AwsSesActions["PutDedicatedIpInPool"] = "ses:PutDedicatedIpInPool";
/**
* Grants permission to transition a dedicated IP pool from Standard to Managed
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutDedicatedIpPoolScalingAttributes.html
*/
AwsSesActions["PutDedicatedIpPoolScalingAttributes"] = "ses:PutDedicatedIpPoolScalingAttributes";
/**
* Grants permission to put Dedicated IP warm up attributes
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutDedicatedIpWarmupAttributes.html
*/
AwsSesActions["PutDedicatedIpWarmupAttributes"] = "ses:PutDedicatedIpWarmupAttributes";
/**
* Grants permission to enable or disable the Deliverability dashboard
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutDeliverabilityDashboardOption.html
*/
AwsSesActions["PutDeliverabilityDashboardOption"] = "ses:PutDeliverabilityDashboardOption";
/**
* Grants permission to associate a configuration set with an email identity
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutEmailIdentityConfigurationSetAttributes.html
*/
AwsSesActions["PutEmailIdentityConfigurationSetAttributes"] = "ses:PutEmailIdentityConfigurationSetAttributes";
/**
* Grants permission to enable or disable DKIM authentication for an email identit
* y
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutEmailIdentityDkimAttributes.html
*/
AwsSesActions["PutEmailIdentityDkimAttributes"] = "ses:PutEmailIdentityDkimAttributes";
/**
* Grants permission to configure or change the DKIM authentication settings for a
* n email domain identity
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutEmailIdentityDkimSigningAttributes.html
*/
AwsSesActions["PutEmailIdentityDkimSigningAttributes"] = "ses:PutEmailIdentityDkimSigningAttributes";
/**
* Grants permission to enable or disable feedback forwarding for an email identit
* y
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutEmailIdentityFeedbackAttributes.html
*/
AwsSesActions["PutEmailIdentityFeedbackAttributes"] = "ses:PutEmailIdentityFeedbackAttributes";
/**
* Grants permission to enable or disable the custom MAIL FROM domain configuratio
* n for an email identity
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutEmailIdentityMailFromAttributes.html
*/
AwsSesActions["PutEmailIdentityMailFromAttributes"] = "ses:PutEmailIdentityMailFromAttributes";
/**
* Grants permission to add an email address to the suppression list
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_PutSuppressedDestination.html
*/
AwsSesActions["PutSuppressedDestination"] = "ses:PutSuppressedDestination";
/**
* Grants permission to compose an email message to multiple destinations
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_SendBulkEmail.html
*/
AwsSesActions["SendBulkEmail"] = "ses:SendBulkEmail";
/**
* Grants permission to add an email address to the list of identities and attempt
* s to verify it
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_SendCustomVerificationEmail.html
*/
AwsSesActions["SendCustomVerificationEmail"] = "ses:SendCustomVerificationEmail";
/**
* Grants permission to send an email message
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_SendEmail.html
*/
AwsSesActions["SendEmail"] = "ses:SendEmail";
/**
* Grants permission to add one or more tags (keys and values) to a specified reso
* urce
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_TagResource.html
*/
AwsSesActions["TagResource"] = "ses:TagResource";
/**
* Grants permission to create a preview of the MIME content of an email when prov
* ided with a template and a set of replacement data
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_TestRenderEmailTemplate.html
*/
AwsSesActions["TestRenderEmailTemplate"] = "ses:TestRenderEmailTemplate";
/**
* Grants permission to remove one or more tags (keys and values) from a specified
* resource
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_UntagResource.html
*/
AwsSesActions["UntagResource"] = "ses:UntagResource";
/**
* Grants permission to update the configuration of an event destination for a con
* figuration set
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_UpdateConfigurationSetEventDestination.html
*/
AwsSesActions["UpdateConfigurationSetEventDestination"] = "ses:UpdateConfigurationSetEventDestination";
/**
* Grants permission to update a contact's preferences for a list
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_UpdateContact.html
*/
AwsSesActions["UpdateContact"] = "ses:UpdateContact";
/**
* Grants permission to update contact list metadata
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_UpdateContactList.html
*/
AwsSesActions["UpdateContactList"] = "ses:UpdateContactList";
/**
* Grants permission to update an existing custom verification email template
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_UpdateCustomVerificationEmailTemplate.html
*/
AwsSesActions["UpdateCustomVerificationEmailTemplate"] = "ses:UpdateCustomVerificationEmailTemplate";
/**
* Grants permission to update the specified sending authorization policy for the
* given identity (an email address or a domain)
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_UpdateEmailIdentityPolicy.html
*/
AwsSesActions["UpdateEmailIdentityPolicy"] = "ses:UpdateEmailIdentityPolicy";
/**
* Grants permission to update an email template
*
* See https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_UpdateEmailTemplate.html
*/
AwsSesActions["UpdateEmailTemplate"] = "ses:UpdateEmailTemplate";
})(AwsSesActions || (AwsSesActions = {}));
//# sourceMappingURL=ses.js.map