tencentcloud-sdk-nodejs-cdb 4.1.126 → 4.1.128

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cdb",
3
- "version": "4.1.126",
3
+ "version": "4.1.128",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -431,6 +431,26 @@ export interface InstanceDbAuditStatus {
431
431
  * 实例所应用的规则模板。
432
432
  */
433
433
  RuleTemplateIds?: Array<string>;
434
+ /**
435
+ * 限免状态
436
+ */
437
+ TrialStatus?: string;
438
+ /**
439
+ * 限免开启时间
440
+ */
441
+ TrialStartTime?: number;
442
+ /**
443
+ * 限免持续时间
444
+ */
445
+ TrialDuration?: number;
446
+ /**
447
+ * 限免关闭时间
448
+ */
449
+ TrialCloseTime?: number;
450
+ /**
451
+ * 限免期查询日志时长
452
+ */
453
+ TrialDescribeLogHours?: number;
434
454
  }
435
455
  /**
436
456
  * ModifyTimeWindow返回参数结构体
@@ -1998,6 +2018,10 @@ export interface DescribeAuditConfigResponse {
1998
2018
  * 是否正在关闭审计。目前支持的值包括:"false"-否,"true"-是
1999
2019
  */
2000
2020
  IsClosing?: string;
2021
+ /**
2022
+ * 是否正在开启审计。目前支持的值包括:"false"-否,"true"-是
2023
+ */
2024
+ IsOpening?: string;
2001
2025
  /**
2002
2026
  * 审计服务开通时间。
2003
2027
  */