tencentcloud-sdk-nodejs-redis 4.1.213 → 4.1.214

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-redis",
3
- "version": "4.1.213",
3
+ "version": "4.1.214",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5947,7 +5947,7 @@ export interface DescribeLogInstanceListRequest {
5947
5947
  */
5948
5948
  LogSubType?: string;
5949
5949
  /**
5950
- * <p>日志开关。不传查询所有日志实例。</p><ul><li>on:开启。</li><li>off:关闭。</li></ul>
5950
+ * <p>日志开关。</p><p>枚举值:</p><ul><li>on: 开启</li><li>off: 关闭</li></ul><p>默认值:off</p>
5951
5951
  */
5952
5952
  LogSwitch?: string;
5953
5953
  }