Skip to content

Commit 1b510e3

Browse files
committed
Update API ModifySqlLogConfig: add param EnableAudit.
1 parent 49f5131 commit 1b510e3

File tree

9 files changed

+44
-76
lines changed

9 files changed

+44
-76
lines changed

das-20200116/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-02-28 Version: 2.3.2
2+
- Update API ModifySqlLogConfig: add param EnableAudit.
3+
4+
15
2025-02-11 Version: 2.3.1
26
- Update API DescribeSlowLogHistogramAsync: update param EndTime.
37
- Update API DescribeSlowLogHistogramAsync: update param InstanceId.

das-20200116/core/Client.cs

Lines changed: 24 additions & 64 deletions
Large diffs are not rendered by default.

das-20200116/core/Models/DescribeHotBigKeysRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class DescribeHotBigKeysRequest : TeaModel {
2020
public string ConsoleContext { get; set; }
2121

2222
/// <summary>
23-
/// <para>The ID of the ApsaraDB for Redis instance. You can call the <a href="https://help.aliyun.com/document_detail/60933.html">DescribeInstances</a> operation to query the ID.</para>
23+
/// <para>The ID of the ApsaraDB for Redis instance.</para>
2424
/// <para>This parameter is required.</para>
2525
///
2626
/// <b>Example:</b>
@@ -31,7 +31,7 @@ public class DescribeHotBigKeysRequest : TeaModel {
3131
public string InstanceId { get; set; }
3232

3333
/// <summary>
34-
/// <para>The ID of the data shard on the ApsaraDB for Redis instance. You can call the <a href="https://help.aliyun.com/document_detail/190794.html">DescribeRoleZoneInfo</a> operation to query the ID.</para>
34+
/// <para>The ID of the data shard on the ApsaraDB for Redis instance.</para>
3535
///
3636
/// <b>Example:</b>
3737
/// <para>r-****-db-0</para>

das-20200116/core/Models/DescribeHotKeysRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace AlibabaCloud.SDK.DAS20200116.Models
1010
{
1111
public class DescribeHotKeysRequest : TeaModel {
1212
/// <summary>
13-
/// <para>The ID of the ApsaraDB for Redis instance. You can call the <a href="https://help.aliyun.com/document_detail/60933.html">DescribeInstances</a> operation to query the instance ID.</para>
13+
/// <para>The ID of the ApsaraDB for Redis instance.</para>
1414
/// <para>This parameter is required.</para>
1515
///
1616
/// <b>Example:</b>
@@ -21,7 +21,7 @@ public class DescribeHotKeysRequest : TeaModel {
2121
public string InstanceId { get; set; }
2222

2323
/// <summary>
24-
/// <para>The ID of the data shard on the ApsaraDB for Redis instance. You can call the <a href="https://help.aliyun.com/document_detail/190794.html">DescribeRoleZoneInfo</a> operation to query the data shard ID.</para>
24+
/// <para>The ID of the data shard on the ApsaraDB for Redis instance.</para>
2525
///
2626
/// <b>Example:</b>
2727
/// <para>r-x****-db-0</para>

das-20200116/core/Models/DescribeTopBigKeysRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class DescribeTopBigKeysRequest : TeaModel {
4141
public string EndTime { get; set; }
4242

4343
/// <summary>
44-
/// <para>The ID of the ApsaraDB for Redis instance. You can call the <a href="https://help.aliyun.com/document_detail/60933.html">DescribeInstances</a> operation to query the ID.</para>
44+
/// <para>The ID of the ApsaraDB for Redis instance.</para>
4545
/// <para>This parameter is required.</para>
4646
///
4747
/// <b>Example:</b>
@@ -52,7 +52,7 @@ public class DescribeTopBigKeysRequest : TeaModel {
5252
public string InstanceId { get; set; }
5353

5454
/// <summary>
55-
/// <para>The ID of the data shard on the ApsaraDB for Redis instance. You can call the <a href="https://help.aliyun.com/document_detail/190794.html">DescribeRoleZoneInfo</a> operation to query the ID.</para>
55+
/// <para>The ID of the data shard on the ApsaraDB for Redis instance.</para>
5656
///
5757
/// <b>Example:</b>
5858
/// <para>r-x****-db-0</para>

das-20200116/core/Models/DescribeTopHotKeysRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class DescribeTopHotKeysRequest : TeaModel {
4141
public string EndTime { get; set; }
4242

4343
/// <summary>
44-
/// <para>The ID of the ApsaraDB for Redis instance. You can call the <a href="https://help.aliyun.com/document_detail/60933.html">DescribeInstances</a> operation to query the ID.</para>
44+
/// <para>The ID of the ApsaraDB for Redis instance.</para>
4545
/// <para>This parameter is required.</para>
4646
///
4747
/// <b>Example:</b>
@@ -52,7 +52,7 @@ public class DescribeTopHotKeysRequest : TeaModel {
5252
public string InstanceId { get; set; }
5353

5454
/// <summary>
55-
/// <para>The ID of the data shard on the ApsaraDB for Redis instance. You can call the <a href="https://help.aliyun.com/document_detail/190794.html">DescribeRoleZoneInfo</a> operation to query the ID.</para>
55+
/// <para>The ID of the data shard on the ApsaraDB for Redis instance.</para>
5656
///
5757
/// <b>Example:</b>
5858
/// <para>r-****-db-0</para>

das-20200116/core/Models/ModifySqlLogConfigRequest.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ public class ModifySqlLogConfigRequest : TeaModel {
2626
[Validation(Required=false)]
2727
public bool? Enable { get; set; }
2828

29+
[NameInMap("EnableAudit")]
30+
[Validation(Required=false)]
31+
public bool? EnableAudit { get; set; }
32+
2933
/// <summary>
3034
/// <para>A reserved parameter.</para>
3135
/// </summary>

das-20200116/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("16be7450-e89b-11ef-ba0a-0525e321075d")]
23+
[assembly: Guid("92b7a1d0-f5f7-11ef-bda4-1f496e117099")]
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("2.3.0.0")]
33-
[assembly: AssemblyFileVersion("2.3.0.0")]
32+
[assembly: AssemblyVersion("2.3.1.0")]
33+
[assembly: AssemblyFileVersion("2.3.1.0")]

das-20200116/core/das.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.DAS20200116</AssemblyName>
10-
<Version>2.3.1</Version>
10+
<Version>2.3.2</Version>
1111
<LangVersion>5</LangVersion>
1212
<Authors>Alibaba Cloud</Authors>
1313
<Description>Alibaba Cloud DAS (20200116) SDK Library for .NET</Description>

0 commit comments

Comments
 (0)