tencentcloud-sdk-nodejs 4.1.96 → 4.1.97
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/es/common/sdk_version.js +1 -1
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +60 -16
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +18 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -2
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
package/es/common/sdk_version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const sdkVersion = "4.1.
|
1
|
+
export const sdkVersion = "4.1.97";
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
1
|
+
export declare const sdkVersion = "4.1.97";
|
@@ -600,7 +600,8 @@ export interface DeleteConsoleSharingRequest {
|
|
600
600
|
*/
|
601
601
|
export interface UploadLogRequest {
|
602
602
|
/**
|
603
|
-
*
|
603
|
+
* 日志主题id
|
604
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
604
605
|
*/
|
605
606
|
TopicId: string;
|
606
607
|
/**
|
@@ -609,7 +610,9 @@ export interface UploadLogRequest {
|
|
609
610
|
*/
|
610
611
|
HashKey?: string;
|
611
612
|
/**
|
612
|
-
*
|
613
|
+
* 压缩方法,目前支持
|
614
|
+
- lz4
|
615
|
+
- zstd
|
613
616
|
*/
|
614
617
|
CompressType?: string;
|
615
618
|
}
|
@@ -1214,11 +1217,11 @@ export interface KafkaRechargeInfo {
|
|
1214
1217
|
*/
|
1215
1218
|
Offset?: number;
|
1216
1219
|
/**
|
1217
|
-
*
|
1220
|
+
* 创建时间。格式`YYYY-MM-DD HH:MM:SS`
|
1218
1221
|
*/
|
1219
1222
|
CreateTime?: string;
|
1220
1223
|
/**
|
1221
|
-
*
|
1224
|
+
* 更新时间。格式`YYYY-MM-DD HH:MM:SS`
|
1222
1225
|
*/
|
1223
1226
|
UpdateTime?: string;
|
1224
1227
|
/**
|
@@ -1240,7 +1243,12 @@ export interface DeleteKafkaRechargeResponse {
|
|
1240
1243
|
*/
|
1241
1244
|
export interface ContainerWorkLoadInfo {
|
1242
1245
|
/**
|
1243
|
-
*
|
1246
|
+
* 工作负载的类型,支持
|
1247
|
+
- deployment
|
1248
|
+
- statefulset
|
1249
|
+
- daemonset
|
1250
|
+
- job
|
1251
|
+
- cronjob
|
1244
1252
|
*/
|
1245
1253
|
Kind: string;
|
1246
1254
|
/**
|
@@ -2637,7 +2645,12 @@ export interface TopicExtendInfo {
|
|
2637
2645
|
*/
|
2638
2646
|
export interface EventLog {
|
2639
2647
|
/**
|
2640
|
-
* 事件通道,支持
|
2648
|
+
* 事件通道,支持
|
2649
|
+
- Application 应用日志
|
2650
|
+
- Security 安全日志
|
2651
|
+
- Setup 启动日志
|
2652
|
+
- System 系统日志
|
2653
|
+
- ALL 所有日志
|
2641
2654
|
|
2642
2655
|
*/
|
2643
2656
|
EventChannel: string;
|
@@ -2646,7 +2659,7 @@ export interface EventLog {
|
|
2646
2659
|
*/
|
2647
2660
|
TimeType: number;
|
2648
2661
|
/**
|
2649
|
-
*
|
2662
|
+
* 时间,用户选择自定义时间类型时,需要指定时间,单位秒
|
2650
2663
|
*/
|
2651
2664
|
Timestamp?: number;
|
2652
2665
|
/**
|
@@ -3236,6 +3249,8 @@ export interface CheckRechargeKafkaServerRequest {
|
|
3236
3249
|
/**
|
3237
3250
|
* 腾讯云CKafka实例ID。
|
3238
3251
|
KafkaType为0时,KafkaInstance必填
|
3252
|
+
|
3253
|
+
- 通过 [获取实例列表信息](https://cloud.tencent.com/document/product/597/40835) 获取实例id。
|
3239
3254
|
*/
|
3240
3255
|
KafkaInstance?: string;
|
3241
3256
|
/**
|
@@ -5867,6 +5882,7 @@ export interface PreviewKafkaRechargeRequest {
|
|
5867
5882
|
Offset: number;
|
5868
5883
|
/**
|
5869
5884
|
* 腾讯云CKafka实例ID,当KafkaType为0时参数KafkaInstance有效且必填。
|
5885
|
+
- 通过 [获取实例列表信息](https://cloud.tencent.com/document/product/597/40835) 获取实例id。
|
5870
5886
|
*/
|
5871
5887
|
KafkaInstance?: string;
|
5872
5888
|
/**
|
@@ -5885,7 +5901,9 @@ export interface PreviewKafkaRechargeRequest {
|
|
5885
5901
|
*/
|
5886
5902
|
Protocol?: KafkaProtocolInfo;
|
5887
5903
|
/**
|
5888
|
-
* 用户Kafka
|
5904
|
+
* 用户Kafka消费组。
|
5905
|
+
|
5906
|
+
- 消费组是 Kafka 提供的可扩展且具有容错性的消费者机制,一个消费组中存在多个消费者,组内的所有消费者共同消费订阅 Topic 中的消息。一个消费者可同时消费多个 Partition,但一个 Partition 只能被消费组内的一个消费者消费。
|
5889
5907
|
*/
|
5890
5908
|
ConsumerGroupName?: string;
|
5891
5909
|
/**
|
@@ -6137,11 +6155,15 @@ export interface CreateKafkaRechargeRequest {
|
|
6137
6155
|
*/
|
6138
6156
|
export interface DeleteKafkaRechargeRequest {
|
6139
6157
|
/**
|
6140
|
-
* Kafka导入配置
|
6158
|
+
* Kafka导入配置Id。
|
6159
|
+
|
6160
|
+
- 通过 [创建Kafka数据订阅任务](https://cloud.tencent.com/document/product/614/94448)获取Kafka导入配置Id。
|
6161
|
+
- 通过 [获取Kafka数据订阅任务列表](https://cloud.tencent.com/document/product/614/94446)获取Kafka导入配置Id。
|
6141
6162
|
*/
|
6142
6163
|
Id: string;
|
6143
6164
|
/**
|
6144
|
-
* 导入CLS
|
6165
|
+
* 导入CLS目标日志主题Id。
|
6166
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
6145
6167
|
*/
|
6146
6168
|
TopicId: string;
|
6147
6169
|
}
|
@@ -7728,6 +7750,7 @@ export interface DescribeMachineGroupConfigsRequest {
|
|
7728
7750
|
export interface ModifyConfigExtraRequest {
|
7729
7751
|
/**
|
7730
7752
|
* 采集配置扩展信息id
|
7753
|
+
- 通过[获取特殊采集配置](https://cloud.tencent.com/document/api/614/71164)获取采集配置扩展信息id。
|
7731
7754
|
*/
|
7732
7755
|
ConfigExtraId: string;
|
7733
7756
|
/**
|
@@ -7736,10 +7759,11 @@ export interface ModifyConfigExtraRequest {
|
|
7736
7759
|
Name?: string;
|
7737
7760
|
/**
|
7738
7761
|
* 日志主题id
|
7762
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
7739
7763
|
*/
|
7740
7764
|
TopicId?: string;
|
7741
7765
|
/**
|
7742
|
-
*
|
7766
|
+
* 自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息,详细参考https://cloud.tencent.com/document/api/614/56471#HostFileInfo
|
7743
7767
|
*/
|
7744
7768
|
HostFile?: HostFileInfo;
|
7745
7769
|
/**
|
@@ -7748,7 +7772,7 @@ export interface ModifyConfigExtraRequest {
|
|
7748
7772
|
*/
|
7749
7773
|
ContainerFile?: ContainerFileInfo;
|
7750
7774
|
/**
|
7751
|
-
*
|
7775
|
+
* 自建k8s-容器标准输出信息,包括容器、命名空间等,详细参考https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo
|
7752
7776
|
*/
|
7753
7777
|
ContainerStdout?: ContainerStdoutInfo;
|
7754
7778
|
/**
|
@@ -7784,11 +7808,15 @@ export interface ModifyConfigExtraRequest {
|
|
7784
7808
|
*/
|
7785
7809
|
UserDefineRule?: string;
|
7786
7810
|
/**
|
7787
|
-
*
|
7811
|
+
* 容器场景,日志采集输入类型,支持以下三种类型
|
7812
|
+
- container_stdout 标准输出
|
7813
|
+
- container_file 容器文件
|
7814
|
+
- host_file 主机节点文件
|
7788
7815
|
*/
|
7789
7816
|
Type?: string;
|
7790
7817
|
/**
|
7791
7818
|
* 机器组ID
|
7819
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。
|
7792
7820
|
*/
|
7793
7821
|
GroupId?: string;
|
7794
7822
|
/**
|
@@ -7797,14 +7825,17 @@ export interface ModifyConfigExtraRequest {
|
|
7797
7825
|
ConfigFlag?: string;
|
7798
7826
|
/**
|
7799
7827
|
* 日志集ID
|
7828
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集Id。
|
7800
7829
|
*/
|
7801
7830
|
LogsetId?: string;
|
7802
7831
|
/**
|
7803
|
-
*
|
7832
|
+
* 日志集名称
|
7833
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集名称。
|
7804
7834
|
*/
|
7805
7835
|
LogsetName?: string;
|
7806
7836
|
/**
|
7807
|
-
*
|
7837
|
+
* 日志主题名称
|
7838
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题名称。
|
7808
7839
|
*/
|
7809
7840
|
TopicName?: string;
|
7810
7841
|
/**
|
@@ -7931,7 +7962,20 @@ export interface DeleteMachineGroupInfoResponse {
|
|
7931
7962
|
*/
|
7932
7963
|
export interface CheckRechargeKafkaServerResponse {
|
7933
7964
|
/**
|
7934
|
-
* Kafka
|
7965
|
+
* Kafka集群可访问状态。
|
7966
|
+
|
7967
|
+
- 0:可正常访问
|
7968
|
+
- -1:broker 连接失败
|
7969
|
+
- -2:sasl 鉴权失败
|
7970
|
+
- -3:ckafka 角色未授权
|
7971
|
+
- -4:topic 列表不存在
|
7972
|
+
- -5:topic 内暂无数据
|
7973
|
+
- -6:用户没有 ckafka 权限
|
7974
|
+
- -7:消费组已经存在
|
7975
|
+
- -8:kafka 实例不存在或已销毁
|
7976
|
+
- -9:Broker 列表为空
|
7977
|
+
- -10:Broker 地址格式不正确
|
7978
|
+
- -11:Broker 端口非整型
|
7935
7979
|
*/
|
7936
7980
|
Status?: number;
|
7937
7981
|
/**
|
@@ -3707,11 +3707,11 @@ export interface CreateDataEngineRequest {
|
|
3707
3707
|
*/
|
3708
3708
|
PayMode?: number;
|
3709
3709
|
/**
|
3710
|
-
* 资源使用时长,后付费:固定填
|
3710
|
+
* 资源使用时长,后付费:固定填1,预付费:最少填1,代表购买资源一个月,最长不超过120。默认1
|
3711
3711
|
*/
|
3712
3712
|
TimeSpan?: number;
|
3713
3713
|
/**
|
3714
|
-
* 资源使用时长的单位,后付费:
|
3714
|
+
* 资源使用时长的单位,后付费:h,预付费:m。默认为h
|
3715
3715
|
*/
|
3716
3716
|
TimeUnit?: string;
|
3717
3717
|
/**
|
@@ -3735,7 +3735,7 @@ export interface CreateDataEngineRequest {
|
|
3735
3735
|
*/
|
3736
3736
|
CrontabResumeSuspendStrategy?: CrontabResumeSuspendStrategy;
|
3737
3737
|
/**
|
3738
|
-
* 引擎执行任务类型,有效值:SQL/BATCH
|
3738
|
+
* 引擎执行任务类型,有效值:SQL/BATCH,标准引擎默认为BATCH
|
3739
3739
|
*/
|
3740
3740
|
EngineExecType?: string;
|
3741
3741
|
/**
|
@@ -6967,7 +6967,7 @@ export interface FlowGroupInfo {
|
|
6967
6967
|
Approvers: Array<ApproverInfo>;
|
6968
6968
|
/**
|
6969
6969
|
* 文件资源ID,通过多文件上传[UploadFiles](https://qian.tencent.com/developers/companyApis/templatesAndFiles/UploadFiles)接口获得,为32位字符串。
|
6970
|
-
|
6970
|
+
注:此字段定义为数组,但仅支持单个文件
|
6971
6971
|
*/
|
6972
6972
|
FileIds?: Array<string>;
|
6973
6973
|
/**
|
@@ -7141,6 +7141,19 @@ export interface CreateFlowEvidenceReportResponse {
|
|
7141
7141
|
*/
|
7142
7142
|
RequestId?: string;
|
7143
7143
|
}
|
7144
|
+
/**
|
7145
|
+
* 视频核身相关配置
|
7146
|
+
*/
|
7147
|
+
export interface RuleIdConfig {
|
7148
|
+
/**
|
7149
|
+
* 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0:
|
7150
|
+
0-智能语速(根据播报文案的长度自动调整语音播报速度)
|
7151
|
+
1-固定1倍速
|
7152
|
+
2-固定1.2倍速
|
7153
|
+
3-固定1.5倍速
|
7154
|
+
*/
|
7155
|
+
Speed?: number;
|
7156
|
+
}
|
7144
7157
|
/**
|
7145
7158
|
* OperateTemplate返回参数结构体
|
7146
7159
|
*/
|
@@ -10263,6 +10276,10 @@ export interface Intention {
|
|
10263
10276
|
注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
|
10264
10277
|
*/
|
10265
10278
|
IntentionActions?: Array<IntentionAction>;
|
10279
|
+
/**
|
10280
|
+
* 视频核身相关配置
|
10281
|
+
*/
|
10282
|
+
RuleIdConfig?: RuleIdConfig;
|
10266
10283
|
}
|
10267
10284
|
/**
|
10268
10285
|
* CreateFlowBlockchainEvidenceUrl返回参数结构体
|
@@ -5171,6 +5171,10 @@ export interface Intention {
|
|
5171
5171
|
注:`选择点头模式时,此字段可不传,不传则使用默认语音文本:请问,您是否同意签署本协议?可点头同意。`
|
5172
5172
|
*/
|
5173
5173
|
IntentionActions?: Array<IntentionAction>;
|
5174
|
+
/**
|
5175
|
+
* 视频核身相关配置
|
5176
|
+
*/
|
5177
|
+
RuleIdConfig?: RuleIdConfig;
|
5174
5178
|
}
|
5175
5179
|
/**
|
5176
5180
|
* CreateFlowBlockchainEvidenceUrl返回参数结构体
|
@@ -8569,6 +8573,19 @@ export interface UserInfo {
|
|
8569
8573
|
*/
|
8570
8574
|
ProxyIp?: string;
|
8571
8575
|
}
|
8576
|
+
/**
|
8577
|
+
* 视频核身相关配置
|
8578
|
+
*/
|
8579
|
+
export interface RuleIdConfig {
|
8580
|
+
/**
|
8581
|
+
* 意愿核身语音播报速度,配置后问答模式和点头模式的语音播报环节都会生效,默认值为0:
|
8582
|
+
0-智能语速(根据播报文案的长度自动调整语音播报速度)
|
8583
|
+
1-固定1倍速
|
8584
|
+
2-固定1.2倍速
|
8585
|
+
3-固定1.5倍速
|
8586
|
+
*/
|
8587
|
+
Speed?: number;
|
8588
|
+
}
|
8572
8589
|
/**
|
8573
8590
|
* CreateBatchInitOrganizationUrl请求参数结构体
|
8574
8591
|
*/
|
@@ -120,7 +120,7 @@ export interface ImageRecognitionV2Response {
|
|
120
120
|
*/
|
121
121
|
export interface GetDetectInfoEnhancedResponse {
|
122
122
|
/**
|
123
|
-
*
|
123
|
+
* 人脸核身识别结果及文本类信息。
|
124
124
|
注意:此字段可能返回 null,表示取不到有效值。
|
125
125
|
*/
|
126
126
|
Text?: DetectInfoText;
|
@@ -168,6 +168,22 @@ export interface GetDetectInfoEnhancedResponse {
|
|
168
168
|
注意:此字段可能返回 null,表示取不到有效值。
|
169
169
|
*/
|
170
170
|
EncryptedBody?: string;
|
171
|
+
/**
|
172
|
+
* 本次请求是否配置开启意愿校验。
|
173
|
+
false:未开启意愿校验
|
174
|
+
true:已开启意愿校验
|
175
|
+
说明:若请求开启了意愿校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿校验,则可在出参Text中获取最终的核验结果。
|
176
|
+
*/
|
177
|
+
IsVerifyIntention?: boolean;
|
178
|
+
/**
|
179
|
+
* 本次请求意愿校验使用的具体模式。
|
180
|
+
0:问答模式
|
181
|
+
1:点头确认模式
|
182
|
+
2:朗读模式
|
183
|
+
若未使用意愿核身功能,该字段返回值可以不处理。
|
184
|
+
注意:此字段可能返回 null,表示取不到有效值
|
185
|
+
*/
|
186
|
+
IntentionVerifyType?: string;
|
171
187
|
/**
|
172
188
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
173
189
|
*/
|
@@ -2699,7 +2715,7 @@ export declare type GetLiveCodeRequest = null;
|
|
2699
2715
|
*/
|
2700
2716
|
export interface GetEidResultResponse {
|
2701
2717
|
/**
|
2702
|
-
*
|
2718
|
+
* 人脸核身识别结果及文本类信息。
|
2703
2719
|
- 基于对敏感信息的保护,验证使用的姓名和身份证号统一通过加密后从EidInfo参数中返回。
|
2704
2720
|
- 如需获取请在控制台申请返回身份信息,详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)。
|
2705
2721
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2742,6 +2758,22 @@ export interface GetEidResultResponse {
|
|
2742
2758
|
注意:此字段可能返回 null,表示取不到有效值。
|
2743
2759
|
*/
|
2744
2760
|
IntentionActionResult?: IntentionActionResult;
|
2761
|
+
/**
|
2762
|
+
* 本次请求是否配置开启意愿校验。
|
2763
|
+
false:未开启意愿校验
|
2764
|
+
true:已开启意愿校验
|
2765
|
+
说明:若请求开启了意愿校验,可结合IntentionVerifyType中具体使用的校验模式从对应的出参Result中获取最终的核验结果;若请求没有开启意愿校验,则可在出参Text中获取最终的核验结果。
|
2766
|
+
*/
|
2767
|
+
IsVerifyIntention?: boolean;
|
2768
|
+
/**
|
2769
|
+
* 本次请求意愿校验使用的具体模式。
|
2770
|
+
0:问答模式
|
2771
|
+
1:点头确认模式
|
2772
|
+
2:朗读模式
|
2773
|
+
若未使用意愿核身功能,该字段返回值可以不处理。
|
2774
|
+
注意:此字段可能返回 null,表示取不到有效值
|
2775
|
+
*/
|
2776
|
+
IntentionVerifyType?: string;
|
2745
2777
|
/**
|
2746
2778
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2747
2779
|
*/
|
@@ -2355,7 +2355,7 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
|
|
2355
2355
|
*/
|
2356
2356
|
InstanceId: string;
|
2357
2357
|
/**
|
2358
|
-
* 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。<br
|
2358
|
+
* 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。<br>注意:该入参会全量替换存量已有安全组集合,并非增量更新。修改需传入全量的预期集合。
|
2359
2359
|
*/
|
2360
2360
|
SecurityGroupIds: Array<string>;
|
2361
2361
|
}
|