Skip to content

Commit

Permalink
Remove any requirement for botocore >= 1.23.44 as we require botocore…
Browse files Browse the repository at this point in the history
… >= 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
  • Loading branch information
alinabuzachis authored May 6, 2024
1 parent 970c303 commit 54d52c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/20240502-docs_cleanup.yml
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion plugins/modules/lambda_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
4 changes: 0 additions & 4 deletions plugins/modules/rds_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -182,15 +181,13 @@
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:
description:
- 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:
Expand All @@ -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:
Expand Down

0 comments on commit 54d52c2

Please sign in to comment.