Skip to content

Conversation

@boutetnico
Copy link
Contributor

@boutetnico boutetnico commented Oct 22, 2025

SUMMARY

Add new module to manage SES configuration sets.

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

ses_configuration_set

ADDITIONAL INFORMATION

Waiting for this PR to be merged: mattclay/aws-terminator#325.


@github-actions
Copy link

github-actions bot commented Oct 22, 2025

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run:
https://github.com/ansible-collections/community.aws/actions/runs/18715219486

You can compare to the docs for the main branch here:
https://ansible-collections.github.io/community.aws/branch/main

File changes:

  • A collections/community/aws/ses_configuration_set_module.html
  • M collections/community/aws/index.html
  • M collections/community/aws/secretsmanager_secret_module.html
  • M collections/community/aws/ses_identity_module.html
  • M collections/index_module.html
Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded.
See the file list and check the published docs to see those files.

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>

@softwarefactory-project-zuul
Copy link
Contributor

Build failed.
https://ansible.softwarefactory-project.io/zuul/buildset/8949efb1ef9b43b99bb7c7329169823c

ansible-galaxy-importer FAILURE in 4m 18s (non-voting)
✔️ build-ansible-collection SUCCESS in 11m 07s
✔️ ansible-test-splitter SUCCESS in 4m 18s
integration-community.aws-1 FAILURE in 3m 08s
Skipped 21 jobs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant