-
Notifications
You must be signed in to change notification settings - Fork 339
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
[WIP] rds_export_task - new module to export a snapshot to an S3 bucket #805
base: main
Are you sure you want to change the base?
[WIP] rds_export_task - new module to export a snapshot to an S3 bucket #805
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/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/index.html b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/index.html
index 7452196..92dd8c1 100644
--- a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/index.html
+++ b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/index.html
@@ -286,6 +286,7 @@
<li><p><a class="reference internal" href="rds_cluster_module.html#ansible-collections-amazon-aws-rds-cluster-module"><span class="std std-ref">rds_cluster module</span></a> – rds_cluster module</p></li>
<li><p><a class="reference internal" href="rds_cluster_info_module.html#ansible-collections-amazon-aws-rds-cluster-info-module"><span class="std std-ref">rds_cluster_info module</span></a> – Obtain information about one or more RDS clusters</p></li>
<li><p><a class="reference internal" href="rds_cluster_snapshot_module.html#ansible-collections-amazon-aws-rds-cluster-snapshot-module"><span class="std std-ref">rds_cluster_snapshot module</span></a> – Manage Amazon RDS snapshots of DB clusters</p></li>
+<li><p><a class="reference internal" href="rds_export_task_module.html#ansible-collections-amazon-aws-rds-export-task-module"><span class="std std-ref">rds_export_task module</span></a> – Starts and cancels an export of a snapshot to Amazon S3</p></li>
<li><p><a class="reference internal" href="rds_instance_module.html#ansible-collections-amazon-aws-rds-instance-module"><span class="std std-ref">rds_instance module</span></a> – Manage RDS instances</p></li>
<li><p><a class="reference internal" href="rds_instance_info_module.html#ansible-collections-amazon-aws-rds-instance-info-module"><span class="std std-ref">rds_instance_info module</span></a> – obtain information about one or more RDS instances</p></li>
<li><p><a class="reference internal" href="rds_instance_snapshot_module.html#ansible-collections-amazon-aws-rds-instance-snapshot-module"><span class="std std-ref">rds_instance_snapshot module</span></a> – Manage Amazon RDS instance snapshots</p></li>
diff --git a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/rds_cluster_snapshot_module.html b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/rds_cluster_snapshot_module.html
index 7c26bfc..7afde2c 100644
--- a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/rds_cluster_snapshot_module.html
+++ b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/rds_cluster_snapshot_module.html
@@ -19,7 +19,7 @@
<script src="../../../_static/sphinx_highlight.js"></script>
<script src="../../../_static/js/theme.js"></script>
<link rel="search" title="Search" href="../../../search.html" />
- <link rel="next" title="amazon.aws.rds_instance module – Manage RDS instances" href="rds_instance_module.html" />
+ <link rel="next" title="amazon.aws.rds_export_task module – Starts and cancels an export of a snapshot to Amazon S3" href="rds_export_task_module.html" />
<link rel="prev" title="amazon.aws.rds_cluster_info module – Obtain information about one or more RDS clusters" href="rds_cluster_info_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
@@ -699,7 +699,7 @@ see <a class="reference internal" href="#ansible-collections-amazon-aws-rds-clus
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="rds_cluster_info_module.html" class="btn btn-neutral float-left" title="amazon.aws.rds_cluster_info module – Obtain information about one or more RDS clusters" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
- <a href="rds_instance_module.html" class="btn btn-neutral float-right" title="amazon.aws.rds_instance module – Manage RDS instances" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
+ <a href="rds_export_task_module.html" class="btn btn-neutral float-right" title="amazon.aws.rds_export_task module – Starts and cancels an export of a snapshot to Amazon S3" 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/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/rds_instance_module.html b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/rds_instance_module.html
index 32b7738..2345e71 100644
--- a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/amazon/aws/rds_instance_module.html
+++ b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/amazon/aws/rds_instance_module.html
@@ -20,7 +20,7 @@
<script src="../../../_static/js/theme.js"></script>
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="amazon.aws.rds_instance_info module – obtain information about one or more RDS instances" href="rds_instance_info_module.html" />
- <link rel="prev" title="amazon.aws.rds_cluster_snapshot module – Manage Amazon RDS snapshots of DB clusters" href="rds_cluster_snapshot_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
+ <link rel="prev" title="amazon.aws.rds_export_task module – Starts and cancels an export of a snapshot to Amazon S3" href="rds_export_task_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
@@ -1736,7 +1736,7 @@ see <a class="reference internal" href="#ansible-collections-amazon-aws-rds-inst
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
- <a href="rds_cluster_snapshot_module.html" class="btn btn-neutral float-left" title="amazon.aws.rds_cluster_snapshot module – Manage Amazon RDS snapshots of DB clusters" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
+ <a href="rds_export_task_module.html" class="btn btn-neutral float-left" title="amazon.aws.rds_export_task module – Starts and cancels an export of a snapshot to Amazon S3" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="rds_instance_info_module.html" class="btn btn-neutral float-right" title="amazon.aws.rds_instance_info module – obtain information about one or more RDS instances" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
diff --git a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/index_module.html b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/index_module.html
index 38257b5..5b2b29c 100644
--- a/home/runner/work/amazon.aws/amazon.aws/docsbuild/base/collections/index_module.html
+++ b/home/runner/work/amazon.aws/amazon.aws/docsbuild/head/collections/index_module.html
@@ -196,6 +196,7 @@
<li><p><a class="reference internal" href="amazon/aws/rds_cluster_module.html#ansible-collections-amazon-aws-rds-cluster-module"><span class="std std-ref">amazon.aws.rds_cluster</span></a> – rds_cluster module</p></li>
<li><p><a class="reference internal" href="amazon/aws/rds_cluster_info_module.html#ansible-collections-amazon-aws-rds-cluster-info-module"><span class="std std-ref">amazon.aws.rds_cluster_info</span></a> – Obtain information about one or more RDS clusters</p></li>
<li><p><a class="reference internal" href="amazon/aws/rds_cluster_snapshot_module.html#ansible-collections-amazon-aws-rds-cluster-snapshot-module"><span class="std std-ref">amazon.aws.rds_cluster_snapshot</span></a> – Manage Amazon RDS snapshots of DB clusters</p></li>
+<li><p><a class="reference internal" href="amazon/aws/rds_export_task_module.html#ansible-collections-amazon-aws-rds-export-task-module"><span class="std std-ref">amazon.aws.rds_export_task</span></a> – Starts and cancels an export of a snapshot to Amazon S3</p></li>
<li><p><a class="reference internal" href="amazon/aws/rds_instance_module.html#ansible-collections-amazon-aws-rds-instance-module"><span class="std std-ref">amazon.aws.rds_instance</span></a> – Manage RDS instances</p></li>
<li><p><a class="reference internal" href="amazon/aws/rds_instance_info_module.html#ansible-collections-amazon-aws-rds-instance-info-module"><span class="std std-ref">amazon.aws.rds_instance_info</span></a> – obtain information about one or more RDS instances</p></li>
<li><p><a class="reference internal" href="amazon/aws/rds_instance_snapshot_module.html#ansible-collections-amazon-aws-rds-instance-snapshot-module"><span class="std std-ref">amazon.aws.rds_instance_snapshot</span></a> – Manage Amazon RDS instance snapshots</p></li>
|
recheck |
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
19f54ac
to
218016a
Compare
218016a
to
cdafdba
Compare
cdafdba
to
7612959
Compare
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
ea37f7d
to
89d8bfc
Compare
Signed-off-by: Alina Buzachis <[email protected]>
89d8bfc
to
ac6cf0d
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 03s |
recheck |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 46s |
SUMMARY
Depends-On: #985
Depends-On: ansible/ansible-zuul-jobs#1786
rds_export_task
- new module starting an export of a snapshot to Amazon S3 or cancelling an in progress oneWill be included in amazon.aws 6.0.0
ISSUE TYPE
COMPONENT NAME
rds_export_task
ADDITIONAL INFORMATION