tencentcloud-sdk-nodejs-cynosdb 4.1.33 → 4.1.38
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/package.json
CHANGED
@@ -8734,6 +8734,10 @@ export interface AuditLogFile {
|
|
8734
8734
|
* 错误信息。
|
8735
8735
|
*/
|
8736
8736
|
ErrMsg?: string;
|
8737
|
+
/**
|
8738
|
+
* 日志下载进度。
|
8739
|
+
*/
|
8740
|
+
ProgressRate?: number;
|
8737
8741
|
}
|
8738
8742
|
/**
|
8739
8743
|
* DescribeAuditRuleTemplates返回参数结构体
|
@@ -8925,7 +8929,8 @@ export interface OpenAuditServiceRequest {
|
|
8925
8929
|
*/
|
8926
8930
|
HighLogExpireDay?: number;
|
8927
8931
|
/**
|
8928
|
-
*
|
8932
|
+
* 审计规则(废弃)。
|
8933
|
+
* @deprecated
|
8929
8934
|
*/
|
8930
8935
|
AuditRuleFilters?: Array<AuditRuleFilters>;
|
8931
8936
|
/**
|