Skip to content
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

[PR #2021/83cde20a backport][stable-7] New module dynamodb_table_info #2062

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Mar 26, 2024

This is a backport of PR #2021 as merged into main (83cde20).

SUMMARY

New info module for dynamodb table

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

dynamodb_table_info

New module dynamodb_table_info

SUMMARY

New info module for dynamodb table

ISSUE TYPE

New Module Pull Request

COMPONENT NAME

dynamodb_table_info

Reviewed-by: GomathiselviS
Reviewed-by: Helen Bailey <[email protected]>
Reviewed-by: Bikouo Aubin
(cherry picked from commit 83cde20)
Copy link

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/8434573227

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/dynamodb_table_info_module.html
  • M collections/community/aws/dynamodb_table_module.html
  • M collections/community/aws/dynamodb_ttl_module.html
  • M collections/community/aws/index.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/dynamodb_table_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/dynamodb_table_module.html
index dd7be2f..66e782e 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/dynamodb_table_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/dynamodb_table_module.html
@@ -24,7 +24,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.dynamodb_ttl module – Set TTL for a given DynamoDB table" href="dynamodb_ttl_module.html" />
+    <link rel="next" title="community.aws.dynamodb_table_info module – Returns information about a Dynamo DB table" href="dynamodb_table_info_module.html" />
     <link rel="prev" title="community.aws.dms_replication_subnet_group module – creates or destroys a data migration services subnet group" href="dms_replication_subnet_group_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
 
 
@@ -688,7 +688,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-dynam
 
 <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
         <a href="dms_replication_subnet_group_module.html" class="btn btn-neutral float-left" title="community.aws.dms_replication_subnet_group module – creates or destroys a data migration services subnet group" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
-        <a href="dynamodb_ttl_module.html" class="btn btn-neutral float-right" title="community.aws.dynamodb_ttl module – Set TTL for a given DynamoDB table" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
+        <a href="dynamodb_table_info_module.html" class="btn btn-neutral float-right" title="community.aws.dynamodb_table_info module – Returns information about a Dynamo DB table" 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/dynamodb_ttl_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/dynamodb_ttl_module.html
index 77b551b..4183669 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/dynamodb_ttl_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/dynamodb_ttl_module.html
@@ -25,7 +25,7 @@
     <script src="../../../_static/js/theme.js"></script>
     <link rel="search" title="Search" href="../../../search.html" />
     <link rel="next" title="community.aws.ec2_ami_copy module – copies AMI between AWS regions, return new image id" href="ec2_ami_copy_module.html" />
-    <link rel="prev" title="community.aws.dynamodb_table module – Create, update or delete AWS Dynamo DB tables" href="dynamodb_table_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
+    <link rel="prev" title="community.aws.dynamodb_table_info module – Returns information about a Dynamo DB table" href="dynamodb_table_info_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
 
 
 
@@ -415,7 +415,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-dynam
           
 
 <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
-        <a href="dynamodb_table_module.html" class="btn btn-neutral float-left" title="community.aws.dynamodb_table module – Create, update or delete AWS Dynamo DB tables" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
+        <a href="dynamodb_table_info_module.html" class="btn btn-neutral float-left" title="community.aws.dynamodb_table_info module – Returns information about a Dynamo DB table" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
         <a href="ec2_ami_copy_module.html" class="btn btn-neutral float-right" title="community.aws.ec2_ami_copy module – copies AMI between AWS regions, return new image id" 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/community/aws/index.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/index.html
index d660e83..af2c4da 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
@@ -224,6 +224,7 @@
 <li><p><a class="reference internal" href="dms_endpoint_module.html#ansible-collections-community-aws-dms-endpoint-module"><span class="std std-ref">dms_endpoint module</span></a> – Creates or destroys a data migration services endpoint</p></li>
 <li><p><a class="reference internal" href="dms_replication_subnet_group_module.html#ansible-collections-community-aws-dms-replication-subnet-group-module"><span class="std std-ref">dms_replication_subnet_group module</span></a> – creates or destroys a data migration services subnet group</p></li>
 <li><p><a class="reference internal" href="dynamodb_table_module.html#ansible-collections-community-aws-dynamodb-table-module"><span class="std std-ref">dynamodb_table module</span></a> – Create, update or delete AWS Dynamo DB tables</p></li>
+<li><p><a class="reference internal" href="dynamodb_table_info_module.html#ansible-collections-community-aws-dynamodb-table-info-module"><span class="std std-ref">dynamodb_table_info module</span></a> – Returns information about a Dynamo DB table</p></li>
 <li><p><a class="reference internal" href="dynamodb_ttl_module.html#ansible-collections-community-aws-dynamodb-ttl-module"><span class="std std-ref">dynamodb_ttl module</span></a> – Set TTL for a given DynamoDB table</p></li>
 <li><p><a class="reference internal" href="ec2_ami_copy_module.html#ansible-collections-community-aws-ec2-ami-copy-module"><span class="std std-ref">ec2_ami_copy module</span></a> – copies AMI between AWS regions, return new image id</p></li>
 <li><p><a class="reference internal" href="ec2_carrier_gateway_module.html#ansible-collections-community-aws-ec2-carrier-gateway-module"><span class="std std-ref">ec2_carrier_gateway module</span></a> – Manage an AWS VPC Carrier gateway</p></li>
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 070d916..087ef46 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
@@ -167,6 +167,7 @@
 <li><p><a class="reference internal" href="community/aws/dms_endpoint_module.html#ansible-collections-community-aws-dms-endpoint-module"><span class="std std-ref">community.aws.dms_endpoint</span></a> – Creates or destroys a data migration services endpoint</p></li>
 <li><p><a class="reference internal" href="community/aws/dms_replication_subnet_group_module.html#ansible-collections-community-aws-dms-replication-subnet-group-module"><span class="std std-ref">community.aws.dms_replication_subnet_group</span></a> – creates or destroys a data migration services subnet group</p></li>
 <li><p><a class="reference internal" href="community/aws/dynamodb_table_module.html#ansible-collections-community-aws-dynamodb-table-module"><span class="std std-ref">community.aws.dynamodb_table</span></a> – Create, update or delete AWS Dynamo DB tables</p></li>
+<li><p><a class="reference internal" href="community/aws/dynamodb_table_info_module.html#ansible-collections-community-aws-dynamodb-table-info-module"><span class="std std-ref">community.aws.dynamodb_table_info</span></a> – Returns information about a Dynamo DB table</p></li>
 <li><p><a class="reference internal" href="community/aws/dynamodb_ttl_module.html#ansible-collections-community-aws-dynamodb-ttl-module"><span class="std std-ref">community.aws.dynamodb_ttl</span></a> – Set TTL for a given DynamoDB table</p></li>
 <li><p><a class="reference internal" href="community/aws/ec2_ami_copy_module.html#ansible-collections-community-aws-ec2-ami-copy-module"><span class="std std-ref">community.aws.ec2_ami_copy</span></a> – copies AMI between AWS regions, return new image id</p></li>
 <li><p><a class="reference internal" href="community/aws/ec2_carrier_gateway_module.html#ansible-collections-community-aws-ec2-carrier-gateway-module"><span class="std std-ref">community.aws.ec2_carrier_gateway</span></a> – Manage an AWS VPC Carrier gateway</p></li>

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/7c50b054da5d42709428f445f1c52851

✔️ ansible-galaxy-importer SUCCESS in 5m 26s (non-voting)
✔️ build-ansible-collection SUCCESS in 17m 03s
✔️ ansible-test-splitter SUCCESS in 7m 50s
✔️ integration-community.aws-1 SUCCESS in 5m 21s
Skipped 21 jobs

@GomathiselviS GomathiselviS added the mergeit Merge the PR (SoftwareFactory) label Mar 28, 2024
Copy link
Contributor

Build succeeded (gate pipeline).
https://ansible.softwarefactory-project.io/zuul/buildset/d0dc4cafd60143f69a49b09f1ce3c7da

✔️ ansible-galaxy-importer SUCCESS in 4m 17s (non-voting)
✔️ build-ansible-collection SUCCESS in 17m 11s
✔️ ansible-test-splitter SUCCESS in 7m 35s
✔️ integration-community.aws-1 SUCCESS in 5m 09s
Skipped 21 jobs

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 0220862 into stable-7 Mar 28, 2024
66 of 105 checks passed
@softwarefactory-project-zuul softwarefactory-project-zuul bot deleted the patchback/backports/stable-7/83cde20a621e9b07d74076c5edc71e862dc5ce08/pr-2021 branch March 28, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mergeit Merge the PR (SoftwareFactory) skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants