diff --git a/changelogs/fragments/refactor_rds_instance.yml b/changelogs/fragments/refactor_rds_instance.yml new file mode 100644 index 00000000000..434ee27f2bb --- /dev/null +++ b/changelogs/fragments/refactor_rds_instance.yml @@ -0,0 +1,5 @@ +--- +minor_changes: + - module_utils/rds.py - Refactor shared boto3 client functionality, add type hinting and function docstrings (https://github.com/ansible-collections/amazon.aws/pull/2119). + - rds_instance - Refactor shared boto3 client functionality, add type hinting and function docstrings (https://github.com/ansible-collections/amazon.aws/pull/2119). + - rds_instance_info - Refactor shared boto3 client functionality, add type hinting and function docstrings (https://github.com/ansible-collections/amazon.aws/pull/2119).