Skip to content

Commit 794187f

Browse files
committed
Update API DescribeDBProxyPerformance: add response parameters Body.PerformanceKeys.$.Node.
1 parent 1856a51 commit 794187f

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

rds-20140815/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-04-10 Version: 11.1.1
2+
- Update API DescribeDBProxyPerformance: add response parameters Body.PerformanceKeys.$.Node.
3+
4+
15
2025-04-09 Version: 11.1.0
26
- Support API DescribeRCInstanceTypeFamilies.
37
- Support API DescribeRCInstanceTypes.

rds-20140815/core/Models/DescribeDBProxyPerformanceResponseBody.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ public class DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerformanceKey
6060
[Validation(Required=false)]
6161
public string Key { get; set; }
6262

63+
[NameInMap("Node")]
64+
[Validation(Required=false)]
65+
public string Node { get; set; }
66+
6367
/// <summary>
6468
/// <para>The service dimension.</para>
6569
///

rds-20140815/core/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("3c05d220-1565-11f0-bedf-910855f49274")]
23+
[assembly: Guid("da5cd8f0-162e-11f0-ab0e-51d0af4ee373")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//
@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("11.0.0.0")]
33-
[assembly: AssemblyFileVersion("11.0.0.0")]
32+
[assembly: AssemblyVersion("11.1.0.0")]
33+
[assembly: AssemblyFileVersion("11.1.0.0")]

rds-20140815/core/rds.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
88
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
99
<AssemblyName>AlibabaCloud.SDK.Rds20140815</AssemblyName>
10-
<Version>11.1.0</Version>
10+
<Version>11.1.1</Version>
1111
<LangVersion>5</LangVersion>
1212
<Authors>Alibaba Cloud</Authors>
1313
<Description>Alibaba Cloud rds (20140815) SDK Library for .NET</Description>

0 commit comments

Comments
 (0)