aws-sdk-rds 1.277.0 → 1.302.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 38960c1b5efc5a4692b108cfcfdc07688621b31ba67b1472aa898fe7f39d99cc
4
- data.tar.gz: 85812b05a92cbc735471041ec4b373c060854537a4c95d4e1e8d72aeef8bb4f5
3
+ metadata.gz: b03157f8a49eefdeba8c89878f2a4a5e1b44dea1cc636ac4f8322ffe18714cfe
4
+ data.tar.gz: 43c2f1fa21569dc2f75029a75d0bad3358da63418e5c72a91b264ee69e7ec282
5
5
  SHA512:
6
- metadata.gz: 5186860e43058020d47430cf0b76ffd128e1fd03efc23934c65f318749b0b4ef43c4dd6a8f693f29e42812ed0e637d8958f5881a2a3847c9cbf3569b2bb6183c
7
- data.tar.gz: 6c9e5c3021e326267652c94ddca71b91b25d9f31f147869ea2916ecbe7ac8e46c245403607254b1a40158295027d8fe75ebed817bb9f1dbc16a58dbee9a0f0b1
6
+ metadata.gz: 4b11a0a6c81b1ab55ff54e3e1fe149cf78a481c6456bda254d7c07f02ed414eeb2a16a7d0a0873f989c8dc24dcdf889aa61b8c7164d2d532d3c4dd6b510c3fc5
7
+ data.tar.gz: ea1973983fa7287c7884dc11af58a11d16c19d2569afc278f921dc2c280db988a596c8127b769122cccfb373c845f52e9ddefe5feb01f2f54a4f87d3b1bb09fa
data/CHANGELOG.md CHANGED
@@ -1,6 +1,131 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.302.0 (2025-12-08)
5
+ ------------------
6
+
7
+ * Feature - Adding support for tagging RDS Instance/Cluster Automated Backups
8
+
9
+ 1.301.0 (2025-12-02)
10
+ ------------------
11
+
12
+ * Feature - RDS Oracle and SQL Server: Add support for adding, modifying, and removing additional storage volumes, offering up to 256TiB storage; RDS SQL Server: Support Developer Edition via custom engine versions for development and testing purposes; M7i/R7i instances with Optimize CPU for cost savings.
13
+
14
+ 1.300.0 (2025-11-21)
15
+ ------------------
16
+
17
+ * Feature - Add support for Upgrade Rollout Order
18
+
19
+ 1.299.0 (2025-11-20)
20
+ ------------------
21
+
22
+ * Feature - Add support for VPC Encryption Controls.
23
+
24
+ 1.298.0 (2025-11-13)
25
+ ------------------
26
+
27
+ * Feature - Updated endpoint and service metadata
28
+
29
+ 1.297.0 (2025-10-21)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.296.0 (2025-10-10)
35
+ ------------------
36
+
37
+ * Feature - Updated the text in the Important section of the ModifyDBClusterParameterGroup page.
38
+
39
+ 1.295.0 (2025-10-06)
40
+ ------------------
41
+
42
+ * Feature - Documentation updates to the CreateDBClusterMessage$PubliclyAccessible and CreateDBInstanceMessage$PubliclyAccessible properties.
43
+
44
+ 1.294.0 (2025-09-30)
45
+ ------------------
46
+
47
+ * Feature - Enhanced RDS error handling: Added DBProxyEndpointNotFoundFault, DBShardGroupNotFoundFault, KMSKeyNotAccessibleFault for snapshots/restores/backups, NetworkTypeNotSupported, StorageTypeNotSupportedFault for restores, and granular state validation faults. Changed DBInstanceNotReadyFault to HTTP 400.
48
+
49
+ 1.293.0 (2025-09-11)
50
+ ------------------
51
+
52
+ * Feature - Adds support for end-to-end IAM authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
53
+
54
+ 1.292.0 (2025-09-04)
55
+ ------------------
56
+
57
+ * Feature - Added new EndpointNetworkType and TargetConnectionNetworkType fields in Proxy APIs to support IPv6
58
+
59
+ 1.291.0 (2025-09-03)
60
+ ------------------
61
+
62
+ * Feature - This release adds support for MasterUserAuthenticationType parameter on CreateDBInstance, ModifyDBInstance, CreateDBCluster, and ModifyDBCluster operations.
63
+
64
+ 1.290.0 (2025-08-28)
65
+ ------------------
66
+
67
+ * Feature - Added RDS HTTP Endpoint feature support flag to DescribeOrderableDBInstanceOptions API
68
+
69
+ 1.289.0 (2025-08-26)
70
+ ------------------
71
+
72
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
73
+
74
+ 1.288.0 (2025-08-22)
75
+ ------------------
76
+
77
+ * Feature - Updates Amazon RDS documentation for Db2 read-only replicas.
78
+
79
+ 1.287.0 (2025-08-05)
80
+ ------------------
81
+
82
+ * Feature - Adds a new Aurora Serverless v2 attribute to the DBCluster resource to expose the platform version. Also updates the attribute to be part of both the engine version and platform version descriptions.
83
+
84
+ 1.286.0 (2025-08-04)
85
+ ------------------
86
+
87
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
88
+
89
+ 1.285.0 (2025-07-31)
90
+ ------------------
91
+
92
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
93
+
94
+ 1.284.0 (2025-07-21)
95
+ ------------------
96
+
97
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
98
+
99
+ 1.283.0 (2025-07-01)
100
+ ------------------
101
+
102
+ * Feature - Amazon RDS Custom for Oracle now supports multi-AZ database instances.
103
+
104
+ 1.282.0 (2025-06-27)
105
+ ------------------
106
+
107
+ * Feature - StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault.
108
+
109
+ 1.281.0 (2025-06-24)
110
+ ------------------
111
+
112
+ * Feature - Adding support for RDS on Dedicated Local Zones, including local backup target, snapshot availability zone and snapshot target
113
+
114
+ 1.280.0 (2025-06-11)
115
+ ------------------
116
+
117
+ * Feature - Updates Amazon RDS documentation for Amazon RDS for Db2 cross-Region replicas in standby mode.
118
+
119
+ 1.279.0 (2025-06-06)
120
+ ------------------
121
+
122
+ * Feature - Include Global Cluster Identifier in DBCluster if the DBCluster is a Global Cluster Member.
123
+
124
+ 1.278.0 (2025-06-02)
125
+ ------------------
126
+
127
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
128
+
4
129
  1.277.0 (2025-05-20)
5
130
  ------------------
6
131
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.277.0
1
+ 1.302.0