vincbeck commented on code in PR #27076:
URL: https://github.com/apache/airflow/pull/27076#discussion_r998640521


##########
docs/apache-airflow-providers-amazon/operators/rds.rst:
##########
@@ -166,6 +166,35 @@ To delete a AWS DB instance you can use
     :start-after: [START howto_operator_rds_delete_db_instance]
     :end-before: [END howto_operator_rds_delete_db_instance]
 
+.. _howto/operator:RdsStartDbOperator:
+
+Start a database instance or cluster
+====================================
+
+To start an AWS DB instance or cluster you can use

Review Comment:
   Actually to make it more consistent with the rest of the doc, I would go with
   
   ```suggestion
   To start an Amazon RDS DB instance or cluster you can use
   ```



##########
docs/apache-airflow-providers-amazon/operators/rds.rst:
##########
@@ -166,6 +166,35 @@ To delete a AWS DB instance you can use
     :start-after: [START howto_operator_rds_delete_db_instance]
     :end-before: [END howto_operator_rds_delete_db_instance]
 
+.. _howto/operator:RdsStartDbOperator:
+
+Start a database instance or cluster
+====================================
+
+To start an AWS DB instance or cluster you can use
+:class:`~airflow.providers.amazon.aws.operators.rds.RdsStartDbOperator`.
+
+.. exampleinclude:: 
/../../tests/system/providers/amazon/aws/example_rds_instance.py
+    :language: python
+    :dedent: 4
+    :start-after: [START howto_operator_rds_start_db]
+    :end-before: [END howto_operator_rds_start_db]
+
+
+.. _howto/operator:RdsStopDbOperator:
+
+Stop a database instance or cluster
+===================================
+
+To stop an AWS DB instance or cluster you can use

Review Comment:
   ```suggestion
   To stop an Amazon RDS DB instance or cluster you can use
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to