mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
[cloud]Add aws_ses_identity_policy module for managing SES sending policies (#36623)
* Add aws_ses_identity_policy module for managing SES sending policies * Add option to AnsibleAWSModule for applying a retry decorator to all calls. * Add per-callsite opt in to retry behaviours in AnsibleAWSModule * Update aws_ses_identity_policy module to opt in to retries at all callsites. * Add test for aws_ses_identity_policy module with inline policy. * Remove implicit retrys on boto resources since they're not working yet.
This commit is contained in:
@@ -261,7 +261,11 @@
|
||||
"ses:VerifyDomainIdentity",
|
||||
"ses:SetIdentityNotificationTopic",
|
||||
"ses:SetIdentityHeadersInNotificationsEnabled",
|
||||
"ses:SetIdentityFeedbackForwardingEnabled"
|
||||
"ses:SetIdentityFeedbackForwardingEnabled",
|
||||
"ses:GetIdentityPolicies",
|
||||
"ses:PutIdentityPolicy",
|
||||
"ses:DeleteIdentityPolicy",
|
||||
"ses:ListIdentityPolicies"
|
||||
],
|
||||
"Resource": [
|
||||
"*"
|
||||
|
||||
Reference in New Issue
Block a user