tencentcloud-sdk-nodejs-cls 4.1.193 → 4.1.195

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-cls",
3
- "version": "4.1.193",
3
+ "version": "4.1.195",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6474,38 +6474,32 @@ export interface ModifyMetricSubscribeResponse {
6474
6474
  */
6475
6475
  export interface DescribeIndexResponse {
6476
6476
  /**
6477
- * 日志主题Id
6477
+ * <p>日志主题Id</p>
6478
6478
  */
6479
6479
  TopicId?: string;
6480
6480
  /**
6481
- * 索引状态。true:开启状态,false:关闭状态
6482
- 开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)
6481
+ * <p>索引状态。true:开启状态,false:关闭状态<br>开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。<a href="https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9">费用详情</a></p>
6483
6482
  */
6484
6483
  Status?: boolean;
6485
6484
  /**
6486
- * 索引配置信息
6485
+ * <p>索引配置信息</p>
6487
6486
  注意:此字段可能返回 null,表示取不到有效值。
6488
6487
  */
6489
6488
  Rule?: RuleInfo;
6490
6489
  /**
6491
- * 索引修改时间,初始值为索引创建时间。格式 `YYYY-MM-DD HH:MM:SS`
6490
+ * <p>索引修改时间,初始值为索引创建时间。格式 <code>YYYY-MM-DD HH:MM:SS</code></p>
6492
6491
  */
6493
6492
  ModifyTime?: string;
6494
6493
  /**
6495
- * 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引
6496
- * false:不包含
6497
- * true:包含
6494
+ * <p>内置保留字段(<code>__FILENAME__</code>,<code>__HOSTNAME__</code>及<code>__SOURCE__</code>)是否包含至全文索引</p><ul><li>false:不包含</li><li>true:包含</li></ul>
6498
6495
  */
6499
6496
  IncludeInternalFields?: boolean;
6500
6497
  /**
6501
- * 元数据字段(前缀为`__TAG__`的字段)是否包含至全文索引
6502
- * 0:仅包含开启键值索引的元数据字段
6503
- * 1:包含所有元数据字段
6504
- * 2:不包含任何元数据字段
6498
+ * <p>元数据字段(前缀为<code>__TAG__</code>的字段)是否包含至全文索引</p><ul><li>0:仅包含开启键值索引的元数据字段</li><li>1:包含所有元数据字段</li><li>2:不包含任何元数据字段</li></ul>
6505
6499
  */
6506
6500
  MetadataFlag?: number;
6507
6501
  /**
6508
- * 自定义日志解析异常存储字段。
6502
+ * <p>自定义日志解析异常存储字段。</p>
6509
6503
  */
6510
6504
  CoverageField?: string;
6511
6505
  /**
@@ -10230,8 +10224,7 @@ export interface CreateCloudProductLogCollectionRequest {
10230
10224
  */
10231
10225
  export interface DescribeIndexRequest {
10232
10226
  /**
10233
- * 日志主题Id
10234
- - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
10227
+ * <p>日志主题Id。</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
10235
10228
  */
10236
10229
  TopicId: string;
10237
10230
  }