-
Notifications
You must be signed in to change notification settings - Fork 414
Add new module to manage SES configuration sets #2352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add new module to manage SES configuration sets #2352
Conversation
Docs Build 📝Thank you for contribution!✨ The docsite for this PR is available for download as an artifact from this run: You can compare to the docs for the File changes:
Click to see the diff comparison.NOTE: only file modifications are shown here. New and deleted files are excluded. diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/index.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/index.html
index 75011d0..89ebf2b 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/index.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/index.html
@@ -294,6 +294,7 @@
<li><p><a class="reference internal" href="s3_sync_module.html#ansible-collections-community-aws-s3-sync-module"><span class="std std-ref">s3_sync module</span></a> – Efficiently upload multiple files to S3</p></li>
<li><p><a class="reference internal" href="s3_website_module.html#ansible-collections-community-aws-s3-website-module"><span class="std std-ref">s3_website module</span></a> – Configure an s3 bucket as a website</p></li>
<li><p><a class="reference internal" href="secretsmanager_secret_module.html#ansible-collections-community-aws-secretsmanager-secret-module"><span class="std std-ref">secretsmanager_secret module</span></a> – Manage secrets stored in AWS Secrets Manager</p></li>
+<li><p><a class="reference internal" href="ses_configuration_set_module.html#ansible-collections-community-aws-ses-configuration-set-module"><span class="std std-ref">ses_configuration_set module</span></a> – Manage AWS SES configuration sets</p></li>
<li><p><a class="reference internal" href="ses_identity_module.html#ansible-collections-community-aws-ses-identity-module"><span class="std std-ref">ses_identity module</span></a> – Manages SES email and domain identity</p></li>
<li><p><a class="reference internal" href="ses_identity_policy_module.html#ansible-collections-community-aws-ses-identity-policy-module"><span class="std std-ref">ses_identity_policy module</span></a> – Manages SES sending authorization policies</p></li>
<li><p><a class="reference internal" href="ses_rule_set_module.html#ansible-collections-community-aws-ses-rule-set-module"><span class="std std-ref">ses_rule_set module</span></a> – Manages SES inbound receipt rule sets</p></li>
diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/secretsmanager_secret_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/secretsmanager_secret_module.html
index fd32765..fe6203f 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/secretsmanager_secret_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/secretsmanager_secret_module.html
@@ -22,7 +22,7 @@
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
<link rel="search" title="Search" href="../../../search.html" />
- <link rel="next" title="community.aws.ses_identity module – Manages SES email and domain identity" href="ses_identity_module.html" />
+ <link rel="next" title="community.aws.ses_configuration_set module – Manage AWS SES configuration sets" href="ses_configuration_set_module.html" />
<link rel="prev" title="community.aws.s3_website module – Configure an s3 bucket as a website" href="s3_website_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
@@ -644,7 +644,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-secre
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="s3_website_module.html" class="btn btn-neutral float-left" title="community.aws.s3_website module – Configure an s3 bucket as a website" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
- <a href="ses_identity_module.html" class="btn btn-neutral float-right" title="community.aws.ses_identity module – Manages SES email and domain identity" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
+ <a href="ses_configuration_set_module.html" class="btn btn-neutral float-right" title="community.aws.ses_configuration_set module – Manage AWS SES configuration sets" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/ses_identity_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/ses_identity_module.html
index 74af273..0df13de 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/ses_identity_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/ses_identity_module.html
@@ -23,7 +23,7 @@
<script src="../../../_static/js/theme.js"></script>
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="community.aws.ses_identity_policy module – Manages SES sending authorization policies" href="ses_identity_policy_module.html" />
- <link rel="prev" title="community.aws.secretsmanager_secret module – Manage secrets stored in AWS Secrets Manager" href="secretsmanager_secret_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
+ <link rel="prev" title="community.aws.ses_configuration_set module – Manage AWS SES configuration sets" href="ses_configuration_set_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
@@ -636,7 +636,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-ses-i
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
- <a href="secretsmanager_secret_module.html" class="btn btn-neutral float-left" title="community.aws.secretsmanager_secret module – Manage secrets stored in AWS Secrets Manager" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
+ <a href="ses_configuration_set_module.html" class="btn btn-neutral float-left" title="community.aws.ses_configuration_set module – Manage AWS SES configuration sets" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="ses_identity_policy_module.html" class="btn btn-neutral float-right" title="community.aws.ses_identity_policy module – Manages SES sending authorization policies" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/index_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/index_module.html
index 4c73fae..badfb15 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/index_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/index_module.html
@@ -237,6 +237,7 @@
<li><p><a class="reference internal" href="community/aws/s3_sync_module.html#ansible-collections-community-aws-s3-sync-module"><span class="std std-ref">community.aws.s3_sync</span></a> – Efficiently upload multiple files to S3</p></li>
<li><p><a class="reference internal" href="community/aws/s3_website_module.html#ansible-collections-community-aws-s3-website-module"><span class="std std-ref">community.aws.s3_website</span></a> – Configure an s3 bucket as a website</p></li>
<li><p><a class="reference internal" href="community/aws/secretsmanager_secret_module.html#ansible-collections-community-aws-secretsmanager-secret-module"><span class="std std-ref">community.aws.secretsmanager_secret</span></a> – Manage secrets stored in AWS Secrets Manager</p></li>
+<li><p><a class="reference internal" href="community/aws/ses_configuration_set_module.html#ansible-collections-community-aws-ses-configuration-set-module"><span class="std std-ref">community.aws.ses_configuration_set</span></a> – Manage AWS SES configuration sets</p></li>
<li><p><a class="reference internal" href="community/aws/ses_identity_module.html#ansible-collections-community-aws-ses-identity-module"><span class="std std-ref">community.aws.ses_identity</span></a> – Manages SES email and domain identity</p></li>
<li><p><a class="reference internal" href="community/aws/ses_identity_policy_module.html#ansible-collections-community-aws-ses-identity-policy-module"><span class="std std-ref">community.aws.ses_identity_policy</span></a> – Manages SES sending authorization policies</p></li>
<li><p><a class="reference internal" href="community/aws/ses_rule_set_module.html#ansible-collections-community-aws-ses-rule-set-module"><span class="std std-ref">community.aws.ses_rule_set</span></a> – Manages SES inbound receipt rule sets</p></li>
|
|
Build failed. ❌ ansible-galaxy-importer FAILURE in 4m 18s (non-voting) |
SUMMARY
Add new module to manage SES configuration sets.
ISSUE TYPE
COMPONENT NAME
ses_configuration_setADDITIONAL INFORMATION
Waiting for this PR to be merged: mattclay/aws-terminator#325.