You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: das-20200116/src/client.ts
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -24385,7 +24385,7 @@ export class DescribeHotBigKeysRequest extends $dara.Model {
24385
24385
consoleContext?: string;
24386
24386
/**
24387
24387
* @remarks
24388
-
* The ID of the ApsaraDB for Redis instance. You can call the [DescribeInstances](https://help.aliyun.com/document_detail/60933.html) operation to query the ID.
24388
+
* The ID of the ApsaraDB for Redis instance.
24389
24389
*
24390
24390
* This parameter is required.
24391
24391
*
@@ -24395,7 +24395,7 @@ export class DescribeHotBigKeysRequest extends $dara.Model {
24395
24395
instanceId?: string;
24396
24396
/**
24397
24397
* @remarks
24398
-
* The ID of the data shard on the ApsaraDB for Redis instance. You can call the [DescribeRoleZoneInfo](https://help.aliyun.com/document_detail/190794.html) operation to query the ID.
24398
+
* The ID of the data shard on the ApsaraDB for Redis instance.
24399
24399
*
24400
24400
* @example
24401
24401
* r-****-db-0
@@ -24537,7 +24537,7 @@ export class DescribeHotBigKeysResponse extends $dara.Model {
24537
24537
export class DescribeHotKeysRequest extends $dara.Model {
24538
24538
/**
24539
24539
* @remarks
24540
-
* The ID of the ApsaraDB for Redis instance. You can call the [DescribeInstances](https://help.aliyun.com/document_detail/60933.html) operation to query the instance ID.
24540
+
* The ID of the ApsaraDB for Redis instance.
24541
24541
*
24542
24542
* This parameter is required.
24543
24543
*
@@ -24547,7 +24547,7 @@ export class DescribeHotKeysRequest extends $dara.Model {
24547
24547
instanceId?: string;
24548
24548
/**
24549
24549
* @remarks
24550
-
* The ID of the data shard on the ApsaraDB for Redis instance. You can call the [DescribeRoleZoneInfo](https://help.aliyun.com/document_detail/190794.html) operation to query the data shard ID.
24550
+
* The ID of the data shard on the ApsaraDB for Redis instance.
24551
24551
*
24552
24552
* @example
24553
24553
* r-x****-db-0
@@ -26088,7 +26088,7 @@ export class DescribeTopBigKeysRequest extends $dara.Model {
26088
26088
endTime?: string;
26089
26089
/**
26090
26090
* @remarks
26091
-
* The ID of the ApsaraDB for Redis instance. You can call the [DescribeInstances](https://help.aliyun.com/document_detail/60933.html) operation to query the ID.
26091
+
* The ID of the ApsaraDB for Redis instance.
26092
26092
*
26093
26093
* This parameter is required.
26094
26094
*
@@ -26098,7 +26098,7 @@ export class DescribeTopBigKeysRequest extends $dara.Model {
26098
26098
instanceId?: string;
26099
26099
/**
26100
26100
* @remarks
26101
-
* The ID of the data shard on the ApsaraDB for Redis instance. You can call the [DescribeRoleZoneInfo](https://help.aliyun.com/document_detail/190794.html) operation to query the ID.
26101
+
* The ID of the data shard on the ApsaraDB for Redis instance.
26102
26102
*
26103
26103
* @example
26104
26104
* r-x****-db-0
@@ -26282,7 +26282,7 @@ export class DescribeTopHotKeysRequest extends $dara.Model {
26282
26282
endTime?: string;
26283
26283
/**
26284
26284
* @remarks
26285
-
* The ID of the ApsaraDB for Redis instance. You can call the [DescribeInstances](https://help.aliyun.com/document_detail/60933.html) operation to query the ID.
26285
+
* The ID of the ApsaraDB for Redis instance.
26286
26286
*
26287
26287
* This parameter is required.
26288
26288
*
@@ -26292,7 +26292,7 @@ export class DescribeTopHotKeysRequest extends $dara.Model {
26292
26292
instanceId?: string;
26293
26293
/**
26294
26294
* @remarks
26295
-
* The ID of the data shard on the ApsaraDB for Redis instance. You can call the [DescribeRoleZoneInfo](https://help.aliyun.com/document_detail/190794.html) operation to query the ID.
26295
+
* The ID of the data shard on the ApsaraDB for Redis instance.
26296
26296
*
26297
26297
* @example
26298
26298
* r-****-db-0
@@ -38364,6 +38364,7 @@ export class ModifySqlLogConfigRequest extends $dara.Model {
38364
38364
* true
38365
38365
*/
38366
38366
enable?: boolean;
38367
+
enableAudit?: boolean;
38367
38368
/**
38368
38369
* @remarks
38369
38370
* A reserved parameter.
@@ -38420,6 +38421,7 @@ export class ModifySqlLogConfigRequest extends $dara.Model {
38420
38421
static names(): { [key: string]: string } {
38421
38422
return {
38422
38423
enable: 'Enable',
38424
+
enableAudit: 'EnableAudit',
38423
38425
filters: 'Filters',
38424
38426
hotRetention: 'HotRetention',
38425
38427
instanceId: 'InstanceId',
@@ -38431,6 +38433,7 @@ export class ModifySqlLogConfigRequest extends $dara.Model {
* * This operation is available only for ApsaraDB for Redis instances that meet the following requirements:
41220
41223
* * The instance is a Community Edition instance that uses a major version of 5.0 or later or a performance-enhanced instance of the Enhanced Edition (Tair).
41221
41224
* * The ApsaraDB for Redis instance is updated to the latest minor version.
41222
-
* > For information about how to query and update the minor version of an instance, see [ModifyInstanceMinorVersion](https://help.aliyun.com/document_detail/129381.html) and [DescribeEngineVersion](https://help.aliyun.com/document_detail/95268.html).
41223
41225
*
41224
41226
* @param request - DescribeHotBigKeysRequest
41225
41227
* @param runtime - runtime options for this request RuntimeOptions
* * This operation is available only for ApsaraDB for Redis instances that meet the following requirements:
41274
41276
* * The instance is a Community Edition instance that uses a major version of 5.0 or later or a performance-enhanced instance of the Enhanced Edition (Tair).
41275
41277
* * The ApsaraDB for Redis instance is updated to the latest minor version.
41276
-
* > For information about how to query and update the minor version of an instance, see [ModifyInstanceMinorVersion](https://help.aliyun.com/document_detail/129381.html) and [DescribeEngineVersion](https://help.aliyun.com/document_detail/95268.html).
* * This operation is applicable only to ApsaraDB for Redis instances that meet the following requirements:
41295
41296
* * The ApsaraDB for Redis instance is a Community Edition instance that uses a major version of 4.0 or later or a performance-enhanced instance of the Enhanced Edition (Tair).
41296
41297
* * The ApsaraDB for Redis instance is updated to the latest minor version.
41297
-
* > For more information about how to query and update the minor version of an instance, see [ModifyInstanceMinorVersion](https://help.aliyun.com/document_detail/129381.html) and [DescribeEngineVersion](https://help.aliyun.com/document_detail/95268.html).
41298
41298
*
41299
41299
* @param request - DescribeHotKeysRequest
41300
41300
* @param runtime - runtime options for this request RuntimeOptions
* * This operation is applicable only to ApsaraDB for Redis instances that meet the following requirements:
41345
41345
* * The ApsaraDB for Redis instance is a Community Edition instance that uses a major version of 4.0 or later or a performance-enhanced instance of the Enhanced Edition (Tair).
41346
41346
* * The ApsaraDB for Redis instance is updated to the latest minor version.
41347
-
* > For more information about how to query and update the minor version of an instance, see [ModifyInstanceMinorVersion](https://help.aliyun.com/document_detail/129381.html) and [DescribeEngineVersion](https://help.aliyun.com/document_detail/95268.html).
* * This operation is available only for an ApsaraDB for Redis instance of one of the following versions:
41926
41925
* * The instance is ApsaraDB for Redis Community Edition instances that use a major version of 5.0 or later or a performance-enhanced instance of the ApsaraDB for Redis Enhanced Edition (Tair).
41927
41926
* * The ApsaraDB for Redis instance is updated to the latest minor version.
41928
-
* > For information about how to query and update the minor version of an instance, see [ModifyInstanceMinorVersion](https://help.aliyun.com/document_detail/129381.html) and [DescribeEngineVersion](https://help.aliyun.com/document_detail/95268.html).
41929
41927
*
41930
41928
* @param request - DescribeTopBigKeysRequest
41931
41929
* @param runtime - runtime options for this request RuntimeOptions
* * This operation is available only for an ApsaraDB for Redis instance of one of the following versions:
41988
41986
* * The instance is ApsaraDB for Redis Community Edition instances that use a major version of 5.0 or later or a performance-enhanced instance of the ApsaraDB for Redis Enhanced Edition (Tair).
41989
41987
* * The ApsaraDB for Redis instance is updated to the latest minor version.
41990
-
* > For information about how to query and update the minor version of an instance, see [ModifyInstanceMinorVersion](https://help.aliyun.com/document_detail/129381.html) and [DescribeEngineVersion](https://help.aliyun.com/document_detail/95268.html).
* * This operation is available only for an ApsaraDB for Redis instance of one of the following versions:
42009
42006
* * The instance is a Community Edition instance that uses a major version of 4.0 or later or a performance-enhanced instance of the Enhanced Edition (Tair).
42010
42007
* * The ApsaraDB for Redis instance is updated to the latest minor version.
42011
-
* > For information about how to query and update the minor version of an instance, see [DescribeEngineVersion](https://help.aliyun.com/document_detail/95268.html) and [ModifyInstanceMinorVersion](https://help.aliyun.com/document_detail/129381.html).
42012
42008
*
42013
42009
* @param request - DescribeTopHotKeysRequest
42014
42010
* @param runtime - runtime options for this request RuntimeOptions
* * This operation is available only for an ApsaraDB for Redis instance of one of the following versions:
42071
42067
* * The instance is a Community Edition instance that uses a major version of 4.0 or later or a performance-enhanced instance of the Enhanced Edition (Tair).
42072
42068
* * The ApsaraDB for Redis instance is updated to the latest minor version.
42073
-
* > For information about how to query and update the minor version of an instance, see [DescribeEngineVersion](https://help.aliyun.com/document_detail/95268.html) and [ModifyInstanceMinorVersion](https://help.aliyun.com/document_detail/129381.html).
0 commit comments