From 54d52c2e5ea85f2d8bdb568c048a36e584e829e5 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Mon, 6 May 2024 15:08:22 +0200 Subject: [PATCH] Remove any requirement for botocore >= 1.23.44 as we require botocore >= 1.29.0. (#2073) Remove any requirement for botocore < 1.29.0 SUMMARY Remove any requirement for botocore < 1.29.0 ISSUE TYPE Docs Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin Reviewed-by: Mark Chappell --- changelogs/fragments/20240502-docs_cleanup.yml | 3 +++ plugins/modules/lambda_info.py | 2 +- plugins/modules/rds_cluster.py | 4 ---- 3 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 changelogs/fragments/20240502-docs_cleanup.yml diff --git a/changelogs/fragments/20240502-docs_cleanup.yml b/changelogs/fragments/20240502-docs_cleanup.yml new file mode 100644 index 00000000000..6b292456691 --- /dev/null +++ b/changelogs/fragments/20240502-docs_cleanup.yml @@ -0,0 +1,3 @@ +trivial: + - rds_cluster - Remove any requirement for botocore >= 1.23.44 as we require botocore >= 1.29.0. + - lambda_info - Remove any requirement for botocore >= 1.21.51 as we require botocore >= 1.29.0. diff --git a/plugins/modules/lambda_info.py b/plugins/modules/lambda_info.py index 83ba4feaa98..fbd443bb7cc 100644 --- a/plugins/modules/lambda_info.py +++ b/plugins/modules/lambda_info.py @@ -95,7 +95,7 @@ elements: str architectures: description: The architectures supported by the function. - returned: successful run where botocore >= 1.21.51 + returned: success type: list elements: str sample: ['arm64'] diff --git a/plugins/modules/rds_cluster.py b/plugins/modules/rds_cluster.py index 0e35861f7d9..30a7145e705 100644 --- a/plugins/modules/rds_cluster.py +++ b/plugins/modules/rds_cluster.py @@ -170,7 +170,6 @@ - For the full list of DB instance classes and availability for your engine visit U(https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html). - This setting is required to create a Multi-AZ DB cluster. - - I(db_cluster_instance_class) require botocore >= 1.23.44. type: str version_added: 5.5.0 enable_iam_database_authentication: @@ -182,7 +181,6 @@ description: - The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster. - This setting is required to create a Multi-AZ DB cluster. - - I(allocated_storage) require botocore >= 1.23.44. type: int version_added: 5.5.0 storage_type: @@ -190,7 +188,6 @@ - Specifies the storage type to be associated with the DB cluster. - This setting is required to create a Multi-AZ DB cluster. - When specified, a value for the I(iops) parameter is required. - - I(storage_type) require botocore >= 1.23.44. - Defaults to C(io1). type: str choices: @@ -201,7 +198,6 @@ - The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. - This setting is required to create a Multi-AZ DB cluster - Must be a multiple between .5 and 50 of the storage amount for the DB cluster. - - I(iops) require botocore >= 1.23.44. type: int version_added: 5.5.0 engine: