tencentcloud-sdk-nodejs-cls 4.1.217 → 4.1.218
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
|
@@ -4035,7 +4035,7 @@ export interface DeleteLogsetRequest {
|
|
|
4035
4035
|
*/
|
|
4036
4036
|
export interface OpenKafkaConsumerResponse {
|
|
4037
4037
|
/**
|
|
4038
|
-
* KafkaConsumer 消费时使用的Topic
|
|
4038
|
+
* <p>KafkaConsumer 消费时使用的Topic参数</p>
|
|
4039
4039
|
*/
|
|
4040
4040
|
TopicID?: string;
|
|
4041
4041
|
/**
|
|
@@ -5186,19 +5186,25 @@ export interface DeleteConsumerGroupRequest {
|
|
|
5186
5186
|
*/
|
|
5187
5187
|
export interface OpenKafkaConsumerRequest {
|
|
5188
5188
|
/**
|
|
5189
|
-
*
|
|
5190
|
-
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
|
5191
|
-
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
|
5189
|
+
* <p>日志主题Id。</p><ul><li>通过 <a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a> 获取日志主题Id。</li><li>通过 <a href="https://cloud.tencent.com/document/product/614/56456">创建日志主题</a> 获取日志主题Id。</li></ul>
|
|
5192
5190
|
*/
|
|
5193
5191
|
FromTopicId: string;
|
|
5194
5192
|
/**
|
|
5195
|
-
*
|
|
5193
|
+
* <p>压缩方式[0:NONE;2:SNAPPY;3:LZ4],默认:0</p>
|
|
5196
5194
|
*/
|
|
5197
5195
|
Compression?: number;
|
|
5198
5196
|
/**
|
|
5199
|
-
* kafka
|
|
5197
|
+
* <p>kafka协议消费数据格式</p>
|
|
5200
5198
|
*/
|
|
5201
5199
|
ConsumerContent?: KafkaConsumerContent;
|
|
5200
|
+
/**
|
|
5201
|
+
* <p>是否开启投递服务日志。1:关闭,2:开启。 默认值:2</p>
|
|
5202
|
+
*/
|
|
5203
|
+
HasServicesLog?: number;
|
|
5204
|
+
/**
|
|
5205
|
+
* <p>消费范围类型,0:最新;1:历史+最新;默认值:0</p>
|
|
5206
|
+
*/
|
|
5207
|
+
ScopeType?: number;
|
|
5202
5208
|
}
|
|
5203
5209
|
/**
|
|
5204
5210
|
* CreateConsumerGroup返回参数结构体
|
|
@@ -5788,19 +5794,25 @@ export interface DeleteScheduledSqlRequest {
|
|
|
5788
5794
|
*/
|
|
5789
5795
|
export interface ModifyKafkaConsumerRequest {
|
|
5790
5796
|
/**
|
|
5791
|
-
*
|
|
5792
|
-
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
|
5793
|
-
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
|
5797
|
+
* <p>日志主题Id。</p><ul><li>通过 <a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a> 获取日志主题Id。</li><li>通过 <a href="https://cloud.tencent.com/document/product/614/56456">创建日志主题</a> 获取日志主题Id。</li></ul>
|
|
5794
5798
|
*/
|
|
5795
5799
|
FromTopicId: string;
|
|
5796
5800
|
/**
|
|
5797
|
-
*
|
|
5801
|
+
* <p>压缩方式。0:不压缩;2:使用Snappy压缩;3:使用LZ4压缩</p>
|
|
5798
5802
|
*/
|
|
5799
5803
|
Compression?: number;
|
|
5800
5804
|
/**
|
|
5801
|
-
* kafka
|
|
5805
|
+
* <p>kafka协议消费数据格式</p>
|
|
5802
5806
|
*/
|
|
5803
5807
|
ConsumerContent?: KafkaConsumerContent;
|
|
5808
|
+
/**
|
|
5809
|
+
* <p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
5810
|
+
*/
|
|
5811
|
+
HasServicesLog?: number;
|
|
5812
|
+
/**
|
|
5813
|
+
* <p>消费范围类型,0:最新,1:历史+最新</p>
|
|
5814
|
+
*/
|
|
5815
|
+
ScopeType?: number;
|
|
5804
5816
|
}
|
|
5805
5817
|
/**
|
|
5806
5818
|
* DescribeConsumerGroups返回参数结构体
|
|
@@ -6767,9 +6779,7 @@ export interface DeleteNoticeContentRequest {
|
|
|
6767
6779
|
*/
|
|
6768
6780
|
export interface DescribeKafkaConsumerRequest {
|
|
6769
6781
|
/**
|
|
6770
|
-
*
|
|
6771
|
-
- 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
|
6772
|
-
- 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
|
6782
|
+
* <p>日志主题Id。</p><ul><li>通过 <a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a> 获取日志主题Id。</li><li>通过 <a href="https://cloud.tencent.com/document/product/614/56456">创建日志主题</a> 获取日志主题Id。</li></ul>
|
|
6773
6783
|
*/
|
|
6774
6784
|
FromTopicId: string;
|
|
6775
6785
|
}
|
|
@@ -7387,21 +7397,29 @@ export interface DeleteCloudProductLogCollectionRequest {
|
|
|
7387
7397
|
*/
|
|
7388
7398
|
export interface DescribeKafkaConsumerResponse {
|
|
7389
7399
|
/**
|
|
7390
|
-
* Kafka
|
|
7400
|
+
* <p>Kafka协议消费是否打开</p>
|
|
7391
7401
|
*/
|
|
7392
7402
|
Status?: boolean;
|
|
7393
7403
|
/**
|
|
7394
|
-
* KafkaConsumer 消费时使用的Topic
|
|
7404
|
+
* <p>KafkaConsumer 消费时使用的Topic参数</p>
|
|
7395
7405
|
*/
|
|
7396
7406
|
TopicID?: string;
|
|
7397
7407
|
/**
|
|
7398
|
-
*
|
|
7408
|
+
* <p>压缩方式[0:NONE;2:SNAPPY;3:LZ4]</p>
|
|
7399
7409
|
*/
|
|
7400
7410
|
Compression?: number;
|
|
7401
7411
|
/**
|
|
7402
|
-
* kafka
|
|
7412
|
+
* <p>kafka协议消费数据格式</p>
|
|
7403
7413
|
*/
|
|
7404
7414
|
ConsumerContent?: KafkaConsumerContent;
|
|
7415
|
+
/**
|
|
7416
|
+
* <p>是否开启投递服务日志。1:关闭,2:开启。</p>
|
|
7417
|
+
*/
|
|
7418
|
+
HasServicesLog?: number;
|
|
7419
|
+
/**
|
|
7420
|
+
* <p>消费范围类型,0:最新,1:历史+最新</p>
|
|
7421
|
+
*/
|
|
7422
|
+
ScopeType?: number;
|
|
7405
7423
|
/**
|
|
7406
7424
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7407
7425
|
*/
|