Bert Blommers
35ab6cefe8
RDS: create_db_cluster() now supports the VpcSecurityGroupIds-parameter ( #6567 )
2023-07-28 14:34:35 +00:00
Bert Blommers
e26cfe7dc6
Techdebt: MyPy: Remove unused ignores ( #6542 )
2023-07-20 15:46:54 +00:00
rafcio19
e0ceec9e48
RDS: db instance identifier validation ( #6519 )
2023-07-13 21:31:14 +00:00
Bert Blommers
5c0827547d
RDS: Automated snapshots now have the appropriate SnapshotType ( #6444 )
2023-06-25 17:36:42 +00:00
rafcio19
a15b14085b
RDS: improve global clustering behaviour ( #6403 )
2023-06-15 21:21:20 +00:00
Bert Blommers
c1acc103ee
RDS, Redshift: Ensure creation-times are UTC ( #6351 )
2023-05-31 22:05:38 +00:00
Akira Noda
ebe48e7443
RDS: add SourceType field for response ( #6306 )
2023-05-10 14:48:17 +00:00
Bert Blommers
7ecc0161af
Techdebt: MyPy RDS ( #6203 )
2023-04-12 19:27:40 +00:00
Bert Blommers
2cf0130d13
Prep Release 4.1.7 ( #6201 )
2023-04-11 14:31:46 +00:00
Bert Blommers
bab61089a3
RDS: Various improvements ( #6186 )
2023-04-08 10:33:09 +00:00
Brian Pandola
93638de380
Add filtering support for RDS::DBCluster ( #6144 )
...
* Add filtering support for RDS::DBCluster
* Add support for filtering by `db-cluster-id`.
* Add support for filtering by `engine`.
Obviates the need for the recent change (#6114 ) because the filter definition maps
`db_cluster_id` to either `db_cluster_identifier` or `db_cluster_arn`.
* No longer required due to filter configuration.
* Account for Neptune weirdness...
2023-03-28 08:54:41 +01:00
Bert Blommers
3adbb8136a
RDS: describe_db_clusters() now accepts an ARN as identifier ( #6114 )
2023-03-23 16:57:17 -01:00
cloudsurfer
dbee9f0c07
RDS: added TagList
to DatabaseSnapshot Model ( #6083 )
2023-03-20 15:58:24 -01:00
Bert Blommers
2d3867dbd5
Service: Neptune ( #5983 )
2023-02-26 15:27:08 -01:00
steffyP
d1e3f50756
RDS: add arn for OptionGroup ( #5955 )
2023-02-21 15:07:19 -01:00
mgshirali
e47a2fd120
RDS: Support PreferredMaintenanceWindow for DBInstance ( #5839 )
2023-01-13 22:11:03 -01:00
Bert Blommers
e0c3862348
RDS: Extend valid option group engines ( #5770 )
2022-12-14 16:47:43 -01:00
Alex Fields
4eb3944b1d
RDS: promote_read_replica ( #5739 )
2022-12-08 11:03:32 -01:00
Bert Blommers
2093a99485
Techdebt: Replace string-format with f-strings (for r* dirs) ( #5691 )
2022-11-20 12:23:43 -01:00
Bert Blommers
ea8718d402
TechDebt: Move BackendDict to base_backend ( #5645 )
2022-11-10 08:43:20 -01:00
Brian Pandola
7eb925839e
RDS: Add EarliestRestorableTime
to rds:DescribeDBClusters response ( #5634 )
2022-11-03 12:07:49 -01:00
Bert Blommers
8e3f2331d4
Techdebt - Simplify some exceptions ( #5567 )
2022-10-16 12:06:23 +00:00
Marshall Mamiya
97011ba19b
Add RDS modify_db_cluster() ( #5550 )
2022-10-11 14:51:17 +00:00
Bert Blommers
f082562b0f
RDS: Ensure cross-region replica returns ARN ( #5503 )
2022-09-28 22:07:29 +00:00
Bert Blommers
aa7d68a688
Feature: Ability to seed Moto, and make random ID's deterministic ( #5492 )
2022-09-28 09:35:12 +00:00
szopen321
d8a084b662
RDS - Fix error listing tags for db subnet group ( #5480 )
2022-09-20 11:42:54 +00:00
Marshall Mamiya
b0e78140f5
RDS: add enable_http_endpoint attribute ( #5470 )
2022-09-19 17:14:27 +00:00
Brian Pandola
cba304afcb
RDS: Add DbInstancePort
to create_db_instance Responses ( #5478 )
2022-09-16 10:03:34 +00:00
Bert Blommers
dffd817a37
RDS - change ClusterSnapshot creationtime to UTC ( #5387 )
2022-08-23 17:23:39 +00:00
Bert Blommers
3d913f8f15
MultiAccount support ( #5192 )
2022-08-13 09:49:43 +00:00
Lukasz Demolin
c4965d1e06
RDS: Add AvailabilityZone to describe_db_instances ( #5373 )
2022-08-10 20:49:07 +00:00
Lukasz Demolin
42b11bbe14
RDS - Fix KeyError on describe_db_clusters for non-existent cluster ( #5321 )
2022-07-26 16:19:10 -03:00
Martijn van der Ploeg
004c971a27
add aurora-mysql and aurora-postgresql to model ( #5311 )
2022-07-26 13:12:50 -03:00
Bert Blommers
79a2a9d423
Preparation for MultiAccount support ( #5157 )
2022-06-04 11:30:16 +00:00
Bert Blommers
a2ed7aef4f
RDS - return unknown bools as false, instead of none ( #5164 )
2022-05-25 09:21:03 +00:00
Bert Blommers
3e31e49c83
RDS - Dont return empty DBClusterIdentifier ( #5119 )
2022-05-11 09:15:28 +00:00
Bert Blommers
515243eab0
RDS - support for EnableCloudWatchLogExports-parameter ( #5107 )
2022-05-09 08:40:16 +00:00
Thomas Rausch
e911341e6a
add indirection to access account id ( #5098 )
2022-05-08 22:25:40 +00:00
mattBrzezinski
3f948aa5ae
RDS Filtering on db-cluster-id ( #5101 )
2022-05-06 17:11:55 +00:00
Kent Ou
a544a4339a
rds - modify_db_instance does not support tags ( #5024 )
2022-04-16 20:44:18 +00:00
Kent Ou
d46987ec29
rds - support final snapshot when delete a cluster ( #5023 )
2022-04-14 14:58:41 +00:00
Bert Blommers
15b49396ce
RDS - improve tagging support ( #4994 )
2022-03-31 13:12:49 +00:00
Bert Blommers
b4343baa16
RDS - simplify filter-parameter logic ( #4966 )
2022-03-24 20:58:13 -01:00
Bert Blommers
eed32a5f72
Pylint - Enable more rules on source and tests-directory ( #4929 )
2022-03-11 20:28:45 -01:00
Dmytro Kazanzhy
e03ec432d0
Fix RDS incorrect statuses ( #4930 )
2022-03-11 18:28:12 -01:00
Bert Blommers
29d01c35bc
Update Black + formatting ( #4926 )
2022-03-10 13:39:59 -01:00
Bert Blommers
9dccebc184
Deprecate RDS2 ( #4920 )
2022-03-09 10:05:18 -01:00
Bert Blommers
aa70ee254d
Remove deprecated decorators + boto dependency ( #4378 )
2022-01-18 14:18:57 -01:00
Bert Blommers
d118d592ca
Pylint remaining source code ( #4760 )
2022-01-14 18:51:49 -01:00
Bert Blommers
cf87e75d6e
Feature: Mock region ( #4699 )
2021-12-24 20:02:45 -01:00