tencentcloud-sdk-nodejs-cls 4.1.235 → 4.1.236

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.235",
3
+ "version": "4.1.236",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1601,7 +1601,7 @@ export interface CreateTopicRequest {
1601
1601
  */
1602
1602
  IsSourceFrom?: boolean;
1603
1603
  /**
1604
- * <p>计费模式</p><p>枚举值:</p><ul><li>0: 按功能项计费</li><li>1: 原始日志量计费</li></ul><p>默认值:0</p><p>通过接口调用时默认值为0,通过控制台调用时默认值为1</p>
1604
+ * <p>计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul><p>默认值:0</p>
1605
1605
  */
1606
1606
  BillingMode?: number;
1607
1607
  }
@@ -4537,11 +4537,11 @@ export interface TopicInfo {
4537
4537
  */
4538
4538
  IsSourceFrom?: boolean;
4539
4539
  /**
4540
- * <p>当前计费模式</p><p>枚举值:</p><ul><li>0: 按功能项计费</li><li>1: 原始日志量计费</li></ul>
4540
+ * <p>当前计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
4541
4541
  */
4542
4542
  BillingMode?: number;
4543
4543
  /**
4544
- * <p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0: 按功能项计费</li><li>1: 原始日志量计费</li></ul>
4544
+ * <p>如果有异步任务,任务成功后的新计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul>
4545
4545
  */
4546
4546
  NewBillingMode?: number;
4547
4547
  }
@@ -8473,7 +8473,7 @@ export interface ModifySplunkDeliverRequest {
8473
8473
  */
8474
8474
  TopicId: string;
8475
8475
  /**
8476
- * <p>投递任务名称<br>name有以下限制:</p><ul><li>不能为空</li><li>长度不大于64</li><li>只能包含aA-zZ、下划线、-、0-9</li></ul>
8476
+ * <p>投递任务名称name有以下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
8477
8477
  */
8478
8478
  Name?: string;
8479
8479
  /**
@@ -10798,7 +10798,7 @@ export interface CreateSplunkDeliverRequest {
10798
10798
  */
10799
10799
  TopicId: string;
10800
10800
  /**
10801
- * <p>splunk投递任务名称;<br>name有如下限制:</p><ul><li>不能为空</li><li>长度不大于64</li><li>只能包含aA-zZ、下划线、-、0-9</li></ul>
10801
+ * <p>splunk投递任务名称;name有如下限制:- 不能为空- 长度不大于256- 只能包含aA-zZ、下划线、-、0-9</p>
10802
10802
  */
10803
10803
  Name: string;
10804
10804
  /**
@@ -12930,7 +12930,7 @@ export interface ModifyTopicRequest {
12930
12930
  */
12931
12931
  IsSourceFrom?: boolean;
12932
12932
  /**
12933
- * <p>计费模式</p><p>枚举值:</p><ul><li>0: 按功能项计费</li><li>1: 原始日志量计费</li></ul>
12933
+ * <p>计费模式</p><p>枚举值:</p><ul><li>0: 按使用功能计费</li><li>1: 按原始日志量计费(目前仅面向少部分客户支持)</li></ul><p>默认值:0</p>
12934
12934
  */
12935
12935
  BillingMode?: number;
12936
12936
  }