File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2025-04-10 Version: 11.1.1
2
+ - Update API DescribeDBProxyPerformance: add response parameters Body.PerformanceKeys.$.Node.
3
+
4
+
1
5
2025-04-09 Version: 11.1.0
2
6
- Support API DescribeRCInstanceTypeFamilies.
3
7
- Support API DescribeRCInstanceTypes.
Original file line number Diff line number Diff line change @@ -60,6 +60,10 @@ public class DescribeDBProxyPerformanceResponseBodyPerformanceKeysPerformanceKey
60
60
[ Validation ( Required = false ) ]
61
61
public string Key { get ; set ; }
62
62
63
+ [ NameInMap ( "Node" ) ]
64
+ [ Validation ( Required = false ) ]
65
+ public string Node { get ; set ; }
66
+
63
67
/// <summary>
64
68
/// <para>The service dimension.</para>
65
69
///
Original file line number Diff line number Diff line change 20
20
[ assembly: ComVisible ( false ) ]
21
21
22
22
// 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 " ) ]
24
24
25
25
// Version information for an assembly consists of the following four values:
26
26
//
29
29
// Build Number
30
30
// Revision
31
31
//
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" ) ]
Original file line number Diff line number Diff line change 7
7
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
8
8
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
9
9
<AssemblyName >AlibabaCloud.SDK.Rds20140815</AssemblyName >
10
- <Version >11.1.0 </Version >
10
+ <Version >11.1.1 </Version >
11
11
<LangVersion >5</LangVersion >
12
12
<Authors >Alibaba Cloud</Authors >
13
13
<Description >Alibaba Cloud rds (20140815) SDK Library for .NET</Description >
You can’t perform that action at this time.
0 commit comments