@alicloud/das20200116 2.2.2 → 2.2.3

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.
package/dist/client.d.ts CHANGED
@@ -3735,6 +3735,7 @@ export declare class DescribeSlowLogStatisticResponseBodyDataDataLogs extends $d
3735
3735
  * 772
3736
3736
  */
3737
3737
  rowsSent?: number;
3738
+ ruleId?: string;
3738
3739
  /**
3739
3740
  * @example
3740
3741
  * SELECT \\"Hello, World!\\" FROM DUAL
@@ -15175,7 +15176,7 @@ export declare class AddHDMInstanceResponse extends $dara.Model {
15175
15176
  export declare class CreateCacheAnalysisJobRequest extends $dara.Model {
15176
15177
  /**
15177
15178
  * @remarks
15178
- * The ID of the backup file. You can call the [DescribeBackups](https://help.aliyun.com/document_detail/61081.html) operation to query the ID.
15179
+ * The ID of the backup file. You can call the [DescribeBackups](https://help.aliyun.com/document_detail/473823.html) operation to query the ID.
15179
15180
  *
15180
15181
  * * If you need to specify multiple backup file IDs, separate them with commas (,). For example, you can set this parameter to `12345,67890`.
15181
15182
  * * If you do not specify this parameter, the system automatically backs up the task and performs cache analysis on the backup file.
@@ -15198,7 +15199,7 @@ export declare class CreateCacheAnalysisJobRequest extends $dara.Model {
15198
15199
  * @remarks
15199
15200
  * The ID of the data node on the instance. You can specify this parameter to query the monitoring information about the specified node.
15200
15201
  *
15201
- * > If you specify the BackupSetId parameter, the system ignores the NodeId parameter. You can call the [DescribeLogicInstanceTopology](https://help.aliyun.com/document_detail/94665.html) operation to query the node ID.
15202
+ * > If you specify the BackupSetId parameter, the system ignores the NodeId parameter. You can call the [DescribeLogicInstanceTopology](https://help.aliyun.com/document_detail/473786.html) operation to query the node ID.
15202
15203
  *
15203
15204
  * @example
15204
15205
  * r-x****-db-0
package/dist/client.js CHANGED
@@ -2197,6 +2197,7 @@ class DescribeSlowLogStatisticResponseBodyDataDataLogs extends $dara.Model {
2197
2197
  rowsCountAffected: 'RowsCountAffected',
2198
2198
  rowsExamined: 'RowsExamined',
2199
2199
  rowsSent: 'RowsSent',
2200
+ ruleId: 'RuleId',
2200
2201
  SQLText: 'SQLText',
2201
2202
  scheme: 'Scheme',
2202
2203
  scnt: 'Scnt',
@@ -2291,6 +2292,7 @@ class DescribeSlowLogStatisticResponseBodyDataDataLogs extends $dara.Model {
2291
2292
  rowsCountAffected: 'number',
2292
2293
  rowsExamined: 'number',
2293
2294
  rowsSent: 'number',
2295
+ ruleId: 'string',
2294
2296
  SQLText: 'string',
2295
2297
  scheme: 'string',
2296
2298
  scnt: 'number',